text
stringlengths
2
99.9k
meta
dict
Car 0.00 0 1.4585490162160735 592.31 173.42 618.51 199.32 1.5673753473727416 1.6565004803897285 3.8833994103000546 -0.35 1.71 48.26 1.451296760437578 0.9863426 Van 0.54 1 1.6876738602903227 0.00 169.10 132.04 290.47 2.2698288778891182 1.8648580262517167 5.1070176752448555 -11.81 2.10 14.28 0.9966666522497802 0.9596992 ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import "I...
{ "pile_set_name": "Github" }
package sockets import ( "net" "net/url" "os" "strings" "golang.org/x/net/proxy" ) // GetProxyEnv allows access to the uppercase and the lowercase forms of // proxy-related variables. See the Go specification for details on these // variables. https://golang.org/pkg/net/http/ func GetProxyEnv(key string) strin...
{ "pile_set_name": "Github" }
class Netcat < Formula desc "Utility for managing network connections" homepage "http://netcat.sourceforge.net/" url "https://downloads.sourceforge.net/project/netcat/netcat/0.7.1/netcat-0.7.1.tar.bz2" sha256 "b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb" bottle do cellar :any sha...
{ "pile_set_name": "Github" }
-- DELETE FROM `gossip_menu` WHERE `entry` IN (9578) AND `text_id`=12927; INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES (9578, 12927);
{ "pile_set_name": "Github" }
var group__power = [ [ "arm_power_f32", "group__power.html#ga993c00dd7f661d66bdb6e58426e893aa", null ], [ "arm_power_q15", "group__power.html#ga7050c04b7515e01a75c38f1abbaf71ba", null ], [ "arm_power_q31", "group__power.html#ga0b93d31bb5b5ed214c2b94d8a7744cd2", null ], [ "arm_power_q7", "group__pow...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2006 Tobias Schwinger http://spirit.sourceforge.net/ 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" }
<?php /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */ /** * class ilObjectDataCache * * @author Stefan Meyer <meyer@leifos.com> * @version $Id$ * * This class caches some properties of the object_data table. Like title description owner obj_id * */ class ilObjectDataCache { public $...
{ "pile_set_name": "Github" }
import Footer from './Footer'; import Nav from './Nav'; import Layout from './Layout'; export default { Nav, Layout, Footer };
{ "pile_set_name": "Github" }
# JOE syntax highlight file for Javascript # A (deterministic) state machine which performs lexical analysis of C. # (This is the "assembly language" of syntax highlighting. A separate # program could be used to convert a regular expression NFA syntax into this # format). # Each state begins with ':<name> <color-nam...
{ "pile_set_name": "Github" }
# Faker::Music::GratefulDead ```ruby Faker::Music::GratefulDead.player #=> "Jerry Garcia" Faker::Music::GratefulDead.song #=> "Cassidy" ```
{ "pile_set_name": "Github" }
#if LESSTHAN_NET35 extern alias nunitlinq; #endif using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using NUnit.Framework; using Theraot; using Theraot.Collections; using Theraot.Core; namespace Tests.Theraot.Collections { [TestFixture] i...
{ "pile_set_name": "Github" }
# client/server clipboard application # --------------------------------------------------- # (c) Stacom softwaredevelopment 2002 # Freiburg, Germany, # stacom@stacom-software.de # ---------------------------------- # This program is free software; you can redistribute it and/or modify # it under the terms of the GN...
{ "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" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2013, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <ldml> <identity> ...
{ "pile_set_name": "Github" }
OpenIDE-Module-Short-Description=\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3UI CTL_TimelineAction=\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3 CTL_TimelineTopComponent=\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3 CTL_TimelineWindowAction=\u6642\u7cfb\u5217 !HINT_TimelineTopComponent= TimelineTopComponent.enableButton.text= TimelineTopC...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <resources xmlns:tools="http://schemas.android.com/tools"> <!--Mode names--> <string name="mode_easy">عادی</string> <string name="mode_tag_only">فقط تگ</string> <string name="mode_indoor">داخلی</string> <string name="mode_correct">حالت C</string> <!--Dialogs--> <stri...
{ "pile_set_name": "Github" }
require 'forwardable' class LimitedURI extend Forwardable def_delegators :@uri, :scheme, :host, :port, :port=, :path, :query, :query=, :to_s def initialize(uri) @uri = uri end def ==(other) to_s == other.to_s end def self.parse(uri) return uri if uri.is_a? LimitedURI return new(uri) i...
{ "pile_set_name": "Github" }
/* * Copyright 2017, GeoSolutions Sas. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ const React = require('react'); const ReactDOM = require('react-dom'); const expect = require('expect'); const Quer...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # name: apl2 # contributor: Yesudeep Mangalapilly <yesudeep@google.com> # key: apl2 # -- ;;; `(file-name-nondirectory (buffer-file-name (current-buffer)))` --- ${1:Short description.} ;; ;; Copyright ${2:`(nth 5 (decode-time))`} ${3:Google, Inc}. ;; ;; Licensed under the Apache License, Version ...
{ "pile_set_name": "Github" }
function Map() { var struct = function(key, value) { this.key = key; this.value = value; } var put = function(key, value) { for (var i = 0; i < this.arr.length; i++) { if (this.arr[i].key === key) { this.arr[i].value = value; return; } } this.arr[this.arr.length] =...
{ "pile_set_name": "Github" }
/* * This file is part of the Bus Pirate project (http://code.google.com/p/the-bus-pirate/). * * Initial written by Chris van Dongen, 2010. * * To the extent possible under law, the project has * waived all copyright and related or neighboring rights to Bus Pirate. * * For details see: http://creative...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\/ M anipulation | -------------...
{ "pile_set_name": "Github" }
using System; using System.Runtime.Serialization; namespace VersionTolerantSerializationTestLib { [Serializable] public class Address { private string Street = "v5-Street"; private string City = "v5-City"; private string CountryCode = "v5-CountryCode"; [OptionalField (VersionAdded = 4)] private string Po...
{ "pile_set_name": "Github" }
nothing here
{ "pile_set_name": "Github" }
/* -*- mode: c++ -------*- */
{ "pile_set_name": "Github" }
console = { log: function (string) { window.webkit.messageHandlers.OOXX.postMessage({className: 'Console', functionName: 'log', data: string}); } }
{ "pile_set_name": "Github" }
#python import k3d import testing setup = testing.setup_mesh_modifier_test("PolyCube", "CUDATransformPointsAsynchronous") selection = k3d.geometry.selection.create(0) selection.points = k3d.geometry.point_selection.create(selection, 1) setup.modifier.mesh_selection = selection setup.modifier.input_matrix = k3d.tran...
{ "pile_set_name": "Github" }
package io.iohk.ethereum.crypto.zksnark import akka.util.ByteString import io.iohk.ethereum.crypto.zksnark.BN128.Point import io.iohk.ethereum.crypto.zksnark.FiniteField.Ops._ /** * Barreto–Naehrig curve over some finite field * Curve equation: * Y^2^ = X^3^ + b, where "b" is a constant number belonging to corr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <com.zjw.apporder.MyLinearLayout android:id="@+id/myLayout" android:layout_width="wrap_content" ...
{ "pile_set_name": "Github" }
make = "Canon" model = "Canon PowerShot D10" clean_make = "Canon" clean_model = "PowerShot D10" blackpoint = 0 whitepoint = 4095 color_matrix = [9427, -3036, -959, -2581, 10671, 1911, -1039, 1982, 4430] color_pattern = "GBRG" crops = [22,80,8,25] filesize = 18763488 raw_width = 4104 raw_height = 3048 blackareav = [4074...
{ "pile_set_name": "Github" }
/*************************************************************************** * This file is part of the CuteReport project * * Copyright (C) 2012-2015 by Alexander Mikhalov * * alexander.mikhalov@gmail.com * * ...
{ "pile_set_name": "Github" }
/* * handling of SHELL32.DLL OLE-Objects * * Copyright 1997 Marcus Meissner * Copyright 1998 Juergen Schmied <juergen.schmied@metronet.de> * * 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 F...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 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" }
package test public object Usage { public fun f() { ClassA().meth1() } }
{ "pile_set_name": "Github" }
{ *************************************************************************** Copyright (c) 2016-2020 Kike Pérez Unit : Quick.Logger Description : Threadsafe Multi Log File, Console, Email, etc... Author : Kike Pérez Version : 1.42 Created : 12/10/2017 Modified : 25/04/2020 Th...
{ "pile_set_name": "Github" }
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.language.process; /** * <p>This interface provides NFKC normalization of Strings through the underlying linguistics library.</p> * * @author Mathias Mølster Lidal */ public inter...
{ "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.6.0_13) on Mon Aug 24 03:38:05 CEST 2009 --> <TITLE> MonoExceptionClause.data_union.ByValue </TITLE> <META NAME="date" CONTENT="2009-08-24"> <LINK REL ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="https://cdn.polyfill.io/v1/polyfill.js?features=Element.prototype.closest"></script> <style> .voter { font-family: 'DejaVu Sans Mono', 'Lucida Console', 'Menlo', 'Monaco', monospace; font-size: 18px; } .up, .down { ...
{ "pile_set_name": "Github" }
# Copyright 2012 OpenStack 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 applicable law or agreed to in...
{ "pile_set_name": "Github" }
int printf(char *fmt); int main() { char a; a= 'fred'; }
{ "pile_set_name": "Github" }
// +build freebsd,cgo package mount /* #include <sys/mount.h> */ import "C" const ( // RDONLY will mount the filesystem as read-only. RDONLY = C.MNT_RDONLY // NOSUID will not allow set-user-identifier or set-group-identifier bits to // take effect. NOSUID = C.MNT_NOSUID // NOEXEC will not allow execution of ...
{ "pile_set_name": "Github" }
name=Deathgrip image=https://magiccards.info/scans/en/5e/16.jpg value=3.534 rarity=U type=Enchantment cost={B}{B} ability={B}{B}: Counter target green spell. timing=enchantment oracle={B}{B}: Counter target green spell.
{ "pile_set_name": "Github" }
# mach: crisv3 crisv8 crisv10 crisv32 # output: ffffff00\nffff0000\n0\nbb113344\n # Test generic "move Ps,Rd" and "move Rs,Pd" insns; the ones with # functionality common to all models. .include "testutils.inc" start moveq -1,r3 clear.b r3 checkr3 ffffff00 moveq -1,r3 clear.w r3 checkr3 ffff0000 moveq -1,r...
{ "pile_set_name": "Github" }
# Go to http://wiki.merbivore.com/pages/init-rb ::Gem.clear_paths; ::Gem.path.unshift(File.dirname(__FILE__) + "/../gems/") require 'config/dependencies.rb' use_test :rspec use_template_engine :erb Merb::Config.use do |c| c[:use_mutex] = false c[:session_store] = 'cookie' # can also be 'memory', 'memcache',...
{ "pile_set_name": "Github" }
extern crate pushrod; extern crate sdl2; use pushrod::render::engine::Engine; use pushrod::render::widget::Widget; use pushrod::render::widget_config::{CONFIG_BORDER_WIDTH, CONFIG_COLOR_BORDER}; use pushrod::render::{make_points, make_size}; use pushrod::widgets::push_button_widget::PushButtonWidget; use sdl2::pixels:...
{ "pile_set_name": "Github" }
/* Copyright (C) 2004, 2005 Mario Lang <mlang@delysid.org> Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org> This file is part of aubio. aubio 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, ei...
{ "pile_set_name": "Github" }
<html> <head><title>监控信息</title> <body> <table border="1"> <tr><td>服务器名称</td><td>{{hostname}}</td></tr> <tr><td>开机时间</td><td>{{boot_time}}</td></tr> <tr><td>cpu个数</td><td>{{cpu_count}}</td></tr> <tr><td>cpu利用率</td><td>{{cpu_percent}}</td></tr> ...
{ "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:28 GMT-05:00 2008 --> <TITLE> Uses of Class soot.jimple.toolkits.annotation.callgraph.CallGraphInfo (Soot API) </TITLE> <LI...
{ "pile_set_name": "Github" }
package com.droidquest.items; import com.droidquest.Room; import com.droidquest.devices.StormShield; import javax.swing.*; import java.awt.*; import java.awt.image.BufferedImage; public class GateKeeper extends Item { int behavior = 0; // 0= pause // 1= Go to trash, delete F-12, delete StormShield private i...
{ "pile_set_name": "Github" }
; PR1117 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "invalid cast opcode for cast from" @X = constant i8* trunc (i64 0 to i8*)
{ "pile_set_name": "Github" }
// Copyright ©2016 The go-hep 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 gen // import "go-hep.org/x/hep/brio/cmd/brio-gen/internal/gen" import ( "bytes" "fmt" "go/format" "go/types" "log" "strings" "golang.org/...
{ "pile_set_name": "Github" }
This is to explore common versioning issues with persisted events when using event sourcing with ncqrs. Run CreateEventStore.sql script to your local SQL database. Update the connection strings when needed. * AppV1 is the base app, run this first to create a person with an "old" event. * AppV2 represen...
{ "pile_set_name": "Github" }
package template // Test in which replacement has a different type. const shouldFail = "int is not a safe replacement for string" func before() interface{} { return "three" } func after() interface{} { return 3 }
{ "pile_set_name": "Github" }
.my-copyright { position: fixed; left: 0; bottom: 0; width: 100%; margin-bottom: 15px; color: #999999; font-size: 28px; text-align: center; &__link { display: inline-block; vertical-align: top; position: relative; font-size: 28px; color: #6190e8; } &__text { padding: 0 0....
{ "pile_set_name": "Github" }
class Solution { public List<Integer> topKFrequent(int[] nums, int k) { // build hash map : character and how often it appears HashMap<Integer, Integer> count = new HashMap(); for (int n: nums) { count.put(n, count.getOrDefault(n, 0) + 1); } // init heap 'the less frequent element first' ...
{ "pile_set_name": "Github" }
{ "id": "5541a522-603c-47ad-91fc-a4b1d163081b", "name": "DotNetCoreCLI", "friendlyName": ".NET Core", "description": "Build, test, package, or publish a dotnet application, or run a custom dotnet command", "author": "Microsoft Corporation", "helpUrl": "https://docs.microsoft.com/azure/devops/pip...
{ "pile_set_name": "Github" }
// +build codegen package api import ( "testing" "github.com/stretchr/testify/assert" ) func TestNonHTMLDocGen(t *testing.T) { doc := "Testing 1 2 3" expected := "// Testing 1 2 3\n" doc = docstring(doc) assert.Equal(t, expected, doc) } func TestListsHTMLDocGen(t *testing.T) { doc := "<ul><li>Testing 1 2 3...
{ "pile_set_name": "Github" }
package ioprogress import ( "io" "time" ) // Reader is an implementation of io.Reader that draws the progress of // reading some data. type Reader struct { // Reader is the underlying reader to read from Reader io.Reader // Size is the total size of the data coming out of the reader. Size int64 // DrawFunc i...
{ "pile_set_name": "Github" }
#include "cs.h" /* compute the etree of A (using triu(A), or A'A without forming A'A */ csi *cs_etree (const cs *A, csi ata) { csi i, k, p, m, n, inext, *Ap, *Ai, *w, *parent, *ancestor, *prev ; if (!CS_CSC (A)) return (NULL) ; /* check inputs */ m = A->m ; n = A->n ; Ap = A->p ; Ai = A->i ; pare...
{ "pile_set_name": "Github" }
/* This header file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */ /*This file is prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief Strings and integers print module for debug purposes. * * - Compil...
{ "pile_set_name": "Github" }
import * as WS from 'ws'; import * as url from 'url'; import { Server as HttpServer } from 'http'; export type IWebsocketVerifyClient = (info: {origin: any, secure: any, req: any}, cb: (done: boolean) => any) => any; export class WebsocketInstance { instance: WS.Server; constructor(verifyClient?: IWebsocketVerif...
{ "pile_set_name": "Github" }
/* * This file is part of Openrouteservice. * * Openrouteservice is free software; you can redistribute it and/or modify it under the terms of the * GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 * of the License, or (at your option) any later version. * * This...
{ "pile_set_name": "Github" }
define(function (require) { var Group = require('zrender/container/Group'); var componentUtil = require('../util/component'); var clazzUtil = require('../util/clazz'); var Component = function () { /** * @type {module:zrender/container/Group} * @readOnly */ t...
{ "pile_set_name": "Github" }
:pserver:anonymous@cvs.savannah.nongnu.org:/sources/backbone
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
// Copyright 2005,2006,2007 Markus Schordan, Gergo Barany // $Id: pag_support.h,v 1.4 2008-08-23 13:46:48 gergo Exp $ #ifndef H_PAG_SUPPORT #define H_PAG_SUPPORT unsigned long synttype_hash(void *); int syntax_eq(void *, void *); void syntax_mcopy(void *, void *); void syntaxdummy(void *); #ifdef __cplusplus extern "...
{ "pile_set_name": "Github" }
<cib crm_feature_set="3.0.7" validate-with="pacemaker-3.0" admin_epoch="1" epoch="36" num_updates="4" cib-last-written="Wed Sep 4 14:06:37 2013" update-origin="18node1" update-client="crm_resource" have-quorum="1" dc-uuid="3"> <configuration> <crm_config> <cluster_property_set id="cib-bootstrap-options"> ...
{ "pile_set_name": "Github" }
@import '~antd/es/style/themes/default.less'; .menu { :global(.anticon) { margin-right: 8px; } :global(.ant-dropdown-menu-item) { min-width: 160px; } } .dropDown { line-height: @layout-header-height; vertical-align: top; cursor: pointer; > span { font-size: 16px !important; transform: ...
{ "pile_set_name": "Github" }
45e617ca0c551f70d2d87313149a302ee4d4ba1b 19e7fc6f552ea199ea735b234ad1eecaca168dad 669c5c3ccd1ec54c7abc07278f0b08022e360c47 d33f54935b473edbfe1a49823b2a5bcf71c17d7e 6d1a47ee6554323a11fc5555ba21e02104ec30fa 605505b8bf167aad873fc700b02cc5a7389d7fe7 66b809792ad1cf9461f4592acf1cdd9111bf9ae6 a74ebc167a8f087aa9bfee250f6faa51e...
{ "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 not...
{ "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...
{ "pile_set_name": "Github" }
/**************************************** * * INSERT-PROJECT-NAME-HERE - INSERT-GENERIC-NAME-HERE * Copyright (C) 2019 Victor Tran * * 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 Foundati...
{ "pile_set_name": "Github" }
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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" }
#!/usr/bin/env python # Copyright (c) 2015 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...
{ "pile_set_name": "Github" }
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PTPopupWebView.framework/Headers" OTHER_LDFLAGS = $(inherited) -frame...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>UnivariateStatistic (Apache Commons Math 3.3 API)</title> <link rel="stylesheet" type="text/css" hre...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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...
{ "pile_set_name": "Github" }
/* udis86 - libudis86/syn-intel.c * * Copyright (c) 2002-2013 Vivek Thampi * 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...
{ "pile_set_name": "Github" }
package com.viadee.sonarquest.services; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service;...
{ "pile_set_name": "Github" }
test: @node_modules/.bin/tape test.js .PHONY: test
{ "pile_set_name": "Github" }
// Code generated by smithy-go-codegen DO NOT EDIT. package appstream import ( "context" awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" "github.com/aws/aws-sdk-go-v2/aws/retry" "github.com/aws/aws-sdk-go-v2/aws/signer/v4" "github.com/aws/aws-sdk-go-v2/service/appstream/types" smithy "github.com/aws...
{ "pile_set_name": "Github" }
apiVersion: v1 description: Shared Configurable Helpers test-01 name: ibm-sch-test01 version: 1.2.6
{ "pile_set_name": "Github" }
"use strict";var exports=module.exports={}; Object.defineProperty(exports, "__esModule", { value: true }); exports.storages = exports.purgeStoredState = exports.persistStore = exports.getStoredState = exports.createTransform = exports.createPersistor = exports.autoRehydrate = undefined; var _asyncLocalStorage = requ...
{ "pile_set_name": "Github" }
/****************************************************************************** * $Id: cplgetsymbol.cpp 13271 2007-12-06 04:44:19Z warmerdam $ * * Project: Common Portability Library * Purpose: Fetch a function pointer from a shared library / DLL. * Author: Frank Warmerdam, warmerdam@pobox.com * ************...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.6: application.qrc Example File (mainwindows/application/application.qrc)</title> <link href="class...
{ "pile_set_name": "Github" }
// Copyright (C) 2004-2006 The Trustees of Indiana University. // Use, modification and distribution is subject to 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) // Authors: Douglas Gregor // Andrew Lumsdaine #i...
{ "pile_set_name": "Github" }
<?php namespace App\Admin\Extensions\Tools; use Encore\Admin\Grid\Tools\BatchAction; class MarkedAsRead extends BatchAction { public function script() { return <<<EOT $('{$this->getElementClass()}').on('click', function() { console.log(selectedRows()); }); EOT; } }
{ "pile_set_name": "Github" }
package uk.ac.ebi.interpro.scan.persistence; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.springframework.transaction.annotation.Transactional; import uk.ac.ebi.interpro.scan.model.FingerPrintsMatch; import uk.ac.ebi.interpro.scan.model.Match; import uk.ac.ebi.interpro...
{ "pile_set_name": "Github" }
/* * Copyright: JessMA Open Source (ldcsaa@gmail.com) * * Author : Bruce Liang * Website : https://github.com/ldcsaa * Project : https://github.com/ldcsaa/HP-Socket * Blog : http://www.cnblogs.com/ldcsaa * Wiki : http://www.oschina.net/p/hp-socket * QQ Group : 44636872, 75375912 * * Licensed under the Apach...
{ "pile_set_name": "Github" }
{ "checksum": "47c64556f92189712e9ba2ae0b485d62", "roots": { "bookmark_bar": { "children": [ { "children": [ { "date_added": "12949698950422234", "id": "5", "name": "Bookmark Manager", "type": "url", "url": "chro...
{ "pile_set_name": "Github" }
# no testsuite password # root password: rootF00barbaz # myuser password: myuserF00barbaz user foo, in group users (only in /etc/group) user foo, in group tty (only in /etc/gshadow) user foo, in group floppy user foo, admin of group disk user foo, admin and member of group fax user foo, admin and member of group cdrom...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # NodeOS # # Copyright (c) 2013-2017 Jacob Groundwater, Jesús Leganés-Combarro 'piranna' # and other contributors # # MIT License if [ "$#" -ne 3 ]; then echo "Usage: $0 <DEVICE> <ROOTFS> <USERSFS>" exit 10 fi DEVICE=$1 PARTITION=${DEVICE}2 BOOTFS=$2 USERSFS=$3 # Copy bootfs & usersfs part...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////// // // pgAdmin III - PostgreSQL Tools // // Copyright (C) 2002 - 2016, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // // hdIHandle.cpp - Base class for all Handles // ////////////////////////////////////...
{ "pile_set_name": "Github" }
.umb-insert-code-boxes { display: flex; flex-direction: column; } .umb-insert-code-box { border: 1px solid @gray-10; padding: 15px 20px; margin-bottom: 10px; border-radius: 3px; text-align: left; } .umb-insert-code-box:hover, .umb-insert-code-box.-selected { background-color: @ui-optio...
{ "pile_set_name": "Github" }
/* You can add global styles to this file, and also import other style files */
{ "pile_set_name": "Github" }
#!/usr/bin/python # __________ __ ___. # Open \______ \ ____ ____ | | _\_ |__ _______ ___ # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\___...
{ "pile_set_name": "Github" }
## Code layout The curl source code tree is neither large nor complicated. A key thing to remember is, perhaps, that libcurl is the library and that library is the biggest component of the curl command-line tool. ### root We try to keep the number of files in the source tree root to a minimum. You will see a slight ...
{ "pile_set_name": "Github" }
# ------------------ # Only for running this script here import logging import sys from os.path import dirname sys.path.insert(1, f"{dirname(__file__)}/../../..") logging.basicConfig(level=logging.DEBUG) # ------------------ # --------------------- # Flask App for Slack OAuth flow # --------------------- import os i...
{ "pile_set_name": "Github" }