text
stringlengths
2
99.9k
meta
dict
"MJRefreshHeaderIdleText" = "Pull down to refresh"; "MJRefreshHeaderPullingText" = "Release to refresh"; "MJRefreshHeaderRefreshingText" = "Loading..."; "MJRefreshAutoFooterIdleText" = "Tap or pull up to load more"; "MJRefreshAutoFooterRefreshingText" = "Loading..."; "MJRefreshAutoFooterNoMoreDataText" = "No more data...
{ "pile_set_name": "Github" }
CKEditor 4 ========== Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. http://ckeditor.com - See LICENSE.md for license information. CKEditor is a text editor to be used inside web pages. It's not a replacement for desktop text editors like Word or OpenOffice, but a component to be used as ...
{ "pile_set_name": "Github" }
""" Word count topology (in memory) """ from bolts import WordCountBolt from spouts import WordSpout from streamparse import Grouping, Topology class WordCount(Topology): word_spout = WordSpout.spec() count_bolt = WordCountBolt.spec(inputs={word_spout: Grouping.fields("word")}, par=2)
{ "pile_set_name": "Github" }
package com.ucar.datalink.flinker.core.admin; import com.ucar.datalink.flinker.api.element.Record; import com.ucar.datalink.flinker.api.exception.DataXException; import com.ucar.datalink.flinker.api.util.Configuration; import com.ucar.datalink.flinker.core.statistics.communication.Communication; import com.ucar.datali...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www....
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "downloadAlbum_30x30_@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "downloadAlbum_30x30_@3x.png", "scale" : "3x" } ], "info" :...
{ "pile_set_name": "Github" }
/* Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2 of the License. This program is distributed in the hope that it wil...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2009--2014 Red Hat, Inc. * * This software is licensed to you under the GNU General Public License, * version 2 (GPLv2). There is NO WARRANTY for this software, express or * implied, including the implied warranties of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. You should have rece...
{ "pile_set_name": "Github" }
<?php namespace Aws\DataPipeline\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the AWS Data Pipeline service. */ class DataPipelineException extends AwsException {}
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Copyright Christopher Kormanyos 2007 - 2018. // 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 MCAL_REG_2010_04_10_...
{ "pile_set_name": "Github" }
#!/usr/local/bin/perl push(@INC,"perlasm","../../perlasm"); require "x86asm.pl"; require("x86/mul_add.pl"); require("x86/mul.pl"); require("x86/sqr.pl"); require("x86/div.pl"); require("x86/add.pl"); require("x86/sub.pl"); require("x86/comba.pl"); &asm_init($ARGV[0],$0); &bn_mul_add_words("bn_mul_add_words"); &bn_m...
{ "pile_set_name": "Github" }
class Tailor VERSION = '1.4.1' end
{ "pile_set_name": "Github" }
# encoding: utf-8 """pypcap documentation build configuration file""" from __future__ import unicode_literals import os import re import sys import types import mock def get_version(filename): # Hack this for right now since pypcap doesn't have standard module setup return '1.1.5' init_py = open(filena...
{ "pile_set_name": "Github" }
/** * Copyright (c) Codice Foundation * * <p>This is free software: you can redistribute it and/or modify it under the terms of the GNU * Lesser General Public License as published by the Free Software Foundation, either version 3 of * the License, or any later version. * * <p>This program is distributed in the ...
{ "pile_set_name": "Github" }
#### 目录介绍 - 10.0.0.1 Window是什么?如何通过WindowManager添加Window(代码实现)?WindowManager的主要功能是什么? - 10.0.0.2 Window概念解析?WindowSession的创建过程是怎样的?WindowSession的作用?Token的使用场景? - 10.0.0.3 Activity、View、Window三者之间的关系,Window有哪几种类型? - 10.0.0.5 Activity的启动过程是怎样的?Activity创建和Dialog创建过程的异同? - 10.0.0.6 如何处理快速连续点击了多次按钮时Toast就触发了多次而关闭不掉? - 10.0....
{ "pile_set_name": "Github" }
from typing import Set, Union, Collection # noqa from cruisecontrolclient.client.CCParameter.Parameter import AbstractParameter class AbstractSetOfChoicesParameter(AbstractParameter): lowercase_set_of_choices: Set[str] = set() def __init__(self, value: Union[str, Collection[str]]): if isinstance(va...
{ "pile_set_name": "Github" }
json = require('./json-helper.js') payload = require('./payload.js') fs = require('fs') message = require('./message.js') // // Will generate the JSON that will be sent to the client // exports.generateNextPayloads = function(req, data) { var resJson = '['; var i = 0; // iterate on all simultaneous attacks...
{ "pile_set_name": "Github" }
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\Trading\Types; /** * * @property \DTS\eBaySDK\Trading\Enums\BuyerProtectionSourceCodeTyp...
{ "pile_set_name": "Github" }
<div class='fossil-doc' data-title='doctools::msgcat::idx::en - Documentation tools'> <style> HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-l...
{ "pile_set_name": "Github" }
+++ title = "Expectation Maximization and Mixture Models" author = ["Jethro Kuan"] lastmod = 2020-07-17T00:56:42+08:00 draft = false +++ ## Introduction {#introduction} If we define a joint distribution over observed and latent variables, the corresponding distribution of the observed variables alone is obtained by m...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2020 HERE Europe B.V. * * 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 a...
{ "pile_set_name": "Github" }
/* 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 law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
// (C) Copyright Thorsten Ottosen 2005 // (C) Copyright Howard Hinnant 2004 // (C) Copyright Jonathan Turkanis 2004 // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.) // // Contains type traits machinery for incomple...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.vondear.rxtools"> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> <uses-permission and...
{ "pile_set_name": "Github" }
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation wit...
{ "pile_set_name": "Github" }
&FORCE_EVAL METHOD Quickstep &DFT BASIS_SET_FILE_NAME EMSL_BASIS_SETS POTENTIAL_FILE_NAME POTENTIAL &MGRID CUTOFF 100 REL_CUTOFF 30 &END MGRID &QS METHOD GAPW EPS_PGF_ORB 1.0E-15 &END QS &POISSON PERIODIC NONE PSOLVER MT &END &SCF EPS_SCF...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.4952 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2011 Johannes M. Schmitt <schmittjoh@gmail.com> * * 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 requir...
{ "pile_set_name": "Github" }
import React from 'react' import MainRouter from './MainRouter' import {BrowserRouter} from 'react-router-dom' import {MuiThemeProvider, createMuiTheme} from 'material-ui/styles' import {indigo, pink} from 'material-ui/colors' import { hot } from 'react-hot-loader' // Create a theme instance. const theme = createMuiTh...
{ "pile_set_name": "Github" }
/* ** usbtool - simple tool to (dis)connect a usb devices from a kernel driver ** Copyright (C) 2009 Ingo Ruhnke <grumbel@gmail.com> ** ** This program is free software: you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation, e...
{ "pile_set_name": "Github" }
name: Mark stale issues and pull requests on: schedule: - cron: "0 0 * * *" jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 30 days-before-close: 5 stale-issue-message: 'This ...
{ "pile_set_name": "Github" }
# Copyright 2019 SmartThings # # 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 wri...
{ "pile_set_name": "Github" }
// VirtualDub - Video processing and capture application // System library component // Copyright (C) 1998-2004 Avery Lee, All Rights Reserved. // // Beginning with 1.6.0, the VirtualDub system library is licensed // differently than the remainder of VirtualDub. This particular file is // thus licensed as follow...
{ "pile_set_name": "Github" }
{ "name": "laravel/ui", "description": "Laravel UI utilities and presets.", "keywords": ["laravel", "ui"], "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^7.1.3", "illum...
{ "pile_set_name": "Github" }
package main import "testing" // START OMIT const m1 = 0x5555555555555555 const m2 = 0x3333333333333333 const m4 = 0x0f0f0f0f0f0f0f0f const h01 = 0x0101010101010101 func popcnt(x uint64) uint64 { x -= (x >> 1) & m1 x = (x & m2) + ((x >> 2) & m2) x = (x + (x >> 4)) & m4 return (x * h01) >> 56 } func BenchmarkPop...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SUBCMD_EXEC_CMD_H #define __SUBCMD_EXEC_CMD_H extern void exec_cmd_init(const char *exec_name, const char *prefix, const char *exec_path, const char *exec_path_env); extern void set_argv_exec_path(const char *exec_path); extern const char *extract_argv0_path(const...
{ "pile_set_name": "Github" }
package com.box.l10n.mojito.rest.entity; /** * * @author jaurambault */ public class XliffExportBody { Long tmXliffId; String content; PollableTask pollableTask; public XliffExportBody() { } public XliffExportBody(String content) { this.content = content; } public Long ge...
{ "pile_set_name": "Github" }
The SQL schema and 'create admin user" scripts are here in order to simplify the process of using MySQL cluster. The queries are NOT located here, because the database driver for MySQL cluster is just "mysql", and not "ndb".
{ "pile_set_name": "Github" }
<?php if ( !class_exists('Puc_v4p9_Theme_Package', false) ): class Puc_v4p9_Theme_Package extends Puc_v4p9_InstalledPackage { /** * @var string Theme directory name. */ protected $stylesheet; /** * @var WP_Theme Theme object. */ protected $theme; public function __construct($stylesheet, $updat...
{ "pile_set_name": "Github" }
package io.quarkus.amazon.common.runtime; import java.util.Optional; import io.quarkus.runtime.annotations.ConfigGroup; import io.quarkus.runtime.annotations.ConfigItem; import software.amazon.awssdk.regions.Region; @ConfigGroup public class AwsConfig { // @formatter:off /** * An Amazon Web Services re...
{ "pile_set_name": "Github" }
// Copyright (c) 2015 GeometryFactory (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 Lesser General Public License as // published by the Free Software Foundation; either version 3 of the License, // or (at your opt...
{ "pile_set_name": "Github" }
#include "caffe2/core/operator.h" #include "caffe2/operators/no_default_engine_op.h" namespace caffe2 { OPERATOR_SCHEMA(CreateCommonWorld) .NumInputs(0, 1) .NumOutputs(1) .SetDoc(R"DOC( Creates a common world for communication operators. )DOC") .Input(0, "kv_handler", "Key/value handler for rendezvous...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/iot/IoT_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/iot/model/AwsJobAbortCriteria.h> #include <utility> namespace Aws { namespace Utils { name...
{ "pile_set_name": "Github" }
/* Copyright 2019 The Skaffold 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, sof...
{ "pile_set_name": "Github" }
<?php /** * @file * Implements the necessary hooks for the file browser to work properly. */ /** * Implementation of hook_menu(). */ function imce_menu() { $items = array(); $access = array('administer imce(execute PHP)'); $items['imce'] = array( 'title' => 'File browser', 'page callback' => 'imce'...
{ "pile_set_name": "Github" }
# Generated from 'k8s-resources-cluster' from https://raw.githubusercontent.com/coreos/kube-prometheus/master/manifests/grafana-dashboardDefinitions.yaml # Do not change in-place! In order to change this file first read following link: # https://github.com/helm/charts/tree/master/stable/prometheus-operator/hack {{- if ...
{ "pile_set_name": "Github" }
/*============================================================================== core_macros.h - Simple but handy macros. Copyright 2010 Rowdy Dog Software. This file is part of Arduino-Tiny. Arduino-Tiny is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General...
{ "pile_set_name": "Github" }
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
{ "pile_set_name": "Github" }
#import <UIKit/UIKit.h> @interface MyPulling : UIView @end
{ "pile_set_name": "Github" }
#!/bin/awk -f # scripts/dfn.awk - process a .dfn file # # last changed in libpng version 1.5.19 - August 21, 2014 # # Copyright (c) 2013-2014 Glenn Randers-Pehrson # # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer # and license in png.h # The output of thi...
{ "pile_set_name": "Github" }
<!-- Shadow varients --> <div class="pmd-card-body"> <div class="row"> <div class="col-lg-4 col-md-4 col-xs-6"> <!--pmd-z-depth--> <p class="pmd-z-depth shadow-demo">pmd-z-depth</p> </div> <div class="col-lg-4 col-md-4 col-xs-6"> <!--pmd-z-depth-1--> ...
{ "pile_set_name": "Github" }
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Tests\Integration\IpMessaging\V2\Service\Channel; use Twilio\Exceptions\DeserializeException; use Twilio\Exceptions\TwilioException; use Twilio\Http\Response; use Twilio\Tests\HolodeckT...
{ "pile_set_name": "Github" }
Start Date End Date UPC ISRC/ISBN Vendor Identifier Quantity Partner Share Extended Partner Share Partner Share Currency Sales or Return Apple Identifier Artist/Show/Developer/Author Title Label/Studio/Network/Developer/Publisher Grid Product Type Identifier ISAN/Other Identifier Country Of Sale Pre-order Flag Promo Co...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs %s // RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs -fno-signed-char %s #include <stdarg.h> #include <stddef.h> #define __need_wint_t #include <stddef.h> // For wint_t and wchar_t typedef struct _FILE FILE; ...
{ "pile_set_name": "Github" }
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"> <edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> <Schema Namespace="NorthwindModel" xmlns="http://schemas.microsoft.com/ado/2008...
{ "pile_set_name": "Github" }
{"text": ["$", "bud", "9", "beers", "to", "try", "before", "su", "URL"], "created_at": "Sun Jul 27 12:42:59 +0000 2014", "user_id_str": "2653666789"}
{ "pile_set_name": "Github" }
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2020-02-10 16:51:42 * @LastEditTime: 2020-02-10 17:32:31 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ /* vfork.c */ #include <sys/types.h> #include <unistd.h> #inc...
{ "pile_set_name": "Github" }
/*jslint devel: false, browser: true, unparam: true, vars: true, plusplus: true, maxerr: 500, indent: 4 */ // Structure types (function (baselib,$) { "use strict"; var exports = {}; baselib.symbols = exports; ////////////////////////////////////////////////////////////////////// // Symbols ...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "module": "commonjs", "target": "es5", "lib": ["es2015", "dom"], "declaration": true, "sourceMap": true, "strictNullChecks": true, "noEmitOnError": true, "noImplicitAny": true, "noImplicitReturns": true, "alwaysStrict": true, "pretty": true }, "fi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LocalDebuggerCommandArguments>-f "../../videos/default.wmv"</LocalDebuggerCommandArguments> <DebuggerFl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.neu.his.cloud.zuul.mapper.DmsDrugMapper"> <resultMap id="BaseResultMap" type="com.neu.his.cloud.zuul.model.DmsDrug"> <id column="id" jdbcType="B...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2010 JetBrains s.r.o. * * 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 agre...
{ "pile_set_name": "Github" }
; RUN: opt < %s -basicaa -memcpyopt -dse -S | grep "call.*initialize" | not grep memtmp ; PR2077 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" target triple = "i386-pc-linux-gnu" %0 = type { x86_fp80, x86_fp80 } define inte...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RuleSet Name="cpp-all" ToolsVersion="16.0"> <Include Path="cppcorecheckarithmeticrules.ruleset" Action="Default" /> <Include Path="cppcorecheckboundsrules.ruleset" Action="Default" /> <Include Path="cppcorecheckclassrules.ruleset" Action="Default" /> <Include Path="cppco...
{ "pile_set_name": "Github" }
/* thread_info.h: PowerPC low-level thread information * adapted from the i386 version by Paul Mackerras * * Copyright (C) 2002 David Howells (dhowells@redhat.com) * - Incorporating suggestions made by Linus Torvalds and Dave Miller */ #ifndef _ASM_POWERPC_THREAD_INFO_H #define _ASM_POWERPC_THREAD_INFO_H #ifdef...
{ "pile_set_name": "Github" }
dmidecode === 在Linux系统下获取有关硬件方面的信息 ## 补充说明 **dmidecode命令** 可以让你在Linux系统下获取有关硬件方面的信息。dmidecode的作用是将DMI数据库中的信息解码,以可读的文本方式显示。由于DMI信息可以人为修改,因此里面的信息不一定是系统准确的信息。dmidecode遵循SMBIOS/DMI标准,其输出的信息包括BIOS、系统、主板、处理器、内存、缓存等等。 DMI(Desktop Management Interface,DMI)就是帮助收集电脑系统信息的管理系统,DMI信息的收集必须在严格遵照SMBIOS规范的前提下进行。SMBIOS(Syst...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpos...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Apple Onboard Audio driver for Onyx codec * * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * * This is a driver for the pcm3052 codec chip (codenamed Onyx) * that is present in newer Apple hardware (with digital output). * * The Onyx codec has the follow...
{ "pile_set_name": "Github" }
#include "geometry/convex_hull.hpp" #include "geometry/robust_orientation.hpp" #include "base/stl_helpers.hpp" #include <algorithm> using namespace std; namespace m2 { namespace { // Checks whether (p1 - p) x (p2 - p) > 0. bool IsCCW(PointD const & p1, PointD const & p2, PointD const & p, double eps) { return ro...
{ "pile_set_name": "Github" }
""" Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP860.TXT' with gencodec.py. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_map) def decode(self,input,errors='strict'): ...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Linq; #if UNITY_EDITOR using UnityEditor; #endif namespace VoxelBusters.Utility { #if UNITY_EDITOR [InitializeOnLoad] #endif public class EditorInvoke { #region Properties #pragma warning disable // Related to invoke...
{ "pile_set_name": "Github" }
/* * Copyright (C) Lightbend Inc. <https://www.lightbend.com> */ package com.example.shoppingcart.impl import com.lightbend.lagom.scaladsl.persistence.ReadSideProcessor import com.lightbend.lagom.scaladsl.persistence.slick.SlickReadSide class ShoppingCartReportProcessor(readSide: SlickReadSide, ...
{ "pile_set_name": "Github" }
1,1,1,1,0,1,1,0,0,1,1,0
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2016 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
/* * jdmerge.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains code for merged upsampling/color conversion. * * This file combines functions from jdsampl...
{ "pile_set_name": "Github" }
# Event 1028 - DeviceError ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|Code|UInt32|None|`None`| ## Tags * etw_level_Error * etw_task_DeviceError
{ "pile_set_name": "Github" }
package ecs //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 //distribut...
{ "pile_set_name": "Github" }
/* * Copyright (c) [2012] - [2017] Red Hat, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
{ "pile_set_name": "Github" }
name: sipsorcery-core31-ubuntu on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.100 - name: Unit tests #run: dotnet test src/...
{ "pile_set_name": "Github" }
/* * JSP generated by Resin-resin-3.1.15 (built Mon, 13 Oct 2014 03:54:20 PDT) */ package _jsp._customview._com._doublechaintech._retailscm; import javax.servlet.*; import javax.servlet.jsp.*; import javax.servlet.http.*; public class _LoginForm__jsp extends com.caucho.jsp.JavaPage { private static final java.uti...
{ "pile_set_name": "Github" }
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="installation"> <title>Instalando o Stoq</title> <info> <desc> Instalando o Stoq. </desc> <link type="guide" xref="index" group="installation" /> <link type="seealso" xref="about" /> <link type="seealso...
{ "pile_set_name": "Github" }
class Event: __slots__ = ('id', 'tags', 'data', 'created_at', 'created_at_turn') def __init__(self, id, tags, data, created_at, created_at_turn): self.id = id self.tags = tags self.data = data self.created_at = created_at self.created_at_turn = created_at_turn def...
{ "pile_set_name": "Github" }
.tileContainer { display: flex; flex-direction: column; width: 250px; justify-content: space-evenly; margin: 0 40px; align-items: center; text-align: center; height: 250px; } @media only screen and (max-width: 1300px) { .tileContainer { margin: 0 23px; } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> </startup> </configuration>
{ "pile_set_name": "Github" }
# Bucket Policy Documentation ## Description Bucket policy is a method of controlling access to a user's account at the resource level. There are three associated APIs: - PUT Bucket policy (see https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html) - GET Bucket policy (see https://docs.aws.amazon....
{ "pile_set_name": "Github" }
// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Psy Shell. * * (c) 2012-2020 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy; use Psy\Exception\DeprecatedException; use Psy\Exception\RuntimeException; use Psy\Execut...
{ "pile_set_name": "Github" }
/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. * See README.txt for an overview of the Vim source code. */ #include "vim.h" #ifdef FEAT_LINEBREAK static i...
{ "pile_set_name": "Github" }
## (howto) Run Queue for the first time http://gatkforums.broadinstitute.org/gatk/discussion/1288/howto-run-queue-for-the-first-time <h4>Objective</h4> <p>Run a basic analysis command on example data, parallelized with Queue.</p> <h4>Prerequisites</h4> <ul> <li>Successfully completed <a href="http://gatkforums.broadi...
{ "pile_set_name": "Github" }
package Paws::ElasticTranscoder::DeletePipeline; use Moose; has Id => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'Id', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'DeletePipeline'); class_has _api_uri => (isa => 'Str', is =...
{ "pile_set_name": "Github" }
import string-dict as SD m = [SD.mutable-string-dict:] for map(_ from range(0, 10000)): m.set-now("const", true) end # test repeatedly setting same key of a mutable-string-dict
{ "pile_set_name": "Github" }
/* eslint-disable */ import PropTypes from 'prop-types'; import React from "react"; import { Button } from "../buttons"; import { showDialog } from "./util"; /** * Button to launch a modal dialog */ export function ModalButton(props) { return ( <Button id={props.id} className={pro...
{ "pile_set_name": "Github" }
# Swift开源实例-iOS纯项目源码 > 先放个开源的项目[Open-Source iOS Apps][1],持续更新,资源很多,有分类,但是OC和Swift放在一起的 ## 官方开源 - [Dunk][2]:**Dribbble客户端** - [DesignerNewsApp][3]:DesignerCode 客户端 - [Eidolon][4]:艺术品拍卖的投标亭平台,用swift与反应式编程框架 ReactiveCocoa - [ello-ios][5]:Ello客户端,Ello's open source iOS app - [firefox-ios][6]:**FireFox的官方开源** - [furni-ios]...
{ "pile_set_name": "Github" }
// Copyright 2014 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. #ifndef EXTENSIONS_SHELL_APP_PATHS_MAC_H_ #define EXTENSIONS_SHELL_APP_PATHS_MAC_H_ namespace base { class FilePath; } namespace extensions { // Overri...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <project name="vb-money" default="build"> <include buildfile="../../samples.common" /> <patternset id="source-files"> <include name="AssemblyInfo.vb" /> <include name="IMoney.vb" /> <include name="Money.vb" /> <include name="MoneyBag.vb" /> <include name="MoneyT...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <gjob:Helping xmlns:gjob="http://www.gnome.org/some-location"> <gjob:Jobs> <gjob:Job> <gjob:Project ID="3"/> <gjob:Application>GBackup</gjob:Application> <gjob:Category>Development</gjob:Category> <gjob:Update> <gjob:Status>Open</gjob:Status> <gjob:Modified>Mon, 0...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "PO-Revision-Date: 2020-09-11 10:49+0000\n" "Last-Translator: Hyongjun Choi <chj2812@dankook.ac.kr>\n" "Language-Team: Korean <http://translate.pkp.sfu.ca/projects/ojs/api/ko_KR/>\n" "Language: ko_KR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit...
{ "pile_set_name": "Github" }
Please see the [wiki](https://github.com/theaidenlab/juicer/wiki/Running-Juicer-on-a-cluster) for extensive instructions
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2001 Christoph Hellwig. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list...
{ "pile_set_name": "Github" }
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** * @author Peter Boros * @date 2004/08/20 * @version $Id$ * @file tokenizer.h * @brief Generic tokenizer class. */ #pragma once #include <iostream> #include <vector> #include <strin...
{ "pile_set_name": "Github" }