text
stringlengths
2
99k
meta
dict
/* * /MathJax/extensions/TeX/mathchoice.js * * Copyright (c) 2009-2015 The MathJax Consortium * * 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/lice...
{ "pile_set_name": "Github" }
// Copyright (C) 2017 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" }
using UnityEngine; namespace Lockstep { public class LSAnimator : LSAnimatorBase { //Sphagetti :D [SerializeField] protected string _idling = "idling"; [SerializeField] protected string _moving = "moving"; [SerializeField] protected string _engaging = "engag...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2013 by 苏州科大国创信息技术有限公司. */ package com.github.diamond.client; import java.io.IOException; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import com.github.diamond.client.event.ConfigurationEvent; ...
{ "pile_set_name": "Github" }
@import "../../css/colors.css"; .green-flag { width: 2rem; height: 2rem; padding: 0.375rem; border-radius: 0.25rem; user-select: none; user-drag: none; cursor: pointer; } .green-flag:hover { background-color: $motion-light-transparent; } .green-flag.is-active { background-color: $...
{ "pile_set_name": "Github" }
import functools import importlib import os import re import signal import sys import traceback import matplotlib from matplotlib import backend_tools, cbook from matplotlib._pylab_helpers import Gcf from matplotlib.backend_bases import ( _Backend, FigureCanvasBase, FigureManagerBase, NavigationToolbar2, Time...
{ "pile_set_name": "Github" }
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_executable(fnet_databuffer_test_app TEST SOURCES databuffer.cpp DEPENDS fnet ) vespa_add_test(NAME fnet_databuffer_test_app COMMAND fnet_databuffer_test_app)
{ "pile_set_name": "Github" }
// Copyright (c) 2016 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge...
{ "pile_set_name": "Github" }
<?php final class Braintree_MerchantAccount_BusinessDetails extends Braintree { protected function _initialize($businessAttribs) { $this->_attributes = $businessAttribs; if (isset($businessAttribs['address'])) { $this->_set('addressDetails', new Braintree_MerchantAccount_AddressDeta...
{ "pile_set_name": "Github" }
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Object.h" #include "KBECommon.h" #include "KBEventTypes.h" #include "KBEvent.generated.h" /* 事件模块 事件的数据基础类, 不同事件需要实现不同的数据类 */ UCLASS(Blueprintable, BlueprintType) class KBENGINEPLUGINS_API UKBEventData : public UObject { GENERATED_...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- import sys import argparse import ConfigParser import logging import time from operator import itemgetter from api_utils import SaliencyAPI, SimilarityAPI, SeriationAPI class ComputeSeriation( object ): """Seriation algorithm. Re-order words to improve promote the leg...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright 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 l...
{ "pile_set_name": "Github" }
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/traceng/nodes/770d23d8-e568-4fc4-8497-216c2e129d53/adapters/0/ports/0/start_capture' -d '{"capture_file_name": "test.pcap", "data_link_type": "DLT_EN10MB"}' POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/tra...
{ "pile_set_name": "Github" }
/** * \file * * \brief Instance description for NVMCTRL * * Copyright (c) 2016 Atmel Corporation, * a wholly owned subsidiary of Microchip Technology Inc. * * \asf_license_start * * \page License * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this f...
{ "pile_set_name": "Github" }
// FastNoiseSIMD_internal.cpp // // MIT License // // Copyright(c) 2017 Jordan Peck // // 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 ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 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" }
""" When a location type is set from stock-tracking to not stock-tracking, find all locations of that type and: close the supply point case, nullify the supply_point_id, nullify the StockState sql_location field When a location type is set from not stock tracking to stock tracking, find all locations of th...
{ "pile_set_name": "Github" }
{ "symbol": "univ2WBTCETH", "invalid_erc20_symbol": true, "name": "Uniswap V2 WBTC-ETH", "type": "ERC20", "address": "0xBb2b8038a1640196FbE3e38816F3e67Cba72D940", "ens_address": "", "decimals": 18, "website": "https://www.uniswap.org", "logo": { "src": "https://uniswap.info/static/media/logo.58277...
{ "pile_set_name": "Github" }
#include "ExtrusionEntity.hpp" #include "ExtrusionEntityCollection.hpp" #include "ExPolygonCollection.hpp" #include "ClipperUtils.hpp" #include "Extruder.hpp" #include "Flow.hpp" #include <cmath> #include <limits> #include <sstream> #define L(s) (s) namespace Slic3r { void ExtrusionPath::intersect_expolygons(con...
{ "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 <SAObjects/SABaseClientBoundCommand.h> @class NSArray; @interface SANPGetVolumeLevel : SABaseClientBoundCommand { } + (id)ge...
{ "pile_set_name": "Github" }
using UnityEngine; namespace Mirror.Examples.NetworkRoom { public class PlayerScore : NetworkBehaviour { [SyncVar] public int index; [SyncVar] public uint score; public override void OnStartServer() { index = connectionToClient.connectionId; ...
{ "pile_set_name": "Github" }
CHPL_RT_NUM_THREADS_PER_LOCALE=200 # Lower stack size for systems that have limited memory. CHPL_RT_CALL_STACK_SIZE=1M
{ "pile_set_name": "Github" }
LEO-MANAGER DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Gauge32, enterprises FROM SNMPv2-SMI OBJECT-GROUP FROM SNMPv2-CONF DisplayString, TruthValue FROM SNMPv2-TC; leofs MODULE-IDENTITY LAST-UPDATED "201502170000Z" ORGANIZATION "g...
{ "pile_set_name": "Github" }
global.Get("document") global.Get("document").Call("querySelector", "body") global.Get("document") global.Get("document").Call("createTextNode", "Hello world!") global.Get("document").Call("createTextNode", "Hello world!").Get("classList") global.Get("document").Call("createTextNode", "Hello world!").Get("dataset") glo...
{ "pile_set_name": "Github" }
// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Regression test for hitting a DCHECK in StoreProxy. for (var i = 0; i < 10; i++) { __proto__ = new Proxy({}, { getPrototypeOf() { } }); }
{ "pile_set_name": "Github" }
// Clearfix // // For modern browsers // 1. The space content is one way to avoid an Opera bug when the // contenteditable attribute is included anywhere else in the document. // Otherwise it causes space to appear at the top and bottom of elements // that are clearfixed. // 2. The use of `table` rather than `...
{ "pile_set_name": "Github" }
/* * tst.verror.js: tests basic functionality of the VError class. */ var mod_assert = require('assert'); var mod_verror = require('../lib/verror'); var VError = mod_verror.VError; var WError = mod_verror.WError; var err, suberr, stack, substack; /* * Remove full paths and relative line numbers from stack traces...
{ "pile_set_name": "Github" }
// Copyright 2017 gRPC 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 i...
{ "pile_set_name": "Github" }
//===----------------------------- typeinfo.cpp ---------------------------===// // // 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 the Emulex Linux Device Driver for * * Fibre Channel Host Bus Adapters. * * Copyright (C) 2009-2016 Emulex. All rights reserved. * * EMULEX and SLI are trademarks of Emulex. ...
{ "pile_set_name": "Github" }
namespace UnityEditor.Timeline { partial class TimelineWindow { void InitializeStateChange() { state.OnPlayStateChange += OnPreviewPlayModeChanged; state.OnDirtyStampChange += OnStateChange; state.OnBeforeSequenceChange += OnBeforeSequenceChange; s...
{ "pile_set_name": "Github" }
from django.contrib.auth.models import AbstractUser from django.db import models class CustomUser(AbstractUser): pass
{ "pile_set_name": "Github" }
import { Member } from './member'; import { Id } from './types'; export interface TeamData { title: string; } export type TeamWithoutMembers = Id & TeamData; export type Team = TeamWithoutMembers & { members: Member[]; };
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using System.Xml; using Waher.Content.Markdown.Model.Atoms; namespace Waher.Content.Markdown.Model.SpanElements { /// <summary> /// Inline HTML. /// </summary> public class InlineHTML : MarkdownElement, IEditableText { private readonly string h...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
{ "pile_set_name": "Github" }
/****************************************************************************** * $Id$ * * Project: GDAL Core * Purpose: GDAL Core C/Public declarations. * Author: Frank Warmerdam, warmerdam@pobox.com * ****************************************************************************** * Copyright (c) 1998, 2002...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 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" }
fileFormatVersion: 2 guid: 280f8698e6adc2a468764d54a839473e timeCreated: 1473792193 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
[package] name = "stdtx" description = "Extensible schema-driven Cosmos StdTx builder and Amino serializer" version = "0.2.1" # Also update html_root_url in lib.rs when bumping this authors = ["Tony Arcieri <tony@iqlusion.io>"] license = "Apache-2.0" homepage = "https://github.com/iqlusioninc/crat...
{ "pile_set_name": "Github" }
{ "result": { "item": "projecte:dm_shears" }, "pattern": [ " M", "D " ], "type": "minecraft:crafting_shaped", "key": { "D": { "tag": "forge:gems/diamond" }, "M": { "item": "projecte:dark_matter" } } }
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <doc> <assembly> <name>MogreDependencies</name> </assembly> <members> </members> </doc>
{ "pile_set_name": "Github" }
<?php /* Smarty version 2.6.14, created on 2011-04-21 08:13:32 compiled from structures.tpl */ ?> <?php if (count ( $this->_tpl_vars['showstructs'] ) != 0): ?> <tr class="formcolor"> <td>Structures:</td> <td> [ <a class="link" href="javascript:show('showstructs');">show structures</a> | <a class="link" h...
{ "pile_set_name": "Github" }
// synchronizaion.hpp --------------------------------------------------------------// // Copyright 2010 Vicente J. Botet Escriba // Copyright 2015 Andrey Semashev // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_DETAIL_WINAPI_SYN...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Ockam Node</title> </head> <body> Error </body> </html>
{ "pile_set_name": "Github" }
// // MPViewControllerLifeCycle.h // MobileProject 一个关于VC生周期的实例,可以查看LOG记录执行顺序 // // Created by wujunyang on 2016/11/10. // Copyright © 2016年 wujunyang. All rights reserved. // #import <UIKit/UIKit.h> #import "BaseViewController.h" @interface MPViewControllerLifeCycle : BaseViewController @end
{ "pile_set_name": "Github" }
# Aim: create up-to-date map of Earthquakes in previous week # set-up ------------------------------------------------------------------ library(sf) library(spData) # download data ----------------------------------------------------------- u = "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/significant_...
{ "pile_set_name": "Github" }
/** * ownCloud Android client application * * @author David A. Velasco * @author David González Verdugo * @author Shashvat Kedia * Copyright (C) 2020 ownCloud GmbH. * <p> * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * ...
{ "pile_set_name": "Github" }
#pragma once /************************************************************************/ /* Automatically generated benchmark latex for the huge tables */ /************************************************************************/ class BenchMarkLatex { public: BenchMarkLatex(const vecS &dbNames, const vecS &methodN...
{ "pile_set_name": "Github" }
/* Copyright 2019 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" }
/* * Copyright 2008-2019 by Emeric Vernat * * This file is part of Java Melody. * * 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/LI...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the gradio package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: gradio\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-01 14:42+0100\n" "PO-Rev...
{ "pile_set_name": "Github" }
class C { x match { case (x: T) :: Nil => } }
{ "pile_set_name": "Github" }
新しいエンコーディング変換関数の追加方法 2006/04/15 Tatsuo Ishii はじめに PostgreSQLには,データベースとフロントエンドのエンコーディングが異なる ときに,自動的にエンコーディングの変換を行う機能があります.このディレ クトリには,そのときに使われる関数が登録されています.これらの関数はユー ザ定義C関数として,initdbの中で登録されます.具体的には, /usr/local/pgsql/share/conversion_create.sql の中で登録されます(このファ イルはこのディレクトリでmakeしたときに自動生成されます). また,これらの関数はconvert()関数からも呼び...
{ "pile_set_name": "Github" }
17 comment:c C 0.0324960 0.9635310 0.4248560 C -1.2139010 0.3117780 -0.1703540 C -1.2690260 -1.1610110 0.2385370 C -0.0408820 -1.9398950 -0.2580310 C 1.2168480 -1.1088530 -0.2813690 C 1.2560360 0.1880130 0.0166160 H -2.1171870 0.8370150 0.1686210 H -1.3173860 -1.2176770 1.3345571 H -0.2214380 -2.3246150 -1.2721570 H 2...
{ "pile_set_name": "Github" }
################# :mod:`hvad.query` ################# .. module:: hvad.query This modules containts abstractions for accessing some internal parts of Django ORM that are used in hvad. The intent is that anytime some code in hvad needs to access some Django internals, it should do so through a function in this module....
{ "pile_set_name": "Github" }
# 编排配置说明文档 ## 功能菜单 WeCube界面导航包含任务、设计、执行、监测、调整、智慧、协同、系统共八个主菜单。 访问 “协同 > 任务编排” 菜单 ![orchestration_menu](images/orchestration_menu.png) 进入 “任务编排管理” 页面 ![orchestration_main](images/orchestration_main.png) 点击 “编排名称” 下拉选择框, 可以新增编排或者查看已经配置好的编排列表 ![orchestration_search](images/orchestration_search.png) 在编排下拉列表选中一个已经编排, 显...
{ "pile_set_name": "Github" }
/* crypto/bf/blowfish.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-...
{ "pile_set_name": "Github" }
// greater.hpp // // (C) Copyright 2011 Vicente J. Botet Escriba // Use, modification and distribution are subject to 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 BOOST_RATIO_MPL_GREATER_HPP #define BOOST_RATIO_M...
{ "pile_set_name": "Github" }
# Copyright 2016 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" }
/* * Copyright (C) Lightbend Inc. <https://www.lightbend.com> */ package com.example.shoppingcart.impl; import com.fasterxml.jackson.annotation.JsonCreator; import com.google.common.base.Preconditions; import org.pcollections.PMap; public class Summary { public final PMap<String, Integer> items; public fin...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>JQuery Form Wizard</title> <meta http-equiv="Content-Type" content="text/html;char...
{ "pile_set_name": "Github" }
// Copyright 2020 The Google Research 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...
{ "pile_set_name": "Github" }
/** * This file is part of alf.io. * * alf.io 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. * * alf.io is distributed in the ...
{ "pile_set_name": "Github" }
#!/bin/bash set -o xtrace # print commands during script execution sudo service vpp stop pci_search="Ethernet" pci_devs=($(lspci | grep "$pci_search" | awk '{print $1}' | grep -v "00:05.0")) dev_list="" if [ ! "${#pci_devs[@]}" == "0" ]; then for dev in ${pci_devs[@]}; do dev_list+="dev 0000:$dev " done fi ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ClearCanvas.Ris.Client.Workflow.Extended" GeneratedClassName="PreliminaryDiagnosisSettings"> <Profiles /> <Settings> <Setting Name="Rad...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Azavea * * 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" }
/* * Copyright 2014 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" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
#include "kjtableview.h" KJTableView::KJTableView(QObject *parent) : QTableView(parent) { }
{ "pile_set_name": "Github" }
/* ========================================================================== */ /* === Include/cholmod.h ==================================================== */ /* ========================================================================== */ /* -------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
import datetime import StringIO import sys from django.conf import settings from django.core.mail import mail_managers, mail_admins from django.template.loader import render_to_string from django.contrib.sites.models import Site from twill.parse import execute_string from twill.errors import TwillAssertionError def ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * This file is part of Hyperf. * * @link https://www.hyperf.io * @document https://hyperf.wiki * @contact group@hyperf.io * @license https://github.com/hyperf/hyperf/blob/master/LICENSE */ namespace Hyperf\Process; use Hyperf\Process\Listener\BootProcessListener; use Hy...
{ "pile_set_name": "Github" }
source 'https://rubygems.org' gemspec gem "therubyracer", ">= 0.10.1", :require => nil, :platforms => :ruby gem "therubyrhino", ">= 1.73.2", :require => nil, :platforms => :jruby
{ "pile_set_name": "Github" }
=pod =head1 NAME DSA_sign, DSA_sign_setup, DSA_verify - DSA signatures =head1 SYNOPSIS #include <openssl/dsa.h> int DSA_sign(int type, const unsigned char *dgst, int len, unsigned char *sigret, unsigned int *siglen, DSA *dsa); int DSA_sign_setup(DSA *dsa, BN_CTX *ctx, BIGNUM **kinvp, BIGNUM *...
{ "pile_set_name": "Github" }
/****************************************************************************** * netif.h * * Unified network-device I/O interface for Xen guest OSes. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal...
{ "pile_set_name": "Github" }
# GalaxyNG - Home: http://galaxyng.sourceforge.net/, https://sourceforge.net/projects/galaxyng/ - State: mature, inactive since 2005 - Download: https://sourceforge.net/projects/galaxyng/files - Keywords: strategy, turn-based - Code repository: https://gitlab.com/osgames/galaxyng.git (backup of cvs), http://galaxyng.c...
{ "pile_set_name": "Github" }
class FalseClass def to_json(options = nil) #:nodoc: 'false' end end
{ "pile_set_name": "Github" }
#include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; long long f[51][51], g[51][51][51], h[51], c[51][51], pow2[1250]; int n, m, mod = 1000000007; int main() { cin >> n >> m; if (m >= n) { cout << 0 << endl; return 0; } for (int i = 0; i <= n; i++) c[i][0] = 1; for (i...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSSegmentedControl.h" @interface NSProSegmentedControl : NSSegmentedControl { } + (void)initialize; - (long long)indexOfSelectedMenuItemInMenuForSegmentAtIndex:(long long...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="donate">Donér</string> <string name="lichessPatron">Bidragsytar til Lichess</string> <string name="freeAccount">Gratis konto</string> <string name="becomePatron">Bli ein bidragsytar til Lichess</string> <string name="xBecamePatron">%s vart bidra...
{ "pile_set_name": "Github" }
#!/usr/bin/python3 import os import tempfile import shutil import json from optparse import OptionParser # # Runtime variables # TEMP_DIR = tempfile.mkdtemp() # Directory of this python file CURRENT_DIR = os.path.dirname(os.path.realpath(__file__)) def updateVersion(path, channel, version): print("Updating json...
{ "pile_set_name": "Github" }
package us.myles.ViaVersion.api.minecraft.chunks; import com.github.steveice10.opennbt.tag.builtin.CompoundTag; import java.util.List; public interface Chunk { int getX(); int getZ(); boolean isBiomeData(); boolean isFullChunk(); @Deprecated default boolean isGroundUp() { return ...
{ "pile_set_name": "Github" }
# Copyright (C) 1991-1999,2002,2004,2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C 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 2....
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
{ "pile_set_name": "Github" }
package test import ( "bytes" "encoding" "encoding/base64" "strings" ) type marshalerForTest struct { X string } func encode(str string) string { buf := bytes.Buffer{} b64 := base64.NewEncoder(base64.StdEncoding, &buf) if _, err := b64.Write([]byte(str)); err != nil { panic(err) } if err := b64.Close(); ...
{ "pile_set_name": "Github" }
module Jekyll module TablerFilter def to_pretty_time(value) a = (Time.now-value).to_i case a when 0 then 'just now' when 1 then 'a second ago' when 2..59 then a.to_s+' seconds ago' when 60..119 then 'a minute ago' #120 = 2 minutes when 120..3540 then (a/60).to...
{ "pile_set_name": "Github" }
SELECT dish_stuff.name, string_agg(stuff, ','), sum(g), sum(calories), sum(g / 100.0 * calories) AS result FROM dish_stuff JOIN stuff_calories ON dish_stuff.stuff = stuff_calories.name WHERE dish_stuff.name = '华夫饼' GROUP BY dish_stuff.name
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>55--Sports_Coach_Trainer_55_Sports_Coach_Trainer_sportcoaching_55_177.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickri...
{ "pile_set_name": "Github" }
#ifndef _X11_IMUTIL_H_ #define _X11_IMUTIL_H_ extern int _XGetScanlinePad( Display *dpy, int depth); extern int _XGetBitsPerPixel( Display *dpy, int depth); extern int _XSetImage( XImage *srcimg, register XImage *dstimg, register int x, register int y); extern int _X...
{ "pile_set_name": "Github" }
// modarith.h - originally written and placed in the public domain by Wei Dai /// \file modarith.h /// \brief Class file for performing modular arithmetic. #ifndef CRYPTOPP_MODARITH_H #define CRYPTOPP_MODARITH_H // implementations are in integer.cpp #include "cryptlib.h" #include "integer.h" #include "a...
{ "pile_set_name": "Github" }
"" "none dropped" ("","none split")
{ "pile_set_name": "Github" }
/* * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <tmacros.h...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Graph demo</title> <style type="text/css"> body {font: 10pt arial;} </style> <script type="text/javascript" src="../graph.js"></script> <!--[if IE]><script type="text...
{ "pile_set_name": "Github" }
package libcontainer import "testing" func TestErrorCode(t *testing.T) { codes := map[ErrorCode]string{ IdInUse: "Id already in use", InvalidIdFormat: "Invalid format", ContainerPaused: "Container paused", ConfigInvalid: "Invalid configuration", SystemError: "System error", C...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="VariableDefinition" module="Products.DCWorkflow.Variables"/> </pickle> <pickle> <dictionary> <item> <key> <string>default_expr</string> </key> <value> <persi...
{ "pile_set_name": "Github" }
package org.rewedigital.katana.comparison import org.koin.core.KoinComponent import org.koin.core.context.startKoin import org.koin.core.context.stopKoin import org.koin.core.inject import org.koin.dsl.bind import org.koin.dsl.module class KoinSubject : Subject, KoinComponent { override fun setup() { val...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE keyboard SYSTEM "../dtd/ldmlKeyboard.dtd"> <keyboard locale="km-t-k0-osx"> <version platform="10.9" number="$Revision$"/> <names> <name value="Khmer"/> </names> <keyMap> <map iso="E00" to="«"/> <!-- ` --> <map iso="E01" to="១"/> <!-- 1 --> <map iso="E02" to=...
{ "pile_set_name": "Github" }
/* Copyright SecureKey Technologies Inc. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ package mocks import ( "github.com/hyperledger/fabric-sdk-go/pkg/common/providers/fab" "github.com/hyperledger/fabric-sdk-go/pkg/fab/mocks" ) /** * Mock Discovery Provider is used to mock peers on the network */...
{ "pile_set_name": "Github" }
#!/bin/bash # Copyright JS Foundation and other contributors, http://js.foundation # # 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 # # Unle...
{ "pile_set_name": "Github" }