text stringlengths 2 99.9k | meta dict |
|---|---|
# -*- coding: UTF-8 -*-
from .. import Provider as InternetProvider
class Provider(InternetProvider):
safe_email_tlds = ('org', 'com', 'net', 'ch')
free_email_domains = (
'gmail.com',
'hotmail.fr',
'yahoo.fr',
'bluewin.ch',
'romandie.com',
'hispeed.ch',
... | {
"pile_set_name": "Github"
} |
package docs
func init() {
Definition["prefix"] = "# _murex_ Shell Docs\n\n## Command Reference: `prefix`\n\n> Prefix a string to every item in a list\n\n## Description\n\nTakes a list from STDIN and returns that same list with each element prefixed.\n\n## Usage\n\n <stdin> -> prefix str -> <stdout>\n\n## Example... | {
"pile_set_name": "Github"
} |
{
"id": "celias-poster",
"name": "Celia's Poster",
"games": {
"nh": {
"sellPrice": {
"currency": "bells",
"value": 250
},
"buyPrices": [
{
"currency": "bells",
"value": 1000
}
]
}
},
"category": "Photos"
} | {
"pile_set_name": "Github"
} |
select * from performance_schema.memory_summary_global_by_event_name
where event_name like 'memory/%' limit 1;
select * from performance_schema.memory_summary_global_by_event_name
where event_name='FOO';
insert into performance_schema.memory_summary_global_by_event_name
set event_name='FOO',
count_alloc=1, count_free=2... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
solid.local (.+)/(.+) "/Users/tom/dev/sandbox/git/" ++ conf:hexmod8(Match1) ++ "/" ++ conf:md5_namespace3(Match1) ++ "/" ++ Match1 ++ "/" ++ Match2.
github.com ([^/]*) "/data/git/repositories/" ++ Match1.
gist.github.com (.*)\.git "/data/git/gists/" ++ conf:namespace3(Match1) ++ "/" ++ Match1 ++ "... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(USERPROFILE)\.nuget\packages\microsoft.visualstudioeng.microbuild.core\0.4.1\build\Microsoft.VisualStudioEng.MicroBuild.Core.props"/>
<Import Project="$(USERPROFILE)\.nuget\packages\microsoft.visualstudi... | {
"pile_set_name": "Github"
} |
//----------------------------------------------------------------------------
//Yume Engine
//Copyright (C) 2015 arkenthera
//This program is free software; you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
//the Free Software Foundation; either version 2 of ... | {
"pile_set_name": "Github"
} |
{
"extends": "../../tsconfig.ui.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
},
"include": ["src"],
"references": [
{ "path": "../../packages/core" },
{ "path": "../../packages/route-plugin" },
{ "path": "../../packages/logger-plugin" },
{ "path": "../../packages/devto... | {
"pile_set_name": "Github"
} |
define( [
"../core",
"../var/rcssNum"
], function( jQuery, rcssNum ) {
"use strict";
function adjustCSS( elem, prop, valueParts, tween ) {
var adjusted,
scale = 1,
maxIterations = 20,
currentValue = tween ?
function() {
return tween.cur();
} :
function() {
return jQuery.css( elem, prop, "" )... | {
"pile_set_name": "Github"
} |
<?php
/*************************************************************************************
* powershell.php
* ---------------------------------
* Author: Frode Aarebrot (frode@aarebrot.net)
* Copyright: (c) 2008 Frode Aarebrot (http://www.aarebrot.net)
* Release Version: 1.0.8.9
* Date Started: 2008/06/20
*
*... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Net.IPNetwork", "System.Net.IPNetwork\System.Net.IPNetwork.csproj", "{D4F7FF33-1DD1-4DE8-B1B1-... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ChromelyResponse.cs" company="Chromely Projects">
// Copyright (c) 2017-2019 Chromely Projects
// </copyright>
// <license>
// See the LICENSE.md file in the project root f... | {
"pile_set_name": "Github"
} |
package com.foo1;
public class C1 {}
| {
"pile_set_name": "Github"
} |
{
"SourceFileNode": {
"statementList": [
{
"InlineHtml": {
"scriptSectionEndTag": null,
"text": null,
"scriptSectionStartTag": {
"kind": "ScriptSectionStartTag",
"textLengt... | {
"pile_set_name": "Github"
} |
/*
* Knowage, Open Source Business Intelligence suite
* Copyright (C) 2016 Engineering Ingegneria Informatica S.p.A.
*
* Knowage is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of... | {
"pile_set_name": "Github"
} |
package com.example.algamoney.api.repository.projection;
import java.math.BigDecimal;
import java.time.LocalDate;
import com.example.algamoney.api.model.TipoLancamento;
public class ResumoLancamento {
private Long codigo;
private String descricao;
private LocalDate dataVencimento;
private LocalDate dataPagament... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
<script>
// Configuration - must match actual implementation
const AL_BITS = 4;
const SL_BITS = 4;
const OVERHEAD = 16;
const SL_SIZE = 1 << SL_BITS;
const SB_BITS = AL_BITS + SL_BITS;
const FL_BITS = 31 - SB_BITS;
const HL_SIZE = FL_BITS * SL_SIZE;
var exports;
var ROOT;
var U32;
fetch("untouched.wasm").then(result ... | {
"pile_set_name": "Github"
} |
--------------------------------
-- @module TMXLayer
-- @extend Node
-- @parent_module ccexp
--------------------------------
-- Returns the position in points of a given tile coordinate.<br>
-- param tileCoordinate The tile Coordinate.<br>
-- return The position in points of a given tile coordinate.
-- @function [p... | {
"pile_set_name": "Github"
} |
/* ============================================================
* flatui-radiocheck v0.1.0
* ============================================================ */
+function (global, $) {
'use strict';
var Radiocheck = function (element, options) {
this.init('radiocheck', element, options);
};
Radiocheck.DEFA... | {
"pile_set_name": "Github"
} |
---
layout: post
title: Creating a docs site with Bulma Clean Theme
description: How to create a docs site for your project with Bulma Clean Theme
date: 2020-05-08 09:00:07
hero_image: https://www.csrhymes.com/img/example-docs-page.jpg
hero_height: is-large
hero_darken: true
image: https://www.csrhymes.com/img/example... | {
"pile_set_name": "Github"
} |
keystore(
name = 'debug',
store = 'debug.keystore',
properties = 'debug.keystore.properties',
visibility = [
'PUBLIC',
],
)
| {
"pile_set_name": "Github"
} |
package middleware
// Ported from Goji's middleware, source:
// https://github.com/zenazn/goji/tree/master/web/middleware
import (
"context"
"crypto/rand"
"encoding/base64"
"fmt"
"net/http"
"os"
"strings"
"sync/atomic"
)
// Key to use when setting the request ID.
type ctxKeyRequestID int
// RequestIDKey is ... | {
"pile_set_name": "Github"
} |
/*----------------------
Copyright (C): OpenGATE Collaboration
This software is distributed under the terms
of the GNU Lesser General Public Licence (LGPL)
See LICENSE.md for further details
----------------------*/
//
/*
\brief Class GatePhaseSpaceActor
\author thibault.frisson@creatis.insa-lyon.fr
... | {
"pile_set_name": "Github"
} |
package cn.tycoding.service;
import cn.tycoding.entity.Permission;
import cn.tycoding.entity.Role;
import java.util.List;
/**
* @auther TyCoding
* @date 2018/7/18
*/
public interface RoleService extends BaseService<Role> {
/**
* 添加角色-权限之间关系
*
* @param roleId
* @param permissionIds
*/... | {
"pile_set_name": "Github"
} |
const toc = document.querySelector(".markdownIt-TOC");
const tocOriginalContainer = document.querySelector(
".js-markdownIt-TOCOriginalContainer"
);
const tocPlaceholder = document.querySelector(".js-markdownIt-TOCPlaceholder");
if (toc && tocOriginalContainer && tocPlaceholder) {
tocOriginalContainer.classList.add... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
</Project> | {
"pile_set_name": "Github"
} |
#line 1 "hb-buffer-deserialize-json.rl"
/*
* Copyright © 2013 Google, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* software and its documentation for any ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title>Table background tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
html, b... | {
"pile_set_name": "Github"
} |
{
"_class": "shapePath",
"booleanOperation": -1,
"clippingMaskMode": 0,
"do_objectID": "82EE55A7-28D5-4F50-B934-26D812A7A915",
"edited": true,
"exportOptions": {
"_class": "exportOptions",
"exportFormats": [
],
"includedLayerIds": [
],
"layerOptions": 0,
"shouldTrim": false
},
... | {
"pile_set_name": "Github"
} |
come to wonderland!!! it's 8:20 pm & i have no plans :(
on a resellers website very expensive. and mom was like u are so welcomed! :( hahahahhahahah
ditto! we miss i miss the new malloys :(
17 moree & there is only 5 minutes left or spank won't take off his shirt :(
hahaha its like the best show ever! dan laughed at me... | {
"pile_set_name": "Github"
} |
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package plan9
import "syscall"
// Constants
const (
// Invented values to support what package os expects.
O_CREAT = 0x02000
O_APPEND = 0x00400
O_NO... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
//================= Hercules Database =====================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|... | {
"pile_set_name": "Github"
} |
import java.util.*;
import java.util.stream.*;
public class LambdaRandom {
public static List<Integer> getRandomSubsetNoLambda(List<Integer> list) {
List<Integer> subset = new ArrayList<Integer>();
Random random = new Random();
for (int item : list) {
if (random.nextBoolean()) {
subset.add(... | {
"pile_set_name": "Github"
} |
/*!
* Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com>
* MIT Licensed
*/
var fs = require('fs');
function Options(defaults) {
var internalValues = {};
var values = this.value = {};
Object.keys(defaults).forEach(function(key) {
internalValues[key] = defaults[key];
Object.defineProperty(values... | {
"pile_set_name": "Github"
} |
"""
HTML parsing library based on the WHATWG "HTML5"
specification. The parser is designed to be compatible with existing
HTML found in the wild and implements well-defined error recovery that
is largely compatible with modern desktop web browsers.
Example usage:
import html5lib
f = open("my_document.html")
tree = h... | {
"pile_set_name": "Github"
} |
3.0 (quilt)
| {
"pile_set_name": "Github"
} |
const fs = require('fs');
// eslint-disable-next-line import/no-extraneous-dependencies
const { SitemapStream, streamToPromise } = require('sitemap');
const HOSTNAME = 'https://opendrinks.io';
const SITEMAP_XML = 'dist/sitemap.xml';
const PAGES = ['featured', 'random', 'explore', 'keywords', 'search'];
const getRecip... | {
"pile_set_name": "Github"
} |
# Rules of Engagement
When performing application security analysis, it is expected that the tester follow the *Rules of Engagement* as laid out below. This is to standardize the scope of application testing and provide a concrete awareness of what is considered "out of scope" for security analysis.
## Rules of Engag... | {
"pile_set_name": "Github"
} |
using Windows.UI.Xaml.Controls;
namespace AppStudio.Uwp.Samples.Labs
{
public sealed partial class AutoHideHelp : UserControl
{
public AutoHideHelp()
{
this.InitializeComponent();
}
}
}
| {
"pile_set_name": "Github"
} |
// this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
// -- BEGIN LICENSE BLOCK ----------------------------------------------
// Copyright 2019 FZI Forschungszentrum Informatik
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NSArray, NSBox, NSButton, NSLayoutConstraint, NSMutableArray, NSString, NSTableView, NSTextField, NSW... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Plat... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26606.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PropertyControlTest", "PropertyControlTest.vcxproj", "{2908FD7B-8C58-437B-A915-BF5A1101A60C}"
EndProject
Glob... | {
"pile_set_name": "Github"
} |
{
"x": 1
}
| {
"pile_set_name": "Github"
} |
{{## def.setupKeyword:
{{
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
var $schemaPath = it.schemaPath + it.util.getProperty($keyword);
var $errSchemaPath = it.errSchemaPath + '/' + $keyword;
var $breakOnError = !it.opts.allErrors;
var $errorKeyword;... | {
"pile_set_name": "Github"
} |
. /lib/functions.sh
do_button () {
local button
local action
local handler
local min
local max
config_get button $1 button
config_get action $1 action
config_get handler $1 handler
config_get min $1 min
config_get max $1 max
[ "$ACTION" = "$action" -a "$BUTTON" = "$button" -a -n "$handler" ] && {
[ -z "... | {
"pile_set_name": "Github"
} |
#ifndef __ASM_ARM_STRING_H
#define __ASM_ARM_STRING_H
/*
* We don't do inline string functions, since the
* optimised inline asm versions are not small.
*/
#define __HAVE_ARCH_STRRCHR
extern char * strrchr(const char * s, int c);
#define __HAVE_ARCH_STRCHR
extern char * strchr(const char * s, int c);
#define __H... | {
"pile_set_name": "Github"
} |
<dest id='foo'/>
| {
"pile_set_name": "Github"
} |
<p>
<em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision of this technical report can be found in the <a href="https://www.w3.org... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2005-2006 Dan Marsden
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
... | {
"pile_set_name": "Github"
} |
Raspberry Pi
Intro
=====
These instructions apply to all models of the Raspberry Pi:
- the original models A and B,
- the "enhanced" models A+ and B+,
- the model B2 (aka Raspberry Pi 2)
- the model B3 (aka Raspberry Pi 3).
- the model B4 (aka Raspberry Pi 4).
How to build it
===============
Configure Bui... | {
"pile_set_name": "Github"
} |
## Unordered
Asterisks tight:
* asterisk 1
* asterisk 2
* asterisk 3
Asterisks loose:
* asterisk 1
* asterisk 2
* asterisk 3
* * *
Pluses tight:
+ Plus 1
+ Plus 2
+ Plus 3
Pluses loose:
+ Plus 1
+ Plus 2
+ Plus 3
* * *
Minuses tight:
- Minus 1
- Minus 2
- Minus 3
Minuses loose:
- Minus 1
- Minus ... | {
"pile_set_name": "Github"
} |
Query: SELECT * FROM movies INNER JOIN genres ON movies.genre_id = genres.id
Explain:
HashJoin: inner on movies.genre_id = genres.id
├─ Scan: movies
└─ Scan: genres
Result: ["id", "title", "studio_id", "genre_id", "released", "rating", "ultrahd", "id", "name"]
[Integer(1), String("Stalker"), Integer(1), Integer(1), I... | {
"pile_set_name": "Github"
} |
/**
* mock-server 利用 express 来生成真实的模拟数据
* 为了解决之前mock数据时,只针对fetch有效,且在开发人员工具Network面板中无法看到请求的问题
*/
exports.addMockServer = () => config => {
config.before = app => {
app.get('/test/get', (req, res) => {
res.json({ get: 'response get' });
});
};
return config;
};
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2015 Håkan Edling
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* http://github.com/piranhacms/piranha
*
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text... | {
"pile_set_name": "Github"
} |
#/* $begin sim-mux4-raw-hcl */
## Simple example of an HCL file.
## This file can be converted to C using hcl2c, and then compiled.
## In this example, we will generate the MUX4 circuit shown in
## Section SLASHrefLBRACKsect:arch:hclsetRBRACK. It consists of a control block that generates
## bit-level signals s1 and ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Dokumentacja API</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link type='t... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:html';
import 'package:angular/angular.dart';
import 'package:angular_components/focus/fo... | {
"pile_set_name": "Github"
} |
import bpy
from ... base_types import AnimationNode
class TextBlockReaderNode(bpy.types.Node, AnimationNode):
bl_idname = "an_TextBlockReaderNode"
bl_label = "Text Block Reader"
def create(self):
self.newInput("Text Block", "Text Block", "textBlock", defaultDrawType = "PROPERTY_ONLY")
self... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2001 Christoph Hellwig.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace VelcroPhysics.Tools.Triangulation.Delaunay.Util
{
internal class PointGenerator
{
private static readonly Random RNG = new Random();
public static List<TriangulationPoint> UniformDistribution(int n, double scale)
{
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.csounds.Csound6"
android:versionCode="1"
android:versionName="1.2"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="21... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
class VerifyCsrfToken extends Middleware
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array
*/
protected $except = [
//
];
}
| {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LI... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/************************************************************
* EFI GUID Partition Table handling
*
* http://www.uefi.org/specs/
* http://www.intel.com/technology/efi/
*
* efi.[ch] by Matt Domsch <Matt_Domsch@dell.com>
* Copyright 2000,2001,2002,2004 Dell Inc.
*
*... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="ember-guides/config/environment" content="%7B%22modulePrefix%22%3A%22ember-guides%22%2C%22environment%22%3A%22pr... | {
"pile_set_name": "Github"
} |
{
"type": "FeatureCollection",
"name": "path",
"features": [
{ "type": "Feature", "properties": { "NAMES": "path1" }, "geometry": { "type": "LineString", "coordinates": [ [ 0.1, 0.2, 0.3 ], [99.0, -99.0, 0.0 ] ] } },
{ "type": "Feature", "properties": { "NAMES": "path2" }, "geometry": { "type": "LineString", "coordinat... | {
"pile_set_name": "Github"
} |
Official docker build of Clear Linux OS for Intel Architecture
| {
"pile_set_name": "Github"
} |
// <auto-generated>
// This file was generated by a tool; you should avoid making direct changes.
// Consider using 'partial classes' to extend these types
// Input: steammessages_twofactor.steamclient.proto
// </auto-generated>
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS159... | {
"pile_set_name": "Github"
} |
test
Label : GLOBAL
5
Label : DEFINITION
5
Label : DEFINITION
5
Label : PROJECT
1
Label : DEFINITION
5
Label : DEFINITION
5
Label : FILE
3
Label : EXPRESSION
4
Label : CODE
3
Label : EXPRESSION
7
Label : LEFT
5
... | {
"pile_set_name": "Github"
} |
for (let i = 0; i < 10; i++) {
console.log('stdout %d', i);
console.error('stderr %d', i);
}
| {
"pile_set_name": "Github"
} |
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Frame](./puppeteer.frame.md) > [evaluateHandle](./puppeteer.frame.evaluatehandle.md)
## Frame.evaluateHandle() method
<b>Signature:</b>
```typescript
evaluateHandle<... | {
"pile_set_name": "Github"
} |
0.028122
0.004191
0.005646
0.000076
0.002728
0.004227
0.002217
0.030877
0.000069
0.002167
0.008411
0.069690
0.005110
0.002198
0.026746
0.064292
0.061884
0.000064
0.002061
0.005176
0.034941
0.021345
0.008454
0.003925
0.001898
0.023246
0.030347
0.033332
0.008308
0.004441
0.000071
0.002434
... | {
"pile_set_name": "Github"
} |
import setuptools
setuptools.setup(
name='abaez.consulate',
version='1.1.0',
description='A Client library and command line application for the Consul',
maintainer='Gavin M. Roy',
maintainer_email='gavinr@aweber.com',
url='https://consulate.readthedocs.org',
install_requires=['requests>=2.0... | {
"pile_set_name": "Github"
} |
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
.TH "gnutls_priority_string_list" 3 "3.6.13" "gnutls" "gnutls"
.SH NAME
gnutls_priority_string_list \- API function
.SH SYNOPSIS
.B #include <gnutls/gnutls.h>
.sp
.BI "const char * gnutls_priority_string_list(unsigned " iter ", unsigned int " flags ");"
.SH ARGUME... | {
"pile_set_name": "Github"
} |
<?php
/**
* Double quoted string inside a tag.
*
* @package Smarty
* @subpackage Compiler
* @ignore
*/
/**
* Double quoted string inside a tag.
*
* @package Smarty
* @subpackage Compiler
* @ignore
*/
class Smarty_Internal_ParseTree_Dq extends Smarty_Internal_ParseTree
{
/**
* Create parse tr... | {
"pile_set_name": "Github"
} |
var gulp = require('gulp');
var prompt = require('gulp-prompt');
var spawn = require('spawn-local-bin');
function setName(res) {
exports.name = res.name;
if (exports.name.indexOf('aui-') !== 0) {
exports.name = 'aui-' + exports.name;
}
}
gulp.task('create-name', function() {
return gulp.src('... | {
"pile_set_name": "Github"
} |
FROM php:8.0.0beta4-alpine
RUN echo 'memory_limit = 256M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini
COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN set -eux; \
apk add --no-cache --virtual .build-deps \
gcc g++ make autoconf pkgconfig \
bzip2-dev gettext-dev libxml2-dev php7-dev lib... | {
"pile_set_name": "Github"
} |
.\"
.\" Backend man page for CUPS.
.\"
.\" Copyright © 2007-2019 by Apple Inc.
.\" Copyright © 1997-2006 by Easy Software Products.
.\"
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
.\" information.
.\"
.TH backend 7 "CUPS" "26 April 2019" "Apple Inc."
.SH NAME
backend \- cups backend transmi... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
${IDRIS:-idris} $@ test013.idr -o test013
./test013
rm -f test013 test013.ibc
| {
"pile_set_name": "Github"
} |
/* src/interfaces/ecpg/ecpglib/connect.c */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#include "ecpg-pthread-win32.h"
#include "ecpgerrno.h"
#include "ecpglib.h"
#include "ecpglib_extern.h"
#include "ecpgtype.h"
#include "sqlca.h"
#ifdef ENABLE_THREAD_SAFETY
static pthread_mutex_t connections_mutex = P... | {
"pile_set_name": "Github"
} |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormlyModule } from '@ngx-formly/core';
import { ReactiveFormsModule } from '@angular/forms';
import { IonicModule } from '@ionic/angular';
import { FormlyFormFieldModule } from '@ngx-formly/ionic/form-field';
import { F... | {
"pile_set_name": "Github"
} |
import os
import sys
import psutil
from monk.keras_prototype import prototype
from monk.compare_prototype import compare
from monk.pip_unit_tests.keras.common import print_start
from monk.pip_unit_tests.keras.common import print_status
import tensorflow as tf
if(tf.__version__[0] == '2'):
import tensorflow.compa... | {
"pile_set_name": "Github"
} |
package com.barnettwong.lovedoudou.ui.activity;
import android.support.v4.widget.NestedScrollView;
import android.view.View;
import android.webkit.WebSettings;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.T... | {
"pile_set_name": "Github"
} |
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR bayern. @c.ns.nic.bayern. +nocomments +nocmd +noquestion +nostats +time=15
;; global options: +cmd
; Transfer failed.
| {
"pile_set_name": "Github"
} |
package org.neuroph.netbeans.wizards.project.templates;
import java.awt.Component;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.text.MessageFormat;
import java.util.Enumer... | {
"pile_set_name": "Github"
} |
from riemann import tx
from mypy_extensions import TypedDict
class RelayHeader(TypedDict):
raw: bytes
hash: bytes
height: int
prevhash: bytes
merkle_root: bytes
class SPVProof(TypedDict):
tx: tx.Tx
version: bytes
vin: bytes
vout: bytes
locktime: bytes
tx_id: bytes
in... | {
"pile_set_name": "Github"
} |
原田ひかる最新番号
【KS-8212】蜜乳 ワイセツ貴婦人</a>2005-06-28アリスJAPAN$$$EROTICA59分钟 | {
"pile_set_name": "Github"
} |
#######################################################################################################################################
#######################################################################################################################################
## THIS SCRIPT CUSTOMIZES THE DSVM BY ADDING HAD... | {
"pile_set_name": "Github"
} |
Top IR:
; ModuleID = 'Top'
@gl_FragColor = internal global <4 x float> zeroinitializer
define fastcc void @main() {
entry:
%BaseColor = call <4 x float> @llvm.gla.fReadInterpolant.v4f32(i32 0, i32 1)
store <4 x float> %BaseColor, <4 x float>* @gl_FragColor
br label %stage-epilogue
stage-epilogue: ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the ri... | {
"pile_set_name": "Github"
} |
{
"pairId": 502,
"symbol": "LAETH",
"volume": 1023314.3202,
"open": 134.82,
"low": 133.95,
"high": 136.22,
"close": 135.12,
"priceChange": 0.22
} | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Smalltalk mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/edit/matchbrackets.js"></script>
<script src="smalltalk.js"... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2013 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!134 &13400000
PhysicMaterial:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: NoFriction
dynamicFriction: 0.6
staticFriction: 0.6
bounciness: 0.75
frictionCombine: 0
bounceCombine: 3
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)
require 'rails/commands'
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.