text
stringlengths
2
99.9k
meta
dict
((#:stats #hash((assertion . 0) (solver . 0))) (#:trace (("error: bad\n" (#%app "solver-limitation.rkt" 5 8) ((error "solver-limitation.rkt" 5 8)) (! b)))))
{ "pile_set_name": "Github" }
/* ----------- Uniforms --------- */ uniform sampler2DArray probePlanars; uniform sampler2DArray probeCubes; /* ----------- Structures --------- */ struct CubeData { vec4 position_type; vec4 attenuation_fac_type; mat4 influencemat; mat4 parallaxmat; }; #define PROBE_PARALLAX_BOX 1.0 #define PROBE_ATTENUATIO...
{ "pile_set_name": "Github" }
/** * @file * AutoIP Automatic LinkLocal IP Configuration * */ /* * * Copyright (c) 2007 Dominik Spies <kontakt@dspies.de> * 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. Redis...
{ "pile_set_name": "Github" }
<?php /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it ...
{ "pile_set_name": "Github" }
var _ = require("underscore"); var BaseView = require("base/baseview"); var Handlebars = require("base/handlebars"); var vtt = require("vtt.js"); // Must precede video.js global.WebVTT = vtt.WebVTT; // Required to be in the global scope by video.js var _V_ = require("video.js"); global.videojs = _V_; require("../.....
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'quicktable', 'bg', { more: 'Още...' } );
{ "pile_set_name": "Github" }
if(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"") endif(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files) string(REGEX...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>T.DIST.RT Function</title> <meta charset="utf-8" /> <meta name="description" content="" /> <link type="text/css" rel="stylesheet" href="../editor.css" /> <script type="text/javascript" src="../callback.js"></script> <script type="text/javascript" src="../se...
{ "pile_set_name": "Github" }
// Copyright 2010 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
<div class="menu-wrapper" sentence-menu flex="{{vm.isMenuExpanded ? '100' : 'none'}}" ng-init="vm.initMenu(<?= (int)$expanded ?>, vm.sentence.permissions)"> <div class="menu" layout="row" layout-align="space-between center"> <div> <md-button class="md-icon-button" ng-click="vm.translate(vm....
{ "pile_set_name": "Github" }
@core @verify_age_location Feature: Test the 'Digital age of consent verification' feature works. In order to self-register on the site As an user I need be to be over the age of digital consent Background: Given the following config values are set as admin: | registerauth | email | | agedigita...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # Software License Agreement (BSD License) # # Copyright (c) 2013-2015, Timm Linder, Social Robotics Lab, University of Freiburg # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the fo...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Estimating simple regression models in Julia" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "By Tyler Ransom, Duke University Social Science Re...
{ "pile_set_name": "Github" }
/* * arch/arm/mach-spear3xx/spear310.c * * SPEAr310 machine source file * * Copyright (C) 2009 ST Microelectronics * Viresh Kumar<viresh.kumar@st.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, w...
{ "pile_set_name": "Github" }
<?php /** * Example file for property 'attr' * * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @copyright Copyright (c) 2010-2014 FluentDOM Contributors */ require __DIR__.'/../../../vendor/autoload.php'; header('Content-type: text/plain'); $html = <<<HTML <html> <head> <title>Fluen...
{ "pile_set_name": "Github" }
Ideas ------- - Make the first-person narrative change from a POV close to the republic's idea to another against it when it leaves the republic. - Check out turn of the century circus routines in America.
{ "pile_set_name": "Github" }
<?php if (!defined('__TYPECHO_ADMIN__')) { exit; } $header = '<link rel="stylesheet" href="' . Typecho_Common::url('normalize.css?v=' . $suffixVersion, $options->adminStaticUrl('css')) . '"> <link rel="stylesheet" href="' . Typecho_Common::url('grid.css?v=' . $suffixVersion, $options->adminStaticUrl('css')) . '"> <...
{ "pile_set_name": "Github" }
// set the following environmental variables before executing; // HIPCHAT_TOKEN // HIPCHAT_ROOM // instantiate a hipchat-notifier //var hipchat = require('../index.js').make( var hipchat = require('hipchat-notifier').make( process.env.HIPCHAT_ROOM, process.env.HIPCHAT_TOKEN ); hipchat.setNotify = true; // the...
{ "pile_set_name": "Github" }
BEGIN; ALTER TABLE problem DROP CONSTRAINT problem_state_check; ALTER TABLE problem ADD CONSTRAINT problem_state_check CHECK ( state = 'unconfirmed' or state = 'confirmed' or state = 'investigating' or state = 'planned' or state = 'in progress' or state = 'actio...
{ "pile_set_name": "Github" }
using MediatR; using OmniSharp.Extensions.JsonRpc; namespace OmniSharp.Extensions.LanguageServer.Protocol.Models { /// <summary> /// The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface. /// </summary> [Method(WindowName...
{ "pile_set_name": "Github" }
:: Created by npm, please don't edit manually. @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* ) ELSE ( node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* )
{ "pile_set_name": "Github" }
{ "compileOnSave": false, "compilerOptions": { "target": "es6", "module": "commonjs", "esModuleInterop": true, "sourceMap": true, "moduleResolution": "node", "outDir": "dist", "typeRoots": ["node_modules/@types"] }, "include": ["typings.d.ts", "server/**/*.ts"], "exclude": ["node_m...
{ "pile_set_name": "Github" }
{ "name": "example-example44", "files": [ "index-production.html", "script.js", "protractor.js" ] }
{ "pile_set_name": "Github" }
#ifdef CARTRIDGE_CPP uint8 Cartridge::HuC1::mmio_read(uint16 addr) { if((addr & 0xc000) == 0x0000) { //$0000-3fff return cartridge.rom_read(addr); } if((addr & 0xc000) == 0x4000) { //$4000-7fff return cartridge.rom_read((rom_select << 14) | (addr & 0x3fff)); } if((addr & 0xe000) == 0xa000) { //$...
{ "pile_set_name": "Github" }
(* Yoann Padioleau * * Copyright (C) 2011 Facebook * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 as published by the Free Software Foundation, with the * special exception on linking described in file license.t...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <UIKit/UIView.h> __attribute__((visibility("hidden"))) @interface _TtC7NewsUI213OffensiveView : UIView { // Error parsing ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2019 Google LLC 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...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import enum import logging import time from typing import List, Union import pandas as pd from zvt.contract import IntervalLevel, Mixin, EntityMixin from zvt.contract.api import get_data, df_to_db from zvt.contract.normal_data import NormalData from zvt.contract.reader import DataReader, DataL...
{ "pile_set_name": "Github" }
/* GetOpt_pp: Yet another C++ version of getopt. Copyright (C) 2007, 2008 Daniel Gutson, FuDePAN This file is part of GetOpt_pp. GetOpt_pp 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 v...
{ "pile_set_name": "Github" }
--- position: 9 exclude: true --- {% include api-template.html api_data=site.data.apidefinitions.network_broadcast_api %}
{ "pile_set_name": "Github" }
/* vi: set sw=4 ts=4: */ /* * Small lzma deflate implementation. * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> * * Based on LzmaDecode.c from the LZMA SDK 4.22 (http://www.7-zip.org/) * Copyright (C) 1999-2005 Igor Pavlov * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #i...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <NoWarn>$(NoWarn);NU1605</NoWarn> <TargetFramework>netcoreapp2.0</TargetFramework> </PropertyGroup> <PropertyGroup> <DefineConstants>TRACE;NETCOREAPP</DefineConstants> </PropertyGroup> <ItemGroup> <Compile In...
{ "pile_set_name": "Github" }
/** * Computes the 2D convex hull of a set of points using Graham's scanning * algorithm. The algorithm has been implemented as described in Cormen, * Leiserson, and Rivest's Introduction to Algorithms. The running time of * this algorithm is O(n log n), where n is the number of input points. * * @param vertices ...
{ "pile_set_name": "Github" }
# This file is distributed under the same license as the Django package. # # Translators: # Antoni Aloy <aaloy@apsl.net>, 2012-2013. # Carles Barrobés <carles@barrobes.com>, 2011, 2012. # Jannis Leidel <jannis@leidel.info>, 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1386491679 &1 PresetManager: m_ObjectHideFlags: 0 m_DefaultList: - type: m_NativeTypeID: 108 m_ManagedTypePPtr: {fileID: 0} m_ManagedTypeFallback: defaultPresets: - m_Preset: {fileID: 2655988077585873504, guid: c1cf8506f04ef2c4a88b64b6c420...
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package main import ( "fmt" "io/ioutil" "path/filepath" "strings" ) var ( configPath string cachedConfig map[string]string ) // Config returns the c...
{ "pile_set_name": "Github" }
--TEST-- "embed" tag --TEMPLATE-- FOO {% embed foo ~ ".twig" %} {% block c1 %} {{ parent() }} block1extended {% endblock %} {% endembed %} BAR --TEMPLATE(foo.twig)-- A {% block c1 %} block1 {% endblock %} B {% block c2 %} block2 {% endblock %} C --DATA-- return ['foo' => 'foo'] --EXPECT...
{ "pile_set_name": "Github" }
/**============================================================================== - Project name : RemoteCommandMager Component - File name : Localizable.strings - Version : 1.0 - Purpose : For RemoteCommandMager Component - Copy right : 16/11/2011,Prasad MB, Vervata Co., Ltd. All rights res...
{ "pile_set_name": "Github" }
package us.ihmc.simulationConstructionSetTools.robotController; import us.ihmc.commons.Conversions; import us.ihmc.graphicsDescription.yoGraphics.YoGraphicsListRegistry; import us.ihmc.yoVariables.registry.YoRegistry; import us.ihmc.yoVariables.variable.YoDouble; import us.ihmc.yoVariables.variable.YoLong; public cla...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- ########################################################################### # Copyright (c), The AiiDA team. All rights reserved. # # This file is part of the AiiDA code. # # ...
{ "pile_set_name": "Github" }
cmake_minimum_required(VERSION 2.8.3) project(leg_detector) # look for bfl (Bayesian Filtering Library) find_package(PkgConfig REQUIRED) pkg_check_modules(BFL REQUIRED orocos-bfl) include_directories(${BFL_INCLUDE_DIRS}) link_directories(${BFL_LIBRARY_DIRS}) # Look for Bullet pkg_check_modules(BULLET bullet) include...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014, Google Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS...
{ "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://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.o...
{ "pile_set_name": "Github" }
{ "name": "qunitjs", "title": "QUnit", "description": "An easy-to-use JavaScript Unit Testing framework.", "version": "1.12.0pre", "author": { "name": "jQuery Foundation and other contributors", "url": "https://github.com/jquery/qunit/blob/master/AUTHORS.txt" }, "contributors": [ "John Resig <...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Bottle m_Shader: {fileID: 47, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: _ALPHAPREMULTIPLY_ON m_...
{ "pile_set_name": "Github" }
node-gyp ========= ### Node.js native addon build tool `node-gyp` is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It bundles the [gyp](https://code.google.com/p/gyp/) project used by the Chromium team and takes away the pain of dealing with the various differen...
{ "pile_set_name": "Github" }
package com.mcxtzhang.cstviewdemo.widget; import android.content.Context; import android.graphics.Path; import android.util.AttributeSet; import com.mcxtzhang.cstviewdemo.widget.res.StoreHousePath; import java.util.ArrayList; /** * 介绍:一种填充loading的动画View * 作者:zhangxutong * 邮箱:zhangxutong@imcoming.com * 时间: 2016/...
{ "pile_set_name": "Github" }
// Code generated by astool. DO NOT EDIT. // Package typearticle contains the implementation for the Article type. All // applications are strongly encouraged to use the interface instead of this // concrete definition. The interfaces allow applications to consume only the // types and properties needed and be indepen...
{ "pile_set_name": "Github" }
package org.phoenix.web.dto; import java.util.List; import javax.persistence.EnumType; import javax.persistence.Enumerated; import org.hibernate.validator.constraints.NotBlank; import org.phoenix.enums.LocatorType; import org.phoenix.model.LocatorBean; public class LocatorDTO { private int id; privat...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("./xml-hint")); else if (typeof define == "funct...
{ "pile_set_name": "Github" }
// // TextureWrapPluginFilter.m // TextureWrapPlugin // // Created by Zakk on 8/2/14. // Copyright (c) 2014 Zakk. All rights reserved. // #import "TextureWrapPluginFilter.h" #import <Foundation/Foundation.h> #import <ApplicationServices/ApplicationServices.h> @implementation TextureWrapPluginFilter static CIKern...
{ "pile_set_name": "Github" }
#!/bin/sh rm -rf $HOME/mafft_ mkdir $HOME/mafft_ tar -xvf mafft-7.392-without-extensions-src.tgz cd mafft-7.392-without-extensions/core/ make clean sed -i -e "s|PREFIX = /usr/local|PREFIX = $HOME/mafft_|g" Makefile make -j $NUM_CPU_JOBS ENABLE_MULTITHREAD=-Denablemultithread echo $? > ~/install-exit-status make ins...
{ "pile_set_name": "Github" }
// // UXPreferencesWindow.h // UncrustifyX // // Created by Ryan Maxwell on 2/12/12. // Copyright (c) 2012 Ryan Maxwell. All rights reserved. // #import <Cocoa/Cocoa.h> @interface UXPreferencesWindow : NSWindow @end
{ "pile_set_name": "Github" }
<?php /** * Administrative loader for lab compendium data. * * Supports loading of lab order codes and related order entry questions from CSV * format into the procedure_order and procedure_questions tables, respectively. * * Copyright (C) 2012-2013 Rod Roark <rod@sunsetsystems.com> * * LICENSE: This program is free s...
{ "pile_set_name": "Github" }
{ "version":"2.0", "metadata":{ "apiVersion":"2017-09-01", "endpointPrefix":"mediastore", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"MediaStore", "serviceFullName":"AWS Elemental MediaStore", "serviceId":"MediaStore", "signatureVersion":"v4", "signingName":"me...
{ "pile_set_name": "Github" }
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import <StoreServices/SSTonePurchase.h> @interface SSRingtonePurchase : SSTonePurchase { } @end
{ "pile_set_name": "Github" }
import { shallow } from '@vue/test-utils'; import { PageButtons } from './page-buttons'; const defaultProps = () => ({ totalPageCount: 10, currentPage: 1, currentPageChange: () => jest.fn(), }); describe('PageButtons', () => { it('can render only right points', () => { const tree = shallow({ render(...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading; namespace StackExchange.Precompilation { class CompilationProxy : MarshalByRefObject { public static bool RunCs(string[] args) { var precompilationArg...
{ "pile_set_name": "Github" }
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -instruction-tables < %s | FileCheck %s cmpxchg8b (%rax) cmpxchg16b (%rax) lock cmpxchg8b (%rax) lock cmpxchg16b (%rax) # CHECK: Instruction Info: # CHECK-NEXT: [1]: #uOps ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013-2014 Jean Niklas L'orange. All rights reserved. * * 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 ...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2011 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
Use this README file to introduce your application and point to useful places in the API for learning more. Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -detailed-preprocessing-record %s // http://llvm.org/PR11120 #define STRINGIZE(text) STRINGIZE_I(text) #define STRINGIZE_I(text) #text #define INC pp-record.h #include STRINGIZE(INC) CAKE; #define DIR 1 #define FNM(x) x FNM( #if DIR int a; #else int b; #endif ) #define M...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the qmake spec of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercial...
{ "pile_set_name": "Github" }
package com.xxl.conf.admin.core.util; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Cookie.Util * * @author xuxueli 2015-12-12 18:01:06 */ public class CookieUtil { // 默认缓存时间,单位/秒, 2H private static final int COOKIE_MAX_AGE ...
{ "pile_set_name": "Github" }
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by WinLauncher.rc // #define IDC_MYICON 2 #define IDD_WINLAUNCHER_DIALOG 102 #define IDS_APP_TITLE 103 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #de...
{ "pile_set_name": "Github" }
require "rubygems" require "rake" require "choctop" ChocTop.new do |s| s.info_plist_path = 'resources/Info.plist' s.remote_dir = 'ciaranwal.sh/projectplus-files' s.target = "ProjectPlus.tmplugin" end
{ "pile_set_name": "Github" }
// // BinaryReader.h // // $Id: //poco/1.4/Foundation/include/Poco/BinaryReader.h#3 $ // // Library: Foundation // Package: Streams // Module: BinaryReaderWriter // // Definition of the BinaryReader class. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. /...
{ "pile_set_name": "Github" }
{ "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "ambientocclusion": true, "parent": "create:item/handheld_blockzapper/item", "textures": { "0": "create:block/blaze_brass_mesh" }, "elements": [ { "name": "Connector"...
{ "pile_set_name": "Github" }
/** * * @file * * @copyright * Copyright 2017-2020 Fitbit, Inc * SPDX-License-Identifier: Apache-2.0 * * @author Gilles Boccon-Gibod * * @date 2017-11-26 * * @details * * Loop base class. */ /*---------------------------------------------------------------------- | includes +--------------------------...
{ "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 (version 1.7.0_25) on Thu Jan 01 17:43:59 PST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.f...
{ "pile_set_name": "Github" }
/* ********************************************************************************************************* * uC/OS-III * The Real-Time Kernel * * Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com * * ...
{ "pile_set_name": "Github" }
# encoding: utf-8 # # Redmine plugin for Document Management System "Features" # # Copyright © 2011-20 Karel Pičman <karel.picman@kontron.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; e...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIICWjCCAgCgAwIBAgIRALuymsUVH6oB6R4FWQ8J9k8wCgYIKoZIzj0EAwIwfjEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xHTAbBgNVBAoTFG9yZzEuaGYuY2hhaW5oZXJvLmlvMSMwIQYDVQQD Exp0bHNjYS5vcmcxLmhmLmNoYWluaGVyby5pbzAeFw0xODA2MTUxMTQ4MDZaFw0y ODA2MTIxMTQ4MDZaMH4xCzAJBgNVBAYT...
{ "pile_set_name": "Github" }
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ function CachedSource(source) { this._source = source; this._cachedSource = undefined; this._cachedSize = undefined; this._cachedMaps = {}; } module.exports = CachedSource; CachedSource.prototype.source = function()...
{ "pile_set_name": "Github" }
/* Agobot3 - a modular IRC bot for Win32 / Linux Copyright (c) 2003 Ago All rights reserved. This is private software, you may redistribute it under the terms of the APL(Ago's Private License) which follows: Redistribution and use in binary forms, with or without modification, are permitted provided that the ...
{ "pile_set_name": "Github" }
#!/bin/bash # https://github.com/golangci/golangci-lint golangci-lint run
{ "pile_set_name": "Github" }
{ lib, buildPythonPackage, fetchPypi, cython, libyaml, buildPackages }: buildPythonPackage rec { pname = "PyYAML"; version = "5.3.1"; src = fetchPypi { inherit pname version; sha256 = "0pb4zvkfxfijkpgd1b86xjsqql97ssf1knbd1v53wkg1qm9cgsmq"; }; # force regeneration using Cython postPatch = '' r...
{ "pile_set_name": "Github" }
# Russian (Russia) translations for MediaDrop. # Copyright (C) 2013 ORGANIZATION # This file is distributed under the same license as the MediaDrop Project. # # Translators: # Dimmus <dmitri.chudinov@gmail.com>, 2011. # GadgetGuru <info@gadgetguru.co.il>, 2011. # <roman.storozhuk@gmail.com>, 2012. # Webman <alex@susoro...
{ "pile_set_name": "Github" }
#pragma once // 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. #ifdef __cplusplus extern "C" { #endif // Like the old legacy sync, except there are no conflicts, we just suck ...
{ "pile_set_name": "Github" }
# writeJsonSync(file, object, [options]) Writes an object to a JSON file. `options` are the same that you'd pass to [`jsonFile.writeFileSync()`](https://github.com/jprichardson/node-jsonfile#writefilesyncfilename-obj-options). **Alias:** `writeJSONSync()` - `file` `<String>` - `object` `<Object>` - `options` `<Objec...
{ "pile_set_name": "Github" }
import React from 'react' import { Platform, ScrollView, View, Text, StyleSheet, TouchableOpacity } from 'react-native' import { DrawerItems } from 'react-navigation-drawer' import { Gravatar } from 'react-native-gravatar' import commonStyles from '../commonStyles' import axios from 'axios' import AsyncStorage from '@...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/iot/IoT_EXPORTS.h> #include <aws/iot/IoTRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Http { class URI; } //n...
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> using namespace std; const float eps = 1e-6; const float BOX_MX = 2000000; struct Pt { float x, y; Pt() {} Pt(float a, float b): x(a), y(b) {} Pt operator-(const Pt &a) const { return Pt(x - a.x, y - a.y); } Pt operator+(const Pt &a) const { return Pt(x + a.x, y + a.y); }...
{ "pile_set_name": "Github" }
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ using System; using System.Globalization; namespace System.IdentityModel.Metadata { /// <summary> /// Defines a localized ...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ 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. Permiss...
{ "pile_set_name": "Github" }
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <stddef.h> #include <stdint.h> #include "net/proxy_resolution/proxy_bypass_rules.h" // Entry point for LibFuzzer. extern "C" int LLVMFuzzerTest...
{ "pile_set_name": "Github" }
[AXIS_Z] MIN_LIMIT = -100.0 MAX_LIMIT = 100.0 MAX_VELOCITY = 5 MAX_ACCELERATION = 50.0
{ "pile_set_name": "Github" }
/* * * Copyright 2017 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: track_slot: one data_form_entity_response_group: one two: track_slot: two data_form_entity_response_group: two
{ "pile_set_name": "Github" }
/* * Translated default messages for bootstrap-select. * Locale: RO (Romanian) * Region: RO (Romania) * Alex Florea <alecz.fia@gmail.com> */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Nu a fost selectat nimic', noneResultsText: 'Nu exista niciun rezultat {0}', countSelectedText...
{ "pile_set_name": "Github" }
{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } }, "ServerAddress": "http://localhost:9618", "MaxConsumerParallelism": 4 }
{ "pile_set_name": "Github" }
using System; using System.Threading.Tasks; using Microsoft.SfB.PlatformService.SDK.Common; using Microsoft.Rtc.Internal.Platform.ResourceContract; using Microsoft.Rtc.Internal.RestAPI.Common.MediaTypeFormatters; using System.Net.Http; namespace Microsoft.SfB.PlatformService.SDK.ClientModel { internal class Audio...
{ "pile_set_name": "Github" }
// Copyright 2019 Google LLC // // 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 w...
{ "pile_set_name": "Github" }
package com.xujun.funapp.common; import android.content.Context; import android.databinding.DataBindingUtil; import android.databinding.ViewDataBinding; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; im...
{ "pile_set_name": "Github" }
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 6.0.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by the Perl program only. The format and even # the name or...
{ "pile_set_name": "Github" }
/* Copyright (C) 2013-2017 Povilas Kanapickas <povilas@radix.lt> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef LIBSIMDPP_SIMDPP_DETAIL_INSN_I_MUL_HI_H #define LIBSIMDPP_SIMDPP_DETA...
{ "pile_set_name": "Github" }
/* Package session provides configuration for the SDK's service clients. Sessions can be shared across all service clients that share the same base configuration. The Session is built from the SDK's default configuration and request handlers. Sessions should be cached when possible, because creating a new Session wi...
{ "pile_set_name": "Github" }
# B.4. Template: Render HTML Template Pada bagian ini kita akan belajar bagaimana cara render file **template** ber-tipe **HTML**, untuk ditampilkan pada browser. Terdapat banyak jenis template pada Go, yang akan kita pakai adalah template HTML. Package `html/template` berisi banyak sekali fungsi untuk kebutuhan ren...
{ "pile_set_name": "Github" }