text
stringlengths
2
99k
meta
dict
'use strict'; var Buffer = require('safe-buffer').Buffer; var getParamBytesForAlg = require('./param-bytes-for-alg'); var MAX_OCTET = 0x80, CLASS_UNIVERSAL = 0, PRIMITIVE_BIT = 0x20, TAG_SEQ = 0x10, TAG_INT = 0x02, ENCODED_TAG_SEQ = (TAG_SEQ | PRIMITIVE_BIT) | (CLASS_UNIVERSAL << 6), ENCODED_TAG_INT = TAG_INT ...
{ "pile_set_name": "Github" }
<?php final class PhortuneAccountChargesController extends PhortuneAccountProfileController { protected function shouldRequireAccountEditCapability() { return false; } protected function handleAccountRequest(AphrontRequest $request) { $account = $this->getAccount(); $title = $account->getName(); ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 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/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
#!/bin/sh # rename this file to "simple_cache" and set the executable flag, # then copy it into the bin directory of your release package # (update the erts version number below to match your release) ./erts-5.7.4/bin/erl \ -sname cache \ -boot ./releases/0.1.0/start \ -config ./releases/0.1.0/sys \ -de...
{ "pile_set_name": "Github" }
# # Copyright (c) 2010-2020, sikuli.org, sikulix.com - MIT license # # # Copyright (c) 2010-2019, sikuli.org, sikulix.com - MIT license # # # Copyright (c) 2010-2018, sikuli.org, sikulix.com - MIT license # # # Copyright (c) 2010-2017, sikuli.org, sikulix.com - MIT license # # # Copyright (c) 2010-2016, Sikuli.org,...
{ "pile_set_name": "Github" }
<?php namespace Grafite\Cms\Repositories; use Grafite\Cms\Models\Promotion; use Grafite\Cms\Repositories\CmsRepository; use Grafite\Cms\Repositories\TranslationRepository; class PromotionRepository extends CmsRepository { public $model; public $translationRepo; public $table; public function __con...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
# Webpack A modern JavaScript web application includes a lot of different packages and dependencies, and it's important to have something that makes sense of it all in a simple way. Angular takes the approach of breaking your application apart into many different components, each of which can have several files. Sepa...
{ "pile_set_name": "Github" }
{ "id": "counter-seat", "name": "Counter Seat", "category": "Furniture", "games": { "nl": { "orderable": false, "set": "Welcome amiibo Update", "sellPrice": { "currency": "bells", "value": 400 }, "sources": [ "Harvey's shop" ], "rvs": [ ...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(10) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)); INSERT INTO "list" ("id", "value") VALUES (E'AFN', E'Afghan Afghani'); INSERT INTO "list" ("id", "value") VALUES (E'AFA', E'Afghan Afghani (1927–2002)'); INSERT INTO "list" ("id", "value") VALUES (E'ALL', E'Albanian Lek'); INSERT...
{ "pile_set_name": "Github" }
// Copyright David Abrahams 2002. // 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) #ifndef CLASS_FWD_DWA200222_HPP # define CLASS_FWD_DWA200222_HPP # include <boost/python/detail/prefix.hpp> # include <boost/pyth...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="teams">ടീമുകള്‍</string> <plurals name="nbMembers"> <item quantity="one">അംഗങ്ങള്‍ %s</item> <item quantity="other">അംഗങ്ങള്‍ %s</item> </plurals> <string name="allTeams">എല്ലാ ടീമുകളും</string> <string name="newTeam">പുതിയ ടീം</string> ...
{ "pile_set_name": "Github" }
RerUylUeZiyYAPGsqCg7BSXmq64wvktKunYvpA/T044iq+/Gl5T267vAXduxEhYkfS9BL9D7qHxu Os2IiBNkb9DkjnhSBPnD9z1tgjlWJyLd3Ydx/sSLg6Me5vWSxM/UvIgXTzsToRKq47n3uA4Pxvcl W6iA3H2AIeIq1qhfB1U=
{ "pile_set_name": "Github" }
// Copyright (c) 2008 GeometryFactory Sarl (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // 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 opt...
{ "pile_set_name": "Github" }
#region License /* * All content copyright Marko Lahma, unless otherwise indicated. 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/l...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <playground version='5.0' target-platform='macos' executeOnSourceChanges='false'> <timeline fileName='timeline.xctimeline'/> </playground>
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: t_daog13_blend_mip_a m_Shader: {fileID: 4800000, guid: 7ae881013b65f564ea76bdb22479d700,...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Serial_Oscilloscope { /// <summary> /// Dialog form to get text value from user. /// </summary> public parti...
{ "pile_set_name": "Github" }
Disjunction is 1 and conversion is -4
{ "pile_set_name": "Github" }
--- a/drivers/net/wireless/ath/ath5k/initvals.c +++ b/drivers/net/wireless/ath/ath5k/initvals.c @@ -62,8 +62,14 @@ static const struct ath5k_ini ar5210_ini { AR5K_IMR, 0 }, { AR5K_IER, AR5K_IER_DISABLE }, { AR5K_BSR, 0, AR5K_INI_READ }, +#if !defined(CONFIG_ATHEROS_AR71XX) && !defined(CONFIG_ATH79) { AR5K_TX...
{ "pile_set_name": "Github" }
Serial Console Parity: 0=None, 1=Odd, 2=Even
{ "pile_set_name": "Github" }
/* crypto/aes/aes.h -*- mode:C; c-file-style: "eay" -*- */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that t...
{ "pile_set_name": "Github" }
[[performance-tuning]] == Performance Tuning There are different ways to optimize/tune the performance of the RUM agent. Which options to adjust depends on whether you are optimizing for speed, memory usage, bandwidth or storage. [float] [[performance-sampling]] === Sampling The first knob to reach for when tuning...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="3084" systemVersion="12D78" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="2"> <dependencies> ...
{ "pile_set_name": "Github" }
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis * * RetroArch 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 Found- * atio...
{ "pile_set_name": "Github" }
package com.roncoo.education.system.service.api.biz; import org.springframework.stereotype.Component; /** * 后台操作日志表 * * @author wujing */ @Component public class ApiSysLogBiz { }
{ "pile_set_name": "Github" }
<div ng-if="!loaded" class="flex-container"> <div> <div class="big-spinner" us-spinner="spinnerOpts"></div> <div class="loading-message" ng-bind="loadingMessage"></div> </div> </div>
{ "pile_set_name": "Github" }
可能 起 便于 有些 上述 纯粹 尽然 乃至于 极为 也 并不 其次 矣哉 为何 到头来 此外 [①e] 8 就是了 故此 移动 旁人 立刻 路经 使 元/吨 刚 归齐 归根结底 ! 〕 迅速 获得 4 已 冒 哎 已矣 哪天 这么点儿 哪样 一些 甚且 起头 大 默默地 ⑩ 跟 逐步 它 拦腰 不仅仅 里面 同 设或 要么 以後 — )÷(1- 扩大 它的 精光 归 战斗 成为 谁知 这般 此后 尽管如此 或多或少 {- 替 照 千万 人 连日 这么些 广泛 保险 到头 把 ↑ 前后 最近 他 瑟瑟 一片 正值 没有 而且 云云 正常 快要 从新 了 窃 光是 长此下去 挨家挨户 届时 而论 大批 “ 一面 之前 大多数 较比 ...
{ "pile_set_name": "Github" }
--- title: Titan summary: Learn how to enable Titan in TiKV. category: how-to --- # Titan Titan is a plugin of RocksDB developed by PingCAP to provide key-value separation. The goal of Titan is to reduce write amplification of RocksDB when using large values. ## How Titan works ![Titan Architecture](../../images/ti...
{ "pile_set_name": "Github" }
var cat = require('graceful-fs').writeFileSync var resolve = require('path').resolve var mkdirp = require('mkdirp') var mr = require('npm-registry-mock') var rimraf = require('rimraf') var test = require('tap').test var tmpdir = require('osenv').tmpdir var common = require('../common-tap.js') var pkg = resolve(__dir...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* sfobjs.h */ /* */ /* SF...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
class BeCloseToMatrixMatcher def initialize(expected, tolerance = TOLERANCE) SpecExpectation.matcher! rescue "Used with the balance_should_and_match branch of mspec" @expected = Matrix[*expected] @tolerance = tolerance end def matches?(actual) @actual = actual return false unless @actual.is_a...
{ "pile_set_name": "Github" }
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class DeleteOauthIdentitiesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::drop('oauth_ide...
{ "pile_set_name": "Github" }
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
{ "pile_set_name": "Github" }
/* * This file is part of ClassGraph. * * Author: Luke Hutchison * * Hosted at: https://github.com/classgraph/classgraph * * -- * * The MIT License (MIT) * * Copyright (c) 2019 Luke Hutchison * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated *...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 OpenSIPS Solutions * * This file is part of opensips, a free SIP server. * * opensips 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" }
// Copyright 2014 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" }
using System; using System.Collections.Generic; using System.Linq; using Foundation; using UIKit; namespace Solitaire { public class Application { // This is the main entry point of the application. static void Main (string[] args) { // if you want to use a different Application Delegate class from "AppDel...
{ "pile_set_name": "Github" }
1 00:01:02,603 --> 00:01:08,609 〈19世紀末 清朝廷に君臨していた 西太后は 美食家だった〉 2 00:01:08,609 --> 00:01:12,730 〈ある日 魚蔵剣という名の料理が 膳に乗った〉 3 00:01:12,730 --> 00:01:15,566 〈京劇好きの西太后のためにと→ 4 00:01:15,566 --> 00:01:17,685 名作 「伍子胥」のひと幕から→ 5 00:01:17,685 --> 00:01:19,637 その名を取ったのだが→ 6 00:01:19,637 --> 00:01:22,673 西太后は激怒した〉 7 00:01:22,6...
{ "pile_set_name": "Github" }
;===- ./lib/Target/XCore/Disassembler/LLVMBuild.txt ------------*- Conf -*--===; ; ; 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" }
/* * Copyright (C) 2016-2020 Lightbend Inc. <https://www.lightbend.com> */ package akka.stream.alpakka.amqp.impl import akka.stream.alpakka.amqp.{AmqpConnectorSettings, BindingDeclaration, ExchangeDeclaration, QueueDeclaration} import akka.stream.stage.{AsyncCallback, GraphStageLogic} import com.rabbitmq.client._ ...
{ "pile_set_name": "Github" }
Graph V0.4 for GEOS Release 0.4 4/30/96 Description =========== Graph is a program that was written partly and C and partly in GOC (C for GEOS) for a software engineering project at Penn State Harrisburg (a branch of PSU). It is meant to be used as a visual teaching aid for algorithms classes in which stude...
{ "pile_set_name": "Github" }
--TEST-- Test mkdir() function : usage variation: try invalid pathname --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --SKIPIF-- <?php if(substr(PHP_OS, 0, 3) != "WIN") die("skip Only valid for Windows"); ?> --FILE-- <?php /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web; using System.Web.Mvc; using System.Xml; using System.Xml.Linq; using System.Xml.Serialization; namespace Aspose.Cells.Live.Demos.UI.Helpers { public class XmlActionResult<T> : ActionResult { pub...
{ "pile_set_name": "Github" }
'use strict'; /*jshint asi: true */ var assert = require('assert') , styles = require('../') function inspect(obj, depth) { console.log(require('util').inspect(obj, false, depth || 5, true)); } assert.equal(styles.reset('reset'), '\u001b[0mreset\u001b[22m', 'reset') assert.equal(styles.underline('underlined'), '\...
{ "pile_set_name": "Github" }
define(function (require, exports, module) { var React = require('react') var Filters = React.createClass({displayName: "Filters", getClassName: function(name) { return this.props.hash === name ? 'selected' : '' }, getTodoCount: function() { var count = this.props.todoCount return count > 0 ? count + ' item...
{ "pile_set_name": "Github" }
<html> <head> <title>Home Panel Placeholder</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } html, body { font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'; font-weight: 400; font-size: 16px; c...
{ "pile_set_name": "Github" }
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder { background: #f2f2f2 !important; background: rgba(0, 0, 0, 0.06) !important; border: 0 none !important; visibility: visible !important; -webkit-box-shadow: inset 0 0 12px 4px #ffffff; box-shadow: inset 0 0 12...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
----------/etc/altlinux-release---------- ALT Linux 7.0.1 Centaurus (Pholus) ----------/etc/fedora-release---------- ALT Linux 7.0.1 Centaurus (Pholus) ----------/etc/os-release---------- NAME="ALT Linux" VERSION="7.0.1 (Pholus)" ID=altlinux VERSION_ID=6.9.0 PRETTY_NAME="ALT Linux 7.0.1 Centaurus (Pholus)" ANSI_COL...
{ "pile_set_name": "Github" }
import React from 'react'; import SummaryItem from './'; import { checkA11y } from '@storybook/addon-a11y'; import { storiesOf } from '@storybook/react'; enum Status { Good = 'good', Skipped = 'skipped', Error = 'error', Untrusted = 'untrusted', } const stories = storiesOf('Custom Functions|Summary/Items', ...
{ "pile_set_name": "Github" }
// Copyright Microsoft. All rights reserved. // // 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, merge, ...
{ "pile_set_name": "Github" }
using UnityEngine; using System; using System.Collections.Generic; using System.IO; using YGOSharp.Network.Enums; public class Room : WindowServantSP { UIselectableList superScrollView = null; string sort = "sortByTimeDeck"; public override void initialize() { instanceHide = true; S...
{ "pile_set_name": "Github" }
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # S...
{ "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 runat="server"> <title>Events calendar - Custom event dialog</title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content...
{ "pile_set_name": "Github" }
// // NSDictionaryDemoViewController.m // JKCategories (https://github.com/shaojiankui/JKCategories) // // Created by Jakey on 15/3/29. // Copyright (c) 2015年 www.skyfox.org. All rights reserved. // #import "NSDictionaryDemoViewController.h" #import <JKCategories/NSDictionary+JKSafeAccess.h> #import <JKCategories/...
{ "pile_set_name": "Github" }
97350772e29b7881b149afbedf09290d
{ "pile_set_name": "Github" }
/* Copyright (C) 2006 yopyop Copyright (C) 2007 shash Copyright (C) 2007-2011 DeSmuME team This file 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 op...
{ "pile_set_name": "Github" }
#begin document (wb/sel/98/sel_9834); part 000 wb/sel/98/sel_9834 -1 0 [WORD] XX (TOP* - - - - * - wb/sel/98/sel_9834 -1 1 [WORD] XX * - - - - * - wb/sel/98/sel_9834 -1 2 [WORD] VERB * slant - 2 - * - wb/sel/98/sel_9834 -1 ...
{ "pile_set_name": "Github" }
/* Component: callout ------------------------ */ // Base styles (regardless of theme) .callout { margin: 0 0 20px 0; padding: 15px 30px 15px 15px; border-left: 5px solid #eee; h4 { margin-top: 0; } p:last-child { margin-bottom: 0; } code, .highlight { ...
{ "pile_set_name": "Github" }
{ "decimal": ".", "thousands": ",", "grouping": [3, 2, 2, 2, 2, 2, 2, 2, 2, 2], "currency": ["₹", ""] }
{ "pile_set_name": "Github" }
/*** * @module node-opcua-basic-types */ export * from "node-opcua-status-code";
{ "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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Welcome to CodeIgniter : CodeIgniter User Gui...
{ "pile_set_name": "Github" }
/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2000-2009 Josh Coalson * Copyright (C) 2011-2013 Xiph.Org Foundation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributio...
{ "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" }
{ "name": "wxc-countdown", "version": "0.1.0", "description": "倒计时", "main": "index.js", "type": "weex", "repository": "https://github.com/apache/incubator-weex-ui/tree/master/packages/wxc-countdown", "keywords": [ "wxc-countdown" ], "author": "提隐", "license": "MIT", "dependencies": {} }
{ "pile_set_name": "Github" }
{ "variants": { "axis=x": { "model": "create:block/gearbox/block", "x": 90, "y": 90 }, "axis=y": { "model": "create:block/gearbox/block" }, "axis=z": { "model": "create:block/gearbox/block", "x": 90, "y": 180 } } }
{ "pile_set_name": "Github" }
cheats = 11 cheat0_desc = "Infinite lives" cheat0_code = "SUTEEX" cheat0_enable = false cheat1_desc = "Start with 1 life" cheat1_code = "PELAGA" cheat1_enable = false cheat2_desc = "Start with 6 lives" cheat2_code = "TELAGA" cheat2_enable = false cheat3_desc = "Start with 9 lives" cheat3_code = "PELAGE" cheat3_enab...
{ "pile_set_name": "Github" }
package com.yuyh.sprintnba.ui; import android.content.Context; import android.content.Intent; import android.support.v4.content.ContextCompat; import android.support.v4.view.ViewPager; import android.widget.TextView; import com.github.clans.fab.FloatingActionButton; import com.github.clans.fab.FloatingActionMenu; im...
{ "pile_set_name": "Github" }
#include "src/util/range.h" namespace re2c { void RangeMgr::append_overlapping(Range *&head, Range *&tail, const Range *r) { if (!head) { head = ran(r->lb, r->ub); tail = head; } else if (tail->ub < r->lb) { tail->nx = ran(r->lb, r->ub); tail = tail->nx; } else if ...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml ff_Latn{ }
{ "pile_set_name": "Github" }
package gnu.java.net.protocol.jar; class Handler { } class Connection { class JarFileCache { int READBUFSIZE; int cache; } int jar_url; int jar_entry; int jar_file; int dateFormat; }
{ "pile_set_name": "Github" }
<?php /** * @package FOF * @copyright Copyright (c)2010-2020 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 2, or later */ namespace FOF30\Tests\Helpers; /** * Static helper methods to assist unit testing PHP code. * * @since 1.0 */ class TestHelper { /** * Assign...
{ "pile_set_name": "Github" }
#!/bin/sh module="sculld" device="sculld" # invoke rmmod with all arguments we got /sbin/rmmod $module $* || exit 1 # remove nodes rm -f /dev/${device}[0-3] /dev/${device} exit 0
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <simulation> <project id="hf_vmc_dmcnl_ref_LiH-arb" series="0"> </project> <!--random seed="49154"/--> <qmcsystem> <wavefunction name="psi0" target="e"> <determinantset type="einspline" href="LiH-arb.pwscf.h5" tilematrix="1 0 0 0 1 0 0 0 1" twistnum="0" meshfactor="1.0" source="i"...
{ "pile_set_name": "Github" }
let s:install_path=expand("<sfile>:p:h") function! IsSyntaxRuby() let syntax = synIDattr(synID(line("'<"),col("'<"),1),"name") return match(syntax, "ruby") endfunction function! I18nTranslateString() " copy last visual selection to x register normal gv"xy let text = s:removeQuotes(s:strip(@x)) let variabl...
{ "pile_set_name": "Github" }
import isArray from '../utils/is-array'; import hasOwnProp from '../utils/has-own-prop'; import isUndefined from '../utils/is-undefined'; import compareArrays from '../utils/compare-arrays'; import { deprecateSimple } from '../utils/deprecate'; import { mergeConfigs } from './set'; import { Locale } from './constructor...
{ "pile_set_name": "Github" }
/* * Copyright 1997-2020 Optimatika * * 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, merge, publish...
{ "pile_set_name": "Github" }
PImage mapImage; Table locationTable; Table nameTable; int rowCount; Table dataTable; float dataMin = -10; float dataMax = 10; Integrator[] interpolators; void setup() { size(640, 400); mapImage = loadImage("map.png"); locationTable = new Table("locations.tsv"); nameTable = new Table("names.tsv"); rowCoun...
{ "pile_set_name": "Github" }
/*! * \copy * Copyright (c) 2011-2013, Cisco Systems * 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 retai...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2020 DuckDuckGo ~ ~ 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 ...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sign = undefined; var _bluebirdLstC; function _load_bluebirdLstC() { return _bluebirdLstC = require("bluebird-lst-c"); } let sign = exports.sign = (() => { var _ref = (0, (_bluebirdLstC || _load_bluebirdLstC()).coroutin...
{ "pile_set_name": "Github" }
[Rank] S. Joachim Confessoris, Patris B. Mariae Virginis;;Duplex II class;;5.1;;ex C5 [Rank1960] S. Joachim Confessoris, Patris B. Mariae Virginis;;Duplex II class;;5;;ex C5 [Rule] ex C5; Gloria [Introitus] !Ps 111:9 v. Lavishly he gives to the poor, his generosity shall endure forever; his horn~ shall be exalted in...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources></resources>
{ "pile_set_name": "Github" }
'use strict'; import './style.scss'; import React, { Component } from 'react'; import {Grid, Button, Select} from '../../mtui/index'; const Option = Select.Option; class UI extends Component { // 构造函数 constructor (props) { super(props); this.state = { name: 10, val: '2...
{ "pile_set_name": "Github" }
#:stopdoc: require 'tmail/mailbox' #:startdoc:
{ "pile_set_name": "Github" }
#ifndef LIBTGVOIP_WINDOWS_SPECIFIC_H #define LIBTGVOIP_WINDOWS_SPECIFIC_H #include <string> #include <Windows.h> namespace tgvoip{ class WindowsSpecific{ public: static std::string GetErrorMessage(DWORD code); }; } #endif // LIBTGVOIP_WINDOWS_SPECIFIC_H
{ "pile_set_name": "Github" }
/** * 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. * * This program is distributed in the hope that it will be us...
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2018 Christian Schmidt * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * An ESMTP handler for 8BITMIME support (RFC 6152). * * 8BITMIME is required when sending 8-bit conte...
{ "pile_set_name": "Github" }
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*- ;; Place your private configuration here! Remember, you do not need to run 'doom ;; sync' after modifying this file! ;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; clients, file templates and snippets. (setq user-full-name "John Do...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/integration.R \name{GetTransferPredictions} \alias{GetTransferPredictions} \title{Get the predicted identity} \usage{ GetTransferPredictions( object, assay = "predictions", slot = "data", score.filter = 0.75 ) } \arguments{ \item{obje...
{ "pile_set_name": "Github" }
[ ca ] default_ca = CA_default [ CA_default ] # Directory and file locations. dir = ./PKI/ certs = $dir/certs crl_dir = $dir/crl new_certs_dir = $dir/certs database = $dir/index.txt serial = $dir/serial RANDFILE = $dir/private/.rand # The root key ...
{ "pile_set_name": "Github" }
/* * MatchWare Screen Capture Codec decoder * * Copyright (c) 2018 Paul B Mahol * * 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...
{ "pile_set_name": "Github" }
"""Reproduce an Cover state.""" import asyncio import logging from typing import Any, Dict, Iterable, Optional from homeassistant.components.cover import ( ATTR_CURRENT_POSITION, ATTR_CURRENT_TILT_POSITION, ATTR_POSITION, ATTR_TILT_POSITION, ) from homeassistant.const import ( ATTR_ENTITY_ID, S...
{ "pile_set_name": "Github" }
/* This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license. */ rule Hsdfihdf: banking malware { meta: author = "Adam Ziaja <adam@adamziaja.com> http://adamziaja.com" date = "2014-04-06" descript...
{ "pile_set_name": "Github" }
// Length of Last Word // 偷懒,用 STL // 时间复杂度O(n),空间复杂度O(1) public class Solution { public int lengthOfLastWord(String s) { final Predicate isAlphabet = new Predicate() { @Override public boolean apply(char ch) { return Character.isAlphabetic(ch); } ...
{ "pile_set_name": "Github" }
using System; using EventStore.Projections.Core.Services.Processing; using NUnit.Framework; namespace EventStore.Projections.Core.Tests.Services.core_projection.projection_checkpoint { [TestFixture] public class when_the_projection_checkpoint_has_been_started : TestFixtureWithReadWriteDispatchers { private Project...
{ "pile_set_name": "Github" }
// // SettingsTableViewController.swift // OpenFoodFacts // // Created by Andrés Pizá Bückmann on 19/10/2017. // Copyright © 2017 Andrés Pizá Bückmann. All rights reserved. // import UIKit import MessageUI enum SettingsSection: Int { case item case information case contribute case about } class S...
{ "pile_set_name": "Github" }