text
stringlengths
2
99.9k
meta
dict
.window { overflow: hidden; padding: 5px; border-width: 1px; border-style: solid; } .window .window-header { background: transparent; padding: 0px 0px 6px 0px; } .window .window-body { border-width: 1px; border-style: solid; border-top-width: 0px; } .window .window-body-noheader { border-top-width: ...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ // //=============================================================================// #include "cbase.h" #include "hud.h" #include "hudelement.h" #include "iclientmode.h" #include <KeyValues.h> #include <vgu...
{ "pile_set_name": "Github" }
/* * uart_tx.c * * Created on: Jan 22, 2019 * Author: admin */ #include<stdio.h> #include<string.h> #include "stm32f407xx.h" char msg[1024]; USART_Handle_t usart2_handle; uint8_t rxCmplt = RESET; uint8_t g_data = 0; extern void initialise_monitor_handles(); void USART2_Init(void) { usart2_handle.pUSA...
{ "pile_set_name": "Github" }
use_frameworks! target 'YogaKitSample' do pod 'YogaKit', :path => '../../YogaKit.podspec' pod 'IGListKit', '~> 2.1.0' end
{ "pile_set_name": "Github" }
package reflect import ( "internal" "unsafe" ) type Kind int const ( Invalid Kind = iota Bool Int Int8 Int16 Int32 Int64 Uint Uint8 Uint16 Uint32 Uint64 Uintptr Float32 Float64 Complex64 Complex128 Chan Func Interface Map Ptr Slice String Struct UnsafePointer Array Kind = -1 ) type kin...
{ "pile_set_name": "Github" }
// Custom reveal.js integration var RevealZoom = (function(){ return { init: function() { Reveal.getRevealElement().addEventListener( 'mousedown', function( event ) { var defaultModifier = /Linux/.test( window.navigator.platform ) ? 'ctrl' : 'alt'; var modifier = ( Reveal.getConfig().zoomKey ? Reveal.g...
{ "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 <ACDEClient/NSObject-Protocol.h> @protocol ACMUIControllerProtocol <NSObject> @end
{ "pile_set_name": "Github" }
new_frontend def x := 1 #check x variables {α : Type} def f (a : α) : α := a def tst (xs : List Nat) : Nat := xs.foldl (init := 10) (· + ·) #check tst [1, 2, 3] #check tst #check (fun stx => if True then let e := stx; HasPure.pure e else HasPure.pure stx : Nat → Id Nat) #check let x : Nat := 1; x def foo (a : ...
{ "pile_set_name": "Github" }
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/xpcom/io/nsIStorageStream.idl */ #ifndef __gen_nsIStorageStream_h__ #define __gen_nsIStorageStream_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif #ifndef __gen_nsrootidl_h__ #inc...
{ "pile_set_name": "Github" }
--- -api-id: P:Windows.Graphics.Holographic.HolographicCamera.IsPrimaryLayerEnabled -api-type: winrt property --- <!-- Property syntax. public bool IsPrimaryLayerEnabled { get; set; } --> # Windows.Graphics.Holographic.HolographicCamera.IsPrimaryLayerEnabled ## -description Gets or sets whether this cam...
{ "pile_set_name": "Github" }
<div class="center"> <p>HTML:</p> <pre class="html" ng-non-bindable> &lt;ya-map ya-zoom="10" ya-center="{{ center }}" ya-type="{{ type }}" ya-after-init="afterMapInit($map)"&gt;&lt;/ya-map&gt; &lt;button ng-click="changeCenter()"&gt;Изменить центр&lt;/button&gt; &lt;button ng-click="changeBounds()"&gt;Изменить ...
{ "pile_set_name": "Github" }
<?php /* * @copyright 2016 Mautic Contributors. All rights reserved * @author Mautic * * @link http://mautic.org * * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ namespace Mautic\DynamicContentBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * Class MauticDynam...
{ "pile_set_name": "Github" }
// +build !windows package term // import "github.com/ory/dockertest/docker/pkg/term" import ( "golang.org/x/sys/unix" ) // GetWinsize returns the window size based on the specified file descriptor. func GetWinsize(fd uintptr) (*Winsize, error) { uws, err := unix.IoctlGetWinsize(int(fd), unix.TIOCGWINSZ) ws := &W...
{ "pile_set_name": "Github" }
package yaml import ( "bytes" "fmt" ) // Introduction // ************ // // The following notes assume that you are familiar with the YAML specification // (http://yaml.org/spec/1.2/spec.html). We mostly follow it, although in // some cases we are less restrictive that it requires. // // The process of transformin...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2008 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" }
{ "type": "function", "content": [ { "type": "ident", "content": "test", "syntax": "less", "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 4 } }, { "type": "arguments", "content": [ { ...
{ "pile_set_name": "Github" }
{ "apiVersion": "test.example/v1alpha1", "kind": "Custom1", "metadata": { "labels": { "app": "app1" }, "name": "default-custom1" }, "spec": { "template": "template1", "params": { "value": "1" } } }
{ "pile_set_name": "Github" }
package org.jgroups.protocols.raft; import org.jgroups.Address; import org.jgroups.util.Streamable; import org.jgroups.util.Util; import org.mapdb.*; import java.io.*; import java.util.Map; import java.util.function.ObjIntConsumer; /** * Implementation of {@link org.jgroups.protocols.raft.Log} with MapDB (http://ww...
{ "pile_set_name": "Github" }
//! moment.js locale configuration ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, ...
{ "pile_set_name": "Github" }
name: Tyrannosaurus Rex type: beast cr: 8 # Tyrannosaurus Rex _Huge beast, unaligned_ **Armor Class** 13 (natural armor) **Hit Points** 136 (13d12 + 52) **Speed** 50 ft. | STR | DEX | CON | INT | WIS | CHA | |---------|---------|---------|---------|---------|---------| ...
{ "pile_set_name": "Github" }
$(function() { var $form = $('.page-editor'); if ($form.length === 0) { return; } var $draftInfo = $('#editor-draft-info'), $discard = $('.cmd-discard-draft'), $preview = $('.cmd-preview'), $discardForm = $('#discard-draft-form'); var isModified = false, el...
{ "pile_set_name": "Github" }
.right_cell{ background-color: white; height: 130rpx; border-bottom: 1rpx solid #f1f1f1; overflow: hidden; } .avatar{ display: inline-block; height: 100%; vertical-align: middle; width: 20%; } .avatar image { width: 90%; height: 80%; margin: 10% 2% 10% 8%; } .content{ ...
{ "pile_set_name": "Github" }
// Copyright (C) 2014-2018 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) // 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/. #ifndef VSOMEIP_V3_SD_CONFIGURATION_O...
{ "pile_set_name": "Github" }
{ "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Toolbox.Library.IO; using Toolbox.Library; namespace HyruleWarriors.G1M { public class G1MS : G1MChunkCommon { public STSkeleton GenericSkeleton = new STSkeleton(); public...
{ "pile_set_name": "Github" }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.configurationStore import com.intellij.openapi.application.AppUIExecutor import com.intellij.openapi.application.impl.coroutineDispatchingContext import com....
{ "pile_set_name": "Github" }
/* ============================================================================== WebSocketClientModule.cpp Created: 20 Jun 2020 3:09:11pm Author: bkupe ============================================================================== */ #include "WebSocketClientModule.h" WebSocketClientModule::WebSocketClient...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>40--Gymnastics_40_Gymnastics_Gymnastics_40_234.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <nam...
{ "pile_set_name": "Github" }
CFLAGS = -g -Wall -I../../../csrc/. `sdl-config --cflags` SRC = $(shell ls ../../../csrc/*.c) $(shell ls ../common/*.c ) main.c OBJ = $(SRC:.c=.o) helloworld: $(OBJ) $(CC) $(CFLAGS) $(LDFLAGS) $(OBJ) `sdl-config --libs` -o u8g2_sdl clean: -rm $(OBJ) u8g2_sdl
{ "pile_set_name": "Github" }
# # Makefile for the 'hw manager' sub-component of powerplay. # It provides the hardware management services for the driver. HARDWARE_MGR = hwmgr.o processpptables.o functiontables.o \ hardwaremanager.o pp_acpi.o cz_hwmgr.o \ cz_clockpowergating.o pppcielanes.o\ process_pptables_v1_0.o ppatomctrl.o \ smu7_hwmg...
{ "pile_set_name": "Github" }
来源:[Reynard(来自豆瓣)](https://www.douban.com/people/2367590/)的[广播](https://www.douban.com/people/2367590/status/2773448144/) 2020-01-25_20:23:35 今天在隔离病房,有个指末氧下降的,嫌抽血管子多,不肯抽血。。。CDC在外头候着。。。我忍着低血糖和她扯了二十分钟蛋。。。
{ "pile_set_name": "Github" }
/* Copyright: All contributers to the Umple Project This file is made available subject to the open source license found at: http://umple.org/license */ use java/usecase_controllers/Runner.ump; use java/usecase_controllers/Controller.ump; use java/usecase_controllers/OpenPollController.ump; use java/use...
{ "pile_set_name": "Github" }
package coordinate // Config is used to set the parameters of the Vivaldi-based coordinate mapping // algorithm. // // The following references are called out at various points in the documentation // here: // // [1] Dabek, Frank, et al. "Vivaldi: A decentralized network coordinate system." // ACM SIGCOMM Computer...
{ "pile_set_name": "Github" }
% TEXT, 90JIS uphminl-h UniJIS-UTF16-H HaranoAjiMincho-Light.otf uphminl-v UniJIS-UTF16-V HaranoAjiMincho-Light.otf uphminr-h UniJIS-UTF16-H HaranoAjiMincho-Regular.otf uphminr-v UniJIS-UTF16-V HaranoAjiMincho-Regular.otf uphminb-h UniJIS-UTF16-H HaranoAjiMincho-Bold.otf uphminb-v UniJIS-UTF16-V HaranoAjiMincho-Bold.o...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # takes: genop.tab from erlang/otp # Prints a Rust source file of VM dispatch, huge match statement with all # opcodes import erlangrt.genop as genop def main(): conf = genop.OTP22() tables = genop.OTPTables(conf) print("""\ //! Generated by `codegen/create_vm_dispatch.py` //! Dis...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ use PHPUnit\Framework\TestCase; class ExceptionInAssertPostConditionsTest extends TestCase ...
{ "pile_set_name": "Github" }
import { path, lazy_require, config, log, fsAsync } from 'azk'; import { async, promiseResolve, promiseReject } from 'azk/utils/promises'; import { UIProxy } from 'azk/cli/ui'; import { matchFirstRegex, matchAllRegex, fulltrim } from 'azk/utils/regex_helper'; import { printOutput } from 'azk/utils/spawn_helper'; import...
{ "pile_set_name": "Github" }
# Copyright 2016 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. from __future__ import print_function from __future__ import division from __future__ import absolute_import import unittest import mock from dashboard im...
{ "pile_set_name": "Github" }
/** * Copyright 2011-2019 Asakusa Framework Team. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * 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 la...
{ "pile_set_name": "Github" }
config SOC_INTEL_COMMON_BLOCK_CHIP_CONFIG bool help Intel Processor common soc/chip configuration support
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>TestCafe Tests Container</title> <link rel="stylesheet" type="text/css" href="../../../artifacts/css/dx.common.css"/> <link rel="stylesheet" type="text/css" href="../../../artifacts/css/dx.light.css"/> <script type="text/javascript" src="../../../artifacts/js/jquer...
{ "pile_set_name": "Github" }
package cucumber.eclipse.editor.properties; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.IncrementalProjectBuilder; import org.eclipse.core.resources.ProjectScope; import org.eclipse.core.runtime.CoreException; import org.eclipse.core...
{ "pile_set_name": "Github" }
// Copyright 2019 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 !linux,arm64 package cpu func doinit() {}
{ "pile_set_name": "Github" }
import Route from '@ember/routing/route'; export default Route.extend({ });
{ "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 <SceneKit/JSExport-Protocol.h> @class CAAnimation, NSString, SCNNode; @protocol SCNParticlePropertyControllerJSExport <JSExpo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 1.3 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 clas...
{ "pile_set_name": "Github" }
// Copyright (C) 2017 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" }
#include "crypto_sign.h" size_t psSodium_crypto_sign_bytes(void) { return crypto_sign_BYTES; } size_t psSodium_crypto_sign_seedbytes(void) { return crypto_sign_SEEDBYTES; } size_t psSodium_crypto_sign_publickeybytes(void) { return crypto_sign_PUBLICKEYBYTES; } size_t psSodium_crypto_sign_secretkeybytes...
{ "pile_set_name": "Github" }
#include <mbgl/style/layers/fill_extrusion_layer_impl.hpp> namespace mbgl { namespace style { bool FillExtrusionLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { assert(other.getTypeInfo() == getTypeInfo()); const auto& impl = static_cast<const style::FillExtrusionLayer::Impl&>(other); re...
{ "pile_set_name": "Github" }
.. include:: common.txt *************************** Putting it all together *************************** .. _makegames-6: 6. Putting it all together ============================ So far you've learnt all the basics necessary to build a simple game. You should understand how to create Pygame objects, how Pygame disp...
{ "pile_set_name": "Github" }
package com.nanchen.rxjava2examples; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("widget","ko",{move:"움직이려면 클릭 후 드래그 하세요"});
{ "pile_set_name": "Github" }
/********************************************************************* Contains leak strings for the game and who they went to... *********************************************************************/ #define MAX_LEAK_STRING_LENGTH 200 //this contains the leakString HEADER only...the plumber utility //will then...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is av...
{ "pile_set_name": "Github" }
exposing the ways we fool ourselves is one hour photo's real strength .
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-GPL2 * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> */ #include "Grou...
{ "pile_set_name": "Github" }
#ifndef RD_CPP_DATETIME_H #define RD_CPP_DATETIME_H #include "std/hash.h" #include <ctime> #include <string> namespace rd { /** * \brief Wrapper around time_t to be synchronized with "Date" in Kt and "DateTime" in C#. */ class DateTime { public: std::time_t seconds; explicit DateTime(time_t seconds); friend b...
{ "pile_set_name": "Github" }
@charset "utf-8"; .space{ height: 10px !important; margin: 0px; padding: 0px; } .ico{ line-height: 25px; margin-top: -2px; margin-right: 5px; text-align: center; width: 30px; font-size: 25px !important; display: block; float: left; color: #666; } .left{ margin-left:20px; } .mui-pull-right{ margin-right:...
{ "pile_set_name": "Github" }
package com.artemis.weaver.optimizer; import com.artemis.meta.ClassMetadata; public enum EntitySystemType { ENTITY_PROCESSING( "com/artemis/systems/EntityProcessingSystem", "com/artemis/EntitySystem"), ITERATING( "com/artemis/systems/IteratingSystem", "com/artemis/BaseEntitySystem"); public final String s...
{ "pile_set_name": "Github" }
<?php namespace WPGraphQL\Model; use GraphQLRelay\Relay; /** * Class CommentAuthor - Models the CommentAuthor object * * @property string $id * @property string $name * @property string $email * @property string $url * * @package WPGraphQL\Model */ class CommentAuthor extends Model { /** * Stores the co...
{ "pile_set_name": "Github" }
# Copyright (c) 2006-2009 Mitch Garnaat http://garnaat.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 limitation the rights to use, copy, modi...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js * * Copyright (c) 2009-2015 The MathJax Consortium * * 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 * * ...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
Orbit Security ============== Orbit sessions use a direct connection proxied through `https://admin.zenko.io <https://admin.zenko.io/>`__. Connections are encrypted end-to-end between the user’s browser and the admin.zenko.io proxy, and from there to the Zenko instance. No user content in transmission is stored, cache...
{ "pile_set_name": "Github" }
{% load i18n %} <div class="show-xs"> <button id="wizard_goto_step" name="wizard_goto_step" {% if wizard.steps.prev %} class="btn btn-default col-xs-2" {% else %} class="btn btn-default disabled col-xs-2" disabled="disabled" {% endif %} type="submit" value="{{ wizard.steps.step0|add:"-1" }}">&larr;<span> {% trans "Pr...
{ "pile_set_name": "Github" }
/* Myrtille: A native HTML4/5 Remote Desktop Protocol client. Copyright(c) 2014-2020 Cedric Coste Copyright(c) 2018 Paul Oliver (Olive Innovations) 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...
{ "pile_set_name": "Github" }
# normalize-path [![NPM version](https://img.shields.io/npm/v/normalize-path.svg?style=flat)](https://www.npmjs.com/package/normalize-path) [![NPM monthly downloads](https://img.shields.io/npm/dm/normalize-path.svg?style=flat)](https://npmjs.org/package/normalize-path) [![NPM total downloads](https://img.shields.io/np...
{ "pile_set_name": "Github" }
package org.robobinding.supportwidget.swiperefreshlayout; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.Mockito; import org.mockito.MockitoAnnotations; import org.robolectric.RobolectricTestRunner; import org.robolectric.RuntimeEnvironment;...
{ "pile_set_name": "Github" }
using System; using System.Globalization; using NetTopologySuite.Geometries; namespace NetTopologySuite.Mathematics { /// <summary> /// Represents a vector in 3-dimensional Cartesian space. /// </summary> /// <author>Martin Davis</author> public class Vector3D { /// <summary> /...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004 Arabella Software Ltd. * Yuli Barcohen <yuli@arabellasw.com> * * Support for Interphase iSPAN Communications Controllers * (453x and others). Tested on 4532. * * Derived from iSPAN 4539 port (iphase4539) by * Wolfgang Grandegger <wg@denx.de> * * See file CREDITS for list of people who ...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 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 "chrome/browser/printing/print_dialog_gtk.h" #include <fcntl.h> #include <gtk/gtkunixprint.h> #include <sys/stat.h> #include <sys/types.h> ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Table of Contents</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <sc...
{ "pile_set_name": "Github" }
#### suite/funcs_1/t/innodb_storedproc_10.test # # 1. Check if InnoDB is available # 2. Set $engine_type let $engine_type= innodb; --source suite/funcs_1/storedproc/storedproc_10.inc
{ "pile_set_name": "Github" }
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pr...
{ "pile_set_name": "Github" }
package org.lwjglb.engine.loaders.md5; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.joml.Quaternionf; import org.joml.Vector3f; public class MD5BaseFrame { private List<MD5BaseFrameData> frameDataList; public List<MD5BaseFrameD...
{ "pile_set_name": "Github" }
// (C) Copyright Jeremy Siek 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) #ifndef BOOST_ITERATOR_CONCEPTS_HPP #define BOOST_ITERATOR_CONCEPTS_HPP #include <boost/concept_check.hpp> #include <boost/iter...
{ "pile_set_name": "Github" }
{ "refund": { "shipping": { "amount": "5.00", "tax": "0.00", "maximum_refundable": "5.00" }, "refund_line_items": [ { "quantity": 1, "line_item_id": 518995019, "price": "199.00", "subtotal": "195.67", "total_tax": "3.98", "discounted_...
{ "pile_set_name": "Github" }
// Copyright 2016 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. // Bluetooth sockets and messages package unix // Bluetooth Protocols const ( BTPROTO_L2CAP = 0 BTPROTO_HCI = 1 BTPROTO_SCO = 2 BTPROTO_RFCOMM = 3 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <plugin> <extension point="org.blueberry.ui.views"> <view id="org.mitk.views.radiomicsstatistic" name="Radiomics Statistic" class="QmitkRadiomicsStatistic" category="Radiomics" icon="resources/bar-chart-radiomics.svg" > <descr...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014-2018 Mikhail Kulesh * * 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 d...
{ "pile_set_name": "Github" }
# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender...
{ "pile_set_name": "Github" }
package se.magnus.microservices.core.recommendation.services; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cloud.stream.annotation.EnableBinding; import org.springframework.cloud.stream.annotation.StreamListener; impo...
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 * @xmlType AddressType * @xmlName JurisdictionRegionAddress * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\...
{ "pile_set_name": "Github" }
/* <!-- copyright */ /* * aria2 - The high speed download utility * * Copyright (C) 2006 Tatsuhiro Tsujikawa * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lice...
{ "pile_set_name": "Github" }
require('../modules/web.timers'); module.exports = require('../modules/_core');
{ "pile_set_name": "Github" }
{ "@context": { "vocab": "http://example.com/vocab/", "label": { "@id": "vocab:label", "@container": "@language" }, "indexes": { "@id": "vocab:index", "@container": "@index" } }, "@id": "http://example.com/queen", "label": [ "The Queen" ], "indexes": [ "...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>学习offsetParent</title> <style></style> </head> <body> <div id="father" style="position: relative;"> <div id="con"></div> </div> <script...
{ "pile_set_name": "Github" }
Currency pair symbol: EURUSD Initial deposit: 10000.00 USD Total net profit: 34.20 USD Gross profit: 268.44 USD Gross loss: 234.24 USD Absolute drawdown: 63.1...
{ "pile_set_name": "Github" }
# How to use CORS to access Google APIs Google APIs support requests and responses using [Cross-origin Resource Sharing](http://www.w3.org/TR/cors/) (CORS). You do not need to load the complete JavaScript client library to use CORS. If you want your application to access a user's personal information, however, it must...
{ "pile_set_name": "Github" }
import pandas as pd import numpy as np from keras.models import Sequential from keras.layers import Dense from random import shuffle from numpy.linalg import inv import matplotlib.pyplot as plt from math import floor, log import os output_dir = "output/" def dataProcess_X(rawData): #sex 只有两个属性 先drop之后处理 if ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{$seo_title}</title> <meta name="author" content="YzmCMS内容管理系统"> <meta name="keywords"...
{ "pile_set_name": "Github" }
# msgid "" msgstr "" "Project-Id-Version: Spacewalk\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-08-18 10:25+0200\n" #: ../src/bin/spacewalk-abrt:39 msgid "Upload content of the specified problem directory" msgstr "" #: ../src/bin/spacewalk-abrt:41 msgid "Update crash count for the specified problem directo...
{ "pile_set_name": "Github" }
/********************************************************************************* * * * The MIT License (MIT) * * ...
{ "pile_set_name": "Github" }
package inflection import ( "strings" "testing" ) var inflections = map[string]string{ "star": "stars", "STAR": "STARS", "Star": "Stars", "bus": "buses", "fish": "fish", "mouse": "mice", "query": "queries", "ability": "abilities", "agency": "agencies...
{ "pile_set_name": "Github" }
/* * Copyright 2019 cats-tagless maintainers * * 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 ...
{ "pile_set_name": "Github" }
package synthetic // Generator is a pseudo-random numbers generator. type Generator interface { Int() int }
{ "pile_set_name": "Github" }