text
stringlengths
2
99.9k
meta
dict
<!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 --> <title>Uses of Interface com.google.gwt.core.client.GWT.UncaughtExceptionHandler (GWT Javadoc)</title> <link rel="stylesheet" type="text/css" href...
{ "pile_set_name": "Github" }
package org.domeos.framework.engine.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.dataformat.yaml.YAMLFactory; import org.springframework.stereotype.Component; /** * Created by KaiRen on 2016/11/24. */ @Component("yamlObj...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Framework\Constraint; use function mb_stripos; u...
{ "pile_set_name": "Github" }
<!-- The organizational settings file is used to define the local organizations preferred setting within an allowed range of the STIG. Each setting in this file is linked by STIG ID and the valid range is in an associated comment. --> <OrganizationalSettings fullversion="1.7"> <!-- Ensure ''V-17521''...
{ "pile_set_name": "Github" }
.codebook{ // ============================================================================ // Single // ============================================================================ margin: 2em auto; text-align: left; background-color: $color-parse-blue; border-radius: 4px; color: wh...
{ "pile_set_name": "Github" }
/** * Copyright 2016 Google Inc. 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 * * Unless required by applicable...
{ "pile_set_name": "Github" }
/* * rtc-twl.c -- TWL Real Time Clock interface * * Copyright (C) 2007 MontaVista Software, Inc * Author: Alexandre Rusev <source@mvista.com> * * Based on original TI driver twl4030-rtc.c * Copyright (C) 2006 Texas Instruments, Inc. * * Based on rtc-omap.c * Copyright (C) 2003 MontaVista Software, Inc. *...
{ "pile_set_name": "Github" }
from .wordcloud import (WordCloud, STOPWORDS, random_color_func, get_single_color_func) from .color_from_image import ImageColorGenerator __all__ = ['WordCloud', 'STOPWORDS', 'random_color_func', 'get_single_color_func', 'ImageColorGenerator', '__version__'] from ._versio...
{ "pile_set_name": "Github" }
cadj SUBROUTINE STREAMICE_CG_SOLVE FTLNAME = STREAMICE_CG_SOLVE cadj SUBROUTINE STREAMICE_CG_SOLVE ADNAME = adSTREAMICE_CG_SOLVE cadj SUBROUTINE STREAMICE_CG_SOLVE INPUT = 1,2,3,4,5,6,7,8,9, 11,12 cadj SUBROUTINE STREAMICE_CG_SOLVE OUTPUT = 1,2 ,10 cadj SUBROUTINE STREAMICE_CG_SOLVE ACTIVE = 1,2,3,4...
{ "pile_set_name": "Github" }
#include "precomp.h" #include "common_metapi.h" DWORD remote_load_library(HANDLE process, LPCSTR image, HMODULE *base); DWORD remote_get_proc_address(HANDLE process, HMODULE module, LPCSTR symbol, LPVOID *address); DWORD remote_unload_library(HANDLE process, HMODULE base); /* * Loads an image file into...
{ "pile_set_name": "Github" }
base class A{a: Int, b: String} class B{x: String, t: Int} extends A fun myMatch(x: A): String { x match { | A{a => 1, b => "a"} -> "P" | A{a => 2, b => _} -> "a" | B{x => "Hi", t => 1, b => "b"} -> "s" | B _ -> "\n" | A{a => 42, b => "c"} -> "s" } }
{ "pile_set_name": "Github" }
#!/bin/sh set -e if ! test -e "$SETUP_INSTALLPATH"/ioquake3.desktop.in; then exit 0 fi xdg_desktop_menu=`which xdg-desktop-menu 2>/dev/null` if test "x$xdg_desktop_menu" = x; then xdg_desktop_menu=./xdg-desktop-menu fi sed -e "s#^Exec=.*#Exec=$SETUP_INSTALLPATH/ioquake3#" \ -e "s#^Icon=.*#Icon=$SETUP_INSTALLPAT...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "74_创建包围轮廓的圆形边界", "74_创建包围轮廓的圆形边界\74_创建包围轮廓的圆形边界.vcxproj", "{09B9AA2A-21AE-49F1-AD0B-48427868898A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debu...
{ "pile_set_name": "Github" }
# Chapter 6 ## Example: Classifying Surname Nationality Using a Character RNN ### Notebooks - (for dataset preprocessing) [Chapter-6-Munging-Surname-Dataset](classifying-surnames/Chapter-6-Munging-Surname-Dataset.ipynb) - [Chapter-6-Surname-Classification-with-RNNs](classifying-surnames/Chapter-6-Surname-Classificat...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Arabic [ar] //! author : Abdel Said: https://github.com/abdelsaid //! author : Ahmed Elkhatib //! author : forabi https://github.com/forabi ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'functi...
{ "pile_set_name": "Github" }
Begin VB.Form Form Begin TabDlg.SSTab Tab1 TabCaption(0) = "Tab 1" Tab(0).ControlEnabled = 0 'False Tab(0).Control(1).Enabled= 0 'False End End
{ "pile_set_name": "Github" }
# [Snow Report for Whiteface Mountain](http://alexa.amazon.com/#skills/amzn1.ask.skill.bd298a52-10e9-46ca-b2c6-c6d631ea843c) ![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/...
{ "pile_set_name": "Github" }
# ============================================================================== # Copyright (c) 2016-2020 Proton Technologies AG (Switzerland) # Email: contact@protonvpn.com # # The MIT License (MIT) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated docu...
{ "pile_set_name": "Github" }
--- title: DCISetClipList description: DCISetClipList ms.assetid: 1efc3768-fe98-4bb3-8b3c-68e361a2573b keywords: ["DCISetClipList Display Devices"] topic_type: - apiref api_name: - DCISetClipList api_type: - NA ms.date: 01/05/2018 ms.localizationpriority: medium --- # DCISetClipList ## <span id="ddk_dcisetcliplist_g...
{ "pile_set_name": "Github" }
import QtQuick 2.0 import QtQuick.Controls 1.1 import QtQuick.Controls.Styles 1.0 import QtQuick.Dialogs 1.1 import econ.camera.uvcsettings 1.0 import econ.camera.see3camcu130 1.0 import QtQuick.Layouts 1.1 import cameraenum 1.0 Item { width:268 height:720 property int expoCompMin: 8000 property int ...
{ "pile_set_name": "Github" }
/* * id3-common.h * Copyright 2013 John Lindgren * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions, and th...
{ "pile_set_name": "Github" }
# Gem plugin This plugin adds completions and aliases for [Gem](https://rubygems.org/). The completions include the common `gem` subcommands as well as the installed gems in the current directory. To use it, add `gem` to the plugins array in your zshrc file: ```zsh plugins=(... gem) ``` ## Aliases | Alias ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6751" systemVersion="14C1514" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <dep...
{ "pile_set_name": "Github" }
JSON in Java [package org.json] =============================== [![Maven Central](https://img.shields.io/maven-central/v/org.json/json.svg)](https://mvnrepository.com/artifact/org.json/json) **[Click here if you just want the latest release jar file.](https://repo1.maven.org/maven2/org/json/json/20200518/json-2020051...
{ "pile_set_name": "Github" }
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>5.28节,防止点击空链接,页面重置到页的首端</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <h2>防止点击空链接,页面重置到页的首端</h2> <a href="">我是空链接</a> <br /> <a href="#">我是“#”链接</a> <script type="text/javas...
{ "pile_set_name": "Github" }
{{- if .Values.ingress.enabled -}} apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ template "fullname" . }} labels: chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}" spec: rules: - host: {{ .Release.Name }}.{{ .Values.basedomain }} http: paths: - path: / ...
{ "pile_set_name": "Github" }
package notifier import ( "fmt" "sync" "testing" "time" "github.com/golang/mock/gomock" metricSource "github.com/moira-alert/moira/metric_source" "github.com/moira-alert/moira/metric_source/local" "github.com/op/go-logging" . "github.com/smartystreets/goconvey/convey" "github.com/moira-alert/moira" "githu...
{ "pile_set_name": "Github" }
/* tracetool - a framework for tracing the execution of C++ programs * Copyright 2013-2016 froglogic GmbH * * This file is part of tracetool. * * tracetool 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 Fou...
{ "pile_set_name": "Github" }
############################################################################## # # --- esd.m4 --- # # Configure paths for ESD # Manish Singh 98-9-30 # stolen back from Frank Belew # stolen from Manish Singh # Shamelessly stolen from Owen Taylor dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOU...
{ "pile_set_name": "Github" }
package jsoniter import ( "encoding/base64" "reflect" "strconv" "unsafe" "github.com/modern-go/reflect2" ) const ptrSize = 32 << uintptr(^uintptr(0)>>63) func createEncoderOfNative(ctx *ctx, typ reflect2.Type) ValEncoder { if typ.Kind() == reflect.Slice && typ.(reflect2.SliceType).Elem().Kind() == reflect.Uin...
{ "pile_set_name": "Github" }
using System; using System.Reflection; using GraphQL.Reflection; namespace GraphQL.Resolvers { public class DelegateFieldModelBinderResolver : IFieldResolver { private readonly Delegate _resolver; private readonly ParameterInfo[] _parameters; public DelegateFieldModelBinderResolver(Del...
{ "pile_set_name": "Github" }
{{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata: name: {{ template "cockroachdb.serviceAccountName" . }} labels: {{ include "cockroachdb.labels" . | indent 4 }} {{- end -}}
{ "pile_set_name": "Github" }
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(../../fonts/MaterialIcons-Regular.eot); src: local("Material Icons"), local("MaterialIcons-Regular"), url(../../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../../fonts/MaterialIcons-Regular.woff) f...
{ "pile_set_name": "Github" }
[ { "package":"memdb", "type":"Metric", "nil":"nil", "value":"tStoreINTF" } ]
{ "pile_set_name": "Github" }
// Copyright 2016 The etcd 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 t...
{ "pile_set_name": "Github" }
/* * This file is part of Player Analytics (Plan). * * Plan is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License v3 as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'about', 'et', { copy: 'Copyright &copy; $1. Kõik õigused kaitstud.', dlgTitle: 'CKEditorist', help: 'Abi jaoks vaata $1.', moreInfo: 'Litsentsi a...
{ "pile_set_name": "Github" }
/* Copyright (c) 2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
{ "pile_set_name": "Github" }
"""External interface to the BeautifulSoup HTML parser. """ __all__ = ["fromstring", "parse", "convert_tree"] import re from lxml import etree, html try: from bs4 import ( BeautifulSoup, Tag, Comment, ProcessingInstruction, NavigableString, Declaration, Doctype) _DECLARATION_OR_DOCTYPE = (Dec...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Training Amazon SageMaker models by using the Deep Graph Library with PyTorch backend\n", "The **Amazon SageMaker Python SDK** makes it easy to train Deep Graph Library (DGL) models. In this example, you train a simple graph neu...
{ "pile_set_name": "Github" }
<?php /** * 2018_01_01_000003_create_oauth_refresh_tokens_table.php * Copyright (c) 2019 james@firefly-iii.org. * * This file is part of Firefly III (https://github.com/firefly-iii). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public Li...
{ "pile_set_name": "Github" }
/* * Copyright 2011 OverZealous Creations, 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="9d36bfd7-a2ff-41e0-b583-70ee3c8098bc" name="Default" comment="" /> <ignored path="NonViewUtils.iws" /> <ignored path=".idea/workspace.xml" /> <option name="TRACKING_ENABLED" value...
{ "pile_set_name": "Github" }
// FSFolderCopy.cpp #include "StdAfx.h" #include <Winbase.h> #include "Common/StringConvert.h" #include "Windows/DLL.h" #include "Windows/Error.h" #include "Windows/FileDir.h" #include "../../Common/FilePathAutoRename.h" #include "FSFolder.h" using namespace NWindows; using namespace NFile; usi...
{ "pile_set_name": "Github" }
--- -api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb -api-type: winrt property --- <!-- Property syntax public string Verb { get; } --> # Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb ## -description Gets the acti...
{ "pile_set_name": "Github" }
--- # Handle case where openshift_master_predicates is defined - when: openshift_master_scheduler_predicates | default(none) is not none block: - name: openshift_master_scheduler_predicates is defined debug: msg: "openshift_master_scheduler_predicates is defined" - name: openshift_master_scheduler_pred...
{ "pile_set_name": "Github" }
package sacloud // ProductPrivateHost 専有ホストプラン type ProductPrivateHost struct { *Resource // ID propName // 名称 propDescription // 説明 propAvailability // 有功状態 propCPU // CPUコア数 propMemoryMB // メモリサイズ(MB単位) propClass // クラス propServiceClass // サービスクラス }
{ "pile_set_name": "Github" }
/* bender-tags: editor */ /* global acfTestTools */ ( function() { 'use strict'; var createFilter = acfTestTools.createFilter, createFilterTester = acfTestTools.createFilterTester; bender.editors = { editor: { name: 'editor1' } }; bender.test( { 'test elementCallbacks property': function() { var ...
{ "pile_set_name": "Github" }
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_define_module( DEPENDS fastos vespalog vespalib staging_vespalib fnet document persistencetypes config_cloudconfig vdslib metrics configdefinitions ...
{ "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 Test: Left with a value of zero and no units, 0</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />...
{ "pile_set_name": "Github" }
path: "tensorflow.distributions.Exponential" tf_class { is_instance: "<class \'tensorflow.python.ops.distributions.exponential.Exponential\'>" is_instance: "<class \'tensorflow.python.ops.distributions.gamma.Gamma\'>" is_instance: "<class \'tensorflow.python.ops.distributions.distribution.Distribution\'>" is_in...
{ "pile_set_name": "Github" }
/* * * Copyright 2015 gRPC 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 agree...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // GB_subassigner: C(I,J)<#M> = accum (C(I,J), A) //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http://suitesparse.com ...
{ "pile_set_name": "Github" }
define(["../../../vaadin-text-field/theme/lumo/vaadin-text-field.js", "../../src/vaadin-grid-filter.js"], function (_vaadinTextField, _vaadinGridFilter) { "use strict"; });
{ "pile_set_name": "Github" }
2 3 2 2 1 0 scal4p48_x1.c "R. Clint Whaley" 1 2 2 0 0 scal1_x0.c "R. Clint Whaley"
{ "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\Validator\Constraints; use Symfony\Component\Validato...
{ "pile_set_name": "Github" }
--- Description: . ms.assetid: bcc632ab-277a-492c-86d2-1450dc97b4c5 title: System.Contact.OtherAddress3Street ms.topic: article ms.date: 05/31/2018 --- # System.Contact.OtherAddress3Street ## Windows 10, version 1703, Windows 10, version 1607, Windows 10, version 1511, Windows 10, version 1507, Windows 8.1 ``` prope...
{ "pile_set_name": "Github" }
@import "~office-ui-fabric-react/dist/sass/References.scss"; .renderMemberItem { display: flex; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; width: "100%"; justify-content: start; align-items: center; } .renderMemberItem:hover { background-color: $ms-color-neutralL...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license --> <html> <head> <meta charset="utf-8"> <title>Full Page Editing &mdash; CKEditor Sample</title> <script src="../../../ckeditor.js"></script> <script src=".....
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: ad956bac3800e2347b757d68a78545fe folderAsset: yes timeCreated: 1515511351 licenseType: Pro DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
@{ //page title ViewBag.Title = T("Admin.System.Templates.Category").Text; } <div class="row"> <div class="col-md-12"> <div class="x_panel light form-fit"> <div class="x_title"> <div class="caption level-caption"> <i class="fa fa-tasks"></i> ...
{ "pile_set_name": "Github" }
/*************************************************************************** # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # * Redistributions of sourc...
{ "pile_set_name": "Github" }
/************************************************************* * Copyright (c) 2006 Shotaro Tsuji * * 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...
{ "pile_set_name": "Github" }
// Copyright (c) 2015 Uber Technologies, 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...
{ "pile_set_name": "Github" }
"""Adjust some old Python 2 idioms to their modern counterparts. * Change some type comparisons to isinstance() calls: type(x) == T -> isinstance(x, T) type(x) is T -> isinstance(x, T) type(x) != T -> not isinstance(x, T) type(x) is not T -> not isinstance(x, T) * Change "while 1:" into "while True:"....
{ "pile_set_name": "Github" }
var inst = require("../index").getInstance(); inst.applyConfig({ debug: true, filter: "debug" }); module.exports = inst.use("node-flick");
{ "pile_set_name": "Github" }
private shouldConsider: aClass | count | count := 0. aClass allInstancesDo: [ :instance | count := count + 1. count >= 100 ifTrue: [ ^ true ] ]. ^ false
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Image" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Access_contents_information_Permission</string> </key> <value> <tupl...
{ "pile_set_name": "Github" }
{"name": "Hack-O-Lantern", "description": "Solved a problem on Halloween.", "event": "submit", "hidden": false, "score": 10, "processor": "hackolantern/hackolantern.py", "image": "/img/achievements/hackolantern.png", "smallimage": "/img/achievements/hackolantern_unlock.png"}
{ "pile_set_name": "Github" }
import React from 'react'; export interface GlobalHeaderProps { collapsed?: boolean; onCollapse?: (collapsed: boolean) => void; isMobile?: boolean; logo?: string; onNoticeClear?: (type: string) => void; onMenuClick?: ({ key: string }) => void; onNoticeVisibleChange?: (b: boolean) => void; } export defau...
{ "pile_set_name": "Github" }
/* * * Copyright 2014 gRPC 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 agree...
{ "pile_set_name": "Github" }
page.title=Android 4.1 APIs excludeFromSuggestions=true sdk.platform.version=4.1 sdk.platform.apiLevel=16 @jd:body <div id="qv-wrapper"> <div id="qv"> <h2>In this document <a href="#" onclick="hideNestedItems('#toc41',this);return false;" class="header-toggle"> <span class="more">show more</span> ...
{ "pile_set_name": "Github" }
#!/bin/sh nice -n19 %OPTWARE_TARGET_PREFIX%/bin/hellanzb.py -D
{ "pile_set_name": "Github" }
import std.stdio, std.algorithm, std.random, std.range; void knuthShuffle(Range)(Range r) if (isRandomAccessRange!Range && hasLength!Range && hasSwappableElements!Range) { foreach_reverse (immutable i, ref ri; r[1 .. $ - 1]) ri.swap(r[uniform(0, i + 1)]); } void main() { auto a = [1, 2, 3, 4, 5, 6...
{ "pile_set_name": "Github" }
layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 RenderBlock {HTML} at (0,0) size 800x600 RenderBody {BODY} at (8,8) size 784x576 RenderBlock {OL} at (0,0) size 784x36 RenderListItem {LI} at (40,0) size 744x18 RenderListMarker at (-20,0) size 16x18...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>26--Soldier_Drilling_26_Soldier_Drilling_Soldiers_Drilling_26_73.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yan...
{ "pile_set_name": "Github" }
/* -*- mode: C++; indent-tabs-mode: nil; -*- * * This file is a part of LEMON, a generic C++ optimization library. * * Copyright (C) 2003-2013 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribut...
{ "pile_set_name": "Github" }
import inspect import numpy as np from abc import ABC from operator import itemgetter from collections import namedtuple from sklearn.model_selection import StratifiedKFold from tick.base import Base from tick.prox import ProxZero, ProxMulti, ProxTV, ProxEquality, \ ProxGroupL1 from tick.solver import SVRG from tic...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2014 Damien P. George * * 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 ...
{ "pile_set_name": "Github" }
@comment $OpenBSD: PLIST,v 1.11 2017/04/06 12:12:21 jca Exp $ @bin bin/ratpoison bin/rpws @info info/ratpoison.info @man man/man1/ratpoison.1 share/doc/ratpoison/ share/doc/ratpoison/AUTHORS share/doc/ratpoison/COPYING share/doc/ratpoison/NEWS share/doc/ratpoison/README share/emacs/ share/emacs/site-lisp/ share/emacs/s...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 Ste||ar Group // // SPDX-License-Identifier: BSL-1.0 // 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) #pragma once #include <hpx/config.hpp> #include <hpx/thread_executors/config/defines.h...
{ "pile_set_name": "Github" }
/* Copyright (c) 2006-2012, DNSPod 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: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditi...
{ "pile_set_name": "Github" }
#!/usr/bin/perl # # Copyright (c) 2004, SWITCH - Teleinformatikdienste fuer Lehre und Forschung # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must reta...
{ "pile_set_name": "Github" }
/* * Translated default messages for the jQuery validation plugin. * Locale: ES (Spanish; Español) */ $.extend( $.validator.messages, { required: "Este campo es obligatorio.", remote: "Por favor, rellena este campo.", email: "Por favor, escribe una dirección de correo válida.", url: "Por favor, escribe una URL v...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <group...
{ "pile_set_name": "Github" }
#! /bin/sh # Copyright 2018-2019 Mailgun Technologies 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...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Sales\Test\Constraint; use Magento\Mtf\Constraint\AbstractConstraint; use Magento\Sales\Test\Page\Adminhtml\OrderIndex; use Magento\Sales\Test\Page\Adminhtml\SalesOrderView; /** * Assert that den...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("p99_Test")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProdu...
{ "pile_set_name": "Github" }
/* * mutex2.c * * Declare a static mutex object, lock it, * and then unlock it again. * * Depends on API functions: * pthread_mutex_lock() * pthread_mutex_unlock() */ #include "test.h" pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; int main() { assert(mutex == PTHREAD_MUTEX_INITIALIZER); assert...
{ "pile_set_name": "Github" }
# - Try to find blitz lib # Once done this will define # # BLITZ_FOUND - system has blitz lib # BLITZ_INCLUDES - the blitz include directory # BLITZ_LIBRARIES - The libraries needed to use blitz # Copyright (c) 2006, Montel Laurent, <montel@kde.org> # Copyright (c) 2007, Allen Winter, <winter@kde.org> # Copyright (...
{ "pile_set_name": "Github" }
<ul id="someid" class="errorMessage"> <li><span>field error message number 1</span></li> <li><span>field error message number 3</span></li> </ul>
{ "pile_set_name": "Github" }
--- title: Docker 应用的开发环境 description: 了解支持 Docker 开发生命周期的最重要的开发工具选项。 ms.date: 08/06/2020 ms.openlocfilehash: 07b42b2bd05ab16ba0fbf61863b050ee2c9e242b ms.sourcegitcommit: ef50c99928183a0bba75e07b9f22895cd4c480f8 ms.translationtype: HT ms.contentlocale: zh-CN ms.lasthandoff: 08/07/2020 ms.locfileid: "87916034" --- # <a ...
{ "pile_set_name": "Github" }
/* * {{{ header & license * Copyright (c) 2007 Sean Bright * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License, or (at your option) any later vers...
{ "pile_set_name": "Github" }
#name: C6X stack attribute merging, 8 816 #as: -mlittle-endian #ld: -r -melf32_tic6x_le #source: attr-stack-8.s #source: attr-stack-816.s #readelf: -A Attribute Section: c6xabi File Attributes Tag_ISA: C674x
{ "pile_set_name": "Github" }
load("//tensorflow:tensorflow.bzl", "filegroup") load("//tensorflow/core/platform:build_config.bzl", "tf_proto_library") load( "//tensorflow/core/platform:rules_cc.bzl", "cc_library", ) package( default_visibility = [ "//tensorflow/core:__subpackages__", ], licenses = ["notice"], # Apache ...
{ "pile_set_name": "Github" }
defmodule DesignPathTest do use CouchTestCase @moduletag :design_docs @moduletag kind: :single_node @moduledoc """ Test CouchDB design documents path """ @tag :with_db test "design doc path", context do db_name = context[:db_name] ddoc_path_test(db_name) end @tag :with_db_name test "des...
{ "pile_set_name": "Github" }
require 'rails/generators/generated_attribute' module WebAppTheme class ThemedGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) argument :controller_path, :type => :string argument :model_name, :type => :string, :required => false clas...
{ "pile_set_name": "Github" }
/* Written 1994 by David C. Davies. Copyright 1994 David C. Davies. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. */ /* ** I/O addresses. Note that the 2k buffer option is not supported in ** this driver. */ #defin...
{ "pile_set_name": "Github" }
var portalLib = require('/lib/xp/portal'); var assert = require('/lib/xp/testing'); // BEGIN var url = portalLib.serviceUrl({ service: 'myservice', params: { a: 1, b: 2 } }); // END assert.assertEquals('ServiceUrlParams{type=server, params={a=[1], b=[2]}, service=myservice}', url);
{ "pile_set_name": "Github" }