text stringlengths 2 99.9k | meta dict |
|---|---|
"use strict";
exports.__esModule = true;
var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var Binding = function () {
function Bi... | {
"pile_set_name": "Github"
} |
import React from 'react'
import PropTypes from 'prop-types'
import SVG from './SVG'
const MdCard = props => {
return (
<SVG
style={props.style}
className={props.className}
fill={props.color}
width={props.fontSize}
height={props.fontSize}
viewBox="0 0 1024 1024"
onClick... | {
"pile_set_name": "Github"
} |
<div>
0<br>1<br>2<br>Give me 5
</div>
| {
"pile_set_name": "Github"
} |
// g++ -DNDEBUG -O3 -I.. benchLLT.cpp -o benchLLT && ./benchLLT
// options:
// -DBENCH_GSL -lgsl /usr/lib/libcblas.so.3
// -DEIGEN_DONT_VECTORIZE
// -msse2
// -DREPEAT=100
// -DTRIES=10
// -DSCALAR=double
#include <iostream>
#include <Eigen/Core>
#include <Eigen/Cholesky>
#include <bench/BenchUtil.h>
using na... | {
"pile_set_name": "Github"
} |
# List of the ChibiOS generic STM32F7xx startup and CMSIS files.
STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt1.c
STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S \
$(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/vectors.S
STARTUPINC = $(CHI... | {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright 2007-2008 VMware, 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 deal in the Softwar... | {
"pile_set_name": "Github"
} |
/*******************************************************
* Copyright (c) 2014, ArrayFire
* All rights reserved.
*
* This file is distributed under 3-clause BSD license.
* The complete license agreement can be obtained at:
* http://arrayfire.com/licenses/BSD-3-Clause
**********************************************... | {
"pile_set_name": "Github"
} |
<!-- schema text {7e125a45-3d83-4043-b292-9e24f8ef27b4} generic {198980d8-3a93-4919-b4c6-dd1fb07a3a4b} -->
CParticleSystemDefinition CParticleSystemDefinition_0
{
bool m_bPreventNameBasedLookup = false
int m_nMaxParticles = 256
string m_pszSnapshotName = ""
string m_hLowViolenceDef = ""
string m_hReferenceReplacem... | {
"pile_set_name": "Github"
} |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle ... | {
"pile_set_name": "Github"
} |
//
// GTMNSDictionary+URLArguments.h
//
// Copyright 2006-2008 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// ... | {
"pile_set_name": "Github"
} |
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://winscp.net/eng/download.php
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.17.7/WinSCP-5.17.... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
/*++
--*/
//////////////... | {
"pile_set_name": "Github"
} |
DESCRIPTION = "A library to support implementations of RDP/VNC servers"
AUTHOR = "Johannes Schindelin <dscho@users.sourceforge.net>"
HOMEPAGE = "http://sourceforge.net/projects/libvncserver"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "virtual/libsdl virtual/libx11 zlib jpeg libxext"
PROVIDES = "... | {
"pile_set_name": "Github"
} |
# (C) Datadog, Inc. 2020-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
from decimal import Decimal
from typing import Any, Dict
import mock
from datadog_checks.base.stubs.aggregator import AggregatorStub
from datadog_checks.snowflake import SnowflakeCheck, queries
from .co... | {
"pile_set_name": "Github"
} |
/*
* Jeilin JL2005B/C/D library
*
* Copyright (C) 2011 Theodore Kilgore <kilgota@auburn.edu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* any l... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 amd64,!gccgo,!appengine,!purego
package curve25519
// These functions are implemented in the .s files. The names of the functions
// in the rest of ... | {
"pile_set_name": "Github"
} |
import functools
from django.views.generic.base import TemplateResponseMixin
def pjax(pjax_template=None):
def pjax_decorator(view):
@functools.wraps(view)
def _view(request, *args, **kwargs):
resp = view(request, *args, **kwargs)
# this is lame. what else though?
... | {
"pile_set_name": "Github"
} |
{
"Version": "36",
"Names": {
"ADP": [
"ADP",
"peseta andorrana"
],
"AED": [
"AED",
"dírham de los Emiratos Árabes Unidos"
],
"AFA": [
"AFA",
"afgani (1927–2002)"
],
"AFN": [
... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1998, 2015, 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"
} |
import 'package:compound/models/post.dart';
import 'package:compound/ui/shared/ui_helpers.dart';
import 'package:compound/ui/widgets/input_field.dart';
import 'package:compound/viewmodels/create_post_view_model.dart';
import 'package:flutter/material.dart';
import 'package:stacked/stacked.dart';
class CreatePos... | {
"pile_set_name": "Github"
} |
#title: 过滤字段
#index:0,1
---------------------------------------------------------------------------------------------------
为什么需要过滤字段
例如insert时需要忽略某个特定属性, update时只更新某些属性, 查询时需要跳过大字段等。
FieldFilter/FieldMatcher提供细致的过滤选项,包括:
* 黑名单(locked)
* 白名单(actived)
* 忽略空值(ignoreNull)
* 忽略数值0(ignoreZero)
... | {
"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 <AppKit/NSPanel.h>
@interface screencaptureui.ScreenshotAnnotationWindow : NSPanel
{
// Error parsing type: , name: _mouse... | {
"pile_set_name": "Github"
} |
/*==============================================================================
Program: 3D Slicer
Copyright (c) Kitware Inc.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
Unless required by applicable law or agreed to in writing, software
distributed under the License... | {
"pile_set_name": "Github"
} |
/*
Copyright The Helm 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, software
di... | {
"pile_set_name": "Github"
} |
/*
xv68k.cc
--------
*/
// Standard C
#include <signal.h>
#include <stdlib.h>
#include <string.h>
// POSIX
#include <fcntl.h>
#include <unistd.h>
// more
#include "more/perror.hh"
// gear
#include "gear/inscribe_decimal.hh"
#include "gear/parse_decimal.hh"
// log-of-war
#include "logofwar/report.hh"
// command
... | {
"pile_set_name": "Github"
} |
from zigdiggity.packets.utils import get_extended_source, extended_address_bytes, get_pan_id
from zigdiggity.packets.aps import is_transport_key
import zigdiggity.crypto.utils as crypto_utils
class KeyFinderObserver():
def __init__(self):
pass
def notify(self, channel, frame):
if is_transport... | {
"pile_set_name": "Github"
} |
<!-- begin list_page_info_widget.tmpl -->
<div class="row" data-equalizer>
<div class="large-6 large-push-6 columns panel" data-equalizer-watch>
<!-- tmpl_if error_no_email -->
<div class="alert-box info radius">
Please fill in your email address in the form below:
</div>
<!-- /tmpl_if -->
<!--... | {
"pile_set_name": "Github"
} |
var inherits = require('./inherits.js')
var assert = require('assert')
function test(c) {
assert(c.constructor === Child)
assert(c.constructor.super_ === Parent)
assert(Object.getPrototypeOf(c) === Child.prototype)
assert(Object.getPrototypeOf(Object.getPrototypeOf(c)) === Parent.prototype)
assert(c instance... | {
"pile_set_name": "Github"
} |
/**
* Fizzy UI utils v1.0.1
* MIT license
*/
/*jshint browser: true, undef: true, unused: true, strict: true */
( function( window, factory ) {
/*global define: false, module: false, require: false */
'use strict';
// universal module definition
if ( typeof define == 'function' && define.amd ) {
// AM... | {
"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"
} |
INVITE: ("org.mobicents.servlet.sip.example.DistributableLocationServiceApplication", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
REGISTER: ("org.mobicents.servlet.sip.example.DistributableLocationServiceApplication", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
| {
"pile_set_name": "Github"
} |
package com.okta.developer.jugtours;
import com.okta.developer.jugtours.model.Event;
import com.okta.developer.jugtours.model.Group;
import com.okta.developer.jugtours.model.GroupRepository;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import java.time.Instant;
i... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Open Broadcast Systems Ltd.
* Author (C) 2016 Rostislav Pehlivanov <atomnuker@gmail.com>
*
* 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 Softwar... | {
"pile_set_name": "Github"
} |
--- a/configure
+++ b/configure
@@ -14525,7 +14525,7 @@ $as_echo_n "checking for system crontab
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5
$as_echo "${crond_dir}" >&6; }
- have_crond="yes"
+ have_crond="no"; with_crond_dir=""
else
| {
"pile_set_name": "Github"
} |
/*
* This file is part of ComputerCraft - http://www.computercraft.info
* Copyright Daniel Ratcliffe, 2011-2017. Do not distribute without permission.
* Send enquiries to dratcliffe@gmail.com
*/
package dan200.computercraft.shared.peripheral.modem;
import com.google.common.base.Preconditions;
import dan200.comput... | {
"pile_set_name": "Github"
} |
name: Publish Package
on:
push:
branches:
- main
jobs:
publish-gpr:
runs-on: ubuntu-latest
steps:
# Set everything up
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@master
with:
node-version: 12
... | {
"pile_set_name": "Github"
} |
<h1>Frequently Asked Questions</h1>
<p>Here are some answers to the most commonly asked questions. If you have another question, please e-mail it to <a href="mailto:contact@openfoodfacts.org">contact@openfoodfacts.org</a>
or through the <a href="https://openfoodfacts.uservoice.com/">Idea Forum</a>.</p>
<ul>
... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the GrabKit package.
* Copyright (c) 2013 Pierre-Olivier Simonard <pierre.olivier.simonard@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without... | {
"pile_set_name": "Github"
} |
# ALSA PowerMac drivers
menuconfig SND_PPC
bool "PowerPC sound devices"
depends on PPC
default y
help
Support for sound devices specific to PowerPC architectures.
if SND_PPC
config SND_POWERMAC
tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
depends on I2C && INPUT && PPC_PMAC
select SND_PCM
... | {
"pile_set_name": "Github"
} |
#! gmake
#
# 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/.
#######################################################################
# (1) Include initial platform-indep... | {
"pile_set_name": "Github"
} |
@ECHO OFF
rem
rem Copyright (c) Microsoft. All rights reserved.
rem Licensed under the MIT license. See LICENSE file in the project root for full license information.
rem
FOR /D /R . %%G IN (bin) DO @IF EXIST "%%G" (@echo RDMR /S /Q "%%G" & rd /s /q "%%G")
FOR /D /R . %%G IN (obj) DO @IF EXIST "%%G" (@echo RDMR /S /Q... | {
"pile_set_name": "Github"
} |
# path-exists [](https://travis-ci.org/sindresorhus/path-exists)
> Check if a path exists
Because [`fs.exists()`](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) is being [deprecated](https://github.com/iojs/io.js/issues/103),... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Allows configuration of congestion control auto-throttle mechanism.
*/
function throttle_menu() {
$items['admin/settings/throttle'] = array(
'title' => 'Throttle',
'description' => 'Control how your site cuts out content during heavy load.',
'page callback' => 'drupal_get_form',
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Global -->
<WearingGasMask.label>穿戴防毒面具</WearingGasMask.label>
<WearingGasMask.stages.0.label>穿戴中</WearingGasMask.stages.0.label>
<SmokeInhalation.label>吸入烟尘</SmokeInhalation.label>
<SmokeInhalation.stages.0.label>较轻</SmokeInhalation.stages.0.label... | {
"pile_set_name": "Github"
} |
(:name goto-last-change
:description "Move point through buffer-undo-list positions"
:type emacswiki
:load "goto-last-change.el")
| {
"pile_set_name": "Github"
} |
//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************//
//*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********//
#include "FileSystem/BsFileSystem.h"
#include "Debug/BsDebug.h"
names... | {
"pile_set_name": "Github"
} |
const fs = require('fs-extra');
const babelJest = require('babel-jest');
const paths = require('./../../paths');
const hasBabelRc = fs.existsSync(paths.appBabelRc);
const config = {
presets: !hasBabelRc && [require.resolve('@deity/babel-preset-falcon-client')],
babelrc: !!hasBabelRc
};
module.exports = babelJest... | {
"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"
} |
fileFormatVersion: 2
guid: 4b26ca0d628ccac479f91261b0fd9fcd
timeCreated: 1501329126
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
diesel::table! {
posts (id) {
id -> Int4,
title -> Varchar,
body -> Text,
published -> Bool,
}
}
| {
"pile_set_name": "Github"
} |
// Pressure v2.1.2 | Created By Stuart Yamartino | MIT License | 2015 - 2017
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define([], factory);
} else if (typeof exports === 'object') {
module.exports = factory();
} else {
root.Pressure = factory();
}
}(this, function... | {
"pile_set_name": "Github"
} |
# Account
Each user/author on GitBook is associated with an account. You can create an account using your email or a Social Account such as **Facebook**, **Twitter**, **Google** or **GitHub**.
### Delete your account
You can delete your personal account at [www.gitbook.com/settings](https://www.gitbook.com/settings)... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Abseil 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 applicable law or agr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="text_primary_light">#ffffffff</color>
<color name="text_primary_light2">#ccffffff</color>
<color name="text_secondary_light">#b3ffffff</color> <!-- 70% -->
<color name="selected_item_color">#30ffffff</color>
<color name="text_primary_dark">#de000000<... | {
"pile_set_name": "Github"
} |
// UIImageView+AFNetworking.h
// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
//
// 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, inc... | {
"pile_set_name": "Github"
} |
// VirtualDub - Video processing and capture application
// Copyright (C) 1998-2002 Avery Lee
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (... | {
"pile_set_name": "Github"
} |
/* inflate.h -- internal inflate state definition
* Copyright (C) 1995-2004 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* be used by applications. It is
part of the implementation of the compression library and is
subject to ch... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/chat_room_group_info"
android:icon="@drawable/chat_room_menu_group_info"
android:title="@string/chat_room_context_menu_group_info" />
<item
android:id... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
evalZ :: Algebra RingF Integer
evalZ RZero = 0
evalZ ROne = 1
evalZ (RAdd m n) = m + n
evalZ (RMul m n) = m * n
evalZ (RNeg n) = -n | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0,
* or the Eclipse Distribution License v. 1.0 whic... | {
"pile_set_name": "Github"
} |
#!/bin/sh
':' // ; export MAX_MEM=${MAX_MEM:-"--max-old-space-size=512"}; exec "$(command -v node || command -v nodejs)" "${NODE_OPTIONS:-$MAX_MEM}" "$0" "$@"
/*
* @copyright Copyright (c) Sematext Group, Inc. - All Rights Reserved
*
* @licence SPM for Docker is free-to-use, proprietary software.
* THIS IS PROPRIE... | {
"pile_set_name": "Github"
} |
require('../../modules/core.number.iterator');
var get = require('../../modules/_iterators').Number;
module.exports = function (it) {
return get.call(it);
};
| {
"pile_set_name": "Github"
} |
var _nativePage;
function initializeUI() {
//
// (1) Build the native UI in JavaScript rather than markup:
//
_nativePage = new ace.Page();
var appbar = new ace.CommandBar();
var button1 = new ace.AppBarButton();
var button2 = new ace.AppBarButton();
var button3 = new ace.AppBa... | {
"pile_set_name": "Github"
} |
01-kconfig-kernel-to-buildroot.patch
06-br-build-system-integration.patch
10-br-build-system.patch
11-use-mktemp-for-lxdialog.patch
12-fix-glade-file-path.patch
14-support-out-of-tree-config.patch
15-fix-qconf-moc-rule.patch
16-fix-space-to-de-select-options.patch
17-kconfig-lxdialog-get-ncurses-CFLAGS-with-pkg-config.... | {
"pile_set_name": "Github"
} |
itk_wrap_module(ITKIOTransformBase)
itk_auto_load_submodules()
itk_end_wrap_module()
| {
"pile_set_name": "Github"
} |
Microrl library demo.
Fof AVR demo build type
$make -f Makefile.avr
Connect USART to PC (usb-convertor work!) COM-port and open terminal like minicom with it COM-port.
$minicom -c on -D /dev/ttyUSB0 -b 115200
# -c on: turn on color in terminal
# -D /dev/ttyUSB0: your COM-port (virtual if usb-converter used)
# -b 1152... | {
"pile_set_name": "Github"
} |
/* 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/. */
// TO DO: CORS, other security-related tasks (#4312)
import express, { Request, Response } from 'express';
import... | {
"pile_set_name": "Github"
} |
using System.Reflection;
[assembly: AssemblyTitle("OpenCBS.Reports")]
[assembly: AssemblyDescription("OpenCBS Reporting Framework")]
| {
"pile_set_name": "Github"
} |
<!-- YAML
added: v8.5.0
-->
Enable latest experimental modules features (deprecated).
| {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
// Package oauth2 provides support for making
// OAuth2 authorized and authenticated HTTP requests.
// It can additionally grant authorization with Bearer JWT.
... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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.
module network.mojom;
import "url/mojom/url.mojom";
// Reports potential COOP violations. Implemented in the browser process.
// TODO(ahemery, pmeuleman... | {
"pile_set_name": "Github"
} |
/* @(#)s_floor.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
* software is freely granted, provided t... | {
"pile_set_name": "Github"
} |
{
"name": "TP-LINK SOHO R860",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "headers",
"text": "TP-LINK SOHO R860"
}
]
} | {
"pile_set_name": "Github"
} |
{
"name" : "hylotltier4setbonuseffectnew",
"defaultDuration" : 15,
"scripts" : [
"hylotltier4setbonuseffect.lua"
],
"scriptDelta": 60,
"animationConfig" : "/stats/effects/damagebonus/damagebonus.animation"
}
| {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <UIKit/UIKit.h>
#import "SDWebImageCompat.h"
#import "SDWebImageManager.h"
/**
*... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/cb_normal_plan" android:state_checked="false" />
<item android:drawable="@mipmap/cb_selected_plan" android:state_checked="true" />
</selector> | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2016 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// 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"
} |
#!/usr/bin/python
# -*- coding: koi8-r -*-
from xmpp import *
import time,os
#BOT=(botjid,password)
BOT=('test@penza-gsm.ru','test')
#CONF=(confjid,password)
CONF=('talks@conference.jabber.ru','')
LOGDIR='./'
PROXY={}
#PROXY={'host':'192.168.0.1','port':3128,'username':'luchs','password':'secret'}
####################... | {
"pile_set_name": "Github"
} |
import vibe.vibe;
void main()
{
auto settings = new HTTPServerSettings;
settings.port = 8080;
settings.bindAddresses = ["::1", "127.0.0.1"];
listenHTTP(settings, &hello);
logInfo("Please open http://127.0.0.1:8080/ in your browser.");
runApplication();
}
void hello(HTTPServerRequest req, HTTPServerResponse res... | {
"pile_set_name": "Github"
} |
<?php
/**
* pre Measure 0099 -- Initial Patient Population
*
* Copyright (C) 2015 - 2017 Suncoast Connection
*
* LICENSE: This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0
* See the Mozilla Public License for more details.
* If a copy of the MPL was not distributed with ... | {
"pile_set_name": "Github"
} |
// godefs -f -m32 defs.c
// MACHINE GENERATED - DO NOT EDIT.
// Constants
enum {
PROT_NONE = 0,
PROT_READ = 0x1,
PROT_WRITE = 0x2,
PROT_EXEC = 0x4,
MAP_ANON = 0x1000,
MAP_PRIVATE = 0x2,
MACH_MSG_TYPE_MOVE_RECEIVE = 0x10,
MACH_MSG_TYPE_MOVE_SEND = 0x11,
MACH_MSG_TYPE_MOVE_SEND_ONCE = 0x12,
MACH_MSG_TYPE_COPY... | {
"pile_set_name": "Github"
} |
package com.plutinosoft.platinum.sample;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import com.plutinosoft.platinum.UPnP;
public class PlatinumUPnPActivity extends Activity {
/** Called when the activity is first created... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Automatically pushes a PR to homebrew-core to update
# the librdkafka version.
#
# Usage:
# # Dry-run:
# ./brew-update-pr.sh v0.11.0
# # if everything looks good:
# ./brew-update-pr.sh --upload v0.11.0
#
DRY_RUN="--dry-run"
if [[ $1 == "--upload" ]]; then
DRY_RUN=
shift
fi
TAG=$1
if [[... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>Test</title>
<p>Hello World! | {
"pile_set_name": "Github"
} |
# hello_noop.po - sample for GetText.N_()
#
# Copyright (C) 2002-2004 Masao Mutoh
#
msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext 0.8.0\n"
"PO-Revision-Date: 2002-02-21 22:50:00+0900\n"
"Last-Translator: Masao Mutoh\n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=euc-jp\n"... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
namespace RogueSharp.Algorithms
{
/// <summary>
/// The Graph class represents an undirected graph of vertices named 0 through V - 1.
/// </summary>
/// <seealso href="http://algs4.cs.princeton.edu/41undirected/... | {
"pile_set_name": "Github"
} |
This directory contains users' Subversion repositories for the
Subversion-related training missions. To make them accessible (and
therefore make it possible for users to do the svn missions), you will
have to serve this directory out using svnserve, as we use an svnserve-
specific authentication mechanism for commits.... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2018 Tencent Ltd.
//
// 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... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.Networking;
public class TankHealth : NetworkBehaviour
{
public float m_StartingHealth = 100f; // The amount of health each tank starts with.
public Slider m_Slider; // The slider to represent how much heal... | {
"pile_set_name": "Github"
} |
soft-fp
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)\..\</SolutionDir>
<!-- Enable the ... | {
"pile_set_name": "Github"
} |
static const struct Animation anim_3A[] = {
1,
189,
0,
0,
0x06,
ANIMINDEX_NUMPARTS(anim_3A_indices),
anim_3A_values,
anim_3A_indices,
0,
};
static const u16 anim_3A_indices[] = {
0x0001, 0x0000, 0x0006, 0x0001, 0x0006, 0x0007, 0x0001, 0x0000, 0x0001, 0x000D, 0x0001, 0x0000,
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
/*
* Copyright (C) 2015 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MessageClient", "MessageClient.vcxproj", "{4DFE7AFC-4E53-4C71-B8C0-FCD8CB22F607}"
EndProject
Project("{8BC9CE... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
import path from 'path';
import fs from 'fs';
import chalk from 'chalk';
import {logger} from '@react-native-communi... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// BSD 3-Clause License
//
// Copyright (C) 2018-2020, LAAS-CNRS, University of Edinburgh
// Copyright note valid unless otherwise stated in individual files.
// All rights reserved.
/////////////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
var test = require('tap').test
var sigmund = require('../sigmund.js')
// occasionally there are duplicates
// that's an acceptable edge-case. JSON.stringify and util.inspect
// have some collision potential as well, though less, and collision
// detection is expensive.
var hash = '{abc/def/g{0h1i2{jkl'
var obj1 = {a... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.