text
stringlengths
2
99.9k
meta
dict
<component name="ArtifactManager"> <artifact type="exploded-war" name="squirrel:war exploded"> <output-path>$PROJECT_DIR$/target/squirrel</output-path> <root id="root"> <element id="directory" name="WEB-INF"> <element id="directory" name="classes"> <element id="module-output" nam...
{ "pile_set_name": "Github" }
$hash_ref = {qw/one two three four/}; $var = $hash_ref->{three}; $v<caret>ar; ---------- $var PsiPerlScalarVariableImpl(Perl5: SCALAR_VARIABLE) at 65 in hashRefElement.pl four ---------- Resolved ---------- four
{ "pile_set_name": "Github" }
<?php ////////////// made by alq0rsan ///////////////////////// if($session->access != BANNED){ if($session->gold >= 100 && $session->sit == 0 && $session->goldclub == 0) { mysql_query("UPDATE ".TB_PREFIX."users set goldclub = 1, gold = gold - 100 where `id`='".$session->uid."'"); } header("Location: plus.php?id=...
{ "pile_set_name": "Github" }
package com.cxytiandi.apollo_springboot.configservice; import com.google.common.collect.Lists; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.context.request.async.DeferredResult; import java.util.List; public class DeferredResultWrapper { p...
{ "pile_set_name": "Github" }
# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for add...
{ "pile_set_name": "Github" }
package servicers_test import ( "context" "testing" "magma/orc8r/cloud/go/blobstore" "magma/orc8r/cloud/go/orc8r" "magma/orc8r/cloud/go/services/tenants" "magma/orc8r/cloud/go/services/tenants/servicers" "magma/orc8r/cloud/go/services/tenants/servicers/storage" "magma/orc8r/cloud/go/test_utils" "magma/orc8r/...
{ "pile_set_name": "Github" }
// Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved. // Use of this source code is governed by a MIT license found in the LICENSE file. /* High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json. Supported Serialization formats are: - msgpack: https://github.com/m...
{ "pile_set_name": "Github" }
// // Responsive: Utility classes // -------------------------------------------------- // IE10 in Windows (Phone) 8 // // Support for responsive views via media queries is kind of borked in IE10, for // Surface/desktop in split view and for Windows Phone 8. This particular fix // must be accompanied by a snippet of ...
{ "pile_set_name": "Github" }
<style lang="scss"> @import '~@/abstracts/_variables.scss'; div#map-legend{ position: absolute; z-index: 9; left: 15px; bottom: 90px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08...
{ "pile_set_name": "Github" }
/********************************************************************** * $Id: GeometryEditorOperation.h 2556 2009-06-06 22:22:28Z strk $ * * GEOS - Geometry Engine Open Source * http://geos.refractions.net * * Copyright (C) 2001-2002 Vivid Solutions Inc. * Copyright (C) 2006 Refractions Research Inc. * * This...
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?><topic xmlns="http://wsdev.schemas.microsoft.com/authoring/2008/2"> <whitepaper_page><metadata id="41a643a1-e423-47ac-b77e-1a6b35c27df7" build_format="rfc" section_number="1.220"><title>Attribute msDS-KeyVersionNumber</title> <tech value="protocol" /> <index><keyword>msDS-KeyVersi...
{ "pile_set_name": "Github" }
<profile version="589824" storageformat="1" name="MediaPortal High Profile (Film) - 768 Kbps" description="Use this profile for high quality audio/video content for playback on CRT TV&apos;s with low disk space burden."> <streamconfig majortype="...
{ "pile_set_name": "Github" }
<!-- ~ Copyright (c) 2018 Wolfram Research, Inc. All rights reserved. ~ Redistribution or use of this work in any form, with or without modification, ~ requires written permission from the copyright holder. --> <h3><a href="http://reference.wolfram.com/mathematica/ref/PermissionsKeys.html">PermissionsKeys</a>...
{ "pile_set_name": "Github" }
@import '~office-ui-fabric-react/dist/sass/References.scss'; //@import "~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss"; // exporting all these variables allows us to pick-up // these values from within the code // (we're trying to avoid hard-coding styles in the code) :export { defaultFontColor: $m...
{ "pile_set_name": "Github" }
/* =========================================================================== Doom 3 GPL Source Code Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 GPL Source Code ("Doom 3 Source Code"). Doom 3 Source Code is free software: you can redistribute it and/or modify it...
{ "pile_set_name": "Github" }
import ArticleActions from './ArticleActions'; import { Link } from 'react-router-dom'; import React from 'react'; const ArticleMeta = props => { const article = props.article; return ( <div className="article-meta"> <Link to={`/@${article.author.username}`}> <img src={article.author.image} alt={...
{ "pile_set_name": "Github" }
/* WDL - queue.h Copyright (C) 2005 and later, Cockos Incorporated This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this...
{ "pile_set_name": "Github" }
[access "refs/heads/*"] abandon = group python-ipmi-core label-Code-Review = -2..+2 group python-ipmi-core label-Workflow = -1..+1 group python-ipmi-core [access "refs/tags/*"] pushSignedTag = group python-ipmi-core [receive] requireChangeId = true requireContributorAgreement = true [submit] mergeContent = true
{ "pile_set_name": "Github" }
--TEST-- Test DateTimeZone class inheritance --FILE-- <?php //Set the default time zone date_default_timezone_set("Europe/London"); echo "*** Testing basic DateTimeZone inheritance() ***\n"; class DateTimeZoneExt extends DateTimeZone { public function __toString() { return parent::getName(); } } echo "\n-- Cre...
{ "pile_set_name": "Github" }
HTTP links with port in them don't link correctly either, e.g. http://example.com:8080/path/ only links http://example.com.
{ "pile_set_name": "Github" }
@import 'file-manager/material.scss';
{ "pile_set_name": "Github" }
/************************************************************************** Lighspark, a free flash player implementation Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistrib...
{ "pile_set_name": "Github" }
#muuid {23d4f302-d513-45b7-9027-445f29557311} ;============================================================ ; File: Console.dll ; Plugin: Console ; Version: 0.0.7.4 ; Authors: Bio ;============================================================ [Console log window for Miranda.] ;file \plugins\Console\res\res...
{ "pile_set_name": "Github" }
/* Navicat Premium Data Transfer Source Server : 47.101.205.112 Source Server Type : MySQL Source Server Version : 50729 Source Host : 47.101.205.112:3306 Source Schema : example_shop Target Server Type : MySQL Target Server Version : 50729 File Encoding : 65001 Date...
{ "pile_set_name": "Github" }
.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; }
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-a2config. DO NOT EDIT. // source: config/workflow_server/config_request.proto package workflow_server import ( a2conf "github.com/chef/automate/components/automate-grpc/protoc-gen-a2-config/api/a2conf" wrappers "github.com/golang/protobuf/ptypes/wrappers" ) // ServiceName returns th...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 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" }
# -*- mode: snippet -*- # key: const # contributor: Translated from TextMate Snippet # name: defconstant # -- (defconstant +${1:name}+ ${2:value} "${3:Documentation for $1.}"))
{ "pile_set_name": "Github" }
approvers: - akgalwas - janmedrek - Szymongib - franpog859 - Maladie - crabtree - rafalpotempa labels: - area/application-connector
{ "pile_set_name": "Github" }
// jshint jasmine: true "use strict"; var URLTrie = require("../lib/trie").URLTrie; describe("URLTrie", function() { var fullTrie = function() { // return a simple trie for testing var trie = new URLTrie(); var paths = ["/1", "/2", "/a/b/c/d", "/a/b/d", "/a/b/e", "/b", "/b/c", "/b/c/d"]; for (var i ...
{ "pile_set_name": "Github" }
--TEST-- gethostbyname() function - basic type return error test --CREDITS-- "Sylvain R." <sracine@phpquebec.org> --FILE-- <?php var_dump(is_string(gethostbyname("192.168.0.101"))); ?> --EXPECT-- bool(true)
{ "pile_set_name": "Github" }
include ../../../../mk/apm.mk
{ "pile_set_name": "Github" }
/* * SonarQube * Copyright (C) 2009-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 License, o...
{ "pile_set_name": "Github" }
-- Copyright 2020 Stanford University -- -- 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" }
# If $APACHE_UPLOADS_F_ALIAS is a local directory, alias /f/ to it. RewriteCond %{ENV:APACHE_UPLOADS_F_ALIAS} -d RewriteRule /f/(.+) ${APACHE_UPLOADS_F_ALIAS}$1 [L] # If $APACHE_UPLOADS_F_ALIAS is a URL, redirect /f/ to it. RewriteCond %{ENV:APACHE_UPLOADS_F_ALIAS} ^http RewriteRule /f/(.+) ${APACHE_UPLOADS_F_ALIAS}$1...
{ "pile_set_name": "Github" }
// { dg-do compile } // 2007-09-20 Benjamin Kosnik <bkoz@redhat.com> // Copyright (C) 2007-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Folder_Test_Main_data_model extends CI_Model { function __construct() { parent::__construct(); echo $this->test1; } function start() { echo '<p>Folder_Test_Main_data_model</p>'; echo $t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="SwipeBackLayout"> <item name="edge_size">50dip</item> <item name="shadow_left">@drawable/shadow_left</item> <item name="shadow_right">@drawable/shadow_right</item> <item name="shadow_bottom">@drawable/shadow_bottom</ite...
{ "pile_set_name": "Github" }
/* Copyright (C) 1994, 1997, 1998 Aladdin Enterprises. All rights reserved. This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of the licens...
{ "pile_set_name": "Github" }
/* * Terrier - Terabyte Retriever * Webpage: http://terrier.org/ * Contact: terrier{a.}dcs.gla.ac.uk * University of Glasgow - Department of Computing Science * http://www.gla.ac.uk/ * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use ...
{ "pile_set_name": "Github" }
//******************************************************* // // Delphi DataSnap Framework // // Copyright(c) 1995-2011 Embarcadero Technologies, Inc. // //******************************************************* #import "TJSONPair.h" @implementation TJSONPair @synthesize name,value; -(id) initWithName...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="API docs for the windowFuture method from the RxCommand class, for the Dart programming lang...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: MIT */ #ifndef __NVKM_OBJECT_H__ #define __NVKM_OBJECT_H__ #include <core/oclass.h> struct nvkm_event; struct nvkm_gpuobj; struct nvkm_object { const struct nvkm_object_func *func; struct nvkm_client *client; struct nvkm_engine *engine; s32 oclass; u32 handle; struct list_head head; ...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2006. // Use, modification and distribution are subject to 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) #ifndef BOOST_MATH_SPECIAL_LAGUERRE_HPP #define BOOST_MATH_SPECIAL_LAGUERRE_HPP ...
{ "pile_set_name": "Github" }
import os import unittest import warnings from pathlib import Path # prevent excessive warning logs warnings.filterwarnings('ignore') os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' import tensorflow as tf import pandas as pd import numpy as np from finetune import MultiFieldClassifier, MultiFieldRegressor, Regressor from...
{ "pile_set_name": "Github" }
// vil_nitf2: Written by Harry Voorhees (hlv@) and Rob Radtke (rob@) of // Stellar Science Ltd. Co. (stellarscience.com) for // Air Force Research Laboratory, 2005. #ifndef VIL_NITF2_FIELD_FORMATTER_H #define VIL_NITF2_FIELD_FORMATTER_H #include <string> #include <istream> #include <ostream> #ifdef _MSC_VER # includ...
{ "pile_set_name": "Github" }
'use strict'; import CircleImageBase from '../util/CircleImageBase' /** * A Circle Node/Cluster shape. * * @extends CircleImageBase */ class Circle extends CircleImageBase { /** * @param {Object} options * @param {Object} body * @param {Label} labelModule */ constructor(options, body, labelModule)...
{ "pile_set_name": "Github" }
// Boost.Range library // // Copyright Thorsten Ottosen, Neil Groves 2006 - 2008. Use, modification and // distribution is subject to 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) // // For more information, see http://www.boos...
{ "pile_set_name": "Github" }
# Unit tests for flow.rb # The Clever Algorithms Project: http://www.CleverAlgorithms.com # (c) Copyright 2010 Jason Brownlee. Some Rights Reserved. # This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License. require "test/unit" require File.expand_path(File.dirname(...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : French [fr] //! author : John Fischer : https://github.com/jfroffice ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' &...
{ "pile_set_name": "Github" }
--- id: version-0.10.2-browser title: Browser original_id: browser --- > KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, Edge, and IE 9–11. ## Global If you include the `katex.js` directly, the `katex` object will be available as a global variable. ```html <link rel="stylesheet" href="htt...
{ "pile_set_name": "Github" }
require 'rexml/child' require 'rexml/source' require 'rexml/xmltokens' module REXML # God, I hate DTDs. I really do. Why this idiot standard still # plagues us is beyond me. class Entity < Child include XMLTokens PUBIDCHAR = "\x20\x0D\x0Aa-zA-Z0-9\\-()+,./:=?;!*@$_%#" SYSTEMLITERAL = %Q{((?:"[^"]*"...
{ "pile_set_name": "Github" }
static int q; void foo() { int t = q; q = t + 1; } int main() { q = 0; foo(); q = q - 1; return q; } // This is the source that corresponds to funccall.ll // RUN: echo foo
{ "pile_set_name": "Github" }
/*! UIkit 2.27.5 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Form password ========================================================================== */ /* * 1. Container width fits its content * 2. Create po...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !gccgo #include "textflag.h" // // System call support for 386, OpenBSD // // Just jump to package syscall's implementation for all these functions...
{ "pile_set_name": "Github" }
package com.mxgraph.examples.swing; import javax.swing.BorderFactory; import javax.swing.CellRendererPane; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.border.BevelBorder; import com.mxgraph.canvas.mxICanvas; import com.mxgraph.canvas.mxImageCanvas; import com.mxgraph.swing.mxGraphComponen...
{ "pile_set_name": "Github" }
/* * 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, or (at * your option) any later version. */ FILE_LICENCE ( GPL2_OR_LATER ); #ifndef NIC_H #define NIC_H #include <st...
{ "pile_set_name": "Github" }
{ "name": "Sylon Hosting GmbH", "displayName": "Sylon Hosting", "properties": [ "sylon.net" ] }
{ "pile_set_name": "Github" }
// 功能:代码 8-8 快速区域积分直方图实现 // 作者:朱伟 zhu1988wei@163.com // 来源:《OpenCV图像处理编程实例》 // 博客:http://blog.csdn.net/zhuwei1988 // 更新:2016-8-1 // 说明:版权所有,引用或摘录请联系作者,并按照上面格式注明出处,谢谢。// // 计算单个cell HOG特征 void cacHOGinCell(Mat& HOGCellMat,Rect roi, std::vector<Mat>& integrals) { // 实现快速积分HOG int x0 = roi.x,y0 = roi.y; i...
{ "pile_set_name": "Github" }
{ "name": "forTravel, Inc.", "displayName": "forTravel", "properties": [ "4travel.jp" ] }
{ "pile_set_name": "Github" }
<?php /* * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a...
{ "pile_set_name": "Github" }
// Copyright 2018-2020 Polyaxon, 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 agre...
{ "pile_set_name": "Github" }
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CREATE_NEW_THREAD_EXTENSIOn_ABSTRACT_ #ifdef DLIB_CREATE_NEW_THREAD_EXTENSIOn_ABSTRACT_ #include "threads_kernel_abstract.h" namespace dlib { // ------------------------------...
{ "pile_set_name": "Github" }
npm-run-script(3) -- Run arbitrary package scripts ================================================== ## SYNOPSIS npm.commands.run-script(args, callback) ## DESCRIPTION This runs an arbitrary command from a package's "scripts" object. It is used by the test, start, restart, and stop commands, but can be called...
{ "pile_set_name": "Github" }
{ "element": "parseResult", "content": [ { "element": "category", "meta": { "classes": { "element": "array", "content": [ { "element": "string", "content": "api" } ] }, "title": { "ele...
{ "pile_set_name": "Github" }
-- When creating a table using diesel's migration, ideally we'd use this pragma -- command, but we receive the error "cannot change into wal mode from within a -- transaction" instead. -- PRAGMA journal_mode=WAL; CREATE TABLE logs( ri INTEGER PRIMARY KEY NOT NULL, epoch INT8 NOT NULL, remote_addr TEXT, ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, 2017, 2018, 2019 FabricMC * * 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 applicabl...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003, 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 ...
{ "pile_set_name": "Github" }
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Tests for L{twisted.python.htmlizer}. """ from StringIO import StringIO from twisted.trial.unittest import TestCase from twisted.python.htmlizer import filter class FilterTests(TestCase): """ Tests for L{twisted.python.htmlizer.fil...
{ "pile_set_name": "Github" }
import torch from .base_sampler import BaseSampler from .sampling_result import SamplingResult class PseudoSampler(BaseSampler): def __init__(self, **kwargs): pass def _sample_pos(self, **kwargs): raise NotImplementedError def _sample_neg(self, **kwargs): raise NotImplementedEr...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- /****************************************************************************** Copyright:: 2020- IBM, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this fil...
{ "pile_set_name": "Github" }
all: otrx otrx: $(CC) $(CFLAGS) -o $@ otrx.c -Wall clean: rm -f otrx
{ "pile_set_name": "Github" }
'use strict'; const Promise = require('promise'); const path = require('path'); function watchmanRecReadDir(roots, {ignore, fileWatcher, exts}) { const files = []; return Promise.all( roots.map( root => fileWatcher.getWatcherForRoot(root) ) ).then( watchers => { // All watchman roots for...
{ "pile_set_name": "Github" }
<script lang="ts"> import { Button, Jumbotron } from 'sveltestrap'; </script> <Jumbotron> <h1 class="display-3">Hello, world!</h1> <p class="lead"> This is a simple hero unit, a simple Jumbotron-style component for calling extra attention to featured content or information. </p> <hr class="my-2" /> ...
{ "pile_set_name": "Github" }
//HEADER_GOES_HERE #ifndef __MONSTER_H__ #define __MONSTER_H__ extern int MissileFileFlag; extern int monstkills[MAXMONSTERS]; extern int monstactive[MAXMONSTERS]; extern int nummonsters; extern MonsterStruct monster[MAXMONSTERS]; extern int totalmonsters; extern CMonster Monsters[16]; // int END_Monsters_17; // weak ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="Windows-1252"?> <!-- This project was generated by Bakefile 0.2.9 (http://www.bakefile.org) Do not modify, all changes will be overwritten! --> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="typetest" ProjectGUID="{46C50129-1314-5001-908F-AC61827...
{ "pile_set_name": "Github" }
namespace DependencyInjectionExample.Services { public interface IEmailSender { void SendEmail(string username); } }
{ "pile_set_name": "Github" }
/* * UWB reservation management. * * Copyright (C) 2008 Cambridge Silicon Radio Ltd. * * 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 Foundation. * * This program is distributed in the h...
{ "pile_set_name": "Github" }
--TEST-- Use case: Quaternion Julia Set Raytracer (multicore) --EXTENSIONS-- gd --SKIPIF-- <?php if(!function_exists('imagepng')) print 'skip PNG function not available'; ?> --FILE-- <?php /** * QuaternionJulia.pbk * * This Pixel Bender port is based on the Quaternion Julia Set raytracer * Cg fragment shader by...
{ "pile_set_name": "Github" }
// // ActionPopUpButton.m // SnippetsPractice // // Created by naotaka on 08/11/15. // Copyright 2008 Naotaka Morimoto. All rights reserved. // #import "ActionPopUpButton.h" @implementation ActionPopUpButton - (void)mouseDown:(NSEvent *)theEvent { NSPoint locationInWindow = [theEvent locationInWindow]; // NSLo...
{ "pile_set_name": "Github" }
#!/usr/bin/env node var argv = require('optimist') .boolean(['x','y','z']) .argv ; console.dir([ argv.x, argv.y, argv.z ]); console.dir(argv._);
{ "pile_set_name": "Github" }
import * as React from 'react'; export type MediaOverlaySkin = 'none' | 'gradient' | 'dark'; export interface MediaOverlayProps { media: React.ReactNode; skin?: MediaOverlaySkin; hoverSkin?: MediaOverlaySkin; dataHook?: string; hovered?: boolean; onClick?(): void; removeRoundedBorders?: boolean; class...
{ "pile_set_name": "Github" }
diff --git chrome/browser/plugins/plugin_info_host_impl.cc chrome/browser/plugins/plugin_info_host_impl.cc index d789ee040ac5..58b45d5a56f2 100644 --- chrome/browser/plugins/plugin_info_host_impl.cc +++ chrome/browser/plugins/plugin_info_host_impl.cc @@ -18,6 +18,7 @@ #include "base/task_runner_util.h" #include "buil...
{ "pile_set_name": "Github" }
{ "translations": { "Missing recovery key password" : "Der mangler kodeord for gendannelsesnøgle", "Please repeat the recovery key password" : "Gentag venligst kodeordet for gendannelsesnøglen", "Repeated recovery key password does not match the provided recovery key password" : "Det gentagne kodeord for ge...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ArrayOfDVBTTuning xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DVBTTuning> <Frequency>786000</Frequency> <BandWidth>8</BandWidth> <Offset>125</Offset> </DVBTTuning> <DVBTTuning> <Frequency>76200...
{ "pile_set_name": "Github" }
{ "dependencies": { "babel": "^5.8.38" } }
{ "pile_set_name": "Github" }
"spirit_breaker_damage_after_empowering_haste" { "challengetype" "483" "desc" "#DOTA_ChallengeDesc_Spirit_Breaker_Damage_After_Bulldoze" "status_text" "#DOTA_ChallengeStatusText_Spirit_Breaker_Damage_After_Bulldoze" "image" "images/spellicons/spirit_breaker_bulldoze.png" "requiredhero" "spirit_breaker" "e...
{ "pile_set_name": "Github" }
! @@name: affinity.1f ! @@type: F-fixed ! @@compilable: yes ! @@linkable: yes ! @@expect: success PROGRAM EXAMPLE !$OMP PARALLEL PROC_BIND(SPREAD) NUM_THREADS(4) CALL WORK() !$OMP END PARALLEL END PROGRAM EXAMPLE
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004 James Courtier-Dutton <James@superbug.demon.co.uk> * Driver CA0106 chips. e.g. Sound Blaster Audigy LS and Live 24bit * Version: 0.0.18 * * FEATURES currently supported: * See ca0106_main.c for features. * * Changelog: * Support interrupts per period. * Removed noise fro...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from PyQt4.QtGui import * from PyQt4.QtCore import * import sys import time import os import tkMessageBox sys.path.append("./src/images") sys.path.append("./UI") if sys.path[0] =="": SYSPATH = sys.path[1] else: SYSPATH = sys.path[0] from Ui_MainWindow import Ui_mainWindow import ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <doc> <members> <assembly> <name>UnityEngine.CloudWebServicesModule</name> </assembly> </members> </doc>
{ "pile_set_name": "Github" }
/* ============================================================================== Code by Juan Gil <https://juangil.com/>. Copyright (C) 2017-2019 Juan Gil. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t...
{ "pile_set_name": "Github" }
{ "extends": "tslint:recommended", "rules": { "max-line-length": { "options": [120] }, "new-parens": true, "no-arg": true, "no-bitwise": true, "no-conditional-assignment": true, "no-consecutive-blank-lines": false, "curly": true, ...
{ "pile_set_name": "Github" }
using System; using System.Collections; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.Qualified { /** * The SemanticsInformation object. * <pre> * SemanticsInformation ::= SEQUENCE { * semanticsIdentifier OBJECT IDENTI...
{ "pile_set_name": "Github" }
using System; using UnityEngine; namespace UnityStandardAssets.CrossPlatformInput.PlatformSpecific { public class MobileInput : VirtualInput { private void AddButton(string name) { // we have not registered this button yet so add it, happens in the constructor ...
{ "pile_set_name": "Github" }
0021..0021 002C..002C 002E..002E 003A..003B 003F..003F 037E..037E 0387..0387 0589..0589 05C3..05C3 060C..060C 061B..061B 061F..061F 06D4..06D4 0700..070A 070C..070C 07F8..07F9 0830..083E 085E..085E 0964..0965 0E5A..0E5B 0F08..0F08 0F0D..0F12 104A..104B 1361..1368 166D..166E 16EB..16ED 1735..1736 17D4..17D6 17DA..17DA 1...
{ "pile_set_name": "Github" }
/** * @name exports * @summary ContractSigner Class */ module.exports = class ContractSigner { constructor(opts) { // Create an object to store all props Object.defineProperty(this, '__data', { value: {} }); // Define getters and setters as enumerable Object.defineProperty(this, '_id', { en...
{ "pile_set_name": "Github" }
[Rank] Feria III infra Hebdomadam III post Epiphaniam;;Feria;;1;;vide Epi3-0 [Rule] vide Epi3-0 Suffragium=Maria2;Papa,Ecclesia;;
{ "pile_set_name": "Github" }