text stringlengths 2 99.9k | meta dict |
|---|---|
/*
*
* Copyright (c) 2018 Nest Labs, Inc.
* 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"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Pla... | {
"pile_set_name": "Github"
} |
RUN: llvm-readelf --elf-hash-histogram %p/Inputs/gnuhash.so.elf-ppc64 \
RUN: | FileCheck %s -check-prefix PPC64GNU
RUN: llvm-readelf --elf-hash-histogram %p/Inputs/gnuhash.so.elf-x86_64 \
RUN: | FileCheck %s -check-prefix X86GNU
RUN: llvm-readelf --elf-hash-histogram %p/Inputs/got-plt.exe.elf-mipsel \
RUN: | File... | {
"pile_set_name": "Github"
} |
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2020 DBeaver Corp 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/LICE... | {
"pile_set_name": "Github"
} |
// RUN: clspv %s -o %t.spv
// RUN: spirv-dis -o %t2.spvasm %t.spv
// RUN: FileCheck %s < %t2.spvasm
// RUN: spirv-val --target-env vulkan1.0 %t.spv
// CHECK-DAG: %[[float:[0-9a-zA-Z_]+]] = OpTypeFloat 32
// CHECK-DAG: %[[uint:[0-9a-zA-Z_]+]] = OpTypeInt 32 0
// CHECK-DAG: %[[bool:[0-9a-zA-Z_]+]] = OpTypeBool
// CHECK... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<mappings xmlns="http://dozer.sourceforge.net"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://dozer.sourceforge.net
http://dozer.sourceforge.net/schema/beanmapping.xsd">
<mapping map-id="reportRoleView.po2vo" >
<class-a>com.netsteadfast.gr... | {
"pile_set_name": "Github"
} |
# 『■■■・■■■』
------
無数の羽音に置き去りにされて、夜のバルコニーに深淵が降り積もる。
視界の悪い夜空へ飛び立つことを、作り物めいた鳥たちは恐れずに羽を広げた。
それはまるで、寄る辺のない空へ落ちることの方が、この場に残ることよりもよほど気が楽だ、とでも言うかのように。
仮にそれが事実なら、スバルも全く同意見――それほどに、息詰まるこの状況は想定外で、最悪の場面に等しかった。
「――――」
場所は監視塔、隠された夜のバルコニー。
その入口を塞ぐように立つユリウスが、端正な面に困惑を刻み、頬を硬くする。視線の先には、夜の密談を交わしていたスバルとエキドナ――彼にとってはアナスタシ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration> | {
"pile_set_name": "Github"
} |
import 'package:flutter/widgets.dart';
import 'map.dart';
class MapStateInheritedWidget extends InheritedWidget {
final MapState mapState;
MapStateInheritedWidget({
Key key,
@required this.mapState,
@required Widget child,
}) : super(key: key, child: child);
@override
bool updateShouldNotify(Ma... | {
"pile_set_name": "Github"
} |
#include <assert.h>
#include "../cprover-string-hack.h"
int main()
{
__CPROVER_string s;
s = __CPROVER_string_literal("pippo");
assert(__CPROVER_string_equal(s, __CPROVER_string_literal("pippo")));
assert(__CPROVER_string_equal(s, __CPROVER_string_literal("mippo")));
return 0;
}
| {
"pile_set_name": "Github"
} |
/*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2004, University of Maryland
*
* This library 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.1 of the License, or (a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Scope code options (Service) -->
<g:options xmlns:g="http://www.esri.com/geoportal/gxe"
xmlns:h="http://www.esri.com/geoportal/gxe/html"
g:i18nBase="catalog.iso19139.MD_ScopeCode">
<g:option g:label="$i18nBase.dataset" g:value="dataset"/>
<g:option g... | {
"pile_set_name": "Github"
} |
################################################################################
#
# WL#10412: GR: notify listener services on relevant group events
#
# This test case checks that the correct notifications are
# triggered to the listeners registered in the service registry.
#
# For that it relies on a table that is upd... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 serso aka se.solovyev
*
* 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 agre... | {
"pile_set_name": "Github"
} |
myChart.showLoading();
$.get(ROOT_PATH + '/data/asset/data/webkit-dep.json', function (webkitDep) {
myChart.hideLoading();
option = {
legend: {
data: ['HTMLElement', 'WebGL', 'SVG', 'CSS', 'Other']
},
series: [{
type: 'graph',
layout: 'force',
... | {
"pile_set_name": "Github"
} |
#include "caffe/caffe.hpp"
int main(int argc, char** argv) {
LOG(FATAL) << "Deprecated. Use caffe time --model=... "
"[--iterations=50] [--gpu] [--device_id=0]";
return 0;
}
| {
"pile_set_name": "Github"
} |
/**
* Implements the CFML Function tobinary
*/
package railo.runtime.functions.other;
import railo.runtime.PageContext;
import railo.runtime.exp.PageException;
import railo.runtime.ext.function.Function;
import railo.runtime.op.Caster;
public final class ToBinary implements Function {
private static final long se... | {
"pile_set_name": "Github"
} |
CALL kalturadw.calc_partner_usage_data("{FROM_DATE_ID}", {PARTNER_ID},{IS_FREE_PACKAGE});
| {
"pile_set_name": "Github"
} |
# Google Summer of Code 2021
[](https://summerofcode.withgoogle.com/)
## How to apply
Details of the timeline for Google Summer of Code 2021 is not yet available. Please monitor official [Google Summer of Code 2021 Website... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Set bash environment
if [[ $(uname) == 'Darwin' ]]
then
SOURCE_DIR=$(realpath "$(dirname "$0")"/../..)
else
SOURCE_DIR=$(readlink -f "$(dirname "$0")"/../..)
fi
set -e
# Set CITA system environment
BINARY_DIR=${SOURCE_DIR}/target/install
amend_chain_name() {
python3 make_tx.py \
... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:2eb5a8cfbb18e454434af0d54004ba90609693e723eba0ba4b8ec9c509a776c7
size 13087
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string-array name="entries_auto_refresh_content">
<item>Головна</item>
<item>Взаємодії</item>
<item>Прямі повідомлення</item>
<item>Тенденції</item>
</string-array>
<string-array name="entries_compose_now_act... | {
"pile_set_name": "Github"
} |
#ifndef __SkeletalAnimation_H__
#define __SkeletalAnimation_H__
#include "SdkSample.h"
#ifdef RTSHADER_SYSTEM_BUILD_EXT_SHADERS
#include "OgreShaderExHardwareSkinning.h"
#endif
#include "OgreBillboard.h"
using namespace Ogre;
using namespace OgreBites;
class _OgreSampleClassExport Sample_SkeletalAnimation : public ... | {
"pile_set_name": "Github"
} |
.pagination {
display: flex;
@include list-unstyled();
@include border-radius();
}
.page-link {
position: relative;
display: block;
padding: $pagination-padding-y $pagination-padding-x;
margin-left: -$pagination-border-width;
line-height: $pagination-line-height;
color: $pagination-color;
backgroun... | {
"pile_set_name": "Github"
} |
require 'rack/request'
require 'rack/utils'
require 'time'
module Rack
# Rack::Response provides a convenient interface to create a Rack
# response.
#
# It allows setting of headers and cookies, and provides useful
# defaults (a OK response containing HTML).
#
# You can use Response#write to iteratively ... | {
"pile_set_name": "Github"
} |
{
"name": "debug"
, "version": "0.7.0"
, "description": "small debugging utility"
, "keywords": ["debug", "log", "debugger"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": {}
, "devDependencies": { "mocha": "*" }
, "main": "index"
, "browserify": "debug.component.js"
, "engine... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016-2019 Bo Zimmerman
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 agr... | {
"pile_set_name": "Github"
} |
---
layout: text/textblock
quote: 4-8 participants per round of user research
---
### [2]Specify target groups
Depending on your research objectives, your criteria might be:
- a particular demographic (for example, women under 30 years of age)
- a specific user group (for example, small business owners or job centre ... | {
"pile_set_name": "Github"
} |
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
// THIS FILE IS AUTO-GENERATED
class KoukiconsDislike extends StatelessWidget {
final double height;
final double width;
final Color color;
final _svgString = '''
<svg version="1" xmlns="http://www.w3.org/2000/svg" viewB... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015 Università della Svizzera italiana.
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// 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 you... | {
"pile_set_name": "Github"
} |
rsc:share/tt-rss
| {
"pile_set_name": "Github"
} |
const xRegExp = require('xregexp')
export default (text, separator) => {
if (typeof text !== 'string') {
throw new TypeError('Expected a string')
}
separator = typeof separator === 'undefined' ? '_' : separator
const regex1 = xRegExp('([\\p{Ll}\\d])(\\p{Lu})', 'g')
const regex2 = xRegExp('(\\p{Lu}+)(\\... | {
"pile_set_name": "Github"
} |
// Copyright 2018 Google LLC
//
// 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 writi... | {
"pile_set_name": "Github"
} |
/*
* IS-IS Rout(e)ing protocol - isisd.h
*
* Copyright (C) 2001,2002 Sampo Saaristo
* Tampere University of Technology
* Institute of Communications Engineering
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of ... | {
"pile_set_name": "Github"
} |
html {
content: 'mini-css-test';
} | {
"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"
} |
<?php
// Create a random string, leaving out 'o' to avoid confusion with '0'
$char = strtoupper(substr(str_shuffle('abcdefghjkmnpqrstuvwxyz'), 0, 4));
// Concatenate the random string onto the random numbers
// The font 'Anorexia' doesn't have a character for '8', so the numbers will only go up to 7
// '0' is left ou... | {
"pile_set_name": "Github"
} |
namespace Eigen {
/** \page TopicTemplateKeyword The template and typename keywords in C++
There are two uses for the \c template and \c typename keywords in C++. One of them is fairly well known
amongst programmers: to define templates. The other use is more obscure: to specify that an expression refers
to a templat... | {
"pile_set_name": "Github"
} |
/*
* Firetweet - Twitter client for Android
*
* Copyright (C) 2012-2014 Mariotaku Lee <mariotaku.lee@gmail.com>
*
* 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 version ... | {
"pile_set_name": "Github"
} |
EESchema-LIBRARY Version 2.3
#encoding utf-8
#
# GND-RESCUE-boostboard1
#
DEF GND-RESCUE-boostboard1 #GND 0 40 N N 1 L P
F0 "#GND" 50 50 45 H I L BNN
F1 "GND-RESCUE-boostboard1" -70 -100 45 H V L BNN
F2 "" 0 0 60 H I C CNN
F3 "" 0 0 60 H I C CNN
DRAW
P 2 1 0 0 -75 0 75 0 N
P 2 1 0 0 0 100 0 0 N
X GND ~ 0 100 100 D 40 4... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2012 Carl Hetherington <carl@carlh.net>
* Copyright (C) 2010-2016 Paul Davis <paul@linuxaudiosystems.com>
* Copyright (C) 2010 David Robillard <d@drobilla.net>
* Copyright (C) 2014-2015 Robin Gareus <robin@gareus.org>
* Copyright (C) 2015-2016 Tim Mayberry <mojofunk@gmail.com>
*
* This pr... | {
"pile_set_name": "Github"
} |
from __future__ import with_statement
from sandbox import Sandbox, SandboxError, SandboxConfig, Timeout
from sandbox.test import createSandbox, createSandboxConfig, SkipTest
from sandbox.test.tools import capture_stdout
def test_valid_code():
def valid_code():
assert 1+2 == 3
createSandbox().call(valid... | {
"pile_set_name": "Github"
} |
module RailsAdminNestable
class Configuration
TREE_DEFAULT_OPTIONS = { live_update: true, enable_callback: false, scope: nil }
LIST_DEFAULT_OPTIONS = { position_field: :position, max_depth: 1, live_update: true, enable_callback: false, scope: nil }
def initialize(abstract_model)
@abstract_model = ... | {
"pile_set_name": "Github"
} |
/*
* bcmwpa.h - interface definitions of shared WPA-related functions
*
* Copyright (C) 2009, Broadcom Corporation
* All Rights Reserved.
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
* the contents of this file may not be disclosed to third parties, copied
* or duplicated in any for... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * report_py3o
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Tra... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WeText.Common.Commands;
using WeText.Common.Repositories;
using WeText.Domain;
using WeText.Domain.Commands;
namespace WeText.Services.Accounts
{
internal sealed class AccountsComm... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Update current cspan IDs using NYT Congress API.
import json, urllib.request, urllib.parse, urllib.error
from utils import load_data, save_data
def run():
# load in current members
y = load_data("legislators-current.yaml")
for m in y:
# retrieve C-SPAN id, if available, fr... | {
"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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Coverage Report</title>
<link title="Style" type="text/css" rel="stylesheet" href="css/main... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2005.
// Use, modification and distribution are subject to 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 http://www.boost.org/libs/type_traits for most recent version including docum... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgbXd+wg4vuXwzT5dl
6d7tq9ZKICrEcLRpV7p17yjR202hRANCAAS1qYSx7oEc4CeL0i/7sXJ9EHqChcdC
A7viH6UrTNcgCFFRO8+oRriAn4+1tbpuCYgsq/frlVVShHRK6dCkLlky
-----END PRIVATE KEY-----
| {
"pile_set_name": "Github"
} |
import krpc.client.Connection;
import krpc.client.RPCException;
import krpc.client.services.SpaceCenter;
import krpc.client.services.SpaceCenter.Parachute;
import krpc.client.services.SpaceCenter.Vessel;
import java.io.IOException;
public class DeployParachutes {
public static void main(String[] args) throws IOEx... | {
"pile_set_name": "Github"
} |
= Installing Trac as CGI
[[TracGuideToc]]
[[PageOutline]]
{{{#!div class=important
''Please note that using Trac via CGI is the slowest deployment method available. It is slower than [wiki:TracModWSGI mod_wsgi], [TracModPython mod_python], [TracFastCgi FastCGI] and even [trac:TracOnWindowsIisAjp IIS/AJP] on Windows.'... | {
"pile_set_name": "Github"
} |
/*
* FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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, ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# Software License Agreement (BSD License)
#
# Copyright (c) 2013, Juergen Sturm, TUM
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# * Redistributions of source code must... | {
"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"); y... | {
"pile_set_name": "Github"
} |
#include "Statistics.hpp"
/** A JSON key and value corresponding to a field. */
#define FIELD_TO_JSON(x) {#x, stats.x}
namespace hlt {
/**
* Compare two players to rank them.
*
* @param other The statistics of the other player.
* @return True if this player ranks below (i.e. is worse than) the other.
*/
bool Pl... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010 ARM Limited. All rights reserved.
*
* $Date: 15. July 2011
* $Revision: V1.0.10
*
* Project: CMSIS DSP Library
* Title: arm_correlate_q31.c
*
* Description: Correlation of Q31 sequences.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--
~ Lynket
~
~ Copyright (C) 2019 Arunkumar
~
~ 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 version 3 of the License, or
~ (at y... | {
"pile_set_name": "Github"
} |
/*
* This file is part of FFmpeg.
*
* FFmpeg 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.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | {
"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
* "L... | {
"pile_set_name": "Github"
} |
#-------------------------------------------------------------------------
#
# src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_cn
top_builddir = ../../../../../..
inclu... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @provides... | {
"pile_set_name": "Github"
} |
# Authentification
## LDAP
Use LDAP for user authentication. When a user logs in to the Mobilizon instance, the email and password will be verified by trying to authenticate
(bind) to an LDAP server. If a user exists in the LDAP directory but there is no account with the same email yet on the Mobilizon instance then... | {
"pile_set_name": "Github"
} |
define([
"../../core",
"../../selector"
// css is assumed
], function( jQuery ) {
return function( elem, el ) {
// isHidden might be called from jQuery#filter function;
// in that case, element will be second argument
elem = el || elem;
return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( e... | {
"pile_set_name": "Github"
} |
#
# FreeType 2 BZIP2 support configuration rules
#
# Copyright 2010 by
# Joel Klinghed.
#
# Based on src/lzw/rules.mk, Copyright 2004-2006 by
# Albert Chin-A-Young.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENS... | {
"pile_set_name": "Github"
} |
package stroom.proxy.app;
import stroom.util.HasHealthCheck;
import stroom.util.HealthCheckUtils;
import com.codahale.metrics.health.HealthCheck.Result;
import javax.inject.Inject;
import java.util.Map;
// TODO should not be a healthcheck, should be HasSystemInfo if we can get it to
// work on the admin port as t... | {
"pile_set_name": "Github"
} |
/**
* Java Grinder
* Author: Michael Kohn
* Email: mike@mikekohn.net
* Web: http://www.naken.cc/
* License: GPLv3
*
* Copyright 2014-2018 by Michael Kohn
*
*/
package net.mikekohn.java_grinder.draw3d;
import net.mikekohn.java_grinder.draw3d.Draw3DObjectWithTexture;
public class TriangleWithTexture e... | {
"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"
} |
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border... | {
"pile_set_name": "Github"
} |
require('./00-config-setup.js')
var path = require('path')
var fs = require('fs')
var test = require('tap').test
var npmconf = require('../../lib/config/core.js')
test('cafile loads as ca', function (t) {
var cafile = path.join(__dirname, '..', 'fixtures', 'config', 'multi-ca')
npmconf.load({cafile: cafile}, fun... | {
"pile_set_name": "Github"
} |
/***********************license start***************
* Copyright (c) 2003-2010 Cavium Inc. (support@cavium.com). All rights
* reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributio... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e30bde2c3a8e15a4e97c5cf6f0ea79d5
timeCreated: 1519266997
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart:... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2000 MySQL AB
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; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT AN... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/hfsplus/extents.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies <roman@ardistech.com>
*
* Handling of Extents both in catalog and extents overflow trees
*/
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/... | {
"pile_set_name": "Github"
} |
吉川ココ最新番号
【GCICD-023】ゲキ着! IDOL キュート 吉川ココ</a>2011-06-04BAGUS$$$BAGUS62分钟 | {
"pile_set_name": "Github"
} |
import { Component } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { ConferenceData } from '../../providers/conference-data';
import { ActionSheetController } from '@ionic/angular';
import { InAppBrowser } from '@ionic-native/in-app-browser/ngx';
@Component({
selector: 'page-speaker-... | {
"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( 'mathjax', 'de-ch', {
title: 'Mathematik in Tex',
button: 'Rechnung',
dialogInput: 'Schreiben Sie hier in Tex',
docUrl: 'http://en.wikibooks.org/wi... | {
"pile_set_name": "Github"
} |
coming soon
| {
"pile_set_name": "Github"
} |
'use strict';
require('../../modules/es6.promise');
require('../../modules/es7.promise.try');
var $Promise = require('../../modules/_core').Promise;
var $try = $Promise['try'];
module.exports = { 'try': function (callbackfn) {
return $try.call(typeof this === 'function' ? this : $Promise, callbackfn);
} }['try'];
| {
"pile_set_name": "Github"
} |
/* github markdown */
.github-markdown {
font-size: 16px;
}
.github-markdown h1,
.github-markdown h2,
.github-markdown h3,
.github-markdown h4,
.github-markdown h5 {
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
padding: 0;
}
.github-markdown h1:nth-of-type(1) {
margin-top: 0;
}
.github-markdo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="CombatExtended.PatchOperationFindMod">
<modName>[RH] Faction: Elite Crew</modName>
</li>
<!-- ========== Elite Crew faction pawns should spawn backpacks, allow... | {
"pile_set_name": "Github"
} |
// UseDynamicUpdateUriTest.cs, 10.06.2019
// Copyright (C) Dominic Beger 17.06.2019
using System;
using System.Globalization;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using nUpdate.Updating;
namespace nUpdate.Test
{
[TestClass]
public class UseDynamicUpdateUriTest
{
private const strin... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2006, 2007 Julio M. Merino Vidal
// Copyright (c) 2008 Ilya Sokolov, Boris Schaeling
// Copyright (c) 2009 Boris Schaeling
// Copyright (c) 2010 Felipe Tanus, Boris Schaeling
// Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling
//
// Distributed under the Boost Software License, Version 1.0. (See ac... | {
"pile_set_name": "Github"
} |
<html>
<body>
Surrounds expression with parentheses.
</body>
</html>
| {
"pile_set_name": "Github"
} |
{
"name": "string_decoder",
"version": "0.10.31",
"description": "The string_decoder module from Node core",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tap": "~0.4.8"
},
"scripts": {
"test": "tap test/simple/*.js"
},
"repository": {
"type": "git",
"url": "git://git... | {
"pile_set_name": "Github"
} |
//
// JPViewController.m
// JSPatch
//
// Created by bang on 15/5/2.
// Copyright (c) 2015年 bang. All rights reserved.
//
#import "JPViewController.h"
@implementation JPViewController
- (void)viewDidLoad {
[super viewDidLoad];
UIButton *btn = [[UIButton alloc] initWithFrame:CGRectMake(0, 100, [UIScreen m... | {
"pile_set_name": "Github"
} |
add_executable(subexe ../main.c)
| {
"pile_set_name": "Github"
} |
## noahv-mockup
A convenient mockup library for [NoahV](https://github.com/baidu/NoahV)
## LICENSE
Apache License 2.0 | {
"pile_set_name": "Github"
} |
/******************************************************************************************
* Chili DirectX Framework Version 16.07.20 *
* Graphics.h *
* Copyright 2016 PlanetChili <http://www.planetchili.net> *
* *
* This file is part of The Chili DirectX... | {
"pile_set_name": "Github"
} |
/*
* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
* Copyright (C) 2008 - INRIA - Sylvestre LEDRu
*
* Copyright (C) 2012 - 2016 - Scilab Enterprises
*
* This file is hereby licensed under the terms of the GNU GPL v2.0,
* pursuant to article 5.3.4 of the CeCILL v.2.1.
* This file was originally... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module WPScan
module Finders
module Users
# Since WP 5.5, /wp-sitemap-users-1.xml is generated and contains
# the usernames of accounts who made a post
class AuthorSitemap < CMSScanner::Finders::Finder
# @param [ Hash ] opts
#
# @return [ Ar... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Phoenix V1.2.1
Copyright (c) 2001-2003 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICE... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool Xbim.CodeGeneration
//
// Changes to this file may cause incorrect behaviour and will be lost if
// the code is regenerated.
// </auto-generated>
// -----------------... | {
"pile_set_name": "Github"
} |
import unittest
import random, sys, time, os, re
sys.path.extend(['.','..','../..','py'])
import h2o, h2o_browse as h2b, h2o_import as h2i, h2o_exec as h2e
DO_ONE_NODE_ONLY = True
initList = [
'Result0 = c(0)',
'Result1 = c(1)',
'Result2 = c(2)',
'Result3 = c(3)',
'Result4 = c... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var argv = require('optimist')
.default({ x : 10, y : 10 })
.argv
;
console.log(argv.x + argv.y);
| {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Copyright (C) 2008 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 ap... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.