text
stringlengths
2
99.9k
meta
dict
// 代码地址: https://github.com/CoderMJLee/MJRefresh // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 // UIScrollView+MJRefresh.h // MJRefreshExample // // Created by MJ Lee on 15/3/4. // Copyright (c) 2015年 小码哥. All r...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" > <head> <title>No encoding declaration</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <link rel='help' href='http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream'> <link rel="stylesheet" type="text/css" href="./generatedtests.css"> <script src=...
{ "pile_set_name": "Github" }
// Copyright (c) 2014 Couchbase, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed...
{ "pile_set_name": "Github" }
POST /upload HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,...
{ "pile_set_name": "Github" }
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
{ "pile_set_name": "Github" }
Open Food Facts is an open database of food products with ingredients, allergens, nutrition facts and all the tidbits of information we can find on product labels. *** Contribute to Product Transparency *** - Open Products Facts is a products database made by everyone, for everyone. - You can use it to make better ch...
{ "pile_set_name": "Github" }
// -*- C++ -*- // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004 Forgotten and the VBA development team // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publis...
{ "pile_set_name": "Github" }
import { GraphQLSchema } from 'graphql' import { RenderContext } from '../common/RenderContext' import { RUNTIME_LIB_NAME } from '../../config' import { version } from '../../version' const renderClientCode = (ctx: RenderContext) => { const url = ctx.config?.endpoint ? `"${ctx.config.endpoint}"` : 'undefined' ...
{ "pile_set_name": "Github" }
// This is core/vnl/vnl_float_3x4.h #ifndef vnl_float_3x4_h_ #define vnl_float_3x4_h_ //: // \file // \brief 3x4 matrix of float // // vnl_float_3x4 is a vnl_matrix<float> of fixed size 3x4. // It is merely a typedef for vnl_matrix_fixed<float,3,4> // // \author Peter Vanroose // \date 1 April 2003 // //---...
{ "pile_set_name": "Github" }
module Test exposing ( Test, test , describe, concat, todo, skip, only , fuzz, fuzz2, fuzz3, fuzzWith, FuzzOptions ) {-| A module containing functions for creating and managing tests. @docs Test, test ## Organizing Tests @docs describe, concat, todo, skip, only ## Fuzz Testing @docs fuzz, fuzz2,...
{ "pile_set_name": "Github" }
{ "name": "nodebird-api", "version": "0.0.1", "description": "NodeBird API 서버", "main": "app.js", "scripts": { "start": "nodemon app", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Zero Cho", "license": "ISC", "dependencies": { "bcrypt": "^5.0.0", "cookie-parser":...
{ "pile_set_name": "Github" }
# AuthorizeSecurityGroupEgress {#doc_api_Ecs_AuthorizeSecurityGroupEgress .reference} 增加一条安全组出方向规则。指定安全组出方向的访问权限,允许或者拒绝安全组里的实例发送出方向流量到其他设备。 ## 接口说明 {#description .section} 本文中,出方向流量的发起端为源端(Source),数据传输的接收端为目的端(Destination)。 调用该接口时,您需要了解: - 一个安全组的安全组规则最多为 100 条。 - 安全组规则分为接受访问(accept)和拒绝访问(drop)两类。 - 安全组规则优先级(...
{ "pile_set_name": "Github" }
/* * grunt-contrib-csslint * http://gruntjs.com/ * * Copyright (c) 2016 Jörn Zaefferer, contributors * Licensed under the MIT license. */ 'use strict'; module.exports = function(grunt) { // Project configuration. grunt.initConfig({ jshint: { all: [ 'Gruntfile.js', 'tasks/*.js' ...
{ "pile_set_name": "Github" }
package ly.count.android.demo; import android.app.Activity; import android.content.res.Configuration; import android.os.Bundle; import android.view.View; import androidx.appcompat.app.AppCompatActivity; import ly.count.android.sdk.Countly; import ly.count.android.sdk.CountlyConfig; import ly.count.android.sdk.Device...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All Rights Reserved. // ------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; namespace Mi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> <article id="c___test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>C++ test</title> <articlei...
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2018 Google LLC & Hwalsuk Lee. # # 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 ...
{ "pile_set_name": "Github" }
--- title: ISymUnmanagedReader::ReplaceSymbolStore (Método) ms.date: 03/30/2017 api_name: - ISymUnmanagedReader.ReplaceSymbolStore api_location: - diasymreader.dll api_type: - COM f1_keywords: - ISymUnmanagedReader::ReplaceSymbolStore helpviewer_keywords: - ReplaceSymbolStore method [.NET Framework debugging] - ISymUnm...
{ "pile_set_name": "Github" }
/* * net/sched/sch_drr.c Deficit Round Robin scheduler * * Copyright (c) 2008 Patrick McHardy <kaber@trash.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. */ #i...
{ "pile_set_name": "Github" }
open CourseEditor__Types; let str = ReasonReact.string; type progressionBehavior = [ | `Limited | `Unlimited | `Strict]; type state = { name: string, description: string, endsAt: option(Js.Date.t), hasNameError: bool, hasDescriptionError: bool, hasDateError: bool, about: string, publicSignup: bool, ...
{ "pile_set_name": "Github" }
#include "PrecompiledHeader.h" #include "CardGui.h" #include "Navigator.h" namespace { const Pos kDefaultCardPosition(300, 150, 1.0, 0.0, 220); // the diagonal length of a card, doubled const float kOverrideDistance = sqrtf(powf(CardGui::Width, 2) + powf(CardGui::Height, 2)) * 2; enum { k...
{ "pile_set_name": "Github" }
// This code demonstrates 2 different bugs. void globalfoo () {}; typedef void (*GlobalPointerToFunctionType)(); class A { public: A(GlobalPointerToFunctionType fptr ) { globalFunctionPointer = fptr; }; void foo () {}; GlobalPointerToFunctionType globalFunctionPointer; }; ty...
{ "pile_set_name": "Github" }
# model settings model = dict( type='MaskRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, style='pytorch', dcn=dict( modulated=False, deformable_gro...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
package main import ( "fmt" "log" "strings" ) func main() { // Create a new strings reader for the string below sr := strings.NewReader("Hello, World!") // Read 1 byte from sr into `b` and it's size into `size` r, size, err := sr.ReadRune() if err != nil { log.Fatalln(err) } // Print out `r` as a string...
{ "pile_set_name": "Github" }
require 'rubberband' module Oculus module Helpers class ElasticsearchHelper attr_accessor :url, :timeout, :index, :phrase_slop, :dtw_radius, :dtw_scale_points, :euclidian_scale_points def initialize(url, index, type, timeout) @url = url @index = index @timeout = timeout ...
{ "pile_set_name": "Github" }
#include <linux/aer.h> #include <linux/delay.h> #include <linux/debugfs.h> #include <linux/firmware.h> #include <linux/list.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/pci.h> #include <linux/pci_ids.h> #include "nitrox_dev.h" #include "nitrox_common.h" #include "nitrox_csr.h" #define CNN55XX...
{ "pile_set_name": "Github" }
/* We use id to not override mkdocs classes */ #emacs-lsp-members { overflow: hidden; } #emacs-lsp-members tr td div{ transition: transform .2s; } #emacs-lsp-members tr td div:hover { transform: scale(1.15); }
{ "pile_set_name": "Github" }
package io.ddf.spark.content import io.ddf.DDF import io.ddf.content.{Representation, ConvertFunction} import org.apache.spark.rdd.RDD import org.rosuda.REngine.{REXPString, REXPInteger, REXPDouble, REXP} /** */ class REXP2ArrayObject(@transient ddf: DDF) extends ConvertFunction(ddf) { override def apply(represen...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <dataset> <table name="cc_show"> <column>id</column> <column>name</column> <column>url</column> <column>genre</column> <column>description</column> <column>color</column> <column>background_color</column> <column>live_stream_usin...
{ "pile_set_name": "Github" }
 namespace GitUI.CommandsDialogs.SettingsDialog.Pages { partial class PluginRootIntroductionPage { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "impl.go", "version.go", ], importmap = "k8s.io/kops/vendor/google.golang.org/protobuf/runtime/protoimpl", importpath = "google.golang.org/protobuf/runtime/protoimpl", visibili...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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 l...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 7b21df0ae49e90548854fdcfad04aaeb timeCreated: 1523114421 licenseType: Free ShaderImporter: externalObjects: {} defaultTextures: [] userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* Copyright 2017 The TensorFlow 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 applicable law or a...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http://...
{ "pile_set_name": "Github" }
{ "extends": "../../../tsconfig.json", "compilerOptions": { "outDir": "../../../out-tsc/lib", "target": "es2015", "module": "es2015", "moduleResolution": "node", "declaration": true, "sourceMap": true, "inlineSources": true, "emitDecoratorMetadata": true, "experimentalDecorators"...
{ "pile_set_name": "Github" }
#include "NM_Index.h" #include "NM_Main.h" #include "NM_App.h" #include "Hooks.h" #include "Defines.h" #include "StackTrace.h" #include "WorkQueue.h" void CSelfApiHooks::ThreadHookCallback(std::shared_ptr <SThreadHookQueueData> pData) { if (!IS_VALID_SMART_PTR(pData)) return; DEBUG_LOG(LL_SYS, "Thread callback wo...
{ "pile_set_name": "Github" }
.TH TSK_GETTIMES 1 .SH NAME tsk_gettimes - Collect MAC times from a disk image into a body file. .SH SYNOPSIS .B tsk_gettimes [-vV] [ -f .I fstype .B ] [ -i .I imgtype .B ] [ -b .I dev_sector_size .B ] [ -z .I zone .B ] [ -s .I seconds .B ] .I image [images] .SH DESCRIPTION .B tsk_gettimes examines each of the file s...
{ "pile_set_name": "Github" }
import React from 'react'; import { TagBadge } from './TagBadge'; export interface Props { value: any; className: any; onClick: any; onRemove: any; } export class TagValue extends React.Component<Props, any> { constructor(props: Props) { super(props); this.onClick = this.onClick.bind(this); } o...
{ "pile_set_name": "Github" }
// Licensed to Elasticsearch B.V. under one or more contributor // license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright // ownership. Elasticsearch B.V. licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may // not use ...
{ "pile_set_name": "Github" }
<!-- BEGIN MUNGE: UNVERSIONED_WARNING --> <!-- END MUNGE: UNVERSIONED_WARNING --> This file has moved to: http://kubernetes.github.io/docs/getting-started-guides/coreos/coreos_multinode_cluster/ <!-- BEGIN MUNGE: IS_VERSIONED --> <!-- TAG IS_VERSIONED --> <!-- END MUNGE: IS_VERSIONED --> <!-- BEGIN MUNGE: GENE...
{ "pile_set_name": "Github" }
var searchData= [ ['tdjabstractconfig',['TdjAbstractConfig',['../classTdjAbstractConfig.html',1,'']]], ['tdjabstractconnector',['TdjAbstractConnector',['../classTdjAbstractConnector.html',1,'']]], ['tdjabstracthandler',['TdjAbstractHandler',['../classTdjAbstractHandler.html',1,'']]], ['tdjabstracthandlercontain...
{ "pile_set_name": "Github" }
// @flow function foo1(x: {||}): {p?: number} { return x; } // error, p must be read-only function foo2(x: {||}): {+p?: number} { return x; } // OK function foo3(x: {|__proto__: { p: string}|}): {+p?: number} { return x; } // error, type incompatibility function foo4(x: {|__proto__: { p: number}|}): {+p?: number} { re...
{ "pile_set_name": "Github" }
package com.jubotech.framework.netty.handler.websocket; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import com.google.protobuf.util.JsonFormat; import com.jubotech.framework.netty.common.Constant; import com.jubotech.framework.netty.utils.MessageUtil; import...
{ "pile_set_name": "Github" }
module.exports = { presets: [ '@babel/preset-env', '@babel/preset-react' ], env: { esm: { presets: [ [ '@babel/preset-env', { modules: false, } ] ], }, styled: { plugins: [ [ 'transform-rename-import'...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2020 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * Neo4j 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 ...
{ "pile_set_name": "Github" }
#include "f2c.h" #include "blaswrap.h" /* Subroutine */ int dlarrr_(integer *n, doublereal *d__, doublereal *e, integer *info) { /* System generated locals */ integer i__1; doublereal d__1; /* Builtin functions */ double sqrt(doublereal); /* Local variables */ integer i__; doublerea...
{ "pile_set_name": "Github" }
#pragma once #include "engine/array.h" #include "engine/path.h" namespace Lumix { struct CompositeTexture { struct ChannelSource { Path path; u32 src_channel = 0; }; struct Layer { ChannelSource red = {{}, 0}; ChannelSource green = {{}, 1}; ChannelSource blue = {{}, 2}; ChannelSource alpha = {{}, 3...
{ "pile_set_name": "Github" }
{ "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@value": "Kommentar auf Deutsch.", "@language": "de" }, { "@value": "Comment in English.", "@language": "en" } ] }
{ "pile_set_name": "Github" }
webpackJsonp([6],{nxx7:/*!****************************!*\ !*** ./assets/js/login.js ***! \****************************/ function(n,a,l){(function(n){n(function(){var a=n("#username"),l=n("#password");a.val()||l.val()||(a.val("jane_admin"),l.val("kitten"))})}).call(a,l(/*! jquery */"7t+N"))}},["nxx7"]);
{ "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" }
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Threading.Tasks; namespace System.CommandLine.Invocation { public delegate Task InvocationMiddleware( InvocationContex...
{ "pile_set_name": "Github" }
package aadgraph import ( "fmt" "time" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" "github.com/terraform-providers/terraform-provider-azuread/internal/clients" ) func clientConfigData() *schema.Resource { return &schema.Resource{ Read: clientConfigDataRead, Timeouts: &schema.ResourceTimeout{...
{ "pile_set_name": "Github" }
// // GDDropboxClient.m // GDFileManagerExample // // Created by Graham Dennis on 23/01/13. // Copyright (c) 2013 Graham Dennis. All rights reserved. // #import "GDDropboxClient.h" #import "GDDropboxClientManager.h" #import "GDDropboxCredential_Private.h" #import "GDDropboxAccountInfo.h" #import "GDDropboxMetadat...
{ "pile_set_name": "Github" }
// Copyright 2009,2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // NetBSD system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates s...
{ "pile_set_name": "Github" }
-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn6kwUPlwvDN/H6rGXloK 9s+ZIs28OkHndrwFAYUkzSJ5RyZNap1BzzGAIB9fOocvT/9cI6xnC/QUWKdH13YD U/6zDSMIGf+0rEe9YJDIBJQFy88bEKq7CEZUQqgrzDX5arlGnoJHGHfPwEgfXNKb 7f2NPSkLILfdAmAnYhhzHAyxgi08nB62Pob0DtMCUPH4AYcyii3FYQuqlPCzKT9J p/ZK3XUwwGKXFGveTXFEQDmOCPW5c0HV6...
{ "pile_set_name": "Github" }
#!/usr/bin/perl -w use strict; sub clear_hash($) { my $hash = shift; for my $key (keys %${hash}) { delete $hash->{$key} } } sub clear_state($$$) { my $sessions = shift; my $lok_starting = shift; my $lok_running = shift; my @names = keys %{$sessions}; print "Leaked sessions:\n\t" . j...
{ "pile_set_name": "Github" }
{ "themePrimary": "#6264a7", "themeLighterAlt": "#f7f7fb", "themeLighter": "#e1e1f1", "themeLight": "#c8c9e4", "themeTertiary": "#989ac9", "themeSecondary": "#7173b0", "themeDarkAlt": "#585a95", "themeDark": "#4a4c7e", "themeDarker": "#37385d", "neutralLighterAlt": "#2d2c2c", "neutralLighter": "#2...
{ "pile_set_name": "Github" }
/* ** Copyright (C) 2015-2016 Erik de Castro Lopo <erikd@mega-nerd.com> ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation; either version 2 of the License, or ** (at your option) any later ve...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010 Yahoo! 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 applic...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\EPPIM; use JMS\Serializer\Annotation\ExclusionPolicy; u...
{ "pile_set_name": "Github" }
<?php /** * * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyrigh...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2007, 2008, 2011 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 li...
{ "pile_set_name": "Github" }
/** * @file Source/awerere_collide_data_object.cpp. * * @brief Defines the Collide data class */ #include <awerere_collide_data_object.h> namespace Rubeus { namespace Awerere { ACollideData::ACollideData(const bool isIntersect, const float gap, const RML::Vector2D collisionNormal) : m_IsIntersect(isInters...
{ "pile_set_name": "Github" }
--- title: "Why Ads?" # layout: single-no-ads --- This project is the culmination of thousands of hours of constant work. I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. This site costs you not...
{ "pile_set_name": "Github" }
/* * ComputerSelectPanel.h - provides a view for a network object tree * * Copyright (c) 2017-2020 Tobias Junghans <tobydox@veyon.io> * * This file is part of Veyon - https://veyon.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * Licen...
{ "pile_set_name": "Github" }
var cdb = require('cartodb.js-v3'); /** * Time input for date field * * Place to change hours, minutes and seconds * for the date field. * */ module.exports = cdb.core.View.extend({ className: 'TimeInput', events: { 'keydown .js-input': '_onKeyDown', 'keyup .js-input': '_onKeyUp' }, ini...
{ "pile_set_name": "Github" }
-- ========================================== -- Alter Partition Function Merge template -- ========================================== USE <database_name, sysname, AdventureWorks> GO -- Create the partition function with an original defined range CREATE PARTITION FUNCTION <partition_function_name, sysname, myRangePF> ...
{ "pile_set_name": "Github" }
package main import ( "fmt" "sync" log "github.com/Sirupsen/logrus" ) // GRVVariableView represents the variable view type GRVVariableView struct { *AbstractWindowView variables GRVVariableSetter activeViewPos ViewPos lastViewDimension ViewDimension lock sync.Mutex } // NewGRVVariab...
{ "pile_set_name": "Github" }
steal('jquery', function($){ var getSetZero = function(v){ return v !== undefined ? (this.array[0] = v) : this.array[0] }, getSetOne = function(v){ return v !== undefined ? (this.array[1] = v) : this.array[1]}; /** * @constructor jQuery.Vector * @parent jquerypp * * `jQuery.Vector` represents a multi dimensiona...
{ "pile_set_name": "Github" }
ARCHS=armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = RespringNotifier RespringNotifier_FILES = Tweak.xm RespringNotifier_FRAMEWORKS = UIKit RespringNotifier_PRIVATE_FRAMEWORKS = Preferences include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" SUBPROJECTS += respringn...
{ "pile_set_name": "Github" }
{ "cluster": { "name": "01DKVXM2HWFKMWZPCN8HAJSKDA", "peers": [ { "address": "172.17.0.2:9094", "name": "01DKVXM2HWFKMWZPCN8HAJSKDA" } ], "status": "ready" }, "config": { "original": "global:\n resolve_timeout: ...
{ "pile_set_name": "Github" }
#ifndef HEADER_CURL_SOCKADDR_H #define HEADER_CURL_SOCKADDR_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
{ "pile_set_name": "Github" }
<?php if(!defined('__CP__'))die(); define('LNG_BOTNET', 'Bots'); define('LNG_BOTNET_BOTSACTION', 'Bots action:'); //Фильтр. define('LNG_BOTNET_FILTER_TITLE', 'Filter'); define('LNG_BOTNET_FILTER_BOTS', 'Bots:'); define('LNG_BOTNET_FILTER_BOTNETS', 'Botnets:'); define('LNG_BOTNET_FILTER_IPS'...
{ "pile_set_name": "Github" }
package main import ( "bufio" "flag" "fmt" "io" "os" ) var numberFlag = flag.Bool("n", false, "number each line") func cat(r *bufio.Reader) { i := 1 for { buf, err := r.ReadBytes('\n') if err == io.EOF { break } if *numberFlag { fmt.Fprintf(os.Stdout, "%5d %s", i, buf) i++ } else { fmt.F...
{ "pile_set_name": "Github" }
sha256:260d77b6c086c2442aab29b90b0e2dcb1493677ea0a48643e6bd2a31b6f24bdc
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="zh-CN"> <head> <title>${metadata.alias!}</title> <@_includePlace path="/76c53ac2-4f88-4ef3-984b-c81d00a48089.html"/> <#-- 头部Header --> </head> <body> <@_includePlace path="/index.html/2ecdebcc-c087-4ed3-aecd-80f85ce6a6c6.html"/> <#-- 导航 --> <main> <div class="container"> <h...
{ "pile_set_name": "Github" }
#include "ElapsedTimer.h" ElapsedTimer::ElapsedTimer(QObject* parent): QTimer(parent) { connect(this, &QTimer::timeout, [this](){ emit timeout(elapsed()); _time.restart(); }); } void ElapsedTimer::start() { _time.start(); QTimer::start(); } void ElapsedTimer::start(int msec) { _ti...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020, 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 3 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
import React from "react"; import RecipeSearchList from "../../common/components/RecipeSearchList"; import { Helmet } from "react-helmet"; // Simple example of a React "smart" component export default class Recipes extends React.Component { constructor(props, context) { super(props, context); if (this.props....
{ "pile_set_name": "Github" }
// Verify that coroutine promise and allocated memory are freed up on exception. // RUN: %clang_cc1 -std=c++1z -fcoroutines-ts -triple=x86_64-unknown-linux-gnu -emit-llvm -o - %s -fexceptions -fcxx-exceptions -disable-llvm-passes | FileCheck %s namespace std::experimental { template <typename... T> struct coroutine_tr...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Applied Rule" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_count</string> </key> <value> <persistent> <string encoding="...
{ "pile_set_name": "Github" }
{ "ConnectionStrings": { "DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=ShirtDB;Trusted_Connection=True;MultipleActiveResultSets=true" }, "Logging": { "LogLevel": { "Default": "Information" } } }
{ "pile_set_name": "Github" }
libdir=@CMAKE_INSTALL_FULL_LIBDIR@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ Name: libcjson_utils Version: @PROJECT_VERSION@ Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON. URL: https://github.com/DaveGamble/cJSON Libs: -L${libdir} -lcjson_utils Cflags: -I${includedir} -I${includ...
{ "pile_set_name": "Github" }
/** * Select2 Russian translation */ (function ($) { "use strict"; $.extend($.fn.select2.defaults, { formatNoMatches: function () { return "Совпадений не найдено"; }, formatInputTooShort: function (input, min) { var n = min - input.length; return "Пожалуйста, введите еще " + n + " символ" + (...
{ "pile_set_name": "Github" }
/******************************************************************************* Copyright (C) 2011-2014 SequoiaDB Ltd. This program is free software: you can redistribute it and/or modify it under the term of the GNU Affero General Public License, version 3, as published by the Free Software Foundation....
{ "pile_set_name": "Github" }
This project was automatically exported from code.google.com/p/go-uuid # uuid ![build status](https://travis-ci.org/pborman/uuid.svg?branch=master) The uuid package generates and inspects UUIDs based on [RFC 4122](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services. This package now...
{ "pile_set_name": "Github" }
package com.sksamuel.avro4s.record.encoder import com.sksamuel.avro4s._ import org.apache.avro.generic.GenericData import org.apache.avro.util.Utf8 import org.scalatest.matchers.should.Matchers import org.scalatest.wordspec.AnyWordSpec class ArrayEncoderTest extends AnyWordSpec with Matchers { import scala.collect...
{ "pile_set_name": "Github" }
// // NSString+Random.m // Populate // // Created by Arnaud Coomans on 26/01/14. // Copyright (c) 2014 Arnaud Coomans. All rights reserved. // // reimplementation of NSString+Randomized but with NSCharacterSet instead of "Alphabet" #import "NSString+Random.h" #import "NSCharacterSet+NSSet.h" #define kNSStringRan...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
/* this op is "rsub-int", but can be thought of as "rsub-int/lit16" */ %include "x86_64/binopLit16.S" {"instr":"subl %eax, %ecx","result":"%ecx"}
{ "pile_set_name": "Github" }
# v4.3.1 - Internal clean up. # v4.3.0 - Provides account creation and last sign-in dates as metadata to the user object. - Returns more descriptive errors for some error cases of the phone number sign-in reCAPTCHA flow. - Fixes an issue that invalid users were not automatically signed out earlier. - Fixes an issu...
{ "pile_set_name": "Github" }
config GFS2_FS tristate "GFS2 file system support" depends on (64BIT || LBDAF) select FS_POSIX_ACL select CRC32 select QUOTACTL help A cluster filesystem. Allows a cluster of computers to simultaneously use a block device that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads and write...
{ "pile_set_name": "Github" }
import React from 'react'; import {Upload,Icon,message} from 'antd'; import {constant} from '../libs/constant'; class CLUploadImage extends React.Component{ constructor(props) { super(props); this.state = { fileList: [] }; var defaultFileList = props.value; if (defaultFileList){ const files = this....
{ "pile_set_name": "Github" }
# Copyright 2016 The TensorFlow 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 applica...
{ "pile_set_name": "Github" }
!00 U+0000 .notdef !01 U+0001 .notdef !02 U+0002 .notdef !03 U+0003 .notdef !04 U+0004 .notdef !05 U+0005 .notdef !06 U+0006 .notdef !07 U+0007 .notdef !08 U+0008 .notdef !09 U+0009 .notdef !0A U+000A .notdef !0B U+000B .notdef !0C U+000C .notdef !0D U+000D .notdef !0E U+000E .notdef !0F U+000F .notdef !10 U+0010 .notd...
{ "pile_set_name": "Github" }
// // Check casts. // using System; class X { public static a : short = 128; public static b : int = 0xffff; public static c : double = 123.4; public static d : long = 5; // public const int e = 2147483648; public static f : byte = 127; public static c1 : char = ( 0xffff :> char); public stat...
{ "pile_set_name": "Github" }
/* LOOT A load order optimisation tool for Morrowind, Oblivion, Skyrim, Skyrim Special Edition, Skyrim VR, Fallout 3, Fallout: New Vegas, Fallout 4 and Fallout 4 VR. Copyright (C) 2014 WrinklyNinja This file is part of LOOT. LOOT is free software: you can redistribute it and/or modify i...
{ "pile_set_name": "Github" }
#ifndef LAPACK_H #define LAPACK_H #include "blas.h" #ifdef __cplusplus extern "C" { #endif int BLASFUNC(csymv) (const char *, const int *, const float *, const float *, const int *, const float *, const int *, const float *, float *, const int *); int BLASFUNC(zsymv) (const char *, const int *, const double *, ...
{ "pile_set_name": "Github" }