text
stringlengths
2
99k
meta
dict
package com.marakana.yamba8; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; public class BootReceiver extends BroadcastReceiver { public void onReceive(Context co...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2006-2015 the original author or authors. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/...
{ "pile_set_name": "Github" }
<% # Copyright (C) 2018 - 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" }
{"text": ["rt", "AT_USER", "johnson", "&", "johnson's", "success", "in", "cardiac", "ablation", "URL", "$", "jnj"], "created_at": "Thu Mar 13 20:40:54 +0000 2014", "user_id_str": "51851132"}
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example19-jquery</title> <link href="style.css" rel="stylesheet" type="text/css"> <script src="../../components/jquery-2.1.1/jquery.js"></script> <script src="../../../angular.js"></script> </head> <body ng-app=...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.bluetooth" android:versionCode="5" android:versionName="1.0" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" /> <supports-screens an...
{ "pile_set_name": "Github" }
[![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/opentracing/public) [![Build Status](https://travis-ci.org/opentracing/opentracing-go.svg?branch=master)](https://travis-ci.org/opentracing/opentracing-go) [![GoDoc](https://godoc.org/github.com/opentracing/op...
{ "pile_set_name": "Github" }
// Copyright (c) 2000 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and Tel-Aviv University (Israel). All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // ...
{ "pile_set_name": "Github" }
// // detail/base_from_completion_cond.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)...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003-2004 Apple Computer, Inc. All Rights Reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file exc...
{ "pile_set_name": "Github" }
+slide section#ID_Multi-shot_Pedestrian_Re-identification_via_Sequential_Decision_Making .paper-abstract .title Multi-shot Pedestrian Re-identification via Sequential Decision Making .info .authors Jianfu Zhang, Naiyan Wang and Liqing Zhang .conference CVPR2018 .slide_editor Yuta Matsuzaki ...
{ "pile_set_name": "Github" }
str.find True True True True True True str.index True True True True str.rfind True True True True True True str.rindex True True True True True
{ "pile_set_name": "Github" }
;===- ./tools/llvm-bcanalyzer/LLVMBuild.txt --------------------*- Conf -*--===; ; ; The LLVM Compiler Infrastructure ; ; This file is distributed under the University of Illinois Open Source ; License. See LICENSE.TXT for details. ; ;===--------------------------------------------------------------...
{ "pile_set_name": "Github" }
<resources> <style name="AppBaseTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"> </style> <!-- Application theme. --> <style name="AppTheme" parent="AppBaseTheme"> </style> </resources>
{ "pile_set_name": "Github" }
<?php /* * Copyright 2011 Johannes M. Schmitt <schmittjoh@gmail.com> * * 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 requir...
{ "pile_set_name": "Github" }
import * as React from 'react'; import ToggleSet from '~/ui/toggle-set'; const settingToggles = [ { name: 'Full-screen', setting: 'fullscreen', desc: 'Enlarge the board to take up the whole page.', }, { name: 'Color-blind', setting: 'colorBlind', desc: 'Add patterned borders to help...
{ "pile_set_name": "Github" }
import clr clr.AddReference('RevitAPI') from Autodesk.Revit.DB import * def WorksetKind(workset): if workset.GetType().ToString() == "Autodesk.Revit.DB.Workset": return str(workset.Kind) elif workset.GetType().ToString() == "archilab.Revit.Elements.Workset": return "Cannot retrieve the workset kind from a workse...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_08) on Tue Jun 03 16:15:29 GMT-05:00 2008 --> <TITLE> Uses of Class soot.jimple.parser.node.AStaticModifier (Soot API) </TITLE> <LINK REL ="stylesh...
{ "pile_set_name": "Github" }
package matchers import ( "fmt" "strings" "github.com/onsi/gomega/format" "gopkg.in/yaml.v2" ) type MatchYAMLMatcher struct { YAMLToMatch interface{} firstFailurePath []interface{} } func (matcher *MatchYAMLMatcher) Match(actual interface{}) (success bool, err error) { actualString, expectedString, err ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 David Milligan * * Updated and modified by bouncyball (2016-2017) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your...
{ "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" }
/* * Copyright (c) 2016 咖枯 <kaku201313@163.com | 3772304@qq.com> * * 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 require...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2019 The OpenZipkin Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; namespace OpenSource.Data.HashFunction.Jenkins { /// <summary> /// Provides instances of implementations of <see cref="IJenkinsLookup2"/>. /// </summary> public interface IJenkinsLookup2Factory { /// <summary> /// C...
{ "pile_set_name": "Github" }
SUBROUTINE SSYMM ( SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, $ BETA, C, LDC ) * .. Scalar Arguments .. CHARACTER*1 SIDE, UPLO INTEGER M, N, LDA, LDB, LDC REAL ALPHA, BETA * .. Array Arguments .. REAL A( LDA, * ), B...
{ "pile_set_name": "Github" }
class Jerakia class Filter class Strsub < Jerakia::Filter def filter all_keys do |key| key.parse_values do |val| do_substr(val) if val.is_a?(String) end end end def do_substr(data) maps = options data.gsub!(/%\{([^\}]*)\}/) do |tag...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
# coding=utf-8 from __future__ import unicode_literals from .. import Provider as PersonProvider class Provider(PersonProvider): formats_female = ( '{{first_name_female}} {{last_name}}', '{{first_name_female}} {{last_name}}', '{{first_name_female}} {{last_name}}', '{{first_name_fem...
{ "pile_set_name": "Github" }
[0] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
{ "pile_set_name": "Github" }
package gql import ( "net/http" "time" "github.com/graph-gophers/graphql-go" "github.com/graph-gophers/graphql-go/relay" "github.com/stellar/go/services/ticker/internal/gql/static" "github.com/stellar/go/services/ticker/internal/tickerdb" hlog "github.com/stellar/go/support/log" ) // asset represents a Stella...
{ "pile_set_name": "Github" }
HEADERS += text/unix/qgenericunixfontdatabase_p.h qtConfig(fontconfig) { HEADERS += \ text/unix/qfontconfigdatabase_p.h \ text/unix/qfontenginemultifontconfig_p.h SOURCES += \ text/unix/qfontconfigdatabase.cpp \ text/unix/qfontenginemultifontconfig.cpp QMAKE_USE_PRIVATE +=...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using NHibernate.Cfg.MappingSchema; using NHibernate.Engine; using NHibernate.Util; namespace NHibernate.Cfg.XmlHbmBinding { public class NamedSQLQueryBinder : Binder { public NamedSQLQueryBinder(Mappings mappings) : base(mappings) { } public void AddSqlQue...
{ "pile_set_name": "Github" }
<html> <head><title>Test stock browser for stopped state</title></head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan="4"> Test stock browser for stopped state </td></tr> </thead> <tbody tal:define="init_method string:PdmZuite_createDelivery?state=stopped"> <!-- Setup {{...
{ "pile_set_name": "Github" }
# Copyright (C) 2010-2016 Cuckoo Foundation, KillerInstinct # This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org # See the file 'docs/LICENSE' for copying permission. """Add the following to your $CUCKOO_PATH/conf/reporting.conf [syslog] enabled = yes # yes/no host = x.x.x.x # IP of your...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.springframework.cloud:spring-cloud-starter-ribbon:1.3.1.RELEASE"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-ribbon/1.3.1.RELEASE/spring-cloud-starter-ribbon-1.3.1.RELEASE.jar!/" /> </CLASSES> ...
{ "pile_set_name": "Github" }
/* $OpenBSD: ssh.h,v 1.78 2006/08/03 03:34:42 deraadt Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * * As far as I am concerned, the code I have written for this software * can be used freely for any pu...
{ "pile_set_name": "Github" }
@startuml sprite $redhat [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * 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 th...
{ "pile_set_name": "Github" }
### YamlMime:Hub title: Xamarin.Forms documentation summary: Xamarin.Forms lets you build native apps using a .NET cross-platform UI toolkit that targets the mobile, tablet, and desktop form factors on Android, iOS, and more. brand: xamarin metadata: title: Xamarin.Forms documentation description: Xamarin.Forms let...
{ "pile_set_name": "Github" }
; ************************************************************* ; *** Scatter-Loading Description File generated by uVision *** ; ************************************************************* LR_IROM1 0x10000000 0x00020000 { ; load region size_region ER_IROM1 0x10000000 0x00020000 { ; load address = execu...
{ "pile_set_name": "Github" }
/** * @file src/ctypes/call_convention.cpp * @brief Implementation of CallConvention. * @copyright (c) 2017 Avast Software, licensed under the MIT license */ #include "retdec/ctypes/call_convention.h" namespace retdec { namespace ctypes { /** * @brief Constructs a new call convention. */ CallConvention::CallConventi...
{ "pile_set_name": "Github" }
//Original:/testcases/core/c_brcc_brf_fbkwd/c_brcc_brf_fbkwd.dsp // Spec Reference: brcc brf forward/backward # mach: bfin .include "testutils.inc" start imm32 r0, 0x00000000; imm32 r1, 0x00000000; imm32 r2, 0x00000000; imm32 r3, 0x00000000; imm32 r4, 0x00000000; imm32 r5, 0x00000000; imm32 r6, 0x00000000; imm32 ...
{ "pile_set_name": "Github" }
package one.mixin.android.jwt import one.mixin.android.Constants.DELAY_SECOND import one.mixin.android.crypto.generateRSAKeyPair import one.mixin.android.crypto.getPrivateKeyPem import one.mixin.android.mock.mockAccount import one.mixin.android.mock.mockRequest import one.mixin.android.util.Session import org.junit.As...
{ "pile_set_name": "Github" }
/* * jmorecfg.h * * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 1997-2013 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains additional configuration options that customize ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011-2013 Michael Niedermayer (michaelni@gmx.at) * * This file is part of libswresample * * libswresample 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 ...
{ "pile_set_name": "Github" }
<?php /** * ua-parser * * Copyright (c) 2011-2012 Dave Olsen, http://dmolsen.com * * Released under the MIT license */ namespace UAParser\Util\Logfile; class ApacheCommonLogFormatReader extends AbstractReader { protected function getRegex(): string { return '@^ (?:\S+) ...
{ "pile_set_name": "Github" }
#ifndef BOOST_STATECHART_EXCEPTION_TRANSLATOR_HPP_INCLUDED #define BOOST_STATECHART_EXCEPTION_TRANSLATOR_HPP_INCLUDED ////////////////////////////////////////////////////////////////////////////// // Copyright 2002-2006 Andreas Huber Doenni // Distributed under the Boost Software License, Version 1.0. (See accompany- /...
{ "pile_set_name": "Github" }
var parser = require('../'); var test = require('tape'); var fs = require('fs'); var files = { foo: __dirname + '/files/foo.js', bar: __dirname + '/files/bar.js' }; var sources = Object.keys(files).reduce(function (acc, file) { acc[file] = fs.readFileSync(files[file], 'utf8'); return acc; }, {}); tes...
{ "pile_set_name": "Github" }
// Copyright 2020 The Druid Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, 2015, 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" }
<div class="socialSharing"> <ul> <li class="tweetButton"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="spotus">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></li> <li><iframe src="http://www.facebook.com/plugins/like.php?...
{ "pile_set_name": "Github" }
var path = require('path') var config = require('../config') var utils = require('./utils') var glob = require('glob') var autoprefixer = require('autoprefixer') var HtmlWebpackPlugin = require('html-webpack-plugin') var env = process.env.NODE_ENV // check env & config/index.js to decide weither to enable CSS Sourcemap...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5e409b2f9a7da5845a1c9983847c74a1 timeCreated: 1493384787 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
--sort=no --extra=+g --fields=-t
{ "pile_set_name": "Github" }
\hypertarget{structmg__context}{\section{mg\-\_\-context Struct Reference} \label{structmg__context}\index{mg\-\_\-context@{mg\-\_\-context}} } \subsection*{Public Attributes} \begin{DoxyCompactItemize} \item \hypertarget{structmg__context_a49996b52099257da8c06e5ccecd478fb}{int {\bfseries stop\-\_\-flag}}\label{struct...
{ "pile_set_name": "Github" }
// Fixed Width Icons // ------------------------- .#{$fa-css-prefix}-fw { width: (18em / 14); text-align: center; }
{ "pile_set_name": "Github" }
This is NOT a test file used for testing caching jars, zip and normal files. The line above was the original text used in sharedTest.txt. This current line, however, serves to make sure that the two files have different md5 checksums.
{ "pile_set_name": "Github" }
#!/bin/sh -ex # Download the docker image that contains flatpak build dependencies docker pull citraemu/build-environments:linux-flatpak
{ "pile_set_name": "Github" }
// +build windows /* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> <file source-language="en" datatype="plaintext" original="file.ext"> <body> <trans-unit id="1"> <source>An authentication exception occurred.</source> <target>Ocurrió un erro...
{ "pile_set_name": "Github" }
Haxe File IMPORT_STATEMENT HaxePsiToken:import('import') REFERENCE_EXPRESSION REFERENCE_EXPRESSION REFERENCE_EXPRESSION IDENTIFIER HaxePsiToken:ID('com') HaxePsiToken:.('.') IDENTIFIER HaxePsiToken:ID('fedor') HaxePsiToken:.('.') IDENTI...
{ "pile_set_name": "Github" }
var code = require('./code') var adapter = window.HaikuResolve && window.HaikuResolve('3.2.0') if (adapter) { module.exports = adapter(code) } else { function safety () { console.error( '[haiku core] core version 3.2.0 seems to be missing. ' + 'index.embed.js expects it at window.HaikuCore["3.2.0"]...
{ "pile_set_name": "Github" }
/* * Copyright 2019-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
{ "pile_set_name": "Github" }
// // NSError+Helper.m // Potatso // // Created by LEI on 3/23/16. // Copyright © 2016 TouchingApp. All rights reserved. // #import "NSError+Helper.h" @implementation NSError (Helper) + (NSError *)errorWithCode: (NSInteger)code description: (NSString *)description { return [NSError errorWithDomain:@"info.lir...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Mr. Data Converter</title> <meta name="author" content="Shan Carter"> <!-- Date: 2010-08-26 --> <link re...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
# CS_ARCH_SYSZ, 0, None 0x18,0x01 = lr %r0, %r1 0x18,0x23 = lr %r2, %r3 0x18,0x45 = lr %r4, %r5 0x18,0x67 = lr %r6, %r7 0x18,0x89 = lr %r8, %r9 0x18,0xab = lr %r10, %r11 0x18,0xcd = lr %r12, %r13 0x18,0xef = lr %r14, %r15 0xb9,0x04,0x00,0x01 = lgr %r0, %r1 0xb9,0x04,0x00,0x23 = lgr %r2, %r3 0xb9,0x04,0x00,0x45 = lgr %r...
{ "pile_set_name": "Github" }
<div class="form-group column-filter-boolean" style="padding-left: 5px"> <div class="radio"> <label> <input type="radio" name="chickenEgg" value="{{ options[0].value }}" ng-model="selected.value" ng-change="apply()"> {{ ::options[0].label }} </label> ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// class SquadDropLightstickAction extends OfficerSquadAction; /////////////////////////////////////////////////////////////////////////////// // // Variables var private DropLightstickGoal CurrentDropLightstickGoal; // copied from our goa...
{ "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 aix freebsd netbsd openbsd package socket import ( "runtime" "unsafe" ) func probeProtocolStack() int { if (runtime.GOOS == "netbsd" || runtime....
{ "pile_set_name": "Github" }
<?php // Entry $_['entry_name'] = 'Как вас зовут'; $_['entry_telephone'] = 'Ваш номер телефона'; $_['entry_enquiry'] = 'Комментарий'; $_['entry_calltime'] = 'Удобное время для звонка'; // Time picker $_['button_time_done'] = 'Выбрать'; $_['button_time_clear'] = 'Очистить'; $_['button_time_cancel'] = 'Закрыть';...
{ "pile_set_name": "Github" }
// // DataSourceKit.h // DataSourceKit // // Created by Yosuke Ishikawa on 2018/09/02. // Copyright © 2018 Yosuke Ishikawa. All rights reserved. // #import <UIKit/UIKit.h> FOUNDATION_EXPORT double DataSourceKitVersionNumber; FOUNDATION_EXPORT const unsigned char DataSourceKitVersionString[];
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
// Copyright (c) 2001-2011 Hartmut Kaiser // // 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) #if !defined(BOOST_SPIRIT_LEX_TERMINALS_APR_20_2009_0550PM) #define BOOST_SPIRIT_LEX_TERMINALS_APR_20_2009_0550PM #...
{ "pile_set_name": "Github" }
***************** Opinion Evolution ***************** The Opinion Evolution plot shows the node-wise opinion evolution in a continuous states model. .. autoclass:: ndlib.viz.mpl.OpinionEvolution.OpinionEvolution .. automethod:: ndlib.viz.mpl.OpinionEvolution.OpinionEvolution.__init__(model, trends) .. automethod:: nd...
{ "pile_set_name": "Github" }
/* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ Cu.import("resource://services-sync/engines/passwords.js"); Cu.import("resource://services-sync/service.js"); Cu.import("resource://services-sync/util.js"); function run_test() { initTestLogging("Trace"); L...
{ "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>IBFramework Version</key> <string>670</string> <key>IBLastKnownRelativeProjectPath</key> <string>../Sparkle.xcodeproj</string> <key>IBOldes...
{ "pile_set_name": "Github" }
<?php /** * Smarty Internal Plugin * * @package Smarty * @subpackage Cacher */ /** * Cache Handler API * * @package Smarty * @subpackage Cacher * @author Rodney Rehm */ abstract class Smarty_CacheResource { /** * resource types provided by the core * * @var array */ pro...
{ "pile_set_name": "Github" }
Prism.languages.livescript = { 'interpolated-string': { pattern: /("""|")(?:\\[\s\S]|(?!\1)[^\\])*\1/, greedy: true, inside: { 'variable': { pattern: /(^|[^\\])#[a-z_](?:-?[a-z]|\d)*/m, lookbehind: true }, 'interpolation': { pattern: /(^|[^\\])#\{[^}]+\}/m, lookbehind: true, inside: ...
{ "pile_set_name": "Github" }
<% if (isJekyll) { %>--- title: tns test android position: 20 ---<% } %> # tns test android ### Description Runs the tests in your project on connected Android devices and Android emulators.<% if(isConsole) { %> Your project must already be configured for unit testing by running `$ tns test init`.<% } %> ### Comman...
{ "pile_set_name": "Github" }
function marginal = marginal_family(engine, i, t) % MARGINAL_FAMILY Compute the marginal on the specified family (jtree_unrolled_dbn) % marginal = marginal_family(engine, i, t) if nargin < 3, t = 1; end bnet = bnet_from_engine(engine); ss = length(bnet.intra); marginal = marginal_family(engine.sub_engine, i + (t-1)*s...
{ "pile_set_name": "Github" }
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="David Srbecký" email="dsrbecky@gmail.com"/> // <version>$Revision: 2077 $</version> // </file> #pragma warning disable 108, 1591 namespace Debugger.Interop.CorDebug { using System;...
{ "pile_set_name": "Github" }
package com.github.jvmgo.instructions.control; import com.github.jvmgo.instructions.base.NoOperandsInstruction; import com.github.jvmgo.rtda.Frame; public class ireturn extends NoOperandsInstruction { @Override public int getOpCode() { return 0xac; } @Override public void execute(Frame fr...
{ "pile_set_name": "Github" }
#! /bin/bash #################################################################################################### root_dir=$(dirname $(dirname $(realpath $0))) html_build="${root_dir}/doc/sphinx/build/html" source_gh_pages=${root_dir}/gh-pages echo Source Path: ${root_dir} echo HTML Build Path: ${html_build} origin...
{ "pile_set_name": "Github" }
// const componentsMap = <%- JSON.stringify(props.componentsMap) %> const componentsMap = { <% Object.keys(props.componentsMap).forEach(function(componentKey) { %> "<%= componentKey %>": () => import("<%= props.componentsMap[componentKey] %>"), <% }) %> } import cmsMap from "sw-cms/cmsMap.json" function loadC...
{ "pile_set_name": "Github" }
const AuthorIndex = () => import('../../pages/authors/Index.vue'); export default { name: 'authors.index', path: '', component: AuthorIndex, meta: { breadcrumb: 'index', title: 'Authors', }, };
{ "pile_set_name": "Github" }
## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## Plugin.define "Meta-Keywords" do author "Brendan Coles <bcoles@gmail.com>" ...
{ "pile_set_name": "Github" }
import numbers import random import numpy as np from PIL import Image, ImageOps, ImageFilter #from config import cfg import torch import pdb import cv2 # ===============================img tranforms============================ class Compose2(object): def __init__(self, transforms): self.transforms = trans...
{ "pile_set_name": "Github" }
--TEST-- mysqli ping --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php require_once("connect.inc"); $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket); var_dump($mysql->ping()); $mysql->close(); print "done!"; ?> --EXPECT-- bool(true) done!
{ "pile_set_name": "Github" }
{ "navigation": { "dashboard": "Übersicht", "customers": "Kunden", "items": "Artikel", "invoices": "Rechnungen", "expenses": "Kosten", "estimates": "Kostenvoranschläge", "payments": "Zahlungen", "reports": "Berichte", "settings": "Einstellungen", "logout": "Abmelden" }, "ge...
{ "pile_set_name": "Github" }
<template> <div class="page"> <div class="wrapper"> <el-row> <el-col :xs="24" :sm="4" :md="18" :lg="18" :xl="18"> <div class="main"> <p class="title">Archives</p> <list_article :items="items" type="archives"></list_article> </div>...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 Google 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 t...
{ "pile_set_name": "Github" }
/* -*- c++ -*- */ /* * Copyright 2007 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your opti...
{ "pile_set_name": "Github" }
/* Date: 24 Fev 2015 Author: Pedro Oliveira <kanytu@gmail . com> */ .hljs { color: #a9b7c6; background: #282b2e; display: block; overflow-x: auto; padding: 0.5em; } .hljs-number, .hljs-literal, .hljs-symbol, .hljs-bullet { color: #6897BB; } .hljs-keyword, .hljs-selector-tag, .hljs-deletion { color: #cc...
{ "pile_set_name": "Github" }
def _merge_toolchain_impl(ctx): toolchain_info = platform_common.ToolchainInfo( merge_tool = ctx.files.merge_tool[0].path, ) return [toolchain_info] merge_toolchain = rule( implementation = _merge_toolchain_impl, attrs = { "merge_tool": attr.label( executable = True, ...
{ "pile_set_name": "Github" }
# IMYWebView UIWebView seamless switching to WKWebView <br> 无缝切换 UIWebView 为 WKWebView QQ群号 113767274 有什么问题或者改进的地方大家一起讨论 ------------------------------------ 要求 ==================================== * ARC only ##如何添加到项目中 ```objective-c pod 'IMYWebView' ``` ##使用方法 直接把你项目中的 'UIWebView' 名称替换为 'IMYWebView' ##警告 ...
{ "pile_set_name": "Github" }
(function(){ var searchIndex = window.esdocSearchIndex; var searchBox = document.querySelector('.search-box'); var input = document.querySelector('.search-input'); var result = document.querySelector('.search-result'); var selectedIndex = -1; var prevText; // active search box and focus when mouse enter ...
{ "pile_set_name": "Github" }
'use strict'; const assert = require('assert'); const mockRequire = require('mock-require'); const mockBindings = require('./mocks/bindings'); const mockLinux = require('./mocks/linux'); const mockI2c = require('./mocks/i2c.node'); const sinon = require('sinon'); mockRequire('bindings', mockBindings); const i2c = req...
{ "pile_set_name": "Github" }
%define name curl-ssl %define tarball curl %define version 7.11.0 %define release 1 %define curlroot %{_builddir}/%{tarball}-%{version} Summary: get a file from an FTP or HTTP server. Name: %{name} Version: %{version} Release: %{release} Copyright: MIT/X derivate Vendor: Daniel Stenberg <Daniel.Stenberg@haxx.se> Pack...
{ "pile_set_name": "Github" }
<?php /** * CModule class file. * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.yiiframework.com/ * @copyright Copyright &copy; 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ /** * CModule is the base class for module and application classes. * * CModule mainly m...
{ "pile_set_name": "Github" }