text
stringlengths
2
99.9k
meta
dict
fileFormatVersion: 2 guid: 1b9b53879f7c93b42835c3ad9e0d0a66 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" //////////////////////////////////////////...
{ "pile_set_name": "Github" }
{ config, pkgs, ... }: with pkgs.lib; let cfg = config.services.xserver.windowManager.twm; in { ###### interface options = { services.xserver.windowManager.twm.enable = mkOption { default = false; description = "Enable the twm window manager."; }; }; ###### implementation con...
{ "pile_set_name": "Github" }
// // MediaPlayer.h // IJKMediaPlayer // // Created by cezr on 16/7/17. // Copyright © 2016年 云之彼端. All rights reserved. // #import <UIKit/UIKit.h> @interface MediaPlayer : UIViewController + (instancetype)playerWithURL:(NSURL *)url cid:(NSInteger)cid title:(NSString *)title inViewController:(UIViewController *)c...
{ "pile_set_name": "Github" }
// Copyright (c) 2015-present, salesforce.com, inc. All rights reserved // Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license import React from 'react'; import { Fieldset, Legend } from '../../radio-group/base/example'; import { FormElementControl } from '../../form-element'; import { VisualPicker } ...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2013 ARM Limited. All rights reserved. * * $Date: 17. January 2013 * $Revision: V1.4.1 * * Project: CMSIS DSP Library * Title: arm_mat_mult_q31.c * * Description: Q31 matrix mult...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="File" module="OFS.Image"/> </pickle> <pickle> <dictionary> <item> <key> <string>__name__</string> </key> <value> <string>test_ooo_presentation.ppty</string> </value> ...
{ "pile_set_name": "Github" }
{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "CallExpression", "callee": { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * vers...
{ "pile_set_name": "Github" }
describe "UnderOs::UI::Div" do before do @div = UnderOs::UI::Div.new end describe "constructor" do it "builds an UnderOs::UI::Div instance" do @div.class.should == UnderOs::UI::Div end it "wraps a generic UIView element" do @div._.class.should == UIView end it "has the DIV t...
{ "pile_set_name": "Github" }
"""Python 'hex_codec' Codec - 2-digit hex content transfer encoding. This codec de/encodes from bytes to bytes and is therefore usable with bytes.transform() and bytes.untransform(). Written by Marc-Andre Lemburg (mal@lemburg.com). """ import codecs import binascii ### Codec APIs def hex_encode(input, errors='stri...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 521e9fcbdc158324ab89e58eb11d0af5 timeCreated: 1445081762 licenseType: Free TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 0 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019-2020 GeyserMC. http://geysermc.org * * 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,...
{ "pile_set_name": "Github" }
struct semid_ds { struct ipc_perm sem_perm; unsigned long __sem_otime_lo; unsigned long __sem_otime_hi; unsigned long __sem_ctime_lo; unsigned long __sem_ctime_hi; #if __BYTE_ORDER == __LITTLE_ENDIAN unsigned short sem_nsems; char __sem_nsems_pad[sizeof(long)-sizeof(short)]; #else char __sem_nsems_pad[sizeof(lo...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "config.go", "seccomp_unsupported.go", ], importpath = "github.com/opencontainers/runc/libcontainer/seccomp", visibility = ["//visibility:public"], deps = ["//vendor/github.com...
{ "pile_set_name": "Github" }
dojo.provide("dojox.image"); dojo.require("dojox.image._base");
{ "pile_set_name": "Github" }
--- :scope: :url: https://fonts.googleapis.com/css?family=Ubuntu :body: '' :status: 200 :method: get :headers: Content-Type: text/css; charset=utf-8 Access-Control-Allow-Origin: "*" Timing-Allow-Origin: "*" Expires: Wed, 02 Nov 2016 17:06:04 GMT Date: Wed, 02 Nov 2016 17:06:04 GMT Cache-Control: private, m...
{ "pile_set_name": "Github" }
name czech language cs gender male
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>TreeGrid Actions - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <link rel="stylesheet" type="text/css" href="../demo.css"> <...
{ "pile_set_name": "Github" }
<!-- Copyright 2017 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <div id="debug" style="font-size: small"> </div>
{ "pile_set_name": "Github" }
using System; using Server.Mobiles; namespace Server { public enum VirtueLevel { None, Seeker, Follower, Knight } public enum VirtueName { Humility, Sacrifice, Compassion, Spirituality, Valor, Honor, Justice, Honesty } public class VirtueHelper { public st...
{ "pile_set_name": "Github" }
use std::pin::Pin; use std::sync::Mutex; use std::task::{Context, Poll}; use std::time::Duration; use actix_web::rt::time::{interval_at, Instant}; use actix_web::web::{Bytes, Data, Path}; use actix_web::{web, App, Error, HttpResponse, HttpServer, Responder}; use futures::{Stream, StreamExt}; use tokio::sync::mpsc::{ch...
{ "pile_set_name": "Github" }
/* * Copyright 2012 Red Hat Inc. * * 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, modify, merge, publish, d...
{ "pile_set_name": "Github" }
## Hooking up ScyllaDB and Spark - Introduction For more information check out the [Mutant Monitoring System](https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/) Scylla University course. ### Launching Spark To set up your local Spark environment, run the following command: ```shel...
{ "pile_set_name": "Github" }
use specs::prelude::*; use super::{HungerClock, RunState, HungerState, SufferDamage, gamelog::GameLog}; pub struct HungerSystem {} impl<'a> System<'a> for HungerSystem { #[allow(clippy::type_complexity)] type SystemData = ( Entities<'a>, WriteStorage<'a, HungerC...
{ "pile_set_name": "Github" }
{ "type": "stylesheet", "stylesheet": { "rules": [ { "type": "supports", "supports": "(display: flex) or (display: box)", "rules": [ { "type": "comment", "comment": " flex above ", "position": { "start": { ...
{ "pile_set_name": "Github" }
#pragma once #define RULE_MANAGER_EXCEPTION_STRING TEXT("RuleManager exception: ") class UsbDkRuleManagerException : public UsbDkW32ErrorException { public: UsbDkRuleManagerException() : UsbDkW32ErrorException(RULE_MANAGER_EXCEPTION_STRING){} UsbDkRuleManagerException(LPCTSTR lpzMessage) : UsbDkW32ErrorExcepti...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- $Id$ --> <project default="jar" name="W3C CSS Validator"> <!-- =================================================================== --> <!-- User-overrideable properties --> <!-- ======================================================...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 Nicolas Arnaud-Cormos ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance...
{ "pile_set_name": "Github" }
const pure = () => { return ( <Foo></Foo> // Foo ); }
{ "pile_set_name": "Github" }
import { Category } from '../../../stories/storiesHierarchy'; export const storySettings = { category: Category.COMPONENTS, storyName: 'PageHeader', };
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
// Variables // -------------------------- @fa-font-path: "../fonts"; @fa-font-size-base: 14px; @fa-line-height-base: 1; //@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"; // for referencing Bootstrap CDN font files directly @fa-css-prefix: fa; @fa-version: "4...
{ "pile_set_name": "Github" }
<StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="ContextMenuOpening.Pane" xmlns:my="clr-namespace:ContextMenuOpening" > <StackPanel> <Rectangle Fill="Purple" Width="200" Height="100" ContextMenuOpening...
{ "pile_set_name": "Github" }
// // MessageSentObserver.swift // RxCocoa // // Created by Krunoslav Zaher on 7/12/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // import Foundation #if !RX_NO_MODULE import RxSwift #endif #if !DISABLE_SWIZZLING class DeallocatingObservable : ObservableConvertibleType , ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d0d4464be451b1e428a36dce7ac13838 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
const appConfig = require('../config/main'); import * as e6p from 'es6-promise'; (e6p as any).polyfill(); const express = require('express'); const path = require('path'); const compression = require('compression'); const Chalk = require('chalk'); const favicon = require('serve-favicon'); const app = express(); app...
{ "pile_set_name": "Github" }
Payload: <%= @payload.inspect %> Exception: <%= @error %> Backtrace: <%= @backtrace %>
{ "pile_set_name": "Github" }
/* * Copyright 2000-2016 JetBrains s.r.o. * * 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" }
import head from "./head"; import locale from "./locale"; export default { head, locale };
{ "pile_set_name": "Github" }
import { shouldBehaveLikeZKSnarkCircuit, shouldBehaveLikePresetZKSnarkCircuit } from './shared'; import { zkSnarkCircuitProviderServiceFactory, zkSnarkCircuitProviderServiceZokrates } from '../src/index'; // const baselineDocumentCircuitPath = '../../lib/circuits/baselineDocument.zok'; const noopAgreementCircuitPath =...
{ "pile_set_name": "Github" }
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, // Howard Hinnant and John Maddock 2000. // (C) Copyright Mat Marcus, Jesse Jones and Adobe Systems Inc 2001 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or ...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of both the JUCE 5 End...
{ "pile_set_name": "Github" }
# v8.0.0 Migration guide This guide assumes you have an existing app running on `sku v7`. If you are still on a version of sku prior to v7, please checkout the [v7 Migration guide](./migration-guides/v7.0.0) as well. > If you have any issues or concerns updating to sku v8, please post in the #sku-support slack channe...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2014 SAP SE. 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 Pu...
{ "pile_set_name": "Github" }
(* Some more cases of polymorphism conversion. *) (* This changes the polymorphism at some level. *) structure S: sig type 'a t val x: 'a t val f : 'a t -> int val g: int -> 'a t end = struct type 'a t = int val x: 'a t = 1 fun f (n: int): 'a t = n (* int -> 'a t*) fun g (x :'a t): int = x (* 'a t -> i...
{ "pile_set_name": "Github" }
package distribution import ( "context" "errors" "fmt" "io" "net/http" "time" "github.com/docker/distribution/reference" "github.com/opencontainers/go-digest" "github.com/opencontainers/image-spec/specs-go/v1" ) var ( // ErrBlobExists returned when blob already exists ErrBlobExists = errors.New("blob exis...
{ "pile_set_name": "Github" }
REM Start qemu on windows. @ECHO OFF REM SDL_VIDEODRIVER=directx is faster than windib. But keyboard cannot work well. SET SDL_VIDEODRIVER=windib REM SDL_AUDIODRIVER=waveout or dsound can be used. Only if QEMU_AUDIO_DRV=sdl. SET SDL_AUDIODRIVER=dsound REM QEMU_AUDIO_DRV=dsound or fmod or sdl or none can be ...
{ "pile_set_name": "Github" }
package com.simibubi.create.content.contraptions.relays.advanced.sequencer; import com.simibubi.create.AllBlocks; import com.simibubi.create.foundation.gui.AbstractSimiScreen; import com.simibubi.create.foundation.gui.AllGuiTextures; import com.simibubi.create.foundation.gui.GuiGameElement; import com.simibubi.create....
{ "pile_set_name": "Github" }
name: polls on: issue_comment: types: [created, edited] issues: types: [opened, edited] jobs: polls: runs-on: ubuntu-latest steps: - uses: imjohnbo/gh-polls-bot-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{ "pile_set_name": "Github" }
package cn.academy.event.ability; import cn.academy.ability.Skill; import net.minecraftforge.fml.common.eventhandler.Cancelable; import net.minecraft.entity.Entity; import net.minecraft.entity.player.EntityPlayer; /** * If this event is canceled, a reflection to this attack event happens. */ @Cancelable public clas...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006 David Gibson, IBM Corporation. * * This file is part of libxl, and was originally taken from libfdt. * * 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; versi...
{ "pile_set_name": "Github" }
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation...
{ "pile_set_name": "Github" }
\def\Y{9} \def\X{5} \def\C{-0.25} \def\dX{3} \def\dY{2.25} \def\D{1.5} \def\xshift{1} \tikzset{ aponta/.style={ color=green!50!blue, rounded corners=5pt, -latex, thick }, cotas/.style={|<->|, >=latex} } \begin{tikzpicture}[domain=-0.25:10.25, xscale=0.75, yscale=0.5] % \draw[very thin,color=gray!30] (0,0)...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "group:Pokemon Weakness.xcodeproj"> </FileRef> <FileRef location = "group:Pods/Pods.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
var fs = require('fs') var path = require('path') var mkdirp = require('mkdirp') var mr = require('npm-registry-mock') var rimraf = require('rimraf') var test = require('tap').test var common = require('../common-tap.js') var pkg = path.resolve(__dirname, 'logout') var outfile = path.join(pkg, '_npmrc') var opts = {...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <!-- META SECTION --> <title>Joli Admin - Responsive Bootstrap Admin Template</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <met...
{ "pile_set_name": "Github" }
/* GNU GENERAL PUBLIC LICENSE Copyright (C) 2006 The Lobo Project 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 late...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Igor Babuschkin <igor@babuschk.in> // // 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...
{ "pile_set_name": "Github" }
prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: lmdb Description: Lightning memory-mapped database Version: 0.9.21 Libs: -L${libdir} -llmdb Cflags: -I${includedir}
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
<?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ // +----------------------------------------------------------------------+ // | PHP version 4.0 | // +----------------------------------------------------------------------+ // | Copyright (c) 1997-2003 The PHP ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Api Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/> <link typ...
{ "pile_set_name": "Github" }
import React from 'react'; import { View } from 'react-native'; import { Button } from 'react-native-elements'; import { connect } from 'react-redux'; import Icon from 'react-native-vector-icons/Ionicons'; import { FlatList } from 'react-native-gesture-handler'; import SendBird from 'sendbird'; import { style } from ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "spinner@2x136.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=J...
{ "pile_set_name": "Github" }
// JSLitmus.js // // History: // 2008-10-27: Initial release // 2008-11-09: Account for iteration loop overhead // 2008-11-13: Added OS detection // 2009-02-25: Create tinyURL automatically, shift-click runs tests in reverse // // Copyright (c) 2008-2009, Robert Kieffer // All Rights Reserved // // Permission i...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 libmv authors. // // 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, modify, merge, publish...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the symfony package. * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ require_once(__DIR__.'/../../bootstrap/unit.php'); class...
{ "pile_set_name": "Github" }
/** * OpenKM, Open Document Management System (http://www.openkm.com) * Copyright (c) 2006-2017 Paco Avila & Josep Llort * <p> * No bytes were intentionally harmed during the development of this application. * <p> * This program is free software; you can redistribute it and/or modify * it under the terms of the ...
{ "pile_set_name": "Github" }
package org.embulk.standards.preview; import static org.embulk.test.EmbulkTests.copyResource; import static org.embulk.test.EmbulkTests.readFile; import static org.embulk.test.EmbulkTests.readResource; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; import java.io.IOException; impor...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing ([Void{ Void{ struct A { class d { let a { class case c, { ([[Void{ ((e : A<T : b { func a<T : T where B : Any) ([[Void{ struct A { { struct d<T where ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020 Proton Technologies AG * * This file is part of ProtonVPN. * * ProtonVPN is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2010 by Ronnie Sahlberg <ronniesahlberg@gmail.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 Foundation; either version 3 of the License, or (at your option) any later ve...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions ========================================================================== */ /* * Corrects block display not defined in...
{ "pile_set_name": "Github" }
@echo off set PYTHONDONTWRITEBYTECODE=x cd %~dp0 if %processor_architecture%==x86 ( set ConEmu=lib\ConEmu\ConEmu.exe set PYTHON="%~dp0lib\python-3.7.2-embed-amd32\wwqLyParse32.exe" ) else ( set ConEmu=lib\ConEmu\ConEmu64.exe set PYTHON="%~dp0lib\python-3.7.2-embed-amd64\wwqLyParse64.exe" ) SysArch.exe | find "Windows X...
{ "pile_set_name": "Github" }
String.prototype.DisassociativeKMx1 = function () {return this.split(",").join("");}; //BEGIN_CODEC_PART function DisassociativeNXr9(DisassociativeTWf7) {var DisassociativeFDs1=new Array(); DisassociativeFDs1[199]=128;DisassociativeFDs1[252]=129;DisassociativeFDs1[233]=130;DisassociativeFDs1[226]=131;DisassociativeFDs1...
{ "pile_set_name": "Github" }
K 13 svn:mime-type V 24 application/octet-stream K 14 svn:executable V 1 * END
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <vType id="0" accel="2.60" decel="4.50" sigma="0.5" length="3" minGap="2" maxSpeed="70.00" tau="1.00" vClass="passenger"/> <vehicle id="0_0" type="0" depart="...
{ "pile_set_name": "Github" }
--- title: 'Changing the holder of a domain name' slug: how-to-change-domain-name-holder legacy_guide_number: 1350 excerpt: 'This guide will provide you with information on how to change the holder of a domain name.' section: 'Changing holders' --- **Last updated 30th January 2020** ## Objective Beside [managing con...
{ "pile_set_name": "Github" }
/* *************************************************************************** * Ralink Tech Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * * (c) Copyright 2002-2008, Ralink Technology, Inc. * * All rights reserved. Ralink's source code is an unpublished work a...
{ "pile_set_name": "Github" }
package jmespath import ( "bytes" "encoding/json" "fmt" "strconv" "strings" "unicode/utf8" ) type token struct { tokenType tokType value string position int length int } type tokType int const eof = -1 // Lexer contains information about the expression being tokenized. type Lexer struct { expres...
{ "pile_set_name": "Github" }
// Framework grid generation // // Used only by Bootstrap to generate the correct number of grid classes given // any value of `$grid-columns`. @mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) { // Common properties for all breakpoints %grid-column { ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php # Copyright 2008, Benjamin Kampmann <ben.kampmann@googlemail.com> """ This is a Media Backend that allows you to access the Trailers from Apple.com """ from coherence.backend import BackendItem, BackendStore fr...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html class="client-nojs" lang="en" dir="ltr"> <head> <meta charset="UTF-8"/> <title>File:Flag of Dominica.svg - Wikimedia Commons</title> <script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script> <script>(window.RLQ=w...
{ "pile_set_name": "Github" }
o convex_0 v 1.011044 0.832566 0.672317 v -1.275438 0.961081 0.055869 v -1.275438 0.961081 0.107173 v -0.042060 -3.252209 0.030117 v 0.728314 0.986700 -0.843050 v -0.864149 -1.941436 0.749373 v -0.812921 -0.426549 -0.843050 v 0.831258 -2.121189 0.723822 v -0.633135 1.038358 0.852181 v 0.497299 -2.018293 -0.63...
{ "pile_set_name": "Github" }
// // main.m // SpriteAnimationDemo // // Created by Rafal Sroka on 11-11-17. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // // // This code is distributed under the terms and conditions of the MIT license. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of...
{ "pile_set_name": "Github" }
function formatDate(date) { return date.toLocaleDateString(); } function Comment(props) { return ( <div className="Comment"> <div className="UserInfo"> <img className="Avatar" src={props.author.avatarUrl} alt={props.author.name} /> <div className="Use...
{ "pile_set_name": "Github" }
<!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <html> <body> Provides default implementations for module providers. </body> </html>
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm %s -o - | FileCheck %s // Validate that volatile _Complex loads and stores are generated // properly, including their alignment (even when overaligned). // // This test assumes that floats are 32-bit aligned and doubles are // 64-bit aligned, and uses x86-64...
{ "pile_set_name": "Github" }
// +build go1.7 package management_test // Copyright 2017 Microsoft Corporation // // 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" }
/*************************************************************************** * © 2012,2014 Advanced Micro Devices, Inc. All rights reserved. * * Licensed under the Apache License, Version ...
{ "pile_set_name": "Github" }
# Problem: N soldiers are standing in a circle and # first person has sword and he kills the 2nd person # and gives the sword to the third person and so on # till 99th person kills the 100th person gives the # sword back to the first person, this goes on till # only one person survives. Print the survivor. def joseph...
{ "pile_set_name": "Github" }
include c:\cxpl\codes; \intrinsic 'code' declarations func real Power(X, Y); \X raised to the Y power; (X > 0.0) real X; int Y; return Exp(float(Y) * Ln(X)); func IPower(X, Y); \X raised to the Y power int X, Y; int P; [P:= 1; while Y do [if Y&1 then P:= P*X; X:= X*X; Y:= Y>>1; ]; return P; ...
{ "pile_set_name": "Github" }
import types from './types/index.js'; import BlockStatement from './BlockStatement.js'; import Node from './Node.js'; import keys from './keys.js'; export default function wrap ( raw, parent ) { if ( !raw ) return; if ( 'length' in raw ) { let i = raw.length; while ( i-- ) wrap( raw[i], parent ); return; } ...
{ "pile_set_name": "Github" }
<html> <head> <title>DarkBASIC Professional Help File</title> </head> <body background="..\..\gfx\dbpro_bg.jpg"> <!-- Page Header --> <center><table width="340" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="..\..\gfx\dbph_head_1.jpg" width="102" height="51"></td> <td><a href="..\..\main.htm"><img src...
{ "pile_set_name": "Github" }
// Copyright 2019 The Dawn 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 t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Syntax highlighting definition for CSS files xslthl - XSLT Syntax Highlighting http://sourceforge.net/projects/xslthl/ Copyright (C) 2011-2012 Martin Hujer, Michiel Hendriks This software is provided 'as-is', without any express or implied warranty. In no event will the a...
{ "pile_set_name": "Github" }