text
stringlengths
2
99.9k
meta
dict
using UnityEngine; using System.Collections; public class a_hack_trap_unlink : a_hack_trap { //Removes the link on the target object. public override void ExecuteTrap (object_base src, int triggerX, int triggerY, int State) { ObjectInteraction objToUnlink = ObjectLoader.getObjectIntAt(link); if (objToUnlink!=n...
{ "pile_set_name": "Github" }
Path = require 'path' fs = require 'fs' { EventEmitter } = require 'events' RelPathList = require './relpathlist' TreeStream = require './treestream' usage = -> process.stderr.write "" + "Similar to find(1), but uses pathspec.js for filtering.\n\n" + "Usage: pathspec-find [-v|--verbose] /path/to/dir sp...
{ "pile_set_name": "Github" }
package org.apereo.cas.util.cipher; import org.apereo.cas.configuration.model.core.util.TicketProperties; import lombok.val; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; /** * This is {@link ProtocolTicketCipherExecutorTests}. * * @author ...
{ "pile_set_name": "Github" }
/* Open Asset Import Library (assimp) ---------------------------------------------------------------------- Copyright (c) 2006-2017, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions...
{ "pile_set_name": "Github" }
/* * This file is part of Player Analytics (Plan). * * Plan is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License v3 as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>tamiko@gentoo.org</email> </maintainer> </pkgmetadata>
{ "pile_set_name": "Github" }
import { BaseDriver } from 'wix-ui-test-utils/driver-factory'; import { NotificationTheme } from './index'; export interface NotificationDriver extends BaseDriver { visible: () => boolean; hasTheme: (theme: NotificationTheme) => boolean; isStandardNotification: () => boolean; isErrorNotification: () => boolean...
{ "pile_set_name": "Github" }
import { INestApplication } from '@nestjs/common'; import { Test } from '@nestjs/testing'; import * as request from 'supertest'; import { ApplicationModule } from '../src/app.module'; describe('GraphQL - Guards', () => { let app: INestApplication; beforeEach(async () => { const module = await Test.createTesti...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <plugin game="ODST" baseSize="0x90"> <!-- Automatically generated plugin --> <revisions> <revision author="Assembly" version="1">Generated plugin from scratch.</revision> <revision author="Lord Zedd" version="2">Standardized model data and updated</revision> </revisions> ...
{ "pile_set_name": "Github" }
/* * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver * * Copyright (c) 2015 Ariel D'Alessandro <ariel@vanguardiasur.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundati...
{ "pile_set_name": "Github" }
**/*.eomodeld~/ **/*.woa/** **/*.framework/**
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <project> <fileVersion>2</fileVersion> <configuration> <name>Debug</name> <toolchain> <name>ARM</name> </toolchain> <debug>1</debug> <settings> <name>General</name> <archiveVersion>3</archiveVersion> <data> <version>17<...
{ "pile_set_name": "Github" }
<?php /** * @link https://craftcms.com/ * @copyright Copyright (c) Pixel & Tonic, Inc. * @license https://craftcms.github.io/license/ */ namespace craft\commerce\migrations; use craft\db\Migration; use craft\db\Query; /** * m180402_161902_email_discount_usage migration. */ class m180402_161902_email_discount_u...
{ "pile_set_name": "Github" }
<?php /** * MsgPack * * @author camera360_server@camera360.com * @copyright Chengdu pinguo Technology Co.,Ltd. */ namespace PG\MSF\Pack; /** * Class MsgPack * @package PG\MSF\Pack */ class MsgPack implements IPack { /** * msgpack打包 * * @param mixed $data 待打包数据 * @return mixed */ ...
{ "pile_set_name": "Github" }
import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { ContactComponent } from './contact.component.3'; @NgModule({ imports: [RouterModule.forChild([ { path: 'contact', component: ContactComponent} ])], exports: [RouterModule] }) export class ...
{ "pile_set_name": "Github" }
---coffeescript data = title: 'autodetect-coffeescript' user: 'jonschlinkert' --- Content
{ "pile_set_name": "Github" }
/* ============================================================= * bootstrap-typeahead.js v2.3.1 * http://twitter.github.com/bootstrap/javascript.html#typeahead * ============================================================= * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "L...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <layout-output xmlns="http://reporting.pentaho.org/namespaces/output/layout-output/pageable/1.0"> <physical-page page-x="0" page-y="0" page-width="595" page-height="842" margin-top="70" margin-left="70" margin-bottom="70" margin-right="70"> <page-area name="Logical-Page-Wate...
{ "pile_set_name": "Github" }
2BE00: 2BE01: 2BE02: 2BE03: 2BE04: 2BE05: 2BE06: 2BE07: 2BE08: 2BE09: 2BE0A: 2BE0B: 2BE0C: 2BE0D: 2BE0E: 2BE0F: 2BE10: 2BE11: 2BE12: 2BE13: 2BE14: 2BE15: 2BE16: 2BE17: 2BE18: 2BE19: 2BE1A: 2BE1B: 2BE1C: 2BE1D: 2BE1E: 2BE1F: 2BE20: 2BE21: 2BE22: 2BE23: 2BE24: 2BE25: 2BE26: 2BE27: 2BE28: 2BE29: 2BE2A: 2BE2B: 2BE2C: 2BE2D...
{ "pile_set_name": "Github" }
-- trans.test -- -- execsql { -- ROLLBACK; -- SELECT name fROM sqlite_master -- WHERE type='table' OR type='index' -- ORDER BY name; -- } ROLLBACK; SELECT name fROM sqlite_master WHERE type='table' OR type='index' ORDER BY name;
{ "pile_set_name": "Github" }
# primitives # # eq a b -> true if they are equal or false otherwise # # getType value -> an option containing the type # # is value type -> true if the value has type type, false otherwise # # eval ast -> evaluates ast and returns the result # # parse string -> an Either with ast or error msg (give it two functions) #...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: LGPL-2.1 * * Based on Paul Hsieh's (LGPG 2.1) hash function * From: http://www.azillionmonkeys.com/qed/hash.html */ #define get16bits(d) (*((const __u16 *) (d))) static __always_inline __u32 SuperFastHash (const char *data, int len, __u32 initval) { __u32 hash = initval; __u32 tmp; ...
{ "pile_set_name": "Github" }
 <div style="width:500px; margin:20px; height:120px;"> <form method="post" action="#{ActionLink}"> <div style="color:Red; font-weight:bold; margin:10px 0px 15px 0px;" class="warning">特别提醒:<span style="color:Blue;">新增角色的权限是零(包括app的权限,比如论坛的权限)</span>,无论是前台还是后台权限,请记得手动额外设置。</div> <div>_{roleName}: <input name="Name" typ...
{ "pile_set_name": "Github" }
# Copyright 2015 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. """A pure python library to interface with the Android Debug Bridge daemon. This a lightweight implementation of the adb socket protocol, the same as the on...
{ "pile_set_name": "Github" }
define(['app'], function(app){ return app.controller('jrListCtrl', ['$scope','$rootScope','$http', function ($scope,$rootScope,$http) { $rootScope.headTitle = $rootScope.title = "金融超市"; $rootScope.favBol = false; $rootScope.backBol = true; $scope.getMore = fun...
{ "pile_set_name": "Github" }
// NotificationManager.m // blbld // // Created by Ophat Phuetkasickonphasutha on 11/12/13. // Copyright 2013 __MyCompanyName__. All rights reserved. // #import "NotificationManager.h" #import "blbldUtils.h" #import "DaemonPrivateHome.h" @interface NotificationManager (private) - (void) processMessagePortInfo: (N...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>FormHandler (GWT Javadoc)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script typ...
{ "pile_set_name": "Github" }
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. #include "stdafx.h" #include "VehicleFXPanel.h" #include "Controls/PropertyItem.h" #include "VehicleData.h" #include "VehicleEditorDialog.h" #include "VehiclePrototype.h" IMPLEMENT_DYNAMIC(CVehicleFXPanel, CWnd) CVehicleFXPanel::CVehicleFXPane...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
{ "pile_set_name": "Github" }
package com.github.unidbg.hook.xhook; import com.github.unidbg.hook.IHook; import com.github.unidbg.hook.ReplaceCallback; /** * Only support android */ public interface IxHook extends IHook { int RET_SUCCESS = 0; void register(String pathname_regex_str, String symbol, ReplaceCallback callback); void r...
{ "pile_set_name": "Github" }
/// /// Use resource_size function on resource object /// instead of explicit computation. /// // Confidence: High // Copyright: (C) 2009, 2010 Nicolas Palix, DIKU. GPLv2. // Copyright: (C) 2009, 2010 Julia Lawall, DIKU. GPLv2. // Copyright: (C) 2009, 2010 Gilles Muller, INRIA/LiP6. GPLv2. // URL: http://coccin...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Patch Id="C...
{ "pile_set_name": "Github" }
/* * Copyright 2011 Aevum Software aevum @ aevumlab.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
{ "pile_set_name": "Github" }
<?php // FIXME - this is lame use LibreNMS\RRD\RrdDefinition; $name = 'mysql'; $app_id = $app['app_id']; if (! empty($agent_data['app'][$name])) { $mysql = $agent_data['app'][$name]; } else { // Polls MySQL statistics from script via SNMP $mysql = snmp_get($device, '.1.3.6.1.4.1.8072.1.3.2.3.1.2.5.109.12...
{ "pile_set_name": "Github" }
{ "name": "Moviola", "displayName": "Moviola", "properties": [ "provideocoalition.com" ] }
{ "pile_set_name": "Github" }
/** * Copyright (c) 2020 TypeFox GmbH. All rights reserved. * Licensed under the GNU Affero General Public License (AGPL). * See License-AGPL.txt in the project root for license information. */ /** * Hostname may be of the form: * - b7e0eaf8-ec73-44ec-81ea-04859263b656.ws-eu01.gitpod.io * - 1234-b7e0eaf8-ec7...
{ "pile_set_name": "Github" }
<p> <a href="{{site.swc_site}}">Software Carpentry</a> aims to help researchers get their work done in less time and with less pain by teaching them basic research computing skills. This hands-on workshop will cover basic concepts and tools, including program design, version control, data management, and ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 59d11288812393f4ea420f7cebc1f27c folderAsset: yes timeCreated: 1457088933 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /** * ulpi.c - USB ULPI PHY bus * * Copyright (C) 2015 Intel Corporation * * Author: Heikki Krogerus <heikki.krogerus@linux.intel.com> */ #include <linux/ulpi/interface.h> #include <linux/ulpi/driver.h> #include <linux/ulpi/regs.h> #include <linux/module.h> #include <linux/sla...
{ "pile_set_name": "Github" }
{ "name": "Norddeutsche Landesbank - Girozentrale -", "displayName": "Norddeutsche Landesbank - Girozentrale -", "properties": [ "blsk.de", "nordlb.com", "nordlb.de" ] }
{ "pile_set_name": "Github" }
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: return child &lt;item&gt; elements full_name: Jabber::PubSub::Publish#items is_singleton: false name: items params: () visibility: public
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * am35x_def.h - TI's AM35x specific definitions. * * Based on arch/arm/include/asm/arch-omap3/cpu.h * * Author: Ajay Kumar Gupta <ajay.gupta@ti.com> * * Copyright (c) 2010 Texas Instruments Incorporated */ #ifndef _AM35X_DEF_H_ #define _AM35X_DEF_H_ #if !(defined(__K...
{ "pile_set_name": "Github" }
package com.gome.clover.common.mongodb; /** * ━━━━━━神兽出没━━━━━━ *    ┏┓   ┏┓ *   ┏┛┻━━━┛┻┓ *   ┃       ┃ *   ┃   ━   ┃ *   ┃ ┳┛ ┗┳ ┃ *   ┃       ┃ *   ┃   ┻   ┃ *   ┃       ┃ *   ┗━┓   ┏━┛ *     ┃   ┃神兽保佑, 永无BUG! *     ┃   ┃Code is far away from bug with the animal protecting *     ┃   ┗━━━┓...
{ "pile_set_name": "Github" }
class ChangeTagSubscriptionTagQueryDelimiter < ActiveRecord::Migration[4.2] def change execute "set statement_timeout = 0" # TagSubscription.find_each do |tag_subscription| # tag_subscription.update_column(:tag_query, tag_subscription.tag_query.scan(/\S+/).join("\n")) # end end end
{ "pile_set_name": "Github" }
os: intelliflash text: 'Tegile IntelliFlash' type: storage icon: tegile over: - { graph: device_storage, text: 'Storage Usage' } mib_dir: tegile discovery: - sysObjectID: - .1.3.6.1.4.1.43906.1
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_45) on Wed Apr 13 13:22:06 CST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Scanner</title> <meta name="...
{ "pile_set_name": "Github" }
#ifndef __NVKM_DMA_PRIV_H__ #define __NVKM_DMA_PRIV_H__ #define nvkm_dma(p) container_of((p), struct nvkm_dma, engine) #include <engine/dma.h> struct nvkm_dmaobj_func { int (*bind)(struct nvkm_dmaobj *, struct nvkm_gpuobj *, int align, struct nvkm_gpuobj **); }; int nvkm_dma_new_(const struct nvkm_dma_func *, ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Mirrored from test.csswg.org/suites/css2.1/20110323/xhtml1/font-size-105.xht by HTTrack Website Copier/3.x [XR&CO'2010], Thu, 05 Apr 2012 10:55:35 GMT --> <...
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:MIMChartLib.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
import { AppPage } from './app.po'; describe('ng-cli-example App', () => { let page: AppPage; beforeEach(() => { page = new AppPage(); }); it('should display welcome message', () => { page.navigateTo(); expect(page.getParagraphText()).toEqual('Welcome to app!'); }); });
{ "pile_set_name": "Github" }
/** * @name jQuery limitText plugin * */ ;(function ($) { var TextLimiter = function (element, options) { var limit = options.limit || 30 var limitBy = options.limitBy || 'count' var showLimitBox = options.showLimitBox || true var position = options.position || 'outer' var _this = null var ...
{ "pile_set_name": "Github" }
*> \brief \b ZTRSEN * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ZTRSEN + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ztrsen.f...
{ "pile_set_name": "Github" }
# coding: utf-8 import logging import signal from typing import Callable, Optional, Type from gevent.server import StreamServer # type: ignore from mprpc import RPCServer # type: ignore from mprpc.exceptions import MethodNotFoundError # type: ignore from doge.common.doge import Executer, Request, Response from do...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tool...
{ "pile_set_name": "Github" }
--- layout: default title: Home description: "This is the homebrew's tap for the stable versions of the OSGeo geospatial toolset." permalink: / --- <p class="fs-8 text-center"><b>Homebrew OSGeo documentation page</b></p> <div markdown="1"> important {: .label .label-red } notice {: .label .label-yellow } We are cur...
{ "pile_set_name": "Github" }
// Example code for Chapter 5.6 from "Build Web Application with Golang" // Purpose: Shows you have to perform basic CRUD operations for a redis driver. package main import ( "fmt" "github.com/astaxie/goredis" ) func checkError(err error) { if err != nil { panic(err) } } const ( DB_PORT = "9191" DB_URL = "1...
{ "pile_set_name": "Github" }
{>"layouts/manage" /} {<body} <div class="row"> <div class="large-12 columns"> <h2>Edit Category</h2> <form method="post" action="/manage/categories/edit/{category._id}"> <div class="large-12 columns"> <label>Name <input n...
{ "pile_set_name": "Github" }
from django.urls import include, path, re_path from .views import empty_view urlpatterns = [ path('', empty_view, name='named-url1'), re_path(r'^extra/(?P<extra>\w+)/$', empty_view, name='named-url2'), re_path(r'^(?P<one>[0-9]+)|(?P<two>[0-9]+)/$', empty_view), path('included/', include('urlpatterns_r...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2019 the original author or 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 ap...
{ "pile_set_name": "Github" }
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package neptune import ( "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/client" "github.com/aws/aws-sdk-go/aws/client/metadata" "github.com/aws/aws-sdk-go/aws/request" "github.com/aws/aws-sdk-go/aws/signer/v4" "github.com/aws/a...
{ "pile_set_name": "Github" }
namespace PKHeX.Core { /// <summary> Common Ribbons introduced in Generation 3 </summary> public interface IRibbonSetCommon3 { bool RibbonChampionG3Hoenn { get; set; } bool RibbonArtist { get; set; } bool RibbonEffort { get; set; } } internal static partial class RibbonExte...
{ "pile_set_name": "Github" }
// Copyright 2013 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 windows package windows_test import ( "testing" "golang.org/x/sys/windows" ) func testSetGetenv(t *testing.T, key, value string) { err := windo...
{ "pile_set_name": "Github" }
// Copyright 2014 Google Inc. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. package internal // This file has code for accessing metadata. // // References: // https://cloud.google.com/compute/docs/metadata import ( "fmt" "io/ioutil"...
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.sandroproxy.aosp.okhttp" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /> <application android:allowBackup="true" ...
{ "pile_set_name": "Github" }
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 DBeaver Corp and others * * 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/LICE...
{ "pile_set_name": "Github" }
package ast type SetOperation uint func (n *SetOperation) Pos() int { return 0 }
{ "pile_set_name": "Github" }
/* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and...
{ "pile_set_name": "Github" }
// Copyright 2013 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. #ifndef CONTENT_COMMON_SHARED_MEMORY_SEQLOCK_BUFFER_H_ #define CONTENT_COMMON_SHARED_MEMORY_SEQLOCK_BUFFER_H_ #include "content/common/one_writer_seqlock...
{ "pile_set_name": "Github" }
// // Modals // -------------------------------------------------- // .modal-open - body class for killing the scroll // .modal - container to scroll within // .modal-dialog - positioning shell for the actual modal // .modal-content - actual modal w/ bg and corners and shit // Kill the scroll on t...
{ "pile_set_name": "Github" }
var name; function loadStyleSheet(sheet, callback, reload, remaining) { var endOfPath = Math.max(name.lastIndexOf('/'), name.lastIndexOf('\\')), sheetName = name.slice(0, endOfPath + 1) + sheet.href, contents = sheet.contents || {}, input = readFile(sheetName); contents[sheetNa...
{ "pile_set_name": "Github" }
%% hgbmath.sty %% This file is part of the Hagenberg Thesis package for creating bachelors's and masters's theses %% Author: Wilhelm Burger (wilhelm.burger@fh-hagenberg.at) %% GitHub: https://github.com/Digital-Media/HagenbergThesis %% File encoding: ASCII \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hgbmath}[2020/08/29]...
{ "pile_set_name": "Github" }
// Available variables which can be used inside of strings. // ${workspaceRoot}: the root folder of the team // ${file}: the current opened file // ${fileBasename}: the current opened file's basename // ${fileDirname}: the current opened file's dirname // ${fileExtname}: the current opened file's extension // ${cwd}: t...
{ "pile_set_name": "Github" }
/* Generated By:JavaCC: Do not edit this line. CssParserConstants.java */ package org.eclipse.birt.report.engine.executor.css; public interface CssParserConstants { int EOF = 0; int S = 1; int INHERIT = 2; int CDO = 3; int CDC = 4; int LBRACE = 5; int RBRACE = 6; int DASHMATCH = 7; int INCLUDES = 8...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Com...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #include "pch.h" #include "interop/global_factory.h" #include "media/audio_track_source.h" namespace Microsoft { namespace MixedReality { namespace WebRTC { AudioSourceAdapter::AudioSourceAdapter( rtc::scoped_refptr<webrtc::AudioSourceIn...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/largePadding" android:background="@drawable/shape_rrect_purple_trrr" android:grav...
{ "pile_set_name": "Github" }
/* * This file has been compiled from: /modules/system/lang/be/client.php */ if ($.oc === undefined) $.oc = {} if ($.oc.langMessages === undefined) $.oc.langMessages = {} $.oc.langMessages['be'] = $.extend( $.oc.langMessages['be'] || {}, {"markdowneditor":{"formatting":"\u0424\u0430\u0440\u043c\u0430\u0442\u0...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
{ "pile_set_name": "Github" }
#include "SteamHTTPCallback.h" SteamHTTPCallback::SteamHTTPCallback(JNIEnv* env, jobject callback) : SteamCallbackAdapter(env, callback) , m_CallbackHTTPRequestHeadersReceived(this, &SteamHTTPCallback::onHTTPRequestHeadersReceived) , m_CallbackHTTPRequestDataReceived(this, &SteamHTTPCallback::onHTTPRequestDataRecei...
{ "pile_set_name": "Github" }
###| CMAKE Kiibohd Controller |### # # Jacob Alexander 2011-2017 # Due to this file's usefulness: # # Released into the Public Domain # # Kinetis ARM CMake Build Configuration # ### #| Chip Name (Linker) #| #| "mk20dx128vlf5" # McHCK / Kiibohd-dfu #| "mk20dx128vlh7" # Kiibohd-dfu #| "mk20dx256vlh7" # Kiibohd-...
{ "pile_set_name": "Github" }
/* * Copyright 2020 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 applica...
{ "pile_set_name": "Github" }
package devops import ( "math/rand" "testing" "time" "github.com/timescale/tsbs/cmd/tsbs_generate_data/serialize" ) func TestKernelMeasurementTick(t *testing.T) { now := time.Now() m := NewKernelMeasurement(now) duration := time.Second bootTime := m.bootTime oldVals := map[string]float64{} fields := ldmToF...
{ "pile_set_name": "Github" }
# created by tools/tclZIC.tcl - do not edit set TZData(:EST5EDT) { {-9223372036854775808 -18000 0 EST} {-1633280400 -14400 1 EDT} {-1615140000 -18000 0 EST} {-1601830800 -14400 1 EDT} {-1583690400 -18000 0 EST} {-880218000 -14400 1 EWT} {-769395600 -14400 1 EPT} {-765396000 -18000 0 EST...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, The Linux Foundation. All rights reserved. * Copyright (C) 2013 Red Hat * Author: Rob Clark <robdclark@gmail.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software ...
{ "pile_set_name": "Github" }
//! Computations on places -- field projections, going from mir::Place, and writing //! into a place. //! All high-level functions to write to memory work on places as destinations. use std::convert::TryFrom; use std::hash::Hash; use rustc_macros::HashStable; use rustc_middle::mir; use rustc_middle::ty::layout::{Prim...
{ "pile_set_name": "Github" }
/* * This file is part of the Soletta (TM) Project * * Copyright (C) 2015 Intel Corporation. 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.a...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
package handlers import ( "encoding/json" "net/http" "net/http/httptest" "net/url" "reflect" "testing" "github.com/docker/distribution/configuration" "github.com/docker/distribution/context" "github.com/docker/distribution/registry/api/errcode" v2 "github.com/docker/distribution/registry/api/v2" "github.co...
{ "pile_set_name": "Github" }
/*global DateTimeShortcuts, SelectFilter*/ /** * Django admin inlines * * Based on jQuery Formset 1.1 * @author Stanislaus Madueke (stan DOT madueke AT gmail DOT com) * @requires jQuery 1.2.6 or later * * Copyright (c) 2009, Stanislaus Madueke * All rights reserved. * * Spiced up with Code from Zain Memon's G...
{ "pile_set_name": "Github" }
import { WebApplication } from '@/ui_models/application'; export declare class ArchiveManager { private readonly application; private textFile?; constructor(application: WebApplication); downloadBackup(encrypted: boolean): Promise<void>; private formattedDate; private itemsData; private get ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2018 Julien Nadeau Carriere <vedge@csoft.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
{ "pile_set_name": "Github" }
{ "title": "GNU General Public License v2.0", "spdx-id": "GPL-2.0", "nickname": "GNU GPLv2", "redirect_from": "/licenses/gpl-v2/", "source": "https://www.gnu.org/licenses/gpl-2.0.txt", "hidden": false, "description": "The GNU GPL is the most widely used free software license and has a strong...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <package> <name>geom_cast</name> <version>0.0.0</version> <description> Clean conversion between different point and rotation types used throughout ROS. Conversion is type-safe and has NO performance penalty relative to manual conversion. Supports Eigen, tf, pcl, geometry_msgs...
{ "pile_set_name": "Github" }
From cd4a93d1532b2f0ffe508f7fb5d464ec49634dcd Mon Sep 17 00:00:00 2001 From: Jes Sorensen <Jes.Sorensen@redhat.com> Date: Fri, 22 Jul 2016 13:55:24 -0400 Subject: [PATCH] rtl8xxxu: Implement rtl8188e_set_tx_power() This matches the code used to set TX power on 8192eu, except it only handles path A. We should be able ...
{ "pile_set_name": "Github" }
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee18179df75"> <name ty...
{ "pile_set_name": "Github" }
/** * Copyright 2019 The AMP HTML Authors. 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 require...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en-US"> <head> <script crossorigin="anonymous" src="/__dist__/testharness.js"></script> <script crossorigin="anonymous" src="/__dist__/webchat-es5.js"></script> <link href="focusManagement.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="webchat"></div> ...
{ "pile_set_name": "Github" }