text stringlengths 2 99k | meta dict |
|---|---|
#include "common.h"
struct vf
{
float2 tc0 : TEXCOORD0;
float3 c0 : COLOR0; // c0=all lighting
float fog : FOG;
float4 hpos : SV_Position;
};
/*
struct v_vert
{
float4 P : POSITION; // (float,float,float,1)
float4 N : NORMAL; // (nx,ny,nz,hemi occlusion)
float4 T : TANGENT;
float4 B : BINORMAL;
fl... | {
"pile_set_name": "Github"
} |
module.exports = {
patterns:
[
{
"name": "red flashes",
"patternstr": "3,#ff0000,0.5,0,#000000,0.5"
},
{
"name": "green flashes",
"patternstr": "3,#00ff00,0.5,0,#000000,0.5"
},
{
"name": "white flashes",
"patternstr": "3,#ffffff,0.5,0,#000000,0... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>AudioSprite Multi - boombox.js</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no">
<link rel="stylesheet" href="../node_modules/mocha/mocha.css"/>
<style type... | {
"pile_set_name": "Github"
} |
// Module included in the following assemblies:
//
// assembly-getting-started.adoc
// assembly-getting-started-rh.adoc
// assembly-managing-users.adoc
[id='proc-creating-users-cli-{context}']
= Creating users using the command line
In {ProductName} users can be created using standard command-line tools.
.Prerequisi... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Ivory CKEditor package.
*
* (c) Eric GELOEN <geloen.eric@gmail.com>
*
* For the full copyright and license information, please read the LICENSE
* file that was distributed with this source code.
*/
namespace Ivory\CKEditorBundle\Tests\Model;
use Ivory\CKEditorBundle\Model\C... | {
"pile_set_name": "Github"
} |
(function() {
var a = 1;
with (b) {
a, 2, 3; // 'i' should remain
}
}());
| {
"pile_set_name": "Github"
} |
const EventEmitter = require('events');
class SchnackEventEmitter extends EventEmitter {}
module.exports = new SchnackEventEmitter();
| {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# \"\"\"Customizing axes style\n",
"# (30 control parameters)\"\"\"\n",
"# # check out parameters usage at:\n",
"# #\n",
"# from vedo import *\n",
"# embedWindow('2d')\n",
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Webcamoid, webcam capture application.
# Copyright (C) 2017 Gonzalo Exequiel Pedone
#
# Webcamoid 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 ... | {
"pile_set_name": "Github"
} |
Subject: tiff stream interface (contrib)
Date: Thu, 30 Mar 2000 10:48:51 -0800
From: "Avi Bleiweiss" <avi@shutterfly.com>
To: <warmerda@home.com>, <mike@onshore.com>
Here at Shutterfly we have augmented the file based tiff library to support
C++ streams. The implementation is an adaptor class, which takes any C++
stre... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this fi... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2017 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"
} |
// Copyright 2020 tsuru 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 mongodb
import (
"context"
"fmt"
"strconv"
"strings"
"time"
"github.com/globalsign/mgo"
"github.com/globalsign/mgo/bson"
uuid "github.com/nu7ha... | {
"pile_set_name": "Github"
} |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-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)
//
// *Preprocessed* version of the main "list_c.hpp" header
// -- DO NOT modify by hand!
namespace boost... | {
"pile_set_name": "Github"
} |
/** @file
*
* @par History
*/
#ifndef CLIB_IOHELP_H
#define CLIB_IOHELP_H
#include <fstream>
#include <string>
namespace Pol
{
namespace Clib
{
void open_file( std::fstream& ofs, std::string& filename, std::ios::openmode mode );
void open_file( std::ofstream& ofs, std::string& filename, std::ios::openmode mode )... | {
"pile_set_name": "Github"
} |
#[doc = "Reader of register DESCADD"]
pub type R = crate::R<u32, super::DESCADD>;
#[doc = "Writer for register DESCADD"]
pub type W = crate::W<u32, super::DESCADD>;
#[doc = "Register DESCADD `reset()`'s with value 0"]
impl crate::ResetValue for super::DESCADD {
type Type = u32;
#[inline(always)]
fn reset_va... | {
"pile_set_name": "Github"
} |
# Copyright 2016 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agree... | {
"pile_set_name": "Github"
} |
package org.xhtmlrenderer.demo.browser;
import java.awt.BorderLayout;
import java.awt.Insets;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;
public class BrowserStatus extends JPanel {
private static final long serialVersionUID = 1L;
public JLabel text, memory;
... | {
"pile_set_name": "Github"
} |
#ifndef __SOUND_ICE1712_H
#define __SOUND_ICE1712_H
/*
* ALSA driver for ICEnsemble ICE1712 (Envy24)
*
* Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
*
* 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
* t... | {
"pile_set_name": "Github"
} |
module.exports = require('./readable').Duplex
| {
"pile_set_name": "Github"
} |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
#pragma once
#if !defined(RM_TERRAIN_H_INC)
#define RM_TERRAIN_H_INC
#define MAX_RANDOM_MODELS 8
class CRandomModel
{
private:
char mModelName[MAX_QPATH];
float mFrequency;
float mMinScale;
float mMaxScale;
public:
CRandomModel(void) { }
~CRandomModel(void) { }
// Accessors
const bool GetModel( void ) ... | {
"pile_set_name": "Github"
} |
/*** Autogenerated by WIDL 1.6 from include/tlbref.idl - Do not edit ***/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __tlbref_h__
#define __tlbref_h__
/* F... | {
"pile_set_name": "Github"
} |
const numbro = require("../../src/numbro");
const esCL = require("../../languages/es-CL");
describe("es-CL", () => {
beforeAll(() => {
numbro.registerLanguage(esCL, true);
});
afterAll(() => {
numbro.setLanguage("en-US");
});
it("formats correctly", () => {
let data = [
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this fi... | {
"pile_set_name": "Github"
} |
---
platform: linux
image_resource:
type: docker-image
source:
repository: starkandwayne/concourse
inputs:
- name: bucc-ci
- name: compiled-releases-in
outputs:
- name: compiled-releases-clean
run:
path: bucc-ci/ci/tasks/remove-already-compiled-releases/task
| {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Middleware;
use Illuminate\Cookie\Middleware\EncryptCookies as Middleware;
class EncryptCookies extends Middleware
{
/**
* The names of the cookies that should not be encrypted.
*
* @var array
*/
protected $except = [
//
];
}
| {
"pile_set_name": "Github"
} |
package wowodc.background.components;
import com.webobjects.appserver.WOComponent;
import com.webobjects.appserver.WOContext;
/**
* A page to monitor app processes, especially background processes
*
* @author kieran
*/
public class AppMonitor extends WOComponent {
public AppMonitor(WOContext context) {
... | {
"pile_set_name": "Github"
} |
StartChar: u1EE6D
Encoding: 126573 126573 5998
Width: 436
Flags: HW
LayerCount: 2
Fore
Refer: 191 -1 N 1 0 0 1 315 371 2
Refer: 6051 126588 N 1 0 0 1 0 0 3
EndChar
| {
"pile_set_name": "Github"
} |
#!/bin/sh
# This is a little utility script for running the whole NodeRunner process
# during development. It uses maven to create the classpath, then it
# starts the launcher.
# This way you can rebuild and relaunch without any additional steps.
CP=/tmp/cp.$$
rm -f ${CP}
mvn -q -DincludeScope=test -Dmdep.outputFile... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////
// This file is for hero specific //
// keybinds. Add any binds below. //
/////////////////////////////////////////////
// This is the file for Viper
| {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------
// <copyright file="IDependencyResolver.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyrig... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _NodeCollapseOutlined = _interopRequireDefault(require('./lib/icons/NodeCollapseOutlined'));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15400" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<... | {
"pile_set_name": "Github"
} |
<?php
##########################################################################
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
# Developer Team) All rights reserved. See LICENSE file for licensing #
# details #
# ... | {
"pile_set_name": "Github"
} |
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
StdLogSetup(LOG_COUT|LOG_FILE);
DUMP(Environment());
VectorMap<String, String> map = LoadIniFile(GetDataFile("test.ini"));
DDUMPM(map);
const Tuple2<String, String> et[] = {
{ "alfa", "alfa_value" },
{ "_beta", "beta_value" },
... | {
"pile_set_name": "Github"
} |
1 3 3
invalid token near '1.'
| {
"pile_set_name": "Github"
} |
<?php
/**
* @title File Class
* @desc Handle File Registry Class.
*
* @author Pierre-Henry Soria <hello@ph7cms.com>
* @copyright (c) 2012-2019, Pierre-Henry Soria. All Rights Reserved.
* @license GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt... | {
"pile_set_name": "Github"
} |
package chrootarchive // import "github.com/docker/docker/pkg/chrootarchive"
func init() {
}
| {
"pile_set_name": "Github"
} |
/*
This file is part of Darling.
Copyright (C) 2017 Lubos Dolezel
Darling 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.
Darling i... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_GENERIC_ERRNO_BASE_H
#define _ASM_GENERIC_ERRNO_BASE_H
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */
#define ESRCH 3 /* No such process */
#define EINTR 4 /* Interrupted system call */
#... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/test/test_switches.h"
// Flag to show the help message.
const char switches::kHelpFlag[] = "help";
// Flag to run all tests and the l... | {
"pile_set_name": "Github"
} |
#include "BSS.h"
#include "Loader.h"
#include "BotClasses.h"
//bss
typedef struct
{
HCAB hCab;
bool Initialize;
char *Path;
bool Form;
DWORD dwEntry;
bool bFloppy;
} BSS, *PBSS;
PBSS pBanking;
PList HashListBBS = NULL;
bool bHookBSSCreateFileWOnce = false;
bool InitializeBSS()
{
... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Customize dimensions originally defined in res/values/dimens.xml (such as
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
-->
<dimen name="activity_horizontal_margin">128dp</dimen>
</resources> | {
"pile_set_name": "Github"
} |
import {
inject,
fakeAsync,
} from '@angular/core/testing';
import { Router } from '@angular/router';
import { Location } from '@angular/common';
import { MockSpotifyService } from '../mocks/spotify';
import { SpotifyService } from '../../app/ts/services/SpotifyService';
import {
advance,
createRoot,
RootCmp,... | {
"pile_set_name": "Github"
} |
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/**
* @fileOverview
*/
/**#@+
@type String
@example
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKEDIT... | {
"pile_set_name": "Github"
} |
.TH INTRO 9P
.SH NAME
intro \- introduction to the Plan 9 File Protocol, 9P
.SH SYNOPSIS
.B #include <fcall.h>
.SH DESCRIPTION
A Plan 9
.I server
is an agent that provides one or more hierarchical file systems
\(em file trees \(em
that may be accessed by Plan 9 processes.
A server responds to requests by
.I clients
to ... | {
"pile_set_name": "Github"
} |
function ConvertTo-HTMLEncoded {
<#
.SYNOPSIS
Encode a string into HTML (eg: > instead of >)
#>
[CmdletBinding()]
[OutputType([String])]
param (
# String to encode
[Parameter( Position = $true, Mandatory = $true, ValueFromPipeline = $true )]
[string]$Inpu... | {
"pile_set_name": "Github"
} |
import striptags from 'striptags';
function firstLine(content) {
content = striptags(content.replace(/></gi, '>\n<')).replace(/ /gi, ' ').trim().split('\n')[0];
if (!content) return '';
return content.substr(0, 250).replace(/&/g, '&');
}
function secondLine(content) {
// Remove first line
let res =... | {
"pile_set_name": "Github"
} |
/*Header-MicMac-eLiSe-25/06/2007
MicMac : Multi Image Correspondances par Methodes Automatiques de Correlation
eLiSe : ELements of an Image Software Environnement
www.micmac.ign.fr
Copyright : Institut Geographique National
Author : Marc Pierrot Deseilligny
Contributors : Gregoire Maille... | {
"pile_set_name": "Github"
} |
from __future__ import division
"""
Creates a ResNeXt Model as defined in:
Xie, S., Girshick, R., Dollar, P., Tu, Z., & He, K. (2016).
Aggregated residual transformations for deep neural networks.
arXiv preprint arXiv:1611.05431.
import from https://github.com/facebookresearch/ResNeXt/blob/master/models/resnext.lua
... | {
"pile_set_name": "Github"
} |
package queryutil
import (
"encoding/base64"
"fmt"
"net/url"
"reflect"
"sort"
"strconv"
"strings"
"time"
"github.com/aws/aws-sdk-go/private/protocol"
)
// Parse parses an object i and fills a url.Values object. The isEC2 flag
// indicates if this is the EC2 Query sub-protocol.
func Parse(body url.Values, i ... | {
"pile_set_name": "Github"
} |
UnitBlueprint {
AI = {
InitialAutoMode = true,
},
Audio = {
Close = Sound {
Bank = 'UEB',
Cue = 'UEB2305_Close',
LodCutoff = 'UnitMove_LodCutoff',
},
DeathExplosion = Sound {
Bank = 'UELDestroy',
Cue = 'UEB_Destroy_L... | {
"pile_set_name": "Github"
} |
package vm
/*
** converts an integer to a "floating point byte", represented as
** (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if
** eeeee != 0 and (xxx) otherwise.
*/
func Int2fb(x int) int {
e := 0 /* exponent */
if x < 8 {
return x
}
for x >= (8 << 4) { /* coarse steps */
x = (x + 0xf) >> 4 ... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----------------------------------------... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package dynamodb
import (
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/request"
)
// WaitUntilTableExists uses the DynamoDB API operation
// DescribeTable to wait for a condition to be met before returning.
// If the co... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2012 Olga Yakovleva <yakovleva.o.v@gmail.com>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 2.1 of the License, or
# (at your option) any later version.... | {
"pile_set_name": "Github"
} |
program testgnutls;
uses gnutls;
begin
loadGnuTLS;
end. | {
"pile_set_name": "Github"
} |
package com.gcplot.commons.serialization;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.MapperFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.gcplot.utils.Exceptions;
import java.io.I... | {
"pile_set_name": "Github"
} |
@model AspnetIdentitySample.Models.ToDo
@{
ViewBag.Title = "Details";
}
<h2>Details</h2>
<div>
<h4>ToDo</h4>
<hr />
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.Description)
</dt>
<dd>
@Html.DisplayFor(model => model.Description)
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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 to in writing... | {
"pile_set_name": "Github"
} |
{/*
This is the action template.
It determines how the formatting actions are rendered.
*/}
{{define "section"}}
<h{{len .Number}} id="TOC_{{.FormattedNumber}}">{{.FormattedNumber}} {{.Title}}</h{{len .Number}}>
{{range .Elem}}{{elem $.Template .}}{{end}}
{{end}}
{{define "list"}}
<ul>
{{range .Bullet}}
<... | {
"pile_set_name": "Github"
} |
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-malloc0returnsnull
make
make DESTDIR="$1" install
| {
"pile_set_name": "Github"
} |
namespace Util.Tools.Sms.LuoSiMao {
/// <summary>
/// LuoSiMao短信配置
/// </summary>
public class SmsConfig {
/// <summary>
/// 初始化短信配置
/// </summary>
/// <param name="key">密钥</param>
public SmsConfig( string key ) {
Key = key;
}
/// <su... | {
"pile_set_name": "Github"
} |
// Copyright (c) 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.
#include "net/base/network_activity_monitor.h"
namespace net {
namespace {
base::LazyInstance<NetworkActivityMonitor>::Leaky g_network_activity_mon... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Database\Eloquent\Relations\HasOne;
use Prettus\Repository\Contracts\Transformable;
use Prettus\Repository\Traits\TransformableTrait;
/**
* Class Fisica.
*
* @... | {
"pile_set_name": "Github"
} |
/**
* This file is part of Erjang - A JVM-based Erlang VM
*
* Copyright (c) 2010 by Trifork
*
* 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/L... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package jdk.vm.ci.hotspot;
/**
* An empty implementation for {@link EventProvider}. This implementation is used wh... | {
"pile_set_name": "Github"
} |
class AddAdminFlagToUsers < ActiveRecord::Migration
def change
add_column :users, :admin, :boolean, :default => false
end
end
| {
"pile_set_name": "Github"
} |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/test/test_mock_time_task_runner.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/cancelable_callback.h"
#include "b... | {
"pile_set_name": "Github"
} |
class VimMenu{
__New(vim){
this.Vim := vim
}
SetMenu(){
MenuVimSetting := ObjBindMethod(this.Vim.Setting, "ShowGui")
MenuVimCheck := ObjBindMethod(this.Vim.Check, "CheckMenu")
MenuVimStatus := ObjBindMethod(this.Vim.State, "FullStatus")
MenuVimAbout := ObjBindMethod(this.Vim.About, "ShowGui"... | {
"pile_set_name": "Github"
} |
{
"multi":null,
"text":"【震惊:火车盒饭居然只要五元!还可以免费加饭!我们被铁道部敲诈多少年!】新闻联播爆料,火车盒饭官方规定价格只要5元,吃不饱还可以加饭。但只要坐过火车的都知道火车上卖给我们盒饭的价格是15元,不可加饭,铁道部不仅扣留我们免费水还卖给我们高价盒饭。请@12315 消协介入此事,还旅客5元盒饭!",
"user":{
"verified":false,
"description":false,
"gender":"m",
"messages":107,
"followers":7284,
"location":"其他",
"time":1317431912,
"friends":1275,
... | {
"pile_set_name": "Github"
} |
------------------------------------------------------------------------
-- comparetotmag.decTest -- decimal comparison, abs. total ordering --
-- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
------------------------------------------------------------------------
-- Please see the document "... | {
"pile_set_name": "Github"
} |
// This file was procedurally generated from the following sources:
// - src/dstr-binding/ary-ptrn-rest-id.case
// - src/dstr-binding/default/cls-decl-gen-meth-static.template
/*---
description: Lone rest element (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es... | {
"pile_set_name": "Github"
} |
//
// TemplateModelsFactory.swift
// StyleGenerator
//
// Created by Denis on 10.03.17.
// Copyright © 2017 DenRee. All rights reserved.
//
import Foundation
// MARK: - Model
typealias TemplateInputParameters = [String: Any]
protocol TemplateModel {
init?(_ parameters: TemplateInputParameters)
}
// MARK: - F... | {
"pile_set_name": "Github"
} |
module.exports = {
globalSetup: '<rootDir>/test/_setup.js',
globalTeardown: '<rootDir>/test/_teardown.js',
testMatch: ['<rootDir>/test/[^_.]*.js'],
collectCoverageFrom: ['<rootDir>/lib/**/*.js'],
testTimeout: 60000
};
| {
"pile_set_name": "Github"
} |
/* Copyright (C) 2019 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free
* Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARR... | {
"pile_set_name": "Github"
} |
/**
* @file
* MDNS responder implementation - domain related functionalities
*/
/*
* Copyright (c) 2015 Verisure Innovation AB
* 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. Red... | {
"pile_set_name": "Github"
} |
import os
from traitlets import Bool
from traitlets import default
from traitlets import Dict
from traitlets import Float
from traitlets import Int
from traitlets import List
from traitlets import TraitType
from traitlets import Union
from traitlets.config import Configurable
try:
# Traitlets >= 4.3.3
from tr... | {
"pile_set_name": "Github"
} |
'use strict';
var stringify = require('./stringify');
var parse = require('./parse');
var formats = require('./formats');
module.exports = {
formats: formats,
parse: parse,
stringify: stringify
};
| {
"pile_set_name": "Github"
} |
# inflight
Add callbacks to requests in flight to avoid async duplication
## USAGE
```javascript
var inflight = require('inflight')
// some request that does some stuff
function req(key, callback) {
// key is any random string. like a url or filename or whatever.
//
// will return either a falsey value, indi... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>html2ps/html2pdf error message</title>
<style>
body {
color:#000;
background-color:#fff;
margin:10px;
font-family:arial, helvetica, sans-serif;
color:#000;
font-size:12px;
line-height:18px;
}
p,td {
color:#000;
font-size:12px;
line-height:18px;
margin-top:3px;
vertical-align... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/egame_btn_cloes_white_press" android:state_pressed="true"></item>
<item android:drawable="@drawable/egame_btn_cloes_green_normal" android:state_pressed="false"></it... | {
"pile_set_name": "Github"
} |
import { Component, Input } from '@angular/core';
import { Observable } from 'rxjs';
import { first, tap } from 'rxjs/operators';
import { FavoritesConfigMapper } from '../../../../store/src/favorite-config-mapper';
import { IFavoriteMetadata, UserFavorite } from '../../../../store/src/types/user-favorites.types';
imp... | {
"pile_set_name": "Github"
} |
// RUN: %check_clang_tidy %s google-readability-avoid-underscore-in-googletest-name %t
#define TEST(test_case_name, test_name) void test_case_name##test_name()
#define TEST_F(test_case_name, test_name) void test_case_name##test_name()
#define TEST_P(test_case_name, test_name) void test_case_name##test_name()
#define T... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2008 - CommonCrawl Foundation
*
* 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.
*
*... | {
"pile_set_name": "Github"
} |
/*
* jQuery UI CSS Framework 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: n... | {
"pile_set_name": "Github"
} |
<html>
<body>
This inspection warns you of characters that the current document encoding is incapable to represent. <br>
For example, when you are <br>
<ul>
<li>typing international characters in a document configured to <b>US-ASCII</b> charset. Some characters will be lost on save.</li>
<li>or loading <b>UTF-8</... | {
"pile_set_name": "Github"
} |
/* Copyright 2020 The casbin Authors. All Rights Reserved. */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
/* You may obtain a copy of the License at */
/* ... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('template', require('../template'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
[
"mjml/doc/guide.md",
"mjml/doc/install.md",
"mjml/doc/getting_started.md",
"mjml/doc/basic.md",
"mjml/doc/components_1.md",
"mjml/packages/mjml-body/README.md",
"mjml/doc/components_2.md",
"mjml/doc/head_components.md",
"mjml/packages/mjml-head-attributes/README.md",
"mjml/packages/mjml-head-break... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\Tests\file\Kernel\Migrate\d6;
use Drupal\file\Entity\File;
use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;
use Drupal\node\Entity\Node;
/**
* Migrate association data between nodes and files.
*
* @group migrate_drupal_6
*/
class MigrateUploadTest extends MigrateDrupal6Tes... | {
"pile_set_name": "Github"
} |
"use strict";
const lua = require('../../src/lua.js');
const lauxlib = require('../../src/lauxlib.js');
const lualib = require('../../src/lualib.js');
const {to_luastring} = require("../../src/fengaricore.js");
const ltests = require('./ltests.js');
test("[test-suite] events: testing metatable", () => {
let L = ... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : Persian [fa]
//! author : Ebrahim Byagowi : https://github.com/ebraminio
;(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined'
&& typeof require === 'function' ? factory(require('../moment')) :
typeof define === 'functio... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 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"
} |
#Wed Sep 07 11:48:19 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
| {
"pile_set_name": "Github"
} |
package com.swmansion.reanimated.nodes;
import android.view.View;
import com.facebook.react.bridge.Arguments;
import com.facebook.react.bridge.JavaOnlyMap;
import com.facebook.react.bridge.ReadableMap;
import com.facebook.react.bridge.ReadableMapKeySetIterator;
import com.facebook.react.bridge.ReadableType;
import co... | {
"pile_set_name": "Github"
} |
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
find_package(LibVpx 1.7.0)
if (NOT LIBVPX_FOUND)
message(FATAL_ERROR "libvpx is needed for USE_LIBWEBRTC.")
endif ()
find_package(LibEvent)
if (NOT LIBEVENT_FOUND)
message(FATAL_ERROR "libevent is needed for USE_LIBWEBRTC.")
endif ()
find_package(A... | {
"pile_set_name": "Github"
} |
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
%% 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/LICE... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.