text
stringlengths
2
99.9k
meta
dict
# THIS FILE CONTAINS LOCALIZATION KEYS : date and number formats, number precisions, # number separators and all non-textual values depending on the language. # These values must not reach the translator, so they are separated in this file. # # More info here: https://translation.io/blog/gettext-is-better-than-rails-i1...
{ "pile_set_name": "Github" }
//===-- sanitizer_syscall_linux_x86_64.inc ----------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Copyright (C) 2007 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at http://babel.edgewall.org/wiki/License. # # This software consists of v...
{ "pile_set_name": "Github" }
/* * This file is part of the UCB release of Plan 9. It is subject to the license * terms in the LICENSE file found in the top-level directory of this * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No * part of the UCB release of Plan 9, including this file, may be copied, * modified, prop...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 Mans Rullgard * * This file is part of FFmpeg. * * FFmpeg 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 lat...
{ "pile_set_name": "Github" }
jsmin.exe <..\..\src\contract\dpos.js >..\..\src\contract\dpos.min.js jsmin.exe <..\..\src\contract\dpos_delegate.js >..\..\src\contract\dpos_delegate.min.js jsmin.exe <..\..\src\contract\cobuild.js >..\..\src\contract\cobuild.min.js
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.paypal.example.paypalandroidsdkexample"> <!-- WRITE_EXTERNAL_STORAGE permission is only used for testing purposes to store screenshots --> <uses-permission android:name="android.permissio...
{ "pile_set_name": "Github" }
<?php // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. use Faker\Factory as Faker; use Illuminate\Database\Seeder; class EventSeeder extends Seeder { public function run() { ...
{ "pile_set_name": "Github" }
# CS294-112 HW 1: Imitation Learning Dependencies: * Python **3.5** * Numpy version **1.14.5** * TensorFlow version **1.10.5** * MuJoCo version **1.50** and mujoco-py **1.50.1.56** * OpenAI Gym version **0.10.5** Once Python **3.5** is installed, you can install the remaining dependencies using `pip install -r r...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
# Contribute > Notice: `y` is the alias for `yarn`, `n` is the alias for `npm`. ## Set up Install dev deps after git clone the repo. ```bash $ y ``` change the package.json ```bash "scripts": { "dev": "cross-env PAGES_PATH='AccountCenter/src' umi dev", ... } ``` `'AccountCenter/src'` is you are going to ...
{ "pile_set_name": "Github" }
SHELL = /bin/sh # V=0 quiet, V=1 verbose. other values don't work. V = 0 Q1 = $(V:1=) Q = $(Q1:0=@) ECHO1 = $(V:1=@:) ECHO = $(ECHO1:0=@echo) NULLCMD = : #### Start of system configuration section. #### srcdir = . topdir = /Users/liaoziyang/.rvm/rubies/ruby-2.3.0/include/ruby-2.3.0 hdrdir = $(topdir) arch_hdrdir =...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<?php return array ( 'USD' => 'ABD Doları', 'USS' => 'ABD Doları (Aynı gün)', 'USN' => 'ABD Doları (Ertesi gün)', 'AFN' => 'Afganistan Afganisi', 'AFA' => 'Afganistan Afganisi (1927–2002)', 'DEM' => 'Alman Markı', 'ADP' => 'Andorra Pezetası', 'AOA' => 'Angola Kvanzası', 'AOK' => 'Angola Kvanzası (1977...
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2015 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
grant { permission java.security.AllPermission; };
{ "pile_set_name": "Github" }
#include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [0] = LAYOUT_all( KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_CAPS,...
{ "pile_set_name": "Github" }
#include "downloadthreadabstract.h" #include "downloadsettingmanager.h" #include <QNetworkAccessManager> #include <QNetworkRequest> #include <QThread> #if defined Q_OS_UNIX || defined Q_CC_MINGW # include <unistd.h> #endif #include <QSslError> DownLoadThreadAbstract::DownLoadThreadAbstract(const QString &url, const Q...
{ "pile_set_name": "Github" }
Keymaker: Lightweight SSH key management on AWS EC2 =================================================== Keymaker is **the missing link between SSH and IAM accounts on Amazon AWS**. It's a stateless synchronization engine that securely manages the process of SSH public key sharing and verification, user and group synch...
{ "pile_set_name": "Github" }
/****************************************************************************/ // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo // Copyright (C) 2001-2020 German Aerospace Center (DLR) and others. // This program and the accompanying materials are made available under the // terms of the Ecli...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # # @author jiehua233@gmail.com # @site https://chenjiehua.me # @date 2016-09-06 # """proxy ip example """ import csv import random import requests retrymax = 3 timeout = 30 proxycsv = "proxyip.csv" target = "http://www.baidu.com" def main(): total_weigh...
{ "pile_set_name": "Github" }
management.endpoints.web.exposure.include: health,info,bindings spring.cloud.stream.function.definition: toUpperCase spring.cloud.stream.function.bindings.toUpperCase-in-0: input spring.cloud.stream.function.bindings.toUpperCase-out-0: output
{ "pile_set_name": "Github" }
:fa:`puzzle-piece` Maintainability ================================== A program is **maintainable** if it is easy to understand and modify the code even for someone that is unfamiliar with the code base. Avoid the following anti-patterns to increase maintainability and avoid creating `spaghetti code`. .. toctree:: ...
{ "pile_set_name": "Github" }
precision mediump float; varying vec4 vertex_color; varying vec2 vTextureCoord; uniform sampler2D uSampler; // default is 0, so we don't have to set it void main(void) { vec4 textureColor = texture2D(uSampler, vec2(vTextureCoord.s, vTextureCoord.t)); gl_FragColor = vec4(vTextureCoord.s, vTextureCoord.t, 0, 1); ...
{ "pile_set_name": "Github" }
<?php require_once('require/class.Connection.php'); require_once('require/class.Spotter.php'); require_once('require/class.Stats.php'); require_once('require/class.Language.php'); if (!isset($_GET['airport'])) { header('Location: '.$globalURL.'/airport'); die(); } $Spotter = new Spotter(); $airport = f...
{ "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 aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix func itoa(val int) string { // do it here rather than with fmt to avoid depen...
{ "pile_set_name": "Github" }
// this file can either be read and passed to an OpenCL compiler directly, // or included in a C++11 source file as a string literal #ifndef __OPENCL_VERSION__ // If we are including this file in C++, // the entire source file following (except the last #endif) will become // a raw string literal. The extra ")" is just...
{ "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 <SecurityFoundation/SFKeychainItemAttributes-Protocol.h> #import <SecurityFoundation/_SFKeyAttribute...
{ "pile_set_name": "Github" }
package com.stevenschoen.putionew.transfers import android.content.Context import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView import androidx.fragment.app.Fragment import com.stevenschoen.putionew.PutioBottomSheetDialogFragm...
{ "pile_set_name": "Github" }
/** <title>GSNibLoading</title> <abstract> These are templates for use with OSX Nib files. These classes are the templates and other things which are needed for reading/writing nib files. </abstract> Copyright (C) 1997, 1999 Free Software Foundation, Inc. Author: Gregory John Casamento Date: 20...
{ "pile_set_name": "Github" }
import * as React from 'react'; /** * Column properties. */ interface IColumnProps { /** prop1 description */ prop1?: string; /** prop2 description */ prop2: number; } /** * Column description */ export class Column extends React.Component<IColumnProps, {}> { public static defaultProps: Partial<IColumnPr...
{ "pile_set_name": "Github" }
package com.smartdevicelink.test.rpc.enums; import com.smartdevicelink.proxy.rpc.enums.MassageCushion; import junit.framework.TestCase; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * This is a unit test class for the SmartDeviceLink library project class : * {@link com.smartdevi...
{ "pile_set_name": "Github" }
.well { box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); border: 1px solid #DCDEE4; border-radius: 0; background-color: $light-gray; margin-bottom: 0; }
{ "pile_set_name": "Github" }
/* * Copyright 2018 The Kythe Authors. 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 ap...
{ "pile_set_name": "Github" }
#include "soundcloud.h" #include "request.h" #include <QDebug> SoundCloud::SoundCloud(QObject *parent) : QObject(parent) { getHome(); } bool SoundCloud::cidEmpty(){ return cid.trimmed().isEmpty(); } void SoundCloud::extract_cid(QString rep) { cid = rep.split("client_id:\"").last().split("\"").first(); } ...
{ "pile_set_name": "Github" }
'********************************************************************************** '* クラス名 :RegionEntity '* クラス日本語名 :自動生成Entityクラス '* '* 作成日時 :2014/2/9 '* 作成者 :棟梁 D層自動生成ツール(墨壺), 日立 太郎 '* 更新履歴 : '* '* 日時 更新者 内容 '* ---------- ---------------- ------------------------...
{ "pile_set_name": "Github" }
/** @jsx h */ import h from '../../../hyperscript'; export default ( <document> <hr /> <paragraph>Hello World</paragraph> </document> );
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "group:Examples/../Masonry.xcodeproj"> </FileRef> <FileRef location = "group:Examples/Masonry iOS Examples.xcodeproj"> </FileRef> <FileRef location = "group:Tests/Masonry Tests.xcodeproj"> </Fil...
{ "pile_set_name": "Github" }
{ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", "version": "2.6.9", "keywords": [ "debug", "log", "debugger" ], "main": "src/browser.js", "scripts": [ "src/browser.js", "src/debug.js" ], "dependencies": { "rauchg/ms.js": "0.7.1" } }...
{ "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/. js> Array.isArray; function isArray() { [native code for Array.isArray, arity=1] } js> Array.isArray() false js> Arr...
{ "pile_set_name": "Github" }
''' Copyright (C) 2019 Gitcoin Core This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This progra...
{ "pile_set_name": "Github" }
; ; Old School Computer Architecture - interfacing FLOS ; Stefano Bodrato, 2011 ; ; Get the size for the given file ; ; $Id: get_file_size.asm,v 1.5 2016-06-22 22:13:09 dom Exp $ ; INCLUDE "target/osca/def/flos.def" SECTION code_clib PUBLIC get_file_size PUBLIC _get_file_size get_file_size: _get_fil...
{ "pile_set_name": "Github" }
// *********************** // Navbar // this file contains styling for both top navbar and sidenav for docs page // *********************** #top-navigation { background-image: url("../img/slss_bg_pattern_2.svg"); background-repeat: repeat-y; background-size: 1200px auto; border-radius: 0; margin: 0; } #top-navig...
{ "pile_set_name": "Github" }
<?php class TestClass { public $prop = 2; public function foo() { echo "Called foo(), property = $this->prop\n"; var_dump($this); return "Return Val"; } private static function privateMethod() { echo "Called privateMethod()\n"; } } abstract class AbstractClass { ...
{ "pile_set_name": "Github" }
=== 1.1.0 / 2013-02-06 * Yandex is now also pinged when the sitemap is updated * Deprecated methods from v1.0.0 now removed === 1.0.2 / 2013-02-06 * Fixes an issue with duplicate URLs === 1.0.1 / 2012-03-10 * Fixes an issue generating correct URL paths === 1.0.0 / 2011-10-24 * API Change: Sitemaps are now genera...
{ "pile_set_name": "Github" }
package de.metas.purchasecandidate; import de.metas.util.Check; import lombok.Value; /* * #%L * marketing-base * %% * Copyright (C) 2018 metas GmbH * %% * 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 Soft...
{ "pile_set_name": "Github" }
package hcl2shim import ( "fmt" "reflect" "strconv" "strings" "github.com/zclconf/go-cty/cty" ) // RequiresReplace takes a list of flatmapped paths from a // InstanceDiff.Attributes along with the corresponding cty.Type, and returns // the list of the cty.Paths that are flagged as causing the resource // replac...
{ "pile_set_name": "Github" }
// IConfiguratorListener.hh -- Listen for configuration changes. // // Copyright (C) 2001 - 2007 Rob Caelers <robc@krandor.nl> // All rights reserved. // // 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 F...
{ "pile_set_name": "Github" }
// blake2.cpp - written and placed in the public domain by Jeffrey Walton // and Zooko Wilcox-O'Hearn. Based on Aumasson, Neves, // Wilcox-O'Hearn and Winnerlein's reference BLAKE2 // implementation at http://github.com/BLAKE2/BLAKE2. // // The BLAKE2b and BLAKE2s numbers are...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016-present Invertase Limited & Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this library except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
{ "pile_set_name": "Github" }
/* *************************************************************************************** * Copyright (C) 2006 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
{ "pile_set_name": "Github" }
module.exports = { presets: ['@vue/app'], }
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
{ "pile_set_name": "Github" }
#populator populator.plugin-title = Data Populator populator.plugin-description = Populate a Countly app with random data (typically for testing or demonstration) populator.title = Populate Data populator.amount-users = Amount of user populator.date-range = Date range populator.date-from = Date from populator.date-to =...
{ "pile_set_name": "Github" }
This is an important floating point math routine, documented in many places. Example code utilizing this routine: - https://www.lemon64.com/forum/viewtopic.php?t=42934
{ "pile_set_name": "Github" }
/* * Copyright 2016 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a> * * 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 ...
{ "pile_set_name": "Github" }
<%@ jet package="org.eclipse.emf.codegen.ecore.templates.editor" imports="java.util.* org.eclipse.emf.codegen.ecore.genmodel.*" class="HomeHTML" version="$Id: home.htmljet,v 1.2 2010/08/25 13:36:45 emerks Exp $" %> <% /** * <copyright> * * Copyright (c) 2010 Ed Merks and others. * All rights reserved. This progra...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) licenses(["notice"]) filegroup( name = "package-srcs", srcs = glob(["**"]), tags = ["automanaged"], visibility = ["//visibility:private"], ) filegroup( name = "all-srcs", srcs = [":package-srcs"], tags = ["automanaged"], )
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require 'optparse' require 'rbconfig' command = :run lib = File.dirname(File.dirname(File.expand_path(__FILE__))) opts = OptionParser.new do |opts| opts.banner = "home_run: Fast Date/DateTime classes for ruby" opts.define_head "Usage: home_run (--option | command)" opts.separator "" opts....
{ "pile_set_name": "Github" }
<?php /** * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen * Do not edit the class manually. */ namespace SquareConnect\Model; /** * CatalogDiscountModifyTaxBasisTest Class Doc Comment * * @category Class * @package SquareConnect * ...
{ "pile_set_name": "Github" }
package pump; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Locale; public class Formatters { public static DecimalFormat priceFmt = new DecimalFormat("#0.0000000", new DecimalFormatSymbols(Locale.US)); public static String formatPrice(double price) { ...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
package io.ebean; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import java.util.Objects; /** * Represents an Order By for a Query. * <p> * Is a ordered list of OrderBy.Property objects each specifying a property and * whether it is ascending or descending order. * </p> * <p> ...
{ "pile_set_name": "Github" }
package com.oraclechain.pocketeos.bean; /** * Created by pocketEos on 2018/1/11. */ public class AnswerBean { private String answer_option; private String answer_details; public String getAnswer_option() { return answer_option == null ? "" : answer_option; } public void s...
{ "pile_set_name": "Github" }
# LANGUAGE translation of CakePHP Application # Copyright YEAR NAME <EMAIL@ADDRESS> # No version information was available in the source files. # #, fuzzy msgid "" msgstr "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2009-05-27 09:47+0200\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" ...
{ "pile_set_name": "Github" }
/* Copyright 2013-2016 Jason Leyba 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 ...
{ "pile_set_name": "Github" }
schedule: program->configApplyDirection("s1", "DensePull")->configApplyParallelization("s1","dynamic-vertex-parallel")->setApply("s1", "pull_edge_based_load_balance", 1); program->fuseFields("out_degree", "old_rank");
{ "pile_set_name": "Github" }
{ "name": "terraform-test-app", "config_vars": { "FOO": "bar" } }
{ "pile_set_name": "Github" }
/*===------------- math.h - Alternative math.h header ----------------------=== * * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. * See https://llvm.org/LICENSE.txt for license information. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception * *===----------------------------...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2018 Red Hat, Inc. and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-Lice...
{ "pile_set_name": "Github" }
v1 2015-06-29 ------------- 1. No more default keybindings. It is quite difficult to pick unused default shortcuts that fits for all platforms, so I was advized to simply remove the defaults keybindings and let users choose theirs. If you haven't already overwritten the PHP Companion shortcuts, ...
{ "pile_set_name": "Github" }
function toMoney (value) { return Number(value).toLocaleString('pt-BR', { style: 'currency', currency: 'BRL' }) } export default toMoney
{ "pile_set_name": "Github" }
// COPYRIGHT © 2020 Esri // // All rights reserved under the copyright laws of the United States // and applicable international laws, treaties, and conventions. // // This material is licensed for use under the Esri Master License // Agreement (MLA), and is bound by the terms of that agreement. // You may redistribute...
{ "pile_set_name": "Github" }
# coding: utf-8 module GoogleAnalytics class EventCollectionRenderer def initialize(event_collection, tracker_id) @event_collection = event_collection @tracker_id = tracker_id end def to_s @event_collection.map { |event| EventRenderer.new(event, @tracker_id).to_s }.join("\n") end ...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test", ) filegroup( name = "package-srcs", srcs = glob(["**"]), tags = ["automanaged"], visibility = ["//visibility:private"], ) filegroup( name = "all-srcs...
{ "pile_set_name": "Github" }
100 71 47 64 30 49 54 58 38 42 44 35 75 61 57 41 71 75 72 57 66 71 34 32 33 72 62 51 46 48 75 77 56 51 68 49 42 47 79 65 74 33 41 52 63 53 44 71 41 33 48 77 74 42 37 67 39 53 71 59 58 46 65 70 72 68 36 70 72 44 78 76 35 70 59 50 30 36 31 73 78 59 53 64 34 36 70 46 56 61 38 74 69 56 53 67 68 48 62 59 71 63 ...
{ "pile_set_name": "Github" }
/** * Copyright 2020 The Pennsylvania State University * @license Apache-2.0, see License.md for full text. */ import { html, css } from "lit-element/lit-element.js"; import { HAXWiring } from "@lrnwebcomponents/hax-body-behaviors/lib/HAXWiring.js"; import { A11yDetails } from "@lrnwebcomponents/a11y-details/a11y-de...
{ "pile_set_name": "Github" }
#pragma once extern int l_dostring(lua_State *L, const char *s, const char *name); extern int l_report(lua_State *L, int status); extern int l_docall(lua_State *L, int narg, int nres); extern int l_handle_line(lua_State *L, char *line);
{ "pile_set_name": "Github" }
{ "@context": { "property": "http://example.com/property", "nested": "http://example.com/nested", "@language": "en" }, "property": "this is English", "nested": { "@context": { "@language": null }, "property": "and this is a plain string" } }
{ "pile_set_name": "Github" }
/*- * This code is derived from OpenBSD's libc/regex, original license follows: * * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Henry Spence...
{ "pile_set_name": "Github" }
/** * $Id: Menu.js 1190 2009-08-12 17:59:29Z spocke $ * * @author Moxiecode * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. */ (function(tinymce) { var is = tinymce.is, DOM = tinymce.DOM, each = tinymce.each, walk = tinymce.walk; /** * This class is base class for all menu type...
{ "pile_set_name": "Github" }
/* * 图表配置文件 * */ //不同类型的配置 var typeConfig = [ { chart: { type: 'line' }, plotOptions: { line: { dataLabels: { enabled: false }, enableMouseTracking: true } } }, { c...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2012, Ajax.org B.V. * 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 sou...
{ "pile_set_name": "Github" }
// Copyright 2013 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 encoding_test import ( "fmt" "io" "os" "strings" "golang.org/x/text/encoding" "golang.org/x/text/encoding/charmap" "golang.org/x/text/encoding/...
{ "pile_set_name": "Github" }
description "Docker daemon" start on (local-filesystems and net-device-up IFACE!=lo) stop on runlevel [!2345] limit nofile 524288 1048576 limit nproc 524288 1048576 respawn kill timeout 20 pre-start script # see also https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount if grep -v '^#' /etc/fstab | ...
{ "pile_set_name": "Github" }
const map = new CartoMap({ container: 'map', background: 'black' }); const source = new carto.source.GeoJSON(sources['line-string']); const style = new carto.Viz('color: hex("#F00")'); const layer = new carto.Layer('layer', source, style); layer.addTo(map); layer.on('loaded', () => { window.loaded = true;...
{ "pile_set_name": "Github" }
/* * Copyright 2014-present Facebook, 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...
{ "pile_set_name": "Github" }
using System.Linq; using Autodesk.DesignScript.Geometry; using Autodesk.DesignScript.Runtime; using MIConvexHull; using StarMathLib; namespace Tessellation.Adapters { /// <summary> /// A cell for a 2d tesselation /// </summary> [SupressImportIntoVM] public class Cell2 : TriangulationCell<Vertex2,...
{ "pile_set_name": "Github" }
use openssl::error::ErrorStack; use openssl::ssl::{SslConnector, SslFiletype, SslMethod}; use postgres::{error::SqlState, Client, Error, Transaction}; use postgres_openssl::MakeTlsConnector; /// Runs op inside a transaction and retries it as needed. /// On non-retryable failures, the transaction is aborted and /// rol...
{ "pile_set_name": "Github" }
import { InnerSubscriber } from '../InnerSubscriber'; import { subscribeTo } from './subscribeTo'; import { Observable } from '../Observable'; export function subscribeToResult(outerSubscriber, result, outerValue, outerIndex, innerSubscriber = new InnerSubscriber(outerSubscriber, outerValue, outerIndex)) { if (inne...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2011 Daniel-Constantin Mierla (asipto.com) * * This file is part of Kamailio, a free SIP server. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice app...
{ "pile_set_name": "Github" }
/************************************************************* * * MathJax/localization/bcc/bcc.js * * Copyright (c) 2009-2018 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 cop...
{ "pile_set_name": "Github" }
:root { @include theme-light; } @media (prefers-color-scheme: dark) { :root { @include theme-dark; } }
{ "pile_set_name": "Github" }
class Metricbeat < Formula desc "Collect metrics from your systems and services" homepage "https://www.elastic.co/beats/metricbeat" url "https://github.com/elastic/beats.git", tag: "v7.9.2", revision: "2ab907f5ccecf9fd82fe37105082e89fd871f684" license "Apache-2.0" head "https://github.com/ela...
{ "pile_set_name": "Github" }
// // Macro.h // MCLeftSilder // // Created by iOS on 16/7/19. // Copyright © 2016年 iOS. All rights reserved. // #ifndef Macro_h #define Macro_h #define kUserDefaults [NSUserDefaults standardUserDefaults] // 屏幕宽度 #define kScreenRect [[UIScreen mainScreen] bounds] #define kScreenSize [[UIScreen ...
{ "pile_set_name": "Github" }
/* * Copyright ©2018 vbill.cn. * <p> * 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 ...
{ "pile_set_name": "Github" }
function [ bs ] = LandmarkDetector( im ) %LANDMARKDETECTOR Summary of this function goes here % Detailed explanation goes here load('ZhuRamananModel.mat'); %posemap = 90:-15:-90; %clf; imagesc(im); axis image; axis off; drawnow; bs = detect(im, model, model.thresh); bs = clipboxes(im, bs); bs = nms_face(b...
{ "pile_set_name": "Github" }
/* * This file is part of Cleanflight and Betaflight. * * Cleanflight and Betaflight are free software. You can redistribute * this software and/or modify this software under the terms of the * GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }