text
stringlengths
2
99.9k
meta
dict
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/constant.IPPROTO_MEAS.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/constant.IPPROTO_MEAS.html">../../../../libc/constant.IPPROTO_MEAS.html</a>...</p> <script>location.replace("../../../../...
{ "pile_set_name": "Github" }
.user-form { .row { margin: 0; } .btn-toolbar { margin: 48px -12px 12px; } } .user-form__firstName { padding: 0 12px 0 0; } .user-form__lastName { padding: 0 0 0 12px; } .user-form__groups { label { color: #444f6c; } }
{ "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/. */ /// Abstraction for avoiding a dependency from cssparser to an encoding library pub trait EncodingSupport { //...
{ "pile_set_name": "Github" }
import React from 'react'; import { mount } from 'enzyme'; import Button from '../src/Button'; describe('<Button>', () => { it('Should output a button', () => { mount(<Button>Title</Button>) .find('button') .should.have.length(1); }); it('Should have type=button by default', () => { mount(<...
{ "pile_set_name": "Github" }
package driverapi import ( "encoding/json" "fmt" "net" "github.com/docker/libnetwork/types" ) // MarshalJSON encodes IPAMData into json message func (i *IPAMData) MarshalJSON() ([]byte, error) { m := map[string]interface{}{} m["AddressSpace"] = i.AddressSpace if i.Pool != nil { m["Pool"] = i.Pool.String() ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'uicolor', 'hr', { uicolor : { title : 'UI odabir boja', preview : 'Pregled uživo', config : 'Zalijepite ovaj tekst u Vašu config.js datote...
{ "pile_set_name": "Github" }
utils = Ferry::Utilities.new Dir.chdir("spec") unless Dir.pwd.split('/').last == "spec" describe("utility functions") do describe "#db_connect" do it "#sqlite3" do expect{utils.db_connect("sqlite3")}.not_to raise_error expect(ActiveRecord::Base.connection.adapter_name).to eql('SQLite') end ...
{ "pile_set_name": "Github" }
<?php namespace Facade\Ignition\Tabs; use Facade\FlareClient\Flare; use Illuminate\Support\Str; use JsonSerializable; use Throwable; abstract class Tab implements JsonSerializable { public $scripts = []; public $styles = []; /** @var \Facade\Ignition\Facades\Flare */ protected $flare; /** @var...
{ "pile_set_name": "Github" }
var baseClamp = require('./_baseClamp'), baseToString = require('./_baseToString'), toInteger = require('./toInteger'), toString = require('./toString'); /** * Checks if `string` ends with the given target string. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [string=...
{ "pile_set_name": "Github" }
// // TOCropScrollView // // Copyright 2015-2018 Timothy Oliver. 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 limitat...
{ "pile_set_name": "Github" }
#include <robin_hood.h> #if ROBIN_HOOD(CXX) >= ROBIN_HOOD(CXX17) # include <string> # include <string_view> # include <app/doctest.h> TEST_CASE("unit_hash_string_view") { auto cstr = "The ships hung in the sky in much the same way that bricks don't."; REQUIRE(robin_hood::hash<std::string>{}(std::st...
{ "pile_set_name": "Github" }
public type Attribute<T> is { function handler(T)->(T) } public type Node<T> is { Attribute<T>[] attributes } public function h1<T>() -> Node<T>: return { attributes: [] } public type State is { bool flag } function view(State s) -> Node<State>: return h1<State>() public export method test(): // ass...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http:...
{ "pile_set_name": "Github" }
<?php App::uses('File', 'Utility'); App::uses('Folder', 'Utility'); App::uses('ExtensionsAppController', 'Extensions.Controller'); /** * Extensions Locales Controller * * @category Controller * @package Croogo.Extensions.Controller * @version 1.0 * @author Fahad Ibnay Heylaal <contact@fahad19.com> * @licen...
{ "pile_set_name": "Github" }
package com.tencent.mm.y; import com.tencent.mm.q.e; final class z implements Runnable { z(y paramy, e parame, int paramInt1, int paramInt2) {} public final void run() { bDY.a(bDZ, bEa, bEk); } } /* Location: * Qualified Name: com.tencent.mm.y.z * Java Class Version: 6 (50.0) * JD-Core Versio...
{ "pile_set_name": "Github" }
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO. // You may push code into the target .java compilation unit if you wish to edit any member(s). package nl.bzk.brp.model.data.kern; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import n...
{ "pile_set_name": "Github" }
=== Index Settings There are many many knobs((("index settings"))) that you can twiddle to customize index behavior, which you can read about in the {ref}/index-modules.html[Index Modules reference documentation], but... TIP: Elasticsearch comes with good defaults. Don't twiddle these knobs until you understand what ...
{ "pile_set_name": "Github" }
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
{ "pile_set_name": "Github" }
AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: > Github Cognito OpenID Wrapper (SSO) # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst Globals: Function: Runtime: nodejs10.x Timeout: 15 Environmen...
{ "pile_set_name": "Github" }
<!-- SPDX-License-Identifier: CC-BY-4.0 --> <!-- Copyright Contributors to the ODPi Egeria project 2020. --> # Markdown Markdown is a simple tagging language that generates HTML webpages. We use it for documentation (this page is written in markdown for example), in GitHub comments and in the [Jupyter Notebooks](Jupy...
{ "pile_set_name": "Github" }
/*! * FileInput French Translations * * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or * any HTML markup tags in the messages must not be converted or translated. * * @see http://github.com/kartik-v/bootstrap-fileinput * * NOTE: this file must be saved in UTF-8 encoding. */ (functio...
{ "pile_set_name": "Github" }
import io from "socket.io-client" import Constants from "constants/actions" import { COMMUNITY_SERVER_URL, CUBE_MINIMUM } from "constants/strings" import { setStore, getStore, genSid, resizePNG } from "helpers/util" function sendSocket(getState, event, payload) { let socket = getState().logger.socket let uid = get...
{ "pile_set_name": "Github" }
export function isDef(val) { return val !== undefined && val !== null; } export function isKorean(text) { const reg = /([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi; return reg.test(text); }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 Alexander Borisov * * Author: Alexander Borisov <borisov@lexbor.com> */ #ifndef LEXBOR_HTML_TABLE_CELL_ELEMENT_H #define LEXBOR_HTML_TABLE_CELL_ELEMENT_H #ifdef __cplusplus extern "C" { #endif #include "lexbor/html/interface.h" #include "lexbor/html/interfaces/element.h" struct lxb_html...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> <email>media-video@gentoo.org</email> </maintainer> </pkgmetadata>
{ "pile_set_name": "Github" }
<?php /** * Shopware 5 * Copyright (c) shopware AG * * According to our dual licensing model, this program can be used either * under the terms of the GNU Affero General Public License, version 3, * or under a proprietary license. * * The texts of the GNU Affero General Public License with an additional * perm...
{ "pile_set_name": "Github" }
ofxCv ofxFaceTracker ofxGui ofxOpenCv ofxOsc
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; namespace HoloToolkit.Unity { /// <summary> /// A collection of useful extension methods for Unity's Vector structs /// </summary> ...
{ "pile_set_name": "Github" }
{ "author": { "name": "Valentin Podkamennyi", "email": "valentin@dtm.io" }, "bugs": { "url": "https://github.com/Datamart/Komito/issues" }, "description": "Komito Analytics is an enhancement for the most popular analytics software.", "homepage": "https://komito.net/", "keywords": [ "adobe-...
{ "pile_set_name": "Github" }
// // EventReference.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 Jb Evain // // 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, inc...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * The Reporter plugin sends pass/fail notification to a Reporter. * * @author Chris Corbyn */ interf...
{ "pile_set_name": "Github" }
require "frame.debugger.debugsocketmgr" local SimpleDlg = require "simpledlg" local testUmg = Inherit(SimpleDlg) testUmg:DynamicLoad("test") function testUmg:Ctor(controller) self.Controller = controller self:Wnd("btn_testcoroutine"):Event("OnClicked", self.ClickCoroutine, self) self:Wnd("Play"):Event("OnClicked", ...
{ "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" }
app = angular.module 'Forum', ['Parse'] app.run (Parse) -> Parse.auth.resumeSession() app.config (ParseProvider, $routeProvider) -> ParseProvider.initialize( "x58FvFYxi4SDIRdJck4hFVv1huo8F409UnfERfUU", "ixgyh7GKI1eLSU7PYrDuuOEh31CAlYmCXS7tuJ5p" ) findPostById = (Post, $route) -> if id = $route.cur...
{ "pile_set_name": "Github" }
/* * Copyright 2008 - 2015 Freescale Semiconductor Inc. * * 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 condition...
{ "pile_set_name": "Github" }
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license af.js Found: 62 Missing: 4 ar.js Found: 51 Missing: 15 bg.js Found: 58 Missing: 8 bn.js Found: 40 Missing: 26 bs.js Found: 29 Missing: 37...
{ "pile_set_name": "Github" }
module dash.utility.data; public: import dash.utility.data.yaml; import dash.utility.data.serialization;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClCompile Include="Simd\SimdAvx512bwAbsDifferenceSum.cpp"> <Filter>Avx512bw</Filter> </ClCompile> <ClCompile Include="Simd\SimdAvx512bwAbsGradientSatura...
{ "pile_set_name": "Github" }
../Assembly/AssemblyInfo.cs ../../../build/common/Consts.cs ByteEncoding.cs ByteSafeEncoding.cs Handlers.cs Manager.cs MonoEncoding.cs MonoSafeEncoding.cs Strings.cs
{ "pile_set_name": "Github" }
angular.module('docsApp', [ 'ngRoute', 'ngCookies', 'ngSanitize', 'ngAnimate', 'DocsController', 'versionsData', 'pagesData', 'navData', 'directives', 'errors', 'examples', 'search', 'tutorials', 'versions', 'bootstrap', 'ui.bootstrap.dropdown' ]) .config(['$locationProvider', function(...
{ "pile_set_name": "Github" }
''' Copyright (C) 2011 by Eike Welk. Test the control.matlab toolbox. ''' import unittest import numpy as np import scipy.signal from numpy.testing import assert_array_almost_equal from numpy import array, asarray, matrix, asmatrix, zeros, ones, linspace,\ all, hstack, vstack, c_, r_ from matplotli...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * fs/crypto/hooks.c * * Encryption hooks for higher-level filesystem operations. */ #include <linux/key.h> #include "fscrypt_private.h" /** * fscrypt_file_open() - prepare to open a possibly-encrypted regular file * @inode: the inode being opened * @filp: the struct...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CRUDlex\AbstractData &mdash; CRUDlex 0.9.10 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <configuration> <solution> <add key="disableSourceControlIntegration" value="true" /> </solution> </configuration>
{ "pile_set_name": "Github" }
# Copyright (c) 2013 Rackspace, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in wr...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman 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) =========================================...
{ "pile_set_name": "Github" }
package ruletask; unit Generated; import org.kie.kogito.codegen.data.Person; rule singlePerson when p: /singlePerson[ age >= 18 ] then p.setAdult(true); end rule singlePerson_add_note when p: /singlePerson[ age == 50 ] s: /singleString[ this == "hello" ] then p.setAdult(true); singleString.set...
{ "pile_set_name": "Github" }
DELETE FROM spell_learn_spell WHERE entry IN (33872,33873); INSERT INTO spell_learn_spell (entry,spellID) VALUES (33872,47179), (33873,47180);
{ "pile_set_name": "Github" }
using System; using System.IO; using System.Linq; using System.Collections.Generic; using System.Text.RegularExpressions; using Microsoft.CodeAnalysis; using McMaster.Extensions.CommandLineUtils; using McMaster.Extensions.CommandLineUtils.Validation; using System.ComponentModel.DataAnnotations; using Confuser.Core; us...
{ "pile_set_name": "Github" }
project_identifier_env: CROWDIN_REACT_PROJECT_ID api_key_env: CROWDIN_REACT_API_KEY base_path: "./" preserve_hierarchy: true files: - source: '/content/docs/*.md' translation: '/docs/%locale%/docs/%original_file_name%' languages_mapping: &anchor locale: 'af': 'af' 'ar': 'ar' ...
{ "pile_set_name": "Github" }
-- +migrate Up -- +migrate StatementBegin CREATE OR REPLACE FUNCTION create_primary_key(tablename text, column_names text) RETURNS void AS $$ declare l_count integer; begin select count(*) into l_count from information_schema.table_constraints where table_name = lower(tablename) and constraint_type = 'PRIMARY KE...
{ "pile_set_name": "Github" }
using JetBrains.Annotations; namespace ExtendedXmlSerializer.ExtensionModel.Xml { /// <summary> /// Extended Xml Serializer /// </summary> [UsedImplicitly] sealed class ExtendedXmlSerializer : IExtendedXmlSerializer { readonly ISerializer _serializer; public ExtendedXmlSerializer(ISerializer serializer) =>...
{ "pile_set_name": "Github" }
module.exports = require('./set');
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Threading.Tasks; using Chameleon.Services.Resources; using MediaManager; using MediaManager.Library; using MonkeyCache; using Chameleon.Services.Extensions; using System.Linq; namespace Chameleon.Services.Services { public class BrowseService : IBrowseS...
{ "pile_set_name": "Github" }
/* Author: W3layout Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ */ /* reset */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,...
{ "pile_set_name": "Github" }
/* * Copyright Andrey Semashev 2007 - 2015. * 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) */ /*! * \file date_time_fmt_gen_traits_fwd.hpp * \author Andrey Semashev * \date ...
{ "pile_set_name": "Github" }
1. Our program may depend on some element of randomness: user input, randomly generated number, time, etc 2. If our program is using an uninitialized variable, it could be accessing data it isn't supposed to (same with accessing something outside of an arrays indices) 3. Our program may be using an external library tha...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml en_SH{ %%Parent{"en_001"} }
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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 ob...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: cdfab036d1df241ea90c2461e2849c1f timeCreated: 1472155923 licenseType: Pro TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart:...
{ "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 under t...
{ "pile_set_name": "Github" }
# # Atmel SAMD21 Xplained Pro evaluation kit. # source [find interface/cmsis-dap.cfg] # chip name set CHIPNAME at91samd21j18 source [find target/at91samdXX.cfg]
{ "pile_set_name": "Github" }
.root { position: relative; background-color: #efefef; height: 200px; text-align: center; max-height: 100%; font-size: 12px; color: #666; line-height: 20px; padding-left: 10px; :global i { font-size: 25px; color: #333333; top: 50%; position: relative; transform: translateY(-50%...
{ "pile_set_name": "Github" }
/* Copyright (c) 2018 Anakin Authors, 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 app...
{ "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 not u...
{ "pile_set_name": "Github" }
// this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*- // -- BEGIN LICENSE BLOCK ---------------------------------------------- // This program is free software licensed under the CDDL // (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0). // You can find a copy of this license in LICENSE i...
{ "pile_set_name": "Github" }
Allocation scores: pcmk__group_allocate: group-1 allocation score on pcmk-1: 0 pcmk__group_allocate: group-1 allocation score on pcmk-2: 0 pcmk__group_allocate: r192.168.122.113 allocation score on pcmk-1: 0 pcmk__group_allocate: r192.168.122.113 allocation score on pcmk-2: 0 pcmk__group_allocate: r192.168.122.114 allo...
{ "pile_set_name": "Github" }
/* * Copyright 1996, University Corporation for Atmospheric Research * See netcdf/COPYRIGHT file for copying and redistribution conditions. */ /* $Id: string.c,v 1.76 2010/05/26 21:43:33 dmh Exp $ */ #include "config.h" #include <stdlib.h> #include <stdio.h> #include <string.h> #include <ctype.h> #include <ass...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp"> <Identity Name="ffaee00c-a350-48b...
{ "pile_set_name": "Github" }
package com.camnter.hook.loadedapk.classloader.hook.pms; import android.annotation.SuppressLint; import android.content.Context; import android.content.pm.PackageManager; import android.support.annotation.NonNull; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.refl...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
{ "pile_set_name": "Github" }
source 'https://rubygems.org' gemspec group :development do gem "rake" gem "racc", "> 1.4.10" gem "kpeg" gem "test-unit" gem "minitest" # for test_rdoc_rubygems_hook.rb gem "rubocop" end
{ "pile_set_name": "Github" }
// // InstrumentAPI.swift // // Generated by swagger-codegen // https://github.com/swagger-api/swagger-codegen // import Foundation import Alamofire open class InstrumentAPI { /** Get instruments. - parameter symbol: (query) Instrument symbol. Send a bare series (e.g. XBT) to get data for the ne...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SimpleTest documentation for testing HTML forms</title> <link rel="stylesheet" type="text/css" href="docs.css" title="Styles"> </head> <body> <div class="menu_back"><div class="menu"> <a href="index.html">SimpleTest</a> ...
{ "pile_set_name": "Github" }
"use strict"; var GrowingPacker = require('./packer.growing.js'); module.exports = function(items, options) { options = options || {}; var packer = new GrowingPacker(); var inPlace = options.inPlace || false; // Clone the items. var newItems = items.map(function(item) { return inPlace ? item : { width...
{ "pile_set_name": "Github" }
package mekanism.common.config; import mekanism.api.math.FloatingLong; import mekanism.common.config.value.CachedFloatingLongValue; import net.minecraftforge.common.ForgeConfigSpec; import net.minecraftforge.fml.config.ModConfig.Type; public class StorageConfig extends BaseMekanismConfig { private final ForgeCon...
{ "pile_set_name": "Github" }
require('../../modules/es6.array.some'); module.exports = require('../../modules/_core').Array.some;
{ "pile_set_name": "Github" }
Ability: BuyGalacticUtopia Name: #ABL_BUY_GALACTIC_UTOPIA Description: #ABL_BUY_GALACTIC_UTOPIA_DESC Icon: CardIcons::50 Cooldown: 300 ShareCooldown(BuyGalacticSuperpower) ShareCooldown(BuyGalacticUtopia) ConsumeInfluence(15) ShowInfluenceValue(15, #COST) GainInfluenceCard(GalacticUtopia)
{ "pile_set_name": "Github" }
/* There's nothing particularly bad about this implementation, except that it's somewhat monolithic and easy to get wrong. Where possible, we prefer to assemble functions like this using combinations of other functions. It makes the code more obviously correct and easier to read and understand. Notice that in this impl...
{ "pile_set_name": "Github" }
/* Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built define( //begin v1.x content { "dateFormat-medium": "dd‏/MM‏/yyyy", "dateFormatItem-MMMEd": "E d MMM", "dateFor...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 3efef4657b5061448894ba6ca77b2646 TextureImporter: fileIDToRecycleName: 21300000: Square serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 0 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistan...
{ "pile_set_name": "Github" }
{ "images" : [ { "filename" : "ic_menu_brush4.pdf", "idiom" : "universal" } ], "info" : { "author" : "xcode", "version" : 1 } }
{ "pile_set_name": "Github" }
/* * OMAP DPLL clock support * * Copyright (C) 2013 Texas Instruments, Inc. * * Tero Kristo <t-kristo@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This prog...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2020 VMware, Inc. All Rights Reserved. * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except in compliance with the License. * * This product may include a number of subcomponents with separate copyright notices * ...
{ "pile_set_name": "Github" }
/* * The MIT License (MIT) * * Copyright (c) 2017-2020 Yegor Bugayenko * * 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" }
/* 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" }
/* * fs/logfs/inode.c - inode handling code * * As should be obvious for Linux kernel code, license is GPLv2 * * Copyright (c) 2005-2008 Joern Engel <joern@logfs.org> */ #include "logfs.h" #include <linux/slab.h> #include <linux/writeback.h> #include <linux/backing-dev.h> /* * How soon to reuse old inode number...
{ "pile_set_name": "Github" }
/* Adds cosmetic styling to the dojox.calc.GraphPro widget. Users may swap with a custom theme CSS file. NOTES: --- */ @import url("Common.css");
{ "pile_set_name": "Github" }
| ("B", [li; aa; lk], _) -> `Pb( (trans_out_aa aa), (trans_out_lk lk), (trans_out_int (trans_out_li_setaa_setlk_k3 li aa lk))) | ("Bc", [bo; bi; bd; aa; lk], _) -> `Pbc( (trans_out_aa aa), (trans_out_lk lk), (trans_out_int bo), (trans_out_int bi), ...
{ "pile_set_name": "Github" }
<!doctype linuxdoc system> <article> <title>da65 Users Guide <author> <url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline> <url url="mailto:greg.king5@verizon.net" name="Greg King"> <abstract> da65 is a 6502/65C02 disassembler that is able to read user-supplied information about its input data, for b...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:id="@+id/linearLayout1" android:layout_height="fill_parent" android:orientation="vertical" ...
{ "pile_set_name": "Github" }
//TODO: this file shouldn't be part of the GSM Receiver #include <stdlib.h> #include <stdio.h> #include "interleave.h" int interleave_init(INTERLEAVE_CTX *ictx, int size, int block_size) { ictx->trans_size = size; ictx->trans = (unsigned short *)malloc(size * sizeof *ictx->trans); // DEBUGF("size: %d\n", size); // ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Google Inc. 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 conditio...
{ "pile_set_name": "Github" }
/** * Copyright (c), Data Geekery GmbH, contact@datageekery.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
{ "pile_set_name": "Github" }
val a = 10; export default a;
{ "pile_set_name": "Github" }
apiVersion: v1 kind: LimitRange metadata: name: mylimits spec: limits: - max: cpu: "2" memory: 1Gi min: cpu: 200m memory: 6Mi type: Pod - default: cpu: 300m memory: 200Mi defaultRequest: cpu: 200m memory: 100Mi max: cpu: "2" memory: 1Gi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9ee4ffedc2851482a951eff8926fad8f timeCreated: 1457707465 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<h1 align="center"> <br> <a href="https://linuxgsm.com"><img src="https://i.imgur.com/Eoh1jsi.jpg" alt="LinuxGSM"></a> </h1> [![LinuxGSM](https://img.shields.io/badge/-LinuxGSM-2b2b2b.svg?logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACsAAABACAYAAACDbo5ZAAAGD0lEQVR4AcWYa2wUVRvHz75c2vJ2disXoUBEVIioRA...
{ "pile_set_name": "Github" }
activeProfiles= eclipse.preferences.version=1 resolveWorkspaceProjects=true version=1
{ "pile_set_name": "Github" }