text
stringlengths
2
99.9k
meta
dict
# 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, or # (at your option) any later version. from tests import TestCase, skipIf from quodlibet.qltk.window import W...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <workspace> <project> <path>$WS_DIR$\sample_threadx.ewp</path> </project> <project> <path>$WS_DIR$\tx.ewp</path> </project> <batchBuild/> </workspace>
{ "pile_set_name": "Github" }
/* __________ _____ __ __\______ \_____ _______ ______ ____ _______ / \ | | \| ___/\__ \ \_ __ \/ ___/_/ __ \\_ __ \ | Y Y \| | /| | / __ \_| | \/\___ \ \ ___/ | | \/ |__|_| /|____/ |____| (____ /|__| /____ ...
{ "pile_set_name": "Github" }
Ext.define('Neptune.view.Content', { extend: 'Ext.panel.Panel', xtype: 'content', layout: { type: 'card', deferredRender: true }, bodyPadding: '10 ' + (Ext.getScrollbarSize().width + 10) + ' 10 10', scrollable: true, items: [ { xtype: 'panels' }, { xtype: 'fr...
{ "pile_set_name": "Github" }
{ "coverage": { "US Census": { "geoid": "30105", "name": "Valley County", "state": "Montana" }, "country": "us", "state": "mt", "county": "Valley" }, "schema": 2, "layers": { "addresses": [ { ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Abseil 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 agr...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996, 2003, 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 ...
{ "pile_set_name": "Github" }
package com.example.buyticketsdesign; import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
{ "pile_set_name": "Github" }
/* line 1, ../sass/installer.scss */ .installer-box { border: 1px solid #ccc; box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); padding: 10px; } /* line 7, ../sass/installer.scss */ .scrollable { box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75); overflow: scroll; height: 200px; padding: 10px; margin: 8px 0; } ...
{ "pile_set_name": "Github" }
/* *Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * *WSO2 Inc. licenses this file to you 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/LI...
{ "pile_set_name": "Github" }
layer { name: "data" type: "HDF5Data" top: "data" top: "label" hdf5_data_param { source: "examples/hdf5_classification/data/test.txt" batch_size: 10 } } layer { name: "ip1" type: "InnerProduct" bottom: "data" top: "ip1" inner_product_param { num_output: 40 weight_filler { typ...
{ "pile_set_name": "Github" }
var PROD = process.argv.indexOf('-p') >= 0; module.exports = { entry: { 'echarts': __dirname + '/index.js', 'echarts.simple': __dirname + '/index.simple.js', 'echarts.common': __dirname + '/index.common.js' }, output: { libraryTarget: 'umd', library: 'echarts', ...
{ "pile_set_name": "Github" }
/*========================================================================= Program: ParaView Module: vtkLoadStateOptions.cxx Copyright (c) Kitware, Inc. All rights reserved. See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. This software is distributed WITHOUT ANY WAR...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true"> <shape> <corners android:radius="5dp" /> <solid android:color="@color/navigation_bg_blue" /> </shape> </item> ...
{ "pile_set_name": "Github" }
/* * linux/kernel/system_call.s * * (C) 1991 Linus Torvalds */ /* * system_call.s contains the system-call low-level handling routines. * This also contains the timer-interrupt handler, as some of the code is * the same. The hd- and flopppy-interrupts are also here. * * NOTE: This code handles signal-rec...
{ "pile_set_name": "Github" }
/* * Copyright 2009 Keith Stevens * * This file is part of the S-Space package and is covered under the terms and * conditions therein. * * The S-Space package is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as published * by the Free Sof...
{ "pile_set_name": "Github" }
base64digest digest file hexdigest
{ "pile_set_name": "Github" }
from __future__ import print_function, division import numpy as np from skimage import data import cv2 import imgaug as ia from imgaug import augmenters as iaa TIME_PER_STEP = 5000 NB_AUGS_PER_IMAGE = 10 def main(): image = data.astronaut() image = ia.imresize_single_image(image, (64, 64)) print("image...
{ "pile_set_name": "Github" }
/* * Copyright [2020] [MaxKey of copyright http://www.maxkey.top] * * 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 req...
{ "pile_set_name": "Github" }
/* ******************************************************************************* * * Copyright (C) 2009-2014, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * file name: std_string.h * encoding:...
{ "pile_set_name": "Github" }
package trick.dataproducts.plot.utils; import java.awt.Component; import java.awt.HeadlessException; import java.awt.Image; import java.awt.event.KeyEvent; import javax.swing.Box; import javax.swing.JComponent; import javax.swing.JFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.Window...
{ "pile_set_name": "Github" }
import QtQuick 2.3 import QtQuick.Controls.Styles 1.4 import org.LC.common 1.0 ScrollViewStyle { id: scrollStyle property real dim: 12 scrollBarBackground: Rectangle { implicitWidth: scrollStyle.dim implicitHeight: scrollStyle.dim color: "transparent" } incrementControl: Ac...
{ "pile_set_name": "Github" }
package gexec_test import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gexec" "testing" ) var fireflyPath string func TestGexec(t *testing.T) { BeforeSuite(func() { var err error fireflyPath, err = gexec.Build("./_fixture/firefly") Ω(err).ShouldNot(HaveOccurred()) }) ...
{ "pile_set_name": "Github" }
<?php $this->breadcrumbs=array( 'Companys'=>array('index'), $model->company_id=>array('view','id'=>$model->company_id), 'Update', ); $this->menu=array( array('label'=>'List Company', 'url'=>array('index')), array('label'=>'Create Company', 'url'=>array('create')), array('label'=>'View Company', 'url'=>array('vie...
{ "pile_set_name": "Github" }
package doozer const ( missing = int64(-iota) clobber dir nop ) type FileInfo struct { Name string Len int Rev int64 IsSet bool IsDir bool } func basename(path string) string { for i := len(path) - 1; i >= 0; i-- { if path[i] == '/' { return path[i+1:] } } return path }
{ "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 * distributed under the...
{ "pile_set_name": "Github" }
--- page_title: "Build Base Boxes with Veewee" sidebar_current: "boxes-veewee" --- # Build Base Boxes with Veewee <div class="alert alert-warn"> <p> <strong>Warning: Advanced Topic!</strong> If you're not familiar with Veewee, you should read the <a href="https://github.com/jedi4ever/veewee/blob/master/README.md...
{ "pile_set_name": "Github" }
var app; var expect = require('chai').expect; var request = require('supertest'); before(function () { app = require('./app.js'); }); describe('with operation consumes overriding api consumes', function () { it('should add the appropriate middleware', function (done) { request(app) .post('/v3/consumes')...
{ "pile_set_name": "Github" }
package com.epi; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Random; public class MaxSubmatrixSquare { // O(m^3 n^3) time solution. private static int checkAns(List<List<Boolean>> A) { int max = 0; for (int a = 0; a < A.size(); ++a) { for (int b ...
{ "pile_set_name": "Github" }
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Navigatsiya menyusini ochish", "backButtonTooltip": "Orqaga", "closeButtonTooltip": "Yopish", "deleteButtonTooltip": "Olib tashlash", "nextMonthTooltip": "Keyingi oy", "previousMonthTooltip": "Avvalgi oy", "nextPag...
{ "pile_set_name": "Github" }
<UserControl x:Class="SampleConnection.MainPanel" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:loc="clr-namespace:StockSharp.Localization;assembly=StockSharp.Localization" xmlns:sx="htt...
{ "pile_set_name": "Github" }
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
{ "pile_set_name": "Github" }
/** * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> * Build: `lodash modularize modern exports="node" -o ./modern/` * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and In...
{ "pile_set_name": "Github" }
STARTUP(crt0.o) OUTPUT_ARCH(m68k) /* Uncomment this if you want srecords. This is needed for a.out * if you plan to use GDB. OUTPUT_FORMAT(srec) */ SEARCH_DIR(.) GROUP(-lidpgdb -lc -lgcc) __DYNAMIC = 0; /* * Setup the memory map of the MC68ec0x0 Board (IDP) * stack grows down from high memory. This works for *...
{ "pile_set_name": "Github" }
package v3 import ( "github.com/rancher/norman/lifecycle" "github.com/rancher/norman/resource" "k8s.io/apimachinery/pkg/runtime" ) type UserAttributeLifecycle interface { Create(obj *UserAttribute) (runtime.Object, error) Remove(obj *UserAttribute) (runtime.Object, error) Updated(obj *UserAttribute) (runtime.Ob...
{ "pile_set_name": "Github" }
// attribute macros // // @i array index (or "" when no array) // @t table name // @c column name (with index) // @C column name (without index) // @T column type // @x combined column+table up to maxidlen characters (default 24) (for constraint names) class SqlSchema { protected: Vector...
{ "pile_set_name": "Github" }
# FreeImage is an image management library add_library(PGE_FreeImage INTERFACE) option(USE_SHARED_FREEIMAGE "Use shared build of FreeImage" OFF) if(USE_SHARED_FREEIMAGE) set(libFreeImage_Libs "${DEPENDENCIES_INSTALL_DIR}/lib/${CMAKE_SHARED_LIBRARY_PREFIX}FreeImageLite${PGE_LIBS_DEBUG_SUFFIX}${CMAKE_SHARED_LIBRAR...
{ "pile_set_name": "Github" }
@model HomeViewModel @{ ViewBag.Title = "Home Page"; var session = Model.Session; var userName = session.UserName ?? session.Email ?? "test"; } @section scripts { <script src="/js/ss-utils.js"></script> <script src="/js/autogrid.js"></script> <script type="text/javascript"> var hashVars =...
{ "pile_set_name": "Github" }
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # ...
{ "pile_set_name": "Github" }
#! /usr/bin/python # -*- coding: utf-8 -*- import numpy as np import tensorflow as tf import tensorlayer as tl from tensorlayer.layers import Dense, Dropout, Input from tensorlayer.layers.core import Layer from tensorlayer.models import Model __all__ = ['Seq2seq'] class Seq2seq(Model): """vanilla stacked layer...
{ "pile_set_name": "Github" }
from rasa.shared.nlu.training_data.formats.rasa_yaml import RasaYAMLReader from rasa.shared.nlu.training_data.formats.dialogflow import DialogflowReader from rasa.shared.nlu.training_data.formats.luis import LuisReader from rasa.shared.nlu.training_data.formats.markdown import ( MarkdownReader, MarkdownWriter, ...
{ "pile_set_name": "Github" }
/* * Twidere - Twitter client for Android * * Copyright (C) 2012-2014 Mariotaku Lee <mariotaku.lee@gmail.com> * * 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 3 of the...
{ "pile_set_name": "Github" }
fixtures.register('04.preremove', function () { DIV( HIGHLIGHT({ color: 'red', marked: 'h1' }, 'Lorem ipsum dolor sit amet consectetur adipiscing ', HIGHLIGHT({ color: 'green', marked: 'h2' }, 'elit.') ) ); }); fixtures.register('04.postremove.all', function () { DIV...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x", "filename" : "Mic@2x.png" }, { "idiom" : "universal", "scale" : "3x", "filename" : "Mic@3x.png" } ], "info" : { "version" : 1, "author"...
{ "pile_set_name": "Github" }
import React, { Component } from 'react'; import 'bootstrap/dist/css/bootstrap.min.css'; import './App.css'; import {Animated} from "react-animated-css"; import ScrollToBottom from 'react-scroll-to-bottom'; import {listMoviess,listReviewss} from './graphql/queries'; import {updateReviews,createMessage} from './graphql...
{ "pile_set_name": "Github" }
diff --git a/src/ir/item.rs b/src/ir/item.rs index 7f3afefb..90d15e96 100644 --- a/src/ir/item.rs +++ b/src/ir/item.rs @@ -148,7 +148,11 @@ impl<'a, 'b> Iterator for ItemAncestorsIter<'a, 'b> impl AsTemplateParam for ItemId { type Extra = (); - fn as_template_param(&self, ctx: &BindgenContext, _: &()) -> Opt...
{ "pile_set_name": "Github" }
!!****d* ABINIT/61_occeig !! NAME !! 61_occeig !! !! DESCRIPTION !! This directory contains level-4 routines. !! !! COPYRIGHT !! Copyright (C) 1998-2020 ABINIT group (TD) !! This file is distributed under the terms of the !! GNU General Public License, see ~abinit/COPYING !! or http://www.gnu.org/copyleft/gpl.txt . !! ...
{ "pile_set_name": "Github" }
<!-- //********************************************************* // // Copyright (c) Microsoft. All rights reserved. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEM...
{ "pile_set_name": "Github" }
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.LlilumOSAbstraction.API.IO { using System.Runtime.InteropServices; public enum PwmPolarity { Normal = 0, Inverted, }; public enum PwmPrescaler { Div1 = 0, Div2, ...
{ "pile_set_name": "Github" }
= render :partial => "layouts/left_hand_navigation", :locals => { :links => about_links } - content_for :title, t('layouts.infos.about').html_safe - content_for :title_header do %h1= t("layouts.infos.info_about_kassi") .left-navi-section.about-section = render :layout => "layouts/mercury_editable_page", :locals ...
{ "pile_set_name": "Github" }
=pod =head1 NAME CMS_decrypt - decrypt content from a CMS envelopedData structure =head1 SYNOPSIS #include <openssl/cms.h> int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, BIO *dcont, BIO *out, unsigned int flags); =head1 DESCRIPTION CMS_decrypt() extracts and decrypts the content from a CMS ...
{ "pile_set_name": "Github" }
package org.bouncycastle.jce.provider.test; import java.security.MessageDigest; import java.security.Security; import org.bouncycastle.jce.provider.BouncyCastleProvider; import org.bouncycastle.util.encoders.Hex; import org.bouncycastle.util.test.SimpleTest; public class KeccakTest extends SimpleTest { final...
{ "pile_set_name": "Github" }
package org.openstreetmap.atlas.streaming.resource; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.FileSystem; import java.nio.file.Files; import java.nio.file.Path; import java.util.Arrays; import java.util.HashSet; import java.util.List; import org.junit.Assert; import or...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
*********** Αυτή είναι η 64-bit έκδοση του PyScripter. ************* Απαιτείται η 64-bit έκδοση των Windows. Προσέξτε, το PyScripter θα δουλέψει μόνο με εγκατεστημένες 64-bit εκδόσεις της Python. Πριν χρησιμοποιήσετε το PyScripter, βεβαιωθείτε ότι υπάρχει εγκατεστημένη 64-bit έκδοση της Python 2.6 ή νεότερη. Ε...
{ "pile_set_name": "Github" }
#ifndef _ASM_POWERPC_ERRNO_H #define _ASM_POWERPC_ERRNO_H #include <asm-generic/errno.h> #undef EDEADLOCK #define EDEADLOCK 58 /* File locking deadlock error */ #define _LAST_ERRNO 516 #endif /* _ASM_POWERPC_ERRNO_H */
{ "pile_set_name": "Github" }
<?php /** * Class Google\Site_Kit\Core\Authentication\Connected_Proxy_URLTest * * @package Google\Site_Kit * @copyright 2020 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Tests\Core\Authentication...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Api Documentation</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 typ...
{ "pile_set_name": "Github" }
<?js var params = obj; /* sort subparams under their parent params (like opts.classname) */ var parentParam = null; params.forEach(function(param, i) { if (!param) { return; } if ( parentParam && param.name && param.name.indexOf(parentParam.name + '.') === 0 ) { param.name =...
{ "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. // +build ignore package main // This program generates table.go and table_test.go. // Invoke as // // go run gen.go |gofmt >table.go // go run gen.go -test |...
{ "pile_set_name": "Github" }
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "pwa-node", "request": "launch", "name": "[node...
{ "pile_set_name": "Github" }
#------------------------------------------------------------------------- # # Makefile # Makefile for the timezone names # IDENTIFICATION # src/timezone/tznames/Makefile # #------------------------------------------------------------------------- subdir = src/timezone/tznames top_builddir = ../../.. include $(...
{ "pile_set_name": "Github" }
/***************************************************************************** ** $Source: /cvsroot/bluemsx/blueMSX/Src/Language/LanguageItalian.h,v $ ** ** $Revision: 1.74 $ ** ** $Date: 2011/01/28 02:30:00 $ ** ** More info: http://www.bluemsx.com ** ** Copyright (C) 2003-2008 Daniel Vik ** Italian translation by Luc...
{ "pile_set_name": "Github" }
--- external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml keywords: powershell,cmdlet Locale: en-US Module Name: Microsoft.PowerShell.Utility ms.date: 06/09/2017 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/set-variable?view=powershell-5.1&WT.mc_id=ps-gethel...
{ "pile_set_name": "Github" }
'use strict' const express = require('express') const router = express.Router() const list = require('./list') const toggle = require('./toggle') router.get('/list', list) router.get('/toggle', toggle) module.exports = router
{ "pile_set_name": "Github" }
import { Injectable } from '@angular/core'; import { Actions, Effect, ofType } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable, of } from 'rxjs'; import { mergeMap } from 'rxjs/operators'; import * as actions from '@app/store-actions/actions'; import * as actionTypes from '@app/store-act...
{ "pile_set_name": "Github" }
# Quick Deployment Environment SSL Setup > :memo: **NOTE** > > This document is for **Version 2** of the Quick Deployment Environment. > If you're using an older version of QDE, please refer to the [[QDEv1 SSL Setup page|QuickDeploymentSslSetupV1]]. During normal setup, all required SSL certificates are retrieved or ...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIICVzCCAf6gAwIBAgIRAM/3vNnr0VmIN06scGBTVY0wCgYIKoZIzj0EAwIwdjEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHzAdBgNVBAMTFnRs c2NhLm9yZzEuZXhhbXBsZS5jb20wHhcNMjAwNDIzMjAwMzAwWhcNMzAwNDIxMjAw MzAwWjB2MQswCQYDVQQGEwJVUzETMBEG...
{ "pile_set_name": "Github" }
[kernel] Parsing tests/aorai/assigns.c (with preprocessing) [aorai] Welcome to the Aorai plugin [kernel] Parsing /tmp/aorai_assigns1.i (no preprocessing) [wp] Collecting axiomatic usage [wp] warning: Missing RTE guards [wp] [Qed] Goal typed_f_post_func_assign_part2 : Valid [wp] [Qed] Goal typed_f_post_func_assign_part1...
{ "pile_set_name": "Github" }
// Copyright 2011 Dmitry Chestnykh. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package base64Captcha import ( "io/ioutil" "testing" ) func BenchmarkNewAudio(b *testing.B) { b.StopTimer() d := randomDigits(DefaultLen) id := randomI...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html itemscope lang="en-us"> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="g...
{ "pile_set_name": "Github" }
/* * Interface between low level (hardware) drivers and * HiSax protocol stack * * Author Kai Germaschewski * Copyright 2001 by Kai Germaschewski <kai.germaschewski@gmx.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein b...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "avatar.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
/* arch/arm/mach-s3c2410/include/mach/regs-nand.h * * Copyright (c) 2004-2005 Simtec Electronics <linux@simtec.co.uk> * http://www.simtec.co.uk/products/SWLINUX/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publishe...
{ "pile_set_name": "Github" }
// Copyright 2017 Factom Foundation // Use of this source code is governed by the MIT // license that can be found in the LICENSE file. package electionMsgs import ( "fmt" "github.com/FactomProject/factomd/common/constants" "github.com/FactomProject/factomd/common/interfaces" "github.com/FactomProject/factomd/co...
{ "pile_set_name": "Github" }
// Copyright 2019 Google LLC. // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #include "tools/fiddle/examples.h" // HASH=2aa939b90d96aff436b145a96305132c REG_FIDDLE(Path_isRRect, 256, 256, false, 0) { void draw(SkCanvas* canvas) { SkPaint paint; SkPath path; ...
{ "pile_set_name": "Github" }
from __future__ import absolute_import, division, unicode_literals from pip._vendor.six import text_type, binary_type from pip._vendor.six.moves import http_client, urllib import codecs import re from pip._vendor import webencodings from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase from .con...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple x86_64 -emit-llvm -o - %s | FileCheck %s @protocol P1 @end @interface NSOperationQueue { char ch[64]; double d; } @end NSOperationQueue &f(); NSOperationQueue<P1> &f1(); void call_once() { f(); f1(); } // CHECK: call dereferenceable({{[0-9]+}}) %0* @_Z1fv() // CHECK: call derefere...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d2d8fb876403beb4483c2a47defa63f8 timeCreated: 1432574467 licenseType: Store TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 0 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStar...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>0--Parade_0_Parade_Parade_0_1019.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu</name>...
{ "pile_set_name": "Github" }
/ { serial@ff130000 { compatible = "pivccu,dw_apb"; pivccu,reset_pin = <&pivccu_gpio2 3 0>; }; pinctrl { pivccu_gpio2: gpio2@ff230000 { }; }; i2c@ff150000 { status = "okay"; rx8130@32 { compatible = "epson,rx8130-legacy"; reg = <0x32>; status = "okay"; enable...
{ "pile_set_name": "Github" }
package gov.nysenate.openleg.service.agenda.search; import gov.nysenate.openleg.dao.base.LimitOffset; import gov.nysenate.openleg.model.agenda.CommitteeAgendaId; import gov.nysenate.openleg.model.search.SearchException; import gov.nysenate.openleg.model.search.SearchResults; import gov.nysenate.openleg.service.agenda....
{ "pile_set_name": "Github" }
#include "audio_mixer.h" #include "halley/utils/utils.h" #include "audio_mixer_sse.h" #include "audio_mixer_avx.h" using namespace Halley; void AudioMixer::mixAudio(gsl::span<const AudioSamplePack> src, gsl::span<AudioSamplePack> dst, float gain0, float gain1) { const size_t nPacks = size_t(src.size()); if (gain0 ...
{ "pile_set_name": "Github" }
partial class Examples { public static Rhino.Commands.Result OrientOnSrf(Rhino.RhinoDoc doc) { // Select objects to orient Rhino.Input.Custom.GetObject go = new Rhino.Input.Custom.GetObject(); go.SetCommandPrompt("Select objects to orient"); go.SubObjectSelect = false; go.GroupSelect = true; ...
{ "pile_set_name": "Github" }
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2001-2002 Vivid Solutions Inc. * Copyright (C) 2005 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under * the ter...
{ "pile_set_name": "Github" }
command -p -V recho
{ "pile_set_name": "Github" }
using UdonSharp; using UnityEngine; [AddComponentMenu("")] public class Test02_Arithmetic : UdonSharpBehaviour { public int exportedIntTest = 5; public int export2Test = 2; private int export3Test = 450; public int export4Test = 55; private string[] x = { "a", "B", "C", ...
{ "pile_set_name": "Github" }
/* * Advanced Simulation Library <http://asl.org.il> * * Copyright 2015 Avtech Scientific <http://avtechscientific.com> * * * This file is part of Advanced Simulation Library (ASL). * * ASL is free software: you can redistribute it and/or modify it * under the terms of the GNU Affero General Public License as...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1998, 2001, 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...
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Lua mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <link rel="stylesheet" href="../../theme/neat.css"> <script src="../../addon/edit/matchbrackets.js"></script> <script src="../../lib/codem...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>WebM Premiere</string> <key>CFBundl...
{ "pile_set_name": "Github" }
FLMLMODEL = top_hat_cg_supg default: input input: ../../bin/interval --dx=0.025 0 1 line clean: clean-run-debug clean-run: rm -f $(FLMLMODEL)_?*.pvtu $(FLMLMODEL)_?*.vtu rm -f $(FLMLMODEL).detectors $(FLMLMODEL).stat tmpf* rm -f fluidity.err-?* fluidity.log-?* rm -f matrixdump matrixdump.info rm -f $(FLMLMODEL...
{ "pile_set_name": "Github" }
name: Offcanvas Styles description: Paramters for the Off Canvas sidepanel section. type: section form: fields: background: type: input.colorpicker label: Background default: "#4db2b3" text-color: type: input.colorpicker label: Text default: "#eceeef" toggle-color: ...
{ "pile_set_name": "Github" }
(* Copyright (C) 2004-2005 Henry Cejtin, Matthew Fluet, Suresh * Jagannathan, and Stephen Weeks. * * MLton is released under a HPND-style license. * See the file MLton-LICENSE for details. *) local structure B : BASIS_2002_VALS = Basis2002 in open B end
{ "pile_set_name": "Github" }
#!/usr/bin/env python try: from twisted.trial import unittest unittest # http://divmod.org/trac/ticket/1499 except ImportError, le: print "Skipping test_iputil since it requires Twisted and Twisted could not be imported: %s" % (le,) else: from pyutil import iputil, testutil import re DOTTED_QU...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012-2018 Red Hat, Inc. * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc. - initial API a...
{ "pile_set_name": "Github" }
--- -api-id: P:Windows.UI.Xaml.Controls.InkToolbar.IsRulerButtonCheckedProperty -api-type: winrt property --- <!-- Property syntax public Windows.UI.Xaml.DependencyProperty IsRulerButtonCheckedProperty { get; } --> # Windows.UI.Xaml.Controls.InkToolbar.IsRulerButtonCheckedProperty ## -description Identifies the [IsR...
{ "pile_set_name": "Github" }
// Copyright 2013 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. //go:generate go run gen.go gen_common.go -output tables.go package language // import "golang.org/x/text/internal/language" // TODO: Remove above NOTE after:...
{ "pile_set_name": "Github" }
namespace ClassLib041 { public class Class067 { public static string Property => "ClassLib041"; } }
{ "pile_set_name": "Github" }
if RUBY_PLATFORM == 'opal' require 'time' class Time # Patchs a bug in the Time class, where two instances of time with the same # value do not hash to the same hash as they do in MRI. # https://github.com/opal/opal/issues/963 def hash "Time:#{to_i}" end # Patches backported Opal ...
{ "pile_set_name": "Github" }