text
stringlengths
2
99.9k
meta
dict
(function($K) { $K.add('module', 'autocomplete', { init: function(app, context) { this.app = app; this.$doc = app.$doc; this.$win = app.$win; this.$body = app.$body; this.animate = app.animate; // defaults var defau...
{ "pile_set_name": "Github" }
/* [auto_generated] boost/numeric/odeint/util/ublas_wrapper.hpp [begin_description] Resizing for ublas::vector and ublas::matrix [end_description] Copyright 2011-2013 Mario Mulansky Copyright 2011-2013 Karsten Ahnert Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1...
{ "pile_set_name": "Github" }
require "backup/config/dsl" require "backup/config/helpers" module Backup module Config class Error < Backup::Error; end DEFAULTS = { config_file: "config.rb", data_path: ".data", tmp_path: ".tmp" } class << self include Utilities::Helpers attr_reader :user, :root_pat...
{ "pile_set_name": "Github" }
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
{ "pile_set_name": "Github" }
<textarea name={{ UEditor.name }} id=id_{{ UEditor.name }} style="display:inline-block;width:{{ UEditor.width }}px;{{ UEditor.css }}">{{UEditor.value}}</textarea> <script type="text/javascript"> var id_{{ UEditor.name }}= new baidu.editor.ui.Editor({ "UEDITOR_HOME_URL":"{{ STATIC_URL }}ueditor/", ...
{ "pile_set_name": "Github" }
package problem0958 import ( "testing" "github.com/aQuaYi/LeetCode-in-Go/kit" "github.com/stretchr/testify/assert" ) // tcs is testcase slice var tcs = []struct { root []int ans bool }{ { []int{1, 2, 3, 4, 5, 6}, true, }, { []int{1, 2, 3, 4, 5, kit.NULL, 7}, false, }, // 可以有多个 testcase } func ...
{ "pile_set_name": "Github" }
require('../../modules/es6.number.is-finite'); module.exports = require('../../modules/$.core').Number.isFinite;
{ "pile_set_name": "Github" }
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License, Version 1.0 only * (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 * o...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_LOCATION_H_ #define BASE_LOCATION_H_ #include <stddef.h> #include <cassert> #include <functional> #include <string> #include "base/bas...
{ "pile_set_name": "Github" }
// Copyright 2008-2018 Yolo Technologies, Inc. All Rights Reserved. https://www.comblockengine.com #include "db_exception.h" #include "db_interface_redis.h" #include "db_interface/db_interface.h" namespace KBEngine { //------------------------------------------------------------------------------------- DBException...
{ "pile_set_name": "Github" }
#!/bin/bash # Script for running all tests in this directory # This script has to be run in its directory, as shows the usage. # main ------------------------------------------------------------------------ if test "$#" -ne 0; then echo "Usage: ./test_all.sh" exit 1 fi mkdir -p log TIMESTAMP=`date +'%Y-%m...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> </pickle> <pickle> <dictionary> <item> <key> <string>id</string> </key> <value> <string>my_description</string> </value...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!126 &1 NavMeshProjectSettings: m_ObjectHideFlags: 0 serializedVersion: 2 areas: - name: Walkable cost: 1 - name: Not Walkable cost: 1 - name: Jump cost: 2 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 ...
{ "pile_set_name": "Github" }
-- Loads pre-trained word embeddings from either Word2Vec or Glove assert(get_id_from_word) assert(common_w2v_freq_words) assert(total_num_words) word_vecs_size = 300 -- Loads pre-trained glove or word2vec embeddings: if opt.word_vecs == 'glove' then -- Glove downloaded from: http://nlp.stanford.edu/projects/glov...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.l...
{ "pile_set_name": "Github" }
import {MigrationInterface, QueryRunner} from 'typeorm'; export class tipsAndBitsMessagesToText1573942908160 implements MigrationInterface { name = 'tipsAndBitsMessagesToText1573942908160'; public async up(queryRunner: QueryRunner): Promise<any> { await queryRunner.query(`CREATE TABLE "temporary_user_tip" ("i...
{ "pile_set_name": "Github" }
# This file is a Tcl script to test the code in the file tkTextIndex.c. # This file is organized in the standard fashion for Tcl tests. # # Copyright (c) 1994 The Regents of the University of California. # Copyright (c) 1994 Sun Microsystems, Inc. # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserve...
{ "pile_set_name": "Github" }
package me.coley.recaf.ui.controls; import javafx.scene.control.TextField; /** * TextField that with a numeric text parse. * * @author Matt */ public class NumericText extends TextField { /** * @return Generic number, {@code null} if text does not represent any number format. */ public Number get() { Stri...
{ "pile_set_name": "Github" }
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PA...
{ "pile_set_name": "Github" }
/** @file Contains the global variables used in LabelMe. */ // Parsed LabelMe XML file. Manipulate this variable with jquery. var LM_xml; // URL of CGI script to submit XML annotation: var SubmitXmlUrl = 'annotationTools/perl/submit.cgi'; // LabelMe username: var username = 'anonymous'; // Boolean indicating whethe...
{ "pile_set_name": "Github" }
// Copyright 2019 ETH Zurich // Copyright 2020 ETH Zurich, Anapaya Systems // // 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 ...
{ "pile_set_name": "Github" }
/* Header describing `ar' archive file format. Copyright (C) 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library 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...
{ "pile_set_name": "Github" }
/* * @brief LPC11xx ROM API declarations and functions * * @note * Copyright(C) NXP Semiconductors, 2012 * All rights reserved. * * @par * Software that is described herein is for illustrative purposes only * which provides customers with programming information regarding the * LPC products. This software is...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <window xmlns:html="http://www.w3.org/1999/xhtml" class="reftest-wait" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="Testcase bug 311661 - Evil xul testcase, using display:table-row causes crash [@ nsTableRowGroupFrame::GetFirstRow]"> <html:script><![CDATA[ function ...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_LIBVA_UTILS bool "libva-utils" depends on BR2_INSTALL_LIBSTDCPP depends on !BR2_STATIC_LIBS # libva depends on BR2_TOOLCHAIN_HAS_THREADS # libva select BR2_PACKAGE_LIBVA help Libva-utils is a collection of tests for VA-API (Video Acceleration API) https://01.org/vaapi comment "libva-...
{ "pile_set_name": "Github" }
/* * libjingle * Copyright 2013, Google 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 copyright notice, * this list of conditions and the f...
{ "pile_set_name": "Github" }
// Copyright 2013 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 ipv6 import ( "encoding/binary" "errors" "net" "unsafe" ) var ( errMissingAddress = errors.New("missing address") errHeaderTooShort = errors.N...
{ "pile_set_name": "Github" }
package unused import ( "fmt" "go/ast" "go/token" "go/types" "io" "strings" "sync" "sync/atomic" "golang.org/x/tools/go/analysis" "honnef.co/go/tools/code" "honnef.co/go/tools/go/types/typeutil" "honnef.co/go/tools/internal/passes/buildir" "honnef.co/go/tools/ir" "honnef.co/go/tools/lint" ) // The grap...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "CBaseContact.h" #import "WCDBCoding.h" @class EnterpriseRoomData, NSString; @interface CEnterpriseContact : CBaseContact <WCDBCoding> { _Bool m_bHeadImageUpdateFlag;...
{ "pile_set_name": "Github" }
var rules = require('../../../../lib/rules/util').rules; module.exports = function(req, res) { rules.disableDefault(); res.json({ec: 0, em: 'success', defaultRulesIsDisabled: rules.defaultRulesIsDisabled(), list: rules.getSelectedList()}); };
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
function [improvedRxns, intermediateSlns] = analyzeGCdesign(modelRed, selectedRxns, target, deletions, maxKOs, objFunction, delPenalty, intermediateSlns) % Analyzes results with replacement knockouts % should get closer to local maxima. Must have num `KOs` > 1. % % USAGE: % % [improvedRxns, intermediateSlns] ...
{ "pile_set_name": "Github" }
UPDATE quest_template_addon SET RequiredSkillID = 2557, RequiredSkillPoints = 50 WHERE (ID = 52223); UPDATE quest_template_addon SET RequiredSkillID = 2557, RequiredSkillPoints = 50 WHERE (ID = 52225); UPDATE quest_template_addon SET RequiredSkillID = 2557, RequiredSkillPoints = 100 WHERE (ID = 52227); UPDATE quest_tem...
{ "pile_set_name": "Github" }
/// @ref simd /// @file glm/simd/integer.h #pragma once #if GLM_ARCH & GLM_ARCH_SSE2_BIT GLM_FUNC_QUALIFIER glm_uvec4 glm_i128_interleave(glm_uvec4 x) { glm_uvec4 const Mask4 = _mm_set1_epi32(0x0000FFFF); glm_uvec4 const Mask3 = _mm_set1_epi32(0x00FF00FF); glm_uvec4 const Mask2 = _mm_set1_epi32(0x0F0F0F0F); glm_...
{ "pile_set_name": "Github" }
// 文件 // 有时候别人对你的好要记得 class IO{ }
{ "pile_set_name": "Github" }
/* * Copyright 2010-2013 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 "lice...
{ "pile_set_name": "Github" }
/* * Copyright 2008 The Closure Compiler 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...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # This file is part of EventGhost. # Copyright © 2005-2020 EventGhost Project <http://www.eventghost.net/> # # EventGhost 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 versio...
{ "pile_set_name": "Github" }
/* * **************************************************************************** * Cloud Foundry * Copyright (c) [2009-2016] Pivotal Software, Inc. All Rights Reserved. * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except...
{ "pile_set_name": "Github" }
/* * @(#)DeclarationScanner.java 1.5 04/04/20 * * Copyright (c) 2004, Sun Microsystems, 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: * * * Redistributions of source code must ...
{ "pile_set_name": "Github" }
#ifndef OPENTISSUE_CORE_CONTAINERS_GRID_UTIL_GRID_BISECTION_LINE_SEARCH_H #define OPENTISSUE_CORE_CONTAINERS_GRID_UTIL_GRID_BISECTION_LINE_SEARCH_H // // OpenTissue Template Library // - A generic toolbox for physics-based modeling and simulation. // Copyright (C) 2008 Department of Computer Science, University of Cope...
{ "pile_set_name": "Github" }
package org.javaee8.jsonp.merge; import javax.json.Json; import javax.json.JsonMergePatch; import javax.json.JsonObject; import javax.json.JsonValue; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.junit.Arquillian; import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shr...
{ "pile_set_name": "Github" }
--- title: 如何把一个 RegularJS 组件打成 npm 包 date: 2017-07-04 --- 本篇基于 RegularJS 热区组件,简单分享一下组件打包发布的全流程及主要遇到的问题。 ## 目录 1. 项目初始化 2. 开发环境准备,安装基础依赖 3. 将组件打包输出成多种模式!important 4. 进入开发 5. 包装工作 6. 最终发布 <!-- more --> ## 1. 项目初始化 #### 1. 在 GitHub 上创建项目仓库,添加 README 和 License 没什么好说的,License 一般设置成 MIT(开源万岁),详细协议介绍可查:[HELP](http...
{ "pile_set_name": "Github" }
if TARGET_TQM834X config SYS_BOARD default "tqm834x" config SYS_VENDOR default "tqc" config SYS_CONFIG_NAME default "TQM834x" endif
{ "pile_set_name": "Github" }
--- title: 关于公共服务的思考 date: 2016-12-07 21:12:53 tags: [] author: xizhibei issue_link: https://github.com/xizhibei/blog/issues/32 --- 前几日与一同行交流,一一交流下来,发现什么叫『固步自封』,跟外界交流少了,很多东西便会搞不清楚,甚至脱离主流。 比如最近一直在为团队做基础设施方面的工作,但是,会有一种吃力不讨好的感觉,虽然搭建完毕之后自己会很很有成就感,但是随之而来的维护成本却是很让人头疼。 是的,**『能花钱的,就不要花时间』**。 我也想反驳,但后来仔细回想,没有立即反驳是因为我认同...
{ "pile_set_name": "Github" }
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
{ "pile_set_name": "Github" }
{ "name": "bluetoothconnector", "full_name": "bluetoothconnector", "oldname": null, "aliases": [ ], "versioned_formulae": [ ], "desc": "Connect and disconnect Bluetooth devices", "license": "MIT", "homepage": "https://github.com/lapfelix/BluetoothConnector", "versions": { "stable": "2.0.0", ...
{ "pile_set_name": "Github" }
<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:exsl="http://exslt.org/common" exclude-result-prefixes="exsl" version='1.0'> <!-- ***********************************...
{ "pile_set_name": "Github" }
package cdn //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distribut...
{ "pile_set_name": "Github" }
/* * Copyright 2018 StreamSets 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...
{ "pile_set_name": "Github" }
--- id: i18n title: Internationalization --- ## Add a language ### Edit your bot configs In the Admin section > Your bots > Configs ![Bot Config](assets/i18n-configs.png) ### Switch language Go back to Studio and switch language ![Switch Language](assets/i18n-switch-lang.png) You'll see a "missing translation" ...
{ "pile_set_name": "Github" }
package cli import ( "fmt" "io" "os" "strings" "text/tabwriter" "text/template" ) // AppHelpTemplate is the text template for the Default help topic. // cli.go uses text/template to render templates. You can // render custom help text by setting this variable. var AppHelpTemplate = `NAME: {{.Name}}{{if .Usag...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 2016, Oracle and/or its affiliates. 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 retain the above copyright * no...
{ "pile_set_name": "Github" }
-- -- User: mike -- Date: 03.06.2018 -- Time: 22:51 -- This file is part of Remixed Pixel Dungeon. -- local RPD = require "scripts/lib/commonClasses" local spell = require "scripts/lib/spell" local mob = require "scripts/lib/mob" local storage = require "scripts/lib/storage" local latest_kill_index = "__latest_dea...
{ "pile_set_name": "Github" }
#ifndef NUMBA_PY_MODULE_H_ #define NUMBA_PY_MODULE_H_ #define PY_SSIZE_T_CLEAN #include <Python.h> #include <structmember.h> #include <frameobject.h> #if PY_MAJOR_VERSION >= 3 #define MOD_ERROR_VAL NULL #define MOD_SUCCESS_VAL(val) val #define MOD_INIT(name) PyMODINIT_FUNC PyInit_##name(void) #define MOD_DEF...
{ "pile_set_name": "Github" }
<manifest package="com.eighteengray.imageprocesslibrary" xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" > <application android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true" > ...
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <copyright file="DetailsViewMode.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------...
{ "pile_set_name": "Github" }
/* Esperanto initialisation for the jQuery UI date picker plugin. */ /* Written by Olivier M. (olivierweb@ifrance.com). */ jQuery(function($){ $.datepicker.regional['eo'] = { closeText: 'Fermi', prevText: '&lt;Anta', nextText: 'Sekv&gt;', currentText: 'Nuna', monthNames: ['Januaro','Februaro','Marto...
{ "pile_set_name": "Github" }
require_relative '../spec_helper' require_relative '../fixtures/classes' describe "UNIXSocket#addr" do platform_is_not :windows do before :each do @path = SocketSpecs.socket_path @server = UNIXServer.open(@path) @client = UNIXSocket.open(@path) end after :each do @client.close ...
{ "pile_set_name": "Github" }
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Create a numeric input control — numericInput • SHINY.SEMANTIC</title...
{ "pile_set_name": "Github" }
var mkdirp = require('../').mkdirp; var path = require('path'); var fs = require('fs'); var test = require('tap').test; var _0777 = parseInt('0777', 8); var _0755 = parseInt('0755', 8); var _0744 = parseInt('0744', 8); var ps = [ '', 'tmp' ]; for (var i = 0; i < 25; i++) { var dir = Math.floor(Math.random() * Mat...
{ "pile_set_name": "Github" }
/*! * # Semantic UI - Nag * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ ;(function ($, window, document, undefined) { "use strict"; window = (typeof window != 'undefined' && window.Math == Math) ? window : (typeof self != 'und...
{ "pile_set_name": "Github" }
/* * Copyright © 2003 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear...
{ "pile_set_name": "Github" }
<!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> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
{ "pile_set_name": "Github" }
# script for stm32 interface ft2232 ft2232_device_desc "Olimex OpenOCD JTAG" ft2232_layout olimex-jtag ft2232_vid_pid 0x15ba 0x0003 if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME } else { set _CHIPNAME stm32 } if { [info exists ENDIAN] } { set _ENDIAN $ENDIAN } else { set _ENDIAN little } #...
{ "pile_set_name": "Github" }
# Blender v2.67 (sub 0) OBJ File: 'base.blend' # www.blender.org g base v -0.500000 0.000000 0.500000 v -0.500000 0.000000 -0.500000 v 0.500000 0.000000 -0.500000 v 0.500000 0.000000 0.500000 v -0.500000 0.125000 0.500000 v -0.500000 0.125000 -0.500000 v 0.500000 0.125000 -0.500000 v 0.500000 0.125000 0.500000 vt 0.000...
{ "pile_set_name": "Github" }
/* RetroArch - A frontend for libretro. * Copyright (C) 2011-2017 - Daniel De Matteis * * RetroArch 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 Found- * ation, either version 3 of the License, or (at your option) ...
{ "pile_set_name": "Github" }
""" Use this module directly: import xarray.plot as xplt Or use the methods on a DataArray or Dataset: DataArray.plot._____ Dataset.plot._____ """ import functools import numpy as np import pandas as pd from .facetgrid import _easy_facetgrid from .utils import ( _add_colorbar, _assert_valid_xy, ...
{ "pile_set_name": "Github" }
/* * Minio Cloud Storage (C) 2018 Minio, 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" }
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If * ...
{ "pile_set_name": "Github" }
/****************************************************************************/ // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo // Copyright (C) 2001-2020 German Aerospace Center (DLR) and others. // This program and the accompanying materials are made available under the // terms of the Ecli...
{ "pile_set_name": "Github" }
# readable-stream ***Node-core streams for userland*** [![Build Status](https://travis-ci.org/nodejs/readable-stream.svg?branch=master)](https://travis-ci.org/nodejs/readable-stream) [![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/) [![NPM](htt...
{ "pile_set_name": "Github" }
/** * Loads a Wavefront .mtl file specifying materials * * @author angelxuanchang */ THREE.MTLLoader = function( baseUrl, options, crossOrigin ) { this.baseUrl = baseUrl; this.options = options; this.crossOrigin = crossOrigin; }; THREE.MTLLoader.prototype = { constructor: THREE.MTLLoader, load: function ...
{ "pile_set_name": "Github" }
var lodash = require('./lodash'); /** * Creates a `lodash` object that wraps `value` with explicit method * chaining enabled. * * @static * @memberOf _ * @category Chain * @param {*} value The value to wrap. * @returns {Object} Returns the new `lodash` wrapper instance. * @example * * var users = [ * { '...
{ "pile_set_name": "Github" }
<div {!! $attributes !!}> @if ($visibled) @if (!empty($value)) <a href="{{ $value }}" data-toggle="lightbox"> <img class="thumbnail" src="{{ $value }}"> </a> @endif {!! $append !!} @if($small) <small class="clearfix">{!! $small !!}</small> @endif @endif </div>
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark - // // File: /Applications/Xcode-7GM.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/System/Library/PrivateFrameworks/Graph...
{ "pile_set_name": "Github" }
"use strict"; var isImplemented = require("../../../../string/#/@@iterator/is-implemented"); module.exports = function (a) { a(isImplemented(), true); };
{ "pile_set_name": "Github" }
import React, { useState } from 'react'; import { useHistory } from 'react-router-dom'; import { Card, PageSection } from '@patternfly/react-core'; import { CardBody } from '../../../components/Card'; import ProjectForm from '../shared/ProjectForm'; import { ProjectsAPI } from '../../../api'; function ProjectAdd() { ...
{ "pile_set_name": "Github" }
package web // FieldError is used to indicate an error with a specific request field. type FieldError struct { Field string `json:"field"` Error string `json:"error"` } // ErrorResponse is the form used for API responses from failures in the API. type ErrorResponse struct { Error string `json:"error"` Fiel...
{ "pile_set_name": "Github" }
# Developing with Minikube This guide will guide you through the process of deploying and running your locally built Nuclio sources on a local Kubernetes cluster in your Minikube VM. This is helpful when you're developing new functionality in the Kubernetes platform and need to test it against a real Kubernetes cluste...
{ "pile_set_name": "Github" }
smallrye.messaging.worker.my-pool.max-concurrency=2 smallrye.messaging.worker.another-pool.max-concurrency=5
{ "pile_set_name": "Github" }
FieldType name = "FLD_SUBSPACE_RIFT" description = "FLD_SUBSPACE_RIFT_DESC" stealth = 0 effectsgroups = [ EffectsGroup // pull in objects scope = And [ System Not Contains Source WithinDistance distance = Source.Size condition = Sour...
{ "pile_set_name": "Github" }
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf320 {\fonttbl\f0\fnil\fcharset0 Verdana;\f1\fnil\fcharset0 LucidaGrande;} {\colortbl;\red255\green255\blue255;\red73\green73\blue73;} {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace3...
{ "pile_set_name": "Github" }
c() => null;
{ "pile_set_name": "Github" }
// Copyright 2009 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. // Windows system calls. package syscall import ( errorspkg "errors" "internal/race" "sync" "unicode/utf16" "unsafe" ) //go:generate go run mksyscall_wi...
{ "pile_set_name": "Github" }
class Api::V1::AccountsController < Api::V1::ApiController before_action -> { doorkeeper_authorize! :account } def me render json: current_resource_owner.as_json end end
{ "pile_set_name": "Github" }
{ "_from": "ansi-escapes@^3.0.0", "_id": "ansi-escapes@3.1.0", "_inBundle": false, "_integrity": "sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==", "_location": "/ansi-escapes", "_phantomChildren": {}, "_requested": { "type": "range", "regis...
{ "pile_set_name": "Github" }
 ACROS Security 0patch (0PatchServicex64.exe) Unquoted Service Path Privilege Escalation Vendor: ACROS, d.o.o. Product web page: https://www.0patch.com Affected version: 2016.05.19.539 Summary: 0patch (pronounced 'zero patch') is a platform for instantly distributing, applying and removing microscopic bina...
{ "pile_set_name": "Github" }
# Configure paths for libopusenc # Jean-Marc Valin <jmvalin@jmvalin.ca> 11-12-2017 # Jack Moffitt <jack@icecast.org> 10-21-2000 # Shamelessly stolen from Owen Taylor and Manish Singh dnl XIPH_PATH_LIBOPUSENC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl Test for libopusenc, and define LIBOPUSENC_CFLAGS and LIBOPUSENC...
{ "pile_set_name": "Github" }
define( [ "./core", "./var/document", "./var/rnotwhite", "./var/slice", "./data/var/dataPriv", "./core/init", "./selector" ], function( jQuery, document, rnotwhite, slice, dataPriv ) { var rkeyEvent = /^key/, rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, rtypenamespace = /^([^.]*)(?:\.(.+)...
{ "pile_set_name": "Github" }
package structure; import java.util.AbstractSet; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; /** A simple Map implementation, implemented in terms of a * pair of ArrayLists just to show what a Map has to do (it wo...
{ "pile_set_name": "Github" }
#さらに詳しく知るために <!-- 参考書 --> <!-- ビットコイン関連 --> <!-- mastering bitcoin, blockchain -->
{ "pile_set_name": "Github" }
// // MediaObserver.swift // RCTAgora // // Created by LXH on 2020/4/10. // Copyright © 2020 Syan. All rights reserved. // import Foundation import AgoraRtcKit class MediaObserver: NSObject { private var emitter: (_ data: Dictionary<String, Any?>?) -> Void private var maxMetadataSize = 0 private var m...
{ "pile_set_name": "Github" }
--- title: JSON Protocol menu: influxdb_09: weight: 20 parent: write_protocols --- The JSON write protocol is deprecated as of InfluxDB 0.9.1. It is still present but it will be removed when InfluxDB 1.0 is released. The [line protocol](/influxdb/v0.9/write_protocols/line/) is the primary write protocol for...
{ "pile_set_name": "Github" }
<!DOCTYPE RCC><RCC version="1.0"> <qresource> <file>images/copy.png</file> <file>images/cut.png</file> <file>images/new.png</file> <file>images/open.png</file> <file>images/paste.png</file> <file>images/save.png</file> </qresource> </RCC>
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Title: Hyperparameter Tuning Using Random Search \n", "Slug: hyperparameter_tuning_using_random_search \n", "Summary: How to conduct random search for hyperparameter tuning in scikit-learn for machine learning in Python. \n",...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d16c92d59af8a9a4a9a0db824132b067 timeCreated: 1467670142 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }