text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (C) 2013 Michael Brown <mbrown@fensystems.co.uk>.
*
* 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 any later version.
*
* This progr... | {
"pile_set_name": "Github"
} |
/* $XConsortium: Dtinfo.t.bm /main/2 1996/10/30 14:28:54 drk $ */
#define Dtinfo.t.bm_width 16
#define Dtinfo.t.bm_height 16
#define Dtinfo.t.bm_x_hot 0
#define Dtinfo.t.bm_y_hot 0
static char Dtinfo.t.bm_bits[] = {
0x1f, 0xf8, 0xef, 0xff, 0x77, 0xfe, 0xf9, 0xbf, 0x78, 0xbe, 0x38, 0xbe,
0x78, 0xbe, 0x78, 0xbe, 0x... | {
"pile_set_name": "Github"
} |
//===- IRSymtab.h - data definitions for IR symbol tables -------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -inline -S | FileCheck %s
; RUN: opt < %s -passes='cgscc(inline)' -S | FileCheck %s
; Do not inline calls with variable-sized alloca.
@q = common global i8* null
define i8* @a(i32 %i) nounwind {
; CHECK-LABEL: define i8* @a
entry:
%i_addr = alloca i32
%retval = alloca i8*
%p = alloca i8*
%"all... | {
"pile_set_name": "Github"
} |
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_freebsd.go
package ipv4
const (
sysIP_OPTIONS = 0x1
sysIP_HDRINCL = 0x2
sysIP_TOS = 0x3
sysIP_TTL = 0x4
sysIP_RECVOPTS = 0x5
sysIP_RECVRETOPTS = 0x6
sysIP_RECVDSTADDR = 0x7
sysIP_SENDSRCADDR = 0x7
sysIP_RETOPTS = 0x8
... | {
"pile_set_name": "Github"
} |
import normalise from "./normalise-svg.js";
let M = { x: false, y: false };
/**
* ...
*/
function makeBezier(Bezier, term, values) {
if (term === "Z") return;
if (term === "M") {
M = { x: values[0], y: values[1] };
return;
}
const curve = new Bezier(M.x, M.y, ...values);
const last = values.slice(... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Midokura SARL
*
* 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 t... | {
"pile_set_name": "Github"
} |
package coil.bitmap
import android.content.ComponentCallbacks2.TRIM_MEMORY_BACKGROUND
import android.content.ComponentCallbacks2.TRIM_MEMORY_COMPLETE
import android.content.ComponentCallbacks2.TRIM_MEMORY_MODERATE
import android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL
import android.content.ComponentC... | {
"pile_set_name": "Github"
} |
/// <reference path='fourslash.ts' />
////[|throw|] 100;
////
////try {
//// throw 0;
//// var x = () => { throw 0; };
////}
////catch (y) {
//// var x = () => { throw 0; };
//// [|throw|] 200;
////}
////finally {
//// [|throw|] 300;
////}
verify.rangesAreOccurrences(false);
| {
"pile_set_name": "Github"
} |
process.on('exit', function(code) {
// Following code will never execute.
setTimeout(function() {
console.log("This will not run");
}, 0);
console.log('About to exit with code:', code);
});
console.log("Program Ended");
| {
"pile_set_name": "Github"
} |
8 1
| {
"pile_set_name": "Github"
} |
package com.ramotion.garlandview.example.main;
import android.os.Bundle;
import android.view.View;
import com.ramotion.garlandview.TailLayoutManager;
import com.ramotion.garlandview.TailRecyclerView;
import com.ramotion.garlandview.TailSnapHelper;
import com.ramotion.garlandview.example.GarlandApp;
import com.ramotio... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004-2008 QOS.ch
* 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, including
* without limitation the right... | {
"pile_set_name": "Github"
} |
application_name.controller:
import application_name.view
src/controller.opa
application_name.view:
import application_name.model
import stdlib.themes.bootstrap
src/view.opa
application_name.model:
src/model.opa | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012-2013 Oka Motofumi (chikuzen.mo at gmail dot com)
* Copyright (c) 2015 Paul B Mahol
*
* 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 Foundat... | {
"pile_set_name": "Github"
} |
"use strict";
// The global instance of CSLEDIT_Data, which stores the currently loaded CSL style
//
// Note: Despite its name, this is always loaded as CSLEDIT_data in the rest of the code.
// (The reason is that data.js and Data.js are the same filename on Windows)
define(['src/Data'], function (CSLEDIT_Data)... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Xiaozhe Yao & AICAMP.CO.,LTD
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
package main
import (
"strconv"
"strings"
"github.com/alexeyco/simpletable"
"github.com/autoai-org/aid/components/cmd/pkg/entities"
"github.com/autoai-org/aid/componen... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export function withMutations(fn) {
const mutable = this.asMutable();
fn(mutable);
return mutable.wasAltered() ? mutable.__ensureO... | {
"pile_set_name": "Github"
} |
{
"pagination": {
"ListConferenceProviders": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListDeviceEvents": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListSkills": {
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Reflection;
using Rocket.API.Eventing;
namespace Rocket.Core.Eventing
{
/// <inheritdoc />
public class Event : IEvent
{
/// <param name="global">Defines if the event is emitted globally</param>
protected Event(bool global = true... | {
"pile_set_name": "Github"
} |
// Code generated by linux/mkall.go generatePtracePair(arm, arm64). DO NOT EDIT.
// +build linux
// +build arm arm64
package unix
import "unsafe"
// PtraceRegsArm is the registers used by arm binaries.
type PtraceRegsArm struct {
Uregs [18]uint32
}
// PtraceGetRegsArm fetches the registers used by arm binaries.
f... | {
"pile_set_name": "Github"
} |
/* Blob.js
* A Blob implementation.
* 2013-06-20
*
* By Eli Grey, http://eligrey.com
* By Devin Samarin, https://github.com/eboyjr
* License: X11/MIT
* See LICENSE.md
*/
/*global self, unescape */
/*jslint bitwise: true, regexp: true, confusion: true, es5: true, vars: true, white: true,
plusplus: true */
... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------//
// Copyright (c) 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.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 http://boosto... | {
"pile_set_name": "Github"
} |
/* Agobot3 - a modular IRC bot for Win32 / Linux
Copyright (c) 2004 Ago and the Agobot team
All rights reserved.
This is private software, you may redistribute it under the terms of
the APL(Ago's Private License) which follows:
Redistribution and use in binary forms, with or without modification,
are permitte... | {
"pile_set_name": "Github"
} |
classdef CocoEval < handle
% Interface for evaluating detection on the Microsoft COCO dataset.
%
% The usage for CocoEval is as follows:
% cocoGt=..., cocoDt=... % load dataset and results
% E = CocoEval(cocoGt,cocoDt); % initialize CocoEval object
% E.params.recThrs = ...; % set parameters as... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Lynx Authors. All rights reserved.
package com.lynx.example;
import android.app.Application;
import com.lynx.LynxExtModule;
import com.lynx.content.LynxApplication;
import com.lynx.content.LynxApplicationDelegate;
import com.lynx.content.info.App;
import java.util.Arrays;
public class MainAppl... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2017 Crimson AS <info@crimson.no>
** Contact: https://www.crimson.no
**
** GNU Lesser General Public License Usage
** This file may be used under the terms of the GNU Lesser
** General Public License version 3 as published... | {
"pile_set_name": "Github"
} |
import {isString, isPlainObject, isUndefined} from 'lodash'
export {resolveScriptObjectToString as default, resolveScriptObjectToScript}
function resolveScriptObjectToString(script) {
const scriptObj = resolveScriptObjectToScript(script)
if (isPlainObject(scriptObj)) {
return scriptObj.script
}
return und... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ AUTHOR }}">
<meta name="description" content="The Mozilla Observatory is a project... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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 windows
// Package terminal provides support functions for dealing with terminals, as
// commonly found on UNIX systems.
//
// Putting a terminal int... | {
"pile_set_name": "Github"
} |
package com.novoda.sqliteprovider.demo.ui.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.novoda.sqliteprovider.demo.R;
public class UriSqlView extends LinearLayout {
private TextView uriTextView;
privat... | {
"pile_set_name": "Github"
} |
<?php
namespace Appwrite\Database\Exception;
class Authorization extends \Exception
{
}
| {
"pile_set_name": "Github"
} |
/************************************************************************************************
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
i... | {
"pile_set_name": "Github"
} |
[jumpiness_a.html]
type: reftest
disabled: https://github.com/servo/servo/issues/8127
| {
"pile_set_name": "Github"
} |
//
// This is an abstract constructor function that has all methods needed to query
// raw trade information from exchanges (through objects described in `/exchanges`)
// and convert them into candles.
//
// Trade methods can extend this constructor to
//
var moment = require('moment');
var _ = require('lodas... | {
"pile_set_name": "Github"
} |
package cc.mrbird.security.social.qq.connect;
import cc.mrbird.security.social.qq.api.QQ;
import cc.mrbird.security.social.qq.api.QQUserInfo;
import org.springframework.social.connect.ApiAdapter;
import org.springframework.social.connect.ConnectionValues;
import org.springframework.social.connect.UserProfile;
public ... | {
"pile_set_name": "Github"
} |
import FWCore.ParameterSet.Config as cms
mvaConfigsForEleProducer = cms.VPSet( )
# Import and add all desired MVAs
from RecoEgamma.ElectronIdentification.Identification.mvaElectronID_Spring16_HZZ_V1_cff \
import mvaEleID_Spring16_HZZ_V1_producer_config
mvaConfigsForEleProducer.append( mvaEleID_Spring16_HZZ_V1_pro... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class Gitlab::Client
# Defines methods related to tags.
# @see https://docs.gitlab.com/ce/api/tags.html
module Tags
# Gets a list of project repository tags.
#
# @example
# Gitlab.tags(42)
#
# @param [Integer, String] project The ID or name of a project.
... | {
"pile_set_name": "Github"
} |
====================
Writing Django Tests
====================
There is a custom test case included which you can use to write Django tests
that need access to :class:`~neo4django.db.models.NodeModel` instances. If
properly configured, it will wipe out the Neo4j database in between each test.
To configure it, you mus... | {
"pile_set_name": "Github"
} |
use crate::bounding_volume::{self, BoundingVolume, AABB};
use crate::math::Isometry;
use crate::num::{Bounded, Zero};
use crate::partitioning::{BVH, BVT};
use crate::procedural::{IndexBuffer, TriMesh};
use crate::query::algorithms::VoronoiSimplex;
use crate::query::{
self, visitors::BoundingVolumeInterferencesColle... | {
"pile_set_name": "Github"
} |
:imagesdir: ../../../images
[[omd-gearman]]
==== Gearman forwarder
[#git-edit-section]
:page-path: docs/manual/integration/monitoring/omd-gearman.adoc
git-link:{page-path}{git-view} | git-link:{page-path}{git-edit}
This page describes how the results of Sakuli tests can be transmitted directly into the *Gearman resu... | {
"pile_set_name": "Github"
} |
{
"navigationBarTitleText": "标题栏加载动画"
}
| {
"pile_set_name": "Github"
} |
This submission implements a MerdetokenSale contract that allows certain participants to get more tokens than they ought to.
MerdetokenSale design
- Fixed start and end blocks, accepting contributions while open
- After it closes, if more than the minimum was raised, can finalize the sale. Token price is calculated at... | {
"pile_set_name": "Github"
} |
#include "CodecFastRatio.h"
#include <math.h>
#include "pstools.h"
#include "cvtools.h"
#ifndef M_PI
#define M_PI 3.14159265359
#endif
// Encoder
EncoderFastRatio::EncoderFastRatio(unsigned int _screenCols, unsigned int _screenRows, CodecDir _dir) : Encoder(_screenCols, _screenRows, _dir){
// Set N
N = ... | {
"pile_set_name": "Github"
} |
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2010 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source,
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
// SPDX - License - Identifier: GPL - 3.0 ... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/**
* @path ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-577.js
* @description ES5 Attributes - [[Set]] attribute is a function which involves 'this' object into statement(s)
*/
function testcase() {
var obj = {};
var setFunc = function (va... | {
"pile_set_name": "Github"
} |
// Copyright (c) 20009 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Laurent Saboret
#ifndef CGAL_INDEX_PROPERTY_MAP_H
#define CGAL_INDEX_PROPERTY_... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
// Flags: --allow-natives-syntax --verify-heap
function f(a) {
for (var i = 0; i < 256; i++) a[i] = i;
}
f([]);
f([]);
f(this);
| {
"pile_set_name": "Github"
} |
const PageTree = require('../../../src/components/Tree/pageObject');
const { TAB_KEY, ENTER_KEY, SPACE_KEY } = require('../../constants');
const TREE = '#tree-component-1';
describe('Tree basic', () => {
beforeAll(() => {
browser.url('/#!/Tree/1');
});
beforeEach(() => {
browser.refresh();... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
import Docs from '@/modules/Docs'
import 'bootstrap-sass'
new Vue({ // eslint-disable-line no-new
el: '#app',
template: '<Docs/>',
components: { Docs }
})
| {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @authors tag. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Vers... | {
"pile_set_name": "Github"
} |
/*
* libEtPan! -- a mail stuff library
*
* Copyright (C) 2001, 2005 - DINH Viet Hoa
* 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 a... | {
"pile_set_name": "Github"
} |
require "webrick"
class HelloServlet < WEBrick::HTTPServlet::AbstractServlet
def do_GET(req, res)
res["content-type"] = "text/plain"
res.body = "Hello, world.\n"
end
end
| {
"pile_set_name": "Github"
} |
/*!
* Connect - logger
* Copyright(c) 2010 Sencha Inc.
* Copyright(c) 2011 TJ Holowaychuk
* MIT Licensed
*/
/**
* Module dependencies.
*/
var bytes = require('bytes');
/*!
* Log buffer.
*/
var buf = [];
/*!
* Default log buffer duration.
*/
var defaultBufferDuration = 1000;
/**
* Logger:
*
* Log re... | {
"pile_set_name": "Github"
} |
classes[] = '\CI_Benchmark';
classes[] = '\CI_CodeIgniter';
classes[] = '\CI_Common';
classes[] = '\CI_Config';
classes[] = '\CI_Controller';
classes[] = '\CI_Exceptions';
classes[] = '\CI_Hooks';
classes[] = '\CI_Input';
classes[] = '\CI_Lang';
classes[] = '\CI_Loader';
classes[] = '\CI_Log';
classes[] = '\CI_Model';
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Improbable Worlds Ltd, All Rights Reserved
#pragma once
#include "Commandlets/Commandlet.h"
#include "GenerateSchemaCommandlet.generated.h"
UCLASS()
class UGenerateSchemaCommandlet : public UCommandlet
{
GENERATED_BODY()
public:
UGenerateSchemaCommandlet();
public:
virtual int32 Main(const FSt... | {
"pile_set_name": "Github"
} |
1
229
470
770
1028
1214
1514
1605
1905
1915
2023
2323
2419
2719
2782
2921
3221
3457
3530
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Gitlab::DependencyLinker::CargoTomlLinker do
describe '.support?' do
it 'supports Cargo.toml' do
expect(described_class.support?('Cargo.toml')).to be_truthy
end
it 'does not support other files' do
expect(described_class.sup... | {
"pile_set_name": "Github"
} |
//
// UniquelyIdentifiable.swift
// FlintCore
//
// Created by Marc Palmer on 07/04/2018.
// Copyright © 2018 Montana Floss Co. Ltd. All rights reserved.
//
import Foundation
/// Items conforming to this have an unchanging ID which can be used to locate them
/// again in lists.
public protocol UniquelyIdentifiabl... | {
"pile_set_name": "Github"
} |
Using the following OpenBLAS implementation - https://github.com/xianyi/OpenBLAS
The pre-compiled library was acquired from (64 bit version):
Manually building OpenBLAS 0.3.3 from code using Miniconda - https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio
version - https://github.com... | {
"pile_set_name": "Github"
} |
/*
* USB CDC EEM network interface driver
* Copyright (C) 2009 Oberthur Technologies
* by Omar Laazimani, Olivier Condemine
*
* 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 versio... | {
"pile_set_name": "Github"
} |
package com.libmailcore;
import java.util.List;
/** IMAP Namespace */
public class IMAPNamespace extends NativeObject {
/** Returns the prefix of the main namespace item. */
public native String mainPrefix();
/** Returns the delimiter of the main namespace item. */
public native char mainDelimiter();
... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2020 NVIDIA 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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 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"
} |
#!/bin/bash
set -e
docker-compose build
docker-compose push
docker-compose pull mongo
docker save -o images.tar dockerdemos/lab-web dockerdemos/lab-words-dispatcher dockerdemos/lab-words-java mongo:3.2.4
| {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2017 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
/** internal
* class MutuallyExclusiveGroup
*
* Group arguments.
* By default, ArgumentParser groups command-line arguments
* into “positional arguments” and “optional arguments”
* when displaying help messages. When there is a better
* conceptual grouping of arguments than this default one,
* appropriate group... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Copy of Microsoft Managed Recommended Rules" Description="These rules focus on the most critical problems in your code, including potential security holes, application crashes, and other important logic and design errors. You should include this rule set in any cus... | {
"pile_set_name": "Github"
} |
/*
getcpucpuflags: get cpuflags for ia32
copyright ?-2007 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distribution or http:#mpg123.org
initially written by KIMURA Takuhiro (for 3DNow!)
extended for general use by Thomas Orgis
*/
#ifndef MPG123_H_GETCPUFL... | {
"pile_set_name": "Github"
} |
---
-api-id: M:Windows.Graphics.Imaging.ImageStream.WriteAsync(Windows.Storage.Streams.IBuffer)
-api-type: winrt method
---
<!-- Method syntax
public Windows.Foundation.IAsyncOperationWithProgress<uint, uint> WriteAsync(Windows.Storage.Streams.IBuffer buffer)
-->
# Windows.Graphics.Imaging.ImageStream.WriteAsync
## ... | {
"pile_set_name": "Github"
} |
info:
x-apisguru-categories:
- machine_learning
contact:
x-twitter: AIception
x-logo:
url: 'https://twitter.com/AIception/profile_image?size=original'
| {
"pile_set_name": "Github"
} |
escape_char /
comment_char %
% Sakha (Yakut) locale for Russian Federation
% Source: Valery Timiriliyev
% Email: timiriliyev@gmail.com
% Tel:
% Fax:
% Language: sah
% Territory: RU
% Revision: 1.1.0
% Date: 2018-07-06
% Users: general
LC_IDENTIFICATION
title "Sakha (Yakut) locale for Russian Federation"
source... | {
"pile_set_name": "Github"
} |
// Copyright 2015 Joyent, Inc.
var parser = require('./parser');
var signer = require('./signer');
var verify = require('./verify');
var utils = require('./utils');
///--- API
module.exports = {
parse: parser.parseRequest,
parseRequest: parser.parseRequest,
sign: signer.signRequest,
signRequest: signer.s... | {
"pile_set_name": "Github"
} |
// Ceres Solver - A fast non-linear least squares minimizer
// Copyright 2010, 2011, 2012 Google Inc. All rights reserved.
// http://code.google.com/p/ceres-solver/
//
// 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"
} |
<?xml version="1.0" encoding="utf-8"?>
<ImageView
android:id="@+id/icon"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="40dp"
android:layout_height="40dp"
android:src="@android:color/transparent"
/> | {
"pile_set_name": "Github"
} |
#
# The Python Imaging Library
# $Id: PSDraw.py 2813 2006-10-07 10:11:35Z fredrik $
#
# simple postscript graphics interface
#
# History:
# 1996-04-20 fl Created
# 1999-01-10 fl Added gsave/grestore to image method
# 2005-05-04 fl Fixed floating point issue in image (from Eric Etheridge)
#
# Copyright (c) 1997-20... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" data-navbar="/administrator/navbar.html">
<head>
<meta charset="utf-8" />
<title translate="yes">Выдаліць графік</title>
<link href="/public/pure-min.css" rel="stylesheet">
<link href="/public/content.css" rel="stylesheet">
<link href="/public/content-additional.css" rel="styl... | {
"pile_set_name": "Github"
} |
- name: Arrays in Visual Basic
href: index.md
items:
- name: Array Dimensions
href: array-dimensions.md
- name: "How to: Initialize an Array Variable"
href: how-to-initialize-an-array-variable.md
- name: "How to: Sort An Array"
href: how-to-sort-an-array.md
- name: "How to: Assign One Array to A... | {
"pile_set_name": "Github"
} |
//
// HtmlAnchorTest.cs
// - Unit tests for System.Web.UI.HtmlControls.HtmlAnchor
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) International Business Machines Corp., 2006
*
* 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
* (at your option) any later version.
... | {
"pile_set_name": "Github"
} |
<?php
class FactoryTest extends \Codeception\TestCase\WPTestCase
{
/**
* It should expose the blog factory on the tester property
*
* @test
*/
public function should_expose_the_blog_factory_on_the_tester_property()
{
$this->assertInstanceOf(WP_UnitTest_Factory_For_Blog::class, $... | {
"pile_set_name": "Github"
} |
//
// Copyright (C) 2014-2015 LunarG, Inc.
//
// 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... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// 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 wit... | {
"pile_set_name": "Github"
} |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | {
"pile_set_name": "Github"
} |
/*
* aQuantia Corporation Network Driver
* Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE configuration
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-config.dtd">
<configuration>
<!-- 配置分页插件 -->
<plugins>
<plugin interceptor="com.github.pagehelper.PageHelper">
<property name="dialect" value="mysql"/>
... | {
"pile_set_name": "Github"
} |
/*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2014 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e41f37f58b0485b478397b331ce98b96
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// Copyright 2015 The etcd 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 t... | {
"pile_set_name": "Github"
} |
# Trace function call parameters value using Ghidra P-Code.
# @author dark-lbp
# @category
# @keybinding
# @menupath
# @toolbar
from ghidra.app.decompiler import DecompInterface, DecompileOptions, DecompileResults
from ghidra.program.model.pcode import HighParam, PcodeOp, PcodeOpAST
from ghidra.program.model.address im... | {
"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.
/**
* @name: S15.8.1.1_A3;
* @section: 15.8.1.1;
* @assertion: Value Property E of the Math Object has the attribute DontDelete;
* @description: Checking if Math.E property has the at... | {
"pile_set_name": "Github"
} |
/*
Date: 17.V.2011
Author: pumbur <pumbur@pumbur.net>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #222;
-webkit-text-size-adjust: none;
}
.profile .hljs-header *,
.ini .hljs-title,
.nginx .hljs-title {
color: #fff;
}
.hljs-comment,
.hljs-preprocessor,
.hljs-preprocessor .hljs... | {
"pile_set_name": "Github"
} |
# Blade Project Examples
Your can browse the example code and BUILD files, and can try to build it with `blade.sh`:
```bash
blade.sh build foo...
```
NOTE: All `BUILD` files and `BLADE_ROOT` has a `.EXAMPLE` suffix because we don't want to confuse
your workspace if you put the blade source code into your workspace.
| {
"pile_set_name": "Github"
} |
// ax5.ui.mask.tmpl
(function () {
var MASK = ax5.ui.mask;
var defaultMask = function(columnKeys) {
return `
<div class="ax-mask {{theme}}" id="{{maskId}}">
<div class="ax-mask-bg"></div>
<div class="ax-mask-content">
<div class="ax-mask-... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Soichiro Kashima
*
* 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 agree... | {
"pile_set_name": "Github"
} |
/*
* Elliptic curves over GF(p): generic functions
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* 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 c... | {
"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"
} |
# ExtractStockfishtime.pm
package MMTests::ExtractStockfishtime;
use MMTests::SummariseMultiops;
use MMTests::Stat;
our @ISA = qw(MMTests::SummariseMultiops);
use strict;
sub initialise() {
my ($self, $subHeading) = @_;
$self->{_ModuleName} = "ExtractStockfishtime";
$self->{_DataType} = DataTypes::DATA_TIME_SECON... | {
"pile_set_name": "Github"
} |
{
"_from": "form-data@~2.3.1",
"_id": "form-data@2.3.2",
"_inBundle": false,
"_integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=",
"_location": "/form-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "form-data@~2.3.1",
"name": "form-data",
"escaped... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 QLogic Corporation.
* All rights reserved.
* www.qlogic.com
*
* See LICENSE.qede_pmd for copyright and licensing details.
*/
#ifndef __ECORE_SRIOV_H__
#define __ECORE_SRIOV_H__
#include "ecore_status.h"
#include "ecore_vfpf_if.h"
#include "ecore_iov_api.h"
#include "ecore_hsi_common.h"
#... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.