text stringlengths 2 99.9k | meta dict |
|---|---|
"use strict"
var bomHandling = require('./bom-handling'),
iconv = module.exports;
// All codecs and aliases are kept here, keyed by encoding name/alias.
// They are lazy loaded in `iconv.getCodec` from `encodings/index.js`.
iconv.encodings = null;
// Characters emitted in case of error.
iconv.defaultCharUnicode ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World! — REGoth documentation</... | {
"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"
} |
az: ադրբեջաներեն
az_AZ: 'ադրբեջաներեն (Ադրբեջան)'
az_Latn_AZ: 'ադրբեջաներեն (լատինական, Ադրբեջան)'
az_Latn: 'ադրբեջաներեն (լատինական)'
az_Cyrl_AZ: 'ադրբեջաներեն (կյուրեղագիր, Ադրբեջան)'
az_Cyrl: 'ադրբեջաներեն (կյուրեղագիր)'
sq: ալբաներեն
sq_AL: 'ալբաներեն (Ալբանիա)'
sq_XK: 'ալբաներեն (Կոսովո)'
sq_MK: 'ալբաներեն (Մակեդո... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Copyright (C) 2011 OpenWrt.org
. /lib/functions.sh
include /lib/network
get_ifname() {
local interface="$1"
local cfgt
scan_interfaces
config_get cfgt "$interface" TYPE
[ "$cfgt" == "interface" ] && config_get "$interface" ifname
}
config_cb() {
config_get TYPE "$CONFIG_SECTION" TYPE
[ "interfac... | {
"pile_set_name": "Github"
} |
const parse = require('./parse')
const valid = (version, options) => {
const v = parse(version, options)
return v ? v.version : null
}
module.exports = valid
| {
"pile_set_name": "Github"
} |
/**
* Parent for all Overlay types. The core concept with an Overlay is that of its `location`, which is specified
* as follows:
*
* ###### Connectors
* - a value between 0 and 1 inclusive is a proportional value, relative to the length of the Connector's path.
* - a value greater than 1 or less than 0 is an a... | {
"pile_set_name": "Github"
} |
if TARGET_VME8349
config SYS_BOARD
default "vme8349"
config SYS_VENDOR
default "esd"
config SYS_CONFIG_NAME
default "vme8349"
endif
| {
"pile_set_name": "Github"
} |
// Rewrite of Pugna Life Drain
// Author: Noya
// Date: April 5, 2015
"pugna_life_drain_datadriven"
{
// General
//-------------------------------------------------------------------------------------------------------------
"BaseClass" "ability_datadriven"
"AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
"Abilit... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# ccat.sh 4.1 83/02/11
#
for file in $*
do
/usr/ucb/uncompact < $file
done
| {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
package khipu.vm
import akka.util.ByteString
import khipu.DataWord
import khipu.crypto
import khipu.domain.Address
import khipu.domain.TxLogEntry
import scala.collection.mutable
object OpCodes {
val LogOpCodes: List[OpCode[_]] = List(
LOG0,
LOG1,
LOG2,
LOG3,
LOG4
)
val SwapOpCodes: List[Op... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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
*
... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/chime/Chime_EXPORTS.h>
#include <aws/chime/model/Origination.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace U... | {
"pile_set_name": "Github"
} |
import yt
import matplotlib.cm as cm
# Load the dataset.
ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
# Create projections using each colormap available.
p = yt.ProjectionPlot(ds, "z", "density", weight_field="density", width=0.4)
for cmap in cm.datad:
if cmap.startswith("idl"):
continue
p.se... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build go1.9
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package ipv6
import (
"net"
"golang.org/x/net/internal/socket"
)
func (c *... | {
"pile_set_name": "Github"
} |
-Xlog-implicits
| {
"pile_set_name": "Github"
} |
/*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | {
"pile_set_name": "Github"
} |
file (GLOB SOURCE_FILES parser.cpp)
init_target (test_http)
build_test (${TARGET_NAME} ${SOURCE_FILES})
link_boost ()
final_target ()
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
| {
"pile_set_name": "Github"
} |
# [20170202 码农日报](02.md)
[前端日报](http://caibaojian.com/c/news)栏目数据来自[码农头条](http://hao.caibaojian.com/)(我开发的爬虫),每日分享前端、移动开发、设计、资源和资讯等,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kujian/frontendDaily)
* [Java Mybatis 框架入门教程](http://hao.caibaojian.com/24497.html) (程序员俱乐部)
* [优秀设计的 10 个标准](http://... | {
"pile_set_name": "Github"
} |
/**
* (C) Copyright IBM Corp. 2018, 2020.
*
* 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"
} |
public class HelloWorld {
void testMethod() {}
private int testVariable;
}
| {
"pile_set_name": "Github"
} |
### 欧美20余高级将领会议 2人确诊感染武汉肺炎
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [网门安卓版... | {
"pile_set_name": "Github"
} |
@mixin button ($style: simple, $base-color: #4294f0) {
@if type-of($style) == color {
$base-color: $style;
$style: simple;
}
// Grayscale button
@if $base-color == grayscale($base-color) {
@if $style == simple {
@include simple($base-color, $grayscale: true);
}
@else if $style == sh... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Gitlab::HookData::BaseBuilder do
describe '#absolute_image_urls' do
let(:subclass) do
Class.new(described_class) do
public :absolute_image_urls
end
end
using RSpec::Parameterized::TableSyntax
context 'with an up... | {
"pile_set_name": "Github"
} |
{
"frameGrid" : {
"size" : [16, 16],
"dimensions" : [2, 1],
"names" : [
[ "front", "back" ]
]
}
}
| {
"pile_set_name": "Github"
} |
(* Coq JavaScript API. Based in the coq source code and js_of_ocaml.
*
* By Emilio J. Gallego Arias, Mines ParisTech, Paris.
* LICENSE: GPLv3+
*
* This file contains the basic coq library definitions used in jscoq.
*)
(* Information about a Coq library.
*
* We could have accessed Loadpath.t, etc..., but we've ... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "基隆市中山區復興路181號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCou... | {
"pile_set_name": "Github"
} |
## Security
Please report any security issue to [security@salesforce.com](mailto:security@salesforce.com)
as soon as it is discovered. This library limits its runtime dependencies in
order to reduce the total cost of ownership as much as can be, but all consumers
should remain vigilant and have their security stakehol... | {
"pile_set_name": "Github"
} |
The Czech Republic and Spain played out a scoreless draw in their World Cup group six qualifier on Wednesday, in a match that never lived up to expectations.
The Czechs were facing their first big test since they reached the Euro 96 final, while Real Madrid's teenage striker Raul was looking to spark a depleted Spanis... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function (t, a) {
var x = {};
a(t.call([3, "raz", {}, x, {}], x), 3, "Regular");
a(t.call([3, "raz", NaN, {}, NaN], NaN), 2, "NaN");
a(t.call([3, "raz", 0, {}, -0], -0), 2, "-0");
a(t.call([3, "raz", -0, {}, 0], +0), 2, "+0");
a(t.call([3, "raz", NaN, {}, NaN], NaN, 3), 4, "fromInd... | {
"pile_set_name": "Github"
} |
a524a76c85f55b7d63914fc1543a5268
| {
"pile_set_name": "Github"
} |
/**
* Estonian translation for bootstrap-datepicker
* Ando Roots <https://github.com/anroots>
* Fixes by Illimar Tambek <<https://github.com/ragulka>
*/
;(function($){
$.fn.datepicker.dates['et'] = {
days: ["Pühapäev", "Esmaspäev", "Teisipäev", "Kolmapäev", "Neljapäev", "Reede", "Laupäev", "Pühapäev"],
daysSho... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* This file is part of the Vökuró.
*
* (c) Phalcon Team <team@phalcon.io>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Vokuro\Models;
use Phalcon\Mvc\Model;
/**
* PasswordChanges... | {
"pile_set_name": "Github"
} |
[
{
"class" : "org.batfish.question.OspfStatusQuestionPlugin$OspfStatusAnswerElement",
"ospfStatuses" : [
{
"interface" : {
"hostname" : "as1border1",
"interface" : "Loopback0"
},
"ospfStatus" : "ENABLED_PASSIVE"
}
]
}
] | {
"pile_set_name": "Github"
} |
package com.twitter.finatra.thrift.exceptions
import com.twitter.finagle.stats.StatsReceiver
import com.twitter.inject.Injector
import com.twitter.inject.TypeUtils.singleTypeParam
import com.twitter.util.Future
import java.lang.reflect.Type
import java.util.concurrent.ConcurrentHashMap
import javax.inject.Singleton
im... | {
"pile_set_name": "Github"
} |
// Check string
.String = 'Hello'
.OtherStringA = 'Hello'
.OtherStringB = 'Goodbye'
// Strings match
If (.String == .OtherStringA)
{
Print( "Success" )
}
If (.String != .OtherStringA)
{
Print( "Failure" )
}
// Strings don't match
If (.String == .OtherStringB)
{
Print( "Failure" )
}
If (.String != .OtherS... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
task default: :test
desc 'Use UglifyJS to compress Underscore.string'
task :build do
require 'uglifier'
source = File.read('lib/underscore.string.js')
compressed = Uglifier.compile(source, copyright: false)
File.open('dist/underscore.string.min.js', 'w'){ |f| f.write compressed }
compressio... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Player sources</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<sc... | {
"pile_set_name": "Github"
} |
<?php
/**
* This is the central file for maintenance scripts.
* It is not the entry point however.
*
* @author Timo Tijhof
* @since 1.0.0
* @package TestSwarm
*/
abstract class MaintenanceScript {
private $context, $name, $description;
private $flags = array();
private $options = array();
private $generalArg... | {
"pile_set_name": "Github"
} |
/* cobyla : contrained optimization by linear approximation */
/*
* Copyright (c) 1992, Michael J. D. Powell (M.J.D.Powell@damtp.cam.ac.uk)
* Copyright (c) 2004, Jean-Sebastien Roy (js@jeannot.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated ... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------------------------------------
Software License for The Fraunhofer FDK AAC Codec Library for Android
� Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur F�rderung der angewandten Forschung e.V.
All rights reserved.
1. INTRODUCTION... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jun 26 22:36:42 PDT 2012-->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Jackson-datatype-JODA 2.0.4 API
</TITLE>
<SCRIPT typ... | {
"pile_set_name": "Github"
} |
# label.tcl --
#
# This demonstration script creates a toplevel window containing
# several label widgets.
#
# RCS: @(#) $Id: label.tcl,v 1.6 2004/12/21 11:56:35 dkf Exp $
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
}
package require Tk
set w .label
catch {destroy... | {
"pile_set_name": "Github"
} |
/*
* PCI Express PCI Hot Plug Driver
*
* Copyright (C) 1995,2001 Compaq Computer Corporation
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2001 IBM Corp.
* Copyright (C) 2003-2004 Intel Corporation
*
* All rights reserved.
*
* This program is free software; you can redistribute it a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2019 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 a... | {
"pile_set_name": "Github"
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ConfirmationPopup : MonoBehaviour
{
public TMPro.TextMeshProUGUI Text;
public Pop YesPop;
public Pop NoPop;
public MenuButton YesButton;
public MenuButton NoButton;
public CanvasGroup BackgroundCanvasGroup;
public Pop ... | {
"pile_set_name": "Github"
} |
{
"name": "Fark, Inc",
"displayName": "Fark",
"properties": [
"fark.net"
],
"prevalence": {
"tracking": 0,
"nonTracking": 0.0000294,
"total": 0.0000294
}
} | {
"pile_set_name": "Github"
} |
package edu.stanford.bmir.protege.web.shared.shortform;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.auto.value.AutoValue;
import com.... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Closure Library 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | {
"pile_set_name": "Github"
} |
:020000023000CC
:10FC000001C0F3C0112484B790E890936100109272
:10FC10006100882369F0982F9A70923049F081FF33
:10FC200002C097EF94BF282E80E002D10C94000010
:10FC300085E08093810082E08093D00088E180930A
:10FC4000D1008BE08093D40086E08093D2008EE0D8
:10FC5000EFD0279A84E02DE53DEF91E030938500C9
:10FC60002093840096BBB09BFECF1F9A... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">JavaWebsocketClient</string>
</resources>
| {
"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"
} |
// Copyright 2016 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/cert/internal/verify_name_match.h"
#include "net/der/input.h"
// Entry point for LibFuzzer.
extern "C" int LLVMFuzzerTestOneInput(const ui... | {
"pile_set_name": "Github"
} |
[IIO Oscilloscope]
plugin.AD936X Advanced.detached=0
plugin.DMM.detached=0
plugin.Debug.detached=0
plugin.Spectrum Analyzer.detached=0
plugin.AD936X.detached=0
startup_version_check=0
test=1
[IIO Oscilloscope - Capture Window1]
test.message = Please ensure RX_IN <-> TX_OUT
domain=fft
sample_count=400
fft_size=16384
ff... | {
"pile_set_name": "Github"
} |
<math>
<mrow>
<mtable>
<mtr>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
</mtr>
<mtr>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
<mtd> 0.9 </mtd>
<mtd> 0 </mtd>
</mtr>
<mtr>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
<mtd> 0 </mtd>
<mtd> 0.9 </mtd>
<mtd> 0 </mtd>
</mtr>
<mtr>
<mtd> 0 </mtd>
<mtd> ... | {
"pile_set_name": "Github"
} |
###############################################################################
# Copyright (c) 2016, 2016 IBM Corp. and others
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License 2.0 which accompanies this
# distribution and is available at https://www.ecl... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------
// <copyright file="MatrixMath.cs" company="MyToolkit">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/MyToolkit/MyToolkit/blob/master/LICENSE.md</license>
// <author>Rico Suter, mail@rsuter.... | {
"pile_set_name": "Github"
} |
import Foundation
class AppUserAccount {
enum DefaultsKeys: String {
case UserAccountKey
}
// MARK: - Initializers
let defaults: UserDefaults
init(defaults: UserDefaults) {
self.defaults = defaults
}
init() {
self.defaults = UserDefaults.standard
... | {
"pile_set_name": "Github"
} |
//
// CornerLineAnimationViewController.swift
// AnimaExample
//
// Created by Satoshi Nagasaka on 2017/04/24.
// Copyright © 2017 satoshin21. All rights reserved.
//
import Foundation
import Anima
class CornerLineAnimationViewController: UIViewController {
@IBOutlet weak var animaView: UIView!
... | {
"pile_set_name": "Github"
} |
{
"SX1301_conf": {
"lorawan_public": true,
"clksrc": 1, /* radio_1 provides clock to concentrator */
"antenna_gain": 0, /* antenna gain, in dBi */
"radio_0": {
"enable": true,
"type": "SX1257",
"freq": 867500000,
"rssi_offset": -166.0,
... | {
"pile_set_name": "Github"
} |
---
title: NdisFilterTimedPauseComplete rule (ndis)
description: The NdisFilterTimedPauseComplete verifies three things The FilterPause function will be completed in 10 seconds or less.The FilterPause function must not fail.The FilterPause function must not complete twice.
ms.assetid: 60B926CC-E2C4-42B8-8555-5E620DCDDA... | {
"pile_set_name": "Github"
} |
{
"cluster.put_settings": {
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/5.x/cluster-update-settings.html",
"methods": ["PUT"],
"url": {
"path": "/_cluster/settings",
"paths": ["/_cluster/settings"],
"parts": {},
"params": {
"flat_settings": {
... | {
"pile_set_name": "Github"
} |
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
#ifndef LUA_OBJECT_MATERIAL_H
#define LUA_OBJECT_MATERIAL_H
// NOTE: some implementation is done in LuaMaterial.cpp
typedef int GLint;
typedef unsigned int GLuint;
typedef float GLfloat;
typedef unsigned int ... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('flip', require('../flip'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
//===- llvm/ADT/SmallPtrSet.h - 'Normally small' pointer set ----*- C++ -*-===//
//
// 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"
} |
import 'package:angel_route/angel_route.dart';
import 'package:test/test.dart';
void main() {
test('resolve / on /', () {
var router = Router()
..group('/', (router) {
router.group('/', (router) {
router.get('/', 'ok');
});
});
expect(router.resolveAbsolute('/'), isNotN... | {
"pile_set_name": "Github"
} |
/* packet-http.c
* Routines for HTTP packet disassembly
* RFC 1945 (HTTP/1.0)
* RFC 2616 (HTTP/1.1)
*
* Guy Harris <guy@alum.mit.edu>
*
* Copyright 2004, Jerry Talkington <jtalkington@users.sourceforge.net>
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 1999, Andrew Tridgell <tridge@samba.org>
*
*... | {
"pile_set_name": "Github"
} |
config DRM_EXYNOS
tristate "DRM Support for Samsung SoC EXYNOS Series"
depends on DRM && PLAT_SAMSUNG
select DRM_KMS_HELPER
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
help
Choose this option if you have a Samsung SoC EXYNOS chipse... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--圆角半径-->
<corners android:radius="100dp" />
<!--背景颜色-->
<solid android:color="@color/white" />
</shape> | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <CoreSuggestionsUI/SGEventSuggestionBase.h>
#import <CoreSuggestionsUI/SuggestedEventPopoverControllerDelegate-Protocol.h>
@c... | {
"pile_set_name": "Github"
} |
// The MIT License (MIT)
//
// Copyright (c) 2015, 2017 Arian Fornaris
//
// 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 ri... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
-2458173121:LMT:0:6720
348884520:SAST:0:5400
1248312600:SAST:0:7200
15721200:SAST:1:10800
15728400:SAST:0:7200
15721200:SAST:1:10800
1:SAST:0:7200 | {
"pile_set_name": "Github"
} |
using System;
using System.Reflection;
namespace MvcSiteMapProvider.Reflection
{
/// <summary>
/// Extensions to the System.Object data type.
/// </summary>
/// <remarks>
/// Source: http://stackoverflow.com/questions/1565734/is-it-possible-to-set-private-property-via-reflection#answer-1565766
... | {
"pile_set_name": "Github"
} |
{
"package": "com.google.android.apps.cloudconsole",
"verified": true,
"authors": [
"simonsmh"
],
"last_update": {
"timestamp": 1573909761
},
"recommendation": "@unnecessary",
"behaviors": [
"@standard"
]
} | {
"pile_set_name": "Github"
} |
/* Copyright 2015 The TensorFlow 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies ... | {
"pile_set_name": "Github"
} |
package logrus
import (
"context"
"io"
"time"
)
var (
// std is the name of the standard logger in stdlib `log`
std = New()
)
func StandardLogger() *Logger {
return std
}
// SetOutput sets the standard logger output.
func SetOutput(out io.Writer) {
std.SetOutput(out)
}
// SetFormatter sets the standard logg... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2011 Eric Niebler
Copyright (c) 2001-2011 Joel de Guzman
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)
... | {
"pile_set_name": "Github"
} |
<html><head><title>検索</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
<body>
<small>
Sakura-Editor Macro Reference
</small>
<h2>検索</h2>
<ul>
<li><a href = "./S_SearchDialog.html">S_SearchDialog</a></li>
<li><a href =... | {
"pile_set_name": "Github"
} |
# file GENERATED by distutils, do NOT edit
setup.py
tensorboardcolab/__init__.py
tensorboardcolab/callbacks.py
tensorboardcolab/core.py
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010-2011 Lockheed Martin Corporation
*
* 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 ap... | {
"pile_set_name": "Github"
} |
import Immutable from "immutable";
import PropTypes from "prop-types";
import React, { PureComponent, Component} from "react";
import {
Collection,
CellMeasurer,
CellMeasurerCache,
createMasonryCellPositioner,
Masonry,
AutoSizer,
WindowScroller,
} from 'react-virtualized';
import styles from 'react-virtua... | {
"pile_set_name": "Github"
} |
package org.springframework.web.filter;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ja... | {
"pile_set_name": "Github"
} |
package com.haroldadmin.moonshot.services.spacex.v4
import com.haroldadmin.cnradapter.NetworkResponse
import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass
import retrofit2.http.GET
import java.time.ZonedDateTime
enum class DatePrecision {
half, quarter, year, month, day, hour
}
@JsonClass(generateA... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 TypeFox 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
*/
import { ContainerModule } from "inversify";
impo... | {
"pile_set_name": "Github"
} |
{
"name": "typescript-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"package": ... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | {
"pile_set_name": "Github"
} |
env GO111MODULE=on
[short] skip
# -mod=readonly must not resolve missing modules nor update go.mod
#
# TODO(bcmills): 'go list' should suffice, but today it does not fail due to
# unresolved imports. When that is fixed, use 'go list' instead of 'go list all'.
env GOFLAGS=-mod=readonly
go mod edit -fmt
cp go.mod go.mod... | {
"pile_set_name": "Github"
} |
#RUN: not llc -march=aarch64 -run-pass=none -verify-machineinstrs -o /dev/null %s 2>&1 | FileCheck %s
# REQUIRES: global-isel, aarch64-registered-target
---
name: test_select
legalized: true
regBankSelected: false
selected: false
tracksRegLiveness: true
liveins:
body: |
bb.0:
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var argv = require('yargs')
.string('x', 'y')
.argv
;
console.dir([ argv.x, argv.y ]);
/* Turns off numeric coercion:
./node string.js -x 000123 -y 9876
[ '000123', '9876' ]
*/
| {
"pile_set_name": "Github"
} |
//
// Copyright (C) OpenSim Ltd.
//
// 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
// of the License, or (at your option) any later version.
//
// This program is dis... | {
"pile_set_name": "Github"
} |
.flow-on .mod-pray .dropdown-input{
width: 171px;
}
.flow-on .mod-pray-h12 .dropdown-input{
width: 131px;
}
/*TODO find a better solution*/
/*.flow-on .mod-pray .dropdown-list{
width: 201px!important;
}
.flow-on .mod-pray-h12 .dropdown-list{
width: 162px!important;
}*/
| {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
# Copyright © 2016 Advanced Micro Devices, 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, p... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_QT5SCRIPT
bool "qt5script"
select BR2_PACKAGE_QT5BASE
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
help
Qt is a cross-platform application and UI framework for
developers using C++.
This package corresponds to the qt5script module.
http://qt-project.org
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.