text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/dark_blue" android:state_checked="true"/> <item android:drawable="@drawable/dark_blue" android:state_selected="true"/> <item android:drawable="@drawable/light_blue" ...
{ "pile_set_name": "Github" }
//===================================================== // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> //===================================================== // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as publis...
{ "pile_set_name": "Github" }
// // VirtualRingBuffer.h // PlayBufferedSoundFile // /* Copyright (c) 2002, Kurt Revis. 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 copy...
{ "pile_set_name": "Github" }
# RubaXa:Sortable Meteor demo This demo showcases the two-way integration between the reorderable list widget [Sortable](https://github.com/RubaXa/Sortable/) and Meteor.js. Meteor Mongo collections are updated when items are added, removed or reordered, and the order is persisted. It also shows list grouping and cont...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 355608f109270dc4bb6156ba0601da8d TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 0 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestR...
{ "pile_set_name": "Github" }
--- title: UI 自动化 TextPattern 概述 description: 在 UI 自动化中阅读 TextPattern 控件模式的概述。 此控件模式公开控件的文本内容,包括格式和样式。 ms.date: 03/30/2017 helpviewer_keywords: - UI Automation, TextPattern class - TextPattern class - classes, TextPattern ms.assetid: 41787927-df1f-4f4a-aba3-641662854fc4 ms.openlocfilehash: 986b601bbd212582c09c559a9bb22...
{ "pile_set_name": "Github" }
```java class Solution { public List<List<Integer>> combine(int n, int k) { List<List<Integer>> res = new ArrayList<>(); List<Integer> list = new ArrayList<>(k); dfs(n, k, 1, res, list); return res; } private void dfs(int n, int k, int s, List<List<Integer>> res, List<Intege...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. namespace Lpd8806Sample { using System; using System.Diagnostics; using Windows.ApplicationModel; using Windows.ApplicationModel.Activation; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; /// <s...
{ "pile_set_name": "Github" }
0
{ "pile_set_name": "Github" }
import { ITransformer } from '../../PipelineRegistry'; import { Application } from 'core/application'; import { IExecution } from 'core/domain'; import { applySuspendedStatuses } from '../common'; export class ExecutionWindowsTransformer implements ITransformer { public transform(_application: Application, executio...
{ "pile_set_name": "Github" }
/* * dependence graph: */ void foo() { int i,x; int a[100]; for (i=0;i<100;i++) { a[i]=a[i]+1; } } /* non loop carried anti dependence for array accesses : level =1 > 0 dep SgExprStatement:a[i] =((a[i]) + 1); SgExprStatement:a[i] =((a[i]) + 1); 1*1 ANTI_DEP; commonlevel = 1 CarryLevel = 1 Is...
{ "pile_set_name": "Github" }
// Driver.cpp : Implementation of CDriveApp and DLL registration. // // This is a part of the Active Template Library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Active Template Library Reference and related // electronic documentation...
{ "pile_set_name": "Github" }
reviewers: - sttts - dims
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "transparent-point.png" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
LABEL_temp1 = "p0_dimm_vr1_temp" WARNHI_temp1 = "10500" WARNLO_temp1 = "0" CRITHI_temp1 = "11500" CRITLO_temp1 = "0" LABEL_curr1 = "p0_dimm_vr1_current" WARNLO_curr1 = "0" CRITLO_curr1 = "0" WARNHI_curr1 = "231000" CRITHI_curr1 = "288000" LABEL_in1 = "p0_dimm_vr1_voltage" WARNLO_in1 = "0" CRITLO_in1 = "9500" WARNHI_i...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017-2019 Dremio Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <muse version="2.1"> <MidiInstrument name="Roland E-28"> <PatchGroup name="Piano"> <Patch name="Piano 1" hbank="0" lbank="0" prog="0" /> <Patch name="Piano 1w" hbank="8" lbank="0" prog="0" /> <Patch name="Piano 1d" hbank="16" lbank="0" prog="0" /> <Patch name="Piano 2...
{ "pile_set_name": "Github" }
package kgo import ( "bytes" "fmt" "math" "math/rand" "reflect" "sort" "strconv" "strings" "time" ) // InArray 元素是否在数组(切片/字典)内. func (ka *LkkArray) InArray(needle interface{}, haystack interface{}) bool { val := reflect.ValueOf(haystack) switch val.Kind() { case reflect.Array, reflect.Slice: for i := 0;...
{ "pile_set_name": "Github" }
using ObjCRuntime; using nint = System.Int64; namespace Carousels { [Native] public enum iCarouselType : nint { Linear = 0, Rotary, InvertedRotary, Cylinder, InvertedCylinder, Wheel, InvertedWheel, CoverFlow, CoverFlow2, TimeMachine, InvertedTimeMachine, Custom } [Native] public enum iCa...
{ "pile_set_name": "Github" }
import torch import torch.nn as nn import unittest from chainer_compiler.elichika.testtools import generate_id2type_from_forward from chainer_compiler.elichika.testtools import type_inference_tools from testcases.pytorch.mnist import gen_MNIST_model class TestMNIST(unittest.TestCase): def test_MNIST...
{ "pile_set_name": "Github" }
#include "connect_wrap.h" #include "req_wrap-inl.h" namespace node { using v8::Local; using v8::Object; class Environment; ConnectWrap::ConnectWrap(Environment* env, Local<Object> req_wrap_obj, AsyncWrap::ProviderType provider) : ReqWrap(env, req_wrap_obj, provider) { } } // namespace node
{ "pile_set_name": "Github" }
1 4 146 446 746 1046 1346 1646 1946 2246 2546 2846 3146 3446 3746 4046 4346 4646 4946 5246 5546 5846 6146 6446 6690 6703
{ "pile_set_name": "Github" }
// Copyright 2016 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 solaris package lif import ( "syscall" "unsafe" ) //go:cgo_import_dynamic libc_ioctl ioctl "libc.so" //go:linkname procIoctl libc_ioctl var pro...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <package> <metadata minClientVersion="2.8.6"> <id>JSNLog.ClassLibrary</id> <version>0.0.0</version> <title>JSNLog.ClassLibrary - Class library for JSNLog</title> <authors>Matt Perdeck</authors> <owners>Matt Perdeck</owners> <projectUrl>http://jsnlog.com</projectUrl> ...
{ "pile_set_name": "Github" }
// { dg-do compile } // 2007-09-20 Benjamin Kosnik <bkoz@redhat.com> // Copyright (C) 2007-2020 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
package com.spun.util; import java.io.Serializable; import java.lang.reflect.Method; import java.util.Arrays; import java.util.List; import org.lambda.query.Query; import com.spun.util.filters.Filter; public class MethodExecutionPath implements Serializable { private static final long serialVersionUID ...
{ "pile_set_name": "Github" }
/*eslint-disable*/ import React, { PureComponent } from 'react'; import { getTagColorsFromName, Icon, Tooltip } from 'src/packages/datav-core'; import { VariableOption, VariableTag } from 'src/types'; export interface Props { multi: boolean; values: VariableOption[]; selectedValues: VariableOption[]; tags: Va...
{ "pile_set_name": "Github" }
import { NgModule, ModuleWithProviders, SkipSelf, Optional } from '@angular/core'; import { Configuration } from './configuration'; import { HttpClient } from '@angular/common/http'; import { PetService } from './api/pet.service'; import { StoreService } from './api/store.service'; import { UserService } from './api/u...
{ "pile_set_name": "Github" }
package dao import ( "context" "go-common/app/job/main/passport-user-compare/model" xsql "go-common/library/database/sql" "go-common/library/log" ) var ( secretSQL = "SELECT us.key_type, us.key FROM user_secret us" ) // LoadSecret load secret func (d *Dao) LoadSecret(c context.Context) (res []*model.Secret, er...
{ "pile_set_name": "Github" }
export CATALINA_OPTS="-Xmx512m"
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "SJAnimations.h" #import "SJTransitionAnimator.h" FOUNDATION_EXPORT double SJTransitionAnimatorVersionNumber; FOUNDA...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import wx from outwiker.gui.editorstyleslist import EditorStylesList from outwiker.gui.guiconfig import HtmlEditorStylesConfig from outwiker.gui.preferences.baseprefpanel import BasePrefPanel class HtmlEditorPanel(BasePrefPanel): def __init__(self, parent, application): super(typ...
{ "pile_set_name": "Github" }
/* crypto/ts/ts.h */ /* * Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL project * 2002, 2003, 2004. */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, wit...
{ "pile_set_name": "Github" }
#include <asm/lasat/lasat.h> /* Lasat 100 boards serial configuration */ #define LASAT_BASE_BAUD_100 (7372800 / 16) #define LASAT_UART_REGS_BASE_100 0x1c8b0000 #define LASAT_UART_REGS_SHIFT_100 2 #define LASATINT_UART_100 16 /* * LASAT 200 boards serial configuration */ #define LASAT_BASE_BAUD_200 (100000000 / 16...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, the Dart project authors. * * Licensed under the Eclipse Public License v1.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.eclipse.org/legal/epl-v10.html * * Unless required by applicable law or...
{ "pile_set_name": "Github" }
<html lang="ja"> <head> <meta charset="UTF-8" /> <title>Todo App</title> <!-- 1. CSSファイルを読み込み --> <link href="https://jsprimer.net/use-case/todoapp/final/final/index.css" rel="stylesheet" /> </head> <body> <!-- 2. class属性をCSSのために指定 --> <div class="todoapp"> <!-- 3. id...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd"> ...
{ "pile_set_name": "Github" }
// (C) Uri Wilensky. https://github.com/NetLogo/NetLogo package org.nlogo.prim import org.nlogo.{ api, nvm } class _externreport(reporter: api.Reporter) extends nvm.Reporter { override def report(context: nvm.Context): AnyRef = { val arguments = Array.tabulate[api.Argument](args.length)(i => new nvm.Arg...
{ "pile_set_name": "Github" }
using UnityEditor.Rendering; using UnityEngine; namespace UnityEditor.Rendering.HighDefinition { partial class FrameSettingsUI { static readonly GUIContent frameSettingsHeaderContent = EditorGUIUtility.TrTextContent("Frame Settings Overrides", "Default FrameSettings are defined in your Unity Project's ...
{ "pile_set_name": "Github" }
/* * HTML5 ✰ Boilerplate * * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. * * Detailed information about this CSS: h5bp.com/css * * ==|== normalize =====...
{ "pile_set_name": "Github" }
package com.jetbrains.rider.plugins.unity.run.attach import com.intellij.execution.process.ProcessInfo import com.intellij.openapi.project.Project import com.intellij.openapi.util.UserDataHolder import com.intellij.xdebugger.attach.XAttachProcessPresentationGroup import icons.UnityIcons import javax.swing.Icon @Suppr...
{ "pile_set_name": "Github" }
package helper import ( "bufio" "bytes" "fmt" "net/http" "os" "regexp" "strings" ) func GetRequestURLString(req *http.Request) string { if nil == req { return "" } str := req.URL.String() if len(req.URL.Scheme) == 0 && strings.EqualFold(req.Method, "Connect") { str = fmt.Sprintf("https://%s", req.Host)...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2009 Christopher Schmidt 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) ====================================...
{ "pile_set_name": "Github" }
package sample.distributeddata import scala.concurrent.duration._ import akka.actor.testkit.typed.scaladsl.TestProbe import akka.actor.typed.ActorSystem import akka.actor.typed.scaladsl.adapter._ import akka.cluster.ddata.Replicator import akka.cluster.ddata.typed.scaladsl.DistributedData import akka.cluster.ddata.typ...
{ "pile_set_name": "Github" }
/*____________________________________________________________________________ FreeAmp - The Free MP3 Player MP3 Decoder originally Copyright (C) 1995-1997 Xing Technology Corp. http://www.xingtech.com Portions Copyright (C) 1998-1999 EMusic.com This program is free software; you can r...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; namespace System.Windows.Input { public abstract class InputEventArgs : RoutedEventArgs { public IInputDevice Device { get; private set; } public int Timestamp { get; private set; } public InputEventArgs(Rou...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in C:\Program Files (x86)\Android\android-sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, ...
{ "pile_set_name": "Github" }
html, body { background-color: #d0d0d0; } body { display: grid; grid-template-rows: 1fr; justify-content: center; align-items: center; min-height: 100vh; } .app { max-width: 800px; background: white; } .app form { border:0; display: grid; grid-template-columns: auto 1fr; grid-auto-rows: 1fr; ...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. --> <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> <!-- API 14 them...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011, 2018 Ben Noordhuis <info@bnoordhuis.nl> * * Permission to use, copy, modify, and/or 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 PROVIDED "AS ...
{ "pile_set_name": "Github" }
# docker build for distributing a base fs 7.1.1 container FROM centos:7 # shell settings WORKDIR /root # install utils RUN yum -y update RUN yum -y install bc libgomp perl tar tcsh wget vim-common RUN yum -y install mesa-libGL libXext libSM libXrender libXmu RUN yum clean all # install fs RUN wget https://surfer.nm...
{ "pile_set_name": "Github" }
module ApplicationHelper end
{ "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. package blake2b import ( "encoding/binary" "errors" "io" ) // XOF defines the interface to hash functions that // support arbitrary-length output. type XOF...
{ "pile_set_name": "Github" }
import { JwtLogin } from "./jwt-login.js"; import { StorybookUtilities } from "@lrnwebcomponents/storybook-utilities/storybook-utilities.js"; window.StorybookUtilities.requestAvailability(); /** * add to the pattern library */ /*const Pattern = { "of": "Pattern Library/Molecules/Layout", //Pattern library p...
{ "pile_set_name": "Github" }
DEFINED_PHASES=compile install DEPEND=|| ( >=app-text/stardict-2.4.2 app-text/sdcv app-text/goldendict ) gzip? ( app-arch/gzip app-text/dictd ) DESCRIPTION=Stardict Dictionary Simplified Chinese (GB) to English EAPI=6 HOMEPAGE=http://download.huzheng.org/zh_CN/ IUSE=gzip KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 LICENSE=GP...
{ "pile_set_name": "Github" }
{ "build": "local", "calypso_config": "desktop", "server_port": 41050, "server_url": "http://127.0.0.1", "server_host": "127.0.0.1", "wordpress_host": "wordpress.com", "debug": false, "appName": "WordPress.com", "appPathName": "WordPress.com", "mainWindow": { "acceptFirstMouse": false, "frame": true, "h...
{ "pile_set_name": "Github" }
Warning: Found circular block after railSignal junction 'B', link 0 (4 edges, length 312.91)
{ "pile_set_name": "Github" }
// Copyright (c) 2012 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. // MSVC++ requires this to get M_PI. #define _USE_MATH_DEFINES #include "remoting/codec/audio_encoder_opus.h" #include <math.h> #include <stddef.h> ...
{ "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 <TVKit/TVDataPreviewViewController.h> @class TVDeckImageView, TVMusicArtworkInfoView, UIImage; @protocol TVSDataBaseItem; @interface TVDataDeckPreviewViewController : TVDa...
{ "pile_set_name": "Github" }
<html> <body> <h2>Hello World!</h2> </body> </html>
{ "pile_set_name": "Github" }
--- title: 使用准则 ms.date: 10/22/2008 ms.technology: dotnet-standard helpviewer_keywords: - class library design guidelines [.NET Framework], usage guidelines ms.assetid: 42215ffa-a099-4a26-b14e-fb2bdb6f95b7 ms.openlocfilehash: 03eaba3e52cb25619f65637efb4f414c22770440 ms.sourcegitcommit: 33deec3e814238fb18a49b2a7e89278e2...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <morphml xmlns="http://morphml.org/morphml/schema" xmlns:meta="http://morphml.org/metadata/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://morphml.org/morphml/schema http://neuroml.svn.sourceforge.net/viewvc/neuroml/trunk/web/NeuroMLFiles/...
{ "pile_set_name": "Github" }
Serving multiple Twirp services together ======================================== In some cases you might want to serve not just one, but multiple services from one application. The shared library contains a simple server implementation which lets you mux different services. .. code-block:: php <?php $serve...
{ "pile_set_name": "Github" }
/********************************************************************** Copyright (C) 2010 by Geoffrey R. Hutchison 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 version 2 of the License. This prog...
{ "pile_set_name": "Github" }
<!-- HTML header for doxygen 1.8.13--> <!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" cont...
{ "pile_set_name": "Github" }
/* ** Copyright (c) 2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction, including ** without limitation the rights to use, copy, modif...
{ "pile_set_name": "Github" }
// // SetterDoesNotUseValueParameterTests.cs // // Author: // Simon Lindgren <simon.n.lindgren@gmail.com> // // Copyright (c) 2012 Simon Lindgren // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // i...
{ "pile_set_name": "Github" }
/* * Spdylay - SPDY Library * * Copyright (c) 2012 Tatsuhiro Tsujikawa * * 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 rights...
{ "pile_set_name": "Github" }
/*! The drawing utils for Plotters. In Plotters, we have two set of drawing APIs: low-level API and high-level API. The low-level drawing abstraction, the module defines the `DrawingBackend` trait from the `plotters-backend` create. It exposes a set of functions which allows basic shape, such as pixels, lines, rectang...
{ "pile_set_name": "Github" }
module Main where import Prelude import Control.Monad.Eff (Eff) import Data.Int as Int import Data.Maybe as Maybe import Data.Tuple(Tuple(..)) import DOM (DOM) import Math as Math import Signal (Signal, foldp, runSignal, sampleOn, (<~), (~), (~>)) import Signal.Time (Time, every) import Signal.DOM (keyPressed, tap) im...
{ "pile_set_name": "Github" }
import py import sys, inspect from compiler import parse, ast, pycodegen from py._code.assertion import BuiltinAssertionError, _format_explanation import types passthroughex = py.builtin._sysex class Failure: def __init__(self, node): self.exc, self.value, self.tb = sys.exc_info() self.node = node...
{ "pile_set_name": "Github" }
"use strict"; /** * Dependencies. */ var STATUS_CODES = require("http").STATUS_CODES; /** * Provides `res.message`, which displays a pretty * message as the HTTP response. * * A Connect middleware. */ module.exports = function messengerProvider(renderConfig) { return function messengerFilter(req, res, nex...
{ "pile_set_name": "Github" }
.black { color: black }
{ "pile_set_name": "Github" }
/* LIBGIMP - The GIMP Library * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball * * gimpspinbutton.c * Copyright (C) 2018 Ell * * 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 Founda...
{ "pile_set_name": "Github" }
# The Celo SDK Welcome to the Celo SDK Docs Homepage! Here, you can find resources for DAppKit and ContractKit, two services that allow you to build mobile dApps, apps, and more on Celo. - **[ContractKit](contractkit/README.md)** is a library to help developers and validators interact with the Celo Blockchain and Cel...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------- // <copyright file="MemoryCacheTests.cs" company="Microsoft Corporation"> // Copyright (c) Microsoft Corporation. // </copyright> //----------------------------------------------------------------------- namespace InteropApiTests { ...
{ "pile_set_name": "Github" }
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { ButtonModule } from 'ngx-weui/button'; import { PaginationComponent } from './pagination.component'; @NgModule({ imports: [CommonModule, ButtonModule], declarations: [PaginationComponent], exports: [PaginationComp...
{ "pile_set_name": "Github" }
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # 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/. HAVE_SIDEBAR = buildconfig.subs...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from amoco.arch.mips.r3000.asm import * # expose "microarchitecture" (instructions semantics) uarch = dict(filter(lambda kv: kv[0].startswith("i_"), locals().items())) # import specifications: from amoco.arch.core import instruction, disassembler instruction_r3000 = type("instruction_r3000",...
{ "pile_set_name": "Github" }
#!/bin/bash # # The purpose of this script is to create a user specifc fstab file # for Cygwin release 1.7.0 and later from the user mount points of # the current user, stored in the registry by an earlier installation # of Cygwin (pre-1.7.0). # # The registry mount points are stored in a file /etc/fstab.d/<username> #...
{ "pile_set_name": "Github" }
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.mobicents.servlet.sip.examples</groupId> <artifactId>s...
{ "pile_set_name": "Github" }
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may ...
{ "pile_set_name": "Github" }
{ "action": { "error": { "variety": [ "Misdelivery" ], "vector": [ "Carelessness" ] } }, "actor": { "internal": { "motive": [ "NA" ], "variety": [ "Unknown" ] } }, "asset": { "assets": [ { "variet...
{ "pile_set_name": "Github" }
// Copyright David Abrahams 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) #ifndef BOOST_CONFIG_WORKAROUND_HPP #define BOOST_CONFIG_WORKAROUND_HPP // Compiler/library version workaround macro // // Usage:...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Gradle: androidx.constraintlayout:constraintlayout:1.1.3@aar"> <CLASSES> <root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/508ac768b50158a079142e4dc4915061/constraintlayout-1.1.3/jars/classes.jar!/" /> <root url="file://$USER_HOME$/.gradl...
{ "pile_set_name": "Github" }
// // BNCLinkData.h // Branch-SDK // // Created by Qinwei Gong on 1/22/15. // Copyright (c) 2015 Branch Metrics. All rights reserved. // #if __has_feature(modules) @import Foundation; #else #import <Foundation/Foundation.h> #endif typedef NS_ENUM(NSUInteger, BranchLinkType) { BranchLinkTypeUnlimitedUse = 0, ...
{ "pile_set_name": "Github" }
// Copyright 2015-2020 Swim inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
psboxfill PstTiling
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>service</cbid> <replay> <read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read> <read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 encoding//src/main/java=UTF-8 encoding//src/main/resources=UTF-8 encoding//src/test/java=UTF-8 encoding//src/test/resources=UTF-8 encoding/<project>=UTF-8
{ "pile_set_name": "Github" }
#!/bin/sh # ---------------------------------------------------------------------------- # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses ...
{ "pile_set_name": "Github" }
/* 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/. */ package mozilla.components.feature.downloads.ui import android.annotation.SuppressLint import android.app.Dialog i...
{ "pile_set_name": "Github" }
CFLAGS = -g -Wall -I../../../csrc/. `sdl-config --cflags` SRC = $(shell ls ../../../csrc/*.c) $(shell ls ../common/*.c ) main.c OBJ = $(SRC:.c=.o) helloworld: $(OBJ) $(CC) $(CFLAGS) $(LDFLAGS) $(OBJ) `sdl-config --libs` -o u8g2_sdl clean: -rm $(OBJ) u8g2_sdl
{ "pile_set_name": "Github" }
{ "variants": { "facing=north": { "model": "galacticraftcore:arclamp_base_side_model", "y": 90 }, "facing=east": { "model": "galacticraftcore:arclamp_base_side_model", "y": 180 }, "facing=west": { "model": "galacticraftcore:arclamp_base_side_model" }, "facing=south": ...
{ "pile_set_name": "Github" }
// Copyright David Abrahams 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) #ifndef INDIRECT_TRAITS_DWA2002131_HPP # define INDIRECT_TRAITS_DWA2002131_HPP # include <boost/type_traits/integral_constant.hpp>...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 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. #include "content/test/notification_observer_mock.h" #include "content/public/browser/notification_details.h" #include "content/public/browser/notifi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2020 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * 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....
{ "pile_set_name": "Github" }
{ "options": { "propertyDefs": { "properties": [ { "namespace": "", "localname": "LocationPostalCode", "name": "zip" } ] }, "algorithms": [ { "name": "zip-code", "function": "zip-match" } ], "actions": [], "scoring": { "add": [ { "propertyName": "zip", "...
{ "pile_set_name": "Github" }
package main import ( "os" "github.com/apprenda/kismatic/pkg/cli" "github.com/spf13/cobra/doc" ) var version string var buildDate string func main() { cmd, _ := cli.NewKismaticCommand(version, buildDate, os.Stdin, os.Stdout, os.Stderr) doc.GenMarkdownTree(cmd, "./docs/kismatic-cli") }
{ "pile_set_name": "Github" }