text
stringlengths
2
99.9k
meta
dict
var baseSlice = require('./_baseSlice'), isIterateeCall = require('./_isIterateeCall'), toInteger = require('./toInteger'); /** * Creates a slice of `array` from `start` up to, but not including, `end`. * * **Note:** This method is used instead of * [`Array#slice`](https://mdn.io/Array/slice) to ensure den...
{ "pile_set_name": "Github" }
#import "GPUImageFilter.h" @interface GPUImageHighlightShadowFilter : GPUImageFilter { GLint shadowsUniform, highlightsUniform; } /** * 0 - 1, increase to lighten shadows. * @default 0 */ @property(readwrite, nonatomic) CGFloat shadows; /** * 0 - 1, decrease to darken highlights. * @default 1 */ @property(...
{ "pile_set_name": "Github" }
{ "name": "HomeApp", "version": "0.0.1", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "home-config": "file:../home-config", "home-records": "file:../home-records", "immutable": "^3.8.1", "pure-render-decorator": "^1....
{ "pile_set_name": "Github" }
[Desktop Entry] Name=GraphQL Playground Comment=GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration) Exec=AppRun Terminal=false Type=Application Icon=graphql-playground-electron X-AppImage-Version=1.3.24.1760 X-AppImage-BuildId=1f2548d0-f8ac-11a7-36a8-65fd833819f1 Categ...
{ "pile_set_name": "Github" }
<?php /** * @group Cache */ class MapCacheLRUTest extends PHPUnit\Framework\TestCase { use MediaWikiCoversValidator; /** * @covers MapCacheLRU::newFromArray() * @covers MapCacheLRU::toArray() * @covers MapCacheLRU::getAllKeys() * @covers MapCacheLRU::clear() * @covers MapCacheLRU::getMaxSize() * @cove...
{ "pile_set_name": "Github" }
──────────────────── aaa ──────────────────── bbb
{ "pile_set_name": "Github" }
<testcase> # Similar to test33 <info> <keywords> HTTP HTTP PUT Resume Content-Range </keywords> </info> # Server-side <reply> <data> HTTP/1.1 200 OK swsclose Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Accept-Ranges: bytes Content-Length: 0 Connection: close Content-Type: text/html </data> </...
{ "pile_set_name": "Github" }
#!/usr/bin/env perl use strict; use warnings; use lib ($ENV{EUK_MODULES}); use Fasta_reader; my $usage = "usage: $0 file.fasta\n\n"; my $fasta_file = $ARGV[0] or die $usage; main: { my $fasta_reader = new Fasta_reader($fasta_file); my %seen; while (my $seq_obj = $fasta_reader->next()) { ...
{ "pile_set_name": "Github" }
// // RZRectZoomAnimationController.h // RZTransitions // // Created by Stephen Barnes on 12/13/13. // Copyright 2014 Raizlabs and other contributors // http://raizlabs.com/ // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (...
{ "pile_set_name": "Github" }
.class public abstract Lcom/facebook/share/model/ShareMessengerActionButton$Builder; .super Ljava/lang/Object; # interfaces .implements Lcom/facebook/share/model/ShareModelBuilder; # annotations .annotation system Ldalvik/annotation/Signature; value = { "<M:", "Lcom/facebook/share/model/ShareMess...
{ "pile_set_name": "Github" }
// // HTMLNode.m // StackOverflow // // Created by Ben Reeves on 09/03/2010. // Copyright 2010 Ben Reeves. All rights reserved. // #import "HTMLNode.h" #import <libxml/HTMLtree.h> @implementation HTMLNode -(HTMLNode*)parent { return [[HTMLNode alloc] initWithXMLNode:_node->parent]; } -(HTMLNode*)nextSibling {...
{ "pile_set_name": "Github" }
var fs = require('graceful-fs') function symlinkType (srcpath, type, callback) { callback = (typeof type === 'function') ? type : callback type = (typeof type === 'function') ? false : type if (type) return callback(null, type) fs.lstat(srcpath, function (err, stats) { if (err) return callback(null, 'file'...
{ "pile_set_name": "Github" }
/// F# helpers to the Azure Compute API /// Copyright (c) Microsoft Corporation. module Microsoft.FSharpLu.Azure.VM open System open Microsoft.Azure.Storage open Microsoft.FSharpLu open Microsoft.FSharpLu.Async open Microsoft.Azure.Management.Compute open Microsoft.Azure.Management.Compute.Models open Microsoft.Azure...
{ "pile_set_name": "Github" }
# # (C) Copyright 2000-2007 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Softwa...
{ "pile_set_name": "Github" }
libtcmalloc_minimal_la-internal_logging.lo \ libtcmalloc_minimal_la-internal_logging.o: src/internal_logging.cc \ /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/gnu/stubs.h \ /usr/local/lib/gcc/i686-pc-linux-gnu/4.0.2/include/stddef.h \ /usr/include/bits/types.h /usr/incl...
{ "pile_set_name": "Github" }
[defaults] roles_path = ../
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"> <f:if condition="{label} && {name}"> <div class="typo3-adminPanel-form-group"> <div class="typo3-adminPanel-form-select"> <label for="{name}" class="typo3-adminPanel-form-select-label"> ...
{ "pile_set_name": "Github" }
const INITIAL_STATE = { value: 'Opa' } export default function(state = INITIAL_STATE, action) { switch(action.type) { case 'VALUE_CHANGED': return { value: action.payload } default: return state } }
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * 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://mozil...
{ "pile_set_name": "Github" }
#include "test/jemalloc_test.h" #define NTHREADS 2 #define NINCRS 2000000 TEST_BEGIN(test_mtx_basic) { mtx_t mtx; assert_false(mtx_init(&mtx), "Unexpected mtx_init() failure"); mtx_lock(&mtx); mtx_unlock(&mtx); mtx_fini(&mtx); } TEST_END typedef struct { mtx_t mtx; unsigned x; } thd_start_arg_t; static vo...
{ "pile_set_name": "Github" }
require_llvm 3.7 install_package "openssl-1.0.2o" "https://www.openssl.org/source/openssl-1.0.2o.tar.gz#ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d" mac_openssl --if has_broken_mac_openssl install_package "rubinius-4.19" "https://rubinius-releases-rubinius-com.s3.amazonaws.com/rubinius-4.19.tar.bz2...
{ "pile_set_name": "Github" }
<div class="btn-group navbar-left"> <button id="tocButt" tabindex="1" tabindex="1" type="button" class="btn icon-toc" title="{{strings.toc}} [{{keyboard.TocShowHideToggle}}]" aria-label="{{strings.toc}} [{{keyboard.TocShowHideToggle}}]" accesskey="{{keyboard.accesskeys.TocShowHideToggle}}"> <span class="gly...
{ "pile_set_name": "Github" }
/* Printable.h - Interface class that allows printing of complex types Copyright (c) 2011 Adrian McEwen. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <artifactId>Signature_Wrapping</artifact...
{ "pile_set_name": "Github" }
#pragma once #include <memory> #include "lv2core/Plugin.hpp" class RnNoiseCommonPlugin; class RnNoiseLv2Plugin : public lv2::Plugin<lv2::NoExtension> { public: RnNoiseLv2Plugin(double sample_rate, const char *bundle_path, const LV2_Feature *const *features, bool *valid); ~RnNoiseLv2Plugin(); void connec...
{ "pile_set_name": "Github" }
/* Copyright 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/CoreHAP.framework/CoreHAP */ @interface HAPWACScanRequest : NSObject <NSCopying> { id /* block */ _completion; HAPWACScanFilter * _filter; unsigned long long _filterMethod; NSUUID * _uuid; } @property (nonatomic, copy) id /*...
{ "pile_set_name": "Github" }
/* * cliff.js: CLI output formatting tools: "Your CLI Formatting Friend". * * (C) 2010, Nodejitsu Inc. * */ var colors = require('colors'), eyes = require('eyes'), winston = require('winston'); var cliff = exports, logger; cliff.__defineGetter__('logger', function () { delete cliff.logger; retu...
{ "pile_set_name": "Github" }
using System; using Microsoft.EntityFrameworkCore; using Cofoundry.Core; using Cofoundry.Core.EntityFramework; namespace Cofoundry.Domain.Data { /// <summary> /// The main Cofoundry entity framework DbContext representing all the main /// entities in the Cofoundry database. Direct access to the DbContext ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <title>Scrollboxes with uniform backgrounds should pull that color into their contents</title> <style> div { min-height: 50px; box-model: border-box; } .first, .second { border: 1px solid blue; margin: 50px 0; } .border { border: 1px solid black; } ...
{ "pile_set_name": "Github" }
{"version":3,"file":"mergeScan.js","sources":["../../src/add/operator/mergeScan.ts"],"names":[],"mappings":";;AAAA,8CAA4C"}
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ASCII"?> <!--This file was created automatically by html2xhtml--> <!--from the HTML stylesheets.--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0"> <!-- *******************************************************************...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 Nathan Osman * * 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, merge, publis...
{ "pile_set_name": "Github" }
module.exports = function describeTasks(api) { api.describeTask({ match: /vue-cli-service styleguidist$/, description: 'Compiles and hot-reloads styleguide for development', link: 'https://vue-styleguidist.github.io/CLI.html#cli-commands-and-options' }) api.describeTask({ match: /vue-cli-service styleguidis...
{ "pile_set_name": "Github" }
import Foundation class ConcurrentMap<T: Hashable, U: Any> { private let syncQueue: DispatchQueue private var map: [T: U] = [:] init(_ id: String) { syncQueue = DispatchQueue(label: id, attributes: .concurrent) } var kvPairs: [T: U] { let copy = map r...
{ "pile_set_name": "Github" }
package org.elixir_lang.jps; import com.intellij.util.containers.ContainerUtil; import org.elixir_lang.jps.builder.SourceRootDescriptor; import org.elixir_lang.jps.target.Type; import org.elixir_lang.jps.model.ModuleType; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.j...
{ "pile_set_name": "Github" }
#! /bin/bash scp -r documentation/html /home/project-web/genn/htdocs/documentation/
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:c17e26c704255ae4a5985531228da140bd69d97a104af4f202755ab33623ac4b size 154844
{ "pile_set_name": "Github" }
/* * UWB radio (channel) management. * * Copyright (C) 2008 Cambridge Silicon Radio Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. * * This program is distributed in t...
{ "pile_set_name": "Github" }
compile: xmeasure: sudo modprobe msr sudo ../../RAPL/main "" TypeScript pidigits mem: /usr/bin/time -v ./binarytrees.gpp-9.gpp_run 21 valgrind: valgrind --tool=massif --stacks=yes ./binarytrees.gpp-9.gpp_run 21
{ "pile_set_name": "Github" }
import React from 'react'; import { StyledIcon } from '../StyledIcon'; export const Descend = props => ( <StyledIcon viewBox='0 0 24 24' a11yTitle='Descend' {...props}> <path fill='none' stroke='#000' strokeWidth='2' d='M2,8 L8,2 L14,8 M11,21 L22,21 M11,17 L19,17 M11,13 L16,13 M8,2 L8,22' transform='matrix(1 0 ...
{ "pile_set_name": "Github" }
test() -> X = try fail() catch module:ex -> ok; module:ex -> ok<caret>
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('rangeStepRight', require('../rangeRight')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
{ "multi":null, "text":"【司机注意啦】昨天下午六点开始,武汉市高清探头全部启动,副驾驶室不系安全带相同处罚,开车时打电话罚款50元,闯黄闪罚200,越线停车罚100,今天起晚六点半至深夜二点,为期60天,全国交警集中查处酒驾,一经查获,一律拘役六个月,五年内不得考证。 相互转告亲友并通知同事避免被罚!(via@乐里街区)", "user":{ "verified":true, "description":true, "gender":"m", "messages":15311, "followers":211228, "location":"湖北 武汉", "time":1306664711, "friend...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace PhpParser; interface NodeTraverserInterface { /** * Adds a visitor. * * @param NodeVisitor $visitor Visitor to add */ public function addVisitor(NodeVisitor $visitor); /** * Removes an added visitor. * * @param NodeVisitor $visit...
{ "pile_set_name": "Github" }
<div data-control="toolbar"> <a href="<?= Backend::url('october/test/themes/create') ?>" class="btn btn-primary oc-icon-plus"> New Theme </a> </div>
{ "pile_set_name": "Github" }
/** * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://www.apache.org/licenses/LICENSE-2.0 * * or ...
{ "pile_set_name": "Github" }
#Driver Information VendorId = 00000000 DeviceId = 00000000 Class = 000C0003 SubClass = 00300000 Flags = 00000000
{ "pile_set_name": "Github" }
(* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
{ "pile_set_name": "Github" }
(ns puppetlabs.puppetdb.query.population-test (:require [puppetlabs.puppetdb.query.population :as pop] [clojure.java.jdbc :as sql] [clojure.test :refer :all] [puppetlabs.puppetdb.jdbc :as jdbc] [puppetlabs.puppetdb.scf.storage :refer [deactivate-node!]] [pup...
{ "pile_set_name": "Github" }
/** * 将字符串数据进行整理,变成XML的可读类 */ function XML(data){ var _root = this; var xml = null; var arr = new Array(); var btype if(data != null){ if(data instanceof Array){ arr = data; }else{ if(window.DOMParser){ xml = (new DOMParser()).parseFromString(data, "text/xml").childNodes; }else{ xml = ne...
{ "pile_set_name": "Github" }
require("long-stack-traces"); var fs=require("fs") _ = require("underscore"); window = null; suite("tests suite", function () { test("define suites", function (done) { this.timeout(15000); var jsdom = require("jsdom"); jsdom.env( "some.html", [], function (errors, domWindow) { function fakeWorkerPr...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # License: BSD # https://raw.github.com/yujinrobot/kobuki/hydro-devel/kobuki_testsuite/LICENSE # ############################################################################## # Python Imports ############################################################################## import random f...
{ "pile_set_name": "Github" }
/* PARTIO SOFTWARE Copyright 2010 Disney Enterprises, 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: * Redistributions of source code must retain the above copyright notice, this list of conditions...
{ "pile_set_name": "Github" }
<!DOCTYPE html > <html> <head> <title>CoNLLGenerator - Spark NLP 2.6.1 ScalaDoc - com.johnsnowlabs.util.CoNLLGenerator</title> <meta name="description" content="CoNLLGenerator - Spark NLP 2.6.1 ScalaDoc - com.johnsnowlabs.util.CoNLLGenerator" /> <meta name="keywords" content="CoNLL...
{ "pile_set_name": "Github" }
use { crate::{ hypervisor::{Guest, VcpuIo, VcpuState}, object::*, signal::*, task::{Thread, ThreadFlag}, }, alloc::sync::Arc, core::convert::TryInto, rvm::{self, Vcpu as VcpuInner}, spin::Mutex, }; /// Virtual CPU within a Guest, which allows for execution within...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "SmallBird_11.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
/* copyright Steve Dekorte, 2004 license BSD revised description A Binary Stream that supports tagged items. */ #ifndef BSTREAM_DEFINED #define BSTREAM_DEFINED 1 #include "Common.h" #include "UArray.h" #include "BStreamTag.h" #ifdef __cplusplus extern "C" { #endif //typedef struct UArray UArray; typedef struct...
{ "pile_set_name": "Github" }
import { useQuery } from 'urql'; import gql from 'graphql-tag'; import ErrorMessage from './ErrorMessage'; import PostUpvoter from './PostUpvoter'; export const allPostsQuery = gql` query allPosts($first: Int!, $skip: Int!) { allPosts(orderBy: createdAt_DESC, first: $first, skip: $skip) { id title ...
{ "pile_set_name": "Github" }
@media screen { .MediaAwareComponent:before { content: 'Media: screen'; } } @media print { .MediaAwareComponent:before { content: 'Media: print'; } }
{ "pile_set_name": "Github" }
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.11] - 2020-01-29 ### Fixed - Fix tests in node.js v12+, #...
{ "pile_set_name": "Github" }
{ "symbol": "BXC", "name": "BonusCloud", "type": "ERC20", "address": "0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43", "ens_address": "", "decimals": 18, "website": "https://bonuscloud.io/", "logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" }, "support": { "email": "", "url": "" }, "social...
{ "pile_set_name": "Github" }
<Context > <Resource name="jdbc/TestDS" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" username="xx" password="xx" driverClassName="com.mysql.jdbc.Driver" validat...
{ "pile_set_name": "Github" }
<?php /* @homepage <https://github.com/semsol/arc2> @license W3C Software License and GPL class: ARC2 DC Extractor author: Benjamin Nowack version: 2010-11-16 */ ARC2::inc('RDFExtractor'); class ARC2_DcExtractor extends ARC2_RDFExtractor { function __construct($a, &$caller) { parent::__construct($a, $ca...
{ "pile_set_name": "Github" }
import os import struct import pytest import numpy as np from numpy.testing import assert_equal import nengo.utils.nco as nco from nengo.exceptions import CacheIOError from nengo.utils.nco import Subfile @pytest.fixture(name="data") def fixture_data(): return "0123456789\n123456789" @pytest.fixture(name="test...
{ "pile_set_name": "Github" }
// Code generated by smithy-go-codegen DO NOT EDIT. package ecs import ( "context" awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" "github.com/aws/aws-sdk-go-v2/aws/retry" "github.com/aws/aws-sdk-go-v2/aws/signer/v4" "github.com/aws/aws-sdk-go-v2/service/ecs/types" smithy "github.com/awslabs/smithy-...
{ "pile_set_name": "Github" }
local nmap = require "nmap" local os = require "os" local shortport = require "shortport" local stdnse = require "stdnse" local string = require "string" local table = require "table" description = [[ Attempts to extract system information (OS, hardware, etc.) from the Sun Service Tags service agent (UDP port 6481). ...
{ "pile_set_name": "Github" }
##Package: MM ##Status: Completed,Checked ---------------------------------------------------------------------------------------------------- @@JvAnimate.pas Summary Contains the TJvAnimate component. Author Sébastien Buysse ----------------------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
# Formidable [![Build Status](https://secure.travis-ci.org/felixge/node-formidable.png?branch=master)](http://travis-ci.org/felixge/node-formidable) ## Purpose A node.js module for parsing form data, especially file uploads. ## Current status This module was developed for [Transloadit](http://transloadit.com/), a ...
{ "pile_set_name": "Github" }
![screenshot](https://castawaylabs.github.io/cachet-monitor/screenshot.png) ## Features - [x] Creates & Resolves Incidents - [x] Posts monitor lag to cachet graphs - [x] HTTP Checks (body/status code) - [x] DNS Checks - [x] Updates Component to Partial Outage - [x] Updates Component to Major Outage if already in Part...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ 8809331E20DBC787008C90CB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8809331D20DBC787008C90CB /* Assets.xcassets */; }; 881FFBBB20C148D4000AFBB5 /* AppDelegate.swift in S...
{ "pile_set_name": "Github" }
# 常用注解 ## @Temporal @Temporal JPA 映射时间(Temporal)类型 * 1、如果在某类中有Date类型的属性,数据库中存储可能是'yyyy-MM-dd hh:MM:ss'要在查询时获得年月日,在该属性上标注@Temporal(TemporalType.DATE) 会得到形如'yyyy-MM-dd' 格式的日期。 * 2、如果在某类中有Date类型的属性,数据库中存储可能是'yyyy-MM-dd hh:MM:ss'要获得时分秒,在该属性上标注 @Temporal(TemporalType.TIME) 会得到形如'HH:MM:SS' 格式的日期。 * 3、如果在某类中有Date类型的属性,数据库中存...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="renderer" content="webkit"> <title>素材火www.sucaihuo.com - 项目详情</title> <meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台"> <meta name="descri...
{ "pile_set_name": "Github" }
package org.aion.zero.impl.sync; import static com.google.common.truth.Truth.assertThat; import static org.junit.Assert.assertEquals; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.UUID; import org.aion.zero.impl.sync.statistics.BlockType; import org.aion.zero.impl.sync.stat...
{ "pile_set_name": "Github" }
|Hash|Type|Family|First_Seen|Name| |:--|:--|:--|:--|:--| |[f65e5bb6e35a3e28c2c878824293d939](https://www.virustotal.com/gui/file/f65e5bb6e35a3e28c2c878824293d939)|Win32 EXE|Delf|2019-07-14 21:04:25|music-14072019-2-473575936542-34728623-mp3.exe| |[ddf69fdd195deaca359d223f3ba90153](https://www.virustotal.com/gui/file/dd...
{ "pile_set_name": "Github" }
using System; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin; using Microsoft.Owin.Security.Cookies; using Microsoft.Owin.Security.Google; using Owin; using ATMDashboard.Models; namespace ATMDashboard { public partial class Startup { // For more information...
{ "pile_set_name": "Github" }
require 'lifx/observable' require 'lifx/timers' module LIFX # @api private # @private class GatewayConnection # GatewayConnection handles the UDP and TCP connections to the gateway # A GatewayConnection is created when a new device sends a StatePanGateway include Timers include Logging includ...
{ "pile_set_name": "Github" }
{ "name": "gladys-caldav", "main": "index.js", "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm", "arm64" ], "scripts": {}, "dependencies": { "bluebird": "^3.7.0", "dav-request": "^1.8.0", "ical": "^0.6.0", "moment": "^2.24.0", "xmldom": "^0.1.27" ...
{ "pile_set_name": "Github" }
\input{regression-test.tex} \documentclass[degree=bachelor,fontset=fandol]{ustcthesis} \input{info.tex} \begin{document} \START \showoutput \maketitle \clearpage \end{document} \END
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <playground version='5.0' target-platform='ios'> <timeline fileName='timeline.xctimeline'/> </playground>
{ "pile_set_name": "Github" }
// Copyright 2014 The Bazel 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 // // Unless required by appl...
{ "pile_set_name": "Github" }
const stderrWrite = process.stderr._write; export function muteDeprecationWarning() { process.stderr._write = function(chunk, encoding, callback) { const regex = /DeprecationWarning: grpc.load:/; if (regex.test(chunk)) { callback(); } else { stderrWrite.apply(this, (arguments as unknown) as ...
{ "pile_set_name": "Github" }
#pragma once namespace ai { class CastTimeMultiplier : public Multiplier { public: CastTimeMultiplier(PlayerbotAI* ai) : Multiplier(ai, "cast time") {} public: virtual float GetValue(Action* action); }; class CastTimeStrategy : public Strategy { public: CastTi...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code"> <num>23-1322</num> <heading>...
{ "pile_set_name": "Github" }
#!/bin/sh if test -f AUTHORS.txt then VF=src/VERSION_FILE.inc else VF=../../VERSION_FILE.inc fi DEF_VER=v0.6 LF=' ' # First see if there is a version file (included in release tarballs), # then try git-describe, then default. if test -f version then VN=$(cat version) || VN="$DEF_VER" elif test -d .git -o -f .gi...
{ "pile_set_name": "Github" }
<?php defined('SYSPATH') or die('No direct script access'); /** * Helper library for the unit tests * * PHP version 5 * LICENSE: This source file is subject to LGPL license * that is available through the world-wide-web at the following URI: * http://www.gnu.org/copyleft/lesser.html * @author Ushahidi Team <...
{ "pile_set_name": "Github" }
// // VVeboImageView.h // vvebo // // Created by Johnil on 14-3-6. // Copyright (c) 2014年 Johnil. All rights reserved. // #import <UIKit/UIKit.h> #import "VVeboImage.h" @interface VVeboImageView : UIImageView @property (nonatomic) float frameDuration; @property (nonatomic) float currentDuration; - (void)playNext...
{ "pile_set_name": "Github" }
/* Plugin-SDK (Grand Theft Auto 3) header file Authors: GTA Community. See more here https://github.com/DK22Pac/plugin-sdk Do not delete this comment block. Respect others' work! */ #pragma once #include "PluginBase.h" #include "CVehicle.h" #include "CAutomobile.h" struct CZoneInfo; class CCarCtrl { p...
{ "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" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Static</title> <link rel="stylesheet" href="style.css"> </head> <body> <p>Static site example.</p> </body> </html>
{ "pile_set_name": "Github" }
// Load modules var Url = require('url'); var Hoek = require('hoek'); var Cryptiles = require('cryptiles'); var Crypto = require('./crypto'); var Utils = require('./utils'); // Declare internals var internals = {}; // Generate an Authorization header for a given request /* uri: 'http://example.com/resource?a...
{ "pile_set_name": "Github" }
<h3>Link with Button element</h3> <p>When you want the appearance of Link but the on-click behavior is handled separately (by Tooltip for example), omit the <code>url</code> property and the Link component will internally render a <code>&lt;button&gt;</code>.</p> {% include "@bolt-components-link/link.twig" with { t...
{ "pile_set_name": "Github" }
export { default } from './View';
{ "pile_set_name": "Github" }
.grid { letter-spacing: -0.31em; *letter-spacing: normal; word-spacing: -0.43em; } button::-moz-focus-inner { border: 0; padding: 0; margin: 0; } .grid .g-u { display: inline-block; zoom: 1; *display: inline; /* IE < 8: fake inline-block */ letter-spacing: normal; word-spacing: normal; vertica...
{ "pile_set_name": "Github" }
<mat-checkbox [(ngModel)]="_ng_state" (change)="_ng_onStateChange($event)" (click)="_ng_onStateClick($event)"></mat-checkbox> <span class="type far fa-chart-bar"></span> <span class="color" [ngStyle]="{'background': _ng_color}"></span> <span class="request" *ngIf="!entity.getEditState().state()">{{_ng_request}}</span> ...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: represent a canonical list of the languages we support, // //============================================================================= #ifndef LANG_H #define LANG_H #ifdef _WIN32 #pragma once #endif // if you change this ...
{ "pile_set_name": "Github" }
-----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAjLom0aOD7siQeu68DwKwSLCLHiNlnHZg+qosqW01elmIA5OM 6Dn5tDLJo1C9duC9Fvc5a0Z9yU7wg5gmDRiEz0QhONVW/pa/hKaDGmJ2p4WEBdUV +2+IpAcWOj1jtn/tBwz/sLf/ER6lE9+vrmCqBycD5BIJ/KyCIaeMo7cZsCieTvCB IciAeJa8oYcWlHwjVmCbTfytCfz63GzpdEEyDsnPyE8t8xWdXc2Tp0EaTLcQd5oi 89wirwRmoeKCthMBq0o5UP3efcB1...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!--player--> <string name="prefs_appearance_entry_value_default" translatable="false">default</string> <string name="prefs_appearance_entry_value_flat" translatable="false">flat</string> <string name="prefs_appearance_entry_value_spotify" translatable...
{ "pile_set_name": "Github" }