text
stringlengths
2
99.9k
meta
dict
{ "created_at": "2015-02-27T22:28:18.612218", "description": "Mind mapping App for OS X compatible with FreeMind", "fork": false, "full_name": "qvacua/qmind", "language": "Objective-C", "updated_at": "2015-02-27T23:42:26.878605" }
{ "pile_set_name": "Github" }
true true true true true true false false false false true true true true false false false false true true false false false false true false false true false false false false false false false false false true false false true false true false true false true false tru...
{ "pile_set_name": "Github" }
commandlinefu_id: 13582 translator: weibo: '' hide: true command: |- bkname="test"; tobk="*" ; totalsize=$(du -csb $tobk | tail -1 | cut -f1) ; tar cvf - $tobk | tee >(sha512sum > $bkname.sha512) >(tar -tv > $bkname.lst) | mbuffer -m 4G -P 100% | pv -s $totalsize -w 100 | dd of=/dev/nst0 bs=256k summary: |- Backu...
{ "pile_set_name": "Github" }
// // CSUndoObjectController.m // CocoaSplit // // Created by Zakk on 2/19/18. // #import "CSUndoObjectController.h" @implementation CSUndoObjectController -(void)awakeFromNib { if (!_undoNotificationCenter) { _undoNotificationCenter = [[NSNotificationCenter alloc] init]; _undoNotificati...
{ "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" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.o...
{ "pile_set_name": "Github" }
/* set page layout */ @page { size: A4 landscape; } body { display: block !important; } .slides { left: 0; top: 0; } .slides > article { position: relative; left: 0; top: 0; margin: 0 !important; page-break-inside: avoid; text-shadow: none; /* disable shadow */ display: block !important; ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2012 Scott Lembcke and Howling Moon Software * Copyright (c) 2012 cocos2d-x.org * * 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" }
package com.fasterxml.jackson.dataformat.avro.interop; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; public class DummyRecord { @JsonProperty(required = true) public String firstValue; @JsonProperty(required = true) public int secondValue; protected DummyRecord(...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_FIND_HPP_INCLUDED #define BOOST_MPL_FIND_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2002 // // 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/mpl for d...
{ "pile_set_name": "Github" }
ONE_DAY=\ 1 day ONE_HOUR=\ 1 hour ONE_MIN=\ 1 min ONE_MONTH=\ 1 month ONE_YEAR=\ 1 year TWO_HOURS=\ 2 hours THREE_HOURS=\ 3 hours THREE_MONTHS=\ 3 months FIVE_MIN=\ 5 min SIX_HOURS=\ 6 hours SIX_MONTHS=\ 6 months SEVEN_DAYS=\ 7 days TEN_MIN=10 min TWELVE_HOURS=12 hours THIRTY_MIN=30 min LESS_THAN=< A_LOT_LESS_THAN=<< G...
{ "pile_set_name": "Github" }
# Colorful `console.log` with `util-inspect` In previous versions of NativeScript-Vue `console.log` was overriden to bring better logging and colors to your console. It was [removed in this commit](https://github.com/nativescript-vue/nativescript-vue/commit/226e108b92273b7a2f3e133e71f9f4fe3f5935b0) to improve perfoman...
{ "pile_set_name": "Github" }
// Scintilla source code edit control // Nimrod lexer // (c) 2009 Andreas Rumpf /** @file LexNimrod.cxx ** Lexer for Nimrod. **/ // Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <stdlib.h> #include <st...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Hello Maven</string> <string name="hello">Hello ${artifactId}!</string> <string name="action_settings">Settings</string> <string name="hello_world">Hello world!</string> </resources>
{ "pile_set_name": "Github" }
/** * Copyright 2007-2016, Kaazing Corporation. 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 require...
{ "pile_set_name": "Github" }
package credentials import ( "os" "github.com/aws/aws-sdk-go/aws/awserr" ) // EnvProviderName provides a name of Env provider const EnvProviderName = "EnvProvider" var ( // ErrAccessKeyIDNotFound is returned when the AWS Access Key ID can't be // found in the process's environment. ErrAccessKeyIDNotFound = aws...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////// // Copyright 2017-2018 Computer Vision Group of State Key Lab at CAD&CG, // Zhejiang University. All Rights Reserved. // // For more information see <https://github.com/ZJUCVG/ENFT-SfM> // If you use this code, please cite the correspondi...
{ "pile_set_name": "Github" }
{ "word": "Unintelligently", "definitions": [ "In an unintelligent manner." ], "parts-of-speech": "Adverb" }
{ "pile_set_name": "Github" }
/* Copyright 2019 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" }
CREATE TABLE "plugin_sms_member" ( "id_member" INTEGER PRIMARY KEY AUTOINCREMENT, "phone_number" TEXT NOT NULL, "reg_date" DATETIME NOT NULL );
{ "pile_set_name": "Github" }
package frontdoor // Copyright (c) Microsoft and contributors. 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 // // U...
{ "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" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=struct.SplitTerminator.html"> </head> <body> <p>Redirecting to <a href="struct.SplitTerminator.html">struct.SplitTerminator.html</a>...</p> <script>location.replace("struct.SplitTerminator.html" + location.search + location.ha...
{ "pile_set_name": "Github" }
/* * This file is part of OpenTTD. * OpenTTD 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, version 2. * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the im...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/> * Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero> * Copyright (C) 2011-2016 Nostalrius <https://nostalrius.org> * Copyright (C) 2016-2017 Elysium Project <https://github.com/elysium-project> * * This program is free software; you can ...
{ "pile_set_name": "Github" }
export type RuLocale = 'ru'; export type EnLocale = 'en'; export type Locales = RuLocale | EnLocale; export type Langs = Locales;
{ "pile_set_name": "Github" }
package yaml // Set the writer error and return false. func yaml_emitter_set_writer_error(emitter *yaml_emitter_t, problem string) bool { emitter.error = yaml_WRITER_ERROR emitter.problem = problem return false } // Flush the output buffer. func yaml_emitter_flush(emitter *yaml_emitter_t) bool { if emitter.write_...
{ "pile_set_name": "Github" }
dyn_integloop.getIntegrator(trick.Runge_Kutta_4, 5) trick.exec_set_terminate_time(5.2)
{ "pile_set_name": "Github" }
import CoreGraphics // Case 1 - witness is imported accessor protocol OtherPoint { associatedtype FloatType var x: FloatType { get set } var y: FloatType { get set } } extension CGPoint: OtherPoint {} // Case 2 - witness is extension method of imported type extension CGPoint { var z: Float { get { ret...
{ "pile_set_name": "Github" }
import {containerReducer} from '../../../../packages/rcre/src/core/Container/reducer'; import {containerActionCreators} from '../../../../packages/rcre/src/core/Container/action'; import {setWith, deleteWith, Events, createReduxStore, RunTimeContextCollection, DataProviderEvent} from 'rcre'; describe('Container State'...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>yanlinlin82@gmail.com</email> <name>Linlin Yan</name> </maintainer> <maintainer type="project"> <email>sci-biology@gentoo.org</email> <name>Gentoo Biol...
{ "pile_set_name": "Github" }
-- -- Test cases for COPY (INSERT/UPDATE/DELETE) TO -- create table copydml_test (id serial, t text); insert into copydml_test (t) values ('a'); insert into copydml_test (t) values ('b'); insert into copydml_test (t) values ('c'); insert into copydml_test (t) values ('d'); insert into copydml_test (t) values ('e'); -- ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e # usage: ./generate.sh [versions] # ie: ./generate.sh # to update all Dockerfiles in this directory # or: ./generate.sh centos-7 # to only update centos-7/Dockerfile # or: ./generate.sh fedora-newversion # to create a new folder and a Dockerfile within it cd "$...
{ "pile_set_name": "Github" }
<?php /* * This file is part of php-cache organization. * * (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Cache\Adapter\Common\Exception; use Psr\C...
{ "pile_set_name": "Github" }
{ "name": "meteor-theme-hexo", "version": "1.0.15", "description": "[Read the docs docs.](https://docs-docs.netlify.com/docs/docs/)", "main": "index.js", "scripts": { "test": "node ./tests/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/meteor/meteor-theme-hexo.git" ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1020" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
/*! \page RecoBTag_Configuration Package RecoBTag/Configuration <center> <small> <!-- @CVS_TAG@ will be substituted at build time, no need to touch --> <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoBTag/Configuration/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - ...
{ "pile_set_name": "Github" }
// Copyright 2014 MongoDB 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 to in wri...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 http://mozilla.org/MPL/2.0/. */ var gTestfile = 'regress-452498-03...
{ "pile_set_name": "Github" }
/* ** Debug library. ** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h ** ** Major portions taken verbatim or adapted from the Lua interpreter. ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h */ #define lib_debug_c #define LUA_LIB #include "lua.h" #include "lauxlib.h" #...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <controls:TestContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:mc="http://schemas.openxmlformats.org/markup-compati...
{ "pile_set_name": "Github" }
// Copyright 2011-2016 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
{ "name": "com.unity.multiplayer-hlapi.Editor", "references": [ "com.unity.multiplayer-hlapi.Runtime", "com.unity.multiplayer-weaver.Editor" ], "includePlatforms": [ "Editor" ], "excludePlatforms": [] }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2019 Zilliqa * * 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. * * This program is distribute...
{ "pile_set_name": "Github" }
{ "templateName":"微信模板", "directories": "property", "templateCode":"wechatSmsTemplate", "templateKey":"templateId", "templateKeyName":"ID", "searchCode": "templateId", "searchName": "ID", "conditions": [ { "name": "微信模板ID", "inputType": "input", "code": "smsTemplateId", "wher...
{ "pile_set_name": "Github" }
--- layout: postag title: 'DET' shortdef: 'determiner' --- The English `DET` covers most cases of Penn Treebank DT, PDT, WDT. However, when a Penn Treebank word with one of these tags stands alone as a noun phrase rather than modifying another word, then it becomes `PRON`.
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 Austin English * * 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 Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This libra...
{ "pile_set_name": "Github" }
<?php /* * Copyright (c) 2011-2015 Lp digital system * * This file is part of BackBee. * * BackBee 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...
{ "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 file * to you under the Apache License, Version 2.0 (the * "License"...
{ "pile_set_name": "Github" }
package ini import ( "io" "os" "github.com/aws/aws-sdk-go/aws/awserr" ) // OpenFile takes a path to a given file, and will open and parse // that file. func OpenFile(path string) (Sections, error) { f, err := os.Open(path) if err != nil { return Sections{}, awserr.New(ErrCodeUnableToReadFile, "unable to open...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 4581c45ac4aa2264187087659a4cc252 timeCreated: 1460031632 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright 2012 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" }
this one is truly interesting. in my opinion this is the best challenge of the whole CTF. we seem to get a lot of functions, with a definite start(maze). to find the goal we look at the strings near the other maze strings 'you are dead' 'you can't move that quickly' and we find: 'you made it out alive!' 'the...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build amd64,openbsd // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = 0x20 AF_CCITT ...
{ "pile_set_name": "Github" }
/* -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*- vim:fenc=utf-8:ft=cpp:et:sw=4:ts=4:sts=4 This file is part of the Feel library Author(s): Christoph Winkelmann <christoph.winkelmann@epfl.ch> Date: 2007-06-19 Copyright (C) 2007 EPFL ...
{ "pile_set_name": "Github" }
package com.sequenceiq.cloudbreak.api.endpoint.v4.stacks.base.parameter; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.sequenceiq.common.model.JsonEntity; import com.sequenceiq.cloudbreak.doc.ModelDescriptions.TemplateModelDescription; import com.sequenceiq.common.api.type.EncryptionType; i...
{ "pile_set_name": "Github" }
# Lines starting with '#' and sections without content # are not displayed by a call to 'details' # [Website] http://vuighe.net/xem-phim-online/xao-quyet-tap-1-insidious-ep-1_22200.html [filters] http://8x85.com/popup.js http://vuighe.net/public/js/4menshop_pop.js http://vuighe.net/public/js/popup.js ...
{ "pile_set_name": "Github" }
version: 1 n_points: 4 { 421.500 317.500 421.500 629.500 709.500 629.500 709.500 317.500 }
{ "pile_set_name": "Github" }
File=fallapart.kcfg ClassName=FallApartConfig NameSpace=KWin Singleton=true Mutators=true
{ "pile_set_name": "Github" }
/* Traits for Outcome (C) 2018-2019 Niall Douglas <http://www.nedproductions.biz/> (8 commits) File Created: March 2018 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 in the accompanying file Licence...
{ "pile_set_name": "Github" }
/* File cache_buffer.hh: implementation of the CacheBuffer class. The CacheBuffer objects are used to keep a pre-computed copy of the output of the associated operation. The computation is performed in the background while the program is idle. The CacheBuffer uses an image pyramid for fast zooming. *...
{ "pile_set_name": "Github" }
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using System; using Microsoft.WindowsAzure.MobileServices.Query; namespace Microsoft.WindowsAzur...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = [ "expansion.go", "lister.go", "tags.go", ], importpath = "k8s.io/code-generator/cmd/lister-gen/generators", ...
{ "pile_set_name": "Github" }
# README 用 QT 实现的24puzzle的图形界面。 给定初始状态和目标状态。 用方块的移动来直观描述使用 A*算法求解24puzzle 的过程。 感谢[朴哥](https://github.com/a367)的帮助!
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 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" }
version https://git-lfs.github.com/spec/v1 oid sha256:973d042f3313c995cd96e2af5840d6d35c984ef821725fbf6a3f38524c921dc4 size 13178
{ "pile_set_name": "Github" }
/** * Copyright 2020-present Facebook. All Rights Reserved. * * This program file 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; version 2 of the License. * * This program is distributed in the hope th...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from __future__ import division, print_function from collections import Iterable import numpy as np import pandas as pd from fastcache import lru_cache from cached_property import cached_property from scipy.stats import spearmanr, pearsonr, morestats from . import performance as pef, plottin...
{ "pile_set_name": "Github" }
/* * Copyright 2007-2008 Extreme Engineering Solutions, Inc. * * Author: Nate Case <ncase@xes-inc.com> * * This file is subject to the terms and conditions of version 2 of * the GNU General Public License. See the file COPYING in the main * directory of this archive for more details. * * LED driver for variou...
{ "pile_set_name": "Github" }
include $(top_srcdir)/modules.am SUBDIRS = . capture_planconfdir = $(confdir)/captureplans capture_planconf_DATA = $(top_srcdir)/conf/captureplans/rtcpxr_capture_plan.cfg
{ "pile_set_name": "Github" }
/* * Copyright 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 applica...
{ "pile_set_name": "Github" }
@SQ SN:CHROMOSOME_I LN:1009800 @SQ SN:CHROMOSOME_II LN:5000 @SQ SN:CHROMOSOME_III LN:5000 @SQ SN:CHROMOSOME_IV LN:5000 @SQ SN:CHROMOSOME_V LN:5000 I 16 CHROMOSOME_I 2 1 27M1D73M * 0 0 CCTAGCCCTAACCCTAACCCTAACCCTAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAAGCCTAA #############################@B?8B?...
{ "pile_set_name": "Github" }
{ "name": "JBKenBurnsView", "version": "1.0", "license": { "type": "MIT", "file": "LICENSE" }, "summary": "UIView that can generate a Ken Burns transition when given an array of images or paths.", "frameworks": "QuartzCore", "homepage": "https://github.com/jberlana/iOSKenBurns", "authors": { ...
{ "pile_set_name": "Github" }
var copyArray = require('./_copyArray'), isIndex = require('./_isIndex'); /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMin = Math.min; /** * Reorder `array` according to the specified indexes where the element at * the first index is assigned as the first el...
{ "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 file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
{ "pile_set_name": "Github" }
// Copyright ©2015 The Gonum Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package gonum // Iladlc scans a matrix for its last non-zero column. Returns -1 if the matrix // is all zeros. // // Iladlc is an internal routine. It is e...
{ "pile_set_name": "Github" }
/* * Driver for the SWIM3 (Super Woz Integrated Machine 3) * floppy controller found on Power Macintoshes. * * Copyright (C) 1996 Paul Mackerras. * * 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 Fo...
{ "pile_set_name": "Github" }
#ifndef __OBJECT #define __OBJECT typedef struct M_Object_ * M_Object; struct M_Object_ { m_bit* data; Type type_ref; Vector vtable; volatile size_t ref; }; ANN void instantiate_object(const VM_Shred, const Type); ANN void free_object(MemPool p, const M_Object); ANEW M_Object new_object(MemPool, const VM_Shre...
{ "pile_set_name": "Github" }
#ifndef __SIMD_DEF_X86_X64_H__ #define __SIMD_DEF_X86_X64_H__ #include <intrin.h> #ifdef _MSC_VER #ifndef _mm_srli_pi64 #define _mm_srli_pi64 _mm_srli_si64 #endif #ifndef _mm_slli_pi64 #define _mm_slli_pi64 _mm_slli_si64 #endif #pragma warning(push) #pragma warning(disable : 4799) // ignore _mm_empty request. #ifnd...
{ "pile_set_name": "Github" }
.switch { --switch-checked-background-color: #0654ba; --switch-disabled-background-color: #ccc; --switch-unchecked-background-color: #767676; --switch-foreground-color: #fff; } .switch { -webkit-box-sizing: border-box; box-sizing: border-box; height: 40px; position: relative; vertical-align: m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <Button android:id="@+id/btn_shot" android:layout_width="match_parent"...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- 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 http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under the terms of the Healthcare Disclaimer located at...
{ "pile_set_name": "Github" }
gh.gench.edu.cn webplus.gench.edu.cn jdxy.gench.edu.cn i.gench.edu.cn yx.gench.edu.cn gzxy.gench.edu.cn smc.gench.edu.cn xg.gench.edu.cn tsxy.gench.edu.cn wmdw1516.gench.edu.cn jwxt.gench.edu.cn youth.gench.edu.cn career.gench.edu.cn sxy.gench.edu.cn ygty.gench.edu.cn xxhbgs.gench.edu.cn xsc.gench.edu.cn bgs.gench.edu....
{ "pile_set_name": "Github" }
package caliban.client import caliban.client.CalibanClientError.DecodingError import caliban.client.FieldBuilder._ import caliban.client.SelectionBuilder._ import caliban.client.Operations._ import caliban.client.Value._ object Client { sealed trait Origin extends scala.Product with scala.Serializable object Ori...
{ "pile_set_name": "Github" }
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "filename" : "nikenameerror@3x.png", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
/* * * Copyright (c) 2006-2020, Speedment, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); You may not * use this file except in compliance with the License. You may obtain a copy of * the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
{ "pile_set_name": "Github" }
Flask-OAuthlib==0.9.5 Flask==1.1.2 backoff==1.8.1 boto3==1.10.4 boto==2.49.0 click==6.7 furl==1.0.2 gevent==1.2.2 jq==0.1.6 json_delta>=2.0 kubernetes==3.0.0 requests==2.22.0 stups-tokens>=1.1.19 wal_e==1.1.0 werkzeug==0.16.1
{ "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"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> ...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/cloud/videointelligence/v1p1beta1/video_intelligence.proto package videointelligence import ( fmt "fmt" proto "github.com/golang/protobuf/proto" duration "github.com/golang/protobuf/ptypes/duration" timestamp "github.com/golang/protobuf/ptypes/tim...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. __declspec(dllexport) void some_function() { } int main() { return 0; }
{ "pile_set_name": "Github" }
/*! * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import * as path from 'path' import { CloudFormationTemplateRegistry } from '../../shared/cloudformation/templateRegistry' import { CloudFormationTemplateRegistryManager } from '../../shared/cloud...
{ "pile_set_name": "Github" }
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [PublisherOptions](./sip.js.publisheroptions.md) &gt; [unpublishOnClose](./sip.js.publisheroptions.unpublishonclose.md) ## PublisherOptions.unpublishOnClose property If set true, ...
{ "pile_set_name": "Github" }
#include "proto.h" const struct compressor compressors[] = { // NOTE: the "flags" field for each compressor will be set to the chosen/current method number minus the base // number for that particular compressor. That means that each compressor will use a zero-based flags value. {.methods = 72, .name = "singlepa...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, 2017, 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 ...
{ "pile_set_name": "Github" }
## `php:7.2-alpine` ```console $ docker pull php@sha256:93bb06764c7200c073b7e97c2e095ffb6657c382a0e2b82a663cb5a496cea636 ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` - Platforms: - linux; amd64 - linux; arm variant v6 - linux; arm variant v7 - linux; arm64 variant v8 - linux; ...
{ "pile_set_name": "Github" }
@LinkShare.GetHtml("ASP.NET Web Pages Samples") @LinkShare.GetHtml("ASP.NET Web Pages Samples", "http://www.asp.net")
{ "pile_set_name": "Github" }
#import <XCTest/XCTest.h> #import <Nimble/Nimble.h> #import "NimbleSpecHelper.h" @interface ObjCAsyncTest : XCTestCase @end @implementation ObjCAsyncTest - (void)testAsync { __block id obj = @1; dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ ...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -E -verify %s // expected-no-diagnostics #if 0 " ' #endif
{ "pile_set_name": "Github" }
C++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++C C C C HIERARCHICAL CLUSTERING using (user-specified) criterion. C C C C Parameters: C C ...
{ "pile_set_name": "Github" }
const path = require('path'); const { getFileLoaderOptions } = require('./file-loader'); /** * Build options for the webpack responsive loader * * @param {object} nextConfig - next.js configuration * @param {object} detectedLoaders - all detected and installed loaders * @returns {object} */ const getResponsiveLo...
{ "pile_set_name": "Github" }