text
stringlengths
2
99k
meta
dict
--- a/bzip2.c +++ b/bzip2.c @@ -69,7 +69,6 @@ #if BZ_UNIX # include <fcntl.h> # include <sys/types.h> -# include <utime.h> # include <unistd.h> # include <sys/stat.h> # include <sys/times.h> @@ -1051,12 +1050,12 @@ void applySavedTimeInfoToOutputFile ( Ch { # if BZ_UNIX IntNative retVal; -...
{ "pile_set_name": "Github" }
--- title: 浏览器同源政策 date: 2018-03-15 10:51:07 cover: "https://cdn.jsdelivr.net/gh/okaychen/CDN@1.2/BlogSource/gallery/thumb_003.jpg" tags: - WEB安全 categories: - WEB安全 --- 我们都知道浏览器的“同源政策”是浏览器安全的基石,根本目的是为了保护用户信息安全,防止恶意的网站窃取数据。 1995年,同源政策由Netscape 公司引入。目前,所有浏览器都执行这个政策。 <!-- more --> 随着互联网的发展,保障用户的信息安全也越来越重要。非同源将受到...
{ "pile_set_name": "Github" }
<?php /** * Defines the lexer of the library. * * This is one of the most important components, along with the parser. * * Depends on context to extract lexemes. */ declare(strict_types=1); namespace PhpMyAdmin\SqlParser; use PhpMyAdmin\SqlParser\Exceptions\LexerException; if (! defined('USE_UTF_STRINGS')) { ...
{ "pile_set_name": "Github" }
2D500: 2D501: 2D502: 2D503: 2D504: 2D505: 2D506: 2D507: 2D508: 2D509: 2D50A: 2D50B: 2D50C: 2D50D: 2D50E: 2D50F: 2D510: 2D511: 2D512: 2D513: 2D514: 2D515: 2D516: 2D517: 2D518: 2D519: 2D51A: 2D51B: 2D51C: 2D51D: 2D51E: 2D51F: 2D520: 2D521: 2D522: 2D523: 2D524: 2D525: 2D526: 2D527: 2D528: 2D529: 2D52A: 2D52B: 2D52C: 2D52D...
{ "pile_set_name": "Github" }
import buble from '@rollup/plugin-buble' import resolve from '@rollup/plugin-node-resolve' import commonjs from '@rollup/plugin-commonjs' import url from '@rollup/plugin-url' import vue from 'rollup-plugin-vue' import coffeescript from 'rollup-plugin-coffee-script' import { terser } from 'rollup-plugin-terser' import a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>HTTP状态码</title> <link rel="stylesheet" href="../layui/css/layui.css"> <style type="text/css"> .layui-body { overflow-y: scroll; ...
{ "pile_set_name": "Github" }
<?php /** * This file is part of FacturaScripts * Copyright (C) 2020 Carlos Garcia Gomez <carlos@facturascripts.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...
{ "pile_set_name": "Github" }
{ "name": "cookie-signature", "version": "0.0.1", "description": "Sign and unsign cookies", "keywords": [ "cookie", "sign", "unsign" ], "author": { "name": "TJ Holowaychuk", "email": "tj@learnboost.com" }, "dependencies": {}, "devDependencies": { "mocha": "*", "should": "*"...
{ "pile_set_name": "Github" }
package openstack import ( "fmt" "github.com/gophercloud/gophercloud" tokens2 "github.com/gophercloud/gophercloud/openstack/identity/v2/tokens" tokens3 "github.com/gophercloud/gophercloud/openstack/identity/v3/tokens" ) // ErrEndpointNotFound is the error when no suitable endpoint can be found // in the user's c...
{ "pile_set_name": "Github" }
// // System.Web.UI.WebControls.SqlDataSourceSelectinEventArgs.cs // // Authors: // Sanjay Gupta (gsanjay@novell.com) // // (C) 2004 Novell, Inc. (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // ...
{ "pile_set_name": "Github" }
snd-au8810-objs := au8810.o snd-au8820-objs := au8820.o snd-au8830-objs := au8830.o obj-$(CONFIG_SND_AU8810) += snd-au8810.o obj-$(CONFIG_SND_AU8820) += snd-au8820.o obj-$(CONFIG_SND_AU8830) += snd-au8830.o
{ "pile_set_name": "Github" }
<?php /** * @id y2c.php-2014-2-1 * @desc 人人影视(yyets.com) 磁力链接输出 * @author Yaseng [Yaseng@UAUC.NET] **/ $str=$_GET['keyword']; if(!$str){ exit(); } $lists=get("http://www.yyets.com/search/index?keyword=".urldecode($str)."&type="); if(preg_match('/<div class=\"all_search_li2\"><a href="(.*)\" t...
{ "pile_set_name": "Github" }
using System; using System.Diagnostics.CodeAnalysis; namespace Xamarin.Android.Prepare { static class Runtime_Extensions { [return: MaybeNull] public static T As <T> (this Runtime runtime) where T: Runtime { return runtime as T; } } }
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
Starlette includes a `BackgroundTask` class for in-process background tasks. A background task should be attached to a response, and will run only once the response has been sent. ### Background Task Used to add a single background task to a response. Signature: `BackgroundTask(func, *args, **kwargs)` ```python f...
{ "pile_set_name": "Github" }
-module(rabbit_prelaunch). -include_lib("eunit/include/eunit.hrl"). -export([run_prelaunch_first_phase/0, assert_mnesia_is_stopped/0, get_context/0, get_stop_reason/0, set_stop_reason/1, clear_stop_reason/0, is_initial_pass/0, initial_pass_finished/0, ...
{ "pile_set_name": "Github" }
// DigitalRune Engine - Copyright (C) DigitalRune GmbH // This file is subject to the terms and conditions defined in // file 'LICENSE.TXT', which is part of this source code package. using System; using System.Diagnostics; using System.Globalization; using DigitalRune.Mathematics.Algebra; using Microsoft.Xna.Framewo...
{ "pile_set_name": "Github" }
<?php namespace App\Repository; use App\Entity\ShipmentMethod; use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository; use Doctrine\Common\Persistence\ManagerRegistry; /** * @method ShipmentMethod|null find($id, $lockMode = null, $lockVersion = null) * @method ShipmentMethod|null findOneBy(array $cr...
{ "pile_set_name": "Github" }
1 A Corua (La Corua) 2 Abha 3 Abu Dhabi 4 Acua 5 Adana 6 Addis Abeba 7 Aden 8 Adoni 9 Ahmadnagar 10 Akishima 11 Akron 12 al-Ayn 13 al-Hawiya 14 al-Manama 15 al-Qadarif 16 al-Qatif 17 Alessandria 18 Allappuzha (Alleppey) 19 Allende 20 Almirante Brown 21 Alvorada 22 Ambattur 23 Amersfoort 24 Amroha 25 Angra dos Reis 26 A...
{ "pile_set_name": "Github" }
#!/bin/sh cp -r bin $PREFIX cp -r lib $PREFIX mkdir -p $PREFIX/share/orthomcl/ cp doc/OrthoMCLEngine/Main/orthomcl.config.template $PREFIX/share/orthomcl/ chmod +x $PREFIX/bin/orthomclAdjustFasta chmod +x $PREFIX/bin/orthomclBlastParser chmod +x $PREFIX/bin/orthomclDropSchema chmod +x $PREFIX/bin/orthomclDumpPairsFi...
{ "pile_set_name": "Github" }
<?php namespace Home\Action; /** * ============================================================================ * WSTMall开源商城 * 官网地址:http://www.wstmall.net * 联系QQ:707563272 * ============================================================================ * 属性控制器 */ class AttributesAction extends BaseAction{ /** ...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const logic_1 = require("./logic"); const symbol_1 = require("../helper/symbol"); const geo_1 = require("../geo"); const type_1 = require("../utils/type"); exports.EQ = 'eq'; exports.NEQ = 'neq'; exports.GT = 'gt'; exports.GTE = 'gte'; exports...
{ "pile_set_name": "Github" }
/* * Copyright © 2018 Apple Inc. and the ServiceTalk project 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 requi...
{ "pile_set_name": "Github" }
.class public interface abstract Lcom/helpshift/l/b; .super Ljava/lang/Object; # virtual methods .method public abstract a()Ljava/lang/String; .end method .method public abstract b()Ljava/lang/String; .end method
{ "pile_set_name": "Github" }
{ "type" : "decrypt", "decryptKey" : "gnupg-v1-4-11-001-decrypt.asc", "passphrase": "test", "filename": "", "textcontent": "susheep\n" }
{ "pile_set_name": "Github" }
// Copyright 2006-2015 Tobias Sargeant (tobias.sargeant@gmail.com). // // This file is part of the Carve CSG Library (http://carve-csg.com/) // // 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 Softw...
{ "pile_set_name": "Github" }
# Overview The etcd v3 API is designed to give users a more efficient and cleaner abstraction compared to etcd v2. There are a number of semantic and protocol changes in this new API. For an overview [see Xiang Li's video](https://youtu.be/J5AioGtEPeQ?t=211). To prove out the design of the v3 API the team has also bu...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI autocomplete documentation</title> <style> body { font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif" } .gutter { display: none; } </style> </head> <body> <script>{ "title": "Autocomplete Widget", ...
{ "pile_set_name": "Github" }
/* cgelsd.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # TODO: this template needs more keyword in order to avoid matching # instead of other Amazon templates for other countries and/or languages fields: amount: EUR (\d+,\d+)\n\nMit dieser Warenlieferung date: Lieferdatum/Rechnungsdatum.*(\d{1,2}\. \w+ \d{4}) invoice_number: Rechnungsnr\. ([A-...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses th...
{ "pile_set_name": "Github" }
VERSION=1.00 [testbdb] protocol=flat location=t/tmp dbname=testbdb [embl] protocol=biofetch location=http://www.ebi.ac.uk/cgi-bin/dbfetch dbname=embl [swissprot] protocol=biofetch location=http://www.ebi.ac.uk/cgi-bin/dbfetch dbname=swall
{ "pile_set_name": "Github" }
class ActionBlockingExecuteScript extends ActionExecuteScript; defaultproperties { block = true actionDisplayName = "Blocking Execute Script" actionHelp = "Execute a script, blocking the calling script" }
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/ncpfs/sock.c * * Copyright (C) 1992, 1993 Rick Sladkey * * Modified 1995, 1996 by Volker Lendecke to be usable for ncp * Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <...
{ "pile_set_name": "Github" }
<?php /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyr...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
import type * as d from '../../../declarations'; import { convertValueToLiteral, createStaticGetter } from '../transform-utils'; import { flatOne, buildError, augmentDiagnosticWithNode, buildWarn } from '@utils'; import { getDeclarationParameters, isDecoratorNamed } from './decorator-utils'; import ts from 'typescript'...
{ "pile_set_name": "Github" }
# puzzle game **this is a puzzle game use canvas to draw** 拼图游戏 使用canvas进行每块图片进行绘制,游戏逻辑的判断,最后是游戏的结束。 详细的逻辑可以参考我的源码 ### demo地址 [拼图游戏](http://www.lhbzimo.cn/demo2/index.html) ### 二维码 ![images](http://lhbzimo.oss-cn-shenzhen.aliyuncs.com/demo2.png) ### 效果图 ![image](http://lhbzimo.oss-cn-shenzhen.aliyuncs.com/puzzl...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
{ "pile_set_name": "Github" }
/* * This file is part of Hootenanny. * * Hootenanny 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 of the License, or * (at your option) any later version. * * This program is distri...
{ "pile_set_name": "Github" }
0,0 1,1 2,1 3,2 4,3 5,4 6,5 7,6 8,7 9,7 10,8 11,9 12,10 13,11 14,12 15,13 16,13 17,14 18,15 19,16 20,17 21,18 22,19 23,20 24,20 25,21 26,22 27,23 28,24 29,25 30,26 31,27 32,28 33,29 34,29 35,30 36,31 37,32 38,33 39,34 40,35 41,36 42,37 43,38 44,39 45,40 46,40 47,41 48,42 ...
{ "pile_set_name": "Github" }
/* This is a compiled file, to make changes persist, consider editing under the templates directory */ .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 2000...
{ "pile_set_name": "Github" }
# Telemetry reference This document describes all telemetry properties supported by the [ETS2 Telemetry Web Server](https://github.com/Funbit/ets2-telemetry-server). ## Property types #### boolean A boolean value that can be either true or false. #### integer An integer value. Example: 40 #### float A floating...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive ...
{ "pile_set_name": "Github" }
/* Author: King, wangjingui@outlook.com Date: Dec 25, 2014 Problem: Scramble String Difficulty: Medium Source: https://oj.leetcode.com/problems/scramble-string/ Notes: Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is on...
{ "pile_set_name": "Github" }
{ "multi":null, "text":"《聊斋志异》里,彼此有情的神仙云萝公主问凡人安大业:“今有两道,请君择之。若为棋酒之交,可得三十年聚首;若作床笫之欢,可六年谐合耳。君焉取?”——换作你,会如何回答呢?", "user":{ "verified":true, "description":true, "gender":"f", "messages":10025, "followers":4038, "location":"北京 西城区", "time":1284372525, "friends":1298, "verified_type":0 }, "has_url":false, "comments":115, "pi...
{ "pile_set_name": "Github" }
// moment.js language configuration // language : vietnamese (vi) // author : Bang Nguyen : https://github.com/bangnk (function (factory) { if (typeof define === 'function' && define.amd) { define(['moment'], factory); // AMD } else if (typeof exports === 'object') { module.exports = factory(re...
{ "pile_set_name": "Github" }
/* * Swagger Petstore * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * OpenAPI spec version: 1.0.0 * Contact: apiteam@swagger.io * * NOTE: This class is auto generated by the swagger code generator p...
{ "pile_set_name": "Github" }
module.exports = require('./rest');
{ "pile_set_name": "Github" }
#N canvas 376 24 580 400 10; #N canvas 265 48 643 640 fft-analysis 0; #X obj 15 164 *~; #X obj 14 99 inlet~; #X obj 15 218 rfft~; #X obj 36 140 tabreceive~ \$0-hann; #X obj 14 353 *~; #X obj 56 353 *~; #X obj 15 8 block~ 512 4; #X text 85 88 The inlet~ now re-uses 3/4 of the previous block \, along with the 128 new sam...
{ "pile_set_name": "Github" }
var createWrap = require('./_createWrap'), flatRest = require('./_flatRest'); /** Used to compose bitmasks for function metadata. */ var WRAP_REARG_FLAG = 256; /** * Creates a function that invokes `func` with arguments arranged according * to the specified `indexes` where the argument value at the first index ...
{ "pile_set_name": "Github" }
/* * websupport.js * ~~~~~~~~~~~~~ * * sphinx.websupport utilties for all documentation. * * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ (function($) { $.fn.autogrow = function() { return this.each(function() { var textarea = this; ...
{ "pile_set_name": "Github" }
{ "name": "os-browserify", "version": "0.2.1", "author": "CoderPuppy <coderpup@gmail.com>", "license": "MIT", "main": "main.js", "browser": "browser.js", "jspm": { "map": { "./main.js": { "node": "@node/os", "browser": "./browser.js" } } }, "repository": { "type": "git", "url": "http://gi...
{ "pile_set_name": "Github" }
<div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="<%= rel_prefix %>/index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="<%= rel_prefix %>/table_of_contents.html#pages">Pages</a> <a href="<%= rel_prefix %>/table_of_conte...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftgzip.h */ /* */ /* Gz...
{ "pile_set_name": "Github" }
# # Secret Labs' Regular Expression Engine # # convert re-style regular expression to sre pattern # # Copyright (c) 1998-2001 by Secret Labs AB. All rights reserved. # # See the sre.py file for information on usage and redistribution. # """Internal support module for sre""" # XXX: show string offset and offending ch...
{ "pile_set_name": "Github" }
Delta heterogeneity is observed in every individual mouse.
{ "pile_set_name": "Github" }
# Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'targets': [ { 'target_name': 'longexe', 'type': 'executable', 'msvs_settings': { # Use this as a simple way to get a long command...
{ "pile_set_name": "Github" }
* purple.main lst off * The job of this routine is to set $DA to $01 * ( in aux-zpage!!! ) slot = $FD *------------------------------------------------- * * HLS APPLE COPY PROTECTION * COPYRIGHT (C) 1987 HLS DUPLICATION * * HLS 408-773-1500 * * Modified by Roland Gustafsson 8/25/89 *...
{ "pile_set_name": "Github" }
/* deflate.h -- internal compression state * Copyright (C) 1995-2010 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is subject to cha...
{ "pile_set_name": "Github" }
using SQLite; using System; namespace Cnblogs.Droid.Model { public class NewsModel { [PrimaryKey, Indexed] public int Id { get; set; } public string Title { get; set; } public string Summary { get; set; } public int TopicId { get; set; } public string TopicIcon {...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="x-ua-compatible" content="ie=7"/> <title> 住哪网某站非常奇...
{ "pile_set_name": "Github" }
// Copyright David Abrahams 2002. // 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) #ifndef OPERATOR_ID_DWA2002531_HPP # define OPERATOR_ID_DWA2002531_HPP namespace boost { namespace python { namespace detail { e...
{ "pile_set_name": "Github" }
{ "name": "cloudFormationTerminationProtection", "file": "cloudFormationTerminationProtection.rego", "template_args": null, "severity": "MEDIUM", "description": "Enable AWS CloudFormation Stack Termination Protection", "reference_id": "AWS.CloudFormation.Medium.0605", "category": " ", "v...
{ "pile_set_name": "Github" }
#include "unicode.h" #include <stdio.h> #include <stdint.h> // Tests whether the code point is an utf-16 surrogate (encoded // representation of low or high bits). int opa_unicode_surrogate(int codepoint) { return 0xd800 <= codepoint && codepoint < 0xe000 ? TRUE : FALSE; } // Reads the unicode UTF-16 code unit \...
{ "pile_set_name": "Github" }
package org.thunlp.hadoop; import java.io.IOException; import java.util.Iterator; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapred.JobConf; import org.apache.hadoop.mapred.OutputCollector; import org.apache.hadoop.mapred.Reducer; import org.apache.hadoop.mapred.Reporter; public abstract class TextRe...
{ "pile_set_name": "Github" }
/* ** Bytecode writer. ** Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h */ #define lj_bcwrite_c #define LUA_CORE #include "lj_obj.h" #include "lj_gc.h" #include "lj_str.h" #include "lj_bc.h" #if LJ_HASFFI #include "lj_ctype.h" #endif #if LJ_HASJIT #include "lj_dispatch.h" #include "lj_jit.h" #en...
{ "pile_set_name": "Github" }
# AndroidProguardPlugin [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidProguardPlugin-green.svg?style=true)](https://android-arsenal.com/details/1/3721) OneKey Android Studio generate proguard codes 一键生成项目混淆代码插件,值得你安装~ # Screenshot ![](http://7xrnko.com1.z0.glb.clouddn.com/androidproguard...
{ "pile_set_name": "Github" }
let encoding = &enc if encoding == 'latin1' if has("unix") let encoding = 'iso-8859-8' else let encoding = 'cp1255' endif endif if encoding == 'utf-8' source <sfile>:p:h/hebrewp_utf-8.vim elseif encoding == 'cp1255' source <sfile>:p:h/hebrewp_cp1255.vim else source <sfile>:p:h/hebrewp_iso-8859-8.vim e...
{ "pile_set_name": "Github" }
import React, { Component } from 'react'; import styles from './BotAssetsInfo.module.scss'; import InfoIcon from '../InfoIcon/InfoIcon'; class BotAssetsInfo extends Component { render() { const updatedDate = new Date(this.props.lastUpdated); const updatedDateLocalString = updatedDate.toLocaleString().replace...
{ "pile_set_name": "Github" }
/* HTTP Content-Type Autonegotiation. The functions in this package implement the behaviour specified in http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Copyright (c) 2011, Open Knowledge Foundation Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <Attribute name="SpeciesMetaData" purpose="" persistent="false" keyframe="false" exportAPI="" exportInclude="" codefile="SpeciesMetaData.code"> <Field name="name" label="name" type="string"> </Field> <Field name="meshName" label="Mesh name" type="string"> </Field> <Field name...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content=" initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable"...
{ "pile_set_name": "Github" }
// // Stub out `require` in rhino // function require(arg) { return less[arg.split('/')[1]]; }; // ecma-5.js // // -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License // -- tlrobinson Tom Robinson // dantman Daniel Friesen // // Array // if (!Array.isArray) { Array.isArray = function(obj) { r...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:29:22.121867", "description": "Monitoring tool for Gearman servers", "fork": false, "full_name": "yugene/Gearman-Monitor", "language": "PHP", "updated_at": "2015-02-27T23:44:28.747291" }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> <ac...
{ "pile_set_name": "Github" }
/* base */ *{ padding: 0; margin: 0; } body, input, textarea, select, button { font-family: Helvetica, Arial, san-serif; } a{ color: #2489ce; text-decoration: none; } /* 下拉菜单 */ .menuSelector{ display: block; text-align: center; position: relative; margin: .5em 0; padding: 0...
{ "pile_set_name": "Github" }
#!/bin/bash set -ueo pipefail SRC=$1 DST=$(dirname "$2") BASE=$(basename "$2") # Use a subshell to scope the directory change. ( cd "$SRC" zip -r "$BASE" . -x ".*" -x "__MACOSX" ) mkdir -p "$DST" mv "$SRC/$BASE" "$DST"
{ "pile_set_name": "Github" }
/* Copyright (c) 1992-2008 The University of Tennessee. All rights reserved. * See file COPYING in this directory for details. */ #ifdef __cplusplus #define REGISTER #else #define REGISTER register #endif #ifdef __cplusplus extern "C" { #endif /*--------------------------------------------------------------------...
{ "pile_set_name": "Github" }
# Contributing When contributing to this repository, please **first discuss the change you wish to make via issue, email, or any other method with the owners of this repository**. Pull requests that do not respond to an open issue that has been agreed upon by the maintainers will most likely be rejected. Please n...
{ "pile_set_name": "Github" }
<p> Parent </p> <div data-bind="page: {id: 'ipsum', source: '../test-data/ipsum.html'}"> </div>
{ "pile_set_name": "Github" }
#define SIM #include "systime.c"
{ "pile_set_name": "Github" }
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types"; export const definition: IconDefinition; export const faBug: IconDefinition; export const prefix: IconPrefix; export const iconName: IconName; export const width: number; export const height: number; export const ligatures: st...
{ "pile_set_name": "Github" }
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ package com.microsoft.fluentuidemo.demos.list import android.text.TextUtils import android.view.View import com.microsoft.fluentui.listitem.ListItemView /** * This defines data associated with [ListItemView]s. */...
{ "pile_set_name": "Github" }
// Copyright 2020-present the Material Components for iOS authors. 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" }
/* * OpenClonk, http://www.openclonk.org * * Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de/ * Copyright (c) 2009-2016, The OpenClonk Team and contributors * * Distributed under the terms of the ISC license; see accompanying file * "COPYING" for details. * * "Clonk" is a registered trademark...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
{ "pile_set_name": "Github" }
{ "name": "@cedalo/webui-extensions", "version": "2.0.0", "description": "Web UI Extensions", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/cedalo/streamsheets.git" }, "author": "Cedalo AG", "bugs": { "url": "https://github.com/cedalo/streamsheets/issues" }, "dependen...
{ "pile_set_name": "Github" }
'use strict' const normaliseContent = require('./normalise-content') const normaliseInput = require('./normalise-input') /* * Transforms any of the `ipfs.add` input types into * * ``` * AsyncIterable<{ path, mode, mtime, content: AsyncIterable<Buffer> }> * ``` * * See https://github.com/ipfs/js-ipfs/blob/maste...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Notwithstanding anything to the contrary herein, any previous version of Tencent GT shall not be subject to the license hereunder. All right, title, and interest, including all intellectual property rights, in and to the previous version of Tencent GT (includin...
{ "pile_set_name": "Github" }
/* This file is part of Darling. Copyright (C) 2019 Lubos Dolezel Darling 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 of the License, or (at your option) any later version. Darling i...
{ "pile_set_name": "Github" }
package main // Tests of 'freevars' query. // See go.tools/guru/guru_test.go for explanation. // See freevars.golden for expected query results. // TODO(adonovan): it's hard to test this query in a single line of gofmt'd code. type T struct { a, b int } type S struct { x int t T } func f(int) {} func main() { ...
{ "pile_set_name": "Github" }
// Copyright 2012 Daniel James. // 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) #include "./config.hpp" #ifdef BOOST_HASH_TEST_EXTENSIONS # ifdef BOOST_HASH_TEST_STD_INCLUDES # include <functional> # else # ...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #endif #import "Pods-environment.h"
{ "pile_set_name": "Github" }
# Catalan translation of easybook default titles title: acknowledgement: 'Agraïments' afterword: '*Afterword*' author: 'Autor' conclusion: 'Conclusió' cover: 'Coberta' dedication: 'Dedicatòria' edition: 'Edició' epilogue: 'Epíleg' for...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash python handling_annotations/run_image_color_quantization.py \ -imgs "./data-images/drosophila_ovary_slice/segm_rgb/*.png" python handling_annotations/run_image_color_quantization.py \ -imgs "./data-images/drosophila_ovary_slice/segm_rgb/*.png" \ -m position python handling_annotations/r...
{ "pile_set_name": "Github" }
// Copyright 2018 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Flags: --allow-natives-syntax --harmony-dynamic-import // Resources: test/mjsunit/regress/modules-skip-regress-797581-1.js // Resources: test/mjsunit...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007, 2008 Apple Inc. 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 list of condit...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Su...
{ "pile_set_name": "Github" }
defmodule EctoEnum do @moduledoc """ Provides `defenum/2` and `defenum/3` macro for defining an Enum Ecto type. This module can also be `use`d to create an Ecto Enum like: defmodule CustomEnum do use EctoEnum, ready: 0, set: 1, go: 2 end Or in place of using `EctoEnum.Postgres` like: ...
{ "pile_set_name": "Github" }