text
stringlengths
2
99.9k
meta
dict
<div class="form-buttons loading-indicator-container"> <a href="javascript:;" class="btn btn-primary oc-icon-check save" data-builder-command="databaseTable:cmdSaveTable" data-load-indicator="<?= e(trans('backend::lang.form.saving')) ?>" data-hotkey="ctrl+s, cmd+s"> <...
{ "pile_set_name": "Github" }
ace.define("ace/mode/sh_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var reservedKeywords = exports.reser...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
package org.knowm.xchange.itbit.dto.marketdata; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Arrays; public class ItBitTrades { private final int count; private final ItBitTrade[] trades; public ItBitTrades( @JsonProperty("count") int count, @JsonProperty("recentTrades") ItBitT...
{ "pile_set_name": "Github" }
/* * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" #include "libqtest.h" #include "libqos/rtas.h" static void qrtas_copy_args(uint64_t target_args, uint32_t nargs, uint32_t *args) {...
{ "pile_set_name": "Github" }
/* * mm/rmap.c - physical to virtual reverse mappings * * Copyright 2001, Rik van Riel <riel@conectiva.com.br> * Released under the General Public License (GPL). * * Simple, low overhead reverse mapping scheme. * Please try to keep this thing as modular as possible. * * Provides methods for unmapping each kind...
{ "pile_set_name": "Github" }
{ "extends": [ "tslint-config-standard" ], "rules": { "no-console": false, "interface-name": false, "semicolon": { "options": ["never"] }, "no-empty": false, "no-floating-promises": false, "trailing-comma": [true, { "multiline": "always", "singleline": "never" }] } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <LanguageData> <FloatDebugLog>Show Debug Log</FloatDebugLog> <FloatAGRegen>Regenerate AvoidGrids</FloatAGRegen> <FloatFactionFixItems1>Fix Faction Relationships</FloatFactionFixItems1> <FloatFactionFixItems2>Fix Faction Leaders</FloatFactionFixItems2> <FloatToolsItems1>An...
{ "pile_set_name": "Github" }
<html>Hello</html>
{ "pile_set_name": "Github" }
/* Copyright JS Foundation and other contributors, http://js.foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
{ "pile_set_name": "Github" }
using System.Text.Json.Serialization; namespace Essensoft.AspNetCore.Payment.Alipay.Domain { /// <summary> /// AlipayFundTransCommonQueryModel Data Structure. /// </summary> public class AlipayFundTransCommonQueryModel : AlipayObject { /// <summary> /// 描述特定的业务场景,如果传递了out_biz_no则该字...
{ "pile_set_name": "Github" }
com.google.debugging.sourcemap.SourceMapGeneratorV1Test com.google.debugging.sourcemap.SourceMapGeneratorV2Test com.google.debugging.sourcemap.SourceMapGeneratorV3Test com.google.javascript.jscomp.AliasExternalsTest com.google.javascript.jscomp.AliasKeywordsTest com.google.javascript.jscomp.AliasStringsTest com.google....
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
<!-- 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/. --> <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"> <ShortName>Wikipedia (es)</ShortName> <I...
{ "pile_set_name": "Github" }
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information using System.Runtime.Serialization; using Elasticsearch.Net; namespace Nest { [StringEnum] public enum NestedS...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2019 Qunar, Inc. * * 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 3 of the License, or * (at your option) any later version. * * This program is distri...
{ "pile_set_name": "Github" }
<HTML> <HEAD> <TITLE> Conservative GC Algorithmic Overview </TITLE> <AUTHOR> Hans-J. Boehm, HP Labs (Some of this was written at SGI)</author> </HEAD> <BODY> <H1> <I>This is under construction, and may always be.</i> </h1> <H1> Conservative GC Algorithmic Overview </h1> <P> This is a description of the algorith...
{ "pile_set_name": "Github" }
#MODIFIED BY TORCHGPIPE from contextlib import contextmanager from typing import Any, Generator, Iterable, Union from torch import ByteTensor, device def set_rng_state(new_state: ByteTensor) -> None: ... def get_rng_state() -> ByteTensor: ... def manual_seed(seed: int) -> Any: ... def seed() -> int: ... def initial_s...
{ "pile_set_name": "Github" }
--TEST-- --FILE-- <?php use Item as Another, With\{Me|}; --EXPECT-- USE_GROUP(33,4) USE(7,30) FILE(0,40)
{ "pile_set_name": "Github" }
(executable (name Example) (libraries morph morph_graphql_server morph_websocket tyxml routes logs.fmt fmt fmt.tty lwt uri mirage-crypto-rng.unix graphql-lwt) (preprocess (pps tyxml-jsx)))
{ "pile_set_name": "Github" }
define( function() { "use strict"; return ( /\?/ ); } );
{ "pile_set_name": "Github" }
// This code is based on Sabberstone project. // Copyright (c) 2017-2019 SabberStone Team, darkfriend77 & rnilva // RosettaStone is hearthstone simulator using C++ with reinforcement learning. // Copyright (c) 2019 Chris Ohk, Youngjoong Kim, SeungHyun Jeon #ifndef ROSETTASTONE_PLAYMODE_EXPERT1_CARDS_GEN_HPP #define RO...
{ "pile_set_name": "Github" }
/* * PLB2800 internal switch ethernet driver. * * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <malloc.h> #include <net.h> #include <netdev.h> #include <asm/addrspace.h> #define NUM_RX_DESC PKTBUFSRX #define TO...
{ "pile_set_name": "Github" }
package net.macdidi.myandroidtutorial; import android.app.Activity; import android.app.AlertDialog; import android.app.DatePickerDialog; import android.app.TimePickerDialog; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-sdk-release/frameworks/support/v7/appcompat/res/values-in/strings.xml --> <eat-comment/> <string msgid="4600421777120114993" name...
{ "pile_set_name": "Github" }
package edu.stanford.nlp.semgraph.semgrex.ssurgeon; import edu.stanford.nlp.ling.IndexedWord; import edu.stanford.nlp.semgraph.SemanticGraph; public class SsurgeonUtils { }
{ "pile_set_name": "Github" }
require_relative '../../../spec_helper' require_relative '../../../shared/file/blockdev' require_relative 'fixtures/classes' describe "File::Stat#blockdev?" do it_behaves_like :file_blockdev, :blockdev?, FileStat end
{ "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>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
//===- Reg2Mem.cpp - Convert registers to allocas -------------------------===// // // 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" }
import logging import time from itertools import count, islice from django.core.management.base import BaseCommand from django.conf import settings from biostar.forum.models import Post from biostar.forum.search import preform_search logger = logging.getLogger('engine') def time_func(func, kwargs): """ Ti...
{ "pile_set_name": "Github" }
/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ // Component that shows rendered markdown. // // It also: // // - [x] tracks and restores scroll position // - [x] is scrollable // - [x] is zoomable // - [x] math ...
{ "pile_set_name": "Github" }
#include "command.h" #include <ion.h> #include <ion/src/device/shared/drivers/led.h> #include <kandinsky.h> namespace Ion { namespace Device { namespace Bench { namespace Command { // Input must be of the form "XX,YY,STRING" void Print(const char * input) { if (input == nullptr || !isHex(input[0]) || !isHex(input[1...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>翻译笔记之二:翻译的定义 &#8212; blog.huangz.me</title> <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="te...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol _UIDocumentPickerViewControllerHost <NSObject> @required - (void)_didSelectPicker; - (void)_didSelectURLBookmark:(NSString *)arg1; - (void)_didSelectURLWrapper:(_UIDocumentPickerNSURLWrapper *)arg1; - (void)_dismissViewController; - (void)_dismissWithOption:(NSString *)a...
{ "pile_set_name": "Github" }
#include <fem.hpp> #include "l2hofetp.hpp" #include "../fem/tscalarfe_impl.hpp" namespace ngfem { L2HighOrderFETP<ET_QUAD> :: ~L2HighOrderFETP() { ; } void L2HighOrderFETP<ET_QUAD> :: Evaluate (const SIMD_IntegrationRule & ir, BareSliceVector<> bcoefs, BareVector<SIMD<double>> v...
{ "pile_set_name": "Github" }
const uuidv4 = require(`uuid/v4`) const path = require(`path`) const fs = require(`fs-extra`) const got = require(`got`) const { createContentDigest } = require(`gatsby-core-utils`) const worker = require(`./gatsby-worker`) const { createOrGetProgressBar } = require(`./utils`) const processImages = async (jobId, job, ...
{ "pile_set_name": "Github" }
<?php namespace r\Queries\Math; use r\ProtocolBuffer\TermTermType; class Mod extends BinaryOp { public function __construct($value, $other) { parent::__construct(TermTermType::PB_MOD, $value, $other); } }
{ "pile_set_name": "Github" }
diff --git a/configure.ac b/configure.ac index b129b22a3..3bcd7d0ba 100644 --- a/configure.ac +++ b/configure.ac @@ -66,21 +66,27 @@ AM_CONDITIONAL([SUPPORTS_GNU_PLUS_PLUS_11], [test "x$ac_cv_gnu_plus_plus_11" = x # force us into gnu++98 mode if necessary # If gnu++11 and gnu++98 then -# If no unit tests, force t...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: services/IcalFeed.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/htm...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_BEGIN_END_FWD_HPP_INCLUDED #define BOOST_MPL_BEGIN_END_FWD_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://...
{ "pile_set_name": "Github" }
/** * OpenKM, Open Document Management System (http://www.openkm.com) * Copyright (c) 2006-2017 Paco Avila & Josep Llort * <p> * No bytes were intentionally harmed during the development of this application. * <p> * This program is free software; you can redistribute it and/or modify * it under the terms of the...
{ "pile_set_name": "Github" }
/* Tool tip for the continue execution button */ "continueButtonToolTip" = "Continue execution"; /* Tool tip for the step into instruction button */ "stepIntoSegmentToolTip" = "Step execution into instruction"; /* Tool tip for the step over instruction button */ "stepOverSegmentToolTip" = "Step execution over instruc...
{ "pile_set_name": "Github" }
### ### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED ### FROM php:5.6.34-cli-jessie # make Apt non-interactive RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \ && echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90circleci ENV DEBIAN_FRONTEND=noninteractive # m...
{ "pile_set_name": "Github" }
Subject: hershey ’ s * vs . ghirardelli * get $ 100 in gifts by taking our survey now . - you can get $ 100 worth hershey ? s ® chocolate , ghirardelli ® chocolate or a $ 100 restaurant gift card just by taking our survey . . wpsvxakg
{ "pile_set_name": "Github" }
//****************************************************************************** // Copyright (c) 2005-2013 by Jan Van hijfte // // See the included file COPYING.TXT for details about the copyright. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the i...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Ve...
{ "pile_set_name": "Github" }
<h3 align="center"> First Step towards programming </h3> This course is specifically designed for beginners who are interested to explore the programming world. Before proceeding any further, I would want to make few this clearer. - Programming like any other thing in this world is intimidating, dedication and per...
{ "pile_set_name": "Github" }
package bastion import ( "fmt" "strings" "github.com/dropbox/godropbox/errors" "github.com/pritunl/pritunl-zero/errortypes" "github.com/pritunl/mongo-go-driver/bson/primitive" "github.com/pritunl/pritunl-zero/utils" ) func DockerMatchContainer(a, b string) bool { if len(b) > len(a) { a, b = b, a } return...
{ "pile_set_name": "Github" }
#include "image.h" #include <stdlib.h> #include <setjmp.h> #include <jpeglib.h> static void jerr_emit_message(j_common_ptr cinfo, int msg_level) {} static void jerr_error_exit(j_common_ptr cinfo) { longjmp(cinfo->client_data,1); } static void jerr_reset_error_mgr(j_common_ptr cinfo) {} static unsigned char* read_jp...
{ "pile_set_name": "Github" }
// DATA_TEMPLATE: empty_table oTest.fnStart( "Sanity checks for DataTables with data from JS - Object data source" ); oTest.fnTest( "jQuery.dataTable function", null, function () { return typeof jQuery().dataTable == "function"; } ); oTest.fnTest( "jQuery.dataTableSettings storage array", null, function () { r...
{ "pile_set_name": "Github" }
/** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html * * @version * 3.0.83 (July 02 2010) * * @copyright * Copyright (C) 2004-2010 Alex Gorbatchev. * * @lic...
{ "pile_set_name": "Github" }
--- "Put template": - do: indices.put_template: name: test body: index_patterns: test-* settings: number_of_shards: 1 number_of_replicas: 0 mappings: properties: field: type: keyword - do: ...
{ "pile_set_name": "Github" }
/** @file GUID for UEFI WIN_CERTIFICATE structure. Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the li...
{ "pile_set_name": "Github" }
namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" ## ## SVG 1.1 Paint Attribute Module ## file: svg-paint-attrib.rng ## ## This is SVG, a language for describing two-dimensional graphics in XML. ## Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. ## ## Modifica...
{ "pile_set_name": "Github" }
void xll_clip(float x) { if ( x<0.0 ) discard; } struct v2f_vertex_lit { vec2 uv; vec4 diff; vec4 spec; }; struct v2f_img { vec4 pos; vec2 uv; }; struct appdata_img { vec4 vertex; vec2 texcoord; }; struct v2f { vec4 pos; vec2 uv; }; struct appdata_tree_billboard { vec4 vertex; ...
{ "pile_set_name": "Github" }
# amp-is-arguments See [the documentation](http://amp.ampersandjs.com#amp-is-arguments) for more info. Part of the [amp project](http://amp.ampersandjs.com#amp-is-arguments), initially created by [@HenrikJoreteg](http://twitter.com/henrikjoreteg).
{ "pile_set_name": "Github" }
"use strict"; var toArray = require("../../../array/to-array") , f = function () { return toArray(arguments); }; module.exports = function (t, a) { var x, y = {}, z; a.deep(t.call(f, 0, 1, 2)(3), [], "0 arguments"); x = t.call(f, 5, {}); a(x.length, 5, "Length #1"); z = x(1, 2); a(z.length, 3, "Length #...
{ "pile_set_name": "Github" }
/* * Routines to compress and uncompress tcp packets (for transmission * over low speed serial lines). * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this pa...
{ "pile_set_name": "Github" }
/* Copyright 2020 ZeroEx Intl. 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" }
class ChapterResource < BaseResource caching attribute :synopsis # DEPRECATED def synopsis description end attribute :description def description _model.description['en'] end attributes :titles, :canonical_title, :volume_number, :number, :published, :length attribute :thumbnail, format:...
{ "pile_set_name": "Github" }
The folder contains samples and scripts for chapter 4. The following are not included: 4.001 -- MySQL does not support INTERSECT. 4.003 -- MySQL does not support EXCEPT. 4.013 -- You cannot return a Table from a Function in MySQL. 4.016 -- You cannot return a Table from a Function in MySQL.
{ "pile_set_name": "Github" }
# Author: Tomas Hodan (hodantom@cmp.felk.cvut.cz) # Center for Machine Perception, Czech Technical University in Prague # Renders rgb/depth image of a 3D mesh model. import numpy as np from glumpy import app, gloo, gl # Set backend (http://glumpy.readthedocs.io/en/latest/api/app-backends.html) app.use('glfw') # app....
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js * * Copyright (c) 2012 Design Science, Inc. * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with the L...
{ "pile_set_name": "Github" }
Pierre Bonami, project manager (CNRS), John J. Forrest (IBM Copr.), Carl Laird, (Carnegie Mellon University), Lazlo Ladanyi (IBM Copr.), Jon Lee (IBM Copr.) Francois Margot (Carnegie Mellon University) Andreas Waechter (IBM Copr.) Claudia D'amborsio (Universita di Bologna, various improvement for non-convex ...
{ "pile_set_name": "Github" }
alias ll="ls -l" export PATH=/opt/flink/bin/:$PATH export HADOOP_CLASSPATH=`/usr/local/hadoop/bin/hadoop classpath` export HADOOP_HOME=/usr/local/hadoop/ export HADOOP_CONF_DIR=/usr/local/hadoop/etc/hadoop/ export HADOOP_HDFS_HOME=/usr/local/hadoop/ export HADOOP_CLASSPATH=`hadoop classpath`
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.a...
{ "pile_set_name": "Github" }
北国まこ最新番号 【NEO-331】女子校生ゲリラ マンカスオナニー 3 【KOCH-006】素人 脇 くすぐり2 【EVIS-027】女子校生 ピン乳首オナニー</a>2013-06-19ゑびすさん/妄想族$$$ゑびすさん/妄想84分钟
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License zh_MO{ "%%ALIAS"{"zh_Hant_MO"} }
{ "pile_set_name": "Github" }
// compile // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p func f(i interface{}) { i, _ = i.(error) }
{ "pile_set_name": "Github" }
# # The MIT License # Copyright (c) 2015 Estonian Information System Authority (RIA), Population Register Centre (VRK) # # 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, i...
{ "pile_set_name": "Github" }
// go run mksyscall.go -tags darwin,amd64,!go1.12 syscall_bsd.go syscall_darwin.go syscall_darwin_amd64.1_11.go syscall_darwin_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build darwin,amd64,!go1.12 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS...
{ "pile_set_name": "Github" }
using System; using System.Drawing; using System.Globalization; using System.Windows.Data; using WpfColor = System.Windows.Media.Color; namespace Captura { public class DrawingToWpfColorConverter : IValueConverter { public object Convert(object Value, Type TargetType, object Parameter, CultureInfo Cult...
{ "pile_set_name": "Github" }
<c> <n>input_net.net.xml</n> <a>detectors.tools</a> </c>
{ "pile_set_name": "Github" }
## DESCRIPTION ## ENTER DESCRIPTION HERE ## ENDDESCRIPTION ## DBsubject(Electricity) ## DBchapter(Electromagnetic Induction, AC Circuits, and Electrical Technologies) ## DBsection(RL Circuits) ## Date(18 January 2018) ## Institution(Brock University) ## Author(Kyle Winch) ## Edited(Connor Wilson, June 4, 2018) ## Titl...
{ "pile_set_name": "Github" }
This project includes a Hamburger Menu at the side of the screen, for navigation between pages. This style is popular in mobile apps but also works well on larger screens. The menu can be expanded or collapsed by clicking on the hamburger button. The menu shows items with an icon and text. The menu can show the icon...
{ "pile_set_name": "Github" }
/* * Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com) * * 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 ...
{ "pile_set_name": "Github" }
(function(joint, V) { // Notes: // - Currently, there is no support for z-indexes on HTML Elements // - It's not possible to export the diagram into PNG/SVG on the client-side // - Do not use CSS background on the root HTML element when using ports var graph = new joint.dia.Graph; var paper = ...
{ "pile_set_name": "Github" }
# Cleanup Virtualbox VBOX_VERSION=$(cat .vbox_version) VBOX_ISO=VBoxGuestAdditions_$VBOX_VERSION.iso rm $VBOX_ISO
{ "pile_set_name": "Github" }
The package exports an array of strings.
{ "pile_set_name": "Github" }
#include <stdio.h> int x= 6; int main() { printf("%d\n", x++ ++); return(0); }
{ "pile_set_name": "Github" }
#!/bin/bash set -ev # Set Build Options PLATFORM=arm DOCKERFILE_LOCATION="./docker/Dockerfile.arm" DOCKER_IMAGE="go-auto-yt" DOCKER_TAG="stable" # If This Isn't A PR, Push to Dockerhub if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then docker login -u $DOCKER_USER -p $DOCKER_PASSWORD buildctl build --frontend d...
{ "pile_set_name": "Github" }
// This file is part of CPAchecker, // a tool for configurable software verification: // https://cpachecker.sosy-lab.org // // SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org> // // SPDX-License-Identifier: Apache-2.0 package org.sosy_lab.cpachecker.cfa.model.java; import org.sosy_lab.cpachecke...
{ "pile_set_name": "Github" }
{ "_from": "xtend@^4.0.0", "_id": "xtend@4.0.1", "_inBundle": false, "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", "_location": "/tar-stream/xtend", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "xtend@^4.0.0", "name": "xtend", "escapedName": "x...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Tests\HttpCache; use Symfony\Component\Htt...
{ "pile_set_name": "Github" }
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_width="fill_parent" android:orientation="vertical"> <LinearLayout android:id="@+id/friendfeed_item" android:layout_height="wrap_content"...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012-2016 David Robillard <d@drobilla.net> * Copyright (C) 2012-2019 Robin Gareus <robin@gareus.org> * * 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 o...
{ "pile_set_name": "Github" }
--- layout: post title: 漫画 | 牛X程序员:你敢提需求我就敢实现! category: cartoon no-post-nav: true tags: [cartoon] copyright: cartoon excerpt: 我是谁?我要去哪? --- ![](http://favorites.ren/assets/images/2020/cartoon/niux/niux01.jpg) ![](http://favorites.ren/assets/images/2020/cartoon/niux/niux02.jpg) ![](http://favorites.ren/assets/images/2...
{ "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" }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Windows; using XamlCSS.Dom; namespace XamlCSS.WPF.Dom { [DebuggerDisplay("{IsInLogicalTree == true ? \"L\" : \" \"}{IsInVisualTree == true ? \"V\" : \" \"} {Element.GetT...
{ "pile_set_name": "Github" }
# Structs [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/fatih/structs) [![Build Status](http://img.shields.io/travis/fatih/structs.svg?style=flat-square)](https://travis-ci.org/fatih/structs) [![Coverage Status](http://img.shields.io/coveralls/fatih/stru...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * 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. */ #pragma once #include <stddef.h> #include <stdint.h> #include <qnnpack/params.h> #include <qnnpack/...
{ "pile_set_name": "Github" }
import { connect } from "react-redux"; import { bindActionCreators } from "redux"; import * as actionCreators from "../actions/data.jsx"; import DashboardPage from "../views/Dashboard/Dashboard.jsx"; function mapStateToProps(state) { return { data: state.data, token: state.auth.token, loaded: state.data....
{ "pile_set_name": "Github" }
["html", ["p", "Paragraph above" ], ["pre", ["code", "Code block" ] ], ["p", "Paragraph below" ] ]
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011, 2015, 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 Amazon.com, 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://aws.amazon.com/apache2.0 * * or in the "license" file ...
{ "pile_set_name": "Github" }
--- title: System.ServiceModel.Channels.MsmqCannotReadQueues ms.date: 03/30/2017 ms.assetid: f1cfee05-dce7-440b-b03e-96f81c00a222 ms.openlocfilehash: 89892abd18e08b5ff7d8dcc7f54ef1af9419adff ms.sourcegitcommit: cdb295dd1db589ce5169ac9ff096f01fd0c2da9d ms.translationtype: MT ms.contentlocale: zh-CN ms.lasthandoff: 06/09...
{ "pile_set_name": "Github" }
// Package isatty implements interface to isatty package isatty
{ "pile_set_name": "Github" }
<?php /** * This file is part of the ramsey/uuid library * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com> * @license http://opensource.org/licenses/MIT MIT * @link https://be...
{ "pile_set_name": "Github" }
// 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_0.txt) #if !defined(BOOST_SPIRIT_KARMA_NUMERIC_UTILS_FEB_23_2007_0841PM) #define BOOST_SPIRIT_KARMA_NUMERIC_UTILS_FEB_23_2007...
{ "pile_set_name": "Github" }