text stringlengths 574 99.1k | meta dict |
|---|---|
use strict;
use warnings;
use Test::More;
use lib qw(t/lib);
use DBICTest;
my $schema = DBICTest->init_schema();
my $rs = $schema->resultset("Artist")->search(
{ artistid => 1 }
);
my $artist = $rs->first;
ok( !defined($rs->get_cache), 'cache is not populated without cache attribute' );
$rs = $schema->resultset... | {
"pile_set_name": "Github"
} |
{
"scriptCategory": "English-like",
"timeOfDayFormat": "H:mm",
"openAppDrawerTooltip": "Navigatsiya menyusini ochish",
"backButtonTooltip": "Orqaga",
"closeButtonTooltip": "Yopish",
"deleteButtonTooltip": "Olib tashlash",
"nextMonthTooltip": "Keyingi oy",
"previousMonthTooltip": "Avvalgi oy",
"nextPag... | {
"pile_set_name": "Github"
} |
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
--disable_warnings
DROP TABLE IF EXISTS t2;
--enable_warnings
CREATE TABLE t1 (c1 INT, c2 CHAR(100));
INSERT INTO t1 VALUES (null,null);
INSERT INTO t1 VALUES (1,'');
INSERT INTO t1 VALUES (2,'abcde');
INSERT INTO t1 VALUES (100,'abcdefghij');
CREATE TABLE t... | {
"pile_set_name": "Github"
} |
#begin document (nw/wsj/02/wsj_0265); part 000
nw/wsj/02/wsj_0265 0 0 [WORD] NNP (TOP(S(NP* - - - - (ORG* * * * -
nw/wsj/02/wsj_0265 0 1 [WORD] NNP * - - - - * * ... | {
"pile_set_name": "Github"
} |
import json
import pytest
from django import forms
from django.core import exceptions, serializers
from django.db import models
from django.db.migrations.writer import MigrationWriter
from django.db.models import Q
from django.test import SimpleTestCase, TestCase
from django_mysql.forms import SimpleSetField
from dja... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using NLog;
using NzbDrone.Common.Disk;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.Http;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.Extras.Files;
using NzbDrone.Core.Extras.Metadata.Files;
usi... | {
"pile_set_name": "Github"
} |
/*!
* negotiator
* Copyright(c) 2012 Federico Romero
* Copyright(c) 2012-2014 Isaac Z. Schlueter
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict';
/**
* Cached loaded submodules.
* @private
*/
var modules = Object.create(null);
/**
* Module exports.
* @public
*/
module.expo... | {
"pile_set_name": "Github"
} |
function preInitModel( geometry, renderer, scene, object ) {
// pre-initialize buffers
renderer.initWebGLObjects( scene );
// this makes videos black
// pre-initialize shaders
var i, material;
for( i = 0; i < geometry.materials.length; i++ ) {
material = geometry.materials[ i ][ 0 ];
if ( ! ( materi... | {
"pile_set_name": "Github"
} |
<?php
namespace Runalyze\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* add runscribe data to trackdata
*/
class Version20180117090538... | {
"pile_set_name": "Github"
} |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | {
"pile_set_name": "Github"
} |
swagger: "2.0"
info:
description: Swagger doc for /api/spb/bmc
title: Swagger doc for /api/spb/bmc
version: 1.0.0
paths:
/api/spb/bmc:
get:
produces: [application/json]
responses:
200:
description: ok
schema:
type: object
additionalP... | {
"pile_set_name": "Github"
} |
a-cfdlli.ads:469:49: info: overflow check proved (CVC4: 1 VC), in instantiation at foo.adb:10
a-cfdlli.ads:610:49: info: overflow check proved (CVC4: 1 VC), in instantiation at foo.adb:10
a-cfdlli.ads:700:57: info: overflow check proved (CVC4: 1 VC), in instantiation at foo.adb:10
a-cfdlli.ads:766:57: info: overflow ch... | {
"pile_set_name": "Github"
} |
package org.ggp.base.util.gdl;
import org.ggp.base.util.gdl.grammar.Gdl;
import org.ggp.base.util.gdl.grammar.GdlConstant;
import org.ggp.base.util.gdl.grammar.GdlDistinct;
import org.ggp.base.util.gdl.grammar.GdlFunction;
import org.ggp.base.util.gdl.grammar.GdlLiteral;
import org.ggp.base.util.gdl.grammar.Gdl... | {
"pile_set_name": "Github"
} |
{
"data": [
{
"name": "Shining",
"views": 0,
"dateUTC": "2011-01-05T00:00:00Z"
},
{
"name": "Shining",
"views": 1000,
"dateUTC": "2011-01-06T00:00:00Z"
},
{
"name": "Shining",
"vie... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
define <8 x i8> @vmuli8(<8 x i8>* %A, <8 x i8>* %B) nounwind {
;CHECK: vmuli8:
;CHECK: vmul.i8
%tmp1 = load <8 x i8>* %A
%tmp2 = load <8 x i8>* %B
%tmp3 = mul <8 x i8> %tmp1, %tmp2
ret <8 x i8> %tmp3
}
define <4 x i16> @vmuli16(<4 x i16>* %A, <4 x i16>* %B... | {
"pile_set_name": "Github"
} |
var searchData=
[
['tdjabstractconfig',['TdjAbstractConfig',['../classTdjAbstractConfig.html',1,'']]],
['tdjabstractconnector',['TdjAbstractConnector',['../classTdjAbstractConnector.html',1,'']]],
['tdjabstracthandler',['TdjAbstractHandler',['../classTdjAbstractHandler.html',1,'']]],
['tdjabstracthandlercontain... | {
"pile_set_name": "Github"
} |
PROG = 7za.dll
DEF_FILE = ../../Archive/Archive2.def
LIBS = $(LIBS) user32.lib oleaut32.lib
CFLAGS = $(CFLAGS) -I ../../../ \
-DCOMPRESS_MT \
-DCOMPRESS_MF_MT \
-DCOMPRESS_BZIP2_MT \
-DDEFLATE_EXTRACT_ONLY \
-DBZIP2_EXTRACT_ONLY \
COMMON_OBJS = \
$O\CRC.obj \
$O\IntToString.obj \
$O\NewHan... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using Jaeger.Propagation;
using Microsoft.Extensions.Logging;
using OpenTracing.Propagation;
namespace Jaeger
{
internal class PropagationRegistry
{
private readonly ILogger _logger;
private readonly Dictionary<object, IInjector> _injectors = new... | {
"pile_set_name": "Github"
} |
<?php
/**
* File form base class.
*
* @method File getObject() Returns the current form's model object
*
* @package crew
* @subpackage form
* @author Your name here
*/
abstract class BaseFileForm extends BaseFormPropel
{
public function setup()
{
$this->setWidgets(array(
'id' ... | {
"pile_set_name": "Github"
} |
from Crypto.Cipher import AES
from Crypto.Util import Counter
import struct
from scapy.layers.dot15d4 import *
from scapy.layers.zigbee import *
import struct
conf.dot15d4_protocol = 'zigbee'
DEFAULT_TRANSPORT_KEY = b'ZigBeeAlliance09'
BLOCK_SIZE = 16
MIC_SIZE = 4
def block_xor(block1, block2):
r... | {
"pile_set_name": "Github"
} |
目前 用人 单位 试用 大学 毕业生 试金石 单位 故意 延长 试用期 试用 唤人 做法 经历 学生 叫苦不迭
眼下 大学 毕业生 落实 工作 签订 协议 参加 工作 大学生 都会 经历 一段 试用期 用人 单位 无限制 延长 试用 提出 试用 到期 单位 说辞 拒绝 应聘 留下 究竟 企业 是否 随意 延长 试用期 企业 惯例 试用期 是否 合法 记者 昨天 采访 劳动 保障 部门 相关 人士
警惕 试用 录用 提高 劳动 维权 意识
据 了解 目前 用人 单位 试用 大学 毕业生 试金石 经历 学生 觉得 试用 已经 用人 单位 扭曲 曾经 外贸 公司 同学 当初 公司 不肯 录用 根本 没有 合同 上班 以后 加... | {
"pile_set_name": "Github"
} |
(in-package :mkl.blas.test)
(in-suite root-suite)
(defsuite* blas-test)
;;;; data
;;; 1d array
(defparameter *sx10* (setup-array (make-static-array 10 :element-type 'single-float :warning nil)))
(defparameter *dx10* (setup-array (make-static-array 10 :element-type 'double-float :warning nil)))
(defparameter *cx10* ... | {
"pile_set_name": "Github"
} |
idx label predict basePredict correct time
0 3 -1 4 0 0:00:15.874214
20 7 9 9 0 0:00:15.750334
40 4 8 8 0 0:00:15.820654
60 7 7 4 1 0:00:15.760468
80 8 8 8 1 0:00:15.732139
100 4 5 5 0 0:00:15.700472
120 8 8 8 1 0:00:15.696066
140 6 2 2 0 0:00:15.728036
160 2 2 2 1 0:00:15.740664
180 0 0 0 1 0:00:15.796442
2... | {
"pile_set_name": "Github"
} |
{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.2509.11.1.1.8",
"sysDescr": null,
"sysContact": null,
"version": "2.7.0.11.4349-WTM4100",
... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------
// PARAMETERS:
// --------------------------------------------------------------------------------------------------
//texture size XY
float2 size_source;
//filter texture
texture TexFilter <string uiname="Fi... | {
"pile_set_name": "Github"
} |
EXTRA_CFLAGS = -Idrivers/net/wireless/rt2860v2/include -Idrivers/net/wireless/rt2860v2/ate/include
obj-$(CONFIG_RT2860V2_STA) += rt2860v2_sta.o
rt2860v2_sta-objs += ../rt2860v2/common/crypt_md5.o
rt2860v2_sta-objs += ../rt2860v2/common/crypt_sha2.o
rt2860v2_sta-objs += ../rt2860v2/common/crypt_hmac.o
rt2860v2_sta-obj... | {
"pile_set_name": "Github"
} |
\i setup.sql
SELECT plan(656);
SELECT has_function('pgr_bddijkstracost', ARRAY['text', 'bigint', 'bigint', 'boolean']);
SELECT has_function('pgr_bddijkstracost', ARRAY['text', 'anyarray', 'bigint', 'boolean']);
SELECT has_function('pgr_bddijkstracost', ARRAY['text', 'bigint', 'anyarray', 'boolean']);
SELECT has_funct... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS t5;
CREATE TEMPORARY TABLE t5(c1 BIT(10) NULL);
SHOW TABLES;
Tables_in_test
SHOW CREATE TABLE t5;
Table Create Table
t5 CREATE TEMPORARY TABLE `t5` (
`c1` bit(10) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t5;
SHOW TABLES;
Tables_in_test
CREATE TEMPORARY TABLE t5(c1 TINYINT(10... | {
"pile_set_name": "Github"
} |
(set-info :source |fuzzsmt|)
(set-info :smt-lib-version 2.0)
(set-info :category "random")
(set-info :status unknown)
(set-logic QF_UF)
(declare-sort S0 0)
(declare-sort S1 0)
(declare-sort S2 0)
(declare-fun v0 () S0)
(declare-fun v1 () S0)
(declare-fun v2 () S0)
(declare-fun v3 () S1)
(declare-fun v4 () S1)
(declare-... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
// peripheral BT0
namespace Bt6PwmTmcr{ ///< register PWM_TMCR
using Addr = Register::Address<0x4002528c,0xffff8080,0x00000000,unsigned>;
/// bitfield CKS2_0
constexpr Register::FieldLocation<Addr,Register::maskFromRange(... | {
"pile_set_name": "Github"
} |
.jqx-rc-tl-ui-overcast{border-top-left-radius:6px; moz-border-radius-topleft:6px; webkit-border-top-left-radius:6px}
.jqx-rc-tr-ui-overcast{border-top-right-radius:6px; moz-border-radius-topright:6px; webkit-border-top-right-radius:6px}
.jqx-rc-bl-ui-overcast{border-bottom-left-radius:6px; moz-border-radius-bottomlef... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using Moq;
using WinForms.Comm... | {
"pile_set_name": "Github"
} |
{
attributes = (
{
columnName = amount;
externalType = decimal;
name = amount;
precision = 38;
scale = 2;
userInfo = {modificationDate = "2002-07-21 21:47:27 +0200"; };
valueClassName = NSNumber;
valueType... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the USB serial device drivers.
#
# Object file lists.
obj-$(CONFIG_USB_SERIAL) += usbserial.o
usbserial-y := usb-serial.o generic.o bus.o
usbserial-$(CONFIG_USB_SERIAL_CONSOLE) += console.o
obj-$(CONFIG_USB_SERIAL_AIRCABLE) += aircable.o
obj-$(CONFIG_USB_SERIA... | {
"pile_set_name": "Github"
} |
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.2
EXPORTS
adler32 @1
compress @2
crc32 @3
deflate @4
deflateCopy ... | {
"pile_set_name": "Github"
} |
function rebuild(obj)
%REBUILD Rebuild the internal data structures of a DagNN object
% REBUILD(obj) rebuilds the internal data structures
% of the DagNN obj. It is an helper function used internally
% to update the network when layers are added or removed.
varFanIn = zeros(1, numel(obj.vars)) ;
varFanOut = zero... | {
"pile_set_name": "Github"
} |
local vs = [[
#ifndef SKIN_ON
#define SKIN_ON 0
#endif
VK_UNIFORM_BINDING(0) uniform PerView
{
mat4 u_view_matrix;
mat4 u_projection_matrix;
};
VK_UNIFORM_BINDING(1) uniform PerRenderer
{
mat4 u_model_matrix;
};
layout(location = 0) in vec4 i_vertex;
#if (SKIN_ON == 1)
VK_UNIFORM_BINDING(2) uniform PerRendere... | {
"pile_set_name": "Github"
} |
RSpec.describe Readthis::Serializers do
CustomSerializer = Class.new
AnotherSerializer = Class.new
describe '#<<' do
it 'appends new serializers' do
serializers = Readthis::Serializers.new
serializers << CustomSerializer
expect(serializers.marshals).to include(CustomSerializer)
exp... | {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:Ryan Holtz
/**********************************************************************
STmicro ST6-series microcontroller disassembler
To Do:
- Named registers/bits
**********************************************************************/
#include "emu.h"
#incl... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "freetype.vcproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Multithreaded|Win32 = D... | {
"pile_set_name": "Github"
} |
inherited CustomizeParams: TCustomizeParams
Left = 340
Top = 192
HelpContext = 720
Caption = 'Custom Parameters'
ClientHeight = 343
ClientWidth = 557
ShowHint = True
OnDestroy = FormDestroy
OnShow = FormShow
ExplicitWidth = 563
ExplicitHeight = 372
PixelsPerInch = 96
TextHeight = ... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.Razor;
namespace Microsoft.CodeAnalysis.Host
{
int... | {
"pile_set_name": "Github"
} |
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
1
1
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
1
1
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5 ... | {
"pile_set_name": "Github"
} |
Spree.Views.Stock.AddStockItem = Backbone.View.extend({
initialize: function() {
this.$countInput = this.$("[name='count_on_hand']");
this.$locationSelect = this.$("[name='stock_location_id']");
this.$backorderable = this.$("[name='backorderable']");
},
events: {
"click .submit": "onSubmit",
... | {
"pile_set_name": "Github"
} |
; RUN: llvm-as < %s >%t.bc
; PR21108: Diagnostic handlers get pass remarks, even if they're not enabled.
; Confirm that there are -pass-remarks.
; RUN: llvm-lto -pass-remarks=inline \
; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \
; RUN: -exported-symbol _main -o %t.o %t.bc 2>... | {
"pile_set_name": "Github"
} |
# Change Log
## [v0.1.4](https://github.com/vultr/govultr/compare/v0.1.3..v0.1.4) (2019-07-14)
### Bug Fixes
* Fix panic on request failure [#20](https://github.com/vultr/govultr/pull/20)
## [v0.1.3](https://github.com/vultr/govultr/compare/v0.1.2..v0.1.3) (2019-06-13)
### Features
* added `GetVc2zList` to Plans to r... | {
"pile_set_name": "Github"
} |
class AppTestWeakref(object):
spaceconfig = dict(usemodules=('_weakref',))
def setup_class(cls):
cls.w_runappdirect = cls.space.wrap(cls.runappdirect)
def test_simple(self):
import _weakref, gc
class A(object):
pass
a = A()
assert _weakref.getweakrefcoun... | {
"pile_set_name": "Github"
} |
#ifndef _DEVGUID_H
#define _DEVGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
extern const GUID GUID_DEVCLASS_WCEUSBS;
extern const GUID GUID_DEVCLASS_USB;
extern const GUID GUID_DEVCLASS_PNPPRINTERS;
extern const GUID GUID_DEVCLASS_DOT4;
extern const GUID GUID_DEVC... | {
"pile_set_name": "Github"
} |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
function BasicEvaluatedExpression() {
this.range = null;
}
module.exports = BasicEvaluatedExpression;
BasicEvaluatedExpression.prototype.isNull = function() {
return !!this.null;
};
BasicEvaluatedExpression.prototype.... | {
"pile_set_name": "Github"
} |
{
"name": "IDOTA2Match_205790",
"methods": [
{
"name": "GetLeagueListing",
"version": 1,
"httpmethod": "GET",
"parameters": []
},
{
"name": "GetLiveLeagueGames",
"version": 1,
"httpmethod": "GET",
... | {
"pile_set_name": "Github"
} |
require 'tzinfo/timezone_definition'
module TZInfo
module Definitions
module America
module Halifax
include TimezoneDefinition
timezone 'America/Halifax' do |tz|
tz.offset :o0, -15264, 0, :LMT
tz.offset :o1, -14400, 0, :AST
tz.offset :o2, -14400, 3600,... | {
"pile_set_name": "Github"
} |
# This is a list of legacy warnings that have yet to be fixed.
# Warning JSC_BAD_PRIVATE_PROPERTY_ACCESS: Access to private property {0} of {1} not allowed here.
javascript/closure/gears/loggerclient.js:72 Access to private property doLogRecord_ of goog.debug.Logger.prototype not allowed here.
javascript/closure/net/... | {
"pile_set_name": "Github"
} |
#begin document (wb/sel/33/sel_3398); part 000
wb/sel/33/sel_3398 -1 0 [WORD] DT (TOP(S(NP(NP* - - - - * -
wb/sel/33/sel_3398 -1 1 [WORD] NN *) - - - - * -
wb/sel/33/sel_3398 -1 2 [WORD] WRB (SBAR(WHADVP*) -... | {
"pile_set_name": "Github"
} |
---
archs: [ armv7, armv7s, arm64, i386, x86_64 ]
platform: ios
install-name: /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
current-version: 1
compatibility-version: 1
exports:
- archs: [ armv7, armv7s, arm64, i386, x86_64 ]
symbols: ... | {
"pile_set_name": "Github"
} |
import check {...}
void testIntegerOperators() {
variable Integer i1 = -4;
i1 = -i1;
check(i1==4, "negation");
i1 = + (-987654);
check(i1==-987654, "positive");
i1 = +0;
check(i1==0, "+0=0");
i1 = -0;
check(i1==0, "+0=0");
variable Integer i2 = 123 + 456;
check... | {
"pile_set_name": "Github"
} |
void FutureApi::OnFrontConnected()
{
gil_scoped_acquire acquire;
this->onFrontConnected();
};
void FutureApi::OnFrontDisconnected(int iReason)
{
gil_scoped_acquire acquire;
this->onFrontDisconnected(iReason);
};
void FutureApi::OnHeartBeatWarning(int iTimeLapse)
{
gil_scoped_acquire acquire;
this->onHeartBeatWa... | {
"pile_set_name": "Github"
} |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | {
"pile_set_name": "Github"
} |
package com.frameworkset.common.ecs;
import java.util.ArrayList;
public class TD extends BaseElement{
private Integer colSpan;
private Integer rowSpan;
private String align;
private boolean noWrap;
private Object width;
protected boolean tdtype = true;
public TD() {
subelements = new ArrayList<Ba... | {
"pile_set_name": "Github"
} |
{
"size": 3562,
"gzipSize": 529,
"humanizedSize": "3KB",
"humanizedGzipSize": "529B",
"rules": {
"total": 14,
"size": {
"graph": [
6,
6,
6,
8,
1,
2,
2,
1,
5,
5,
5,
10,
2,
1
],
... | {
"pile_set_name": "Github"
} |
StdPeriph_Driver/src/stm32f10x_pwr.o: \
../StdPeriph_Driver/src/stm32f10x_pwr.c \
/home/andre/workspace/Example_BLDC_Sensorless/StdPeriph_Driver/inc/stm32f10x_pwr.h \
/home/andre/workspace/Example_BLDC_Sensorless/CMSIS/device/stm32f10x.h \
/home/andre/workspace/Example_BLDC_Sensorless/CMSIS/core/core_cm3.h \
/home... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: IE Example Anchor Magenta
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywor... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Beta
module Types
module Objects
class UserType < Beta::Types::Objects::Base
implements GraphQL::Relay::Node.interface
global_id_field :id
field :annict_id, Integer, null: false
field :username, String, null: false
field :name, ... | {
"pile_set_name": "Github"
} |
Inputs:
2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19
Outputs:
12 (Combinatorial, Output feedback output, Active high)
13 (Combinatorial, Output feedback output, Active low)
14 (Registered, Output feedback registered, Active low)
15 (Registered, Output feedback registered, Active low)
16 (Registered, Output... | {
"pile_set_name": "Github"
} |
qbs*oldstr3333=NULL;
if(_SUB_BUILD_STRING_PATH->tmp||_SUB_BUILD_STRING_PATH->fixed||_SUB_BUILD_STRING_PATH->readonly){
oldstr3333=_SUB_BUILD_STRING_PATH;
if (oldstr3333->cmem_descriptor){
_SUB_BUILD_STRING_PATH=qbs_new_cmem(oldstr3333->len,0);
}else{
_SUB_BUILD_STRING_PATH=qbs_new(oldstr3333->len,0);
}
memcpy(_... | {
"pile_set_name": "Github"
} |
import "dart:typed_data";
import "dart:convert";
import "actor_component.dart";
import "actor_event.dart";
import "actor_node.dart";
import "actor_node_solo.dart";
import "actor_bone.dart";
import "actor_root_bone.dart";
import "actor_jelly_bone.dart";
import "jelly_component.dart";
import "actor_ik_constraint.dart";
i... | {
"pile_set_name": "Github"
} |
bin/adacurses-config
include/%%atic%%-aux.adb
include/%%atic%%-aux.ads
include/%%atic%%-forms-field_types-alpha.adb
include/%%atic%%-forms-field_types-alpha.ads
include/%%atic%%-forms-field_types-alphanumeric.adb
include/%%atic%%-forms-field_types-alphanumeric.ads
include/%%atic%%-forms-field_types-enumeration-ada.adb
... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fobjc-runtime-has-weak -fsyntax-only -fobjc-arc -verify -fblocks -Wno-objc-root-class %s
// Simple ownership conversions + diagnostics.
int &f0(id __strong const *); // expected-note{{candidate function not viable: 1st argument ('__weak id *') has __weak ownership, but parameter has __strong owners... | {
"pile_set_name": "Github"
} |
def slice_hypercube(data, header, dimensions=[0, 1], slices=[]):
"""
Extract a slice from an n-dimensional HDU data/header pair, and return the
new data (without changing the header).
"""
if type(slices) == int:
slices = (slices, )
else:
slices = slices[:]
shape = data.sha... | {
"pile_set_name": "Github"
} |
[METADATA]
title = Zelda Classic
author = Armageddon Games
info_0 = The 'Zelda Classic Module' for ZC Player
info_1 = and ZQ Editor, featuring the classic
info_2 = first through tenth quests by Armageddon
info_3 = Games, and various contest contributors.
info_4 =
version_first = 2
version_second = 0
version_third = ... | {
"pile_set_name": "Github"
} |
var gulp = require('gulp');
var jshint = require('gulp-jshint');
var uglify = require('gulp-uglify');
var concat = require('gulp-concat');
var rename = require('gulp-rename');
var replace = require('gulp-replace');
var clean = require('gulp-clean');
var runSequence = require('run-sequence');
var highlight = require('g... | {
"pile_set_name": "Github"
} |
describe('adaptive.speech', function() {
describe('$speechSynthetisProvider', function() {
var speechSynthetis;
beforeEach(module('adaptive.speech', function($speechSynthetisProvider) {
speechSynthetis = $speechSynthetisProvider;
}));
it('should be defined', inject(function() {
expect(s... | {
"pile_set_name": "Github"
} |
1 Utxi el mb ubmrhx em qzh phaxbby.
2 Ytmehu ybnha qb qzh ztuujti.
3 Xl Utxi em qzh phaxbby? mb 1
4 Otmaxt ybnha qb qzh phaxbby.
5 Otmaxt el em qzh ptqzxbby.
6 Xl Ytmehu em qzh ptqzxbby? mb 2
7 Ytmehu el mbq em qzh ztuujti.
8 Ytmehu el em qzh bsseoh.
9 Xl Otmaxt em qzh bsseoh? mb 5
10 Otmaxt jhmq qb qzh phaxbby.
11 ... | {
"pile_set_name": "Github"
} |
#include <dae.h>
#include <dae/daeDom.h>
#include <1.5/dom/domRigid_constraint.h>
#include <dae/daeMetaCMPolicy.h>
#include <dae/daeMetaSequence.h>
#include <dae/daeMetaChoice.h>
#include <dae/daeMetaGroup.h>
#include <dae/daeMetaAny.h>
#include <dae/daeMetaElementAttribute.h>
namespace ColladaDOM150 {
daeElementRef
... | {
"pile_set_name": "Github"
} |
//! Area (base unit square meter, m²).
quantity! {
/// Area (base unit square meter, m²).
quantity: Area; "area";
/// Dimension of area, L² (base unit square meter, m²).
dimension: ISQ<
P2, // length
Z0, // mass
Z0, // time
Z0, // electric current
... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; DO NOT EDIT.
// +build sparc64,linux
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_ALG = 0x26
AF_APPLETALK = 0x5
AF_ASH ... | {
"pile_set_name": "Github"
} |
a:link { font-family: Arial, Helvetica, sans-serif; color: #3333FF; text-decoration: underline; line-height: normal}
a:visited { font-family: Arial, Helvetica, sans-serif; color: #993399; text-decoration: underline; line-height: normal}
#nolinelink { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; c... | {
"pile_set_name": "Github"
} |
// Copyright 2019 SoloKeys Developers
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
// http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according t... | {
"pile_set_name": "Github"
} |
package org.neuroph.core;
import java.util.Arrays;
import java.util.List;
import static org.junit.Assert.*;
import org.junit.*;
import org.neuroph.core.transfer.Sigmoid;
import org.neuroph.core.transfer.Step;
import org.neuroph.nnet.comp.neuron.InputNeuron;
/**
*
* @author Shivanth, Tijana
*/
public ... | {
"pile_set_name": "Github"
} |
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -basicaa -slp-vectorizer -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!4 &5620287371074205366 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 400000, guid: 57d5b0f56891c144fbf0eecc8984311e, type: 3}
m_PrefabInstance: {fileID: 5620287371074071606}
m_PrefabAsset: {fileID: 0}
--- !u!23 &5620287371071779924 stripped
MeshRenderer:... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
struct X {
int& f(int) const; // expected-note 2 {{candidate function}}
float& f(int); // expected-note 2 {{candidate function}}
void test_f(int x) const {
int& i = f(x);
}
void test_f2(int x) {
float& f2 = f(x);
}
int& g(int) const; // expected-note... | {
"pile_set_name": "Github"
} |
/* $Date: 2005/03/07 23:59:05 $ $RCSfile: tp.h,v $ $Revision: 1.20 $ */
#ifndef CHELSIO_TP_H
#define CHELSIO_TP_H
#include "common.h"
#define TP_MAX_RX_COALESCING_SIZE 16224U
struct tp_mib_statistics {
/* IP */
u32 ipInReceive_hi;
u32 ipInReceive_lo;
u32 ipInHdrErrors_hi;
u32 ipInHdrErrors_lo;
u32 ipInAddrErr... | {
"pile_set_name": "Github"
} |
# Open Source Help Wanted Projects
The purpose of this repo is to maintain a list of open source projects by language that allow for the community to quickly indentify areas they can contribute. This is very helpful for individuals that are new to a language. I'm also hoping this will be used for hackathons and meet... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm %s -o - | FileCheck %s
// Validate that volatile _Complex loads and stores are generated
// properly, including their alignment (even when overaligned).
//
// This test assumes that floats are 32-bit aligned and doubles are
// 64-bit aligned, and uses x86-64... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/accessibility/ax_tree_combiner.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/accessibility/ax_enums.mojom.h"
namespace ui ... | {
"pile_set_name": "Github"
} |
using System.Web.Mvc;
using NUnit.Framework;
using Roadkill.Core;
using Roadkill.Core.Configuration;
using Roadkill.Core.Extensions;
using Roadkill.Core.Mvc.Controllers;
using Roadkill.Core.Services;
using Roadkill.Tests.Unit.StubsAndMocks;
using Roadkill.Tests.Unit.StubsAndMocks.Mvc;
namespace Roadkill.Tes... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Microsoft.VisualStudio.Language.Intellisense;
using Microsoft.VisualStudio.Text;
using static System.String;
using Nitra.ClientServer.Messages;
namespace Nitra.VisualStudio.... | {
"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 System;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Framework.Gra... | {
"pile_set_name": "Github"
} |
package plugins.core.combat;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import akka.actor.ActorRef;
import akka.actor.ActorSelection;
import akka.actor.Props;
import akka.actor.UntypedActor;
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using ICSharpCode.NRefactory.CSharp;
using ICSharpCode.NRefactory.CSharp.Completion;
using ICSharpCode.NRefactory.Completion;
using ICSharpCode.NRefactory.TypeSystem;
using ICSharpCode.NRefactory.TypeSystem.Implementation;
usin... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using HotChocolate.Execution.Options;
namespace HotChocolate.Execution.Errors
{
internal sealed class DefaultErrorHandler : IErrorHandler
{
private const string _messageProperty = "message";
private const string _stackTracePrope... | {
"pile_set_name": "Github"
} |
@FRACTIONS = [ onehalf onethird onequarter onefifth onesixth oneseventh oneeighth oneninth twothirds twofifths twosevenths twoninths threequarters threefifths threesevenths threeeighths fourfifths foursevenths fourninths fivesixths fivesevenths fiveeighths fiveninths sixsevenths seveneighths sevenninths eightninths ];
... | {
"pile_set_name": "Github"
} |
package xlsx
import (
"encoding/xml"
)
type xlsxTypes struct {
XMLName xml.Name `xml:"http://schemas.openxmlformats.org/package/2006/content-types Types"`
Overrides []xlsxOverride `xml:"Override"`
Defaults []xlsxDefault `xml:"Default"`
}
type xlsxOverride struct {
PartName string `xml:",attr"`
ContentTyp... | {
"pile_set_name": "Github"
} |
{
"context_is_admin": "role:admin",
"admin_or_owner": "is_admin:True or project_id:%(project_id)s",
"default": "rule:admin_or_owner",
"compute:create": "",
"compute:create:attach_network": "",
"compute:create:attach_volume": "",
"compute:create:forced_host": "is_admin:True",
"compute... | {
"pile_set_name": "Github"
} |
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -verify -fmodules-cache-path=%t -I %S/Inputs %s
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -verify -fmodules-cache-path=%t -I %S/Inputs %s -DALT
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace OpenNFS1
{
class TrackDescription
{
static List<TrackDescription> _trackDescriptions;
public static List<TrackDescription> Descriptions
{
get { return TrackDescript... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="64" height="64" tilewidth="128" tileheight="128" infinite="0" nextobjectid="1">
<tileset firstgid="1" source="testtileset.tsx"/>
<layer name="Tile Layer 1" width="64" height="64">
... | {
"pile_set_name": "Github"
} |
vows = require 'vows'
assert = require 'assert'
util = require 'util'
Netmask = require('../lib/netmask').Netmask
fixtures =
[
# addr mask base newmask bitmask
['209.157.68.22/255.255.224.0', null, '209.157.64.0', '255.255.224... | {
"pile_set_name": "Github"
} |
/* XDR types for nfsd. This is mainly a typing exercise. */
#ifndef LINUX_NFSD_H
#define LINUX_NFSD_H
#include <linux/vfs.h>
#include "nfsd.h"
#include "nfsfh.h"
struct nfsd_fhandle {
struct svc_fh fh;
};
struct nfsd_sattrargs {
struct svc_fh fh;
struct iattr attrs;
};
struct nfsd_diropargs {
struct svc_fh ... | {
"pile_set_name": "Github"
} |
////
Automatically generated by PainlessDocGenerator. Do not edit.
Rebuild by running `gradle generatePainlessApi`.
////
[[painless-api-reference-CharSequence]]++CharSequence++::
* ++[[painless-api-reference-CharSequence-charAt-1]]char link:{java8-javadoc}/java/lang/CharSequence.html#charAt%2Dint%2D[charAt](int)++ (li... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.