text
stringlengths
2
99.9k
meta
dict
{ "name": "@yodaos/network", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "yodaos", "yoda", "network" ], "author": "yonzkon <dongdong.xie@rokid.com>", "license": "MIT" }
{ "pile_set_name": "Github" }
import * as tree from '../misc/helpers'; describe('create table', function() { it('basic create table', function(done) { tree.equals(this, done); }); it('create table alt syntax', function(done) { tree.equals(this, done); }); it('create foreign key 1', function(done) { tree.equals(this, done);...
{ "pile_set_name": "Github" }
global { } Scalar c { c.shape = Circ { r = 5 + 5 x = c.val y = c.shape.r } c.val = computeVal(1) } Scalar c with Scalar a; Scalar b where c := addS(a, b) { override c.shape = Rect { wow = 100 } delete c.val } -- TODO: test equality / multiple matches, anonymous expre...
{ "pile_set_name": "Github" }
# see Using the Windows Update Agent API | Searching, Downloading, and Installing Updates # at https://msdn.microsoft.com/en-us/library/windows/desktop/aa387102(v=vs.85).aspx # see ISystemInformation interface # at https://msdn.microsoft.com/en-us/library/windows/desktop/aa386095(v=vs.85).aspx # see IUpdate...
{ "pile_set_name": "Github" }
5e5dec561d0648da495d704c721ad1260e0a66fdea55e4d340f7ff46507904462360226784f8cda8c3794643c6e39cb56ff4d8af4459e57f23b00edec1bd77df
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import os import re import json import urllib from urlparse import urljoin import scrapy class Spider(scrapy.Spider): name = "councilors" allowed_domains = ["www.tccc.gov.tw"] start_urls = ["http://www.tccc.gov.tw/main.asp?uno=16", ] download_delay = 0.5 def __init__(self)...
{ "pile_set_name": "Github" }
RolePlugins=WindowsFabric TargetFrameworkVersion=v4.0
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////// // Test case file for checkstyle. // Created: Feb-2001 // Ignore violation //////////////////////////////////////////////////////////////////////////////// package com.puppycrawl.tools.checkstyle.checks.sizes.parameternumber; import java.i...
{ "pile_set_name": "Github" }
/* eslint-disable */ // Do this as the first thing so that any code reading it knows the right env. process.env.BABEL_ENV = 'production'; process.env.NODE_ENV = 'production'; // Makes the script crash on unhandled rejections instead of silently // ignoring them. In the future, promise rejections that are not handled ...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin dragonfly freebsd linux netbsd openbsd solaris windows package socket_test import ( "net" "runtime" "syscall" "testing" "golang.org/x/n...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:/Volumes/Workspace/Zoom/Code/B_35_7196/Client/src/application/ios/zoom-ios-mobilertc/MobileRTCSample/MobileRTCSample.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
// Copyright (c) 2006-2008 Max-Planck-Institute Saarbruecken (Germany). // 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 Li...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2011-2020 libbitcoin developers (see AUTHORS) * * This file is part of metaverse. * * metaverse is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License with * additional permissions to the one published by the Free Software * Foun...
{ "pile_set_name": "Github" }
tinyMCEPopup.requireLangPack(); var MergeCellsDialog = { init : function() { var f = document.forms[0]; f.numcols.value = tinyMCEPopup.getWindowArg('cols', 1); f.numrows.value = tinyMCEPopup.getWindowArg('rows', 1); }, merge : function() { var func, f = document.forms[0]; tinyMCEPopup.rest...
{ "pile_set_name": "Github" }
<?php defined('API') or exit('http://gwalker.cn'); if(!is_supper()){die('只有超级管理员才可进行导出操作');} define('BASEURL',baseUrl()); //接口分类id $tag = I($_GET['tag']); //下载的文件名 $filename = find("select cname from cate where aid='{$tag}'"); $version = date('YmdHis'); $filename = $filename['cname']...
{ "pile_set_name": "Github" }
import numpy as np import os import pytest import unittest from geopyspark.geotrellis import SpatialKey, Extent, Tile from geopyspark.geotrellis.layer import TiledRasterLayer from geopyspark.tests.base_test_class import BaseTestClass from geopyspark.geotrellis.constants import LayerType, Operation class AggregateCel...
{ "pile_set_name": "Github" }
# Croatian translation for pdfsam # Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 # This file is distributed under the same license as the pdfsam package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2015. # msgid "" msgstr "" "Project-Id-Version: pdfsam\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-C...
{ "pile_set_name": "Github" }
var rb = require('crypto').randomBytes; module.exports = function() { return rb(16); };
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # A pipemenu base script/template for creating category based pipemenus # written by Nathaniel Maia, December 2017 for ArchLabs # Add something like this to your menu.xml # <menu execute="SCRIPTNAME" id="NAME" label="PNAME"/> NAME="settings" PNAME="Settings" FAIL_MSG="No Apps Installed" CMD=(al-...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005-2016 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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...
{ "pile_set_name": "Github" }
Subject: re : entex transistion thanks so much for the memo . i would like to reiterate my support on two key issues : 1 ) . thu - best of luck on this new assignment . howard has worked hard and done a great job ! please don ' t be shy on asking questions . entex is critical to the texas business , and it is crit...
{ "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" }
<div id="div_sub_{$rand_name}"></div> <script language="javascript" type="application/javascript"> var id_{$rand_name} = document.getElementById('div_sub_{$rand_name}').parentNode.id.replace('_content', ''); function submit_{$rand_name}(){ldelim} get_hax( {ldelim} url:document.forms['f{$rand_name}'].action, ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // $Id: eth_parser.v 5240 2009-03-14 01:50:42Z grg $ // // Module: eth_parser.v // Project: NF2.1 // Description: decides if the MAC dstof the ingress pkt is us, and if it's an // ARP or IP packet. Assume that NUM_QUEUES < MIN_...
{ "pile_set_name": "Github" }
/* NSPAPI.H -- winsock 1.1 * not supported on win95 * * Copyright (C) 2001 Stefan Leichter * * 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, o...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Goldman Sachs. * * 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" }
// cgo -godefs types_darwin.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,darwin package unix const ( sizeofPtr = 0x8 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x8 sizeofLongLong = 0x8 ) type ( _C_short int16 _C_int i...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.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 ...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": { "colab_type": "text", "id": "bOChJSNXtC9g" }, "source": [ "# PyTorch" ] }, { "cell_type": "markdown", "metadata": { "colab_type": "text", "id": "OLIxEDq6VhvZ" }, "source": [ "In this lesson we'll learn about ...
{ "pile_set_name": "Github" }
import time import re from netmiko.cisco.cisco_ios import CiscoIosBase from netmiko.ssh_exception import NetmikoAuthenticationException class KeymileNOSSSH(CiscoIosBase): def session_preparation(self): """Prepare the session after the connection has been established.""" self.set_base_prompt() ...
{ "pile_set_name": "Github" }
MODULE := engines/macventure MODULE_OBJS := \ container.o \ controls.o \ cursor.o \ datafiles.o \ detection.o \ dialog.o \ gui.o \ image.o \ macventure.o \ prebuilt_dialogs.o \ saveload.o \ script.o \ sound.o \ text.o \ windows.o \ world.o MODULE_DIRS += \ engines/macventure # This module can be bu...
{ "pile_set_name": "Github" }
package convert import ( "github.com/zclconf/go-cty/cty" ) // The current unify implementation is somewhat inefficient, but we accept this // under the assumption that it will generally be used with small numbers of // types and with types of reasonable complexity. However, it does have a // "happy path" where all o...
{ "pile_set_name": "Github" }
# CVS $Revision$ $Author$ -- Sun Mar 2 22:49:32 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Rise of the Runelords - Chapter 1: Burnt Offerings SOURCESHORT:PF1 SOURCEWEB:http://paizo.com/pathfinder/v5748btpy7zkr SOURCEDATE:2007-08 STARTPACK:Attic Whisperer Default TYPE:DefaultMonster.Undead VISIBL...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
{ "pile_set_name": "Github" }
@HD VN:1.6 SO:queryname @RG ID:HiMom.1 SM:SA_ATTATCAA LB:LN_ATTATCAA PL:ILLUMINA PU:HiMom.1.ATTATCAA CN:BI HiMom:1:1101:1100:2207 77 * 0 0 * * 0 0 ACGACAGACGTTCTTTCTTTGCTGC CCCFFFFFHHFHHJIJJJJJHIJJH RG:Z:HiMom.1 HiMom:1:1101:1100:2207 141 * 0 0 * * 0 0 AGGCT............G....... ######################### RG:Z:HiMom.1 Hi...
{ "pile_set_name": "Github" }
#!/bin/ksh -p # # CDDL HEADER START # # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompan...
{ "pile_set_name": "Github" }
(module D_SOD123_axial (layer F.Cu) (tedit 561B6A12) (attr smd) (fp_text reference D** (at 0 1.925) (layer F.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15))) ) (fp_text value D (at 0 -1.925) (layer F.SilkS) hide (effects (font (size 0.8 0.8) (thickness 0.15))) ) (fp_line (start -2.275 -1.2) (...
{ "pile_set_name": "Github" }
invisible = 1 col_layer = -1 repeat = 2 on ground_collision() shoot_particles ( geminstaticfat.obj , 1) create_explosion ( dragonexps.exp ) remove() on timer(0) shoot_particles ( settingtheblurofflame.obj , 1) create_explosion ( dragonexp.exp ) on timer(25) shoot_particles ( geminstaticfat.obj , ...
{ "pile_set_name": "Github" }
--- cve: 2013-2160 title: "Denial of Service Attacks on Apache CXF" references: - http://cxf.apache.org/security-advisories.data/CVE-2013-2160.txt.asc - https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-2160 affected: - groupId: "org.apache.cxf" artifactId: "cxf-api" version: - "<=2....
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:30.880888", "description": "This project is DEACTIVE", "fork": false, "full_name": "lepture/Vealous", "language": "Python", "updated_at": "2015-02-27T23:42:54.740715" }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015, Google Inc. and others * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0 which is available at * https://www.eclipse.org/org/documents/edl-v10.php. * * SPDX-License-Identifier: BSD-3-Clause */ package org.ecl...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 showIntro=false
{ "pile_set_name": "Github" }
<?php namespace bandwidthThrottle\tokenBucket\util; /** * Tests for DoublePacker. * * @author Markus Malkusch <markus@malkusch.de> * @link bitcoin:1335STSwu9hST4vcMRppEPgENMHD2r1REK Donations * @license WTFPL * @see DoublePacker */ class DoublePackerTest extends \PHPUnit_Framework_TestCase { /** * Te...
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Libraries * @subpackage Module * * @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; use Joomla\Registry\Registry; /** * Module he...
{ "pile_set_name": "Github" }
/* * Miscelaneous DaVinci functions. * * Copyright (C) 2009 Nick Thompson, GE Fanuc Ltd, <nick.thompson@gefanuc.com> * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> * Copyright (C) 2008 Lyrtech <www.lyrtech.com> * Copyright (C) 2004 Texas Instruments. * * See file CREDITS for list of people who contributed ...
{ "pile_set_name": "Github" }
<?php class Text_Wiki_Render_Plain_Break extends Text_Wiki_Render { /** * * Renders a token into text matching the requested format. * * @access public * * @param array $options The "options" portion of the token (second * element). * * @return string The text rendered from...
{ "pile_set_name": "Github" }
/* Copyright (c) 2007 Scott Lembcke * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish...
{ "pile_set_name": "Github" }
// Copyright (c) 2013-2016 The btcsuite developers // Copyright (c) 2015-2016 The Decred developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package wire import ( "bytes" "io" ) // fixedWriter implements the io.Writer interface and intentially allows // tes...
{ "pile_set_name": "Github" }
#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Control"] pub ctrla: CTRLA, _reserved1: [u8; 3usize], #[doc = "0x04 - Software Event"] pub swevt: SWEVT, #[doc = "0x08 - Priority Control"] pub prictrl: PRICTRL, _reserved3: [u8; 7usize], #[doc = "0x10 -...
{ "pile_set_name": "Github" }
RSpec.describe Readthis::Serializers do CustomSerializer = Class.new AnotherSerializer = Class.new describe '#<<' do it 'appends new serializers' do serializers = Readthis::Serializers.new serializers << CustomSerializer expect(serializers.marshals).to include(CustomSerializer) exp...
{ "pile_set_name": "Github" }
module ApprovalGroup { import 0x1.Signature; resource T { // we do not have collection support in Move now, so illustrate // using 2 out-of 3 // for simplicity just use the plain public key here. We could // also use the hash here as how auth key works pk1: vector<u8>, ...
{ "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...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Code Above Lab LLC * * 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 agr...
{ "pile_set_name": "Github" }
import QtQuick 2.0 import QtQuick.Controls 1.0 import QtQuick.Layouts 1.0 import im.ricochet 1.0 MouseArea { id: offlineState acceptedButtons: Qt.LeftButton | Qt.RightButton visible: opacity > 0 enabled: visible opacity: 0 clip: true Behavior on opacity { NumberAnimation { duration: 500 } ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Mark common families with their generics so we'll get something reasonable --> <!-- Serif faces --> <alias> <family>Nazli</family> <default><family>serif</family></default> </alias> <alias> <family>Lotoos</family> <defau...
{ "pile_set_name": "Github" }
import * as React from 'react' import { storiesOf } from '@storybook/react' import { Example, Stack } from '@auth0/cosmos/_helpers/story-helpers' import { Button, ButtonGroup } from '../../../' storiesOf('Button', module).add('with icon', () => ( <Example title="Button with icon" align="center"> <Stack> <...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2015 Neo Kim (neo.kim@neofect.com) http://www.cocos2d-x.org 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 Soft...
{ "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 "NSDocumentController.h" @interface NSDocumentController (Enumeration) + (void)enumerateOpenDocuments:(CDUnknownBlockType)arg1; @end
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="X5k-f2-b5...
{ "pile_set_name": "Github" }
from tartiflette.language.validators.query.rule import ( June2018ReleaseValidationRule, ) from tartiflette.utils.errors import graphql_error_from_nodes class FragmentSpreadTypeExistence(June2018ReleaseValidationRule): """ This validator validates that the type of the typeCondition of a fragment or inl...
{ "pile_set_name": "Github" }
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * 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" }
sub hll-config($config) { @include(main-version-common)@ $config<static-nqp-home> := '@static_nqp_home@'; }
{ "pile_set_name": "Github" }
# [:zap: Zapsnap](http://zapsnap.io/) [![Build Status](https://travis-ci.org/twobucks/zapsnap.svg?branch=master)](https://travis-ci.org/twobucks/zapsnap) Temporary peer to peer screenshot sharing from your browser. ## Links * [zapsnap-desktop](https://github.com/twobucks/zapsnap-desktop) - MacOS app for taking scr...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
function Y = vl_nnsoftmax(X,temp,dzdY) %VL_NNSOFTMAX CNN softmax. % Y = VL_NNSOFTMAX(X) applies the softmax operator the data X. X % has dimension H x W x D x N, packing N arrays of W x H % D-dimensional vectors. % % D can be thought of as the number of possible classes and the % function computes the softmax...
{ "pile_set_name": "Github" }
/* * Trick * 2016 (c) National Aeronautics and Space Administration (NASA) */ package trick; import java.awt.Graphics2D; import java.awt.Graphics; import java.awt.Image; import java.awt.geom.AffineTransform; import java.awt.image.AffineTransformOp; import java.awt.image.BufferedImage; import java.io.BufferedOutput...
{ "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>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.application-groups</key> <array> <string>group.Mortennn.FiScript</str...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 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" }
// Classes and structures being serialized // Generated by ProtocolBuffer // - a pure c# code generation implementation of protocol buffers // Report bugs to: https://silentorbit.com/protobuf/ // DO NOT EDIT // This file will be overwritten when CodeGenerator is run. // To make custom modifications, edit the...
{ "pile_set_name": "Github" }
'use strict'; var SymbolPoly = require('../polyfill'); module.exports = function (t, a) { var symbol; a.throws(function () { t(undefined); }, TypeError, "Undefined"); a.throws(function () { t(null); }, TypeError, "Null"); a.throws(function () { t(true); }, TypeError, "Primitive"); a.throws(function () { t('raz')...
{ "pile_set_name": "Github" }
SELECT RegionID, uniq(UserID) AS u FROM test.hits WHERE CounterID = 800784 GROUP BY RegionID ORDER BY u DESC, RegionID LIMIT 10 -- nothing
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2014, Pieter Noordhuis <pcnoordhuis at gmail dot com> * Copyright (c) 2015, Matt Stancliff <matt at genges dot com>, * Jan-Erik Rediger <janerik at fnordig dot com> * * All rights reserved. * *...
{ "pile_set_name": "Github" }
export const table2excelData = [ { 'name': '推广名称1', 'fav': 0, 'show': 7302, 'weak': 5627, 'signin': 1563, 'click': 4254, 'active': 1438, 'day7': 274, 'day30': 285, 'tomorrow': 1727, 'day': 558, 'week': 4440, 'mon...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Toolbox.Library { public interface ITexture { uint MipCount { get; set; } uint ArrayCount { get; set; } uint Width { get; set; } uint Height { get; set;...
{ "pile_set_name": "Github" }
function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ...
{ "pile_set_name": "Github" }
Accept-Ranges: bytes Age: 281 Cache-Control: public, max-age=3600 Connection: keep-alive Content-Language: en Content-Length: 73757 Content-Type: text/html; charset=utf-8 Date: Thu, 05 Oct 2017 13:21:38 GMT Etag: W/"1507209415-1" Expires: Sun, 19 Nov 1978 05:00:00 GMT Last-Modified: Thu, 05 Oct 2017 13:16:55 ...
{ "pile_set_name": "Github" }
<template> <div id="app"> <header> <router-link to="/">Public page</router-link> | <router-link to="/admin">Admin page</router-link> </header> <section style="display: flex; padding: 10px"> <button @click="$acl.change(['read', 'write'])">Turn admin</button> <button @click="$acl.ch...
{ "pile_set_name": "Github" }
package types import ( "bytes" "encoding/hex" "fmt" "io" "github.com/bytom/bytom/encoding/blockchain" "github.com/bytom/bytom/errors" "github.com/bytom/bytom/protocol/bc" ) const serRequired = 0x7 // Bit mask accepted serialization flag. // Tx holds a transaction along with its hash. type Tx struct { TxData...
{ "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"); ...
{ "pile_set_name": "Github" }
export { default } from './tooltip.component';
{ "pile_set_name": "Github" }
package org.springframework.webflow.samples.booking; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; public class BookingDateRangeValidator implements ConstraintValidator<BookingDateRange, Booking> { public void initialize(BookingDateRange bookingDateRange) { ...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package net import ( "context" "io" "os" ) func (c *TCPConn) readFrom(r io.Reader) (int64, error) { return genericReadFrom(c, r) } func dialTCP(ctx conte...
{ "pile_set_name": "Github" }
<?php namespace console\controllers; use yii\console\Controller; use eagle\modules\listing\models\OdOrder2; use eagle\modules\listing\models\OdOrderItem2; use eagle\modules\order\models\OdOrder; use eagle\modules\order\models\OdOrderItem; use eagle\modules\listing\models\OdOrderShipped2; use eagle\modules...
{ "pile_set_name": "Github" }
open OUnit2 open Expr type result = | OK of expr | Fail let record label_expr_list record = RecordExtend(label_map_from_list label_expr_list, record) let test_cases = [ ("", Fail); ("a", OK (Var "a")); ("f(x, y)", OK (Call(Var "f", [Var "x"; Var "y"]))); ("f(x)(y)", OK (Call(Call(Var "f", [Var "x"]), [Var "y"...
{ "pile_set_name": "Github" }
# Tagalog translation for transmission # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the transmission package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2010. # msgid "" msgstr "" "Project-Id-Version: transmission\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@A...
{ "pile_set_name": "Github" }
update rhnTemplateString set description = 'Footer for Spacewalk e-mail' where label = 'email_footer'; update rhnTemplateString set value = ' Account Information: Your Spacewalk login: <login /> Your Spacewalk email address: <email-address />', description = 'Account info lines for Spacewalk e-mail' wher...
{ "pile_set_name": "Github" }
*count* -- Count all elements in an array, or properties in an object int count(mixed var [, int mode])~ Counts all elements in an array, or properties in an object. For objects, if you have SPL installed, you can hook into |count| by implementing interface Countable. The interface has exactly one method, |count|,...
{ "pile_set_name": "Github" }
""" pynipap - a Python NIPAP client library ======================================= pynipap is a Python client library for the NIPAP IP address planning system. It is structured as a simple ORM. To make it easy to maintain it's quite "thin", passing many arguments straight through to the backen...
{ "pile_set_name": "Github" }
/* * Copyright © 2014 - 2020 Leipzig University (Database Research Group) * * 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 * * Unles...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2014 Evolveum and contributors * * This work is dual-licensed under the Apache License 2.0 * and European Union Public License. See LICENSE file for details. */ package com.evolveum.midpoint.schema.processor; import com.evolveum.midpoint.prism.ComplexTypeDefinition; import com.evolveum.mid...
{ "pile_set_name": "Github" }
# RT-Thread building script for component from building import * cwd = GetCurrentDir() src = Glob('*.c') + Glob('*.cpp') CPPPATH = [cwd] group = DefineGroup('libc', src, depend = ['RT_USING_LIBC', 'RT_USING_POSIX', 'RT_USING_POSIX_TERMIOS'], CPPPATH = CPPPATH) Return('group')
{ "pile_set_name": "Github" }
import hudson.model.AbstractProject import hudson.plugins.git.GitSCM import hudson.plugins.git.extensions.impl.* Jenkins.instance.getAllItems(AbstractProject.class) .findAll { job -> job.isBuildable()} .findAll { job -> job.scm != null && job.scm instanceof GitSCM} .each { project -> scm = project.scm cloneOpt...
{ "pile_set_name": "Github" }
package jiguang.chat.utils; import java.util.Comparator; import cn.jpush.im.android.api.model.Conversation; public class SortConvList implements Comparator<Conversation> { @Override public int compare(Conversation o, Conversation o2) { if (o.getLastMsgDate() > o2.getLastMsgDate()) { retu...
{ "pile_set_name": "Github" }
#ifndef BOOST_THREAD_PTHREAD_THREAD_DATA_HPP #define BOOST_THREAD_PTHREAD_THREAD_DATA_HPP // 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) // (C) Copyright 2007 Anthony Williams // (C) Copyright 2011-2012 Vi...
{ "pile_set_name": "Github" }
/* * Copyright 2019 dialog LLC <info@dlg.im> */ @import '../../styles/variables.css'; :root { --sidebar-search-result-font-size: var(--default-font-family); --sidebar-search-result-header-background: #dcdcdc; --sidebar-search-result-header-font-size: 13px; --sidebar-search-result-header-color: #000; --sid...
{ "pile_set_name": "Github" }
// Learning Processing // Daniel Shiffman // http://www.learningprocessing.com // Exercise 14-2: Run any Processing sketch in JAVA2D, // then switch to P2D and P3D. Notice any difference?
{ "pile_set_name": "Github" }
HTTP/1.1 200 OK Connection: keep-alive Server: Rapidoid Date: XXXXX GMT Content-Type: application/json Content-Length: 63 {"address":"127.0.0.1","contextPath":"","home":"/","port":8080}
{ "pile_set_name": "Github" }
.TH "NPM\-INDEX" "7" "August 2018" "" "" .SH "NAME" \fBnpm-index\fR \- Index of all npm documentation .SS npm help README .P a JavaScript package manager .SH Command Line Documentation .P Using npm on the command line .SS npm help npm .P javascript package manager .SS npm help access .P Set access level on published pa...
{ "pile_set_name": "Github" }