text
stringlengths
2
99.9k
meta
dict
@using BeatPulseLiveness @using BeatPulseLiveness.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
{ "pile_set_name": "Github" }
#source: tls-tiny-desc-ie.s #ld: -T relocs.ld -e0 #objdump: -dr #... Disassembly of section .text: 0000000000010000 \<test\>: +10000: 58080040 ldr x0, 20008 \<_GLOBAL_OFFSET_TABLE_\+0x8\> +10004: d503201f nop +10008: d503201f nop
{ "pile_set_name": "Github" }
#ifndef UAE_MODULERIPPER_H #define UAE_MODULERIPPER_H #include "uae/api.h" UAE_EXTERN_C int prowizard_search (unsigned char *in_data, int in_size); extern void moduleripper (void); #endif /* UAE_MODULERIPPER_H */
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_25) on Thu Mar 08 16:56:22 CET 2012 --> <TITLE> O-Index </TITLE> <META NAME="date" CONTENT="2012-03-08"> <LINK REL ="stylesheet" TYPE="t...
{ "pile_set_name": "Github" }
#!/bin/sh wall=/etc/X11/xenodm/openbsd_wall.jpg [ -f $wall ] && [ -x /usr/local/bin/xwallpaper ] && /usr/local/bin/xwallpaper --stretch $wall
{ "pile_set_name": "Github" }
[Unit] Description=DHCPv4 Server Daemon Documentation=man:dhcpd(8) man:dhcpd.conf(5) Wants=network-online.target After=network-online.target After=time-sync.target [Service] Type=notify ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid gw0 [Install] WantedBy=multi-user.target
{ "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" }
--------------------- pymysql | --------------------- * 操作步骤 1,通过 pymysql 获取 connection 连接对象 2,通过 connection 连接对象获取 cursor 游标对象 3,通过 cursor 执行 CRUD 操作 4,通过 connection 提交事务 --------------------- pymysql | --------------------- connect() * 获取mysql的连接 * 命名参数 host * 连接地址 port * 连接端口 ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>claf.model.sequence_classification.roberta &...
{ "pile_set_name": "Github" }
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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 r...
{ "pile_set_name": "Github" }
{-# LANGUAGE GADTs #-} module Main where data T t a where T :: (Foldable t, Eq a) => t a -> T t a {-# NOINLINE go #-} go :: T [] a -> Int -> Int go (T _) i = foldr (+) 0 [1..i] main = print (go (T [1::Int]) 20000)
{ "pile_set_name": "Github" }
import torchfile import numpy as np model = torchfile.load('kit.model') weights = dict() params = ['weight', 'bias', 'running_mean', 'running_var'] recursive = ['conv_nets'] def save_weight(name, node, level): weights[name] = dict() current_layer = weights[name] for p in params: if hasattr(node...
{ "pile_set_name": "Github" }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.project; import com.intellij.ide.IdeBundle; import com.intellij.openapi.application.AccessToken; import com.intellij.openapi.progress.impl.ProgressSu...
{ "pile_set_name": "Github" }
mat-card { margin: 15px; }
{ "pile_set_name": "Github" }
// import async to make control flow simplier 'use strict'; const async = require('async'); // import the rest of the normal stuff const mongoose = require('../../lib'); require('./person.js')(); const Person = mongoose.model('Person'); // define some dummy data const data = [ { name: 'bill', age: 25, ...
{ "pile_set_name": "Github" }
/************************************************************* * * MathJax/jax/output/HTML-CSS/optable/Latin1Supplement.js * * Copyright (c) 2010-2014 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{ "pile_set_name": "Github" }
#!/usr/bin/python """ Diaphora, a diffing plugin for IDA Copyright (c) 2015-2019, Joxean Koret This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your opt...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright 2009-2012 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.ap...
{ "pile_set_name": "Github" }
package android.content; import android.annotation.SystemApi; import android.annotation.UnsupportedAppUsage; import android.net.Uri; import android.os.Parcel; import android.os.Parcelable; import android.os.PatternMatcher; import android.text.TextUtils; import android.util.AndroidException; import android.util.Log; im...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 125167700dabf3b449c9532b0ee562a4 timeCreated: 1450705938 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996, 2003, 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" }
# Hebrew translations for PACKAGE package. # Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Yaron Shahrabani <sh.yaron@gmail.com>, 2011. # msgid "" msgstr "" "Project-Id-Version: NemoPreview\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: ...
{ "pile_set_name": "Github" }
head body div div table tbody tr td
{ "pile_set_name": "Github" }
/* Native method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, nativeMin = Math.min; /** * Checks if `n` is between `start` and up to but not including, `end`. If * `end` is not specified it is set to `start` with `start` then set to `0`. * * @static * @member...
{ "pile_set_name": "Github" }
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
{ "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 may not use this f...
{ "pile_set_name": "Github" }
<?php require '../Parser.php'; /** * This parser strictly matches the RFC822 standard. No characters outside the ASCII range 0-127 are allowed * @author Hamish Friedlander */ class Rfc822 extends \PhpPeg\Parser { /*!* Rfc822 crlf: /\r\n/ lwsp-char: " " | "\t" linear-white-space: (crlf? lwsp-char)+ atom: /[^\x...
{ "pile_set_name": "Github" }
/* * Copyright 2017-present Open Networking Foundation * * 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 appli...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 Hugo Amiard hugo.amiard@laposte.net // This software is provided 'as-is' under the zlib License, see the LICENSE.txt file. // This notice and the license may not be removed or altered from any source distribution. #pragma once #ifndef TWO_MODULES #include <stl/vector.h> #include <math/Colour....
{ "pile_set_name": "Github" }
package org.eclipse.jdt.internal.core; public enum CompilationGroup { MAIN, TEST }
{ "pile_set_name": "Github" }
(function(buster, cardinality) { "use strict"; var assert, refute, fail; assert = buster.assert; refute = buster.refute; fail = buster.fail; function fakeNode(classes) { return { className: classes||'' } } buster.testCase('dom/transform/cardinality', { 'should map 0': function() { var c = cardinality(); asse...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return array( 'year' => ':count год|:count года|:count лет', 'y' => ':count г|:c...
{ "pile_set_name": "Github" }
package com.stylefeng.guns.rest.modular.auth.controller.dto; import java.io.Serializable; /** * 认证的响应结果 * * @author fengshuonan * @Date 2017/8/24 13:58 */ public class AuthResponse implements Serializable { private static final long serialVersionUID = 1250166508152483573L; /** * jwt token */ ...
{ "pile_set_name": "Github" }
package zaizai.com.library; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an Android d...
{ "pile_set_name": "Github" }
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{couchrest} s.version = `cat VERSION`.strip s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber", "Sam...
{ "pile_set_name": "Github" }
/** * Latvian translation for bootstrap-datetimepicker * Artis Avotins <artis@apit.lv> */ ;(function($){ $.fn.datetimepicker.dates['lv'] = { days: ["Svētdiena", "Pirmdiena", "Otrdiena", "Trešdiena", "Ceturtdiena", "Piektdiena", "Sestdiena", "Svētdiena"], daysShort: ["Sv", "P", "O", "T", "C", "Pk...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build 386,darwin package unix import ( "syscall" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: int32(sec), Nsec: int32(nsec)} } ...
{ "pile_set_name": "Github" }
//********************************* bs::framework - Copyright 2018-2019 Marko Pintera ************************************// //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// #include "Wrappers/BsScriptContextMenu.h" #include "BsScriptMeta.h" #i...
{ "pile_set_name": "Github" }
/* @(#)w_gamma_r.c 1.3 95/01/18 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provide...
{ "pile_set_name": "Github" }
:BEP: 49 :Title: Distributed Torrent Feeds :Version: $Revision$ :Last-Modified: $Date$ :Author: The 8472 <the8472.bep@infinite-source.de> :Status: Draft :Type: Standards Track :Content-Type: text/x-rst :Created: 14-Aug-2016 :Post-History: Abstract ======== This document specifies conventions for content feeds...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2019 Arx Libertatis Team (see the AUTHORS file) * * This file is part of Arx Libertatis. * * Arx Libertatis 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 Li...
{ "pile_set_name": "Github" }
--- critical: - A bug that caused the Keystone credential keys to be lost when the playbook is run during a rebuild of the first Keystone container has been fixed. Please see launchpad bug 1667960 for more details.
{ "pile_set_name": "Github" }
#include "AbstractExpandedDecoder.h" #include "AI01AndOtherAIs.h" #include "AI013x0x1xDecoder.h" #include "AnyAIDecoder.h" #include "AI013103decoder.h" #include "AI01320xDecoder.h" #include "AI01392xDecoder.h" #include "AI01393xDecoder.h" namespace zxing { namespace oned { namespace rss { AbstractExpandedDecoder::Ab...
{ "pile_set_name": "Github" }
% 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, software % distributed under the ...
{ "pile_set_name": "Github" }
# 『エミリア陣営・魔人・精霊・精霊使い』 ------   インパクトの瞬間に頬骨が軋み、長身が軽々と宙を舞って壁に叩きつけられる。だけに留まらず、衝撃は脆い木造の壁を貫き、殴られた体を木片塗れにしながら屋外へと吹っ飛ばした。雪の上を滑る体が白煙を上げ、もんどりうって転がっていく   「――――」   うつ伏せに地面に倒れ伏す体はピクリとも動かず、あるいは死んだのではないかと疑いたくなるほどの静寂がその空間に満ちた。 ぶち抜かれた壁越しに吹っ飛んだ長身と、中に残る吹っ飛ばした張本人を代わる代わる見る。その視線を受け、吹っ飛ばした側は満足げに息を吐き、   「あァ……やってやったッぜ、なァ、オイ」   鋭い犬...
{ "pile_set_name": "Github" }
var baseSetToString = require('./_baseSetToString'), shortOut = require('./_shortOut'); /** * Sets the `toString` method of `func` to return `string`. * * @private * @param {Function} func The function to modify. * @param {Function} string The `toString` result. * @returns {Function} Returns `func`. */ var ...
{ "pile_set_name": "Github" }
{loop="$reactions"} <li title="{$value|implodeCsv}" {if="in_array($me, $value)"}class="reacted"{/if} onclick="Chat_ajaxHttpDaemonSendReaction('{$message->mid}', '{$key}')"> {autoescape="off"} {$key|addEmojis:true} {/autoescape} {$value|count} </li> {/loop} {i...
{ "pile_set_name": "Github" }
All assest and wireframes have moved to a separate repository ssh://git@github.com/gnome-design-team/gnome-mockups-software
{ "pile_set_name": "Github" }
/** * This file is part of ORB-SLAM2. * This file is based on the file orb.cpp from the OpenCV library (see BSD license below). * * Copyright (C) 2014-2016 Raúl Mur-Artal <raulmur at unizar dot es> (University of Zaragoza) * For more information see <https://github.com/raulmur/ORB_SLAM2> * * ORB-SLAM2 is free software:...
{ "pile_set_name": "Github" }
; RUN: opt -loop-idiom -S < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" define void @test1() { entry: br label %for.body.preheader for.body.preheader: ; preds = %for.cond br label %for.body for.body: ...
{ "pile_set_name": "Github" }
// TODO // Currently only a skeleton implementation // eslint-disable-next-line no-undef class QtQuick_Canvas extends QtQuick_Item { static properties = { available: { type: "bool", initialValue: true }, canvasSize: { type: "var", initialValue: [0, 0] }, canvasWindow: { type: "var", initialValue: [0, 0, ...
{ "pile_set_name": "Github" }
npm-pack(3) -- Create a tarball from a package ============================================== ## SYNOPSIS npm.commands.pack([packages,] callback) ## DESCRIPTION For anything that's installable (that is, a package folder, tarball, tarball url, name@tag, name@version, or name), this command will fetch it to the c...
{ "pile_set_name": "Github" }
/* For general Scribus (>=1.3.2) copyright and licensing information please refer to the COPYING file provided with the program. Following this notice may exist a copyright and/or license notice that predates the release of Scribus 1.3.2 for which a new license (GPL+exception) is in place. */ #ifndef IMPORTXARPLUGIN_H ...
{ "pile_set_name": "Github" }
Performance Build ================= {{#include ../../links.md}} Some features are for performance. For example, using [`only_i32`] or [`only_i64`] disables all other integer types (such as `u16`). Use Only One Integer Type ------------------------ If only a single integer type is needed in scripts - most of the t...
{ "pile_set_name": "Github" }
pragma solidity ^0.4.18; import 'zeppelin-solidity/contracts/token/ERC20/StandardToken.sol'; contract METoken is StandardToken { string public constant name = 'Mastering Ethereum Token'; string public constant symbol = 'MET'; uint8 public constant decimals = 2; uint constant _initial_supply = 21000000...
{ "pile_set_name": "Github" }
<?php function __($message, $params = array()) { if (function_exists("gettext")) { $return = gettext($message); } else { $return = $message; } if (count($params)) { foreach ($params as $key => $value) { $return = str_replace("#{" . $key . "}", $value, $return); ...
{ "pile_set_name": "Github" }
package tests import ( "fmt" "testing" "github.com/hashicorp/terraform-plugin-sdk/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/terraform" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/acceptance" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/inte...
{ "pile_set_name": "Github" }
package com.godcheese.nimrod.system.entity; import com.godcheese.nimrod.common.others.BaseEntityAdapter; import java.io.Serializable; import java.util.Date; /** * @author godcheese [godcheese@outlook.com] * @date 2018-02-22 */ public class FileEntity extends BaseEntityAdapter<FileEntity> implements Serializable {...
{ "pile_set_name": "Github" }
/* Cydia - iPhone UIKit Front-End for Debian APT * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ /* * Cydia 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 Foundatio...
{ "pile_set_name": "Github" }
using Senparc.NeuChar; namespace Senparc.Weixin.Work.Entities.Request.KF { public class RequestMessageLocation : RequestMessage { public RequestMessageLocation() { this.MsgType = RequestMsgType.Location; } public double Location_X { get; set; } public double ...
{ "pile_set_name": "Github" }
// Boost.Range library // // Copyright Neil Groves 2009. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Acknowledgements: // aschoedl contributed an improvement to the de...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Power Management Controller namespace PmcPmcScer{ ///<System Clock Enable Register using Addr = Register::Address<0x400e0400,0xfffff8ff,0x00000000,unsigned>; ///Programmable Clock 0 Output Enable constexpr Register::FieldL...
{ "pile_set_name": "Github" }
import aamp import os import pprint import json import xml.etree.ElementTree as ET namefile = open('botw_names.json') object_names = json.load(namefile) namefile.close() default_durations = { "AttackUp": 50, "DefenseUp": 50, "ExGutsMaxUp": 0, "Fireproof": 150, "GutsRecover": 0, "LifeMaxUp": 0,...
{ "pile_set_name": "Github" }
/* * 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 version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
import sys import dsz.lp, dsz.cmd import random import ops.networking.redirect import util.ip scans = ['1', '2', '3', '5', '7', '8', '9', '10', '13', '14', '15'] scanports = [{'port': '135', 'protocol': 'rpc_tcp', 'num': '1'}, {'port': '139', 'protocol': 'rpc_nbt', 'num': '2'}, {'port': '445', 'protocol': 'rpc_...
{ "pile_set_name": "Github" }
--- Lib/ctypes/macholib/dyld.py.orig 2008-02-21 11:52:20.000000000 -0700 +++ Lib/ctypes/macholib/dyld.py 2009-10-11 02:42:21.000000000 -0600 @@ -26,7 +26,7 @@ DEFAULT_LIBRARY_FALLBACK = [ os.path.expanduser("~/lib"), - "/usr/local/lib", + "@@PREFIX@@/lib", "/lib", "/usr/lib", ]
{ "pile_set_name": "Github" }
{-# LANGUAGE DataKinds #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeOperators ...
{ "pile_set_name": "Github" }
[![Build Status](https://travis-ci.org/Reactive-Extensions/rx.angular.js.png)](https://travis-ci.org/Reactive-Extensions/rx.angular.js) [![GitHub version](http://img.shields.io/github/tag/reactive-extensions/rx.angular.js.svg)](https://github.com/Reactive-Extensions/rx.angular.js) [![NPM version](http://img.shields.io/...
{ "pile_set_name": "Github" }
name: Create Release on: push: tags: - 'v*' jobs: release: name: Create Release runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@master - name: Create Release id: create_release uses: actions/create-release@v1 env: ...
{ "pile_set_name": "Github" }
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build linux,!gccgo,386 package unix import "syscall" // Underlying system call writes to newoffset via pointer. // Implemented in assembly to avoid alloc...
{ "pile_set_name": "Github" }
/** * users getting broken tags when they try to edit the first blank tag on accident * * mongo habitrpg ./node_modules/underscore/underscore.js ./migrations/20130507_fix_broken_tags.js */ db.users.find().forEach(function (user) { if (!_.isArray(user.tags)) { db.users.update({_id: user._id}, {$set: {tags: []...
{ "pile_set_name": "Github" }
<!-- no side column --> <h1>Help us complete products and improve the food and health of everyone!</h1> <h2 class="subheader">Information you add will be used by millions of people to make better food choices and by public health research teams for their studies.</h2> <p>In order to determine the nutritional quality...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jul 6 2018 12:02:43). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <SketchModel/MSStyleBasicFill.h> @interface _MSStyleBorder : MSStyleBasicFill { long long _position; double _thickness...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien.potencier@symfony-project.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Loader; use Symfony\Compone...
{ "pile_set_name": "Github" }
{ "index_name": "snips-nlu", "start_urls": [ "https://snips-nlu.readthedocs.io/en/latest/tutorial.html", "https://snips-nlu.readthedocs.io/en/latest" ], "stop_urls": [], "selectors": { "lvl0": ".section h1", "lvl1": ".section h2", "lvl2": ".section h3", "lvl3": ".section h4", "lvl4...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style> /* Email styles need to be inline */ </style> </head> <body> <%= yield %> </body> </html>
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 0c4834e6077abe64e968f9f87c9ac70a, type: 3} m_Na...
{ "pile_set_name": "Github" }
/** * Module, defining Axis Renderer for circular axes. */ import { __extends } from "tslib"; /** * ============================================================================ * IMPORTS * ============================================================================ * @hidden */ import { AxisRenderer } ...
{ "pile_set_name": "Github" }
[ { "date": "2024-01-01 00:00:00", "start": "2023-12-31T23:00:00.000Z", "end": "2024-01-01T23:00:00.000Z", "name": "Neujahr", "type": "public", "rule": "01-01", "_weekday": "Mon" }, { "date": "2024-01-02 00:00:00", "start": "2024-01-01T23:00:00.000Z", "end": "2024-01-02T23:...
{ "pile_set_name": "Github" }
import Distribution.Simple main = defaultMain
{ "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 may not...
{ "pile_set_name": "Github" }
// Copyright (C) 2008-2016 Andrea Maggiulli (a.maggiulli@gmail.com) // // This file is part of QLNet Project https://github.com/amaggiulli/qlnet // QLNet is free software: you can redistribute it and/or modify it // under the terms of the QLNet license. You should have received a // copy of the license along wit...
{ "pile_set_name": "Github" }
import java.awt.Color; import javax.swing.text.SimpleAttributeSet; import javax.swing.text.StyleConstants; /** * 字体的属性类 */ public class FontAttrib { public static final int GENERAL = 0; // 常规 public static final int BOLD = 1; // 粗体 public static final int ITALIC = 2; // 斜体 public static final int BOLD_ITALIC =...
{ "pile_set_name": "Github" }
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
{ "pile_set_name": "Github" }
{ "name": "expo-constants", "version": "8.0.0-rc.1", "description": "Provides system information that remains constant throughout the lifetime of your app.", "main": "build/Constants.js", "types": "build/Constants.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "ex...
{ "pile_set_name": "Github" }
package com.ppdai.infrastructure.mq.biz.entity; import java.util.Date; /** * @author dal-generator */ public class DbNodeEntity { /** * */ private long id; /** * 表示数据对应的ip */ private String ip; /** * */ private int port; /** * ...
{ "pile_set_name": "Github" }
hlsl.init.frag WARNING: 0:40: 'typedef' : struct-member initializers ignored WARNING: 0:40: 'typedef' : struct-member initializers ignored Shader version: 500 gl_FragCoord origin is upper left 0:? Sequence 0:1 Sequence 0:1 move second child to first child ( temp 4-component vector of float) 0:1 'a1' ( globa...
{ "pile_set_name": "Github" }
package com.ql.util.express.rule; /** * Created by tianqiao on 16/12/6. */ public enum ConditionType { And, Or, Leaf }
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_CONFIG_TYPEOF_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_TYPEOF_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2003-2004 // // 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) // // See http://ww...
{ "pile_set_name": "Github" }
module.exports = app => { app.fromCustomAgent = 'from custom agent'; };
{ "pile_set_name": "Github" }
package pkg; public class TestSynchronizedMapping { public int test(int var1) { synchronized(this) {// 8 ++var1;// 9 }// 10 return var1++;// 11 } public void test2(String var1) { System.out.println(var1);// 15 }// 16 } class 'pkg/TestSynchronizedMapping' { method 'tes...
{ "pile_set_name": "Github" }
// // OSSHttpdns.m // AliyunOSSiOS // // Created by zhouzhuo on 5/1/16. // Copyright © 2016 zhouzhuo. All rights reserved. // #import "OSSLog.h" #import "OSSHttpdns.h" #import "OSSIPv6Adapter.h" NSString * const OSS_HTTPDNS_SERVER_IP = @"203.107.1.1"; NSString * const OSS_HTTPDNS_SERVER_PORT = @"80"; NSString * ...
{ "pile_set_name": "Github" }
TARGET = MONADAT SOURCES = \ ./Form1.cpp \ ./CodeConv.cpp \ ./SheetTab.cpp \ ./http.cpp INSTDIR = $(BINDIR)/APPS/MONAFRMS/$(TARGET).APP INSTFILES = dat/MONALOGO.BM5 dat/02.DT5 dat/03.DT5 dat/04.DT5 dat/05.DT5 dat/06.DT5 dat/07.DT5 dat/08.DT5 dat/09.DT5 dat/10.DT5 dat/11.DT5 CLEANFILES = $(INSTFILES) SHAREDIR =...
{ "pile_set_name": "Github" }
export * from './sample-date-range-picker-normal/index'; export * from './sample-date-range-picker-inline/index'; export * from '../src/my-date-range-picker/index';
{ "pile_set_name": "Github" }
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "SpectrAction.h" #include "STestAction_CollectBranches.generated.h" /** * */ UCLASS(BlueprintType, Blueprintable) class SPECTRAITEST_API USTestAction_CollectBranches : public USpectrAction...
{ "pile_set_name": "Github" }
# Remote 0755:2626 Aureal Semiconductor (iRF Media Technology W-01RN USB_V3.1) shift+KEY_8 = KEY_NUMERIC_STAR # * shift+KEY_3 = KEY_NUMERIC_POUND # # ctrl+shift+KEY_B = KEY_REWIND # Rewind ctrl+KEY_LEFT = NULL # Rew (Hide) ctrl+shift+KEY_LEFT = NULL # Rew ctr...
{ "pile_set_name": "Github" }
import "openzeppelin-solidity/contracts/token/ERC20/StandardToken.sol"; contract MyToken_initializer is StandardToken { string public name; string public symbol; uint8 public decimals; function initializer(uint256 _initialSupply, string _name, string _symbol, uint8 _decimals) public { name = _name; sy...
{ "pile_set_name": "Github" }
{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations \u0026 Alerts", "type": "dashboard" }, { "datasource": "psql", ...
{ "pile_set_name": "Github" }
/* File: CMSimpleQueue.h Framework: CoreMedia Copyright 2006-2015 Apple Inc. All rights reserved. */ #ifndef CMSIMPLEQUEUE_H #define CMSIMPLEQUEUE_H /*! @header @abstract API for creating and using CMSimpleQueues. @discussion CMSimpleQueues are CF-based objects that implement a simple lockless FIFO ...
{ "pile_set_name": "Github" }