text
stringlengths
2
99.9k
meta
dict
System.register(['./generated-manual-middle.js'], function () { 'use strict'; return { setters: [function () {}], execute: function () { console.log('outer'); } }; });
{ "pile_set_name": "Github" }
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace HighwayRacers { public class PauseButton : MonoBehaviour { [Header("Children")] public Text text; public void onButtonPress(){ if (Time.timeScale > 0) { prevTimeScale = Time.timeScale; T...
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' require_relative 'fixtures/classes' describe "TracePoint#callee_id" do it "returns the called name of the method being called" do a = [] obj = TracePointSpec::ClassWithMethodAlias.new TracePoint.new(:call) do |tp| a << tp.callee_id end.enable do obj.m...
{ "pile_set_name": "Github" }
//===-- SystemZFrameLowering.cpp - Frame lowering for SystemZ -------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2014-present, The osquery authors * * This source code is licensed as defined by the LICENSE file found in the * root directory of this source tree. * * SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only) */ // Sanity check integration test for platform_info // Spec file: specs/platform_in...
{ "pile_set_name": "Github" }
Force a time update with `ntp` Changing the `/tmp` cleanup frequency Preventing a user from logging into the system Fixing `locale` issues in Debian systems Using `dd` To Create Disk Images
{ "pile_set_name": "Github" }
/******************************************************************************* * * Copyright 2015 Walmart, 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 * * ...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your op...
{ "pile_set_name": "Github" }
package com.xw.project.gracefulmovies.ui.adapter; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; /** * 首页TabPagerAdapter * <p> * Created by woxingxiao on 2017-01-25. */ public cla...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <group...
{ "pile_set_name": "Github" }
// Standard YAML's JSON schema. // http://www.yaml.org/spec/1.2/spec.html#id2803231 // // NOTE: JS-YAML does not support schema-specific tag resolution restrictions. // So, this schema is not such strict as defined in the YAML specification. // It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc. ...
{ "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" }
/** * 获取真实url * 来自massframework * @param {[type]} url [description] * @return {[type]} [description] */ function getPath(url, root) { var ret = url; var tmp; var _2; var alias = _.alias; var id; root = root || defaultConfig.baseURL; root = root.substr(0, root.lastIndexOf('/')); ...
{ "pile_set_name": "Github" }
{ "name": "gsap", "version": "1.12.1", "description": "GreenSock Animation Platform (GSAP) is a suite of high-performance JavaScript animation tools, including TweenLite, TweenMax, TimelineLite, TimelineMax, various easing equations (EasePack), plugins for things like animating along Bezier paths, tweening ...
{ "pile_set_name": "Github" }
# strip-ansi [![Build Status](https://secure.travis-ci.org/sindresorhus/strip-ansi.png?branch=master)](http://travis-ci.org/sindresorhus/strip-ansi) > Strip [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) (used for colorizing strings in the terminal) Used in the terminal color mod...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 Wayne Meissner * * This file is part of the JNR project. * * 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) 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" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Finder\Tests\Iterator; use Symfony\Component\Finder\I...
{ "pile_set_name": "Github" }
(function () { 'use strict'; angular .module('ffxivCraftOptWeb.controllers') .controller('SettingsImportController', controller); function controller($scope, $window, $translate) { //noinspection AssignmentResultUsedJS var vm = $scope.vm = {}; vm.generateFile = generateFile; vm.handleDr...
{ "pile_set_name": "Github" }
{ lib , python , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "tornado"; version = "6.0.4"; # We specify the name of the test files to prevent # https://github.com/NixOS/nixpkgs/issues/14634 checkPhase = '' ${python.interpreter} -m unittest discover *_test.py ''; src = fetchPy...
{ "pile_set_name": "Github" }
// Copyright (c) 2006 Xiaogang Zhang // Use, modification and distribution are 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) #ifndef BOOST_MATH_BESSEL_J0_HPP #define BOOST_MATH_BESSEL_J0_HPP #ifdef _MSC_VER...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 - Cloud Instruments Co., Ltd. // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this // ...
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
{ "pile_set_name": "Github" }
/* Copyright AppsCode Inc. and Contributors 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" }
// call something on iterator step with safe closing on error var anObject = require('./_an-object'); module.exports = function(iterator, fn, value, entries){ try { return entries ? fn(anObject(value)[0], value[1]) : fn(value); // 7.4.6 IteratorClose(iterator, completion) } catch(e){ var ret = iterator['r...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> void GlitterUnzip(NSURL *zipFile, NSURL *destinationFolder, void (^callback)(NSError *error));
{ "pile_set_name": "Github" }
cheats = 3 cheat0_desc = "Infinite Lives" cheat0_code = "00DA-2F09" cheat0_enable = false cheat1_desc = "Infinite Continues" cheat1_code = "00DA-3409" cheat1_enable = false cheat2_desc = "Infinite Rings (99)" cheat2_code = "00DC-4999" cheat2_enable = false
{ "pile_set_name": "Github" }
/* ==================================== */ /* CSS for control sap.m/SliderTooltip */ /* Quartz Dark theme */ /* ==================================== */ /* ------------------------------ */ /* Slider Tooltip styles */ /* ------------------------------ */ .sapMSliderTooltip { background: @...
{ "pile_set_name": "Github" }
<html> <head> <title>dojo.behavior Tests</title> <script type="text/javascript"> // Dojo configuration djConfig = { isDebug: true }; </script> <script type="text/javascript" src="../dojo.js"></script> <script type="text/javascript"> dojo.profile = null; dojo.require("dojo.profile"); do...
{ "pile_set_name": "Github" }
// mksysnum_linux.pl /usr/include/asm/unistd_64.h // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT // +build amd64,linux package unix const ( SYS_READ = 0 SYS_WRITE = 1 SYS_OPEN = 2 SYS_CLOSE = 3 SYS_STAT = 4 SYS_FSTA...
{ "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" }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <title>Page 2137</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> <!-- p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;} .ft01{font-size:11px;font-...
{ "pile_set_name": "Github" }
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreech...
{ "pile_set_name": "Github" }
// COPYRIGHT © 2020 Esri // // All rights reserved under the copyright laws of the United States // and applicable international laws, treaties, and conventions. // // This material is licensed for use under the Esri Master License // Agreement (MLA), and is bound by the terms of that agreement. // You may redistribute...
{ "pile_set_name": "Github" }
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ import Supersim = require('../Supersim'); import Version = require('../../base/Version'); import { CommandList } from './v1/command'; import { CommandListInstance } from './v1/command'; import { FleetLis...
{ "pile_set_name": "Github" }
<schema xmlns="http://www.ascc.net/xml/schematron" > <pattern name="Sum equals 100%."> <rule context="Total"> <assert test="sum(//Percent) = 100">The values do not sum to 100%. </assert> </rule> </pattern> </schema>
{ "pile_set_name": "Github" }
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; #log_format main '$rem...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <mapping strict="0"> <fields> <firstname /> <lastname /> <company /> <street> <selector>input[name="street[0]"]</selector> </street> ...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = loadCjsOrMjsDefault; var _async = require("../../gensync-utils/async"); function _path() { const data = _interopRequireDefault(require("path")); _path = function () { return data; }; return data; } functio...
{ "pile_set_name": "Github" }
// Validation errors messages for Parsley // Load this after Parsley Parsley.addMessages('mk', { defaultMessage: "Оваа вредност се чини дека е неважечка.", type: { email: "Оваа вредност треба да е важечка е-пошта.", url: "Оваа вредност треба да е важечки урл.", number: "Оваа вредн...
{ "pile_set_name": "Github" }
package com.apkfuns.androidsourceviewer.download; import com.apkfuns.androidsourceviewer.download.inteface.FileDownload; import com.apkfuns.androidsourceviewer.entity.ClassFile; import com.apkfuns.androidsourceviewer.entity.DownloadTask; import com.apkfuns.androidsourceviewer.util.Log; import com.apkfuns.androidsource...
{ "pile_set_name": "Github" }
package flash.html; extern class HTMLHistoryItem { var isPost(default, never):Bool; var originalUrl(default, never):String; var title(default, never):String; var url(default, never):String; function new(url:String, originalUrl:String, isPost:Bool, title:String):Void; }
{ "pile_set_name": "Github" }
/** * Copyright (C) 2018 BlobCity Inc * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program ...
{ "pile_set_name": "Github" }
/* * render2x2crt.c - 2x2 CRT renderers * * Written by * groepaz <groepaz@gmx.net> based on the pal renderers written by * John Selck <graham@cruise.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribut...
{ "pile_set_name": "Github" }
<schemalist> <schema id="org.valama" path="/org/valama/" gettext-domain="valama"> <key name="window-size-x" type="i"> <default>950</default> <summary>Horizontal window size</summary> <description> </description> </key> <key name="window-size-y" type="i"> <default>700</defau...
{ "pile_set_name": "Github" }
#!perl # test apparatus for Text::Template module use Text::Template; print "1..5\n"; $n=1; die "This is the test program for Text::Template version 1.46. You are using version $Text::Template::VERSION instead. That does not make sense.\n Aborting" unless $Text::Template::VERSION == 1.46; # (1) basic error deliv...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x", "filename" : "Coffee55@2x.jpg" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
package org.telegram.dao; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteStatement; import de.greenrobot.dao.AbstractDao; import de.greenrobot.dao.Property; import de.greenrobot.dao.internal.DaoConfig; import org.telegram.dao.SecretChat; ...
{ "pile_set_name": "Github" }
"""etherscan.io contract verification.""" import time from populus import Project from ico.importexpand import expand_contract_imports def _fill_in_textarea_value(browser, splinter_elem, value): """Do not do sendKeys() for large text. https://github.com/seleniumhq/selenium-google-code-issue-archive/issues...
{ "pile_set_name": "Github" }
/* * Copyright 2013 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
" vim:tabstop=2:shiftwidth=2:expandtab:textwidth=99 " Vimwiki autoload plugin file " Description: Utility functions " Home: https://github.com/vimwiki/vimwiki/ " Execute: string v:count times function! vimwiki#u#count_exe(cmd) abort for i in range( max([1, v:count]) ) exe a:cmd endfor endfunction fu...
{ "pile_set_name": "Github" }
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. class BunnyTest < Minitest::Test include MultiverseHelpers setup_and_teardown_agent do @conn = Bunny.new @conn.start @chan = @conn...
{ "pile_set_name": "Github" }
// tslint:disable: no-output-on-prefix no-redundant-jsdoc import { Component, Input, forwardRef, OnDestroy, EventEmitter, Output, OnInit, ChangeDetectionStrategy, ChangeDetectorRef, AfterViewInit, OnChanges, SimpleChanges, NgZone, Inject, } from '@angular/core'; import { DOCUMENT } from '@an...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "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/. * * This Source Code Form is "Incompatible With Secondary Licenses", as * defined by the Mozilla Public License, v....
{ "pile_set_name": "Github" }
<?php namespace Faker\Provider; class Address extends Base { protected static $citySuffix = array('Ville'); protected static $streetSuffix = array('Street'); protected static $cityFormats = array( '{{firstName}}{{citySuffix}}', ); protected static $streetNameFormats = array( '{{las...
{ "pile_set_name": "Github" }
/* This file is for secret-key generation */ #include "sk_gen.h" #include "controlbits.h" #include "gf.h" #include "params.h" #include "util.h" /* input: f, element in GF((2^m)^t) */ /* output: out, minimal polynomial of f */ /* return: 0 for success and -1 for failure */ int PQCLEAN_MCELIECE460896_CLEAN_genpoly_g...
{ "pile_set_name": "Github" }
LIBRARY api-ms-win-power-base-l1-1-0.dll EXPORTS CallNtPowerInformation@20 GetPwrCapabilities@4 PowerDeterminePlatformRoleEx@4 PowerRegisterSuspendResumeNotification@12 PowerUnregisterSuspendResumeNotification@4
{ "pile_set_name": "Github" }
import os from test.support import load_package_tests def load_tests(*args): return load_package_tests(os.path.dirname(__file__), *args)
{ "pile_set_name": "Github" }
#!/usr/local/bin/perl # x86 assember sub bn_add_words { local($name)=@_; &function_begin($name,""); &comment(""); $a="esi"; $b="edi"; $c="eax"; $r="ebx"; $tmp1="ecx"; $tmp2="edx"; $num="ebp"; &mov($r,&wparam(0)); # get r &mov($a,&wparam(1)); # get a &mov($b,&wparam(2)); # get b &mov($num,&wparam(3)...
{ "pile_set_name": "Github" }
/* * Copyright 2012 the original author or 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 applica...
{ "pile_set_name": "Github" }
<qemuCaps> <emulator>/usr/bin/qemu-system-x86_64</emulator> <qemuctime>0</qemuctime> <selfctime>0</selfctime> <selfvers>0</selfvers> <flag name='kvm'/> <flag name='no-hpet'/> <flag name='spice'/> <flag name='hda-duplex'/> <flag name='ccid-emulated'/> <flag name='ccid-passthru'/> <flag name='virtio...
{ "pile_set_name": "Github" }
KB.component('submit-buttons', function (containerElement, options) { var isLoading = false; var isDisabled = options.disabled || false; var submitLabel = options.submitLabel; var formActionElement = null; var submitButtonElement = null; function onSubmit() { isLoading = true; r...
{ "pile_set_name": "Github" }
#!/usr/bin/env node //process.env.DEBUG_NOPT = 1 // my-program.js var nopt = require("../lib/nopt") , Stream = require("stream").Stream , path = require("path") , knownOpts = { "foo" : [String, null] , "bar" : [Stream, Number] , "baz" : path , "bloo" : [ "big", "m...
{ "pile_set_name": "Github" }
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ import expect from '@kbn/expect'; import { FtrProviderContext } from '../../....
{ "pile_set_name": "Github" }
# [Phish Geek](http://alexa.amazon.com/#skills/amzn1.echo-sdk-ams.app.cf89e079-ee2d-4984-82c9-a062544a0bbb) ![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](....
{ "pile_set_name": "Github" }
class EmbiggenGuideUrls < ActiveRecord::Migration def up change_column :guide_ranges, :original_url, :string, :limit => 512 change_column :guide_ranges, :medium_url, :string, :limit => 512 change_column :guide_ranges, :thumb_url, :string, :limit => 512 change_column :guide_ranges, :source_url, :string...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/html"> <head> <meta charset="UTF-8"/> <title>Features</title> <link rel="shortcut icon" href="favicon.ico"> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css"> <!--[if IE 7]> <link rel="stylesheet" href="font-awesome/css/font-awesome-ie...
{ "pile_set_name": "Github" }
%% %% %CopyrightBegin% %% %% Copyright Ericsson AB 2000-2018. 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" }
; RUN: opt -S -place-safepoints < %s | FileCheck %s declare void @callee() define void @test() gc "statepoint-example" { ; CHECK-LABEL: test( entry: ; CHECK: entry: ; CHECK: call void @do_safepoint() br label %other other: ; CHECK: other: call void @callee() "gc-leaf-function" ; CHECK: call void @do_safepoint() ...
{ "pile_set_name": "Github" }
{ "version": "1.4.22", "date": "08.11.2016", "changeLogEntryFileNames": [ "11297.SUP-3358.bugfix", "11291.SUP-3537.feature", "11277.SUP-3500.bugfix" ], "genericProperties": {} }
{ "pile_set_name": "Github" }
#import <UIKit/UIKit.h> @interface UIImageView (ImageFrame) - (CGRect)frameForImage; @end
{ "pile_set_name": "Github" }
; *************************************************************************** ; *************************************************************************** ; *************************************************************************** ; ** ** ; ** ROM...
{ "pile_set_name": "Github" }
IPMI是智能型平台管理接口(Intelligent Platform Management Interface)是管理基于 Intel结构的企业系统中所使用的外围设备采用的一种工业标准。 > IPMI 信息通过基板管理控制器 (BMC)(位于 IPMI 规格的硬件组件上)进行交流。使用低级硬件智能管理而不使用操作系统进行管理。 安装`ipmitool`工具,重启后会自动加载ipmi相关模块,或者手动加载相关模块: ```shell modprobe ipmi_watchdog modprobe ipmi_poweroff modprobe ipmi_devintf modprobe ipmi_msghandler mod...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ #include "FLAME.h" FLA_Error FLA_Chol_u_opt...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="65dp" android:height="67dp" android:viewportWidth="65" android:viewportHeight="67"> <path android:pathData="M28.9488,36.926C31.414,36.926 33.8396,37.1476 36.1843,37.5815C37.9202,37.9027 39.59,38.3354 41.1789,38.868...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.springframework:spring-messaging:4.3.12.RELEASE"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-messaging/4.3.12.RELEASE/spring-messaging-4.3.12.RELEASE.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_R...
{ "pile_set_name": "Github" }
declare module 'react-library-paginator' { declare type Props = { totalItems: number, onPageChange: (page: number) => void, ... } & DefaultProps; declare type DefaultProps = { currentPage: number, itemsPerPage: number, maxPagesToShow: number, useBootstrapClasses: boolean, styles: ...
{ "pile_set_name": "Github" }
periodics: - interval: 8h name: e2e-kops-aws-distro-imagedebian9 labels: preset-service-account: "true" preset-aws-ssh: "true" preset-aws-credential: "true" decorate: true decoration_config: timeout: 90m spec: containers: - command: - runner.sh - /workspace/scenarios/kuber...
{ "pile_set_name": "Github" }
function* foo() { return yield baz(); } function* bar() { return yield foo(baz); } function* baz() { return yield bar(); }
{ "pile_set_name": "Github" }
package spdystream import ( "container/heap" "sync" "github.com/docker/spdystream/spdy" ) type prioritizedFrame struct { frame spdy.Frame priority uint8 insertId uint64 } type frameQueue []*prioritizedFrame func (fq frameQueue) Len() int { return len(fq) } func (fq frameQueue) Less(i, j int) bool { if ...
{ "pile_set_name": "Github" }
/** * COPYRIGHT (C) 2014-2019 WEN YU (YUWEN_66@YAHOO.COM) ALL RIGHTS RESERVED. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Any m...
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
/* * jPSXdec: PlayStation 1 Media Decoder/Converter in Java * Copyright (C) 2007-2019 Michael Sabin * All rights reserved. * * Redistribution and use of the jPSXdec code or any derivative works are * permitted provided that the following conditions are met: * * * Redistributions may not be sold, nor may they ...
{ "pile_set_name": "Github" }
/** * A specialized version of `_.forEach` for arrays without support for * iteratee shorthands. * * @private * @param {Array} array The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns `array`. */ function arrayEach(array, iteratee) { var inde...
{ "pile_set_name": "Github" }
--- hplip-1.7.2/base/utils.py.ui-optional 2007-02-07 19:21:31.000000000 +0000 +++ hplip-1.7.2/base/utils.py 2007-06-11 14:29:16.000000000 +0100 @@ -644,6 +644,13 @@ log.error("PyQt not installed. GUI not available. Exiting.") return False + # hplip-gui sub-package (Fedora) + try: + impo...
{ "pile_set_name": "Github" }
'use strict'; var Ractive = require('lib/ractive'); var emitter = require('lib/emitter'); module.exports = function(el) { var ractive = new Ractive({ el: el, template: require('./index.ract'), data: {}, partials: { footer: require('../footer.ract') } }); var delay = 60 * 1000; // 60 s...
{ "pile_set_name": "Github" }
pageextension 20655 "Service Dispatcher RC BF" extends "Service Dispatcher Role Center" { actions { modify("Sales Or&der") { ApplicationArea = Advanced, BFOrders; } } }
{ "pile_set_name": "Github" }
// RUN: %check_clang_tidy %s bugprone-string-constructor %t namespace std { template <typename T> class allocator {}; template <typename T> class char_traits {}; template <typename C, typename T = std::char_traits<C>, typename A = std::allocator<C> > struct basic_string { basic_string(); basic_string(const C*, uns...
{ "pile_set_name": "Github" }
.soria .dijitToolbar { border-bottom: 1px solid #ccc; background:#eaeaea url("images/titleBar.png") repeat-x top left; } .dj_ie6 .soria .dijitToolbar { height: 10px; } .soria .dijitToolbar .dijitButtonNode, .soria .dijitToolbar .dijitComboButton .dijitButtonContents, .soria .dijitToolbar .dijitComboButton .dijitDown...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>We're sorry, but something went wrong (500)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> body { background-color: #EFEFEF; color: #2E2F30; text-align: center; font-family: arial, sans-serif; margin: 0; } div.dia...
{ "pile_set_name": "Github" }
#include "sleef_cl.h" _CL_OVERLOADABLE float _cl_hypot (float x, float y) { #ifdef MAX_PRECISION return Sleef_hypotf_u05 (x, y); #else return Sleef_hypotf_u35 (x, y); #endif } _CL_OVERLOADABLE float2 _cl_hypot (float2 x, float2 y) { float lo = _cl_hypot (x.lo, y.lo); float hi = _cl_hypot (x.hi, y.hi); ret...
{ "pile_set_name": "Github" }
.\" .\" Copyright (c) 1992, 1993, 1994 .\" The Regents of the University of California. All rights reserved. .\" All rights reserved. .\" .\" This code is derived from software donated to Berkeley by .\" Jan-Simon Pendry. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are ...
{ "pile_set_name": "Github" }
package controlapi import ( "bytes" "context" "strings" "github.com/docker/swarmkit/api" "github.com/docker/swarmkit/identity" "github.com/docker/swarmkit/log" "github.com/docker/swarmkit/manager/state/store" "github.com/sirupsen/logrus" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) // M...
{ "pile_set_name": "Github" }
/* * (c) Schrodinger, Inc. */ #include"AtomInfoHistory.h" #include"MemoryDebug.h" #define COPY_ATTR(attr_name) dest->attr_name = src->attr_name #define COPY_ATTR_ARR_2(attr_name) dest->attr_name[0] = src->attr_name[0]; dest->attr_name[1] = src->attr_name[1] #define COPY_ATTR_N(attr_name, N) memcpy( dest->attr_name...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="color...
{ "pile_set_name": "Github" }
#include "conditionalDisable.h" #ifdef ROSE_BINARY_TEST_DISABLED #include <iostream> int main() { std::cout <<"disabled for " <<ROSE_BINARY_TEST_DISABLED <<"\n"; return 1; } #else #include <rose.h> #include <BinarySymbolicExpr.h> #include <BinaryYicesSolver.h> #include <BinaryZ3Solver.h> #include <SymbolicSemantics2.h...
{ "pile_set_name": "Github" }
MODx.grid.UserGroupSource = function(config) { config = config || {}; this.exp = new Ext.grid.RowExpander({ tpl: new Ext.Template('<p class="desc">{permissions}</p>'), lazyRender: false, enableCaching: false }); Ext.applyIf(config,{ id: 'modx-grid-user-group-sources' ...
{ "pile_set_name": "Github" }
/* * SuperH IrDA Driver * * Copyright (C) 2010 Renesas Solutions Corp. * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> * * Based on sh_sir.c * Copyright (C) 2009 Renesas Solutions Corp. * Copyright 2006-2009 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify *...
{ "pile_set_name": "Github" }