text stringlengths 2 60.4k | meta dict |
|---|---|
---
Name: cookie
---
SilverStripe\Core\Injector\Injector:
SilverStripe\Control\Cookie_Backend: SilverStripe\Control\CookieJar
| {
"pile_set_name": "Github"
} |
120
111 112 113 114 115 116 117 118 119 120
| {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:24.344133",
"description": "Windows NT4 Kernel Source code",
"fork": false,
"full_name": "njdragonfly/WinNT4",
"language": "C",
"updated_at": "2015-03-10T07:02:17.187328"
} | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009 - 2012 Stephen F. Booth <me@sbooth.org>
* All Rights Reserved
*/
#pragma once
#import <Cocoa/Cocoa.h>
// ========================================
// Generates multipart/form-data from the given dictionary using the specified boundary
// ========================================
NSData * G... | {
"pile_set_name": "Github"
} |
package de.fhg.iais.roberta.visitor.validate;
import de.fhg.iais.roberta.components.Configuration;
public final class NxtBrickValidatorVisitor extends AbstractBrickValidatorVisitor {
public NxtBrickValidatorVisitor(Configuration brickConfiguration) {
super(brickConfiguration);
}
}
| {
"pile_set_name": "Github"
} |
# verify
常规验证码、滑动验证码、拼图验证码、选字验证码,纯前端验证码。
<a href="http://veui.net">官网</a>
| {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//
// InterfaceController.h
// NanoFileBrowser Extension
//
// Created by Steven Troughton-Smith on 14/06/2015.
// Copyright © 2015 High Caffeine Content. All rights reserved.
//
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>
@interface InterfaceController : WKInterfaceController
@end
| {
"pile_set_name": "Github"
} |
1,1,1,1,0,1,1,0,0,1,1,0
| {
"pile_set_name": "Github"
} |
Car -1 -1 -10 551 167 587 194 1.49 1.65 4.15 -1.79 0.72 41.55 -1.50 1.00
Car -1 -1 -10 289 175 417 223 1.44 1.55 3.62 -8.05 1.27 23.38 -0.74 1.00
Car -1 -1 -10 581 163 605 185 1.52 1.57 3.82 -0.52 0.30 51.30 1.60 0.89
Car -1 -1 -10 333 174 386 206 1.60 1.59 3.87 -12.75 1.27 38.11 1.56 0.22
| {
"pile_set_name": "Github"
} |
57--Angler/57_Angler_peoplefishing_57_559.jpg
1
459.47246875 20.35271875 32.94453125 38.938203125 0.999190628529
| {
"pile_set_name": "Github"
} |
# Jekyll Resources
* [Jekyll By Example Tutorial](https://www.andrewmunsell.com/tutorials/jekyll-by-example) (super comprehensive)
* [Jekyll Variables](http://jekyllrb.com/docs/variables/)
* [Hosting on Github Pages](https://pages.github.com/)
* [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-w... | {
"pile_set_name": "Github"
} |
account-monitoring:
coreCount: Core minutes
failedTask: Failed task
nodeStates: Node states
taskStates: Task states
currentNodeStates: Current node states
notARM: Account monitoring is only enabled for ARM batch accounts
aggregatedOver: Aggregated over {interval} interval
| {
"pile_set_name": "Github"
} |
/*
* Copyright © 2015 Inria. All rights reserved.
* See COPYING in top-level directory.
*/
#ifndef HWLOC_PORT_WINDOWS_WINDOWSX_H
#define HWLOC_PORT_WINDOWS_WINDOWSX_H
#endif /* HWLOC_PORT_WINDOWS_WINDOWSX_H */
| {
"pile_set_name": "Github"
} |
ask {
let x = 3
let y = -0.4
// (x+y) * (x-y)
(x+y) :times (x-y)
} | {
"pile_set_name": "Github"
} |
#include <list>
int main()
{
std::list<int> list;
for (int i = 0;
i < 1500;
i++)
list.push_back(i);
return list.size(); // break here
}
| {
"pile_set_name": "Github"
} |
import scala.util
import scala.util
import scala.util
import scala.util
import scala.util
class A {
import scala.util
import scala.util
def foo = {
import scala.util
import scala.util
}
}
| {
"pile_set_name": "Github"
} |
# locally computed hash
sha256 aea85fd8eda8c1d96e9d32a019bfd4a1d2e0d362971d97838996f49d1af2d470 rt-tests-1.0.tar.xz
| {
"pile_set_name": "Github"
} |
export const types = {
SET_REGISTRATION_TOKEN: 'SET_REGISTRATION_TOKEN',
}
export const setRegistrationToken = token => ({
type: types.SET_REGISTRATION_TOKEN,
token,
})
| {
"pile_set_name": "Github"
} |
tags/bug121_var_multiple_i_input_custom.re:9:2: error: overlapping trailing contexts need multiple context markers, use '-t, --tags' option and '/*!stags:re2c ... */' directive
| {
"pile_set_name": "Github"
} |
# For more info on OperatorGroups
# See https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/operatorgroups.md
apiVersion: operators.coreos.com/v1alpha2
kind: OperatorGroup
metadata:
name: opendatahub-operator
spec:
targetNamespaces:
- {{ project_name }}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)
require 'rails/commands'
| {
"pile_set_name": "Github"
} |
package zemberek.morphology.lexicon;
public class LexiconException extends RuntimeException {
public LexiconException(String message) {
super(message);
}
public LexiconException(String message, Throwable cause) {
super(message, cause);
}
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "TUpdateLayerView.h"
@interface TAirDropNotAvailableView : TUpdateLayerView
{
}
- (void)initCommon;
@end
| {
"pile_set_name": "Github"
} |
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "../build",
"module": "commonjs",
"isolatedModules": false
},
"include": ["./**/*.ts", "../src/**/*.ts"]
}
| {
"pile_set_name": "Github"
} |
using HamburgerMenuApp.Core.MVVM;
namespace HamburgerMenuApp.V4.ViewModels
{
public class HomeViewModel : MenuItemViewModel
{
public HomeViewModel(MainViewModel mainViewModel) : base(mainViewModel)
{
}
}
} | {
"pile_set_name": "Github"
} |
-- boundary2.test
--
-- db eval {
-- SELECT a FROM t1 WHERE r >= 65536 ORDER BY r DESC
-- }
SELECT a FROM t1 WHERE r >= 65536 ORDER BY r DESC | {
"pile_set_name": "Github"
} |
apiVersion: image.openshift.io/v1
kind: ImageStreamTag
metadata:
name: node:v3.11
namespace: openshift-node
tag:
reference: true
from:
kind: DockerImage
name: openshift/node:v3.11.0
| {
"pile_set_name": "Github"
} |
;
(function() {
ace.require(["ace/ext/error_marker"], function() {});
})();
| {
"pile_set_name": "Github"
} |
package com.aylson.dc.cfdb.search;
import com.aylson.core.frame.search.BaseSearch;
public class AppVersionSearch extends BaseSearch{
private static final long serialVersionUID = -4660511186669936958L;
}
| {
"pile_set_name": "Github"
} |
// errorcheck
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
var x map[string]string{"a":"b"} // ERROR "unexpected { at end of statement|unexpected { after top level declaration|expected ';' ... | {
"pile_set_name": "Github"
} |
form=七律
tags=
一别三年长在梦,
梦中时蹑石棱层。
泉声入夜方堪听,
山色逢秋始好登。
岩鹿惯随锄药叟,
溪鸥不怕洗苔僧。
人间有许多般事,
求要身闲直未能。
| {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_fluent_image_copy_20_filled.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
} | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
json.default_country_id(Spree::Country.default.id)
json.default_country_iso(Spree::Config[:default_country_iso])
| {
"pile_set_name": "Github"
} |
; Copyright (c) 2001, Stanford University
; All rights reserved.
;
; See the file LICENSE.txt for information on redistributing this software.
EXPORTS
crUnpack
crUnpackPush
crUnpackPop
crUnpackSetReturnPointer
crUnpackSetWritebackPointer
cr_unpackData | {
"pile_set_name": "Github"
} |
## modal wxPython with Twisted for XML-RPC
Originally published: 2003-06-02 22:49:33
Last updated: 2003-06-04 08:22:07
Author: Andrew Dalke
This expands on Uwe C. Schroeder's recipe titled "Using wxPython with Twisted Python" to show one way to implement a modal progress bar using Twisted to make an XML-RPC ... | {
"pile_set_name": "Github"
} |
module QueryDiet
module ActiveRecordExt
def log(query, *)
QueryDiet::Logger.log(query) { super }
end
end
end
ActiveRecord::ConnectionAdapters::AbstractAdapter.send(:prepend, QueryDiet::ActiveRecordExt)
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 44eb48e19c7a94c389265416d9a64e95
folderAsset: yes
timeCreated: 1489152702
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('stubString', require('../stubString'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package simplifiedchinese
import (
"golang.org/x/text/encoding"
)
// All is a list of all defined encodings in this package.
var All = []encoding.Encoding{GB... | {
"pile_set_name": "Github"
} |
form=词
tags=
芍药樱桃两斗新。
名园高会送芳辰。
洛阳初夏广陵春。
红玉半开菩萨面,
丹砂浓点柳枝唇。
尊前还有个中人。
| {
"pile_set_name": "Github"
} |
gcr.io/ml-pipeline/ml-pipeline-dataflow-tfdv:6ad2601ec7d04e842c212c50d5c78e548e12ddea
| {
"pile_set_name": "Github"
} |
from django.conf.urls import patterns
urlpatterns = patterns('django.views',
(r'^(?P<content_type_id>\d+)/(?P<object_id>.*)/$', 'defaults.shortcut'),
)
| {
"pile_set_name": "Github"
} |
module.exports = (ctx) => {
const { name } = ctx.request.body;
if (ctx.accountMgr.removeAccount(name)) {
ctx.whistleMgr.kill(name);
ctx.success();
} else {
ctx.error();
}
};
| {
"pile_set_name": "Github"
} |
require('../modules/core.string.escape-html');
require('../modules/core.string.unescape-html');
module.exports = require('../modules/_core').String; | {
"pile_set_name": "Github"
} |
<meta charset="UTF-8">
<html>
<body>
<img src="libwebsockets.org-logo.png"><br>
Hello from the <b>minimal http server eventlib foreign loop example</b>.
<br>
The timer messages in the console are coming from<br>
a timer on the event library lib loop set up before the lws context<br>
started using it.
</b... | {
"pile_set_name": "Github"
} |
inputs += sym01-txns.ledger
exports += {
type = journal
format = xml
outFiles = ["out.sym01.journal.xml"]
}
reports = []
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="progress_duration">1500</integer>
<!-- 20MB -->
<integer name="http_disk_cache_size">20971520</integer>
</resources> | {
"pile_set_name": "Github"
} |
UpdateTransferDeviceDetails
===========================
.. currentmodule:: oci.dts.models
.. autoclass:: UpdateTransferDeviceDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members: | {
"pile_set_name": "Github"
} |
.well {
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
border: 1px solid #DCDEE4;
border-radius: 0;
background-color: $light-gray;
margin-bottom: 0;
} | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('toUpper', require('../toUpper'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
'use strict';
var $$case = 3;
var $$window = 2;
var $$switch = 3;
exports.$$case = $$case;
exports.$$window = $$window;
exports.$$switch = $$switch;
/* No side effect */
| {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
declare const _default: ((string[] | undefined)[] | (string | string[])[])[];
export default _default;
| {
"pile_set_name": "Github"
} |
commandlinefu_id: 1334
translator:
weibo: ''
hide: true
command: |-
$ grep -rl oldstring . |xargs sed -i -e 's/oldstring/newstring/'
summary: |-
recursive search and replace old with new string, inside files
| {
"pile_set_name": "Github"
} |
## This file has a Velocity error.
## It's intentionally not saved with a 'vm' suffix
## to avoid errors in IDE
## Note: text directly from VELOCITY-96
#macro (myMacro $arg1 $list)
This is text from velPTest2.vm
#myMacro('name', ['apples', 'oranges']
More text
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'list', 'bs', {
bulletedlist: 'Lista',
numberedlist: 'Numerisana lista'
} );
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.39 $"/>
<generation date="$Date: 2009/05/05 23:06:41 $"/>
<language type="tt"/>
<territory type="RU"/>
</identity>
</ldml>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.39 $"/>
<generation date="$Date: 2009/05/05 23:06:41 $"/>
<language type="tt"/>
<territory type="RU"/>
</identity>
</ldml>
| {
"pile_set_name": "Github"
} |
/**
* @file util
* @author xxx
*/
export function test() {
if (process.env.NODE_DEV === 'dev') {
console.log('dev', 'https://smartapp.baidu.com/test');
console.log('dv', 'https://my.baidu.com/test');
}
}
| {
"pile_set_name": "Github"
} |
入院后完善相关检查、检验,给予脓腔冲洗、清创,应用抗生素抗感染;定期换药。于2016-12-05及2016-12-23先后两次在局麻下行切口清创缝合术,术后1周拆线。
| {
"pile_set_name": "Github"
} |
/*
* hostdep.h : things which are dependent on the host architecture
*
* * Written by Peter Maydell <peter.maydell@linaro.org>
*
* Copyright (C) 2016 Linaro Limited
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
#ifndef SPAR... | {
"pile_set_name": "Github"
} |
Change Component Designator: Old Designator=TP? New Designator=TP1
Change Component Designator: Old Designator=TP? New Designator=TP2
Change Component Designator: Old Designator=TP? New Designator=TP3
Change Component Designator: Old Designator=TP? New Designator=TP4
Change Component Designator: Old Designator=TP? New ... | {
"pile_set_name": "Github"
} |
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}
declare module '*.json' {
const value: any;
export default value;
}
| {
"pile_set_name": "Github"
} |
Title: Render filter for "Services colored according to state" painter
Class: feature
Compatible: compat
Component: wato
Date: 1571064008
Edition: cre
Knowledge: undoc
Level: 1
Version: 2.0.0i1
"Services colored according to state" painter rendered all services in
host. With this werk, it is possible to filter out se... | {
"pile_set_name": "Github"
} |
package org.infinispan.server.core;
/**
* Server Constant values
*
* @author Tristan Tarrant
* @author wburns
* @since 9.0
*/
public final class ServerConstants {
private ServerConstants() { }
public static final int EXPIRATION_NONE = -1;
public static final int EXPIRATION_DEFAULT = -2;
}
| {
"pile_set_name": "Github"
} |
CREATE PROCEDURE [dbo].[BugNet_Permission_GetPermissionsByRole]
@RoleId int
AS
SELECT BugNet_Permissions.PermissionId, PermissionKey, PermissionName FROM BugNet_Permissions
INNER JOIN BugNet_RolePermissions on BugNet_RolePermissions.PermissionId = BugNet_Permissions.PermissionId
WHERE RoleId = @RoleId
| {
"pile_set_name": "Github"
} |
from typing import Any
RegionData = ... # type: Any
def regions(**kw_params): ...
def connect_to_region(region_name, **kw_params): ...
def get_region(region_name, **kw_params): ...
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true" android:drawable="@drawable/bg_cover_userheader_outerpress" />
<item android:drawable="@drawable/bg_cover_userheader" />
</selector>
| {
"pile_set_name": "Github"
} |
AxisControlBus
ControlBus
PathPlanning1
PathPlanning6
PathToAxisControlBus
GearType1
GearType2
Motor
Controller
AxisType1
AxisType2
MechanicalStructure
| {
"pile_set_name": "Github"
} |
declare const observableSymbol: symbol;
export default observableSymbol;
declare global {
export interface SymbolConstructor {
readonly observable: symbol;
}
}
export interface Symbol {
readonly [Symbol.observable]: symbol;
}
| {
"pile_set_name": "Github"
} |
module Test_Idl {
interface SharedIntf {
void do_upcall ();
void ping();
oneway void farewell();
};
};
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var argv = require('optimist')
.usage('Usage: $0 -x [num] -y [num]')
.demand(['x','y'])
.argv;
console.log(argv.x / argv.y);
| {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# Set this script up with something like:
#
# ScriptAlias /viewvc-strace /home/gstein/src/viewvc/cgi/viewvc-strace.sh
#
thisdir="`dirname $0`"
exec strace -q -r -o /tmp/v-strace.log "${thisdir}/viewvc.cgi"
| {
"pile_set_name": "Github"
} |
package java.lang;
public class String {
interface FunctionalIf {
public int f(int x);
}
public static int usesLambdas(int x) {
FunctionalIf lambda = (n -> n + 1);
return lambda.f(x);
}
}
| {
"pile_set_name": "Github"
} |
#include "stretchitem.h"
using namespace dtb;
StretchItem::StretchItem(QWidget *parent) : Item(parent)
{
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
}
void StretchItem::mousePressEvent(QMouseEvent *e)
{
QWidget::mousePressEvent(e);
}
| {
"pile_set_name": "Github"
} |
# uwsgi --wsgi-file t/python/timers.py --http :8080 --master
from uwsgidecorators import mstimer
@mstimer(500)
def ms_timer(signum):
print("500 ms timer")
| {
"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="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon> | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// Getting Started
//
// Created by Swartz on 11/19/14.
// Copyright (c) 2014 TokBox, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
############################################################
# <bsn.cl fy=2013 v=none>
#
# Copyright 2013, 2014 BigSwitch Networks, Inc.
#
#
#
# </bsn.cl>
############################################################
ARCH := amd64
PACKAGE_NAMES=onlp-x86-64-accton-as7716-32x-r0
include ../../../../../make/debuild.... | {
"pile_set_name": "Github"
} |
```mermaid
graph LR
Teams --- Connector
Slack --- Connector([Connector])
Cortana --- Connector
WebChat --- Connector
Connector --- Bot(Bot)
``` | {
"pile_set_name": "Github"
} |
This is a work-in-progress HTTP/2 implementation for Go.
It will eventually live in the Go standard library and won't require
any changes to your code to use. It will just be automatic.
Status:
* The server support is pretty good. A few things are missing
but are being worked on.
* The client work has just starte... | {
"pile_set_name": "Github"
} |
This is a work-in-progress HTTP/2 implementation for Go.
It will eventually live in the Go standard library and won't require
any changes to your code to use. It will just be automatic.
Status:
* The server support is pretty good. A few things are missing
but are being worked on.
* The client work has just starte... | {
"pile_set_name": "Github"
} |
import styled from 'styled-components';
const Div = styled.div`
margin-top: 0.5rem;
margin-bottom: 0.5rem;
line-height: 1.3rem;
font-size: 1.3rem;
`;
export default Div;
| {
"pile_set_name": "Github"
} |
require('./_typed-array')('Int8', 1, function (init) {
return function Int8Array(data, byteOffset, length) {
return init(this, data, byteOffset, length);
};
});
| {
"pile_set_name": "Github"
} |
.video-js .vjs-control.vjs-close-button {
@extend .vjs-icon-cancel;
cursor: pointer;
height: 3em;
position: absolute;
right: 0;
top: 0.5em;
z-index: 2;
}
| {
"pile_set_name": "Github"
} |
@echo off
setlocal enabledelayedexpansion
setlocal enableextensions
set ES_MAIN_CLASS=org.elasticsearch.index.shard.ShardToolCli
call "%~dp0elasticsearch-cli.bat" ^
%%* ^
|| exit /b 1
endlocal
endlocal
| {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true
}
}
| {
"pile_set_name": "Github"
} |
// run-pass
pub fn main() {
let x: isize = 3;
println!("&x={:x}", (&x as *const isize as usize));
}
| {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <StoreServices/SSTonePurchase.h>
@interface SSRingtonePurchase : SSTonePurchase
{
}
@end
| {
"pile_set_name": "Github"
} |
{-# OPTIONS --cubical #-}
module _ where
open import Agda.Builtin.Equality
uip : ∀ {a} {A : Set a} {x y : A} (p q : x ≡ y) → p ≡ q
uip refl refl = refl
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/cell_vertical_line" android:state_activated="true"/>
<item android:color="@color/cell_vertical_line_disabled" android:state_activated="false"/>
</selector>
| {
"pile_set_name": "Github"
} |
package com.mio4.demo.springbootkafka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringbootKafkaApplication {
public static void main(String[] args) {
SpringApplication.run(SpringbootKafkaApp... | {
"pile_set_name": "Github"
} |
"use strict";
var o = {};
module.exports = function (t, a) {
a(t(o)(), o);
};
| {
"pile_set_name": "Github"
} |
{
"output": "$(OutDir)/bridge/",
"sourceMap": {
"enabled": true
},
"combineScripts": true,
"html": {
"disabled": true
},
"reflection": {
"disabled": true
},
"cleanOutputFolderBeforeBuild": true
// More config options available at
// https://github.com/bridgedotnet/Bridge/wiki/... | {
"pile_set_name": "Github"
} |
#ifndef WINDOW_DISPLAY_OPTIONS_H
#define WINDOW_DISPLAY_OPTIONS_H
void window_display_options_show(void (*close_callback)(void));
#endif // WINDOW_DISPLAY_OPTIONS_H
| {
"pile_set_name": "Github"
} |
define([], function() {
return {
"PropertyPaneDescription": "Description",
"BasicGroupName": "Group Name",
"DescriptionFieldLabel": "Description Field"
}
}); | {
"pile_set_name": "Github"
} |
package org.multiverse.stms.gamma.transactions.fat;
public class FatMonoGammaTxn_registerTest extends FatGammaTxn_registerTest<FatMonoGammaTxn> {
@Override
protected FatMonoGammaTxn newTransaction() {
return new FatMonoGammaTxn(stm);
}
}
| {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:bc9f2ae233e7a0b3dad2a33b033c1ad64b332e702d6c0ddea992fbf1b2ffebb5
size 8894
| {
"pile_set_name": "Github"
} |
<?php
namespace GuzzleHttp\Promise;
/**
* Interface used with classes that return a promise.
*/
interface PromisorInterface
{
/**
* Returns a promise.
*
* @return PromiseInterface
*/
public function promise();
}
| {
"pile_set_name": "Github"
} |
{"text": ["$", "so", "comcast", "purchase", "of", "twc", "would", "shake", "up", "more", "than", "customers", "URL"], "created_at": "Sun Feb 16 05:06:11 +0000 2014", "user_id_str": "1704143060"}
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.