text
stringlengths
2
99.9k
meta
dict
{ "created_at": "2015-02-27T22:28:42.940787", "description": "Advanced Rest Client for Google Chrome.", "fork": false, "full_name": "jarrodek/advanced-rest-client", "language": "JavaScript", "updated_at": "2015-02-27T23:43:19.522577" }
{ "pile_set_name": "Github" }
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * DeviceConfigurationDeviceStatus File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights...
{ "pile_set_name": "Github" }
#include "uthash.h" #include <stdlib.h> /* malloc */ #include <stdio.h> /* printf */ typedef struct example_user_t { int id; int cookie; UT_hash_handle hh; } example_user_t; int main(int argc,char *argv[]) { int i; example_user_t *user, *users=NULL; /* create elements */ for(i=0;i<10...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash EXPECTED="<location>/input.fq" if [ "$1" != "$EXPECTED" ]; then echo "1st argument expected '$EXPECTED' saw '$1'" exit 1 fi EXPECTED="--ref=<location>/input2.fq" if [ "$2" != "$EXPECTED" ]; then echo "2nd argument expected '$EXPECTED' saw '$2'" exit 1 fi EXPECTED="--ref2=<fullpa...
{ "pile_set_name": "Github" }
var getMapData = require('./_getMapData'); /** * Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */ function mapCacheDelete(key) { var r...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> <parameters> <parameter key="assetic.controlle...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- /****************************************************************************** Copyright:: 2020- IBM, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this fil...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# BIDMach: basic classification" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "For this tutorial, we'll BIDMach's GLM (Generalized Linear Model) package. It includes linear regression, logistic regres...
{ "pile_set_name": "Github" }
/** * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'button', 'el', { selectedLabel: '%1 (Επιλεγμένο)' } );
{ "pile_set_name": "Github" }
a { margin-top: 1px; } b { margin-right: 2px; } c { margin-bottom: 3px; } d { margin-left: 4px; }
{ "pile_set_name": "Github" }
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # 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/. DIRS += [ 'dynamic-library' ] ...
{ "pile_set_name": "Github" }
.convert-user-to-org-element { padding: 10px; } .convert-user-to-org .convert-form { padding: 20px; } .convert-user-to-org .convert-form h3 { margin-bottom: 20px; } .convert-user-to-org #convertForm { max-width: 700px; margin-top: 20px; } .convert-user-to-org #convertForm .form-group { margin-bottom: 20...
{ "pile_set_name": "Github" }
object { string bar; array { integer; } numbers = [ 1,2,3; integer foo; } myobj;
{ "pile_set_name": "Github" }
Log file created at: 2018/11/16 17:03:00 Running on machine: PC-20160710NSGJ Binary: Built with gc go1.9.2 for windows/amd64 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg I1116 17:03:00.703520 402728 tmain.go:37] 8888 I1116 17:03:00.756523 402728 tmain.go:38] Golang语言社区 I1116 17:03:00.896531 40...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <math.h> #include "omp_testsuite.h" /*! Utility function to spend some time in a loop */ static void do_some_work2 () { int i; double sum = 0; for (i = 0; i < 1000; i++) { sum += sqrt (i); } } int check_parallel_for_private (FILE * logFile) { int sum = 0; /*int sum0...
{ "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 m...
{ "pile_set_name": "Github" }
<?php namespace { const bar = 42; use const foo\bar; } namespace { echo "Done"; } ?>
{ "pile_set_name": "Github" }
// API module.exports = state; /** * Creates initial state object * for iteration over list * * @param {array|object} list - list to iterate over * @param {function|null} sortMethod - function to use for keys sort, * or `null` to keep them as is * @returns {object} - init...
{ "pile_set_name": "Github" }
<?php namespace Faker\Provider\da_DK; /** * @author Antoine Corcy <contact@sbin.dk> */ class PhoneNumber extends \Faker\Provider\PhoneNumber { /** * @var array Danish phonenumber formats. */ protected static $formats = array( '+45 ## ## ## ##', '+45 #### ####', '+45########...
{ "pile_set_name": "Github" }
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a cop...
{ "pile_set_name": "Github" }
.container, .text-container { margin: 0 auto; position: relative; padding: 0 20px; } .text-container { max-width: 750px; } .youtube-container { margin: 0 auto; position: relative; padding: 0 20px; max-width: 1100px; } .container { max-width: 1140px; &.max-container { max-width: 100%; padding: 0; } } ...
{ "pile_set_name": "Github" }
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2008 Jose Aparicio Copyright (C) 2008 Chris Kenyon Copyright (C) 2008 Roland Lichters Copyright (C) 2008 StatPro Italia srl Copyright (C) 2009 Ferdinando Ametrano This file is part of QuantLib, a free-software/open-...
{ "pile_set_name": "Github" }
/* GMODULE - GLIB wrapper code for dynamic module loading * Copyright (C) 1998 Tim Janik * * 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 of the License, or (at ...
{ "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" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_144) on Tue Oct 03 09:17:58 PDT 2017 --> <title>VideoBitmapDecoder (glide API)</title> <meta name="date" content="2017-10-03"> <link rel="style...
{ "pile_set_name": "Github" }
/* * SteVe - SteckdosenVerwaltung - https://github.com/RWTH-i5-IDSG/steve * Copyright (C) 2013-2020 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG). * All Rights Reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="50dp" tools:parentTag="RelativeLayout"> <TextView android:id="@+id/mRabbitSwitch...
{ "pile_set_name": "Github" }
/** * * Copyright 2020 Aditya Borikar * * 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 agr...
{ "pile_set_name": "Github" }
## Work with WKT {toc} ### Description The following is an example of working with WKT. For more information go to the <a href="/doc/maps/en/manual/dg-wkt">WKT</a> section of documentation. ### Display of simple vector layers <script src="https://maps.api.2gis.ru/2.0/loader.js"></script> <div id="map" style="width...
{ "pile_set_name": "Github" }
/*+*********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Dev...
{ "pile_set_name": "Github" }
/* $OpenBSD: sshlogin.h,v 1.8 2006/08/03 03:34:42 deraadt Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * * As far as I am concerned, the code I have written for this software * can be used freely for an...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005, 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 Softwa...
{ "pile_set_name": "Github" }
package org.jzy3d.maths; import java.util.ArrayList; import java.util.Collection; public class Polygon2d extends ArrayList<Coord2d>{ public Polygon2d() { super(); } public Polygon2d(Collection<? extends Coord2d> c) { super(c); } public Polygon2d(int initialCapacity) { sup...
{ "pile_set_name": "Github" }
tokenize \ 'TokenNgram("report_source_location", true, \ "include_removed_source_location", false, \ "loose_symbol", true)' \ "090(1234)56−78" \ 'NormalizerNFKC100("include_removed_source_location", false, \ "report_source_offset", true)'
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * Operator uses GetValue * * @path ch11/11.13/11.13.2/S11.13.2_A2.1_T3.5.js * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x -...
{ "pile_set_name": "Github" }
/* PatchTimers.c for Nintendont (Kernel) Copyright (C) 2014 - 2019 FIX94 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 version 2. This program is distributed in the hope that it will be useful, bu...
{ "pile_set_name": "Github" }
package com.fsck.k9.activity.setup; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.text.method.TextKeyListener; import android.text.method.TextKeyListener.Capitalize; import android.view.View; impo...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_char_declare_ncpy_01.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.string.label.xml Template File: sources-sink-01.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: Set data p...
{ "pile_set_name": "Github" }
confighelper ============ Configuration Helper + HTML5 placeholder for CKEditor. See docs/install.html for full details and install instructions
{ "pile_set_name": "Github" }
tests: - description: "Default" valid: true readConcern: {} readConcernDocument: {} isServerDefault: true - description: "Majority" valid: true readConcern: { level: "majority" } readConcernDocument: { level: "majority" } isServerD...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 21e41d478ab977b40b3bf8b95b0cdf6d MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// This is a generated file. Not intended for manual editing. package com.haskforce.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; import stat...
{ "pile_set_name": "Github" }
#ifndef HACTOOL_PFS0_H #define HACTOOL_PFS0_H #include "types.h" #include "utils.h" #include "npdm.h" #define MAGIC_PFS0 0x30534650 typedef struct { uint32_t magic; uint32_t num_files; uint32_t string_table_size; uint32_t reserved; } pfs0_header_t; typedef struct { uint64_t offset; uint64_t ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004-2016 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in * co...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /home/hasegawa/Applications/android/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see...
{ "pile_set_name": "Github" }
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2020, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreech...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ // // soc-io.c -- ASoC register I/O helpers // // Copyright 2009-2011 Wolfson Microelectronics PLC. // // Author: Mark Brown <broonie@opensource.wolfsonmicro.com> #include <linux/i2c.h> #include <linux/spi/spi.h> #include <linux/regmap.h> #include <linux/export.h> #include <sound...
{ "pile_set_name": "Github" }
/* * #%L * %% * Copyright (C) 2011 - 2017 BMW Car IT GmbH * %% * 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 requir...
{ "pile_set_name": "Github" }
from django.conf.urls import patterns, url from symposion.social_auth.views import SocialAuths urlpatterns = patterns("", url(r"^$", SocialAuths.as_view(), name="social_auth_associations"), )
{ "pile_set_name": "Github" }
package mount import ( "os" ) // Type represents the type of a mount. type Type string // Type constants const ( // TypeBind is the type for mounting host dir TypeBind Type = "bind" // TypeVolume is the type for remote storage volumes TypeVolume Type = "volume" // TypeTmpfs is the type for mounting tmpfs Type...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Workflow xmlns="urn:wexflow-schema" id="101" name="Workflow_HttpPut" description="Workflow_HttpPut"> <Settings> <Setting name="launchType" value="trigger" /> <Setting name="enabled" value="true" /> </Settings> <Tasks> <Task id="1" name="HttpPut" description="Ex...
{ "pile_set_name": "Github" }
*** Sent via Email - DMCA Notice of Copyright Infringement *** Dear Sir/Madam, I certify under penalty of perjury, that I am an agent authorized to act on behalf of the owner of the intellectual property rights and that the information contained in this notice is accurate. I have a good faith belief that the page or...
{ "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" }
""" Elliptic integrals. """ from __future__ import print_function, division from sympy.core import S, pi, I, Rational from sympy.core.function import Function, ArgumentIndexError from sympy.functions.elementary.complexes import sign from sympy.functions.elementary.hyperbolic import atanh from sympy.functions.elementa...
{ "pile_set_name": "Github" }
// Copyright (c) 2015 Nuxi, https://nuxi.nl/ // // SPDX-License-Identifier: BSD-2-Clause #include <sys/uio.h> #include <fcntl.h> #include <unistd.h> #include "gtest/gtest.h" #include "src/gtest_with_tmpdir/gtest_with_tmpdir.h" TEST(preadv, example) { int fd_tmp = gtest_with_tmpdir::CreateTemporaryDirectory(); ...
{ "pile_set_name": "Github" }
/* manli.h - Keytable for manli Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.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 ...
{ "pile_set_name": "Github" }
<label text="AccountUserRating"></label>
{ "pile_set_name": "Github" }
;Segment Spec ;Header partmax = 16 lastmeshmax = 16 ;Segment Parts partmode0 = 0 meshname0 = meshbank\ww2\france\rooms\chateau_cellar\floor_b.x offx0 = 0 offy0 = -50 offz0 = 0 rotx0 = 0 roty0 = 0 rotz0 = 0 texture0 = texturebank\ww2\floo...
{ "pile_set_name": "Github" }
{ "RepetitionTime": 2.0, "TaskName": "mixed-gambles task", "SliceTiming": [0.0, 0.0571, 0.1143, 0.1714, 0.2286, 0.2857] }
{ "pile_set_name": "Github" }
// Copyright 2016 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum 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 3 of the License...
{ "pile_set_name": "Github" }
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION Do not translate or localize Xamarin Components for Square Retrofit third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves all oth...
{ "pile_set_name": "Github" }
""" A module that implements tooling to enable easy warnings about deprecations. """ from __future__ import absolute_import import logging import warnings from pip._vendor.packaging.version import parse from pip import __version__ as current_version from pip._internal.utils.typing import MYPY_CHECK_RUNNING if MYPY_...
{ "pile_set_name": "Github" }
package com.orientechnologies.orient.core.storage.ridbag.sbtree; import com.orientechnologies.common.serialization.types.OBinarySerializer; import com.orientechnologies.common.serialization.types.OByteSerializer; import com.orientechnologies.common.serialization.types.OIntegerSerializer; import com.orientechnologies.o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
/** Address editable input. Internally value stored as {city: "Moscow", street: "Lenina", building: "15"} @class address @extends abstractinput @final @example <a href="#" id="address" data-type="address" data-pk="1">awesome</a> <script> $(function(){ $('#address').editable({ url: '/post', title: '...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NVKM_FB_REGS_04_H__ #define __NVKM_FB_REGS_04_H__ #define NV04_PFB_BOOT_0 0x00100000 # define NV04_PFB_BOOT_0_RAM_AMOUNT 0x00000003 # define NV04_PFB_BOOT_0_RAM_AMOUNT_32MB 0x00000000 # define NV04_PFB_BOOT_0_RAM_AMOUNT_4MB 0x00000001 # define NV04_PFB_BOOT_0...
{ "pile_set_name": "Github" }
package com.twitter.util import scala.util.control.NonFatal import scala.util.{Success, Failure} /** * The Try type represents a computation that may either result in an exception * or return a success value. It is analogous to the Either type but encodes * common idioms for handling exceptional cases (such as res...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
// RUN: %dafny /compile:0 "%s" > "%t" // RUN: %diff "%s.expect" "%t" class Queue<T(0)> { var head: Node<T>; var tail: Node<T>; ghost var contents: seq<T>; ghost var footprint: set<object>; ghost var spine: set<Node<T>>; function Valid(): bool reads this, footprint; { this in footprint && spine ...
{ "pile_set_name": "Github" }
<?php /** * Locale data for 'bem_ZM'. * * This file is automatically generated by yiic cldr command. * * Copyright © 1991-2013 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * * @copyright 2008-2014 Yii Software LLC (http://www.yiiframework.com/...
{ "pile_set_name": "Github" }
/* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ru" or...
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' describe "Range" do it "includes Enumerable" do Range.include?(Enumerable).should == true end end
{ "pile_set_name": "Github" }
fn main() { // Statements here are executed when the compiled binary is called // Print text to the console println!("Hello World!"); let mut a; let mut b=1; let mut vec = Vec::new(); vec.push(1); vec.push(2); for x in 5..10 - 5 { a = x; } }
{ "pile_set_name": "Github" }
# sphere on glossy floor options { width 512 height 512 clamp 4.0 } camera { position 0.0 1.0 15.0 target 0.0 0.0 0.0 } material light { emission 30.0 30.0 30.0 color 0 0 0 specular 0 roughness 1 metallic 0 } material gloss { color 0.1 0.1 0.1 specular 0.5 roughness 0.01 metallic 0.9 } material re...
{ "pile_set_name": "Github" }
import { OnDestroy, OnInit } from '@angular/core'; import { BreadcrumbService } from '../../client/v1/breadcrumb.service'; import { ActivatedRoute } from '@angular/router'; import { ClrDatagridStateInterface } from '@clr/angular'; import { ConfirmationDialogService } from '../../confirmation-dialog/confirmation-dialog....
{ "pile_set_name": "Github" }
reviewers: - brendandburns - smarterclayton - thockin approvers: - brendandburns - smarterclayton - thockin - pwittrock
{ "pile_set_name": "Github" }
.modal.fade#description-edit{ 'tabindex': '-1', role: 'dialog' } .modal-dialog{ role: 'document' } .modal-content .modal-header %h5.modal-title Edit Kiwi Details #flash-messages %p.ui-state-error.alert-danger.p-3.mb-0.d-none Kiwi Image name cannot be empty! .modal-body...
{ "pile_set_name": "Github" }
#ifndef LE_SPECS_H #define LE_SPECS_H #include <r_types.h> typedef enum { UNUSED_ENTRY = 0, ENTRY16, CALLGATE, ENTRY32, FORWARDER, } LE_entry_bundle_type; typedef enum { LE_RT_POINTER = 1, /* mouse pointer shape */ LE_RT_BITMAP = 2, /* bitmap */ LE_RT_MENU = 3, /* menu template */ LE_RT_DIALOG = 4, /* dialog...
{ "pile_set_name": "Github" }
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
{ "pile_set_name": "Github" }
{ "id": "pineapple-bed", "name": "Pineapple Bed", "category": "Furniture", "games": { "nl": { "orderable": true, "interiorThemes": [ "Rustic" ], "sellPrice": { "currency": "bells", "value": 498 }, "sources": [ "Nookling stores" ], ...
{ "pile_set_name": "Github" }
#!/bin/sh set -e echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then local source="${BUILT_PRO...
{ "pile_set_name": "Github" }
微信小程序集成Redux实现的Todo list ====================== 在微信小程序中使用[Redux](https://github.com/reactjs/redux)实现Todo list,同时集成了redux-devtools ![remote-redux-devtools](./remote-redux-devtools.gif) 使用了我自己写的小程序的Redux绑定库:[wechat-weapp-redux](https://github.com/charleyw/wechat-weapp-redux) ### 使用 导入到微信的开发工具运行就可以了。 ### 开启redux-dev...
{ "pile_set_name": "Github" }
EXTRA_DIST = example.c if HAVE_GLIB noinst_PROGRAMS = uberopt else noinst_PROGRAMS = endif uberopt_SOURCES = uberopt.c uberopt_CFLAGS = $(LIBOIL_CFLAGS) $(GLIB_CFLAGS) uberopt_LDADD = $(LIBOIL_LIBS) $(GLIB_LIBS)
{ "pile_set_name": "Github" }
// Copyright (C) 2004-2006 The Trustees of Indiana University. // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // Authors: Douglas Gregor // Andrew Lumsdaine // The pl...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Kyrgyz [ky] //! author : Chyngyz Arystan uulu : https://github.com/chyngyz ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'funct...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f21dc22f48ff48e458d1ecef974265ed MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<table> <thead> <tr> <th><em>header</em> 1</th> <th>header 2</th> </tr> </thead> <tbody> <tr> <td><em>cell</em> 1.1</td> <td><del>cell</del> 1.2</td> </tr> <tr> <td><code>|</code> 2.1</td> <td>| 2.2</td> </tr> <tr> <td><code>\|</code> 2.1</td> <td><a href="/">link</a></td> </tr> </tbody> </table>
{ "pile_set_name": "Github" }
opam-version: "2.0" maintainer: "defree@gmail.com" authors: "The Merlin team" homepage: "https://github.com/ocaml/merlin" bug-reports: "https://github.com/ocaml/merlin/issues" dev-repo: "git+https://github.com/ocaml/merlin.git" build: [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs] ["...
{ "pile_set_name": "Github" }
# click 7.0 `__init__.pyi` is almost a copy of `click/__init__.py`. It's a shortcut module anyway in the actual sources so it works well with minimal changes. The types are pretty complete but they were created mostly for public API use so some internal modules (`_compat`) or functions (`core._bashcomplete`) are deli...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
--- -api-id: M:Windows.Storage.AppDataPaths.GetDefault -api-type: winrt method --- <!-- Method syntax. public AppDataPaths AppDataPaths.GetDefault() --> # Windows.Storage.AppDataPaths.GetDefault ## -description Gets the paths to a user's various app data folders. Use this method in single user apps. #...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 # The loops are all 64-bit code CFLAGS += -m64 CFLAGS += -I$(CURDIR) CFLAGS += -D SELFTEST CFLAGS += -maltivec # Use our CFLAGS for the implicit .S rule & set the asm machine type ASFLAGS = $(CFLAGS) -Wa,-mpower4 TEST_GEN_PROGS := copyuser_64 copyuser_power7 memcpy_64 memcpy_power7 ...
{ "pile_set_name": "Github" }
// 2004-10-20 Benjamin Kosnik <bkoz@redhat.com> // // Copyright (C) 2004-2013 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 ...
{ "pile_set_name": "Github" }
package reflect2 import ( "reflect" "runtime" "strings" "sync" "unsafe" ) // typelinks1 for 1.5 ~ 1.6 //go:linkname typelinks1 reflect.typelinks func typelinks1() [][]unsafe.Pointer // typelinks2 for 1.7 ~ //go:linkname typelinks2 reflect.typelinks func typelinks2() (sections []unsafe.Pointer, offset [][]int32)...
{ "pile_set_name": "Github" }
@page "{id}" @model PreventingOverPosting.Pages.VulnerableModel @{ ViewData["Title"] = "Vulnerable"; } <h2> Edit user @if (Model.CurrentUser.IsAdmin) { <span class="badge badge-primary">Admin</span> } </h2> <form method="post"> <div class="form-group"> <label asp-for="CurrentU...
{ "pile_set_name": "Github" }
// // main.m // MagicCube // // Created by lihua liu on 12-9-10. // Copyright (c) 2012年 yinghuochong. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate ...
{ "pile_set_name": "Github" }
<!-- Description: feed subtitle contains onabort Expect: bozo and feed['tagline'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />' --> <feed version="0.3" xmlns="http://purl.org/atom/ns#"> <subtitle type="text/html" mode="escaped">&lt;img src="http://www.ragingplatypus.com/i/cam-full.jpg" onab...
{ "pile_set_name": "Github" }
'use strict' define ['./editor', './editorSupport'], (Editor, EditorSupport)-> { editorForToolbar } = EditorSupport saveFile = (editor)-> url = URL.createObjectURL new Blob [editor.getText()], type: 'application.octet-stream' l = $("<a download='#{editor.options.data.l...
{ "pile_set_name": "Github" }