text
stringlengths
2
99.9k
meta
dict
# Copyright (c) 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved # # 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" }
ID %Mix LLK LLK0 ----------------------------------------------------------------- 0 0.214766 157575 177169 1 0.214767 157576 177170 2 0.0994769 90260.4 91166.7 3 0.234567 -4703.97 -5204.97
{ "pile_set_name": "Github" }
/* * Twittnuker - Twitter client for Android * * Copyright (C) 2013-2017 vanita5 <mail@vanit.as> * * This program incorporates a modified version of Twidere. * Copyright (C) 2012-2017 Mariotaku Lee <mariotaku.lee@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the...
{ "pile_set_name": "Github" }
**This airport has been automatically generated** We have no information about 47MN[*] airport other than its name, ICAO and location (US). This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries... Good luck if you decide to do this airport!
{ "pile_set_name": "Github" }
/* jep - Java Embedded Python Copyright (c) 2019 JEP AUTHORS. This file is licensed under the the zlib/libpng License. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. P...
{ "pile_set_name": "Github" }
{ "format_version": "1.13.0", "minecraft:biome": { "description": { "identifier": "redwood_taiga_hills_mutated" }, "components": { "minecraft:climate": { "downfall": 0.8, "snow_accumulation": [ 0.0, 0.125 ], "temperature": 0.3 }, "minecraft:overworld_heigh...
{ "pile_set_name": "Github" }
/* * Driver for Alauda-based card readers * * Current development and maintenance by: * (c) 2005 Daniel Drake <dsd@gentoo.org> * * The 'Alauda' is a chip manufacturered by RATOC for OEM use. * * Alauda implements a vendor-specific command set to access two media reader * ports (XD, SmartMedia). This driver c...
{ "pile_set_name": "Github" }
<?php namespace AmpProject\Optimizer\Exception; use OutOfBoundsException; /** * Exception thrown when an invalid configuration key was provided. * * @package ampproject/optimizer */ final class InvalidConfigurationKey extends OutOfBoundsException implements AmpOptimizerException { /** * Instantiate an ...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:43.971214", "description": "A meteor smart package for the bootstrap bootboxjs plugin", "fork": false, "full_name": "TimHeckel/meteor-bootboxjs", "language": "JavaScript", "updated_at": "2015-03-10T07:01:59.041825" }
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftstroke.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: ml/param/ParamMap.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/htm...
{ "pile_set_name": "Github" }
# Node Classification on Citation Networks This example shows how to use modules defined in `dgl.nn.pytorch.conv` to do node classification on citation network datasets. ## Datasets - Cora - Citeseer - Pubmed ## Models - GCN: [Semi-Supervised Classification with Graph Convolutional Networks](https://arxiv.org/pdf/...
{ "pile_set_name": "Github" }
post_install() { cd mingw64 local _prefix=$(pwd -W) cd - local _it for _it in theano-cache theano-nose ; do sed -e "s|/mingw64|${_prefix}|g" \ -i ${_prefix}/bin/${_it}-script.py done } post_upgrade() { post_install }
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d3cb8a3ac104423469cd5cdf24c8f4eb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* Interface for high-level plugins in GCC - Parts common between GCC, ICI and high-level plugins. Copyright (C) 2009-2013 Free Software Foundation, Inc. Contributed by INRIA. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public ...
{ "pile_set_name": "Github" }
from ops.data import OpsClass, OpsField, DszObject, DszCommandObject, cmd_definitions import dsz if ('copy' not in cmd_definitions): dszcopy = OpsClass('copyresults', {'destination': OpsField('destination', dsz.TYPE_STRING), 'source': OpsField('source', dsz.TYPE_STRING)}, DszObject) copycommand = OpsClass...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 E.S.R.Labs. All rights reserved. // // NOTICE: All information contained herein is, and remains // the property of E.S.R.Labs and its suppliers, if any. // The intellectual and technical concepts contained herein are // proprietary to E.S.R.Labs and its suppliers and may be covered // by German a...
{ "pile_set_name": "Github" }
// go run mksyscall.go -l32 -openbsd -arm -tags openbsd,arm syscall_bsd.go syscall_openbsd.go syscall_openbsd_arm.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build openbsd,arm package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT...
{ "pile_set_name": "Github" }
[Unit] Description=MinIO Documentation=https://docs.min.io Wants=network-online.target After=network-online.target AssertFileIsExecutable=/usr/local/bin/minio [Service] WorkingDirectory=/usr/local User=minio-user Group=minio-user EnvironmentFile=-/etc/default/minio ExecStartPre=/bin/bash -c "if [ -z \"${MINIO_VOLUME...
{ "pile_set_name": "Github" }
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) | +---------...
{ "pile_set_name": "Github" }
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup qt4 1.0 PortGroup cmake 1.0 name TOra version 2.1.3 revision 6 license ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
/** * Copyright 2015 The AMP HTML 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 require...
{ "pile_set_name": "Github" }
/** \page org_mitk_views_volumevisualization The Volume Visualization Plugin \imageMacro{volume_visualization.svg,"Icon of the Volume Visualization Plugin",2.00} \tableofcontents \section QVV_Overview Overview The <b> Volume Visualization Plugin </b> is a basic tool for volume rendering of three dimensional medical...
{ "pile_set_name": "Github" }
<?php /** * @package jelix * @subpackage db * @author Laurent Jouanneau * @copyright 2010-2018 Laurent Jouanneau * * @link http://www.jelix.org * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file */ /** * */ abstract class jDbTable { /** ...
{ "pile_set_name": "Github" }
package com.googlecode.objectify.impl.translate; import com.googlecode.objectify.annotation.Translate; import com.googlecode.objectify.impl.Path; /** * <p>Translator factory which lets users define a custom translator for a field.</p> * * @author Jeff Schnitzer <jeff@infohazard.org> */ public class TranslateTra...
{ "pile_set_name": "Github" }
<?php /** * The MenuItemsController * * @copyright Copyright (c) 2010 Carl Sutton ( dogmatic69 ) * @link http://www.infinitas-cms.org * @package Infinitas.Menus.Controller * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @since 0.8a * * @author Carl Sutton <dogmatic69@infinitas-c...
{ "pile_set_name": "Github" }
public class Solution2 { // 状态压缩 public int uniquePathsWithObstacles(int[][] obstacleGrid) { int m = obstacleGrid.length; if (m == 0) { return 0; } int n = obstacleGrid[0].length; // 默认都是 0 int[] dp = new int[n]; // 这一句很关键,题目当中说了,...
{ "pile_set_name": "Github" }
using GameObjects; using GameObjects.Influences; using System; using System.Runtime.Serialization;namespace GameObjects.Influences.InfluenceKindPack { [DataContract]public class InfluenceKind2240 : InfluenceKind { private float rate = 0f; private int type = 0; public override void A...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """Tests for the Data Retriever""" import os import random import subprocess import pytest import requests import retriever as rt from retriever.lib.cleanup import correct_invalid_value from retriever.lib.engine import Engine from retriever.lib.engine_tools import getmd5 from retriever.lib.eng...
{ "pile_set_name": "Github" }
grammar e :: 'e_' ::= | F f :: :: f | C c :: :: c a :: 'a_' ::= | B b :: :: b | 0 :: :: 0 b :: 'b_' ::= | A a :: :: a c :: 'c_' ::= | A a :: :: a...
{ "pile_set_name": "Github" }
/**************************************************************************** * * * cryptlib HTTP Certstore Session Management * * Copyright Peter Gutmann 1998-2008 * * * ****************************************************************************/ #if defined( INC_A...
{ "pile_set_name": "Github" }
var xresetps__g_8c = [ [ "XResetPs_ConfigTable", "xresetps__g_8c.html#gab17d113e87eebe6bac64b56665f7159c", null ] ];
{ "pile_set_name": "Github" }
/* fp_sqr_comba_7.i * * Copyright (C) 2006-2016 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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 you...
{ "pile_set_name": "Github" }
/* * Ubiquiti Networks XM (rev 1.0) board support * * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com> * * Derived from: mach-pb44.c * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Fre...
{ "pile_set_name": "Github" }
// // SerialDisposable.swift // Rx // // Created by Krunoslav Zaher on 3/12/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // import Foundation /** Represents a disposable resource whose underlying disposable resource can be replaced by another disposable resource, causing automatic disposal of the...
{ "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 n...
{ "pile_set_name": "Github" }
# Event 22 - task_0 ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|Message1|UnicodeString|None|`None`| |TBD|HRESULT|HexInt32|None|`None`| ## Tags * etw_level_Error * etw_task_task_0
{ "pile_set_name": "Github" }
/*PLEASE DO NOT EDIT THIS CODE*/ /*This code was generated using the UMPLE @UMPLE_VERSION@ modeling language!*/ package example.mentor; import example.student.*; public class Mentor { //------------------------ // MEMBER VARIABLES //------------------------ //Mentor Associations private Student student; ...
{ "pile_set_name": "Github" }
package com.jubotech.framework.netty; import javax.annotation.PostConstruct; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.env.Environment; import org.springframework.stereotype.Service; import com.jubotech.fram...
{ "pile_set_name": "Github" }
#include "UnitTest.h" #include "Gwen/Controls/TreeControl.h" using namespace Gwen; using namespace Gwen::Controls; class TreeControl2 : public GUnit { public: GWEN_CONTROL_INLINE( TreeControl2, GUnit ) { { Gwen::Controls::TreeControl* ctrl = new Gwen::Controls::TreeControl( this ); ctrl->SetKeyboardInp...
{ "pile_set_name": "Github" }
import { Component, EventEmitter, Input, OnDestroy, Output, } from '@angular/core'; import { ToasterService } from 'angular2-toaster'; import { Angulartics2 } from 'angulartics2'; import { CipherService } from 'jslib/abstractions/cipher.service'; import { EventService } from 'jslib/abstractions/ev...
{ "pile_set_name": "Github" }
// cgo -godefs types_darwin.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,darwin package unix const ( sizeofPtr = 0x8 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x8 sizeofLongLong = 0x8 ) type ( _C_short int16 _C_int i...
{ "pile_set_name": "Github" }
######################## BEGIN LICENSE BLOCK ######################## # The Original Code is Mozilla Communicator client code. # # The Initial Developer of the Original Code is # Netscape Communications Corporation. # Portions created by the Initial Developer are Copyright (C) 1998 # the Initial Developer. All Ri...
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes 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 ag...
{ "pile_set_name": "Github" }
var SetCache = require('./_SetCache'), arrayIncludes = require('./_arrayIncludes'), arrayIncludesWith = require('./_arrayIncludesWith'), cacheHas = require('./_cacheHas'), createSet = require('./_createSet'), setToArray = require('./_setToArray'); /** Used as the size to enable large array optimiza...
{ "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" }
package com.jnape.palatable.lambda.functions; import com.jnape.palatable.lambda.adt.product.Product2; import com.jnape.palatable.lambda.functor.Applicative; import com.jnape.palatable.lambda.internal.Runtime; import static com.jnape.palatable.lambda.functions.Fn6.fn6; import static com.jnape.palatable.lambda.function...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`prints console.logs when run with forceExit 1`] = ` "PASS __tests__/a-banana.js ✓ banana Force exiting Jest Have you considered using \`--detectOpenHandles\` to detect async operations that kept running after all tests finished?" `; exports[`prints console.logs...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011, Intel Corporation. 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 list of conditions and the ...
{ "pile_set_name": "Github" }
<?php namespace Hamcrest\Text; class IsEqualIgnoringWhiteSpaceTest extends \Hamcrest\AbstractMatcherTest { private $_matcher; protected function setUp() { $this->_matcher = \Hamcrest\Text\IsEqualIgnoringWhiteSpace::equalToIgnoringWhiteSpace( "Hello World how\n are we? " ); ...
{ "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>SchemeUserState</key> <dict> <key>自定义状态栏.xcscheme</key> <dict> <key>orderHint</key> <integer>0</integer> </dict> </dict> <key>Su...
{ "pile_set_name": "Github" }
#!/bin/ksh -p # # CDDL HEADER START # # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompan...
{ "pile_set_name": "Github" }
Index: usb-modeswitch-2.6.0/Makefile =================================================================== --- usb-modeswitch-2.6.0.orig/Makefile +++ usb-modeswitch-2.6.0/Makefile @@ -5,17 +5,24 @@ CFLAGS += -Wall -Wno-deprecated-dec LIBS = `pkg-config --libs --cflags libusb-1.0` RM = /bin/rm -f O...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Licensed to Cloudera, Inc. under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. Cloudera, Inc. licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you ma...
{ "pile_set_name": "Github" }
/* Copyright 2011 Etay Meiri 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 distributed...
{ "pile_set_name": "Github" }
// This source file is part of the Swift.org open source project // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE.txt for license information // See https://swift.org/CONTRIBUTORS.txt for the li...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="RunConfigurationProducerService"> <option name="ignoredProducers"> <set> <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> <option value="org.jetbrains.pl...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001, 2003, 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" }
import React, { PureComponent } from "react"; import PropTypes from "prop-types"; import classNames from "classnames"; import { Droppable } from "react-beautiful-dnd"; import Attribute from "./Attribute"; import isNil from "lodash/isNil"; export default class FormColumnMapMapping extends PureComponent { static displ...
{ "pile_set_name": "Github" }
/* * Copyright 2007-2009 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ #include "config.h" /* CONFIG_BOARDDIR */ #ifndef RESET_VECTOR_ADDRESS #ifdef CONFIG_RESET_VECTOR_ADDRESS #define RESET_VECTOR_ADDRESS CONFIG_RESET_VECTOR_ADDRESS #else #define RESET_VECTOR_ADDRESS 0xfffffffc #endif #e...
{ "pile_set_name": "Github" }
[ { "colorId": 0, "hexString": "#000000", "rgb": { "r": 0, "g": 0, "b": 0 }, "hsl": { "h": 0, "s": 0, "l": 0 }, "name": "Black" }, { "colorId": 1, "hexString": "#80...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:73cc615d470f897ba18376e4e6676598dde48eef7a581dd9cb212c7fa825b1ee size 19287
{ "pile_set_name": "Github" }
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !gccgo #include "textflag.h" // // System calls for ppc64, AIX are implemented in runtime/syscall_aix.go // TEXT ·syscall6(SB),NOSPLIT,$0-88 JMP s...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## 准备数据" ] }, { "cell_type": "code", "execution_count": 29, "metadata": {}, "outputs": [], "source": [ "import os\n", "import tensorflow as tf\n", "from tensorflow import keras\n", "from tensorflow...
{ "pile_set_name": "Github" }
## @file # Create makefile for MS nmake and GNU make # # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> # SPDX-License-Identifier: BSD-2-Clause-Patent # from __future__ import absolute_import from Workspace.WorkspaceDatabase import BuildDB from Workspace.WorkspaceCommon import GetModuleLibInsta...
{ "pile_set_name": "Github" }
{ "type": "minecraft:block", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "functions": [ { "function": "minecraft:set_count", "conditions": [ { "condition": "minecraft:block_sta...
{ "pile_set_name": "Github" }
RUN: obj2yaml %p/Inputs/trivial-object-test.coff-i386 | FileCheck %s --check-prefix COFF-I386 RUN: obj2yaml %p/Inputs/trivial-object-test.coff-x86-64 | FileCheck %s --check-prefix COFF-X86-64 RUN: obj2yaml %p/Inputs/trivial-object-test.elf-mipsel | FileCheck %s --check-prefix ELF-MIPSEL RUN: obj2yaml %p/Inputs/trivial-...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 29 06:45:45 CEST 2015 --> <title>SilentLogger (Apache Ant API)</title> <meta name="date" content="2015-06-29"> <link rel...
{ "pile_set_name": "Github" }
/* Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org> This file is part of aubio. aubio 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 la...
{ "pile_set_name": "Github" }
<?php /** * The template part for displaying an Author biography * * @package WordPress * @subpackage Twenty_Sixteen * @since Twenty Sixteen 1.0 */ ?> <div class="author-info"> <div class="author-avatar"> <?php /** * Filter the Twenty Sixteen author bio avatar size. * * @since Twenty Sixteen 1.0 ...
{ "pile_set_name": "Github" }
class FixOverlordFranchiseV2 < ActiveRecord::Migration[5.2] def change ids = Anime.where(franchise: 'overlord').pluck :id Anime.where(id: ids).update_all franchise: nil Animes::UpdateFranchises.new.call Anime.where(id: ids) end end
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>The page you were looking for doesn't exist (404)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> body { background-color: #EFEFEF; color: #2E2F30; text-align: center; font-family: arial, sans-serif; margin: 0; } d...
{ "pile_set_name": "Github" }
{ "problemMatcher": [ { "owner": "yaspeller", "pattern": [ { "regexp": "^✗\\s(.*)\\s\\d+\\sms$", "file": 1 }, { "regexp": "^\\d+\\. (.+) \\((\\d+):(\\d+).*$", "message": 1, ...
{ "pile_set_name": "Github" }
1362 1565597724816 httpcache-v1 Method: POST URL: https://www.notion.so/api/v3/getRecordValues Body:+110 { "requests": [ { "id": "6c25289d-4040-4368-9d74-9bc204ee2856", "table": "block" } ] } Response:+1162 { "results": [ { "role": "comment_only", "value": { "alive": tr...
{ "pile_set_name": "Github" }
/* Decomposed printf argument list. Copyright (C) 1999, 2002-2003, 2005-2007, 2009-2013 Free Software Foundation, Inc. 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,...
{ "pile_set_name": "Github" }
DEFINED_PHASES=compile configure install postinst postrm setup test DEPEND=>=dev-haskell/connection-0.2.5:=[profile?] dev-haskell/data-default:=[profile?] >=dev-haskell/http-client-0.6:=[profile?] <dev-haskell/http-client-0.7:=[profile?] >=dev-haskell/http-client-tls-0.3.2:=[profile?] <dev-haskell/http-client-tls-0.4:=...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2019 Belledonne Communications SARL. * * This file is part of linphone-android * (see https://www.linphone.org). * * 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,...
{ "pile_set_name": "Github" }
<?php namespace League\Flysystem\Util; use Finfo; use ErrorException; /** * @internal */ class MimeType { /** * Detects MIME Type based on given content. * * @param mixed $content * * @return string|null MIME Type or NULL if no mime type detected */ public static function dete...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2002 * Rich Ireland, Enterasys Networks, rireland@enterasys.com. * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <asm/processor.h> #include <asm/mmu.h> #include <asm/io.h> #include <linux/compiler.h> #ifdef CONFIG_ADDR_MAP #include <addr_map.h> #endif DECLARE_GLOBAL_DATA...
{ "pile_set_name": "Github" }
# WWW::SwaggerClient::Object::ClassModel ## Load the model package ```perl use WWW::SwaggerClient::Object::ClassModel; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_class** | **string** | | [optional] [[Back to Model list]](../README.md#document...
{ "pile_set_name": "Github" }
/* * Copyright 2014-2020 Real Logic Limited. * * 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 applicable law or ...
{ "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 = [ "doc.go", "register.go", "types.go", "zz_generated.conversion.go", "zz_generated.deepcopy.go", ], importm...
{ "pile_set_name": "Github" }
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <!-- Resource dictionary entries should be defined here. --> </ResourceDictionary>
{ "pile_set_name": "Github" }
# ************************************************************************************** # * * # * BOLTS - Open Library of Technical Specifications * # * ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>base64encode - Documentation</title> <script src="scripts/prettify/prettify.js"></script> <script src="scripts/prettify/lang-css.js"></script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></...
{ "pile_set_name": "Github" }
<?php namespace Tests\Browser\[name]; use Illuminate\Support\Facades\View; use Livewire\Component as BaseComponent; class Component extends BaseComponent { public function render() { return View::file(__DIR__.'/view.blade.php'); } }
{ "pile_set_name": "Github" }
using Surging.Core.Caching; using Surging.Core.Common; using Surging.Core.CPlatform.EventBus.Events; using Surging.Core.CPlatform.Filters.Implementation; using Surging.Core.CPlatform.Ioc; using Surging.Core.CPlatform.Runtime.Client.Address.Resolvers.Implementation.Selectors.Implementation; using Surging.Core.CPlatform...
{ "pile_set_name": "Github" }
package saros.intellij.ui.actions; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; /** Parent class for all Saros actions */ public abstract class AbstractSarosAction { protected static final Logger log = Log...
{ "pile_set_name": "Github" }
'use strict'; var macros = { who: function (msgObj) { return msgObj.get('user_name'); }, someone: function () { var presentUsers = document.getElementById('sidebar') .getElementsByClassName('present-user'); // the chat keeps a low opacity for users who remained silent ...
{ "pile_set_name": "Github" }
body { margin: 0; font-family: Arial, sans-serif; background-color: #fff; line-height: 1.3; text-align: center; color: #222; } pre, code { font-family: Menlo, monospace; font-size: 0.875rem; } pre { line-height: 1.4; overflow-x: auto; } pre .comment { color: #006600; } pre .highlight, pre .highlight-comment,...
{ "pile_set_name": "Github" }
type=item items=minecraft:experience_bottle texture=./exec.png nbt.display.Lore.*=ipattern:*Execute*
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE QtCreatorProject> <!-- Written by QtCreator 3.5.1, 2019-07-02T08:46:19. --> <qtcreator> <data> <variable>EnvironmentId</variable> <value type="QByteArray">{95862750-6f9b-42a5-ba87-c0a0e09c1b0c}</value> </data> <data> <variable>ProjectExplorer.Project.ActiveTarge...
{ "pile_set_name": "Github" }
// SNES GSU Test SUB (Subtraction) demo (GSU Code) by krom (Peter Lemon): arch snes.gsu GSUStart: //////////////////////////// // SUB register //////////////////////////// iwt r1, #$7FFF // R1 = $7FFF iwt r0, #$7FFF // R0 = $7FFF with r1 ; sub r0 // R1 -= R0 stop // Stop GSU nop // Delay Slot iwt ...
{ "pile_set_name": "Github" }
#ifndef HEADER_CURL_NTLM_MSGS_H #define HEADER_CURL_NTLM_MSGS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
{ "pile_set_name": "Github" }
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
{ "pile_set_name": "Github" }
## RAG This is a non-finetuned version of the RAG-Token model of the the paper [Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks](https://arxiv.org/pdf/2005.11401.pdf) by Patrick Lewis, Ethan Perez, Aleksandara Piktus et al. Rag consits of a *question encoder*, *retriever* and a *generator*. The retr...
{ "pile_set_name": "Github" }
X+Ya/dvfBESbJClaUqGgN9PzFEGjzsE4t/AQLbhu8TI=
{ "pile_set_name": "Github" }
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- ============================================================================= -- Authors: Patrick Lehmann -- -- Entity: Creates a histogram of all i...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "fc_background@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }