text
stringlengths
2
99k
meta
dict
# visual configuration for CoNLL-X Portuguese data # (http://ilk.uvt.nl/conll/free_data.html) [labels] # POS tags adj | adj adv | adv art | art conj-c | conj-c conj-s | conj-s ec | ec in | in n | n num | num pp | pp pron-det | pron-det pron-indp | pron-indp pron-pers | pron-pers prop | prop prp | prp punc | punc ROOT...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * Eee PC WMI hotkey driver * * Copyright(C) 2010 Intel Corporation. * Copyright(C) 2010-2011 Corentin Chary <corentin.chary@gmail.com> * * Portions based on wistron_btns.c: * Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz> * Copyright (C) 2005 Bernhard Rosenkrae...
{ "pile_set_name": "Github" }
// Copyright 2017, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #include <linux/compiler.h> #include <linux/rbtree.h> #include <inttypes.h> #include <string.h> #include "map.h" #include "symbol.h" #include "util.h" #include "tests.h" #include "debug.h" #include "machine.h" #define UM(x) kallsyms_map->unmap_ip(kallsyms_map, (x)) int test__vmlinu...
{ "pile_set_name": "Github" }
// // TOSMBConstants.h // Copyright 2015-2017 Timothy Oliver // // This file is dual-licensed under both the MIT License, and the LGPL v2.1 License. // // ------------------------------------------------------------------------------- // This library is free software; you can redistribute it and/or // modify it under t...
{ "pile_set_name": "Github" }
// untested sections: 2 package matchers import ( "fmt" "github.com/onsi/gomega/format" ) type BeTrueMatcher struct { } func (matcher *BeTrueMatcher) Match(actual interface{}) (success bool, err error) { if !isBool(actual) { return false, fmt.Errorf("Expected a boolean. Got:\n%s", format.Object(actual, 1)) ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Accord" publicKeyToken="fa1a88e29555ccf7" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-3.7.2.0" newVersi...
{ "pile_set_name": "Github" }
require('module-alias/register'); const {expect} = require('chai'); // Import utils const helper = require('@utils/helpers'); const loginCommon = require('@commonTests/loginBO'); // Import pages const dashboardPage = require('@pages/BO/dashboard'); const seoAndUrlsPage = require('@pages/BO/shopParameters/trafficAndS...
{ "pile_set_name": "Github" }
import React from 'react'; import {ApolloIcon} from '@apollo/space-kit/icons/ApolloIcon'; export default function Logo() { return ( <ApolloIcon style={{ display: 'block', width: 64, height: 'auto' }} /> ); }
{ "pile_set_name": "Github" }
.\" ************************************************************************** .\" * _ _ ____ _ .\" * Project ___| | | | _ \| | .\" * / __| | | | |_) | | .\" * | (__| |_| | _ <| |___ .\" * ...
{ "pile_set_name": "Github" }
{ "IsLinux" : true, "UseLinuxVersion": false, "osVersion": "CentOS 7", "tagTemplates": [ "centos-#shorttag#" ], "SubRepository": "test-deps", "OptionalTests": [ "test-deps" ], "TestProperties": { "size": 575 } }
{ "pile_set_name": "Github" }
<template name="elements_vulnerabilities_txorigin"> <div class="row clear account-page-notification"> <div class="row clear"> <a href="{{#if owners}} {{#if (isWatchOnly _id)}} # {{else}} {{pathFor route='createAccount' query...
{ "pile_set_name": "Github" }
<?php /** * Squiz_Sniffs_NamingConventions_ValidVariableNameSniff. * * PHP version 5 * * @category PHP * @package PHP_CodeSniffer * @author Greg Sherwood <gsherwood@squiz.net> * @author Marc McIntyre <mmcintyre@squiz.net> * @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600) * @license https://...
{ "pile_set_name": "Github" }
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.clearcanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s // expected-no-diagnostics struct foo { foo(); foo(int); }; int func(foo& f) { decltype(foo())(); f = (decltype(foo()))5; return decltype(3)(5); }
{ "pile_set_name": "Github" }
// director_cmds.h // sub commands for svc_director #define DRC_ACTIVE 0 // tells client that he's an spectator and will get director command #define DRC_STATUS 1 // send status infos about proxy #define DRC_CAMERA 2 // set the actual director camera position #define DRC_EVENT 3 // informs the dirce...
{ "pile_set_name": "Github" }
// // SDLSetAppIconSpec.m // SmartDeviceLink #import <Foundation/Foundation.h> #import <Quick/Quick.h> #import <Nimble/Nimble.h> #import "SDLSetAppIcon.h" #import "SDLRPCParameterNames.h" #import "SDLRPCFunctionNames.h" QuickSpecBegin(SDLSetAppIconSpec) describe(@"Getter/Setter Tests", ^ { it(@"Should set a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemDefinitionGroup Condition="'$(Configuration)' == 'Debug' AND '$(PlatformToolset)' == 'v141' AND '$(Platform)' == 'ARM'"> <Link> <AdditionalDependencies>$(MSBuildThisFileDirect...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildVersion</key> <string>3</string> <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleVersion</key> <string>1.0</s...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>epydoc.gui.GUILogger</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> ...
{ "pile_set_name": "Github" }
import org.junit.Test; import static org.junit.Assert.assertEquals; /** * Unit test for simple App. */ public class AppTestDummy { @Test public void testMain() throws Exception { assertEquals(App.main(), -1); } }
{ "pile_set_name": "Github" }
/** @file The Super I/O Protocol is installed by the Super I/O driver. The Super I/O driver is a UEFI driver model compliant driver. In the Start() routine of the Super I/O driver, a handle with an instance of EFI_SIO_PROTOCOL is created for each device within the Super I/O. The device within the Super I/O is p...
{ "pile_set_name": "Github" }
ctlz __intrinsics__ UInt64 UInt64 UInt32 UInt32 UInt16 UInt16 UInt8 UInt8 59 4 27 4 11 4 3 4
{ "pile_set_name": "Github" }
// Copyright 2011 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. // Package sql provides a generic interface around SQL (or SQL-like) // databases. // // The sql package must be used in conjunction with a database driver. // ...
{ "pile_set_name": "Github" }
{ "id": "white-wet-suit", "name": "White Wet Suit", "category": "Wetsuits", "games": { "nl": { "orderable": false, "sources": [ "Island Gift Shop (Club Tortimer)" ], "buyPrices": [ { "currency": "bells", "value": 40 } ] } } }
{ "pile_set_name": "Github" }
--TEST-- Testing $argc and $argv handling (cli) --SKIPIF-- <?php if(php_sapi_name()!='cli') echo 'skip'; ?> --INI-- register_argc_argv=1 variables_order=GPS --ARGS-- ab cd ef 123 test --FILE-- <?php $argc = $_SERVER['argc']; $argv = $_SERVER['argv']; for ($i=1; $i<$argc; $i++) { echo ($i-1).": ".$argv[$i]."\n"; } ?...
{ "pile_set_name": "Github" }
import { Timeline } from './Timeline'; import { TimelineChunks } from './TimelineChunks'; import { Vector3 } from 'three'; const TranslationSegment = { compiler: function(segment) { return ` ${TimelineChunks.delayDuration(segment)} ${TimelineChunks.vec3(`cTranslateFrom${segment.key}`, segment.transition....
{ "pile_set_name": "Github" }
/* t_spki.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
{ "pile_set_name": "Github" }
All suggestions or complaints should be sent to xaizek@posteo.net. Current author is xaizek <xaizek@posteo.net> (since 2011). Original author is Ken Steen <ksteen@users.sourceforge.net> (2001 - 2011). The pauseme script (removed in 0.6.3) was from the tkdesk program. Some of the code is from emelfm by Michael Clark....
{ "pile_set_name": "Github" }
/* This file is part of TON Blockchain Library. TON Blockchain 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 of the License, or (at your option) any later ver...
{ "pile_set_name": "Github" }
/* amdgpu_drm.h -- Public header for the amdgpu driver -*- linux-c -*- * * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Fremont, California. * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas. * Copyright 2014 Advanced Micro Devices, Inc. * * Permis...
{ "pile_set_name": "Github" }
This guide is aimed to contributors wishing to understand the internals of the code in order to change/evolve the component. **Note:** this guide refers to **version 5** which is currently in alpha and will be updated as we progress ## Introduction This component consists actually of 2 subcomponent UI widgets one fo...
{ "pile_set_name": "Github" }
{ "parent": "create:block/water_wheel" }
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64le,linux package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 Pat...
{ "pile_set_name": "Github" }
# cmr-indexer-app This is the indexer application for the CMR. It is responsible for indexing modified data into Elasticsearch. ### Index a concept curl -i -XPOST -H "Content-Type: application/json" http://localhost:3004 -d '{"concept-id": "C1234-PROV1", "revision-id": "1"}' ### Delete a concept curl -i -X...
{ "pile_set_name": "Github" }
<pluginMetaData path="dicomviewer"> <name>DICOM Viewer</name> <author>NextGen Healthcare</author> <pluginVersion>@mirthversion</pluginVersion> <mirthVersion>3.10.0</mirthVersion> <url>http://www.nextgen.com</url> <description>This plugin provides DICOM attachment viewing capability in message browser</descr...
{ "pile_set_name": "Github" }
package deployconfig import ( "reflect" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/validation/field" apirequest "k8s.io/apiserver/pkg/endpoints/request" "k8s.io/apiserver/pkg/registry/rest" "k8s.io/apiserver/pkg/storage/names" kapi "k8s.io/kub...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <body> <script> Fonts = function(fonts){ window.parent.postMessage(fonts,'*'); } </script> <object id="fontlist" type="application/x-shockwave-flash" width="1" height="1" data="fontlists.swf"></object> </body> </html>
{ "pile_set_name": "Github" }
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); ecolorpicker { -moz-binding: url("chrome://bluegriffon/content/bindings/ecolorpicker.xml#ecolorpicker"); } filepickerbutton { -moz-binding: url('chrome://bluegriffon/content/bindin...
{ "pile_set_name": "Github" }
TOP=../.. include $(TOP)/Makefile.common
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 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" }
/* * The MIT License * * Copyright (c) 2016 CloudBees, Inc., Nikolas Falco * * 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 right...
{ "pile_set_name": "Github" }
; RUN: llc < %s -mtriple=i386-apple-darwin -disable-cgp-branch-opts | grep movw | not grep ", %e" %struct.DBC_t = type { i32, i8*, i16, %struct.DBC_t*, i8*, i8*, i8*, i8*, i8*, %struct.DBC_t*, i32, i32, i32, i32, i8*, i8*, i8*, i8*, i8*, i32, i32, i32, i32, i32, i32, i32, i32, i16, i16, i32*, i8, i16, %struct.DRVOPT*...
{ "pile_set_name": "Github" }
/* KLayout Layout Viewer Copyright (C) 2006-2020 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later vers...
{ "pile_set_name": "Github" }
var cloneArrayBuffer = require('./_cloneArrayBuffer'); /** * Creates a clone of `typedArray`. * * @private * @param {Object} typedArray The typed array to clone. * @param {boolean} [isDeep] Specify a deep clone. * @returns {Object} Returns the cloned typed array. */ function cloneTypedArray(typedArray, isDeep) ...
{ "pile_set_name": "Github" }
#pragma once #include "DaeTestAutomationPluginAutomationTestFrameworkTestContext.h" #include <CoreMinimal.h> #include <Misc/AutomationTest.h> class ADaeTestSuiteActor; /** Waits for the current test suite to finish. */ DEFINE_LATENT_AUTOMATION_COMMAND_ONE_PARAMETER( FDaeTestAutomationPluginWaitForEndOfTestSuite,...
{ "pile_set_name": "Github" }
// Copyright 2016 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 s390x // +build linux // +build !gccgo #include "textflag.h" // // System calls for s390x, Linux // // Just jump to package syscall's implementatio...
{ "pile_set_name": "Github" }
#! /usr/bin/env node var rc = require('./index') console.log(JSON.stringify(rc(process.argv[2]), false, 2))
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'elementspath', 'ka', { eleLabel: 'ელემეტის გზა', eleTitle: '%1 ელემენტი' } );
{ "pile_set_name": "Github" }
--- layout: documentation title: HS-WV100+ - ZWave --- {% include base.html %} # HS-WV100+ Z-Wave water valve controller This describes the Z-Wave device *HS-WV100+*, manufactured by *[HomeSeer Technologies](http://www.homeseer.com/)* with the thing type UID of ```homeseer_hswv100_00_000```. The device is in the cat...
{ "pile_set_name": "Github" }
package tokens import ( "net/http" "github.com/rackspace/gophercloud" ) // Scope allows a created token to be limited to a specific domain or project. type Scope struct { ProjectID string ProjectName string DomainID string DomainName string } func subjectTokenHeaders(c *gophercloud.ServiceClient, subjec...
{ "pile_set_name": "Github" }
from .preresnet import * from .preresnet_dropout import * from .vgg import * from .vgg_dropout import * from .wide_resnet import * from .wide_resnet_dropout import * from .lenet5 import * from .tiramisu import *
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <IDEFoundation/IDEBatchFindFileResult.h> @interface IDEBatchFindFileResult (UIAdditions) - (id)icon; @end
{ "pile_set_name": "Github" }
version: 1 dn: m-oid=2.5.21.8,ou=attributeTypes,cn=system,ou=schema creatorsname: uid=admin,ou=system objectclass: metaAttributeType objectclass: metaTop objectclass: top m-equality: objectIdentifierFirstComponentMatch m-syntax: 1.3.6.1.4.1.1466.115.121.1.31 m-singlevalue: FALSE m-collective: FALSE m-nousermodification...
{ "pile_set_name": "Github" }
name: flutter_gradients description: A curated collection of awesome gradients made in Dart for Flutter. version: 1.0.0+2 homepage: https://github.com/JonathanMonga/flutter_gradients environment: sdk: ">=2.6.0 <3.0.0" dependencies: flutter: sdk: flutter vector_math: ^2.0.8 dev_dependencies: flutter_tes...
{ "pile_set_name": "Github" }
/* * SonarQube Java * Copyright (C) 2012-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the Licen...
{ "pile_set_name": "Github" }
/* * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd * Author: Chris Zhong <zyw@rock-chips.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This p...
{ "pile_set_name": "Github" }
goog.module('gents.untyped'); var x; var n = 4; var b = true; var s = 'hello'; var foo = function(v) { return v; }; function bar(b) { return !b; } exports = {foo, bar};
{ "pile_set_name": "Github" }
package ml.wolfe.examples import cc.factorie.la.DenseTensor1 import ml.wolfe.SimpleIndex import ml.wolfe.nlp._ import ml.wolfe.term.TermImplicits._ import ml.wolfe.term._ import ml.wolfe.term.Argmaxer._ import ml.wolfe.term.LearningObjective._ /** * Created by luke on 29/05/15. */ object TaggingDemo extends App { ...
{ "pile_set_name": "Github" }
package org.nd4j.linalg.api.blas.impl; import org.nd4j.linalg.api.blas.Level2; import org.nd4j.linalg.api.blas.params.SparseCOOGemvParameters; import org.nd4j.linalg.api.buffer.DataBuffer; import org.nd4j.linalg.api.complex.IComplexNDArray; import org.nd4j.linalg.api.complex.IComplexNumber; import org.nd4j.linalg.api....
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Dave Collins <dave@davec.name> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND TH...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
// Copyright 2011 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. package net import ( "os" "syscall" ) func setDefaultSockopts(s, family, sotype int, ipv6only bool) error { if family == syscall.AF_INET6 && sotype != sysc...
{ "pile_set_name": "Github" }
// Create a queue, but don't obliterate an existing one! var analytics = analytics || []; (function () { // A list of all the methods we want to generate queueing stubs for. var methods = [ 'identify', 'track', 'trackLink', 'trackForm', 'trackClick', 'trackSubmit', 'page', 'pageview', 'ab', 'alias', 'read...
{ "pile_set_name": "Github" }
.TH "NPM\-PACK" "1" "August 2015" "" "" .SH "NAME" \fBnpm-pack\fR \- Create a tarball from a package .SH SYNOPSIS .P .RS 2 .nf npm pack [<pkg> [<pkg> \.\.\.]] .fi .RE .SH DESCRIPTION .P For anything that's installable (that is, a package folder, tarball, tarball url, name@tag, name@version, or name), this command will ...
{ "pile_set_name": "Github" }
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO. // You may push code into the target .java compilation unit if you wish to edit any member(s). package nl.bzk.brp.model.data.kern; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import n...
{ "pile_set_name": "Github" }
/* Copyright Charly Chevalier 2015 Copyright Joel Falcou 2015 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) */ #include <msgpack/predef/hardware/simd/x86.h> #include <msgpack/predef/hardware/simd/x86_amd.h> #include <m...
{ "pile_set_name": "Github" }
/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * * Dnote is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your optio...
{ "pile_set_name": "Github" }
<?php /** * This autoloading setup is really more complicated than it needs to be for most * applications. The added complexity is simply to reduce the time it takes for * new developers to be productive with a fresh skeleton. It allows autoloading * to be correctly configured, regardless of the installation metho...
{ "pile_set_name": "Github" }
import "../global/dialog.service"; /** * This state displays the contact list. * It also provides a nested ui-view (viewport) for child states to fill in. * * The contacts are fetched using a resolve. */ export const contactsState = { parent: 'app', // declares that 'contacts' is a child of 'app' name: "conta...
{ "pile_set_name": "Github" }
{ "dataset_reader": { "type": "squad", "token_indexers": { "tokens": { "type": "single_id", "lowercase_tokens": true }, "token_characters": { "type": "characters", "character_tokenizer": { "byte_encoding": "utf-8" }, "min_padding_leng...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """Test the copy of nose in this directory, by running that nose against itself. You can test nose using nose in other ways, but if you don't use this script, you might have one installation of nose testing another installation, which is not supported. """ # More detail: # In the absence of so...
{ "pile_set_name": "Github" }
import React from "react" import { Col} from "react-bootstrap" import { Link } from "react-router" import { formatLatencyBin } from "../../../util/Format" import { is } from "immutable" export default class SourceLatencyStatsCol extends React.Component { shouldComponentUpdate(nextProps) { return !is(this.props.late...
{ "pile_set_name": "Github" }
// SWFrameButton.h // // Copyright (c) 2014 Sarun Wongpatcharapakorn // // 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 u...
{ "pile_set_name": "Github" }
declare namespace _default { export const inserted: import('vue').DirectiveFunction; export { unbind }; } export default _default; export type IntersectEl = HTMLElement & { _vtsIntersect?: IntersectionObserver; }; /** * @typedef {HTMLElement & { _vtsIntersect?: IntersectionObserver}} IntersectEl * * @par...
{ "pile_set_name": "Github" }
#include "Eigen/LU"
{ "pile_set_name": "Github" }
SUBROUTINE CGEESX( JOBVS, SORT, SELECT, SENSE, N, A, LDA, SDIM, W, $ VS, LDVS, RCONDE, RCONDV, WORK, LWORK, RWORK, $ BWORK, INFO ) * * -- LAPACK driver routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute,...
{ "pile_set_name": "Github" }
--- title: Web demo description: Image classification demo running as a Flask web server. category: example include_in_docs: true priority: 10 --- # Web Demo ## Requirements The demo server requires Python with some dependencies. To make sure you have the dependencies, please run `pip install -r examples/web_demo/re...
{ "pile_set_name": "Github" }
tests.add("Existence", function () { return Jsonary.UriTemplate != undefined; }); tests.add("Escaped", function () { var template = new Jsonary.UriTemplate("test{value}test"); var result = template.fill(function (name) { return "a#b"; }); this.assert(result == "testa%23btest", "Template does not match"); retur...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System.Text; using System.Threading.Tasks; using Sermo.Data.Contracts; using Sermo.Infrastructure.Contracts; using Sermo.UI.Contracts; namespace Sermo.UI.Controllers { public class RepositoryRoomViewModel...
{ "pile_set_name": "Github" }
<!doctype html5> <html> <head> <script src="../build/sereal.js"></script> <script> var urls = [ "./srl/test1.srl", "./srl/test4.srl", "./srl/test5.srl", "./srl/test21.srl", "./srl/test22.srl", "./srl/test23.srl", "./srl/test24.srl", "./srl/test27.srl", "./srl/test29.srl", "./srl/test2.srl", "./srl/test...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Category" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>categories</string> </key> <value> <tuple> <string...
{ "pile_set_name": "Github" }
#version 450 struct Foo { vec4 a; }; struct Bar { Foo foo; Foo foo2; }; layout(binding = 0, std140) uniform UBO { Bar bar; } _7; layout(location = 0) out vec4 FragColor; void main() { FragColor = _7.bar.foo.a + _7.bar.foo2.a; }
{ "pile_set_name": "Github" }
St Helena, Ascension and Tristan da Cunha is a British overseas territory. Contact the St Helena, Ascension and Tristan da Cunha Government to find out about getting married there, including what documents you’ll need. $A Governor’s Office St Helena The Castle Jamestown St Helena, Ascension and Tristan da Cunha $A ...
{ "pile_set_name": "Github" }
あいうえお かきくけこ ほげら
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace CustomWatermarkTool { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : ...
{ "pile_set_name": "Github" }
// // MimeVisitorExamples.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2016 Xamarin Inc. (www.xamarin.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 Softw...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 06f20acc315372c45bb9fd7679ac82fc VisualEffectImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
require(File.expand_path(File.dirname(__FILE__)+'/helpers_tests.rb')) require 'ostruct' class StatsampleGGobiTestCase < MiniTest::Unit::TestCase def setup v1=([10.2,20.3,10,20,30,40,30,20,30,40]*10).to_vector(:scale) @v2=(%w{a b c a a a b b c d}*10).to_vector(:nominal) @v2.labels={"a"=>"letter a","d"=>"l...
{ "pile_set_name": "Github" }
// ================================================================================ // + Base // -------------------------------------------------------------------------------- // - Colors & Interaction: Mix-Ins // -------------------------------------------------------------------------------- @mixin Icon-OutlineC...
{ "pile_set_name": "Github" }
c18fb1de6a156c5639d73524172ec8988baaba0d
{ "pile_set_name": "Github" }
/* * Copyright (C) 2019 Peng fei Pan <panpfpanpf@outlook.me> * * 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 a...
{ "pile_set_name": "Github" }
// Copyright 2018 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
{ "pile_set_name": "Github" }
config SELECT_MEMORY_MODEL def_bool y depends on ARCH_SELECT_MEMORY_MODEL choice prompt "Memory model" depends on SELECT_MEMORY_MODEL default DISCONTIGMEM_MANUAL if ARCH_DISCONTIGMEM_DEFAULT default SPARSEMEM_MANUAL if ARCH_SPARSEMEM_DEFAULT default FLATMEM_MANUAL config FLATMEM_MANUAL bool "Flat Memory" dep...
{ "pile_set_name": "Github" }
# An extremely simple HTTP server import socket, sys, time # Server runs on all IP addresses by default HOST='' # 8080 can be used without root priviledges PORT=8080 BUFLEN=8192 # buffer size s = socket.socket(socket.AF_INET6, socket.SOCK_STREAM) try: print "Starting HTTP server on port ", PORT s.bind((HOST...
{ "pile_set_name": "Github" }
<?php /*********************************************************************************** * X2Engine Open Source Edition is a customer relationship management program developed by * X2 Engine, Inc. Copyright (C) 2011-2019 X2 Engine Inc. * * This program is free software; you can redistribute it and/or modify it u...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
cleo.search.network.typeahead.config.name=i019 cleo.search.network.typeahead.config.partition.start=90000000 cleo.search.network.typeahead.config.partition.count=5000000 cleo.search.network.typeahead.config.homeDir=network-typeahead/member/i019 cleo.search.network.typeahead.config.elementSerializer.class=cleo.search.T...
{ "pile_set_name": "Github" }
/* Localized versions of Info.plist keys */
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2009 Stephen Kelly <steveire@gmail.com> ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** This file is free software: you can redis...
{ "pile_set_name": "Github" }