text
stringlengths
2
99.9k
meta
dict
<?php /* * This file is part of the Elcodi package. * * Copyright (c) 2014-2016 Elcodi Networks S.L. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * Feel free to edit as you please, and have fun. * * @author Marc Morera <yuhu@...
{ "pile_set_name": "Github" }
// Copyright 2011 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 net import ( "os" "syscall" "unsafe" ) // If the ifindex is zero, interfaceTable returns mappings of all // network interfaces. Otherwise it return...
{ "pile_set_name": "Github" }
{ "_from": "@babel/helper-optimise-call-expression@^7.8.3", "_id": "@babel/helper-optimise-call-expression@7.8.3", "_inBundle": false, "_integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", "_location": "/@babel/helper-optimise-call-expression", "_ph...
{ "pile_set_name": "Github" }
Copyright 2019 The Bevietnam Project Authors (https://github.com/bettergui/beVietnam) This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL ----------------------------------------------------------- ...
{ "pile_set_name": "Github" }
[6,2,8,5,1] [1,2,5,6,8]
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include <immintrin.h> #include <algorithm> #include <cassert> #include <chrono> #include <cmath> #includ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2002-2006 Sam Trenholme * * TERMS * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions an...
{ "pile_set_name": "Github" }
/* Erica Sadun, http://ericasadun.com */ #import <UIKit/UIKit.h> #import <QuartzCore/QuartzCore.h> #import "UIColor+Expanded.h" @interface TestBedViewController : UIViewController @end @implementation TestBedViewController { UIImageView *imageView; } - (void) randomPic { CGSize size = self.view.frame.s...
{ "pile_set_name": "Github" }
/* Copyright 2016 Kai Ryu <kai1103@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in t...
{ "pile_set_name": "Github" }
package org; /* * 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 (th...
{ "pile_set_name": "Github" }
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } .b...
{ "pile_set_name": "Github" }
// Package defaults is a collection of helpers to retrieve the SDK's default // configuration and handlers. // // Generally this package shouldn't be used directly, but session.Session // instead. This package is useful when you need to reset the defaults // of a session or service client to the SDK defaults before set...
{ "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" }
package com.example.device; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import android.view.View.OnClickListener; /** * Created by ouyangshen on 2017/11/4. */ public class WeContactActivity extends AppCompatActivity {...
{ "pile_set_name": "Github" }
#include "adapters/net.hpp" #include <linux/nl80211.h> #include <netlink/genl/ctrl.h> #include <netlink/genl/genl.h> #include "utils/file.hpp" POLYBAR_NS namespace net { // class : wireless_network {{{ /** * Query the wireless device for information * about the current connection */ bool wireless_ne...
{ "pile_set_name": "Github" }
package com.github.czyzby.lml.vis.parser.impl.tag.validator; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.utils.ObjectSet; import com.github.czyzby.kiwi.util.common.Strings; import com.github.czyzby.kiwi.util.gdx.collection.GdxSets; import com.github.czyzby.lml.parser.LmlParser; import com.git...
{ "pile_set_name": "Github" }
<?php defined('YII_ENV') or exit('Access Denied'); use yii\widgets\LinkPager; $urlManager = Yii::$app->urlManager; $this->title = '退货地址列表'; ?> <div class="panel mb-3"> <div class="panel-header"> <span><?= $this->title ?></span> <ul class="nav nav-right"> <li class="n...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996-2001 * Logica Mobile Networks Limited * All rights reserved. * * This software is distributed under Logica Open Source License Version 1.0 * ("Licence Agreement"). You shall use it and distribute only in accordance * with the terms of the License Agreement. * */ package org.smpp.pdu; i...
{ "pile_set_name": "Github" }
#if 0 // // Generated by Microsoft (R) HLSL Shader Compiler 10.0.10011.16384 // // // Buffer Definitions: // // cbuffer CB_SHADOWS_DATA // { // // struct ShadowsData // { // // struct Camera // { // // float4x4 m_View; // Offset: 0 // ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
// Copyright 2017 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 ( "context" "fmt" ) // ProjectListOptions specifies the optional parameters to the // OrganizationsService.ListProjects and ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>ConnectedNodeDescription Protocol Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer>...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright (C) 2014 - 2015 Xilinx, Inc. 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 Softwa...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <doc> <members> <assembly> <name>UnityEngine.SharedInternalsModule</name> </assembly> <member name="A:UnityEngine.SharedInternalsModule"> <summary> <para>SharedInternals is a module used internally to provide low-level functionali...
{ "pile_set_name": "Github" }
unit RestRegister; interface procedure Register; implementation uses Classes, RestClient; procedure Register; begin RegisterComponents('Rest', [TRestClient]); end; end.
{ "pile_set_name": "Github" }
#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2016-01-06 13:06-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n"...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------ // // @@@ START COPYRIGHT @@@ // // 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. ...
{ "pile_set_name": "Github" }
# HTTPAccess2 - HTTP accessing library. # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>. # This program is copyrighted free software by NAKAMURA, Hiroshi. You can # redistribute it and/or modify it under the same terms of Ruby's license; # either the dual license version in 2003, or any later ve...
{ "pile_set_name": "Github" }
; 23 ####### #### ##### # # $ $ # ##$.#$ . . ## ## # .###### ##$.#* * $ # # . @ . # # $ * *#.$## ######. # ## ## . . $#.$## # $ $ # # ##### #### #######
{ "pile_set_name": "Github" }
--- name: Feature Request about: Have an idea for something new? Tell us about it. title: '' labels: feature request assignees: '' --- _Before filing your enhancement, please search existing issues to make sure a similar one doesn't already exist. If one does, please leave a comment or reaction in support of the issu...
{ "pile_set_name": "Github" }
-optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify -verbose -optimizations !code/simplification/arithmetic,!field/*,!class/merging/* -keep public class * extends android.app.Activity -keep public class * extends android.app.Application -keep public class * extends android...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc. and/or its affiliates, * and individual contributors as indicated by the @author tags. * See the copyright.txt in the distribution for a * full listing of individual contributors. * This copyrighted material is made available to anyone w...
{ "pile_set_name": "Github" }
--- title: Document.RemoveDateAndTime Property (Word) keywords: vbawd10.chm158007780 f1_keywords: - vbawd10.chm158007780 ms.prod: word api_name: - Word.Document.RemoveDateAndTime ms.assetid: 43520dad-0374-06c9-184e-da71de304360 ms.date: 06/08/2017 --- # Document.RemoveDateAndTime Property (Word) Sets or returns a *...
{ "pile_set_name": "Github" }
// wrapped by build app define("dojox/wire/XmlWire", ["dijit","dojo","dojox","dojo/require!dojox/xml/parser,dojox/wire/Wire"], function(dijit,dojo,dojox){ dojo.provide("dojox.wire.XmlWire"); dojo.require("dojox.xml.parser"); dojo.require("dojox.wire.Wire"); dojo.declare("dojox.wire.XmlWire", dojox.wire.Wire, { // su...
{ "pile_set_name": "Github" }
;;; standard-ediff-theme.el --- standard-ediff theme ;; Copyright (C) 2005, 2006 Xavier Maillard <zedek@gnu.org> ;; Copyright (C) 2005, 2006 Brian Palmer <bpalmer@gmail.com> ;; Copyright (C) 2013 by Syohei YOSHIDA ;; Author: Syohei YOSHIDA <syohex@gmail.com> ;; URL: https://github.com/emacs-jp/replace-colorthemes ;...
{ "pile_set_name": "Github" }
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_CLIENT_PICTURE_CACHE_H_ #define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_CLIENT_PICTURE_CACHE_H_ #include <std...
{ "pile_set_name": "Github" }
# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) AC_INIT(ld64, 134.9, http://www.i-soft.com.cn) AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET AC_ARG_PROGRAM AM_INIT_AUTOMAKE([1.10 no-define no-dist-gzip dist...
{ "pile_set_name": "Github" }
// Copyright 2017, 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.md file. package value import ( "fmt" "math" "reflect" "sort" ) // SortKeys sorts a list of map keys, deduplicating keys if necessary. // The type of each valu...
{ "pile_set_name": "Github" }
[![NPM version](https://img.shields.io/npm/v/backpack.css.svg?longCache=true&style=popout-square)](https://www.npmjs.com/package/backpack.css) [![GitHub license](https://img.shields.io/github/license/chris-pearce/backpack.css.svg?longCache=true&style=popout-square)](https://github.com/chris-pearce/backpack.css/blob/mas...
{ "pile_set_name": "Github" }
pipeline { agent { kubernetes { label 'migration' } } tools { maven 'apache-maven-latest' jdk 'adoptopenjdk-hotspot-jdk8-latest' } stages { stage('Build') { steps { sh "mvn \ --batch-mode --show-...
{ "pile_set_name": "Github" }
:107E000001C0B7C0112484B790E89093610010922C :107E10006100882361F0982F9A70923041F081FFC1 :107E200002C097EF94BF282E80E0C6D0E9C085E05D :107E30008093810082E08093C00088E18093C1003C :107E400081E08093C40086E08093C2008EE0B4D0CD :107E5000279A84E02CE03FEF91E030938500209357 :107E6000840096BBB09BFECF1F9AA8954091C0009E :107E...
{ "pile_set_name": "Github" }
/* * Legal Notice * * This document and associated source code (the "Work") is a part of a * benchmark specification maintained by the TPC. * * The TPC reserves all right, title, and interest to the Work as provided * under U.S. and international laws, including without limitation all patent * and trade...
{ "pile_set_name": "Github" }
--- title: DefaultAutoFilter Property, Project [vbapj.chm131724] keywords: vbapj.chm131724 f1_keywords: - vbapj.chm131724 ms.prod: office ms.assetid: 4bf60671-f3e7-4af4-af63-d4b1d875612e ms.date: 06/08/2017 localization_priority: Normal --- # DefaultAutoFilter Property, Project [vbapj.chm131724] Hi there! You have l...
{ "pile_set_name": "Github" }
{ "name": "debug", "version": "2.2.0", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" }, "description": "small debugging utility", "keywords": [ "debug", "log", "debugger" ], "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" ...
{ "pile_set_name": "Github" }
################################################################################ # # pcsc-lite # ################################################################################ PCSC_LITE_VERSION = 1.8.10 PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2 PCSC_LITE_SITE = http://alioth.debian.org/frs/download.p...
{ "pile_set_name": "Github" }
# json-stable-stringify This is the same as https://github.com/substack/json-stable-stringify but it doesn't depend on libraries without licenses (jsonify). deterministic version of `JSON.stringify()` so you can get a consistent hash from stringified results You can also pass in a custom comparison function. [![bro...
{ "pile_set_name": "Github" }
{ "use_ELMo": false, "num_word_lstm_units": 100, "embeddings_name": "glove-840B", "use_crf": true, "batch_size": 20, "word_embedding_size": 300, "char_embedding_size": 25, "case_vocab_size": 8, "char_vocab_size": 103, "dropout": 0.5, "model_type": "BidLSTM_CRF", "model_na...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.PRIO_DARWIN_PROCESS.html"> </head> <body> <p>Redirecting to <a href="constant.PRIO_DARWIN_PROCESS.html">constant.PRIO_DARWIN_PROCESS.html</a>...</p> <script>location.replace("constant.PRIO_DARWIN_PROCESS.html" + locat...
{ "pile_set_name": "Github" }
#!/bin/bash # # Environment configuration for mariadb # The values for all environment variables will be set in the below order of precedence # 1. Custom environment variables defined below after Bitnami defaults # 2. Constants defined in this file (environment variables with no default), i.e. BITNAMI_ROOT_DIR # 3. En...
{ "pile_set_name": "Github" }
--TEST-- phpunit --verbose DependencyTestSuite ../_files/DependencyTestSuite.php --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--verbose'; $_SERVER['argv'][3] = 'DependencyTestSuite'; $_SERVER['argv'][4] = __DIR__ . '/../_files/DependencyTestSuite.php'; require __DIR__ . '/../bootst...
{ "pile_set_name": "Github" }
import torch import utility import data import model import loss from option import args from trainer import Trainer torch.manual_seed(args.seed) checkpoint = utility.checkpoint(args) if checkpoint.ok: loader = data.Data(args) model = model.Model(args, checkpoint) loss = loss.Loss(args, checkpoint) if no...
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package pkcs12 import ( "bytes" "testing" ) func TestThatPBKDFWorksCorrectlyForLongKeys(t *testing.T) { cipherInfo := shaWithTripleDESCBC{} salt := []byt...
{ "pile_set_name": "Github" }
$NetBSD: patch-ad,v 1.1 2005/12/04 01:21:00 joerg Exp $ --- mysystem.c.orig 2005-12-04 00:58:03.000000000 +0000 +++ mysystem.c @@ -1,15 +1,12 @@ #include <errno.h> #include <signal.h> #include <stdio.h> +#include <stdlib.h> #include <X11/Xos.h> #include <X11/Intrinsic.h> #include "mysystem.h" #include "appres.h...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2007, Vanderbilt University * 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...
{ "pile_set_name": "Github" }
<cfadmin action="getDebugData" returnVariable="debugging"><!-- <cfscript> function print(string title,array labels, query data) { // get maxlength of columns var lengths=array(); var i=1; var y=1; var tmp=0; var total=1; var collen=arrayLen(labels); for(;i LTE collen;i=i+1) { lengths[i]=len(labels[i])...
{ "pile_set_name": "Github" }
/* Copyright The Pharmer 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, software...
{ "pile_set_name": "Github" }
var NAVTREEINDEX8 = { "group__msp.html#ga8c499862db0fcf07692989aae3d84c9e":[37,8,27], "group__msp.html#ga9a981adf6eea7e55d11c1a0b02592a6e":[37,8,7], "group__msp.html#ga9d492cbb6af86eaf0afb264e886072e5":[37,8,28], "group__msp.html#gab68e234c9dccbd3d62659023db9f9486":[37,8,16], "group__msp.html#gab9219b764ce65abb21bec0ea...
{ "pile_set_name": "Github" }
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. library pub.validator; import 'dart:async'; import 'entrypoint.dart'; import 'log.dart' as log; impor...
{ "pile_set_name": "Github" }
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{B180E3D7-5F42-49CE-84F1-042196300A37}</ProjectGuid> <ProjectVersion>18.8</ProjectVersion> <FrameworkType>VCL</FrameworkType> <MainSource>articles_crud_vcl_client_api_binder.dpr</MainS...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Rgaa32016 Test.5.7.2 NMI 06</title> ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003, 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" }
//---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright © 2011-2014 Tasharen Entertainment //---------------------------------------------- using UnityEngine; /// <summary> /// Equip the specified items on the character when the script is started. /// </summary> [AddCompone...
{ "pile_set_name": "Github" }
View specific fields of npm packages Registry user accounts for npm Tab completion in `npm` Current Lifecycle Event Scoped packages
{ "pile_set_name": "Github" }
/****************************************************************************** * Product: ADempiere ERP & CRM Smart Business Solution * * Copyright (C) 2006-2017 ADempiere Foundation, All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * ...
{ "pile_set_name": "Github" }
package com.gracecode.tracker.ui.activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import com.gracecode.tracker.R; import com.gracecode.tracker.dao.ArchiveMeta; import com.gracecode.tracker.dao.Archiver; import com.gracecode.tracker.ui.activity....
{ "pile_set_name": "Github" }
#!/bin/bash # -*- bash -*- : << =cut =head1 NAME haproxy_response_compressor_backend -Haproxy Response Compressed =head1 CONFIGURATION [haproxy*] user root env.backend backend_name_1 backend_name_2 backend_name_3 env.frontend frontend_name_1 frontend_name_2 frontend_name_3 # You can use url o socket option...
{ "pile_set_name": "Github" }
/** Broadcast a (POSIX threads) signal to all running threads, where the * number of threads can be specified on the command line. This test program * is intended not only to test the correctness of drd but also to test * whether performance does not degrade too much when the number of threads * increases. */ ...
{ "pile_set_name": "Github" }
require "./model" module Amber::CLI class Model < Generator command :model directory "#{__DIR__}/../templates/model" property migration : Generator def initialize(name, fields) super(name, fields) @migration = Amber::CLI::Migration.new(name, fields) add_timestamp_fields end ...
{ "pile_set_name": "Github" }
<template> <div :class="{'has-logo':showLogo}"> <logo v-if="showLogo" :collapse="isCollapse" /> <el-scrollbar wrap-class="scrollbar-wrapper"> <el-menu :default-active="activeMenu" :collapse="isCollapse" :background-color="variables.menuBg" :text-color="variables.menuText"...
{ "pile_set_name": "Github" }
/* boost random/shuffle_output.hpp header file * * Copyright Jens Maurer 2000-2001 * 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) * * See http://www.boost.org for most recent version including documentation....
{ "pile_set_name": "Github" }
#ifndef BTRFS_EXPORT_H #define BTRFS_EXPORT_H #include <linux/exportfs.h> extern const struct export_operations btrfs_export_ops; struct btrfs_fid { u64 objectid; u64 root_objectid; u32 gen; u64 parent_objectid; u32 parent_gen; u64 parent_root_objectid; } __attribute__ ((packed)); #endif
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://wix-rich-content/image-content-data-schema.json", "type": "object", "required": ["src"], "properties": { "config": { "$id": "/properties/config", "type": "object", "title": "configuration", ...
{ "pile_set_name": "Github" }
{ "topology_description": { "type": "ReplicaSetNoPrimary", "servers": [ { "address": "b:27017", "avg_rtt_ms": 5, "type": "RSSecondary", "tags": { "data_center": "nyc" } }, { "address": "c:27017", "avg_rtt_ms": 100, "ty...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2015 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" }
# # FreeType 2 configuration file to detect an BeOS host platform. # # Copyright 1996-2000, 2003, 2006 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT....
{ "pile_set_name": "Github" }
system canOfWorms { category LightFX technique { visual_particle_quota 2000 emitted_emitter_quota 20 material PUMediaPack/Flare_04 default_particle_width 1....
{ "pile_set_name": "Github" }
.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: $blue; z-index: 4; &.hidden { display: none !important; } .loader__circle { position: absolute; left: 0; right: 0; top: 0; bottom: 0; ...
{ "pile_set_name": "Github" }
#!/bin/sh ############################################################################# # Copyright (C) 2013-2015 Lawrence Livermore National Security, LLC. # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). # Written by Albert Chu <chu11@llnl.gov> # LLNL-CODE-644248 # # This file is part of Ma...
{ "pile_set_name": "Github" }
7 5 12 4 5173 3849 3279 1511 9111 5309 6000 1234 1079 2136 9999 1237 0 0 0 0
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * 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://mozil...
{ "pile_set_name": "Github" }
<?php /** * @package Campsite * * @author Petr Jasek <petr.jasek@sourcefabric.org> * @copyright 2010 Sourcefabric o.p.s. * @license http://www.gnu.org/licenses/gpl.txt * @link http://www.sourcefabric.org */ /** * Geo Location interface */ interface IGeoLocation { /** * Get location latitude * @r...
{ "pile_set_name": "Github" }
package errors import ( "bytes" "errors" "fmt" "strings" ) // Aliases to the standard errors package. var ( New = errors.New Is = errors.Is As = errors.As ) // New is an alias for errors.New. // WithCause annotates a symptom error with a cause. // // Both errors can be discovered by the Is and As methods. ...
{ "pile_set_name": "Github" }
// Platform services for *nix-like platforms: -DOS_MAC, -DOS_LINUX #if defined(OS_MAC) #elif defined(OS_LINUX) #else #error "Invalid OS" #endif #include <arpa/inet.h> #include <dlfcn.h> #include <errno.h> #include <fcntl.h> #include <limits.h> #include <netdb.h> #include <pthread.h> #include <semaphore.h> #include <s...
{ "pile_set_name": "Github" }
/* wf - print word frequencies; uses structures */ /* based on the program of the same name from the lcc test suite */ let type node = { count : int, /* frequency count */ left : node, /* left subtree */ right : node, /* right subtree */ word : string /* word itself */ } var ...
{ "pile_set_name": "Github" }
--- deprecated: true author: name: Linode email: docs@linode.com description: 'Use Munin on Ubuntu 12.04 to Keep Track of Vital System Statistics and Troubleshoot Performance Problems' keywords: ["munin", "monitoring", "ubuntu 12.04", "munin node", "munin master"] tags: ["monitoring","statistics","ubuntu"] license:...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.com> // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // // See http://boosto...
{ "pile_set_name": "Github" }
/* * * Copyright 2016 Netflix, 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 ap...
{ "pile_set_name": "Github" }
--- http_client_port: 18012 http_public_port: 17012 udp_server_port: 16012 database: host=localhost port=5432 dbname=ubot_t12 node_number: 12 public_host: localhost node_name: ubot_12 ip: - 127.0.0.1
{ "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" }
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #ifndef MPITEST_H_INCLUDED #define MPITEST_H_INCLUDED #include "mpitestconf.h" /* * Init and finalize test */ void MTest_Init( int *, char *** ); voi...
{ "pile_set_name": "Github" }
# Copyright (C) 2001-2012, Parrot Foundation. =pod =head1 NAME docs/dev/pmc_obj_design_meeting_notes.pod =head1 DESCRIPTION This document sets out PMC/Object Design Meeting Notes which took place in Chicago in 2006. =head1 PARROT PMC/OBJECT DESIGN MEETING NOTES During the Chicago Hackathon 2006, Jerry Gay, Matt...
{ "pile_set_name": "Github" }
class Solution: def bitwiseComplement(self, N: int) -> int: return N ^ ((1 << (len(bin(N)) - 2)) - 1)
{ "pile_set_name": "Github" }
<% provide(:title, 'Sign in') %> <h1>Sign in</h1> <div class="row"> <div class="span6 offset3"> <%= form_for(:session, url: sessions_path) do |f| %> <%= f.label :email %> <%= f.text_field :email %> <%= f.label :password %> <%= f.password_field :password %> <%= f.submit "Sign in",...
{ "pile_set_name": "Github" }
{ "080": { "name": "Lào Cai", "type": "thanh-pho", "slug": "lao-cai", "name_with_type": "Thành phố Lào Cai", "path": "Lào Cai, Lào Cai", "path_with_type": "Thành phố Lào Cai, Tỉnh Lào Cai", "code": "080", "parent_code": "10" }, "082": { ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Performance Test</title> <link href="../unicodetiles/unicodetiles.css" rel="stylesheet" type="text/css" /> <link href="../docs/style.css" rel="stylesheet" type="text/css" /> <link href="../examples/...
{ "pile_set_name": "Github" }
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <!-- This style contains a control template to show the ListView as a ContentGrid. For more information about creating control templates see https://do...
{ "pile_set_name": "Github" }
[telegram_secrets] api_id = 123456 api_hash = d49161cade9d408c804a5d58b6ec0aef phone_number = +79123456789 session_name = username1 [session_params] dialog_id = 123456789 vkopt_file = words_file = your_name = username1 target_name = username2
{ "pile_set_name": "Github" }
<?php use app\models\CompanyUser; use app\models\Vacancy; use yii\db\Migration; /** * Class m200704_042821_fill_user_id_in_vacancy_table */ class m200704_042821_fill_user_id_in_vacancy_table extends Migration { /** * {@inheritdoc} */ public function safeUp() { $vacancies = Vacancy::fin...
{ "pile_set_name": "Github" }
(ns ^:no-doc kee-frame.spec (:require [re-frame.interceptor :refer [->interceptor get-effect get-coeffect assoc-coeffect assoc-effect]] [re-frame.core :refer [console]] [clojure.spec.alpha :as s] [re-chain.core :as chain] [expound.alpha :as e] [kee-frame.api...
{ "pile_set_name": "Github" }