text
stringlengths
2
99.9k
meta
dict
<template> <svg aria-hidden="true" width="16" height="16" viewBox="0 0 20 20" class="icon comment-icon"> <g fill="none" fill-rule="evenodd"> <path d="M0 0h20v20H0z"></path> <path stroke="#8A93A0" stroke-linejoin="round" d="M10 17c-4.142 0-7.5-2.91-7.5-6.5S5.858 4 10 4c4.142 0 7.5 2.9...
{ "pile_set_name": "Github" }
from AppKit import * from PyObjCTools.TestSupport import * class TestNSWindowScripting (TestCase): def testMethods(self): self.assertResultIsBOOL(NSWindow.hasCloseBox) self.assertResultIsBOOL(NSWindow.hasTitleBar) self.assertResultIsBOOL(NSWindow.isFloatingPanel) self.assertResultIs...
{ "pile_set_name": "Github" }
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. module chromecast.shell.mojom; import "mojo/public/mojom/base/values.mojom"; // Represents one feature and stores additional data in // DictionaryValue ...
{ "pile_set_name": "Github" }
import numpy as np from unittest import TestCase from diffprivlib.mechanisms import Staircase from diffprivlib.utils import global_seed class TestStaircase(TestCase): def setup_method(self, method): if method.__name__ .endswith("prob"): global_seed(314159) self.mech = Staircase() ...
{ "pile_set_name": "Github" }
+++ title = "File:Yinyang-NRX.svg" description = "" date = 2011-09-22T21:34:18Z aliases = [] [extra] id = 10567 [taxonomies] categories = [] tags = [] +++
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* 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 l...
{ "pile_set_name": "Github" }
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
{ "pile_set_name": "Github" }
const request = require('request-promise'); const argv = require('yargs').argv; const serverKey = argv.serverKey; const token = argv.token; if (!serverKey) { console.error('Missing serverKey argument'); return; } if (!token) { console.error('Missing token argument'); return; } (async () => { try { con...
{ "pile_set_name": "Github" }
// Copyright 2019 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 ignore /* This program reads a file containing function prototypes (like syscall_aix.go) and generates system call bodies. The prototypes are marked ...
{ "pile_set_name": "Github" }
export const media = { between(lowerBound, upperBound, excludeLarge = false) { if (excludeLarge) return `@media (min-width: ${ lowerBound.min }px) and (max-width: ${upperBound.min - 1}px)`; if (upperBound.max === Infinity) return `@media (min-width: lowerBound.min}px)`; return `@...
{ "pile_set_name": "Github" }
if PACKAGE_busybox || PACKAGE_busybox-selinux config BUSYBOX_CUSTOM bool "Customize busybox options" default n help Enabling this allows full customization of busybox settings. Note that there are many options here that can result in a build that doesn't work properly. Enabling...
{ "pile_set_name": "Github" }
{ "_args": [ [ "graceful-fs@^4.1.2", "C:\\Users\\Qist-Test\\Desktop\\Hexo_ToGo\\blog\\node_modules\\hexo-fs" ] ], "_cnpm_publish_time": 1454449327205, "_from": "graceful-fs@>=4.1.2 <5.0.0", "_id": "graceful-fs@4.1.3", "_inCache": true, "_installable": true, "_location": "/graceful-fs...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <!-- Elsevier, generated from "elsevier" metadata at https://github.com/citation-style-language/journals --> <info> <title>Information Systems</title> <id>http://www.zotero.org/styles/...
{ "pile_set_name": "Github" }
package com.zhengqing.modules.shiro.filter; import org.apache.shiro.subject.Subject; import org.apache.shiro.web.filter.authz.AuthorizationFilter; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; /** * <p> 自定义角色过滤权限 zqRoles - 满足其中一个即可访问 - zqRoles[admin,guest] </p> * * @description: shir...
{ "pile_set_name": "Github" }
/* Copyright (C) 1990, 1996, 1997, 1998, 1999 Aladdin Enterprises. All rights reserved. This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms o...
{ "pile_set_name": "Github" }
/** * A simple theme for reveal.js presentations, similar * to the default theme. The accent color is darkblue. * * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ @import url(fonts...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); return [ Shopware\Core\Framework\Log\LogEntryDefinition::class => <<<'EOD' A log entry which could be viewed in the admin module EOD , Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition::class => <<<'EOD' __EMPTY__ EOD , Shopware\Core\Framework\Api\Acl\Role\AclUse...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2011 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
import unittest from tests.recipes.recipe_lib_test import BaseTestForMakeRecipe class TestLibxml2Recipe(BaseTestForMakeRecipe, unittest.TestCase): """ An unittest for recipe :mod:`~pythonforandroid.recipes.libxml2` """ recipe_name = "libxml2" sh_command_calls = ["./autogen.sh", "autoreconf", "./co...
{ "pile_set_name": "Github" }
From kittyle@freindly.com Mon Jun 24 17:04:49 2002 Return-Path: kittyle@freindly.com Delivery-Date: Sat May 18 22:37:34 2002 Received: from mandark.labs.netnoteinc.com ([213.105.180.140]) by dogma.slashnull.org (8.11.6/8.11.6) with ESMTP id g4ILbXe05759 for <jm@jmason.org>; Sat, 18 May 2002 22:37:33 +0100 Rece...
{ "pile_set_name": "Github" }
// The MIT License (MIT) // // Copyright (c) 2015 Alexander Grebenyuk (github.com/kean). #import <Foundation/Foundation.h> @protocol DFImageCaching; @protocol DFImageFetching; @protocol DFImageDecoding; @protocol DFImageProcessing; /*! An DFImageManagerConfiguration object defines the behaviour and policies to use w...
{ "pile_set_name": "Github" }
{ "domain": "volvooncall", "name": "Volvo On Call", "documentation": "https://www.home-assistant.io/integrations/volvooncall", "requirements": ["volvooncall==0.8.12"], "codeowners": [] }
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2001-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) // // *Preprocessed* version of the main "inherit.hpp" header // -- DO NOT modify by hand! namespace boost { namespa...
{ "pile_set_name": "Github" }
<?php namespace Lord\Laroute\Compilers; class TemplateCompiler implements CompilerInterface { /** * Compile a template with given data. * * @param $template * @param $data * * @return string */ public function compile($template, $data) { foreach ($data as $key =>...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>QUnit Fake setTimeout Test Suite</title> <link rel="stylesheet" href="../qunit/qunit.css"> </head> <body> <div id="qunit"></div> <script src="../qunit/qunit.js"></script> <script src="setTimeout.js"></script> <script src="swarminject.js"></scr...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-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) // // Preprocessed version of "boost/mpl/minus.hpp" header // -- DO NOT modify by hand! namespace boost { namespace ...
{ "pile_set_name": "Github" }
; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine -S -enable-if-conversion | FileCheck %s target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" ;CHECK: fc...
{ "pile_set_name": "Github" }
#ifndef PSYCH_EMITTER_H #define PSYCH_EMITTER_H #include <psych.h> void Init_psych_emitter(void); #endif
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 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" }
--TEST-- phpunit --filter testFalse@false.* DataProviderFilterTest ../_files/DataProviderFilterTest.php --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--filter'; $_SERVER['argv'][3] = 'testFalse@false.*'; $_SERVER['argv'][4] = 'DataProviderFilterTest'; $_SERVER['argv'][5] = dirname(__...
{ "pile_set_name": "Github" }
function t_opf_dc_gurobi(quiet) %T_OPF_DC_GUROBI Tests for DC optimal power flow using Gurobi solver. % MATPOWER % Copyright (c) 2004-2016, Power Systems Engineering Research Center (PSERC) % by Ray Zimmerman, PSERC Cornell % % This file is part of MATPOWER. % Covered by the 3-clause BSD License (see LICENS...
{ "pile_set_name": "Github" }
//===-- Sparc.h - Top-level interface for Sparc representation --*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
// © 2019, ETH Zurich // // 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://mozilla.org/MPL/2.0/. //! Optimization that removes unused if statements. use std::slice; use vir::cfg; use vir:...
{ "pile_set_name": "Github" }
AL AK AS AZ AR CA CO CT DE DC FM FL GA GU HI ID IL IN IA KS KY LA ME MH MD MA MI MN MS MO MT NE NV NH NJ NM NY NC ND MP OH OK OR PW PA PR RI SC SD TN TX UT VT VI VA WA WV WI WY AE AA AP
{ "pile_set_name": "Github" }
'use strict'; module.exports = function generate_anyOf(it, $keyword, $ruleType) { var out = ' '; var $lvl = it.level; var $dataLvl = it.dataLevel; var $schema = it.schema[$keyword]; var $schemaPath = it.schemaPath + it.util.getProperty($keyword); var $errSchemaPath = it.errSchemaPath + '/' + $keyword; var...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], ...
{ "pile_set_name": "Github" }
# Выпуск №0 1 января 1970: Описание. - Ольга Алексашенко - Вадим Макеев - Мария Просвирнина - Алексей Симоненко ## Содержание - 00:00:00 Тема Слушайте: [Google Podcasts](https://podcasts.google.com/?feed=aHR0cHM6Ly93ZWItc3RhbmRhcmRzLnJ1L3BvZGNhc3QvZmVlZC8), [Apple Podcasts](https://podcasts.apple.com/podcast/id108...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2001-2020 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * 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...
{ "pile_set_name": "Github" }
# Regression test for golang.org/issue/34189 and golang.org/issue/34165: # @latest, @upgrade, and @patch should prefer compatible versions over # +incompatible ones, even if offered by a proxy. [!net] skip env GO111MODULE=on env GOPROXY= env GOSUMDB= # github.com/russross/blackfriday v2.0.0+incompatible exists, # an...
{ "pile_set_name": "Github" }
man_MANS = \ pocketsphinx_batch.1 \ pocketsphinx_continuous.1 \ pocketsphinx_mdef_convert.1 EXTRA_DIST = \ args2man.pl \ doxy2swig.py \ pocketsphinx_batch.1.in \ pocketsphinx_continuous.1.in \ pocketsphinx_batch.1 \ pocketsphinx_continuous.1 \ pocketsphinx_mdef_convert.1 # pocketsphinx_batch.1: pocketsphinx...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2012, hiDOF INC. // Copyright (C) 2013, PAL Robotics S.L. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redist...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Vietnamese [vi] //! author : Bang Nguyen : https://github.com/bangnk //! author : Chien Kira : https://github.com/chienkira import moment from '../moment'; export default moment.defineLocale('vi', { months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_th...
{ "pile_set_name": "Github" }
# 图像分割(含语义/实例/全景分割) ## (1) 对图像分割的基本认识 ### 1. 什么是超像素、语义分割、实例分割、全景分割? 图像分割(image segmentation)任务的定义是:根据某些规则将图片分成若干个特定的、具有独特性质的区域,并提出感兴趣目标的技术和过程。 目前图像分割任务发展出了以下几个子领域:语义分割(semantic segmentation)、实例分割(instance segmentation)以及今年刚兴起的新领域全景分割(panoptic segmentation)。 而想要理清三个子领域的区别就不得不提到关于图像分割中 things 和 stuff 的区别:图像中的内容可以按照是...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 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" }
// Quick and dirty spec file highlighting CodeMirror.defineMode("spec", function(config, modeConfig) { var arch = /^(i386|i586|i686|x86_64|ppc64|ppc|ia64|s390x|s390|sparc64|sparcv9|sparc|noarch|alphaev6|alpha|hppa|mipsel)/; var preamble = /^(Name|Version|Release|License|Summary|Url|Group|Source|BuildArch|BuildReq...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace System.Linq { public static class EnumerableExtensions { public static void CopyTo<T>(this IEnumerable<T> source, T[] array, int arrayIndex) { int i = arrayIndex; ...
{ "pile_set_name": "Github" }
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. module ax.mojom; import "mojo/public/mojom/base/string16.mojom"; import "ui/gfx/geometry/mojom/geometry.mojom"; import "ui/gfx/range/mojom/range.mojom"; ...
{ "pile_set_name": "Github" }
<?php return [ 'interfaces' => [ 'google.cloud.scheduler.v1beta1.CloudScheduler' => [ 'ListJobs' => [ 'pageStreaming' => [ 'requestPageTokenGetMethod' => 'getPageToken', 'requestPageTokenSetMethod' => 'setPageToken', 'r...
{ "pile_set_name": "Github" }
static_library("IPO") { output_name = "LLVMipo" deps = [ "//llvm/lib/Analysis", "//llvm/lib/Bitcode/Reader", "//llvm/lib/Bitcode/Writer", "//llvm/lib/IR", "//llvm/lib/IRReader", "//llvm/lib/Linker", "//llvm/lib/Object", "//llvm/lib/ProfileData", "//llvm/lib/Support", "//llvm/...
{ "pile_set_name": "Github" }
/* *************************************************************************************** * Copyright (C) 2006 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
{ "pile_set_name": "Github" }
01/29/1990|NIL|NIL Ousted|NIL|NIL East|NIL|NIL German|NIL|NIL leader|NIL|NIL leader|01/29/1990|NIL leader|Ousted|NIL leader|East|NIL leader|German|NIL Erich|NIL|NIL Honecker|NIL|NIL Honecker|Erich|NIL expected|NIL|NIL expected|Honecker|ARG1 expected|indicted|ARG1 indicted|NIL|NIL indicted|treason|ARG2 high|NIL|NIL trea...
{ "pile_set_name": "Github" }
#ifndef GRM_UINT_MAP_INT_H_INCLUDED #define GRM_UINT_MAP_INT_H_INCLUDED /* ######################### includes ############################################################################### */ #include "template/map_int.h" /* ######################### interface ######################################################...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 18ce0c53ec62643da8e0f3e45032deef MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
{ "pile_set_name": "Github" }
{ "pile_set_name": "Github" }
//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// #include "RenderAPI/BsGpuParam.h" #include "RenderAPI/BsGpuParams.h" #...
{ "pile_set_name": "Github" }
// Tencent is pleased to support the open source community by making UnLua available. // // Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the MIT License (the "License"); // you may not use this file except in compliance with the License. You may obtain a copy of the...
{ "pile_set_name": "Github" }
name=Vitaspore Thallid image=https://magiccards.info/scans/en/pc/143.jpg value=2.041 rarity=C type=Creature subtype=Fungus cost={1}{G} pt=1/1 ability=At the beginning of your upkeep, put a spore counter on SN.;\ Remove three spore counters from SN: Create a 1/1 green Saproling creature token.;\ Sacrific...
{ "pile_set_name": "Github" }
# VulnyCode - PHP Code Static Analysis [![Python 3.4+](https://img.shields.io/badge/python-3.4+-blue.svg)](https://www.python.org/downloads/release/python-360/) Basic script to detect vulnerabilities into a PHP source code, it is using Regular Expression to find sinkholes. ```bash ╭─ 👻 swissky@crashlab: ~/Github/PH...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <sdf version="1.5"> <model name="Big box 4"> <pose>0 0 0.625 0 0 0</pose> <static>false</static> <link name="link"> <inertial> <mass>40.0</mass> <inertia> <ixx>1</ixx> <ixy>0</ixy> <ixz>0</ixz> <iyy>1</iyy> <iy...
{ "pile_set_name": "Github" }
=encoding UTF-8 =head1 NAME collectd-unixsock - Documentation of collectd's C<unixsock plugin> =head1 SYNOPSIS # See collectd.conf(5) LoadPlugin unixsock # ... <Plugin unixsock> SocketFile "/path/to/socket" SocketGroup "collectd" SocketPerms "0770" DeleteSocket false </Plugin> =head1 DESC...
{ "pile_set_name": "Github" }
// // impl/execution_context.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef ASIO_IM...
{ "pile_set_name": "Github" }
/**************************************************************************** * * MODULE: PS driver * AUTHOR(S): Glynn Clements <glynn@gclements.plus.com> * COPYRIGHT: (C) 2007 Glynn Clements * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <foo/> <bar/> <baz/>
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.twiliorn.library"> <uses-feature android:name="android.hardware.camera"/> <uses-feature android:name="android.hardware.camera.autofocus"/> <uses-feature android:glEsVersion="0x00020000" android:require...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd"> <!-- $Id$ --> <overlay> <template id="addressbook.admin.types" template="" lang="" group="0" version=""> <template id="admin.customfields.types" content="content_types"/> ...
{ "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.wm.impl.status; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.Disposer; import com.intellij.openapi.wm.StatusBar; imp...
{ "pile_set_name": "Github" }
// only remove the thing if it's a symlink into a specific folder. This is // a very common use-case of npm's, but not so common elsewhere. exports = module.exports = gentlyRm var resolve = require('path').resolve var dirname = require('path').dirname var normalize = require('path').normalize var validate = require('...
{ "pile_set_name": "Github" }
<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="?android:attr/colorControlHighlight" android:radius="16dp" />
{ "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" }
/* * Copyright (C) 2011 The Guava 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 ...
{ "pile_set_name": "Github" }
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace System.Net.Sockets { using System.IO; using System.Net; // Summary: // Provides the underlying stream of data for network access. public class NetworkStream : Stream { // Summary: // Internal ...
{ "pile_set_name": "Github" }
//: ## 3D Panner //: ### import AudioKitPlaygrounds import AudioKit let file = try AKAudioFile(readFileName: playgroundAudioFiles[0]) let player = try AKAudioPlayer(file: file) player.looping = true let panner = AK3DPanner(player) AKManager.output = panner try AKManager.start() player.play() //: User Interface Set ...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
{ "pile_set_name": "Github" }
#!/bin/sh if ! updates_arch=$(checkupdates 2> /dev/null | wc -l ); then updates_arch=0 fi if ! updates_aur=$(yay -Qum 2> /dev/null | wc -l); then # if ! updates_aur=$(cower -u 2> /dev/null | wc -l); then # if ! updates_aur=$(trizen -Su --aur --quiet | wc -l); then # if ! updates_aur=$(pikaur -Qua 2> /dev/null | w...
{ "pile_set_name": "Github" }
[uigesturerecognizer](../../index.md) / [it.sephiroth.android.library.uigestures](../index.md) / [UIGestureRecognizer](index.md) / [mPreviousDownTime](./m-previous-down-time.md) # mPreviousDownTime `protected var mPreviousDownTime: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
{ "pile_set_name": "Github" }
#include "CondFormats/SiPixelObjects/interface/SiPixelGainCalibrationOffline.h" #include "FWCore/Utilities/interface/typelookup.h" TYPELOOKUP_DATA_REG(SiPixelGainCalibrationOffline);
{ "pile_set_name": "Github" }
<?php namespace Oro\Bundle\SEOBundle\EventListener; use Oro\Bundle\UIBundle\Event\BeforeListRenderEvent; class PageFormViewListener extends BaseFormViewListener { /** * @param BeforeListRenderEvent $event */ public function onPageView(BeforeListRenderEvent $event) { $this->addViewPageBl...
{ "pile_set_name": "Github" }
package top.snailclimb.service; public interface HelloService { public String sayHello(String name); }
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "light_chemen@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "light_chemen@3x.png", "scale" : "3x" } ], "info" : { "version"...
{ "pile_set_name": "Github" }
using System.Data; using System.Data.SqlClient; using Forum.Infrastructure; namespace Forum.QueryServices.Dapper { public abstract class BaseQueryService { protected IDbConnection GetConnection() { return new SqlConnection(ConfigSettings.ForumConnectionString); } } }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005, 2006, 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2006 Silicon Graphics, Inc. * All Rights Reserved. * * 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. * * This program is distributed in the hope that it would be ...
{ "pile_set_name": "Github" }
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 1995, 1996 by Ralf Baechle */ #ifndef _ASM_CACHECTL #define _ASM_CACHECTL /* * Options for cacheflush system call ...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: get uri: http://ps.pndsn.com/v2/auth/grant/sub-key/sub-a-mock-key?channel-group=demo&m=0&pnsdk=PubNub-Ruby/4.1.0beta1&r=0&signature=h0gA6MDGd34Uw9fg_Hmc75Fr21kQNS_rpVSTWw8hX08=&timestamp=1465314512&ttl=1440&uuid=ruby-test-uuid-client-one&w=0 body: encoding: UT...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>OpenLayers Clic...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * * 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 * ri...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2020 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL3$ ** Commercial License Usage ** Licensees holding ...
{ "pile_set_name": "Github" }
set names utf8; Warnings: Warning 3719 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. CREATE USER 'user1'@'%' IDENTIFIED BY '111'; CREATE USER 'user2'@'%' IDENTIFIED BY '111'; CREATE DATABASE db1...
{ "pile_set_name": "Github" }
Open Beauty Facts
{ "pile_set_name": "Github" }
/** * @file * @brief * * @author Anton Kozlov * @date 21.11.2014 */ #include <errno.h> #include "file_struct.h" #include <stdio.h> int ungetc(int ch, FILE *file) { if (NULL == file) { SET_ERRNO(EBADF); return EOF; } if (EOF != ch) { file->ungetc = (char) ch; file->has_ungetc = 1; file->flags &...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // FT1000 driver for Flarion Flash OFDM NIC Device // // Copyright (C) 2002 Flarion Technologies, All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public ...
{ "pile_set_name": "Github" }
/* * Copyright 2007 Sun Microsystems, Inc. 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 Software Foundatio...
{ "pile_set_name": "Github" }
#pragma once #include <collection.h> #include <ppltasks.h>
{ "pile_set_name": "Github" }
""" Python Character Mapping Codec iso8859_1 generated from 'MAPPINGS/ISO8859/8859-1.TXT' with gencodec.py. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_table) def decode(self,input,errors='...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require "active_support/all" require "fileutils" namespace = ARGV[0] base_path = ARGV[1] portions = namespace.split(".") new_path = portions.join("/") last_portion = portions.last MODEL_FILE = <<-EOF module #{namespace}.Model exposing ( Model , Msg(..) , initial ...
{ "pile_set_name": "Github" }
// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // Table.c // Read and management routines for string table #include <GlobalConst.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <wchar.h> #include <stdarg.h> #include <time.h> #include <errno.h> ...
{ "pile_set_name": "Github" }
#include "../cpu/type.h" void init_keyboard();
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ttmtx.h */ /* */ /* Lo...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using UnityEditorInternal; using UnityEngine.Rendering.HighDefinition; namespace UnityEditor.Rendering.HighDefinition { static partial class HDProbeUI { static List<HDProbe> s_DrawHandles_Target = new List<HDProbe>(); internal static void DrawHand...
{ "pile_set_name": "Github" }