text
stringlengths
3
96.2k
meta
dict
<!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <#include "../../layout/header.ftl"/> <#include "../../layout/common.cssjs.ftl"/> <#include "../appCommonHead.ftl"/> <script type="text/javascript"> <!-- $(function(){ $("select[name='credential']").on("click",function(){ if($(this).val()=="...
{ "pile_set_name": "Github" }
#include <limits.h> #include <signal.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define TESTITERS 1 #ifndef DEBUG #define DEBUG 0 #endif // very crude auto-appending-printf macro #define APF(sz,fmt,...) snprintf(s+strlen(s),sz-strlen(s),fmt,__VA_ARGS__); #define ASSERT(cond,txt...
{ "pile_set_name": "Github" }
/* * grunt-bake * * Copyright (c) 2013 Mathias Paumgarten * Licensed under the MIT license. */ "use strict"; function parseFunction( source ) { return source.replace( /\{\{\s?([\.\-\w]*)\s?\}\}/g, function() { return ""; } ); } module.exports = function(grunt) { grunt.initConfig( { jshint: { all: [ ...
{ "pile_set_name": "Github" }
<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> <groupId>com.dtstack.jlogstash</groupId> <artifactId>filter.pl...
{ "pile_set_name": "Github" }
<html> <head> <title>BOOST_PP_ENUM_TRAILING_PARAMS_Z</title> <link rel="stylesheet" type="text/css" href="../styles.css"> </head> <body> <div style="margin-left: 0px;"> The <b>BOOST_PP_ENUM_TRAILING_PARAMS_Z</b> macro generates a comma-separated list of parameters with a leading comma.&nbsp; It reenters...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Live demonstrations</title> <link href="/static/css/bootstrap.min.css" rel="stylesheet"> <link href="/static/css/datepicker3.css" rel="stylesheet"> <link href="/static/css/styles....
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHE_SYSFS_H_ #define _BCACHE_SYSFS_H_ #define KTYPE(type) \ struct kobj_type type ## _ktype = { \ .release = type ## _release, \ .sysfs_ops = &((const struct sysfs_ops) { \ .show = type ## _show, \ .store = type ## _store \ }), \ .d...
{ "pile_set_name": "Github" }
/** * Break faces with edges longer than maxEdgeLength * - not recursive * * @author alteredq / http://alteredqualia.com/ */ import { Face3 } from "../../../build/three.module.js"; var TessellateModifier = function ( maxEdgeLength ) { this.maxEdgeLength = maxEdgeLength; }; TessellateModifier.prototype.modif...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.IO; using RendererManaged; namespace MaterialsOptimizer { [System.Diagnostics.DebuggerDisplay( "{m_name} - {m_options} - {m_layers.Count} Layers" )] public class Material { #region NESTED TYPES...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <tablemodel id="SCaseNodeInfoSmsTbl" desc="手机短消息" tblName="S_MOBILESMS" pageSize="10" uniteTableModelId="" listURL="" sqlMapNamespace=""> <Fields> <TableField id="RID" colName="RID" desc="主键" dataType="VARCHAR" length="40" listGroupName="" webType="text" webTypeExt="" create="...
{ "pile_set_name": "Github" }
; haribote-os boot asm ; TAB=4 BOTPAK EQU 0x00280000 ; 加载bootpack DSKCAC EQU 0x00100000 ; 磁盘缓存的位置 DSKCAC0 EQU 0x00008000 ; 磁盘缓存的位置(实模式) ; BOOT_INFO相关 CYLS EQU 0x0ff0 ; 引导扇区设置 LEDS EQU 0x0ff1 VMODE EQU 0x0ff2 ; 关于颜色的信息 SCRNX EQU 0x0ff4 ; 分辨率X SCRNY EQU 0x0ff6 ; 分辨率Y VRAM EQU 0x0ff8 ;...
{ "pile_set_name": "Github" }
state.rockchipes8316c { control.1 { iface CARD name 'Headphones Jack' value false comment { access read type BOOLEAN count 1 } } control.2 { iface MIXER name 'Headphone Playback Volume' value.0 0 value.1 0 comment { access 'read write' type INTEGER count 2 range '0 - 3' db...
{ "pile_set_name": "Github" }
(function() { if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } var languages = { 'css': true, 'less': true, 'markup': { lang: 'markup', before: 'punctuation', inside: 'inside', root: Prism.languages.markup && Prism.languages.ma...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jsCalendar</title> <meta name="description" content="jsCalendar example"> <meta name="author" content="GramThanos"> <!-- jsCalendar --> <link rel="stylesheet" type="text/css" href="../source/jsCalendar.css"> <link rel="stylesheet" typ...
{ "pile_set_name": "Github" }
<?php /** * @package Freemius * @copyright Copyright (c) 2015, Freemius, Inc. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 * @since 1.0.6 */ if ( ! defined( 'ABSPATH' ) ) { exit; } class FS_Plugin_Manager { /** * @since 1.2.2 * * ...
{ "pile_set_name": "Github" }
<?php /** * VideoPress playback module markup generator. * * @since 1.3 */ class VideoPress_Player { /** * Video data for the requested guid and maximum width * * @since 1.3 * @var VideoPress_Video */ protected $video; /** * DOM identifier of the video container * * @var string * @since 1.3 ...
{ "pile_set_name": "Github" }
package copier import ( "database/sql" "errors" "reflect" ) // Copy copy things func Copy(toValue interface{}, fromValue interface{}) (err error) { var ( isSlice bool amount = 1 from = indirect(reflect.ValueOf(fromValue)) to = indirect(reflect.ValueOf(toValue)) ) if !to.CanAddr() { return er...
{ "pile_set_name": "Github" }
<template> <div> <p v-html="regenerateThumbnails.l10n.Home.intro1"></p> <p v-html="regenerateThumbnails.l10n.Home.intro2"></p> <p> <label> <input type="checkbox" id="regenthumbs-regenopt-onlymissing" :checked="checkboxOnlyMissing" v-on:change="checkboxChange('checkboxOnlyMissing', $ev...
{ "pile_set_name": "Github" }
{ "$schema" : "http://json-schema.org/draft-04/hyper-schema#", "extends" : {"$ref" : "http://json-schema.org/draft-04/schema#"}, "id" : "http://json-schema.org/draft-04/hyper-schema#", "properties" : { "links" : { "type" : "array", "items" : {"$ref" : "http://json-schema.org/draft-04/links#"} },...
{ "pile_set_name": "Github" }
<?php /* * e107 website system * * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Sitelinks configuration module - gsitemap * * $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/e_sitelink.php,v $...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Server-side Integration: Custom URL</title> <link rel="stylesheet" href="../../codebase/webix.css" type="text/css" charset="utf-8"> <script src="../../codebase/webix.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href=".....
{ "pile_set_name": "Github" }
#ifndef _VIDEO_ADDON_H #define _VIDEO_ADDON_H #include <media/MediaAddOn.h> #define TOUCH(x) ((void)(x)) extern "C" _EXPORT BMediaAddOn *make_media_addon(image_id you); class MediaAddOn : public BMediaAddOn { public: MediaAddOn(image_id imid); virtual ~MediaAddOn(); virtual status_t InitCheck(const cha...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>frames</key> <dict> <key>common/j/jineng_001.png</key> <dict> <key>frame</key> <string>{{1,1},{88,88}}</string> ...
{ "pile_set_name": "Github" }
<?php return array( 'slug' => 'slider-2', // Must be unique 'groups' => array('sliders'), // Blocks group for filter // Fields - $contents available on view file to access the option 'contents' => array( array('label' => 'Slider Content', 'type' => 'divider'), array( 'name' => 'sliders...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="paec" ProjectGUID="{6316EB4E-0F57-4491-9383-22072AF3D996}" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|...
{ "pile_set_name": "Github" }
using BizHawk.Common; namespace BizHawk.Emulation.Cores.Atari.Atari2600 { /* FA (RAM Plus) ----- CBS Thought they'd throw a few tricks of their own at the 2600 with It's got 12K of ROM and 256 bytes of RAM. This works similar to F8, except there's only 3 4K ROM banks. The banks are selected by ...
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Plugin * @subpackage System.languagecode * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * Language Code plugin class. * * ...
{ "pile_set_name": "Github" }
{"160404": [[15, 24]], "160405": [[1, 35]], "160406": [[1, 124]], "160410": [[1, 102]], "160413": [[1, 788]], "160431": [[19, 244]], "160432": [[2, 79]], "160433": [[1, 21]], "160442": [[108, 153]], "160443": [[1, 21]], "160444": [[1, 74]], "160445": [[1, 37]], "160446": [[1, 55]], "160447": [[1, 65]], "1...
{ "pile_set_name": "Github" }
<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <style> .param_th{ text-al...
{ "pile_set_name": "Github" }
quota_unlimited=ไม่ จำกัด acl_fss=ระบบไฟล์ที่ผู้ใช้รายนี้สามารถแก้ไขได้ acl_fall=ระบบไฟล์ทั้งหมด acl_fsel=เลือก .. acl_ro=สามารถดูโควต้าเท่านั้นไม่สามารถแก้ไขได้ใช่ไหม acl_quotaon=สามารถเปิดใช้งานและปิดใช้งานโควต้าหรือไม่ acl_quotanew=สามารถกำหนดโควต้าสำหรับผู้ใช้ใหม่ได้หรือไม่ acl_ugrace=สามารถแก้ไขเวลาผ่อนผันของผู้ใช...
{ "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>DataTables example - Base style - no styling classes</title> <link rel="stylesheet" type="text/...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="HRC" ProjectGUID="{05E37BFC-275D-4E2B-979F-4B636685A8C8}" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Release...
{ "pile_set_name": "Github" }
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codei...
{ "pile_set_name": "Github" }
#ifndef _RAID1_H #define _RAID1_H typedef struct mirror_info mirror_info_t; struct mirror_info { mdk_rdev_t *rdev; sector_t head_position; }; /* * memory pools need a pointer to the mddev, so they can force an unplug * when memory is tight, and a count of the number of drives that the * pool was allocated for, ...
{ "pile_set_name": "Github" }
/** * 核心文件 * @author: OF * @version 1.0.0 */ layui.config({ base : webroot + "/static/plugins/of/admin/js/",//设定扩展的Layui模块的所在目录,一般用于外部模块扩展 version : '1.0.0' }); layui.utile={}; layui.buttion={}; /** * 转义字典工具 */ layui.utile.toDict = function(dict,value){ var data = layui.sykDict[dict]; var _value = ""; if(!...
{ "pile_set_name": "Github" }
import java.util.*; public class gen_stress_javacert { public static void main(String[] args) throws Exception { new gen_stress_javacert().go(); } void go() throws Exception { stress(); } int k; int n; int m; int[] p; static class Pair { int wi; int ni; Pair(int wi, int ni)...
{ "pile_set_name": "Github" }
#pragma once #include "maths.h" // fixed size grid with wrapping, supports point queries only template <typename T, int NumBuckets> class HashGrid { public: HashGrid(float cellSize=1.0f) : m_cellSize(cellSize) , m_rcpCellSize(1.0f / cellSize) { memset(m_data, 0, sizeof(m_data)); } ~HashGrid() { C...
{ "pile_set_name": "Github" }
@import '../libs/vars'; @import '../libs/functions'; @import '../libs/mixins'; /// /// Lens by HTML5 UP /// html5up.net | @n33co /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* Thumbnails */ #thumbnails { @include vendor('display', 'flex'); @include ...
{ "pile_set_name": "Github" }
package consistence import ( "net" "strconv" "time" ) // some failed rpc means lost, we should always try to notify to the node when they are available func (nlcoord *NsqLookupCoordinator) rpcFailRetryFunc(monitorChan chan struct{}) { ticker := time.NewTicker(time.Second) checkConn := 0 defer ticker.Stop() for...
{ "pile_set_name": "Github" }
/** * Toggles * * Non-animation */ ;(function($, window, undefined) { "use strict"; $(document).ready(function() { // Chat Toggler $('a[data-toggle="chat"]').each(function(i, el) { $(el).on('click', function(ev) { ev.preventDefault(); public_vars.$body.toggleClass('chat-open'); if($...
{ "pile_set_name": "Github" }
({ "field-dayperiod": "cadran", "field-minute": "minute", "eraNames": [ "avant Jésus-Christ", "après Jésus-Christ" ], "field-weekday": "jour de la semaine", "days-standAlone-wide": [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ], "months-standAlone-narro...
{ "pile_set_name": "Github" }
/* 控制台相关 */ #include "bootpack.h" #include <stdio.h> #include <string.h> void console_task(struct SHEET *sheet, int memtotal) { struct TASK *task = task_now(); struct MEMMAN *memman = (struct MEMMAN *) MEMMAN_ADDR; int i, *fat = (int *) memman_alloc_4k(memman, 4 * 2880); struct CONSOLE cons; struct ...
{ "pile_set_name": "Github" }
/* Bible Plus A Bible Reader for Blackberry Copyright (C) 2010 Yohanes Nugroho Bibleplus is dual licensed under either: - Apache license, Version 2.0, (http://www.apache.org/licenses/LICENSE-2.0) - GPL version 3 or later (http://www.gnu.org/licenses/) Yohanes Nugroho (yohanes@gmail.com) */ p...
{ "pile_set_name": "Github" }
#include <cstdio> #include <algorithm> using namespace std; int dist2(const int &x1, const int &y1, const int &x2, const int &y2){ return ((x1-x2)*(x1-x2)*3+(y1-y2)*(y1-y2)); } int main(){ int x[78],y[78]; for(int i=0,k=0;i<12;i++){ for(int j=-i;j<=i;j+=2){ x[k]=i; y[k]=j; k++; } } char s[79],ans[...
{ "pile_set_name": "Github" }
package matchers_test import ( "time" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/matchers" ) type kungFuActor interface { DrunkenMaster() bool } type jackie struct { name string } func (j *jackie) DrunkenMaster() bool { return true } var _ = Describe("ReceiveMatcher", f...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Contao. * * (c) Leo Feyer * * @license LGPL-3.0-or-later */ namespace Contao; /** * Provide methods to handle text fields with unit drop down menu. * * @property integer $maxlength * @property boolean $mandatory * @property string $placeholder * @property array $option...
{ "pile_set_name": "Github" }
{ "Configuration": { "timeStepSize": 0.001, "numberOfStepsPerRenderUpdate": 2, "particleRadius": 0.025, "density0": 1000, "simulationMethod": 4, "gravitation": [0.1,-9.81,0], "cflMethod": 0, "cflFactor": 0.5, "cflMaxTimeStepSize": 0.005, "maxIterations": 100, "maxError": 0.01, "maxItera...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <HTML> <HEAD> <TITLE> ZTREE DEMO - Standard Data </TITLE> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../../../css/demo.css" type="text/css"> <link rel="stylesheet" href="../../../css/zTreeStyle/zTreeStyle.css" type="text/css"> <script type="text...
{ "pile_set_name": "Github" }
/* global $, audio, db */ (function () { 'use strict'; var toArray = function (collection) { return [].slice.call(collection); }; var ui = { ui: this, classes: { selected: 'selected', highlighted: 'highlighted' }, html: { trackRow: '<li class="track" id="track-{NAME}" data-index="{INDEX}">' ...
{ "pile_set_name": "Github" }
!!!COM: Palestrina, Giovanni Perluigi da !!!OPR: Missa De feria !!!OMD: Benedictus !!!OTL: First Section **kern **kern **kern *Ibass *Icalto *Icant !Bassus !Altus !Cantus *clefF4 *clefG2 *clefG2 *k[] *k[] *k[] *E:phr *E:phr *E:phr *M4/2 *M4/2 *M4/2 =1 =1 =1 0r 0A 0r =2 =2 =2 0r 1A 0r . 1d . =3 =3 =3 0r 2c 0e . 2A . . 2...
{ "pile_set_name": "Github" }
open OUnit2 open Expr type result = | OK of expr | Fail let record label_expr_list record = RecordExtend(label_map_from_list label_expr_list, record) let test_cases = [ ("", Fail); ("a", OK (Var "a")); ("f(x, y)", OK (Call(Var "f", [Var "x"; Var "y"]))); ("f(x)(y)", OK (Call(Call(Var "f", [Var "x"]), [Var "y"...
{ "pile_set_name": "Github" }
/* * Space.h * * Created: 23.04.2016 19:41:15 * Author: JochenAlt */ #ifndef SPACE_H_ #define SPACE_H_ #include "Arduino.h" #include "utilities.h" class AngleMovement { public: AngleMovement () { angleStart = 0; angleEnd = 0; startTime = 0; endTime = 0; timeDiffRezi = 0; } Angle...
{ "pile_set_name": "Github" }
/* * This file defines a Tuple type * and instantiates an according TupleStore using lots of comments * to explain what is going on. */ // Some utility methods for template magic #include <util/meta.h> // First, define a Tuple type. // Usually, that will look like this: /** * See doc/concepts/tuple_store/tuple...
{ "pile_set_name": "Github" }
#!/usr/bin/env python #coding: utf-8 # https://github.com/nekotaroneko/GUI_Helper from __future__ import print_function import json import ui import os import console,editor import sys class GUI_Helper(object): def __init__(self, pyui_path, extra_func_mode=False, remove_title_bar=False, remove_status_bar=False): ...
{ "pile_set_name": "Github" }
/** * Cookie.js * * Copyright, Moxiecode Systems AB * Released under LGPL License. * * License: http://www.tinymce.com/license * Contributing: http://www.tinymce.com/contributing */ (function() { var each = tinymce.each; /** * This class contains simple cookie manangement functions. * ...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Bengali [bn] //! author : Kaushik Gandhi : https://github.com/kaushikgandhi import moment from '../moment'; var symbolMap = { '1': '১', '2': '২', '3': '৩', '4': '৪', '5': '৫', '6': '৬', '7': '৭', '8': '৮', '9': '৯', '0': '০' }, nu...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Bengali [bn] //! author : Kaushik Gandhi : https://github.com/kaushikgandhi import moment from '../moment'; var symbolMap = { '1': '১', '2': '২', '3': '৩', '4': '৪', '5': '৫', '6': '৬', '7': '৭', '8': '৮', '9': '৯', '0': '০' }, nu...
{ "pile_set_name": "Github" }
<?php /** * Display social sharing icons. * * @package _s */ ?> <div class="social-share"> <h5 class="social-share-title"><?php esc_html_e( 'Share This', '_s' ); ?></h5> <ul class="social-icons menu menu-horizontal"> <li class="social-icon"> <a href="<?php echo esc_url( _s_get_twitter_share_url() ); ?>" on...
{ "pile_set_name": "Github" }
"..." { count(); return(ELLIPSIS); } ">>=" { count(); return(RIGHT_ASSIGN); } "<<=" { count(); return(LEFT_ASSIGN); } "+=" { count(); return(ADD_ASSIGN); } "-=" { count(); return(SUB_ASSIGN); } "*=" { count(); return(MUL_ASSIGN); } "/=" { count(); return(DIV_ASSIGN); } "%=" { count(); return(MOD_ASSIGN)...
{ "pile_set_name": "Github" }
#!/usr/local/bin/perl # x86 assember sub bn_mul_add_words { local($name)=@_; &function_begin($name,""); &comment(""); $Low="eax"; $High="edx"; $a="ebx"; $w="ebp"; $r="edi"; $c="esi"; &xor($c,$c); # clear carry &mov($r,&wparam(0)); # &mov("ecx",&wparam(2)); # &mov($a,&wparam(1)); # &and("ecx",0xfff...
{ "pile_set_name": "Github" }
/* * Copyright, Cedric Dugas, * Do not sell or redistribute */ (function($) { // mardown parser options, do not touch marked.setOptions({ gfm: true, pedantic: false, sanitize: true }); // Default setting var defaultSettings = { milestonesShown : 10, // If you want to show private repo // You n...
{ "pile_set_name": "Github" }
{ "country_code": "KR", "parents": [ "KR", "Jeollabuk-do" ], "locale": "ko", "subdivisions": { "Gochang-gun": { "local_code": "고창군", "postal_code_pattern": "564" }, "Gunsan-si": { "local_code": "군산시", "postal_code_pattern": "54[01]" }, "Gimje-si": { "local_code": "김제시", "postal_code...
{ "pile_set_name": "Github" }
/* FileSaver.js * A saveAs() FileSaver implementation. * 1.3.2 * 2016-06-16 18:25:19 * * By Eli Grey, http://eligrey.com * License: MIT * See https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md */ /*global self */ /*jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Generate devlist.h from the Zorro ID file. * * (c) 2000 Geert Uytterhoeven <geert@linux-m68k.org> * * Based on the PCI version: * * (c) 1999--2000 Martin Mares <mj@ucw.cz> */ #include <stdio.h> #include <string.h> #define MAX_NAME_SIZE 63 static void pq(FILE *f, const...
{ "pile_set_name": "Github" }
'use strict'; var childProcess = require('child_process'); var execFileSync = childProcess.execFileSync; var lcid = require('lcid'); var defaultOpts = {spawn: true}; var cache; function fallback() { cache = 'en_US'; return cache; } function getEnvLocale(env) { env = env || process.env; var ret = env.LC_ALL || env...
{ "pile_set_name": "Github" }
'use strict'; module.exports = function(grunt) { // Load grunt tasks automatically require('load-grunt-tasks')(grunt); // Time how long tasks take. Can help when optimizing build times require('time-grunt')(grunt); var config = require('./package.json'); // Define the configuration for all the tasks grunt.i...
{ "pile_set_name": "Github" }
# Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors # For license information, please see license.txt from __future__ import unicode_literals from frappe import _ import frappe from erpnext.hr.doctype.daily_work_summary.daily_work_summary import get_user_emails_from_group def execute(filters=None): ...
{ "pile_set_name": "Github" }
using Loon.Utils; namespace Loon.Action.Sprite.Node { public class LNProgressBar : LNSprite { private float _percent; private LNProgressBar.BarType _type; public LNProgressBar() { this._type = BarType.PROGRESS_BAR_LEFT; } public LNProgressBar(string fsName):base(fsName) { this._type = BarType....
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #include <linux/ceph/ceph_debug.h> #include <linux/bug.h> #include <linux/err.h> #include <linux/random.h> #include <linux/slab.h> #include <linux/types.h> #include <linux/ceph/mdsmap.h> #include <linux/ceph/messenger.h> #include <linux/ceph/decode.h> #include "super.h" /* * ch...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <title>{% apply striptags %}{% block title '' %}{% endapply %} | Grafikart</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimal-ui" /> {% block stylesheets %} {{ encore_entry_link_tags('app') }...
{ "pile_set_name": "Github" }
// Code generated by TestPretty. DO NOT EDIT. // GENERATED FILE DO NOT EDIT 1: - SELECT NULL AS table_cat, n.nspname AS table_schem, ct.relname AS table_name, a.attname AS column_name, (i.keys).n AS key_seq, ci.relname AS pk_name FROM pg_catalog.pg_class AS ct JOIN pg_catalog.pg_attribute AS a ...
{ "pile_set_name": "Github" }
/* $Id$ */ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /*** Generic C Identifier Processing Module ***/ /* IMPORT CheckId(char *, int), DoOption(char *), BeginOfProgram(), and EndOfProgram(). */ #...
{ "pile_set_name": "Github" }
{ "ext": "ext.", "country": "Paese del numero di telefono", "phone": "Telefono", "AB": "Abkhazia", "AC": "Ascension Island", "AD": "Andorra", "AE": "Emirati Arabi Uniti", "AF": "Afghanistan", "AG": "Antigua e Barbuda", "AI": "Anguilla", "AL": "Albania", "AM": "Armenia", "AO": "Angola", "AQ": "Antartide", ...
{ "pile_set_name": "Github" }
import * as fs from 'fs'; import * as path from 'path'; import * as uuid from 'uuid/v4'; import chalk from 'chalk'; import { IEntityConfig, IRelation, IQuery, IField, IApplyOptions, IFieldUpdate } from '@materia/interfaces'; import { App } from '../app'; import { MateriaError } from '../error'; import { MigrationType ...
{ "pile_set_name": "Github" }
package yaml import ( "reflect" "unicode" ) type keyList []reflect.Value func (l keyList) Len() int { return len(l) } func (l keyList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func (l keyList) Less(i, j int) bool { a := l[i] b := l[j] ak := a.Kind() bk := b.Kind() for (ak == reflect.Interface || ak == ...
{ "pile_set_name": "Github" }
package yaml import ( "reflect" "unicode" ) type keyList []reflect.Value func (l keyList) Len() int { return len(l) } func (l keyList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func (l keyList) Less(i, j int) bool { a := l[i] b := l[j] ak := a.Kind() bk := b.Kind() for (ak == reflect.Interface || ak == ...
{ "pile_set_name": "Github" }
package yaml import ( "reflect" "unicode" ) type keyList []reflect.Value func (l keyList) Len() int { return len(l) } func (l keyList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } func (l keyList) Less(i, j int) bool { a := l[i] b := l[j] ak := a.Kind() bk := b.Kind() for (ak == reflect.Interface || ak == ...
{ "pile_set_name": "Github" }
<ul class="item-list"> <li> <a href="/settings/password"> {{icon 'next' class="next"}} {{t 'Change password'}} </a> </li> <li> <a href="/settings/export"> {{icon 'next' class="next"}} {{t 'Import &amp; export'}} </a> </li> {{#unless confirmed}} <li> <a href="#resend-confirmation"> {{t ...
{ "pile_set_name": "Github" }
// Rewrite of the Troll Warlord Battle Trance ability // Author: Pizzalol // Date: 09.03.2015. "troll_warlord_battle_trance_datadriven" { // General //------------------------------------------------------------------------------------------------------------- "BaseClass" "ability_datadriven" "AbilityType" "...
{ "pile_set_name": "Github" }
<?php namespace Phalcon\Mvc\Router { /** * Phalcon\Mvc\Router\RouteInterface initializer */ interface RouteInterface { /** * Replaces placeholders from pattern returning a valid PCRE regular expression * * @param string $pattern * @param array $paths * @return string */ public function...
{ "pile_set_name": "Github" }
#!/usr/bin/perl use strict; my @del_macos_files; my @bad_cpp; my @test_main; my @makefiles; my @autogen_cpp; my $cleaned = 1; my $dist_archives_exist = 0; my @bad_h; open EVERYTHING,'find . -type d \( -name docs \) -prune -o -type f |' or die "Can't open find for file listing"; my %exclude_from_memtest_checks = ('Po...
{ "pile_set_name": "Github" }
lychee.define('harvester.data.Git').tags({ platform: 'node' }).requires([ 'harvester.data.Filesystem' ]).supports((lychee, global) => { try { require('child_process'); require('path'); return true; } catch (err) { } return false; }).exports((lychee, global, attachments) => { const _ROOT =...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
"roshan_halloween_wave_of_force_datadriven" { // General //------------------------------------------------------------------------------------------------------------- "BaseClass" "ability_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" "MaxL...
{ "pile_set_name": "Github" }
/** * JavaScript Object Oriented Programming Framework * Author: Joseph Huckaby * Copyright (c) 2008 Joseph Huckaby. * Released under the LGPL v3.0: http://www.opensource.org/licenses/lgpl-3.0.html **/ function _var_exists(name) { // return true if var exists in "global" context, false otherwise try { eval('v...
{ "pile_set_name": "Github" }
(function (Prism) { /** * Returns the placeholder for the given language id and index. * * @param {string} language * @param {string|number} index * @returns {string} */ function getPlaceholder(language, index) { return '___' + language.toUpperCase() + index + '___'; } Object.defineProperties(Prism....
{ "pile_set_name": "Github" }
az: ադրբեջաներեն az_AZ: 'ադրբեջաներեն (Ադրբեջան)' az_Latn_AZ: 'ադրբեջաներեն (լատինական, Ադրբեջան)' az_Latn: 'ադրբեջաներեն (լատինական)' az_Cyrl_AZ: 'ադրբեջաներեն (կյուրեղագիր, Ադրբեջան)' az_Cyrl: 'ադրբեջաներեն (կյուրեղագիր)' sq: ալբաներեն sq_AL: 'ալբաներեն (Ալբանիա)' sq_XK: 'ալբաներեն (Կոսովո)' sq_MK: 'ալբաներեն (Մակեդո...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * Ptrace test for GPR/FPR registers in TM context * * Copyright (C) 2015 Anshuman Khandual, IBM Corporation. */ #include "ptrace.h" #include "ptrace-gpr.h" #include "tm.h" /* Tracer and Tracee Shared Data */ int shm_id; unsigned long *cptr, *pptr; float a = FPR_1; f...
{ "pile_set_name": "Github" }
// Copyright 2012 Neal van Veen. All rights reserved. // Usage of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package gotty // Boolean capabilities var BoolAttr = [...]string{ "auto_left_margin", "bw", "auto_right_margin", "am", "no_esc_ctlc", "xsb", "ceol_standou...
{ "pile_set_name": "Github" }
{ "container": { "border-top": "1px solid #666", "border-left": "1px solid #666", "border-right": "1px solid #666", "border-bottom": "1px solid #666", "background-color": "#d7d7d7", "padding-top": "2px", "padding-bottom": "2px", "padding-left": "2px", "padding-right": "2px", "overflow": "hidden", ...
{ "pile_set_name": "Github" }
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # License: GNU General Public License v3. See license.txt from __future__ import unicode_literals import frappe from frappe import _ class ItemPriceDuplicateItem(frappe.ValidationError): pass from frappe.model.document import Document class Ite...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2018 Red Hat, Inc. and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-Lice...
{ "pile_set_name": "Github" }
/* Trivial test of ordered. */ /* { dg-require-effective-target sync_int_long } */ #include <omp.h> #include <string.h> #include <assert.h> #include "libgomp_g.h" #define N 100 static int next; static int CHUNK, NTHR; static void clean_data (void) { next = 0; } static void set_data (long i) { int n = __sync_...
{ "pile_set_name": "Github" }
<root> <styles> <include src="s2r://panorama/styles/dotastyles.vcss_c" /> <include src="s2r://panorama/styles/hud/dota_hud_ad_texture_sheet.vcss_c" /> </styles> <Panel class="DashboardPage"> <Panel id="AbilityDraftTextureSheet"> <Panel id="BaseAbilities"> <Panel class="Row LeftRightFlow"> <Pane...
{ "pile_set_name": "Github" }
using System; using Server; using Server.Items; namespace Server.Multis { public class SmallDragonBoat : BaseBoat { public override int NorthID{ get{ return 0x4; } } public override int EastID{ get{ return 0x5; } } public override int SouthID{ get{ return 0x6; } } public override int WestID{ get...
{ "pile_set_name": "Github" }
import React from 'react'; import TimeAgo from 'react-timeago'; import { Avatar, Icon } from 'components'; import { usePageContext } from 'utils/hooks'; import { timeAgoBaseProps } from 'utils/dates'; require('./threadEvent.scss'); type Props = { eventData: any; }; const ThreadEvent = (props: Props) => { const { ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.00" Name="zlibstat" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\zlibstatDebug" I...
{ "pile_set_name": "Github" }
<hkobject name="#hmce$79" class="hkbClipTriggerArray" signature="0x59c23a0f"> <hkparam name="triggers" numelements="5"> <hkobject> <hkparam name="localTime">-0.001000</hkparam> <hkparam name="event"> <hkobject> <hkparam name="id">27</hkparam> <hkparam name="payload">null</hkparam>...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="../common/docs.css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale = 1.0" /> <link href="./assets/favicon.ico" rel="shortcut icon" /> <title>Webix : Samples</ti...
{ "pile_set_name": "Github" }
<?php /* Phoronix Test Suite URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/ Copyright (C) 2010 - 2018, Phoronix Media Copyright (C) 2010 - 2018, Michael Larabel phodevi_audio.php: The PTS Device Interface object for audio / sound cards This program is free software; you can redistribute it a...
{ "pile_set_name": "Github" }