text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright 2011 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"Project-Id-Version: plugin-update-checker\n"
"POT-Creation-Date: 2017-11-24 17:02+0200\n"
"PO-Revision-Date: 2020-03-21 15:14-0400\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"X-Poedit-Basepa... | {
"pile_set_name": "Github"
} |
// go run mksysnum.go https://gitweb.dragonflybsd.org/dragonfly.git/blob_plain/HEAD:/sys/kern/syscalls.master
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,dragonfly
package unix
const (
// SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int
SYS_EXIT = 1 ... | {
"pile_set_name": "Github"
} |
<?php
/**
* SimplePie
*
* A PHP-Based RSS and Atom Feed Framework.
* Takes the hard work out of managing a complete RSS/Atom solution.
*
* Copyright (c) 2004-2016, Ryan Parman, Geoffrey Sneddon, Ryan McCue, and contributors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or w... | {
"pile_set_name": "Github"
} |
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_linux.go
package ipv4
const (
sysIP_TOS = 0x1
sysIP_TTL = 0x2
sysIP_HDRINCL = 0x3
sysIP_OPTIONS = 0x4
sysIP_ROUTER_ALERT = 0x5
sysIP_RECVOPTS = 0x6
sysIP_RETOPTS = 0x7
sysIP_PKTINFO = ... | {
"pile_set_name": "Github"
} |
using Engine.Exceptions;
using Engine.Model.Client;
using Engine.Model.Common.Entities;
using OpenAL;
using System;
using System.Collections.Generic;
using System.Security;
using System.Threading;
namespace Engine.Audio.OpenAL
{
public sealed class OpenALPlayer :
MarshalByRefObject,
IPlayer
{
#region ... | {
"pile_set_name": "Github"
} |
#ifndef __CONCRETE_PRODUCT_1_H__
#define __CONCRETE_PRODUCT_1_H__
#include "product.h"
struct concrete_product_1 {
struct product product;
};
void concrete_product_1_init(struct concrete_product_1 *);
#endif /* __CONCRETE_PRODUCT_1_H__ */
| {
"pile_set_name": "Github"
} |
p edge 30 30
e 0 8
e 1 6
e 2 7
e 3 26
e 4 27
e 5 23
e 6 20
e 7 16
e 8 12
e 9 10
e 10 3
e 11 5
e 12 22
e 13 18
e 14 2
e 15 29
e 16 15
e 17 11
e 18 17
e 19 28
e 20 21
e 21 24
e 22 9
e 23 14
e 24 0
e 25 19
e 26 25
e 27 13
e 28 4
e 29 1
| {
"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 <Foundation/Foundation.h>
/**
* MurmurHash2 was written by Austin Appleby, and is placed in the public domain.
* http://code.google.com/p/smhasher
**/
#ifndef YapDatabase_YapMurmurHash_h
#define YapDatabase_YapMurmurHash_h
NSUInteger YapMurmurHash2(NSUInteger hash1, NSUInteger hash2);
NSUInteger YapMurmu... | {
"pile_set_name": "Github"
} |
/**
* Thai translation for bootstrap-datetimepicker
* Suchau Jiraprapot <seroz24@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['th'] = {
days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
daysMin: ["อา", "จ", "อ"... | {
"pile_set_name": "Github"
} |
classes=80
train=./data/coco_1000img.txt
valid=./data/coco_1000val.txt
names=data/coco.names
backup=backup/
eval=coco
| {
"pile_set_name": "Github"
} |
/****************************************************************************
* net/socket/socket.c
*
* 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. T... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 326628f9cad8d714e999eaf89d7f9041
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 - 2018 ExoMedia Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | {
"pile_set_name": "Github"
} |
using System;
using UIKit;
namespace Xamarin.Forms.Platform.iOS.UnitTests
{
internal static class ColorComparison
{
public static bool ARGBEquivalent(UIColor color1, UIColor color2)
{
color1.GetRGBA(out nfloat red1, out nfloat green1, out nfloat blue1, out nfloat alpha1);
color2.GetRGBA(out nfloat red2, o... | {
"pile_set_name": "Github"
} |
/******************************************************************************/
#ifdef JEMALLOC_H_TYPES
#endif /* JEMALLOC_H_TYPES */
/******************************************************************************/
#ifdef JEMALLOC_H_STRUCTS
#endif /* JEMALLOC_H_STRUCTS */
/*******************************************... | {
"pile_set_name": "Github"
} |
#ifndef VP8_RTCD_H_
#define VP8_RTCD_H_
#ifdef RTCD_C
#define RTCD_EXTERN
#else
#define RTCD_EXTERN extern
#endif
/*
* VP8
*/
struct blockd;
struct macroblockd;
struct loop_filter_info;
/* Encoder forward decls */
struct block;
struct macroblock;
struct variance_vtable;
union int_mv;
struct yv12_buffer_config;
#... | {
"pile_set_name": "Github"
} |
<template>
<div>
<base-title title="Classes" />
<base-table
:columns="columns"
:rows="rows"
/>
</div>
</template>
<script>
import BaseTable from '../base/Table'
import BaseTitle from '../BaseTitle'
export default {
components: {
BaseTable, BaseTitle
},
data () {
return {
... | {
"pile_set_name": "Github"
} |
.page-body-wrapper {
flex-grow: 1;
}
.animation-element-wrapper {
display: block;
margin-bottom: 100rpx;
}
.animation-element {
width: 200rpx;
height: 200rpx;
background-color: #1AAD19;
}
.animation-buttons {
padding: 50rpx 50rpx 10rpx;
border-top: 1px solid #ccc;
display: flex;
flex-grow: 1;
over... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009-2020 Lightbend Inc. <https://www.lightbend.com>
*/
package akka.io
import java.lang.{ Iterable => JIterable }
import java.net.InetSocketAddress
import scala.collection.immutable
import com.github.ghik.silencer.silent
import akka.actor._
import akka.io.Inet.SocketOption
import akka.io.Udp.... | {
"pile_set_name": "Github"
} |
var falafel = require('falafel');
var test = require('../');
test('array', function (t) {
t.plan(8);
var src = '(' + function () {
var xs = [ 1, 2, [ 3, 4 ] ];
var ys = [ 5, 6 ];
g([ xs, ys ]);
} + ')()';
var output = falafel(src, function (node) {
if (node.type === 'A... | {
"pile_set_name": "Github"
} |
<?php
/**
* Hoa
*
*
* @license
*
* New BSD License
*
* Copyright © 2007-2017, Hoa community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must ... | {
"pile_set_name": "Github"
} |
/*
This Software is provided under the Zope Public License (ZPL) Version 2.1.
Copyright (c) 2009, 2010 by the mingw-w64 project
See the AUTHORS file for the list of contributors to the mingw-w64 project.
This license has been certified as open source. It has also been designated
as GPL compatible by the Free So... | {
"pile_set_name": "Github"
} |
<?php
// Page créé par Shepard [Fabian Pijcke] <Shepard8@laposte.net>
// Arno Esterhuizen <arno.esterhuizen@gmail.com>
// et Romain Bourdon <rromain@romainbourdon.com>
// et Hervé Leclerc <herve.leclerc@alterway.fr>
//
// Mise à jour par Herve Leclerc herve.leclerc@alterway.fr
// Icônes par Mark James <http://www.fa... | {
"pile_set_name": "Github"
} |
<?php
require_once("provider.php");
class StockProvider implements ServiceProvider {
// Widget properties
static $widgetName = "Stock Price";
static $widgetIcon = "stock.svg";
public $cpair;
public $width;
public $height;
function StockProvider() {
$this->stock = "GOOG";
$this->width = 800;
$this->heig... | {
"pile_set_name": "Github"
} |
#!/bin/sh
mkdir colors
cp SublimeMonokai.xml colors
touch IntelliJ\ IDEA\ Global\ Settings
jar cfM SublimeMonoKai.jar IntelliJ\ IDEA\ Global\ Settings colors
rm -r colors
rm IntelliJ\ IDEA\ Global\ Settings | {
"pile_set_name": "Github"
} |
;;;; -*- Mode: Lisp; Syntax: Common-Lisp; -*-
;;;; Code from Paradigms of AI Programming
;;;; Copyright (c) 1991 Peter Norvig
;;;; File unifgram.lisp: The DCG parser from Chapter 20.
(requires "prologcp")
(defmacro rule (head &optional (arrow ':-) &body body)
"Expand one of several types of logic rules into pure P... | {
"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/.
# This script is used to capture the content of config.status-generated
# files and subsequently restore their timestamp... | {
"pile_set_name": "Github"
} |
(defpackage :roswell.delete.git
(:use :cl :roswell.util))
(in-package :roswell.delete.git)
(defun git (&rest argv)
(if (rest argv)
(dolist (x (rest argv) (roswell:quit 0))
(let* ((* (loop for v being the hash-values in (roswell.util::local-project-build-hash)
for .git/ = (merg... | {
"pile_set_name": "Github"
} |
.CodeMirror-hints {
position: absolute;
z-index: 10;
overflow: hidden;
list-style: none;
margin: 0;
padding: 2px;
-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
border-radius: 3px;
border: 1px solid silver;
... | {
"pile_set_name": "Github"
} |
-----BEGIN RSA PRIVATE KEY-----
MIICXAIBAAKBgQDBV1Z/Q5gPF7lojc8pKUdyz5+Jf2B3vs4he6egekugWnoJduki
9Lnae/JchB/soIX0co3nLc11NuFFlnAWJNMDJr08l5AHAJLYNHevF5l/f9oDQwvZ
speKh1xpIAJNqCTzVeQ/ZLx6/GccIXV/xDuKIiovqJTPgR5WPkYKaw++lQIDAQAB
AoGALXnUj5SflJU4+B2652ydMKUjWl0KnL/VjkyejgGV/j6py8Ybaixz9q8Gv7oY
JDlRqMC1HfZJCFQDQrHy5VJ+CywA... | {
"pile_set_name": "Github"
} |
// File: platform.cpp
// See Copyright Notice and license at the end of include/lzham.h
#include "lzham_core.h"
#include "lzham_timer.h"
#include <assert.h>
#if LZHAM_PLATFORM_X360
#include <xbdm.h>
#endif
#define LZHAM_FORCE_DEBUGGER_PRESENT 1
#ifndef _MSC_VER
int sprintf_s(char *buffer, size_t sizeOfBuffer, const ... | {
"pile_set_name": "Github"
} |
/*
alphagrad.c
This frei0r plugin fills alpha channel with a gradient
Version 0.1 aug 2010
Copyright (C) 2010 Marko Cebokli http://lea.hamradio.si/~s57uuu
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 Softwar... | {
"pile_set_name": "Github"
} |
Filter 1: ON PK Fc 31 Hz Gain -9.4 dB Q 1.41
Filter 2: ON PK Fc 62 Hz Gain -7.4 dB Q 1.41
Filter 3: ON PK Fc 125 Hz Gain -6.5 dB Q 1.41
Filter 4: ON PK Fc 250 Hz Gain -6.8 dB Q 1.41
Filter 5: ON PK Fc 500 Hz Gain -5.5 dB Q 1.41
Filter 6: ON PK Fc 1000 Hz Gain -2.1 dB Q 1.41
Filter 7: ON PK Fc 2000 Hz Gain 4.7 dB Q 1.41... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Michael Brown <mbrown@fensystems.co.uk>.
*
* 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 later version.
*
* This progr... | {
"pile_set_name": "Github"
} |
//===------------------------ __refstring ---------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
find_package(Git REQUIRED)
set(neko_debian_dir ${bin_dir}/neko-debian)
# format SNAPSHOT_VERSION
execute_process(
COMMAND ${GIT_EXECUTABLE} rev-parse --short HEAD
OUTPUT_VARIABLE COMMIT_SHA
OUTPUT_STRIP_TRAILING_WHITESPACE
)
execute_process(
COMMAND ${GIT_EXECUTABLE} show -s --format=%ct HEAD
OUTPUT_VARIABLE COM... | {
"pile_set_name": "Github"
} |
package freenet.clients.http.updateableelements;
import java.util.Timer;
import java.util.TimerTask;
import freenet.clients.http.SimpleToadletServer;
import freenet.clients.http.ToadletContext;
import freenet.support.Base64;
import freenet.support.HTMLNode;
/** A pushed element that counts up every second. Only for ... | {
"pile_set_name": "Github"
} |
/*
//@HEADER
// ************************************************************************
//
// Kokkos v. 3.0
// Copyright (2020) National Technology & Engineering
// Solutions of Sandia, LLC (NTESS).
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Govern... | {
"pile_set_name": "Github"
} |
{
"name": "helloxz/imgurl",
"description": "ImgURL is a simple, pure graph bed program, simple installation, powerful.",
"type": "project",
"license": "GPL-3.0",
"authors": [
{
"name": "xiaoz",
"email": "xiaoz93@outlook.com"
}
],
"minimum-stability": "... | {
"pile_set_name": "Github"
} |
package com.blogcode.after;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* Created by jojoldu@gmail.com on 2017. 2. 6.
* Blog : http://jojoldu.tistory.com
* Github : http://github.com/jojoldu
*/
@Configuration
public class AppConfig {
@B... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>microcks</artifactId>
<groupId>io.github.micr... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 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"
} |
package com.ifmvo.togetherad.core.helper
import android.app.Activity
import org.jetbrains.annotations.NotNull
import android.view.ViewGroup
import com.ifmvo.togetherad.core.R
import com.ifmvo.togetherad.core.TogetherAd
import com.ifmvo.togetherad.core.config.AdProviderLoader
import com.ifmvo.togetherad.core.custom.flo... | {
"pile_set_name": "Github"
} |
/*$
Copyright (C) 2013-2020 Azel.
This file is part of AzPainter.
AzPainter 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.
AzPaint... | {
"pile_set_name": "Github"
} |
<accessControl>
<resource uri="/axis2/*">
<clients>
<ip>192.168.2.*</ip>
</clients>
</resource>
</accessControl> | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 arm64
// +build !gccgo
#include "textflag.h"
// Just jump to package syscall's implementation for all these functions.
// The runtim... | {
"pile_set_name": "Github"
} |
{
"title":"matchMedia",
"description":"API for finding out whether or not a media query applies to the document.",
"spec":"https://www.w3.org/TR/cssom-view/#dom-window-matchmedia",
"status":"wd",
"links":[
{
"url":"https://github.com/paulirish/matchMedia.js/",
"title":"matchMedia.js polyfill"
... | {
"pile_set_name": "Github"
} |
// +build go1.3
package stack
import (
"sync"
)
var pcStackPool = sync.Pool{
New: func() interface{} { return make([]uintptr, 1000) },
}
func poolBuf() []uintptr {
return pcStackPool.Get().([]uintptr)
}
func putPoolBuf(p []uintptr) {
pcStackPool.Put(p)
}
| {
"pile_set_name": "Github"
} |
// Copyright 2011 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 packet
import (
"bytes"
"encoding/hex"
"io"
"testing"
)
// Test packet.Read error handling in OpaquePacket.Parse,
// which attempts to re-read an ... | {
"pile_set_name": "Github"
} |
/*
* MACE decoder
* Copyright (c) 2002 Laszlo Torok <torokl@alpha.dfmk.hu>
*
* 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 th... | {
"pile_set_name": "Github"
} |
/*
* isph3a.h
*
* TI OMAP3 ISP - H3A AF module
*
* Copyright (C) 2010 Nokia Corporation
* Copyright (C) 2009 Texas Instruments, Inc.
*
* Contacts: David Cohen <dacohen@gmail.com>
* Laurent Pinchart <laurent.pinchart@ideasonboard.com>
* Sakari Ailus <sakari.ailus@iki.fi>
*
* This program is free so... | {
"pile_set_name": "Github"
} |
/* Kikoo */
/**
* Kikoo
*/
| {
"pile_set_name": "Github"
} |
<?php // $Header: /cvsroot/tikiwiki/tiki/parse_tiki.php,v 1.5 2004/06/16 01:24:10 teedog Exp $
// heaviled modified get_strings.php
// dedicated as a tool for use in an eventual test suite
// mose@tikiwiki.org
require_once('tiki-setup.php');
if($tiki_p_admin != 'y') die("You need to be admin to run this script");
$... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License... | {
"pile_set_name": "Github"
} |
//
// YLController.h
// MacBlueTelnet
//
// Created by Yung-Luen Lan on 9/11/07.
// Copyright 2007 yllan.org. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "WLSitesPanelController.h"
#define scrollTimerInterval 0.12
@class WLTabView;
@class WLFeedGenerator;
@class WLTabBarControl;
@class WLPresentation... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://aws.amazon.com/apache2.0
*
* This fil... | {
"pile_set_name": "Github"
} |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2013-present, Facebook, Inc. All rights reserved.
*
* This file provided by Facebook is for non-commercial testing and evaluation
* purposes only. Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCL... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<OutputPath>..\..\bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Pro... | {
"pile_set_name": "Github"
} |
"""Utilities for writing code that runs on Python 2 and 3"""
# Copyright (c) 2010-2015 Benjamin Peterson
#
# 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 with... | {
"pile_set_name": "Github"
} |
#include <assert.h>
/* Test of reduction on both parallel and loop directives (workers and vectors
in gang-partitioned mode, int type with XOR). */
int
main (int argc, char *argv[])
{
int i, j, arr[32768], res = 0, hres = 0;
for (i = 0; i < 32768; i++)
arr[i] = i;
#pragma acc parallel num_gangs(32) nu... | {
"pile_set_name": "Github"
} |
<div class="gf-form-group">
<div class="grafana-info-box">
<h4>BigQuery Authentication</h4>
<p>There are two ways to authenticate the BigQuery plugin - either by uploading a Service Account key file, or by
automatically retrieving credentials from the Google metadata server. The latter option is only available
... | {
"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"
} |
input_driver = "xinput"
input_device = "Controller (Xbox One For Windows)"
input_device_display_name = "XBOX One Controller"
input_vendor_id = "1118"
input_product_id = "767"
input_b_btn = "0"
input_y_btn = "2"
input_select_btn = "7"
input_start_btn = "6"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: HTML mixed mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/selection/selection-pointer.js"></script>
<script src="../... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
import "testing"
func TestIngestPutPipelineURL(t *testing.T) {
client := setupTestClientAndCreateIndex(t)
tests := ... | {
"pile_set_name": "Github"
} |
@XmlSchema(namespace="${datawave.webservice.namespace}", elementFormDefault=XmlNsForm.QUALIFIED, xmlns={@XmlNs(prefix = "", namespaceURI = "${datawave.webservice.namespace}")})
package datawave.webservice.common.result;
import javax.xml.bind.annotation.XmlNs;
import javax.xml.bind.annotation.XmlNsForm;
import javax.xm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<!DOCTYPE translationbundle>
<translationbundle lang="es-419">
<translation id="1185134272377778587">Acerca de Chromium</translation>
<translation id="1472013873724362412">Tu cuenta no funciona en Chromium. Comunícate con tu administrador de dominio o utiliza una cuenta común de Google para acced... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require "spec_helper"
require "decidim/api/test/type_context"
require "decidim/core/test/shared_examples/traceable_interface_examples"
require "decidim/core/test/shared_examples/scopable_interface_examples"
module Decidim
module Budgets
describe BudgetType, type: :graphql do
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: be3c3a084f7b29b4880b42b4cfbf4d8f
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
| {
"pile_set_name": "Github"
} |
wlxt.jxie.edu.cn
jw.jxie.edu.cn
xxfw.jxie.edu.cn
xlzx.jxie.edu.cn
portal.jxie.edu.cn
www.jxie.edu.cn
jpkc.jxie.edu.cn
| {
"pile_set_name": "Github"
} |
# AVAILABLE NOW: [Front-End Developer Handbook 2017](https://frontendmasters.com/books/front-end-handbook/2017/)
***
## Learn Internet/Web
> The Internet is a global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link several billion devices worldwide. It is a network of ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Karumi.
*
* 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 w... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#include "pch.h"
#include "XamlUiaTextRange.h"
#include "../types/TermControlUiaTextRange.hpp"
#include <UIAutomationClient.h>
// the same as COR_E_NOTSUPPORTED
// we don't want to import the CLR headers to get it
#define XAML_E_NOT_... | {
"pile_set_name": "Github"
} |
`CameraRoll`模块提供了访问本地相册的功能。
### 截图

### 方法
<div class="props">
<div class="prop">
<h4 class="propTitle"><a class="anchor" name="saveimagewithtag"></a><span class="propType">static </span>saveImageWithTag<span class="propType">(tag)</span> <a class="hash-link" href="#saveimagew... | {
"pile_set_name": "Github"
} |
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# This is a Pester test suite to validate the Format-Hex cmdlet in the Microsoft.PowerShell.Utility module.
<#
Purpose:
Verify Format-Hex displays the Hexadecimal value for the input data.
Action:
Run Format-Hex.
Expe... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas 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, version 3 of the License.
*
* Canvas is distribut... | {
"pile_set_name": "Github"
} |
// Carousels
.carousel {
.carousel-control-prev-icon,
.carousel-control-next-icon {
width: $carousel-control-icon-width;
height: $carousel-control-icon-height;
}
.carousel-control-prev-icon {
background-image: $carousel-control-prev-icon;
}
.carousel-control-next-icon {
background-image: $ca... | {
"pile_set_name": "Github"
} |
const merge = require('webpack-merge')
const common = require('./webpack.common.js')
const WebpackCopyPlugin = require('copy-webpack-plugin')
module.exports = merge(common, {
plugins: [
new WebpackCopyPlugin([{
from: 'README.md',
to: 'README.md'
}, {
from: 'LICENSE',
to: 'LICENSE'
... | {
"pile_set_name": "Github"
} |
"steam/cached/InstallSubChooseApps_SingleApp.res"
{
"InstallSubChooseApps"
{
"ControlName" "CInstallSubChooseApps"
"fieldName" "InstallSubChooseApps"
"xpos" "8"
"ypos" "48"
"wide" "388"
"tall" "300"
"AutoResize" "0"
"PinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition... | {
"pile_set_name": "Github"
} |
#if !defined(CYGWIN)
/**
* @file ir_linux.cpp
*
*/
/* Copyright (C) 2017 by Arjan van Vught mailto:info@orangepi-dmx.nl
*
* 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 restri... | {
"pile_set_name": "Github"
} |
"""
print_autoconf_hint(state::WizardState)
Print a hint for projects that use autoconf to have a good `./configure` line.
"""
function print_autoconf_hint(state::WizardState)
println(state.outs, " The recommended options for GNU Autoconf are:")
println(state.outs)
printstyled(state.outs, " ./c... | {
"pile_set_name": "Github"
} |
import { TransactionStateT, TransationKindT } from 'entities/Transaction';
const { Transfer } = TransationKindT;
export interface AccountMutationT {
accountId: string;
currency: string;
amount: number;
}
/**
* Get all necessary accounts balance mutations for given transaction change.
*/
export default functi... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 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
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
var baseKeys = require('./_baseKeys'),
getTag = require('./_getTag'),
isArrayLike = require('./isArrayLike'),
isString = require('./isString'),
stringSize = require('./_stringSize');
/** `Object#toString` result references. */
var mapTag = '[object Map]',
setTag = '[object Set]';
/**
* Gets the s... | {
"pile_set_name": "Github"
} |
<?php
namespace Symfony\Component\HttpKernel\Tests\Exception;
use Symfony\Component\HttpKernel\Exception\PreconditionFailedHttpException;
class PreconditionFailedHttpExceptionTest extends HttpExceptionTest
{
protected function createException()
{
return new PreconditionFailedHttpException();
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2003-2006 Gabest
* http://www.gabest.org
*
* 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, or (at your option)
* any later version.
* ... | {
"pile_set_name": "Github"
} |
"""
Multi-part parsing for file uploads.
Exposes one class, ``MultiPartParser``, which feeds chunks of uploaded data to
file upload handlers for processing.
"""
from __future__ import unicode_literals
import base64
import cgi
from django.conf import settings
from django.core.exceptions import SuspiciousOperation
fro... | {
"pile_set_name": "Github"
} |
require(["gitbook", "jQuery"], function(gitbook, $) {
gitbook.events.bind('start', function (e, config) {
var conf = config['edit-link'];
var label = conf.label;
var base = conf.base;
var lang = gitbook.state.innerLanguage;
if (lang) {
// label can be a unique str... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# 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, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but W... | {
"pile_set_name": "Github"
} |
#include "gpio.h"
#include "mem_map.h"
#include "portmux.h"
#include "ports.h"
#define CONFIG_BF52x 1 /* Linux glue */
| {
"pile_set_name": "Github"
} |
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2020 Yegor Bugayenko
*
* 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
*... | {
"pile_set_name": "Github"
} |
// <copyright file="AssemblyInfo.cs" company="ConfigR contributors">
// Copyright (c) ConfigR contributors. (configr.net@gmail.com)
// </copyright>
using Xunit;
[assembly: CollectionBehavior(DisableTestParallelization = true)]
| {
"pile_set_name": "Github"
} |
var sanitize = require('mongo-sanitize');
module.exports = function (app) {
var Contato = app.models.contato;
var controller = {}
controller.listaContatos = function(req, res) {
Contato.find().populate('emergencia').exec()
.then(
function(contatos) {
res.json(contatos);
},
... | {
"pile_set_name": "Github"
} |
/*
* serchan.cxx
*
* Asynchronous serial I/O channel class implementation.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance wit... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import {StyletronComponent} from 'styletron-react';
import {Override} from '../overrides';
export interface KEY_STRINGS {
ArrowUp: 'ArrowUp';
ArrowDown: 'ArrowDown';
ArrowLeft: 'ArrowLeft';
ArrowRight: 'ArrowRight';
Enter: 'Enter';
Space: ' ';
Escape: 'Escape';
Backspace... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
if [[ "$1" == "" ]]; then
echo ./`basename "$0"` file.apk
exit 1
fi
APKPATH=$1
APKFILE=$(basename -- "$APKPATH")
APPNAME="${APKFILE%.*}"
# apktool
apktool -f d $APKPATH -o 10_apktool-output/$APPNAME.out
# jadx
#jadx $APKPATH -d 11_jadx-output/$APPNAME.out
# extract certinfo
keytool -printcert... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.