text stringlengths 2 99.9k | meta dict |
|---|---|
package io.bxbxbai.zhuanlan.core;
import android.support.v7.app.ActionBar;
import android.view.View;
import android.webkit.JsPromptResult;
import android.webkit.JsResult;
import android.webkit.WebChromeClient;
import android.webkit.WebView;
import android.widget.ProgressBar;
/**
*
* @author bxbxbai
*/... | {
"pile_set_name": "Github"
} |
"VertexLitGeneric"
{
"$baseTexture" "models\chipstiks_ls3_models/LargeHydrogenTank/tank"
}
| {
"pile_set_name": "Github"
} |
package net.ruippeixotog.scalascraper.browser
import org.specs2.mutable.Specification
import org.specs2.specification.core.Fragment
trait BrowserHelper { this: Specification =>
def usingBrowsers(browsers: Browser*)(block: Browser => Fragment): Fragment = {
browsers.map { browser =>
s"using ${browser.getC... | {
"pile_set_name": "Github"
} |
from plenum.common.config_util import get_global_config_else_read_config
from plenum.common.metrics_collector import NullMetricsCollector
from plenum.recorder.simple_zstack_with_recorder import SimpleZStackWithRecorder
from plenum.recorder.simple_zstack_with_silencer import SimpleZStackWithSilencer
from stp_core.common... | {
"pile_set_name": "Github"
} |
This is a goLang port of python-zxcvbn and [zxcvbn](https://github.com/dropbox/zxcvbn), which are python and JavaScript password strength
generators. zxcvbn attempts to give sound password advice through pattern
matching and conservative entropy calculations. It finds 10k common passwords,
common American names and sur... | {
"pile_set_name": "Github"
} |
local cjson_safe = require "cjson.safe"
local cookiejar = require "resty.cookie"
local util = {}
function util.clear_dcos_cookies()
-- This function removes dcos-specific cookies from the request header.
--
-- This prevents forwarding these cookies upstream as they are an internal
-- implementation ... | {
"pile_set_name": "Github"
} |
# name: H8300 GCC section test case
# ld: --gc-sections
# objdump: -d --no-show-raw-insn
.*: file format .*
Disassembly of section .text:
00000100 <_functionWeUse>:
100: mov.l er6,@-er7
104: mov.l er7,er6
106: subs #4,er7
108: mov.w r0,@\(0xfffe:16,er6\)
10c: mov.w @\(0xfffe:16,er6\),r2
110: mov.w r2,r0
1... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'opal/nodes/base'
module Opal
module Nodes
module Args
# A utility node responsible for extracting
# post-kwargs from post-arguments.
#
# This node is used when kwargs cannot be inlined:
# def m(a = 1, kw:); end
#
# This node is N... | {
"pile_set_name": "Github"
} |
include ../Makefile_Mom.ut
libuut_la_SOURCES = ${PROG_ROOT}/mom_inter.c
| {
"pile_set_name": "Github"
} |
// Copyright 2014-2017 Oxford University Innovation Limited and the authors of InfiniTAM
#pragma once
#include "../../../ORUtils/SE3Pose.h"
namespace ITMLib
{
class ITMIMUCalibrator
{
public:
virtual void RegisterMeasurement(const Matrix3f & R) = 0;
virtual Matrix3f GetDifferentialRotationChange() = 0;
ITM... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\MXF;
use JMS\Serializer\Annotation\ExclusionPolicy;
use... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.1//EN" "http://tiles.apache.org/dtds/tiles-config_2_1.dtd">
<tiles-definitions>
<definition extends="default" name="onderzoeks/list">
<put-attribute name="body"... | {
"pile_set_name": "Github"
} |
name: Tzared
description: 'Real-time strategy game for web browsers and PC.'
website: 'https://tza.red'
keywords:
- games
- tzared
- online
category: Games
screenshots:
- imageUrl: 'https://tza.red/nehhon/ogbak.png'
youtube_video_url: 'https://www.youtube.com/watch?time_continue=612&v=4oFdzM81_Ls'
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Cube - Bootstrap Admin Template</title>
<script type="text/javascript">
//<![CDATA[
try{if (!window.CloudFlare) {var Clou... | {
"pile_set_name": "Github"
} |
#---------------------------------------------------------------------------
#
# xc-cc-check.m4
#
# Copyright (c) 2013 Daniel Stenberg <daniel@haxx.se>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice an... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ea7fa63064ef1af4baee4c4570e4f8bf
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Keyed 32-bit hash function using TEA in a Davis-Meyer function
* H0 = Key
* Hi = E Mi(Hi-1) + Hi-1
*
* (see Applied Cryptography, 2nd edition, p448).
*
* Jeremy Fitzhardinge <jeremy@zip.com.au> 1998
*
* Jeremy has agreed to the contents of reiserfs/README. -Hans
* Yura's function is added (04/07/200... | {
"pile_set_name": "Github"
} |
// Package rest provides RESTful serialization of AWS requests and responses.
package rest
import (
"bytes"
"encoding/base64"
"fmt"
"io"
"net/http"
"net/url"
"path"
"reflect"
"strconv"
"strings"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>AW22 Test.6.2.3 NMI 02</title>
</head>
<body>
<div>
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
celery.five
~~~~~~~~~~~
Compatibility implementations of features
only available in newer Python versions.
"""
from __future__ import absolute_import
# ############# py3k #########################################################
import sys
PY3 = sys.version_info[0] == 3
... | {
"pile_set_name": "Github"
} |
$node-offset-negative: -30vw;
$node-offset-positive: 30vw;
$node-width: 60vw;
:host {
overflow: auto;
/deep/ {
tree-node-expander {
height: 0;
}
.tree-children {
overflow: visible;
}
.node-wrapper {
position: relative;
z-index: 10;
cursor: default;
}
.n... | {
"pile_set_name": "Github"
} |
TABLE: "status_by_account"
INDEXES: PK (USER, HOST, VARIABLE_NAME)
===== SETUP =====
## Connection Default
## Disable events from the default connection
## Create user1, user2, user3
CREATE USER user1@localhost;
CREATE USER user2@localhost;
CREATE USER user3@localhost;
GRANT ALL ON *.* to 'user1'@localhost;
GRANT ALL... | {
"pile_set_name": "Github"
} |
namespace ACE.Adapter.GDLE.Models
{
public class StringRequirement
{
public int Unknown { get; set; }
public int OperationType { get; set; }
public int Stat { get; set; }
public string Value { get; set; }
}
}
| {
"pile_set_name": "Github"
} |
// CSS image replacement
//
// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for
// mixins being reused as classes with the same name, this doesn't hold up. As
// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.
//
// Source: https://github.com/h5bp/html5-boilerplate/comm... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ttgxvar.c */
/* */
/* Tr... | {
"pile_set_name": "Github"
} |
;#
;# This file is a part of NSIS.
;#
;# Copyright (C) 2014-2020 Anders Kjersem
;#
;# Licensed under the zlib/libpng license (the "License");
;# you may not use this file except in compliance with the License.
;#
;# Licence details can be found in the file COPYING.
;#
;# This software is provided 'as-is', wi... | {
"pile_set_name": "Github"
} |
/* infback.c -- inflate using a call-back interface
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
This code is largely copied from inflate.c. Normally either infback.o or
inflate.o would be linked into an application--not both. The interf... | {
"pile_set_name": "Github"
} |
using FarseerPhysics.Dynamics;
using Microsoft.Xna.Framework.Graphics;
using Nez.Textures;
namespace Nez.Farseer
{
public abstract class FSRenderableBody : RenderableComponent, IUpdatable
{
public override RectangleF Bounds
{
get
{
if (_areBoundsDirty)
{
_bounds.CalculateBounds(Transform.Pos... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
//! @file SystemSubroutine.h
//! @brief System-defined subroutine handling
//
// File is under the MIT license; see LICENSE for details
//------------------------------------------------------------------------------
#pragma once
#include... | {
"pile_set_name": "Github"
} |
package: github.com/alexozer/jankdrone
import:
- package: github.com/tarm/serial
- package: github.com/golang/protobuf
- package: github.com/gizak/termui
version: ~2.2.0
- package: github.com/currantlabs/ble
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>almond: Special Dependencies Test</title>
<script type="text/javascript" src="../doh/runner.js"></script>
<script type="text/javascript" src="../doh/_browserRunner.js"></script>
<script type="text/javascript" src="../../almond.js"></script>
<script type="text/jav... | {
"pile_set_name": "Github"
} |
// Copyright 2008 Google 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:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
package pflag
import (
"fmt"
"strconv"
)
// -- uint Value
type uintValue uint
func newUintValue(val uint, p *uint) *uintValue {
*p = val
return (*uintValue)(p)
}
func (i *uintValue) Set(s string) error {
v, err := strconv.ParseUint(s, 0, 64)
*i = uintValue(v)
return err
}
func (i *uintValue) Type() string {... | {
"pile_set_name": "Github"
} |
- {MinimumRequiredVersion: 4.6.0}
- hip
- fallback
- [Device 0000]
- AssignedDerivedParameters: true
Batched: true
ComplexConjugateA: false
ComplexConjugateB: false
DataType: 4
DestDataType: 4
HighPrecisionAccumulate: true
Index0: 0
Index01A: 0
Index01B: 1
Index1: 1
IndexAssignmentsA: [3, 0, 2]
... | {
"pile_set_name": "Github"
} |
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: ur... | {
"pile_set_name": "Github"
} |
//
// US2ValidatorNumeric.m
// US2FormValidator
//
// Copyright (C) 2012 ustwo™
//
// 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... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
export BOOST_ROOT="${PREFIX}"
export PKG_CONFIG_LIBDIR="${PREFIX}"/lib/pkgconfig
# required, in order to resolve otherwise undefined symbols
# - liblzma.so.5
# - libbz2.so.1.0
# - libcrypto.so.1.0.0
[[ $(uname) == Linux ]] && export LDFLAGS="${LDFLAGS} -Wl,-rpath-link,${PREFIX}/lib"
# configure
#... | {
"pile_set_name": "Github"
} |
# lib/nova
# Functions to control the configuration and operation of the **Nova** service
# Dependencies:
# ``functions`` file
# ``DEST``, ``DATA_DIR``, ``STACK_USER`` must be defined
# ``SERVICE_{TENANT_NAME|PASSWORD}`` must be defined
# ``LIBVIRT_TYPE`` must be defined
# ``INSTANCE_NAME_PREFIX``, ``VOLUME_NAME_PREFI... | {
"pile_set_name": "Github"
} |
package binchunk
const (
LUA_SIGNATURE = "\x1bLua"
LUAC_VERSION = 0x53
LUAC_FORMAT = 0
LUAC_DATA = "\x19\x93\r\n\x1a\n"
CINT_SIZE = 4
CSIZET_SIZE = 8
INSTRUCTION_SIZE = 4
LUA_INTEGER_SIZE = 8
LUA_NUMBER_SIZE = 8
LUAC_INT = 0x5678
LUAC_NUM = 370.5
)
const (
T... | {
"pile_set_name": "Github"
} |
namespace Volo.CmsKit.Reactions
{
public class ReactionSummaryQueryResultItem
{
public string ReactionName { get; set; }
public int Count { get; set; }
}
}
| {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Co... | {
"pile_set_name": "Github"
} |
/* Interface for NSURLDownload for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>
Date: 2006
This file is part of the GNUstep Base Library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
namespace Blog.Services.Infrastructure
{
using AutoMapper;
using Data.Models;
using Models;
public class ServiceMappingProfile : Profile
{
public ServiceMappingProfile()
{
this
.CreateMap<Article, ArticleListingServiceModel>()
.ForMember(... | {
"pile_set_name": "Github"
} |
package server
import (
"bytes"
"crypto/tls"
"crypto/x509"
"encoding/json"
"fmt"
"io/ioutil"
"log"
"math/rand"
"net/http"
"path/filepath"
"strconv"
"time"
"github.com/jmartin82/mmock/v3/internal/proxy"
"github.com/jmartin82/mmock/v3/pkg/match"
"net/url"
"regexp"
"strings"
"github.com/jmartin82/mmo... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* fs/proc/kcore.c kernel ELF core dumper
*
* Modelled on fs/exec.c:aout_core_dump()
* Jeremy Fitzhardinge <jeremy@sw.oz.au>
* ELF version written by David Howells <David.Howells@nexor.co.uk>
* Modified and incorporated into 2.3.x by Tigran Aivazian <tigran@veritas.com>
* Su... | {
"pile_set_name": "Github"
} |
require 'test_helper'
class FakeWorkHelperTest < ActionView::TestCase
end
| {
"pile_set_name": "Github"
} |
<?php
namespace dipl\Web\Widget;
use Exception;
use Icinga\Web\Widget\Tabs as WebTabs;
use InvalidArgumentException;
use dipl\Html\ValidHtml;
class Tabs extends WebTabs implements ValidHtml
{
/**
* @param string $name
* @return $this
*/
public function activate($name)
{
try {
... | {
"pile_set_name": "Github"
} |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!--
Stefans own xinclude implementation.
We really don't want to bother the users with namespaces
-->
<xsl:output method="xml" indent="yes"/>
<xsl:strip-space elements="*"/>
<xsl:template match="node() | @*">
<xsl:copy>
<x... | {
"pile_set_name": "Github"
} |
/*
* include/types/global.h
* Global variables.
*
* Copyright (C) 2000-2012 Willy Tarreau - w@1wt.eu
*
* 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 the Free Software Foundation, version 2.1
* exclusively.
... | {
"pile_set_name": "Github"
} |
package de.fuberlin.wiwiss.d2rq.server;
import java.io.File;
import java.util.Iterator;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.hp.hpl.jena.query.Dataset;
import com.hp.hpl.jena.query.LabelExistsException;
import com.hp.hpl.jena.query.ReadWrite;
import com.hp.h... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<!DOCTYPE coverage
SYSTEM 'http://cobertura.sourceforge.net/xml/coverage-04.dtd'>
<coverage branch-rate="0.428571428571" branches-covered="6" branches-valid="14" complexity="0.0" line-rate="0.674418604651" lines-covered="29" lines-valid="43" timestamp="" version="">
<sources>
<source>subdir</so... | {
"pile_set_name": "Github"
} |
local _ENV = mkmodule('plugins.liquids')
--[[
Native functions:
* paint(pos,brush,paint,amount,size,setmode,flowmode)
--]]
return _ENV | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol CVAVideoPipelineProperties <NSObject, NSCopying>
@required
- (unsigned long long)alphaMattePixelBufferHeight;
- (unsigned int)alphaMattePixelBufferPixelFormat;
- (unsigned long long)alphaMattePixelBufferWidth;
- (float)colorPixelBufferFocalLength_mm;
- (float)colorPixelB... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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) 2006-2015 OpenSim Ltd.
This file is distributed WITHOUT ANY WARRANTY. See the file
'License' for details on this and other legal matters.
*--------------------------------------------------------------*/
package org.omnetpp.common.c... | {
"pile_set_name": "Github"
} |
#ifndef DQM_SiStripCommon_APVShot_h
#define DQM_SiStripCommon_APVShot_h
#include <vector>
#include "DataFormats/DetId/interface/DetId.h"
class SiStripDigi;
class APVShot {
public:
APVShot();
APVShot(const bool zs = true);
APVShot(const std::vector<SiStripDigi>& digis, const DetId& detid, const bool zs = true);... | {
"pile_set_name": "Github"
} |
name=Angel of Despair
image=https://magiccards.info/scans/en/cmd/180.jpg
value=4.250
removal=4
rarity=R
type=Creature
subtype=Angel
cost={3}{W}{W}{B}{B}
pt=5/5
ability=Flying;\
When SN enters the battlefield, destroy target permanent.
timing=fmain
oracle=Flying\nWhen Angel of Despair enters the battlefield, des... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2011 Eric Niebler
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
===========================================... | {
"pile_set_name": "Github"
} |
/*
* Created by SharpDevelop.
* User: shuran
* Date: 12/14/2012
* Time: 4:33 AM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace SePSXUnitTests
{
using System;
// using SePSX;
using SePSXUnitTests;
using OpenQA.Selenium;
using OpenQA.Selenium.Ch... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
package picard.sam;
import htsjdk.samtools.*;
import htsjdk.samtools.util.BufferedLineReader;
import htsjdk.samtools.util.IOUtil;
import org.testng.Assert;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 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 to in... | {
"pile_set_name": "Github"
} |
{
"zotero_folder_selected" : "A user linked a Zotero folder to a project",
"zotero_library_selected" : "A user linked a Zotero library to a project",
"zotero_node_authorized" : "A user authorized the Zotero addon for a project",
"zotero_node_deauthorized" : "A user deauthorized the Zotero addon for a pr... | {
"pile_set_name": "Github"
} |
CSI-v1.7.2
| {
"pile_set_name": "Github"
} |
// Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... | {
"pile_set_name": "Github"
} |
redis - a node.js redis client
===========================
This is a complete Redis client for node.js. It supports all Redis commands, including many recently added commands like EVAL from
experimental Redis server branches.
Install with:
npm install redis
Pieter Noordhuis has provided a binding to the offic... | {
"pile_set_name": "Github"
} |
item.apple_pie.name=苹果派
item.bacon.name=培根
item.bacon_pie.name=培根派
item.baguette.name=法棍面包
item.beef_jerky.name=牛肉干
item.beef_stew.name=炖牛肉
item.beer.name=啤酒
item.blt_sandwich.name=英式传统三明治
item.bottom_bun.name=底部的面包
item.bowl.name=碗
item.brownie.name=布朗巧克力饼干
item.bucket_of_fried_chicken.name=炸鸡桶
item.burrito.name=墨西哥卷饼... | {
"pile_set_name": "Github"
} |
{
"configuration": {
"title": "Konfigurasi",
"filter": "Filter (berdasarkan awalan)",
"table": {
"prefix": "Awalan",
"properties": "Properties"
}
}
}
| {
"pile_set_name": "Github"
} |
@prefix: graphjs;
@{prefix}-autocomplete.@{prefix}-root {
display: block;
// ThemeOption: color: @text-color-normal;
.@{prefix}-content {
.no-padding !important;
min-width: 10em;
min-height: 2em;
&.@{prefix}-closable {
.@{prefix}-input {
.@{prefix... | {
"pile_set_name": "Github"
} |
@using IdentityServerDemo.Web.Views.Shared.Components.SideBarUserArea
@model SideBarUserAreaViewModel
<div class="user-info">
<div class="image">
<img src="~/images/user.png" width="48" height="48" alt="User" />
</div>
<div class="info-container">
<div class="name" data-toggle="dropdown" ar... | {
"pile_set_name": "Github"
} |
Split up SVG and Group creation and configuration
Separates things that happen once (e.g. SVG and G element creation) from things that may happen many times (e.g. setting size and transform).
| {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | {
"pile_set_name": "Github"
} |
/*
* Log an error when a `ref` is specified on `<TextField />`
* In 2.0.0 we added forwardRef functionality to TextField which will break places which already set `ref` on TextField
*/
export default function transformer(file, api) {
const j = api.jscodeshift;
const src = j(file.source);
let localIdentifierNa... | {
"pile_set_name": "Github"
} |
import TestRunner from 'test-runner'
import commandLineArgs from '../index.mjs'
import a from 'assert'
const tom = new TestRunner.Tom()
tom.test('two flags, one option, nothing set', function () {
const optionDefinitions = [
{ name: 'verbose', alias: 'v', type: Boolean },
{ name: 'recursive', alias: 'r', ty... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2011 Eric Niebler
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==========================================... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#include "stdafx.h"
using nam... | {
"pile_set_name": "Github"
} |
_base_ = './ocrnet_hr18_512x512_20k_voc12aug.py'
norm_cfg = dict(type='SyncBN', requires_grad=True)
model = dict(
pretrained='open-mmlab://msra/hrnetv2_w48',
backbone=dict(
extra=dict(
stage2=dict(num_channels=(48, 96)),
stage3=dict(num_channels=(48, 96, 192)),
stage4... | {
"pile_set_name": "Github"
} |
using System;
using System.Linq;
using N2.Web.Parsing;
using NUnit.Framework;
using Shouldly;
namespace N2.Tests.Web.Parsing
{
[TestFixture]
public class TokenizerTests
{
[Test]
public void SingleWord()
{
string text = "Hello";
var token = text.Tokenize().Si... | {
"pile_set_name": "Github"
} |
//
// SBPlatformDestination
// SwiftyBeaver
//
// Created by Sebastian Kreutzberger on 22.01.16.
// Copyright © 2016 Sebastian Kreutzberger
// Some rights reserved: http://opensource.org/licenses/MIT
//
import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif
// platform-dependen... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>Learning WebGL — lesson 5</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="sylvester.js"></script>
<script type="text/javascript" src="glUtils.js"></script>
<script id="shader-fs" type="x-shader/x-fragment">
#ifdef GL_ES... | {
"pile_set_name": "Github"
} |
---
# Implement your Pre Workload deployment tasks here
# Leave these as the last tasks in the playbook
# For deployment onto a dedicated cluster (as part of the
# cluster deployment) set workload_shared_deployment to False
# This is the default so it does not have to be set explicitely
- name: pre_workload tasks com... | {
"pile_set_name": "Github"
} |
var bb = {
post: function(url, params, jsonp) {
$.ajax({
type: "POST",
url: bb.restUrl(url),
data: params,
dataType: 'json',
error: function(jqXHR, textStatus, e) {
bb.msg(e, 'error');
},
success: function(da... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Cleanflight.
*
* Cleanflight 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.
*
* Cleanflight is distr... | {
"pile_set_name": "Github"
} |
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-body {
min-width: 1px;
min-height: 1px;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\XMPXmp;
use JMS\Serializer\Annotation\ExclusionPolicy;
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# 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 m... | {
"pile_set_name": "Github"
} |
NPM_MOD_DIR := $(CURDIR)/node_modules
NPM_BIN_DIR := $(NPM_MOD_DIR)/.bin
EXTERNAL_LIB_DIR := $(CURDIR)/extlib
.PHONY: xpi install_dependency lint format update_extlib install_extlib
all: xpi
install_dependency:
[ -e "$(NPM_BIN_DIR)/eslint" -a -e "$(NPM_BIN_DIR)/jsonlint-cli" ] || npm install --save-dev
lint: inst... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Mi... | {
"pile_set_name": "Github"
} |
<form name="form" class="form-horizontal" role="form" novalidate>
<div class="modal-header">
<h3>New User Registration <i class="fa fa-times pull-right" ng-click="cancel()"></i></h3>
</div>
<div class="modal-body">
<div class="form-group">
<label for="input-name" class="col-sm-2 control-label">Name</lab... | {
"pile_set_name": "Github"
} |
// Copyright 2011 Emilie Gillet.
//
// Author: Emilie Gillet (emilie.o.gillet@gmail.com)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your opt... | {
"pile_set_name": "Github"
} |
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/identity/accesscontextmanager/v1/service_perimeter.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Taylan Cemgil, Bogazici University"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# The Kalman Filter\n",
"\n",
"The Kalman filter is a recursive algorithm for estimating the latent state of a... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/list.hpp" header
// -- DO NOT modify by hand!
namespace boost { ... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2008-2011, Kenneth Bell
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, ... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
-- ... | {
"pile_set_name": "Github"
} |
/*----------------------------------------------------------------------*/
/* Matrix Ultra Structure */
/*----------------------------------------------------------------------*/
.listbox .list{
.title {
float: left;
a {
text-transform: lowercase;
}
}
}
.listbox{... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[将北欧设计进行到底,挪威的新护照美呆了_设计_好奇心日报-胡晓曦](https://www.qdaily.com/articles/3576.html)
WebArchive归档链接:[将北欧设计进行到底,挪威的新护照美呆了_设计_好奇心日报-胡晓曦](http://web.archive.org/web/20171227093501/http://www.qdaily.com:80/articles/3576.html)
 | {
"pile_set_name": "Github"
} |
from unittest import TestCase, main
from scrapy.http import Response, XmlResponse, Request
from scrapy.contrib_exp.downloadermiddleware.decompression import DecompressionMiddleware
from scrapy.spider import BaseSpider
from scrapy.tests import get_testdata
def _test_data(formats):
uncompressed_body = get_testdata(... | {
"pile_set_name": "Github"
} |
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
OUTPUT_ARCH(i386:x86-64)
ENTRY(enclave_entry)
SECTIONS
{
/* Read-only sections, merged into text segment; */
pal_start_addr = .;
__text_start = .;
. = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
text_start = .;
.note.gnu.build-id : { *(.n... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -tags linux,riscv64 syscall_linux.go syscall_linux_riscv64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,riscv64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func Fa... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.