text stringlengths 2 99.9k | meta dict |
|---|---|
import React from "react";
import Timer from "./timer";
/**
* The React context object consumers may use to access or override the global
* timer.
*/
const TimerContext = React.createContext({
transitionTimer: new Timer(),
animationTimer: new Timer()
});
TimerContext.displayName = "TimerContext";
export defaul... | {
"pile_set_name": "Github"
} |
class UpdateProductNaturesNomen < ActiveRecord::Migration
def replace_items_in_array(table, column, options = {})
conditions = '1=1'
if options[:reference_name]
conditions = "reference_name = '#{options[:reference_name]}'"
end
# ex of column = abilities_list
say "replace item in array #{tab... | {
"pile_set_name": "Github"
} |
module System.Console.Docopt.Types
where
import Data.Char (isUpper)
import Data.List (nub)
import Data.Map (Map)
import qualified Data.Map as M
-- * Usage expression Types
type Name = String
data Pattern a = Sequence [Pattern a]
| OneOf [Pattern a]
| ... | {
"pile_set_name": "Github"
} |
import UIKit
import RxSwift
import RxCocoa
extension UIColor {
convenience init(RGBred red: Int, green: Int, blue: Int, alpha: CGFloat = 1.0) {
self.init(red: CGFloat(red)/255, green: CGFloat(green)/255, blue: CGFloat(blue)/255, alpha: alpha)
}
}
struct HTTPImageServiceError: ErrorType {}
final class... | {
"pile_set_name": "Github"
} |
package queryutil
import (
"encoding/base64"
"fmt"
"net/url"
"reflect"
"sort"
"strconv"
"strings"
"time"
"github.com/aws/aws-sdk-go/private/protocol"
)
// Parse parses an object i and fills a url.Values object. The isEC2 flag
// indicates if this is the EC2 Query sub-protocol.
func Parse(body url.Values, i ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2013-2014 Facebook, 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 agree... | {
"pile_set_name": "Github"
} |
---
layout: base
title: 'Statistics of PRON in UD_Galician'
udver: '2'
---
## Treebank Statistics: UD_Galician: POS Tags: `PRON`
There are 35 `PRON` lemmas (0%), 47 `PRON` types (0%) and 5912 `PRON` tokens (4%).
Out of 16 observed tags, the rank of `PRON` is: 7 in number of lemmas, 8 in number of types and 7 in numb... | {
"pile_set_name": "Github"
} |
package command
import (
"encoding/json"
"errors"
"fmt"
"io"
"io/ioutil"
"os"
"os/signal"
"strings"
"text/tabwriter"
"time"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/fatih/color"
"github.com/itsdalmo/ssm-sh/manager"
)
// Create a new AWS session
func newSession() (*session.Session, error) {
o... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* linux/fs/nfs/nfs4_fs.h
*
* Copyright (C) 2005 Trond Myklebust
*
* NFSv4-specific filesystem definitions and declarations
*/
#ifndef __LINUX_FS_NFS_NFS4_FS_H
#define __LINUX_FS_NFS_NFS4_FS_H
#if defined(CONFIG_NFS_V4_2)
#define NFS4_MAX_MINOR_VERSION 2
#elif defined(CO... | {
"pile_set_name": "Github"
} |
# PUPPI DEPLOY INSTRUCTIONS
Documentation and examples related to the puppi actions: deploy, rollback and init
## SYNOPSIS (COMMAND LINE)
Shell command to launch a deploy:
puppi deploy <project_name>
puppi deploy <project_name> [-f] [-i] [-t] [-d yes|full] [-r yes|no|fail] [-p "parameter=value paramete... | {
"pile_set_name": "Github"
} |
#include <SPI.h>
#include <Ethernet.h>
#include <Client.h>
#define PORT 40101
byte buf[10];
word chksum = 0;
word rxchksum;
byte mac[] = {0x90, 0xA2, 0xDA, 0x00, 0x44, 0xF0 };
byte ip[] = {192,168,0,150};
byte gateway[] = {192,168,0,1};
byte server[] = {192,168,0,157}; //{78,109,85,94};
byte subnet[] = { 255, 255... | {
"pile_set_name": "Github"
} |
crlf
crlf
lf
crlf
crlf
| {
"pile_set_name": "Github"
} |
BlueWallet - ארנק ביטקוין
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SemVerInfo - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"... | {
"pile_set_name": "Github"
} |
-- 2,$<awk -f gensources.awk src/ncurses/modules
return {
base={
'ncurses/tty/hardscroll.c',
'ncurses/tty/hashmap.c',
'ncurses/base/lib_addch.c',
'ncurses/base/lib_addstr.c',
'ncurses/base/lib_beep.c',
'ncurses/base/lib_bkgd.c',
'ncurses/base/lib_box.c',
'ncurses/base/lib_chgat.c',
'ncurses/base/lib_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.main.MainActivity"
... | {
"pile_set_name": "Github"
} |
/* Copyright (c) MediaArea.net SARL. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license that can
* be found in the License.html file in the root of the source tree.
*/
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// Information about G... | {
"pile_set_name": "Github"
} |
Job dvb_ir started on silenziosa at Wed Apr 9 22:30:57 2014
jobid: silenziosa-0-53460261
+--------------------------------------------------------------------+
| Jaguar version 8.3, release 13 |
| |
| Copyr... | {
"pile_set_name": "Github"
} |
--TEST--
Exception for multile function with undefined variable
--TEMPLATE--
{{ include('foo',
with_context=with_context
) }}
--TEMPLATE(foo)--
Foo
--DATA--
return array()
--EXCEPTION--
Twig_Error_Runtime: Variable "with_context" does not exist in "index.twig" at line 3.
| {
"pile_set_name": "Github"
} |
namespace Windows.UI.Xaml.Controls
{
public partial class AutoSuggestBoxSuggestionChosenEventArgs
{
public object SelectedItem { get; }
public AutoSuggestBoxSuggestionChosenEventArgs() : base()
{
}
internal AutoSuggestBoxSuggestionChosenEventArgs(object selectedItem)
{
SelectedItem = selectedItem;
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env julia
using Luxor
import Cairo.CAIRO_PATH_MOVE_TO
import Cairo.CAIRO_PATH_LINE_TO
import Cairo.CAIRO_PATH_CURVE_TO
import Cairo.CAIRO_PATH_CLOSE_PATH
using Test
using Random
Random.seed!(42)
function get_path(str)
sethue("blue")
setopacity(.7)
setline(0.5)
p = textpath(str)
o = g... | {
"pile_set_name": "Github"
} |
{
"name": "@isaacs/prod-dep-enotarget",
"version": "1.0.0",
"description": "a production dep that is not satisfiable",
"dependencies": {
"tap": "9999.0000.9999"
}
}
| {
"pile_set_name": "Github"
} |
<Canvas>
<Kind>42</Kind>
<Name>Jellyus Oneus</Name>
<IsMinified>1</IsMinified>
<XPosition>1.000000000</XPosition>
<YPosition>1.000000000</YPosition>
</Canvas>
<Widget>
<Kind>6</Kind>
<Name>body h range</Name>
<HighValue>0.522167504</HighValue>
<LowValue>0.423645318</LowValue>
</Widge... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Routi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project> | {
"pile_set_name": "Github"
} |
/*
Language: SQL
Contributors: Nikolay Lisienko <info@neor.ru>, Heiko August <post@auge8472.de>, Travis Odom <travis.a.odom@gmail.com>
*/
function(hljs) {
var COMMENT_MODE = {
className: 'comment',
begin: '--', end: '$'
};
return {
case_insensitive: true,
illegal: /[<>]/,
contains: [
... | {
"pile_set_name": "Github"
} |
/*
* Intel Core SoC Power Management Controller Driver
*
* Copyright (c) 2016, Intel Corporation.
* All Rights Reserved.
*
* Authors: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
* Vishwanath Somayaji <vishwanath.somayaji@intel.com>
*
* This program is free software; you can redistribute it and/or ... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!29 &1
OcclusionCullingSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_OcclusionBakeSettings:
smallestOccluder: 5
smallestHole: 0.25
backfaceThreshold: 100
m_SceneGUID: 00000000000000000000000000000000
m_OcclusionCullingData: {fileID: 0}
--- !u!... | {
"pile_set_name": "Github"
} |
/**
* OWASP Benchmark Project v1.2
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The OWASP Benchmark is free software: you can redistribute i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="@color/dk_color_ffffff" />
<corners android:radius="10dp" />
</shape> | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.
#++
##
#--
# struct tarfile_entry_posix {
# char name[100]; # ASCII + (Z unless filled)
# char mode[8]; # 0 padded, octal, null
# char ... | {
"pile_set_name": "Github"
} |
/*
* ==========================================================
* Grid
* ==========================================================
*/
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
float: right;
}
/*
* ==... | {
"pile_set_name": "Github"
} |
---
title: Jest 11.0
author: Christoph Nakazawa
authorURL: http://twitter.com/cpojer
authorFBID: 100000023028168
---
Today we're announcing a switch to major revisions for Jest with Jest 11.0 being the first major release. Jest has been used by Facebook engineers and on our continuous integration systems for years and... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('isNative', require('../isNative'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2018 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"
} |
SUBROUTINE ccsdt_lambda1_16_4(d_a,k_a_offset,d_b,k_b_offset,d_c,k_
&c_offset)
C $Id$
C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0
C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002)
C i1 ( h2 p11 h10 p12 )_ytt + = 1/2 * Sum ( h5 h6 p3 ) * t ( ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the repository root.
package com.microsoft.tfs.client.common.ui.controls.vc.checkin;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.eclipse.swt.events.ModifyEvent;
im... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1060</int>
<string key="IBDocument.SystemVersion">10J3250</string>
<string key="IBDocument.InterfaceBuilderVersion">1306</string>
<string key="IBDocument.AppKit... | {
"pile_set_name": "Github"
} |
from ... import base
from pulp.plugins.loader import api as plugin_api
from pulp.plugins.types.model import TypeDefinition
import pulp.plugins.types.database as types_db
import pulp.server.managers.plugin as plugin_manager
class MockImporter:
@classmethod
def metadata(cls):
return {'types': ['mock_typ... | {
"pile_set_name": "Github"
} |
#include "gif.hpp"
#include "common/tonccpy.h"
#include "lzw.hpp"
#include <stdio.h>
std::vector<Gif *> Gif::_animating;
void Gif::timerHandler(void) {
for (auto gif : _animating) {
gif->displayFrame();
}
}
void Gif::displayFrame(void) {
if (_paused || ++_currentDelayProgress < _currentDelay)
return;
_curr... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
File: kt1639-JFrame.kt - 72a054fd9fa4972f0bca12f2081e3e1e
NL("\n")
NL("\n")
NL("\n")
packageHeader
PACKAGE("package")
identifier
simpleIdentifier
Identifier("test")
semi
NL("\n")
NL("\n")
importList
importHeader
IMPORT("import")
identifier
simpleId... | {
"pile_set_name": "Github"
} |
{
"license": "MIT",
"scripts": {
"examples": "docusaurus-examples",
"start": "docusaurus-start",
"build": "docusaurus-build",
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"version": "docusaurus-version",
"rename-version": "docusaurus-re... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 BashoTechnologies 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... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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"
} |
import { stream } from '../../stream/Stream';
import { Shrinkable } from '../arbitrary/definition/Shrinkable';
import { PreconditionFailure } from '../precondition/PreconditionFailure';
import { IRawProperty } from '../property/IRawProperty';
import { readConfigureGlobal } from './configuration/GlobalParameters';
impor... | {
"pile_set_name": "Github"
} |
}))}(document, Math));
| {
"pile_set_name": "Github"
} |
from typing import Any, Callable, Dict, List, Optional
from django.template.exceptions import TemplateSyntaxError
from .base import BaseEngine
class Jinja2(BaseEngine):
context_processors: List[str] = ...
def __init__(self, params: Dict[str, Any]) -> None: ...
@property
def template_context_processor... | {
"pile_set_name": "Github"
} |
// Copyright 2006-2008 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 lis... | {
"pile_set_name": "Github"
} |
<?php
defined('IN_YZMPHP') or exit('Access Denied');
defined('INSTALL') or exit('Access Denied');
$parentid = $menu->insert(array('name'=>'广告管理', 'parentid'=>3, 'm'=>'adver', 'c'=>'adver', 'a'=>'init', 'data'=>'', 'listorder'=>0, 'display'=>'1'));
$menu->insert(array('name'=>'添加广告', 'parentid'=>$parentid, 'm'=>'a... | {
"pile_set_name": "Github"
} |
//
// PINRemoteImageDownloadQueue.m
// PINRemoteImage
//
// Created by Garrett Moon on 3/1/17.
// Copyright © 2017 Pinterest. All rights reserved.
//
#import "PINRemoteImageDownloadQueue.h"
#import "PINURLSessionManager.h"
#import "PINRemoteLock.h"
@interface PINRemoteImageDownloadQueue ()
{
PINRemoteLock *_... | {
"pile_set_name": "Github"
} |
{% import 'appbuilder/general/lib.html' as lib %}
{% if form_action is defined %}
<form action="{{form_action}}" method="post" enctype="multipart/form-data">
{% endif %}
<form class="form-vertical" role="form" id="model_form" action="" method="post" enctype="multipart/form-data">
{{form.hidden_tag()}}
{%... | {
"pile_set_name": "Github"
} |
//! Disassembles machine code
use std::fmt::Display;
use std::fs::File;
use std::io;
use std::io::prelude::*;
use std::process::exit;
use std::str::FromStr;
use capstone::{self, prelude::*, Arch, Endian, EnumList, ExtraMode, Mode};
use clap::{App, Arg, ArgGroup};
use log::{debug, info};
use stderrlog;
const DEFAULT_... | {
"pile_set_name": "Github"
} |
# -------------------------------------------------
# Project created by QtCreator 2009-10-05T18:53:58
# -------------------------------------------------
QT += network
QT -= gui
TARGET = ChatSystem
TEMPLATE = lib
include(../../Common/common.pri)
include(../../Libs/protobuf.pri)
CONFIG += staticlib \
link_prl \
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Runner.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
[database]
driver = mysql
host = 127.0.0.1
username = root
port = 3306
password = root
database = goadmin
[database.business]
driver = mysql
host = 127.0.0.1
username = root
port = 3306
password = root
database = business
tables = users,clothes
[model]
package = main
connection = default
output = ./
generate_permissi... | {
"pile_set_name": "Github"
} |
adjusting ipsec.d to OUTPUT
Starting Pluto (Openswan Version VERSION
LEAK_DETECTIVE support [disabled]
OCF support for IKE [disabled]
SAref support [disabled]: Protocol not available
SAbind support [disabled]: Protocol not available
HAVE_STATSD notification support not compiled in
Setting NAT-Traversal port-4500 floati... | {
"pile_set_name": "Github"
} |
<resources>
<declare-styleable name="LinearGaugeView">
</declare-styleable>
</resources>
| {
"pile_set_name": "Github"
} |
import check {...}
void testIntegerOperators() {
variable Integer i1 = -4;
i1 = -i1;
check(i1==4, "negation");
i1 = + (-987654);
check(i1==-987654, "positive");
i1 = +0;
check(i1==0, "+0=0");
i1 = -0;
check(i1==0, "+0=0");
variable Integer i2 = 123 + 456;
check... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 - 2019 Benjamin Vedder benjamin@vedder.se
This file is part of VESC Tool.
VESC Tool 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
(... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">android-pdf</string>
</resources>
| {
"pile_set_name": "Github"
} |
# Overview
JTar is a simple Java Tar library, that provides an easy way to create and read tar files using IO streams. The API is very simple to use and similar to the _java.util.zip_ package and also __supports UStar format__.
[](https://travis-... | {
"pile_set_name": "Github"
} |
using System.Windows;
using Forge.Forms.DynamicExpressions;
using MaterialDesignThemes.Wpf;
namespace Forge.Forms.FormBuilding
{
public abstract class ContentElement : FormElement
{
public IValueProvider Content { get; set; }
public IValueProvider Icon { get; set; }
public IValueProvi... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 Gravitational, 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 to in writing, soft... | {
"pile_set_name": "Github"
} |
//=======================================================================
// Copyright Baptiste Wicht 2013-2018.
// Distributed under the terms of the MIT License.
// (See accompanying file LICENSE or copy at
// http://www.opensource.org/licenses/MIT)
//=================================================================... | {
"pile_set_name": "Github"
} |
import numpy as np
import mxnet as mx
import cv2
class HeadPoseEstimator(object):
'''
This is a CNN based head pose estimator in mxnet version
CNN model:
conv1 3*3*32,(2,2),relu
conv2 3*3*32,(2,2),relu
conv3 3*3*64,(2,2),relu
conv4 3*3*64,(2,2),relu
fc1 128,relu
fc2 2,tanh
'... | {
"pile_set_name": "Github"
} |
(*
*
* Copyright (c) 2001-2002,
* George C. Necula <necula@cs.berkeley.edu>
* Scott McPeak <smcpeak@cs.berkeley.edu>
* Wes Weimer <weimer@cs.berkeley.edu>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
/* crypto/sha/sha256t.c */
/* ====================================================================
* Copyright (c) 2004 The OpenSSL Project. All rights reserved.
* ====================================================================
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <openssl/sh... | {
"pile_set_name": "Github"
} |
package org.simpleflatmapper.test.map;
import org.junit.Test;
import org.simpleflatmapper.map.CaseInsensitiveEndsWithPredicate;
import org.simpleflatmapper.map.FieldKey;
import org.simpleflatmapper.util.Predicate;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class Cas... | {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
180 180 180
49 49 49
238 246 255
222 180 197
246 213 222
255 255 255
172 115 148
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Tue Jan 23 20:22:17 PST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>NumberSerializers.Base (jac... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { Switch, Route } from 'react-router';
import { ConnectedRouter } from 'connected-react-router';
import { history } from 'store/index';
import Layout from 'containers/layout';
import App from 'containers/app';
const routes = (
<ConnectedRouter history={history}>
<Layout>
<... | {
"pile_set_name": "Github"
} |
/*
* SonarQube
* Copyright (C) 2009-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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 3 of the License, o... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import copy
import datetime
import glob
import inspect
import itertools
import json
import logging
import numbers
import os
import re
import site
import string
import subprocess
import sys
import threading
import time
import warnings
import click
import requests
from requests.adapters import H... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | {
"pile_set_name": "Github"
} |
Description:
Conversion UTF-16 to UCS-4.
Files:
Depends-on:
unistr/u16-mbtouc-unsafe
configure.ac:
Makefile.am:
Include:
"unistr.h"
License:
LGPL
Maintainer:
all
| {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::negate`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_NEGATE_HPP
#define BOOST_HANA_NEGATE_HPP
#include <boost/hana/fwd/neg... | {
"pile_set_name": "Github"
} |
import java.util.Arrays;
import java.util.List;
import java.util.LinkedList;
/**
* This program demonstrates the use of Java Thread.join() as a simple
* barrier synchronizer to implement an "embarrassingly parallel"
* application that concurrently searches for words in a List of
* Strings.
*/
public class ThreadJ... | {
"pile_set_name": "Github"
} |
{
"name": "DVWA",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "title",
"regexp": "Damn Vulnerable Web App (DVWA) - Login"
},
{
"search": "body",
"text": "dvwa/css/login.css"
},
{
"searc... | {
"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.
*/
#include "varint.h"
uintmax_t git_decode_varint(const unsigned char *bufp, size_t *varint_len)... | {
"pile_set_name": "Github"
} |
VirtualKeyboard.addLayout({code:'RU',name:'Russian (Typewriter)',normal:'|№-/":,._?%!;)йцукенгшщзхъфывапролджэячсмитьбюё',shift:{0:'+1234567890=\\('}});
| {
"pile_set_name": "Github"
} |
import QtQuick 2.12
import App 1.0
// For access to Theme Singleton
import "."
ImageCanvas {
id: imageCanvas
objectName: "imageCanvas"
focus: true
project: args.project
backgroundColour: Theme.canvasBackgroundColour
checkerColour1: settings.checkerColour1
checkerColour2: settings.checkerC... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
$file = $ARGV[0];
open(IN,$file) || die print "Failed to open file: $file : $!";
read(IN,$buffer,1);
read(IN,$buffer2,1);
if (ord($buffer) != 0x41 && ord($buffer2) != 0x50) {
print "bad header ". $buffer ." ".$buffer2. "\n";
exit;
}
read(IN,$buffer,1);
if (ord($buffer) != 2) {
pr... | {
"pile_set_name": "Github"
} |
; Auto-generated. Do not edit!
(cl:in-package ros_arduino_msgs-msg)
;//! \htmlinclude Analog.msg.html
(cl:defclass <Analog> (roslisp-msg-protocol:ros-message)
((header
:reader header
:initarg :header
:type std_msgs-msg:Header
:initform (cl:make-instance 'std_msgs-msg:Header))
(value
:reade... | {
"pile_set_name": "Github"
} |
(module BUZZER-12MM-KIT (layer F.Cu) (tedit 200000)
(descr "12MM BUZZER - PTH (KIT VARIANT)")
(tags "12MM BUZZER - PTH (KIT VARIANT)")
(attr virtual)
(fp_text reference >NAME (at 0 -6.477) (layer F.SilkS)
(effects (font (size 0.6096 0.6096) (thickness 0.127)))
)
(fp_text value >VALUE (at 0 6.604) (layer... | {
"pile_set_name": "Github"
} |
--------------------------------
cerebro |
--------------------------------
# Github
https://github.com/lmenezes/cerebro
| {
"pile_set_name": "Github"
} |
%w(core images resources pages).each do |extension|
require "refinerycms-#{extension}"
end
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Clusters
module Cleanup
class ProjectNamespaceWorker # rubocop:disable Scalability/IdempotentWorker
include ClusterCleanupMethods
def perform(cluster_id, execution_count = 0)
Clusters::Cluster.find_by_id(cluster_id).try do |cluster|
break unless... | {
"pile_set_name": "Github"
} |
using Lib.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityBase;
namespace Behaviours.Views
{
public abstract class Reactor : InjectBehaviour, IReactor
{
public abstract void ActivateDestructionIn(float time);
}
}
| {
"pile_set_name": "Github"
} |
package android.hardware.camera2.params;
import android.hardware.camera2.utils.HashCodeHelpers;
public final class RecommendedStreamConfiguration extends StreamConfiguration {
private final int mUsecaseBitmap;
public RecommendedStreamConfiguration(int format, int width, int height, boolean input, int usecase... | {
"pile_set_name": "Github"
} |
Casbin
====
[](https://goreportcard.com/report/github.com/casbin/casbin)
[](https://travis-ci.org/casbin/casbin)
[** | vue.min.js | | |
| **Runtime-only (production)** | vue.runtime.min.js ... | {
"pile_set_name": "Github"
} |
package com.jthink.skyeye.alarm.configuration.wechat;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Copyright (C), 2016, 银联智惠信息服务(上海)有限公司
*
* @author qianjc
* @version 0.0.1
* @desc
* @date 2016-09-29 17:40:53
*/
@ConfigurationProperties(prefix = "spring.alert.wechat")
publi... | {
"pile_set_name": "Github"
} |
#!/bin/bash -e
# Copyright 2017 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... | {
"pile_set_name": "Github"
} |
- title: Getting Started
items:
- text: Introduction
url: /getting-started/introduction
- text: Five-minute quickstart
url: /getting-started/quickstart
- text: Adding your API
url: /getting-started/adding-your-api
- text: Enabling Plugins
url: /getting-started/enabling-plugins
... | {
"pile_set_name": "Github"
} |
/*******************************
Transition
*******************************/
@transitionDefaultEasing: @defaultEasing;
@transitionDefaultFill: both;
@transitionDefaultDuration: 300ms;
@use3DAcceleration: translateZ(0);
@backfaceVisibility: hidden; | {
"pile_set_name": "Github"
} |
; This file is generated from a similarly-named Perl script in the BoringSSL
; source tree. Do not edit by hand.
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
%ifdef BORINGSSL_PREFIX
%include "boringssl_prefix_symbols_nasm.inc"
%endif
section .text code align=64
EXTERN OPENSSL_ia32cap_P
global bn_mul... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 <cmath> // For std::modf.
#include <map>
#include <string>
#include "base/command_line.h"
#include "base/run_loop.h"
#include "base/strings/str... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d5acbeaf80ef1244bbf7ec3a5ab9de10
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.