text
stringlengths
2
99.9k
meta
dict
/* * Copyright (C) 2014 jsonwebtoken.io * * 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 ag...
{ "pile_set_name": "Github" }
lib/libavl.a include/avl.h include/avlt.h include/avltr.h include/rb.h
{ "pile_set_name": "Github" }
/* * Copyright 2011 The LibYuv Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing p...
{ "pile_set_name": "Github" }
{ "name": "Rock Block", "description": "A guitar amp.", "url": "http://surprisesoundlab.com/ssl-27_003.htm" }
{ "pile_set_name": "Github" }
set_source_files_properties(simple_joys.cpp PROPERTIES COMPILE_FLAGS -std=c++11) set_source_files_properties(auto.cpp PROPERTIES COMPILE_FLAGS -std=c++14) add_executable(auto auto.cpp) add_library(simple_joys simple_joys.cpp)
{ "pile_set_name": "Github" }
/* * * Copyright 2018 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" }
/* Copyright 2011 <copyright holder> <email> 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" }
/* * Copyright 2012 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
{ "pile_set_name": "Github" }
ARG REPO ARG TAG FROM ${REPO}/k3os-base:${TAG} as base ARG REPO ARG TAG FROM ${REPO}/k3os-progs:${TAG} as progs ARG REPO ARG TAG FROM ${REPO}/k3os-k3s:${TAG} as k3s FROM base as k3os-build ARG VERSION ARG ARCH RUN apk add squashfs-tools COPY --from=base /bin /usr/src/image/bin/ COPY --from=base /lib /usr/src/image/l...
{ "pile_set_name": "Github" }
/*===---- complex - CUDA wrapper for <new> ------------------------------=== * * 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...
{ "pile_set_name": "Github" }
package org.evomaster.core.output import org.evomaster.client.java.controller.api.dto.database.schema.DatabaseType import org.evomaster.core.EMConfig import org.evomaster.core.database.DbAction import org.evomaster.core.database.schema.Column import org.evomaster.core.database.schema.ColumnDataType import org.evomaste...
{ "pile_set_name": "Github" }
package additive_animations.fragments; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.view.ViewGroup; import additive_animations.helper.DpConvert...
{ "pile_set_name": "Github" }
/* * Copyright 2013 Maurício Linhares * * Maurício Linhares licenses this file to you 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" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", "go_test", ) go_library( name = "go_default_library", srcs = [ "connection.go", "constants.go", "custom_errors.go", "datacenter.go", "datastore.go", ...
{ "pile_set_name": "Github" }
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This 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 * th...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2005. // Use, modification and distribution are subject to 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) // // This file exists to prevent std lib headers from accidentally // including a TR1 ext...
{ "pile_set_name": "Github" }
package agent import ( "github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/types" ) // ServiceDefinition is used to JSON decode the Service definitions type ServiceDefinition struct { ID string Name string Tags []string Address string Por...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>GuardianCompactWeb-Black Demo</title> <style type="text/css"> @font-face { font-family: 'GuardianCompactWeb'; src: url('GuardianCompactWeb-Black.eot'); src: url('GuardianCompactWeb-Black.eot?#iefix'...
{ "pile_set_name": "Github" }
Along with the records returned from your store, you'll likely need to handle some kind of metadata. *Metadata* is data that goes along with a specific *model* or *type* instead of a record. Pagination is a common example of using metadata. Imagine a blog with far more posts than you can display at once. You might que...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcsset="http://v8.1c.ru/8.1/data-composition...
{ "pile_set_name": "Github" }
This is an OpenSSL-compatible version of AES (also called Rijndael). aes_core.c is basically the same as rijndael-alg-fst.c but with an API that looks like the rest of the OpenSSL symmetric cipher suite.
{ "pile_set_name": "Github" }
package skinny.session.jdbc import skinny.orm._ import scalikejdbc._ import org.joda.time.DateTime import java.io._ import skinny.logging.LoggerProvider /** * SkinnySession JDBC implementation. */ case class SkinnySession( id: Long, createdAt: DateTime, expireAt: DateTime, servletSessions: Seq[Ser...
{ "pile_set_name": "Github" }
// .NAME vtkDataMineWireFrameReader from vtkDataMineWireFrameReader // .SECTION Description // vtkDataMineWireFrameReader is a subclass of vtkPolyDataAlgorithm // to read DataMine binary Files (point, perimeter, wframe<points/triangle>) #ifndef vtkDataMineWireFrameReader_h #define vtkDataMineWireFrameReader_h #includ...
{ "pile_set_name": "Github" }
/* benum.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static integer c__1 = 1; /* $Procedure BENUM ( Be a number? ) */ logical benum_(char *string, ftnlen string_l...
{ "pile_set_name": "Github" }
package org.cellocad.adaptors.eugeneadaptor; import lombok.Getter; import lombok.Setter; import org.apache.log4j.Logger; import org.cellocad.MIT.dnacompiler.*; import org.cidarlab.eugene.Eugene; import org.cidarlab.eugene.dom.Device; import org.cidarlab.eugene.dom.NamedElement; import org.cidarlab.eugene.dom.imp.conta...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // USER IMPLEMENTATION // This file contains compile-time options for ImGui. // Other options (memory allocation overrides, callbacks, etc.) can be set at runtime via the ImGuiIO structure - ImGui::GetIO(). //-------------------------------...
{ "pile_set_name": "Github" }
<?php /** * Copyright © OXID eSales AG. All rights reserved. * See LICENSE file for license details. */ namespace OxidEsales\EshopCommunity\Core\Contract; /** * The implementation of this class determines the controllers which should be allowed to be called directly via * HTTP GET/POST Parameters, inside form a...
{ "pile_set_name": "Github" }
= MOPs Aim = #icon: opdef:.?mops_modifier_02.svg """Aims MOPs primitives towards target points.""" The MOPs Aim Modifier orients packed primitives towards a target point, or multiple target points. == Overview == @inputs MOPs Primitives: The packed primitives to orient. Optional Aim Target Points: A...
{ "pile_set_name": "Github" }
<div class="ajax-text-and-image lightbox-block"> <style scoped> .ajax-text-and-image { max-width: 800px; padding: 0; } .ajax-col { width: 50%; float: left; } .ajax-col img { width: 100%; height: auto; } @media all and (max-width:30em) { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public L...
{ "pile_set_name": "Github" }
/* LLgen generated code from source LLgen.g */ #include "Lpars.h" #define LL_LEXI scanner #define LLNOFIRSTS #define LL_LEXI scanner /* $Id$ */ #ifdef LL_DEBUG #include <assert.h> #define LL_assert(x) assert(x) #else #define LL_assert(x) /* nothing */ #endif extern int LLsymb; #define LL_SAFE(x) /* Nothing */ #define...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
## Python 策略框架 *注*:已经兼容python 3 。 提供了基本的数据组织和简单的基于TA-lib库的技术指标封装,目的是把策略的编写简化到只实现一个algo函数和配置ini文件就能快速完成,具体示例可参考demo.py, demo.ini文件(框架使用到的参数配置具体详见ini文件中注释)。 1. 用mixin模式组织各功能模块 2. 设置基本的数据组织,包括历史数据和实时数据的自动更新 3. 方便的K线数据存取、盘口数据存取 4. 简单化下单价格,基于盘口价格取对手价 5. 仓位管理mixin中提供了基本的止赢止损逻辑,可在配置文件中通过参数控制 6. 通过helper, physics方式在外部提供一些简化...
{ "pile_set_name": "Github" }
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:vpcf19:version{aafc65d8-7a5a-4e01-bd8d-3ac118422503} --> { _class = "CParticleSystemDefinition" m_bShouldHitboxesFallbackToRenderBounds = false m_nMaxParticles = 1 m_flConstantRadius = 1.0 m_flConstantLifespan = 0.6 m_ConstantColor = [ 80...
{ "pile_set_name": "Github" }
namespace IDisposableAnalyzers { using System.Collections.Immutable; using Gu.Roslyn.AnalyzerExtensions; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; [DiagnosticAnalyzer(LanguageNa...
{ "pile_set_name": "Github" }
package com.nixmash.springdata.solr.repository.simple; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageRequest; import org.springframework.data.repository.NoRepositoryBean; import org.springframework.data.solr.core.query.Criteria; import org.springframewo...
{ "pile_set_name": "Github" }
# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex ch...
{ "pile_set_name": "Github" }
package android.view; import android.annotation.UnsupportedAppUsage; import android.hardware.input.InputDeviceIdentifier; import android.hardware.input.InputManager; import android.net.wifi.WifiEnterpriseConfig; import android.os.NullVibrator; import android.os.Parcel; import android.os.Parcelable; import android.os.V...
{ "pile_set_name": "Github" }
/** @file * * A brief file description * * @section license License * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this...
{ "pile_set_name": "Github" }
var assert = require("assert"); assert.inDelta = function(actual, expected, delta, message) { if (!inDelta(actual, expected, delta)) { assert.fail(actual, expected, message || "expected {actual} to be in within *" + delta + "* of {expected}", null, assert.inDelta); } }; assert.domNull = function(actual, messa...
{ "pile_set_name": "Github" }
path: "tensorflow.estimator.StopAtStepHook" tf_class { is_instance: "<class \'tensorflow.python.training.basic_session_run_hooks.StopAtStepHook\'>" is_instance: "<class \'tensorflow.python.training.session_run_hook.SessionRunHook\'>" is_instance: "<type \'object\'>" member_method { name: "__init__" args...
{ "pile_set_name": "Github" }
using RestSharp; namespace TrelloNet.Internal { internal class NotificationChangeUnreadRequest : NotificationsRequest { public NotificationChangeUnreadRequest(INotificationId notification, bool unread) : base(notification, "unread", Method.PUT) { this.AddValue(unread.ToT...
{ "pile_set_name": "Github" }
'use strict'; require('./shim')();
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Nokia Solutions and Networks * Licensed under the Apache License, Version 2.0, * see license.txt file for details. */ package org.rf.ide.core.testdata.text.write.tables.settings.creation; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.EnumSource; imp...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol PXPerson <NSObject> @required - (NSString *)name; - (unsigned long long)numberOfAssets; - (void)requestFaceTileImageWithTargetSize:(void *)arg1 cropFactor:(void *)arg2 round:(void *)arg3 cacheResult:(void *)arg4 completionBlock:(void *)arg5; // needs 5 arg types, found 1...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('bindAll', require('../bindAll')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * A basic KeyCache backed by an array. * * @author Chris Corbyn */ class Swift_KeyCache_ArrayKey...
{ "pile_set_name": "Github" }
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2019 The Bitcoin Core developers // Copyright (c) 2014-2019 The DigiByte Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <support/cleanse...
{ "pile_set_name": "Github" }
Input files: hesDiffCmdTest/input1.osm and hesDiffCmdTest/input2.osm Match Scoring Differential Summary: 37 manual matches. 61 elements from the first file were removed in the second file. 2 new elements were added to the second file. 6 new elements are involved in wrong matches. 0 new elements are involved in correc...
{ "pile_set_name": "Github" }
/* Copyright 2016 The TensorFlow Authors. 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 law or a...
{ "pile_set_name": "Github" }
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
/* * File: gmath.h * ------------- * This interface exports several functions for working with graphical * geometry along with the constants <code>PI</code> and <code>E</code>. */ #ifndef _gmath_h #define _gmath_h /* * Constant: PI * ------------ * The mathematical constant pi, which is the ratio of the circu...
{ "pile_set_name": "Github" }
const fs = require('fs'); const path = require('path'); const engine = require('unified-engine'); const remark = require('remark'); const anchorValidator = require('remark-validate-links'); const reporter = require('vfile-reporter'); const REG_BLANK_OR_COMMENT = /^\s*(?:\s*|#.*)$/; const REG_FILE_REDIRECT = /\.(?:html...
{ "pile_set_name": "Github" }
#include <stdio.h> int main() { fprintf(stderr, "This is stderr\n"); printf("This is stdout\n"); return 0; }
{ "pile_set_name": "Github" }
""" For creating Event Log bots Example: import pycobalt.bot as bot import pycobalt.engine as engine bot.set_prefix('!') bot.set_triggers(bot.PRIVMSG, bot.PREFIX, bot.ADDRESSED) bot.add_help() @bot.command('test-command', 'Tests bot') def _(*args): for arg in args: ag...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ :mod:`orion.algo.evolution_es` -- The Evolved Transformer and large-scale evolution of image classifiers =========================================================================================== .. module:: evolution_es :platform: Unix :synopsis: Implement evolution to exploit con...
{ "pile_set_name": "Github" }
/* * This file is part of the Colobot: Gold Edition source code * Copyright (C) 2001-2018, Daniel Roux, EPSITEC SA & TerranovaTeam * http://epsitec.ch; http://colobot.info; http://github.com/colobot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Pu...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from accelbrainbase.extractable_data import ExtractableData import pandas as pd class LabeledCSVExtractor(ExtractableData): ''' CSV Extractor for labeled samples. ''' # `str` of column of label __label_column = "label" def __init__( self, ...
{ "pile_set_name": "Github" }
// Copyright 2017 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 THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIA_CONTROLS_ELEMENTS_MEDIA_CONTROL_ANIMATION_EVENT_LISTENER_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_ME...
{ "pile_set_name": "Github" }
using FastCollections; using System; namespace Lockstep { public class ScanNode { public void Setup(int x, int y) { this.X = x; this.Y = y; } //Agents are sorted into buckets based on their AC private FastList<FastBucket<LSInfluencer>> AgentBuckets = new FastList<FastBucket<LSInfluencer>>(); pub...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Tests\Features\Methods; use App\User; class PaginatorExtension { /** * @return array<int, User> */ public function testPaginateProxiesToCollection(): array { return User::paginate()->all(); } /** * @return array<int, User> */ ...
{ "pile_set_name": "Github" }
<?php namespace GuzzleHttp\Promise; /** * A special exception that is thrown when waiting on a rejected promise. * * The reason value is available via the getReason() method. */ class RejectionException extends \RuntimeException { /** @var mixed Rejection reason. */ private $reason; /** * @param ...
{ "pile_set_name": "Github" }
/* * $Id$ * * Copyright (C) 2007 iptelorg GmbH * * This file is part of ser, a free SIP server. * * ser 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 ...
{ "pile_set_name": "Github" }
#include "igraph_lsap.h" #include "igraph_error.h" /* #include <stdio.h> */ #include <stdlib.h> #include <math.h> #include <limits.h> /* INT_MAX */ #include <float.h> /* DBL_MAX */ #include <time.h> /* constants used for improving readability of code */ #define COVERED 1 #define UNCOVERED 0 #defi...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Midokura SARL * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
package api /************************************************ generated by IDE. for [NoteAPI] ************************************************/ import ( "github.com/sacloud/libsacloud/sacloud" ) /************************************************ To support fluent interface for Find() ***************************...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol _WGParentDataSourceManager <NSObject> @required - (void)childDataSourceManagerDataSourcesDidChange:(id <_WGDataSourceManager>)arg1; @end
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
/* Copyright (c) 2017 Marcin Szeniak (https://github.com/Klocman/) Apache License Version 2.0 */ using System; using System.Drawing; using System.Windows.Forms; using BulkCrapUninstaller.Functions.Ratings; namespace BulkCrapUninstaller.Forms { public partial class RatingPopup : Form { ...
{ "pile_set_name": "Github" }
#source: attr-gnu-4-2.s -mips32r2 #source: attr-gnu-4-6.s #ld: -r #readelf: -A #warning: warning: .* uses -msingle-float \(set by .*\), .* uses -mgp32 -mfp64 Attribute Section: gnu File Attributes Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\) MIPS ABI Flags Version: 0 ISA: MIPS.* GPR size: .* CPR1 size: .* ...
{ "pile_set_name": "Github" }
1.6.14 / 2016-11-18 =================== * deps: mime-types@~2.1.13 - Add new mime types 1.6.13 / 2016-05-18 =================== * deps: mime-types@~2.1.11 - Add new mime types 1.6.12 / 2016-02-28 =================== * deps: mime-types@~2.1.10 - Add new mime types - Fix extension of `applicati...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
{ "pile_set_name": "Github" }
/* OpenCL runtime library: clEnqueueWaitForEvents() Copyright (c) 2012-2017 pocl developers 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 limi...
{ "pile_set_name": "Github" }
/* * Copyright 2011 Greg Milette and Adam Stroud * * 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" }
package com.example.modern class Token { public static void main(String[] args) { println SwitchOnStrings.result("foo") } }
{ "pile_set_name": "Github" }
/** * Aptana Studio * Copyright (c) 2005-2011 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the GNU Public License (GPL) v3 (with exceptions). * Please see the license.html included with this distribution for details. * Any modifications to this file must keep this entire header intact. ...
{ "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" }
using Coevery.ContentManagement.MetaData; using Coevery.Core.Contents.Extensions; using Coevery.Data.Migration; namespace Coevery.Core.Title { public class Migrations : DataMigrationImpl { public int Create() { SchemaBuilder.CreateTable("TitlePartRecord", table => table ...
{ "pile_set_name": "Github" }
package com.alibaba.weex.uitest.TC_Text; import android.app.Activity; import android.app.Application; import android.app.Instrumentation; import android.content.Intent; import android.test.ActivityInstrumentationTestCase2; import android.test.TouchUtils; import android.text.TextUtils; import android.util.Log; import a...
{ "pile_set_name": "Github" }
/* * reserved comment block * DO NOT REMOVE OR ALTER! */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under ...
{ "pile_set_name": "Github" }
<div id="content2"> <h1>How can I add a product?</h1> <p>Open Food Facts is a collaborative project where each citizen can contribute by adding or completing product information.</p> <p>We try to offer the most user-friendly interface to make it easy and fast to add products. Here are some images with each sta...
{ "pile_set_name": "Github" }
# Contributing to Go Go is an open source project. It is the work of hundreds of contributors. We appreciate your help! ## Filing issues When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions: 1. What version of Go are you using (`go version`)? 2. What operating system and ...
{ "pile_set_name": "Github" }
/* * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundati...
{ "pile_set_name": "Github" }
# FindFFmpeg # ---------- # # Find the native FFmpeg includes and libraries # # This module defines the following variables: # # FFmpeg_INCLUDE_<component>: where to find <component>.h # FFmpeg_LIBRARY_<component>: where to find the <component> library # FFmpeg_INCLUDES: aggregate all the include paths # FFmpeg_LIB...
{ "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" }
/* Copyright 2019 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" }
/* * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
package com.bookstore.projection; public interface AuthorNameBookTitle { String getName(); String getTitle(); }
{ "pile_set_name": "Github" }
/** * ditaa - Diagrams Through Ascii Art * * Copyright (C) 2004-2011 Efstathios Sideris * * ditaa 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 3 of * the License, or (at your...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Jan Seibert (jan.seibert@geo.uzh.ch) and * Marc Vis (marc.vis@geo.uzh.ch) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, ...
{ "pile_set_name": "Github" }
/* * Quaternion.cpp * * Created on: 02.05.2012 * Author: nopper */ #include "../../UsedLibs.h" #include "Quaternion.h" Quaternion::Quaternion() : dirtyFlag(true) { glusQuaternionIdentityf(q); } Quaternion::Quaternion(float x, float y, float z, float w) : dirtyFlag(true) { q[0] = x; q[1] = y; q[2] =...
{ "pile_set_name": "Github" }
apiVersion: operators.coreos.com/v1alpha1 kind: ClusterServiceVersion metadata: annotations: alm-examples: '[{"apiVersion":"hive.openshift.io/v1","kind":"HiveConfig","metadata":{"name":"hive"},"spec":{"managedDomains":[{"aws":{"credentialsSecretRef":{"name":"my-route53-creds"}},"domains":["my-base-domain.example....
{ "pile_set_name": "Github" }
#TODO support batches, #TODO perhaps use only BERT?, bert-as-a-service seems a bit overkill import sys import os from bert_serving.server.helper import get_args_parser from bert_serving.server import BertServer from bert_serving.client import BertClient from bert_serving.server.bert import tokenization import time if...
{ "pile_set_name": "Github" }
###################################################################### # This file should be kept compatible with Python 2.3, see PEP 291. # ###################################################################### """ dyld emulation """ import os from framework import framework_info from dylib import dylib_info from it...
{ "pile_set_name": "Github" }
<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> <cas:authenticationSuccess> <cas:user>jiang.j</cas:user> <cas:attributes> <cas:mail>jiang.j@Ctrip.com</cas:mail> <cas:sn>vjj江杰</cas:sn> <cas:department>框架研发部</cas:department> <cas:company>IT</cas:company> ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 mbelib Author * GPG Key ID: 0xEA5EFE2C (9E7A 5527 9CDC EBF7 BF1B D772 4F98 E863 EA5E FE2C) * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice ap...
{ "pile_set_name": "Github" }
/* rs-theme-name: base16 OceanicNext {rsthemes} */ /* OceanicNext by https://github.com/voronianski/oceanic-next-color-scheme */ /* rs-theme-is-dark: TRUE */ .ace_gutter { background: #1e313b; color: rgba(216, 222, 233, 0.5); } .ace_print-margin { width: 2px; background: rgba(192, 197, 206, 0.15); } .ace_edit...
{ "pile_set_name": "Github" }