text
stringlengths
2
99k
meta
dict
// Tomasz Syposz, O(n^2 m) #include <bits/stdc++.h> using namespace std; #define REP(i,a,b) for(int i=(a);i<=(b);++i) #define FORI(i,n) REP(i,1,n) #define FOR(i,n) REP(i,0,int(n)-1) #define mp make_pair #define pb push_back #define pii pair<int,int> #define vi vector<int> #define ll long long #define SZ(x) int((x).siz...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (14.0.1) on Fri Jul 17 14:15:42 EDT 2020 --> <title>ImagePullPolicy (weblogic-kubernetes-operator 3.0.0 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.created" content="2020-07-17"> <meta ...
{ "pile_set_name": "Github" }
package ohi.andre.consolelauncher.tuils.stuff; import android.app.Activity; /** * Created by francescoandreuzzi on 21/05/2017. */ public class FakeLauncherActivity extends Activity{}
{ "pile_set_name": "Github" }
/* Copyright (c) 2014-2017, ARM Limited and Contributors * * SPDX-License-Identifier: MIT * * 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 limita...
{ "pile_set_name": "Github" }
var $ = require('../../modules/$'); module.exports = function create(P, D){ return $.create(P, D); };
{ "pile_set_name": "Github" }
<ul> </ul>
{ "pile_set_name": "Github" }
" Vim Keymap file for hebrew " Maintainer : Ron Aaron <ron@ronware.org> " Last Updated: Wed 28 Feb 2001 21:28:51 " This is the standard Israeli keyboard layout " Use this short name in the status line. let b:keymap_name = "heb" loadkeymap a <char-249> " ù - shin b <char-240> " ð - nun c <char-225> " á - bet d <char-...
{ "pile_set_name": "Github" }
<!doctype html> <html> <title>npm-link</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-link.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a ...
{ "pile_set_name": "Github" }
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ ofSetVerticalSync(true); ofBackground(0,0,0); ofSetCircleResolution(100); radius = 50; } //-------------------------------------------------------------- void ofApp::update(){ radius = radius +...
{ "pile_set_name": "Github" }
package webhook.teamcity.server.rest.web.action; import java.nio.file.Path; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.jdom.Element; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import jetbrains.buildServer.control...
{ "pile_set_name": "Github" }
/***************************************************************************** * Copyright 2015-2020 Alexander Barthel alex@littlenavmap.org * * 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, eit...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * 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 option) * any la...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. /** * The with statement adds a computed object to the front of the * scope chain of the current execution context * * @path ch12/12.10/S12.10_A1.7_T5.js * @description Calling a function within "with" statement declared within the statement, leading to ...
{ "pile_set_name": "Github" }
# coding: utf-8 # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may c...
{ "pile_set_name": "Github" }
<template> <div> <div class="page-container"> <a href="javascript:;" @click="updatePage(page - 1)" :class="page === 1? 'disabled': ''"><img :src="`${baseUrl}/assets/images/page-prev.svg`"/></a> <a href="javascript:;" @click="updatePage(1)" :class="page === 1? 'disabled': ''">First page</a> <a hr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <language name="ActionScript 2.0" version="3" kateversion="5.0" section="Sources" extensions="*.as" mimetype="text/x-actionscript" license="LGPL" author="Aaron Miller (armantic101@gmail.com)"> <highlighting> <list name="properti...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "blue_sliderRight.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
// Copyright 2013 The go-github 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 github import ( "bytes" "fmt" "io" "reflect" ) var timestampType = reflect.TypeOf(Timestamp{}) // Stringify attempts to create a reaso...
{ "pile_set_name": "Github" }
<!-- YAML added: v13.3.0 --> The context must be a `SecureContext`. <a id="ERR_TLS_INVALID_STATE"></a>
{ "pile_set_name": "Github" }
import { IQuery } from '@nestjs/cqrs'; import { ReadWebhookRequest } from '@ultimatebackend/proto-schema/webhook'; import { WebhookRepository } from '@ultimatebackend/repository'; export class ReadWebhookQuery implements IQuery { constructor( public readonly input: ReadWebhookRequest, public readonly repo: W...
{ "pile_set_name": "Github" }
# # STMicroelectronics sensors common library # config IIO_ST_SENSORS_I2C tristate config IIO_ST_SENSORS_SPI tristate config IIO_ST_SENSORS_CORE tristate select IIO_ST_SENSORS_I2C if I2C select IIO_ST_SENSORS_SPI if SPI_MASTER
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="RunConfigurationProducerService"> <option name="ignoredProducers"> <set> <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> <option value="org.jetbrains.pl...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////////////////// // File: BuyMenuGUI.cpp ////////////////////////////////////////////////////////////////////////////////////////// // Description: Implementation file for the BuyMenuGUI class // Project: GUI Library // Aut...
{ "pile_set_name": "Github" }
<?php namespace spec\Prophecy\Doubler; use PhpSpec\ObjectBehavior; class NameGeneratorSpec extends ObjectBehavior { /** * @param \ReflectionClass $class */ function its_name_generates_name_based_on_simple_class_reflection($class) { $class->getName()->willReturn('stdClass'); $thi...
{ "pile_set_name": "Github" }
'use strict'; var Promise = require('./core.js'); module.exports = Promise; Promise.prototype.done = function (onFulfilled, onRejected) { var self = arguments.length ? this.then.apply(this, arguments) : this; self.then(null, function (err) { setTimeout(function () { throw err; }, 0); }); };
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sgen" nsURI="http://www.yakindu.org/sct/statechart/SGen" nsPrefix="sgen"> <eClassifiers xsi:ty...
{ "pile_set_name": "Github" }
<template> <div class="goods_brand_list"> <van-list v-model="loading" :finished="finished" :immediate-check="false" finished-text="没有更多了" @load="getBrandList"> <div class="brand-info" v-for="(brand, index) in list" :key="index" ...
{ "pile_set_name": "Github" }
{ "config": { "step": { "user": { "data": { "zip_code": "Kode Pos" } } } } }
{ "pile_set_name": "Github" }
using System.Collections.Generic; namespace Nashet.EconomicSimulation { /// <summary> /// Represents ability to own provinces /// </summary> public interface IProvinceOwner { IEnumerable<Province> AllProvinces{ get; } } }
{ "pile_set_name": "Github" }
// Copyright 2018 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 linux,gccgo,386 package unix import ( "syscall" "unsafe" ) func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { var newoffset in...
{ "pile_set_name": "Github" }
/* --------------------------------------------------------------------------- Copyright (c) 1998-2006, Brian Gladman, Worcester, UK. All rights reserved. LICENSE TERMS The free distribution and use of this software in both source and binary form is allowed (with or without changes) provided that: 1. distrib...
{ "pile_set_name": "Github" }
// <auto-generated> // 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 may cause incorrect behavior and will be lost if the code is // re...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2010 Google 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 t...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. from abc import ABC, abstractmethod import os import random from parlai.core.message import Message from parlai.core.tea...
{ "pile_set_name": "Github" }
# descrip.mms: MMS description file for building zlib on VMS # written by Martin P.J. Zinser <m.zinser@gsi.de> cc_defs = c_deb = .ifdef __DECC__ pref = /prefix=all .endif OBJS = adler32.obj, compress.obj, crc32.obj, gzio.obj, uncompr.obj,\ deflate.obj, trees.obj, zutil.obj, inflate.obj, infblock.obj,\ ...
{ "pile_set_name": "Github" }
SET (BUILD_MODULE 1)
{ "pile_set_name": "Github" }
/** * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is availab...
{ "pile_set_name": "Github" }
export const environment = { production: true, apiBase: 'http://localhost', };
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 Morwenn * SPDX-License-Identifier: MIT */ //constant definitions for the Boost Sort library // Copyright Steven J. Ross 2001 - 2014 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org...
{ "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="de"> <head> <!-- Generated by javadoc --> <title>Assume (documentation 1.3.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type=...
{ "pile_set_name": "Github" }
package reflect2 import ( "github.com/modern-go/concurrent" "reflect" "unsafe" ) type Type interface { Kind() reflect.Kind // New return pointer to data of this type New() interface{} // UnsafeNew return the allocated space pointed by unsafe.Pointer UnsafeNew() unsafe.Pointer // PackEFace cast a unsafe point...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <item xmlns="http://www.supermemo.net/2006/smux"> <lesson-title>GRE词汇:《再要你命三千》</lesson-title> <chapter-title>List 4</chapter-title> <question-title>根据单词,回想词义</question-title> <question><span style="font-family: Comic Sans MS; font-weight: normal; color: #550000; font-styl...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
/* PIM for Quagga Copyright (C) 2008 Everton da Silva Marques 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. T...
{ "pile_set_name": "Github" }
/* Extended Module Player * Copyright (C) 1996-2018 Claudio Matsuoka and Hipolito Carraro Jr * * 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 limi...
{ "pile_set_name": "Github" }
#! /usr/bin/env python # -*- coding: utf_8 -*- # The exploit is a part of EAST Framework - use only under the license agreement specified in LICENSE.txt in your EAST Framework distribution import sys import os import time import base64 import urllib import urllib2 from collections import OrderedDict sys.path.append('...
{ "pile_set_name": "Github" }
{ "name": "flowName", "description": "flow description", "options": { "identifier": "" }, "steps": {} }
{ "pile_set_name": "Github" }
<?php namespace App\Controllers; use App\Models\InviteCode; use App\Models\User; use App\Models\Code; use App\Models\Payback; use App\Models\Paylist; use App\Services\Auth; use App\Services\Config; use App\Utils\Tools; use App\Utils\Telegram; use App\Utils\Tuling; use App\Utils\TelegramSessionManager; use App\Utils\Q...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011, Regents of the University of Colorado * 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, ...
{ "pile_set_name": "Github" }
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/firestore/v1beta1/firestore.proto namespace Google\Cloud\Firestore\V1beta1; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * The request for [Firestore.Begin...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 68632fac46cb1354fa368e1278cea3fb timeCreated: 1451205257 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
app.view.note.menu = app.view.note.menu || {}; app.view.note.menu.base = { getInitialState: function () { return { active: (this.props.context === 'note' || this.props.context === 'tracker') ? 'add' : null, fullview: true // menu is always visible in edit mode }; }, ...
{ "pile_set_name": "Github" }
package util import ( "testing" ) func TestStack(t *testing.T) { var st Stack floatElement := 12.0 stringElement := "el" intElement := 3 st.Push(floatElement) st.Push(stringElement) st.Push(intElement) if 3 != st.Len() { t.Fatalf("Expected stack length of %d, got %d", 3, st.Len()) } pop1 := st.Pop() ...
{ "pile_set_name": "Github" }
// // Copyright 2018 The Simons Foundation, 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 re...
{ "pile_set_name": "Github" }
// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" // which accompanies this distribution, and is available // at the URL "http://www.eclipse...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -std=c++11 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -std=c++11 -triple i386-unknown-unknown %s -emit-llvm -fsanitize=signed-integer-overflow -o - | FileCheck --check-prefix=SIO %s // CHECK: @[[ABC4:.*]] = {{.*}} constant [4 x i8] c"abc\00" // CHECK: @[[ABC15:...
{ "pile_set_name": "Github" }
../_includes/cmip6_glaciers_cplhist ../output_crop
{ "pile_set_name": "Github" }
// +build !windows package idtools import ( "bytes" "fmt" "io" "os" "path/filepath" "strings" "sync" "github.com/docker/docker/pkg/system" "github.com/opencontainers/runc/libcontainer/user" ) var ( entOnce sync.Once getentCmd string ) func mkdirAs(path string, mode os.FileMode, ownerUID, ownerGID int,...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Position - Image Cycler</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget...
{ "pile_set_name": "Github" }
namespace UglyToad.PdfPig.Content { using Core; using Graphics.Colors; using PdfFonts; /// <summary> /// A glyph or combination of glyphs (characters) drawn by a PDF content stream. /// </summary> public class Letter { /// <summary> /// The text for this letter or unico...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004 IBM Corporation * Authors: * Leendert van Doorn <leendert@watson.ibm.com> * Dave Safford <safford@watson.ibm.com> * Reiner Sailer <sailer@watson.ibm.com> * Kylene Hall <kjhall@us.ibm.com> * * Copyright (C) 2013 Obsidian Research Corp * Jason Gunthorpe <jgunthorpe@obsidianresearch.com> ...
{ "pile_set_name": "Github" }
using System.ComponentModel.Composition; using System.Net.Http; using System.Threading.Tasks; using System.Web; using Newtonsoft.Json.Linq; using Microsoft.Deployment.Common.ActionModel; using Microsoft.Deployment.Common.Actions; namespace Microsoft.Deployment.Actions.Custom.Facebook { [Export(typeof(IAction))]...
{ "pile_set_name": "Github" }
-- Created on: 1993-03-02 -- Created by: Philippe DAUTRY -- Copyright (c) 1993-1999 Matra Datavision -- Copyright (c) 1999-2014 OPEN CASCADE SAS -- -- This file is part of Open CASCADE Technology software library. -- -- This library is free software; you can redistribute it and/or modify it under -- the terms of the GN...
{ "pile_set_name": "Github" }
{ stdenv , buildPythonPackage , isPy27 , pathlib , fetchPypi , pillow , psutil , imageio-ffmpeg , pytest , numpy , isPy3k , ffmpeg_3 , futures , enum34 }: buildPythonPackage rec { pname = "imageio"; version = "2.9.0"; disabled = isPy27; src = fetchPypi { sha256 = "52ddbaeca2dccf53ba2d6dec5676ca7bc3b2403ef...
{ "pile_set_name": "Github" }
// <scoped_allocator> -*- C++ -*- // Copyright (C) 2011-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 // Free Software Foundatio...
{ "pile_set_name": "Github" }
// Generated with `hugo gen chromastyles --style=xcode`. /* Background */ .chroma { background-color: #ffffff } /* Error */ .chroma .err { color: #000000 } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin...
{ "pile_set_name": "Github" }
1 1.96268e-05 0.000418047 2 1.22308e-05 0.000263289 3 9.52259e-06 0.000178863 4 8.14832e-06 0.000131887 5 7.35116e-06 0.000103017 6 6.85718e-06 9.285e-05 7 6.53695e-06 8.43279e-05 8 6.31857e-06 7.66244e-05 9 6.16441e-06 6.98478e-05 10 6.05269e-06 6.39429e-05 11 5.96898e-06 5.88063e-05 12 5.90285e-06 5.43292e-05 13 5.84...
{ "pile_set_name": "Github" }
package com.huobi.model.crossmargin; import java.math.BigDecimal; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import lombok.ToString; @Data @Builder @AllArgsConstructor @NoArgsConstructor @ToString public class CrossMarginLoadOrder { private Long i...
{ "pile_set_name": "Github" }
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ (function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = fac...
{ "pile_set_name": "Github" }
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.Diagnostics; using dnlib.PE; namespace dnlib.DotNet { /// <summary> /// All native vtables /// </summary> [DebuggerDisplay("RVA = {RVA}, Count = {VTables.Count}")] public sealed class VTableFixups : IEnumerable<V...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Editor</title> <style type="text/css" media="screen"> .ace_editor { position: relative !important; border: 1px solid lightgray; margin: auto; h...
{ "pile_set_name": "Github" }
# This file is part of the bladeRF project: # http://www.github.com/nuand/bladeRF # # Copyright (c) 2018 Nuand LLC. # # 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, in...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "ADOBE_materials_thin_transparency glTF extension", "type": "object", "description": "glTF extension that defines properties to model physically plausible optical transparency.", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], ...
{ "pile_set_name": "Github" }
<% user = user || @user # allow overriding w/ local variable %> <div class="tags-list"> <% tags.each_with_index do |tag, i| %> <% if tag.class == NodeTag %> <% if !power_tag && i < 2 # just the first 2 get special display, power tags excluded %> <%= render partial: 'tag/miniCard', locals: { tag: tag } %> ...
{ "pile_set_name": "Github" }
'use strict'; const browsers = [ 'last 1 Chrome versions', 'last 1 Firefox versions', 'last 1 Safari versions' ]; const isCI = !!process.env.CI; const isProduction = process.env.EMBER_ENV === 'production'; if (isCI || isProduction) { browsers.push('ie 11'); } module.exports = { browsers };
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL3$ ** Commercial License Usage ** Licensees holding ...
{ "pile_set_name": "Github" }
;;; braille-input.el --- A simple input method for braille ;; Copyright (C) 2013 Swiss Library for the Blind, Visually Impaired and Print Disabled ;; This file 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 Foundati...
{ "pile_set_name": "Github" }
// author: Jannik Strötgen // email: stroetgen@uni-hd.de // date: 2011-06-10 // This file contains regular expression patterns for time hours. // FORMAT: one line is one disjunction of the pattern 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 0?[0-9]
{ "pile_set_name": "Github" }
2.6.8 / 2017-05-18 ================== * Fix: Check for undefined on browser globals (#462, @marbemac) 2.6.7 / 2017-05-16 ================== * Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom) * Fix: Inline extend function in node implementation (#452, @dougwi...
{ "pile_set_name": "Github" }
/* * HDMI PLL * * Copyright (C) 2013 Texas Instruments Incorporated * * 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. */ #define DSS_SUBSYS_NAME "HDMIPLL" #include <linux/ker...
{ "pile_set_name": "Github" }
var apply = require('./_apply'), arrayMap = require('./_arrayMap'), baseIteratee = require('./_baseIteratee'), baseRest = require('./_baseRest'); /** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; /** * Creates a function that iterates over `pairs` and invokes the corresponding ...
{ "pile_set_name": "Github" }
gcr.io/google_containers/cloud-controller-manager:v1.11.0-alpha.0
{ "pile_set_name": "Github" }
package com.vk.api.sdk.exceptions; public class ApiMethodDisabledException extends ApiException { public ApiMethodDisabledException(String message) { super(23, "This method was disabled", message); } }
{ "pile_set_name": "Github" }
{ "parent": "builtin/generated", "textures": { "layer0": "flansmod:items/AK74_Blue" }, "display": { "thirdperson_righthand": { "rotation": [ 0, 90, -45 ], "translation": [ 0, 2, -2 ], "scale": [ 0, 0, 0...
{ "pile_set_name": "Github" }
The `Page` is a compositee component that can be used to build up a page. It consists of a `title` and `children` which can be any number of nodes that build up the content of the page. ## Props The following props may be passed to configure the Block. | name | type | description ...
{ "pile_set_name": "Github" }
import { Button, Classes, Icon } from "@blueprintjs/core"; import React from "react"; import styled from "styled-components"; import { useTheme } from "../shared/stores/ThemeStore"; const MenuContainer = styled.div` -webkit-app-region: drag; z-index: 1; position: fixed; align-items: center; top: 0; right: ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2001, Eric D. Friedman All Rights Reserved. // Copyright (c) 2009, Rob Eden All Rights Reserved. // Copyright (c) 2009, Jeff Randall All Rights Reserved. // // This library is free software; you can redistribute it and/or /...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/. */ ...
{ "pile_set_name": "Github" }
import ComposableArchitecture import FavoritePrimes import PlaygroundSupport import SwiftUI PlaygroundPage.current.liveView = UIHostingController( rootView: NavigationView { FavoritePrimesView( store: Store<[Int], FavoritePrimesAction>( initialValue: [2, 3, 5, 7, 11], reducer: favoritePrime...
{ "pile_set_name": "Github" }
/** * element_common.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ tinyMCEPopup.requireLangPack(); function initCommonAttributes(elm) { var formObj = docume...
{ "pile_set_name": "Github" }
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # License: GNU General Public License v3. See license.txt from __future__ import unicode_literals import frappe, unittest import frappe.defaults from frappe.utils import flt, nowdate, nowtime from erpnext.stock.doctype.serial_no.serial_no import * fr...
{ "pile_set_name": "Github" }
package com.pro100svitlo.fingerprintauthdemo; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; public class SecondActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { ...
{ "pile_set_name": "Github" }
package lib import ( . "github.com/advancedlogic/go-freeling/engine" "github.com/advancedlogic/go-freeling/models" ) type Analyzer struct { context *Context } func NewAnalyzer() *Analyzer { context := NewContext("conf/gofreeling.toml") context.InitNLP() instance := new(Analyzer) instance.context = context r...
{ "pile_set_name": "Github" }
package common import ( "testing" ) func TestList(t *testing.T) { l := NewList() Equal(t, 0, l.Len()) Equal(t, []interface{}{}, l.Slice()) // note that we don't use type assertion here because Equal uses DeepEqual // to compare these 2 values. Equal(t, 6, l.PushFront(6)) Equal(t, 1, l.Len()) Equal(t, []int...
{ "pile_set_name": "Github" }
// Copyright (c) MOSA Project. Licensed under the New BSD License. // This code was generated by an automated template. namespace Mosa.Compiler.Framework.IR { /// <summary> /// LoadParamSignExtend8x64 /// </summary> /// <seealso cref="Mosa.Compiler.Framework.IR.BaseIRInstruction" /> public sealed class LoadParam...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple 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: // 1. Redistributions o...
{ "pile_set_name": "Github" }
/* * This file is part of gtkD. * * gtkD 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, or (at your option) any later version, with * some exceptions, please r...
{ "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" }
# frozen_string_literal: true # Be sure to restart your server when you modify this file. # You can add backtrace silencers for libraries that you're # using but don't wish to see in your backtraces. # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } # You can also remove all the silencers i...
{ "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 <Foundation/NSDimension.h> #import <Foundation/NSSecureCoding-Protocol.h> @interface NSUnitInformationStorage : NSDimension <...
{ "pile_set_name": "Github" }