text
stringlengths
2
99.9k
meta
dict
#!/bin/sh git diff --name-only "$@" | while read name; do git difftool "$@" --no-prompt "$name" & done
{ "pile_set_name": "Github" }
/** * Copyright (C) 2017 Cesar Valiente & Corey Shaw * * https://github.com/CesarValiente * https://github.com/coshaw * * 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:/...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <project> <fileVersion>2</fileVersion> <configuration> <name>Debug</name> <toolchain> <name>ARM</name> </toolchain> <debug>1</debug> <settings> <name>General</name> <archiveVersion>3</archiveVersion> <data> <version>22<...
{ "pile_set_name": "Github" }
// Copyright 2015 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. package org.chromium.chrome.browser.contextualsearch; import android.content.Context; import android.net.Uri; import android.text.TextUtils; import org....
{ "pile_set_name": "Github" }
// Copyright 2013 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. #ifndef UI_OZONE_PLATFORM_HEADLESS_OZONE_PLATFORM_HEADLESS_H_ #define UI_OZONE_PLATFORM_HEADLESS_OZONE_PLATFORM_HEADLESS_H_ namespace ui { class OzonePl...
{ "pile_set_name": "Github" }
unit UI.ListView.Footer; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, UI.Standard, UI.Base, UI.ListView; type TListViewDefaultFooter = class(TFrame, IListViewHeader) RelativeLayo...
{ "pile_set_name": "Github" }
#!/bin/bash # AUTOMATICALLY GENERATED # DO NOT EDIT THIS FILE DIRECTLY, USE /post_push.erb set -e # Parse image name for repo name tagStart=$(expr index "$IMAGE_NAME" :) repoName=${IMAGE_NAME:0:tagStart-1} # Tag and push image for each additional tag for tag in {3.3-13.17.2}; do docker tag $IMAGE_NAME ${repoName}:...
{ "pile_set_name": "Github" }
Properly link libfcgi++ against libfcgi We cannot directly use -lfcgi to link libfcgi++ against libfcgi, because libfcgi is not installed at this time. Instead, we should rely on libtool doing the right thing, by specifying libfcgi.la in libfcgi++ LIBADD variable. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@fre...
{ "pile_set_name": "Github" }
/* $OpenBSD: arc4random.c,v 1.52 2015/01/16 16:48:51 deraadt Exp $ */ /* * Copyright (c) 1996, David Mazieres <dm@uun.org> * Copyright (c) 2008, Damien Miller <djm@openbsd.org> * Copyright (c) 2013, Markus Friedl <markus@openbsd.org> * Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> * * Permission to use...
{ "pile_set_name": "Github" }
// Copyright Peter Dimov 2001-2002 // Copyright Aleksey Gurtovoy 2001-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/arg.hpp" header // -- DO NOT modify by ha...
{ "pile_set_name": "Github" }
In this directory: # # MarkdownTester -- Run tests for Markdown implementations # # Copyright (c) 2004-2005 John Gruber # <http://daringfireball.net/projects/markdown/> # Partially modified for testing purposes.
{ "pile_set_name": "Github" }
patreon: alecrabbit
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <module fritzingVersion='0.5.2b.02.18.4756' moduleId='SparkFun_Stepoko'> <version>4</version> <date>2015-10-25</date> <author>f.althaus</author> <description>This is a Steppermotor controller. it can control 3 stepper motors, one board for xyz-axis movement controll</description> ...
{ "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" }
--- title: Web API permalink: /web-api redirect_from: - /basic_usage - /web_api order: 1 anchor_links_header: Usage --- The `@slack/web-api` package contains a simple, convenient, and configurable HTTP client for making requests to Slack's [Web API](https://api.slack.com/web). Use it in your app to call any of the ...
{ "pile_set_name": "Github" }
package com.tencent.mm.pluginsdk.ui.preference; import android.content.Context; import android.view.View; import android.view.View.OnClickListener; import android.widget.EditText; import android.widget.TextView; import com.tencent.mm.a.i; import com.tencent.mm.a.k; import com.tencent.mm.a.n; import com.tencent.mm.ui.b...
{ "pile_set_name": "Github" }
package top.rizon.springbestpractice.common.utils; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.Serializati...
{ "pile_set_name": "Github" }
UndrawNoData example: ```js <UndrawNoData primaryColor='#6c68fb' height= '250px' /> ```
{ "pile_set_name": "Github" }
Unit FHIR.Support.Ole; { Copyright (c) 2001-2013, Kestral Computing Pty Ltd (http://www.kestral.com.au) 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 th...
{ "pile_set_name": "Github" }
// -*- mode: c++ -*- // Copyright (c) 2010, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice...
{ "pile_set_name": "Github" }
#import "DrawingController.h" #import "SKTDrawDocument.h" @implementation DrawingController - (instancetype)initAsPrimaryWindowForPersistentRoot: (COPersistentRoot *)aPersistentRoot windowID: (NSString *)windowID { self = [super initAsPrimaryWindowForPersistentRoot: aPe...
{ "pile_set_name": "Github" }
// // ERLoginViewController.h // Employee Records // // Copyright (c) 2012 John Szumski. All rights reserved. // #import <UIKit/UIKit.h> @interface ERLoginViewController : UITableViewController @end
{ "pile_set_name": "Github" }
<!-- ## ‎In order delivery QUIC guarantees in-order delivery of streams, but not between streams. This means that each stream will send data and maintain data order, but each stream may reach the destination in a different order than the application sent it! For example: stream A and B are transferred from a server t...
{ "pile_set_name": "Github" }
import { Component, ViewEncapsulation } from '@angular/core'; @Component({ selector: 'app-root', styleUrls: ['./app.component.css'], templateUrl: './app.component.html', encapsulation: ViewEncapsulation.None }) export class AppComponent { data: any[] = [ { label: 'USA', ...
{ "pile_set_name": "Github" }
package modularization.features.dashboard import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.fragment.app.Fragment class AlbumsFragment : Fragment() { override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedIns...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_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 except ...
{ "pile_set_name": "Github" }
require 'capybara/poltergeist' require 'capybara/rspec' require 'rspec/rails' require 'json' # spec/spec_helper.rb # require_relative './locations.rb' Capybara.register_driver :poltergeist_debug do |app| Capybara::Poltergeist::Driver.new(app, :js_errors => false ) end Capybara.javascript_driver = :poltergeis...
{ "pile_set_name": "Github" }
<!-- ~ Copyright 2019 Louis Cognault Ayeva Derman. Use of this source code is governed by the Apache 2.0 license. --> <manifest package="splitties.toast"/>
{ "pile_set_name": "Github" }
;****************************************************************************** ;* 36 point SSE-optimized IMDCT transform ;* Copyright (c) 2011 Vitor Sessak ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Public ;* L...
{ "pile_set_name": "Github" }
import java.awt._ import javax.swing._ object PinstripeDisplay extends App { SwingUtilities.invokeLater(() => new JFrame("Pinstripe") { class Pinstripe_Display extends JPanel { override def paintComponent(g: Graphics): Unit = { val bands = 4 super.paintComponent(g) ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Microsoft.CodeQuality.Analyzers.QualityGuidelines.Remov...
{ "pile_set_name": "Github" }
#import "GPUImageFilter.h" /** Kuwahara image abstraction, drawn from the work of Kyprianidis, et. al. in their publication "Anisotropic Kuwahara Filtering on the GPU" within the GPU Pro collection. This produces an oil-painting-like image, but it is extremely computationally expensive, so it can take seconds to rende...
{ "pile_set_name": "Github" }
rows = {[2.250944e+002 3.169794e+002 3.289644e+002 3.609244e+002 3.699131e+002 3.779031e+002 3.918856e+002 3.978781e+002 4.068669e+002 4.098631e+002 4.128594e+002 4.138581e+002 4.128594e+002 4.108619e+002 4.038706e+002 3.928844e+002 ]; [2.161056e+002 2.071169e+002 2.121106e+002 2.141081e+002 2.1610...
{ "pile_set_name": "Github" }
Car -1 -1 -10 642 176 685 212 1.49 1.61 3.72 2.30 1.65 31.88 -1.57 1.00 Car -1 -1 -10 222 193 442 332 1.49 1.68 4.36 -3.79 1.86 10.59 1.54 1.00 Car -1 -1 -10 765 167 911 213 1.55 1.67 4.51 7.79 1.35 24.94 3.12 0.99 Car -1 -1 -10 -61 206 262 350 1.44 1.62 4.02 -6.84 2.01 10.23 1.62 0.99 Car -1 -1 -10 404 187 493 254 1.4...
{ "pile_set_name": "Github" }
set(LLVM_TARGET_DEFINITIONS Passes.td) mlir_tablegen(Passes.h.inc -gen-pass-decls -name Conversion) add_public_tablegen_target(MLIRConversionPassIncGen) add_mlir_doc(Passes -gen-pass-doc ConversionPasses ./)
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="htmlhelp.but...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #ifndef DIVEPLANNERMODEL_H #define DIVEPLANNERMODEL_H #include <QAbstractTableModel> #include <QDateTime> #include "core/deco.h" #include "core/planner.h" #include "qt-models/cylindermodel.h" class DivePlannerPointsModel : public QAbstractTableModel { Q_OBJECT public: static Div...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* Copyright 2016-2017 OCamlPro *) (* *) (* All righ...
{ "pile_set_name": "Github" }
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types"; export const definition: IconDefinition; export const faHeart: IconDefinition; export const prefix: IconPrefix; export const iconName: IconName; export const width: number; export const height: number; export const ligatures: ...
{ "pile_set_name": "Github" }
spring.jpa.database=MYSQL spring.datasource.url=jdbc:mysql://localhost/algamoneyapi?createDatabaseIfNotExist=true&useSSL=false spring.datasource.username=root spring.datasource.password=123 spring.jpa.show-sql=true spring.jackson.deserialization.fail-on-unknown-properties=true spring.jackson.date-format=yyyy-MM-dd ...
{ "pile_set_name": "Github" }
init: @@if test ! -d test/qunit; then git clone git://github.com/jquery/qunit.git test/qunit; fi @@cd test/qunit && git pull origin master &> /dev/null
{ "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 ...
{ "pile_set_name": "Github" }
# Copyright (c) 2016 Princeton University # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of condi...
{ "pile_set_name": "Github" }
<p>AAA<span class="pydocx-tab"> </span>BBB</p>
{ "pile_set_name": "Github" }
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ package com.twilio.rest.conversations.v1.service.conversation; import com.twilio.base.Page; import com.twilio.base.Reader; import com.twilio.base.ResourceSet; import com.twilio.exception.ApiConnectionEx...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 mendhak * * This file is part of GPSLogger for Android. * * GPSLogger for Android 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" }
{ "kind": "DeploymentRollback", "apiVersion": "extensions/v1beta1", "name": "2", "updatedAnnotations": { "3": "4" }, "rollbackTo": { "revision": 4518808233936994290 } }
{ "pile_set_name": "Github" }
{ "creationTimestamp": "2015-04-29T16:07:12Z", "resultCode": 0, "userLocale": "en_US", "protocolVersion": "QH65B2", "requestId": "048120d0-d6eb-49b9-9c70-dff6ee4b3373", "requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/certificate/submitCertificateRequest.action?content-typ...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing class d { class A { var b = <e var e let a { enum S { struct S<T where H : P { struct S<H : w
{ "pile_set_name": "Github" }
// Copyright (c) 2013 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 "base/command_line.h" #include "build/build_config.h" #include "content/browser/media/media_browsertest.h" #include "content/public/common/co...
{ "pile_set_name": "Github" }
/* * Copyright 2014 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/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
package com.u3.codegenerator; import com.intellij.psi.PsiClass; import com.intellij.psi.PsiElementFactory; import com.intellij.psi.PsiMethod; import com.intellij.psi.PsiStatement; import com.u3.filechains.ClickMehtod; import java.util.List; import java.util.Map; class FragmentStrategy extends GenCodeStrategy{ pu...
{ "pile_set_name": "Github" }
# Async Model Data In real applications you quite often have to deal with model data that is asynchronously loaded or updated. Usual approach would be to use `Option[A]` to indicate whether data is there or not, but then you cannot deal with error situations. Using `Either[ErrorType, Option[A]]` or `Try[Option[A]]` gi...
{ "pile_set_name": "Github" }
#ifndef __SPHINXBASE_EXPORT_H__ #define __SPHINXBASE_EXPORT_H__ /* Win32/WinCE DLL gunk */ #if (defined(_WIN32) || defined(_WIN32_WCE)) && !defined(_WIN32_WP) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__WINSCW__) && !defined(__SYMBIAN32__) #if defined(SPHINXBASE_EXPORTS) /* Visual Studio */ #define ...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
{ "pile_set_name": "Github" }
// Copyright 2015 go-swagger maintainers // // 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" }
// // Created by mwo on 8/01/17. // #define MYSQLPP_SSQLS_NO_STATICS 1 #include "OpenMoneroRequests.h" #include "src/UniversalIdentifier.hpp" #include "db/ssqlses.h" #include "version.h" #include "../gen/omversion.h" namespace xmreg { handel_::handel_(const fetch_func_t& callback): request_callback {call...
{ "pile_set_name": "Github" }
<HTML> <HEAD> <meta charset="UTF-8"> <title>CityMap.elevations - kotcity4</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">kotcity4</a>&nbsp;/&nbsp;<a href="../index.html">kotcity.data</a>&nbsp;/&nbsp;<a href="index.html">CityMap</a>&nbsp;/&nbsp;<a href="./elevations.h...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; namespace MathNet.Spatial.Internals { /// <summary> /// Internal implementation of an immutable list /// </summary> internal static class ImmutableList { /// <summary> /// Factory Construction /// </summary> /// <t...
{ "pile_set_name": "Github" }
{************************************************************* product: ALMySqlClient Description: An Object to query MySql Server Version 5 and get the Result In Xml Stream Link : http://dev.mysql.com/doc/refman/5.0/en/ http://dev.mysql.com/doc/refman/5.0/en/string-synta...
{ "pile_set_name": "Github" }
/** * This is an abstract class that serves as the base for other calendar views. This class is not * intended to be directly instantiated. * * When extending this class to create a custom calendar view, you must provide an implementation * for the <tt>renderItems</tt> method, as there is no default implement...
{ "pile_set_name": "Github" }
<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version='1.0'> <!-- ******************************************************************** $Id: admon.xsl 9647 2012-10-26 17:42:03Z bobstayton $ **...
{ "pile_set_name": "Github" }
/** * @module ember-paper */ import Component from '@ember/component'; import layout from '../templates/components/paper-toolbar'; import ColorMixin from 'ember-paper/mixins/color-mixin'; /** * @class PaperToolbar * @extends Ember.Component * @uses ColorMixin */ export default Component.extend(ColorMixin, { l...
{ "pile_set_name": "Github" }
/** * @file * @brief Source file for DecklinkReader class * @author Jonathan Thomas <jonathan@openshot.org> * * @ref License */ /* LICENSE * * Copyright (c) 2008-2019 OpenShot Studios, LLC * <http://www.openshotstudios.com/>. This file is part of * OpenShot Library (libopenshot), an open-source project dedic...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * If x or y is NaN, return false * * @path ch11/11.9/11.9.4/S11.9.4_A4.1_T1.js * @description x is NaN */ //CHECK#1 if (Number.NaN === true) { $ERROR('#1: NaN !== true'); } /...
{ "pile_set_name": "Github" }
package authorization // Copyright (c) Microsoft and contributors. 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" }
{ "Major":1, "Minor":2, "Patch":0, "PreReleaseTag":"unstable.4", "PreReleaseTagWithDash":"-unstable.4", "PreReleaseLabel":"unstable", "PreReleaseNumber":4, "WeightedPreReleaseNumber":4, "BuildMetaData":5, "BuildMetaDataPadded":"0005", "FullBuildMetaData":"5.Branch.feature1.Sha.commitSha", "Major...
{ "pile_set_name": "Github" }
'use strict' const chalk = require('chalk') const semver = require('semver') const packageConfig = require('../package.json') const shell = require('shelljs') function exec (cmd) { return require('child_process').execSync(cmd).toString().trim() } const versionRequirements = [ { name: 'node', currentVersio...
{ "pile_set_name": "Github" }
Linley's Dungeon Crawl is a free and portable roguelike molded in the tradition of the early greats of the genre: Rogue, Hack, and Moria. The player guides a single character deep into a subterranean complex to retrieve the Orb of Zot, fending off many horrible and hideous creatures along the way. Once retrieved, the ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientat...
{ "pile_set_name": "Github" }
// // MovieSampleAppDelegate.h // MovieSample // // Created by Hiroshi Hashiguchi on 11/04/21. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @interface MovieSampleAppDelegate : NSObject <UIApplicationDelegate> { } @property (nonatomic, retain) IBOutlet UIWindow *window; @p...
{ "pile_set_name": "Github" }
// // HomeFiveTableViewCell.m // RecordLife // // Created by 谢俊逸 on 17/03/2017. // Copyright © 2017 谢俊逸. All rights reserved. // #import "LineChartCell.h" #import <XJYChart/XJYChart.h> @implementation LineChartCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } - (void)setSelected:(BOO...
{ "pile_set_name": "Github" }
R CMD REMOVE --library=$PREFIX/lib/R/library/ ragene20stprobeset.db
{ "pile_set_name": "Github" }
/* *************************************************************************************** * Copyright (C) 2006 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
{ "pile_set_name": "Github" }
using Rhino; using Rhino.Commands; namespace SampleCsCommands { public class SampleCsSetCameraTarget : Command { public override string EnglishName => "SampleCsSetCameraTarget"; protected override Result RunCommand(RhinoDoc doc, RunMode mode) { var view = doc.Views.ActiveView; var vp = vi...
{ "pile_set_name": "Github" }
var arrayFilter = require('./_arrayFilter'), baseFilter = require('./_baseFilter'), baseIteratee = require('./_baseIteratee'), isArray = require('./isArray'); /** * Iterates over elements of `collection`, returning an array of all elements * `predicate` returns truthy for. The predicate is invoked with t...
{ "pile_set_name": "Github" }
/* * SonarQube * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14E26a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="wiv-Ay-eyZ"> <dependencies> <deployment id...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <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>Page</source> <target>ページ</target> </tran...
{ "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>content</key> <string>.fadeIn(${1/(^[0-9]+$)|.+/(?1::')/}${1:slow/400/fast}${1/(^[0-9]+$)|.+/(?1::')/})$0</string> <key>name</key> <string>f...
{ "pile_set_name": "Github" }
title: | Introduction to Containers chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)" #chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)" gitrepo: github.com/jpetazzo/container.training slides: http://container.training/ #slidenumberprefix: "#SomeHashTag &mdash; " exclude: ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Tests\Commands\Upgrade\Databases\V10_0_0\Seeds; use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class CategoriesTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { D...
{ "pile_set_name": "Github" }
# Copyright (c) 2018 Adafruit Industries # # 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 # to use, copy, modify, merge, publish,...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.haibao.store.myapplication"> <uses-permission android:name="${applicationId}.permission.JPUSH_MESSAGE" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> ...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
#!/bin/bash # # Model adaptation: # # ./speech_sentences.py -l de gspv2 # cut -f 1 -d ' ' data/models/kaldi-generic-de-tdnn_f-latest/data/local/dict/lexicon.txt >vocab.txt # lmplz -o 4 --prune 0 1 2 3 --limit_vocab_file vocab.txt --interpolate_unigrams 0 <data/dst/text-corpora/gspv2.txt >lm.arpa # ./speech_kaldi_ada...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2014 Salesforce.com, inc.. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availab...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; import 'package:tik_tok_ui/tik_tok_icons_icons.dart'; class BottomToolbar extends StatelessWidget { static const double NavigationIconSize = 20.0; static const double CreateButtonWidth = 38.0; Widget get customCreateIcon => Container( width: 45.0, hei...
{ "pile_set_name": "Github" }
[str, yaml.Loader, yaml.dump, abs, yaml.tokens]
{ "pile_set_name": "Github" }
#ifndef __servicedvbrecord_h #define __servicedvbrecord_h #include <lib/service/iservice.h> #include <lib/dvb/idvb.h> #include <lib/dvb/pmt.h> #include <lib/dvb/eit.h> #include <set> #include <lib/service/servicedvb.h> class eDVBServiceRecord: public eDVBServiceBase, public iRecordableService, public iStreamableS...
{ "pile_set_name": "Github" }
Certificate: Data: Version: 3 (0x2) Serial Number: 1 (0x1) Signature Algorithm: sha1WithRSAEncryption Issuer: C=US, O=Wells Fargo WellsSecure, OU=Wells Fargo Bank NA, CN=WellsSecure Public Root Certificate Authority Validity Not Before: Dec 13 17:07:54 2007 GMT ...
{ "pile_set_name": "Github" }
package pvm import ( "bytes" "github.com/mitchellh/multistep" parallelscommon "github.com/mitchellh/packer/builder/parallels/common" "github.com/mitchellh/packer/packer" "testing" ) func testState(t *testing.T) multistep.StateBag { state := new(multistep.BasicStateBag) state.Put("driver", new(parallelscommon.D...
{ "pile_set_name": "Github" }
#!/bin/bash # Do an apt-get update, so that packages can be installed. if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then set -x fi set -eu set -o pipefail apt-get -y update
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: afcb9f34e3664c2499d8eea0aa161f37 timeCreated: 1469085693 licenseType: Pro TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart:...
{ "pile_set_name": "Github" }
/* * This file is part of VLCJ. * * VLCJ 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 of the License, or * (at your option) any later version. * * VLCJ is distributed in the hope th...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 03717ab9b13622549a8a85b890b835c0 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
; The cast in this testcase is not eliminable on a 32-bit target! ; RUN: opt < %s -instcombine -S | grep inttoptr target datalayout = "e-p:32:32" declare void @foo(...) define void @test(i64 %X) { %Y = inttoptr i64 %X to i32* ; <i32*> [#uses=1] call void (...) @foo( i32* %Y ) ret v...
{ "pile_set_name": "Github" }
/* * Conexant Digicolor timer driver * * Author: Baruch Siach <baruch@tkos.co.il> * * Copyright (C) 2014 Paradox Innovation Ltd. * * Based on: * Allwinner SoCs hstimer driver * * Copyright (C) 2013 Maxime Ripard * * Maxime Ripard <maxime.ripard@free-electrons.com> * * This file is licensed under the terms...
{ "pile_set_name": "Github" }
const mongoose = require('mongoose') const Schema = mongoose.Schema // Create Schema const TaskSchema = new Schema({ task_name: { type: String } }) module.exports = User = mongoose.model('tasks', TaskSchema)
{ "pile_set_name": "Github" }
package builder // GenericPrompt defines a generic overridable prompt type GenericPrompt struct { PromptID string PromptStr string OnSuccess func(string) string OnError func(error) string ParseValue func(string) error } // ID return ID of current prompt func (t *GenericPrompt) ID() string { return t.Prom...
{ "pile_set_name": "Github" }