text
stringlengths
2
99.9k
meta
dict
namespace ClassLib081 { public class Class051 { public static string Property => "ClassLib081"; } }
{ "pile_set_name": "Github" }
#include <algorithm> #include <iostream> #include <cassert> #include "RedisContext.h" #define CRLF "\r\n" const char* Strstr(const char* ptr, size_t nBytes, const char* pattern, size_t nBytes2) { if (!pattern || *pattern == 0) return nullptr; const char* ret = std::search(ptr, ptr + nBytes, pattern, ...
{ "pile_set_name": "Github" }
NewRelic::Agent.after_fork(:force_reconnect => true) if defined? Unicorn
{ "pile_set_name": "Github" }
{% macro tag(tagName, size=1, classname="") %} <button class="btn-inverse border-grey-light text-center no-border-radius padding-{{size}} no-text-wrap {{classname}} v-spacing-1 no-letter-spacing"> {{ tagName }} </button> {% endmacro %} {% macro tags(allTags) %} {% for tagName in allTags %} {{ tag(tagName...
{ "pile_set_name": "Github" }
package edu.stanford.nlp.mt.util; import java.util.*; /** * * @author danielcer * */ public class DynamicIntegerArrayIndex implements Iterable<int[]>, IntegerArrayIndex { public static final long serialVersionUID = 127L; static final int INIT_SZ = 1 << 10; static final double MAX_LOAD = 0.60; pro...
{ "pile_set_name": "Github" }
define(["exports", "../polymer/polymer-legacy.js", "../iron-form-element-behavior/iron-form-element-behavior.js", "../iron-validatable-behavior/iron-validatable-behavior.js"], function (_exports, _polymerLegacy, _ironFormElementBehavior, _ironValidatableBehavior) { "use strict"; Object.defineProperty(_exports, "__...
{ "pile_set_name": "Github" }
stdout of test '14a` in directory 'sql/benchmarks/tpcds` itself: # 18:29:57 > # 18:29:57 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=30709" "--set" "mapi_usock=/var/tmp/mtest-16393/.s.monetdb.30709" "--set" "monet_prompt=" "--forcemito" "--dbpath=/ufs/sjoerd/@Mo...
{ "pile_set_name": "Github" }
""" __file__ param_config.py __description__ This file provides global parameter configurations for the project. __author__ Chenglong Chen < c.chenglong@gmail.com > """ import os import numpy as np ############ ## Config ## ############ class ParamConfig: def __init__(self, fe...
{ "pile_set_name": "Github" }
.Language=Russian,Russian (Русский) // Plugin title "ConEmu Background" "Плагин &включен" "&Путь к файлу настроек (Background.xml)" "&Следить за изменениями xml-файла" "OK" "Отмена"
{ "pile_set_name": "Github" }
5607a8c4601a737daadd1f470bde3142aff57026
{ "pile_set_name": "Github" }
.example { -webkit-appearance: none; -moz-appearance: none; appearance: none; /* unprefixed */ }
{ "pile_set_name": "Github" }
[Sleep] SuspendMode=false HibernateMode=false
{ "pile_set_name": "Github" }
//===- DWARFUnit.h ----------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
--- title: "caf" layout: formula --- {{ content }}
{ "pile_set_name": "Github" }
/* Copyright (C) 2008 Miguel Rojas <miguelrojasch@yahoo.es> * * Contact: cdk-devel@lists.sourceforge.net * * 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 ...
{ "pile_set_name": "Github" }
.. title:: clang-tidy - openmp-use-default-none openmp-use-default-none ======================= Finds OpenMP directives that are allowed to contain a ``default`` clause, but either don't specify it or the clause is specified but with the kind other than ``none``, and suggests to use the ``default(none)`` clause. Usi...
{ "pile_set_name": "Github" }
# This file is distributed under the same license as the Django package. # # Translators: # Aitzol Naberan <anaberan@codesyntax.com>, 2011-2013. # Jannis Leidel <jannis@leidel.info>, 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-12-15 23:27+0100\n" "PO-Revis...
{ "pile_set_name": "Github" }
# vim:set ft= ts=4 sw=4 et fdm=marker: use Test::Nginx::Socket 'no_plan'; run_tests(); __DATA__ === TEST 1: ngx_request ngx_request --- config location = /ngx_request { content_by_php ' var_dump(ngx_request::document_uri()); '; } --- request GET /ngx_request --- response_body string(12) "/ngx_request...
{ "pile_set_name": "Github" }
# Alias OBJ Model File # Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited # File units = meters mtllib Grey_Arch_01.mtl g Mesh1 Grey_Arch Model usemtl Light_Stone v 0.5 0 -3 vt -0.227273 0 vn 0 0 -1 v 0 0 -3 vt 0 0 v 0 2.2 -3 vt 0 1 v 0.5 2.2 -3 vt -0.227273 1 f 1/1/1 2/2/1 3/3/1 4/4/1 v 0.5 0 -2.5...
{ "pile_set_name": "Github" }
#!/bin/sh run_testsuite=true test -d "$1" || { echo "'$1' is not a directory"; exit 1; } test -x "$1/scripts/randomtest" || { echo "No scripts/randomtest in '$1'"; exit 1; } export LIBC="uclibc" export CROSS_COMPILER_PREFIX="i686-" export MAKEOPTS="-j9" cnt=0 fail=0 while sleep 1; do echo "Passes: $cnt Failures: $...
{ "pile_set_name": "Github" }
namespace WowPacketParser.Enums { public enum GarrisonMissionResult { Success, Failure } }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
-- <<geturls import Control.Concurrent import Data.ByteString as B import GetURL main = do m1 <- newEmptyMVar -- <1> m2 <- newEmptyMVar -- <1> forkIO $ do -- <2> r <- getURL "http://www.wikipedia....
{ "pile_set_name": "Github" }
/* Gruvbox style (dark) (c) Pavel Pertsev (original style at https://github.com/morhetz/gruvbox) */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #282828; } .hljs, .hljs-subst { color: #ebdbb2; } /* Gruvbox Red */ .hljs-deletion, .hljs-formula, .hljs-keyword, .hljs-link, .hljs-sel...
{ "pile_set_name": "Github" }
--- Title: Sonderbestimmungen für Auslandsdienstreisen der Reichsbeamten jurabk: RAuslDRBest layout: default origslug: rausldrbest slug: rausldrbest --- # Sonderbestimmungen für Auslandsdienstreisen der Reichsbeamten (RAuslDRBest) Ausfertigungsdatum : 1933-12-22 Fundstelle : RBesBl: 1934, 1
{ "pile_set_name": "Github" }
package service import ( "context" "net" "strings" "go-common/app/service/main/identify/conf" "go-common/app/service/main/identify/dao" "go-common/library/cache" "go-common/library/log" "go-common/library/queue/databus" "github.com/pkg/errors" ) var ( emptyStringArray = []string{""} ) // Service is a ide...
{ "pile_set_name": "Github" }
// Copyright (C) 2013 Vicente J. Botet Escriba // // 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) // // 2013/10 Vicente J. Botet Escriba // Creation. #ifndef BOOST_CSBL_TUPLE_HPP #define BOOST_CSBL_TUPLE_HPP #...
{ "pile_set_name": "Github" }
import * as DynamoDB from 'aws-sdk/clients/dynamodb' import { ComplexModel } from '../../../../test/models' import { DynamoDbWrapper } from '../../dynamo-db-wrapper' import { ReadManyRequest } from '../read-many.request' import { ScanRequest } from './scan.request' describe('scan request', () => { let request: MySca...
{ "pile_set_name": "Github" }
div.phpdebugbar-widgets-mails span.phpdebugbar-widgets-subject { display: block; } div.phpdebugbar-widgets-mails li.phpdebugbar-widgets-list-item pre.phpdebugbar-widgets-headers { display: none; margin: 10px; padding: 5px; border: 1px solid #ddd; font-family: monospace; }
{ "pile_set_name": "Github" }
/* https://github.com/uxsolutions/bootstrap-datepicker/pull/2431 tracks contribution of this file to bootstrap-datepicker */ /* eslint-disable */ /** * Bamanankan (bm) translation for bootstrap-datepicker * Fatou Fall <fatou@medicmobile.org> */ ;(function($){ $.fn.datepicker.dates['bm'] = { days: ["Kari","Nt...
{ "pile_set_name": "Github" }
name: NetSuite wfh: Required travel: Restricted visitors: N/A events: Postponed last_update: 2020-03-16
{ "pile_set_name": "Github" }
RazorDocument - [0..28)::28 - [<p class="btn bar="foo"></p>] MarkupBlock - [0..28)::28 MarkupTagHelperElement - [0..28)::28 - p[StartTagAndEndTag] - ptaghelper MarkupTagHelperStartTag - [0..24)::24 MarkupTextLiteral - [0..2)::2 - [<p] - Gen<Markup> - SpanEditHandler;Accepts:Any ...
{ "pile_set_name": "Github" }
{% extends "account/base.html" %} {% load i18n %} {% block title %}{% trans "Sign Out" %}{% endblock %} {% block header %}{% trans "Sign Out" %}{% endblock %} {% block inner %} <p>{% trans 'Are you sure you want to sign out?' %}</p> <form method="post" action="{% url 'account_logout' %}"> {% csrf_token %} ...
{ "pile_set_name": "Github" }
{ "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2008-3111", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { ...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2010 Daniel Lowengrub <lowdanie@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a ...
{ "pile_set_name": "Github" }
--- title: Debug a .NET Core console application using Visual Studio Code description: Learn how to debug a .NET Core console app using Visual Studio Code. ms.date: 05/26/2020 --- # Tutorial: Debug a .NET Core console application using Visual Studio Code This tutorial introduces the debugging tools available in Visual...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.ContractsLight; using System.Linq.Expressions; namespace BuildXL.Cache.ContentStore.Interfaces.Results { /// <summary> /// Result of a failed ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2005-2020 Intel Corporation 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 la...
{ "pile_set_name": "Github" }
--- -api-id: P:Windows.UI.Xaml.Controls.TreeView.ItemContainerStyleProperty -api-type: winrt property ms.custom: RS5 --- <!-- Property syntax. public DependencyProperty ItemContainerStyleProperty { get; } --> # Windows.UI.Xaml.Controls.TreeView.ItemContainerStyleProperty ## -description Identifies the...
{ "pile_set_name": "Github" }
# # Makefile for the Microchip network device drivers. # obj-$(CONFIG_ENC28J60) += enc28j60.o
{ "pile_set_name": "Github" }
package restful // Copyright 2013 Ernest Micklei. All rights reserved. // Use of this source code is governed by a license // that can be found in the LICENSE file. import ( "errors" "fmt" "net/http" "sort" ) // RouterJSR311 implements the flow for matching Requests to Routes (and consequently Resource Functions...
{ "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 ma...
{ "pile_set_name": "Github" }
Title: More verbose error output for SNMP errors on the command line Level: 1 Component: core Version: 1.2.3i7 Date: 1384939712 Class: fix In the past, in non-inline SNMP mode, the stderr output of all SNMP related commands was completely suppressed. It was hard to find out the source of problems in some cases, for ex...
{ "pile_set_name": "Github" }
/* * Copyright 2010 Red Hat 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, merge, publish, d...
{ "pile_set_name": "Github" }
using System.Threading.Tasks; using OrchardCore.ContentManagement; using OrchardCore.ContentManagement.Display.ContentDisplay; using OrchardCore.ContentManagement.Display.ViewModels; using OrchardCore.DisplayManagement.Handlers; using OrchardCore.Deployment; using OrchardCore.DisplayManagement.Views; namespace Orchard...
{ "pile_set_name": "Github" }
<?php namespace Alchemy\Phrasea\SearchEngine\Elastic\Structure; interface Typed { /** * Get the type of the object * * @return string One of Mapping::TYPE_* constants */ public function getType(); }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0710" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
main: ./cmd runtime: go112 # replace with go111 for Go 1.11
{ "pile_set_name": "Github" }
#include <assert.h> #include <stdio.h> extern int userfunc1(int x); extern int userfunc2(int x); int main(int argc, char **argv) { // The order these are opened is very important. It must match the // manager. FILE *in = fopen(argv[1], "r"); FILE *out = fopen(argv[2], "w"); setvbuf(out, NULL, _ION...
{ "pile_set_name": "Github" }
require 'abstract_unit' class ConnectionTest < Test::Unit::TestCase ResponseCodeStub = Struct.new(:code) def setup @conn = ActiveResource::Connection.new('http://localhost') @matz = { :id => 1, :name => 'Matz' } @david = { :id => 2, :name => 'David' } @people = [ @matz, @david ].to_xml(:root => '...
{ "pile_set_name": "Github" }
{************************************ ******* Submit Extra Fields ******** *************************************} <!-- submit_extra_fields.tpl --> {if $Enable_Extra_Field_1 eq 1} <p><label>{$Field_1_Title}:</label>{$Field_1_Instructions}<br /> <input type="text" name="link_field1" class="form-control" id="link...
{ "pile_set_name": "Github" }
const babel = require('rollup-plugin-babel'); const commonjs = require('rollup-plugin-commonjs'); const nodeResolve = require('rollup-plugin-node-resolve'); module.exports = { entry: 'src/js/index.js', targets: [ { dest: 'dist/cropper.js', }, { dest: 'dist/cropper.common.js', format: ...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
require 'xmpp4r' require 'oauth/request_proxy/base' module OAuth module RequestProxy class JabberRequest < OAuth::RequestProxy::Base proxies Jabber::Iq proxies Jabber::Presence proxies Jabber::Message def parameters return @params if @params @params = {} oauth =...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2017 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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://w...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\QuoteGraphQl\Model\CartItem\DataProvider; use Magento\Catalog\Model\Product\Option; use Magento\Quote\Model\Quote\Item as QuoteItem; use Magento\Quote\Model\Quote\Item\Opt...
{ "pile_set_name": "Github" }
*** Data left in option list when processing environment ('asdf'). Exiting
{ "pile_set_name": "Github" }
#!/bin/sh # # dex2jar - Tools to work with android .dex and java .class files # Copyright (c) 2009-2013 Panxiaobo # # 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...
{ "pile_set_name": "Github" }
/* Copyright 2020 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, ...
{ "pile_set_name": "Github" }
<?php namespace App\Repositories\Frontend\Social; use App\Models\Auth\User; use App\Models\Social\MediaCards; use Illuminate\Support\Facades\DB; use App\Repositories\BaseRepository; use App\Exceptions\GeneralException; /** * Class MediaCardsRepository. */ class MediaCardsRepository extends BaseRepository { /**...
{ "pile_set_name": "Github" }
1 292 490 588 777 965 1171 1366 1666 1834 2017 2150 2450 2635 2731 2815 2980 3244 3395 3498 3611 3710 4010 4127 4297 4437 4737 4822 5085
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5ac626607f7db7447bb046f85cd59e4b NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: ui/login.prefab.k assetBundleVariant:
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>[#427826] Script source needs escaping/CDATA section</title> <script type="applicatio...
{ "pile_set_name": "Github" }
## XMall-Front ### 基于Vue开发的XMall商城前台页面 ### [宣传视频](https://www.bilibili.com/video/av23121122/) - 作者亲自制作 [点我观看](https://www.bilibili.com/video/av23121122/) ### 项目已部署,在线Demo - 前台商城:http://xmall.exrick.cn/ - 后台管理系统:http://xmadmin.exrick.cn/ ### 感谢 [yucccc](https://github.com/yucccc) 的开源 [vue-mall](https://github.com/yucccc...
{ "pile_set_name": "Github" }
# # Mellanox driver configuration # config MLX4_EN tristate "Mellanox Technologies 1/10/40Gbit Ethernet support" depends on MAY_USE_DEVLINK depends on PCI select MLX4_CORE imply PTP_1588_CLOCK ---help--- This driver supports Mellanox Technologies ConnectX Ethernet devices. config MLX4_EN_DCB bool "Data C...
{ "pile_set_name": "Github" }
#define ASI_PNF 0x82 #define ASI_BLK_P 0xf0 #define XCC icc #include <sparc64/strspn.S>
{ "pile_set_name": "Github" }
/* * Copyright (C) 2020 Grakn Labs * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is ...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2017, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * R...
{ "pile_set_name": "Github" }
/* Copyright 2015 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, ...
{ "pile_set_name": "Github" }
[[script-processor]] === Script Processor Allows inline and stored scripts to be executed within ingest pipelines. See <<modules-scripting-using, How to use scripts>> to learn more about writing scripts. The Script Processor leverages caching of compiled scripts for improved performance. Since the script specified wi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: abaf2020b803b6847b5c081ed22c05c5 ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* Uniform Theme: Uniform Default Version: 1.8 By: Josh Pyles License: MIT License --- For use with the Uniform plugin: http://uniformjs.com/ */ /* General settings */ div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span { background-...
{ "pile_set_name": "Github" }
Controllers found: 1 Current operation : None Command completed successfully.
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!159 &1 EditorSettings: m_ObjectHideFlags: 0 serializedVersion: 3 m_ExternalVersionControlSupport: Visible Meta Files m_SerializationMode: 2 m_WebSecurityEmulationEnabled: 0 m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d m_DefaultBehavi...
{ "pile_set_name": "Github" }
package com.code.library.view; import android.graphics.Camera; import android.graphics.Matrix; import android.view.animation.Animation; import android.view.animation.Transformation; /** * Created by Wxcily on 15/10/29. * 图片翻转动画 */ public class RotateAnimation extends Animation { private Camera mCamera; private ...
{ "pile_set_name": "Github" }
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 Apple Inc. All rights reserved. * Copyright (C) 2009-2010 Company 100, Inc. * * 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 cop...
{ "pile_set_name": "Github" }
package indicators import ( "errors" "fmt" "math" "strings" objects "github.com/d5/tengo/v2" "github.com/thrasher-corp/gct-ta/indicators" "github.com/thrasher-corp/gocryptotrader/gctscript/modules" "github.com/thrasher-corp/gocryptotrader/gctscript/wrappers/validator" ) // MACDModule MACD indicator commands ...
{ "pile_set_name": "Github" }
BDEPEND=dev-qt/linguist-tools:5 virtual/pkgconfig DEFINED_PHASES=configure install postinst postrm setup DEPEND=app-arch/zstd:= >=dev-qt/qtcore-5.14:5 >=dev-qt/qtdeclarative-5.14:5 >=dev-qt/qtgui-5.14:5 >=dev-qt/qtnetwork-5.14:5 >=dev-qt/qtwidgets-5.14:5 sys-libs/zlib python? ( python_single_target_python3_6? ( dev-lan...
{ "pile_set_name": "Github" }
export default { submission: [], loadingSubmission: null, getSubmission(slug) { return new Promise((resolve, reject) => { // if landed on a submission page if (preload.submission && preload.channel) { this.submission = preload.submission; Stor...
{ "pile_set_name": "Github" }
package blueeyes.core.service import blueeyes.bkka._ import blueeyes.core.data._ import blueeyes.core.http.{HttpRequest, HttpResponse, HttpHeaders} import blueeyes.parsers.W3ExtendedLogAST.FieldIdentifier import blueeyes.util.Clock import akka.dispatch.Future import akka.dispatch.Promise import java.net.InetAddress ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # # Build php in WSL(Debian Ubuntu) # # $ lnmp-wsl-php-builder 5.6.35 [--skipbuild] [tar] [deb] [--ci] [arm64] [arm32] # # help info _print_help_info(){ echo " Build php in WSL Debian by shell script Usage: $ lnmp-wsl-builder-php 7.3.0 7.3.0beta1 7.3.0RC1 nightly $ lnmp-wsl-builder-php [ ...
{ "pile_set_name": "Github" }
/* * AutoRefactor - Eclipse plugin to automatically refactor Java code bases. * * Copyright (C) 2017 Fabrice Tiercelin - Initial API and implementation * * 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...
{ "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" }
<!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" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Rgaa32017 Test.10.15.4 NMI 01</title> ...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(10) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)); INSERT INTO "list" ("id", "value") VALUES ('AFN', 'Afghan Afghani'); INSERT INTO "list" ("id", "value") VALUES ('AFA', 'Afghan Afghani (1927–2002)'); INSERT INTO "list" ("id", "value") VALUES ('ALL', 'Albanian Lek'); INSERT INTO ...
{ "pile_set_name": "Github" }
--- version: 0.0.1 author: xuld <xuld@vip.qq.com> --- # 文字特效 文字特效
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2014 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_...
{ "pile_set_name": "Github" }
/* * sha1.cpp * * Copyright (C) 1998, 2009 * Paul E. Jones <paulej@packetizer.com> * All Rights Reserved. * ***************************************************************************** * $Id$ ***************************************************************************** * * Description: * This cl...
{ "pile_set_name": "Github" }
// AFSecurityPolicy.m // Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ ) // // 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 w...
{ "pile_set_name": "Github" }
// mkerrors.sh -m32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF_A...
{ "pile_set_name": "Github" }
using System; namespace PowerApps.Samples.Metadata { //Modified to reflect changes to EntityMetadata for Web API [Flags] public enum EntityFilters { EntityOnly = 0, Keys = 2, Attributes = 4, ManyToManyRelationships = 8, ManyToOneRelationships = 16, OneTo...
{ "pile_set_name": "Github" }
export { default } from "liquid-fire/components/liquid-container";
{ "pile_set_name": "Github" }
#include QMK_KEYBOARD_H #include "keymap_jp.h" #ifdef RGBLIGHT_ENABLE //Following line allows macro to read current RGB settings extern rgblight_config_t rgblight_config; #endif // Each layer gets a name for readability, which is then used in the keymap matrix below. // The underscores don't mean anything - you can ...
{ "pile_set_name": "Github" }
/* Copyright 2019 The Knative 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, soft...
{ "pile_set_name": "Github" }
using System; using Android.Hardware.Camera2; namespace Xamarin.CommunityToolkit.UI.Views { class CameraCaptureStateListener : CameraCaptureSession.StateCallback { public Action<CameraCaptureSession> OnConfigureFailedAction; public Action<CameraCaptureSession> OnConfiguredAction; public override void OnConfi...
{ "pile_set_name": "Github" }
{ "gas_remaining": "7980", "errors": [ { "error_message": "Expected string, got int", "start_location": { "file": "", "line": 0, "column": 0 }, "end_location": { "file": "", "line": 0, "column": 0 } }, { "error_message": "Failed to parse json tests/runner/helloWorld/state...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" an...
{ "pile_set_name": "Github" }
define([ 'geomnode', 'icons', 'toolbars/booleanitemmodel', ], function( GeomNode, icons, BooleanItemModel) { var Model = BooleanItemModel.extend({ name: 'intersect', VertexConstructor: GeomNode.Intersect, icon: icons['intersect'], }); return Model; });
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }