text
stringlengths
2
99.9k
meta
dict
/***************************************************************************** ** Copyright (c) 2012 Ushahidi Inc ** All rights reserved ** Contact: team@ushahidi.com ** Website: http://www.ushahidi.com ** ** GNU Lesser General Public License Usage ** This file may be used under the terms of the GNU Lesser ** G...
{ "pile_set_name": "Github" }
/ init -- process control initialization mount = 21. sys intr; 0 / turn off interrupts sys quit; 0 cmp csw,$73700 / single user? bne 1f / no help: clr r0 / yes sys close / close current read mov $1,r0 / and write sys close / files sys open; ctty; 0 / open control tty sys open; ctty; 1 / for read and write ...
{ "pile_set_name": "Github" }
//char INT_CIGAROP[] = {'M', 'I', 'D', 'N', 'S', 'H', 'P', '=', 'X'}; int BTI[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, ...
{ "pile_set_name": "Github" }
package com.hfad.bitsandpizzas; /** * Created by davidg on 04/05/2017. */ public class Pizza { private String name; private int imageResourceId; public static final Pizza[] pizzas = { new Pizza("Diavolo", R.drawable.diavolo), new Pizza("Funghi", R.drawable.funghi) }; pr...
{ "pile_set_name": "Github" }
/* crypto/evp/e_xcbc_d.c */ /* 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 commercia...
{ "pile_set_name": "Github" }
package opentracing import ( "context" "github.com/opentracing/opentracing-go" otext "github.com/opentracing/opentracing-go/ext" "github.com/go-kit/kit/endpoint" ) // TraceServer returns a Middleware that wraps the `next` Endpoint in an // OpenTracing Span called `operationName`. // // If `ctx` already has a Sp...
{ "pile_set_name": "Github" }
export function parseStyle(str) { if (typeof str != 'string') return str; var style = {}, parts = str.split(';'); for (var i = 0; i < parts.length; i++) { let part = parts[i]; let colonIndex = part.indexOf(':'); if (colonIndex == -1) continue; let name = part.s...
{ "pile_set_name": "Github" }
#! /usr/bin/env python """Token constants (from "token.h").""" # Taken from Python (r53757) and modified to include some tokens # originally monkeypatched in by pgen2.tokenize #--start constants-- ENDMARKER = 0 NAME = 1 NUMBER = 2 STRING = 3 NEWLINE = 4 INDENT = 5 DEDENT = 6 LPAR = 7 RPAR = 8 LSQB = 9 RSQB = 10 C...
{ "pile_set_name": "Github" }
.. _data_get_img_params: Get Image Calibration Parameters ================================ Use ``GetIntrinsics()`` & ``GetExtrinsics()`` to get image calibration parameters. .. tip:: The detailed meaning of parameters can reference the files in ``tools/writer/config`` , of these the image calibration parameters ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=enum.LiteralKind.html"> </head> <body> <p>Redirecting to <a href="enum.LiteralKind.html">enum.LiteralKind.html</a>...</p> <script>location.replace("enum.LiteralKind.html" + location.search + location.hash);</script> </body> </...
{ "pile_set_name": "Github" }
pip
{ "pile_set_name": "Github" }
{ "__comment": "Generated by generateResources.py function: model", "parent": "item/generated", "textures": { "layer0": "tfc:items/gem/normal/emerald" } }
{ "pile_set_name": "Github" }
#define COMPONENT sys_intercom #define COMPONENT_BEAUTIFIED Vehicle Intercom #include "\idi\acre\addons\main\script_mod.hpp" // #define DRAW_INFANTRYPHONE_INFO // Draws infantry phone position // #define DRAW_CURSORPOS_INFO // Draws cursor position and intersection with object // #define DEBUG_VEHICLE_INFO // Uses a l...
{ "pile_set_name": "Github" }
<?php /** * PHPExcel * * Copyright (c) 2006 - 2014 PHPExcel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ve...
{ "pile_set_name": "Github" }
0000..0040; Not-Uppercase 0041..005A; Uppercase 005B..00BF; Not-Uppercase 00C0..00D6; Uppercase 00D7..00D7; Not-Uppercase 00D8..00DE; Uppercase 00DF..00FF; Not-Uppercase 0100..0100; Uppercase 0101..0101; Not-Uppercase 0102..0102; Uppercase 0103..0103; Not-Uppercase 0104..0104; Uppercase 0105..0105; Not-Uppercase 0106.....
{ "pile_set_name": "Github" }
Make iconv 1.11.x link correctly with libtool2 - argument "-Xcompiler" ensures "-shared" is passed to $(CC) when used as linker. Otherwise $(CC) tries to create an executable and fails while looking for a main()-function diff -ruN libiconv-1.11.1/lib/Makefile.in libiconv-1.11.1.mod/lib/Makefile.in --- libiconv-1.11.1/...
{ "pile_set_name": "Github" }
import Abstract from '../views/common/abstract.vue'; export default [{ path: '/', name: '首页', component: (resolve) => require(['../views/index.vue'], resolve), children: [{ path: '/roles', name: '平台-角色管理', meta: { name: '角色管理' }, component: (resolve) => require(['../views/roles.vue'],...
{ "pile_set_name": "Github" }
# Import standard library import random from math import sqrt from typing import Tuple # Import modules import matplotlib.pyplot as plt import matplotlib.cm as cm import matplotlib as mpl import numpy as np import seagull as sg import seagull.lifeforms as lf import streamlit as st from loguru import logger from scipy....
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
{ "pile_set_name": "Github" }
// Copyright 2007, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006-2009 Martin Willi * HSR Hochschule fuer Technik Rapperswil * * 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)...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2007 Silicon Graphics, Inc. * All Rights Reserved. * * 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. * * This program is distributed in the hope that it would be ...
{ "pile_set_name": "Github" }
// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 sysIP_PKTINFO...
{ "pile_set_name": "Github" }
<proxy xmlns="http://ws.apache.org/ns/synapse" name="enrichAddPropertyAsChildTestProxy" transports="https http" startOnLoad="true" trace="disable"> <description/> <target> <inSequence> <log level="full"/> <property xmlns:ax21="http://www.bea.com/2003/05/xmlbean/ltgfmt" xmlns:xs="...
{ "pile_set_name": "Github" }
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1995 -- All Rights Reserved PROJECT: MODULE: FILE: outboxControlMessageList.asm AUTHOR: Adam de Boor, Mar 22, 1995 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name ...
{ "pile_set_name": "Github" }
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
/*! @file Forward declares `boost::hana::tag_of` and `boost::hana::tag_of_t`. @copyright Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_FWD_CORE_TAG_OF_HPP #define BOOST_H...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.Web.WebPages.Razor</name> </assembly> <members> <member name="T:System.Web.WebPages.Razor.CompilingPathEventArgs"> <summary>此类型/成员支持 .NET Framework 基础结构,不能在代码中直接使用。</summary> </member> <member name="M:System.Web.WebPages.R...
{ "pile_set_name": "Github" }
/** \defgroup Slicer_QtModules_Cameras Cameras \ingroup Slicer_QtModules This module manages 3D views and cameras nodes. */
{ "pile_set_name": "Github" }
{ "private": true, "name": "@antv/x6-app-draw", "version": "0.10.71", "scripts": { "start": "umi dev", "build": "umi build", "lint": "yarn lint:ts", "lint:ts": "tslint -c tslint.json -p tsconfig.json --fix", "precommit": "lint-staged" }, "dependencies": { "@antv/x6": "^0.10.71", ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <EffekseerProject> <Root> <Name>Root</Name> <Children> <Node> <LocationValues> <Type>1</Type> <PVA> <Location> <X> <Center>2</Center> <Max>2</Max> <M...
{ "pile_set_name": "Github" }
<h1>User Profile</h1> <p> <b>Name:</b> <%= @user.name %> </p> <p> <b>Admin:</b> <%= @user.admin? ? "Yes" : "No" %> </p> <p><%= link_to "Edit Profile", edit_user_path(@user) %></p> <h3><%= pluralize @user.projects.size, "Project" %></h3> <ul> <% @user.projects.each do |project| %> <li><%= project.name %></...
{ "pile_set_name": "Github" }
// Copyright (C) 1999-2000 Id Software, Inc. // // cg_syscalls.c -- this file is only included when building a dll // cg_syscalls.asm is included instead when building a qvm #include "cg_local.h" static int (QDECL *syscall)( int arg, ... ) = (int (QDECL *)( int, ...))-1; #include "../namespace_begin.h" void dllEntry(...
{ "pile_set_name": "Github" }
{ "images": [ { "filename": "ic_enhanced_encryption.png", "idiom": "universal", "scale": "1x" }, { "filename": "ic_enhanced_encryption_2x.png", "idiom": "universal", "scale": "2x" }, { "filena...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, Michael Lehn * * 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,...
{ "pile_set_name": "Github" }
/* eslint camelcase: 0 */ import axios from "axios"; const tokenConfig = token => ({ headers: { Authorization: token // eslint-disable-line quote-props } }); export function validate_token(token) { return axios.post("/api/is_token_valid", { token }); } export function create_user(first_name, last_na...
{ "pile_set_name": "Github" }
--- - !ruby/object:MIME::Type content-type: text/1d-interleaved-parityfec encoding: quoted-printable xrefs: rfc: - rfc6015 template: - text/1d-interleaved-parityfec registered: true - !ruby/object:MIME::Type content-type: text/cache-manifest encoding: quoted-printable extensions: - appca...
{ "pile_set_name": "Github" }
/* * -------------------------------------------------------------------------- * BLISLAB * -------------------------------------------------------------------------- * Copyright (C) 2016, The University of Texas at Austin * * Redistribution and use in source and binary forms, with or without * modification, ar...
{ "pile_set_name": "Github" }
{ "solution": { "path": "All.sln", "projects": [ "AutoFixture\\AutoFixture.csproj", "AutoFixtureUnitTest\\AutoFixtureUnitTest.csproj", "AutoFixture.SeedExtensions\\AutoFixture.SeedExtensions.csproj", "AutoFixture.SeedExtensions.UnitTest\\AutoFixture.SeedExtensions.UnitTest.csproj", ...
{ "pile_set_name": "Github" }
--- license: > 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 ...
{ "pile_set_name": "Github" }
#ifndef LIST_H_ #define LIST_H_ #include <string> const int MAX = 10; struct people { std::string name; int age; }; typedef struct people Item; class List { private: Item items[MAX]; int count; public: List(); bool isempty() const; bool i...
{ "pile_set_name": "Github" }
using GameObjects; using GameObjects.Conditions; using System; using System.Runtime.Serialization;namespace GameObjects.Conditions.ConditionKindPack { [DataContract]public class ConditionKind1350 : ConditionKind { private int number = 0; public override bool CheckConditionKind(Troop troop) ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.03"> <data> <int key="IBDocument.SystemTarget">768</int> <string key="IBDocument.SystemVersion">10K549</string> <string key="IBDocument.InterfaceBuilderVersion">677</string> <string key="IBDocument.AppK...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [], "source": [ "import uuid\n", "from rpy2.robjects.packages import importr \n", "from IPython.core.display import Image\n", "import rpy2.robjects.lib.ggplot2 as ggplot2\n",...
{ "pile_set_name": "Github" }
好奇心原文链接:[白金唱片这个词说的不再是唱片了,你会有点伤感吗?_娱乐_好奇心日报-韩方航 ](https://www.qdaily.com/articles/21725.html) WebArchive归档链接:[白金唱片这个词说的不再是唱片了,你会有点伤感吗?_娱乐_好奇心日报-韩方航 ](http://web.archive.org/web/20190623165436/https://www.qdaily.com/articles/21725.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3w9667be4j30u03chb29)
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <template> <t t-name="web.ribbon"> <div class="ribbon ribbon-top-right"> <span t-att-class="widget.bgColor ? widget.bgColor : 'bg-success'"><t t-esc="widget.text"/></span> </div> </t> </template>
{ "pile_set_name": "Github" }
#!/bin/bash python training/prepare_experiments.py training/experiments/sample.json
{ "pile_set_name": "Github" }
#!/bin/sh . scripts/functions /bin/cp -f ${rscripts}/bareos-dir.conf ${conf}/bareos-dir.conf /bin/cp -f ${rscripts}/bareos-sd.conf ${conf}/bareos-sd.conf /bin/cp -f ${rscripts}/bareos-fd.conf ${conf}/bareos-fd.conf /bin/cp -f ${rscripts}/bconsole.conf ${conf}/bconsole.conf /bin/cp -f ${rscripts}/bconsole.conf ${conf}/b...
{ "pile_set_name": "Github" }
{ "parent": "refinedstorage:block/cube_north_cutout", "textures": { "particle": "refinedstorage:block/disk_manipulator/right", "east": "refinedstorage:block/disk_manipulator/right", "south": "refinedstorage:block/disk_manipulator/back", "west": "refinedstorage:block/disk_manipulator/left", "up":...
{ "pile_set_name": "Github" }
<?php /** * Matomo - free/libre analytics platform * * @link https://matomo.org * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * */ namespace Piwik\AssetManager; abstract class UIAssetMerger { /** * @var UIAssetFetcher */ private $assetFetcher; /** * @var UIAsset...
{ "pile_set_name": "Github" }
# Event 1216 - DocPerf_Task_PrintProcGetCaps ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|Module|UnicodeString|None|`None`| ## Tags * etw_level_Informational * etw_keywords_DocPerf * etw_opcode_Start * etw_task_DocPerf_Ta...
{ "pile_set_name": "Github" }
# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or witho...
{ "pile_set_name": "Github" }
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js const u = undefined; expo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
/// <reference path="fourslash.ts" /> // @Filename: /a.ts ////export const a = 'a'; // @Filename: /b.ts ////import "./anything.json"; //// ////a/**/ goTo.file("/b.ts"); verify.importFixAtPosition([`import { a } from "./a"; import "./anything.json"; a`]);
{ "pile_set_name": "Github" }
#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable kernel void _atom_add(global ulong *data) { atom_add(data, (ulong)UINT_MAX); }
{ "pile_set_name": "Github" }
package chipmunk import ( //"container/list" "github.com/vova616/chipmunk/vect" //"log" "time" ) var VoidQueryFunc = func(a, b Indexable) {} type HashSet map[HashValue]*Node func (set HashSet) Each(fnc HashSetIterator) { for _, node := range set { fnc(node) } } type BBTree struct { SpatialIndexClass Spat...
{ "pile_set_name": "Github" }
// // INPersonHandleLabel.h // Intents // // Copyright (c) 2016-2020 Apple Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <Intents/IntentsDefines.h> typedef NSString *INPersonHandleLabel NS_TYPED_EXTENSIBLE_ENUM; INTENTS_EXTERN INPersonHandleLabel const INPersonHandleLabelHome NS_SWIFT_NAM...
{ "pile_set_name": "Github" }
// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ios/chrome/browser/passwords/password_manager_internals_service_factory.h" #include <memory> #include <utility> #include "base/memory/singleto...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010-2101 Alibaba Group Holding Limited. * * 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 ...
{ "pile_set_name": "Github" }
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using WCell.Util; namespace WCell.Terrain.GUI.Renderers { public abstract class RendererBase : DrawableGameComponent { /// <summary> /// Boolean variable representing if all the rendering data has been cached. /// </summary> ...
{ "pile_set_name": "Github" }
""" 包括生成树,二叉搜索树的前后中遍历。 二叉搜索树在比较优质的情况下搜索和插入时间都是 O(logn) 的。在极端情况下会退化为链表 O(n)。 将无序的链表塞进二叉搜索树里,按左根右中序遍历出来就是排序好的有序链表。 """ # 生成树操作。 class TreeNode(object): def __init__(self , val, left=None, right=None): self.val = val self.left = left self.right = right class binarySearchTree(object): ...
{ "pile_set_name": "Github" }
// // NSString+MJExtension.m // MJExtensionExample // // Created by MJ Lee on 15/6/7. // Copyright (c) 2015年 小码哥. All rights reserved. // #import "NSString+MJExtension.h" @implementation NSString (MJExtension) - (NSString *)mj_underlineFromCamel { if (self.length == 0) return self; NSMutableString *string...
{ "pile_set_name": "Github" }
using System; using ProtoBuf; namespace Disa.Framework { [ProtoContract] public class DisaQuotedTitle { [ProtoMember(1)] public string Address { get; set; } [ProtoMember(2)] public string Title { get; set; } } }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Emmanuel Durand * * This file is part of Splash. * * 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 late...
{ "pile_set_name": "Github" }
#include <core/ui_manager.h> #include <control/ui_viewport.h> void InitViewportCallback(LongUI::UIViewport& v) noexcept; void InitStyleSheet() noexcept; int main() { if (UIManager.Initialize()) { ::InitStyleSheet(); LongUI::UIViewport viewport; { using namespace LongUI; ...
{ "pile_set_name": "Github" }
import { IMutationsWave } from "automutate"; /** * Creates a provider that will run exactly once. * * @param provider Provider to wrap around. * @returns Single-use equivalent of the provider. */ export const createSingleUseProvider = (provider: () => Promise<IMutationsWave>) => { let provided = false; ...
{ "pile_set_name": "Github" }
polygon 1 1.472349E+01 4.927190E+01 1.472330E+01 4.927172E+01 1.472328E+01 4.927170E+01 1.472309E+01 4.927154E+01 1.472338E+01 4.927140E+01 1.472381E+01 4.927114E+01 1.472400E+01 4.927102E+01 1.472504E+01 4.927038E+01 1.472516E+01 4.927033E+01 1.472575E+01 4.926999E+01 1.472576E+01 4.926999E+01 1.472578E+01...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IDEDidComputeMac32BitWarning</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
{ "sdivNonConst_d0g0v0" : { "blocks" : [ { "blockHeaderPremine" : { "difficulty" : "0x020000", "gasLimit" : "0x0f4240", "timestamp" : "0x03e8", "updatePoW" : "1" }, "tr...
{ "pile_set_name": "Github" }
// Stream status #define INIT_STATE 42 #define BUSY_STATE 113 #define FINISH_STATE 666 #define HASH_BITS 15 #define HASH_SIZE (1 << HASH_BITS) #define HASH_MASK (HASH_SIZE - 1) // Size of match buffer for literals/lengths. There are 4 reasons for // limiting lit_bufsize to 64K: // - frequenc...
{ "pile_set_name": "Github" }
import torch.optim.optimizer from ..tensor import ManifoldParameter, ManifoldTensor from .mixin import OptimMixin, SparseMixin from ..utils import copy_or_set_ __all__ = ["SparseRiemannianSGD"] class SparseRiemannianSGD(OptimMixin, SparseMixin, torch.optim.Optimizer): r""" Implements lazy version of SGD algo...
{ "pile_set_name": "Github" }
application: learning-1130 version: 1 runtime: go api_version: go1 handlers: - url: /.* script: _go_app
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Runtime.Serialization; namespace RestFiles.ServiceModel.Types { [DataContract] public class FolderResult { public FolderResult() { Folders = new List<Folder>(); Files = new List<File>(); } [DataMember] public List<Folder> Folders { get; set; } [Data...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <parameter-file instrument="POLDI" valid-from="2013-01-01 00:00:00"> <component-link name="chopper"> <parameter name="t0" type="number"> <value val="0.00050" /> </parameter> <parameter name="t0_const" type="number"> <value ...
{ "pile_set_name": "Github" }
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
{ "pile_set_name": "Github" }
if JAVASCRIPT_IO_MODULE == 'xmlhttprequest' require 'asciidoctor/js/asciidoctor_ext/browser/abstract_node' require 'asciidoctor/js/asciidoctor_ext/browser/open_uri' require 'asciidoctor/js/asciidoctor_ext/browser/path_resolver' require 'asciidoctor/js/asciidoctor_ext/browser/reader' end
{ "pile_set_name": "Github" }
{ "PlaceholderDesc_LangKey": "Funktion generiert einen Sprachschlüssel für einen Wert. Hier kann beispielsweise der Name eines Objekts übergeben werden. Kann nicht per pipe verwendet werden." }
{ "pile_set_name": "Github" }
Extension { #name : #ExternalType } { #category : #'*UnifiedFFI' } ExternalType >> atomicSelector [ ^ AtomicSelectors at: self atomicType ] { #category : #'*UnifiedFFI' } ExternalType >> offsetReadFieldAt: offsetVariableName [ "Answer a string defining the accessor to an entity of the receiver type starting at the ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Martin Kersner, m.kersner@gmail.com # 2016/03/17 from __future__ import print_function import os import sys import glob from PIL import Image as PILImage from utils import mat2png_hariharan def main(): input_path, output_path = process_arguments(sys.argv) if os.path.isdir(input_path) an...
{ "pile_set_name": "Github" }
using System; using System.IO; using System.Linq; using System.Windows.Forms; using pk3DS.Core; using pk3DS.Core.Structures; namespace pk3DS { public partial class ItemEditor6 : Form { public ItemEditor6(byte[][] infiles) { files = infiles; itemlist[0] = ""; ...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Module Name: exmutex - ASL Mutex Acquire/Release functions * *****************************************************************************/ /* * Copyright (C) 2000 - 2008, Intel Corp. * All rights reserved. * * Redistribution ...
{ "pile_set_name": "Github" }
# {{ ansible_managed }} {% for name,value in veda_pipeline_worker_environment.items() -%} {%- if value -%} export {{ name }}="{{ value }}" {% endif %} {%- endfor %}
{ "pile_set_name": "Github" }
var Hash = require('./_Hash'), ListCache = require('./_ListCache'), Map = require('./_Map'); /** * Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache */ function mapCacheClear() { this.size = 0; this.__data__ = { 'hash': new Hash, 'map': new (Map || Li...
{ "pile_set_name": "Github" }
/* * Copyright © 2012, United States Government, as represented by the * Administrator of the National Aeronautics and Space Administration. * All rights reserved. * * The NASA Tensegrity Robotics Toolkit (NTRT) v1 platform is licensed * under the Apache License, Version 2.0 (the "License"); * you may not use t...
{ "pile_set_name": "Github" }
CLASS net/minecraft/class_2300 net/minecraft/command/EntitySelector FIELD field_10820 basePredicate Ljava/util/function/Predicate; FIELD field_10821 uuid Ljava/util/UUID; FIELD field_10822 limit I FIELD field_10823 positionOffset Ljava/util/function/Function; FIELD field_10824 box Lnet/minecraft/class_238; FIELD ...
{ "pile_set_name": "Github" }
/* * Implement any scheme to find the optimal solution for the * Traveling Salesperson problem and then solve the same problem * instance using any approximation algorithm and determine * the error in the approximation. */ #include <stdio.h> int a[10][10], visited[10], no, cost, sum, vs[10]; int least(int c) {...
{ "pile_set_name": "Github" }
java -cp target/kafka-examples-producer-1.0-SNAPSHOT.jar -Dlog4j.configuration=file:src/main/resources/log4j.properties kafka.examples.producer.TransactionalProducerExample "$@"
{ "pile_set_name": "Github" }
export PATH="/usr/local/bin:/usr/bin:/bin"
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in D:\android-sdk-windows/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # http://devel...
{ "pile_set_name": "Github" }
require('./angular-locale_prg-001'); module.exports = 'ngLocale';
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tencent.wstt.gt.util"> <application android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true"> </application> </manifest>
{ "pile_set_name": "Github" }
<loading hidden="{{hidden}}" bindchange="loadingChange"> 保存中... </loading> <!--修改订单状态--> <view class="container"> <view class="order-detail"> <view class="order-con"> <text class="text1">订单状态</text> <picker class="text2" bindchange="bindPickerChange" range-key="name" value="{{index}}" range="{{stat...
{ "pile_set_name": "Github" }
"DOTAAbilities" { //================================================================================================================= // Phoenix: Sun Ray //================================================================================================================= "phoenix_sun_ray" { // General /...
{ "pile_set_name": "Github" }
package org.fbk.cit.hlt.dirha; public interface Token { String getToken( ); String getPos( ); String getLemma( ); String getFrame( ); String getRole( ); void setToken( String token ); void setPos( String pos ); void setLemma( String lemma ); void setFrame( String frame ); ...
{ "pile_set_name": "Github" }
<map id="rlinifile.h" name="rlinifile.h"> <area shape="rect" id="node2" href="$rlcanopentypes_8h.html" title="rlcanopentypes.h" alt="" coords="285,80,408,107"/> <area shape="rect" id="node3" href="$rlcannode_8h.html" title="rlcannode.h" alt="" coords="135,155,227,181"/> <area shape="rect" id="node12" href="$rlinifile_8...
{ "pile_set_name": "Github" }
""" Interface for CANtact devices from Linklayer Labs """ import time import logging from unittest.mock import Mock from can import BusABC, Message logger = logging.getLogger(__name__) try: import cantact except ImportError: logger.warning( "The CANtact module is not installed. Install it using `pyt...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"><pov> <cbid>CROMU_00011</cbid> <replay> <read echo="ascii"><delim> </delim><match><data>\x3E </data></match></read> <write echo="ascii"><data>Q5jpnU = |"q","3fNxI","bQCUK","mVqmb9","fADAhlK"|~|"Y","Zp"|\n</data></write> ...
{ "pile_set_name": "Github" }
// *********************************************************************** // Assembly : XLabs.Forms // Author : XLabs Team // Created : 12-27-2015 // // Last Modified By : XLabs Team // Last Modified On : 01-04-2016 // ***********************************************************************...
{ "pile_set_name": "Github" }