text
stringlengths
2
99k
meta
dict
name: "Joseph Pierri" twitter: "" bio: "Joseph Pierri is a Senior Software Engineer at PagerDuty, based in Toronto. He is a member of the Core Team at PagerDuty, and has had the opportunity to work on a variety of interesting projects over the 3+ years that he’s been there, ranging from feature-work to backend systems ...
{ "pile_set_name": "Github" }
marr <- structure(c(5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 5, 16, ...
{ "pile_set_name": "Github" }
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | ...
{ "pile_set_name": "Github" }
package com.jvms.i18neditor.swing.text; import java.awt.event.ActionEvent; import javax.swing.text.JTextComponent; import javax.swing.text.TextAction; /** * An action implementation useful for deleting text. * * @author Jacob van Mourik */ public class DeleteAction extends TextAction { private final static lon...
{ "pile_set_name": "Github" }
<?php /** * Copyright © OXID eSales AG. All rights reserved. * See LICENSE file for license details. */ namespace OxidEsales\EshopCommunity\Application\Model; use OxidEsales\Eshop\Core\DatabaseProvider; use oxRegistry; use Exception; use oxDb; use OxidEsales\Eshop\Core\Registry; use OxidEsales\Eshop\Core\Database...
{ "pile_set_name": "Github" }
/*-----------------------------------------------------------------------------+ Copyright (c) 2010-2010: Joachim Faulhaber +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or c...
{ "pile_set_name": "Github" }
.sidebar { overflow: hidden; height: 100vh; border-right: 1px solid #ddd; position: fixed; left: 0; top: 0; } .search-box { padding: 15px 20px; border-bottom: 1px solid #ddd; } .search-icon { color: rgba($color: #000000, $alpha: 0.25); } .workspace-list { overflow: auto; width: 256px; height:...
{ "pile_set_name": "Github" }
import React from 'react' import { render, fireEvent } from '@testing-library/react' import ColumnForm from './' describe('<ColumnForm />', () => { let subject, onConfirm, onCancel function mount() { onConfirm = jest.fn() onCancel = jest.fn() subject = render(<ColumnForm onConfirm={onConfirm} onCance...
{ "pile_set_name": "Github" }
package org.nifty.examples.processing; /** * Hello world! * */ public class App { public static void main( String[] args ) { System.out.println( "Hello World!" ); } }
{ "pile_set_name": "Github" }
/dts-v1/; /memreserve/ 0xdeadbeef00000000 0x100000; /memreserve/ 123456789 010000; / { compatible = "test_tree1"; prop-int = <0xdeadbeef>; prop-str = "hello world"; subnode@1 { compatible = "subnode1"; subsubnode { compatible = "subsubnode1", "subsubnode"; prop-int = <0xdeadbeef>; }; ss1 { }; ...
{ "pile_set_name": "Github" }
508345e32a9382f6b1e95895536ca200da6855e0
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, Michael Lehn, Klaus Pototzky * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright...
{ "pile_set_name": "Github" }
function foo(o_) { var o = o_; var result = 0; for (var s in o) { result += o[s]; if (result >= 3) o = {0:1, 1:2, b:4, a:3}; } return result; } noInline(foo); for (var i = 0; i < 10000; ++i) { var result = foo({0:0, 1:1, a:2, b:3}); if (result != 7) thro...
{ "pile_set_name": "Github" }
package de.vogella.recursion; public class Factorial { public static long factor(long n) { // Base case if (n == 1) { return n; } // Reductions steps return n * factor(n - 1); } public static void main(String[] args) { assert (factor(5) == 120); assert (factor(6) == 720); } }
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>DBIRecord</title> <META HTTP-EQUIV="EXPIRES" CONTENT=0> <link rel="stylesheet" href="../../../../docs.css"> </head> <body> <br> <h1>Io Reference</h1> <br><br><br>...
{ "pile_set_name": "Github" }
//===- LangOptions.h - C Language Family Language Options -------*- C++ -*-===// // // 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" }
{ "name": "Red Hat", "website": "https://www.redhat.com", "matches": [ { "search": "headers[server]", "regexp": "Red Hat" }, { "search": "headers[x-powered-by]", "regexp": "Red Hat" } ] }
{ "pile_set_name": "Github" }
/* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) DIGITEO - 2009 - Allan CORNET * * Copyright (C) 2012 - 2016 - Scilab Enterprises * * This file is hereby licensed under the terms of the GNU GPL v2.0, * pursuant to article 5.3.4 of the CeCILL v.2.1. * This file was originally lic...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- ****** These strings are for toasts, snackbars, buttons, menu options items, and other strings that are used in individual example activities ****** --> <!-- Spinner for color picker example--> <string-array name="layer_spinner_array"> <it...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2"> <string msgid="2518680582564677258" name="common_google_play_services_unknown_issue">"Google Play ಸೇವೆಗಳಲ್ಲಿ <ns1:g id="APP_NAME">%1$s</ns1:g> ಸಮಸ್ಯೆಯನ್ನು ಹೊಂದಿದೆ. ದಯವಿಟ್ಟು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ."</string> </resources>
{ "pile_set_name": "Github" }
// transform/transform-common.cc // Copyright 2009-2011 Saarland University; Microsoft Corporation // See ../../COPYING for clarification regarding multiple 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 ob...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8' ?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>limetorrents.cc - RSS Feed</title> <link>http://www.limetorrents.cc/</link> <description>Latest Torrents RSS.</description> <language>en-us</language> <pubDate>Thu, 16 Feb 2017...
{ "pile_set_name": "Github" }
import {NgModule} from '@angular/core'; import {ReactiveFormsModule} from '@angular/forms'; import {MatButtonModule} from '@angular/material/button'; import {MatIconModule} from '@angular/material/icon'; import {MatInputModule} from '@angular/material/input'; import {MatStepperModule} from '@angular/material/stepper'; ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classe...
{ "pile_set_name": "Github" }
/* * Copyright 2018 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" }
version https://git-lfs.github.com/spec/v1 oid sha256:b5d5fcd320c019c754b7e4704110b3f5a3c2ceff9d28f7d5eedf9cddd6e67f73 size 11125
{ "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. /** * @name: S11.8.4_A4.11; * @section: 11.8.4, 11.8.5; * @assertion: If y is a prefix of x, return true; * @description: x and y are string primitives; */ //CHECK#1 if (("x" >= "x") !==...
{ "pile_set_name": "Github" }
MIT License Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) 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...
{ "pile_set_name": "Github" }
#include <brdb/brdb_value.hxx> #include <boxm2/view/boxm2_trajectory.h> BRDB_VALUE_INSTANTIATE(boxm2_trajectory_sptr, "boxm2_trajectory_sptr");
{ "pile_set_name": "Github" }
9b465a89facef8f053783fba72a753893258c529
{ "pile_set_name": "Github" }
<template> <div id="app"> <router-view></router-view> </div> </template> <script> export default { name: 'app' } </script>
{ "pile_set_name": "Github" }
{"text": ["richjeanneret", ":", "major", "drops", "in", "u", ".", "s", ".", "equities", "create", "better", "valuations", ";", "this", "could", "strengthen", "buying", "opportunities", "for", "those", "who", "take", "risk", "$", "d", "\u2026"], "created_at": "Mon Aug 24 16:21:37 +0000 2015", "user_id_str": "2862599829"...
{ "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" }
var lodash = require('./wrapperLodash'); /** * Creates a `lodash` wrapper instance that wraps `value` with explicit method * chain sequences enabled. The result of such sequences must be unwrapped * with `_#value`. * * @static * @memberOf _ * @since 1.3.0 * @category Seq * @param {*} value The value to wrap. ...
{ "pile_set_name": "Github" }
import sys sys.path.append('..') from SETTINGS import *; tag = 11; fcn_img_size=196; net_version = 2; heart_delta_multiplier = 1.8; para_ss = 150; do_cv = False; num_epochs = 250; shift = 10; rotation = 15; scale = 0.15; no_contour_type = 'L';#other versions worse, so it's fixed to 'L'
{ "pile_set_name": "Github" }
#!/usr/bin/env node var mkdirp = require('../'); var minimist = require('minimist'); var fs = require('fs'); var argv = minimist(process.argv.slice(2), { alias: { m: 'mode', h: 'help' }, string: [ 'mode' ] }); if (argv.help) { fs.createReadStream(__dirname + '/usage.txt').pipe(process.stdout); return;...
{ "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>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> ...
{ "pile_set_name": "Github" }
export { default } from 'shared/helpers/lower-case';
{ "pile_set_name": "Github" }
/* * (C) Copyright 2012 Nuxeo SA (http://nuxeo.com/) and others. * * 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" }
package com.polidea.rxandroidble2; import android.bluetooth.BluetoothGatt; import androidx.annotation.NonNull; import com.polidea.rxandroidble2.internal.connection.RxBleGattCallback; import com.polidea.rxandroidble2.internal.serialization.ConnectionOperationQueue; import io.reactivex.Observable; import io.reactivex....
{ "pile_set_name": "Github" }
/* *Copyright 2018 T Mobile, Inc. or its affiliates. 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. A copy of the License is located at * * http://www.apache.org/licenses/LICENSE-2.0 * * or in the "lic...
{ "pile_set_name": "Github" }
/* ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio 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 requi...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
{ "pile_set_name": "Github" }
\version "2.10.3" violoncello = { \set Staff.instrumentName = "Violoncello." \set Staff.midiInstrument = "cello" \clef bass \key d \major \time 4/4 R1 R1 R1 R1 R1 R1 R1 R1 R1 R1 a,8\f r a, r a, r a, r R1 a,8\f r a, r a, r a, r a,4\p a, r b, r cis r d r4 g, r2 r4 a,4 r2 d16\p d d d d d d d d8 r8 r4 R1 a,16 a, ...
{ "pile_set_name": "Github" }
<div id="playground" style="visibility:hidden"><h1 id="_H1">FCKW3CRange Test</h1><p id="_Para">This is <b id="_B">some</b> text.</p><p>Another paragraph.</p></div> <div id="playground2" style="visibility: hidden"> <p id="_P"> This document contains various markup features commonly used by content editors or "<span...
{ "pile_set_name": "Github" }
@component('mail::message') # Team Deleted This team no longer exists. @component('mail::panel') Some features and services may not be accessible if your subscription was based on the team plan. Login to your account to see the changes. @endcomponent @component('mail::button', ['url' => route('account.index'...
{ "pile_set_name": "Github" }
[ { "time": "06:14", "quote_first": "It's ", "quote_time_case": "06:13", "quote_last": " .........Ma says I ought to be wrapped up in Rug already, Old Nick might possibly come.", "title": "Room", "author": "Emma Donoghue" } ]
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'LICENSE' for copying permission """ import string from lib.core.enums import PRIORITY __priority__ = PRIORITY.LOWEST def tamper(payload, **kwargs): """ Unicode-escapes non-encoded characters in a given pa...
{ "pile_set_name": "Github" }
<!-- Copyright (C) 2010 Orbeon, Inc. 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 2.1 of the License, or (at your option) any later version. This program is distri...
{ "pile_set_name": "Github" }
/* * Tencent is pleased to support the open source community by making wwsearch * available. * * Copyright (C) 2018-present Tencent. 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...
{ "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 u...
{ "pile_set_name": "Github" }
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\nffff\nffffffff\n5432f789\n2\n2\nffff\nffff\nffff\nf789\n2\n2\nff\nff\n89\nfeda4953\nfeda4962\n0\n0\n .include "testutils.inc" start moveq -1,r3 moveq 2,r4 bound.d r4,r3 test_move_cc 0 0 0 0 checkr3 2 moveq 2,r3 moveq -1,r4 bound.d r4,r3 test_move...
{ "pile_set_name": "Github" }
var baseGet = require('./_baseGet'); /** * Gets the value at `path` of `object`. If the resolved value is * `undefined`, the `defaultValue` is returned in its place. * * @static * @memberOf _ * @since 3.7.0 * @category Object * @param {Object} object The object to query. * @param {Array|string} path The path ...
{ "pile_set_name": "Github" }
if nil == ccexp then return end ccexp.VideoPlayerEvent = { PLAYING = 0, PAUSED = 1, STOPPED= 2, COMPLETED =3, }
{ "pile_set_name": "Github" }
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // Efficient JavaScript based implementation of a linked hash map used as a // backing map for constant...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq.Expressions; using JetBrains.Annotations; using Microsoft.EntityFrameworkCore.Metadat...
{ "pile_set_name": "Github" }
import os import json import shutil import logging import tensorflow as tf from conlleval import return_report models_path = "./models" eval_path = "./evaluation" eval_temp = os.path.join(eval_path, "temp") eval_script = os.path.join(eval_path, "conlleval") def get_logger(log_file): logger = logging.getLogger(l...
{ "pile_set_name": "Github" }
import { defineMessages } from 'react-intl'; export default defineMessages({ navigation: { id: 'cboard.components.Settings.Navigation.navigation', defaultMessage: 'Navigation' }, enable: { id: 'cboard.components.Settings.Navigation.enable', defaultMessage: 'Enable context aware back button' }, ...
{ "pile_set_name": "Github" }
@import templates_top; template<typename T> class Vector { public: void push_back(const T&); }; template<typename T> class List; template<> class List<bool> { public: void push_back(int); }; namespace N { template<typename T> class Set { public: void insert(T); }; } constexpr unsigned List<int>::*siz...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE /* Gherkin mode - http://www.cukes.info/ Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues */ // Following Objs from Brackets implementation: https://github.com/tregus...
{ "pile_set_name": "Github" }
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
{ "pile_set_name": "Github" }
# generated automatically by aclocal 1.13.4 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This prog...
{ "pile_set_name": "Github" }
local combat = {} for i = 0, 15 do combat[i] = Combat() combat[i]:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) local condition = Condition(CONDITION_ATTRIBUTES) condition:setParameter(CONDITION_PARAM_TICKS, 10000) condition:setParameter(CONDITION_PARAM_SKILL_SHIELDPERCENT, i) arr = { {0, 0, 0, 0, 0, 0,...
{ "pile_set_name": "Github" }
package com.airbnb.aerosolve.training import java.io.BufferedWriter import java.io.OutputStreamWriter import java.util import com.airbnb.aerosolve.core.{ModelRecord, ModelHeader, FeatureVector, Example} import com.airbnb.aerosolve.core.models.LinearModel import com.airbnb.aerosolve.core.util.Util import com.typesafe....
{ "pile_set_name": "Github" }
{ /*************************************************************************** encloseselectiondlg.pas ----------------------- ***************************************************************************/ **********************************************************...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Kepler's dilemma</title> <link rel="stylesheet" href="../css/main.css"/> <style> img { position: absolute; } img[alt="moon"] { top: 0; left: 0; ...
{ "pile_set_name": "Github" }
2013-12-26 David Anderson * pro_section.c, pro_types.c, pro_vars.c, pro_weaks.c, pro_forms.c, pro_frame.c,pro_funcs.c,pro_init.c,pro_line.c,pro_macinfo.c, pro_pubnames.c,pro_reloc.c,pro_reloc_stream.c,pro_reloc_symbolic.c, pro_expr.h,pro_macinfo.h,pro_reloc.h,pro_reloc_stream.h, pr...
{ "pile_set_name": "Github" }
# Server-Side Request Forgery (SSRF) vulnerable Lab This repository contain PHP codes which are vulnerable to Server-Side Request Forgery (SSRF) attack. I would like to say Thank You to @albinowax, AKReddy, Vivek Sir (For being great personalities who always supported me), Andrew Sir - @vanderaj (for his encouraging w...
{ "pile_set_name": "Github" }
#include "macro_helper_test.h" #define DEFINE(name) \ namespace ns { \ static const bool t1 = false; \ bool t2_##name = t1; \ bool t3_##name = t1; \ } \ using ns::t2_##name; DEFINE(test) void f1() {}
{ "pile_set_name": "Github" }
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpvectors-warp.c * Copyright (C) 2005 Bill Skaggs <weskaggs@primate.ucdavis.edu> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
{ "pile_set_name": "Github" }
/* * 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, software distributed under t...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:29:20.544925", "description": "a php written mysql workbench file reader to transform the database scheme to useful other schemes like Doctrine", "fork": false, "full_name": "johmue/mysql-workbench-schema-exporter", "language": "PHP", "updated_at": "2015-02-27T23:44:24.91...
{ "pile_set_name": "Github" }
## Problem This problem was asked by Google. A coin was flipped 1000 times, and 550 times it showed up heads. Do you think the coin is biased? Why or why not? ## Solution Because the sample size of flips is large (1000), we can apply the Central Limit Theorem. Since each individual flip is a Bernoulli random variable...
{ "pile_set_name": "Github" }
CORE main.c --dump-c ^EXIT=0$ ^SIGNAL=0$ -- ^warning: ignoring -- This test should be run via chain.sh, which will try to recompile the dumped C code. Missing/incomplete typedef output would cause a failure.
{ "pile_set_name": "Github" }
{ "name": "merge", "version": "1.2.0", "author": { "name": "yeikos", "url": "http://www.yeikos.com" }, "description": "Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.", "main": "merge.js", "...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="oauth_client_id">android-crm</string> <string name="oauth_client_secret">123456</string> <string name="oauth_access_token_callback_uri">x-com-jl-crm-android://crm-oauth-response</string> <string name="oauth_token_uri">/oauth/token</string...
{ "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 us...
{ "pile_set_name": "Github" }
// // BAKSendableRequest.h // BackchannelSDK // // Created by Soroush Khanlou on 5/20/15. // Copyright (c) 2015 Backchannel. All rights reserved. // #import <Foundation/Foundation.h> @protocol BAKRequestTemplate, BAKRequestBuilder; @interface BAKSendableRequest : NSObject - (instancetype)initWithRequestTemplate...
{ "pile_set_name": "Github" }
# Angular ngrx-data ## What is _ngrx-data_? The [`ngrx-data` library](https://github.com/johnpapa/angular-ngrx-data) makes it easier to write an Angular application that manages [entity](https://github.com/johnpapa/angular-ngrx-data/blob/master/docs/faq.md#entity) data with [ngrx](https://github.com/ngrx/platform/blo...
{ "pile_set_name": "Github" }
namespace nUpdate.Administration.UI.Dialogs { partial class StatisticsServerDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
{ "pile_set_name": "Github" }
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import React from 'react'; import {shallow} from 'enzyme'; import FeatureDiscovery from 'components/admin_console/feature_discovery/feature_discovery'; describe('components/feature_discovery', () => { ...
{ "pile_set_name": "Github" }
/* Copyright 2020 Ben Roesner (keycapsss.com) * * 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 option) any later version. * * This program ...
{ "pile_set_name": "Github" }
// // Code (inline and block) // -------------------------------------------------- // Inline and block code styles code, kbd, pre, samp { font-family: @font-family-monospace; } // Inline code code { padding: 2px 4px; font-size: 90%; color: @code-color; background-color: @code-bg; white-space: nowrap; ...
{ "pile_set_name": "Github" }
{ "name": "google map", "author": "fofa", "version": "0.1.0", "matches": [ { "search": "body", "text": "maps.googleapis.com/maps/api/js" } ] }
{ "pile_set_name": "Github" }
<?php /** * 微信配置 */ function WXAdmin(){ require 'ThinkPHP/Library/Vendor/Wechat/WSTWechat.class.php'; return new WSTWechat($GLOBALS['CONFIG']['WeiXinAppId'],$GLOBALS['CONFIG']['WeiXinAppKey']); }
{ "pile_set_name": "Github" }
shok ==== http://shok.io The shok command shell is a non-POSIX interactive command language interpreter with an expressive scripting language. It intends to be a modern, discoverable shell intended for every-day command invocation, process management, and filesystem manipulation. status ====== shok is in its early...
{ "pile_set_name": "Github" }
from .htmlcomponents import * from .chartcomponents import * from .gridcomponents import * from addict import Dict from io import StringIO try: import pandas as pd _has_pandas = True except: _has_pandas = False # https://pandas.pydata.org/pandas-docs/stable/development/extending.html if _has_pandas: ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Net.Security; using System.Runtime.InteropServices; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using EventStore.Common.Options; using ...
{ "pile_set_name": "Github" }
/** * * "A Collection of Useful C++ Classes for Digital Signal Processing" * By Vinnie Falco and Bernd Porr * * Official project location: * https://github.com/berndporr/iir1 * * See Documentation.cpp for contact information, notes, and bibliography. * * --------------------------------------------...
{ "pile_set_name": "Github" }
--- title: "Sorting vs Hashing" output: github_document editor_options: chunk_output_type: console --- ```{r, include = FALSE} knitr::opts_chunk$set(collapse = TRUE, comment = "#> ") knitr::opts_chunk$set(fig.width = 10) # prevent press() noise and autoplot() noise knitr::opts_chunk$set(message = FALSE, warning = ...
{ "pile_set_name": "Github" }
#!/usr/bin/perl -w #use POSIX; #use POSIX qw(setsid); #use POSIX qw(:errno_h :fcntl_h); use strict; use LWP::Simple; #should have 605 mutations? my $build = 'hg18'; my $genomeVarFile = 'gvARdb.txt'; my $posFile = "gvPosARdb.$build.txt"; my $linkFile = 'gvLinkARdb.txt'; my $attFile = 'gvAttrARdb.txt'; my $badFile = '...
{ "pile_set_name": "Github" }
import unittest from flatlib import const from flatlib.chart import Chart from flatlib.datetime import Datetime from flatlib.geopos import GeoPos class ChartTests(unittest.TestCase): def setUp(self): self.date = Datetime('2015/03/13', '17:00', '+00:00') self.pos = GeoPos('38n32', '8w54') de...
{ "pile_set_name": "Github" }
config HOSTAP tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" select WIRELESS_EXT select WEXT_SPY select WEXT_PRIV select CRYPTO select CRYPTO_ARC4 select CRYPTO_ECB select CRYPTO_AES select CRYPTO_MICHAEL_MIC select CRYPTO_ECB select CRC32 select LIB80211 select LIB80211_CRYPT_WEP sel...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * u_hid.h * * Utility definitions for the hid function * * Copyright (c) 2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> */ #ifndef U_HID_H #define U_HID_H #include <linux/usb/composite.h> struct f_...
{ "pile_set_name": "Github" }
/** * Designed and developed by Aidan Follestad (@afollestad) * * 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 b...
{ "pile_set_name": "Github" }
package Types is pragma SPARK_Mode; subtype Float_1_T is Float; subtype Float_2_T is Float; type Float_Range_T is digits 7 range -180.0 .. 180.0; type Int_Range_T is range -30_000 .. 30_000; type Record_T is record A : Float_Range_T; B : Int_Range_T; C : Int...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Respect/Validation. * * (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net> * * For the full copyright and license information, please view the "LICENSE.md" * file that was distributed with this source code. */ namespace Respect\Validation\Rules; /** * @group rule * @cover...
{ "pile_set_name": "Github" }
{ "comments": [ { "content": "# Internet Tethering\n\nThere is a large class of applications known as IoT (Internet of Things) when the hardware connects to the Internet to send or receive data from some server. For example, log the temperature and moisture for smart greenhouses, get the current time, weath...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["urlesc.go"], importmap = "k8s.io/kops/vendor/github.com/PuerkitoBio/urlesc", importpath = "github.com/PuerkitoBio/urlesc", visibility = ["//visibility:public"], )
{ "pile_set_name": "Github" }
package com.bin.david.smartchart; import android.content.res.Resources; import android.graphics.DashPathEffect; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.Toast; import com.daivd.chart.component.axis.BaseAxis; import com.daivd.chart.component.base.IComponent; impo...
{ "pile_set_name": "Github" }