text stringlengths 2 99.5k | meta dict |
|---|---|
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.... | {
"pile_set_name": "Github"
} |
op {
graph_op_name: "Stage"
}
| {
"pile_set_name": "Github"
} |
; 8
####
# ####
# $ #
##### # #@##
# ## #### $ ##
# . ## # ## # #
## ### $ $ #
## # $## # #
## ......# $ $ #
## ## ##
##############
| {
"pile_set_name": "Github"
} |
# RUN: yaml-bench -canonical %s
- yes
- NO
- True
- on
| {
"pile_set_name": "Github"
} |
Autotest.add_discovery do
"rails"
end
| {
"pile_set_name": "Github"
} |
icecast:
image: easypi/icecast-arm
ports:
- "8000:8000"
restart: unless-stopped
| {
"pile_set_name": "Github"
} |
Door Prison Cell (key)
| {
"pile_set_name": "Github"
} |
import React from 'react'
import RootComponent from './views/root'
var $ = React.createElement
export default class App {
constructor () {
React.render($(RootComponent, {}), document.body)
}
}
window.app = new App()
| {
"pile_set_name": "Github"
} |
/* AVR32 is big-endian */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
| {
"pile_set_name": "Github"
} |
lib LibC
type VaList = Void*
end
| {
"pile_set_name": "Github"
} |
class Foo;
using FooPtr = std::shared_ptr<Foo>;
void bar(FooPtr foo_ptr);
| {
"pile_set_name": "Github"
} |
// OCHamcrest by Jon Reid, http://qualitycoding.org/about/
// Copyright 2015 hamcrest.org. See LICENSE.txt
#import "HCTestFailureReporter.h"
@interface HCGenericTestFailureReporter : HCTestFailureReporter
@end
| {
"pile_set_name": "Github"
} |
new A < T;
| {
"pile_set_name": "Github"
} |
joycheck.prg:
-------------
VIA port output bits should read as 0, not 1
the third row shown by the following program should be all 0s
(confirmed on my vic20 - gpz)
see bug #535
| {
"pile_set_name": "Github"
} |
// Copyright 2018 Google LLC. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
// +build appenginevm
package internal
func init() {
appengineFlex = true
}
| {
"pile_set_name": "Github"
} |
### Topic
Dynamic programming, RMQ
### Key Idea
### Problem source
[LightOJ](http://lightoj.com/volume_showproblem.php?problem=1084)
[PDF](http://lightoj.com/volume_showproblem.php?problem=1084&language=english&type=pdf)
### Useful links
[Segment tree implementation](http://codeforces.com/blog/entry/18... | {
"pile_set_name": "Github"
} |
<template>
<div>Child</div>
</template>
<script>
export default {
name: "Child"
}
</script>
| {
"pile_set_name": "Github"
} |
dev tun
proto udp
remote us-or.serverlocation.co 54
resolv-retry infinite
client
auth-user-pass /config/openvpn-credentials.txt
nobind
persist-key
persist-tun
ns-cert-type server
comp-lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
MIIFOTCCBCGgAwIBAgIJALHEFe9IQlCzMA0G... | {
"pile_set_name": "Github"
} |
// Reset filters for IE
//
// When you need to remove a gradient background, do not forget to use this to reset
// the IE filter for IE9 and below.
@mixin reset-filter() {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
| {
"pile_set_name": "Github"
} |
// Reset filters for IE
//
// When you need to remove a gradient background, do not forget to use this to reset
// the IE filter for IE9 and below.
@mixin reset-filter() {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8d268f48e28034e498a927bb0e47c59e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
all: otrx
otrx:
$(CC) $(CFLAGS) -o $@ otrx.c -Wall
clean:
rm -f otrx
| {
"pile_set_name": "Github"
} |
using Core.DataAccess;
using DataAccess.Entities;
namespace DataAccess.Abstract
{
public interface IMobileLoginRepository : IEntityRepository<MobileLogin>
{
}
} | {
"pile_set_name": "Github"
} |
SET UTF-8
LANG tr
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e3a86464a4cf34a4ab5d8732350c4ca0
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package com.wanjian.sak.system.traversals;
import android.view.View;
public interface ViewTraversalsListener {
void onBeforeTraversal(View rootView);
void onAfterTraversal(View rootView);
}
| {
"pile_set_name": "Github"
} |
owner = POL
controller = POL
add_core = POL
infra = 7
1940.5.10 = {
controller = GER
}
| {
"pile_set_name": "Github"
} |
body .layer-ext-lists .layui-layer-title{
font-family: Microsoft YaHei;
font-size: 24px;
height: 80px;
}
| {
"pile_set_name": "Github"
} |
(executable (name priv))
| {
"pile_set_name": "Github"
} |
package Solution
func Solution(x bool) bool {
return x
}
| {
"pile_set_name": "Github"
} |
package Solution
func Solution(x bool) bool {
return x
}
| {
"pile_set_name": "Github"
} |
package Solution
func Solution(x bool) bool {
return x
}
| {
"pile_set_name": "Github"
} |
reviewers:
- bparees
- gabemontero
- jim-minter
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: a833b186a83db384bbeeb89d3fd04a30
folderAsset: yes
DefaultImporter:
userData:
| {
"pile_set_name": "Github"
} |
package test
class D extends C
| {
"pile_set_name": "Github"
} |
state=1
state=2
state=3
state=4
| {
"pile_set_name": "Github"
} |
class AddUniqueConstraintToRevisionMwRevIdAndWiki < ActiveRecord::Migration[5.1]
def change
add_index :revisions, [:wiki_id, :mw_rev_id], unique: true
end
end
| {
"pile_set_name": "Github"
} |
Dummy::Application.routes.draw do
root to: 'pages#root'
end
| {
"pile_set_name": "Github"
} |
heading
---
heading
===================================
not a heading
----------------------------------- text
| {
"pile_set_name": "Github"
} |
import React from 'react';
function connect(WrappedComponent, select) {
return function(props) {
const selectors = select(props);
return <WrappedComponent {...props} {...selectors} />;
};
}
export default connect;
| {
"pile_set_name": "Github"
} |
/** @addtogroup drv_ne2k ne2k
* @brief Novell NE2000 NIC driver
* @ingroup drvs
*/
| {
"pile_set_name": "Github"
} |
base64digest
digest
file
hexdigest
| {
"pile_set_name": "Github"
} |
Description:
Conversion UTF-16 to UCS-4.
Files:
Depends-on:
unistr/u16-mbtouc-unsafe
configure.ac:
Makefile.am:
Include:
"unistr.h"
License:
LGPL
Maintainer:
all
| {
"pile_set_name": "Github"
} |
(function() {
console.log("Hello, World!");
}).call(this);
| {
"pile_set_name": "Github"
} |
.header {
color: #000;
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 06a7728798142eb4992387d3436a0a11
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
=====================================
The PDB Global Symbol Stream
=====================================
| {
"pile_set_name": "Github"
} |
project: rtportableserver, messaging, ziop {
after += catior_lib
libs += TAO_Catior_i
}
| {
"pile_set_name": "Github"
} |
# 配置慢sql,以及日志输出
druid_filters=stat,wall,log4j
driverClassName=com.mysql.jdbc.Driver
jdbc_url=jdbc:mysql://localhost:3306/druid_spring_config?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
jdbc_username=root
jdbc_password=1234
#初始化连接大小
jdbc_init=50
#连接池最小空闲
jdbc_minIdle=20
#获取连接最大等待时间 单位为毫秒... | {
"pile_set_name": "Github"
} |
(function(){for(j=0;j<3;++j)NaN=42})();
assertEq(NaN != NaN, true);
| {
"pile_set_name": "Github"
} |
package slick.test.stream
import org.testng.annotations.{AfterClass, BeforeClass}
import scala.concurrent.ExecutionContext
import slick.memory.MemoryProfile
class HeapPublisherTest extends RelationalPublisherTest[MemoryProfile](MemoryProfile, 300L) {
import profile.api._
def createDB = Database(ExecutionContext... | {
"pile_set_name": "Github"
} |
/*
* | {
"pile_set_name": "Github"
} |
compile_fixture(
INPUT ${CMAKE_CURRENT_LIST_DIR}/main.c
OUTPUT_EXTENSION bc
FLAGS -g -c -emit-llvm
)
| {
"pile_set_name": "Github"
} |
package com.subgraph.orchid.directory.parsing;
public interface DocumentParsingHandler {
void parseKeywordLine();
void endOfDocument();
}
| {
"pile_set_name": "Github"
} |
import { addons } from "@storybook/addons";
addons.setConfig({
enableShortcuts: false,
});
| {
"pile_set_name": "Github"
} |
<?php
namespace builder;
/**
* 软件接口
*/
interface Software
{
public function produce();
}
| {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol PHPhotoLibraryChangeObserver <NSObject>
@required
- (void)photoLibraryDidChange:(PHChange *)arg1;
@end
| {
"pile_set_name": "Github"
} |
h1
=title
link-to 'posts.index'
| Back to posts list
| {
"pile_set_name": "Github"
} |
(ns init-require.test3)
(def var3 30)
| {
"pile_set_name": "Github"
} |
1 1 #0
0 0
1 0
0 1
-1 0
0 -1 #5
| {
"pile_set_name": "Github"
} |
// compiledir
// Copyright 2013 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.
// Issue 4932: regression in export of composite literals.
package ignored
| {
"pile_set_name": "Github"
} |
package com.foo1;
public class C1 {}
| {
"pile_set_name": "Github"
} |
// +build !linux
package cgroups
| {
"pile_set_name": "Github"
} |
package other
annotation class SomeAnnotation
| {
"pile_set_name": "Github"
} |
aufs
ip_vs
br_netfilter
| {
"pile_set_name": "Github"
} |
/** @jsxRuntime classic */
<button data-value={"a value\n with\nnewlines\n and spaces"}>Button</button>;
| {
"pile_set_name": "Github"
} |
owner = SOV
controller = SOV
add_core = SOV
naval_base = 1
infra = 3
| {
"pile_set_name": "Github"
} |
o:
D:
D:
2:
D:
l:
D:
u: | {
"pile_set_name": "Github"
} |
$checkboxBGColor : $appBackground;
$checkboxActiveBGColor : $componentHeaderBGColor;
$checkboxActiveColor : $componentHeaderFontColor;
$checkboxDisableBGColor : $componentDisabledBGColor;
$checkboxBorderColor : $borderColor;
$checkboxBorderSize : $borderSize;
$checkboxBorderRadius : $borderRadius; | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ad956bac3800e2347b757d68a78545fe
folderAsset: yes
timeCreated: 1515511351
licenseType: Pro
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
h1 New sales_contact
== render 'form'
= link_to 'Back', sales_contacts_path
| {
"pile_set_name": "Github"
} |
# 제너레이터와 비동기 이터레이션
| {
"pile_set_name": "Github"
} |
maintainers: []
build_prefix: extra-x86_64
pre_build: aur_pre_build
post_build: aur_post_build
update_on:
- source: aur
aur:
| {
"pile_set_name": "Github"
} |
package lrn.operation;
import lrn.recordset.Row;
public interface ValueResolver {
public Object resolve(Row row);
}
| {
"pile_set_name": "Github"
} |
format_version: '2.0'
input_files: 'aws_hash_ptr_harness.i'
properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: true
options:
language: C
data_model: LP64
| {
"pile_set_name": "Github"
} |
sm157 er157 br157 bl157
sm158 bl158
sm159 er159 bl159
sm137 er137 bl137
sm351 er351 bl351
sm352 er352 bl352
sm372 er372 bl372 eq364 eq365
sm375 er375 bl375
sm378 er378 bl378
sm383 er383 br383 bl383
sm384 er384 br384 bl384
sm386 bl386 pf386
sm388 er388 ... | {
"pile_set_name": "Github"
} |
Friends University
| {
"pile_set_name": "Github"
} |
export PATH=/adt32/ant/bin:$PATH
export JAVA_HOME=/Program Files/Java/jdk1.8.0_151
cd /eclipse/demos/GUI/AppCompatNavigationDrawerDemo1/
ant clean release
| {
"pile_set_name": "Github"
} |
table_create bookmarks TABLE_HASH_KEY ShortText
table_list
| {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:f3a9bef911c33dd6d5c60c0da3de573427217219d6ba906195a7943a9a388179
size 1172
| {
"pile_set_name": "Github"
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AINodeStayRest : AINode<bool> {
public override IEnumerator Execute()
{
//float unitHP = aiUnit.GetComponent<>
yield return 0;
}
}
| {
"pile_set_name": "Github"
} |
/**
* Infrastructure for the Vault JSON-to-object mapping subsystem.
*/
@org.springframework.lang.NonNullApi
package org.springframework.vault.repository.mapping;
| {
"pile_set_name": "Github"
} |
variable $a := [ 1, 2 ];
delete json $a("bar")
| {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
echo 'about.index.get';
| {
"pile_set_name": "Github"
} |
package io.sarl.template.javafx.ui
/** Request for refreshing the JavaFX screen.
*/
event Refresh
| {
"pile_set_name": "Github"
} |
(* Copyright (C) 2009 Mauricio Fernandez <mfp@acm.org> *)
let () = Ocsigen_server.start_server ()
| {
"pile_set_name": "Github"
} |
owner = USA
controller = USA
add_core = USA
infra = 8
| {
"pile_set_name": "Github"
} |
.tileImage {
display: block;
}
| {
"pile_set_name": "Github"
} |
<?php
class PassingTest extends \Codeception\Test\Unit
{
public function testMe()
{
$this->assertFalse(false);
}
} | {
"pile_set_name": "Github"
} |
<?php
namespace Spatie\String\Exceptions;
use Exception;
class ErrorCreatingStringException extends Exception
{
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 03717ab9b13622549a8a85b890b835c0
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
[Settings]
NumFields=1
[Field 1]
Type=label
Text=Install Options Page B
Left=0
Right=-1
Top=0
Bottom=10 | {
"pile_set_name": "Github"
} |
package org;
public interface InterfaceD {
}
| {
"pile_set_name": "Github"
} |
GUI_CLICK_TO_ADD_ELEMENT_TO_EMPTY_LIST_0 = \u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u043F\u0443\u0441\u0442\u043E\u0439 \u0441\u043F\u0438\u0441\u043E\u043A.
| {
"pile_set_name": "Github"
} |
1
301
601
901
1201
1501
1738
| {
"pile_set_name": "Github"
} |
;define([], function () {
'use strict';
function Foo() {}
return Foo;
});
| {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2015 Orbotix Inc. All rights reserved.
//
#import <RobotCommandKit/RobotCommandKit.h>
@interface RKAppendFragmentOvalResponse : RKDeviceResponse
@end
| {
"pile_set_name": "Github"
} |
package bogus
//go:generate reform
// Bogus4 is used for testing. reform:bogus
type Bogus4 struct {
Bogus string `reform:",pk"` // field with "reform:" tag without column name should generate error
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e5d07b10565a49a4782b8552763536be
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/* Cygwin */
#if defined(__CYGWIN__)
#define DUK_F_CYGWIN
#endif
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.