text
stringlengths
2
99.9k
meta
dict
from pyramda.function.curry import curry import builtins isinstance = curry(lambda type, v: builtins.isinstance(v, type))
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // *Preprocessed* version of the main "divides.hpp" header // -- DO NOT modify by hand! namespace boos...
{ "pile_set_name": "Github" }
/* * Audio FIFO * Copyright (c) 2012 Justin Ruggles <justin.ruggles@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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 2.1 o...
{ "pile_set_name": "Github" }
[PATCH] Fix build for recent toolchains Starting with Linux 4.4 headers, mtd-user.h isn't including stdint.h anymore which breaks the build. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> --- src/BootControlBlocks.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BootControlBlocks.h b/src/Boo...
{ "pile_set_name": "Github" }
// Copyright 2015-2020 Swim inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
'use strict'; /** * trim-svg module * @module trim-svg * @see module:index */ const fs = require('fs'); const path = require('path'); const SVGO = require('svgo'); const phantom = require('phantom'); const shelljs = require('shelljs'); const svgo = new SVGO({ plugins: [ { removeAttrs: { attrs: ...
{ "pile_set_name": "Github" }
/* Mantis PCI bridge driver Copyright (C) Manu Abraham (abraham.manu@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 2 of the License, or (at your option) any later v...
{ "pile_set_name": "Github" }
/* * The authors hereby grant permission to use, copy, modify, distribute, * and license this software and its documentation for any purpose, provided * that existing copyright notices are retained in all copies and that this * notice is included verbatim in any distributions. No written agreement, * license, or r...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- import json from alipay.aop.api.response.AlipayResponse import AlipayResponse class AlipaySecurityDataInfoSecuritydataQueryResponse(AlipayResponse): def __init__(self): super(AlipaySecurityDataInfoSecuritydataQueryResponse, self).__init__() self._res...
{ "pile_set_name": "Github" }
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
{ "pile_set_name": "Github" }
use Universal == loop acc n = if n == 0 then acc else loop (acc + n) (n `drop` 1) > loop 0 10000
{ "pile_set_name": "Github" }
import React, { Component } from "react"; import { t } from "visual/utils/i18n"; import { Connect } from "../../../common/GlobalApps/StepsView"; import { addAccount, deleteAccount } from "../../../common/GlobalApps/api"; import { Context } from "../../../common/GlobalApps/Context"; import validation from "./validation"...
{ "pile_set_name": "Github" }
// This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. // To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a // letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. // Persistence of Vis...
{ "pile_set_name": "Github" }
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="console=ttyS0 wg.success=ttyS1" CONFIG_FRAME_WARN=1024
{ "pile_set_name": "Github" }
package com.example.butterknife.functional; import android.view.View; import butterknife.BindString; import butterknife.ButterKnife; import org.junit.Test; import static com.google.common.truth.Truth.assertThat; import static org.junit.Assert.fail; public final class BindStringFailureTest { private final View tree...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var platform_browser_dynamic_1 = require("@angular/platform-browser-dynamic"); var app_module_1 = require("./app.module"); platform_browser_dynamic_1.platformBrowserDynamic().bootstrapModule(app_module_1.AppModule) .then(function (success)...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="@dimen/hf_item_height" android:background="@drawable/rectangle_background" android:gravity="center" android:text="@string/footer" ...
{ "pile_set_name": "Github" }
### 盗取个人及商业机密 4共军黑客被美国起诉 ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; [网门安卓版](...
{ "pile_set_name": "Github" }
1,Yuzu filter,yuzu://adblock/filter 0,EasyList,https://easylist.to/easylist/easylist.txt 0,AdGuard Base filter,https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt 0,AdGuard Mobile Ads filter,https://filters.adtidy.org/extension/ublock/filters/11.txt
{ "pile_set_name": "Github" }
.cm-s-ambiance.CodeMirror { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
{ "pile_set_name": "Github" }
<annotation> <folder>less_selected</folder> <filename>videoplayback3180.jpg</filename> <size> <width>1000</width> <height>563</height> </size> <segmented>0</segmented> <object> <name>Millennium Falcon</name> <bndbox> <xmin>526</xmin> <ymin>...
{ "pile_set_name": "Github" }
<?php return array( /* |-------------------------------------------------------------------------- | Application Path |-------------------------------------------------------------------------- | | Here we just defined the path to the application directory. Most likely | you will never need to change this valu...
{ "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. package ipv6_test import ( "net" "runtime" "testing" "golang.org/x/net/internal/nettest" "golang.org/x/net/ipv6" ) var packetConnMulticastSocketOptionTe...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
var group__tensorNet = [ [ "tensorNet", "classtensorNet.html", [ [ "layerInfo", "structtensorNet_1_1layerInfo.html", [ [ "binding", "structtensorNet_1_1layerInfo.html#af3b06eaa5c33ace64e1f5a49630cac2f", null ], [ "CPU", "structtensorNet_1_1layerInfo.html#a4c6c4cc012510a1f08600a81f91dc30e", nul...
{ "pile_set_name": "Github" }
/* * Copyright 2012 ZXing 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 ...
{ "pile_set_name": "Github" }
/// An iterator that produces *n* repetitions of an element. /// /// See [`repeat_n()`](../fn.repeat_n.html) for more information. #[must_use = "iterators are lazy and do nothing unless consumed"] #[derive(Clone, Debug)] pub struct RepeatN<A> { elt: Option<A>, n: usize, } /// Create an iterator that produces ...
{ "pile_set_name": "Github" }
// Benchmark messages for proto2. syntax = "proto2"; package benchmarks.proto2; option java_package = "com.google.protobuf.benchmarks"; // This is the default, but we specify it here explicitly. option optimize_for = SPEED; option cc_enable_arenas = true; message GoogleMessage1 { required string field1 = 1; op...
{ "pile_set_name": "Github" }
package middleware import ( "fmt" "net/http" "github.com/opentracing-contrib/go-stdlib/nethttp" "github.com/opentracing/opentracing-go" jaeger "github.com/uber/jaeger-client-go" "golang.org/x/net/context" ) // Dummy dependency to enforce that we have a nethttp version newer // than the one which implements Web...
{ "pile_set_name": "Github" }
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // @dart = 2.8 import 'dart:math' as math; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/f...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-2019, MyMonero.com // // 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 // cond...
{ "pile_set_name": "Github" }
<?php /** * Particle. * * @link http://github.com/particle-php for the canonical source repository * @copyright Copyright (c) 2005-2016 Particle (http://particle-php.com) * @license https://github.com/particle-php/validator/blob/master/LICENSE New BSD License */ namespace Particle\Validator\Rule; use Part...
{ "pile_set_name": "Github" }
@font-face { font-family: "Source Sans"; src: url("../font/SourceSansPro-Regular.otf"); } @font-face { font-family: "Source Sans"; src: url("../font/SourceSansPro-Light.otf"); font-weight: 200; } @font-face { font-family: "Source Sans"; src: url("../font/SourceSansPro-Semibold.otf"); font-weight: 600; }...
{ "pile_set_name": "Github" }
#!/bin/sh #copyright by hiboy source /etc/storage/script/init.sh aliddns_enable=`nvram get aliddns_enable` [ -z $aliddns_enable ] && aliddns_enable=0 && nvram set aliddns_enable=0 if [ "$aliddns_enable" != "0" ] ; then #nvramshow=`nvram showall | grep '=' | grep aliddns | awk '{print gensub(/'"'"'/,"'"'"'\"'"'"'\"'"'"'...
{ "pile_set_name": "Github" }
using UnityEngine; using UnityEditor; using UnityEditor.SceneManagement; using System; using System.Linq; using System.Collections.Generic; using Chisel; using Chisel.Core; namespace Chisel.Editors { [CustomPropertyDrawer(typeof(ChiselBrushMaterial))] public sealed class ChiselBrushMaterialPropertyDrawer : Pr...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import http from odoo.http import request class WebsiteSlidesSurvey(http.Controller): @http.route(['/slides_survey/certification/search_read'], type='json', auth='user', methods=['POST'], website=True) ...
{ "pile_set_name": "Github" }
package com.malinskiy.marathon.analytics.metrics import com.malinskiy.marathon.analytics.external.MetricsProviderFactory import com.malinskiy.marathon.analytics.external.NoOpMetricsProvider import com.malinskiy.marathon.device.DeviceProvider import com.malinskiy.marathon.execution.AnalyticsConfiguration import com.mal...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerc...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* OCaml *) (* *) (* ...
{ "pile_set_name": "Github" }
/******************************************************************************* * File Name: common.h * * Version: 1.0 * * Description: * This is the header file for the common functionality in the project. * * Hardware Dependency: * CY8CKIT-042-BLE * *****************************************************************...
{ "pile_set_name": "Github" }
<help page="User Override"> <p>With this feature, a permitted administrator can log in as another user without having to enter a password. This is useful for changing the password of a user who has forgotten it as well as retrieving items from the Workspace of a user who is unavailable.</p> <dl> <dt>Search</dt> <dd>S...
{ "pile_set_name": "Github" }
--TEST-- output buffering - ob_clean --FILE-- <?php ob_start(); echo "foo\n"; ob_clean(); echo "bar\n"; ?> --EXPECT-- bar
{ "pile_set_name": "Github" }
/*********************************************************************** * * Copyright (c) 2012-2018 Barbara Geller * Copyright (c) 2012-2018 Ansel Sermersheim * Copyright (c) 2012-2016 Digia Plc and/or its subsidiary(-ies). * Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved....
{ "pile_set_name": "Github" }
#ifndef LSTM_LAYER_H #define LSTM_LAYER_H #include "activations.h" #include "layer.h" #include "network.h" #define USET layer make_lstm_layer(int batch, int inputs, int outputs, int steps, int batch_normalize, int adam); void forward_lstm_layer(layer l, network net); void update_lstm_layer(layer l, update_args a); ...
{ "pile_set_name": "Github" }
--- title: "stella" layout: cask --- {{ content }}
{ "pile_set_name": "Github" }
diff -uNr openssh-7.5p1/contrib/ssh-copy-id openssh-7.5p1.mod/contrib/ssh-copy-id --- openssh-7.5p1/contrib/ssh-copy-id 2017-03-20 04:39:27.000000000 +0200 +++ openssh-7.5p1.mod/contrib/ssh-copy-id 2017-09-14 16:47:08.682854653 +0300 @@ -36,7 +36,7 @@ # check that we have something mildly sane as our shell, or try to ...
{ "pile_set_name": "Github" }
[[not-throw-use-reject]] == throwしないで、rejectしよう Promiseコンストラクタや、`then` で実行される関数は基本的に、 `try...catch` で囲まれてるような状態なので、その中で `throw` してもプログラムは終了しません。 Promiseの中で `throw` による例外が発生した場合は自動的に `try...catch` され、そのpromiseオブジェクトはRejectedとなります。 [role="executable"] [source,javascript] ---- const promise = new Promise((resolve, reje...
{ "pile_set_name": "Github" }
/* * arch/arm/mach-spear13xx/spear1340_clock.c * * SPEAr1340 machine clock framework source file * * Copyright (C) 2012 ST Microelectronics * Viresh Kumar <viresh.linux@gmail.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without a...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
{ "pile_set_name": "Github" }
/** * Copyright(C) 2008 Efishocean * * This file is part of Midias. * * Midias is an ActionScript3 midi lib developed by Efishocean. * Midias was extracted from my project 'ocean' which purpose to * impletement a commen audio formats libray. * More infos might appear on my blog http://www.tan66.cn * * Mi...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundSensor", "SoundSensor.csproj", "{1AAB0B0C-4AD6-49A7-9A1C-78ACE337A938}" EndProject Project("{2150E333-8F...
{ "pile_set_name": "Github" }
// Set the umask, so that it works the same everywhere. process.umask(parseInt('22', 8)) var tap = require("tap") , tar = require("../tar.js") , fs = require("fs") , path = require("path") , file = path.resolve(__dirname, "fixtures/c.tar") , target = path.resolve(__dirname, "tmp/extract-test") , index = 0 ...
{ "pile_set_name": "Github" }
#version 450 struct AStruct { vec4 foobar; }; void someFunction(out AStruct s) { s.foobar = vec4(1.0); } highp vec3 global_variable; void otherFunction() { global_variable = vec3(1.0); } layout(location = 0) out vec3 FragColor; void main() { AStruct inputs; someFunction(inputs); otherFunction(); FragCo...
{ "pile_set_name": "Github" }
package middlewares import ( "github.com/getfider/fider/app/pkg/env" "github.com/getfider/fider/app/pkg/web" ) // RequireBillingEnabled returns 404 if billing is not enabled, otherwise it continues the chain func RequireBillingEnabled() web.MiddlewareFunc { return func(next web.HandlerFunc) web.HandlerFunc { ret...
{ "pile_set_name": "Github" }
quota_unlimited=ไม่ จำกัด acl_fss=ระบบไฟล์ที่ผู้ใช้รายนี้สามารถแก้ไขได้ acl_fall=ระบบไฟล์ทั้งหมด acl_fsel=เลือก .. acl_ro=สามารถดูโควต้าเท่านั้นไม่สามารถแก้ไขได้ใช่ไหม acl_quotaon=สามารถเปิดใช้งานและปิดใช้งานโควต้าหรือไม่ acl_quotanew=สามารถกำหนดโควต้าสำหรับผู้ใช้ใหม่ได้หรือไม่ acl_ugrace=สามารถแก้ไขเวลาผ่อนผันของผู้ใช...
{ "pile_set_name": "Github" }
/* * Wordpad implementation - Richedit OLE callback implementation * * Copyright 2010 by Dylan Smith <dylan.ah.smith@gmail.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; ei...
{ "pile_set_name": "Github" }
var baseFlatten = require('./_baseFlatten'), toInteger = require('./toInteger'); /** * Recursively flatten `array` up to `depth` times. * * @static * @memberOf _ * @since 4.4.0 * @category Array * @param {Array} array The array to flatten. * @param {number} [depth=1] The maximum recursion depth. * @return...
{ "pile_set_name": "Github" }
/* atmarp.h - ATM ARP protocol and kernel-demon interface definitions */ /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ #ifndef _LINUX_ATMARP_H #define _LINUX_ATMARP_H #include <linux/types.h> #include <linux/atmapi.h> #include <linux/atmioc.h> #define ATMARP_RETRY_DELAY 30 /* request next resolut...
{ "pile_set_name": "Github" }
package LeetCode.string.ImplementStrStr_28; /* 28. Implement strStr() https://leetcode.com/problems/implement-strstr/ Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. */ public class Solution { // Good solution // https://discuss.le...
{ "pile_set_name": "Github" }
import * as assert from 'assert'; import * as path from 'path' import * as fs from 'fs' import * as engine from "../Engine" import * as providers from "../Providers" import { BasicCredentialHandler } from "../Providers/typed-rest-client/handlers/basiccreds"; import { TicketState } from '../Models/ticketState'; import...
{ "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 <Foundation/NSURL.h> @interface NSURL (SafariNSURLExtras) + (id)safari_spawnedTabParentURL; + (id)safari_readingListURL; + (id...
{ "pile_set_name": "Github" }
// // ZSWTaggedString.m // Pods // // Created by Zachary West on 2015-02-21. // // #import <ZSWTaggedString/ZSWTaggedString.h> #import <ZSWTaggedString/ZSWStringParser.h> #import <ZSWTaggedString/ZSWTaggedStringOptions.h> #import <ZSWTaggedString/ZSWTaggedString_Private.h> NSString *const ZSWTaggedStringErrorDomai...
{ "pile_set_name": "Github" }
/* This file is part of Curv library Copyright 2018 by Kzen Networks (https://github.com/KZen-networks/curv) License MIT: https://github.com/KZen-networks/curv/blob/master/LICENSE */ use crate::BigInt; use super::traits::KeyedHash; use crate::arithmetic::traits::Converter; use hmac::{Hmac, Mac}; use ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" android:backgr...
{ "pile_set_name": "Github" }
using System; using System.Globalization; using System.Text; using Raksha.Utilities; namespace Raksha.Asn1 { /** * UTC time object. */ public class DerUtcTime : Asn1Object { private readonly string time; /** * return an UTC Time from the passed in object. * ...
{ "pile_set_name": "Github" }
client dev tun proto tcp remote ro.windscribe.com 1194 nobind auth-user-pass /config/openvpn-credentials.txt resolv-retry infinite auth SHA512 cipher AES-256-CBC comp-lzo verb 2 mute-replay-warnings remote-cert-tls server persist-key persist-tun key-direction 1 <ca> -----BEGIN CERTIFICATE----- MIIF3DCCA8SgAwIBAgIJA...
{ "pile_set_name": "Github" }
/* * CSparky.h * * Created on: 29 Dez 2012 * Author: Gerstrong * * This handles the Amptons in Galaxy */ #ifndef CAMPTON_H_ #define CAMPTON_H_ #include <vector> #include "../../common/ai/CStunnable.h" namespace galaxy { class CAmpton : public CStunnable { public: CAmpton(CMap *pmap, const Uint16 fo...
{ "pile_set_name": "Github" }
// Copyright 2009 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 386,openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)} } func setTimeval(sec, usec int...
{ "pile_set_name": "Github" }
#if !SP2013 && !SP2016 using Microsoft.SharePoint.Client; using PnP.PowerShell.CmdletHelpAttributes; using PnP.PowerShell.Commands.Base.PipeBinds; using System; using System.Linq; using System.Management.Automation; namespace PnP.PowerShell.Commands.Principals { [Cmdlet(VerbsCommon.Get, "PnPAlert")] [CmdletHe...
{ "pile_set_name": "Github" }
table_create Terms TABLE_PAT_KEY ShortText --normalizer NormalizerNFKC121 --default_tokenizer TokenNgram [[0,0.0,0.0],true] table_create Notes TABLE_NO_KEY [[0,0.0,0.0],true] column_create Notes title COLUMN_SCALAR Text [[0,0.0,0.0],true] column_create Notes title_terms COLUMN_VECTOR Terms title [[0,0.0,0.0],true] ...
{ "pile_set_name": "Github" }
@using Domain.Socioboard.Domain; @{ User objAdmin = (User)Session["User"]; string path = System.Configuration.ConfigurationManager.AppSettings["domain"]; string[] fnamelname = objAdmin.UserName.Split(' '); string fname = fnamelname[0]; string lname = string.Empty; for (int i = 1; i < fnamelnam...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Document : runningCommand.xml Created on : February 12, 2011, 6:27 PM Author : antoine Description: Purpose of the document follows. --> <DocBuilderField axis="X" gap="false" field="true" value=""> <TextArea id="jsonText" field="false" save...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 38baecbf3186bf741a7007dfb29d4479 folderAsset: yes timeCreated: 1534312957 licenseType: Free DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s // Test that arithmetic types on property and its ivar have exact match. @interface Test4 { char ivar; // expected-note{{instance variable is declared here}} } @property int prop; @end @implementation Test4 @synthesize prop = ivar; // expected-erro...
{ "pile_set_name": "Github" }
// Copyright 2016 Qiang Xue. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package validation import ( "unicode/utf8" ) var ( // ErrLengthTooLong is the error that returns in case of too long length. ErrLengthTooLong = NewError("valida...
{ "pile_set_name": "Github" }
{ "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
## # This module requires Metasploit: https://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## require 'msf/core/post/windows/reflective_dll_injection' class MetasploitModule < Msf::Exploit::Local Rank = GreatRanking include Msf::Post::File include Msf::Post::Windows:...
{ "pile_set_name": "Github" }
kind: Namespace apiVersion: v1 metadata: name: hive
{ "pile_set_name": "Github" }
Warning: Traffic light type 'actuated' cannot be used in mesoscopic simulation. Using 'static' as fallback
{ "pile_set_name": "Github" }
/****************************************************************************** * $Id: ogr_htf.h 28375 2015-01-30 12:06:11Z rouault $ * * Project: HTF Translator * Purpose: Definition of classes for OGR .htf driver. * Author: Even Rouault, even dot rouault at mines dash paris dot org * **********************...
{ "pile_set_name": "Github" }
namespace Stub\Oo\Extend\Spl; class DirectoryIterator extends \DirectoryIterator { }
{ "pile_set_name": "Github" }
# standard Python package manager pip==20.2.2 # base dependencies numpy==1.19.1 scipy==1.5.2 # tool to automatically change version number in the package upon release bumpversion==0.6.0 # build wheels for the package wheel==0.35.1 # standard package to produce coverage from test runs coverage==5.2.1 # visualizatio...
{ "pile_set_name": "Github" }
package dev.olog.presentation.base.adapter import androidx.recyclerview.widget.DiffUtil import dev.olog.presentation.model.BaseModel class AdapterDiffUtil<Model : BaseModel>( private val oldList: List<Model>, private val newList: List<Model>, private val itemCallback: DiffUtil.ItemCallback<Model> ) : Dif...
{ "pile_set_name": "Github" }
# *************************************************************************** # * # * Copyright (C) 1995-2002, International Business Machines # * Corporation and others. All Rights Reserved. # * # *************************************************************************** # # File created by rptp2ucm (compiled on...
{ "pile_set_name": "Github" }
${user.username} 您好 有人, 應該是您, 在 ${forumName} 申請補發密碼. 請利用下列的網址完成密碼補發程序. 您會被導引到另一個網頁, 要求您輸入電子郵件及新的密碼. ${url} 記住: 您的會員名稱是: ${user.username}
{ "pile_set_name": "Github" }
lizeb@chromium.org pasko@chromium.org
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
/Users/aserbao/aserbao/code/code/A_UI/AserbaosAndroid/app/obj/local/x86/objs/use_ndk_build2/use_ndk_build2.o: \ /Users/aserbao/aserbao/code/code/A_UI/AserbaosAndroid/app/jni/use_ndk_build2.c
{ "pile_set_name": "Github" }
--- title: "cytoscape" layout: cask --- {{ content }}
{ "pile_set_name": "Github" }
raven-ipso_src = raven-ipso.c CFLAGS+=-DRAVEN_LCD_INTERFACE=1
{ "pile_set_name": "Github" }
// Copyright 2018 The Cockroach Authors. // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. // // As of the Change Date specified in that file, in accordance with // the Business Source License, use of this software will be governed // by the Apache License, ...
{ "pile_set_name": "Github" }
/* * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_10) on Mon Dec 22 20:04:24 ICT 2008 --> <TITLE> All Classes </TITLE> <META NAME="date" CONTENT="2008-12-22"> <LINK REL ="stylesheet" TYPE="text/css...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * (c) Jamie Pinkham * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import <TargetConditionals.h> #ifdef __OBJC_GC__ #error SDWebIm...
{ "pile_set_name": "Github" }
#include <sysinit.h> #include "basic/basic.h" #include "basic/config.h" #include "lcd/lcd.h" #include "lcd/print.h" #include "usetable.h" #define NUM_STARS 150 typedef struct { short x, y, z, speed; } s_star; static s_star stars[NUM_STARS]; void init_star(s_star *star, int z); void ram(void) { short centerx =...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/list.hpp" header // -- DO NOT modify by hand! namespace boost { namespace m...
{ "pile_set_name": "Github" }
""" Multivariate Conditional and Unconditional Kernel Density Estimation with Mixed Data Types References ---------- [1] Racine, J., Li, Q. Nonparametric econometrics: theory and practice. Princeton University Press. (2007) [2] Racine, Jeff. "Nonparametric Econometrics: A Primer," Foundation and Trends in Econ...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
#ifndef BOOST_ATOMIC_HPP #define BOOST_ATOMIC_HPP // Copyright (c) 2011 Helge Bahmann // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // This header includes all Boost.Atomic public headers #include <boo...
{ "pile_set_name": "Github" }