text stringlengths 2 99.9k | meta dict |
|---|---|
<?php
namespace Kunstmaan\RedirectBundle\AdminList;
use Doctrine\ORM\EntityManager;
use Kunstmaan\AdminBundle\Helper\DomainConfigurationInterface;
use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper;
use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator;
use Kunstmaan\Admin... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
//
// 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 ... | {
"pile_set_name": "Github"
} |
{
"storyOrder": [
"clouds",
"australia_fires_2019_2020",
"dust_storms_overview_2019",
"hurricane_dorian_september_2019",
"fires_overview_2019",
"sunglint",
"tc_idai_march_2019",
"explore_the_earth_at_night",
"pine_island_glacier_icebergb46_nov_... | {
"pile_set_name": "Github"
} |
/*!
* FullCalendar v2.2.5 Print Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/
/*
* Include this stylesheet on your page to get a more printer-friendly calendar.
* When including this stylesheet, use the media='print' attribute of the <link> tag.
* Make sure to include this... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"pile_set_name": "Github"
} |
Aborted_clients 0
Aborted_connects 0
Binlog_cache_disk_use 0
Binlog_cache_use 0
Binlog_stmt_cache_disk_use 0
Binlog_stmt_cache_use 0
Bytes_received 197237
Bytes_sent 2689375
Com_admin_commands 0
Com_assign_to_keycache 0
Com_alter_db 0
Com_alter_db_upgrade 0
Com_alter_event 0
Com_alter_function 0
Com_alter_procedure 0
C... | {
"pile_set_name": "Github"
} |
---
archs: [ armv7, armv7s, arm64 ]
platform: ios
install-name: /usr/lib/IOABPLib.dylib
exports:
- archs: [ armv7, armv7s ]
symbols: [ __ZN10IOABPClass10writeAsyncEPKvmPFvPviS2_ES2_,
__ZN10IOABPClass12readRegisterEmPvPm, __ZN10IOABPClass14send... | {
"pile_set_name": "Github"
} |
Monocle.Controls.Magnifier = function (reader) {
var API = { constructor: Monocle.Controls.Magnifier }
var k = API.constants = API.constructor;
var p = API.properties = {
buttons: [],
magnified: false
}
function initialize() {
p.reader = reader;
}
function createControlElements(holder) {
... | {
"pile_set_name": "Github"
} |
import React from "react";
import ReactDOM from "react-dom";
import { createRouter, announce } from "@curi/router";
import { browser } from "@hickory/browser";
import { createRouterComponent } from "@curi/react-dom";
import routes from "./routes";
import App from "./components/App";
let router = createRouter(browser,... | {
"pile_set_name": "Github"
} |
## Private packages and organizations
<div class="subtitle"><time datetime="2017-08-28T00:00:00Z">August 28, 2017</time> · by Eric Meadows-Jönsson</div>
We are announcing the addition of private packages on Hex.pm. With private packages you can publish
packages to Hex.pm that only your organization members can access... | {
"pile_set_name": "Github"
} |
// 20.1.2.1 Number.EPSILON
var $export = require('./_export');
$export($export.S, 'Number', {EPSILON: Math.pow(2, -52)}); | {
"pile_set_name": "Github"
} |
{
"id": "host-name-tester",
"hostname": "/myname",
"containers" : [{
"name": "file-tester",
"image": "hyperhq/busybox:latest",
"workdir": "/",
"command": ["hostname"]
}],
"resource": {
"vcpu": 1,
"memory": 512
},
"volumes": [],
"tty": true
}
| {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
FTP
RETR
LIST
wildcardmatch
ftplistparser
flaky
</keywords>
</info>
#
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<tool>
lib574
</tool>
<name>
FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)
</name>
<command>
"ftp://%... | {
"pile_set_name": "Github"
} |
# webViewDemo
网易新闻中新闻详情页UIWebView的实现
在UIWebview中,自己控制图片的下载缓存。而不使用webview自带的下载缓存。
| {
"pile_set_name": "Github"
} |
// Copyright 2017 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 go1.9
package context
import "context" // standard library's context, as of Go 1.7
// A Context carries a deadline, a cancelation signal, and other... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you 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 o... | {
"pile_set_name": "Github"
} |
//
//---------------------------------------------------------------------------
//
// Copyright(C) 2003-2018 Christoph Oelckers
// All rights reserved.
//
// 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 ... | {
"pile_set_name": "Github"
} |
import {Formats} from './_Internal'
import {Number} from './Number'
import {IsZero} from './IsZero'
import {Not} from '../Boolean/Not'
import {Pos} from '../Iteration/Pos'
import {IterationOf} from '../Iteration/IterationOf'
import {NumberMap} from '../Iteration/Maps/Number'
import {Map} from '../Iteration/Map'
/**
Ch... | {
"pile_set_name": "Github"
} |
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002-2020 Guardsquare NV
*
* 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"
} |
<!DOCTYPE html>
<html>
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.module.Module... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="testiconv"
ProjectGUID="{D853E04D-DF9C-B644-9F50-B201EAAF5E18}"
RootNamespace="testiconv"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
... | {
"pile_set_name": "Github"
} |
using Serenity.ComponentModel;
using Serenity.PropertyGrid;
using System.Collections.Generic;
using Xunit;
namespace Serenity.Test.PropertyGrid
{
[Collection("AvoidParallel")]
public partial class GetPropertyItemsForTests
{
private class ClassWithNoProperties
{
}
... | {
"pile_set_name": "Github"
} |
using System;
using Ultraviolet.Input;
using Ultraviolet.Presentation.Input;
namespace Ultraviolet.Presentation.Controls
{
/// <summary>
/// Represents an item in a <see cref="ComboBox"/> control.
/// </summary>
[UvmlKnownType(null, "Ultraviolet.Presentation.Controls.Templates.ComboBoxItem.xml")]
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
style="@style/settingsRow"
android:layout_width="match_... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M5,15L3,15v4c0,1.1 0.9,2 2,2h4v-2L5,19v-4zM5... | {
"pile_set_name": "Github"
} |
// Pagination
@mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
.page-link {
padding: $padding-y $padding-x;
@include font-size($font-size);
line-height: $line-height;
}
.page-item {
&:first-child {
.page-link {
@include border-left-radius($... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019
* Ubiquitous Knowledge Processing (UKP) Lab and FG Language Technology
* Technische Universität Darmstadt
*
* 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
*
* htt... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@st... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
The Weather Channel (TM) funded Tungsten Graphics to develop the
initial release of the Radeon 8500 driver under the XFree86 license.
This notice must be preserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 The Android Open Source Project
*
* 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"
} |
/*
* Copyright 2008-2019 by Emeric Vernat
*
* This file is part of Java Melody.
*
* 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/LI... | {
"pile_set_name": "Github"
} |
local VolumetricConvolution, parent = torch.class('nn.VolumetricConvolution', 'nn.Module')
function VolumetricConvolution:__init(nInputPlane, nOutputPlane, kT, kW, kH, dT, dW, dH)
parent.__init(self)
dT = dT or 1
dW = dW or 1
dH = dH or 1
self.nInputPlane = nInputPlane
self.nOutputPlane = nOutputPl... | {
"pile_set_name": "Github"
} |
.adf {
&-form-definition-selector {
width: 100%;
}
}
| {
"pile_set_name": "Github"
} |
//
// Authors:
// Rafael Mizrahi <rafim@mainsoft.com>
// Erez Lotan <erezl@mainsoft.com>
// Vladimir Krasnov <vladimirk@mainsoft.com>
//
//
// Copyright (c) 2002-2005 Mainsoft Corporation.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated... | {
"pile_set_name": "Github"
} |
### [Overview](/api_docs/index.md)
### [Python API](/api_docs/python/index.md)
python/framework.md
python/constant_op.md
python/state_ops.md
python/array_ops.md
python/math_ops.md
python/control_flow_ops.md
python/image.md
python/sparse_ops.md
python/io_ops.md
python/python_io.md
python/nn.md
python/client.md
python/tr... | {
"pile_set_name": "Github"
} |
<?php
if (! function_exists('app_name')) {
/**
* Helper to grab the application name.
*
* @return mixed
*/
function app_name()
{
return config('app.name');
}
}
if (! function_exists('app_url')) {
/**
* Helper to grab the application url.
*
* @return mixed... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
#
# Modules specific tests cases
# protect against multiple inclusion
if [ $FILE_MODULE ]; then
return 0
else
FILE_MODULE=DONE
fi
source cpu.sh
source cpufreq.sh
source governor.sh
# Check basic insmod/rmmod
# $1: module
test_basic_insmod_rmmod()
{
printf "** Test: R... | {
"pile_set_name": "Github"
} |
--skip-name-resolve
| {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
config SOLO6X10
tristate "Softlogic 6x10 MPEG codec cards"
depends on PCI && VIDEO_DEV && SND
select VIDEOBUF_DMA_CONTIG
---help---
This driver supports the Softlogic based MPEG-4 and h.264 codec
codec cards.
| {
"pile_set_name": "Github"
} |
include/master-slave.inc
[connection master]
DROP TABLE IF EXISTS t1;
SET @@BINLOG_FORMAT = ROW;
SELECT @@BINLOG_FORMAT;
@@BINLOG_FORMAT
ROW
**** Partition RANGE testing ****
CREATE TABLE t1 (id MEDIUMINT NOT NULL, b1 BIT(8), vc VARCHAR(255),
bc CHAR(255), d DECIMAL(10,4) DEFAULT 0,
f FLOAT DEFAULT 0, total BIGINT UN... | {
"pile_set_name": "Github"
} |
aaaaa ICON "fon-flash.ico"
fon_flash_icon ICON "fon-flash.ico"
#include "wx/msw/wx.rc"
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse... | {
"pile_set_name": "Github"
} |
{
"check_exit_status": "yes",
"customize": {
"extra_dir": "",
"git_src_dir": "src",
"install_env": {
"BLAS_TYPE": "mkl",
"BUILD_MATLAB": 0,
"BUILD_PYTHON": 0,
"BUILD_PYTHON_LAYER": 0,
"CAFFE_BUILD_PYTHON": "OFF",
"CMAKE_BUILD_SHARED_LIBS": 0,
"CMAKE_CONFIG": "Re... | {
"pile_set_name": "Github"
} |
/** @file
This library provides helper functions to prevent integer overflow during
type conversion, addition, subtraction, and multiplication.
Copyright (c) 2017, Microsoft Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permit... | {
"pile_set_name": "Github"
} |
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare ... | {
"pile_set_name": "Github"
} |
{
"dataset_reader": {
"class_name": "paraphraser_reader",
"data_path": "{DOWNLOADS_PATH}/paraphraser_data"
},
"dataset_iterator": {
"class_name": "siamese_iterator",
"seed": 243
},
"chainer": {
"in": ["x"],
"in_y": ["y"],
"pipe": [
{
"id": "preproc",
"class_na... | {
"pile_set_name": "Github"
} |
// Copyright 2010 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=7"/>
<title> Ecmall S... | {
"pile_set_name": "Github"
} |
static void bar(char *boom) {
char F = 'b';
*boom = 47; // Frame bar
}
static void foo(char *boom, void (*boomer)(char *)) {
char F = 'f';
boomer(boom); // Frame foo
}
void main(void) {
char F = 'm';
foo(0, bar); // Frame main
}
| {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyrigh... | {
"pile_set_name": "Github"
} |
# Copyright JS Foundation and other contributors, http://js.foundation
#
# 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 b... | {
"pile_set_name": "Github"
} |
id: dsq-747508974
date: 2004-07-01T04:40:00.0000000-07:00
name: Haacked
avatar: https://github.com/haacked.png?size=120
message: <p>ha ha. true, but if my brother-in-law (who works for Sony) can get me a discount, I'd be happy.</p>
| {
"pile_set_name": "Github"
} |
/**
* Given a phrase, count the occurrences of each word in that phrase.
*
* For example for the input "olly olly in come free"
*
* olly: 2
* in: 1
* come: 1
* free: 1
*/
class Words {
count(str: string) {}
}
export { Words };
| {
"pile_set_name": "Github"
} |
#declare Ash_Inc_Temp=version;
/*
Persistence of Vision Raytracer Version 3.1
Ash wood color_map
*/
#declare M_Ash =
color_map {
[0.000000 rgb <0.298039, 0.188235, 0.125490>]
[0.003922 rgb <0.313726, 0.203922, 0.141176>]
[0.007843 rgb <0.313726, 0.203922, 0.172549>... | {
"pile_set_name": "Github"
} |
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { KeyResultUpdateService } from './keyresult-update.service';
import { KeyResultUpdateController } from './keyresult-update.controller';
import { KeyResultUpdate } from './keyresult-update.entity';
import { CqrsModule } fro... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_opt.xsd">
<SchemaVersion>1.0</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Extensions>
<cExt>*.c</cExt>
<aExt>*.s*;... | {
"pile_set_name": "Github"
} |
// The MIT License (MIT)
//
// Copyright (c) 2015-2020 Rasmus Mikkelsen
// Copyright (c) 2015-2020 eBay Software Foundation
// https://github.com/eventflow/EventFlow
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software... | {
"pile_set_name": "Github"
} |
{
"name": "statuses",
"description": "HTTP status utility",
"version": "1.2.1",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jshttp/statuses"
},
"license": "MIT",
"key... | {
"pile_set_name": "Github"
} |
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
<meta name="keywords" content="{{page.tag... | {
"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/aux_/reverse_fold_impl.hpp" header
// -- DO NOT modify by hand!
namespace b... | {
"pile_set_name": "Github"
} |
# Dog Breed Classification
This repo is designed to be as easy as possible for machine learning hobbyists or professionals to learn how transfer learning works using a hands on example without installing a single piece of software. The students will get to use keras (with TensorFlow backend) along with GPUs on Huawei'... | {
"pile_set_name": "Github"
} |
GNU GENERAL PUBLIC LICENSE (with font exception)
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changi... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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.
// illumos system calls not present on Solaris.
// +build amd64,illumos
package unix
import "unsafe"
func bytes2iovec(bs [][]byte) []Iovec {
iovecs := make... | {
"pile_set_name": "Github"
} |
import sqlite3
with sqlite3.connect('WordWise.kll.en.en.db') as f:
lemmas = f.execute('SELECT id,lemma FROM lemmas').fetchall()
senses = dict(f.execute('SELECT display_lemma_id,id FROM senses WHERE id>0').fetchall()[::-1])
display_lemma_ids = senses.keys()
csv = []
print('Please wait a moment.')
for id_, w... | {
"pile_set_name": "Github"
} |
from __future__ import division
import os
import struct
import argparse
import random
import time
import numpy as np
# import dynet as dy
# import dynet_config
# dynet_config.set_gpu()
import dynet as dy
# First, download the MNIST dataset from the official website and decompress it.
# wget -O - http://yann.lecun.com/... | {
"pile_set_name": "Github"
} |
/dts-v1/;
#include "bcm6358.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Huawei EchoLife HG556a (version C)";
compatible = "huawei,hg556a-c", "brcm,bcm6358";
chosen {
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
stdout-path = "serial0:115200n8";
};
keys {
compatible =... | {
"pile_set_name": "Github"
} |
#-- copyright
# OpenProject is an open source project management software.
# Copyright (C) 2012-2020 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# OpenProject is a fork of ChiliProject, which is a fork ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Document [zTree -- jQuery tree plug-ins.]</title>
<link rel="stylesheet" href="apiCss/common.css" type="text/css">
<link rel='stylesheet' href='apiCss/zTreeStyleForApi.css' type='text/css'>
<script ty... | {
"pile_set_name": "Github"
} |
{
"keyboard_name": "Murciélago",
"url": "",
"maintainer": "elagil",
"width": 15,
"height": 5.75,
"layouts": {
"LAYOUT": {
"layout": [
{"label":"0,0", "x":0, "y":0.425},
{"label":"0,1", "x":1, "y":0.25},
{"label":"0,2", "x":2, "y":0.125},
{"label":"0,3", "x":3, "y":... | {
"pile_set_name": "Github"
} |
// Generated by CoffeeScript 1.12.7
/*
ExternalEditor
Kevin Gravier <kevin@mrkmg.com>
MIT
*/
(function() {
var LaunchEditorError,
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prot... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
from __future__ import unicode_literals
from __future__ import print_function
from __future__ import division
import torch
import torch.nn as nn
from torch.autograd import Variable
from functools import reduce
import operator
count_ops = 0
count_params = 0
module_number = 0
modu... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// 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"
} |
/**
* Copyright (c) Codice Foundation
*
* <p>This 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, or any later version.
*
* <p>This program is distributed in the ... | {
"pile_set_name": "Github"
} |
#posts img {
max-width: 100%;
}
#content * {
font-size: 16px;
}
#content h1 {
font-size: 30px;
}
#content h2 {
font-size: 24px;
}
#content h3 {
font-size: 18px;
}
#content h4 {
font-size: 14px;
}
@-webkit-keyframes dropdown {
0% {
margin-top: -25px;
opacity: 0;
}
90% {
margin-top: 2px;
}... | {
"pile_set_name": "Github"
} |
$bc-describe: "It";
$bc-describe-depth: 0;
$bc-passing: null;
$bc-skipping: false;
$bc-errors: ();
| {
"pile_set_name": "Github"
} |
package org.emdev.ui.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class BaseViewHolder {
private View view;
public void init(final View view) {
this.view = view;
view.setTag(this);
}
pub... | {
"pile_set_name": "Github"
} |
{
"header" :
{
"platform" : "prologue",
"module" : "delfx",
"api" : "1.1-0",
"dev_id" : 0,
"prg_id" : 0,
"version" : "0.1-0",
"name" : "test",
"num_param" : 0
}
}
| {
"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"
} |
package rocks.inspectit.ui.rcp.editor.table.input;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.ecli... | {
"pile_set_name": "Github"
} |
##DESCRIPTION
##
##ENDDESCRIPTION
##KEYWORDS('calculus', '', '')
## DBsubject('Calculus - single variable')
## DBchapter('')
## DBsection('')
## Date('6/15/2019')
## Author('K. Andrew Parker')
## Institution('CityTech')
########################################################################
DOCUMENT();
l... | {
"pile_set_name": "Github"
} |
@import "~scss/variables";
$sw-customer-list-color-error: $color-crimson;
$sw-customer-list-color-success: $color-emerald;
.sw-customer-list {
.sw-customer-list__content {
width: 100%;
height: 100%;
position: absolute;
}
.is--inactive {
color: $sw-customer-list-color-error... | {
"pile_set_name": "Github"
} |
/*
* Ample SDK - JavaScript GUI Framework
*
* Copyright (c) 2012 Sergey Ilinsky
* Dual licensed under the MIT and GPL licenses.
* See: http://www.amplesdk.com/about/licensing/
*
*/
var cXULElement_tooltip_pane = function(){};
cXULElement_tooltip_pane.prototype = new cXULPopupElement("tooltip-pane");
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
<table name="catalog_p... | {
"pile_set_name": "Github"
} |
# native compiler darwin 386
#GOROOT=/usr/local/go
#GOBIN=
GOARCH=386
GOOS=freebsd
CGO_ENABLED=1
PATH=$GOROOT/bin:$PATH:/usr/local/bin
LITEIDE_GDB=/usr/local/bin/gdb
LITEIDE_MAKE=make
LITEIDE_TERM=/usr/bin/open
LITEIDE_TERMARGS=-a Terminal
LITEIDE_EXEC=/usr/X11R6/bin/xterm
LITEIDE_EXECOPT=-e
| {
"pile_set_name": "Github"
} |
---
name: Feature request
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want t... | {
"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/bind_fwd.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespa... | {
"pile_set_name": "Github"
} |
Afrikaans (af)
Afrikaans (Namibia) (af_NA)
Afrikaans (South Africa) (af_ZA)
Akan (ak)
Akan (Ghana) (ak_GH)
Albanian (sq)
Albanian (Albania) (sq_AL)
Albanian (Kosovo) (sq_XK)
Albanian (Macedonia) (sq_MK)
Amharic (am)
Amharic (Ethiopia) (am_ET)
Arabic (ar)
Arabic (Algeria) (ar_DZ)
Arabic (Bahrain) (ar_BH)
Arabic (Chad) (... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<animated-rotate android:drawable="@drawable/spinner_white_16" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
xmlns:android="http://schemas.android.com/apk/res/android" />
| {
"pile_set_name": "Github"
} |
# This file is generated by mkstringprep.py. DO NOT EDIT.
"""Library that exposes various tables found in the StringPrep RFC 3454.
There are two kinds of tables: sets, for which a member test is provided,
and mappings, for which a mapping function is provided.
"""
from unicodedata import ucd_3_2_0 as unicodedata
ass... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 David Chisnall. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, ... | {
"pile_set_name": "Github"
} |
package de.vogella.rcp.activities.handler;
import java.util.HashSet;
import java.util.Set;
import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.activities.IWorkbenchActivitySupport;
import... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import sys
if sys.version_info[0] >= 3:
import PySimpleGUI as sg
else:
import PySimpleGUI27 as sg
import os
import mido
import time
import sys
PLAYER_COMMAND_NONE = 0
PLAYER_COMMAND_EXIT = 1
PLAYER_COMMAND_PAUSE = 2
PLAYER_COMMAND_NEXT = 3
PLAYER_COMMAND_RESTART_SONG = 4
# --------------... | {
"pile_set_name": "Github"
} |
<view>
注意打开调试工具,查看console 和 network来测试
<button type="primary" class="btn" onTap="handleRequestByGet">
普通get请求
</button>
<button type="primary" class="btn" onTap="handleRequestByPOST">
普通POST请求
</button>
<button type="primary" class="btn" onTap="handleRequestByGetParams">
get请求带参数
</button>
... | {
"pile_set_name": "Github"
} |
from corehq.apps.app_manager.management.commands.helpers import (
AppMigrationCommandBase,
)
from corehq.apps.app_manager.models import Application
class Command(AppMigrationCommandBase):
help = "Migrate single parent index to CaseIndex list in advanced form actions."
include_builds = False # AdvancedAc... | {
"pile_set_name": "Github"
} |
package com.hellokoding.jpa.book;
import org.springframework.data.jpa.repository.JpaRepository;
public interface BookRepository extends JpaRepository<Book, Integer>{
}
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_NEW_ITERATOR_TESTS_HPP
# define BOOST_NEW_ITERATOR_TESTS_HPP
//
// Copyright (c) David Abrahams 2001.
// Copyright (c) Jeremy Siek 2001-2003.
// Copyright (c) Thomas Witt 2002.
//
// Use, modification and distribution is subject to the
// Boost Software License, Version 1.0.
// (See accompanyin... | {
"pile_set_name": "Github"
} |
SHA256 (Math-Financial-0.76.tar.gz) = 7cae1677382f12bc96326420758dd3f9a86d1f426cfe9efdb8b6268f0bd24b2a
SIZE (Math-Financial-0.76.tar.gz) = 6467
| {
"pile_set_name": "Github"
} |
/*
* SoapUI, Copyright (C) 2004-2019 SmartBear Software
*
* Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequent
* versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy... | {
"pile_set_name": "Github"
} |
/*
* PROGRAM: JRD Command Oriented Query Language
* MODULE: show_proto.h
* DESCRIPTION: Prototype header file for show.cpp
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.