text stringlengths 2 99.9k | meta dict |
|---|---|
var $export = require('./_export')
, toIObject = require('./_to-iobject')
, toLength = require('./_to-length');
$export($export.S, 'String', {
// 21.1.2.4 String.raw(callSite, ...substitutions)
raw: function raw(callSite){
var tpl = toIObject(callSite.raw)
, len = toLength(tpl.length)
, aL... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 Cameron White
*
* 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 later version.
*
* This program... | {
"pile_set_name": "Github"
} |
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.title | xml_escape }}</title>
<description>{{ site.description | xml_escape }}</description>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<atom:link href=... | {
"pile_set_name": "Github"
} |
#include "application.h"
#include "configdialog.h"
#include "ui_configdialog.h"
#include "components/pathpicker.h"
#include <QDesktopServices>
#include <QFileInfo>
#include <QSpinBox>
#include <QToolTip>
#include <QFileDialog>
#define TAB_SERVERS 0
#define TAB_IMAGE 1
#define TAB_OUTPUT_FORMATS 2
#defin... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// SystemSoundLibrary
//
// Created by Anton Pauli on 12.10.13.
// Copyright (c) 2013 Anton Pauli. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftsmerrs.h */
/* */
/* sm... | {
"pile_set_name": "Github"
} |
var t = new jake.TestTask('convert-units', function () {
this.testFiles.include('test/*');
});
var d = new jake.PublishTask('convert-units', function () {
this.packageFiles.include([
'lib/**'
, 'test/*'
, 'Jakefile'
, 'package.json'
, 'Readme.md'
]);
});
| {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = [
"etcd.go",
"strategy.go",
],
importpath = "k8s.io/sample-apiserver/pkg/registry/wardle/fischer",
deps = [
... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2015 6WIND S.A.
* Copyright 2015 Mellanox Technologies, Ltd
*/
#include <stddef.h>
#include <errno.h>
#include <string.h>
/* Verbs header. */
/* ISO C doesn't support unnamed structs/unions, disabling -pedantic. */
#ifdef PEDANTIC
#pragma GCC diagnostic ignored ... | {
"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"
} |
/**
* Copyright (C) 2010 the original author or authors.
* See the notice.md file distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
require_relative '../lib/wayback_machine_downloader'
require 'optparse'
require 'pp'
options = {}
option_parser = OptionParser.new do |opts|
opts.banner = "Usage: wayback_machine_downloader http://example.com"
opts.separator ""
opts.separator "Download an entire website from the Wayback Mac... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "mm.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "mm@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "mm@3x.png",
"scale" : "3x"
}
],
"info" : {
... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -l32 -arm syscall_bsd.go syscall_freebsd.go syscall_freebsd_arm.go
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build arm,freebsd
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func getgroups(ngid int,... | {
"pile_set_name": "Github"
} |
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
import java.nio.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.Checks.*;
import static org.lwjgl.system.JNI.*;
import static org.lwjgl.system.... | {
"pile_set_name": "Github"
} |
snippet doctypetransitional
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
snippet doctypeframeset
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
snippet doctyp... | {
"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"
} |
# Contributing
1. Sign one of the contributor license agreements below.
1. Get the package:
`go get -d google.golang.org/appengine`
1. Change into the checked out source:
`cd $GOPATH/src/google.golang.org/appengine`
1. Fork the repo.
1. Set your fork as a remote:
`git remote add fork git@github.com:GITH... | {
"pile_set_name": "Github"
} |
/*
* The MIT License
* Copyright (c) 2012 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
* in the Software without restriction, including without limitation the rights
* to use,... | {
"pile_set_name": "Github"
} |
/* global exports,define,module */
(function(global) {
var Miso = global.Miso || {};
delete window.Miso;
// CommonJS module is defined
if (typeof exports !== "undefined") {
if (typeof module !== "undefined" && module.exports) {
// Export module
module.exports = Miso;
}
exports.miso = M... | {
"pile_set_name": "Github"
} |
module foo "1.0" {
} | {
"pile_set_name": "Github"
} |
{
"partly cloudy": "переменная облачность"
}
| {
"pile_set_name": "Github"
} |
{
"Name": "Necrosnake",
"Actions": 24592,
"AttackMode": "Attacking",
"Weapons": [
{
"DamageAmount": 50.0,
"Name": "Bite",
"Range": 3.0,
"HitNoise": {
"Sounds": [
"Audio\\oscar\\sfx_oc_giant_snake_attack_1"
],
"Volume": 1.0,
"RandomPitch": tru... | {
"pile_set_name": "Github"
} |
//
// Module.swift
// Noze.io
//
// Created by Helge Heß on 4/10/16.
// Copyright © 2016 ZeeZide GmbH. All rights reserved.
//
@_exported import core
public class NozeCrypto : NozeModule {
}
public let module = NozeCrypto()
public func createHash(_ hash: String) -> Hash? {
switch hash {
case "md5": return ... | {
"pile_set_name": "Github"
} |
<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="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
<meta name="keywords" content="{{page.tag... | {
"pile_set_name": "Github"
} |
import os
import itertools
from numpy.testing import assert_equal
import pytest
from brian2 import *
from brian2.devices.device import reinit_and_delete
from brian2.tests.utils import assert_allclose
@pytest.mark.codegen_independent
def test_custom_events():
# Set (could be moved in a setup)
EL = -65*mV
... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | {
"pile_set_name": "Github"
} |
{
"houseNumber": 54,
"street": "just some simple street",
"city": "Hamburg 🦄 "
} | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<!-- This file was generated by dvisvgm 1.6 -->
<svg height='17.6452pt' version='1.1' viewBox='-144 -143.948 12.2758 17.6452' width='12.2758pt' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
<defs>
<path d='M5.72852 -5.66874C5.72852 -6.41594 5.18057 -7.03362 4.3736 ... | {
"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"
} |
package restful
// Copyright 2013 Ernest Micklei. All rights reserved.
// Use of this source code is governed by a license
// that can be found in the LICENSE file.
// curlyRoute exits for sorting Routes by the CurlyRouter based on number of parameters and number of static path elements.
type curlyRoute struct {
rou... | {
"pile_set_name": "Github"
} |
# import standard plotting and animation
import matplotlib.pyplot as plt
import matplotlib.animation as animation
from IPython.display import clear_output
import time
from matplotlib import gridspec
# import autograd functionality
from autograd import grad as compute_grad # The only autograd function you may ever ne... | {
"pile_set_name": "Github"
} |
# Appmenu
Der Appmenü Button für Firefox 29 und aufwärts. Zusammengestellt aus verschiedenen Firefoxeinträgen. Diese können im Skript
natürlich selbst erweitert werden. Eingeblendet wird der Button ganz links am Anfang der Tabs Toolbar. In Zeile 163 kann nach
Bedarf die Urlbar gewählt werden. In Zeile 178 bzw. 180 si... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2019 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2019 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* *
* PrimeSense Sensor 5.x Alpha *
* Copyright (C) 2012 PrimeSense Ltd. *
... | {
"pile_set_name": "Github"
} |
package org.freeplane.core.ui.textchanger;
import javax.swing.JComponent;
public enum TranslatedElement {
BORDER, TEXT, TOOLTIP;
public String getKey(JComponent component) {
return (String) (component).getClientProperty(this);
}
public void setKey(JComponent component, String key) {
component.putClientProper... | {
"pile_set_name": "Github"
} |
<%= render render_card_view? ? 'card_view' : 'table_view' %>
<%= render partial: 'shared/pagination', locals: {model_object: @clients} %>
| {
"pile_set_name": "Github"
} |
/*
Title:
Pull your words together, man!
Description:
Your friend Robbie has successfully created an AI that is capable of communicating in English!
Robbie's almost done with the project, however the machine's output isn't working as expected. Here's a sample of a sentence that it outputs:
["this"... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "rwxGnsA92emp"
},
"source": [
"##### Copyright 2018 The TensorFlow Authors."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"i... | {
"pile_set_name": "Github"
} |
# Licensed to the Software Freedom Conservancy (SFC) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The SFC licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not... | {
"pile_set_name": "Github"
} |
object DRServerForm: TDRServerForm
Left = 0
Top = 0
Caption = 'Delay Response Server'
ClientHeight = 384
ClientWidth = 634
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCre... | {
"pile_set_name": "Github"
} |
<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
*/
/* Optional endpoints */
if (env('POLR_ALLOW_ACCT_CREATION')) {
$app->get('/signup', ['as' => 'signup', 'uses' => 'UserController... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to d... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" ng-app="jpm">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/releases/4.2.0/css/style.css" rel="stylesheet" />
<script src="https://code.jquery.com/jque... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Dmitry Vyukov <dvyukov@google.com>
// Copyright (C) 2016 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy... | {
"pile_set_name": "Github"
} |
/*
* Driver of Inno codec for rk3036 by Rockchip Inc.
*
* Author: Rockchip Inc.
* Author: Zheng ShunQian<zhengsq@rock-chips.com>
*/
#include <sound/soc.h>
#include <sound/tlv.h>
#include <sound/soc-dapm.h>
#include <sound/soc-dai.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <linux/platform_de... | {
"pile_set_name": "Github"
} |
// Copyright 2006, Google 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 of conditions ... | {
"pile_set_name": "Github"
} |
""
| {
"pile_set_name": "Github"
} |
//Copyright (c) Microsoft Corporation. All rights reserved.
//This source code is intended only as a supplement to Microsoft
//Development Tools and/or on-line documentation. See these other
//materials for detailed information regarding Microsoft code samples.
//THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHO... | {
"pile_set_name": "Github"
} |
{
"ver": "1.0.0",
"uuid": "5b1ad73a-3423-46ca-9364-a07837c37d33",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"subMetas": {
"plant": {
"ver": "1.0.3",
"uuid": "7e431914-92ea-4c1d-82f1-11c84a2cbae2",
"rawTextureUuid": "5b1ad73a-3423-46ca-9364-a07837c37d33",
"t... | {
"pile_set_name": "Github"
} |
/**
* \file x509.h
*
* \brief X.509 generic defines and structures
*/
/*
* 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.
... | {
"pile_set_name": "Github"
} |
#include <core.p4>
#define V1MODEL_VERSION 20180101
#include <v1model.p4>
header hdr {
bit<8> e;
bit<16> t;
bit<8> l;
bit<8> r;
bit<8> v;
}
struct Header_t {
hdr h;
}
struct Meta_t {
error my_err;
}
parser p(packet_in b, out Header_t h, inout Meta_t m, inout standard_metadata_t sm) {... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Docker.DotNet.Models;
namespace Docker.DotNet
{
internal class PluginOperations : IPluginOperations
{
internal static readonly ApiRespon... | {
"pile_set_name": "Github"
} |
# Locally calculated
sha256 27a5ec6c3439f87aee238c47cc56e7357a6249e5ca9ed0f044f0057ef389d81e shellinabox-2.20.tar.gz
sha256 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362 COPYING
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 GPL-2
| {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0... | {
"pile_set_name": "Github"
} |
# This file is distributed under the same license as the Django package.
#
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-15 13:18-0400\n"
"PO-Revision-Date: 2011-03-04 18:39+0000\n"
"Last-Translator: Jannis <jannis@leidel.info>\n"
"Language-Team: Norwegian <>\n... | {
"pile_set_name": "Github"
} |
import isArray from '../utils/is-array';
import isDate from '../utils/is-date';
import map from '../utils/map';
import { createInvalid } from './valid';
import { Moment, isMoment } from '../moment/constructor';
import { getLocale } from '../locale/locales';
import { hooks } from '../utils/hooks';
import checkOverflow f... | {
"pile_set_name": "Github"
} |
# wrappy
Callback wrapping utility
## USAGE
```javascript
var wrappy = require("wrappy")
// var wrapper = wrappy(wrapperFunction)
// make sure a cb is called only once
// See also: http://npm.im/once for this specific use case
var once = wrappy(function (cb) {
var called = false
return function () {
if (ca... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="InputDirectionAttribute.cs" company="PropertyTools">
// Copyright (c) 2014 PropertyTools contributors
// </copyright>
// <summary>
// Specifies the input direction for th... | {
"pile_set_name": "Github"
} |
#include <iostream>
#include <string>
#include <algorithm>
using namespace std;
void swap(string &s, int i, int j) {
char temp = s[i];
s[i] = s[j];
s[j] = temp;
}
void permute(string &s, int level, int &num) {
if(level == s.size()) {
cout<<num<<". "<<s<<endl;
num++;
}
else {
for(int j=level;j<s.size();j+... | {
"pile_set_name": "Github"
} |
{
"title": "Child class fields should not shadow parent class fields",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"confusing"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2387",
"sqKey": "S2387"... | {
"pile_set_name": "Github"
} |
<?php
namespace App;
use Illuminate\Notifications\Notifiable;
use Tymon\JWTAuth\Contracts\JWTSubject;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Support\Facades\Mail;
use App\Mail\ResetPasswordMail;
class User extends Authenticatable implements JWTSubject
{
use Notifiable;
/**
... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Name=Universal Access
Comment=Universal Access Settings
Type=Directory
Icon=preferences-desktop-accessibility
#TRANSLATIONS_DIR=translations
# Translations
Name[zh_HK]=無障礙功能
Comment[zh_HK]=無障礙功能設定值
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Prophecy.
* (c) Konstantin Kudryashov <ever.zet@gmail.com>
* Marcello Duarte <marcello.duarte@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Prophecy\Exception\Predict... | {
"pile_set_name": "Github"
} |
---
title: "Convenience features"
author: "ZJ"
output: pdf_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
## Convenience Features
### Graphical User Interface (GUI) for setting options
I wanted to make `{disk.frame}` as easy to use as possible. I often forget w... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2 (Unix)">
<META NAME="CREATED" CONTENT="0;0">
<META NAME="CHANGED" CONTENT="20101227;15093100">
<STYLE... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 - SPI Controller platform_device info
*
* 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"
} |
<?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>BuildMachineOSBuild</key>
<string>17D102</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<... | {
"pile_set_name": "Github"
} |
/**
* @name exports
* @summary ExpansionProfile Class
*/
module.exports = class ExpansionProfile {
constructor(opts) {
// Create an object to store all props
Object.defineProperty(this, '__data', { value: {} });
// Define getters and setters as enumerable
Object.defineProperty(this, '_id', {
... | {
"pile_set_name": "Github"
} |
/* Based on Sublime Text's Monokai theme */
.cm-s-monokai.CodeMirror { background: #272822; color: #f8f8f2; }
.cm-s-monokai div.CodeMirror-selected { background: #49483E; }
.cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selecti... | {
"pile_set_name": "Github"
} |
open Core_kernel
open Lib
open Types.RuntimeT
module RT = Runtime
let fns =
[ { prefix_names = ["Result::map"]
; infix_names = []
; parameters = [par "result" TResult; func ["val"]]
; return_type = TResult
; description =
"If `result` is `Ok value`, returns `Ok (f value)` (the lambda `f` is a... | {
"pile_set_name": "Github"
} |
<?php
require __DIR__ . '/../../vendor/autoload.php';
use InstagramScraper\Exception\InstagramAuthException;
use InstagramScraper\TwoStepVerification\TwoStepVerificationInterface;
use SSilence\ImapClient\ImapClient as Imap;
use SSilence\ImapClient\ImapClientException;
/**
* User: Aleksei S. Popov aka Lexotrion
* Da... | {
"pile_set_name": "Github"
} |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
... | {
"pile_set_name": "Github"
} |
/********************************************************************
* 2014 -
* open source under Apache License Version 2.0
********************************************************************/
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOT... | {
"pile_set_name": "Github"
} |
package es_GQ
import (
"testing"
"time"
"github.com/go-playground/locales"
"github.com/go-playground/locales/currency"
)
func TestLocale(t *testing.T) {
trans := New()
expected := "es_GQ"
if trans.Locale() != expected {
t.Errorf("Expected '%s' Got '%s'", expected, trans.Locale())
}
}
func TestPluralsRan... | {
"pile_set_name": "Github"
} |
using System.Windows.Media;
namespace LightBuzz.Vitruvius
{
/// <summary>
/// Holds some commonly used Kinect constant values.
/// </summary>
public static class Constants
{
#region Constants
/// <summary>
/// Kinect DPI.
/// </summary>
public static readon... | {
"pile_set_name": "Github"
} |
{
"result": {
"item": "appliedenergistics2:magenta_covered_cable",
"count": 8
},
"type": "minecraft:crafting_shaped",
"pattern": ["aaa", "aba", "aaa"],
"key": {
"b": {
"tag": "forge:dyes/magenta"
},
"a": {
"item": "appliedenergistics2:fluix_covered_cable"
}
}
}
| {
"pile_set_name": "Github"
} |
#N canvas 184 200 688 404 10;
#X obj 403 118 t a a;
#X obj 331 118 t a a;
#X obj 144 257 mtx_./;
#X obj 202 256 mtx_./;
#X obj 144 19 inlet realA;
#X obj 226 19 inlet imagA;
#X obj 335 19 inlet realB;
#X obj 417 19 inlet imagB;
#X obj 361 181 mtx_.cabs2;
#X obj 403 141 mtx_* -1;
#X obj 144 182 mtx_.cmul;
#X obj 144 294... | {
"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"
} |
/*
* 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, software distributed under t... | {
"pile_set_name": "Github"
} |
obj-$(CONFIG_OPROFILE) += oprofile.o
DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
oprof.o cpu_buffer.o buffer_sync.o \
event_buffer.o oprofile_files.o \
oprofilefs.o oprofile_stats.o \
timer_int.o )
ifeq ($(CONFIG_HW_PERF_EVENTS),y)
DRIVER_OBJS += $(addprefix ../../../drivers/oprofile/, oprofile_pe... | {
"pile_set_name": "Github"
} |
/**
* Module dependencies
*/
var XMLHttpRequest = require('xmlhttprequest-ssl');
var XHR = require('./polling-xhr');
var JSONP = require('./polling-jsonp');
var websocket = require('./websocket');
/**
* Export transports.
*/
exports.polling = polling;
exports.websocket = websocket;
/**
* Polling transport poly... | {
"pile_set_name": "Github"
} |
package Paws::ACMPCA::ListPermissionsResponse;
use Moose;
has NextToken => (is => 'ro', isa => 'Str');
has Permissions => (is => 'ro', isa => 'ArrayRef[Paws::ACMPCA::Permission]');
has _request_id => (is => 'ro', isa => 'Str');
### main pod documentation begin ###
=head1 NAME
Paws::ACMPCA::ListPermissionsR... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFF"
android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.... | {
"pile_set_name": "Github"
} |
/*
* Hopscotch
* by Jan T. Sott
* https://github.com/idleberg/Hopscotch
*
* This work is licensed under the Creative Commons CC0 1.0 Universal License
*/
/* Comment */
.hljs-comment,
.hljs-quote {
color: #989498;
}
/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,
.hljs-name,
.hlj... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Copyright 2014 Pegah Ghahremani
# 2014 Johns Hopkins (Yenda Trmal)
# Apache 2.0
# This script builds the SGMM system on top of the kaldi internal bottleneck features.
# It comes after run-6-bnf-semisupervised.sh.
. conf/common_vars.sh
. ./lang.conf
[ -f local.conf ] && . ./local.c... | {
"pile_set_name": "Github"
} |
;;; org-registry.el --- a registry for Org links
;;
;; Copyright 2007-2014 Bastien Guerry
;;
;; Emacs Lisp Archive Entry
;; Filename: org-registry.el
;; Version: 0.1a
;; Author: Bastien Guerry <bzg@gnu.org>
;; Maintainer: Bastien Guerry <bzg@gnu.org>
;; Keywords: org, wp, registry
;; Description: Shows Org files where ... | {
"pile_set_name": "Github"
} |
// { dg-require-namedlocale "de_DE.ISO8859-15" }
// 2001-09-12 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2001-2019 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU Gene... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="layout" content="custom" />
<g:set var="entityName" value="${warehouse.message(code: 'transactionEntry.label', default: 'Transaction entry')}" />
<title><warehouse:message code="${transact... | {
"pile_set_name": "Github"
} |
module Counter where
import Html exposing (..)
type Action = Increment Bool
type alias Model = Int
init : Model
init = 0
update : Action -> Model -> Model
update action model =
case action of
Increment True ->
if model >= 10 then model + 2 else model + 1
Increment False ->
model + 1
i... | {
"pile_set_name": "Github"
} |
#include "DynamicMapping.h"
#include <Psapi.h>
#include "..\ntdll\ntdll.h"
#pragma comment(lib, "psapi.lib")
LPVOID MapModuleToProcess(HANDLE hProcess, BYTE * dllMemory)
{
DWORD_PTR dwDelta = 0;
PIMAGE_DOS_HEADER pDosHeader = (PIMAGE_DOS_HEADER)dllMemory;
PIMAGE_NT_HEADERS pNtHeader = (PIMAGE_NT... | {
"pile_set_name": "Github"
} |
// -*- mode: ObjC -*-
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
#import "CDLoadCommand.h"
@interface CDLCSubUmbrella : CDLoadCommand
@property (readonly) NSString *name;
@end
| {
"pile_set_name": "Github"
} |
{
"action": {
"hacking": {
"variety": [
"Unknown"
],
"vector": [
"Web application"
]
},
"malware": {
"variety": [
"Capture app data"
],
"vector": [
"Direct install"
]
}
},
"actor": {
"external": {
"country": ... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0CF8AA0A1D5AFD7A005F198A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CF8AA091D5AFD7A005F198A /* main.m */; };
0CF8AA0D1D5AFD7A005F198A /* AppDelegate.m in Sources */ = {isa = PBXBu... | {
"pile_set_name": "Github"
} |
(function () {
'use strict';
/**
* @ngdoc service
* @name Bastion.products.details.repositories.service:RepositoryTypes
*
* @description
* Provides common functions for managing content types and can build a Nutupane
* pre-configured for the content type based on params that ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /img/actions/view-download.svg was not found on this server.</p>
</body></html>
| {
"pile_set_name": "Github"
} |
using Spect.Net.SpectrumEmu.Abstraction.Devices;
namespace Spect.Net.SpectrumEmu.Devices.Ports
{
/// <summary>
/// This class represents the port device used by the Spectrum +3 virtual machine
/// </summary>
public class SpectrumP3PortDevice : GenericPortDeviceBase
{
private readonly Spect... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.