text stringlengths 2 99k | meta dict |
|---|---|
import React from 'react';
import {assert} from 'chai';
import {shallow} from 'enzyme';
import td from 'testdouble';
import {Checkbox} from '../../../packages/checkbox/index';
import {MDCCheckboxAdapter} from '@material/checkbox/adapter';
import {coerceForTesting} from '../helpers/types';
suite('Checkbox');
const get... | {
"pile_set_name": "Github"
} |
/*
Package cli implements the CLI cmd's methods.
Includes methods for manipulating wallets files and interacting with the
REST API to query a skycoin node's status.
*/
package cli
import (
"encoding/json"
"errors"
"flag"
"fmt"
"net/url"
"path/filepath"
"strings"
"syscall"
"os"
"github.com/spf13/cobra"
"g... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015-2020 Vladimir Schneider <vladimir.schneider@gmail.com> Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.vladsch.md.nav.psi.index;
import com.intellij.psi.stubs.StubIndexKey;
import com.vladsch.md.nav.psi.MdPlainText;
import org.jetb... | {
"pile_set_name": "Github"
} |
https://patreon.com/BaldPhone
| {
"pile_set_name": "Github"
} |
.. role:: hidden
:class: hidden-section
.. _tips_and_tricks:
Tips and Tricks
*************************
.. note::
- See the notebook `here <https://github.com/GRAAL-Research/poutyne/blob/master/examples/tips_and_tricks.ipynb>`_
- Run in `Google Colab <https://colab.research.google.com/github/GRAAL-Researc... | {
"pile_set_name": "Github"
} |
'use strict';
// Generates a custom Modernizr build that includes only the tests you
// reference in your app
module.exports = {
devFile : '<%= paths.app %>/bower_components/modernizr/modernizr.js',
outputFile : '<%= paths.dist %>/bower_components/modernizr/modernizr.js',
files : [
'<%= paths.dist %>/scri... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Stormpath, 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"
} |
/*
*
* Copyright 2018 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"
} |
org.quartz.scheduler.instanceName: DefaultQuartzScheduler
org.quartz.scheduler.rmi.export: false
org.quartz.scheduler.rmi.proxy: false
org.quartz.scheduler.wrapJobExecutionInUserTransaction: false
org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount: 10
org.quartz.threadPool... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>49--Greeting_49_Greeting_peoplegreeting_49_693.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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.
package org.chromium.components.offline_items_collection.bridges;
import android.net.Uri;
import android.text.TextUtils;
import org.chromium.base.annota... | {
"pile_set_name": "Github"
} |
/* jshint browser:true */
/* global require, module */
/**
* @fileOverview
*
* This file contains the key filter, used to convert a collection of models
* into an array of models.
*/
'use strict';
var _ = require('lodash');
/**
* Converts the model from an object to an array. Orders the result of a goQuery
*... | {
"pile_set_name": "Github"
} |
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS B... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections;
using System.Collections.Generic;
namespace AspectCore.DynamicProxy.Parameters
{
public sealed class ParameterCollection : IEnumerable<Parameter>, IReadOnlyList<Parameter>
{
private static readonly object[] emptyValues = new object[0];
private readonly i... | {
"pile_set_name": "Github"
} |
=head1 NAME
Apache::*::Table - Table classes for Apache::Request, Apache::Upload, and Apache::Cookie.
=for testing
use Apache::Upload;
use Apache::Cookie;
use APR::Pool;
use APR::Table;
$r = APR::Pool->new; # environment object
=head1 SYNOPSIS
=for example begin
my $table = Apache::Reques... | {
"pile_set_name": "Github"
} |
Shawn Lawrence Otto is an American novelist, nonfiction author, filmmaker, political strategist, speaker, science advocate, and screenwriter and co-producer of the movie House of Sand and Fog .
| {
"pile_set_name": "Github"
} |
;;; jupyter-zmq-channel-ioloop.el --- IOLoop functions for Jupyter channels -*- lexical-binding: t -*-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
;; Author: Nathaniel Nicandro <nathanielnicandro@gmail.com>
;; Created: 08 Nov 2018
;; This program is free software; you can redistribute it and/or
;; modify it under ... | {
"pile_set_name": "Github"
} |
page:
background_image: draft.png
base:
font_size: 9
font_color: #000000
line_height: 1.3
title_page:
logo:
top: 10%
image: image:ocpi_logo.png[pdfwidth=40%]
align: center
align: center
title:
top: 40%
font:
size: 54
color: 000000
style: bold
subtitle:
font:
... | {
"pile_set_name": "Github"
} |
#
# Makefile for the linux ncp filesystem routines.
#
obj-$(CONFIG_NCP_FS) += ncpfs.o
ncpfs-y := dir.o file.o inode.o ioctl.o mmap.o ncplib_kernel.o sock.o \
ncpsign_kernel.o getopt.o
ncpfs-$(CONFIG_NCPFS_EXTRAS) += symlink.o
ncpfs-$(CONFIG_NCPFS_NFS_NS) += symlink.o
# If you want debugging output, pleas... | {
"pile_set_name": "Github"
} |
#! /usr/bin/ruby
# coding:utf-8
sent = []
while line=gets do
#客 きゃく 客 名詞 6 普通名詞 1 * 0 * 0 "代表表記:客/きゃく 漢字読み:音 カテゴリ:人 ドメイン:家庭・暮らし;ビジネス"
next if line =~ /^[*+#\@!]/
next if line =~ /^\s*$/
if line =~ /(^EOS|^EOP)/
puts sent.join(" ")
sent = []
next
end
sp = line.split(" ")
if(line =~ /代表表記:([^\s... | {
"pile_set_name": "Github"
} |
local ffi = require('ffi')
local fun = require('fun')
local merger = require('merger')
local ibuf_t = ffi.typeof('struct ibuf')
local merge_source_t = ffi.typeof('struct merge_source')
-- Create a source from one buffer.
merger.new_source_frombuffer = function(buf)
local func_name = 'merger.new_source_frombuffer'... | {
"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>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable... | {
"pile_set_name": "Github"
} |
/*
LUFA Library
Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documen... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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 Apach... | {
"pile_set_name": "Github"
} |
package tools;
/**
* This class represents a vector, or a position, in the map.
* PTSP-Competition
* Created by Diego Perez, University of Essex.
* Date: 19/12/11
*/
public class Vector2d
{
/**
* X-coordinate of the vector.
*/
public double x;
/**
* Y-coordinate of the vector.
*/
... | {
"pile_set_name": "Github"
} |
/**
* @file lv_tutorial_keyboard_simkpad.c
*
*/
/*
* -------------------------------------------
* Learn how to use a keyboard/keypad device
* -------------------------------------------
*
* You need two things to use keypad/keyboard:
*
* INPUT DEVICE DRIVER
* - Similarly to touchpad you need to register an... | {
"pile_set_name": "Github"
} |
.class public abstract Landroid/view/LayoutInflater;
.super Ljava/lang/Object;
.source "LayoutInflater.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroid/view/LayoutInflater$FactoryMerger;,
Landroid/view/LayoutInflater$Factory;,
Landroid/view/Layout... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2009 David Cooper <dave@kupesoft.com>
# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
VIDEO_MENU:=Video Support
V4L2_DIR=v4l2-core
V4L2_USB_DIR=usb
#
# Video Display
#
define KernelPackage/bac... | {
"pile_set_name": "Github"
} |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Mupen64plus - regcache.h *
* Mupen64Plus homepage: https://mupen64plus.org/ *
* Copyright (C) 2002 Hacktarux *
* ... | {
"pile_set_name": "Github"
} |
{
"aliases": {
"lib_paths_darwin_x64": ["${lib_paths}/mac.x86_64/"]
},
"platform": {
"darwin_x64": {
"importlibpath_debug": ["${lib_paths_darwin_x64}/debug"],
"importlibpath_profile": ["${lib_paths_darwin_x64}/profile"],
"importlibpath_release": ["${lib_pa... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007-2009 Sergio Pistone <sergio_pistone@yahoo.com.ar>
* Copyright (C) 2010-2018 Mladen Milinkovic <max@smoothware.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;... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>libogg - function - ogg_sync_reset</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>libogg documentation</p></td>
<td align=right><p class=tiny>l... | {
"pile_set_name": "Github"
} |
#register SLF4JBridgeHandler as handler for the j.u.l. root logger
handlers = org.slf4j.bridge.SLF4JBridgeHandler
| {
"pile_set_name": "Github"
} |
package teammates.ui.output;
/**
* The API output format of a archived course status.
*/
public class CourseArchiveData extends ApiOutput {
private final String courseId;
private final boolean isArchived;
public CourseArchiveData(String courseId, boolean isArchived) {
this.courseId = courseId;
... | {
"pile_set_name": "Github"
} |
/* UnoJoy.h
* Alan Chatham - 2012
* RMIT Exertion Games Lab
*
* This library gives you a standard way to create Arduino code that talks
* to the UnoJoy firmware in order to make native USB game controllers.
* Functions:
* setupMegaJoy()
* getBlankDataForController()
* setControllerData(megaJoyC... | {
"pile_set_name": "Github"
} |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class CreateReleaseextrafullTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('releaseextrafull', function (Blueprint $table... | {
"pile_set_name": "Github"
} |
# Swaggest JSON-schema implementation for PHP
[](https://travis-ci.org/swaggest/php-json-schema)
[](https://codeclimate.com/github/swaggest/php-json-sc... | {
"pile_set_name": "Github"
} |
@echo off
powershell -c ".\deploy.ps1 -source (Join-Path target (Get-Item -Path .\target\* -Filter *.jar)[0].Name) -dest ripme.jar"
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_hei... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>cancel</title>
<link rel="stylesheet" href="prism.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<div class="doc-title"><a href="folktale.html"><span class="doc-title"><span class="product-name">Folktale</span><span class... | {
"pile_set_name": "Github"
} |
/* Processed by ecpg (regression mode) */
/* These include files are added by the preprocessor */
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
/* End of automatic include section */
#define ECPGdebug(X, Y) ECPGdebug((X) + 100, (Y))
#line 1 "define.pgc"
#include <stdlib.h>
#include <string.h>
#include... | {
"pile_set_name": "Github"
} |
/*!
* \copy
* Copyright (c) 2013, Cisco Systems
* 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 co... | {
"pile_set_name": "Github"
} |
*> \brief \b DLARF
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download DLARF + dependencies
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dlarf.f... | {
"pile_set_name": "Github"
} |
"Public/SubExtraFactorRecover.res"
{
"BG_Security"
{
"ControlName" "ImagePanel"
"fieldName" "BG_Security"
"xpos" "0"
"ypos" "20"
"wide" "360"
"tall" "344"
"AutoResize" "0"
"PinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"paintbackground" "1"
"image" "graphics/bg_secu... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
[launch.installed]
description = "Launch an installed app"
match = """
(open|launch|start|run) [app:appName]
"""
[[launch.installed.example]]
phrase = "Open Google Maps"
[[launch.installed.example]]
phrase = "Launch Spotify"
[launch.uninstalled]
description = "Launch an app that is not installed"
match = """
(op... | {
"pile_set_name": "Github"
} |
<div class="card card-profile">
<div class="card-header" style="background-image: url({{ site.data.photos[18].small }});"></div>
<div class="card-body text-center">
<img class="card-profile-img" src="{{ site.data.users[4].photo }}">
<h3 class="mb-3">{{ site.data.users[4].name }} {{ site.data.users[4].surname }}<... | {
"pile_set_name": "Github"
} |
//
// main.m
// CH12_MIDIToAUSamplerIOS
//
// Created by Chris Adamson on 1/2/12.
// Copyright (c) 2012 Subsequently and Furthermore, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char *argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, ... | {
"pile_set_name": "Github"
} |
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// </auto-generated>
namespace Microsoft.Azure.Management.Network.Fluent
{
... | {
"pile_set_name": "Github"
} |
apiVersion: v1
appVersion: 11.7.1-fp1.2180
description: IBM Enterprise Search
name: ug
engine: gotpl
keywords:
- igc
- governance
- amd64
- Commercial
- RHOCP
- Analytics
maintainers:
- name: IBM Watson Knowledge Catalog
tillerVersion: '>=2.9.0'
kubeVersion: ">=1.11.0"
version: 3.2.2180
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Editor</title>
<style type="text/css" media="screen">
.ace_editor {
border: 1px solid lightgray;
margin: auto;
height: 800px;
width: 400px;
... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Slider 1.10.3
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Slider#theming
*/
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
po... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ARCHIVE_DETAIL_COMMON_OARCHIVE_HPP
#define BOOST_ARCHIVE_DETAIL_COMMON_OARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// common_oarchive.hpp
// (C) Copyri... | {
"pile_set_name": "Github"
} |
<?php
$value = ( isset( $value ) ) ? $value : $this->get_setting( $key );
$class = ( isset( $class ) ) ? 'class="' . $class . '"' : '';
$disabled = ( isset( $disabled ) && $disabled ) ? 'disabled' : '';
?>
<div id="<?php echo $key; ?>-wrap" data-checkbox="<?php echo $key; ?>" class="as3cf-switch <?php echo $disab... | {
"pile_set_name": "Github"
} |
/dts-v1/;
#include "bcm6368.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Zyxel P870HW-51a v2";
compatible = "zyxel,p870hw-51a-v2", "brcm,bcm6368";
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <20>;
debounce-interval = <60>;
r... | {
"pile_set_name": "Github"
} |
#!/bin/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
... | {
"pile_set_name": "Github"
} |
\name{showGitOutput}
\alias{showGitOutput}
\title{Display last git output}
\usage{
showGitOutput(obj)
}
\arguments{
\item{obj}{gitR object}
}
\description{
Displays the output of the last git command in a separate
window.
}
| {
"pile_set_name": "Github"
} |
function hundredDoors(numDoors){
//create array to hold answer
var doors = [];
/*Because you are only opening doors that are perfect squares, you only have to loop through whatever the sqrt is of the number of doors you pass into the function. In this example I am passing in 100 for 100 doors which has a square ro... | {
"pile_set_name": "Github"
} |
---
features:
- Add description parameter to create_user, available on Keystone v3
| {
"pile_set_name": "Github"
} |
namespace Accelerider.Windows.Views
{
/// <summary>
/// Interaction logic for ShellSettingsTabItem.xaml
/// </summary>
public partial class ShellSettingsTabItem
{
public ShellSettingsTabItem()
{
InitializeComponent();
}
}
}
| {
"pile_set_name": "Github"
} |
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
// All files in the project carrying such notice may not be copied, modified, or distributed
// except according ... | {
"pile_set_name": "Github"
} |
[]
| {
"pile_set_name": "Github"
} |
//===--- ASTDiagnostic.h - Diagnostics for the AST library ------*- C++ -*-===//
//
// 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"
} |
using System;
using Bounds = UnityEngine.Bounds;
using Vector2 = UnityEngine.Vector2;
using Vector3 = UnityEngine.Vector3;
using Mathf = UnityEngine.Mathf;
using Debug = UnityEngine.Debug;
using UnitySceneExtensions;
using UnityEngine.Profiling;
namespace Chisel.Core
{
[Serializable]
public struct ChiselSphere... | {
"pile_set_name": "Github"
} |
#include "tactionworker.h"
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Back up all of my photos.
import sys
import os
import subprocess
import tempfile
import time
import io
try:
from ansicolor import red, green, blue
except ImportError:
print("Could not load `ansicolor'; ensure that the module is installed.")
all_jobs = [("/g/Photography/",
... | {
"pile_set_name": "Github"
} |
Component({
properties: {
/* 延迟关闭时间 */
delay: {
type: Number,
value: 1500
},
/* 显示的类型 success warn error */
type: {
type: 'String',
value: 'default'
},
/* 是否显示 */
show: {
type: Boolean,
value: false
},
/* 显示标题信息 */
title: {
type: St... | {
"pile_set_name": "Github"
} |
# Copyright 2020 Cortex Labs, 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 wri... | {
"pile_set_name": "Github"
} |
import * as external from 'external-esm-default';
import * as dep from './dep';
t.deepEqual(dep, {
default: 'default'
});
t.deepEqual(external, {
default: 'bar'
});
| {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
Copyright 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 l... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Project: Nebula
* @file CmdOnGetNodeCustomConf.cpp
* @brief 获取节点自定义配置
* @author Bwar
* @date: 2019年9月14日
* @note
* Modify history:
******************************************************************************/
#inc... | {
"pile_set_name": "Github"
} |
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2002-2004 - INRIA - Vincent COUVERT
//
// Copyright (C) 2012 - 2016 - Scilab Enterprises
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was original... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Bundle\SecurityBundle\Tests\DependencyInjection;
use Symfony\Co... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
package org.javacord.api.util.cache;
/**
* This class is used to cache message.
*/
public interface MessageCache {
/**
* Gets the capacity of the message cache.
* Please notice that the cache is cleared only once every minute!
*
* @return The capacity of the message cache.
*/
int ge... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive ... | {
"pile_set_name": "Github"
} |
// Copyright 2013-2020 Serilog Contributors
//
// 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... | {
"pile_set_name": "Github"
} |
#ifdef _MSC_VER
#include <stdlib.h>
#include <io.h>
#include <windows.h>
#define R_OK 4 /* Read permission. */
#define W_OK 2 /* Write permission. */
#define F_OK 0 /* Existence. */
#define access _access
#else /* _MSC_VER */
#include <unistd.h>
#endif
#incl... | {
"pile_set_name": "Github"
} |
--- Code generation compatible with Java7 *or* Java8 syntax
{--
## Concepts
### Data types
Representation of data types doesn't change.
### Instances
Instance functions can now be called directly via the instance
object, instead of first getting a function pointer.
### Higher order f... | {
"pile_set_name": "Github"
} |
# 0.4.18 / 2017-06-13
* Fixed CESU-8 regression in Node v8.
# 0.4.17 / 2017-04-22
* Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn)
# 0.4.16 / 2017-04-22
* Added support for React Native (#150)
* Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the ... | {
"pile_set_name": "Github"
} |
# Insert blackhole slave into regular replication chain
# We hide any output below due using untouched result files of rpl suite
--disable_warnings
--disable_query_log
connection master;
# Connect blackhole slave to master.
connect (blackhole_slave,127.0.0.1,root,,test,$BHS_MYPORT,);
connection blackhole_slave;
sour... | {
"pile_set_name": "Github"
} |
// author: Jannik Strötgen
// email: stroetgen@uni-hd.de
// date: 2015-03-24
// This file contains regular expression patterns for 2-digit year.
\d\d
| {
"pile_set_name": "Github"
} |
(function() {
var $$ = kendo.jQuery;
describe("kendo jQuery", function () {
beforeEach(function() {
kendo.support.touch = true;
});
afterEach(function() {
kendo.support.touch = false;
});
it("Executes listener event handler", function() {
var... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html><html><head>
<title>Untitled Document</title>
<!--Generated by LaTeXML (version 0.8.4) http://dlmf.nist.gov/LaTeXML/.-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link type="text/css" rel="st... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<appendix id="appendixes.configuration">
<title>The XML Configuration File</title>
<section id="appendixes.configuration.phpunit">
<title>PHPUnit</title>
<para>
The attributes of the <literal><![CDATA[<phpunit>]]></literal> element can
be used to config... | {
"pile_set_name": "Github"
} |
$(function() {
$('.open-embed').click(function(event) {
event.preventDefault();
$('.embed, .close-embed').show();
$('.open-embed').hide();
});
$('.close-embed').click(function(event) {
event.preventDefault();
$('.embed, .close-embed').hide();
$('.open-embed')... | {
"pile_set_name": "Github"
} |
package com.planet_ink.coffee_mud.Abilities.Druid;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import ... | {
"pile_set_name": "Github"
} |
# Hungarian translations for Ruby on Rails
# by Richard Abonyi (richard.abonyi@gmail.com)
# thanks to KKata, replaced and #hup.hu
# Cleaned up by László Bácsi (http://lackac.hu)
# updated by kfl62 kfl62g@gmail.com
"hu":
date:
formats:
default: "%Y.%m.%d."
short: "%b %e."
long: "%Y. %B %e."
... | {
"pile_set_name": "Github"
} |
namespace InheritanceAndPolymorphism.Interfaces
{
using System;
using System.Linq;
public interface ILocalCourse : ICourse
{
string Lab { get; set; }
}
} | {
"pile_set_name": "Github"
} |
#ifndef DIAGNOSTICSCREEN_H
#define DIAGNOSTICSCREEN_H
#include "DiagnosticParticleBinningBase.h"
class DiagnosticScreen : public DiagnosticParticleBinningBase
{
friend class SmileiMPI;
friend class Checkpoints;
public :
//! Default constructor
DiagnosticScreen( Params ¶ms, SmileiMPI *smpi, P... | {
"pile_set_name": "Github"
} |
package com.crm.qa.pages;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.crm.qa.base.TestBase;
public class LoginPage extends TestBase{
//Page Factory - OR:
@FindBy(name="u... | {
"pile_set_name": "Github"
} |
//
// StringExtension.swift
//
// Copyright (c) 2016 POSSIBLE Mobile (https://possiblemobile.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 wit... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Pla... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "summericons_100px_01@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "summericons_100px_01@3x.png",
"scale" : "3x"
}
],
"info" :... | {
"pile_set_name": "Github"
} |
@model ChangePasswordViewModel
@{
ViewData.SetActivePageAndTitle(ManageNavPages.ChangePassword, "Change password");
}
<partial name="_StatusMessage" />
@if (!this.ViewContext.ModelState.IsValid)
{
<div class="row">
<div class="col-md-6">
<div asp-validation-summary="All" class="text-dange... | {
"pile_set_name": "Github"
} |
/*******************************
Docs
*******************************/
/* Paths used for "serve-docs" and "build-docs" tasks */
module.exports = {
base: '',
globs: {
eco: '**/*.html.eco'
},
paths: {
clean: '../docs/out/dist/',
source: {
config : 'src/theme.config',
def... | {
"pile_set_name": "Github"
} |
/* ###
* IP: GHIDRA
*
* 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 writin... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build amd64,freebsd
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ARP = 0x23
AF_ATM ... | {
"pile_set_name": "Github"
} |
name: com.gemserk.upmgitpusher
displayName: UnityPackageManagerGitPusher
description: Unity Package Manager Git Publish Plugin
repoUrl: 'https://github.com/acoppes/upmgitpusher'
parentRepoUrl: null
licenseSpdxId: MIT
licenseName: MIT License
topics:
- package-management
- utilities
hunter: acoppes
gitTagPrefix:
gi... | {
"pile_set_name": "Github"
} |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="ExpanderRightHeaderStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Template">
<Setter.Value>
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.