text
stringlengths
2
99.9k
meta
dict
/* * Copyright © 2012-2016 VMware, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the “License”); you may not * use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "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/. */ #include shared,prim_shared varying vec3 vInput1Uv; varying vec3 vInput2Uv; flat varying vec4 vInput1UvRect; flat...
{ "pile_set_name": "Github" }
/** * The base implementation of `_.gt` which doesn't coerce arguments. * * @private * @param {*} value The value to compare. * @param {*} other The other value to compare. * @returns {boolean} Returns `true` if `value` is greater than `other`, * else `false`. */ function baseGt(value, other) { return value ...
{ "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 fi...
{ "pile_set_name": "Github" }
*> \brief \b CLARFG * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CLARFG + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/clarf...
{ "pile_set_name": "Github" }
// // Mixins // -------------------------------------------------- // UTILITY MIXINS // -------------------------------------------------- // Clearfix // -------- // For clearing floats like a boss h5bp.com/q .clearfix { *zoom: 1; &:before, &:after { display: table; content: ""; // Fixes Opera/cont...
{ "pile_set_name": "Github" }
/** * Copyright © 2002 Instituto Superior Técnico * * This file is part of FenixEdu Academic. * * FenixEdu Academic 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...
{ "pile_set_name": "Github" }
TableFilter<?> ::= TableStringFilter<?>, TableIntFilter<?>; TableStringFilter( valueA : string, applicableValue : (?, string) -> bool, ); TableIntFilter( valueA : int, applicableValue : (?, int) -> bool, ); filter(f : TableFilter<?>, x : ??) -> bool { f.applicableValue(x, f.valueA); }
{ "pile_set_name": "Github" }
import os import shutil import tempfile from unittest import TestCase from unittest.mock import patch from samcli.lib.utils.hash import dir_checksum, str_checksum class TestHash(TestCase): def setUp(self): self.temp_dir = tempfile.mkdtemp() def tearDown(self): shutil.rmtree(self.temp_dir, ig...
{ "pile_set_name": "Github" }
// run // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package main import ( "fmt" "io" "os" "reflect" "unsafe" ) type RWS struct{} func (x *RWS) Read(p []byte) (n int, err error) {...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="Start" href="index.html"> <link ...
{ "pile_set_name": "Github" }
// Helpers for auth upgrade tests. // Get a user document for username in db. var getUserDoc = function(db, username) { return db.runCommand({'usersInfo': {user: username, db: db._name}, showCredentials: true}) .users[0]; }; // Verify that the user document for username in db // has MONGODB-CR credentials...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2017, 2019 Kichwa Coders Ltd. and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0, * or the Eclipse Distribution License v. 1.0 which is available at ...
{ "pile_set_name": "Github" }
#tb 0: 1/25 #media_type 0: video #codec_id 0: rawvideo #dimensions 0: 832x480 #sar 0: 0/1 0, 0, 0, 1, 599040, 0x25267761 0, 1, 1, 1, 599040, 0x4b4b6846 0, 2, 2, 1, 599040, 0x78e251e8 0, 3, 3, 1, 599040, 0xd5b261b...
{ "pile_set_name": "Github" }
from .load_data import load_data
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform>...
{ "pile_set_name": "Github" }
+++ title = "Rosetta Code:Village Pump/Image uploads" description = "" date = 2019-06-12T18:02:12Z aliases = [] [extra] id = 3352 [taxonomies] categories = [] tags = [] +++ {{Vptopic |topic=Image uploads |summary=Relating to upload of images to Rosetta Code }} I enabled image uploads yesterday, for ''all logged in use...
{ "pile_set_name": "Github" }
package docker10 import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" ) const ( GroupName = "image.openshift.io" LegacyGroupName = "" ) // SchemeGroupVersion is group version used to register these objects var ( SchemeGroupVersion = schema.GroupVersion{Group: GroupName...
{ "pile_set_name": "Github" }
# This source code was written by the Go contributors. # The master list of contributors is in the main Go distribution, # visible at http://tip.golang.org/CONTRIBUTORS.
{ "pile_set_name": "Github" }
# perf script event handlers, generated by perf script -g perl # (c) 2009, Tom Zanussi <tzanussi@gmail.com> # Licensed under the terms of the GNU GPL License version 2 # This script tests basic functionality such as flag and symbol # strings, common_xxx() calls back into perf, begin, end, unhandled # events, etc. Bas...
{ "pile_set_name": "Github" }
%module global_scope_types // no constructor/destructor wrappers as they do not use global scope operator which we are trying to test here %nodefaultctor Dingaling; %nodefaultdtor Dingaling; %inline %{ struct Dingaling {}; typedef Dingaling DINGALING; template <typename T> struct MyTemplate { T tt(T t) { return t; ...
{ "pile_set_name": "Github" }
layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x90 RenderBlock {HTML} at (0,0) size 800x90 RenderBody {BODY} at (8,16) size 784x66 RenderBlock {DIV} at (0,0) size 784x66 RenderBlock {P} at (0,0) size 784x18 RenderText {#text} at (0,0) size 222x18 ...
{ "pile_set_name": "Github" }
// Copyright 2016 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. Debug = debug.Debug let error = false; let uncaught; function listener(event, exec_state, event_data, data) { if (event != Debug.DebugEvent.Except...
{ "pile_set_name": "Github" }
// Foundation for Sites by ZURB // foundation.zurb.com // Licensed under MIT Open Source //// /// @group functions //// /// Finds the greatest common divisor of two integers. /// /// @param {Number} $a - First number to compare. /// @param {Number} $b - Second number to compare. /// /// @returns {Number} The greatest...
{ "pile_set_name": "Github" }
require 'test_helper' class CategoriesHelperTest < ActionView::TestCase end
{ "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 ignore /* Input to cgo -godefs. See README.md */ // +godefs map struct_in_addr [4]byte /* in_addr */ // +godefs map struct_in6_addr [16]byte /* in6...
{ "pile_set_name": "Github" }
// // Carousel // -------------------------------------------------- // Wrapper for the slide container and indicators .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; > .item { display: none; position: relative; @include transition(.6s eas...
{ "pile_set_name": "Github" }
/* * * Copyright (C) 1996-2005, OFFIS * * This software and supporting documentation were developed by * * Kuratorium OFFIS e.V. * Healthcare Information and Communication Systems * Escherweg 2 * D-26121 Oldenburg, Germany * * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND OFFIS MAKES NO WARRA...
{ "pile_set_name": "Github" }
The MIT License (MIT) Copyright (c) Microsoft Corporation. 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 to use...
{ "pile_set_name": "Github" }
// // detail/descriptor_ops.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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 BOOST_ASI...
{ "pile_set_name": "Github" }
--INI-- HTML.Trusted = true --HTML-- <ul><!-- Foo --></ul> --EXPECT-- --# vim: et sw=4 sts=4
{ "pile_set_name": "Github" }
#!/usr/bin/env perl # 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. # This program reads a file containing function prototypes # (like syscall_solaris.go) and generates system call bodies. # The prototypes are m...
{ "pile_set_name": "Github" }
using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; namespace InspectMiddleware { public class ConditionalMiddlewareStartupFilter : IStartupFilter { private readonly string _runBefore; public ConditionalMiddlewareStartupFilter(string runBefore) { ...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License sr{ Version{"2.1.49.82"} zoneStrings{ "Africa:Abidjan"{ ec{"Абиџан"} } "Africa:Accra"{ ec{"Акра"} } "Africa:Addis_Ababa"{ ...
{ "pile_set_name": "Github" }
part of stagexl.display_ex; /// The [Mesh] class allows free form deformations of a [BitmapData] instance /// by using triangles to form an arbitrary shape. /// /// The vertices of the triangles are shared between different triangles. /// Therefore you should define the vertices first and afterwards define the /// tri...
{ "pile_set_name": "Github" }
.foot { clear: both; margin: 20px 0 0; border-top: 1px solid black; } .ui-content dd { margin-bottom: 10px; }
{ "pile_set_name": "Github" }
SampleId RawFormulaVal Label 0 0.3338253535 1 1 0.3669594512 2 2 0.3667854619 2 3 0.3629550595 2 4 0.3301355852 1 5 0.0553517547 1 6 0.3667854619 1 7 0.1092808058 1 8 0.3669594512 1 9 0.3338253535 1 10 0.3601888207 1 11 0.3629550595 1 12 0.3341399769 1 13 0.3341399769 1 14 0.3516928628 1 15 0.339464429 1 16 0.352872035...
{ "pile_set_name": "Github" }
<?php namespace pocketmine\permission; class BanEntry{ public static $format = "Y-m-d H:i:s O"; private $name; /** @var \DateTime */ private $creationDate = null; private $source = "(Unknown)"; /** @var \DateTime */ private $expirationDate = null; private $reason = "Banned by an operator."; public function ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2007-2014 Massachusetts Institute of Technology * * 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, ...
{ "pile_set_name": "Github" }
/* * QLogic iSCSI HBA Driver * Copyright (c) 2003-2013 QLogic Corporation * * See LICENSE.qla4xxx for copyright and licensing details. */ #ifndef __QLA_NX_H #define __QLA_NX_H /* * Following are the states of the Phantom. Phantom will set them and * Host will read to check if the fields are correct. */ #define...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="snapshots"> <info> <link type="guide" xref="index#concepts"/> <credit type="author"> <name>Linux Mint</name> <email>root@linuxmint.com</emai...
{ "pile_set_name": "Github" }
// Specific definitions for generic platforms -*- C++ -*- // Copyright (C) 2005-2014 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 published by the /...
{ "pile_set_name": "Github" }
[ { "this": { "Symbol.toStringTag": "string global", "Run": "function <large string>" }, "locals": { "arguments": { "#__proto__": "Object {...}", "length": "number 0", "callee": "function <large string>", "Symbol.iterator": "function <large stri...
{ "pile_set_name": "Github" }
OPEN GAME LICENSE Version 1.0a The following text is the property of Wizards of the Coast, Inc. and is Copyright 2000 Wizards of the Coast, Inc ("Wizards"). All Rights Reserved. 1. Definitions: (a)"Contributors" means the copyright and/or trademark owners who have contributed Open Game Content; (b)"Derivative Materia...
{ "pile_set_name": "Github" }
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package terminal provides support functions for dealing with terminals, as // commonly found on UNIX systems. // // Putting a terminal into raw mode is the m...
{ "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" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
{ "pile_set_name": "Github" }
1e7bf0c636b8cca54dd83456a0f8fa219343e2a1 Bug 608195 - part 2 - extend ToPrecision to tell use whether exponential notation was used diff --git a/mfbt/double-conversion/double-conversion.cc b/mfbt/double-conversion/double-conversion.cc index febba6c..394b6a0 100644 --- a/mfbt/double-conversion/double-conversion.cc +++ b...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /Applications/Android Studio.app/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # ...
{ "pile_set_name": "Github" }
{% load avatar_tags %} {% load activity_tags %} {% avatar act.user 16 %} {{ act.user.username }} <span class="action">{{ act|activity_action }}</span> {{ act|activity_object }} {{ act|activity_context }}, <abbr>about {{ act.created|timesince }} ago</abbr>
{ "pile_set_name": "Github" }
/* * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.2) on Thu Jun 20 14:10:16 EDT 2019 --> <title>Uses of Package oracle.kubernetes.operator.http (weblogic-kubernetes-operator 2.2.1 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.creat...
{ "pile_set_name": "Github" }
# Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/ class UserDevicesController < ApplicationController prepend_before_action { authentication_check && authorize! } def index devices = UserDevice.where(user_id: current_user.id).order(updated_at: :desc, name: :asc) devices_full = [] ...
{ "pile_set_name": "Github" }
var x = 5; function bar() { return --x; } function foo() { while (bar()); } function mak() { for(;;); }
{ "pile_set_name": "Github" }
#include "stdafx.h" #include "contact_profile.h" #include "utils/utils.h" namespace Logic { bool address::unserialize(Ui::gui_coll_helper _coll) { city_ = _coll.get<QString>("city"); state_ = _coll.get<QString>("state"); country_ = _coll.get<QString>("country"); r...
{ "pile_set_name": "Github" }
<?php /** * @package FrameworkOnFramework * @subpackage encrypt * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Protect from unauthorized access defined('FOF_INCLUDED') or die; ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Reflection; using SPMeta2.Attributes.Regression; using SPMeta2.Containers.Services; using SPMeta2.Enumerations; namespace SPMeta2.Regression.Tests.Services.ExpectUpdateServices { public class ExpectUpdateAsCamlQueryService : ExpectUpdateGenericService<E...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
// // JFComicMoreViewController.h // ComicReader // // Created by Mr_J on 16/5/1. // Copyright © 2016年 Mac. All rights reserved. // #import <UIKit/UIKit.h> @interface JFComicMoreViewController : UIViewController @property (nonatomic, copy) NSString *requestType; @property (nonatomic, assign, readonly) BOOL isSea...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license */ #version 430 core layout(binding = 0, rgba32f) uniform image2D framebufferImage; layout(binding = 1, rgba32f) uniform readonly image2D worldPositionImage; layout(binding = 2, rgba16f) uniform readonly image2D worldNormalIma...
{ "pile_set_name": "Github" }
// // Value slider widget for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this // file is missing or damaged, see the licen...
{ "pile_set_name": "Github" }
package rpc import ( "github.com/zclconf/go-cty/cty" "github.com/zclconf/go-cty/cty/json" ) // cty.Value is does not know how to encode itself through the wire so we // transform it to bytes. func encodeCTYValues(config []interface{}) ([]interface{}, error) { for i := range config { if v, ok := config[i].(cty.Va...
{ "pile_set_name": "Github" }
package com.gome.clover.job; import com.gome.clover.common.mongodb.DBTableInfo; import com.gome.clover.common.mongodb.MongoDBUtil; import com.gome.clover.common.tools.CommonConstants; import com.gome.clover.common.tools.IpUtil; import com.gome.clover.core.job.ClientJob; import com.gome.clover.core.job.ClientJob...
{ "pile_set_name": "Github" }
--! qt:dataset:srcpart --! qt:dataset:src set datanucleus.cache.collections=false; create table stats_src_n0 like src; insert overwrite table stats_src_n0 select * from src; analyze table stats_src_n0 compute statistics; desc formatted stats_src_n0; create table stats_part_n0 like srcpart; insert overwrite table sta...
{ "pile_set_name": "Github" }
# A sample of the env vars you might need to set to build # external software for NCL. Use build_external script to # actually build the software, though. This file is just a guide. # setenv CC gcc setenv CXX g++ setenv FC gfortran setenv F77 gfortran setenv F90 setenv CFLAGS -fPIC setenv FFLAGS -fPIC setenv F90FLAGS ...
{ "pile_set_name": "Github" }
\name{Kdot} \alias{Kdot} \title{ Multitype K Function (i-to-any) } \description{ For a multitype point pattern, estimate the multitype \eqn{K} function which counts the expected number of other points of the process within a given distance of a point of type \eqn{i}. } \usage{ Kdot(X, i, r=NULL, breaks=NULL,...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- * Scicos * * Copyright (C) INRIA - METALAU Project <scicos@inria.fr> (HTML version) * Copyright (C) DIGITEO - Scilab Consortium (XML Docbook version) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
{ "pile_set_name": "Github" }
--- layout: default title: CAS - Configuring Service Environments category: Services --- # Configure Service Environments Each registered application in the registry may be assigned a set of environment names. The environment names act as a filter, allowing CAS to only load and honor the registered service definition...
{ "pile_set_name": "Github" }
// 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, software // distributed un...
{ "pile_set_name": "Github" }
.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: fa-content($fa-var-glass-martini); } .#{$fa-css-prefix}.#{$fa-css-prefix}-meetup { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o { font-family: 'Font Awesome 5 Free'; font-weight: 400; } .#{$fa...
{ "pile_set_name": "Github" }
using WalletWasabi.Wallets; namespace WalletWasabi.Gui.Controls.WalletExplorer { public class WatchOnlyWalletViewModel : WalletViewModel { internal WatchOnlyWalletViewModel(Wallet wallet) : base(wallet) { } } }
{ "pile_set_name": "Github" }
# Czech translation for scilab # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the scilab package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2011. # msgid "" msgstr "" "Project-Id-Version: scilab\n" "Report-Msgid-Bugs-To: <localization@lists.scilab.org>\n" "PO...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>PowerVR SDK</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> <table width="100%"> <tr> ...
{ "pile_set_name": "Github" }
/** * Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*} value The value to return from the new function. * @returns {Function} Returns the new constant function. * @example * * var objects = _.times(2, _.constant({ 'a': 1 })); * * console.log(ob...
{ "pile_set_name": "Github" }
// Copyright (c) 2018-2020, Sylabs Inc. All rights reserved. // This software is licensed under a 3-clause BSD license. Please consult the // LICENSE.md file distributed with the sources of this project regarding your // rights to use or distribute this software. package cli import ( "github.com/spf13/cobra" "githu...
{ "pile_set_name": "Github" }
const should = require('should'), ST = require('../api/parts/store.js'), pluginManager = require('../../pluginManager.js'), db = pluginManager.singleDefaultConnection(), N = require('../api/parts/note.js'), C = require('../api/parts/credentials.js'), momenttz = require('moment-timezone'); let a...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/input/MathML/config.js * * Copyright (c) 2009-2015 The MathJax Consortium * * 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/licens...
{ "pile_set_name": "Github" }
" " WebVim Configuration : Plugins configuration " " author: Bertrand Chevrier <chevrier.bertrand@gmail.com> " source: https://github.com/krampstudio/dotvim " year : 2015-2019 " " TODO split by plugin ? " [> NERDTree <] " on vim enter opens nerd tree function! OpenNerdTree() let s:exclude = ['COMMIT_EDITMSG', ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_LIST_H_ #define IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_LIST_H_ #import "ios/web/public/navigation_item_l...
{ "pile_set_name": "Github" }
// This source file is part of the Swift.org open source project // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE.txt for license information // See https://swift.org/CONTRIBUTORS.txt for the li...
{ "pile_set_name": "Github" }
/** * Copyright (c) Michael Baczynski 2007 * http://lab.polygonal.de/ds/ * * This software is distributed under licence. Use of this software * implies agreement with all terms and conditions of the accompanying * software licence. */ package de.polygonal.ds { /** * A list node. * * The node acts as a d...
{ "pile_set_name": "Github" }
import axios from '~/lib/utils/axios_utils'; export default class DeployKeysService { constructor(endpoint) { this.endpoint = endpoint; } getKeys() { return axios.get(this.endpoint).then(response => response.data); } enableKey(id) { return axios.put(`${this.endpoint}/${id}/enable`).then(respons...
{ "pile_set_name": "Github" }
require 'pact_broker/feature_toggle' module PactBroker describe FeatureToggle do describe "enabled?" do before do allow(ENV).to receive(:[]).and_call_original end let(:ignore_env) { false } subject { FeatureToggle.enabled?(:foo, ignore_env) } context "when RACK_ENV is not...
{ "pile_set_name": "Github" }
# encoding: utf-8 # Load a CLAide plugin by requiring it in your `plugin.rb` or by # defining it directly in the file. require 'fixture/command/demo_plugin'
{ "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 <objc/NSObject.h> #import <CallHistory/NSCopying-Protocol.h> #import <CallHistory/NSSecureCoding-Protocol.h> @class NSString;...
{ "pile_set_name": "Github" }
! ! Generated with : ! XRDB2Xreources.py ! *.foreground: #b8a898 *.background: #2a211c *.cursorColor: #ffffff ! ! Black *.color0: #000000 *.color8: #555753 ! ! Red *.color1: #cc0000 *.color9: #ef2929 ! ! Green *.color2: #1a921c *.color10: #9aff87 ! ! Yellow *.color3: #f0e53a *.color1...
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="htmlhelp.but...
{ "pile_set_name": "Github" }
Si2 1.0000000000000000 3.4489239999999999 -0.0000000000000000 1.9912369999999999 1.1496409999999999 3.2516769999999999 1.9912369999999999 0.0000000000000000 0.0000000000000000 3.9824739999999998 Si 2 Direct 0.8750000000000000 0.8750...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> <!-- In the example below, the "SetAttributes" transform will change the value of ...
{ "pile_set_name": "Github" }
from .api import aot from .api import array from .api import boolean from .api import comment from .api import date from .api import datetime from .api import document from .api import dumps from .api import float_ from .api import inline_table from .api import integer from .api import item from .api import key from .a...
{ "pile_set_name": "Github" }
/* --------------------------------------------------------------------------------------- This source file is part of SWG:ANH (Star Wars Galaxies - A New Hope - Server Emulator) For more information, visit http://www.swganh.com Copyright (c) 2006 - 2010 The SWG:ANH Team ----------------------------------------------...
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Tornado template mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/mode/overlay.js"></script> <script src="../xml/xml.j...
{ "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" }
/*============================================================================= Copyright (c) 2007 Tobias Schwinger 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). =====...
{ "pile_set_name": "Github" }
/* Soot - a J*va Optimization Framework * Copyright (C) 2004 Jennifer Lhotak * * 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 * version 2.1 of the License, or (at your optio...
{ "pile_set_name": "Github" }
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
{ "pile_set_name": "Github" }
.\" ************************************************************************** .\" * _ _ ____ _ .\" * Project ___| | | | _ \| | .\" * / __| | | | |_) | | .\" * | (__| |_| | _ <| |___ .\" * ...
{ "pile_set_name": "Github" }
$91-60-10-02-1-0 [soundStopAll] [bgm BGM_EVENT_2 0.1] [scene 10202] [charaSet A 8001001 1 マシュ] [charaSet B 98003000 2 Dr.ロマン] [charaSet C 98002000 2 フォウ] [charaSet D 6010001 1 ステンノ] [charaSet E 98006100 1 ???] [charaSet F 4001001 0 メドゥーサ] [charaTalk A] [charaFace D 0] [charaFadein D 0 0] [charaFace A 12] [charaFadein ...
{ "pile_set_name": "Github" }
# [jgontrum](http://alexa.amazon.com/#skills/amzn1.ask.skill.325a5b17-7640-4b06-a0be-fdf41b1e34b4) ![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_...
{ "pile_set_name": "Github" }