text stringlengths 2 99.9k | meta dict |
|---|---|
settings:
fantasy:
description: "living in the kingdom of Larion. "
characters:
noble:
prompts: ["You are awakened by one of your servants who tells you that your keep is under attack. You look out the window and see"]
item1: "pouch of gold"
item2: "small dagger"
knight... | {
"pile_set_name": "Github"
} |
sha256:ec378802e40550066f501df89bfa28debfd461681274ff3b45c09369a0e421df
| {
"pile_set_name": "Github"
} |
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. 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... | {
"pile_set_name": "Github"
} |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
using System;
using System.Text;
namespace ICSharpCode.AvalonEdit.Xml
{
/// <summary>
/// Converts the XML tree ba... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Andes Technology Corporation
* Copyright (C) 2010 Shawn Lin (nobuhiro@andestech.com)
* Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com)
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this arch... | {
"pile_set_name": "Github"
} |
#container1, #container2, #container3 {
min-width: 300px;
max-width: 800px;
height: 120px;
margin: 0 auto;
} | {
"pile_set_name": "Github"
} |
--------------ofCamera parameters--------------
transformMatrix
-0.97676, -0.0130288, 0.213939, 0
0.213327, -0.155834, 0.964473, 0
0.0207731, 0.987696, 0.154992, 0
2.02831, 524.852, 83.2131, 1
fov
60
near
1
far
100000
lensOffset
0, 0
isOrtho
0
--------------ofEasyCam parameters-----------... | {
"pile_set_name": "Github"
} |
# 组件
组件使你可以将 UI 划分为一个一个独立,可复用的小部件,并可以对每个部件进行单独的设计。
在单页面应用(SPA)中扮演着重要角色,有以下优点分治,方便管理,减少耦合,复用,提高效率和性能
## 组件简单实现 —— 函数式组件
组件的本质其实是函数,**最简单的组件**可以使用函数来定义,组件首字母必须是大写
```js
var Xheader = (props) => {
return <header>微博</header>
}
ReactDOM.render(
<div>
<Xheader />
<Xheader />
</div>,
docu... | {
"pile_set_name": "Github"
} |
Automated release
=====
Usage
Replace the option values inside `index.js` and run the command
```
npm install && node index.js
```
| {
"pile_set_name": "Github"
} |
/**************************************************
*
* Part one of the system initialization code, contains low-level
* initialization, plain thumb variant.
*
* Copyright 2011 IAR Systems. All rights reserved.
*
* $Revision: 47876 $
*
**************************************************/
;
; The modules in thi... | {
"pile_set_name": "Github"
} |
{
"parent": "thermalfoundation:item/tool/bow_constantan",
"textures": {
"layer0": "thermalfoundation:items/tool/bow_constantan_0"
}
}
| {
"pile_set_name": "Github"
} |
# SEO
See [Production website note](/webserver/Production-website.md#seo)
### Keyword research for a website
- Gather seed keywords (from the client, from website)
- [Google Adwords Keyword Planner](https://ads.google.com/aw/keywordplanner/home)
/ Find new keywords (set country, language)
- Remove irrelevant ones... | {
"pile_set_name": "Github"
} |
package org.locationtech.jtstest.testbuilder.ui.style;
import java.awt.Graphics2D;
import org.locationtech.jts.geom.Geometry;
import org.locationtech.jtstest.testbuilder.ui.Viewport;
public class StyleGroup implements Style {
private Style[] styles;
public StyleGroup(Style ... styles) {
this.styles = styles... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- This file was generated by Bakefile (http://bakefile.org).
Do not modify, all changes will be overwritten! -->
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">... | {
"pile_set_name": "Github"
} |
Attempt to alias restrict qualified pointers associated with the same block:
> in main at j069b.c:7:7
Undefined behavior (UB-EEA2):
see C11 section 6.7.3.1:4 http://rvdoc.org/C11/6.7.3.1
see C11 section J.2:1 item 69 http://rvdoc.org/C11/J.2
see CERT-C section EXP43-C http://rvdoc.org... | {
"pile_set_name": "Github"
} |
Avoiding redundancy during analysis
===================================
It is convenient to be able to define an analysis over a C++ codebase as
the composition of separate analyses over each translation unit in that
codebase. This may lead to redundant work being performed, especially when
(as is commonly the case) t... | {
"pile_set_name": "Github"
} |
//
// asio.hpp
// ~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
//
// See www.boost.org/libs/asio for documentation.
/... | {
"pile_set_name": "Github"
} |
################################################################################
#
# tstools
#
################################################################################
TSTOOLS_VERSION = 1_11
TSTOOLS_SITE = https://tstools.googlecode.com/files
TSTOOLS_SOURCE = tstools-$(TSTOOLS_VERSION).tgz
TSTOOLS_LICENSE = MP... | {
"pile_set_name": "Github"
} |
package com.lance.activiti.utils;
import java.nio.charset.Charset;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang3.StringUtils;
public final class EncryptUtils {
private EncryptUtils(){
}
/**
... | {
"pile_set_name": "Github"
} |
import "babel-polyfill"
import * as bodyParser from "body-parser"
import chalk from "chalk"
import * as express from "express"
import * as xhub from "express-x-hub"
import { startApp } from "./listen"
import {
DATABASE_JSON_FILE,
MONGODB_URI,
PAPERTRAIL_URL,
PERIL_WEBHOOK_SECRET,
PUBLIC_API_ROOT_URL,
PUBL... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 06 08:23:33 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>javax.faces.bean Class Hier... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="butterfly-apm-vnext" value="https://www.myget.org/F/butterfly-apm/api/v3/index.json" />
</packageSources>
</configuration> | {
"pile_set_name": "Github"
} |
<Language Name="English" IsDefault="true" IsRightToLeft="false" LanguageCulture="en-US" FlagImageFileName="us.png">
<LocaleResource Name="AdminEmail">
<Value>Admin user email</Value>
</LocaleResource>
<LocaleResource Name="AdminPassword">
<Value>Admin user password</Value>
</LocaleResource>
<LocaleRe... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
namespace :active_storage do
ID_PARTITION_LIMIT = 1_000_000_000
DIGEST = OpenSSL::Digest.const_get('SHA1').new
desc 'Copy all files from Paperclip to ActiveStorage, only same storage types'
task :migrate_files, [:before] => :environment do |_, _args|
if ENV['PAPERCLIP_STORAGE... | {
"pile_set_name": "Github"
} |
package org.jenkinsci.plugins.dockerbuildstep.action;
import com.github.dockerjava.api.DockerClient;
import com.github.dockerjava.api.command.AttachContainerCmd;
import com.github.dockerjava.api.model.Frame;
import com.github.dockerjava.core.command.AttachContainerResultCallback;
import com.google.common.base.Charsets... | {
"pile_set_name": "Github"
} |
namespace FirClient.Handler
{
class RetUserInfoHandler : BaseHandler
{
public override void OnMessage(byte[] bytes)
{
}
}
}
| {
"pile_set_name": "Github"
} |
# load the gem
require 'petstore'
# The following was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# The generated `.rspec` file contains `--require spec_helper` which will cause
# this file to always be loaded, without a nee... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
package pflag
import (
"fmt"
"strconv"
"strings"
)
// -- uintSlice Value
type uintSliceValue struct {
value *[]uint
changed bool
}
func newUintSliceValue(val []uint, p *[]uint) *uintSliceValue {
uisv := new(uintSliceValue)
uisv.value = p
*uisv.value = val
return uisv
}
func (s *uintSliceValue) Set(val st... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c863f825ccd144909f26979b6d089ce9
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {fileID: 2800000, guid: 8ac5213854cf4dbabd140decf8df1946, type: 3}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: github.com/openshift/api/route/v1/generated.proto
package v1
import (
fmt "fmt"
io "io"
proto "github.com/gogo/protobuf/proto"
k8s_io_api_core_v1 "k8s.io/api/core/v1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
math "math"
math_bits "math/bits"
r... | {
"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.
/*---
info: >
The Boolean prototype object is itself not a Boolean object
(its [[Class]] is "Object")
es5id: 15.6.4_A1
description: Checking type and value of Boolean.prototype
in... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_contact_lang
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-25 03:41+0000\n"
"P... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/media/images/favicon.ico" />
<title>DataTables example</titl... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 66a52916ecea64a89b5cada1bfac1a43
timeCreated: 1451239670
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
.. _tutorial-how-to-use-cases:
Use Cases
=========
After reading the Tutorial we recommend to read some of the following use cases:
.. toctree::
:glob:
:titlesonly:
*
| {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (C) 2015 Mohammad Heydari
* Copyright (C) 2012 Derek J. Lambert
*
* 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... | {
"pile_set_name": "Github"
} |
*SPEF "IEEE 1481-1998"
*DESIGN "changes"
*DATE "Tue Dec 02 20:34:05 2014"
*VENDOR "TAU 2015 Contest"
*PROGRAM "Benchmark Parasitic Generator"
*VERSION "0.0"
*DESIGN_FLOW "NETLIST_TYPE_VERILOG"
*DIVIDER /
*DELIMITER :
*BUS_DELIMITER [ ]
*T_UNIT 1 PS
*C_UNIT 1 FF
*R_UNIT 1 KOHM
*L_UNIT 1 UH
*D_NET TAUNET_4 1.7439
*CONN
... | {
"pile_set_name": "Github"
} |
/* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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 r... | {
"pile_set_name": "Github"
} |
/*
* Author : K.F.Storm
* Email : yk000123 at sina.com
* Website : http://www.kfstorm.com
* */
using System;
using System.Collections.Generic;
namespace DoubanFM.Core
{
/// <summary>
/// 播放列表
/// </summary>
public class PlayList : List<Song>
{
/// <summary>
/// 当获取播放列表失败时发生。
/// </summary>
internal ... | {
"pile_set_name": "Github"
} |
import json
import os
import numpy as np
import pytest
from pypfopt import EfficientFrontier
from pypfopt import exceptions
from tests.utilities_for_tests import get_data, setup_efficient_frontier
def test_custom_bounds():
ef = EfficientFrontier(
*setup_efficient_frontier(data_only=True), weight_bounds=(0... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jolie-lang</g... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="mysql_xdevapi\ColumnResult" namespace="mysql_xdevapi" name="ColumnResult">
<method name="getCharacterSetName" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact=""/>
<... | {
"pile_set_name": "Github"
} |
/** @license ISC License (c) copyright 2017 original and current authors */
/** @author Ian Hofmann-Hicks (evil) */
const hasAlg = require('./hasAlg')
/** isContravariant :: a -> Boolean */
function isContravariant(m) {
return !!m && hasAlg('contramap', m)
}
module.exports = isContravariant
| {
"pile_set_name": "Github"
} |
#tb 0: 1/22050
#media_type 0: audio
#codec_id 0: pcm_s16le
#sample_rate 0: 22050
#channel_layout 0: 4
0, 0, 0, 23620, 47240, 0x9974897c
0, 23620, 23620, 1564, 3128, 0x7e4064b4
0, 25184, 25184, 1564, 3128, 0x80883301
0, 26748, 26748, 1568, 313... | {
"pile_set_name": "Github"
} |
const { expect } = require('chai');
const { StreamingHttpClient } = require('../../lib');
describe('StreamingHttpClient', function() {
this.timeout(3000);
it('should construct when provided a server', () => {
const server = { isConnected: true };
const client = new StreamingHttpClient(server);... | {
"pile_set_name": "Github"
} |
## Spark Miscellaneous - Info, commands and tips
- Workload profile with [sparkMeasure](Spark_Performace_Tool_sparkMeasure.md)
```
bin/spark-shell --packages ch.cern.sparkmeasure:spark-measure_2.11:0.15
val stageMetrics = ch.cern.sparkmeasure.StageMetrics(spark)
stageMetrics.runAndMeasure(spark.sql("select count(*... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2011 by MarkLogic Corporation
Author: Mike Brevoort <mike@brevoort.com>
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 right... | {
"pile_set_name": "Github"
} |
--- runfiles/texmf-dist/scripts/latex2man/latex2man.orig 2017-08-06 21:56:45.722169852 -0400
+++ runfiles/texmf-dist/scripts/latex2man/latex2man 2017-08-06 22:02:41.815668681 -0400
@@ -1324,7 +1324,7 @@
last SWITCH;
};
# LaTeX macros with two arguments
- /\\([a-zA-Z]+){([^}]*)}{([^}]*)}/
+... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* gosthash.h *
* Copyright (c) 2005-2006 Cryptocom LTD *
* This file is distributed under the same license as OpenSSL *
* ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }} » {{site.abbr}} lambda-architecture.net</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<meta name="author" content="{{ site.author.name }}">
... | {
"pile_set_name": "Github"
} |
\section{inc2}
| {
"pile_set_name": "Github"
} |
const { createValidator } = require('../validator/helper');
const schema = {
type: 'object',
additionalProperties: false,
properties: {
issuer_url: {
type: 'string',
format: 'uri'
},
clients: {
type: 'array',
items: {
type: 'object',
properties: {
// ... | {
"pile_set_name": "Github"
} |
---
order: 2
title:
zh-CN: 骨架按钮、头像和输入框。
en-US: Skeleton button and avatar
---
## zh-CN
骨架按钮、头像和输入框。
## en-US
Skeleton button, avatar and input.
```jsx
import { Skeleton, Switch, Form, Radio } from 'choerodon-ui';
class Demo extends React.Component {
state = {
buttonActive: false,
avatarActive: false... | {
"pile_set_name": "Github"
} |
FROM ubuntu:18.04
MAINTAINER dreamcat4 <dreamcat4@gmail.com>
ENV _clean="rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*"
ENV _apt_clean="eval apt-get clean && $_clean"
# Install s6-overlay
ENV s6_overlay_version="1.22.1.0"
ADD https://github.com/just-containers/s6-overlay/releases/download/v${s6_overlay_version}/s6-... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 1999-2002, 2016 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV Library is free software; you can redistribute it
* and/or modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; eit... | {
"pile_set_name": "Github"
} |
var arr = [];
var newimage = [];
var gems = [];
var hearts = [];
var key = 0;
var run = false;
var done = [];
var lives = 3;
var collected = 0;
var direction = 0;
var level = 1;
var enemyY = [];
var enemyX = [];
var frame = 0;
var completegame = 0;
function runCanvas() {
(function() {
var requestAnimationFrame = win... | {
"pile_set_name": "Github"
} |
_id: 9b21c2a0-68c0-11e7-89b4-79fbd5ed8e2b
message: "@Albus - To start I would follow that repo's instructions. It should be as simple as adding they're JavaScript as instructed. I haven't used that lightbox gallery so don't have experience with it.\r\n\r\nMM ships with [MagnificPopup's lightbox gallery](http://dimsemen... | {
"pile_set_name": "Github"
} |
package com.kelvinapps.rxfirebase.exceptions;
import android.support.annotation.NonNull;
import com.google.firebase.database.DatabaseError;
/**
* Created by Nick Moskalenko on 16/05/2016.
*/
public class RxFirebaseDataException extends Exception {
protected DatabaseError error;
public RxFirebaseDataExcep... | {
"pile_set_name": "Github"
} |
System.register([], function () {
'use strict';
return {
execute: function () {
}
};
});
| {
"pile_set_name": "Github"
} |
{
"name": "hubot-test-helper",
"description": "Helper for testing hubot script",
"main": "./src/index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test",
"autotest": "mocha --compilers coffee:coffee-script/register test -w",
"semantic-release": "semantic-release"
},
... | {
"pile_set_name": "Github"
} |
" last night " could have an " aka " tagged on the end of it that says , " it's the end of the world , and we feel fine " .
" last night " is about just that .
the last night of planet earth's existence .
the world is going to end at precisely midnight , january 1st , 2000 .
how scientists were so accurately able... | {
"pile_set_name": "Github"
} |
;; Test interesting integer "expressions". These tests contain code
;; patterns which tempt common value-changing optimizations.
;; Test that x+1<y+1 is not folded to x<y.
(module
(func (export "i32.no_fold_cmp_s_offset") (param $x i32) (param $y i32) (result i32)
(i32.lt_s (i32.add (get_local $x) (i32.const 1)... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
# This file is part of Koha.
#
# Koha 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 3 of the License, or
# (at your option) any later version.
#
# Koha is distributed in the h... | {
"pile_set_name": "Github"
} |
class Range
include Enumerable
def member?(val)
# implementation to conform to rubyspecs, Pickaxe docs incorrect
fr = @_st_from
if fr._isNumeric && val._isNumeric
if @_st_excludeEnd
val >= fr && val < @_st_to
else
val >= fr && val <= @_st_to
end
else
self.ste... | {
"pile_set_name": "Github"
} |
#pragma once
#include <filesystem>
#include <fstream>
#include <boost/asio.hpp>
namespace opossum {
using AsioStreamDescriptor = boost::asio::posix::stream_descriptor;
// Instead of writing data to the network device this class puts the information into a file. This allows an easier
// verification of input and ou... | {
"pile_set_name": "Github"
} |
using System;
using System.Threading.Tasks;
using Marten;
using PricingService.Domain;
namespace PricingService.DataAccess.Marten
{
public class MartenDataStore : IDataStore
{
private readonly IDocumentSession session;
private readonly ITariffRepository tariffs;
public MartenDataStore... | {
"pile_set_name": "Github"
} |
oro:
rfp:
requestproduct:
product:
blank: 'Product cannot be empty.'
request_product_items:
blank: 'Please add one or more requests.'
| {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
static int next;
void
f00 (void)
{
puts ("f00");
if (next-- != 0)
_exit (1);
}
void
f01 (void)
{
puts ("f01");
if (next-- != 1)
_exit (1);
}
void
f02 (void)
{
puts ("f02");
if (next-- != 2)
_exit (1);
}
void
f03 (void)
{
puts ("f0... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, pro... | {
"pile_set_name": "Github"
} |
<!--- Provide a short summary of your issue in the Title above. -->
### New Issue Checklist
<!-- Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] -->
- [ ] I updated Haptica to the latest version.
- [ ] I read the [Contribution Guidelines](https://github.com/efrem... | {
"pile_set_name": "Github"
} |
<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<overview>
<p>
Code should not synchronize on a variable or field of a boxed type (for example
<code>Integer</code>, <code>Boolean</code>) or of type <code>String</code> since
it is likely to contain an object that is used throughout the program. ... | {
"pile_set_name": "Github"
} |
//
// PSMTabDragWindow.m
// PSMTabBarControl
//
// Created by Kent Sutherland on 6/1/06.
// Copyright 2006 Kent Sutherland. All rights reserved.
//
#import "PSMTabDragWindow.h"
#import "PSMTabDragView.h"
@implementation PSMTabDragWindow
+ (PSMTabDragWindow *)dragWindowWithImage:(NSImage *)image styleMask:(NSUInt... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010 WiYun Inc.
* Author: luma(stubma@gmail.com)
*
* For all entities this program is free software; you can redistribute
* it and/or modify it under the terms of the 'WiEngine' license with
* the additional provision that 'WiEngine' must be credited in a manner
* that can be be observed by en... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "cbase.h"
#include "basehlcombatweapon.h"
#include "engine/IEngineSound.h"
#include "npcevent.h"
#include "in_butt... | {
"pile_set_name": "Github"
} |
"""Generic interface to all dbm clones.
Instead of
import dbm
d = dbm.open(file, 'w', 0666)
use
import anydbm
d = anydbm.open(file, 'w')
The returned object is a dbhash, gdbm, dbm or dumbdbm object,
dependent on the type of database being opened (determined by whichdb
module) in the... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2020 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/*
* Driver for the Conexant CX25821 PCIe bridge
*
* Copyright (C) 2009 Conexant Systems Inc.
* Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com>
* Based on Steven Toth <stoth@linuxtv.org> cx23885 driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms... | {
"pile_set_name": "Github"
} |
# Go support for Protocol Buffers - Google's data interchange format
#
# Copyright 2010 The Go Authors. All rights reserved.
# https://github.com/golang/protobuf
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# ... | {
"pile_set_name": "Github"
} |
#!/usr/local/bin/ruby -w
$TESTING = true
require 'minitest/autorun'
require 'sexp_processor'
require 'stringio'
require 'pp'
class SexpTestCase < MiniTest::Unit::TestCase
# KEY for regex tests
# :a == no change
# :b == will change (but sometimes ONLY once)
# :c == change to
include SexpMatchSpecials
de... | {
"pile_set_name": "Github"
} |
jvm.Region = function(config){
var bbox,
text,
offsets,
labelDx,
labelDy;
this.config = config;
this.map = this.config.map;
this.shape = config.canvas.addPath({
d: config.path,
'data-code': config.code
}, config.style, config.canvas.rootElement);
this.shape.addClass('jvecto... | {
"pile_set_name": "Github"
} |
#include <SmingCore.h>
// If you want, you can define WiFi settings globally in Eclipse Environment Variables
#ifndef WIFI_SSID
#define WIFI_SSID "PleaseEnterSSID" // Put you SSID and Password here
#define WIFI_PWD "PleaseEnterPass"
#endif
FtpServer ftp;
void gotIP(IpAddress ip, IpAddress netmask, IpAddress gateway)... | {
"pile_set_name": "Github"
} |
---
name: Viet-Tam Luu
link: https://plus.google.com/+VietTamLuu
organization: Google
occupation_title: Software Engineer
github: viettaml
---
| {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('invokeArgsMap', require('../invokeMap'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
package main
import (
"fmt"
"github.com/blang/semver"
"github.com/rhysd/dotfiles/src"
"github.com/rhysd/go-github-selfupdate/selfupdate"
"gopkg.in/alecthomas/kingpin.v2"
"os"
)
var (
cli = kingpin.New("dotfiles", "A dotfiles symlinks manager")
clone = cli.Command("clone", "Clone remote repository")
clo... | {
"pile_set_name": "Github"
} |
/* apps/ec.c */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
/* ====================================================================
* Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(ForeignDir)\cml-1_0_2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefi... | {
"pile_set_name": "Github"
} |
/*
* Q40 I/O port IDE Driver
*
* (c) Richard Zidlicky
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive for
* more details.
*
*
*/
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/interru... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015-2017 Netronome Systems, Inc.
*
* This software is dual licensed under the GNU General License Version 2,
* June 1991 as shown in the file COPYING in the top-level directory of this
* source tree or the BSD 2-Clause License provided below. You have the
* option to license this software und... | {
"pile_set_name": "Github"
} |
package org.concordion.internal;
import org.concordion.api.Fixture;
public class SimpleEvaluator extends OgnlEvaluator {
public SimpleEvaluator(Fixture fixture) {
super(fixture);
}
@Override
public Object evaluate(String expression) {
validateEvaluationExpression(expressi... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef BONE_MERGE_CACHE_H
#define BONE_MERGE_CACHE_H
#ifdef _WIN32
#pragma once
#endif
class C_BaseAnimating;
class CStudioHdr;
#include... | {
"pile_set_name": "Github"
} |
#!/bin/bash
http -v POST :8080/persons/stream < people.json | {
"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 ChatRoomUtils : NSObject
{
}
+ (void)onAddChatroomMemberTooMuch:(id)arg1 delegate:(id)arg2;
+ (void)onNeedUpgradeChatRoom:(id)arg1 delegate:(id)arg... | {
"pile_set_name": "Github"
} |
.cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
.cm-s-elegant span.cm-comment {color: #262; font-style: italic; line-height: 1em;}
.cm-s-elegant span.cm-meta {color: #555; font-style: italic; line-height: 1em;}
.cm-s-elegant span.cm-variable {color: black;}
.cm-s-el... | {
"pile_set_name": "Github"
} |
'use strict';
var ctx = require('./_ctx')
, $export = require('./_export')
, toObject = require('./_to-object')
, call = require('./_iter-call')
, isArrayIter = require('./_is-array-iter')
, toLength = require('./_to-length')
, createProperty = require('./_create-p... | {
"pile_set_name": "Github"
} |
package org.support.project.di;
import org.support.project.di.DI;
import org.support.project.di.Instance;
@DI(instance = Instance.Prototype)
public class TestNoAspectObject {
private String hoge;
/**
* hogeを取得します。
*
* @return hoge
*/
public String getHoge() {
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Red Hat, Inc. and/or its affiliates.
*
* 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 app... | {
"pile_set_name": "Github"
} |
<?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <taylor@laravel.com>
*/
/*
|--------------------------------------------------------------------------
| Register The Auto Loader
|--------------------------------------------------------------------------
|
| ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd">
<SolidSection label="ebapd.xml">
<Box name="ECAL" dx="10*cm" dy="10*cm" dz="1*cm"/>
</SolidS... | {
"pile_set_name": "Github"
} |
# copystructure
copystructure is a Go library for deep copying values in Go.
This allows you to copy Go values that may contain reference values
such as maps, slices, or pointers, and copy their data as well instead
of just their references.
## Installation
Standard `go get`:
```
$ go get github.com/m... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.