text
stringlengths
2
99.9k
meta
dict
/* * txn_size_test.c * * This source file is part of the FoundationDB open source project * * Copyright 2013-2019 Apple Inc. and the FoundationDB project authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{ "pile_set_name": "Github" }
netcdf test_enum { types: byte enum cloud_class_t {Clear = 0, Cumulonimbus = 1, Stratus = 2, Stratocumulus = 3, Cumulus = 4, Altostratus = 5, Nimbostratus = 6, Altocumulus = 7, Cirrostratus = 8, Cirrocumulus = 9, Cirrus = 10, Missing = 127} ; variables: cloud_class_t primary_cloud ; cloud_clas...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2013, 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" }
############################################################################# # Tables adapted from the Xotl FACTION ASSIGNMENT & RARITY TABLES # # Original tables can be found here: # # http://www.classicbattletech.com/forums/index.php/topic,1219.0.html # # As n...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Copyright (C) 2005, 2006, 2007, 2008, 2009 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 o...
{ "pile_set_name": "Github" }
// // UIScrollView+MJRefresh.h // MJRefreshExample // // Created by MJ Lee on 14-5-28. // Copyright (c) 2014年 itcast. All rights reserved. // #import <UIKit/UIKit.h> @interface UIScrollView (MJRefresh) #pragma mark - 下拉刷新 /** * 添加一个下拉刷新头部控件 * * @param callback 回调 */ - (void)addHeaderWithCallback:(void (^)()...
{ "pile_set_name": "Github" }
{ "AdditionalNotificationServices": "تصفح كتالوج الملحقات لتثبيث خدمات إشعارات إضافية.", "Alerts": "التنبيهات", "All": "الكل", "AllLibraries": "كل المكتبات", "AllowHWTranscodingHelp": "عند تفعيلها , سيسمح لتونر بتحويل العرض في الحال . هذا قد يساعد في تخفيض التحويل المطلوب من السيرفر.", "AllowRem...
{ "pile_set_name": "Github" }
/* * Copyright (C) Lightbend Inc. <https://www.lightbend.com> */ package play.routes.compiler import scala.collection.immutable.ListMap import scala.util.matching.Regex /** * Helper methods used in the templates */ package object templates { /** * Mark lines with source map information. */ def markLin...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Translators: # Bruno CAPELETO <bruno.capeleto@abcreseau.com>, 2016 # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016-2018 # Frédéric Sheedy ...
{ "pile_set_name": "Github" }
// +build freebsd,cgo package mount /* #include <sys/mount.h> */ import "C" const ( // RDONLY will mount the filesystem as read-only. RDONLY = C.MNT_RDONLY // NOSUID will not allow set-user-identifier or set-group-identifier bits to // take effect. NOSUID = C.MNT_NOSUID // NOEXEC will not allow execution of ...
{ "pile_set_name": "Github" }
#ifndef AVCODEC_PPC_FFT_VSX_H #define AVCODEC_PPC_FFT_VSX_H /* * FFT transform, optimized with VSX built-in functions * Copyright (c) 2014 Rong Yan Copyright (c) 2009 Loren Merritt * * This algorithm (though not any of the implementation details) is * based on libdjbfft by D. J. Bernstein, and fft_altivec_s.S. ...
{ "pile_set_name": "Github" }
.text .global kernel_thread_entry // This should look like this in C: // kernel_thread_entry (int (*fn)(void*), void *arg); kernel_thread_entry: l.add r31, r3, r0 l.add r3, r4, r0 l.jalr r31 l.nop // the return value is stored in r11 l.add r3, r11, r0 l.jal do_exit l.nop
{ "pile_set_name": "Github" }
/* * Copyright (C) 2003-2006 Bjørn-Ove Heimsund * * This file is part of MTJ. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the * Free Software Foundation; either version 2.1 of the License, or (at your * op...
{ "pile_set_name": "Github" }
export { default as App } from './App'; export { default as BaseComponent } from './BaseComponent'; export { default as Button } from './Button'; export { default as CodeEditor } from './CodeEditor'; export { default as Divider } from './Divider'; export { default as Ellipsis } from './Ellipsis'; export { default as Ex...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=...
{ "pile_set_name": "Github" }
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. // Copyright (C) 2016, Intel Corporation, all rights reserved. // Third party copyrights are property of their respectiv...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2001-2004 // Copyright David Abrahams 2001-2002 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // *Preprocessed* version of the main "iter_fold_if_impl.hpp" header // -- D...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Queue; use Illuminate\Redis\Database; use Illuminate\Queue\Jobs\RedisJob; class RedisQueue extends Queue implements QueueInterface { /** * The Redis database instance. * * @var \Illuminate\Redis\Database */ protected $redis; /** * The connection name. * * @var string */ ...
{ "pile_set_name": "Github" }
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = $(inherited) -ObjC PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFE...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """Convert output solexa qseq files into fastq format, handling multiplexing. Works with qseq output from Illumina's on-machine base caller in: Data/Intensities/BaseCalls/ or from the offline base caller in: Data/*_Firecrest*/Bustard* Usage: solexa_qseq_to_fastq.py <run name> <list of lane n...
{ "pile_set_name": "Github" }
/****************************************************************************** ******************************************************************************* ** ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. ** Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. ** ** This copyrig...
{ "pile_set_name": "Github" }
import {reactive, readonly } from 'vue'; let store = reactive({ message: 'Hello Ts Vue3!', count: 1 }); export default { getState() { return readonly(store); }, updateCnt() { console.log('updateCnt', store.count); store.count++; } }
{ "pile_set_name": "Github" }
<!DOCTYPE lensdatabase SYSTEM "lensfun-database.dtd"> <lensdatabase version="2"> <mount> <name>Nikon CX</name> <compat>Nikon F</compat> <compat>Nikon F AI</compat> <compat>Nikon F AI-S</compat> <compat>Nikon F AF</compat> <compat>M42</compat> <compat>M39/1</c...
{ "pile_set_name": "Github" }
#boolbase This very simple module provides two basic functions, one that always returns true (`trueFunc`) and one that always returns false (`falseFunc`). ###WTF? By having only a single instance of these functions around, it's possible to do some nice optimizations. Eg. [`CSSselect`](https://github.com/fb55/CSSselec...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) Facebook, Inc. and its affiliates. # # 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...
{ "pile_set_name": "Github" }
%% %unicode 10.0 %public %class UnicodeAge_10_0_age_1_1 %type int %standalone %include ../../resources/common-unicode-all-enumerated-property-defined-values-only-java %% <<EOF>> { printOutput(); return 1; } \p{Age:1.1} { setCurCharPropertyValue("Age:1.1"); } [^] { }
{ "pile_set_name": "Github" }
.panel_wrapper div.current { height: 290px; } #id, #style, #title, #dir, #hreflang, #lang, #classlist, #tabindex, #accesskey { width: 200px; } #events_panel input { width: 200px; }
{ "pile_set_name": "Github" }
bad_block_name=unrecognized Unicode block name \"{0}\" bad_category=unrecognized Unicode category \"{0}\" bad_escape=illegal escape bad_property_name=bad property name \"{0}\" empty_property_name=property name must not be empty expected=expected \"{0}\" expected_digit=expected a digit expected_eos=character is not allo...
{ "pile_set_name": "Github" }
# Copyright 2019 Google LLC # # 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, s...
{ "pile_set_name": "Github" }
/* * linux/fs/ext4/sysfs.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Theodore Ts'o (tytso@mit.edu) * */ #include <linux/time.h> #include <linux/fs.h> #include <linux/seq_file.h> #include <linux/proc_fs.h> #include "ext4.h" #include "ext4_jbd2.h" typedef enum { attr_noop, att...
{ "pile_set_name": "Github" }
package assets import ( "bytes" "crypto/md5" "encoding/hex" "fmt" "io/ioutil" "net/http" "os" "path/filepath" "strings" utilruntime "k8s.io/kubernetes/pkg/util/runtime" ) // ExtensionScriptsHandler concatenates and serves extension JavaScript files as one HTTP response. func ExtensionScriptsHandler(files [...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef msr_airlib_RotorParams_hpp #define msr_airlib_RotorParams_hpp #include "common/Common.hpp" namespace msr { namespace airlib { //In NED system, +ve torque would generate clockwise rotation enu...
{ "pile_set_name": "Github" }
{ "name": "package", "repository": { "type": "git", "url": "SamVerschueren/clinton" } }
{ "pile_set_name": "Github" }
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>PortShiftingTool | GoJS API</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../../a...
{ "pile_set_name": "Github" }
[Text] LANGUAGE=Italiano (Italian) OPTION_VALUE_EASY=Facile OPTION_VALUE_MEDIUM=Media OPTION_VALUE_HARD=Difficile OPTION_VALUE_ON=Si OPTION_VALUE_OFF=No OPTION_VALUE_EDITION=Edizione OPTION_VALUE_GENRE=Genere OPTION_VALUE_LANGUAGE=Lingua OPTION_VALUE_FOLDER=Folder OPTION_VALUE_TITLE=Titolo OPTION_VALUE_ARTIST=Artis...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Service metadata: namespace: demos name: update-demo spec: ports: - port: 80 protocol: TCP selector: demo: update
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
<?php namespace Auth0\SDK\API\Header; class Header { /** * * @var string */ protected $header; /** * * @var string */ protected $value; /** * Header constructor. * * @param string $header * @param string $value */ public function __const...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all copies. # # THE SOFTWARE IS P...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> <key>IBFramework Version</key> <string>248.0</string> <key>IBSystem Version</key> <string>5S66</string> </dict> </plist>
{ "pile_set_name": "Github" }
## Class: IncomingMessage > Handle responses to HTTP/HTTPS requests. Process: [Main](../glossary.md#main-process) `IncomingMessage` implements the [Readable Stream](https://nodejs.org/api/stream.html#stream_readable_streams) interface and is therefore an [EventEmitter][event-emitter]. ### Instance Events #### Even...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ContentFilters</key> <dict/> <key>auto_connect</key> <true/> <key>data</key> <dict> <key>connection</key> ...
{ "pile_set_name": "Github" }
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must r...
{ "pile_set_name": "Github" }
#version 150 in vec4 shadowCoord; in vec3 tes_normal; in vec3 tes_color; in vec3 pos; out vec3 color; // Vector from the camera to the sun uniform vec3 sun_dir; uniform sampler2D shadow_map; uniform vec3 sun_color; uniform vec3 sky_light; const float SHADOW_BIAS = 0.001; // FIXME does this even work? const float...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
0
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by pulumigen. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../../types/input"; import * as outputs from "../../types/output"; import * as utilities from "../../utilities";...
{ "pile_set_name": "Github" }
// // basic_seq_packet_socket.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 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 BOOST...
{ "pile_set_name": "Github" }
/* * DV encoder * Copyright (c) 2003 Roman Shaposhnik * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
{ "pile_set_name": "Github" }
/********************************************************************************//** \file OVR_ErrorCode.h \brief This header provides LibOVR error code declarations. \copyright Copyright 2015 Oculus VR, LLC All Rights reserved. *************************************************************************************...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Tokens version="1.0"> <File path="Classes/SBJsonStreamWriterStateObjectStart.html"> <Token> <TokenIdentifier>//apple_ref/occ/cl/SBJsonStreamWriterStateObjectStart</TokenIdentifier> <Abstract type="html"></Abstract> <DeclaredIn>SBJsonStreamWriterState.h</DeclaredIn>...
{ "pile_set_name": "Github" }
// Chrome automatically creates a background.html page for this to execute. // This can access the inspected page via executeScript // // Can use: // chrome.tabs.* // chrome.extension.* chrome.extension.onConnect.addListener(function (port) { var extensionListener = function (message, sender, sendResponse) { ...
{ "pile_set_name": "Github" }
[DEFAULT] head = head.js tags = featuregates [test_FeatureGate.js] [test_FeatureGateImplementation.js]
{ "pile_set_name": "Github" }
# frozen_string_literal: true Gem::Specification.new do |s| s.name = "date" s.version = '3.0.0' s.summary = "A subclass of Object includes Comparable module for handling dates." s.description = "A subclass of Object includes Comparable module for handling dates." s.require_path = %w{lib} s.files = [ "l...
{ "pile_set_name": "Github" }
HOSTS: ubuntu-server-12042-x64: roles: - master platform: ubuntu-12.04-amd64 box : ubuntu-server-12042-x64-vbox4210-nocm box_url : http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-12042-x64-vbox4210-nocm.box hypervisor : vagrant CONFIG: type: foss
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:f3a9bef911c33dd6d5c60c0da3de573427217219d6ba906195a7943a9a388179 size 1172
{ "pile_set_name": "Github" }
package com.sun.study.module.okhttp.request; import com.sun.study.module.okhttp.OkHttpProxy; import com.sun.study.module.okhttp.builder.PostFormBuilder; import com.sun.study.module.okhttp.callback.OkHttpCallBack; import java.net.FileNameMap; import java.net.URLConnection; import java.util.List; import java.util.Map; ...
{ "pile_set_name": "Github" }
/* * * * (c) 2010-2020 Highsoft AS * * Author: Øystein Moseng * * License: www.highcharts.com/license * * Accessible high-contrast theme for Highcharts. Considers colorblindness and * monochrome rendering. * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ import H fr...
{ "pile_set_name": "Github" }
package picard.illumina.parser.readers; import org.testng.Assert; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import java.io.File; public class ClocsFileReaderTest { private static final File TEST_DIR = new File("testdata/picard/illumina/readerTests"); private static fina...
{ "pile_set_name": "Github" }
// The MIT License // // Copyright (c) 2020 Temporal Technologies Inc. All rights reserved. // // Copyright (c) 2020 Uber Technologies, Inc. // // 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 Soft...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?><topic xmlns="http://wsdev.schemas.microsoft.com/authoring/2008/2"> <whitepaper_page><metadata id="c706c5d5-d552-45bf-9cf1-b2db2fdc090d" build_format="rfc" section_number="1.294"><title>Attribute msDS-SourceObjectDN</title> <tech value="protocol" /> <index><keyword>msDS-SourceObje...
{ "pile_set_name": "Github" }
<h1>Open Food Hunt</h1> <blockquote style="font-style:italic">A global quest to open food data from all over the world.</blockquote> <p> <a href="https://world.openfoodfacts.org/open-food-hunt">English</a> - <a href="https://world-es.openfoodfacts.org/open-food-hunt">Español</a> - <a href="https://world-fr.openfoodfa...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-07-30 00:43+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../src/Dialogs/FileSelectDialog.vala:50 ../src/PreferencesWindow.vala:57 #: ../src/Widgets/MultiInfoBar.vala:35 ms...
{ "pile_set_name": "Github" }
QPushButton { background-color: qlineargradient(x1: 0, y1: 0, x2: 0.8, y2: 0.8, stop: 0 #B0B0B0, stop: 1 #404040); min-width : 80px; border: 2px solid grey; border-radius: 6px; margin-top: 1ex; color:white } QPushButton:hover { border: 2px solid orange; } QPushButton:pressed { background-color: qlineargradien...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo.tests.common import TransactionCase class TestIAP(TransactionCase): def test_get_account(self): account = self.env["iap.account"].get("random_service_name") self.assertTrue(account.account...
{ "pile_set_name": "Github" }
{ "nome": "Roasio", "codice": "002116", "zona": { "codice": "1", "nome": "Nord-ovest" }, "regione": { "codice": "01", "nome": "Piemonte" }, "provincia": { "codice": "002", "nome": "Vercelli" }, "sigla": "VC", "codiceCatastale": "H365", "cap": [ "13060" ], "popolazione": 2465 }
{ "pile_set_name": "Github" }
easyblock = 'PythonPackage' name = 'PyGTS' version = '0.3.1' versionsuffix = '-Python-%(pyver)s' homepage = 'https://sourceforge.net/projects/pygts/' description = """ PyGTS is a python package used to construct, manipulate, and perform computations on triangulated surfaces. It is a hand-crafted and pythonic bind...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
// Copyright 2017 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 // +godefs map struct_in_addr [4]byte /* in_addr */ // +godefs map struct_in6_addr [16]byte /* in6_addr */ package socket /* #include <sys/s...
{ "pile_set_name": "Github" }
// // FLEXShortcutsSection.h // FLEX // // Created by Tanner Bennett on 8/29/19. // Copyright © 2019 Flipboard. All rights reserved. // #import "FLEXTableViewSection.h" #import "FLEXObjectInfoSection.h" @class FLEXProperty, FLEXIvar, FLEXMethod; /// An abstract base class for custom object "shortcuts" where every...
{ "pile_set_name": "Github" }
0 SECTION 2 HEADER 9 $ACADVER 1 AC1009 9 $INSBASE 10 0.0 20 0.0 30 0.0 9 $EXTMIN 10 -24.458112 20 16.165 30 0.0 9 $EXTMAX 10 -13.224388 20 23.235 30 0.0 9 $LIMMIN 10 0.0 20 0.0 9 $LIMMAX 10 0.0 20 0.0 9 $ORTHOMODE 70 0 9 $REGENMOD...
{ "pile_set_name": "Github" }
/* * The 3D Studio File Format Library * Copyright (C) 1996-2007 by Jan Eric Kyprianidis <www.kyprianidis.com> * All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software F...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Database\Migrations; use Illuminate\Support\Arr; use Illuminate\Support\Str; use Illuminate\Support\Collection; use Illuminate\Console\OutputStyle; use Illuminate\Filesystem\Filesystem; use Illuminate\Contracts\Events\Dispatcher; use Illuminate\Database\Events\MigrationEnded; use Illuminate...
{ "pile_set_name": "Github" }
<?php declare(strict_types = 1); namespace PHPStan\Rules\Operators; use PHPStan\Type\VerbosityLevel; class OperandsInArithmeticMultiplicationRule implements \PHPStan\Rules\Rule { /** @var OperatorRuleHelper */ private $helper; public function __construct(OperatorRuleHelper $helper) { $this->helper = $helper;...
{ "pile_set_name": "Github" }
<!--- Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this ...
{ "pile_set_name": "Github" }
// Copyright 2015 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 package main import ( "unicode" "golang.org/x/text/internal/gen" "golang.org/x/text/internal/ucd" "golang.org/x/text/unicode/rangetable"...
{ "pile_set_name": "Github" }
package org.jboss.weld.annotated.slim.backed; import java.io.Serializable; import java.lang.reflect.Member; import java.lang.reflect.Type; import jakarta.enterprise.inject.spi.AnnotatedMember; import org.jboss.weld.logging.BeanLogger; import org.jboss.weld.resources.ReflectionCache; import org.jboss.weld.resources.S...
{ "pile_set_name": "Github" }
function rec = PASreadrecord(path) if length(path)<4 error('unable to determine format: %s',path); end if strcmp(path(end-3:end),'.txt') rec=PASreadrectxt(path); else rec=VOCreadrecxml(path); end
{ "pile_set_name": "Github" }
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any la...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Fabio Collini. * * 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 agre...
{ "pile_set_name": "Github" }
// Generated by IcedCoffeeScript 1.7.1-b (function() { var C, PpBuffer, U32MAX, Unpacker, default_ext, modes, pow2, twos_compl_inv, _ref; C = require('./const').C; PpBuffer = require('./buffer').PpBuffer; _ref = require('./util'), pow2 = _ref.pow2, twos_compl_inv = _ref.twos_compl_inv, U32MAX = _ref.U32MAX; ...
{ "pile_set_name": "Github" }
# TensorBoard: Graph Visualization TensorFlow computation graphs are powerful but complicated. The graph visualization can help you understand and debug them. Here's an example of the visualization at work. ![Visualization of a TensorFlow graph](../../images/graph_vis_animation.gif "Visualization of a TensorFlow grap...
{ "pile_set_name": "Github" }
/* NoirVisor - Hardware-Accelerated Hypervisor solution Copyright 2018-2020, Zero Tang. All rights reserved. This file is the basic driver of Intel VT-x. This program is distributed in the hope that it will be useful, but without any warranty (no matter implied warranty or merchantability or fitness for...
{ "pile_set_name": "Github" }
# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 2.8 #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE REQUEST----- MIIBlzCCAVcCAQAwXjELMAkGA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUx ITAfBgNVBAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZDEXMBUGA1UEAxMORXJp YyB0aGUgWW91bmcwge8wgaYGBSsOAwIMMIGcAkEA+ZiKEvZmc9MtnaFZh4NiZ3oZ S4J1PHvPrm9MXj5ntVheDPkdmBDTncyaGAJcMjwsyB/GvLDGd6yGCw/8eF+09wIV AK3VagOxGd/Q4Af5NbxR5FB7...
{ "pile_set_name": "Github" }
/** * Select2 Georgian (Kartuli) translation. * * Author: Dimitri Kurashvili dimakura@gmail.com */ (function ($) { "use strict"; $.fn.select2.locales['ka'] = { formatNoMatches: function () { return "ვერ მოიძებნა"; }, formatInputTooShort: function (input, min) { var n = min - input.length; ...
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy-s390x:v1.11.0-alpha.2
{ "pile_set_name": "Github" }
<trigger> <name>ProgettiHwSwEthV2 reads an analog input</name> <description>ProgettiHwSwEthV2 reads an analog input</description> <channel>app.event.sensor.protocol.read.phwswethv2</channel> <payload> <payload> <statement> <logical>SET</logical> ...
{ "pile_set_name": "Github" }
/* AuFocus.java Purpose: Description: History: Thu Oct 13 11:52:43 2005, Created by tomyeh Copyright (C) 2005 Potix Corporation. All Rights Reserved. {{IS_RIGHT This program is distributed under LGPL Version 2.1 in the hope that it will be useful, but WITHOUT ANY WARRANTY. }}IS_RIGHT */ package org....
{ "pile_set_name": "Github" }
/*********************************************************\ * File: QPLInputHandler.cpp * * * Copyright (C) 2002-2013 The PixelLight Team (http://www.pixellight.org/) * * This file is part of PixelLight. * * Permission is hereby granted, free of charge, to any person obtaining a co...
{ "pile_set_name": "Github" }
# # Copyright (C) 2019 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas 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, version 3 of the License. # # Canvas is distributed in the ...
{ "pile_set_name": "Github" }
#include "Generated.xcconfig"
{ "pile_set_name": "Github" }
/* boost::signals2::connection provides a handle to a signal/slot connection. Author: Frank Mori Hess <fmhess@users.sourceforge.net> Begin: 2007-01-23 */ // Copyright Frank Mori Hess 2007-2008. // Distributed under the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy...
{ "pile_set_name": "Github" }
local syslog = require "syslog" local packer = require "db.packer" local character = {} local connection_handler function character.init (ch) connection_handler = ch end local function make_list_key (account) local major = account // 100 local minor = account % 100 return connection_handler (account), string.for...
{ "pile_set_name": "Github" }
/** * Copyright 2014-2019 yangming.liu<bytefox@126.com>. * * This copyrighted material is made available to anyone wishing to use, modify, * copy, or redistribute it subject to the terms and conditions of the GNU * Lesser General Public License, as published by the Free Software Foundation. * * This program is d...
{ "pile_set_name": "Github" }
""" 1 """ i = 0 while i < 2: ++i for j in range(2): pass break print i
{ "pile_set_name": "Github" }
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index b714333..3d9ea9a 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -1186,7 +1186,7 @@ static void sctp_v4_del_protocol(void) unregister_inetaddr_notifier(&sctp_inetaddr_notifier); } -static int __net_init sctp_net_init(struct net *net) +stati...
{ "pile_set_name": "Github" }
export var VARIABLE = { PLATFORM_TYPE: '', CURRENT_CATEGORY: '' };
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('castArray', require('../castArray')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }