text stringlengths 2 99k | meta dict |
|---|---|
"""
Copyright 2016 Yahoo Inc.
Licensed under the terms of the 2 clause BSD license.
Please see LICENSE file in the project root for terms.
""" | {
"pile_set_name": "Github"
} |
<?php
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
// See the LICENCE file in the repository root for full licence text.
namespace App\Models\Forum;
/**
* @property int $forum_id
* @property int $mark_time
* @property int $topic_id
* @property int $use... | {
"pile_set_name": "Github"
} |
#
# Copyright 2004 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio 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, or (at your option)
# any later version.
#
#... | {
"pile_set_name": "Github"
} |
"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "O %1$@ %2$@ foi transferido e está pronto a instalar! Gostaria de o fazer agora e reiniciar o %1$@ posteriormente?";
"%1$@ can't be updated when it's running from a read-only volume like a disk image or an optic... | {
"pile_set_name": "Github"
} |
{ id: 'node1.1',name:'node1.1', someProperty:'somePropertyA1', children: [
{ $ref: 'node1.1.1', name: 'node1.1.1'},
{ $ref: 'node1.1.2', name: 'node1.1.2'}
]}
| {
"pile_set_name": "Github"
} |
// re2c $INPUT -o $OUTPUT -i --flex-syntax --stadfa
/*!re2c
re2c:flags:posix-captures = 1;
((ab|a)(c|bcd))(d*)
{}
"" {}
*/
| {
"pile_set_name": "Github"
} |
// Copyright © .NET Foundation and Contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace PInvoke
{
using System;
using System.Runtime.InteropServices;
/// <content>Contains the <see cref="FLASHWINFO" /> nested ty... | {
"pile_set_name": "Github"
} |
/* -*- c-basic-offset: 8; -*-
*
* Copyright (c) 1993 W. Richard Stevens. All rights reserved.
* Permission to use or modify this software and its documentation only for
* educational purposes and without fee is hereby granted, provided that
* the above copyright notice appear in all copies. The author makes no
... | {
"pile_set_name": "Github"
} |
Feature: html formatter
Background:
Given the standard step definitions
And a file named "features/my_feature.feature" with:
"""
Feature: Some feature
Scenario Outline: a scenario
Given a <status> step
Examples:
| status |
| passed |
| fai... | {
"pile_set_name": "Github"
} |
package com.monitorjbl.xlsx.impl;
import com.monitorjbl.xlsx.exceptions.MissingSheetException;
import org.apache.poi.ss.SpreadsheetVersion;
import org.apache.poi.ss.formula.udf.UDFFinder;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.CreationHelper;
import org.apache.poi.ss.usermodel... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source to the Rust file `/Users/rseymour/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/isaac.r... | {
"pile_set_name": "Github"
} |
package com.ezreal.ezchat.activity;
import android.annotation.SuppressLint;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
im... | {
"pile_set_name": "Github"
} |
package scalapb.compiler
import com.google.protobuf.Descriptors.{MethodDescriptor, ServiceDescriptor}
import scalapb.compiler.FunctionalPrinter.PrinterEndo
import scalapb.compiler.ProtobufGenerator.asScalaDocBlock
import scala.jdk.CollectionConverters._
final class GrpcServicePrinter(service: ServiceDescriptor, impl... | {
"pile_set_name": "Github"
} |
package protocol
type DescribeGroupsResponse struct {
Groups []*Group
}
func (r *DescribeGroupsResponse) Encode(e PacketEncoder) error {
if err := e.PutArrayLength(len(r.Groups)); err != nil {
return err
}
for _, group := range r.Groups {
if err := group.Encode(e); err != nil {
return err
}
}
return ni... | {
"pile_set_name": "Github"
} |
package com.android.internal.telephony;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Handler;
import android.os.Registrant;
import android.os.RegistrantList;
import android.os.RemoteException;
import andr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
Copyright World Wide Web Consortium, (Massachusetts Institute of
Technology, Institut National de Recherche en Informatique et en
Automatique, Keio University).
All Rights Reserved.
Please see the full Copyright clause at
<http://www.w3.org/Consortium/Legal/copyright-software.... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* Recipient File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright © Microsoft Corporation. All rights reserved.
* @license ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2006-2017 ICEsoft Technologies Canada Corp.
*
* 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 b... | {
"pile_set_name": "Github"
} |
package hclparse
import (
"fmt"
"io/ioutil"
"github.com/hashicorp/hcl2/hcl"
"github.com/hashicorp/hcl2/hcl/hclsyntax"
"github.com/hashicorp/hcl2/hcl/json"
)
// NOTE: This is the public interface for parsing. The actual parsers are
// in other packages alongside this one, with this package just wrapping them
// ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Reflection;
using Microsoft.AspNet.OData.Co... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2015-2017 Damien P. George
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* DES encryption/decryption
* Copyright (c) 2007 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the Lic... | {
"pile_set_name": "Github"
} |
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeFloor = Math.floor,
nativeRandom = Math.random;
/**
* The base implementation of `_.random` without support for returning
* floating-point numbers.
*
* @private
* @param {number} lower The lower bound.
* @param... | {
"pile_set_name": "Github"
} |
import os
import json
import jieba
import numpy as np
import tensorflow as tf
from model import LstmDssmModel
class Predictor(object):
def __init__(self, config):
self.config = config
self.output_path = config["output_path"]
self.word_to_index, self.word_vectors = self.get_vocab()
... | {
"pile_set_name": "Github"
} |
# escape-string-regexp [](https://travis-ci.org/sindresorhus/escape-string-regexp)
> Escape RegExp special characters
## Install
```
$ npm install --save escape-string-regexp
```
## Usage
```js
const escapeStringRegexp = re... | {
"pile_set_name": "Github"
} |
scilla_version 0
library TestLib
type House =
| Kind String
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 JessYan
*
* 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"
} |
using System;
namespace SAEA.MVC
{
/// <summary>
/// 缓存
/// </summary>
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class OutputCacheAttribute : Attribute, IFilter
{
int _duration = -1;
public int Order { get; set; } = -1;
... | {
"pile_set_name": "Github"
} |
from models import Tag, Item
from django.contrib import admin
admin.site.register(Tag)
admin.site.register(Item)
| {
"pile_set_name": "Github"
} |
import os
import json
import h5py
import numpy as np
import torch
import copy
from ordered_set import OrderedSet
from torchmeta.utils.data import Task, MetaDataset
from torchmeta.datasets.utils import get_asset
class TCGA(MetaDataset):
"""
The TCGA dataset [1]. A dataset of classification tasks over the valu... | {
"pile_set_name": "Github"
} |
package terminal
import (
"io"
"time"
)
const BackOffReadInitialSleepDuration = time.Millisecond
const BackOffReadMaxSleepDuration = time.Millisecond * 16
// similar to io.Copy with sleep when no data is received
func lazyCopy(dst io.Writer, src io.Reader, hideFuncs ...func() bool) error {
buffer := make([]byte,... | {
"pile_set_name": "Github"
} |
<%= render 'shared/navbar' %>
<div class="container">
<h1 class="page-title">
<%= t('canned_responses.general.canned_response') %>
</h1>
<%= render 'shared/error_messages', target: @canned_response %>
<%= render 'form' %>
</div>
| {
"pile_set_name": "Github"
} |
/* -*- c-basic-offset: 2; coding: utf-8 -*- */
/*
Copyright (C) 2009-2010 Nobuyoshi Nakada <nakada@clear-code.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1 as published by the Free Software Foundation.
This ... | {
"pile_set_name": "Github"
} |
const element = require("../package.json").pfelement.elementName;
describe(element, () => {
before(() => {
browser.url(`/elements/${element}/demo`);
});
it("should take a screenshot", () => {
browser.saveScreen(element);
});
it("should compare to the baseline", () => {
expect(browser.checkScree... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"os.environ['CUDA_VISIBLE_DEVICES'] = '3'"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import re\n",
... | {
"pile_set_name": "Github"
} |
/*
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 law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Library: CTK
Copyright (c) Kitware 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.ap... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by a... | {
"pile_set_name": "Github"
} |
/* globals catcher, log */
"use strict";
this.communication = (function() {
const exports = {};
const registeredFunctions = {};
exports.onMessage = catcher.watchFunction((req, sender, sendResponse) => {
if (!(req.funcName in registeredFunctions)) {
log.error(`Received unknown internal message type $... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
#pragma once
#include "stdafx.h"
#include <boost/test/unit_test.hpp>
#include "Common/boost-taef... | {
"pile_set_name": "Github"
} |
/*
* Thrifty
*
* Copyright (c) Microsoft Corporation
*
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*... | {
"pile_set_name": "Github"
} |
MYVIM ?= nvim --headless
INMAKE := 1
export INMAKE
TESTS := $(wildcard *.vim)
TESTS := $(TESTS:.vim=)
.PHONY: test $(TESTS)
test: $(TESTS)
$(TESTS):
@$(MYVIM) -u $@.vim
| {
"pile_set_name": "Github"
} |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package nl.bzk.brp.model.data.kern;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import ja... | {
"pile_set_name": "Github"
} |
var $M = require("@effectful/debugger"),
$iterator = $M.iterator,
$iterFin = $M.iterFin,
$context = $M.context,
$ret = $M.ret,
$unhandled = $M.unhandled,
$mcall = $M.mcall,
$m = $M.module("file.js", null, typeof module === "undefined" ? null : module, null, "$", {
__webpack_require__: type... | {
"pile_set_name": "Github"
} |
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
#include <ViewerClientInformationElement.h>
#include <DataNode.h>
// **************************... | {
"pile_set_name": "Github"
} |
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source,
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
// SPDX - License - Identifier: GPL - 3.0 ... | {
"pile_set_name": "Github"
} |
@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%"=... | {
"pile_set_name": "Github"
} |
//
// STPShippingMethodsViewControllerLocalizationTests.m
// Stripe
//
// Created by Ben Guo on 11/3/16.
// Copyright © 2016 Stripe, Inc. All rights reserved.
//
#import <XCTest/XCTest.h>
#import <FBSnapshotTestCase/FBSnapshotTestCase.h>
#import <Stripe/Stripe.h>
#import "FBSnapshotTestCase+STPViewControllerLoadi... | {
"pile_set_name": "Github"
} |
use std::{fs::File, io::prelude::Read};
use crate::mmu;
mod mbc1;
mod mbc3;
pub const ROM_BANK_SIZE: i32 = 16 * 1024;
pub const RAM_BANK_SIZE: i32 = 8 * 1024;
#[cfg_attr(feature = "serialize", typetag::serde(tag = "type"))]
pub trait Cart:
mmu::MemoryMapped + AsRef<dyn mmu::MemoryMapped> + AsMut<dyn mmu::Memory... | {
"pile_set_name": "Github"
} |
| A French stop word list. Comments begin with vertical bar. Each stop
| word is at the start of a line.
au | a + le
aux | a + les
avec | with
ce | this
ces | these
dans | with
de | of
des | de + les
du | d... | {
"pile_set_name": "Github"
} |
# Copyright 2017 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.
from telemetry.internal.backends.chrome_inspector import inspector_websocket
from telemetry.core import exceptions
class InspectorServiceWorker(object):
d... | {
"pile_set_name": "Github"
} |
!IF 0
Copyright (c) 1992 Microsoft Corporation
Module Name:
dirs
Abstract:
This file specifies the subdirectories of the current directory that
contain component makefiles.
Author:
Steve Wood (stevewo) 17-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\dirs.tpl
!ENDIF
D... | {
"pile_set_name": "Github"
} |
DEAL::Identities for FE_FaceQ<3>(1) and FE_FaceQ<3>(1): 4
DEAL::0 0
DEAL::1 1
DEAL::2 2
DEAL::3 3
DEAL::Identities for FE_FaceQ<3>(1) and FE_FaceQ<3>(2): 4
DEAL::0 0
DEAL::1 2
DEAL::2 6
DEAL::3 8
DEAL::Identities for FE_FaceQ<3>(1) and FE_FaceQ<3>(3): 4
DEAL::0 0
DEAL::1 3
DEAL::2 12
DEAL::3 15
DEAL::Identities for FE... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>org.springframework.http.HttpEntity</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/google-code-prettify@1.0.5/bin/prettify.min.css">
<link href="../style.css" rel="stylesheet" />
</head>
<body onload="PR.prettyPrint()">
<pre class="prettypri... | {
"pile_set_name": "Github"
} |
// Copyright 2019 JD.com Inc. JD AI
#ifndef BNN_NET_H
#define BNN_NET_H
#include <map>
#include <memory>
#include <common/Shaper.h>
#include <common/dab_generated.h>
#include <common/helper.h>
#include <dabnn/layers/Add.h>
#include <dabnn/layers/Affine.h>
#include <dabnn/layers/AvePool.h>
#include <dabnn/layers/BinC... | {
"pile_set_name": "Github"
} |
---
title: Bounded.ts
nav_order: 9
parent: Modules
---
## Bounded overview
The `Bounded` type class represents totally ordered types that have an upper and lower boundary.
Instances should satisfy the following law in addition to the `Ord` laws:
- Bounded: `bottom <= a <= top`
Added in v2.0.0
---
<h2 class="text... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var argv = require('optimist')
.default('x', 10)
.default('y', 10)
.argv
;
console.log(argv.x + argv.y);
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
export const defaults = {
initialization: {
capSQL: true,
promiseLib: require("bluebird"),
noLocking: process.env.NODE_ENV === "test",
},
connection: {
host: process.env.CORE_DB_HOST || "localhost",
port: process.env.CORE_DB_PORT || 5432,
database: process.env... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
* Copyright (c) 2014-2017 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documen... | {
"pile_set_name": "Github"
} |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define([
'jquery',
'jquery/ui'
], function ($) {
'use strict';
$.widget('mage.menu', {
widgetEventPrefix: 'menu',
version: '1.10.1',
defaultElement: '<ul>',
delay: 300,
... | {
"pile_set_name": "Github"
} |
/*
File: DescriptionInspectorWindowController.h
Abstract: The Description Inspector window controller.
Version: 1.4
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
Inc. ("Apple") in consideration of your agreement to the following
terms, and your use, installation, modificat... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | {
"pile_set_name": "Github"
} |
# -*- coding: UTF-8 -*-
"""
此脚本用于展示KMeans模型的局限性
"""
import numpy as np
import matplotlib.pyplot as plt
from sklearn.cluster import KMeans
from sklearn.datasets.samples_generator import make_blobs
def generateCaseOne(n):
"""
随机生成非均质数据
"""
mean1 = (2, 3)
cov1 = [[0.6, 0], [0, 0.6]]
data1 = np.... | {
"pile_set_name": "Github"
} |
// Project: Daggerfall Tools For Unity
// Copyright: Copyright (C) 2009-2020 Daggerfall Workshop
// Web Site: http://www.dfworkshop.net
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
// Source Code: https://github.com/Interkarma/daggerfall-unity
// Origina... | {
"pile_set_name": "Github"
} |
package com.haxademic.core.draw.toxi;
import java.util.ArrayList;
import toxi.geom.AABB;
import toxi.geom.mesh.WETriangleMesh;
public class Meshes {
public static ArrayList<AABB> invader1Boxes( int state, float scale ) {
ArrayList<AABB> boxes = new ArrayList<AABB>();
// add blocks by row
createBoxAtCoordi... | {
"pile_set_name": "Github"
} |
<!doctype html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>All ... | {
"pile_set_name": "Github"
} |
/* termlib.c */
int tgetent __ARGS((char *tbuf, char *term));
int tgetflag __ARGS((char *id));
int tgetnum __ARGS((char *id));
char *tgetstr __ARGS((char *id, char **buf));
char *tgoto __ARGS((char *cm, int col, int line));
int tputs __ARGS((char *cp, int affcnt, void (*outc)(unsigned int)));
/* vim: set ft=c : ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux
// +build ppc64le ppc64
// +build !gccgo
package unix
import "syscall"
func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Er... | {
"pile_set_name": "Github"
} |
3075 Heavy Vehicles - Generic Clan
Demon Tank (Royal),1
Burke Defense Tank (Royal),2
Shoden Assault Vehicle (Standard),3
Ishtar Heavy Fire Support Tank (Standard),4
Athena Combat Vehicle (Standard),5
Oro Heavy Tank (Standard),6
Ishtar Heavy Fire Support Tank (Standard),5
Athena Combat Vehicle (Standard),4
Shod... | {
"pile_set_name": "Github"
} |
\iffalse
SPDX-License-Identifier: AGPL-3.0-only
This file is part of `idris-ct` Category Theory in Idris library.
Copyright (C) 2019 Stichting Statebox <https://statebox.nl>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published b... | {
"pile_set_name": "Github"
} |
<div class='theme'>
<div class='theme-svg' ojd-svg='%DIRECTORY%/images/psXOST.svg'></div>
<div class='theme-analog-wrapper'>
<div ojd-directional='0' class='theme-analog'></div>
</div>
</div> | {
"pile_set_name": "Github"
} |
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
return mod(require("../lib/infer"), require("../lib/tern"), require("../lib/comment"),
require("acorn/dist/walk"));
if (typeof define == "function" && define.amd) // AMD
return define(["../lib/infer", ".... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2017-2020 The AXIOM TEAM Association.
//
// This program 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 of the
// License, or (at your option) any later version.
/... | {
"pile_set_name": "Github"
} |
// -*- C++ -*-
//==========================================================================
/**
* @file Mem_Map.h
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//==========================================================================
#ifndef ACE_MEM_MAP_H
#define ACE_MEM_MAP_H
#include /**/ "a... | {
"pile_set_name": "Github"
} |
# make sure that your dns has a cname set for code-server
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name code-server.* "~^[0-9]{1,10}\.code-server\..*$";
include /config/nginx/ssl.conf;
client_max_body_size 0;
# enable for ldap auth, fill in ldap details in ldap.conf
#include... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the Yices SMT Solver.
* Copyright (C) 2017 SRI International.
*
* Yices 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) a... | {
"pile_set_name": "Github"
} |
//
// RACValueTransformer.h
// ReactiveObjC
//
// Created by Josh Abernathy on 3/6/12.
// Copyright (c) 2012 GitHub, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
// A private block based transformer.
@interface RACValueTransformer : NSValueTransformer
+ (instancetype)transformerWithBlock:(id (^... | {
"pile_set_name": "Github"
} |
import ModalComponent from 'ghost-admin/components/modal-base';
import ghostPaths from 'ghost-admin/utils/ghost-paths';
import papaparse from 'papaparse';
import {
UnsupportedMediaTypeError,
isRequestEntityTooLargeError,
isUnsupportedMediaTypeError,
isVersionMismatchError
} from 'ghost-admin/services/aj... | {
"pile_set_name": "Github"
} |
tg-svg.add-action(
tg-check-permission="add_task",
title="{{'TASKBOARD.TITLE_ACTION_ADD' | translate}}",
ng-click="ctrl.addNewTask('standard', us)",
svg-icon="icon-add"
)
tg-svg.bulk-action(
title="{{'TASKBOARD.TITLE_ACTION_ADD_BULK' | translate}}",
ng-click="ctrl.addNewTask('bulk', us)",
t... | {
"pile_set_name": "Github"
} |
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // AMD
define(["../../lib/codemirror"], mod);
else // Plain browser env
mod(CodeMirror);
})(function(CodeMirror) {
"use st... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Goteo Package.
*
* (c) Platoniq y Fundación Goteo <fundacion@goteo.org>
*
* For the full copyright and license information, please view the README.md
* and LICENSE files that was distributed with this source code.
*/
namespace Goteo\Library\FileHandler {
interface FileIn... | {
"pile_set_name": "Github"
} |
<?php
/**
* The template for displaying image attachments
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
get_header(); ?>
<div id="primary" class="site-content">
<div id="content" role="main">
<?php
while ( have... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oracle Hands-on Labs</title>
<script src="https://oracle.github.io/learning-library/common/redwo... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
import oioioi.filetracker.fields
import oioioi.problems.models
# Each field appears two times, because otherwise the migration doesn't work:
# https://code.djangoproject.com/ticket/25866
class Migration(migratio... | {
"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"
} |
//
// FirstViewController.h
// Gankee
//
// Created by Wildog on 1/23/17.
// Copyright © 2017 Wildog. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GKHomeViewController : UIViewController
@end
| {
"pile_set_name": "Github"
} |
/*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, pro... | {
"pile_set_name": "Github"
} |
#Thu May 09 13:56:29 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
| {
"pile_set_name": "Github"
} |
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
#
# To ban all spiders from the entire site uncomment the next two lines:
# User-agent: *
# Disallow: /
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
... | {
"pile_set_name": "Github"
} |
If/Elseif/Else
-----
<?php
if ($a) {}
elseif ($b) {}
elseif ($c) {}
else {}
if ($a) {} // without else
if ($a):
elseif ($b):
elseif ($c):
else :
endif;
if ($a): endif; // without else
-----
array(
0: Stmt_If(
cond: Expr_Variable(
name: a
)
stmts: ... | {
"pile_set_name": "Github"
} |
## Copyright (c) 2016, Devan Lai
##
## Permission to use, copy, modify, and/or distribute this software
## for any purpose with or without fee is hereby granted, provided
## that the above copyright notice and this permission notice
## appear in all copies.
##
## THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIM... | {
"pile_set_name": "Github"
} |
# Author: Francois Aguet
library(peer, quietly=TRUE) # https://github.com/PMBio/peer
library(argparser, quietly=TRUE)
WriteTable <- function(data, filename, index.name) {
datafile <- file(filename, open = "wt")
on.exit(close(datafile))
header <- c(index.name, colnames(data))
writeLines(paste0(header,... | {
"pile_set_name": "Github"
} |
var cloneArrayBuffer = require('./_cloneArrayBuffer');
/**
* Creates a clone of `typedArray`.
*
* @private
* @param {Object} typedArray The typed array to clone.
* @param {boolean} [isDeep] Specify a deep clone.
* @returns {Object} Returns the cloned typed array.
*/
function cloneTypedArray(typedArray, isDeep) ... | {
"pile_set_name": "Github"
} |
{
"type":"Program",
"loc":{"source":null,"start":{"line":1,"column":0},"end":{"line":1,"column":33}},
"range":[0,33],
"body":[
{
"type":"ExpressionStatement",
"loc":{"source":null,"start":{"line":1,"column":0},"end":{"line":1,"column":33}},
"range":[0,33],
"expression":{
"typ... | {
"pile_set_name": "Github"
} |
DiglettsCave_SouthEntrance_Text_DiglettDugThisTunnel:: @ 81746A7
.string "Well, isn't this a surprise!\n"
.string "DIGLETT dug this long tunnel!\p"
.string "It goes right to VIRIDIAN CITY,\n"
.string "they tell me.$"
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3740934c74c92d246a5394cfde04f8d1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
const React = require('react')
const {Component} = React
import { Checkbox } from 'semantic-ui-react';
const ipc = require('electron').ipcRenderer
const PubSub = require('./pubsub')
let options = {case:false,or:false,reg:false}
export default class BrowserPageSearch extends Component {
constructor(props) {
supe... | {
"pile_set_name": "Github"
} |
module DDC.Driver.Command.RewriteRules
( cmdTryReadRules )
where
import DDC.Driver.Interface.Source
import DDC.Build.Language
import DDC.Core.Fragment
import DDC.Core.Simplifier
import DDC.Core.Module
import DDC.Core.Codec.Text.Lexer
import DDC.Core.Codec.Text.Pretty
import DDC.Core.Exp
import DDC.Core.Transfo... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.