text stringlengths 2 99.9k | meta dict |
|---|---|
open BatPervasives
open OUnit
open Lnf
module I = struct
type t = int
let compare : t -> t -> int = Pervasives.compare
let hash = Hashtbl.hash
let equal = (=)
let default = 0
end
module G = struct
include Graph.Builder.I(Graph.Imperative.Digraph.ConcreteLabeled(I)(I))
let remove_edge g u v = G.remove_ed... | {
"pile_set_name": "Github"
} |
Copyright 2012 - 2016 Great Scott Gadgets
These files are part of HackRF.
This is a free hardware design; 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 2, or (at your option)
any later version.
This design is di... | {
"pile_set_name": "Github"
} |
/***************************************************
* 版权声明
*
* 本操作系统名为:MINE
* 该操作系统未经授权不得以盈利或非盈利为目的进行开发,
* 只允许个人学习以及公开交流使用
*
* 代码最终所有权及解释权归田宇所有;
*
* 本模块作者: 田宇
* EMail: 345538255@qq.com
*
*
***************************************************/
#ifndef __FONT_H__
#define __FONT_H__
unsigned char fon... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -Wno-objc-root-class %s
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -Wno-objc-root-class %s
// rdar://10681443
@interface I
- (void) compileSandboxProfileAndReturnError:(__attribute__((_... | {
"pile_set_name": "Github"
} |
// Reset filters for IE
//
// When you need to remove a gradient background, do not forget to use this to reset
// the IE filter for IE9 and below.
.reset-filter() {
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
| {
"pile_set_name": "Github"
} |
define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
"use strict";
var oop = require("../lib/oop");
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
var XmlHighlightRules = function(normal... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSObject.h>
@class NSArray, NSData, NSString;
@interface GSStagingPrefix : NSObject
{
unsigned char _volumeUUID[16];
int _deviceID;
NSString *_path... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C)2011-2020 D. R. Commander. 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 con... | {
"pile_set_name": "Github"
} |
/*
* Translated default messages for the jQuery validation plugin.
* Locale: PT (Portuguese; português)
* Region: BR (Brazil)
*/
$.extend( $.validator.messages, {
// Core
required: "Este campo é requerido.",
remote: "Por favor, corrija este campo.",
email: "Por favor, forneça um endereço d... | {
"pile_set_name": "Github"
} |
#Mon Jul 06 16:46:24 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
| {
"pile_set_name": "Github"
} |
2
a_1
a_2
b_1
b_2
3
3 b_1
3 b_2
3 a_1
3 a_2
a_1 b_1
a_2 b_2
3
3
3
3
3
3
3
3
a_1 3
a_2 3
b_1 3
b_2 3
a_1 b_1 3
a_2 b_2 3
| {
"pile_set_name": "Github"
} |
303 See Other
Location: https://www.elastic.co/community/codeofconduct
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# This script serves as an example to demonstrate how to generate the gRPC-Go
# interface and the related messages from .proto file.
#
# It assumes the installation of i) Google proto buffer compiler at
# https://github.com/google/protobuf (after v2.6.1) and ii) the Go codegen
# plugin at https://g... | {
"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 xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<titl... | {
"pile_set_name": "Github"
} |
SELECT count() AS x WITH TOTALS HAVING x != toNullable(0);
SELECT k, count() AS c FROM (SELECT number, CASE WHEN number < 10 THEN 'hello' WHEN number < 50 THEN 'world' ELSE 'goodbye' END AS k FROM system.numbers LIMIT 100) GROUP BY k WITH TOTALS HAVING nullIf(c, 10) < 50 ORDER BY c;
| {
"pile_set_name": "Github"
} |
/*
* arch/arm/cpu/armv8/txl/gate_init.c
*
* Copyright (C) 2015 Amlogic, Inc. All rights reserved.
*
* 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 2 of the License, or
*... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using Microsoft.DotNet.XHarness.iOS.Shared.Execution;
using Microsoft.DotNet.XHarness.iOS.Shared.Execution.Mlaunch;
using... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[日本旅游局拍了个短片,讲的是世界没有刀会怎么样_商业_好奇心日报-吴容](https://www.qdaily.com/articles/31456.html)
WebArchive归档链接:[日本旅游局拍了个短片,讲的是世界没有刀会怎么样_商业_好奇心日报-吴容](http://web.archive.org/web/20161101040854/http://www.qdaily.com:80/articles/31456.html)
 | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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)
This is an auto-generated file... | {
"pile_set_name": "Github"
} |
#include <ApplicationServices/ApplicationServices.r>
| {
"pile_set_name": "Github"
} |
/*
* ===============================================================
* Description: Issue reachability requests with destination
* chosen from a small subset of the nodes, to
* highlight benefit of caching results.
*
* Created: 07/02/2013 11:05:01 AM
*
* Aut... | {
"pile_set_name": "Github"
} |
{
groups: [{
name: "g1",
resources: [{
type: "JS",
uri: "/static/app.js",
minimize: true
}, {
type: "CSS",
uri: "/static/app.css",
minimize: true
}]
}, {
name: "g2",
resources: [{
type: "JS",
uri: "classpath:com/application/stat... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Vestas Wind Systems A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
#define DT_DRV_COMPAT nxp_kinetis_temperature
#include <device.h>
#include <drivers/sensor.h>
#include <drivers/adc.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(temp_kinetis, CONFIG_SENSOR_LOG_LEVEL);
/*
* Driver assu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources name="ru" flag="ru" title="Russian">
<string_upd name="_bx_albums_page_title_sys_entries_popular"><![CDATA[Популярные]]></string_upd>
<string_upd name="_bx_albums_page_title_entries_popular"><![CDATA[Популярные]]></string_upd>
<string_upd name="_bx_albums_page_bl... | {
"pile_set_name": "Github"
} |
{
"word": "Wrasse",
"definitions": [
"A marine fish with thick lips and strong teeth, typically brightly coloured with marked differences between the male and female."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from scandir import scandir
if scandir is None:
from scandir import scandir_generic as scandir
import os
import re
import sys
import threading
import errno
import traceback
import string
from uuid import uuid4
from zipfile import ZipFile, is_zipfile
from tarfile ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
</packages> | {
"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"
} |
/*
* Copyright (c) 2013-2020, APT Group, Department of Computer Science,
* The University of Manchester.
*
* 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... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2008-2011, Kenneth Bell
//
// 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 rights to use, copy, modify, merge,... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
from alipay.aop.api.response.AlipayResponse import AlipayResponse
class KoubeiMemberDataIsvCreateResponse(AlipayResponse):
def __init__(self):
super(KoubeiMemberDataIsvCreateResponse, self).__init__()
def parse_response_content(self, respon... | {
"pile_set_name": "Github"
} |
<?php
/**
* English Preload Lexicon Topic for Revolution setup
*
* @package setup
* @subpackage lexicon
*/
$_lang['preload_err_cache'] = 'Ujistěte se, že složka "[[+path]]cache" existuje a PHP do ní může zapisovat.';
$_lang['preload_err_core_path'] = 'Ujistěte se, že jste definovali platnou cestu do MODX_CORE_PATH... | {
"pile_set_name": "Github"
} |
define( function() {
return ( /\S+/g );
} );
| {
"pile_set_name": "Github"
} |
# This file is distributed under the same license as the Django package.
#
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-15 13:15-0400\n"
"PO-Revision-Date: 2011-03-04 18:34+0000\n"
"Last-Translator: Jannis <jannis@leidel.info>\n"
"Language-Team: Telugu <>\n"
"... | {
"pile_set_name": "Github"
} |
//
// This file defines common settings that should be enabled for every new
// project. Typically, you want to use Debug, Release, or a similar variant
// instead.
//
// Disable legacy-compatible header searching
ALWAYS_SEARCH_USER_PATHS = NO
// Architectures to build
ARCHS = $(ARCHS_STANDARD)
// Whether to warn w... | {
"pile_set_name": "Github"
} |
diff -Naur tslib-org/tests/Makefile.am tslib-1.0/tests/Makefile.am
--- tslib-org/tests/Makefile.am 2006-08-25 00:02:55.000000000 +0300
+++ tslib-1.0/tests/Makefile.am 2007-05-07 17:39:54.000000000 +0300
@@ -12,7 +12,7 @@
AM_CFLAGS = $(DEBUGFLAGS)
INCLUDES = -I$(top_srcdir)/src
-bin_PROGRAMS = ts_tes... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2010-2011 mbed.org, MIT License
*
* 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 rights to use, copy, modify, merge... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2003.
// 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)
//
// Boost binaries are built with the compiler's default ABI settings,
// if the user ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<% for (var i=0; i < suites.length; i++) { %>
<% var suite=suites[i]; %>
<testsuite name="<%= suite.name %>"
errors="<%= suite.errorCount %>"
failures="<%= suite.failureCount %>"
tests="<%= suite.tests %>">
<% for (var j=0; j < suite... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_VIEWS_COREWM_INPUT_METHOD_EVENT_FILTER_H_
#define UI_VIEWS_COREWM_INPUT_METHOD_EVENT_FILTER_H_
#include "base/compiler_specific.h"
#includ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.xml.internal.ws.protocol.soap;
import com.sun.istack.internal.NotNull;
import com.sun.... | {
"pile_set_name": "Github"
} |
export void f_f(uniform float RET[], uniform float aFOO[]) {
#define NA 3
#define NB 8
uniform int a[NA][NB];
for (uniform int i = 0; i < NA; ++i)
for (uniform int j = 0; j < NB; ++j)
a[i][j] = 0;
foreach_tiled (i = 0 ... NA, j = 0 ... NB) {
// TODO: Revisit this. Future optimi... | {
"pile_set_name": "Github"
} |
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 9681607970376803213 (0x865bfb2758e6638d)
Signature Algorithm: md5WithRSAEncryption
Issuer: CN=Test Dup-Hash Root CA
Validity
Not Before: Jul 1 22:15:21 2013 GMT
Not After : Jun 29 22:15:21 2023 GMT
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Advanced Micro Devices, Inc.
*
* 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 rights to use, copy, modify, m... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* CAAM Error Reporting code header
*
* Copyright 2009-2011 Freescale Semiconductor, Inc.
*/
#ifndef CAAM_ERROR_H
#define CAAM_ERROR_H
#define CAAM_ERROR_STR_MAX 302
void caam_jr_strstatus(struct device *jrdev, u32 status);
void caam_dump_sg(const char *level, const char *... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Measuring X as a function of time\n",
"\n",
"Sometimes we'd like to measure something as a function of elapsed wall clock time. QCoDeS provides a convenient default way of doing such a measurement, namely by using the `Elapse... | {
"pile_set_name": "Github"
} |
//===== eAthena Script =======================================
//= Geffen Warp Script
//===== By: ==================================================
//= Nana (1.0)
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= Any Athena Version... | {
"pile_set_name": "Github"
} |
/*
pybind11/embed.h: Support for embedding the interpreter
Copyright (c) 2017 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
*/
#pragma once
#include "pybind11.h"
#include "eval.h"
#if define... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
rawmpx.h
Abstract:
This module defines structures and routines common to raw and
multiplexed mode processing.
Author:
Chuck Lenzmeier (chuckl) 30-Sep-1990
Revision History:
--*/
#ifndef _RAWMPX_
#define _RAWMPX_
//#include <ntos.h>
... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
Copyright 2018 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 applica... | {
"pile_set_name": "Github"
} |
This is a minimal standalone version of the 3DHeatmap example
on [deck.gl](http://deck.gl) website.
### Usage
Copy the content of this folder to your project.
To see the base map, you need a [Mapbox access token](https://docs.mapbox.com/help/how-mapbox-works/access-tokens/). You can either set an environment variab... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 aix
// +build ppc
package unix
//sysnb Getrlimit(resource int, rlim *Rlimit) (err error) = getrlimit64
//sysnb Setrlimit(resource int, rlim *Rlimit)... | {
"pile_set_name": "Github"
} |
import check { check,fail }
import ceylon.language.meta.model { Class, UnionType }
import ceylon.language.meta { type }
shared interface Top1{}
shared interface Middle1 satisfies Top1{}
shared interface Bottom1 satisfies Middle1{}
shared class Invariant<Element>(){}
shared class Covariant<out Element>(){}
shared clas... | {
"pile_set_name": "Github"
} |
<?php
namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2;
use un\unece\uncefact\data\specification\UnqualifiedDataTypesSchemaModule\_2;
/**
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
* @xmlType DateType
* @xmlName DespatchDateType
* @var oasis\names... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# reproduce experiments using seq2seq with attention model on the bash dataset
ARGS=${@:1}
./bash-run.sh \
--dataset bash \
--channel char \
--batch_size 32 \
--sc_token_dim 200 \
--learning_rate 0.0001 \
--steps_per_epoch 4000 \
--tg_token_use_attention \
--tg_token_attn_... | {
"pile_set_name": "Github"
} |
/*
* AltiVec acceleration for colorspace conversion
*
* copyright (C) 2004 Marc Hoffman <marc.hoffman@analog.com>
*
* 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... | {
"pile_set_name": "Github"
} |
{
"name": "tailwindcss-grid",
"version": "1.2.1",
"description": "CSS grid plugin for tailwindcss framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisrowe/tailwindcss-grid.git"
... | {
"pile_set_name": "Github"
} |
RSpec.describe Hanami::Application do
subject { UnitTesting::Application }
describe ".configure" do
before do
subject.instance_variable_set(:@configurations, Hanami::EnvironmentApplicationConfigurations.new)
subject.configure do
root __dir__
end
end
let(:configuration) do
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# 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
# "Lice... | {
"pile_set_name": "Github"
} |
# String
- [`leftpad`](#leftpad)
- [`rightpad`](#rightpad)
- [`pad`](#pad)
- [`trim`](#trim)
- [`split`](#split)
- [`replace`](#replace)
- [`match`](#match)
- [`test`](#test)
- [`newlines`](#newlines)
- [`capitalize`](#capitalize)
- [`upperfirst`](#upperfirst)
- [`template`](#template)
- [`encodeURI`](#encodeuri)
- [`... | {
"pile_set_name": "Github"
} |
//
// KeychainWrapper.swift
// UberRides
//
// Copyright © 2016 Uber Technologies, Inc. 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, i... | {
"pile_set_name": "Github"
} |
#ifndef REMOTEDATABASE_H
#define REMOTEDATABASE_H
#include <QObject>
#include <QSslConfiguration>
class QNetworkAccessManager;
class QString;
class QNetworkReply;
class QSslError;
class QProgressDialog;
class QNetworkRequest;
class QHttpMultiPart;
class QFile;
struct sqlite3;
class RemoteDatabase : public QObject
{
... | {
"pile_set_name": "Github"
} |
/* Copyright (c) Nordic Semiconductor ASA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of... | {
"pile_set_name": "Github"
} |
<div id="release_note_popup" style="display:none" >
<%= form_tag(release_note_project_path(:id => project), :id => "release_note_form" , :class => "build_project" ) do %>
<dl>
<dt><label for="from">From Revision No</label></dt>
<dd><input type="text" id="from" name="from"></input>... | {
"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 not use ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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.
#ifndef V8_TORQUE_AST_H_
#define V8_TORQUE_AST_H_
#include <algorithm>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <st... | {
"pile_set_name": "Github"
} |
.={}
.attribute="random"
.count=1234
.name="test"
| {
"pile_set_name": "Github"
} |
"""Identifies new S3 object ACLs that grant access to the public."""
from rules.helpers.base import data_has_value_from_substring_list
from streamalert.shared.rule import rule
_PUBLIC_ACLS = {
'http://acs.amazonaws.com/groups/global/AuthenticatedUsers',
'http://acs.amazonaws.com/groups/global/AllUsers'
}
# s... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2020 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/l... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: SingleNameBinding assigns name to "anonymous" functions
template: default
info: |
13.3.3.7 Runtime Semantics: KeyedBindingInitialization
SingleNameBinding : Bind... | {
"pile_set_name": "Github"
} |
SET(view3d_SOURCES ViewFactors.c TestModel.c
LineUtil.c TriangleUtil.c BiLinearUtil.c
BiQuadraticUtil.c BiCubicUtil.c RayTrace.c
VectorUtil.c LUDecomp.c 2d_4node.c 16node_quad.c second.c)
INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/fem/src/view3d")
INCLUDE_DIRECTORIES("${CMAKE_CURRENT_BINARY_DIR}")
ADD_LIB... | {
"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.
// +build !gccgo
// +build arm64,darwin
#include "textflag.h"
//
// System call support for AMD64, Darwin
//
// Just jump to package syscall's implementation... | {
"pile_set_name": "Github"
} |
Middleware
==========
Sinatra rides on [Rack][rack], a minimal standard interface for Ruby web
frameworks. One of Rack’s most interesting capabilities for application
developers is support for "middleware" -- components that sit between the
server and your application monitoring and/or manipulating the HTTP
request/re... | {
"pile_set_name": "Github"
} |
// -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import java.awt.*;
import java.awt.event.HierarchyEvent;
import java.awt.geom.AffineTransform;
import java.awt.geom.Ellipse2D;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java... | {
"pile_set_name": "Github"
} |
extension = "memcache.so"
extension = "apc.so" | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available... | {
"pile_set_name": "Github"
} |
// Copyright 2016-2019, Pulumi Corporation
using System;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Google.Protobuf.WellKnownTypes;
using Pulumi.Serialization;
namespace Pulumi
{
public partial class Deployment
{
void IDeploymentInternal.ReadOrRegisterResource(
... | {
"pile_set_name": "Github"
} |
/**
* @license Highcharts JS v6.0.4 (2017-12-15)
* Exporting module
*
* (c) 2010-2017 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
(function(factory) {
if (typeof module === 'object' && module.exports) {
module.exports = factory;
} else {
factory(Highcharts);
... | {
"pile_set_name": "Github"
} |
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: tizrmd
Source: https://tizonia.org
Files: *
Copyright (C) 2011-2020 Aratelia Limited - Juan A. Rubio and contributors
License: LGPL-3
Tizonia is free software: you can redistribute it and/or modify it under the
terms of the GNU ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in ... | {
"pile_set_name": "Github"
} |
// 2
let canciones = [
{ nombre: 'En la ciudad de la furia', duracion: 345 },
{ nombre: 'Nada Personal', duracion: 300 }
];
// 3
alert(canciones);
// 4
alert(canciones[0]);
// 5
alert(canciones[1]);
// 6
alert('Canción: ', canciones[0].nombre);
alert('Duración en segundos:', canciones[0].duracion);
// 7
al... | {
"pile_set_name": "Github"
} |
// 26.1.13 Reflect.set(target, propertyKey, V [, receiver])
var dP = require('./_object-dp')
, gOPD = require('./_object-gopd')
, getPrototypeOf = require('./_object-gpo')
, has = require('./_has')
, $export = require('./_export')
, createDesc = require('./_property... | {
"pile_set_name": "Github"
} |
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="element_type2">
prio_inc.xsl match_element_type2 =====3=
<xsl:apply-imports/>
</xsl:template>
<xsl:template match="nested_element">
prio_inc.xsl match_nested_el... | {
"pile_set_name": "Github"
} |
// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-store region -std=c++11 -fexceptions -fcxx-exceptions -verify %s
// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-store region -std=c++11 -verify %s
void clang_analyzer_eval(bool);
typedef __typeof__(sizeo... | {
"pile_set_name": "Github"
} |
package com.jcloisterzone.event;
import com.jcloisterzone.board.Location;
import com.jcloisterzone.board.pointer.BoardPointer;
import com.jcloisterzone.figure.Meeple;
public class MeepleDeployed extends PlayEvent {
private static final long serialVersionUID = 1L;
private Meeple meeple;
private BoardPoin... | {
"pile_set_name": "Github"
} |
class CreateEntitlementDerivedRoles < ActiveRecord::Migration[5.2]
def change
create_view :entitlement_derived_roles
end
end
| {
"pile_set_name": "Github"
} |
<!--
var menuTop = 45;
var menuLeft = 400;
var domSMenu = null;
var oldDomSMenu = null;
var t = 0;
var lDelay = 20;
var lCount = 0;
var pause = 100;
function popMenu(menuNum) {
if (isDHTML) {
t = 2;
if (oldDomSMenu) {
oldDomSMenu.visibility = 'hidden';
oldDomSMenu.zIndex = '0';
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015-2016 Dave Collins <dave@davec.name>
//
// Permission to use, copy, modify, and distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and this permission notice appear in all copies.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND ... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::icmp::type</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title="Asio">
<link rel="... | {
"pile_set_name": "Github"
} |
Compiled example
----------------

| {
"pile_set_name": "Github"
} |
---
title: "Installing Boot9strap (Frogtool)"
---
{% include toc title="Table of Contents" %}
### Required Reading
We will now use our Homebrew Launcher access to run the Frogtool utility in order to inject the exploitable Japanese version of the "Flipnote Studio" title, which we then use to run b9sTool and install ... | {
"pile_set_name": "Github"
} |
package jira
import (
"fmt"
"github.com/google/go-querystring/query"
)
// SprintService handles sprints in JIRA Agile API.
// See https://docs.atlassian.com/jira-software/REST/cloud/
type SprintService struct {
client *Client
}
// IssuesWrapper represents a wrapper struct for moving issues to sprint
type IssuesW... | {
"pile_set_name": "Github"
} |
myData = [
[50.0676785,19.9070824, 'Dormitory no. 14 "Kapitol" of AGH University of Science and Technology in Cracov, Poland, Witolda Budryka 2, 30-072 Kraków, Poland'],
[52.2296756,21.0122287, 'Warsaw, Poland'],
[30.0068972,31.5005988, 'American University Housing District, Cairo Governorate, Egypt'],
[33.4232051,-111... | {
"pile_set_name": "Github"
} |
function CreateIndigo(module) // create Indigo adapter object
{
var Module = module || IndigoModule();
var result = {
INDIGO_RC_NOT_CENTER: -1,
INDIGO_RC_UNMARKED: 0,
INDIGO_RC_CENTER: 1,
INDIGO_RC_UNCHANGED: 2,
INDIGO_RC_MADE_OR_BROKEN: 4,
INDIGO_RC_ORDER_CHANGED: 8,
INDIGO_ABS: 1,
INDIGO_OR: 2,
I... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "hashtable.h"
#define TEST(tcase) printf(">>> [START CASE] " tcase "<<<\n")
#define PASS(tcase) printf(">>> [PASSED] " tcase " <<<\n")
int main(int argc, char **argv)
{
HashTable *ht = (HashTable *)malloc(sizeof(HashTable));
int... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/* Storage object read/write
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*/
#include <linux/mount.h>
#include <linux/slab.h>
#include <linux/file.h>
#include <linux/swap.h>
#include "internal.h"
/*
* detec... | {
"pile_set_name": "Github"
} |
require 'support/game'
class GameFail < Game; end
| {
"pile_set_name": "Github"
} |
package com.fasterxml.jackson.databind.deser.std;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.math.BigDecimal;
import java.math.BigInteger;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.annotation.JacksonStdImpl;
import com.fasterxml.jac... | {
"pile_set_name": "Github"
} |
using System;
namespace EvHttpSharp.Interop
{
internal class EvImportAttribute : Attribute
{
public EvDll Dll { get; set; }
public string Name { get; set; }
public EvImportAttribute(EvDll dll = EvDll.Core, string name = null)
{
Dll = dll;
Name = name;
... | {
"pile_set_name": "Github"
} |
# -*- mode: snippet -*-
# name: module.exports = ...
# uuid: exports
# key: exp
# --
module.exports = `%`$0`(if (eolp) ";")` | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.