text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright 2015 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.
#import "ios/web/web_state/js/crw_js_post_request_loader.h"
#include "base/json/string_escape.h"
#import "base/strings/sys_string_conversions.h"
#import ... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
/*
Multiplexing mode -- exactly like the original CodeMirror multiplexingMode,
https://codemirror.net/demo/multiplex.html,
except use the option start:true to make it so the mode switch patte... | {
"pile_set_name": "Github"
} |
//
// UIViewControlled+Extended.swift
// Pokemon Weakness
//
// Created by Oscar Duran on 24/7/16.
// Copyright © 2016 Skydev. All rights reserved.
//
import UIKit
extension UIViewController {
func present(viewController: UIViewController, animated: Bool = true) {
presentViewController(viewContro... | {
"pile_set_name": "Github"
} |
# Counter
Counter application is the most simple and the basic example of ReactorKit.

| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2001-2016 Food and Agriculture Organization of the
* United Nations (FAO-UN), United Nations World Food Programme (WFP)
* and United Nations Environment Programme (UNEP)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import <Foundation/NSObject.h>
#import "MacBuddyManager-Protocol.h"
@class ADMUser, CloudConfigurationManager, NSData, NSNumber, NSS... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2005 Matthias Troyer
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org for updates, documentation, and revision history.
#ifnde... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager:v1.7.1
| {
"pile_set_name": "Github"
} |
package com.jbidwatcher.ui;
/*
* Copyright (c) 2000-2007, CyberFOX Software, Inc. All Rights Reserved.
*
* Developed by mrs (Morgan Schweers)
*/
import com.google.inject.Inject;
import com.jbidwatcher.auction.EntryFactory;
import com.jbidwatcher.util.queue.DropQObject;
import com.jbidwatcher.util.queue.MessageQue... | {
"pile_set_name": "Github"
} |
/*
* HafilatLookup.kt
*
* Copyright 2018 Google
*
* 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 pro... | {
"pile_set_name": "Github"
} |
{
"name": "chameleon-template-parse",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"eslint": "eslint ./src",
"lint": "eslint --ext .js src --fix",
"dev": "webpack-dev-server",
"test": "mocha --recursive --reporter spec",
"cover": "istanbul cover --report lcov no... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2015 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Vers... | {
"pile_set_name": "Github"
} |
apiVersion: k8s.nginx.org/v1
kind: VirtualServerRoute
metadata:
name: backends
spec:
host: virtual-server-route.example.com
subroutes:
- path: "/backends/canned-response"
action:
return:
code: 407 # not required. the default is 200
type: application/json # not required. default is text... | {
"pile_set_name": "Github"
} |
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown <rbrown64@csc.com.au> for his contribution of faster
* CRC methods: exclusive-oring 32 bits of data at a... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API 14 them... | {
"pile_set_name": "Github"
} |
// Copyright (c) The Libra Core Contributors
// SPDX-License-Identifier: Apache-2.0
use libra_secure_push_metrics::{register_int_counter_vec, IntCounterVec};
use once_cell::sync::Lazy;
/// The metrics counter for the key manager.
static COUNTER: Lazy<IntCounterVec> = Lazy::new(|| {
register_int_counter_vec!(
... | {
"pile_set_name": "Github"
} |
require 'net/http'
module Integrations
module Slack
class Service
def self.send(private_uri, project_channel, bot_username, message)
self.new(private_uri, project_channel, bot_username).send(message)
end
def initialize(private_uri, project_channel = 'off-topic', bot_username = 'marvin'... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 GCT Semiconductor, Inc. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the ... | {
"pile_set_name": "Github"
} |
/*
* Copyright Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the authors tag. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public License vers... | {
"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.
#include "components/download/internal/common/download_db_cache.h"
#include <memory>
#include "base/bind.h"
#include "base/guid.h"
#include "base/run_lo... | {
"pile_set_name": "Github"
} |
// i386 register table.
// Copyright (C) 2007-2019 Free Software Foundation, Inc.
//
// This file is part of the GNU opcodes library.
//
// This library 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... | {
"pile_set_name": "Github"
} |
From sentto-2242572-60165-1038789071-jm=jmason.org@returns.groups.yahoo.com Mon Dec 2 11:25:35 2002
Return-Path: <sentto-2242572-60165-1038789071-yyyy=spamassassin.taint.org@returns.groups.yahoo.com>
Delivered-To: yyyy@localhost.spamassassin.taint.org
Received: from localhost (jalapeno [127.0.0.1])
by jmason.org (Po... | {
"pile_set_name": "Github"
} |
// ****************************************************************************
//
// Common Mixins
// mixins can be used across all scss files, at all levels
//
// -> Naming convention:
// general -> specific
// E.g: $vzb-border-color-blue;
//
// ********************************************************... | {
"pile_set_name": "Github"
} |
/**
* In this file we will implement the automatic SLA support tree generation.
*
*/
#include <numeric>
#include <libslic3r/SLA/SupportTree.hpp>
#include <libslic3r/SLA/SpatIndex.hpp>
#include <libslic3r/SLA/SupportTreeBuilder.hpp>
#include <libslic3r/SLA/SupportTreeBuildsteps.hpp>
#include <libslic3r/MTUtils.hpp>... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/
package play.filters.gzip
import java.util.function.BiFunction
import java.util.zip.Deflater
import javax.inject.Inject
import javax.inject.Provider
import javax.inject.Singleton
import akka.stream.scaladsl._
import akka.stream.FlowShape
import akka.... | {
"pile_set_name": "Github"
} |
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
====================================... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1994, 2003, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////
// $Id$
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2013-2014 The Bochs Project
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Less... | {
"pile_set_name": "Github"
} |
#ifndef crypto_scalarmult_curve25519_H
#define crypto_scalarmult_curve25519_H
#include <stddef.h>
#include "export.h"
#ifdef __cplusplus
extern "C" {
#endif
#define crypto_scalarmult_curve25519_BYTES 32U
SODIUM_EXPORT
size_t crypto_scalarmult_curve25519_bytes(void);
#define crypto_scalarmult_curve25519_SCALARBYTES... | {
"pile_set_name": "Github"
} |
[Mesh]
type = GeneratedMesh
dim = 1
nx = 5
[]
[Variables]
[./u]
[../]
[]
[ICs]
[./ic]
type = ConstantIC
variable = u
value = 1
[../]
[]
[Kernels]
[./diff]
type = Diffusion
variable = u
[../]
[]
[BCs]
[./left]
type = RobinBC
variable = u
boundary = left
enable ... | {
"pile_set_name": "Github"
} |
/*
This file is a part of libcds - Concurrent Data Structures library
(C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016
Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
Redistribution and use in source and binary forms, ... | {
"pile_set_name": "Github"
} |
# Request parameter from attached device
string param_id
---
bool success
ParamValue value
| {
"pile_set_name": "Github"
} |
---
title: s_isDebuggerCheckDisabledForTestPurposes 字段
ms.date: 03/30/2017
ms.technology: dotnet-wpf
topic_type:
- apiref
api_name:
- System.Windows.Diagnostics.VisualDiagnostics.s_isDebuggerCheckDisabledForTestPurposes
api_location:
- PresentationCore.dll
api_type:
- Assembly
ms.assetid: 9033a513-c255-4f31-b6d7-09b8d8... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8; py-indent-offset:4 -*-
###############################################################################
#
# Copyright (C) 2015-2020 Daniel Rodriguez
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License a... | {
"pile_set_name": "Github"
} |
/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may... | {
"pile_set_name": "Github"
} |
##DESCRIPTION
## Trigonometry problem: Solve a special right triangle
##ENDDESCRIPTION
##KEYWORDS('trigonometry', 'right triangle', 'triangle')
## DBsubject(Trigonometry)
## DBchapter(Triangle Trigonometry)
## DBsection(Applications of special triangles & right triangles)
## Level(2)
## Author(K. Andrew Parker)
## I... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#008577"
android:pathData="M0,0h108v108h-108z" />
... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI CSS Framework 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verd... | {
"pile_set_name": "Github"
} |
// use jsx to render html, do not modify simple.html
import BannerAnim from 'rc-banner-anim';
import QueueAnim from 'rc-queue-anim';
import TweenOne from 'rc-tween-one';
import React from 'react';
import ReactDOM from 'react-dom';
import './assets/index.less';
import '../assets/index.less';
const { Element } = Banner... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::at_mark (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../..... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe 'PreviewGenerator' do
it 'can be created by an URI' do
g = PreviewGenerator.new('http://google.com')
expect(g.uri).to eq('http://google.com')
end
context '#generate_preview' do
it 'invokes LinkThumbnailer' do
website = double(videos: [], images: [])
expect(... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3c433e134e4719444b65bf064a77e22e
timeCreated: 1455877211
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
//
// REPhotoThumbnailView.m
// REPhotoCollectionController
//
// Copyright (c) 2012 Roman Efimov (https://github.com/romaonthego)
//
// 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 withou... | {
"pile_set_name": "Github"
} |
{
"info": {
"gameover": {
"address": 16713763,
"type": "|u1"
},
"lives": {
"address": 16713842,
"type": "|u1"
},
"score": {
"address": 16714566,
"type": ">d4"
}
}
}
| {
"pile_set_name": "Github"
} |
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=enabled
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
| {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sts=4 et sw=4 tw=99:
* 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"
} |
/* -----------------------------------------------------------------------
asm.h - Copyright (c) 1998 Geoffrey Keating
PowerPC Assembly glue.
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 t... | {
"pile_set_name": "Github"
} |
usage=<<EOH
table2js -- convert html table to json
Usage:
table2js [-r] [<cols>...]
table2js [-c <regex>] [<cols>...]
table2js -h | --help
Options:
-h --help Show this message.
-r Raw mode; don't strip whitespace or convert numerical values
-c <regex> Cleaner regex,... | {
"pile_set_name": "Github"
} |
; RUN: opt -S -early-cse < %s | FileCheck %s
declare float @roundf(float) #0
declare float @llvm.round.f32(float) #0
declare double @round(double) #0
declare double @llvm.round.f64(double) #0
; CHECK-LABEL: @constant_fold_round_f32_01
; CHECK-NEXT: ret float 1.000000e+00
define float @constant_fold_round_f32_01() #0 ... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) 2006-2020, Speedment, Inc. 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 requi... | {
"pile_set_name": "Github"
} |
#include "ruby.h"
#include "extconf.h"
#include "crc32.h"
VALUE Digest_CRC32_update(VALUE self, VALUE data)
{
VALUE crc_ivar_name = rb_intern("@crc");
VALUE crc_ivar = rb_ivar_get(self, crc_ivar_name);
crc32_t crc = NUM2UINT(crc_ivar);
const char *data_ptr = StringValuePtr(data);
size_t length = RSTRING_LEN(dat... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
File: ConditionVariable.java
Originally written by Doug Lea and released into the public domain... | {
"pile_set_name": "Github"
} |
Output Change Documentation
===========================
The EnergyPlus Input and Output form changes each release. This isn't referring to the numeric output of EnergyPlus, but rather the structure that is interpreted by other interfaces or scripts. This folder will contain the rules files that describe any structur... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* ftsmooth.h
*
* Anti-aliasing renderer interface (specification).
*
* Copyright (C) 1996-2019 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modifie... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSOperationQueue.h>
@interface STMOperationQueue : NSOperationQueue
{
}
+ (id)serialBackgroundQueue;
+ (id)concur... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -l32 -tags freebsd,386 syscall_bsd.go syscall_freebsd.go syscall_freebsd_386.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build freebsd,386
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO N... | {
"pile_set_name": "Github"
} |
import {Subject} from 'rxjs';
import {Injectable} from '@angular/core';
import {Quest} from '../Interfaces/Quest';
import {environment} from '../../environments/environment';
import { HttpClient, HttpErrorResponse } from '@angular/common/http';
import {Participation} from '../Interfaces/Participation';
@Injectable()
e... | {
"pile_set_name": "Github"
} |
#ifndef CAFFE_FLATTEN_LAYER_HPP_
#define CAFFE_FLATTEN_LAYER_HPP_
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/layer.hpp"
#include "caffe/proto/caffe.pb.h"
namespace caffe {
/**
* @brief Reshapes the input Blob into flat vectors.
*
* Note: because this layer does not change the input values -- mer... | {
"pile_set_name": "Github"
} |
# ioFog System Container Requirements
Every ioFog instance comes with some default containers. These "system containers" provide functionality that enhances the ioFog software. The reason this functionality comes in the form of a container is so it can be updated easily for all ioFog instances. One of the best things ... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) 2016 - 2018 Cavium Inc.
* All rights reserved.
* www.cavium.com
*/
#ifndef __ETH_COMMON__
#define __ETH_COMMON__
/********************/
/* ETH FW CONSTANTS */
/********************/
/* FP HSI version. FP HSI is compatible if (fwVer.major == drvVer.major &&
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { css } from 'emotion';
import { until } from '@guardian/src-foundations/mq';
import { body } from '@guardian/src-foundations/typography';
type Props = {
children: string;
};
export const StandfirstWrapper = ({ children }: Props) => (
<div
className={css`
... | {
"pile_set_name": "Github"
} |
var test = `abc ${foo}`;
| {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2009-2019 by frePPLe bv
#
# This library 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.
#
# This library is d... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#ifndef INCLUDE_posix_h__
#define INCLUDE_posix_h__
#include "common.h"
#include <fcntl.h>
#include <ti... | {
"pile_set_name": "Github"
} |
/*
* Serial Attached SCSI (SAS) Phy class
*
* Copyright (C) 2005 Adaptec, Inc. All rights reserved.
* Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
*
* This file is licensed under GPLv2.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gener... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <IDEKit/IDEViewController.h>
#import "DVTPagingSheetViewController-Protocol.h"
@class IDEAccountTeamPickerWindowController, NSPopUpButton, NSTextField;
@interface IDEA... | {
"pile_set_name": "Github"
} |
:orphan:
.. _zephyr_1.13:
Zephyr Kernel 1.13.0
####################
We are pleased to announce the release of Zephyr kernel version 1.13.0.
Major enhancements with this release include:
* Extensible and Pluggable Tracing Support
* Compartmentalized application memory organization
* Logging System Overhaul
* Introd... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Zhizhesihai (Beijing) Technology Limited.
//
// 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"
} |
# uncompyle6 version 2.9.10
# Python bytecode 2.7 (62211)
# Decompiled from: Python 3.6.0b2 (default, Oct 11 2016, 05:27:10)
# [GCC 6.2.0 20161005]
# Embedded file name: __init__.py
import _dsz
import dsz
import dsz.data
import dsz.lp
import mcl.tasking
import sys
import Queue
import xml
import xml.sax
import xml.sax.... | {
"pile_set_name": "Github"
} |
SHA256 (gtk-engines-2.20.2.tar.bz2) = FbaAq8psdz7LhSU1IfoQDdO4VJvv7sx1lbECCdYtZrU=
SIZE (gtk-engines-2.20.2.tar.bz2) = 688171
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/OpenCVCheck.iml" filepath="$PROJECT_DIR$/OpenCVCheck.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
<!-- For more information on Entity Framewor... | {
"pile_set_name": "Github"
} |
//给定一个只包括 '(',')','{','}','[',']' 的字符串,判断字符串是否有效。
//
// 有效字符串需满足:
//
//
// 左括号必须用相同类型的右括号闭合。
// 左括号必须以正确的顺序闭合。
//
//
// 注意空字符串可被认为是有效字符串。
//
// 示例 1:
//
// 输入: "()"
//输出: true
//
//
// 示例 2:
//
// 输入: "()[]{}"
//输出: true
//
//
// 示例 3:
//
// 输入: "(]"
//输出: false
//
//
// 示例 4:
//
// 输入: "([)]"
//输出: false... | {
"pile_set_name": "Github"
} |
/*
* Copyright © <2010>, Intel 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, copy, modify, merg... | {
"pile_set_name": "Github"
} |
// Copyright 2014 tsuru 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 main
import (
"github.com/tsuru/config"
"github.com/tsuru/tsuru/cmd"
"launchpad.net/gnuflag"
)
type configFile struct {
value string
}
func (v *co... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "QDataCacheBase.h"
@interface QDataCacheSatellite : QDataCacheBase
{
}
+ (id)dataCacheSatellite;
@end
| {
"pile_set_name": "Github"
} |
\begin[papersize=a4]{document}\nofolios
\font[language=my,family=Padauk]
\set[parameter=linebreak.tolerance,value=2000]
အပြည်ပြည်ဆိုင်ရာ လူ့အခွင့်အရေး ကြေညာစာတမ်း
၁၉၄၈ ခုနှစ်၊ဒီဇင်ဘာလ ၁၀ ရက်နေ့တွင် ကမ္ဘာ့ကုလသမဂ္ဂအဖွဲ့ညီလာခံ အစည်းအဝေးကြီးက လူ့အခွင့်အရေး ကြေညာစာတမ်းကြီးကို အတည်ပြု၍ ကြေညာလိုက်ရာထိုကြေညာစာတမ်းကြီး၏ စာသ... | {
"pile_set_name": "Github"
} |
# Navigation Guide
Lets build the navigation for a simple chat app. First, we should decide on the structure of our application state. Because we can have a stack of screens in our app, we will store the list of scenes in an array:
```javascript
class MyApp extends React.Component {
constructor(props) {
super(p... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { Reference } from 'react-popper';
import Button from '../../Button';
class DropdownToggle extends React.Component {
onClick = e => {
const { disabled, nav, tag, onClick } = this.props;
const { toggle }... | {
"pile_set_name": "Github"
} |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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 lat... | {
"pile_set_name": "Github"
} |
module Types
class SubmissionType < Types::BaseObject
connection_type_class Types::PupilfirstConnection
field :id, ID, null: false
field :created_at, GraphQL::Types::ISO8601DateTime, null: false
field :evaluated_at, GraphQL::Types::ISO8601DateTime, null: true
field :passed_at, GraphQL::Types::ISO... | {
"pile_set_name": "Github"
} |
module DropletKit
class DatabaseUserMapping
include Kartograph::DSL
kartograph do
mapping DatabaseUser
root_key singular: 'user', plural: 'users', scopes: [:read]
property :name, scopes: [:read]
property :role, scopes: [:read, :create]
property :password, scopes: [:read, :creat... | {
"pile_set_name": "Github"
} |
platform: linux
image_resource:
type: docker-image
source:
repository: pcfnorm/rootfs
inputs:
- name: pcf-pipelines
params:
PIPELINE_NAME:
PIPELINE_PATH:
PIPELINE_PARAMS:
ATC_EXTERNAL_URL:
ATC_BASIC_AUTH_USERNAME:
ATC_BASIC_AUTH_PASSWORD:
ATC_TEAM_NAME:
run:
path: pcf-pipelines/tasks/set-pip... | {
"pile_set_name": "Github"
} |
---
description: "Automatically generated file. DO NOT MODIFY"
---
```javascript
const options = {
authProvider,
};
const client = Client.init(options);
let res = await client.api('/teams/{teamId}/schedule')
.version('beta')
.get();
``` | {
"pile_set_name": "Github"
} |
#include "c.h"
static Tree addtree(int, Tree, Tree);
static Tree andtree(int, Tree, Tree);
static Tree cmptree(int, Tree, Tree);
static int compatible(Type, Type);
static Tree multree(int, Tree, Tree);
static Tree subtree(int, Tree, Tree);
#define isvoidptr(ty) \
(isptr(ty) && unqual(ty->type) == voidtype)
Tree (*o... | {
"pile_set_name": "Github"
} |
define void @foo(i32 %x) { ret void }
| {
"pile_set_name": "Github"
} |
0 7 document-start 0 1 doc
0 1 doc 0 0
1 14 #text 0 1
1 1 empty 1 0
1 14 #text 0 1
0 15 doc 0 0
0 7 document-end 0 1 doc
| {
"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 = ["semantic.go"],
importpath = "k8s.io/apimachinery/pkg/api/equality",
deps = [
"//vendor/k8s.io/apimachinery/pkg/api/resource:go... | {
"pile_set_name": "Github"
} |
[FORMAT "WCOFF"]
[INSTRSET "i486p"]
[BITS 32]
[FILE "api010.nas"]
GLOBAL _api_free
[SECTION .text]
_api_free: ; void api_free(char *addr, int size);
PUSH EBX
MOV EDX,10
MOV EBX,[CS:0x0020]
MOV EAX,[ESP+ 8] ; addr
MOV ECX,[ESP+12] ; size
INT 0x40
POP EBX
RET
| {
"pile_set_name": "Github"
} |
<?php
if(isset($_GET['file']))
dl_mod($_GET['file']);
function dl_mod($mod) {
if(strlen($mod) > 0 && file_exists("files/$mod") && strpos($mod, "/") === false) {
increment_dl_counter($mod);
header("Location: files/$mod");
//include 'dog.php';
} else echo("Hm, doesn't seem like that file exists :( <br... | {
"pile_set_name": "Github"
} |
/* Copyright 2003-2013 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See http://www.boost.org/libs/multi_index for library home page.
*/
#ifndef BOOST_MULTI_INDEX_DETAIL_ITER_ADAP... | {
"pile_set_name": "Github"
} |
/* crypto/hmac/hmactest.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and n... | {
"pile_set_name": "Github"
} |
// ***********************************************************************
// Assembly : XLabs.Core
// Author : XLabs Team
// Created : 12-27-2015
//
// Last Modified By : XLabs Team
// Last Modified On : 01-04-2016
// ***********************************************************************
... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//-----------------------------------------... | {
"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"
} |
within Buildings.Fluid.HeatExchangers.DXCoils.AirCooled.Data;
package DoubleSpeed "Performance data for DoubleSpeed DXCoils"
extends Modelica.Icons.MaterialPropertiesPackage;
annotation(preferredView="info",
Documentation(info="<html>
<p>
Package with performance data for air-cooled DX coils.
</p>
</html>", revisio... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.