text
stringlengths
2
99.9k
meta
dict
// @flow import React, { Component, Fragment } from 'react'; import Select, { components } from 'react-select'; import md from '../../markdown/renderer'; const Code = ({ children }) => <code>{children}</code>; const propChangeData = [ ['aria-describedby', 'unchanged'], ['aria-label', 'unchanged'], ['aria-labe...
{ "pile_set_name": "Github" }
from solc import get_solc_version import semantic_version def test_get_solc_version(): version = get_solc_version() assert isinstance(version, semantic_version.Version)
{ "pile_set_name": "Github" }
# The bumblebee package allows a program to be rendered on an # dedicated video card by spawning an additional X11 server and # streaming the results via VirtualGL or primus to the primary server. # The package is rather chaotic; it's also quite recent. # As it may change a lot, some of the hacks in this nix expressio...
{ "pile_set_name": "Github" }
NA NA 152 112 88 77 72 64 NA NA 180 160 141 110 102 103 NA NA 230 201 162 142 134 130 132 125 125 126 126 140 134 114 115 118 NA NA 244 212 179 158 143 139 136 134 132 142 144 157 155 155 155 140 NA NA 264 223 187 182 183 182 185 185 196 176 176 175 177 ...
{ "pile_set_name": "Github" }
/**************************************************************************** ** @license ** This demo file is part of yFiles for HTML 2.3. ** Copyright (c) 2000-2020 by yWorks GmbH, Vor dem Kreuzberg 28, ** 72070 Tuebingen, Germany. All rights reserved. ** ** yFiles demo files exhibit yFiles for HTML functionali...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
.com { color: #93a1a1; } .lit { color: #195f91; } .pun, .opn, .clo { color: #93a1a1; } .fun { color: #dc322f; } .str, .atv { color: #D14; } .kwd, .prettyprint .tag { color: #1e347b; } .typ, .atn, .dec, .var { color: teal; } .pln { color: #48484c; } .prettyprint { padding: 8px; background-color: #f7f7f9; border: ...
{ "pile_set_name": "Github" }
// // _ _ ______ _ _ _ _ _ _ _ // | \ | | | ____| | (_) | (_) | | | | // | \| | ___ | |__ __| |_| |_ _ _ __ __ _| | | | // | . ` |/ _ \ | __| / _` | | __| | '_ \ / _` | | | | // | |\ | (_) | | |___| (_| | | |_| | | | | (_| |_|_|_| // |_| \_|\___/ |______\__,_|_|\...
{ "pile_set_name": "Github" }
# Event 4 - task_0 ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|Message|UnicodeString|None|`None`| ## Tags * etw_level_Always * etw_keywords_critical * etw_task_task_0
{ "pile_set_name": "Github" }
/* * not type checking this file because flow doesn't play well with * dynamically accessing methods on Array prototype */ import { def } from '../util/index' const arrayProto = Array.prototype export const arrayMethods = Object.create(arrayProto) const methodsToPatch = [ 'push', 'pop', 'shift', 'unshift'...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <pvx> <Process Type="server"> <!-- Two screen configuration Left and right (YAY) --> <Machine Name="Right" LowerLeft="-2 -1 -2" LowerRight="0 -1 -2" UpperRight="0 1 -2" /> <Machine Name="Left" LowerLeft="0 -1 -2" LowerRight="2 -1 -2" UpperRight=...
{ "pile_set_name": "Github" }
//===- llvm/CodeGen/MachineModuleInfoImpls.cpp ----------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 545cb2cb1ce369541b6233c3cbcc1e15 timeCreated: 1488359254 licenseType: Store ModelImporter: serializedVersion: 18 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tarp_flat:object_1 9500000: //RootNode mat...
{ "pile_set_name": "Github" }
/* * Freescale i.MX28 BCH Register Definitions * * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com> * on behalf of DENX Software Engineering GmbH * * Based on code from LTIB: * Copyright 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved. * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __MX28...
{ "pile_set_name": "Github" }
--- dims: created_on: 2008-08-11 17:02:21.413658 Z title: "Hosts - Installed Patches" conditions: !ruby/object:MiqExpression exp: FIND: search: IS NOT EMPTY: field: Host.patches-name checkall: IS NOT EMPTY: field: Host.patches-vendor updated_on: 2008-08-12 21:57:04....
{ "pile_set_name": "Github" }
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "dist/out-tsc/test-browser", "baseUrl": "src/" }, "files": [ "src/browser/polyfills.ts", "test/test-browser.ts" ], "include": [ "test/", "**/*.d.ts", "src/browser/**/*.spec.ts",...
{ "pile_set_name": "Github" }
#!/bin/bash source /tmp/chroot-functions.sh echo "Double checking everything is fresh and happy." run_merge -uDN --with-bdeps=y world echo "Setting the default Python interpreter to Python 2." eselect python set python2.7
{ "pile_set_name": "Github" }
#-*-Makefile-*- vim:syntax=make TARGET = shimmer MSP_BSL ?= tos-bsl MSP_BSL_FLAGS = --invert-test --invert-reset ifdef CC2420_CHANNEL PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL) endif $(call TOSMake_include_platform,shimmer) $(call TOSMake_include_make_platform,msp) shimmer: $(BUILD_DEPS) @:
{ "pile_set_name": "Github" }
{ "expr": "Account.Order.Product[$lowercase(Description.Colour) = \"purple\"][0].Price", "dataset": "dataset5", "bindings": {}, "result": [ 34.45, 34.45 ] }
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////// // // SFML - Simple and Fast Multimedia Library // Copyright (C) 2007-2020 Laurent Gomila (laurent@sfml-dev.org) // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages a...
{ "pile_set_name": "Github" }
@import "ui.js"; @import "utils.js"; @import "constants.js"; var buildAlertWindow = function(responsiveArtboards, retinaImages) { const alertWindow = COSAlertWindow.new(); alertWindow.addButtonWithTitle("OK"); alertWindow.addButtonWithTitle("Cancel"); alertWindow.setMessageText("Settings"); const accessoryV...
{ "pile_set_name": "Github" }
# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # from cpython.ref cimport PyObject from libcpp.memory cimport shared_ptr from thrift.py3.server cimport cAsyncProcessorFactory from folly cimport cFollyExecutor cdef extern from "src/gen-py3/module/service...
{ "pile_set_name": "Github" }
package nl.tno.stormcv.fetcher; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import backtype.storm.task.TopologyContext; import nl.tno.stormcv.model.CVParticle; import nl.tno.stormcv.model.GroupOfFrames; import nl.tno.stormcv.model....
{ "pile_set_name": "Github" }
var Stack = require('./_Stack'), assignMergeValue = require('./_assignMergeValue'), baseFor = require('./_baseFor'), baseMergeDeep = require('./_baseMergeDeep'), isObject = require('./isObject'), keysIn = require('./keysIn'), safeGet = require('./_safeGet'); /** * The base implementation of `_...
{ "pile_set_name": "Github" }
# frozen_string_literal: true class CommentMailer < ActionMailer::Base helper :application include ApplicationHelper default from: "notifications@#{ActionMailer::Base.default_url_options[:host]}" # CommentMailer.notify_of_comment(user,self).deliver_now def notify(user, comment) @user = user @comment...
{ "pile_set_name": "Github" }
/* * ModSecurity, http://www.modsecurity.org/ * Copyright (c) 2015 - 2020 Trustwave Holdings, Inc. (http://www.trustwave.com/) * * 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 * * If any of the fil...
{ "pile_set_name": "Github" }
// Copyright 2019 The Prometheus 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...
{ "pile_set_name": "Github" }
# From https://www.kernel.org/pub/software/network/tftp/tftp-hpa/sha256sums.asc sha256 afee361df96a2f88344e191f6a25480fd714e1d28d176c3f10cc43fa206b718b tftp-hpa-5.2.tar.xz
{ "pile_set_name": "Github" }
SUBROUTINE GFSHC(AWY,NUY,HC,IDENT,AC,MROW) C C ROUTINE TO GENERATE CONSTRAINT MATRIX FOR PURELY INCOMPRESSIBLE C FORMULATION WHEN NO SPC'S ARE ON FLUID C DOUBLE PRECISION DZ(1) ,DTERM ,VAL C REAL RZ(1) C INTEGER Z ,SYSBUF ,MCB(7) ,NAME(2) ...
{ "pile_set_name": "Github" }
package shell import ( "fmt" "io/ioutil" "os" "path" "path/filepath" "runtime" "github.com/joyent/triton-kubernetes/state" "github.com/spf13/viper" getter "github.com/hashicorp/go-getter" ) type thirdPartyPlugin struct { BaseURL string SHA256Sums map[string]string } var thirdPartyPlugins = []thirdPar...
{ "pile_set_name": "Github" }
#pragma once /* * Copyright (C) 2014 Team XBMC * http://xbmc.org * * 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, or (at your option) * any later version....
{ "pile_set_name": "Github" }
// Faust Decoder Configuration File // Written by Ambisonic Decoder Toolbox, version 8.0 // run by sma on hive-macpro-osxmlion.local (MACI64) at 29-Jul-2018 19:42:07 //------- decoder information ------- // decoder file = ../decoders/ENV_3h3v_allrad_5200_rE_max_2_band.dsp // description = ENV_3h3v_allrad_5200_rE_max_2...
{ "pile_set_name": "Github" }
// // usbgamepad.c // // USPi - An USB driver for Raspberry Pi written in C // Copyright (C) 2014-2018 R. Stange <rsta2@o2online.de> // Copyright (C) 2014 M. Maccaferri <macca@maccasoft.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public Lice...
{ "pile_set_name": "Github" }
/* * Copyright 2017 LINE Corporation * * LINE Corporation 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: * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/schema#", "required": [ "min", "max" ], "type": "object", "description": "ID Range provides a min/max of an allowed range of IDs.", "properties": { "max": { "type": "integer", "description": "Max is the end of the range, inclusive.", ...
{ "pile_set_name": "Github" }
// Package difflib is a partial port of Python difflib module. // // It provides tools to compare sequences of strings and generate textual diffs. // // The following class and functions have been ported: // // - SequenceMatcher // // - unified_diff // // - context_diff // // Getting unified diffs was the main goal of ...
{ "pile_set_name": "Github" }
ALTER TABLE db_version CHANGE COLUMN required_s2383_01_mangos_seal_of_righteousness_proc_restored required_s2384_01_mangos_seal_of_righteousness_cleanup bit; DELETE FROM `npc_trainer_template` WHERE `spell` IN (20154, 20271, 21084); DELETE FROM `npc_trainer` WHERE `spell` IN (20154, 20271, 21084);
{ "pile_set_name": "Github" }
/* Copyright (C) 2017 olie.xdev <olie.xdev@googlemail.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 License, or * (at your option) any later version...
{ "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")...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Foo\Bar; class A {} class B {}
{ "pile_set_name": "Github" }
import dayjs from 'dayjs' const locale = { name: 'fo', weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split('_'), months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split('_'), weekStart: 1, weekdaysShort: 'sun_mán_týs_mik_hós_f...
{ "pile_set_name": "Github" }
using Dermayon.Common.Events; using System; using System.Collections.Generic; using System.Text; namespace Pos.Event.Contracts { [Event("CustomerUpdated")] public class CustomerUpdatedEvent : IEvent { public Guid CustomerId { get; set; } public string Name { get; set; } public stri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="code">ja</string> <string name="app_name">ペルシャ暦</string> <string name="cancel">止める</string> <string name="widget_name">ペルシャ暦</string> <string name="widget_mini_name">ペルシャ暦</string> <string name="latitude">緯度</string> <string ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2014 Salesforce.com, inc.. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availab...
{ "pile_set_name": "Github" }
import { LocaleInput } from '@fullcalendar/common' export default { code: "ja", buttonText: { prev: "前", next: "次", today: "今日", month: "月", week: "週", day: "日", list: "予定リスト" }, weekText: "週", allDayText: "終日", moreLinkText: function(n) { return "他 " + n + " 件"; }, noEv...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2020 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * Neo4j 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 License, or ...
{ "pile_set_name": "Github" }
[access "refs/heads/*"] abandon = group tripleo-quickstart-core label-Code-Review = -2..+2 group tripleo-quickstart-core label-Verified = -1..+1 group tripleo-ci label-Workflow = -1..+1 group tripleo-quickstart-core [receive] requireChangeId = true requireContributorAgreement = true [submit] mergeContent = true
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.4 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)); INSERT INTO "list" ("id", "value") VALUES (E'af', E'Afrikaans'); INSERT INTO "list" ("id", "value") VALUES (E'af_NA', E'Afrikaans (Namibia)'); INSERT INTO "list" ("id", "value") VALUES (E'af_ZA', E'Afrikaans (South Africa)'); INSE...
{ "pile_set_name": "Github" }
import "cross-fetch/polyfill"; import "core-js/stable"; import "regenerator-runtime/runtime"; import React from "react"; import ReactDOM from "react-dom"; import App from "./App"; const render = module.hot ? ReactDOM.render : ReactDOM.hydrate; render(<App />, document.getElementById("root"));
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015-2019 Alibaba Group Holding Limited */ #ifndef K_PROC_H #define K_PROC_H #include <stdint.h> #ifndef RHINO_CONFIG_MAX_APP_BINS #define MAX_APP_BINS (3) /**< by default, support 3 app bins */ #else #if (RHINO_CONFIG_MAX_APP_BINS > 32) #error "app bins count beyonds 32" #endif #define MAX_AP...
{ "pile_set_name": "Github" }
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('/assets/frappe/css/fonts/fontawesome/fontawesome-webf...
{ "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 <TVRemoteCore/HMAccessoryDelegate-Protocol.h> #import <TVRemoteCore/HMAccessoryDelegatePrivate-Proto...
{ "pile_set_name": "Github" }
// Copyright 2018 Jeremy Cowles. 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 applic...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>CMSIS-DSP: arm_fill...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Description of times</title> <meta name="keywords" content="times"> <meta name="description" content="C=A.*B"> <meta http-equiv="Content-Type" content="text/html; char...
{ "pile_set_name": "Github" }
// Header for PCH test cxx-typeid.cpp #include <typeinfo>
{ "pile_set_name": "Github" }
# Flags marking events Flags are useful when you want to include further details about specific events along a chart’s timeline. This chart uses six flags with specific information on particular data such as the stocks fall in Greece, the Zimbabwe decision to replace the USD, etc. #### Tip To add a [flag](https://api.h...
{ "pile_set_name": "Github" }
/** * Sharing styles * Loads on front end and back end */ .ab-block-sharing { margin: 0 0 1.2em 0; position: relative; .blocks-rich-text { display: inline-flex; } .ab-share-list { margin: 0; padding: 0; li { list-style: none; display: inline-block; margin: 0 5px 5px 0; } a { backgr...
{ "pile_set_name": "Github" }
/* Translation-Revision-Date: 2020-05-26 04:07:15+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/2.4.0-alpha */ /* Language: fa */ /* Number of Characters in a note */ "%@ Character" = "%@ نویسه"; /* Number of Characters in a note */ "%@ Characters" = "%@ نویسه"; /* Number of words in a no...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -verify -fopenmp -std=c++11 -ast-print %s | FileCheck %s // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCheck %s // RUN: %clang_cc1 -verify -fopenmp-simd -std=c++11 -ast-print %s | File...
{ "pile_set_name": "Github" }
บท ที่๑พายุ ไซโคลน โด โรธี อาศัย อยู่ ท่ามกลาง ทุ่งใหญ่ ใน แคนซัส กับ ลุง เฮ นรี ชาวไร่ และ ป้า เอ็ม ภรรยา ชาวไร่ บ้าน ของ พวก เขา หลัง เล็ก เพราะ ไม้ สร้าง บ้าน ต้อง ขน มา ด้วย เกวียน เป็น ระยะ ทาง หลาย ไมล์ บ้าน มี สี่ ฝา มี พื้น กับ หลังคา รวม ทำ เป็น ห้อง เดียว ใน ห้อง มี ทั้ง เตา หุง ต้ม ที่ สนิม ดู ขึ้น เลอะ...
{ "pile_set_name": "Github" }
{ "errors":[ { "loc":{"source":null,"start":{"line":2,"column":18},"end":{"line":2,"column":19}}, "message":"Unexpected identifier, expected the token `:`" }, { "loc":{"source":null,"start":{"line":2,"column":19},"end":{"line":2,"column":20}}, "message":"Unexpected token `:`" }...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016 - 2018 Syncleus, 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 la...
{ "pile_set_name": "Github" }
/* wolfssl_KEIL_ARM.h * * Copyright (C) 2006-2017 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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 y...
{ "pile_set_name": "Github" }
/* nanosleep.c */ #include <ulib/base/base.h> #include <errno.h> #include <time.h> /* Pause execution for a number of nanoseconds */ extern U_EXPORT int nanosleep(const struct timespec* requested_time, struct timespec* remaining); U_EXPORT int nanosleep(const struct timespec* requested_time, struct timespec*...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en" ng-app="myApp"> <head> <meta charset="utf-8"> <title>Grid | Onsen UI</title> <link rel="stylesheet" href="../styles/app.css"/> <link rel="stylesheet" href="../../../../build/css/onsenui.css"> <link rel="stylesheet" href="../../../../build/css/onsen-css-components.css"> <scri...
{ "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 <AudioVideoBridging/AVB17221AEMObject.h> #import <AudioVideoBridging/NSCopying-Protocol.h> @interface AVB17221AEMSignalSplitt...
{ "pile_set_name": "Github" }
https://medium.com/tebelorg // automation flow files usually start with an URL to tell TagUI where to go // files can also start with // for comments, or no URL if it's not web-related // this set of flows uses datatables to retrieve/act on info from GitHub // 6A - get URLs of Starrers, 6B - get contact info, 6C ...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014-2019 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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 c...
{ "pile_set_name": "Github" }
/* KLayout Layout Viewer Copyright (C) 2006-2020 Matthias Koefferlein 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 vers...
{ "pile_set_name": "Github" }
#include <assert.h> #include "src/codegen/helpers.h" namespace re2c_test { static std::string f(const std::string &str, const std::string &stub, const char *arg, size_t val, bool allow_unnamed) { std::ostringstream os; os << str; re2c::argsubst(os, stub, arg, allow_unnamed, val); return os.str()...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" ng-app="jpm"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="/releases/5.0.0/css/style.css" rel="stylesheet" /> <script src="https://code.jquery.com/jque...
{ "pile_set_name": "Github" }
{ "name": "amazon-cognito-identity-js", "description": "Amazon Cognito Identity Provider JavaScript SDK", "version": "4.4.0", "author": { "name": "Amazon Web Services", "email": "aws@amazon.com", "url": "http://aws.amazon.com" }, "homepage": "http://aws.amazon.com/cognito", "contributors": [ ...
{ "pile_set_name": "Github" }
// t0072.cc // declmodifiers after type specifier word const static int x = 4; //ERROR(1): const const int q; // duplicate 'const' unsigned int r; // some more hairy examples long unsigned y; const unsigned volatile long static int z; long long LL; // support this because my libc headers use it.. // may as...
{ "pile_set_name": "Github" }
menuconfig CAN_CC770 tristate "Bosch CC770 and Intel AN82527 devices" depends on HAS_IOMEM if CAN_CC770 config CAN_CC770_ISA tristate "ISA Bus based legacy CC770 driver" ---help--- This driver adds legacy support for CC770 and AN82527 chips connected to the ISA bus using I/O port, memory mapped or indire...
{ "pile_set_name": "Github" }
{ "copyright": "Varun Dey", "url": "https://varundey.me", "theme": "afterdark", "email": "varundey20@gmail.com", "format": "html" }
{ "pile_set_name": "Github" }
/* * LP55XX Common Driver Header * * Copyright (C) 2012 Texas Instruments * * Author: Milo(Woogyom) Kim <milo.kim@ti.com> * * 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 published by the Free Software Foundation. * ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jsCalendar</title> <meta name="description" content="jsCalendar example"> <meta name="author" content="GramThanos"> <!-- jsCalendar --> <link rel="stylesheet" type="text/css" href="../source/jsCalendar.css"> <link rel="stylesheet" typ...
{ "pile_set_name": "Github" }
#N canvas 554 317 506 356 10; #X obj 214 233 outlet; #X text 40 248 If the argument is not equal to 0 \, use it. Pd init arguments to 0 so unused arguments will be 0; #X obj 63 116 select 0; #X text 39 285 This is useful to have internals inited \, but not reset if there is no argument specified.; #X obj 63 190 select ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html dir="rtl"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title></title> <link rel="Stylesheet" href="../css/analysis.css" /> <script type="text/javascript"> function init() { if (window.location.hash) { var parentDi...
{ "pile_set_name": "Github" }
-Xplugin:. -Xplugin-require:rafter-before-1
{ "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. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
// Copyright 2018 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 applicable...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2013 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/license...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Changing field 'Environment.equivalent_environment' db.alter_column(u'...
{ "pile_set_name": "Github" }
-- View: public.testview_$%{}[]()&*^!@"'`\/# -- DROP VIEW public."testview_$%{}[]()&*^!@""'`\/#"; CREATE OR REPLACE VIEW public."testview_$%{}[]()&*^!@""'`\/#" WITH ( check_option=local ) AS SELECT test_view_table.col1 FROM test_view_table; ALTER TABLE public."testview_$%{}[]()&*^!@""'`\/#" OWNER TO enterp...
{ "pile_set_name": "Github" }
AC3Db MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.5 0.5 0.5 shi 10 trans 0 OBJECT world kids 1 OBJECT poly name "rect" loc 0 8 0 texture "tree2.rgb" numvert 8 -7.5 8 0 7.5 8 0 7.5 -8 0 -7.5 -8 0 3.27826e-07 8 7.5 -3.27826e-07 8 -7.5 -3.27826e-07 -8 -7.5 3.27826e-07 -8 7.5 numsurf 4 SURF 0x30 ma...
{ "pile_set_name": "Github" }
using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using SportsStore.Domain.Abstract; using SportsStore.Domain.Entities; using SportsStore.WebUI.Controllers; using System; using System.Collections.Generic; using System.Linq; using System.Web.Mvc; namespace SportsStore.UnitTests { [TestClass] publi...
{ "pile_set_name": "Github" }
# Загрузчик пользовательских настроек ## Загрузка глобальных переменных из внешнего файла Чтобы не зашивать в тесты все плавающие пользовательские переменные, такие как имена баз, строки подключения, логины, пароли и др., имеется возможность забирать эти переменные из внешнего файла или внешнего key-value хранилища п...
{ "pile_set_name": "Github" }
# Testbed Once you have conquered the HelloWorld example, you should start looking at Box2D's testbed. The testbed is a testing framework and demo environment. Here are some of the features: - Camera with pan and zoom. - Mouse picking of shapes attached to dynamic bodies. - Extensible set of tests. - GUI for selecting ...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 7746DB681DEEF1AC00C651DC /* ModelsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7746DB671DEEF1AC00C651DC /* ModelsTableViewController.m */; }; 7746DB7A1DEF32F600C651DC /* ...
{ "pile_set_name": "Github" }
Subject: miningnews . net newsletter - friday , january 23 , 2004 friday , january 23 , 2004 miningnews . net to allow you to read the stories below , we have arranged a complimentary one month subscription for you . to accept , click here to visit our extended service at www . miningnews . net . alternatively , just...
{ "pile_set_name": "Github" }
--- Description: Programming DirectX with COM. title: Programming DirectX with COM ms.topic: article ms.date: 01/29/2019 --- # Programming DirectX with COM The Microsoft Component Object Model (COM) is an object-oriented programming model used by several technologies, including the bulk of the DirectX API surface. Fo...
{ "pile_set_name": "Github" }
#!/bin/bash # called by dracut check() { local _rootdev # No mdadm? No mdraid support. require_binaries mdadm expr || return 1 [[ $hostonly ]] || [[ $mount_needs ]] && { for dev in "${!host_fs_types[@]}"; do [[ "${host_fs_types[$dev]}" != *_raid_member ]] && continue ...
{ "pile_set_name": "Github" }
/* * QTest I2C driver * * Copyright (c) 2012 Andreas Färber * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" #include "libqos/i2c.h" #include "libqtest.h" void i2c_send(I2CAdapter *i2c, uint8_t addr, ...
{ "pile_set_name": "Github" }
/* DVB USB compliant Linux driver for the Friio USB2.0 ISDB-T receiver. * * Copyright (C) 2009 Akihiro Tsukada <tskd2@yahoo.co.jp> * * This module is based off the the gl861 and vp702x modules. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public...
{ "pile_set_name": "Github" }
sha256:a994dfec515ed4d64e546df2595b0c6f9964d07a70babccb0e1049da5e284e3f
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:4b74ee42e4f076554b56c415b8415c2467248de4f7486879d38196af3c6a2b95 size 2573
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }