text
stringlengths
2
99.9k
meta
dict
// Copyright (c) 2015 YamaArashi #ifndef UTIL_H #define UTIL_H #include <stdbool.h> bool ParseNumber(char *s, char **end, int radix, int *intValue); char *GetFileExtension(char *path); unsigned char *ReadWholeFile(char *path, int *size); unsigned char *ReadWholeFileZeroPadded(char *path, int *size, int padAmount); v...
{ "pile_set_name": "Github" }
# Try to find gnu scientific library GSL # See # http://www.gnu.org/software/gsl/ and # http://gnuwin32.sourceforge.net/packages/gsl.htm # # Once run this will define: # # GSL_FOUND = system has GSL lib # # GSL_LIBRARIES = full path to the libraries # on Unix/Linux with additional linker flags from "gsl-...
{ "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 # d...
{ "pile_set_name": "Github" }
<Location /ldap-status> SetHandler ldap-status <%- if scope.function_versioncmp([@_apache_version, '2.4']) >= 0 -%> Require ip 127.0.0.1 ::1 <%- else -%> Order deny,allow Deny from all Allow from 127.0.0.1 ::1 Satisfy all <%- end -%> </Location> <% if @ldap_trusted_global_cert_file -...
{ "pile_set_name": "Github" }
; RUN: opt < %s -S -loop-unroll -simplifycfg | FileCheck %s ; PR12513: Loop unrolling breaks with indirect branches. ; If loop unrolling attempts to transform this loop, it replaces the ; indirectbr successors. SimplifyCFG then considers them to be unreachable. declare void @subtract() nounwind uwtable ; CHECK-NOT: un...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # **discover_hosts.sh** # This is just a very simple script to run the # "nova-manage cell_v2 discover_hosts" command # which is needed to discover compute nodes and # register them with a parent cell in Nova. # This assumes that /etc/nova/nova.conf exists # and has the following entries filled in...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: TerraformerPod_Hull_Mat m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08e...
{ "pile_set_name": "Github" }
Git v2.0.1 Release Notes ======================== * We used to unconditionally disable the pager in the pager process we spawn to feed out output, but that prevented people who want to run "less" within "less" from doing so. * Tools that read diagnostic output in our standard error stream do not want to se...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 1991, 2019 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
{ "pile_set_name": "Github" }
class WidgetController < ApplicationController def show end def dynamic_constant identifier_class = params[:IdentifierClass] namespace = identifier_class.constantize::IDENTIFIER_NAMESPACE # should warn end def render_thing render params[:x].thing? end def render_inline render :inline =>...
{ "pile_set_name": "Github" }
{ "extends": "dtslint/dt.json", "rules": { "no-angle-bracket-type-assertion": false, "no-object-literal-type-assertion": false } }
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by AsyncGenerator. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---------------------------------...
{ "pile_set_name": "Github" }
<h1>{tr}Change password enforced{/tr}</h1> <form method="post" action="tiki-change_password.php" > <table class="normal"> <tr> <td class="formcolor">{tr}User{/tr}:</td> <td class="formcolor"><input type="text" name="user" value="{$user|escape}" /></td> </tr> <tr> <td class="formcolor">{tr}Old password{/tr}:</td...
{ "pile_set_name": "Github" }
package weixinmp import ( "bytes" "encoding/json" "errors" "fmt" "io/ioutil" "net/http" ) // response from weixinmp type response struct { // error fields ErrCode int64 `json:"errcode"` ErrMsg string `json:"errmsg"` // token fields AccessToken string `json:"access_token"` ExpiresIn int64 `json:"expir...
{ "pile_set_name": "Github" }
{ "multi":null, "text":"临睡前玩了一把三国无双6,魏传-潼关之战,剧情要求用贾诩。我一路打到潼关之下,插了段动画,贾诩仰望城头感慨:“不愧是西凉锦马超啊。”然后马超身着金甲金盔极其华丽地跳到贾诩面前,冷冷说了一句:“听说你是曹操的军师?咱们来单挑吧。”——我说你能有点出息吗!?", "user":{ "verified":true, "description":true, "gender":"m", "messages":13303, "followers":3322482, "location":"北京 朝阳区", "time":1268530274, "friends":836, "verified_ty...
{ "pile_set_name": "Github" }
@font-face { font-family: 'OfficeCodePro'; src: url('/assets/fonts/OfficeCodePro-Regular.eot'); src: url('/assets/fonts/OfficeCodePro-Regular.eot') format('embedded-opentype'), url('/assets/fonts/OfficeCodePro-Regular.woff') format('woff'), url('/assets/fonts/OfficeCodePro-Regular.ttf') format('truetype')...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, Oculus VR, 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. * */ ...
{ "pile_set_name": "Github" }
# This source code was written by the Go contributors. # The master list of contributors is in the main Go distribution, # visible at http://tip.golang.org/CONTRIBUTORS.
{ "pile_set_name": "Github" }
type ambiguous = {ambiguous:string;not_ambiguous1:int} type ambiguous' = {ambiguous:string;not_ambiguous2:int} <json adapter.ocaml="Json_adapters.Identity">
{ "pile_set_name": "Github" }
FROM registry2.itci.conjur.net/conjur-appliance-cuke-master:4.9-stable RUN apt-get update && apt-get install -y zlib1g-dev COPY conjur-authn-k8s.deb /tmp RUN dpkg -i /tmp/conjur-authn-k8s.deb && rm /tmp/conjur-authn-k8s.deb
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &5345553106110887080 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 5345553106110887083} - component: {fileID: 534...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2015 Joel de Guzman 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" }
Reparsing block ---------- PerlStringContentElementImpl(Perl5: STRING_CONTENT) ---------- test other ---------- After typing ---------- sub something{ q/test # comment `<caret> other/; } ---------- Psi structure ---------- Perl5 PsiPerlSubDefinitionImpl(SUB_DEFINITION)@main::something PsiElement(Perl5: sub)...
{ "pile_set_name": "Github" }
<CsoundSynthesizer> <CsOptions> ; Select audio/midi flags here according to platform ; Audio out Audio in ;-odac -iadc ;;;RT audio I/O ; For Non-realtime ouput leave only the line below: -o bitshift.wav -W --nosound ;;; for file output any platform </CsOptions> <CsInstruments> sr = 44100 ksmps = 128 nc...
{ "pile_set_name": "Github" }
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * AppleExpeditedCheckinConfigurationBase File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All...
{ "pile_set_name": "Github" }
"""Support for Ambiclimate devices.""" import logging import voluptuous as vol from homeassistant.const import CONF_CLIENT_ID, CONF_CLIENT_SECRET from homeassistant.helpers import config_validation as cv from . import config_flow from .const import DOMAIN _LOGGER = logging.getLogger(__name__) CONFIG_SCHEMA = vol.S...
{ "pile_set_name": "Github" }
#begin document (wb/sel/91/sel_9183); part 000 wb/sel/91/sel_9183 -1 0 [WORD] XX (TOP* - - - - * - wb/sel/91/sel_9183 -1 1 [WORD] XX * - - - - * - wb/sel/91/sel_9183 -1 2 [WORD] XX * - - - - * - wb/sel/91/sel_9183 ...
{ "pile_set_name": "Github" }
#File generated by Hitachi Vantara Translator for package 'org.pentaho.di.trans.steps.getvariable' in locale 'fr_FR' # # #Sun Dec 25 19:52:26 CET 2011 GetVariableDialog.Fields.Label=Champs\: GetVariableDialog.VariableColumn.Column=Variable GetVariableDialog.ErrorPreviewingData.DialogTitle=Erreur GetVariableDialog.Name...
{ "pile_set_name": "Github" }
.. _setup: Installation ============ phpMyAdmin does not apply any special security methods to the MySQL database server. It is still the system administrator's job to grant permissions on the MySQL databases properly. phpMyAdmin's :guilabel:`Users` page can be used for this. .. warning:: :term:`Mac` users shou...
{ "pile_set_name": "Github" }
import UIKit import AVFoundation class RestTimerViewController: UIViewController, AVAudioPlayerDelegate { @IBOutlet var timerMinutesButton: UIButton! @IBOutlet var timerSecondsButton: UIButton! @IBOutlet var timerPlayButton: UIButton! @IBOutlet var previousButton: UIButton! @IBOutlet var ...
{ "pile_set_name": "Github" }
#ifndef BOOST_LEAF_ERROR_HPP_INCLUDED #define BOOST_LEAF_ERROR_HPP_INCLUDED // Copyright (c) 2018-2020 Emil Dotchevski and Reverge Studios, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_LEAF_...
{ "pile_set_name": "Github" }
// Copyright 2019 Altinity Ltd and/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. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unles...
{ "pile_set_name": "Github" }
#!/usr/bin/python -O import unittest import os from redcryptofile.encrypter import CryptoWriter from redcryptofile.decrypter import CryptoReader class TestEncrypter(unittest.TestCase): def test_writer2(self): checksums = [] test_file = "/tmp/clear2.txt" with CryptoWriter(0, 0, test_file,...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="http://hsivonen.iki.fi/author/" rel="author"> <link href="http://hsivonen.iki.fi/style/general.css" rel="stylesheet" type="text/css" title="Plain"> <link href="icon.png" rel="icon"> <title>A...
{ "pile_set_name": "Github" }
use strict; use FindBin; use File::Spec; use t::TestPlagger; our $output = "$FindBin::Bin/index.html"; test_plugin_deps; run_like 'input', 'expected'; END { unlink $output if -e $output; } __END__ === generator testing --- input config output_file plugins: - module: Subscription::Config config: fee...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.Azure.II...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. * * 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 Sof...
{ "pile_set_name": "Github" }
import Vue from 'vue'; import { AxiosResponse } from 'axios'; const setBackUrl = ({ commit }, payload) => { commit('SET_BACK_URL', payload); }; const loadData = async ({ commit }) => { let response: AxiosResponse<any>; try { response = await Vue.axios.get('vue'); } catch { alert(Vue.i18n.translate('...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Netflix, 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" }
/* * Copyright 2016 Advanced Micro Devices, Inc. * * 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, m...
{ "pile_set_name": "Github" }
# [942. DI String Match](https://leetcode.com/problems/di-string-match) [中文文档](/solution/0900-0999/0942.DI%20String%20Match/README.md) ## Description <p>Given a string <code>S</code> that <strong>only</strong> contains &quot;I&quot; (increase) or &quot;D&quot; (decrease), let <code>N = S.length</code>.</p> <p>Retu...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <...
{ "pile_set_name": "Github" }
{{left_sidebar_enabled=True}} {{extend 'menu/app/layout.html'}} <script type="text/javascript"> function removefrombook(url) { if (confirm("{{=T('Are you sure you want to remove from cook book?')}}")){ ajax(url, [], ':eval'); } } </script> <div class="alert" style="padding-top:5px;margin:5px 0;"> <div cl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/license...
{ "pile_set_name": "Github" }
package httpexpect import ( "reflect" ) // Object provides methods to inspect attached map[string]interface{} object // (Go representation of JSON object). type Object struct { chain chain value map[string]interface{} } // NewObject returns a new Object given a reporter used to report failures // and value to be ...
{ "pile_set_name": "Github" }
.\" auto-generated by docbook2man-spec from docbook-utils package .TH "FcCharSetIntersectCount" "3" "09 8月 2019" "Fontconfig 2.13.92" "" .SH NAME FcCharSetIntersectCount \- Intersect and count charsets .SH SYNOPSIS .nf \fB#include <fontconfig/fontconfig.h> .sp FcChar32 FcCharSetIntersectCount (const FcCharSet *\fIa\fB,...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of both the JUCE 5 End-User Lic...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_ReactiveObjC : NSObject @end @implementation PodsDummy_ReactiveObjC @end
{ "pile_set_name": "Github" }
var parse = require('../'); var test = require('tape'); test('stops parsing on the first non-option when stopEarly is set', function (t) { var argv = parse(['--aaa', 'bbb', 'ccc', '--ddd'], { stopEarly: true }); t.deepEqual(argv, { aaa: 'bbb', _: ['ccc', '--ddd'] }); t.end...
{ "pile_set_name": "Github" }
Developing for Humans ===================== * Speaker : Luís Rodrigues * Length : 30 minutes * Language : English Description ----------- Think UX is a designer's job? Think again. Everybody has a responsibility to provide their visitors an excellent experience, and sometimes a pretty interface and smooth anim...
{ "pile_set_name": "Github" }
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file=setup.txt setup.py # h2==4.0.0 # via grpclib (setup.py) hpack==4.0.0 # via h2 hyperframe==6.0.0 # via h2 multidict==4.7.6 # via grpclib (setup.py)
{ "pile_set_name": "Github" }
* Task collection view: add a message about changelog not showing if OpenTasks isn't installed * Update German translation
{ "pile_set_name": "Github" }
#Coffin - v1.0.0-rc.1 by @fat and @dhg Coffin is a UI component built on top of the [Skeleton framework](//github.com/dhgamache/Skeleton). It aims to provide a simple, collapsible left shelf. Coffin is fully responsive and automatically collapses in mobile views - allowing you to swipe away and toggle a nagivation in...
{ "pile_set_name": "Github" }
 namespace GMap.NET.MapProviders { using System; /// <summary> /// OpenCycleMap Landscape provider - http://www.opencyclemap.org /// </summary> public class OpenCycleLandscapeMapProvider : OpenStreetMapProviderBase { public static readonly OpenCycleLandscapeMapProvider Instance; ...
{ "pile_set_name": "Github" }
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; namespace Mono.Cecil { [Flags] public enum PInvokeAttributes : ushort { NoMangle = 0x0001, // PInvoke is to use the membe...
{ "pile_set_name": "Github" }
### How to use the demo app To get started, choose a dataset you want to visualize. Here are the image datasets available: - **MNIST Digits:** Handwritten digits between 0 and 9, of shape 28x28. - **Fashion MNIST:** Ten common pieces of clothing, of shape 28x28. - **CIFAR 10:** Ten common animals and vehicles, of sha...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
## Create subscription https://www.visualstudio.com/en-us/get-started/integrate/service-hooks/webhooks-and-vso-vs - Resource details to send = All - URL is `/api/webhooks/incoming/genericjson?code=6e4gkqu54zj5otjlixoth94cka05j9h1` # Notes ## Project skeleton https://blogs.msdn.microsoft.com/webdev/2015/11/20/usi...
{ "pile_set_name": "Github" }
// nonstandard construct and destroy functions -*- C++ -*- // Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as...
{ "pile_set_name": "Github" }
{ "type": "root", "children": [ { "type": "svelteElement", "tagName": "div", "properties": [ { "type": "svelteDirective", "name": "use", "value": [ { "type": "svelteExpression", "value": "use", "position": { "start": { "line": 2, "colu...
{ "pile_set_name": "Github" }
:103E000001C0B7C0112484B790E89093610010926C :103E10006100882361F0982F9A70923041F081FF01 :103E200002C097EF94BF282E80E0C6D0E9C085E09D :103E30008093810082E08093C00088E18093C1007C :103E400083E18093C40086E08093C2008EE0B4D00A :103E5000209A84E02BE93BEF91E03093850020939A :103E6000840096BBB09BFECF189AA8954091C000E5 :103E...
{ "pile_set_name": "Github" }
// // Zip+Collection.swift // RxSwift // // Created by Krunoslav Zaher on 8/30/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // extension Observable { /** Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable se...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>Pfennig</family> <default> <family>sans-serif</family> </default> </alias> </fontconfig>
{ "pile_set_name": "Github" }
{ "_from": "string-width@^1.0.1", "_id": "string-width@1.0.2", "_inBundle": false, "_integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "_location": "/cliui/string-width", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "string-width@^1.0.1", "nam...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2019. Google LLC ~ ~ 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 ~ ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ...
{ "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" }
--early-plugin-load="keyring_file=$KEYRING_PLUGIN" --keyring_file_data=$MYSQL_TMP_DIR/mysecret_keyring $KEYRING_PLUGIN_OPT --default-table-encryption=OFF --table-encryption-privilege-check=OFF
{ "pile_set_name": "Github" }
// // MLEditGroupViewController.h // Monal // // Created by Anurodh Pokharel on 4/1/18. // Copyright © 2018 Monal.im. All rights reserved. // #import <UIKit/UIKit.h> #import "MLConstants.h" @interface MLEditGroupViewController : UITableViewController <UITextFieldDelegate, UIPickerViewDelegate, UIPickerViewDataSou...
{ "pile_set_name": "Github" }
/* * Copyright 2008 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 to i...
{ "pile_set_name": "Github" }
#!/bin/bash # Manipulate options in a .config file from the command line myname=${0##*/} # If no prefix forced, use the default CONFIG_ CONFIG_="${CONFIG_-CONFIG_}" usage() { cat >&2 <<EOL Manipulate options in a .config file from the command line. Usage: $myname options command ... commands: --enable|-e option ...
{ "pile_set_name": "Github" }
{ "id": "http://json-schema.org/draft-04/schema#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "Core schema meta-schema", "definitions": { "schemaArray": { "type": "array", "minItems": 1, "items": { "$ref": "#" } }, "po...
{ "pile_set_name": "Github" }
# # ArrayTest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **array_of_string** | **string[]** | | [optional] **array_array_of_integer** | [**int[][]**](array.md) | | [optional] **array_array_of_model** | [**\OpenAPI\Client\Model\ReadOnlyFirst[][]**](...
{ "pile_set_name": "Github" }
Index: st.c =================================================================== --- st.c (revision 39495) +++ st.c (working copy) @@ -515,7 +515,7 @@ st_index_t hash_val, bin_pos; if (table->entries_packed) { - int i; + st_index_t i; if (MORE_PACKABLE_P(table)) { i = tabl...
{ "pile_set_name": "Github" }
package org.schabi.newpipe.extractor.services.peertube; import com.grack.nanojson.JsonObject; import com.grack.nanojson.JsonParser; import com.grack.nanojson.JsonParserException; import org.schabi.newpipe.extractor.NewPipe; import org.schabi.newpipe.extractor.downloader.Downloader; import org.schabi.newpipe.extractor...
{ "pile_set_name": "Github" }
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.nitsoft.ecommerce.repository; import com.nitsoft.ecommerce.database.model.ProductAttribute; import org.springframework.dat...
{ "pile_set_name": "Github" }
@extends('administration.layout') @section('administration-content') <div class="container"> <div class="d-flex justify-content-evenly mb-5"> <div class="card text-center"> <div class="card-body"> <span class="h2"> {{ c...
{ "pile_set_name": "Github" }
// ---------------------------------------------------------------------------- // Tests installing an unsigned add-on through an installChrome call in web // content. This should be blocked by the whitelist check. // This verifies bug 252830 function test() { Harness.installBlockedCallback = allow_blocked; Harness...
{ "pile_set_name": "Github" }
= RpcEnvFactory RpcEnvFactory is an abstraction of <<implementations, factories>> to <<create, create RpcEnvs>>. == [[implementations]] Available RpcEnvFactories xref:rpc:NettyRpcEnvFactory.adoc[] is the default and only known RpcEnvFactory in Apache Spark (as of https://github.com/apache/spark/commit/4f5a24d7e73104...
{ "pile_set_name": "Github" }
package client import ( "math" "strconv" "time" "github.com/aws/aws-sdk-go/aws/request" "github.com/aws/aws-sdk-go/internal/sdkrand" ) // DefaultRetryer implements basic retry logic using exponential backoff for // most services. If you want to implement custom retry logic, you can implement the // request.Retr...
{ "pile_set_name": "Github" }
#ifndef Py_CONFIG_H #define Py_CONFIG_H /* pyconfig.h. NOT Generated automatically by configure. This is a manually maintained version used for the Watcom, Borland and Microsoft Visual C++ compilers. It is a standard part of the Python distribution. WINDOWS DEFINES: The code specific to Windows should be wrapped a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `mode_t` type in crate `libc`."> <meta name="keywords" cont...
{ "pile_set_name": "Github" }
func something() { fatalError("this should never be ran") }
{ "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> <!-- Generated by javadoc (version 1.7.0_121) on Thu Feb 02 18:54:44 CET 2017 --> <title>DateUtils (Apache Ant API)</title> <meta name="date" content="2017-02-02"> <link rel="s...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "kr-video-player-pause@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "kr-video-player-pause@3x.png", "scale" : "3x" } ], "info"...
{ "pile_set_name": "Github" }
/* * PLUGIN LookAt * * Greek language file. * * Author: Chris Kanatas (ckanatas@gmail.com) */ theUILang.lookAtDesc = "Εύρεση στο (Μορφή: όνομα|url)"; theUILang.lookAt = "Εύρεση στο"; thePlugins.get("lookat").langLoaded();
{ "pile_set_name": "Github" }
/* * Copyright 2000-2015 JetBrains s.r.o. * * 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 agre...
{ "pile_set_name": "Github" }
//! moment.js locale configuration ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, ...
{ "pile_set_name": "Github" }
<?php namespace OAuth\OAuth2\Service; use OAuth\Common\Consumer\CredentialsInterface; use OAuth\Common\Http\Client\ClientInterface; use OAuth\Common\Http\Exception\TokenResponseException; use OAuth\Common\Http\Uri\Uri; use OAuth\Common\Http\Uri\UriInterface; use OAuth\Common\Storage\TokenStorageInterface; use OAuth\O...
{ "pile_set_name": "Github" }
var memoizeCapped = require('./_memoizeCapped'); /** Used to match property names within property paths. */ var reLeadingDot = /^\./, rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; /** Used to match backslashes in property paths. */ var reEscapeCha...
{ "pile_set_name": "Github" }
{ "images": [ { "idiom": "universal" }, { "filename": "icProjectDot.png", "scale": "1x", "idiom": "universal" }, { "filename": "icProjectDot@2x.png", "scale": "2x", "idiom": "universal" }, { "filename": "icProjectDot@3x.png", "scale": "...
{ "pile_set_name": "Github" }
#ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_FASTCGI_FASTCGI_H #include <fastcgi/fcgi_stdio.h> #else #include <fcgi_stdio.h> #endif #include <stdlib.h> #include <unistd.h> #include <string.h> int main (void) { int num_requests = 1; while (num_requests > 0 && FCGI_Accept() >= 0) { char* p; ...
{ "pile_set_name": "Github" }
location / { try_files $uri $uri/ /index.php?$args; } rewrite /wp-admin$ $scheme://$host$uri/ permanent; location ~* ^/wp-content/uploads/.*\.php$ { deny all; }
{ "pile_set_name": "Github" }
// Copyright (c) 2020, 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. import 'package:analysis_server/protocol/protocol_generated.dart'; import 'package:analysis_server/src/e...
{ "pile_set_name": "Github" }
// // AppDelegate.h // Integrating Social Sharing into Your Apps // // Created by Vandad NP on 24/06/2013. // Copyright (c) 2013 Pixolity Ltd. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (nonatomic, strong) UIWindow *window; @end
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2003 Jonathan de Halleux (dehalleux@pelikhan.com) 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/LI...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* struct containing the output fr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <notation:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:uml="http://www.eclipse.org/uml...
{ "pile_set_name": "Github" }
#ifndef UISTR_H #define UISTR_H //Strings since translation support namespace ui { extern std::string author, userHelp, titleHelp, folderHelp, optHelp, \ confBlacklist, confOverwrite, confRestore, confDel, confCopy, \ confEraseNand, confEraseFolder, yt, nt, on, off, confirmHead, \ copyHead, noSavesFoun...
{ "pile_set_name": "Github" }