text
stringlengths
2
99.9k
meta
dict
<?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 class...
{ "pile_set_name": "Github" }
<?php /** * @package AlecadddPlugin */ /* Plugin Name: Alecaddd Plugin Plugin URI: http://alecaddd.com/plugin Description: This is my first attempt on writing a custom Plugin for this amazing tutorial series. Version: 1.0.0 Author: Alessandro "Alecaddd" Castellani Author URI: http://alecaddd.com License: GPLv2 or la...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using StarkPlatform.Compiler.Stark.Extensions.ContextQuery; namespace StarkPlatform.Compiler.Stark.Completion.KeywordRecommenders { ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2018, Troy D. Hanson http://troydhanson.github.com/uthash/ 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...
{ "pile_set_name": "Github" }
package influxql import ( "bytes" "errors" "fmt" "regexp" "sort" "strconv" "strings" "time" ) // DataType represents the primitive data types available in InfluxQL. type DataType int const ( // Unknown primitive data type. Unknown DataType = 0 // Float means the data type is a float Float = 1 // Integer...
{ "pile_set_name": "Github" }
{ "component": true, "usingComponents": { "van-icon": "../icon/index" } }
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Copyright 2014 Objectif Libre # # 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 ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
{ "pile_set_name": "Github" }
<?php /** * SCSSPHP * * @copyright 2012-2020 Leaf Corcoran * * @license http://opensource.org/licenses/MIT MIT * * @link http://scssphp.github.io/scssphp */ namespace ScssPhp\ScssPhp; use ScssPhp\ScssPhp\Base\Range; use ScssPhp\ScssPhp\Exception\RangeException; /** * Utilty functions * * @author Anthon Pa...
{ "pile_set_name": "Github" }
import App from './App'; const QUERY_ITEMS = 'QUERY_ITEMS'; const queryItems = (items) => ({ type: QUERY_ITEMS, payload: items }); const queryItemsAsync = (items) => (dispatch) => { setTimeout(() => { dispatch( queryItems(['async', ...items]) ); }, 1000) }; export { queryItemsAsync, queryItems };
{ "pile_set_name": "Github" }
**This airport has been automatically generated** We have no information about 2MT0[*] airport other than its name, ICAO and location (US). This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries... Good luck if you decide to do this airport!
{ "pile_set_name": "Github" }
#ifndef LPEG #define LPEG #define LPEGLIBNAME "lpeg" LUALIB_API int luaopen_lpeg (lua_State *L); #endif
{ "pile_set_name": "Github" }
#cover-view input type='hidden' name='cover' .row - @covers.each do |cover| .col-sm-6.col-md-4.col-lg-3.my-auto = link_to "#{setup_cover_path}?cover=#{cover.profile}", method: :put, class: 'cover wow animated fadeIn' do img src=cover.small = render 'setup/components/step-footer', hre...
{ "pile_set_name": "Github" }
import os import pathlib import re import sys from collections import OrderedDict from pathlib import Path from typing import List, Optional, Union from io_xplane2blender import xplane_helpers from io_xplane2blender.xplane_export import showLogDialog """ Datarefs.txt file format spec ----------------------------- Fi...
{ "pile_set_name": "Github" }
package com.nanchen.rxjava2examples.module.rxjava2.usecases.okHttp; import android.util.Log; import com.google.gson.Gson; import com.nanchen.rxjava2examples.model.MobileAddress; import com.nanchen.rxjava2examples.module.rxjava2.operators.item.RxOperatorBaseActivity; import io.reactivex.Observable; import io.reactive...
{ "pile_set_name": "Github" }
'use strict'; if(require('./$.descriptors')){ var $export = require('./$.export') , $typed = require('./$.typed') , buffer = require('./$.buffer') , toIndex = require('./$.to-index') , toLength = require('./$.to-length') , isObject = require('./$.is-object') , TYP...
{ "pile_set_name": "Github" }
importScripts('https://storage.googleapis.com/workbox-cdn/releases/3.6.1/workbox-sw.js'); workbox.loadModule('workbox-strategies'); const cacheVersion = '20181225v1' const staticCacheName = 'static' + cacheVersion const staticAssetsCacheName = '/' + cacheVersion const vendorCacheName = 'verdor' + cacheVersion const c...
{ "pile_set_name": "Github" }
The compiled cryptlib.lib is too big, it's not convenient to check it in the git repo, you can just compile it yourself using source code in cryptopp562.7z in Minori folder.
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ pygments.lexers._postgres_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Self-updating data files for PostgreSQL lexer. :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ # Autogenerated: please edit them if you...
{ "pile_set_name": "Github" }
// Copyright 2014-2017 Ulrich Kunitz. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package lzma supports the decoding and encoding of LZMA streams. // Reader and Writer support the classic LZMA format. Reader2 and // Writer2 support the...
{ "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" }
/*! \brief Shows how to use IMG_texture_filter_cubic extension \file OpenGLESIMGTextureFilterCubic.cpp \author PowerVR by Imagination, Developer Technology Team \copyright Copyright (c) Imagination Technologies Limited. */ // Main include file for the PVRShell library. Use this file when you will not be linking the PV...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "40x40", "scale" : "2x" }, { "idiom" : "iphone", "size" : "60x60", "scale" : "2x" }, { "idiom" : "ipad", "size" : "29x29...
{ "pile_set_name": "Github" }
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
{ "pile_set_name": "Github" }
// // UITextView+JKInputLimit.m // JKCategories (https://github.com/shaojiankui/JKCategories) // // Created by Jakey on 2016/11/29. // Copyright © 2016年 www.skyfox.org. All rights reserved. // #import "UITextView+JKInputLimit.h" #import <objc/runtime.h> static const void *JKTextViewInputLimitMaxLength = &JKTextVi...
{ "pile_set_name": "Github" }
--- title: Data360 homepage: http://www.data360.org/index.aspx category: PublicDomains description: version: keywords: image: temporal: spatial: access_level: copyrights: accrual_periodicity: specification: data_quality: false data_dictionary: language: license: publisher: organization: issued_time: sources: []
{ "pile_set_name": "Github" }
/** Virtual time scheduler used for testing applications and libraries built using Reactive Extensions. */ Rx.TestScheduler = (function (__super__) { inherits(TestScheduler, __super__); function baseComparer(x, y) { return x > y ? 1 : (x < y ? -1 : 0); } function TestScheduler() { __su...
{ "pile_set_name": "Github" }
1 1 #0 0 0 1 0 0 1 -1 0 0 -1 #5
{ "pile_set_name": "Github" }
using System.Net.Mail; using System.Threading.Tasks; namespace Abp.Net.Mail { /// <summary> /// This service can be used simply sending emails. /// </summary> public interface IEmailSender { /// <summary> /// Sends an email. /// </summary> Task SendAsync(string to, ...
{ "pile_set_name": "Github" }
//Copyright(c) 2016 Viktor Kuropiatnyk "BoredEngineer" #include "MMTPluginPCH.h" #include "MMT.h" void MMTImpl::StartupModule() { } void MMTImpl::ShutdownModule() { } IMPLEMENT_MODULE(MMTImpl, MMT)
{ "pile_set_name": "Github" }
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // 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 r...
{ "pile_set_name": "Github" }
/* Copyright © 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C® Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANT...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }
package contests; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * Created by sherxon on 2/4/17. */ public class KeyboardRow { public static void main(String[] args) { System.out.println(Arrays.toString(findWords(new String[]{"m", "k", "r", "tyyy", "k"}))); } st...
{ "pile_set_name": "Github" }
{-# LANGUAGE Rank2Types #-} -- Crashed GHC 5.04 with tcTyC -- panic: tcSplitTyConApp forall x{-r6S-} :: *. -- Main.L{-rr-} x{-r6S-} -- GHC 6.3: this is now an error (can do subsumption in patterns) module Main where newtype FA c = FA (forall x . c x) newtype L x = L [x] my_nil = F...
{ "pile_set_name": "Github" }
@charset "UTF-8"; @font-face { font-family: 'trib'; src: url("../font/trib.eot"); src: url("../font/trib.eot?#iefix") format('embedded-opentype'), url("../font/trib.woff") format('woff'), url("../font/trib.ttf") format('truetype'), url("../font/trib.svg#trib") format('svg'); font-weight: normal; font-style: ...
{ "pile_set_name": "Github" }
var shortid = require('shortid'); var crypto = require('crypto'); var _ = require('lodash'); var confirmable = function(schema, options){ var config = _.merge({}, options); var defaults = { expires: 0 }; config = _.defaults(config, defaults); schema.add({ confirmation: { count: { type: Numbe...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/_0091ea"> <ImageView android:layout_width="wrap_content" android:layout_h...
{ "pile_set_name": "Github" }
using System; namespace ROOT_PROJECT_NAMESPACE.Areas.HelpPage { /// <summary> /// This represents an image sample on the help page. There's a display template named ImageSample associated with this class. /// </summary> public class ImageSample { /// <summary> /// Initializes a new...
{ "pile_set_name": "Github" }
#include "TestC.h" #include "tao/TimeBaseC.h" #include "tao/Messaging/Messaging.h" #include "ace/Get_Opt.h" #include "ace/OS_NS_unistd.h" #include <iostream> int request_delay_secs = 0; // 0 Indicates don't apply RT timeout policy long rt_timeout_msecs = 0; int max_tries = 1; long shutdown_server = 0; int parse_ar...
{ "pile_set_name": "Github" }
package BLC import ( "time" "fmt" "bytes" "encoding/gob" "log" "crypto/sha256" ) type Block struct { //1. 区块高度 Height int64 //2. 上一个区块HASH PrevBlockHash []byte //3. 交易数据 Txs []*Transaction //4. 时间戳 Timestamp int64 //5. Hash Hash []byte // 6. Nonce Nonce int64 } // 需要将Txs转换成[]byte func (block *Bloc...
{ "pile_set_name": "Github" }
import EdgeEndStar from '../../geomgraph/EdgeEndStar' import EdgeEndBundle from './EdgeEndBundle' export default class EdgeEndBundleStar extends EdgeEndStar { constructor() { super() } updateIM(im) { for (let it = this.iterator(); it.hasNext(); ) { const esb = it.next() esb.updateIM(im) } ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2001-2008 Timothy B. Terriberry Copyright (c) 2008-2009 Xiph.Org Foundation */ /* 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 copyrig...
{ "pile_set_name": "Github" }
#ifndef VG_SMALL_SNARL_SIMPLIFIER_HPP_INCLUDED #define VG_SMALL_SNARL_SIMPLIFIER_HPP_INCLUDED #include "progressive.hpp" #include "vg.hpp" #include <vg/vg.pb.h> #include "traversal_finder.hpp" #include "utility.hpp" #include "path.hpp" #include "feature_set.hpp" #include "path_index.hpp" /** \file * Provides a cl...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the LICENSE file in * the root directory of this source tree. * * @flow * @format */ import type {DatatipService} from 'atom-ide-ui'; import invariant from 'assert'; import Unic...
{ "pile_set_name": "Github" }
// COMPILE_LINE: g++ -o test_key_parsing test_key_parsing.cc -g -I../../../openpgpsdk/include -I../ -L../lib ../../../openpgpsdk/src/lib/libops.a -lssl -lcrypto -lbz2 // #include <stdlib.h> #include <iostream> extern "C" { #include <openpgpsdk/std_print.h> #include <openpgpsdk/keyring_local.h> #include <openpgpsdk...
{ "pile_set_name": "Github" }
/** * Turkish translation for foundation-datepicker * Serkan Algur <kaisercrazy_2@hotmail.com> */ ;(function($){ $.fn.fdatepicker.dates['tr'] = { days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"], daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", ...
{ "pile_set_name": "Github" }
**文档目录** <!-- 目录开始 --> - [mysqltools简介](#mysqltools简介) - [mysqltools特性](#mysqltools特性) - 1 mysql、master-slaves、innodb-cluster、mysql-group-replication等mysql相关环境的自动化安装与配置 - 2 mysql高可用、读写分离、负载均衡 集群的自动化安装与配置 - 3 mysql全备、增备、验证、还原 整个生命周期的管理 - 4 mysql监控环境的自动化安装、配置 - 5 mysql巡检 ...
{ "pile_set_name": "Github" }
; File generated automatically from ./dlls/oledlg/oledlg.spec; do not edit! LIBRARY oledlg.dll EXPORTS OleUIAddVerbMenuA@36 @1 OleUICanConvertOrActivateAs@12 @2 OleUIInsertObjectA@4 @3 OleUIPasteSpecialA@4 @4 OleUIEditLinksA@4 @5 OleUIChangeIconA@4 @6 OleUIConvertA@4 @7 OleUIBusyA@4 @8 OleUIUpdateLi...
{ "pile_set_name": "Github" }
export {ZipLoader} from './zip-loader'; export {ZipWriter} from './zip-writer'; export {default as TarBuilder} from './tar-builder';
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015-2016 Andrew Cagney <cagney@gnu.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 of the License, or (at your * option) any later version. See...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2012-2013, Michael Yang 杨福海 (www.yangfuhai.com). * Copyright (c) 2014,KJFrameForAndroid 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 * *...
{ "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>BuildVersion</key> <string>1</string> <key>CFBundleShortVersionString</key> <string>2.8.8</string> <key>CFBundleVersion</key> <string>2.8....
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000-2003 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. obj-y = m5208evbe.o
{ "pile_set_name": "Github" }
/* global CKEDITOR */ CKEDITOR.editorConfig = function( config ) { var fixThings = false; // https://dev.ckeditor.com/ticket/10907 config.needsBrFiller= fixThings; config.needsNbspFiller= fixThings; config.removeButtons= 'Source,Maximize'; // magicline plugin inserts html crap into the document...
{ "pile_set_name": "Github" }
// Copyright 2018 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. package org.chromium.chrome.browser.explore_sites; import android.content.Context; import android.support.annotation.IntDef; import android.support.annot...
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * This file is part of Hopsworks * Copyright (C) 2019, Logical Clocks AB. All rights reserved * * Hopsworks is free software: you can redistribute it and/or modify it under the terms of * the GNU Affero General Public License as published by the Free Software Foundation, * either version 3 of the License, or (...
{ "pile_set_name": "Github" }
// Package errors provides simple error handling primitives. // // The traditional error handling idiom in Go is roughly akin to // // if err != nil { // return err // } // // which when applied recursively up the call stack results in error reports // without context or debugging information. The e...
{ "pile_set_name": "Github" }
#pragma once /* * Copyright (C) 2005-2013 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 ve...
{ "pile_set_name": "Github" }
// Scintilla source code edit control /** @file KeyWords.h ** Colourise for particular languages. **/ // Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifdef SCI_NAMESPACE namespace Scintilla { #endif typedef ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="abc_alert_dialog_button_bar_height">54dip</dimen> </resources>
{ "pile_set_name": "Github" }
<!-- 全局样式 --> <style lang="styl" src='./assets/styl/main.styl'></style> <style lang="styl"> </style> <template> <div id="app"> <cn-header></cn-header> <sidebar></sidebar> <router-view></router-view> <tip></tip> <loading></loading> </div> </template> <script> import cnHeader from './components...
{ "pile_set_name": "Github" }
<dt>{if $IS_RELATED}{'Related tags'|@translate}{else}{'Tags'|@translate}{/if}</dt> <dd> <div id="menuTagCloud"> {foreach from=$block->data item=tag} <span>{strip} <a class="tagLevel{$tag.level}" href= {if isset($tag.U_ADD)} "{$tag.U_ADD}" title="{$tag.counter|@translate_dec:'%d photo is also linked to cu...
{ "pile_set_name": "Github" }
public function {{ method }}() { return null; }
{ "pile_set_name": "Github" }
var glob = require('../') var test = require('tap').test var path = require('path') test('stat all the things', function(t) { var g = new glob.Glob('a/*abc*/**', { stat: true, cwd: __dirname }) var matches = [] g.on('match', function(m) { matches.push(m) }) var stats = [] g.on('stat', function(m) { ...
{ "pile_set_name": "Github" }
/* * Copyright 2020 Spotify AB * * 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 i...
{ "pile_set_name": "Github" }
<?php if ( !class_exists('Puc_v4p9_Utils', false) ): class Puc_v4p9_Utils { /** * Get a value from a nested array or object based on a path. * * @param array|object|null $collection Get an entry from this array. * @param array|string $path A list of array keys in hierarchy order, or a string path like ...
{ "pile_set_name": "Github" }
class DropEmailsFromUsers < ActiveRecord::Migration[6.0] def change remove_column :users, :email, :string end end
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------- // Copyright (C) 2014 BMW Car IT GmbH // ------------------------------------------------------------------------- // 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 dis...
{ "pile_set_name": "Github" }
/* ** Stack frames. ** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h */ #ifndef _LJ_FRAME_H #define _LJ_FRAME_H #include "lj_obj.h" #include "lj_bc.h" /* -- Lua stack frame ----------------------------------------------------- */ /* Frame type markers in LSB of PC (4-byte aligned) or delta (8-...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Csla.Test.DataPortal { [TestClass] public class ArrayTests { [TestMethod] public void Test_DataPortal...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M11,17h2v-6h-2v6zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-...
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`underscore.js format 1`] = ` ====================================options===================================== parsers: ["flow"] printWidth: 80 | printWidth ===============================...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------------------- // $Id$ // Copyright (c) 2009 by Mulle Kybernetik. See License file for details. //--------------------------------------------------------------------------------------- #import <Foundation/Foundation.h> @class OCMockObserver...
{ "pile_set_name": "Github" }
// Copyright 2018, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Boolean</span><span class="path">treeNode.</span>halfCheck</h2> <h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.excheck</span> 扩展 js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>强制节点的 checkBox / radio 的 半勾选状态。<span class...
{ "pile_set_name": "Github" }
int printf(char *fmt); int main() { char a; char *b; char c; int d; int *e; int f; a= 18; printf("%d\n", a); b= &a; c= *b; printf("%d\n", c); d= 12; printf("%d\n", d); e= &d; f= *e; printf("%d\n", f); return(0); }
{ "pile_set_name": "Github" }
// // PNScatterChartDataItem.h // PNChartDemo // // Created by Alireza Arabi on 12/4/14. // Copyright (c) 2014 kevinzhow. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface PNScatterChartDataItem : NSObject + (PNScatterChartDataItem *)dataItemWithX:(CGFloat)x AndWithY:(C...
{ "pile_set_name": "Github" }
#version 450 layout(set = 0, binding = 0) uniform sampler2D uSamp; layout(set = 0, binding = 1) uniform texture2D uT; layout(set = 0, binding = 2) uniform sampler uS; layout(location = 0) out vec4 FragColor; vec4 samp(sampler2D uSamp_1) { return texture(uSamp_1, vec2(0.5)); } vec4 samp(texture2D T, sampler S) {...
{ "pile_set_name": "Github" }
/* A style for ocamldoc. Daniel C. Buenzli */ /* Reset a few things. */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset, form,label,legend,ta...
{ "pile_set_name": "Github" }
package org.broadinstitute.hellbender.utils.config; import org.aeonbits.owner.Converter; import java.lang.reflect.Method; /** * Converts a given string into a Boolean after trimming whitespace from that string. * Allows a boolean value with a trailing space to be correctly parsed. * This exists to show how to cre...
{ "pile_set_name": "Github" }
//! Provides a simple hash function utilizing `ring::digest::SHA256`. //! //! The purpose of this crate is to provide an abstraction to whatever hash function Ethereum //! 2.0 is using. The hash function has been subject to change during the specification process, so //! defining it once in this crate makes it easy to ...
{ "pile_set_name": "Github" }
/* * hdhomerun_video.h * * Copyright © 2006 Silicondust Engineering Ltd. <www.silicondust.com>. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the Licens...
{ "pile_set_name": "Github" }
{ "version": "eosio::abi/1.0", "types": [{ "new_type_name": "account_name", "type": "name" } ], "structs": [{ "name": "anyaction", "base": "", "fields": [ {"name":"from", "type":"account_name"}, {"name":"type", "type":"string"}, {"name":"data", "type":"s...
{ "pile_set_name": "Github" }
package de.gsi.serializer.benchmark; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.nio.charset.StandardCharsets; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.Fork; import org.openjdk.jmh.annotations.Scope; import org.openjdk.jmh.annotations.Setup; i...
{ "pile_set_name": "Github" }
package org.knowm.xchange.latoken.service; import java.io.IOException; import java.util.List; import org.knowm.xchange.Exchange; import org.knowm.xchange.currency.CurrencyPair; import org.knowm.xchange.latoken.LatokenAdapters; import org.knowm.xchange.latoken.dto.marketdata.LatokenOrderbook; import org.knowm.xchange.l...
{ "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" }
0.3.0 / 2014-09-07 ================== * Support Node.js 0.6 * Throw error when parameter format invalid on parse 0.2.0 / 2014-06-18 ================== * Add `typer.format()` to format media types 0.1.0 / 2014-06-17 ================== * Accept `req` as argument to `parse` * Accept `res` as argument to `pa...
{ "pile_set_name": "Github" }
// RUN: %check_clang_tidy %s llvm-prefer-register-over-unsigned %t namespace llvm { }; // This class shouldn't trigger it despite the similarity as it's not inside the llvm namespace class Register { public: operator unsigned(); }; Register getReg(); void do_nothing_1() { unsigned Reg1 = getReg(); // CHECK-FI...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from aiida.engine import calcfunction from aiida.orm import Int @calcfunction def add(x, y): return x + y x = Int(1) y = Int(2) result = add.run(x, y) result, node = add.run_get_node(x, y) result, pk = add.run_get_pk(x, y)
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Pop3Connection interface for connecting and disconnecting to a POP3 host. * * @author Chris Corbyn ...
{ "pile_set_name": "Github" }
from typing import Callable, Iterator, Optional, TypeVar from .cache import Cache _KT = TypeVar("_KT") _VT = TypeVar("_VT") class LFUCache(Cache[_KT, _VT]): def __init__(self, maxsize: int, getsizeof: Optional[Callable[[_VT], int]] = ...) -> None: ... def __getitem__(self, key: _KT, cache_getitem: Callable[[...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 6eaf72e38de6c804095d069cf631f89c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * 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 * */ /* clang-format off */ /* random3f.c - Implements LIB3F random subprogram. */ #include "ent3f.h" /* dran...
{ "pile_set_name": "Github" }
/** * Enrolls a user with the respective CA. */ var User = require('fabric-client/lib/User'); export default async function (client, enrollmentID, enrollmentSecret, ca, { mspId, adminUser, affiliationOrg, noOfAttempts }) { try { if(!enrollmentID && enrollmentID === "") { throw new Error(`Invalid U...
{ "pile_set_name": "Github" }
/* * Copyright 2013 the original author or 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" }
using System; using System.Collections.Generic; using System.Net; namespace Waher.Networking.Cluster { /// <summary> /// Keeps track of an outgoing message. /// </summary> internal class MessageStatus { public Guid Id; public Dictionary<IPEndPoint, bool?> Acknowledged = new Dictionary<IPEndPoint, bool?>(); ...
{ "pile_set_name": "Github" }