text stringlengths 2 99.9k | meta dict |
|---|---|
// mkerrors_nacl.sh /home/rsc/pub/nacl/native_client/src/trusted/service_runtime/include/sys/errno.h
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
package syscall
// TODO(brainman): populate errors in zerrors_windows.go
const (
ERROR_FILE_NOT_FOUND = 2
ERROR_NO_MORE_FILES = 18
ERROR_BROKEN_PIP... | {
"pile_set_name": "Github"
} |
---
title: Driver-Defined WMI Data Items
description: Driver-Defined WMI Data Items
ms.assetid: 97b64571-95ff-4d61-9fa0-5690e9f29345
keywords: ["data types WDK WMI", "embedded classes WDK WMI", "data items WDK WMI", "WMI WDK kernel , driver-defined data items", "driver-defined data items WDK WMI", "classes WDK WMI", "W... | {
"pile_set_name": "Github"
} |
/**
* @file target.c
* @brief Target information for Realtek RTL8195AM
*
* DAPLink Interface Firmware
* Copyright (c) 2016-2019, Realtek Semiconductor Corp., All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this... | {
"pile_set_name": "Github"
} |
// Package tag.
package tag
println("tag34")
| {
"pile_set_name": "Github"
} |
// RUN: %dafny /compile:3 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
method Main() {
var b;
b := M0(); print b, "\n";
b := M1(); print b, "\n";
b := M2(); print b, "\n";
b := M3(); print b, "\n";
b := M4(); print b, "\n";
Sets();
Orderings();
SubSets();
}
method M0() returns (b: bool) {
// b :... | {
"pile_set_name": "Github"
} |
dev tun
proto tcp
remote ie-wt2-smart.serverlocation.co 53
resolv-retry infinite
client
auth-user-pass /config/openvpn-credentials.txt
nobind
persist-key
persist-tun
remote-cert-tls server
compress lzo
reneg-sec 0
# Uncomment following line if you use MS Windows
# block-outside-dns
verb 3
<ca>
-----BEGIN CERTIFICATE---... | {
"pile_set_name": "Github"
} |
---
github: GoogleContainerTools/skaffold
guide: 'https://github.com/GoogleContainerTools/skaffold/tree/master/logo'
logohandle: google_skaffold
sort: skaffold
title: skaffold
website: 'https://github.com/GoogleContainerTools/skaffold'
---
| {
"pile_set_name": "Github"
} |
/*
KBRDEMDV.h
Copyright (C) 2003 Philip Cummins, Paul C. Pratt
You can redistribute this file and/or modify it under the terms
of version 2 of the GNU General Public License as published by
the Free Software Foundation. You should have received a copy
of the license along with this file; see the file COPYING.
... | {
"pile_set_name": "Github"
} |
import * as React from "react";
interface LabelProps {
/** title description */
title: string;
}
/** StatelessStaticComponents.Label description */
const SubComponent = (props: LabelProps) => <div>My Property = {props.title}</div>;
interface StatelessStaticComponentsProps {
/** myProp description */
myProp: ... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the EasyFlash Library.
*
* Copyright (c) 2015, Armink, <armink.ztl@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* 'Software'), to deal in the Software without restriction, including... | {
"pile_set_name": "Github"
} |
qZk+NkcGgWq6PiVxeFDCbJzQ2J0=
| {
"pile_set_name": "Github"
} |
if [ ! -x ${ROOTFS}/bin/true ] || [ -z `which id` ] || [ -z `which mcookie` ] || [ -z `which ln` ] || [ -z `which rm` ]; then
exit 125;
fi
if [ `id -u` -eq 0 ]; then
exit 125;
fi
DONT_EXIST=/$(mcookie)
${PROOT} -r ${ROOTFS} true
! ${PROOT} ${DONT_EXIST} true
[ $? -eq 0 ]
${PROOT} -r ${ROOTFS} true
${PROOT}... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE REQUEST-----
MIIEcTCCAlkCAQAwLDEbMBkGA1UEChMSRG9ja2VyIEJvaWxlcnBsYXRlMQ0wCwYD
VQQDFAQqLnZtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyt0yFIsg
713pVnmPVVzK6Y7mbWKVUg7AAi6YxVITJ7D+f4ik9FW3mcqh75sGYwIOBmNdHfsm
Q3YL/8XrtBzzhW7UeqQqddHdbXSx2baOQsrsbuyELAFY5w+iqO1xcLTZO/aOiWXw
BWhi+MOTKJK1ZgrbKZ7DGR+/... | {
"pile_set_name": "Github"
} |
# Copyright 2013-2018 Reahl Software Services (Pty) Ltd. All rights reserved.
#
# This file is part of Reahl.
#
# Reahl is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation; version 3 of the Licen... | {
"pile_set_name": "Github"
} |
<?php
class blogPostDeleteMethod extends waAPIMethod
{
protected $method = 'POST';
public function execute()
{
$id = $this->post('id', true);
if (!is_array($id)) {
if (strpos($id, ',') !== false) {
$id = array_map('intval', explode(',', $id));
} else... | {
"pile_set_name": "Github"
} |
"""
Extensions (plugins) for Model classes
"""
| {
"pile_set_name": "Github"
} |
/*
UserinfoEx plugin for Miranda IM
Copyright:
© 2006-2010 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol
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 Licens... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlin... | {
"pile_set_name": "Github"
} |
"""The tasklist module contains the TaskList class.
"""
from bootstrapvz.common.exceptions import TaskListError
import logging
log = logging.getLogger(__name__)
class TaskList(object):
"""The tasklist class aggregates all tasks that should be run
and orders them according to their dependencies.
"""
... | {
"pile_set_name": "Github"
} |
/* parallel not implemented yet */
extern int cma_parallel_not_implemented;
| {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\Core\Validation;
use Drupal\Core\DependencyInjection\ClassResolverInterface;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidatorFactory as BaseConstraintValidatorFactory;
/**
* Defines a constraint validator factory that works with container injecti... | {
"pile_set_name": "Github"
} |
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="test.custom-config-converters" services="import" annotations="true" />
</dependencies>
</deployment>
</jboss-deployment-structure> | {
"pile_set_name": "Github"
} |
(load "Bench.carp")
(use Bench)
(Debug.sanitize-addresses)
(def a [0])
(defn some-swapping []
(let [b @&a]
(ignore (Array.swap b 0 1))))
(defn perform-bench [n]
(do
(println* "\nSwap with array length " n)
(set! a (Array.replicate n &1))
(bench some-swapping)))
(defn some-mutable-swapping []
(... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
feature "Creating a CLA for a repo" do
let(:token) { 'abc123' }
let(:resulting_github_repo_hook_id) { 2345 }
background do
mock_github_oauth(
credentials: { token: token },
info: { nickname: 'jasonm' }
)
mock_github_user_repos(
oauth_token: token,
repos... | {
"pile_set_name": "Github"
} |
######################################################################
# Copyright (C) 2013 Hewlett-Packard Development Company, L.P.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.
... | {
"pile_set_name": "Github"
} |
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*-----... | {
"pile_set_name": "Github"
} |
# This file is just a pointer to the file
#
# "Library/Rochester/setTrig08Equations/srw7_5_19.pg"
#
# You may want to change your problem set to use that problem
# directly, especially if you want to make a copy of the problem
# for modification.
DOCUMENT();
includePGproblem("Library/Rochester/setTrig08Equations/srw7_... | {
"pile_set_name": "Github"
} |
function r = esvm_apply_M(x, boxes, M)
% Apply boosting "co-occurrence" matrix M to the boxes
% function r = esvm_apply_M(x, boxes, M)
%
% Apply the multiplexer matrix M which boosts the scores of a
% window based on its friends and their scores embedded in the
% context feature vector x
%
% Copyright (C) 2011-12 by To... | {
"pile_set_name": "Github"
} |
#Thu Sep 01 17:59:00 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
| {
"pile_set_name": "Github"
} |
<html><head><meta charset="utf-8"><title>Error Reference: tplrt</title><link rel="stylesheet" href="../../css.css" type="text/css"></head><body><div style="margin:15px 20px">
<ul class="nav-breadcrumb">
<!-- ngRepeat: crumb in breadcrumb --><li ng-repeat="crumb in breadcrumb" class="nav-breadc... | {
"pile_set_name": "Github"
} |
package com.propertycross.neomad.service;
import com.propertycross.neomad.event.Event;
/**
* @author Neomades
*/
public interface MessageBusListener {
/**
* @param e
*/
void send(Event e);
/**
* @param e
*/
void receive(Event e);
}
| {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
import { HttpResponse, isNode } from "@azure/core-http";
import {
CopyStatusType,
FileDownloadHeaders,
FileDownloadResponseModel,
LeaseDurationType,
LeaseStateType,
LeaseStatusType
} from "./generatedModels";
im... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2016 Daniel Sadamo - KMEE Informática
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from odoo import fields, models
class HrContractNoticeTermination(models.Model):
_name = "hr.contract.notice.termination"
_description = "Tipo de aviso prévio"
name = fields.Char(strin... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Google Inc.
//
// 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... | {
"pile_set_name": "Github"
} |
package com.example.appdetail_optimization;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.view.Window;
public class MainActivity extends FragmentActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* 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"
} |
*****************************************
AUTHORS
*****************************************
NOTE: NEVER send bug reports, help and feature requests directly to the
authors !
Original code and ideas by Jonadab the Unsightly One
Current Maintai... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:XFFlipViewNative"
x:Class="XFFlipViewNative.MainPage" Padding="0,20,0,0">
<!--<StackLayout>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
{
"html": "lubps.html",
"css": "lubps.css",
"authors": "alberto-aresu (DiabloVarius on Roll20, DiabloVarius#7522 on Discord)",
"roll20userid": "2122249",
"instructions": "Simple italian version of L'Ultima Bomba character sheet based on L'Ultima Torcia - Pagina Singola sheet, with only one page",
"preview": "shee... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ec7778ba5aebf45e78debcaede240809
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
"use strict";
import {
FetchTeamsRequest,
FetchTeamsRequestType,
FetchTeamsResponse,
GetTeamRequest,
GetTeamRequestType,
GetTeamResponse
} from "../protocol/agent.protocol";
import { CSTeam } from "../protocol/api.protocol";
import { lsp, lspHandler } from "../system";
import { CachedEntityManagerBase, Id } from ... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
* This program is free software; you can redistribute it and/or modify it ... | {
"pile_set_name": "Github"
} |
import { SchematicTestRunner, UnitTestTree } from '@angular-devkit/schematics/testing';
import { WorkspaceSchema } from '@schematics/angular/utility/workspace-models';
import { join } from 'path';
import { createWorkspace } from '../../testing/create-workspace';
import { AddSchema } from './schema';
import { ngxBuildPl... | {
"pile_set_name": "Github"
} |
0000..01F5; Age:2.1
01FA..0217; Age:2.1
0250..02A8; Age:2.1
02B0..02DE; Age:2.1
02E0..02E9; Age:2.1
0300..0345; Age:2.1
0360..0361; Age:2.1
0374..0375; Age:2.1
037A..037A; Age:2.1
037E..037E; Age:2.1
0384..038A; Age:2.1
038C..038C; Age:2.1
038E..03A1; Age:2.1
03A3..03CE; Age:2.1
03D0..03D6; Age:2.1
03DA..03DA; Age:2.1
... | {
"pile_set_name": "Github"
} |
//
// AsyncReader.cpp
//
// Library: Redis
// Package: Redis
// Module: AsyncReader
//
// Implementation of the AsyncReader class.
//
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "Poco/Redis/AsyncReader.h"
namespace Po... | {
"pile_set_name": "Github"
} |
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_NONE)
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_GROUNDSHAKER)
local area = createCombatArea(AREA_SQUARE1X1)
combat:setArea(area)
function onCastSpell(creature, var)
local t, spectator = Game.getSpectators(creature:getPosition(), false, fals... | {
"pile_set_name": "Github"
} |
signature Theorems =
sig
val ONE_PLUS : Thm.thm
val ZERO_PLUS : Thm.thm
val PLUS_ZERO : Thm.thm
val SUC_ADD1 : Thm.thm
val SUC_ADD2 : Thm.thm
val ZERO_MULT : Thm.thm
val MULT_ZERO : Thm.thm
val ONE_MULT : Thm.thm
val MULT_ONE : Thm.thm
val MULT_SUC : Thm.thm
val MULT_COMM : Thm.thm
v... | {
"pile_set_name": "Github"
} |
package org.apereo.cas.support.pac4j.config.support.authentication;
import org.apereo.cas.authentication.principal.ClientCredential;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.util.serialization.ComponentSerializationPlanConfigurer;
import org.springframework.boot.autoconfig... | {
"pile_set_name": "Github"
} |
using GameObjects;
using GameObjects.Conditions;
using System;
using System.Runtime.Serialization;namespace GameObjects.Conditions.ConditionKindPack
{
[DataContract]public class ConditionKind305 : ConditionKind
{
private int number = 0;
public override bool CheckConditionKind(Person person)... | {
"pile_set_name": "Github"
} |
.. _tutorials.gettingstarted.handlingforms:
Handling Forms with webapp2
===========================
If we want users to be able to post their own greetings, we need a way to
process information submitted by the user with a web form. The ``webapp2``
framework makes processing form data easy.
Handling Web Forms With w... | {
"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... | {
"pile_set_name": "Github"
} |
import {
AuthorAddress,
AuthorKeypair,
DocToSet,
Document,
IStorage,
IValidator,
QueryOpts,
StorageIsClosedError,
SyncOpts,
SyncResults,
ValidationError,
WorkspaceAddress,
WriteResult,
isErr,
} from '../util/types';
import { Emitter } from '../util/emitter';
impor... | {
"pile_set_name": "Github"
} |
{
"operations": {
"CreateLayer": {
"StackId": {
"resourceName": "Stack",
"resourceIdentifier": "Id"
}
},
"DeleteStack": {
"StackId": {
"resourceName": "Stack",
"resourceIdentifier": "Id"
}
}
},
"resources": {
"Stack": {
"operati... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio U... | {
"pile_set_name": "Github"
} |
---
obs_repo_version: "{{ obs_distro }}_{{ ansible_distribution_major_version }}"
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
text-align: center;
font-family: arial, sans-serif;
margin: 0;
}
div.dia... | {
"pile_set_name": "Github"
} |
#define NPY_HAVE_ENDIAN_H 1
#define NPY_SIZEOF_SHORT SIZEOF_SHORT
#define NPY_SIZEOF_INT SIZEOF_INT
#define NPY_SIZEOF_LONG SIZEOF_LONG
#define NPY_SIZEOF_FLOAT 4
#define NPY_SIZEOF_COMPLEX_FLOAT 8
#define NPY_SIZEOF_DOUBLE 8
#define NPY_SIZEOF_COMPLEX_DOUBLE 16
#define NPY_SIZEOF_LONGDOUBLE 16
#define NPY_SIZEOF_COMPL... | {
"pile_set_name": "Github"
} |
build.xml.data.CRC32=4527d583
build.xml.script.CRC32=f84f548a
build.xml.stylesheet.CRC32=8064a381@1.75.2.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproj... | {
"pile_set_name": "Github"
} |
#ifndef __RTMP_H__
#define __RTMP_H__
/*
* Copyright (C) 2005-2008 Team XBMC
* http://www.xbmc.org
* Copyright (C) 2008-2009 Andrej Stepanchuk
* Copyright (C) 2009-2010 Howard Chu
*
* This file is part of librtmp.
*
* librtmp is free software; you can redistribute it and/or modify
* it u... | {
"pile_set_name": "Github"
} |
# Contributing
Prometheus uses GitHub to manage reviews of pull requests.
* If you have a trivial fix or improvement, go ahead and create a pull
request, addressing (with `@...`) one or more of the maintainers
(see [AUTHORS.md](AUTHORS.md)) in the description of the pull request.
* If you plan to do something mo... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
namespace pr6200 {
struct v {};
enum E { e };
struct s {
int i;
operator struct v() { return v(); };
operator enum E() { return e; }
};
void f()
{
// None of these is a declaration.
(void)new struct s;
(void)new enum E;
(void)&s::oper... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 dYdX Trading Inc.
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 ... | {
"pile_set_name": "Github"
} |
#ifndef __PERF_SESSION_H
#define __PERF_SESSION_H
#include "hist.h"
#include "event.h"
#include "header.h"
#include "symbol.h"
#include "thread.h"
#include <linux/rbtree.h>
#include "../../../include/linux/perf_event.h"
struct sample_queue;
struct ip_callchain;
struct thread;
struct ordered_samples {
u64 last_flu... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Intel MIC Platform Software Stack (MPSS)
*
* Copyright(c) 2013 Intel Corporation.
*
* Intel MIC User Space Tools.
*/
#define _GNU_SOURCE
#include <stdlib.h>
#include <fcntl.h>
#include <getopt.h>
#include <assert.h>
#include <unistd.h>
#include <stdbool.h>
#include ... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &1025504403325266
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4309439227451256}
m_Layer: 8
m_Name: vPoint (2)... | {
"pile_set_name": "Github"
} |
opam-version: "1.2"
version: "0.1"
build: [
["dune" "build" "--only" "src" "--root" "." "-j" jobs "@install"]
]
| {
"pile_set_name": "Github"
} |
/*
* This file is part of Splice Machine.
* Splice Machine is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free Software Foundation, either
* version 3, or (at your option) any later version.
* Splice Machine is distributed i... | {
"pile_set_name": "Github"
} |
<?php
/* Copyright (C) 2018 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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 your option) any la... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>SocketIOClientOption Enumeration Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset="utf-8">
<script src="../js/jquery.min.js" defer><... | {
"pile_set_name": "Github"
} |
#include "qgesture.h"
| {
"pile_set_name": "Github"
} |
import Application from '@ember/application';
import { run } from '@ember/runloop';
import { initialize } from 'my-app/instance-initializers/foo';
import { module, test } from 'qunit';
module('Unit | Instance Initializer | foo', {
beforeEach() {
run(() => {
this.application = Application.create();
th... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: da70a89a711d1d74382f4ec0eddbee69
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014-present, Facebook, Inc.
* Copyright (c) 2018-present, Marius Klimantavičius
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
//https://github.com/marius-klimantavicius/yoga
using System;
namespace LayoutFar... | {
"pile_set_name": "Github"
} |
/**
Copyright 2013 BlackBerry Inc.
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, softw... | {
"pile_set_name": "Github"
} |
functions {
/**
* Return an integer value denoting occasion of first capture.
* This function is derived from Stan Modeling Language
* User's Guide and Reference Manual.
*
* @param y Observed values
* @return Occasion of first capture
*/
int first_capture(int[] y_i) {
for (k in 1:si... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Notifications;
use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Messages\MailMessage;
use Illuminate\Notifications\Notification;
class Activation extends Notification
{
use Queueable;
/**
* Create a new notification instance.
*
* @return void
*/
protecte... | {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="slides.js">
... | {
"pile_set_name": "Github"
} |
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= cinnamon-screensaver
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= x11 gnome
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME screen saver and locker
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gse... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react'
import { View, Text } from '@tarojs/components'
import './index.less'
export default class Index extends Component {
componentWillMount () { }
componentDidMount () { }
componentWillUnmount () { }
componentDidShow () { }
componentDidHide () { }
render () {
... | {
"pile_set_name": "Github"
} |
/* -*- mode: c; tab-width: 2; indent-tabs-mode: nil; -*-
Copyright (c) 2012 Marcus Geelnard
Copyright (c) 2013-2014 Evan Nemerson
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is... | {
"pile_set_name": "Github"
} |
//===- FuzzerIO.cpp - IO utils. -------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
package amazon
import (
"bytes"
"context"
"strings"
"testing"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/ec2/ec2iface"
"github.com/pkg/errors"
"github.com/supergiant/control/pkg/workflows/steps"
)
type mockAssociater struct {
association *ec2... | {
"pile_set_name": "Github"
} |
<?php
return array (
'
Module successfully disabled!
' => 'A modul sikeresen lekapcsolva!',
'
Module successfully enabled!
' => 'A modul sikeresen bekapcsolva!',
'--- Disable module: {moduleId} ---
' => '--- {moduleId} modul kikapcsolása ---',
'--- Enable module: {moduleId} ---
' => '--- {moduleId} modul beka... | {
"pile_set_name": "Github"
} |
open Base
(** A collection of string frequency counts *)
type t
(** The empty set of frequency counts *)
val empty : t
(** Bump the frequency count for the given string. *)
val touch : t -> string -> t
(** Converts the set of frequency counts to an association list. A string shows
up at most once, and the cou... | {
"pile_set_name": "Github"
} |
// CSS image replacement
//
// Heads up! v3 launched with only `.hide-text()`, but per our pattern for
// mixins being reused as classes with the same name, this doesn't hold up. As
// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.
//
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa... | {
"pile_set_name": "Github"
} |
/*
* include/asm-mips/mach-au1x00/ioremap.h
*
* 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.
*/
#ifndef __ASM_MA... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using Pathfinding;
using System.Collections.Generic;
namespace Pathfinding.Legacy {
using Pathfinding.RVO;
/** RVO Character Controller.
* Designed to be used as a drop-in replacement for the Unity Character Controller,
* it supports almost all of the same functions and fields with the except... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace Composite.Core.Parallelization
{
[Obsolete("To be removed.")]
internal class IndexEnumerator: IEnumerable<int>
{
private readonly int _elementsCount;
public IndexEnumerator(int elementsCount)
{
_elem... | {
"pile_set_name": "Github"
} |
.container{
width: 100%;
height: 100%;
}
.map{
width: 100%;
height: 100%;
} | {
"pile_set_name": "Github"
} |
javascriptGlobal:
- Date
javascriptDateStaticMethod:
- UTC
- now
- parse
javascriptDateMethod:
- getDate
- getDay
- getFullYear
- getHours
- getMilliseconds
- getMinutes
- getMonth
- getSeconds
- getTime
- getTimezoneOffset
- getUTCDate
- getUTCDay
- getUTCFullYear
- getUTCHours
... | {
"pile_set_name": "Github"
} |
##############################################################################
# Modules Revision 3.0
# Providing a flexible user environment
#
# File: modules.50-cmds/%M%
# Revision: %I%
# First Edition: 1995/12/06
# Last Mod.: %U%, %G%
#
# Authors: Jens Hamisch, Jens.Hamisch@Strawberry.COM
#
# Des... | {
"pile_set_name": "Github"
} |
---
title: Lazy Load Demo
subTitle: Lazy Load
nav: demos
description: Lazy Load carousel
sort: 1
tags:
- demo
- plugin
---
<div class="owl-carousel owl-theme">
<img class="owl-lazy" data-src="https://placehold.it/350x250&text=1" data-src-retina="https://placehold.it/350x250&text=1-retina" alt="">
<img class="owl-... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- these should make the input non-native -->
<input type="text" value="Text Input" style="border-width: 0">
<input type="text" value="Text Input" style="border-width: 1px">
<input type="text" value="Text Input" style="border-width: 2px">
<input type="text" value="Text Input" style="border-width: 3px"... | {
"pile_set_name": "Github"
} |
async = require 'async'
fs = require 'fs'
path = require 'path'
npm = require 'npm'
{ncp} = require 'ncp'
{NpmAdapter, getStorageDir} = require './common'
{fileExists, fileExistsSync} = require './../core/utils'
{logger} = require './../core/logger'
templates = {}
loadTemplates = (directory) ->
return unless fileEx... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Azure.Functions.Cli.Kubernetes.Models.Kubernetes
{
public class ContainerV1
{
[JsonProperty("name")]
public string Name { get; set; }
[JsonProperty("image")]
public string Image { get; set; }
[JsonProp... | {
"pile_set_name": "Github"
} |
/*
* Hedgewars, a free turn based strategy game
* Copyright (c) 2006-2007 Ulyanov Igor <iulyanov@gmail.com>
* Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@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
... | {
"pile_set_name": "Github"
} |
package tech.wetech.weshop.user.po;
import tech.wetech.weshop.user.enums.RegionTypeEnum;
import javax.persistence.*;
@Table(name = "weshop_region")
public class Region {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Short id;
@Column(name = "parent_id")
private Short parentId;
... | {
"pile_set_name": "Github"
} |
*2.3.8 (May 24, 2010)*
* Version bump.
*2.3.7 (May 24, 2010)*
* Version bump.
*2.3.6 (May 23, 2010)*
* Upgrade TMail from 1.2.3 to 1.2.7. [Mikel Lindsaar]
*2.3.5 (November 25, 2009)*
* Minor Bug Fixes and deprecation warnings
*2.3.4 (September 4, 2009)*
* Minor bug fixes.
*2.3.3 (July 12, 2009)*
* No c... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.