text
stringlengths
2
99.9k
meta
dict
#include <stdlib.h> #include <stdint.h> #include <string.h> #include <assert.h> #include "pinlist.h" #include "util.h" /* Public */ ICePinList* icemu_pinlist_new(uint8_t capacity) { ICePinList *result; result = malloc(sizeof(ICePinList)); icemu_pinlist_init(result, capacity); return result; } void ic...
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Haskell mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <link rel="stylesheet" href="../../theme/elegant.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/edit/m...
{ "pile_set_name": "Github" }
# Copyright (C) 2012 # This file is distributed under the same license as the package. msgid "" msgstr "" "Project-Id-Version: Twitter Widget Pro - German 0.1\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/twitter-widget-pro\n" "POT-Creation-Date: 2012-10-11 14:15:52+00:00\n" "PO-Revision-Date: 2012-10-24 17:37+0...
{ "pile_set_name": "Github" }
#include "Copter.h" /* * control_avoid.cpp - init and run calls for AP_Avoidance's AVOID flight mode * * This re-uses GUIDED mode functions but does not interfere with the GCS or companion computer's * use of guided mode because the velocity requests arrive from different sources (i.e MAVLink messages * for GCS a...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
{ "pile_set_name": "Github" }
// Copyright 2016 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. // Bluetooth sockets and messages package unix // Bluetooth Protocols const ( BTPROTO_L2CAP = 0 BTPROTO_HCI = 1 BTPROTO_SCO = 2 BTPROTO_RFCOMM = 3 ...
{ "pile_set_name": "Github" }
## 2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0) * no major changes ## 2020-08-27 (4.7.2 RELEASE, incl. language servers version 1.21.0) * no major changes ## 2020-07-30 (4.7.1 RELEASE, incl. language servers version 1.20.0) * no major changes ## 2020-06-18 (4.7.0 RELEASE, incl. language serve...
{ "pile_set_name": "Github" }
# Copyright 2006 Google, Inc. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. # A grammar to describe tree matching patterns. # Not shown here: # - 'TOKEN' stands for any token (leaf node) # - 'any' stands for any node (leaf or interior) # With 'any' we can still specify the sub-structure. # The...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // This source file is part of the Soto for AWS open source project // // Copyright (c) 2017-2020 the Soto project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information // See CONTRIBUTORS.txt for t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Version>1.0.0-beta01</Version> <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> <GenerateDocumentationFile>true</GenerateDocumentationFile> <Description>Recommended Google client library to access the ...
{ "pile_set_name": "Github" }
package crunchyroll import ( "fmt" "net/url" "github.com/zquestz/s/providers" ) func init() { providers.AddProvider("crunchyroll", &Provider{}) } // Provider merely implements the Provider interface. type Provider struct{} // BuildURI generates a search URL for Crunchyroll. func (p *Provider) BuildURI(q string...
{ "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/. */ package com.linkbubble.util; import android.content.ComponentName; import android.content.Context; import androi...
{ "pile_set_name": "Github" }
// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length) var $export = require('./$.export'); $export($export.P, 'Array', {fill: require('./$.array-fill')}); require('./$.add-to-unscopables')('fill');
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build s390x,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timespec struct { Sec int64 Nse...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2014, ScalaFX Project * 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 lis...
{ "pile_set_name": "Github" }
.. mdinclude:: ../../../CONTRIBUTING.md
{ "pile_set_name": "Github" }
3 2048 201 3000 201 -1 -1 64
{ "pile_set_name": "Github" }
rule k2319_595596b9caa00b12 { meta: copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.3.8 divinorum/0.9992 icewater/0.4" viz_url="http://icewater.io/en/cluster/query?h64=k2319.595596b9caa00b12" cluster="k2319.595596b9caa00b12" cluster_size...
{ "pile_set_name": "Github" }
// Copyright (c) 2015, 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. import 'dart:async'; import 'dart:io'; import 'package:pub_dev/admin/backend.dart'; import 'package:pu...
{ "pile_set_name": "Github" }
// Copyright 2014 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 !gccgo #include "textflag.h" // // System calls for amd64, Solaris are implemented in runtime/syscall_solaris.go // TEXT ·sysvicall6(SB),NOSPLIT,$0...
{ "pile_set_name": "Github" }
#include "StepLinkingProbe.h" #include "RenderGraph.h" #include "Step.h" void StepLinkingProbe::OnSetStep() { pStep->Link( rg ); }
{ "pile_set_name": "Github" }
/* Message catalogs for internationalization. Copyright (C) 1995-1997, 2000-2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2, o...
{ "pile_set_name": "Github" }
/* * Globalize Culture ro * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * This file was generated by the Globalize Culture Generator * Translation: bugs found in this file need to b...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004, 2008, 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" }
Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test suit...
{ "pile_set_name": "Github" }
package org.javacs.kt.externalsources import java.nio.file.Path interface Decompiler : SourceJarProvider { fun decompileClass(compiledClass: Path): Path fun decompileJar(compiledJar: Path): Path override fun fetchSourceJar(compiledJar: Path) = decompileJar(compiledJar) }
{ "pile_set_name": "Github" }
/* * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. * * This program is free software; you may redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of...
{ "pile_set_name": "Github" }
<details> <summary><i>submission notes</i></summary> ``` **Important:** Please sanitize/remove any confidential info like usernames, passwords, org names, product names/ids, access tokens, client ids/secrets, or anything else you don't wish to share. Please choose one of the following templates **Bug Report** or **...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - PDF message</title> <link rel="stylesheet" type="text/css" href="../../../...
{ "pile_set_name": "Github" }
/** * Provides higher-level components used to create overlays for use with embedded media player components. */ package uk.co.caprica.vlcj.player.component.overlay;
{ "pile_set_name": "Github" }
// Copyright 2014 The gocui 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 gocui import "github.com/nsf/termbox-go" // Keybidings are used to link a given key-press event with a handler. type keybinding struct { viewName ...
{ "pile_set_name": "Github" }
#if !defined(BOOST_PP_IS_ITERATING) ///// header body #ifndef BOOST_MPL_AUX_LAMBDA_NO_CTPS_HPP_INCLUDED #define BOOST_MPL_AUX_LAMBDA_NO_CTPS_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // 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" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using System.Reflection; using System.Diagnostics; using System.Globalization; using System.Security.Permissions; using Microsoft.Build....
{ "pile_set_name": "Github" }
/* Copyright 2012 Michael Edwards 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 ag...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Image Copyright (c) 2008 - 2011 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2008-12-19 // Updated : 2005-06-...
{ "pile_set_name": "Github" }
// +build etcd // tests mx and txt records package etcd import ( "fmt" "strings" "testing" "github.com/coredns/coredns/plugin/etcd/msg" "github.com/coredns/coredns/plugin/pkg/dnstest" "github.com/coredns/coredns/plugin/test" "github.com/miekg/dns" ) func TestOtherLookup(t *testing.T) { etc := newEtcdPlugi...
{ "pile_set_name": "Github" }
Conditional jump or move depends on uninitialised value(s) at 0x........: main (xor-undef-x86.c:17) Conditional jump or move depends on uninitialised value(s) at 0x........: main (xor-undef-x86.c:38) Conditional jump or move depends on uninitialised value(s) at 0x........: main (xor-undef-x86.c:67)
{ "pile_set_name": "Github" }
EESchema-LIBRARY Version 2.3 #encoding utf-8 # # CONN-CORTEX-DEBUG # DEF CONN-CORTEX-DEBUG J 0 40 Y Y 1 F N F0 "J" 0 250 50 H V C CNN F1 "CONN-CORTEX-DEBUG" 0 150 50 H V C CNN F2 "manuf:CNC-3220-10-0300-00" 0 -500 50 H I C CNN F3 "" 75 0 50 H V C CNN F4 "3220-10-0300-00" 0 -800 50 H I C CNN "MPN" F5 "CNC Tech" 0 -700 5...
{ "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 ipv6_test import ( "bytes" "net" "os" "runtime" "testing" "time" "golang.org/x/net/icmp" "golang.org/x/net/internal/iana" "golang.org/x/net/...
{ "pile_set_name": "Github" }
--- created: 1326853478 livemode: false id: evt_00000000000000 type: plan.updated object: event request: pending_webhooks: 1 api_version: '2015-10-16' data: object: id: '1233_00000000000000' object: plan amount: 212 created: 1419171857 currency: usd interval: month interval_count: 1 l...
{ "pile_set_name": "Github" }
package spatial.lib import forge.tags._ import spatial.dsl._ import spatial.metadata.memory._ import spatial.lang.types._ import argon._ object ML extends HostML { @virtualize /* * Tiled dot product * @param N vector width * @param ip inner loop parallelization * @param x lambda that takes in an ind...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <algorithm> using namespace std; int main() { int n; while (scanf("%d", &n) == 1) { int time[24] = {}, x; for (int i = 0; i < n; i++) scanf("%d", &x), time[x+11]++; for (int i = 0; i < 24; i++) time[i] = time[i]&1; int A[64], m = 0, ret = 0x3f3f3f3f; for (int i = 0; i < 24...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) 2009, Giampaolo Rodola'. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Module which provides compatibility with older Python versions.""" import collections import functools import sys __all__ = ["P...
{ "pile_set_name": "Github" }
// Styling for the features section section.features { .section-heading { margin-bottom: 100px; h2 { margin-top: 0; } p { margin-bottom: 0; } } .device-container, .feature-item { max-width: 325px; margin: 0 auto; } ....
{ "pile_set_name": "Github" }
// REQUIRES: x86-registered-target // RUN: rm -rf %t // RUN: %clang_cc1 -triple x86_64-apple-macosx10 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \ // RUN: -fmodules-ignore-macro=PREFIX -DPREFIX -I %S/Inputs/va_list \ // RUN: -x objective-c-header %s -o %t.pch -emit-pch // Include the pch, as a sa...
{ "pile_set_name": "Github" }
app-id: com.epicgames.Fortnite branch: stable runtime: org.winepak.Platform runtime-version: 3.0 sdk: org.winepak.Sdk command: fortnite add-extensions: org.winepak.Platform.Compat32: directory: lib/32bit version: 3.0 add-ld-path: lib no-autodownload: false org.winepak.Platform.Wine: dire...
{ "pile_set_name": "Github" }
// Copyright 2014 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 WEAK_FIELDS_REQUIRE_TRACING_H_ #define WEAK_FIELDS_REQUIRE_TRACING_H_ #include "heap/stubs.h" namespace blink { class HeapObject : public Garba...
{ "pile_set_name": "Github" }
--- layout: single --- {% assign filtered-rules = site.rules | where: "rule_category", page.rule_category %} {% for rule in filtered-rules %} {% assign full_rule_id = site.default_rule_prefix | append: rule.rule_id %} {% if rule.custom_prefix != nil %} {% assign full_rule_id = rule.custom_prefix |...
{ "pile_set_name": "Github" }
/* * SonarQube Java * Copyright (C) 2012-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program 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 Licen...
{ "pile_set_name": "Github" }
//============================================================================== // Copyright 2014 LRI UMR 8623 CNRS/Univ Paris Sud XI // Copyright 2014 NumScale SAS // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LI...
{ "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>General</key> <dict> <key>Default size</key> <dict> <key>Width</key> <integer>260</integer> <key>Height</key> <integer>200</in...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2013 Zend Technologies and others. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ ...
{ "pile_set_name": "Github" }
using System; class myClass { static void Main() { Console.WriteLine("Hello World"); } }
{ "pile_set_name": "Github" }
function [id, app, meas, exp, inn] = simDetectFeat(lmkType, lmkIds, raw, pixCov, imSize) % SIMDETECTFEAT Detect a new feature in simulated raw data. % [ID, M, E, I] = SIMDETECTFEAT(LTYPE, LIDS, RAW, PIXCOV, IMSIZE) % explores the raw data RAW and returns, if possible, a detected new % feature in structure M. th...
{ "pile_set_name": "Github" }
/* * Copyright 2015 LinkedIn Corp. 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 applicable law or...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using OfficeOpenXml.FormulaParsing.Excel.Functions.DateTime.Workdays; using OfficeOpenXml.FormulaParsing.ExpressionGraph; namespace OfficeOpenXml.FormulaParsing.Excel.Functions.DateTime { pu...
{ "pile_set_name": "Github" }
TIMESTAMP = 1517236313 SHA256 (verboselogs-1.7.tar.gz) = e33ddedcdfdafcb3a174701150430b11b46ceb64c2a9a26198c76a156568e427 SIZE (verboselogs-1.7.tar.gz) = 10338
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //LCD Controller namespace LcdcLcdcc1{ ///<LCDC Control Register 1 using Addr = Register::Address<0x40032000,0xffffff83,0x00000000,unsigned char>; ///Timer mode operation enable bit constexpr Register::FieldLocation<Addr,Re...
{ "pile_set_name": "Github" }
p.adb:7:19: info: assertion proved (CVC4: 1 VC)
{ "pile_set_name": "Github" }
/* * PearPC * jitc_debug.h * * Copyright (C) 2004 Sebastian Biallas (sb@biallas.net) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b9709ec07d31c490cacc8a490fa9fef0 ModelImporter: serializedVersion: 23 fileIDToRecycleName: 100000: Chest 100002: Head 100004: Hips 100006: Jaw 100008: JawEnd 100010: LeftEye 100012: LeftFoot 100014: LeftHand 100016: LeftIndexDistal 100018: LeftIndex...
{ "pile_set_name": "Github" }
// $Id$ // Author: Yves Lafon <ylafon@w3.org> // // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012. // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.css.properties.css; import org.w3c.css.parser.CssStyle; import org.w3c.css.properties.css3.Css3Style; import org.w3c.css.util....
{ "pile_set_name": "Github" }
#!/usr/bin/env perl # IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html package xCAT::DiscoveryUtils; use strict; use XML::Simple; $XML::Simple::PREFERRED_PARSER = 'XML::Parser'; use xCAT::MsgUtils; =head3 update_discovery_data Update the discovery data from the xcat request to discoverydata table ...
{ "pile_set_name": "Github" }
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // 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 //...
{ "pile_set_name": "Github" }
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
{ "pile_set_name": "Github" }
[core] repositoryformatversion = 0 filemode = true bare = true
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>toastr</id> <version>1.1.5</version> <title>toastr</title> <authors>John Papa,Hans Fjällemark</authors> <owners>John Papa,Hans Fjällemark</owners...
{ "pile_set_name": "Github" }
.class public interface abstract Lcom/google/android/gms/internal/zzben; .super Ljava/lang/Object; # interfaces .implements Landroid/os/Parcelable;
{ "pile_set_name": "Github" }
/** * @file * This file is part of SeisSol. * * @author Sebastian Rettenberger (sebastian rettenberger AT tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger) * * @section LICENSE * Copyright (c) 2013-2016, SeisSol Group * All rights reserved. * * Redistribution and use in source and binary fo...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_PERL_STREAM_BUFFERED bool "perl-stream-buffered" help temporary buffer to save bytes. https://github.com/plack/Stream-Buffered
{ "pile_set_name": "Github" }
{* file to handle db changes in 5.28.beta1 during upgrade *}
{ "pile_set_name": "Github" }
<!doctype html5> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml"> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0,width=device-width,maximum-scale=1,user-scalable=no,minimal-ui"> <link rel=...
{ "pile_set_name": "Github" }
/* * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
{ "pile_set_name": "Github" }
#pragma once #if !defined(GHOUL2_SHARED_H_INC) #define GHOUL2_SHARED_H_INC /* Ghoul2 Insert Start */ #pragma warning (push, 3) //go back down to 3 for the stl include #pragma warning (disable:4503) // decorated name length xceeded, name was truncated #pragma warning(disable:4702) //unreachable code #include <vector> #...
{ "pile_set_name": "Github" }
// // YLView.m // MacBlueTelnet // // Created by Yung-Luen Lan on 2006/6/9. // Copyright 2006 yllan.org. All rights reserved. // #import "WLTerminalView.h" #import "WLEffectView.h" #import "YLMarkedTextView.h" #import "WLTerminal.h" #import "WLConnection.h" #import "WLSite.h" #import "WLGLobalConfig.h" #import "W...
{ "pile_set_name": "Github" }
var gulp = require("gulp"); var sass = require("gulp-sass"); var plumber = require('gulp-plumber'); var csswring = require('csswring'); gulp.task("css", function () { var postcss = require("gulp-postcss"); var postcssOptions = [ require('postcss-mixins'), require("autoprefixer")({ browsers: [ 'ie >...
{ "pile_set_name": "Github" }
StartChar: uni063E.fina_FaaYaaFina Encoding: 66423 -1 1171 Width: 476 Flags: HW AnchorPoint: "TashkilAbove" 342 801 basechar 0 AnchorPoint: "TashkilBelow" 342 -391 basechar 0 AnchorPoint: "AlefAbove" 278 0 basechar 0 LayerCount: 3 Fore Refer: 192 -1 N 1 0 0 1 230 117 2 Refer: 73 -1 N 1 0 0 1 0 0 3 EndChar
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialVi...
{ "pile_set_name": "Github" }
# $Id: references.py 8067 2017-05-04 20:10:03Z milde $ # Author: David Goodger <goodger@python.org> # Copyright: This module has been placed in the public domain. """ Transforms for resolving references. """ __docformat__ = 'reStructuredText' import sys import re from docutils import nodes, utils from docutils.trans...
{ "pile_set_name": "Github" }
module.exports = { domain: 'https://91jule.com', baiduAK: '7VENmCeC4aaAfx3CKbSjT1K3oRucOgDK' }
{ "pile_set_name": "Github" }
/* * Copyright 2006-2009, 2017, 2020 United States Government, as represented by the * Administrator of the National Aeronautics and Space Administration. * All rights reserved. * * The NASA World Wind Java (WWJ) platform is licensed under the Apache License, * Version 2.0 (the "License"); you may not use this f...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <browserconfig> <msapplication> <tile> <square150x150logo src="/mstile-150x150.png"/> <TileColor>#226f97</TileColor> </tile> </msapplication> </browserconfig>
{ "pile_set_name": "Github" }
const Koa = require('koa'); const Router = require('koa-router'); const app = new Koa(); const router = new Router(); router.get('/', async (ctx) => { let html = ` <ul> <li><a href="/hello">helloworld</a></li> <li><a href="/about">about</a></li> </ul> ` ctx.body = html...
{ "pile_set_name": "Github" }
/* read-file.h -- read file contents into a string Copyright (C) 2006, 2009-2020 Free Software Foundation, Inc. Written by Simon Josefsson. 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 Foundati...
{ "pile_set_name": "Github" }
/* * Copyright (C) Pootle contributors. * * This file is a part of the Pootle project. It is distributed under the GPL3 * or later license. See the LICENSE file for a copy of the license and the * AUTHORS file for copyright and authorship information. */ import $ from 'jquery'; import 'select2'; import _ from 'u...
{ "pile_set_name": "Github" }
<?php namespace Drupal\system\Tests\Session; use Drupal\Core\Url; use Drupal\basic_auth\Tests\BasicAuthTestTrait; use Drupal\simpletest\WebTestBase; /** * Tests if sessions are correctly handled when a user authenticates. * * @group Session */ class SessionAuthenticationTest extends WebTestBase { use BasicAut...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2014 eBay Software Foundation and selendroid committers. * * 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...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "LaunchImage.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "LaunchImage@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "LaunchImage@3x.png", "scale" : "3x" ...
{ "pile_set_name": "Github" }
from django.core.exceptions import SuspiciousOperation class DisallowedModelAdminLookup(SuspiciousOperation): """Invalid filter was passed to admin view via URL querystring""" pass
{ "pile_set_name": "Github" }
/* * Telephony registration for Linux * * (c) Copyright 1999 Red Hat Software Inc. * * 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 Fou...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # Init vars if [[ -z "$SERVICE_APACHE_OPTS" ]]; then SERVICE_APACHE_OPTS=""; fi source /opt/docker/bin/config.sh includeScriptDir "/opt/docker/bin/service.d/httpd.d/" # Apache gets grumpy about PID files pre-existing rm -f /var/run/apache2/apache2*.pid source /etc/apache2/envvars exec apache2 -...
{ "pile_set_name": "Github" }
package example.service; import example.repo.Customer1632Repository; import org.springframework.stereotype.Service; @Service public class Customer1632Service { public Customer1632Service(Customer1632Repository repo) { } }
{ "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 (version 1.7.0_25) on Mon Jun 02 20:11:30 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.f...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2002-2004 // // 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/libs/mpl for documentation. // $Id$ // $Date$ // $Revision$ #define BOOST_MPL_PREPROC...
{ "pile_set_name": "Github" }
/*************************************************************************** * * * Copyright (C) 2017 Seamly, LLC * * * * https:/...
{ "pile_set_name": "Github" }
<?php /** * @package WordPress * @subpackage Theme_Compat * @deprecated 3.0 * * This file is here for Backwards compatibility with old themes and will be removed in a future version * */ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.0', null, sprintf( __('Please include a %1$s t...
{ "pile_set_name": "Github" }
/* angular-tablesort v1.1.2 (c) 2013-2015 Mattias Holmlund, http://mattiash.github.io/angular-tablesort License: MIT */ var tableSortModule = angular.module( 'tableSort', [] ); tableSortModule.directive('tsWrapper', ['$log', '$parse', function( $log, $parse ) { 'use strict'; return { scope: true, ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name:...
{ "pile_set_name": "Github" }
package com.yahoo.research.robme.anthelion.util; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import moa.core.InstancesHeader; import moa.streams.ArffFileStream; import weka.core.Attribute; import weka.core.Instance; import weka.c...
{ "pile_set_name": "Github" }