text stringlengths 2 99.9k | meta dict |
|---|---|
//------------------------------------------------------------
// Game Framework
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
// Homepage: http://gameframework.cn/
// Feedback: mailto:jiangyin@gameframework.cn
//------------------------------------------------------------
using GameFramework.Event;
using ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
package com.example.robospock.module;
import com.example.robospock.web.WebInterface;
import com.example.robospock.web.WebInterfaceImpl;
import com.google.inject.AbstractModule;
public class WebModule extends AbstractModule {
@Override
protected void configure() {
bind(WebInterface.class).to(WebInterfa... | {
"pile_set_name": "Github"
} |
/* undo handling for GNU Emacs.
Copyright (C) 1990, 1993-1994, 2000-2012 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs 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 versio... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------------
// Copyright (C) 2002-2006 Marcin Kalicinski
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.lslboost.org/LICENSE_1_0.txt)
//
// For more information, see... | {
"pile_set_name": "Github"
} |
#include "Framework/MethodStrategyProvider.hh"
#include "SpectralFD/SpectralFDElementData.hh"
#include "SpectralFDNavierStokes/NavierStokesVolTermComputer.hh"
#include "SpectralFDLES/SpectralFDLES.hh"
#include "SpectralFDLES/LESVolTermComputer.hh"
////////////////////////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
2013-10-16 Release Manager
* GCC 4.8.2 released.
2013-08-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Revert:
2013-08-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* configure.tgt: Add -msoft-float to XCFLAGS.
2013-08-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/sjlj.S: Add fil... | {
"pile_set_name": "Github"
} |
import tests.periodicities.period_test as per
per.buildModel((7 , 'BH' , 200));
| {
"pile_set_name": "Github"
} |
// enve - 2D animations software
// Copyright (C) 2016-2020 Maurycy Liebner
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content">... | {
"pile_set_name": "Github"
} |
/*
* Entagged Audio Tag library
* Copyright (c) 2003-2005 Raphaël Slinckx <raphael@slinckx.net>
*
* 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 th... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://json-schema.org/schema#",
"required": [
"type",
"status"
],
"type": "object",
"description": "ReplicaSetCondition describes the state of a replica set at a certain point.",
"properties": {
"status": {
"type": [
"string",
"null"
],
"de... | {
"pile_set_name": "Github"
} |
/* -*- C++ -*-
* File: libraw_internal_funcs.h
* Copyright 2008-2020 LibRaw LLC (info@libraw.org)
* Created: Sat Mar 14, 2008
LibRaw is free software; you can redistribute it and/or modify
it under the terms of the one of two licenses as you choose:
1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1
(See file LI... | {
"pile_set_name": "Github"
} |
UPDATE `battlenet_components` SET `Build`=20216 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20201;
| {
"pile_set_name": "Github"
} |
{
"auto": {
"Platform/AppleTV": [
"Metastream_Traits_Platform.h",
"Metastream_Traits_AppleTV.h"
]
}
} | {
"pile_set_name": "Github"
} |
Car -1 -1 -10 399 182 476 241 1.42 1.56 3.60 -4.64 1.71 19.67 1.47 1.00
Car -1 -1 -10 345 180 432 223 1.56 1.62 4.09 -9.11 1.92 29.47 0.78 1.00
Car -1 -1 -10 503 174 581 202 1.53 1.67 4.36 -3.97 1.66 42.40 2.44 0.96
Car -1 -1 -10 621 172 700 198 1.57 1.74 4.75 3.24 1.55 45.92 2.74 0.20
Car -1 -1 -10 508 180 541 208 1.5... | {
"pile_set_name": "Github"
} |
/* include rtt1 */
#include "unprtt.h"
int rtt_d_flag = 0; /* debug flag; can be set by caller */
/*
* Calculate the RTO value based on current estimators:
* smoothed RTT plus four times the deviation
*/
#define RTT_RTOCALC(ptr) ((ptr)->rtt_srtt + (4.0 * (ptr)->rtt_rttvar))
static float
rtt_minmax(float rto)
{... | {
"pile_set_name": "Github"
} |
/*
REQUIRED_ARGS: -o-
TEST_OUTPUT:
---
fail_compilation/fail9562.d(16): Error: `int[]` is not an expression
fail_compilation/fail9562.d(17): Error: no property `reverse` for type `int[]`
fail_compilation/fail9562.d(18): Error: no property `sort` for type `int[]`, perhaps `import std.algorithm;` is needed?
fail_compilat... | {
"pile_set_name": "Github"
} |
package riak
import (
"testing"
)
func BenchmarkStoreObject(b *testing.B) {
client := New("127.0.0.1:8087")
err := client.Connect()
if err != nil {
b.FailNow()
}
for i := 0; i < b.N; i++ {
bucket, err := client.Bucket("client_test.go")
if err != nil {
b.FailNow()
}
obj := bucket.New("abc", PW1, DW... | {
"pile_set_name": "Github"
} |
//===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
About = 153, 30, 1480, 773, Z, 47, 79, 1374, 852, C
IDFEdit = 582, 183, 1915, 1065, , 363, 158, 1696, 805, C
IDFMain = 70, 35, 1464, 636,
parentMDI = 132, 174, 1459, 947, , 74, 106, 1401, 879, C
LayoutOption = 0, 0, 0, 0, C, 44, 58, 1371, 831, C
frmFind = 0, 0, 0, 0, C, 66, 87, 1393, 860, C
saveOption = 66, 87, 1481, ... | {
"pile_set_name": "Github"
} |
// This example shows you how to set up React Stripe.js and use Elements.
// Learn how to accept a SEPA Debit payment using the official Stripe docs.
// https://stripe.com/docs/payments/sepa-debit/accept-a-payment
import React, {useState} from 'react';
import {loadStripe} from '@stripe/stripe-js';
import {IbanElement,... | {
"pile_set_name": "Github"
} |
package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.pcredit.huabei.enterprise.reimburse.sync response.
*
* @author auto create
* @since 1.0, 2020-08-04 14:36:25
*/
public class AlipayPcreditHuabeiEnterpriseReimburseSyncResponse extends AlipayResponse {
... | {
"pile_set_name": "Github"
} |
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/sound_coin.wav-e18cceeba8b7dc02bbb940b85bcad99a.sample"
[deps]
source_file="res://audio/sound_coin.wav"
dest_files=[ "res://.import/sound_coin.wav-e18cceeba8b7dc02bbb940b85bcad99a.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rat... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromYDelta="0%"
android:toYDelta="100%"
android:duration="@android:integer/config_shortAnimTime"/>
</set> | {
"pile_set_name": "Github"
} |
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
require 'test/unit'
require_relative 'ex1_computer'
require_relative 'ex2_simple_builder'
require_relative 'ex8_magic_method'
class MagicMethodTest < Test::Unit::TestCase
def test_mm
builder = ComputerBuilder.new
builder.add_turbo_and_dvd_and_cd_and_harddisk
computer = builder.comp... | {
"pile_set_name": "Github"
} |
/*----------------------------------------------------------------------------
* RL-ARM - RTX
*----------------------------------------------------------------------------
* Name: RT_HAL_CM.H
* Purpose: Hardware Abstraction Layer for Cortex-A definitions
* Rev.: 21 Aug 2013
*------------... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
=begin
bindings.rb - Ruby/GTK sample script.
Copyright (c) 2002-2006 Ruby-GNOME2 Project Team
This program is licenced under the same licence as Ruby-GNOME2.
$Id: bindings.rb,v 1.7 2006/06/17 13:18:12 mutoh Exp $
=end
=begin
Usage:
bindings.rb <filename>
Following key bindings are e... | {
"pile_set_name": "Github"
} |
Version:1.0
Lineholder
KW2-LHW
Config:Biped
TechBase:Inner Sphere
Era:3065
Source:TRO 3058 - Civil War
Rules Level:2
Mass:55
Engine:275 Fusion Engine
Structure:Endo Steel
Myomer:Standard
Heat Sinks:14 Double
Walk MP:5
Jump MP:0
Armor:Ferro-Fibrous(Inner Sphere)
LA Armor:18
RA Armor:18
LT Armor:21
RT Armor:21
CT Arm... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
use Nette\PhpGenerator\ClassType;
use Nette\PhpGenerator\PhpLiteral;
use Nette\PhpGenerator\PsrPrinter;
require __DIR__ . '/../bootstrap.php';
$printer = new PsrPrinter;
$class = (new ClassType('Example'))
->setFinal(true)
->setExtends('ParentClass')
->addImplement('IExample')
... | {
"pile_set_name": "Github"
} |
# Pytorch implementation of a face frontalization GAN
## Introduction
Screenwriters never cease to amuse us with bizarre portrayals of the tech industry, ranging [from cringeworthy to hilarious](https://www.reddit.com/r/ZoomEnhance/). With the current advances in artificial intelligence, however, some of the most unr... | {
"pile_set_name": "Github"
} |
<!--
__ __ _____
| \/ | / ____|
| \ / |_ ____ ___ __ ___ | | _ __ ___ ___ ___
| |\/| \ \ / /\ \ / / '_ ` _ \| | | '__/ _ \/ __/ __|
| | | |\ V / \ V /| | | | | | |____| | | (_) \__ \__ \
|_| |_| \_/ \_/ |_| |_| |_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="false" android:drawable="@drawable/sy37_icon_kefu_uncheck" />
<item android:state_checked="true" android:drawable="@drawable/sy37_icon_kefu_checked" />
</selector> | {
"pile_set_name": "Github"
} |
#ifndef LVADDCONTAINER_H
#define LVADDCONTAINER_H
#include "lvpropertymodel.h"
#include "lvcomponentmodel.h"
#include <QObject>
namespace lv{
/// \private
class LvAddContainer : public QObject{
Q_OBJECT
Q_PROPERTY(lv::LvComponentModel* componentModel READ componentModel CONSTANT... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// 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"
} |
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Ombi.Api.SickRage.Models;
namespace Ombi.Api.SickRage
{
public class SickRageApi : ISickRageApi
{
public SickRageApi(IApi api, ILogger<SickRageApi> log)
{
_api = api;
... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2007 Coraid, Inc. See COPYING for GPL terms. */
/*
* aoedev.c
* AoE device utility functions; maintains device list.
*/
#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/netdevice.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include "aoe.h"
static void dummy_timer(ulong);... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* cffgload.c */
/* */
/* Op... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Droppable Demos</title>
<link rel="stylesheet" href="../demos.css">
</head>
<body>
<div class="demos-nav">
<h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
<li><a href="accept... | {
"pile_set_name": "Github"
} |
{
"return_count": 8,
"has_more": false,
"page_id": "/__all__/",
"_ck": {},
"html": null,
"data": [{
"media_name": "新京报政事儿",
"ban_comment": 0,
"abstract": "4月14日,著名法学家、新中国马克思主义法理学科奠基人之一、中国人民大学荣誉一级教授孙国华在北京因病去世,享年92岁。请点击此处输入图片描述“政事儿”(微信ID:gcxxjgzh)注意到,早在1986年,孙国华... | {
"pile_set_name": "Github"
} |
/**
* EQEmulator: Everquest Server Emulator
* Copyright (C) 2001-2020 EQEmulator Development Team (https://github.com/EQEmu/Server)
*
* 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; versio... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blshkv@pentoo.ch</email>
<name>Anton Bolshakov</name>
</maintainer>
</pkgmetadata>
| {
"pile_set_name": "Github"
} |
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TupleSections #-}
-- | http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-layerversion-content.html
module Stratosphere.ResourceProperties.LambdaLayerVersionContent where
impo... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build ppc64le,linux
package unix
const (
SizeofPtr = 0x8
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x8
SizeofLongLong = 0x8
Path... | {
"pile_set_name": "Github"
} |
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};
| {
"pile_set_name": "Github"
} |
#############################################################################
# Tables adapted from the Xotl FACTION ASSIGNMENT & RARITY TABLES #
# Original tables can be found here: #
# http://www.classicbattletech.com/forums/index.php/topic,1219.0.html #
# As n... | {
"pile_set_name": "Github"
} |
package io.quarkus.it.smallrye.graphql;
import static io.quarkus.it.smallrye.graphql.PayloadCreator.MEDIATYPE_JSON;
import static io.quarkus.it.smallrye.graphql.PayloadCreator.getPayload;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.containsString;
import org.junit.jupiter.a... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
### BEGIN INIT INFO
# Provides: aria2 is a lightweight multi-protocol & multi-source command-line download utility.
# Required-Start: $network $local_fs $remote_fs
# Required-Stop: $network $local_fs... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016-2020 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This progra... | {
"pile_set_name": "Github"
} |
/* mpz_sub_ui -- Subtract an mpz_t and an unsigned one-word integer.
Copyright 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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 S... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtWebEngine module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding va... | {
"pile_set_name": "Github"
} |
import * as React from "react";
import { Title } from "react-head";
import { DragDropContext, Droppable } from "react-beautiful-dnd";
import classnames from "classnames";
import List from "../List/List";
import ListAdder from "../ListAdder/ListAdder";
import Header from "../Header/Header";
import BoardHeader from "../B... | {
"pile_set_name": "Github"
} |
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeMax = Math.max,
nativeMin = Math.min;
/**
* Gets the view, applying any `transforms` to the `start` and `end` positions.
*
* @private
* @param {number} start The start of the view.
* @param {number} end The end ... | {
"pile_set_name": "Github"
} |
/*global setImmediate: false, setTimeout: false, console: false */
(function () {
var async = {};
// global on the server, window in the browser
var root, previous_async;
root = this;
if (root != null) {
previous_async = root.async;
}
async.noConflict = function () {
root.a... | {
"pile_set_name": "Github"
} |
{{Error.Title}}
{{Error.Description}}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 Nicolai Haehnle.
*
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to u... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>.</title>
</head>
<body>
.
</body>
</html> | {
"pile_set_name": "Github"
} |
// HLTV overview description file for de_bank.bsp
"de_bank"
{
"material" "overviews/de_bank" // texture file
"pos_x" "-2000" // upper left world coordinate
"pos_y" "1493"
"scale" "4"
"rotate" "0"
"zoom" "0"
// loading screen icons and positions
"CTSpawn_x" "0.92"
"CTSpawn_y" "0.49"
"TSpawn_x" "0.42"
"T... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
# 鏡の中で
[#改ページ]
## 1
「あと十日か。待ちどおしくてたまらんというところじゃないか」
織田が報告書を書いていると、主任の古川巡査部長が湯のみに茶を入れながらいった。織田は顔を上げると、しかめっ面をして首をふった。
「冗談じゃないですよ。式場や司会者との打ち合わせやら、引っ越しの準備やらで大変なんです。待ちどおしいというより、早いところ片付けたいという心境ですね」
「といいながら、それが結構楽しいんじゃないのか」
「勘弁してください。この上まだ旅行の支度まで残っているんですから」
「新婚旅行か。うらやましいねえ」
古川は音をたてて茶を啜《すす》ると、織田の机に貼りつけてあるカードサイズ... | {
"pile_set_name": "Github"
} |
// Copyright 2011-2016 Google 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 agreed to in ... | {
"pile_set_name": "Github"
} |
/*
* Created on Oct 18, 2005
*
* Copyright (c) 2005, the JUNG Project and the Regents of the University
* of California
* All rights reserved.
*
* This software is open-source under the BSD license; see either
* "license.txt" or
* http://jung.sourceforge.net/license.txt for a description.
*/
package edu.uci.... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2005-2012 springside.org.cn
*/
package com.numberone.master.common.utils;
import java.io.PrintWriter;
import java.io.StringWriter;
import javax.servlet.http.HttpServletRequest;
/**
* 关于异常的工具类.
* @author calvin
* @version 2013-01-15
*/
public class Exceptions {
/**
* 将CheckedException转换为... | {
"pile_set_name": "Github"
} |
Title: LinuxDNA: 高性能 Linux 内核项目
Date: 2009-02-27 18:18
Author: toy
Category: News
Tags: Kernel, LinuxDNA
Slug: linuxdna
开源项目 LinuxDNA 旨在针对 Intel 的 C/C++
编译器(简称“ICC”)提供一个兼容的 Linux 内核源。据 Linux Journal
的报道称,LinuxDNA 项目在本月初使用 ICC 成功的编译了 Linux Kernel
2.6.22。编译不仅没有出错,而且完全可以引导进入 Linux 系统。
可能有人会问:为什么要使用 gcc
之外的编译器来编译内核?答案是,性... | {
"pile_set_name": "Github"
} |
#if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
#ifndef BOOST_PHOENIX_OBJECT_DETAIL_CONSTRUCT_EVAL_HPP
#define BOOST_PHOENIX_OBJECT_DETAIL_CONSTRUCT_EVAL_HPP
#include <boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp>
#endif
#else
#if !BOOST_PHOENIX_IS_ITERATING
#ifndef BOOST_P... | {
"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"
} |
package com.vaadin.tests.components.treegrid;
import com.vaadin.data.TreeData;
import com.vaadin.data.provider.TreeDataProvider;
import com.vaadin.server.VaadinRequest;
import com.vaadin.tests.components.AbstractTestUI;
import com.vaadin.ui.TreeGrid;
public class TreeGridInitialExpand extends AbstractTestUI {
@O... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Development Notes</title>
<link rel="stylesheet" type="text/css" href="mesa.css">
</head>
<body>
<h1>Developmen... | {
"pile_set_name": "Github"
} |
env GO111MODULE=on
# We should not create a go.mod file unless the user ran 'go mod init' explicitly.
# However, we should suggest 'go mod init' if we can find an alternate config file.
cd $WORK/test/x
! go list .
stderr 'found vendor.yml in .*[/\\]test'
stderr '\s*cd \.\. && go mod init'
# The command we suggested s... | {
"pile_set_name": "Github"
} |
import DS from 'ember-data';
import Ember from 'ember';
const { decamelize } = Ember.String;
export default DS.JSONSerializer.extend({
keyForAttribute: function(attr) {
return decamelize(attr);
},
normalizeItems(payload) {
if (payload.data && payload.data.keys && Array.isArray(payload.data.keys)) {
... | {
"pile_set_name": "Github"
} |
//
// Admin.swift
// Base
//
// Created by Chris Eidhof on 25.03.19.
//
import Foundation
extension Array where Element == TaskData {
var show: Node {
return LayoutConfig(contents: [
.table([
Node.thead([
Node.tr([
Node.td(["Date"]... | {
"pile_set_name": "Github"
} |
/* Not needed. */
| {
"pile_set_name": "Github"
} |
""" Python 'utf-16' Codec
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
import codecs, sys
### Codec APIs
encode = codecs.utf_16_encode
def decode(input, errors='strict'):
return codecs.utf_16_decode(input, errors, True)
class IncrementalEncoder(c... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.plugin.downloader_app.b;
public abstract class e {
public abstract int biK();
}
| {
"pile_set_name": "Github"
} |
Official AWS Ruby gem for Amazon Cognito Identity Provider.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider
| {
"pile_set_name": "Github"
} |
// Copyright (c) Lex Li. All rights reserved.
//
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
/*
* Created by SharpDevelop.
* User: lextm
* Time: 11:06 AM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace Je... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 90a11b0bd26895e4ab6d8538b8d1e699
timeCreated: 1465867530
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* R : A Computer Language for Statistical Data Analysis
* Copyright (C) 2005-12 The R Core Team.
*
* 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... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/progdlg.h
// Purpose: wxProgressDialog
// Author: Rickard Westerlund
// Created: 2010-07-22
// Copyright: (c) 2010 wxWidgets team
// Licence: wxWindows licence
////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
name: Automatic Rebase
on: [pull_request]
jobs:
_:
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| {
"pile_set_name": "Github"
} |
#ifndef __Test__GifViewTest__
#define __Test__GifViewTest__
#include <iostream>
#include "CrossApp.h"
USING_NS_CC;
class GifViewTest: public CAViewController
{
public:
GifViewTest();
virtual ~GifViewTest();
protected:
void viewDidLoad();
void viewDidUnload();
};
#endif /* ... | {
"pile_set_name": "Github"
} |
国際化/マルチリンガル化 w3m
2003/03/08
坂本 浩則
はじめに
w3m を国際化/マルチリンガル化しました。w3m-0.4.1 に対する拡張版を
以下に置いてあります。
http://www2u.biglobe.ne.jp/~hsaka/w3m/index-ja.html#m17n
... | {
"pile_set_name": "Github"
} |
julia 0.6-pre
Juno
RecipesBase 0.1.0
StaticArrays
| {
"pile_set_name": "Github"
} |
'use strict'
const S = require('./FluentSchema')
const Ajv = require('ajv')
const ROLES = {
ADMIN: 'ADMIN',
USER: 'USER',
}
const schema = S.object()
.id('http://foo/user')
.title('My First Fluent JSON Schema')
.description('A simple user')
.prop(
'email',
S.string()
.format(S.FORMATS.EMAIL)... | {
"pile_set_name": "Github"
} |
package jazmin.server.mysqlproxy.mysql.protocol;
/**
*
* <pre><b>proxy's version.</b></pre>
* @author
* <pre>seaboat</pre>
* <pre><b>email: </b>849586227@qq.com</pre>
* <pre><b>blog: </b>http://blog.csdn.net/wangyangzhizhou</pre>
* @version 1.0
*/
public interface Versions {
byte PROTOCOL_VERSION = 10;
by... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDYVw5skn/3Ka72
32ZaCrKtRVoQzan3tghq41KpQe3yZxIZbKy7sbwfdXnXVSwTAbq/3BYi9rya2t/v
W95yZh6JgfrLBvWl9Jo1EttZIxDhzCXGP+MPWm2KdNtHr84JznJbdxRpR0Jb4ykK
2d9dXbLJvCw8eEDFgOVGrj60USMir46sZFRvGWlMi+yHSOE+WQXaU40Dr0ZJqNvd
RNO9BtqpLaecZQaYTvlkyVdhjUE3+gQ0... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
package client
import (
"bytes"
"fmt"
"io/ioutil"
"net/http"
"strings"
"testing"
"golang.org/x/net/context"
)
func TestImageTagError(t *testing.T) {
client := &Client{
client: newMockClient(errorMock(http.StatusInternalServerError, "Server error")),
}
err := client.ImageTag(context.Background(), "image_... | {
"pile_set_name": "Github"
} |
$! make libz under VMS written by
$! Martin P.J. Zinser
$!
$! In case of problems with the install you might contact me at
$! zinser@zinser.no-ip.info(preferred) or
$! zinser@sysdev.deutsche-boerse.com (work)
$!
$! Make procedure history for Zlib
$!
$!--------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Gorilla WebSocket 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 websocket
import (
"net/http"
"reflect"
"testing"
)
var equalASCIIFoldTests = []struct {
t, s string
eq bool
}{
{"WebSocket", "... | {
"pile_set_name": "Github"
} |
//
// FixShapeNode.swift
// HaskellSpriteKit
//
// Created by Manuel M T Chakravarty on 24/11/2015.
// Copyright © 2015 Manuel M T Chakravarty. All rights reserved.
//
import Foundation
import SpriteKit
public extension SKNode {
/// Replace all `SKShapeNode`s in the tree rooted at the current node by a copy to... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 pkcs12
import (
"bytes"
"testing"
)
func TestThatPBKDFWorksCorrectlyForLongKeys(t *testing.T) {
cipherInfo := shaWithTripleDESCBC{}
salt := []byt... | {
"pile_set_name": "Github"
} |
package chainkd
import (
"crypto/rand"
"crypto/sha512"
"encoding/binary"
"hash"
"io"
"chain/crypto/ed25519"
"chain/crypto/ed25519/internal/edwards25519"
)
type (
// TODO(bobg): consider making these types opaque. See https://github.com/chain/chain/pull/1875#discussion_r80577736
XPrv [64]byte
XPub [64]byte
... | {
"pile_set_name": "Github"
} |
<?php
namespace Box\Spout\Reader\CSV;
use Box\Spout\Common\Exception\IOException;
use Box\Spout\Reader\Common\Entity\Options;
use Box\Spout\Reader\CSV\Creator\InternalEntityFactory;
use Box\Spout\Reader\ReaderAbstract;
/**
* Class Reader
* This class provides support to read data from a CSV file.
*/
class Reader ... | {
"pile_set_name": "Github"
} |
{
"name": "Campsite",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Campsite is a multilingual content management system (CMS) for news websites.",
"website": "http://www.sourcefabric.org/",
"matches": [
{
"text": "<a href=\"http://www.campwa... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 Uber Technologies, 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 o... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!--
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... | {
"pile_set_name": "Github"
} |
package copier
import (
"database/sql"
"errors"
"reflect"
)
// Copy copy things
func Copy(toValue interface{}, fromValue interface{}) (err error) {
var (
isSlice bool
amount = 1
from = indirect(reflect.ValueOf(fromValue))
to = indirect(reflect.ValueOf(toValue))
)
if !to.CanAddr() {
return er... | {
"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 u... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.