text stringlengths 2 99.5k | meta dict |
|---|---|
K 13
svn:mime-type
V 24
application/octet-stream
K 14
svn:executable
V 1
*
END
| {
"pile_set_name": "Github"
} |
---
name: Feature request
about: Suggest an idea for docker_practice
---
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: da70a89a711d1d74382f4ec0eddbee69
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
reviewers:
- sttts
- dims
| {
"pile_set_name": "Github"
} |
import { Iface } from './iface';
export function foo(iface: Iface): Iface { return iface; }
| {
"pile_set_name": "Github"
} |
commandlinefu_id: 16768
translator:
weibo: ''
hide: true
command: |-
AAA Replica Patek Philippe watches, Complicated Watches
summary: |-
Read and write to TCP or UDP sockets with common bash tools
| {
"pile_set_name": "Github"
} |
namespace CGAL {
namespace Mesh_2 {
/*!
\ingroup PkgMesh2Ref
*/
enum Face_badness { NOT_BAD, BAD, IMPERATIVELY_BAD};
}
}
| {
"pile_set_name": "Github"
} |
package com.example.springdemo.springdemo.selenium;
/**
* @program: springBootPractice
* @description:
* @author: hu_pf
* @create: 2020-06-01 18:15
**/
public class SeleiumConstants {
public static String SPLIT = ",";
public static Integer LIMIT_NUM = 5;
public static Integer COMMENT_MAX = 2;
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ab31639c81fde744ea5a20b2f4e5390e
NativeFormatImporter:
userData:
| {
"pile_set_name": "Github"
} |
(library
(name lib)
(wrapped false)
(default_implementation lib.impl))
| {
"pile_set_name": "Github"
} |
begin
grid 2 2
-I sub_include.vpy
end
| {
"pile_set_name": "Github"
} |
<?php
namespace Elastica\Test\Exception;
/**
* @internal
*/
class BulkExceptionTest extends AbstractExceptionTest
{
}
| {
"pile_set_name": "Github"
} |
client
dev tun
proto udp
remote 45.12.220.45 1194
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
comp-lzo no
remote-cert-tls server
auth-user-pass ../Own_VPN_Config/nordvpnauth.txt
verb 3
pull
fast-io
ciphe... | {
"pile_set_name": "Github"
} |
tarball=modular_decomposition-VERSION.tar.bz2
sha1=b0ce6d839d1cd2e93d806e70b13bc40bcdbaf9e9
md5=9bc5245c5fab9df4f45c8e10c27cf3b8
cksum=2034006428
| {
"pile_set_name": "Github"
} |
package object p {
type Prop = String
}
| {
"pile_set_name": "Github"
} |
// Copyright 2016 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 ppc64 s390x mips mips64
package unix
const isBigEndian = true
| {
"pile_set_name": "Github"
} |
// Copyright 2016 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 ppc64 s390x mips mips64
package unix
const isBigEndian = true
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 40a8584811a9e42ecb1685d175e51337
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
owner = SAU
controller = SAU
add_core = SAU
infra = 2
| {
"pile_set_name": "Github"
} |
1
3
a a a
| {
"pile_set_name": "Github"
} |
var parent = require('../../es/object/define-setter');
module.exports = parent;
| {
"pile_set_name": "Github"
} |
// IA64.h
#ifndef __IA64_H
#define __IA64_H
#include "BranchCoder.h"
MyClassA(BC_IA64, 0x04, 1)
#endif
| {
"pile_set_name": "Github"
} |
itk_wrap_module(ITKIOTransformBase)
itk_auto_load_submodules()
itk_end_wrap_module()
| {
"pile_set_name": "Github"
} |
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
return 301 https://$host$request_uri;
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 7eaa472c4f36f9d419d9bf704795f0d6
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
Razi University
| {
"pile_set_name": "Github"
} |
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}
| {
"pile_set_name": "Github"
} |
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}
| {
"pile_set_name": "Github"
} |
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura IncludeDebugSymbols='false' />
</Weavers> | {
"pile_set_name": "Github"
} |
package p1.p2;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
public class ToolbarTestActivity extends AppCompatActivity {
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 37955bbe7b4b9d049b0c4f59e36f691f
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
.class public interface abstract Lcom/google/android/gms/internal/zzben;
.super Ljava/lang/Object;
# interfaces
.implements Landroid/os/Parcelable;
| {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:a1cbb656b7a2ff6d6b4d9943a902389d0d3ebeabd45c5865ee224283d49ee947
size 3100076
| {
"pile_set_name": "Github"
} |
name: Your New Jekyll Site
timezone: UTC
| {
"pile_set_name": "Github"
} |
ace.define("ace/snippets/batchfile",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "batchfile";
});
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3dea79a331c4fe241bd693b0b7bc745a
folderAsset: yes
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
(library
(name scope2)
(public_name scope2)) | {
"pile_set_name": "Github"
} |
using Content.Shared.GameObjects.EntitySystems;
using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.Components.Movement
{
[RegisterComponent]
public class NoSlipComponent : Component, IEffectBlocker
{
public override string Name => "NoSlip";
bool IEffectBlocker.CanSlip() ... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MHgCAQAwEAYHKoZIzj0CAQYFK4EEACEEYTBfAgEBBBwxvadr3ZI8u1aAupD23EnI
C4nGz3pUlLCM7QVeoTwDOgAEFffH08/UzhdxfBVOYsqwAwrgf6mGaaOUQfqr8u2A
32l8hpHcG+ln0jwQBtlsA8z+hOVJiKE1DLw=
-----END PRIVATE KEY-----
| {
"pile_set_name": "Github"
} |
package main
//comment
import ()
<warning descr="Empty declaration 'import ()'">import ()<caret></warning>
func _() {
} | {
"pile_set_name": "Github"
} |
.black {
color: black
}
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace News.Controls
{
public class TimelineItemInvokedEventArgs : EventArgs
{
public TimelineItem Item { get; set; }
}
}
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2013 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <string>
#ifndef __GLIBCXX__
#error expected std library: libstdc++
#endif
int main() { return 0; }
| {
"pile_set_name": "Github"
} |
LIBRARY api-ms-win-power-base-l1-1-0.dll
EXPORTS
CallNtPowerInformation@20
GetPwrCapabilities@4
PowerDeterminePlatformRoleEx@4
PowerRegisterSuspendResumeNotification@12
PowerUnregisterSuspendResumeNotification@4
| {
"pile_set_name": "Github"
} |
class MyIpadController < UIViewController
def viewDidLoad
view.backgroundColor = UIColor.greenColor
navigationItem.title = "Right Pane"
@label = UILabel.alloc.init
@label.text = "Only iPads see this"
@label.frame = [[0,0],[250,150]]
view.addSubview(@label)
end
def shouldAutorotateToInterf... | {
"pile_set_name": "Github"
} |
1
301
601
868
1168
1468
1542
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 651770f8be26443fdb85aa3594fa349c
folderAsset: yes
DefaultImporter:
userData:
assetBundleName:
| {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
require_relative 'shared/arg'
describe "Numeric#phase" do
it_behaves_like :numeric_arg, :phase
end
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f240c18ff8d4eb44390f8d949e2f6fbd
folderAsset: yes
DefaultImporter:
userData:
| {
"pile_set_name": "Github"
} |
var fs = require('fs')
process.stdin
.pipe(fs.createWriteStream('input.txt'))
| {
"pile_set_name": "Github"
} |
((output (((f.ml (1 0) (1 7)) @closed) ((f.ml (2 0) (2 11)) (@deprecated))))
(warnings ()))
| {
"pile_set_name": "Github"
} |
classes=80
train=./data/coco_1000img.txt
valid=./data/coco_1000val.txt
names=data/coco.names
backup=backup/
eval=coco
| {
"pile_set_name": "Github"
} |
nylas-theme-wrap {
padding-right: 20px;
padding-bottom: 20px;
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@interface MMAddressBookAdditions : NSObject
{
}
+ (BOOL)hasLocalContacts;
@end
| {
"pile_set_name": "Github"
} |
approvers:
- billimek
- batazor
reviewers:
- billimek
- batazor
| {
"pile_set_name": "Github"
} |
19
10
31
100
| {
"pile_set_name": "Github"
} |
// +build !race
package compat
var extraGoBuildFlags = []string{}
| {
"pile_set_name": "Github"
} |
package mirror.android.os;
import android.os.Parcel;
import mirror.RefClass;
import mirror.RefObject;
public class BundleICS {
public static Class<?> TYPE = RefClass.load(BundleICS.class, "android.os.Bundle");
public static RefObject<Parcel> mParcelledData;
} | {
"pile_set_name": "Github"
} |
true
| {
"pile_set_name": "Github"
} |
true
| {
"pile_set_name": "Github"
} |
package schedule
const (
GroupName = "scheduler.io"
)
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: eb653fae43f6c01418585d0db5caaabe
timeCreated: 1503273298
licenseType: Free
NativeFormatImporter:
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 7a18e3cc6cf7e674ba25721a8400e943
timeCreated: 1452616721
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
### 使用CSS自定义属性构建骨架屏-demo
多个背景,css属性,简单过渡和动画实现一个骨架屏
### 运行方式
下载代码,直接用浏览器打开index.html即可浏览效果
###### 本demo代码地址: https://github.com/HongqingCao/MyCode/tree/master/skeleton-demo
###### 
| {
"pile_set_name": "Github"
} |
2 0 0 2
4 16 8 2
2 64 32 4
1024 1024 64 0
1
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 0e6116764ce6028409774abe48658b5a
DDSImporter:
userData:
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple=i686-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
// PR2691
// CHECK: weak
void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));
void native_init_IRQ(void) {}
| {
"pile_set_name": "Github"
} |
div p {
margin-bottom: 0 !important;
text-align: center !important;
width: 100%;
}
| {
"pile_set_name": "Github"
} |
<?php
$a = 1;
| {
"pile_set_name": "Github"
} |
// #include <ogg/ogg.h> (FIXME)
int main() {
}
| {
"pile_set_name": "Github"
} |
sphinx>=1.4
ipykernel
nbsphinx
recommonmark
sphinx-autodoc-typehints
sphinx-gallery
cython
numpy
matplotlib
| {
"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.
// Files: test/mjsunit/whitespaces.js
testCodePointRange(3);
| {
"pile_set_name": "Github"
} |
require File.expand_path('../../../shared/rational/fdiv', __FILE__)
describe "Rational#fdiv" do
it_behaves_like(:rational_fdiv, :fdiv)
end
| {
"pile_set_name": "Github"
} |
require_extension('C');
WRITE_RD(insn.rvc_imm());
| {
"pile_set_name": "Github"
} |
UITour
======
.. toctree::
UITour-lib
.. js:autoclass:: Mozilla.UITour
:members: none
| {
"pile_set_name": "Github"
} |
declare module 'json-to-ast' {
export default function parse(code: string, options?: { source?: string }): any;
}
| {
"pile_set_name": "Github"
} |
[config]
command = record
args = -c 123 kill >/dev/null 2>&1
[event:base-record]
sample_period=123
sample_type=7
freq=0
| {
"pile_set_name": "Github"
} |
package com.android.frameworkperf;
public class LocalTestService extends TestService {
void terminate() {
}
}
| {
"pile_set_name": "Github"
} |
// Alphabetical order.
export { IsPasteEnabled } from './is-paste-enabled';
| {
"pile_set_name": "Github"
} |
/**
* 颜色
*/
@import "../var.scss";
//面板
.mt-tag{
display: inline-block;
padding: 2px 5px;
} | {
"pile_set_name": "Github"
} |
#ifdef CFLAG
#error CFLAG should not be set
#endif
#ifndef CCFLAG
#error CCFLAG should be set
#endif
| {
"pile_set_name": "Github"
} |
#ifdef CFLAG
#error CFLAG should not be set
#endif
#ifndef CCFLAG
#error CCFLAG should be set
#endif
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: cc88a7024199e63498ce904188db6bb3
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: df9bfb5c080dac24cbbc6c9f595ed413
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
```tut:book
"File " + 2 + "b"
```
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1ed3e6cf6e4ab2a4c8dc5487ba79e481
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
Authentication Info:
auth = no
| {
"pile_set_name": "Github"
} |
package com.example.buyticketsdesign;
import android.os.Bundle;
import io.flutter.app.FlutterActivity;
import io.flutter.plugins.GeneratedPluginRegistrant;
public class MainActivity extends FlutterActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | {
"pile_set_name": "Github"
} |
import { IScheduleConfig } from './schedule-config.interface';
export interface ILocker {
init(key: string, config: IScheduleConfig): void;
tryLock(): Promise<boolean> | boolean;
release(): any;
}
| {
"pile_set_name": "Github"
} |
// Extra test date for CS3013.cs
using System;
public class CLSClass {
} | {
"pile_set_name": "Github"
} |
int somedllfunc(void) {
return 42;
}
| {
"pile_set_name": "Github"
} |
((output
(((f.ml (1 0) (1 10))
(paragraph
(((f.ml (1 0) (1 10)) (superscript (((f.ml (1 6) (1 9)) (word foo))))))))))
(warnings ()))
| {
"pile_set_name": "Github"
} |
declare module "process" {
export = process;
}
| {
"pile_set_name": "Github"
} |
obj.foo = hello
obj.bar = bar
obj.xyz = 44
get abc
obj.abc = abc
obj2 in MyConstructor instance? true
obj3 is an Object? true
44
| {
"pile_set_name": "Github"
} |
export type Point = { x: number; y: number };
export type Size = { width: number; height: number };
| {
"pile_set_name": "Github"
} |
Run Render
=========== | {
"pile_set_name": "Github"
} |
[Unit]
Description=ZNC, an IRC bouncer
After=network.target
[Service]
ExecStart=/usr/bin/znc --datadir=/usr/lib/znc
PIDFile=/var/run/znc/znc.pid
User=znc
[Install]
WantedBy=multi-user.target
| {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:0c0926ef99e05e7667d3b64a884456a4ddf33e8b2502775fac90f4bab7f20c5b
size 692
| {
"pile_set_name": "Github"
} |
select
count(id) = 0
from cards
where
nid = ?; | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.