text
stringlengths
2
99.7k
meta
dict
package com.datonicgroup.narrate.app.ui.calendar; import android.animation.ObjectAnimator; import android.app.ActivityOptions; import android.content.Intent; import android.content.res.Configuration; import android.graphics.Bitmap; import android.graphics.Color; import android.os.Build; import android.os.Bundle; impor...
{ "pile_set_name": "Github" }
// // UIView+SetRect.m // UIView // // Created by YouXianMing on 16/1/29. // Copyright © 2016年 YouXianMing. All rights reserved. // #import "UIView+SetRect.h" @implementation UIView (SetRect) - (CGPoint)viewOrigin { return self.frame.origin; } - (void)setViewOrigin:(CGPoint)viewOrigin { CGRect...
{ "pile_set_name": "Github" }
"""Test numpy based equity calculator""" import pytest from tools.montecarlo_numpy2 import numpy_montecarlo def _runner(my_cards, cards_on_table, players, expected_result): """Montecarlo test""" equity = numpy_montecarlo(my_cards, cards_on_table, 10000, players) assert equity == pytest.approx(expected_re...
{ "pile_set_name": "Github" }
/* * Freescale ASRC ALSA SoC Digital Audio Interface (DAI) driver * * Copyright (C) 2014 Freescale Semiconductor, Inc. * * Author: Nicolin Chen <nicoleotsuka@gmail.com> * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FolderView</class> <widget class="QWidget" name="FolderView"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>670</width> <height>534</height> </rect> </property> <property name="focusPolicy"> <enum>Qt::StrongFo...
{ "pile_set_name": "Github" }
package mts // EndpointMap Endpoint Data var EndpointMap map[string]string // EndpointType regional or central var EndpointType = "regional" // GetEndpointMap Get Endpoint Data Map func GetEndpointMap() map[string]string { if EndpointMap == nil { EndpointMap = map[string]string{ "cn-shanghai-internal-test-1": ...
{ "pile_set_name": "Github" }
@import '../shape/action-strip'; //// /// @group schemas /// @access public /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a> //// /// Generates a light action-strip schema. /// @type {Map} /// @prop {Color} color ["'currentColor'"] - The color used for the actions icons. /// @prop ...
{ "pile_set_name": "Github" }
[logics for room 36 -- rmLounge [ "Leisure Suit Larry in the Land of the Lounge Lizards" [ by Al Lowe %include "rm36.msg" %include "gamedefs.h" %include "iv_views.h" %define GIRL_Y 93 %define JOKE_MAX 37 [ number of gags in repetoire %define ZINGER_MIN 21 [ number of first zinger message %defin...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class NSArray, NSDraggingSession, NSIndexSet, NSPasteboard, NSTableColumn, NSTableView, NSURL; @protocol NSTableViewDataSource <NSObject> @optional - (NSArr...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Media; namespace SvgToXaml.WrapPanel { public class VirtualizingWrapPanel : VirtualizingPanel, IScrollInfo ...
{ "pile_set_name": "Github" }
; RUN: opt < %s -add-discriminators -S | FileCheck %s ; RUN: opt < %s -passes=add-discriminators -S | FileCheck %s ; Discriminator support for multiple CFG paths on the same line. ; ; void foo(int i) { ; int x; ; if (i < 10) x = i; else x = -i; ; } ; ; The two stores inside the if-then-else...
{ "pile_set_name": "Github" }
// Copyright 2014-2015 Ben Trask // MIT licensed (see LICENSE for details) #include <kvstore/kvs_schema.h> enum { // Note: these IDs are part of the persistent database format, // so don't just go changing them. // 0-19 are reserved for the DB layer. SLNUserByID = 20, SLNUserIDByName = 21, SLNSessionByID = 22...
{ "pile_set_name": "Github" }
namespace Storage.Net { /// <summary> /// Helper syntax for creating instances of storage library objects /// </summary> public static class StorageFactory { private static readonly IKeyValueStorageFactory _tables = new InternalTablesFactory(); private static readonly IBlobStorageFactory _bl...
{ "pile_set_name": "Github" }
>>> End context you are in the kitchen to the south there is the living_room you see nothing ? what do you want to do >>> End context you are in the library to the south there is the hall you see some book -s ? what do you want to do >>> End context you are in the bathroom to the south there is the corridor you s...
{ "pile_set_name": "Github" }
/* * Crypto-JS v2.4.0 * http://code.google.com/p/crypto-js/ * Copyright (c) 2011, Jeff Mott. All rights reserved. * http://code.google.com/p/crypto-js/wiki/License */ (function(){ // Shortcuts var C = Crypto, util = C.util, charenc = C.charenc, UTF8 = charenc.UTF8; // Precomputed SBOX ...
{ "pile_set_name": "Github" }
using System; using BenchmarkDotNet.Columns; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Reports; using BenchmarkDotNet.Running; using JetBrains.Annotations; namespace CodeJam.PerfTests.Metrics { /// <summary>Interface for metric values provider</summary> public interface IMetricValuesProv...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "iCloudViewControllerBase.h" #import "MBUIDelegate-Protocol.h" #import "MBWebKitViewControllerDelegate-Protocol.h" @class Lic...
{ "pile_set_name": "Github" }
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -instcombine -S | FileCheck %s ; If the (shl x, C) preserved the sign and this is a sign test, ; compare the LHS operand instead define i1 @icmp_shl_nsw_sgt(i32 %x) { ; CHECK-LABEL: @icmp_shl_nsw_sgt( ; CHECK-NEXT: [[CMP:%.*]...
{ "pile_set_name": "Github" }
// Package ostype is define OS type of SakuraCloud public archive package ostype //go:generate stringer -type=ArchiveOSTypes // ArchiveOSTypes パブリックアーカイブOS種別 type ArchiveOSTypes int const ( // CentOS OS種別:CentOS CentOS ArchiveOSTypes = iota // CentOS6 OS種別:CentOS6 CentOS6 // Ubuntu OS種別:Ubuntu Ubuntu // Debia...
{ "pile_set_name": "Github" }
<template> <div class="form-config-container"> <el-form label-position="top"> <el-form-item label="页面标题"> <el-input v-model.trim="pageData.title"></el-input> </el-form-item> <el-form-item label="页面背景色"> <el-color-picker :predefine="predefineColors" v-model="pageData.style.backgro...
{ "pile_set_name": "Github" }
*[data-emoji~="one"]{ background: rgba(0,0,0,0) url(../images/emoji/Sysmbols.png) no-repeat 0px 0px; } emoji[data-emoji~="one"]{ background-position:-7px -7px; } *[data-emoji~="two"]{ background: rgba(0,0,0,0) url(../images/emoji/Sysmbols.png) no-repeat -38px 0px; } emoji[data-emoji~="two"]{ background-position:-45px -...
{ "pile_set_name": "Github" }
{ "type":"FeatureCollection", "features":[ { "type":"Feature", "properties":{ }, "geometry":{ "type":"LineString", "coordinates":[ [ -58.4003789, -34.8024187 ], [ ...
{ "pile_set_name": "Github" }
// // Context.m // MetalRenderer // // Created by Stuart Carnie on 6/9/18. // Copyright © 2018 Stuart Carnie. All rights reserved. // #import "Context.h" #import "Filter.h" #import <QuartzCore/QuartzCore.h> #import "metal_common.h" @interface BufferNode : NSObject @property (nonatomic, readonly) id<MTLBuffer> src...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-constant-in-range-compare -DTEST -verify %s // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-constant-in-range-compare -DTEST -verify -x c++ %s // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-type-l...
{ "pile_set_name": "Github" }
<h2 matDialogTitle>{{title}}</h2> <mat-dialog-content> <div class="center-block center-content"> <form (ngSubmit)="save()" > <fieldset class="form" [disabled]="param.mode == UserDialogMode.View"> <mat-form-field> <input type="text" placeholder="Name" name="nam...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> #import "AFURLResponseSerialization.h" #import "AFURLRequestSerialization.h" #import "AFSecurityPolicy.h" #if !TARGET_OS_WATCH #import "AFNetworkReachabilityManager.h" #endif /** `AFURLSessionManager` creates and manages an `NSURLSession` object based on a specified `NSURLSessionCo...
{ "pile_set_name": "Github" }
# Copyright 2017 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. import("//build/config/chrome_build.gni") import("//build/config/ios/asset_catalog.gni") import("//build/config/ios/rules.gni") import("//remoting/build/conf...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "UIView.h" @class UIActivityIndicatorView, UIButton, UIImageView, UILabel; @interface RecordView : UIView { UIView *_recordLeftView; UIImageView *_recordImageView;...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!126 &1 NavMeshProjectSettings: m_ObjectHideFlags: 0 serializedVersion: 2 areas: - name: Walkable cost: 1 - name: Not Walkable cost: 1 - name: Jump cost: 2 - name: cost: 1 - name: cost: 1 - name: cost: 1 - n...
{ "pile_set_name": "Github" }
// // UIView+CustomAutoLayout.h // CommonLibrary // // Created by Alexi on 13-11-20. // Copyright (c) 2013年 ywchen. All rights reserved. // #import <UIKit/UIKit.h> // 使用装饰模式进行自动布局处理 #ifdef DEBUG #define IsArgInvalid(curView, brotherView) NSAssert((self.superview == brotherView.superview) && !(CGRectEqualToRect(...
{ "pile_set_name": "Github" }
<project name="ceylon-doc Ant Task test" > <target name="-init"> <echo message="ant.home: ${ant.home}"/> <echo message="ant.file: ${ant.file}"/> <echo message="src: ${arg.src}"/> <echo message="out: ${arg.out}"/> </target> <target name="ant-tasks" depends="-init"> <typedef resourc...
{ "pile_set_name": "Github" }
; RUN: opt -objc-arc-contract -S < %s | FileCheck %s target datalayout = "e-p:64:64:64" declare i8* @objc_retain(i8*) declare void @objc_release(i8*) declare void @use_pointer(i8*) @x = external global i8* ; CHECK: define void @test0( ; CHECK: entry: ; CHECK-NEXT: tail call void @objc_storeStrong(i8** @x, i8* %p) n...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Cocoa/NSView.h> @class Album, IPMarimbaSlideshow, IPMessageReceiver, NSColor, NSImage, NSTimer; @protocol MultiPaneContentCon...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <form:Form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:core="http://g5.1c.ru/v8/dt/mcore" xmlns:form="http://g5.1c.ru/v8/dt/form"> <items xsi:type="form:FormGroup"> <name>Общие</name> <id>1</id> <items xsi:type="form:FormField"> <name>Регламентн...
{ "pile_set_name": "Github" }
2BE00: 2BE01: 2BE02: 2BE03: 2BE04: 2BE05: 2BE06: 2BE07: 2BE08: 2BE09: 2BE0A: 2BE0B: 2BE0C: 2BE0D: 2BE0E: 2BE0F: 2BE10: 2BE11: 2BE12: 2BE13: 2BE14: 2BE15: 2BE16: 2BE17: 2BE18: 2BE19: 2BE1A: 2BE1B: 2BE1C: 2BE1D: 2BE1E: 2BE1F: 2BE20: 2BE21: 2BE22: 2BE23: 2BE24: 2BE25: 2BE26: 2BE27: 2BE28: 2BE29: 2BE2A: 2BE2B: 2BE2C: 2BE2D...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: bowl01 m_Shader: {fileID: 47, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: _NORMALMAP _SPECGL...
{ "pile_set_name": "Github" }
// Copyright 2010-2012 The W32 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 windows package w32 import ( "fmt" "syscall" "unsafe" ) // DEFINED IN THE DWM API BUT NOT IMPLEMENTED BY MS: // DwmAttachMilContent // Dwm...
{ "pile_set_name": "Github" }
//****************************************************************************** // SCICHART® Copyright SciChart Ltd. 2011-2019. All rights reserved. // // Web: http://www.scichart.com // Support: support@scichart.com // Sales: sales@scichart.com // // SecondaryYAxesChartView.m is part of the SCICHART® Examples. Perm...
{ "pile_set_name": "Github" }
/*! * jQuery UI CSS Framework 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Gill...
{ "pile_set_name": "Github" }
// This file contains incorrect key data in a variety of formats. // "key" -- either a dictionary for JWK, or hex encoded bytes for PKCS8/SPKI. // "key_format" -- one of: "jwk", "pkcs8", "spki" // "error" -- The expected rejection reason when importing the key. [ // -----------------------------------------------...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet { ...
{ "pile_set_name": "Github" }
from ED6ScenarioHelper import * def main(): # 卢安 CreateScenaFile( FileName = 'T2402 ._SN', MapName = 'Ruan', Location = 'T2402.x', MapIndex = 1, MapDefaultBGM = "ed60015", Flags = 0, Ent...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/> </pickle> <pickle> <dictionary> <item> <key> <string>actbox_category</string> </key> <value> <string>workf...
{ "pile_set_name": "Github" }
using System; using System.Text; using System.Xml; using System.Xml.Xsl; using System.Xml.XPath; namespace Transform { class Program { static void Main(string[] args) { //Three(); } public static void One() { //<snippet1> // Open books.xml ...
{ "pile_set_name": "Github" }
/*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Gill...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Terrain m_Shader: {fileID: 4800000, guid: f41b97872ce3bba439516a22765e895b, type: 3} m_ShaderKeywords: _AA_ON _ALPHATEST_O...
{ "pile_set_name": "Github" }
<?php use LightnCandy\LightnCandy; use PHPUnit\Framework\TestCase; require_once('tests/helpers_for_test.php'); class usageTest extends TestCase { /** * @dataProvider compileProvider */ public function testUsedFeature($test) { LightnCandy::compile($test['template'], $test['options']); ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <MPUFoundation/NSCopying-Protocol.h> #import <MPUFoundation/NSSecureCoding-Protocol.h> @class NSArray, NSMutableSet, NSString; @interface MPUEmp...
{ "pile_set_name": "Github" }
#region using System; using System.Linq; using System.Threading.Tasks; using EvilDICOM.Core; using EvilDICOM.Core.Helpers; using EvilDICOM.Network.DIMSE; using EvilDICOM.Network.Enums; using EvilDICOM.Network.Extensions; using EvilDICOM.Network.Messaging; using Microsoft.Extensions.Logging; #endregion namespace Evi...
{ "pile_set_name": "Github" }
## @ingroup Analyses # Analysis.py # # Created: # Modified: Feb 2016, Andrew Wendorff # ---------------------------------------------------------------------- # Imports # ---------------------------------------------------------------------- from SUAVE.Core import Data from SUAVE.Core import Container a...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1052530757989186 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4367842779536844} m_Layer: 8 m_Name: vPoint (7)...
{ "pile_set_name": "Github" }
 <Page x:Class="ExpenseIt.ExpenseReportPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend...
{ "pile_set_name": "Github" }
// Auto-generated file. Do not edit! // Template: src/f32-vsqrt/avx512f-nr1fma1adj.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <imm...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: TeleportAreaLocked m_Shader: {fileID: 4800000, guid: 787d7485aa6482341a9f55fa37fb84f1, type: 3} m_ShaderKeywords: RECEIVE_...
{ "pile_set_name": "Github" }
<?php /** * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}. * See [README.md](README.md#generating-data) for more information. * * Pull requests changing data in these files will not be accepted. See the * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make...
{ "pile_set_name": "Github" }
using System; using UnityEngine; namespace UnityStandardAssets.CrossPlatformInput.PlatformSpecific { public class MobileInput : VirtualInput { private void AddButton(string name) { // we have not registered this button yet so add it, happens in the constructor ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using AVFoundation; using CoreFoundation; using CoreMedia; using Foundation; using UIKit; namespace AutoWait { public partial class PlaybackDetailsViewController : UIViewController { [Outlet ("rateLabel")] UILabel RateLabel { get; set; } [Out...
{ "pile_set_name": "Github" }
.class final Lcom/mobileapptracker/d; .super Ljava/lang/Object; # interfaces .implements Ljava/lang/Runnable; # instance fields .field final synthetic a:Lcom/mobileapptracker/MATParameters; .field private final b:Ljava/lang/ref/WeakReference; .annotation system Ldalvik/annotation/Signature; value = { ...
{ "pile_set_name": "Github" }
import n3Alert from './Alert/n3Alert' import n3AlertMethod from './Alert/n3AlertMethod' import n3Carousel from './Carousel/n3Carousel' import n3Accordion from './Accordion/n3Accordion' import n3Affix from './Affix/n3Affix' import n3Aside from './Aside/n3Aside' import n3CheckboxGroup from './Checkbox/n3CheckboxGroup' im...
{ "pile_set_name": "Github" }
{ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "variables": { "webApiVersion": "2016-08-01", "serverFarmApiVersion": "2016-09-01", "dbApiVersion": "2014-04-01-preview", "sqlServerNameTidy": "[toLower(trim(parameters('sql...
{ "pile_set_name": "Github" }
I 800 OBJ POINT_COUNTS 36 0 0 36 TEXTURE ../../../../Users/alxunru/Desktop/X-Plane 10/Aircraft/Test Cases/objects/test.png VT -0.5 0.5 0.5 -1 0 0 0 0 # 0 VT -0.5 -0.5 0.5 -1 0 0 0 0 # 1 VT -0.5 -0.5 -0.5 -1 0 0 0 0 # 2 VT -0.5 -0.5 -0.5 -1 0 0 0 0 # 3 VT -0.5 0.5 -0.5 -1 0 0 0 0 # 4 VT -0.5 0.5 0.5 -1 0 0 0 0 # 5 VT ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="what_do_you_want_to_share">"Apa yang ingin Anda bagikan? "</string> <string name="currently_listening_to_x_by_x">"Sedang mendengarkan %1$s dari %2$s. "</string> <string name="the_audio_file">Berkas suara</string> <string name="do_you_want_...
{ "pile_set_name": "Github" }
package cisv1 import ( "fmt" "github.com/IBM-Cloud/bluemix-go/client" ) // RateLimitRecord is a policy than can be applied to limit traffic within a customer domain type RateLimitRecord struct { ID string `json:"id,omitempty"` Disabled bool `json:"disabled,omitempty"` Des...
{ "pile_set_name": "Github" }
[ { "afsName": "whiteRock", "pngs": [ { "path": "rock_big.P.png", "frameNum.col": 4, "frameNum.row": 9, "totalFrameNum": 36, "isHaveShadow": true, "isPjtSingle": true, "isShadowSingle": false, "subs...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\NikonCustom; use JMS\Serializer\Annotation\ExclusionPol...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <fluidity_options> <simulation_name> <string_value lines="1">super_analytic</string_value> </simulation_name> <problem_type> <string_value lines="1">fluids</string_value> </problem_type> <geometry> <dimension> <integer_value rank="0">2</integer_value> ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <odoo> <record id="view_sales_order_filter_ecommerce" model="ir.ui.view"> <field name="name">sale.order.ecommerce.search.view</field> <field name="model">sale.order</field> <field name="inherit_id" ref="sale.view_sales_order_filter"/> <field nam...
{ "pile_set_name": "Github" }
// // TicketController.m // LighthouseClient // // Created by Mike Laurence on 3/6/10. // Copyright 2010 Punkbot LLC. All rights reserved. // #import "TicketController.h" #import "DynamicCell.h" @implementation TicketController @synthesize ticket; static UIFont *boldFont; static float defaultFontSize = 15.0; ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1709512463594875018 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 7799137140334899988} - component: {fileID: 569...
{ "pile_set_name": "Github" }
using System; using System.IO; using System.IO.Compression; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using Dasync.EETypes; using Dasync.EETypes.Communication; using Dasync.EETypes.Descriptors; using Dasync.Serialization; using Dasync.ValueContainer; n...
{ "pile_set_name": "Github" }
@include describe("Unitless Rad") { @include it("should assume unitless numbers are radians") { @include should(expect( unitless-rad(1) ), to( equal( 1 ))); @include should(expect( unitless-rad(2) ), to( equal( 2 ))); @include should(expect( unitless-rad(3) ), to( equal( 3 ))); @include should(expect(...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSPinyinString.h> @interface PRPinyinString : NSPinyinString { unsigned long long _originalLength; unsigne...
{ "pile_set_name": "Github" }
from lib.common import helpers class Stager: def __init__(self, mainMenu, params=[]): self.info = { 'Name': 'Launcher', 'Author': ['@harmj0y'], 'Description': ('Generates a one-liner stage0 launcher for Empire.'), 'Comments': [ '' ...
{ "pile_set_name": "Github" }
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.703125, 24.84656534821976 ], [ 11.25, ...
{ "pile_set_name": "Github" }
<?php /** * Data file for timezone "America/Halifax". * Compiled from olson file "(unknown)", version (unknown). * * @package agavi * @subpackage translation * * @copyright Authors * @copyright The Agavi Project * * @since 0.11.0 * * @version $Id$ */ return array ( 'types' => array ( ...
{ "pile_set_name": "Github" }
<?php /** * Validates Color as defined by CSS. */ class HTMLPurifier_AttrDef_CSS_Color extends HTMLPurifier_AttrDef { public function validate($color, $config, $context) { static $colors = null; if ($colors === null) $colors = $config->get('Core.ColorKeywords'); $color = t...
{ "pile_set_name": "Github" }
package types import ( "database/sql/driver" "encoding/json" "time" "github.com/pkg/errors" "github.com/cortezaproject/corteza-server/pkg/rh" ) type ( Attachment struct { ID uint64 `db:"id" json:"attachmentID,string"` OwnerID uint64 `db:"rel_owner" json:"ownerID,strin...
{ "pile_set_name": "Github" }
using Microsoft.EntityFrameworkCore.Migrations; namespace cloudscribe.SimpleContent.Storage.EFCore.SQLite.Migrations { public partial class simplecontent20180908 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { //migrationBuilder.AlterColumn<byte>( ...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @protocol MSLog; @protocol MSChannelUnitProtocol; @protocol MSChannelGroupProtocol; @protocol MSChannelProtocol; @protocol MSChannelDelegate <NSObject> @optional /** * A callback that is called when a channel unit is added to the channel group. * * @param channelGroup The channe...
{ "pile_set_name": "Github" }
Namespace BattleSystem.Moves.Normal Public Class Stockpile Inherits Attack Public Sub New() '#Definitions Me.Type = New Element(Element.Types.Normal) Me.ID = 254 Me.OriginalPP = 20 Me.CurrentPP = 20 Me.MaxPP = 20 ...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIHhzCCBW+gAwIBAgIBLTANBgkqhkiG9w0BAQsFADB9MQswCQYDVQQGEwJJTDEW MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM3WhcNMzYwOTE3MTk0NjM2WjB9 MQswCQYDVQQGEwJJTDEWMBQGA1UEChMN...
{ "pile_set_name": "Github" }
<html><head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link title="Index of types" rel=Appendix href="index_types.html"> <link title="Index of exceptions" rel=Appendix href="index_exceptions.htm...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JavaScript - Popover</title> <!-- Styleguide CSS --> <link rel="stylesheet" href="./theme-build/css/vendors.css"> <link rel="stylesheet" href="./theme-build/css/cortana.css"> <!...
{ "pile_set_name": "Github" }
// // RKTwitterViewController.m // RKTwitter // // Created by Blake Watters on 9/5/10. // Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTwitterViewController.h" #import "RKTweet.h" static void RKTwitterShowAlertWithError(NSError *error) { UIAlertView *alert = [[UIAlertView alloc] initWit...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 5, "metadata": { "collapsed": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "681\n" ] } ], "source": [ "import random\n", "number=random.randint(1,1000)\n", "pr...
{ "pile_set_name": "Github" }
object FormJsonRead: TFormJsonRead Left = 0 Top = 0 Caption = 'JSON Reading - Delphi 10 "Seattle"' ClientHeight = 480 ClientWidth = 640 FormFactor.Width = 320 FormFactor.Height = 480 FormFactor.Devices = [Desktop] DesignerMasterStyle = 0 object ToolBar1: TToolBar Size.Width = 640.000000000000000...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <ldml> <identity> <version number="$Revision: 1.132 $"/> <generation date="$Date: 2009/06/15 03:46:23 $"/> <language type="cs"/> </identity> <localeDisplayNames> <languages> <language type="aa">afarština</language> <language type="ab">abcházština</language> <l...
{ "pile_set_name": "Github" }
// @flow /* eslint-disable react/jsx-sort-props */ import * as React from 'react'; import * as vars from '../styles/variables'; import AccessibleSVG from '../icons/accessible-svg'; import type { Icon } from '../icons/flowTypes'; /** * This is an auto-generated component and should not be edited * manually in contrib...
{ "pile_set_name": "Github" }
/** @file Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _LEGACY_BIOS_INTERFACE_ #define _LEGACY_BIOS_INTERFACE_ #include <FrameworkDxe.h> #include <IndustryStandard/Pci.h> #include <IndustryStandard/SmBios.h> #include...
{ "pile_set_name": "Github" }
use std::ops; use vec_map::VecMap; pub trait Partition { fn create(parent: usize, rank: usize) -> Self; fn read(&self) -> (usize /*parent*/, usize /*rank*/); fn write_parent(&self, parent: usize); fn increment_rank(&mut self); } #[derive(Debug)] pub struct Partitions<T> { map: VecMap<T>, } impl<T...
{ "pile_set_name": "Github" }
var searchData= [ ['f',['f',['../namespaceodf_1_1thumbnail.html#a18c844ff9af982f46f8fff3d057abf88',1,'odf::thumbnail']]], ['familymap',['familymap',['../classodf_1_1odf2xhtml_1_1ODF2XHTML.html#ab9f1f2aaedcd6762d8c0c5eaf734d435',1,'odf::odf2xhtml::ODF2XHTML']]], ['fieldns',['FIELDNS',['../namespaceodf_1_1namespace...
{ "pile_set_name": "Github" }
% arara: indent: {overwrite: true, trace: yes, silent: yes} \mycommand{% %* \begin{tabular} & A_1 & A_2 & A_3 & A_4 & A_5 & A_6 & A_7 & A_8 & A_9 \\\hline A_1 & 0 & & & & & & & & \\ A_2 & & 0 & & & & & & & \\ A_3 & & & 0 & ...
{ "pile_set_name": "Github" }
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="link"> <xs:annotation> <xs:documentation> A link between two personas. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="persona1Id" type="xs:string" minOccurs="0" maxOc...
{ "pile_set_name": "Github" }
\begin[papersize=a4]{document}\nofolios \font[language=my,family=Padauk] \set[parameter=linebreak.tolerance,value=2000] အပြည်ပြည်ဆိုင်ရာ လူ့အခွင့်အရေး ကြေညာစာတမ်း ၁၉၄၈ ခုနှစ်၊ဒီဇင်ဘာလ ၁၀ ရက်နေ့တွင် ကမ္ဘာ့ကုလသမဂ္ဂအဖွဲ့ညီလာခံ အစည်းအဝေးကြီးက လူ့အခွင့်အရေး ကြေညာစာတမ်းကြီးကို အတည်ပြု၍ ကြေညာလိုက်ရာထိုကြေညာစာတမ်းကြီး၏ စာသ...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/Celestial.framework/Celestial */ @interface BWPearlPortraitSceneMonitor : NSObject <BWPortraitSceneMonitor> { bool _aeStableAfterStartStreaming; float _closeDepthDistanceAverage; bool _depthSensorOccluded; bool _disablePrev...
{ "pile_set_name": "Github" }
[ // ********************************************************************************* { "name" : "OMA", "type" : "Service" }, // ********************************************************************************* { "name" : "QMI Client OMA", "type" : "Client" }, // ******************...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import "R...
{ "pile_set_name": "Github" }
//****************************************************************************** // SCICHART® Copyright SciChart Ltd. 2011-2019. All rights reserved. // // Web: http://www.scichart.com // Support: support@scichart.com // Sales: sales@scichart.com // // LegendChartView.swift is part of the SCICHART® Examples. Permissi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Option item layout for CR3 options dialog --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/option_item_body" android:layout_width="fill_parent" android:layout_height="wrap_content" android:minHeight="?android:at...
{ "pile_set_name": "Github" }
package com.marshalchen.common.demoofui.sampleModules; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import android.os.AsyncTask; import android.os.Bu...
{ "pile_set_name": "Github" }