text stringlengths 2 99.9k | meta dict |
|---|---|
module BootstrapForm
module Helpers
module Bootstrap
def button(value=nil, options={}, &block)
setup_css_class "btn btn-secondary", options
super
end
def submit(name=nil, options={})
setup_css_class "btn btn-secondary", options
super
end
def primary(... | {
"pile_set_name": "Github"
} |
# Settings specified here will take precedence over those in config/environment.rb
# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
config.cache_classes = true
# Full error reports are disabled and caching is turned on
config.action_controller.consider_all_reque... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
// lib.rs
//
// Copyright (c) 2020 All The Music, LLC
//
// This work is licensed under the Creative Commons Attribution 4.0 International License.
// To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send
// a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
//... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* psaux.h
*
* Auxiliary functions and data structures related to PostScript fonts
* (specification).
*
* Copyright (C) 1996-2019 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType proj... | {
"pile_set_name": "Github"
} |
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY addButton.label "Neue Umgebung hinzufügen">
<!ENTITY addButton.accesskey "N">
<!ENTITY prefe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="test.helloworldapp" >
<application>
<activity
android:name=".Debug" />
</application>
</manifest>
| {
"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"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSDictionary, NSString;
@interface SVGTextSpan : NSObject
{
NSString *_text;
NSDictionary *_attributes;
struct CGRect _rect;
}
@property(... | {
"pile_set_name": "Github"
} |
INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/src
)
ADD_LIBRARY(
BulletInverseDynamicsUtils
CloneTreeCreator.cpp
CoilCreator.cpp
MultiBodyTreeCreator.cpp
btMultiBodyTreeCreator.cpp
DillCreator.cpp
MultiBodyTreeDebugGraph.cpp
invdyn_bullet_comparison.cpp
IDRandomUtil.cpp
RandomTreeCreator.cpp
SimpleTreeCreator.cpp... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | EasyAdmin
// +----------------------------------------------------------------------
// | PHP交流群: 763822524
// +----------------------------------------------------------------------
// | 开源协议 https://mit-license.org
// +-----------... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive ... | {
"pile_set_name": "Github"
} |
package com.x.cms.assemble.control.factory;
import com.x.base.core.project.tools.ListTools;
import com.x.cms.assemble.control.AbstractFactory;
import com.x.cms.assemble.control.Business;
import com.x.cms.core.entity.CategoryInfo;
import com.x.cms.core.entity.CategoryInfo_;
import com.x.cms.core.express.tools.CriteriaB... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2007. 2012 Spring IDE Developers
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... | {
"pile_set_name": "Github"
} |
// Copyright 2006, 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 ... | {
"pile_set_name": "Github"
} |
{
"id": "squat-toilet",
"name": "Squat Toilet",
"games": {
"nh": {
"sellPrice": {
"currency": "bells",
"value": 375
},
"buyPrices": [
{
"currency": "bells",
"value": 1500
}
]
}
},
"category": "Furniture"
} | {
"pile_set_name": "Github"
} |
---
title: "Create and run unit tests for a Store app"
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.technology: vs-ide-test
ms.topic: conceptual
helpviewer_keywords:
- "unit tests"
ms.assetid: d3de7b31-0262-4373-ba84-e74eda7651e4
caps.latest.revision: 28
author: "alexhomer1"
ms.author: jillfra
manager: jillf... | {
"pile_set_name": "Github"
} |
local T, C, L, _ = unpack(select(2, ...))
if T.classic or C.skins.blizzard_frames ~= true then return end
----------------------------------------------------------------------------------------
-- ScrappingMachine skin
----------------------------------------------------------------------------------------
local func... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | {
"pile_set_name": "Github"
} |
package org.apereo.cas.configuration.model.support.okta;
import org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties;
import org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties;
import org.apereo.cas.configuration.support.RequiredProperty;
import org.ape... | {
"pile_set_name": "Github"
} |
## Unix tee-like functionality via a Python class
Originally published: 2017-03-31 14:30:28
Last updated: 2017-03-31 14:30:30
Author: Vasudev Ram
The Unix tee commmand, when used in a command pipeline, allows you to capture the output of the preceding command to a file or files, while still sending it on t... | {
"pile_set_name": "Github"
} |
/**
* @name Foo
* @class
*/
/**#@+
* @memberOf Foo#
* @field
*/
/**
* @name bar
* @type Object[]
*/
/**#@-*/
/**
* @name Foo2
* @class
*/
/**#@+
* @memberOf Foo2#
* @field
*/
/**
* @name bar
* @type Object[]
*/
/**#@-*/ | {
"pile_set_name": "Github"
} |
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
#include <ThreeSliceAttributes.h>
#include <DataNode.h>
// ************************************... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 493e5e35d9e265f499004a07237f579c
timeCreated: 1504815833
licenseType: Pro
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// @flow
const {assertProjectDir} = require('../utils/assert-project-dir.js');
const {isProjectInstalled} = require('../utils/is-project-installed.js');
const {install} = require('./install.js');
const {getPassThroughArgs} = require('../utils/parse-argv.js');
const {executeProjectCommand} = require('../utils/execute-pr... | {
"pile_set_name": "Github"
} |
/* Frontend part of the Linux driver for the Afatech 9005
* USB1.1 DVB-T receiver.
*
* Copyright (C) 2007 Luca Olivetti (luca@ventoso.org)
*
* Thanks to Afatech who kindly provided information.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Ilya Baran <ibaran@mit.edu>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at htt... | {
"pile_set_name": "Github"
} |
// This file has been autogenerated from a class added in the UI designer.
using System;
using Foundation;
using AppKit;
namespace MacControls
{
public partial class TextViewController : NSViewController
{
#region Constructors
public TextViewController (IntPtr handle) : base (handle)
{
}
#endregion
#r... | {
"pile_set_name": "Github"
} |
# This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
default:
suites:
ui_applying_shipping_method_rules:
contexts:
- sylius.behat.context.hook.doctrine_orm
- sylius.behat.context.transform.address
- sylius.behat.context.transform.c... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Neural Machine Translation\n",
"\n",
"Welcome to your first programming assignment for this week! \n",
"\n",
"You will build a Neural Machine Translation (NMT) model to translate human readable dates (\"25th of June, ... | {
"pile_set_name": "Github"
} |
/*
* This is an OpenSSL-compatible implementation of the RSA Data Security, Inc.
* MD5 Message-Digest Algorithm (RFC 1321).
*
* Homepage:
* http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
*
* Author:
* Alexander Peslyak, better known as Solar Designer <solar at openwall.com>
*
* ... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
# process all database filter
module Channel::Filter::Database
def self.run(_channel, mail)
# process postmaster filter
filters = PostmasterFilter.where(active: true, channel: 'email').order(:name, :created_at)
filters.each do |... | {
"pile_set_name": "Github"
} |
((output
(((f.ml (1 0) (1 30))
(paragraph
(((f.ml (1 0) (1 30)) (code_span Foo.extension-Bar.field-baz)))))))
(warnings
( "File \"f.ml\", line 1, characters 6-19:\
\nExpected 'module-', 'module-type-', 'type-', 'class-', 'class-type-', or an unqualified reference.")))
| {
"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">10J567</string>
<string key="IBDocument.InterfaceBuilderVersion">823</string>
<string key="IBDocument.AppKitVe... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | {
"pile_set_name": "Github"
} |
package extensions
import (
"testing"
common "github.com/rackspace/gophercloud/openstack/common/extensions"
"github.com/rackspace/gophercloud/pagination"
th "github.com/rackspace/gophercloud/testhelper"
"github.com/rackspace/gophercloud/testhelper/client"
)
func TestList(t *testing.T) {
th.SetupHTTP()
defer t... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
div {width: 50px; height: 50px;}
table {border-collapse:separate;
border: outset 1px black;
}
td {border: ins... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>24--Soldier_Firing_24_Soldier_Firing_Soldier_Firing_24_664.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</fl... | {
"pile_set_name": "Github"
} |
// Copyright 2014 the V8 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.
#include "test/unittests/compiler/instruction-selector-unittest.h"
namespace v8 {
namespace internal {
namespace compiler {} // namespace compiler
} ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""
Setup commands for PyGraphviz.
"""
# Copyright (C) 2006-2014 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Manos Renieris, http://www.cs.brown.edu/~er/
# Distributed with BSD license.
# All rights reserved, see LICENSE for details.
#
# Derived fr... | {
"pile_set_name": "Github"
} |
package MusicBrainz::Server::Entity::PartialDate;
use Moose;
use Date::Calc;
use MusicBrainz::Server::Data::Utils qw( take_while );
use overload '<=>' => \&_cmp, fallback => 1;
has 'year' => (
is => 'ro',
isa => 'Maybe[Int]',
predicate => 'has_year',
);
has 'month' => (
is => 'ro',
isa => 'Maybe... | {
"pile_set_name": "Github"
} |
"""
========
numpydoc
========
Sphinx extension that handles docstrings in the Numpy standard format. [1]
It will:
- Convert Parameters etc. sections to field lists.
- Convert See Also section to a See also entry.
- Renumber references.
- Extract the signature from the docstring, if it can't be determined otherwise.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2014/deployment" AppPlatformVersion="8.1">
<DefaultLanguage xmlns="" code="en-US"/>
<App xmlns="" ProductID="{28df003b-40c3-4550-8000-103ad513bc6d}" Title="NControlDemo.WP81" RuntimeType="Silverlight" Version="1.0.... | {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2005 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: ../../../../ICU4J/cldr/common/main/sid.xml
// *
//... | {
"pile_set_name": "Github"
} |
# Encoding file: iso8859-15, single-byte
S
003F 0 1
00
0000000100020003000400050006000700080009000A000B000C000D000E000F
0010001100120013001400150016001700180019001A001B001C001D001E001F
0020002100220023002400250026002700280029002A002B002C002D002E002F
0030003100320033003400350036003700380039003A003B003C003D003E003F
00400... | {
"pile_set_name": "Github"
} |
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"projects/integration-pwa-material/src/**/*.d.ts"
]
}
| {
"pile_set_name": "Github"
} |
require './spec/cases/helper'
process_diff do
Parallel.each((0..10).to_a, :in_processes => 5) { |a| a*2 }
end
| {
"pile_set_name": "Github"
} |
/*
* JSON lexer
*
* Copyright IBM, Corp. 2009
*
* Authors:
* Anthony Liguori <aliguori@us.ibm.com>
*
* This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* See the COPYING.LIB file in the top-level directory.
*
*/
#include "qstring.h"
#include "qlist.h"
#include "qdict.h"
#inclu... | {
"pile_set_name": "Github"
} |
/*
* Name: Config file functions
*
* Purpose: Read info from casrc ou create one if it doesnt exist
*
* Author: Pedro de Oliveira <falso@rdk.homeip.net>
*
* Copyright (c) 2004-2011 Pedro de Oliveira ( falso@rdk.homeip-net )
*
* This file is part of aMule.
*
* This program is free sof... | {
"pile_set_name": "Github"
} |
[
{
"date": "2022-01-01 00:00:00",
"start": "2022-01-01T00:00:00.000Z",
"end": "2022-01-02T00:00:00.000Z",
"name": "New Year's Day",
"type": "public",
"rule": "01-01",
"_weekday": "Sat"
},
{
"date": "2022-01-03 00:00:00",
"start": "2022-01-03T00:00:00.000Z",
"end": "2022-01... | {
"pile_set_name": "Github"
} |
page_title: Getting started with Docker Hub
page_description: Introductory guide to getting an account on Docker Hub
page_keywords: documentation, docs, the docker guide, docker guide, docker, docker platform, virtualization framework, docker.io, central service, services, how to, container, containers, automation, col... | {
"pile_set_name": "Github"
} |
Property Type Read-only Value
CONFIG.CLK_INTF.FREQ_HZ string false 10000000
CONFIG.CcmImp string false Distributed_Memory
CONFIG.ClockEnable string false false
CONFIG.Component_Name string false ipcore_mult_20b_20b_40b
C... | {
"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"
} |
//
// FLEXWebViewController.m
// Flipboard
//
// Created by Ryan Olson on 6/10/14.
// Copyright (c) 2014 Flipboard. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FLEXWebViewController : UIViewController
- (id)initWithURL:(NSURL *)url;
- (id)initWithText:(NSString *)text;
+ (BOOL)supportsPathExtensi... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Interface jdk.nashorn.api.tree.InstanceOfTree (Java SE 12 & JDK 12 )</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../styles... | {
"pile_set_name": "Github"
} |
gocc -a example.bnf
| {
"pile_set_name": "Github"
} |
/*
* zzllrr Mather
* Copyright by zzllrr since 2013. All rights reserved.
* zzllrr@gmail
* Released under MIT License
*/
/*
Integer 整数:字符串
+-×^封闭
÷ 数组[商,余数]
^
Decimal 有理小数:数组[整数字符串, 10的幂次, 循环节长度]
+-×÷ 封闭
^ 根数:数组
Frac (有理)分数:数组[分子,分母]
+-×÷ 封闭
^ 根数:数组
... | {
"pile_set_name": "Github"
} |
# This is an auto generated Dockerfile for ros:perception
# generated from docker_images/create_ros_image.Dockerfile.em
FROM ros:kinetic-ros-base-xenial
# label ros packages
LABEL sha256.ros-kinetic-perception=7c8a2df83dbaf9bce97adcaa8ad1bf91781c27e5938417e47bf404411aca36f5
# install ros packages
RUN apt-get update &... | {
"pile_set_name": "Github"
} |
Notice 0: Reading LEF file: bus1.lef
Notice 0: Created 1 library cells
Notice 0: Finished LEF file: bus1.lef
Instance bus1
Cell: bus4
Library: bus1
Path cells: bus4
Input pins:
in[0] input in[0]
in[2] input in[2]
clk input clk
in[3] input in[3]
in[1] input in[1]
Output pins:
out[2] output out[2]
... | {
"pile_set_name": "Github"
} |
#include "JSONDataParser.h"
DRAGONBONES_NAMESPACE_BEGIN
void JSONDataParser::_getCurvePoint(
float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4,
float t,
Point& result
)
{
const auto l_t = 1.0f - t;
const auto powA = l_t * l_t;
const auto powB = t * t;
const aut... | {
"pile_set_name": "Github"
} |
**build and run**
gradle installDebug runTwitter | {
"pile_set_name": "Github"
} |
/** internal
* class ArgumentGroup
*
* Group arguments.
* By default, ArgumentParser groups command-line arguments
* into “positional arguments” and “optional arguments”
* when displaying help messages. When there is a better
* conceptual grouping of arguments than this default one,
* appropriate groups can be ... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2019. Huawei Technologies Co., Ltd. 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... | {
"pile_set_name": "Github"
} |
libperf-$(CONFIG_DWARF) += dwarf-regs.o
| {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package sts
const (
// ErrCodeExpiredTokenException for service response error code
// "ExpiredTokenException".
//
// The web identity token that was passed is expired or is not valid. Get a
// new identity token from the identity provider and... | {
"pile_set_name": "Github"
} |
The MIT License (MIT)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Disable Selection 1.12.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
//>>label: disableSelection
//>>group: Core
//>>description: Disable selection of text content within the set of matched elements... | {
"pile_set_name": "Github"
} |
// Code generated by MockGen. DO NOT EDIT.
// Source: github.com/golang/mock/sample (interfaces: Index,Embed,Embedded)
// Package mock_sample is a generated GoMock package.
package mock_sample
import (
bufio "bufio"
bytes "bytes"
gomock "github.com/golang/mock/gomock"
imp1 "github.com/golang/mock/sample/imp1"
im... | {
"pile_set_name": "Github"
} |
({
baseUrl: '.',
optimize: 'none',
paths: {
fs: 'blank',
path: 'blank'
},
skipModuleInsertion: true,
name: '../build',
out: 'optotext.js'
})
| {
"pile_set_name": "Github"
} |
// cgo -godefs types_aix.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build ppc,aix
package unix
const (
SizeofPtr = 0x4
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x4
SizeofLongLong = 0x8
PathMax = 0x3ff
)
type (
_C_short int16... | {
"pile_set_name": "Github"
} |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.UI;
namespace osu.Game.Rulesets.Mods
{
public interface IUpdatableByPlayfield : IApplicableMod
{
void Update(Playfield ... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. ... | {
"pile_set_name": "Github"
} |
<!--
This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most
developers. However, you can modify these parameters to modify the behavior of the .NET Native
optimizer.
Runtime Directives are documented at http://go.microsoft.com/fwlink/?LinkID=391919
To fu... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
<html >
<head ><STYLE TYPE="text/css">@import "../stylesheet.css";</STYLE><title ></title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script language='JavaScript'>
function doClick(imageHref) {
if (parent.imageFrame != null)
parent.imageFrame.location.href = imageHref;
}
</scrip... | {
"pile_set_name": "Github"
} |
fa9a195dca8cc8cbcddbfa13b1bea8f4df5f27d6
| {
"pile_set_name": "Github"
} |
/*
* This file is part of WebLookAndFeel library.
*
* WebLookAndFeel library 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.
*
... | {
"pile_set_name": "Github"
} |
// Copyright 2018 the V8 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.
namespace test {
macro ElementsKindTestHelper1(kind: constexpr ElementsKind): bool {
if constexpr ((kind == UINT8_ELEMENTS) || (kind == UINT16_ELE... | {
"pile_set_name": "Github"
} |
/*
This file is part of the Grantlee template system.
Copyright (c) 2008 Stephen Kelly <steveire@gmail.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either version
2.1 of t... | {
"pile_set_name": "Github"
} |
<p>Dramatically increase both your swarmlings' meat cost and territory captured.</p><p>This will destroy all {{ game.unit('swarmling').count() | longnum }} of your swarmlings.</p>
| {
"pile_set_name": "Github"
} |
&FORCE_EVAL
METHOD QMMM
&DFT
BASIS_SET_FILE_NAME ../GTH_BASIS_SETS
POTENTIAL_FILE_NAME ../POTENTIAL
&MGRID
COMMENSURATE
CUTOFF 100.0
&END MGRID
&SCF
SCF_GUESS atomic
&END SCF
&XC
&XC_FUNCTIONAL PADE
&END XC_FUNCTIONAL
&END XC
LSD
&END DFT
&MM
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/developer_prefs_category" >
<ListPreference
android:defaultValue="-1"
android:entries="@array/dev_hardware_decoder_list"
android:entryValues="@array... | {
"pile_set_name": "Github"
} |
<h3>Manage Roles By User</h3>
<p>
<b>Select a User:</b>
<asp:DropDownList ID="UserList" runat="server" AutoPostBack="True"
DataTextField="UserName" DataValueField="UserName">
</asp:DropDownList>
</p>
<p>
<asp:Repeater ID="UsersRoleList" runat="server">
<ItemTemplate>
... | {
"pile_set_name": "Github"
} |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FormSingle
Inherits ChaoForm.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components I... | {
"pile_set_name": "Github"
} |
package cloudwatch
import (
"bufio"
"bytes"
"fmt"
"io"
"sync"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"
)
type RejectedLogEventsInfoError struct {
Info *cloudwatchlogs.RejectedLogEventsInfo
}
func (e *RejectedLogEventsInfoError) Error() string {
return fmt.S... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2009-2016 Jörg Müller
*
* 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.apac... | {
"pile_set_name": "Github"
} |
SEQ_NAME: ILLUMINA-52179E_0004:2:1:1040:5263#TTAGGC/1
---
SEQ_NAME: ILLUMINA-52179E_0004:2:1:1040:5263#TTAGGC/2
---
SEQ_NAME: ILLUMINA-52179E_0004:2:1:1043:19446#TTAGGC/1
---
SEQ_NAME: ILLUMINA-52179E_0004:2:1:1043:19446#TTAGGC/2
---
SEQ_NAME: ILLUMINA-52179E_0004:2:1:1045:16499#TTAGGC/1
---
SEQ_NAME: ILLUMINA-52179E_0... | {
"pile_set_name": "Github"
} |
using System;
using NetRuntimeSystem = System;
using System.ComponentModel;
using NetOffice.Attributes;
namespace NetOffice.MSHTMLApi
{
/// <summary>
/// DispatchInterface IHTMLDOMTextNode
/// SupportByVersion MSHTML, 4
/// </summary>
[SupportByVersion("MSHTML", 4)]
[EntityType(EntityType.IsDispatchInterface), ... | {
"pile_set_name": "Github"
} |
/**
* Google Analytics tracking pixel for the freely hosted version of Video.js
* at vjs.zencdn.net. We'll use this data to develop a support matrix of
* browsers and devices, and possibly track errors.
*
* This code generates the GA tracking URL without requiring the GA javascript
* library.
*
* @type {Image}
... | {
"pile_set_name": "Github"
} |
*> \brief \b ZSTEIN
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download ZSTEIN + dependencies
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zstein.f... | {
"pile_set_name": "Github"
} |
http://24.media.tumblr.com/005ef71a8c720baef958916ebec7e677/tumblr_mo70r1AxEB1soidbso1_1280.jpg
http://25.media.tumblr.com/5ec60d2a9bb64b7695749d15893f1cf1/tumblr_mz3xs9eF4K1rb4iemo1_1280.jpg
http://25.media.tumblr.com/b8fbe7a81158c7e3800f0dff14a63f75/tumblr_mz3x5nQzJ51rb4iemo1_1280.jpg
http://31.media.tumblr.com/56a35... | {
"pile_set_name": "Github"
} |
import urlparse
from urllib import urlencode
import requests
import sqlalchemy
from flask import current_app
from forex_python.converter import CurrencyRates
import stripe
from app.api.helpers.cache import cache
from app.api.helpers.db import safe_query, save_to_db
from app.api.helpers.files import make_frontend_url... | {
"pile_set_name": "Github"
} |
(function( window, undefined ) {
kendo.cultures["fo-FO"] = {
name: "fo-FO",
numberFormat: {
pattern: ["-n"],
decimals: 2,
",": ".",
".": ",",
groupSize: [3],
percent: {
pattern: ["-n %","n %"],
de... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import re
import datatest
class TestExample(datatest.DataTestCase):
def test_membership_in_set(self):
data = ['x', 'x', 'y', 'y', 'z', 'z']
requirement = {'x', 'y', 'z'} # <- set
self.assertValid(data, requirement)
def test_function_returns_true(self):
d... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 LinkedIn Corp. Licensed under the BSD 2-Clause License (the "License").
See License in the project root for license information.
*/
package com.linkedin.kafka.clients.auditing;
import java.util.Map;
import java.util.concurrent.TimeUnit;
/**
* The default no-op auditor class.
*/
public class ... | {
"pile_set_name": "Github"
} |
config DRM_PANEL
bool
depends on DRM
help
Panel registration and lookup framework.
menu "Display Panels"
depends on DRM && DRM_PANEL
config DRM_PANEL_SIMPLE
tristate "support for simple panels"
depends on OF
depends on BACKLIGHT_CLASS_DEVICE
select VIDEOMODE_HELPERS
help
DRM panel driver for dumb panel... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
/*
* Copyright(c) 2007 Atheros Corporation. All rights reserved.
*
* Derived from Intel e1000 driver
* Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
*
* 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 t... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_IBUS_H__
#define __NVKM_IBUS_H__
#include <core/subdev.h>
int gf100_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
int gf117_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
int gk104_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
i... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Components : Common: Container renders correctly 1`] = `
<div
className="container container"
>
<div
className="full"
>
<p>
Sample child
</p>
</div>
</div>
`;
exports[`Components : Common: Container: Centered renders correctly 1`] = `
<div
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.