text
stringlengths
2
99k
meta
dict
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <div xmlns:field="urn:jsptagdir:/WEB-INF/tags/form/fields" xmlns:form="urn:jsptagdir:/WEB-INF/tags/form" xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> <jsp:directive.page contentType="text/html;charset=UTF-8"/> <jsp:output omit-xml-declaration=...
{ "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"> <!-- # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional inf...
{ "pile_set_name": "Github" }
#!/bin/sh # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: AGPL-3.0 # This code runs after package variable definitions and step2.sh. set -e DATABASE_READY=1 APPLICATION_READY=1 if [ -s "$HOME/.rvm/scripts/rvm" ] || [ -s "/usr/local/rvm/scripts/rvm" ]; then COMMAND_PREFIX="...
{ "pile_set_name": "Github" }
/* * Copyright 2014 the original author or 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 applica...
{ "pile_set_name": "Github" }
package com.geekq.miaosha.rabbitmq; import org.springframework.amqp.core.*; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import java.util.HashMap; import java.util.Map; @Configuration public class MQConfig { /** * /usr/sbin/rabbitmq-plugins enab...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="QueueView.xaml.cs" company="HandBrake Project (http://handbrake.fr)"> // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Pub...
{ "pile_set_name": "Github" }
/* This code is derived from jgit (http://eclipse.org/jgit). Copyright owners are documented in jgit's IP log. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, is reproduced below, and is available at http://www...
{ "pile_set_name": "Github" }
<queries language="cpp"/>
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' require_relative 'shared/store' describe "ENV.store" do it_behaves_like :env_store, :store end
{ "pile_set_name": "Github" }
# Turkish stopwords from LUCENE-559 # merged with the list from "Information Retrieval on Turkish Texts" # (http://www.users.muohio.edu/canf/papers/JASIST2008offPrint.pdf) acaba altmış altı ama ancak arada aslında ayrıca bana bazı belki ben benden beni benim beri beş bile bin bir birçok biri birkaç birkez birşey birş...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright 2014 Paphus Solutions Inc. * * Licensed under the Eclipse Public License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
{ "pile_set_name": "Github" }
{ "_from": "verror@1.10.0", "_id": "verror@1.10.0", "_inBundle": false, "_integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "_location": "/verror", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "verror@1.10.0", "name": "verror", "escapedName": "verr...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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 * ...
{ "pile_set_name": "Github" }
Search = function(data, input, result) { this.data = data; this.$input = $(input); this.$result = $(result); this.$current = null; this.$view = this.$result.parent(); this.searcher = new Searcher(data.index); this.init(); } Search.prototype = $.extend({}, Navigation, new function() { var suid = 1; ...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 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" }
/* * Copyright 2017 the original author or 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 applica...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http://www.springframework.org/schema/mvc" xsi:schemaLocation="http...
{ "pile_set_name": "Github" }
/* * Copyright 2017-2020 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
@echo off setlocal REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "lic...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Rabin-Karp method\n", "\n", "If you think hard enough, there's nothing that diferrentiates piecs of text from numbers. You can think of letters as digits and base of the numbers as sufficently big to accomodate for all the di...
{ "pile_set_name": "Github" }
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Etc module GMT0 include TimezoneDefinition linked_timezone 'Etc/GMT0', 'Etc/GMT' end end end end
{ "pile_set_name": "Github" }
setClass("pubClass", representation("numeric", id = "integer")) setClass("privCl", representation(x = "numeric", id = "integer")) .showMe <- function(object) cat("show()ing object of class ", class(object), " and slots named\n\t", paste(slotNames(object), collapse=", "), "\n") setMethod("show", "pubClass", .sh...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // 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" }
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Window...
{ "pile_set_name": "Github" }
*extension_loaded* -- Find out whether an extension is loaded bool extension_loaded(string name)~ Finds out whether the extension is loaded. {name} The extension name. You can see the names of various extensions by using |phpinfo| or if you're using the CGI or CLI version of PHP you can use the -m switch to list ...
{ "pile_set_name": "Github" }
/// @ref core /// @file glm/ext/matrix_double3x3.hpp #pragma once #include "../detail/type_mat3x3.hpp" namespace glm { /// @addtogroup core_matrix /// @{ /// 3 columns of 3 components matrix of double-precision floating-point numbers. /// /// @see <a href="http://www.opengl.org/registry/doc/GLSLang...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: A Class to create a window that you can type and edit text in. // Window can hold single line or multiline text. // If it is single it can scroll horizontally in response to // key input and mouse se...
{ "pile_set_name": "Github" }
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
{ "pile_set_name": "Github" }
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with...
{ "pile_set_name": "Github" }
name: test_env channels: - defaults - conda-forge dependencies: - python=3.6 - pip - pydap - xarray - numpy - scipy - gfortran_osx-64 - libgfortran - future - attrdict - requests - pytest - codecov - pytest-cov
{ "pile_set_name": "Github" }
# Tenko parser autogenerated test case - From: tests/testcases/import_dynamic/autogen.md - Path: tests/testcases/import_dynamic/gen/Cannot_use_spread/10.md > :: import dynamic : gen : Cannot use spread > > ::> 10 ## Input - `es = 10` `````js import(...a); ````` ## Output _Note: the whole output block is auto-gen...
{ "pile_set_name": "Github" }
/* * linux/fs/nls/nls_cp863.c * * Charset cp863 translation tables. * Generated automatically from the Unicode and charset * tables from the Unicode Organization (www.unicode.org). * The Unicode to charset table has only exact mappings. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/stri...
{ "pile_set_name": "Github" }
// Package api defines the data structure to be used in the request/response // messages between libnetwork and the remote ipam plugin package api import "github.com/docker/libnetwork/ipamapi" // Response is the basic response structure used in all responses type Response struct { Error string } // IsSuccess return...
{ "pile_set_name": "Github" }
{ "private": true, "name": "fixture-project", "bolt": { "workspaces": ["packages/*"] }, "dependencies": { "react": "^15.6.1" } }
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c7ff1896f35a148d8a4c1850f1e8e13d folderAsset: yes timeCreated: 1459934446 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// @flow export const TYPES = { PRIMARY: "primary", SECONDARY: "secondary", CRITICAL: "critical", INLINE: "inline", }; export const TOKENS = { background: "background", backgroundHover: "backgroundHover", backgroundActive: "backgroundActive", foreground: "foreground", foregroundHover: "foregroundHove...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> <article id="filename_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Filename Test</title> ...
{ "pile_set_name": "Github" }
// compile // Copyright 2014 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. // PR61253: gccgo incorrectly parsed the // `RecvStmt = ExpressionList "=" RecvExpr` production. package main func main() { c := make(chan int) ...
{ "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" }
from sklearn.ensemble import RandomForestClassifier as RF from xgboost_multi import XGBC from sklearn import cross_validation from sklearn.cross_validation import StratifiedKFold as KFold from sklearn.metrics import log_loss import numpy as np import pandas as pd import pickle # create model_list def get_model_list()...
{ "pile_set_name": "Github" }
/*========================================================================= Program: ParaView Module: pqPropertyManager.cxx Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc. All rights reserved. ParaView is a free software; you can redistribute it and/or modify it under the terms of the P...
{ "pile_set_name": "Github" }
// // CKDiscoverAllContactsOperation.h // CloudKit // // Copyright (c) 2014 Apple Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <CloudKit/CKOperation.h> @class CKDiscoveredUserInfo; /* Finds all discoverable users in the device's address book. No Address Book access dialog will be display...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('sortedLastIndexBy', require('../sortedLastIndexBy')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" assembly="DDDSample.Domain" namespace="DDDSample.Domain.Cargo" auto-import="false" schema="domain"> <class name="Cargo" table="Cargo"> ...
{ "pile_set_name": "Github" }
# From https://sourceforge.net/projects/dc3dd/files/dc3dd/7.2/ sha1 1bfe81a921a8473a6ecb46f328ecaab761afb55d dc3dd-7.2.641.tar.xz # Locally computed sha256 7f50aadc38649845ab11014d11013928411c9d2128c941e9630939d4c28cae6d dc3dd-7.2.641.tar.xz sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 CO...
{ "pile_set_name": "Github" }
/* * Copyright (C) Volition, Inc. 1999. All rights reserved. * * All source code herein is the property of Volition, Inc. You may not sell * or otherwise commercially exploit the source or things you created based on the * source. * */ #include "freespace.h" #include "gamesnd/gamesnd.h" #include "globalin...
{ "pile_set_name": "Github" }
: # report which #include files can not compile on their own # takes -v option to display compile failure message and line numbers # $PostgreSQL$ trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a" 0 1 2 3 15 find . \( -name CVS -a -prune \) -o -name '*.h' -type f -print | while read FILE do sed 's/->[a-zA-Z0-9_\.]*//g...
{ "pile_set_name": "Github" }
licenses(["notice"]) # Apache 2.0 package(default_visibility = ["//:internal_users"]) cc_library( name = "component", srcs = ["component.cc"], hdrs = ["component.h"], deps = [":context"], ) cc_test( name = "component_test", srcs = ["component_test.cc"], deps = [ ":component", ...
{ "pile_set_name": "Github" }
/** Used to match template delimiters. */ var reEscape = /<%-([\s\S]+?)%>/g; module.exports = reEscape;
{ "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> <title>CKFinder User's Guide</title> <link href="../../files/other/help.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" ...
{ "pile_set_name": "Github" }
package storage // Copyright 2017 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by...
{ "pile_set_name": "Github" }
#include "hunt/hunts/HuntT1055.h" #include <Psapi.h> #pragma pack(push, 8) #include <TlHelp32.h> #pragma pack(pop) #include <Windows.h> #include "util/StringUtils.h" #include "util/ThreadPool.h" #include "util/eventlogs/EventLogs.h" #include "util/log/Log.h" #include "util/processes/ProcessUtils.h" #include "util/wra...
{ "pile_set_name": "Github" }
; Project file for Independent JPEG Group's software ; ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C. ; Thanks to Frank Moehle, B. Setzepfandt, and Guido Vollbeding. ; ; To use this file, rename it to jpegtran.prj. ; If you are using Turbo C, change filenames beginning with "pc..." to...
{ "pile_set_name": "Github" }
import { useEffect, useState } from 'react' import { MockProviders, startMSW, setupRequestHandlers, } from '@redwoodjs/testing' export const StorybookProvider: React.FunctionComponent<{ storyFn: Function id: string }> = ({ storyFn, id }) => { const [loading, setLoading] = useState(true) useEffect(() => ...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2016 BitMover, 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 agr...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 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" }
/* ========================================================================= * * * * OpenMesh * * Copyright (c) 2001-2015, RWTH-Aachen University * * ...
{ "pile_set_name": "Github" }
/********************************************************************* * SEGGER Microcontroller GmbH * * The Embedded Experts * ********************************************************************** * ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using NHapi.Base.Log; using NHapi.Model.V28.Group; using NHapi.Model.V28.Segment; using NHapi.Model.V28.Datatype; using NHapi.Base; using NHapi.Base.Parser; using NHapi.Base.Model; namespace NHapi.Model.V28.Message { ///<summary> /// Represents a EHC_E12 message structu...
{ "pile_set_name": "Github" }
'use strict'; var TYPE_STRING = 'string'; var TYPE_EXPRESSION = 'expression'; var TYPE_RAW = 'raw'; var TYPE_ESCAPE = 'escape'; function wrapString(token) { var value = new String(token.value); value.line = token.line; value.start = token.start; value.end = token.end; return value; } function Tok...
{ "pile_set_name": "Github" }
/* Copyright 2006-2014 Joaquin M Lopez Munoz. * 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://www.boost.org/libs/flyweight for library home page. */ #ifndef BOOST_FLYWEIGHT_KEY_VALUE_HP...
{ "pile_set_name": "Github" }
mode: ContinuousDelivery next-version: 8.11.0 major-version-bump-message: '\s?(breaking|major|breaking\schange)' minor-version-bump-message: '\s?(add|feature|minor)' patch-version-bump-message: '\s?(fix|patch)' no-bump-message: '\+semver:\s?(none|skip)' assembly-informational-format: '{NuGetVersionV2}+Sha.{Sha}.D...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #include "print_binary.h" #include <linux/log2.h> #include "sane_ctype.h" int binary__fprintf(unsigned char *data, size_t len, size_t bytes_per_line, binary__fprintf_t printer, void *extra, FILE *fp) { size_t i, j, mask; int printed = 0; if (!printer) return 0; b...
{ "pile_set_name": "Github" }
require "#{RAILS_ROOT}/config/environment" require 'rails_generator' require 'rails_generator/scripts/generate' ARGV.shift if ['--help', '-h'].include?(ARGV[0]) Rails::Generator::Scripts::Generate.new.run(ARGV)
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------- * Copyright (c) <2016-2018>, <Huawei Technologies Co., Ltd> * 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. R...
{ "pile_set_name": "Github" }
// +build windows // +build !go1.4 package mousetrap import ( "fmt" "os" "syscall" "unsafe" ) const ( // defined by the Win32 API th32cs_snapprocess uintptr = 0x2 ) var ( kernel = syscall.MustLoadDLL("kernel32.dll") CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot")...
{ "pile_set_name": "Github" }
# -*- coding: binary -*- module Rex module Proto module Kerberos module Model # This class provides a representation of a principal, an asset (e.g., a # workstation user or a network server) on a network. class PrincipalName < Element # @!attribute name_type # ...
{ "pile_set_name": "Github" }
/* Actiona Copyright (C) 2005 Jonathan Mercier-Ganady Actiona 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....
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
# created by tools/loadICU.tcl -- do not edit namespace eval ::tcl::clock { ::msgcat::mcset pl DAYS_OF_WEEK_ABBREV [list \ "N"\ "Pn"\ "Wt"\ "\u015ar"\ "Cz"\ "Pt"\ "So"] ::msgcat::mcset pl DAYS_OF_WEEK_FULL [list \ "niedziela"\ "poniedzia\u0...
{ "pile_set_name": "Github" }
#!/bin/bash ###SHELLPACK preamble thotdata-bench 0 ###SHELLPACK parseargBegin ###SHELLPACK parseargInstall ###SHELLPACK parseargParam --min-threads THOTDATA_MIN_THREADS ###SHELLPACK parseargParam --max-threads THOTDATA_MAX_THREADS ###SHELLPACK parseargEnd ###SHELLPACK monitor_hooks ###SHELLPACK check_install_required...
{ "pile_set_name": "Github" }
Images, layout descriptions, binary blobs and string dictionaries can be included in your application as resource files. Various Android APIs are designed to operate on the resource IDs instead of dealing with images, strings or binary blobs directly. For example, a sample Android app that contains a user interfac...
{ "pile_set_name": "Github" }
// Copyright (C) 2002-2012 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #include "CWriteFile.h" #include <stdio.h> namespace irr { namespace io { CWriteFile::CWriteFile(const io::path& fileName, bool appen...
{ "pile_set_name": "Github" }
/* Copyright (C) 2001-2006, William Joseph. All Rights Reserved. This file is part of GtkRadiant. GtkRadiant 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 of the License, or (at your option) a...
{ "pile_set_name": "Github" }
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include <vespa/fastlib/io/bufferedfile.h> #include <vespa/searchlib/common/bitvector.h> #include <vespa/searchlib/common/tunefileinfo.h> #include <vespa/vespalib/stllike/string.h> #incl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Root MajorVersion="0" MinorVersion="33"> <CompositeFile CompositeFileTopName="bd_a493" CanBeSetAsTop="true" CanDisplayChildGraph="true"> <Description>Composite Fileset</Description> <Generation Name="SYNTHESIS" State="GENERATED" Timestamp="1519241076"/> <Generation ...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2019 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" }
//================= Hercules Script ======================================= //= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|...
{ "pile_set_name": "Github" }
# include "thread_view_activatable.h" # include <gtk/gtk.h> # include <webkit2/webkit2.h> /** * SECTION: astroid_threadview_activatable * @short_description: Interface for activatable extensions on the shell * @see_also: #PeasExtensionSet * * #AstroidthreadviewActivatable is an interface which should be implement...
{ "pile_set_name": "Github" }
// // Copyright (C) 2013 OpenSim Ltd. // // 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 // of the License, or (at your option) any later version. // // This program i...
{ "pile_set_name": "Github" }
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
{ "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. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris // Package unix contains an interface to the low-level operating system // primitives. OS d...
{ "pile_set_name": "Github" }
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2004-2008, Open Source Geospatial Foundation (OSGeo) * * This 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 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ApplicationInsights xmlns = "http://schemas.microsoft.com/ApplicationInsights/2013/Settings"> </ApplicationInsights>
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
{ "pile_set_name": "Github" }
FROM ubuntu:14.04 COPY getpid /usr/local/bin/ COPY fork /usr/local/bin/ WORKDIR /data VOLUME ["/data"] CMD [ "getpid" ]
{ "pile_set_name": "Github" }
{% load my_filters %} {% load i18n %} {% load staticfiles %} <!-- Begin Student Groups --> <div class="row" id="groups"> {% trans "Ungrouped" as ungrouped %} <div class="col-md-12"> {% if group_id and group_data %} {# comment "First block is a group summary page for a single group's display...
{ "pile_set_name": "Github" }
#include "os/os_thread.h" #include "pipe/p_defines.h" #include "util/u_ringbuffer.h" #include "util/u_math.h" #include "util/u_memory.h" /* Generic ringbuffer: */ struct util_ringbuffer { struct util_packet *buf; unsigned mask; /* Can this be done with atomic variables?? */ unsigned head; unsig...
{ "pile_set_name": "Github" }
-----BEGIN RSA PRIVATE KEY----- MIICXAIBAAKBgQDBKo554mzIMY+AByUNpaUOP9bJnQ7ZLQe9XgHwoLJR4VzpyZZZ R9L4WtImEew05FY3Izerfm3MN3+MC0tJ6yQU9sOiU3vBW6RrLIMlfKsnRwBRZ0Kn da+O6xldVSosu8Ev3z9VZ94iC/ZgKzrH7Mjj/U8/MQO7RBS/LAqee8bFNQIDAQAB AoGAWOCF0ZrWxn3XMucWq2LNwPKqlvVGwbIwX3cDmX22zmnM4Fy6arXbYh4XlyCj 9+ofqRrxIFz5k/7tFriTmZ0xag5+...
{ "pile_set_name": "Github" }
package cli import ( "bufio" "errors" "fmt" "io" "os" "os/signal" "strings" "github.com/bgentry/speakeasy" "github.com/mattn/go-isatty" ) // Ui is an interface for interacting with the terminal, or "interface" // of a CLI. This abstraction doesn't have to be used, but helps provide // a simple, layerable wa...
{ "pile_set_name": "Github" }
# include "KNN.h" KNN::KNN(int _k = 3) : k(_k) { } void KNN::train(DataSet* _data) { data = _data; numClasses = 0; // xxx use a MAXIMUM function for (unsigned int i = 0; i < data->Y.size(); i++){ if (data->Y[i] > numClasses) { numClasses = int(data->Y[i]); } } ++numClasses; } std::v...
{ "pile_set_name": "Github" }
-- update.test -- -- execsql {CREATE TABLE test1(f1 int,f2 int)} CREATE TABLE test1(f1 int,f2 int)
{ "pile_set_name": "Github" }
import pytest import os from smali.parser import get_op_code def build_op_code_data(): return { hexcode: definition for hexcode, definition in enumerate( open(os.path.join( os.path.dirname(__file__), 'data', 'opcode_list.dat' )).readlines() ) } @pytest....
{ "pile_set_name": "Github" }
package com.thomsonreuters.upa.valueadd.reactor; import java.nio.ByteBuffer; import com.thomsonreuters.upa.codec.Buffer; import com.thomsonreuters.upa.codec.CodecFactory; import com.thomsonreuters.upa.codec.CodecReturnCodes; /** * This class represents the OAuth credential for authorization with the token ...
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
import unittest import sys from .support import LoggingResult, TestEquality ### Support code for Test_TestSuite ################################################################ class Test(object): class Foo(unittest.TestCase): def test_1(self): pass def test_2(self): pass def test_3(self...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- ########################################################################### ## Python code generated with wxFormBuilder (version Oct 26 2018) ## http://www.wxformbuilder.org/ ## ## PLEASE DO *NOT* EDIT THIS FILE! ########################################################################### impor...
{ "pile_set_name": "Github" }
import React from 'react' import DelayedSort from '../../utils/DelayedSort' import PropTypes from 'prop-types' import SceneThumb from '../SceneThumb' import SceneThumbContainer from '../../containers/SceneThumb' import styled from 'styled-components' import { SortableContainer, SortableElement } from 'react-sortable-ho...
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
apiVersion: operators.coreos.com/v1alpha1 kind: ClusterServiceVersion metadata: annotations: alm-examples: '[{"apiVersion":"redhatcop.redhat.io/v1alpha1","kind":"NamespaceConfig","metadata":{"name":"example-namespaceconfig"},"spec":{"size":3}}]' capabilities: Full Lifecycle categories: Security certif...
{ "pile_set_name": "Github" }