text stringlengths 2 99.9k | meta dict |
|---|---|
.dayOfWeek {
flex: 1 0 14.28%;
background-color: #e4eaec;
text-align: center;
}
.isSingleDay {
width: 100%;
}
.isToday {
background-color: $calendarTodayBackgroundColor;
}
| {
"pile_set_name": "Github"
} |
#ifndef _ASM_GENERIC_BITOPS___FFS_H_
#define _ASM_GENERIC_BITOPS___FFS_H_
#include <asm/types.h>
/**
* __ffs - find first bit in word.
* @word: The word to search
*
* Undefined if no bit exists, so code should check against 0 first.
*/
static inline unsigned long __ffs(unsigned long word)
{
int num = 0;
#if BI... | {
"pile_set_name": "Github"
} |
<block_set xmlns="http://de.fhg.iais.roberta.blockly" robottype="nxt" xmlversion="" description="" tags="">
<instance x="-93" y="179">
<block type="robControls_ifElse" id="302" inline="false"></block>
</instance>
</block_set> | {
"pile_set_name": "Github"
} |
#!/bin/sh -e
./configure \
--prefix=/usr \
--without-libuuid
make
make DESTDIR="$1" install
| {
"pile_set_name": "Github"
} |
SELECT * FROM MAIL_PROPERTIES
WHERE DELETE_FLAG = 0
ORDER BY INSERT_DATETIME %s;
| {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*-------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//----------------------------------------------------------------------------
//Yume Engine
//Copyright (C) 2015 arkenthera
//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 ... | {
"pile_set_name": "Github"
} |
//
// iTermRegisteredFunctionsTableViewDelegate.m
// iTerm2SharedARC
//
// Created by George Nachman on 1/5/19.
//
#import "iTermRegisteredFunctionsTableViewDelegate.h"
#import "iTermAPIHelper.h"
#import "iTermScriptHistory.h"
#import "NSArray+iTerm.h"
#import "NSTextField+iTerm.h"
@interface iTermRegisteredFuncti... | {
"pile_set_name": "Github"
} |
use 5.7.2;
use strict;
use ExtUtils::MakeMaker;
use strict;
my %tables = (big5_t => ['big5-eten.ucm',
'big5-hkscs.ucm',
'macChintrad.ucm',
'cp950.ucm'],
);
unless ($ENV{AGGREGATE_TABLES}){
my @ucm;
for my $k (keys %tables){
push @ucm, @{$tables{... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Psy Shell.
*
* (c) 2012-2017 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Psy\Test\CodeCleaner;
use PhpParser\NodeTraverser;
use Psy\CodeCleaner\FunctionReturnInWriteCo... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2007.
// Use, modification and distribution are subject to 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)
//
// This file is machine generated, do not edit by hand
// Polynomial evaluation using H... | {
"pile_set_name": "Github"
} |
# OpinionzAlertView
[](https://travis-ci.org/Opinionz/OpinionzAlertView)
[](http://cocoapods.org/pods/OpinionzAlertView)
[ => {
const result = next(action);
if (action.type === types... | {
"pile_set_name": "Github"
} |
#
# Makefile for physical layer USB drivers
#
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
obj-$(CONFIG_USB_PHY) += phy.o
obj-$(CONFIG_USB_OTG_WAKELOCK) += otg-wakelock.o
# transceiver drivers, keep the list sorted
obj-$(CONFIG_AB8500_USB) += phy-ab8500-usb.o
phy-fsl-usb2-objs := phy-fsl-usb.o phy-fsm-usb.o
obj-$(C... | {
"pile_set_name": "Github"
} |
---
layout: default
title: interactive / disable_commands
---
### 名称
disable_commands() - 让一个活的(living)对象变成非活的(non-living)
### 语法
int disable_commands( void );
### 描述
让一个活着的对象变成非活着的状态,也就是说:add_action() 无效,living() 返回值为0,而且,如果对象是玩家,将变的无法使用任何指令(input_to()依然可用)。
调用 disable_commands() 函数还有一个附加效果是清理掉此... | {
"pile_set_name": "Github"
} |
const inquirer = require('inquirer');
class Prompt {
constructor({ container }) {
this.createPrompt = (container.inquirer || inquirer).prompt;
this.prompts = {};
}
register(pluginPrompts, namespace = 'default') {
this.prompts[namespace] = this.prompts[namespace] || {};
Object.assign(this.prompts... | {
"pile_set_name": "Github"
} |
/*!
* socket.io-node
* Copyright(c) 2011 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
/**
* Module dependencies.
*/
var util = require('./util')
, toArray = util.toArray;
/**
* Log levels.
*/
var levels = [
'error'
, 'warn'
, 'info'
, 'debug'
];
/**
* Colors for log levels.
*/
var colo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="7.7.0">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.0125" altunitdist="inc... | {
"pile_set_name": "Github"
} |
const { getCloudFormationTemplatePath, getExistingStorageAttributeDefinitions, getExistingStorageGSIs } = require('./utils');
const inquirer = require('inquirer');
const path = require('path');
const fs = require('fs-extra');
const uuid = require('uuid');
const { ServiceName: FunctionServiceName } = require('amplify-ca... | {
"pile_set_name": "Github"
} |
{
"pile_set_name": "Github"
} | |
default: all
CC = gcc
CFLAGS += -g
CFLAGS += -I../../include
LDFLAGS += -L../../build -L../..
LIBRARIES += -lgit2 -lpthread
OBJECTS = \
git2.o \
ls-remote.o \
fetch.o \
clone.o \
index-pack.o \
common.o
all: $(OBJECTS)
$(CC) $(CFLAGS) $(LDFLAGS) -o git2 $(OBJECTS) $(LIBRARIES)
clean:... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubeform 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, softwar... | {
"pile_set_name": "Github"
} |
/* Various declarations for the C and C++ pretty-printers.
Copyright (C) 2002-2013 Free Software Foundation, Inc.
Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public Lice... | {
"pile_set_name": "Github"
} |
using System;
using Xwt;
using System.Collections.Generic;
using System.Diagnostics;
using Xwt.Drawing;
using System.Reflection;
using System.Linq;
using TrueCraft.Core;
namespace TrueCraft.Launcher.Views
{
public class MultiplayerView : VBox
{
public LauncherWindow Window { get; set; }
publi... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/llemay/Library/Android/sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# h... | {
"pile_set_name": "Github"
} |
UPDATE gameobject_template SET ScriptName='spell_dummy_go' WHERE entry=181616;
| {
"pile_set_name": "Github"
} |
/*
* linux/fs/ext3/xattr_security.c
* Handler for storing security labels as extended attributes.
*/
#include <linux/security.h>
#include "ext3.h"
#include "xattr.h"
static size_t
ext3_xattr_security_list(struct dentry *dentry, char *list, size_t list_size,
const char *name, size_t name_len, int type)
{
const... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
"lodash@4.17.10",
"/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata"
]
],
"_from": "lodash@4.17.10",
"_id": "lodash@4.17.10",
"_inBundle": false,
"_integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
"""
This script allows you to manually control the simulator
using the keyboard arrows.
"""
import sys
import argparse
import pyglet
import math
from pyglet.window import key
from pyglet import clock
import numpy as np
import gym
import gym_miniworld
parser = argparse.ArgumentParser()
parser.a... | {
"pile_set_name": "Github"
} |
/*
THE ZUGCODE - SMALL REMOTE 6ACKD0R
FreeBSD i386 bind shell with auth
code by MahDelin
Big thx SST [kaka, nolife, white]
Listen on the port 4883 the /bin/sh
*/
/*
void zugcode(void )
{
//socket
__asm__("xorl %eax, %eax");
__asm__("pushl %eax");
__asm__("pushl %eax");
__asm__("pushl $0x01... | {
"pile_set_name": "Github"
} |
/// @ref gtx_wrap
/// @file glm/gtx/wrap.hpp
///
/// @see core (dependence)
///
/// @defgroup gtx_wrap GLM_GTX_wrap
/// @ingroup gtx
///
/// Include <glm/gtx/wrap.hpp> to use the features of this extension.
///
/// Wrapping mode of texture coordinates.
#pragma once
// Dependency:
#include "../glm.hpp"
#include "../gt... | {
"pile_set_name": "Github"
} |
program zjppc5f(input, output);
function min(const n: integer; const a: array of integer): integer;
var
i, ret: integer;
begin
ret := a[1];
for i := 2 to n do
begin
if a[i] < ret then
ret := a[i];
end;
min := ret;
end;
function max(const n: integer; const a: array of integer): integer;
var
i, ret: integer... | {
"pile_set_name": "Github"
} |
/*
* ====================================================================
* This software is subject to the terms of the Common Public License
* Agreement, available at the following URL:
* http://www.opensource.org/licenses/cpl.html .
* You must accept the terms of that agreement to use this software.
* ======... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 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 to in w... | {
"pile_set_name": "Github"
} |
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <math.h>
#include <fenv.h>
long long llrint (double x)
{
long long retval = 0ll;
#if define... | {
"pile_set_name": "Github"
} |
/**
* Given an integer N, remove consecutive repeated digits from it.
* Input:133445
* Output:1345
*/
const Stack = require('../index');
function removeConsecutiveDigits(no) {
let s = new Stack();
let newNo = "";
//initally push first digit into stack
newNo += no[0];
s.push(no[0]);
for (l... | {
"pile_set_name": "Github"
} |
package source.varargs;
import static jsweet.util.Lang.$export;
public class VarargsAndOverloads {
public static void main(String[] args) {
VarargsAndOverloads test = new VarargsAndOverloads();
$export("1", test.m1(2.1));
$export("2", test.m1(2.1, "a", "b"));
$export("3", test.m1("a"));
$export("4", te... | {
"pile_set_name": "Github"
} |
'use strict';
let htmlLoader = require('../lib/urllib');
let assert = require('chai').assert;
const utf8URL = `http://www.baidu.com`;
const gbkURL = `http://www.qq.com`;
describe('Get html source',function() {
it('missing target url',function() {
assert.throws(
function() {
htmlLoader();
}
... | {
"pile_set_name": "Github"
} |
@comment $NetBSD: PLIST,v 1.1 2015/05/08 11:27:55 wiz Exp $
share/texmf-dist/tex/latex/sauterfonts/sbbm.sty
share/texmf-dist/tex/latex/sauterfonts/sexscale.sty
share/texmf-dist/tex/latex/sauterfonts/somlcmm.fd
share/texmf-dist/tex/latex/sauterfonts/somlcmr.fd
share/texmf-dist/tex/latex/sauterfonts/somscmr.fd
share/texm... | {
"pile_set_name": "Github"
} |
[
{
"id": "/subscriptions/3fab58ee-83c5-4147-858d-2c2a722e0e66/resourceGroups/k111001/providers/Microsoft.Compute/disks/k8s-linuxpool-64789870-0_OsDisk_1_05b9085ee4e946ac91a3c7459b36bf9e",
"location": "eastus",
"managedBy": "/subscriptions/3fab58ee-83c5-4147-858d-2c2a722e0e66/resourceGroups/... | {
"pile_set_name": "Github"
} |
package stanford.spl;
import acm.graphics.GObject;
import acm.graphics.GResizable;
import acm.util.TokenScanner;
class GObject_setSize
extends JBECommand
{
public void execute(TokenScanner paramTokenScanner, JavaBackEnd paramJavaBackEnd)
{
paramTokenScanner.verifyToken("(");
String str = nex... | {
"pile_set_name": "Github"
} |
# Generated by Django 2.0.5 on 2018-06-15 12:52
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('wagtailstreamforms', '0001_initial'),
('example', '0001_initial'),
]
operations = [
migrations.Crea... | {
"pile_set_name": "Github"
} |
public class ExclusionBlend: BasicOperation {
public init() {
super.init(fragmentShader:ExclusionBlendFragmentShader, numberOfInputs:2)
}
} | {
"pile_set_name": "Github"
} |
#!/bin/sh
NARG="$#"
ARGS="$*"
ARG1="$1"
PATH_TO_HERE="`dirname $0`"
SAMPLE_PLUGIN=SAMPLE_PLUGIN
# make sure user gives a plugin name
if [ $NARG -lt 1 ] ;then
echo "syntax: $0 <new_plugin_name>"
exit 1
elif [ $NARG -gt 1 ] ;then
echo "syntax: $0 <new_plugin_name>"
exit 1
fi
# make sure it doesn't alr... | {
"pile_set_name": "Github"
} |
<?php
/***********************************************************************************
* X2Engine Open Source Edition is a customer relationship management program developed by
* X2 Engine, Inc. Copyright (C) 2011-2019 X2 Engine Inc.
*
* This program is free software; you can redistribute it and/or modify it u... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 project 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 <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <algorithm>
#include "include/v8.h"
#include "src/execution/isolate.h"
#include "... | {
"pile_set_name": "Github"
} |
(require 'ert)
(require 'auto-complete)
(require 'auto-complete-config)
;; Move this into test case or setup macro once we start testing with
;; non-default config.
(ac-config-default)
(defmacro ac-test-with-common-setup (&rest body)
(declare (indent 0) (debug t))
`(save-excursion
(with-temp-buffer
(... | {
"pile_set_name": "Github"
} |
dnl ---------------------------------------------------------------------------
dnl Message output
dnl ---------------------------------------------------------------------------
AC_DEFUN([LOC_MSG],[echo "$1"])
dnl ---------------------------------------------------------------------------
dnl Available from the GNU A... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingTop="13dp" >
<TextView
... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* Returns a boolean value (not a Boolean object) computed by
* ToBoolean(value)
*
* @path ch15/15.6/15.6.1/S15.6.1.1_A1_T4.js
* @description Used various undefined values and nul... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015-2019 Vladimir Schneider <vladimir.schneider@gmail.com>, all rights reserved.
*
* This code is private property of the copyright holder and cannot be used without
* having obtained a license or prior written permission of the copyright holder.
*
* Unless required by applicable law or agreed... | {
"pile_set_name": "Github"
} |
/*! This file is auto-generated */
/*
* Button mixin- creates a button effect with correct
* highlights/shadows, based on a base color.
*/
body {
background: #f1f1f1;
}
/* Links */
a {
color: #0073aa;
}
a:hover, a:active, a:focus {
color: #0096dd;
}
#post-body .misc-pub-post-status:before,
#post-body #visib... | {
"pile_set_name": "Github"
} |
/************************************************************************
**
** Copyright (C) 2019 KKevin B. Hendricks, Stratford Ontario, Canada
** Copyright (C) 2012 John Schember <john@nachtimwald.com>
** Copyright (C) 2012 Dave Heiland
**
** This file is part of Sigil.
**
** Sigil is free software: you can red... | {
"pile_set_name": "Github"
} |
module.exports = require('./reduceRight');
| {
"pile_set_name": "Github"
} |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_allapps_background" />
<foreground android:drawable="@drawable/ic_allapps_foreground" />
</adaptive-icon> | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Farm plan install.
*/
/**
* Implements hook_schema().
*/
function farm_plan_schema() {
$schema['farm_plan'] = array(
'description' => 'Farm plans',
'fields' => array(
'id' => array(
'description' => 'Plan ID',
'type' => 'serial',
'unsigned' => TRUE,
... | {
"pile_set_name": "Github"
} |
---
title: DataRecordset.GetPrimaryKey Method (Visio)
keywords: vis_sdr.chm16460290
f1_keywords:
- vis_sdr.chm16460290
ms.prod: visio
api_name:
- Visio.DataRecordset.GetPrimaryKey
ms.assetid: 4f056424-4668-7859-5ed1-bd28a051ddc0
ms.date: 06/08/2017
---
# DataRecordset.GetPrimaryKey Method (Visio)
Gets the primary ke... | {
"pile_set_name": "Github"
} |
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
go_library(
name = "go_default_library",
srcs = [
"chunk_generator.go",
"codegen.go",
"main.go",
"stage_generator.go",
],
importpath = "github.com/martian-lang/martian/cmd/mro2go",
visibilit... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System;
using UnityEditor;
using UnityEngine;
using System.Linq;
using ProceduralWorlds.Core;
namespace ProceduralWorlds.Editor
{
public static class LayoutFactory
{
static T CreateLayoutPanel< T >(BaseGraphEditor graphEditor) where T : LayoutPanel, new()
{
LayoutPanel ... | {
"pile_set_name": "Github"
} |
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator *... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "hwzb_icon_13x13_@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
I am re-reading [The Art of Learning](https://www.amazon.ca/Art-Learning-Journey-Optimal-Performance/dp/0743277465) by [Joshua Waitzkin](https://en.wikipedia.org/wiki/Joshua_Waitzkin), the chess prodigy who later became a world champion in competitive tai chi. In a chapter on keeping your concentration when the world a... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using Retina.Configuration;
using Retina.Extensions;
using System.Text.RegularExpressions;
using System.Numerics;
namespace Retina.Stages
{
public class SortStage : AtomicStage
{
public SortStage(Config config, History... | {
"pile_set_name": "Github"
} |
# `panic`
我们将要看到的最简单的错误处理机制就是 `panic`。它会打印一个错误消息,开始
回退(unwind)任务,且通常会退出程序。这里我们显式地在错误条件下调用 `panic`:
```rust,editable,ignore,mdbook-runnable
fn give_princess(gift: &str) {
// 公主讨厌蛇,所以如果公主表示厌恶的话我们要停止!
if gift == "snake" { panic!("AAAaaaaa!!!!"); }
println!("I love {}s!!!!!", gift);
}
fn main() {
give_p... | {
"pile_set_name": "Github"
} |
/*
* mutex8.c
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998 Ben Elliston and Ross Johnson
* Copyright (C) 1999,2000,2001 Ross Johnson
*
* Contact Email: rpj@ise.canberra.edu.au
*
* This library is free software; you can redistribute it and/or
* modify it under the te... | {
"pile_set_name": "Github"
} |
window['google_empty_script_included'] = true;
| {
"pile_set_name": "Github"
} |
/* eslint-disable jsx-a11y/anchor-is-valid */
import {
Form,
Select,
InputNumber,
Switch,
Slider,
Button,
} from 'antd';
import React from 'react';
import { hot } from 'react-hot-loader';
import styles from './App.scss';
const FormItem = Form.Item;
const { Option } = Select;
const App = () => (
<Form... | {
"pile_set_name": "Github"
} |
/* code page 866 (OEM Russian) */
/* generated from http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
static const WCHAR cp2uni[512] =
{
0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007,
0x0008, 0x0009, 0x000a, 0x000b, 0x000c, 0x0... | {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation; or, when distributed
* separately from the Linux kernel or incorporated into other
* software packages, subject to the following... | {
"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"
} |
package HTTP::Cookies;
use strict;
use HTTP::Date qw(str2time time2str);
use HTTP::Headers::Util qw(split_header_words join_header_words);
use LWP::Debug ();
use vars qw($VERSION $EPOCH_OFFSET);
$VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
# Legacy: because "use "HTTP::Cookies" used be the ONLY way
... | {
"pile_set_name": "Github"
} |
.treeview, .treeview ul {
padding: 0;
margin: 0;
list-style: none;
}
.treeview ul {
margin-top: 0px;
}
.treeview .hitarea {
background: url(../images/split.png) -152px -328px no-repeat;
height: 12px;
width: 12px;
margin-left: -16px;
margin-top:2px;
float: left;
cursor: pointe... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright (c) 2018 DuckDuckGo
~
~ 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... | {
"pile_set_name": "Github"
} |
"use strict";
exports["default"] = typeof global === "undefined" ? self : global;
exports.__esModule = true; | {
"pile_set_name": "Github"
} |
open! Import
module Unix = Core_unix
let concat = String.concat
let log string a sexp_of_a =
Printf.eprintf "%s\n%!"
(Sexp.to_string_hum ([%sexp_of: string * a] (string, a)));
;;
module Make () = struct
let check_invariant = ref true
let show_messages = ref true
open Iobuf
type nonrec t_repr = t_r... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2020 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// literal_matcher.hpp
//
// Copyright 2008 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_XPRESSIVE_D... | {
"pile_set_name": "Github"
} |
/**
* Copyright © 2002 Instituto Superior Técnico
*
* This file is part of FenixEdu Academic.
*
* FenixEdu Academic is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-2020 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
*/
package io.ktor.client.features.json
import io.ktor.http.*
internal class JsonContentTypeMatcher : ContentTypeMatcher {
override fun contains(contentType: ContentType): Boolean {
... | {
"pile_set_name": "Github"
} |
package ole
import "unsafe"
type IUnknown struct {
RawVTable *interface{}
}
type IUnknownVtbl struct {
QueryInterface uintptr
AddRef uintptr
Release uintptr
}
type UnknownLike interface {
QueryInterface(iid *GUID) (disp *IDispatch, err error)
AddRef() int32
Release() int32
}
func (v *IUnknown... | {
"pile_set_name": "Github"
} |
//
// ExampleItem+CoreDataProperties.swift
// CadmiumBasicExample
//
// Copyright (c) 2016-Present Jason Fieldman - https://github.com/jmfieldman/Cadmium
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to de... | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool"... | {
"pile_set_name": "Github"
} |
9;
9;
9;
9;
| {
"pile_set_name": "Github"
} |
// Type definitions for iview 3.3.1
// Project: https://github.com/iview/iview
// Definitions by: yangdan
// Definitions: https://github.com/yangdan8/iview.git
import Vue, { VNode, CreateElement } from "vue";
export declare class Tree extends Vue {
/**
* 可嵌套的节点属性的数组,生成 tree 的数据
*/
data?: TreeChild[];... | {
"pile_set_name": "Github"
} |
/*
* Copyright Terracotta, 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 to ... | {
"pile_set_name": "Github"
} |
const librariesMissing = libraryNames =>
libraryNames.length
? `You have to install these libraries first: ${libraryNames}`
: null;
const librariesInstalled = libraryNames =>
libraryNames.length
? `Libraries ${libraryNames} installed successfully`
: null;
const packagesMissing = packageNames =>
... | {
"pile_set_name": "Github"
} |
import $ from 'jquery';
import ui from '../bs4/ui';
import dom from '../base/core/dom';
import range from '../base/core/range';
import '../base/summernote-en-US';
import Editor from '../base/module/Editor';
import Clipboard from '../base/module/Clipboard';
import Dropzone from '../base/module/Dropzone';
import Codeview... | {
"pile_set_name": "Github"
} |
//
// Authors:
// Rafael Mizrahi <rafim@mainsoft.com>
// Erez Lotan <erezl@mainsoft.com>
// Vladimir Krasnov <vladimirk@mainsoft.com>
//
//
// Copyright (c) 2002-2005 Mainsoft Corporation.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated... | {
"pile_set_name": "Github"
} |
// Copyright 2015-2019 Parity Technologies (UK) Ltd.
// This file is part of Parity.
//
// SPDX-License-Identifier: MIT
import { checkClockSync } from './checkClockSync';
jest.mock('sntp', () => ({ time: () => Promise.resolve({ t: 1234 }) }));
it('should return the correct syncness', async done => {
expect(await c... | {
"pile_set_name": "Github"
} |
import os, sys
from bmtk.simulator import pointnet
def main(config_file):
configure = pointnet.Config.from_json(config_file)
configure.build_env()
network = pointnet.PointNetwork.from_config(configure)
sim = pointnet.PointSimulator.from_config(configure, network)
sim.run()
if __name__ == '__ma... | {
"pile_set_name": "Github"
} |
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
/**
* Tests that upon initializing Activity Stream, the cached about:home
* document does not process any actions caused by that initialization.
* This is because the restored Redux state from ... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.plugin.mmsight;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.protocal.protobuf.baa;
import com.tencent.mm.sdk.platformtools.ab;
public class SightCaptureResult implements P... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2014-2019 Nuxeo (http://nuxeo.com/) and others.
*
* 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 requi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009-2020, Peter Abeles. All Rights Reserved.
*
* This file is part of Efficient Java Matrix Library (EJML).
*
* 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"
} |
<?php
declare(strict_types=1);
namespace League\OpenAPIValidation\Tests\Schema\Keywords;
use League\OpenAPIValidation\Schema\Exception\KeywordMismatch;
use League\OpenAPIValidation\Schema\SchemaValidator;
use League\OpenAPIValidation\Tests\Schema\SchemaValidatorTest;
final class MinLengthTest extends SchemaValidato... | {
"pile_set_name": "Github"
} |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2013 The PHP Group |
+---------... | {
"pile_set_name": "Github"
} |
#compdef fc-list fc-match
local -a expl suf
local font=${${PREFIX//-[0-9]##:/:}%:*}: ret=1
local attr
compset -S ':*' || suf=( -S: -r "-: \t\n\-" )
if compset -P '*:'; then
attr="${PREFIX%\=*}"
if compset -P '*='; then
case $attr in
hintstyle)
_wanted value expl 'value' compadd "$suf[@]" \
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using text_xs.Properties;
using Kontract.Interface;
using Kontract;
using Kontract.IO;
namespace text_xs
{
//Level5
public sealed class XsAdapter : ITextAdapter... | {
"pile_set_name": "Github"
} |
find_package(KF5Wallet ${KF5_DEP_VERSION} QUIET)
set_package_properties(KF5Wallet PROPERTIES PURPOSE "Required to build the katesql addon")
find_package(Qt5Sql ${QT_MIN_VERSION} QUIET)
set_package_properties(Qt5Sql PROPERTIES PURPOSE "Required to build the katesql addon")
if(NOT KF5Wallet_FOUND OR NOT Qt5Sql_FOUND)
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.