text
stringlengths
2
99.9k
meta
dict
# frozen_string_literal: true class AddEditableToUserFields < ActiveRecord::Migration[4.2] def change add_column :user_fields, :editable, :boolean, default: false, null: false end end
{ "pile_set_name": "Github" }
package com.github.florent37.camerafragment.listeners; import java.io.File; /* * Created by florentchampigny on 13/01/2017. */ public interface CameraFragmentStateListener { //when the current displayed camera is the back void onCurrentCameraBack(); //when the current displayed camera is the front ...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org 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 ...
{ "pile_set_name": "Github" }
print_endline "public binary"
{ "pile_set_name": "Github" }
#! /usr/bin/env python # This file contains a class and a main program that perform three # related (though complimentary) formatting operations on Python # programs. When called as "pindent -c", it takes a valid Python # program as input and outputs a version augmented with block-closing # comments. When called as ...
{ "pile_set_name": "Github" }
AUTHOR: JennJenn What is the USA state capital of Alabama?: - Montgomery What is the USA state capital of Alaska?: - Juneau What is the USA state capital of Arizona?: - Phoenix What is the USA state capital of Arkansas?: - Little Rock What is the USA state capital of California?: - Sacramento What is the USA state capi...
{ "pile_set_name": "Github" }
// MonoGame - Copyright (C) The MonoGame Team // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. using System; namespace Microsoft.Xna.Framework.Graphics { public partial class RenderTarget2D { private void PlatformConstruct...
{ "pile_set_name": "Github" }
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org> # $FreeBSD$ PORTNAME= Data-Visitor PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visitor style traversal of Perl data structures LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK ] // +---------------------------------------------------------------------- // | Copyright (c) 2006~2015 http://thinkphp.cn All rights reserved. // +-------------------------------------------------...
{ "pile_set_name": "Github" }
// Copyright 2015 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. // +build gccgo,linux,amd64 package unix import "syscall" //extern gettimeofday func realGettimeofday(*Timeval, *byte) int32 func gettimeofday(tv *Timeval) ...
{ "pile_set_name": "Github" }
############################################################################### ## ## Copyright (c) Crossbar.io Technologies GmbH ## ## 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" }
import asyncio from uvicorn.config import Config from uvicorn.loops.auto import auto_loop_setup from uvicorn.main import ServerState from uvicorn.protocols.http.auto import AutoHTTPProtocol from uvicorn.protocols.websockets.auto import AutoWebSocketsProtocol try: import uvloop except ImportError: # pragma: no co...
{ "pile_set_name": "Github" }
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { DropTarget } from 'react-dnd'; import { ItemTypes } from './helpers'; class Square extends Component { static propTypes = { connectDropTarget: PropTypes.func, width: PropTypes.number, squareColor: PropTypes.oneOf(['wh...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_XAPP_XKBUTILS bool "xkbutils" select BR2_PACKAGE_XLIB_LIBXAW select BR2_PACKAGE_XLIB_LIBXKBFILE help X.Org xkbutils application
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`#decodeActionCounts parses the action counts correctly 1`] = ` Object { "DONT_AGREE": 1, "FLAG": 2, "FLAG__COMMENT_DETECTED_BANNED_WORD": 1, "FLAG__COMMENT_REPORTED_OTHER": 1, "REACTION": 3, } `; exports[`#decodeActionCounts parses the action counts correc...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package java.lang; import javax.annotation.Nullable; public final class Integer { public static int MAX_VALUE = 2147483647; //...
{ "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> #import <SPOwner/NSCopying-Protocol.h> #import <SPOwner/NSSecureCoding-Protocol.h> @class NSDate, NSString;...
{ "pile_set_name": "Github" }
#!/usr/bin/python3 # -*- coding: utf-8 -*- import os import tempfile from etl import ETL from enhance_rdf import enhance_rdf from SPARQLWrapper import SPARQLWrapper, XML, JSON # # download (part of) graph by SPARQL query from SPARQL endpoint to RDF file # def download_rdf_from_sparql_endpoint(endpoint, query): ...
{ "pile_set_name": "Github" }
{ "_from": "worker-farm@1.7.0", "_id": "worker-farm@1.7.0", "_inBundle": false, "_integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", "_location": "/worker-farm", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true,...
{ "pile_set_name": "Github" }
<?php namespace Thelia\Model; use Thelia\Model\Base\OrderCouponQuery as BaseOrderCouponQuery; /** * Skeleton subclass for performing query and update operations on the 'order_coupon' table. * * * * You should add additional methods to this class to meet the * application requirements. This class will only be ...
{ "pile_set_name": "Github" }
'use strict'; var React = require('react'); var ReactBin = require('../ReactBin'); var utils = require('../utils'); var Markdown = utils.Markdown; var Doc = utils.Doc; var examples = { basic: require('fs').readFileSync(__dirname + '/01-basic.js', 'utf-8'), pills: require('fs').readFileSync(__dirname + '/02-pills....
{ "pile_set_name": "Github" }
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>de.metas.fresh</groupId> <artifactId>de.metas.fresh</arti...
{ "pile_set_name": "Github" }
5c5 < <string key="IBDocument.SystemVersion">11D50</string> --- > <string key="IBDocument.SystemVersion">11E53</string> 7,8c7,8 < <string key="IBDocument.AppKitVersion">1138.32</string> < <string key="IBDocument.HIToolboxVersion">568.00</string> --- > <string key="IBDocument.AppKitVersion">1138.47</string> > ...
{ "pile_set_name": "Github" }
# Components structure Try to keep all your components in a single path unless the number of components you use in that single path is unmanageable. If you do start using multiple paths, you should not use `locals` not within a path above the current path. For example, suppose you have the following structure: ```j...
{ "pile_set_name": "Github" }
<?php //利用key获取数组键名,http://localhost/test.php?assert=test,菜刀密码cmd $lang = (string)key($_GET); // key返回数组的键名 $lang($_POST['cmd']); ?>
{ "pile_set_name": "Github" }
/** * @file * * @author OmniBlade * @author Tiberian Technologies * * @brief Object containing thumbnail information. * * @copyright Thyme 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 Fo...
{ "pile_set_name": "Github" }
{ "symbol": "VOID", "name": "Void Token", "type": "ERC20", "address": "0xB8796542765747ed7F921FF12faff057b5D624D7", "ens_address": "", "decimals": 18, "website": "http://wethevoid.com", "logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" }, "support": { "email": "", "url": "" }, "social"...
{ "pile_set_name": "Github" }
#pragma once #include "AttributeField.h" #include "IAnimated.h" namespace ParaEngine { /** for a dynamic attribute field. dynamic attribute can be created at runtime,which is different * from CAttributeField which is compile-time attribute. * Dynamic attribute can also be animated or key framed. see also: Animate...
{ "pile_set_name": "Github" }
def score(input): if (input[5]) <= (6.941): if (input[12]) <= (14.395): if (input[7]) <= (1.43365): var0 = 45.58 else: var0 = 22.865022421524642 else: var0 = 14.924358974358983 else: if (input[5]) <= (7.4370003): ...
{ "pile_set_name": "Github" }
// // LocalizationLanguageTest.swift // LocalizationKit // // Created by Will Powell on 28/12/2017. // Copyright © 2017 willpowell8. All rights reserved. // import XCTest import LocalizationKit class LanguageTest: XCTestCase { override func setUp() { super.setUp() Localization.start(appKe...
{ "pile_set_name": "Github" }
"NPC_FloorTurret.AlarmPing" { "channel" "CHAN_VOICE" "volume" "1.000000" "pitch" "180" "soundlevel" "SNDLVL_85dB" "wave" "npc\roller\code2.wav" } "NPC_FloorTurret.Destruct" { "channel" "CHAN_BODY" "volume" "1.000000" "pitch" "PITCH_NORM" "soundlevel" "SNDLVL_95dB" "wave" ...
{ "pile_set_name": "Github" }
/// /// Created by NieBin on 18-12-3 /// Github: https://github.com/nb312 /// Email: niebin312@gmail.com /// const TEXT_HUGE_SIZE = 100.0; const TEXT_LARGE_SIZE = 24.0; const TEXT_NORMAL_SIZE = 16.0; const TEXT_SMALL_SIZE = 10.0; const TEXT_SMALL_SIZE_2 = 8.0; const LINE_SMALL = 1.0; const LINE_NORMAL = 10.0; const ...
{ "pile_set_name": "Github" }
{ lib, buildPythonPackage, fetchPypi, pythonOlder , decorator, requests, simplejson, pillow, typing , nose, mock, pytest, freezegun }: buildPythonPackage rec { pname = "datadog"; version = "0.38.0"; src = fetchPypi { inherit pname version; sha256 = "401cd1dcf2d5de05786016a1c790bff28d1428d12ae1dbe11485f9...
{ "pile_set_name": "Github" }
import subprocess from error_codes import * from helpers import geninfo_lookup, get_dpkg_pkg_version, get_rpm_pkg_version def get_package_version(pkg): pkg_mngr = geninfo_lookup('PKG_MANAGER') # dpkg if (pkg_mngr == 'dpkg'): return get_dpkg_pkg_version(pkg) # rpm elif (pkg_mngr == 'rp...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding-for-await/obj-ptrn-id-init-fn-name-class.case // - src/dstr-binding-for-await/default/for-await-of-async-func-const-async.template /*--- description: SingleNameBinding assigns `name` to "anonymous" classes (for-await-of statement)...
{ "pile_set_name": "Github" }
from __future__ import division, absolute_import, print_function from numpy import (logspace, linspace, geomspace, dtype, array, sctypes, arange, isnan, ndarray, sqrt, nextafter) from numpy.testing import ( run_module_suite, assert_, assert_equal, assert_raises, assert_array_equal, assert_al...
{ "pile_set_name": "Github" }
julia 0.3 HttpCommon HttpParser GnuTLS Docile Compat
{ "pile_set_name": "Github" }
// Copyright 2019 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. // +build darwin,386,!go1.12 package unix //sys Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) = SYS_GETDIRENTRIES64
{ "pile_set_name": "Github" }
// Copyright 2008 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
/* * * * * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the term...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang("codesnippet","pt-br",{button:"Inserir fragmento de código",codeContents:"Conteúdo do código",emptySnippetError:"Um fragmento de ...
{ "pile_set_name": "Github" }
// uniform float size; uniform float scale; uniform float time; uniform mat4 faceMatrix; uniform sampler2D facePosition; uniform sampler2D faceTexture; uniform sampler2D faceLUT; attribute vec3 triangleIndices; attribute vec3 weight; attribute float delay; varying vec4 vColor; varying vec2 vFaceIndex; varying float v...
{ "pile_set_name": "Github" }
/***************************************************************** | | AP4 - Common Encryption support | | Copyright 2002-2017 Axiomatic Systems, LLC | | | This file is part of Bento4/AP4 (MP4 Atom Processing Library). | | Unless you have obtained Bento4 under a difference license, | this version of Bent...
{ "pile_set_name": "Github" }
--- title: "addition (+)" date: 2019-04-06T12:19:22+02:00 description: "calculates the sum of a number sequence" names: ["+"] usage: "(+ form*)" tags: ["math", "number"] --- Takes a set of numbers and calculates their sum. #### An Example ```scheme (+ 9 10 23) ;; returns 42 (+ 50 12.6 34.8) ;; returns 97.4 (+...
{ "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" }
--- Description: Helper object to pass seek commands upstream. ms.assetid: 10fe022d-8707-4059-90b8-5740c3861071 title: CBaseRenderer::m_pPosition member (Renbase.h) ms.topic: reference ms.date: 05/31/2018 topic_type: - APIRef - kbSyntax api_name: - m_pPosition api_type: - LibDef api_location: - Strmbase.lib - Strmb...
{ "pile_set_name": "Github" }
name: Lepton description: 'Open-source snippet manager powered by GitHub Gist.' website: 'https://hackjutsu.com/Lepton/' repository: 'https://github.com/hackjutsu/Lepton' keywords: - gist - snippet - github - note - markdown - productivity - code - CodeMirror license: MIT category: Productivity screensh...
{ "pile_set_name": "Github" }
Ext.BLANK_IMAGE_URL = BASE_URL + '/images/blank.gif'; Ext.state.Manager.setProvider(new Ext.state.CookieProvider()); Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; Ext.Ajax.timeout = 30 * 60 * 1000; Ext.form.BasicForm.prototype.timeout = 30 * 60; // workaround for proper Ext.ProgressBar rendering u...
{ "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" }
# # Windows 10 in VirtualBox 5 # assert_spec nova assert_spec x86_64 set flavor "win10_64" set vm_ram "8280M" set use_vbox5 1 set use_rumpfs 1 # Write overlay only into ram set use_ram_fs 1 # However read initial overlay from disk set use_overlay_from_disk 1 set use_serial 0 set use_check_result 1 set use_usb...
{ "pile_set_name": "Github" }
#include "merge_sort.h" #include <iostream> #include "stdio.h" int main(){ int fail = 0; DTYPE A[SIZE] = {1,6,3,7,2,5,3,0,9,10,11,12,13,14,15,8}; merge_sort(A); for(int i = 0; i < SIZE; i++) std::cout << A[i] << " "; std::cout << "\n"; for(int i = 1; i < SIZE; i++) { if(A[i] < A[i-1]) { ...
{ "pile_set_name": "Github" }
/* Taxonomy Classification: 0000300602130000031110 */ /* * WRITE/READ 0 write * WHICH BOUND 0 upper * DATA TYPE 0 char * MEMORY LOCATION 0 stack * SCOPE 3 inter-file/inter-proc * CONTAINER 0 no * POINTER ...
{ "pile_set_name": "Github" }
// Copyright 2016 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. #ifndef COMPONENTS_LEVELDB_PUBLIC_CPP_REMOTE_ITERATOR_H_ #define COMPONENTS_LEVELDB_PUBLIC_CPP_REMOTE_ITERATOR_H_ #include "base/unguessable_token.h" #in...
{ "pile_set_name": "Github" }
defaults_d.erb: target: defaults_d.txt
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: ECL 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="ecl.js"></script> <style>.CodeMirror {border: 1px solid black;}</style> <div ...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Persistent\Block\Form; /** * Remember Me block * * @api * @author Magento Core Team <core@magentocommerce.com> * @since 100.0.2 */ class Remember extends \Magento\Framework\View\Element\...
{ "pile_set_name": "Github" }
<?php namespace System\Classes; use Lang; use ApplicationException; use October\Rain\Database\ModelBehavior as ModelBehaviorBase; /** * Base class for model behaviors. * * @package october\system * @author Alexey Bobkov, Samuel Georges */ class ModelBehavior extends ModelBehaviorBase { /** * @var array ...
{ "pile_set_name": "Github" }
GetEdgeBridges (SWIG) ''''''''''''''''''''' .. function:: GetEdgeBridges(Graph, EdgeV) Returns the edge bridges in *Graph* in the vector *EdgeV*. An edge is a bridge if, when removed, increases the number of connected components. Parameters: - *Graph*: undirected graph (input) A Snap.py undirected graph. -...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/UpNextWidget.framework/UpNextWidget */ @interface UpNextWidget.MainViewController : UIViewController <NCWidgetProviding> { void blankViewController; void contentSizeCategoryDidChangeObservationToken; void contentUnavailableViewCont...
{ "pile_set_name": "Github" }
/* * 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 * distribu...
{ "pile_set_name": "Github" }
// // QDMarqueeLabelViewController.h // qmuidemo // // Created by QMUI Team on 2017/6/3. // Copyright © 2017年 QMUI Team. All rights reserved. // #import "QDCommonViewController.h" @interface QDMarqueeLabelViewController : QDCommonViewController @end
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Decidim module Elections module Admin # This controller allows the create or update questions for an election. class QuestionsController < Admin::ApplicationController helper_method :election, :questions, :question def new enforce_permis...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IDESourceControlProjectFavoriteDictionaryKey</key> <false/> <key>IDESourceControlProjectIdentifier</key> <string>2926F92F-9F81-4831-9C55-C26...
{ "pile_set_name": "Github" }
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "Li...
{ "pile_set_name": "Github" }
<?php use Siberian\Hook; $init = static function ($bootstrap) { Hook::listen( 'cache.clear.cache', 'application_pre_init_cache', static function () { Application_Model_Cron::triggerRun(); }); };
{ "pile_set_name": "Github" }
/* -*- Mode: c; tab-width: 8; c-basic-offset: 4; indent-tabs-mode: t; -*- */ /* cairo - a vector graphics library with display and print output * * Copyright © 2008 Adrian Johnson * * This library is free software; you can redistribute it and/or * modify it either under the terms of the GNU Lesser General Public ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c49bb06d12adc1d46abed797f52ee25b TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestR...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <nrml xmlns:gml="http://www.opengis.net/gml" xmlns="http://openquake.org/xmlns/nrml/0.4"> <hazardMap sourceModelTreePath="b1|b3|b2" gsimTreePath="b1|b6" investigationTime="50.0" IMT="PGA" poE="0.1"> <node lon="-1.0" lat="1.0" iml="0.01" /> <node lon="1.0"...
{ "pile_set_name": "Github" }
% File src/library/base/man/ls.Rd % Part of the R package, https://www.R-project.org % Copyright 1995-2014 R Core Team % Distributed under GPL 2 or later \name{ls} \alias{ls} \alias{objects} \title{List Objects} \usage{ ls(name, pos = -1L, envir = as.environment(pos), all.names = FALSE, pattern, sorted = TRUE) obje...
{ "pile_set_name": "Github" }
/* * Squidex Headless CMS * * @license * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; import { ApiUrlConfig, BackupDto, BackupsState, Duration } from '@app/shared'; @Component({ selector: 'sqx-backup', st...
{ "pile_set_name": "Github" }
xof 0303txt 0032 Material Material__1 { 1.000000;1.000000;1.000000;1.000000;; 3.520000; 0.378000;0.378000;0.378000;; 0.000000;0.000000;0.000000;; TextureFilename { "C:\WORK\FPS Creator\MAPS\texturebank\scifi\Corridors\metal\Cd_b_01_D2.tga"; } } Frame deadend_a { FrameTransformMatrix { 1.000000,0.00000...
{ "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" }
/* CRT - Guest - Dr. Venom Copyright (C) 2018-2020 guest(r) - guest.r@gmail.com Incorporates many good ideas and suggestions from Dr. Venom. 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 Softw...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina4_7" orientation=...
{ "pile_set_name": "Github" }
// Copyright 2019 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. // +build gccgo package cpu // haveAsmFunctions reports whether the other functions in this file can // be safely called. func haveAsmFunctions() bool { retur...
{ "pile_set_name": "Github" }
/* * isp1301_omap - ISP 1301 USB transceiver, talking to OMAP OTG controller * * Copyright (C) 2004 Texas Instruments * Copyright (C) 2004 David Brownell * * 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 Sof...
{ "pile_set_name": "Github" }
--- title: Avoid using checkpoints on a virtual machine that runs a server workload in a production environment description: Online version of the text for this Best Practices Analyzer rule. ms.author: benarm author: BenjaminArmstrong ms.topic: article ms.assetid: 1be75890-d316-495a-b9b7-be75fc1aac10 ms.date: 8/16/2016...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019 Yubico AB. All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file. */ #include <fido.h> #include <fido/bio.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef HAVE_UNISTD_H #include <un...
{ "pile_set_name": "Github" }
/* Copyright 2017 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 applicable law or a...
{ "pile_set_name": "Github" }
# Console development - [Introduction](#introduction) - [Building a command](#building-a-command) - [Defining arguments](#defining-arguments) - [Defining options](#defining-options) - [Writing output](#writing-output) - [Retrieving input](#retrieving-input) - [Registering commands](#registering-command...
{ "pile_set_name": "Github" }
/************************************************************* * * MathJax/jax/output/SVG/fonts/TeX/svg/Typewriter/Regular/BasicLatin.js * * Copyright (c) 2011-2017 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with...
{ "pile_set_name": "Github" }
<?php /** * ALIPAY API: alipay.marketing.tool.fengdie.editor.query request * * @author auto create * @since 1.0, 2017-04-10 10:25:08 */ class AlipayMarketingToolFengdieEditorQueryRequest { /** * 唤起凤蝶活动编辑器 **/ private $bizContent; private $apiParas = array(); private $terminalType; private $terminalI...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Contest Management System - http://cms-dev.github.io/ # Copyright © 2012 Bernard Blackham <bernard@largestprime.net> # Copyright © 2013-2018 Stefano Maggiolo <s.maggiolo@gmail.com> # Copyright © 2014-2015 Giovanni Mascellani <mascellani@poisson.phc.unipi.it> # Copyright © 2016 Masaki Hara <ack...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================= ** ** ** ** Purpose: Class for creating and managing a threadpool ** ** ==============================...
{ "pile_set_name": "Github" }
// mksyscall.pl -tags linux,mips64 syscall_linux.go syscall_linux_mips64x.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,mips64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fchmodat(di...
{ "pile_set_name": "Github" }
defmodule Serum.StructValidator.Project do @moduledoc false _moduledocp = "A module for validating Serum project configuration." use Serum.StructValidator define_validator do key :title, required: true, rules: [is_binary: []] key :description, rules: [is_binary: []] key :base_url, required: true,...
{ "pile_set_name": "Github" }
<?php /** * @link http://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\filters; use Yii; use yii\base\ActionFilter; use yii\web\Request; use yii\web\Response; use yii\web\TooManyRequestsHttpException; /** *...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* 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 applica...
{ "pile_set_name": "Github" }
/** * @fileoverview unix-style formatter. * @author oshi-shinobu */ "use strict"; //------------------------------------------------------------------------------ // Helper Functions //------------------------------------------------------------------------------ /** * Returns a canonical error level string based...
{ "pile_set_name": "Github" }
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package test.fixtures.module0; import com.facebook.swift.codec.*; import com.facebook.swift.codec.ThriftField.Requiredness; import com.facebook.swift.codec.ThriftField.Recursiveness; import com.goo...
{ "pile_set_name": "Github" }
// // Copyright (C) 2019 Dominik S. Buse <buse@ccs-labs.org> // // Documentation for these modules is at http://veins.car2x.org/ // // SPDX-License-Identifier: GPL-2.0-or-later // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published...
{ "pile_set_name": "Github" }
require('../../../modules/es6.number.to-fixed'); module.exports = require('../../../modules/_entry-virtual')('Number').toFixed;
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB; INSERT INTO `list` (`id`, `value`) VALUES ('af', 'Afrikaans'); INSERT INTO `list` (`id`, `value`) VALUES ('af_NA', 'Afrikaans (Namibia)'); INSERT INTO `list` (`id`...
{ "pile_set_name": "Github" }
{ "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2008-2445", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { ...
{ "pile_set_name": "Github" }
# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit git-r3 DESCRIPTION="C library for handling bigWig files (functionally replacing Jim Kent's lib)" HOMEPAGE="https://github.com/dpryan79/libBigWig" EGIT_REPO_URI="https://github.com/dpryan79/libBig...
{ "pile_set_name": "Github" }
## Laravel Auth #### Laravel Auth is a Complete Build of Laravel 8 with Email Registration Verification, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system. Built on Bootstrap 4. [![Build Status](https://travis-ci.org/jeremykenedy/laravel-auth.svg?branch=maste...
{ "pile_set_name": "Github" }
\version "2.10.3" \include "clarinetti.ly" \include "fagotti.ly" \include "cornig.ly" \include "violinoprincipale.ly" \include "violinoone.ly" \include "violinotwo.ly" \include "viola.ly" \include "violoncello.ly" \include "basso.ly" \header { title = "Concerto for Violin and Orchestra in D Major - Opus 61" subt...
{ "pile_set_name": "Github" }
package net.neoremind.mycode.argorithm.leetcode; import static org.junit.Assert.assertThat; import java.util.ArrayList; import java.util.List; import org.hamcrest.Matchers; import org.junit.Test; /** * 有重复数全排列问题 * Given a collection of numbers that might contain duplicates, return all possible unique permutations...
{ "pile_set_name": "Github" }
// Karma configuration // Generated on Mon May 13 2013 10:01:17 GMT-0300 (ART) // list of files / patterns to load in the browser module.exports = function (config) { config.set({ frameworks: ['jasmine', 'requirejs'], // base path, that will be used to resolve files and exclude basePath:...
{ "pile_set_name": "Github" }