text
stringlengths
2
99k
meta
dict
<?xml version="1.0" ?> <model> <name>Sea Bottom</name> <version>1.0</version> <sdf version="1.5">model.sdf</sdf> <author> </author> <description>A simple sea bottom</description> </model>
{ "pile_set_name": "Github" }
line 1 --> item6 item1 item7 item2 item8 item3 item9 item4 item10 item5 line 2 --> item6 item1 item7 item2 item8 item3 item9 item4 item10 item5 line 3 --> item6 item1 item7 item2 item8 item3 item9 item4 item10 item5 line 4 --> item6 item1 item7 item2 item8 item3 item9 item4 item10 item5 line 5 --> item6 item1 item7 ite...
{ "pile_set_name": "Github" }
using Stratis.SmartContracts; public class SingleConstructor : SmartContract { public SingleConstructor(ISmartContractState smartContractState) : base(smartContractState) { } }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Dave Collins <dave@davec.name> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND TH...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2008 LWJGL Project * 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 * notice, this...
{ "pile_set_name": "Github" }
[ { "content": "string", "created_at": "2020-01-03T12:47:21.806Z", "user": { "avatar_url": "string", "created": "2020-01-03T12:47:21.806Z", "email": "user@example.com", "full_name": "string", "id": 1, "is_admin": true, "language": "string", "last_login": "20...
{ "pile_set_name": "Github" }
import React from "react"; import { connect } from "react-redux"; import { Everything } from "../interfaces"; import { GardenSnapshotProps, GardenSnapshot } from "./garden_snapshot"; import { selectAllPlantTemplates, findSavedGarden, } from "../resources/selectors"; import { DesignerPanel, DesignerPanelHeader, Desi...
{ "pile_set_name": "Github" }
cmake_minimum_required( VERSION 3.10 FATAL_ERROR ) set( CMAKE_VERBOSE_MAKEFILE ON ) project( TextureFont ) get_filename_component( CINDER_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../.." ABSOLUTE ) get_filename_component( APP_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../" ABSOLUTE ) include( "${CINDER_PATH}/proj/cmake/modu...
{ "pile_set_name": "Github" }
/* * Copyright 2002-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
{-@ LIQUID "--prune-unsorted" @-} {-@ LIQUID "--total" @-} {-# LANGUAGE TypeSynonymInstances #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE QuasiQuotes #-} module LiquidR ( array , combine , indexNullary -- and, -- add, -- indexUnary, -- indexNAry ) where import Prelude ...
{ "pile_set_name": "Github" }
# # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # # Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved. # # The contents of this file are subject to the terms of either the GNU # General Public License Version 2 only ("GPL") or the Common Development # and Distribution License("CDDL"...
{ "pile_set_name": "Github" }
# 性病医生的病人们 <!-- MarkdownTOC --> - 高大体面的大叔,你肿么了 - 美女啊美女 - 美丽孕妇的传说 - 她/他们的嗜好 - 口腔里的秘密 - 你们嫖就嫖,别传染给家人哦 - 女神啊,你混哪里的? <!-- /MarkdownTOC --> 八一下曾经的病号吧。最可怜的是一个送煤的,家里很穷,有次给发廊送煤后,发廊老板娘不给钱。跟他说:我这儿的小姐让你玩一次吧,要不你就白送了,玩个小姐也算你开了洋荤。送煤的想想也对,反正也要不到钱开洋荤也是白开,于是就那样那样了,然后尖锐湿疣,梅毒,淋病全都染上了。每次一来就要生不能要死不得的哭,唉,没办法,后来也不知道怎么样了。话说卖X货平时多以小诊所与游医诊...
{ "pile_set_name": "Github" }
:import { -st-from: "../Foundation/stylable/colors.st.css"; -st-named: THEME-COLOR-10, THEME-COLOR-20, THEME-COLOR-50, D10, D20, D50, D60, D70, D80; } :import { -st-from: "../Foundation/stylable/mixins/calc.js"; -st-default: calc; } :import { -st-from: "../Foundation/stylable/shadows.st.css"; -st-named: s...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> <Breakpoints> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActio...
{ "pile_set_name": "Github" }
/**************************************************************** * 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" }
.. _access-logging: ============== Access Logging ============== The WSGI design is modular. Waitress logs error conditions, debugging output, etc., but not web traffic. For web traffic logging, Paste provides `TransLogger <https://web.archive.org/web/20160707041338/http://pythonpaste.org/modules/translogger.html>`...
{ "pile_set_name": "Github" }
--disable_warnings DROP DATABASE IF EXISTS d1; DROP DATABASE IF EXISTS d2; DROP DATABASE IF EXISTS d3; --enable_warnings CREATE DATABASE d1; CREATE DATABASE d2; CREATE DATABASE d3; CREATE TABLE d1.t1 (c1 TINYINT NOT NULL PRIMARY KEY, c2 INTEGER, KEY(c2)); CREATE TABLE d2.t2 (c1 TINYINT NOT NULL PRIMARY KEY, c2 INTEGER,...
{ "pile_set_name": "Github" }
// // Prefix header for all source files of the 'iPhone' target in the 'iPhone' project // #ifndef __IPHONE_5_0 #warning "This project uses features only available in iOS SDK 5.0 and later." #endif #ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #endif
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.17" systemVersion="17A263s" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" init...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 - 2014 Alexander "Evisceration" Martinz * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version....
{ "pile_set_name": "Github" }
package com.wavpack.decoder; /* ** WordsUtils.java ** ** Copyright (c) 2007 - 2008 Peter McQuillan ** ** All Rights Reserved. ** ** Distributed under the BSD Software License (see license.txt) ** */ class WordsUtils { //////////////////////////////// local macros ///////...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // *Preprocessed* version of the main "bind_fwd.hpp" header // -- DO NOT modify by hand! namespace boost { namesp...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2016-2019 VMware, 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 in compliance with the License. ~ ~ This product may include a number of su...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
#define drivea_width 32 #define drivea_height 32 static unsigned char drivea_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8...
{ "pile_set_name": "Github" }
; RUN: opt < %s -instcombine -S | grep sub ; PR2553 define double @test(double %X) nounwind { ; fsub of self can't be optimized away. %Y = fsub double %X, %X ret double %Y }
{ "pile_set_name": "Github" }
================ Writing snippets ================ .. _Organizing Snippets: snippet-organization.html .. _Expanding Snippets: snippet-expansion.html .. _Writing Snippets: snippet-development.html .. _The YASnippet Menu: snippet-menu.html .. contents:: Snippet development =================== Quickly finding snippets...
{ "pile_set_name": "Github" }
// This file is part of libigl, a simple c++ geometry processing library. // // Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla Public License // v. 2.0. If a copy of the MPL was not distributed with this file, You can // obtain one at htt...
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_V1_GRAMMAR_HPP #define BOOST_METAPARSE_V1_GRAMMAR_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2012. // 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) #include ...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.AspNetCore.Analyzer.Testing; using Microsoft.CodeAnalysis; using Micro...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:31dfc722c4836b9ce8555e28d2eaca2d76f8f68d2310274cb47ac0304404c543 size 7837
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "Y...
{ "pile_set_name": "Github" }
// CS1061: Type `object' does not contain a definition for `Foo' and no extension method `Foo' of type `object' could be found. Are you missing an assembly reference? // Line: 12 using System.Collections.Generic; public class C { void M (IEnumerable<KeyValuePair<string, dynamic>> arg) { foreach (KeyValuePair<stri...
{ "pile_set_name": "Github" }
// ************************************************************************ // ***************************** CEF4Delphi ******************************* // ************************************************************************ // // CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based // browser in D...
{ "pile_set_name": "Github" }
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (...
{ "pile_set_name": "Github" }
/* * Copyright © 2013 Canonical Ltd. * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 or 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT A...
{ "pile_set_name": "Github" }
# Ruby Cocoa Graphics is a graphics library providing a simple object-oriented # interface into the power of Mac OS X's Core Graphics and Core Image drawing libraries. # With a few lines of easy-to-read code, you can write scripts to draw simple or complex # shapes, lines, and patterns, process and filter images, c...
{ "pile_set_name": "Github" }
(defproject enfocus "0.1.0-SNAPSHOT" :description "DOM manipulation tool for clojurescript inspired by Enlive" :dependencies [[ring "1.0.0-RC1"]] :dev-dependencies [[lein-eclipse "1.0.0"]])
{ "pile_set_name": "Github" }
DE:Scheußliche Straße US:Horrid Highway
{ "pile_set_name": "Github" }
#pragma once #include <Common/Base/hkBase.h> #include "hkbModifier_0.h" #include "hkbHandle_1.h" #include "hkbSenseHandleModifierRange_0.h" class hkbSenseHandleModifier : public hkbModifier { public: HK_DECLARE_CLASS_ALLOCATOR( HK_MEMORY_CLASS_BEHAVIOR_RUNTIME ); HK_DECLARE_REFLECTION(); public: HK_FORCE_IN...
{ "pile_set_name": "Github" }
/* Copyright The containerd 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...
{ "pile_set_name": "Github" }
[![Build status](https://badge.buildkite.com/5645abfe1411086f06a4d8cee1e3bbbbba9fb9318738f1fdb1.svg?branch=master)](https://buildkite.com/input-output-hk/iohk-ops) Collection of tooling and automation to deploy IOHK infrastructure. ### Structure - `deployments` - includes all NixOps deployments controlled via `.hs` ...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
// this ensures node understands the future require('@babel/register'); const _ = require('lodash'); const createDebugger = require('debug'); const log = createDebugger('fcc:server:production-start'); const startTime = Date.now(); // force logger to always output // this may be brittle log.enabled = true; // this is w...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Rgaa30 Test.8.8.2 NA 03</title> </head> <body> ...
{ "pile_set_name": "Github" }
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange // // Copyright (c) 2005-2019 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any person obtaining a // copy...
{ "pile_set_name": "Github" }
reference = Referenz queryParameters = Abfrage-Parameter indexedParameters = Indexierte Parameter
{ "pile_set_name": "Github" }
import { HttpStatus } from '@nestjs/common'; export interface IErrorMessages { type: string; httpStatus: HttpStatus; errorMessage: string; userMessage: string; }
{ "pile_set_name": "Github" }
// // This tests the use of an array indexer on value exprclasses // and not only variables // class X { static g () : array [int] { mutable x = array(5); x [1] = 10; x; } static Main () : int { if (g () [1] == 10) { 0; } else { 1; } } } /* BEGIN-OUTPUT E...
{ "pile_set_name": "Github" }
package com.netease.nim.uikit.common.activity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import com.netease.nim.uikit.R; import com.netease.nim.uikit.api.wrapper.NimToolBarOptions; import com.netease.nim.uik...
{ "pile_set_name": "Github" }
- hg: local-name: amor-ros-pkg uri: http://code.google.com/p/amor-ros-pkg/ version: fuerte
{ "pile_set_name": "Github" }
package org.drools.ruleunit.impl; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.Objects; import org.drools.ruleunit.RuleUnit; import org.kie.internal.ruleunit.RuleUnitVariable; import st...
{ "pile_set_name": "Github" }
#!/usr/bin/env node "use strict"; /** * Command-line interface to packet decoding * * Usage: * lora-packet-decode --hex <packet> * lora-packet-decode --base64 <packet> */ var lora_packet = require('../lib/index.js'); var cmdlineArgs = process.argv; var hexOption = cmdlineArgs.indexOf("--hex"); var b64Opt...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <html class="reftest-wait"><head> <meta charset="utf-8"> <title>CSS Grid Test: test 006 dynamic remove/insert first item</title> <link rel="author" title="Mats Palmgren" href="http...
{ "pile_set_name": "Github" }
// Copyright 2014 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. #include "extensions/renderer/module_system_test.h" namespace extensions { namespace { class SafeBuiltinsUnittest : public ModuleSystemTest {}; TEST_F(...
{ "pile_set_name": "Github" }
## js-ipfs #### Lead: @diasdavid #### Notetaker: @em-ly #### Participants - @daviddias - @victorbjelkholm - @dignifiedquire - @em-ly - @flyingzumwalt - @RichardLitt ## Agenda - bunch of IPLD discussions, multibase came out - pull-streams endeavour - files (victor) **You have 30 minutes for this agenda**, ...
{ "pile_set_name": "Github" }
package com.sequenceiq.cloudbreak.cloud.service; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.Mockito.doAnswer; import java.util.List; import org.junit.jupiter.api.Test; imp...
{ "pile_set_name": "Github" }
package centaur import centaur.api.CentaurCromwellClient import centaur.test.standard.CentaurTestCase import com.typesafe.config.{Config, ConfigFactory} import com.typesafe.scalalogging.StrictLogging import net.ceedubs.ficus.Ficus._ import org.scalatest.{BeforeAndAfterAll, ParallelTestExecution, Suite, Suites} import...
{ "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 2016 higherfrequencytrading.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2007-2011 flexlib contributors. ~ ~ Permission is hereby granted, free of charge, to any person obtaining a copy ~ of this software and associated documentation files (the "Software"), to deal ~ in the Software without restriction, including without ...
{ "pile_set_name": "Github" }
// Libraries import React, {PureComponent, ChangeEvent} from 'react' import {connect} from 'react-redux' // Components import {Form, Input, Button, Panel, Grid} from '@influxdata/clockface' // Types import {AppState} from 'src/types' import {Columns, ComponentSize, ComponentStatus} from '@influxdata/clockface' inter...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
--- title: Documentation authors: ['CompuIves'] slug: / description: Learn what CodeSandbox is and how to use it. --- ## What is CodeSandbox CodeSandbox is an online editor for rapid web development. With CodeSandbox, you can prototype quickly, experiment easily, and share creations with a click. Use it to create st...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file ex...
{ "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" }
/* global it, expect, beforeAll, afterAll, afterEach */ import { setup, teardown, login, modelize } from 'stubstub'; import { Export, WorkerTask } from 'server/models'; const models = modelize` Community community { Pub pub { viewHash: "some-hash" Member { permissions: "view" User pubViewer {} } ...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2019 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 applic...
{ "pile_set_name": "Github" }
using System; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Cms { internal class BaseDigestCalculator : IDigestCalculator { private readonly byte[] digest; internal BaseDigestCalculator( byte[] digest) { this.digest = digest; } public byte[] GetDigest() { return Arrays.Clone(...
{ "pile_set_name": "Github" }
project_path: /web/_project.yaml book_path: /web/fundamentals/_book.yaml description: 레이아웃은 브라우저가 요소의 기하학적 정보(페이지에서 차지하는 크기 및 위치)를 파악하는 장소입니다. 각 요소는 사용한 CSS, 요소의 콘텐츠 또는 상위 요소에 따라 명시적 또는 암시적 크기 지정 정보를 갖게 됩니다. 이 프로세스는 Chrome에서 레이아웃이라고 합니다. # 크고 복잡한 레이아웃 및 레이아웃 스래싱 피하기 {: .page-title } {# wf_updated_on: 2015-03-20 #} {#...
{ "pile_set_name": "Github" }
package builder import ( "bytes" "errors" "fmt" "io" "io/ioutil" "regexp" "github.com/docker/docker/pkg/archive" "github.com/docker/docker/pkg/httputils" "github.com/docker/docker/pkg/urlutil" ) // When downloading remote contexts, limit the amount (in bytes) // to be read from the response body in order to...
{ "pile_set_name": "Github" }
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. <a name="1.7.2"></a> ## [1.7.2](https://github.com/sarneeh/reaptcha/compare/v1.7.1...v1.7.2) (2019-12-28) ### Bug Fixes - update component on classNam...
{ "pile_set_name": "Github" }
module.exports = { parallel : require('./parallel.js'), serial : require('./serial.js'), serialOrdered : require('./serialOrdered.js') };
{ "pile_set_name": "Github" }
#ifndef _INCLUDE_UTILS_H #define _INCLUDE_UTILS_H #include "common.h" void* memManager(VM* vm, void* ptr, uint32_t oldSize, uint32_t newSize); #define ALLOCATE(vmPtr, type) \ (type*)memManager(vmPtr, NULL, 0, sizeof(type)) #define ALLOCATE_EXTRA(vmPtr, mainType, extraSize) \ (mainType*)memManager(vmPtr, NULL, ...
{ "pile_set_name": "Github" }
/* * 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 Foundation. Oracle designates this * particular file as subject to th...
{ "pile_set_name": "Github" }
import numpy as np from numpy import fromiter, int32 from arsenal.alphabet import Alphabet from crf.basecrf import CRF def build_domain(data): """ Do feature extraction to determine the set of *supported* featues, i.e. those active in the ground truth configuration and active labels. This function wil...
{ "pile_set_name": "Github" }
name: Publish::Delicious author: Tsutomu Koyacho depends: Net::Delicious: 0
{ "pile_set_name": "Github" }
// minus.hpp // // (C) Copyright 2011 Vicente J. Botet Escriba // 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). // #ifndef BOOST_RATIO_MPL_MINUS_HPP #define BOOST_RATIO_MPL_M...
{ "pile_set_name": "Github" }
package tmall.exception; public class AuthException extends Exception { public AuthException(String message) { super(message); } }
{ "pile_set_name": "Github" }
package \${groupId} import griffon.core.artifact.ArtifactManager import griffon.test.core.GriffonUnitRule import griffon.test.core.TestFor import org.junit.Rule import org.junit.Test import javax.inject.Inject import static org.awaitility.Awaitility.await @TestFor(AppController) class AppControllerTest { static...
{ "pile_set_name": "Github" }
<?php namespace Oro\Bundle\TaxBundle\Tests\Functional\DataFixtures; use Doctrine\Common\DataFixtures\AbstractFixture; use Doctrine\Common\DataFixtures\DependentFixtureInterface; use Doctrine\Common\Persistence\ObjectManager; use Oro\Bundle\TaxBundle\Entity\CustomerTaxCode; use Oro\Bundle\TaxBundle\Entity\ProductTaxCo...
{ "pile_set_name": "Github" }
M2HTML Release 1.5 (2005/05/01): ================================ New features: - added 'helptocxml' fields in options to create a 'helptoc.xml' file used by Matlab documentation system - some directories can be ignored when searching M-files (created by versioning systems for example) Bug fixes: ...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------- /// @file benchmark_objects.cpp /// @brief Benchmark of several sort methods with different objects /// /// @author Copyright (c) 2016 Francisco José Tapia (fjtapia@gmail.com )\n /// Distributed under the Boost Software License, Vers...
{ "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" }
// Copyright (c) 2001-2011 Hartmut Kaiser // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #if !defined(BOOST_SPIRIT_KARMA_DEBUG_HANDLER_STATE_APR_21_2010_0736PM) #define BOOST_SPIRIT_KARMA_DEBUG_HANDLER_STAT...
{ "pile_set_name": "Github" }
Rapidly invoke an editor to write a long, complex, or tricky command Terminal incognito mode Breaking out of a terminal when `ssh` locks Adding directories to your `$PATH` Conditional command execution (`&&` operator)
{ "pile_set_name": "Github" }
## Upgrading your app for Marshmallow + MMS A lot of changes went into Marshmallow, from the permission system to how data can be transported, that will affect your app that uses this library for MMS sending (SMS is unaffected). First and foremost, Apache HTTP utilities have been deprecated and Google now suggests a ...
{ "pile_set_name": "Github" }
/* Copyright 2020 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" }
var mongoose = require('mongoose'); var Schema = mongoose.Schema; var BookSchema = new Schema({ isbn: { type: String, required: true }, title: { type: String, required: true }, author: { type: String, required: true }, publisher: { type: String, required: true } }); mod...
{ "pile_set_name": "Github" }
%table.table.table-striped.attachments.collection %thead %tr %th= t_attr :title, Attachment %th.action-links %tbody = render collection
{ "pile_set_name": "Github" }
package dns import ( "errors" "net" "strconv" ) const hexDigit = "0123456789abcdef" // Everything is assumed in ClassINET. // SetReply creates a reply message from a request message. func (dns *Msg) SetReply(request *Msg) *Msg { dns.Id = request.Id dns.Response = true dns.Opcode = request.Opcode if dns.Opcod...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015, Simon Fuhrmann * TU Darmstadt - Graphics, Capture and Massively Parallel Computing * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD 3-Clause license. See the LICENSE.txt file for details. */ #ifndef DMRECON_SETTINGS_H #define DMRECON_...
{ "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" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <GameCenterUI/GKBubblePathAnimator.h> @interface GKScatterBackToFrontAnimator : GKBubblePathAnimator { unsigned long long ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2011-2018 by Andrew Mustun. All rights reserved. * * This file is part of the QCAD project. * * QCAD 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" }
#!/bin/bash set -e rm -rf model && mkdir model cd model wget https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/age-gender-recognition-retail-0013/FP32/age-gender-recognition-retail-0013.bin wget https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/age-gender-r...
{ "pile_set_name": "Github" }
/* TANGELO file compressor 2.41 based on PAQ8 by Matt Mahoney Release by Jan Ondrus and r-lyeh, Nov. 03, 2015 2.41 - thread safe, std::istream based, MSC friendly (r-lyeh) 2.40 - latest source code available (Jan Ondrus) Copyright (C) 2013 Matt Mahoney, Serge Osnach, Alexander Ratushnyak, Bill P...
{ "pile_set_name": "Github" }
/* Copyright 2016 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 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 # ebuild generated by hackport 0.4.6.9999 #hackport: flags: +base4 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="HUnit support for the test-framework package" H...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # If your project uses WebView with JS, uncomment the following # and s...
{ "pile_set_name": "Github" }