text
stringlengths
2
99.9k
meta
dict
{ "vmschkmachine": { "Name": "pc-i440fx-2.2" }, "fw_cfg2": { "Name": "fw_cfg", "version_id": 2, "minimum_version_id": 1, "Description": { "name": "fw_cfg", "version_id": 2, "minimum_version_id": 1, "Fields": [ { "field": "cur_entry", "version...
{ "pile_set_name": "Github" }
from __future__ import print_function import argparse import sys import textwrap import redlock def log(*args, **kwargs): if not log.quiet: print(*args, file=sys.stderr, **kwargs) def lock(name, validity, redis, retry_count=3, retry_delay=200, **kwargs): if retry_count < 0: retry_count = 0...
{ "pile_set_name": "Github" }
Errors produced by compilation of testCase ERROR 1:10 no viable alternative at input ':' in unknown ruleset (which started at 1:1) 1: @variable: 2 2: h1 { ERROR 1:10 no viable alternative at input ':' in ruleset (which started at 1:10) 1: @variable: 2 2: h1 { ERROR 5:1 no viable alternative at input '<EOF>' in ru...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: get uri: http://ps.pndsn.com/v2/subscribe/sub-a-mock-key/demo-pnpres/0?auth=ruby-test-auth&pnsdk=PubNub-Ruby/4.1.0&t=%7B%22r%22:0,%22t%22:0%7D&uuid=ruby-test-uuid body: encoding: UTF-8 string: '' headers: User-Agent: - HTTPClient/1.0 (2.8...
{ "pile_set_name": "Github" }
Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNUNG: DIESE ARBEITSBEREICHSDATEI DARF NICHT BEARBEITET ODER GELÖSCHT WERDEN! ############################################################################### Project: "cjpeg"=".\cjpeg.dsp" - Package Owner=<4> Package=<5> {{{ }}} Package=<...
{ "pile_set_name": "Github" }
//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// #include "Managers/BsVulkanRenderStateManager.h" #include "BsVulkanGpu...
{ "pile_set_name": "Github" }
True True True True True True True True True Exception Exception
{ "pile_set_name": "Github" }
# PCSE00349 1001 Spikes 1.02 # Credit is nolberto82 at GameHacking _V0 Invincibility $B200 00000000 00000000 $A100 0001F1C6 0000F8C8 _V0 Moon Jump(Hold Triangle only to rise doesn't work if pressing other buttons.) $B200 00000000 00000000 $C201 00000001 00001000 $A100 0001EBD4 00004770
{ "pile_set_name": "Github" }
// // ASVideoNode.h // AsyncDisplayKit // // Copyright (c) 2014-present, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file...
{ "pile_set_name": "Github" }
if TARGET_NYAN_BIG config SYS_BOARD default "nyan-big" config SYS_VENDOR default "nvidia" config SYS_CONFIG_NAME default "nyan-big" endif
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:clipChildren="false" android:fitsSystemWindows="true"> <androidx.viewpager.widget.ViewPager android...
{ "pile_set_name": "Github" }
# [921.Minimum Add to Make Parentheses Valid][title] > [!WARNING|style:flat] > This question is temporarily unanswered if you have good ideas. Welcome to [Create Pull Request PR](https://github.com/kylesliu/awesome-golang-leetcode) ## Description **Example 1:** ``` Input: a = "11", b = "1" Output: "100" ``` ## 题意 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <museScore version="2.06"> <programVersion>2.0.3</programVersion> <programRevision>3c7a69d</programRevision> <Score> <LayerTag id="0" tag="default"></LayerTag> <currentLayer>0</currentLayer> <Synthesizer> </Synthesizer> <Division>480</Division> <Sty...
{ "pile_set_name": "Github" }
/* * SL82C105/Winbond 553 IDE driver * * Maintainer unknown. * * Drive tuning added from Rebel.com's kernel sources * -- Russell King (15/11/98) linux@arm.linux.org.uk * * Merge in Russell's HW workarounds, fix various problems * with the timing registers setup. * -- Benjamin Herrenschmidt (01/11/03) benh@...
{ "pile_set_name": "Github" }
#include "stdafx.h" #include "nel_patch_paint.h" extern CoreExport Class_ID patchClassID; // in mods.cpp extern HINSTANCE hInstance; /*-------------------------------------------------------------------*/ EPTempData::~EPTempData() { if (patch) delete patch; if (rpatch) delete rpatch; } EPTempData::EPTempData(...
{ "pile_set_name": "Github" }
#Open软件开发小组 ## 简介 >Open软件开发小组,我们专注于Android开发,不仅每周发布原创技术文章,而且收录并精选优秀Android技术文章,宗旨在打造移动开发技术学习的入口, 让我们互相学习,共同成长; # 技术专题 + [[Android技术专题]APK瘦身看这一篇文章就够了](https://github.com/OpenDevTeam/OpenBox/blob/master/topic/%5BAndroid%E6%8A%80%E6%9C%AF%E4%B8%93%E9%A2%98%5DAPK%E7%98%A6%E8%BA%AB%E7%9C%8B%E8%BF%99%E4%B8%80%E7%AF%87%E6%9...
{ "pile_set_name": "Github" }
// Display.cpp - Windows. // Guy Simmons, 1st February 1997. #include <MFHeader.h> #define MF_DD2 BOOL EmulateLoRes = FALSE, Got3DFX = FALSE; UBYTE DisplayActive = 0, DisplayState = 0, *WorkScreen, WorkScreenDepth; SLONG DisplayMode = DISPLAY_MODE_NONE, WorkScreenH...
{ "pile_set_name": "Github" }
<?php /** * @package dompdf * @link http://dompdf.github.com/ * @author Benj Carson <benjcarson@digitaljunkies.ca> * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ /** * Standard exception thrown by DOMPDF classes * * @package dompdf */ class DOMPDF_Exception extends...
{ "pile_set_name": "Github" }
//===-- Mips16RegisterInfo.cpp - MIPS16 Register Information --------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:df8bb09de6696c6cfb749f7be1004b16ec921878ecfb78da5d014dd4e381493c size 6277
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Component.Builder * * @created 30th April, 2015 * @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com> * @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder> * @copyright Copyright (C) 2015 - 2020 Vast Development...
{ "pile_set_name": "Github" }
package def.dom; public class MSGestureEvent extends UIEvent { public double clientX; public double clientY; public double expansion; public Object gestureObject; public double hwTimestamp; public double offsetX; public double offsetY; public double rotation; public double scale; ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.6: adddialog.cpp Example File (itemviews/addressbook/adddialog.cpp)</title> <link href="classic.css...
{ "pile_set_name": "Github" }
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ import gql from 'graphql-tag'; import { FtrProviderContext } from '../ftr_pr...
{ "pile_set_name": "Github" }
<?php use WeDevs\PM\Core\Router\Router; use WeDevs\PM\Core\Permissions\Authentic; use WeDevs\PM\Core\Permissions\Project_Manage_Capability; $router = Router::singleton(); $router->get( 'search', 'WeDevs\PM\Search\Controllers\Search_Controller@search' ) ->permission(['WeDevs\PM\Core\Permissions\Authentic']); $ro...
{ "pile_set_name": "Github" }
/* * reserved comment block * DO NOT REMOVE OR ALTER! */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under ...
{ "pile_set_name": "Github" }
/** * Copyright (c) Dell Inc., or its subsidiaries. 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 */ package io.p...
{ "pile_set_name": "Github" }
(function ($) { $.extend($.summernote.lang, { 'id-ID': { font: { bold: 'Tebal', italic: 'Miring', underline: 'Garis bawah', clear: 'Bersihkan gaya', height: 'Jarak baris', strikethrough: 'Coret', size: 'Ukuran font' }, image: { imag...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('eq', require('../eq')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
{***************************************************************************} { } { DUnitX } { } { ...
{ "pile_set_name": "Github" }
/* * This should give CORRECT on the default problem 'hello'. * * @EXPECTED_RESULTS@: CORRECT */ import java.io.*; class Main { public static void main(String[] args) throws Exception { System.out.print("Hello world!\n"); } }
{ "pile_set_name": "Github" }
//============================================================================== // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Microsoft Public License. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // ...
{ "pile_set_name": "Github" }
"""Open an arbitrary URL. See the following document for more info on URLs: "Names and Addresses, URIs, URLs, URNs, URCs", at http://www.w3.org/pub/WWW/Addressing/Overview.html See also the HTTP spec (from which the error codes are derived): "HTTP - Hypertext Transfer Protocol", at http://www.w3.org/pub/WWW/Protocols...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-2020 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ #ifndef TAO_PEGTL_INTERNAL_TRY_CATCH_TYPE_HPP #define TAO_PEGTL_INTERNAL_TRY_CATCH_TYPE_HPP #include <type_traits> #include "../config.hpp" #include "enable_control.hpp" #include "...
{ "pile_set_name": "Github" }
import java.util.List; // https://leetcode-cn.com/problems/number-of-paths-with-max-score/ class L1301_Number_of_Paths_with_Max_Score { public int[] pathsWithMaxScore(List<String> board) { } }
{ "pile_set_name": "Github" }
{% extends "misago/base.html" %} {% load i18n %} {% block title %} {% if user.is_authenticated and not user.has_usable_assword %} {% trans "Set new password" %} | {{ block.super }} {% else %} {% trans "Change forgotten password" %} | {{ block.super }} {% endif %} {% endblock %} {% block content %} <div class="p...
{ "pile_set_name": "Github" }
//===- InstCombineAddSub.cpp ------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
client dev tun proto tcp remote lu.mullvad.net 80 cipher AES-256-CBC resolv-retry infinite nobind persist-key persist-tun verb 3 remote-cert-tls server ping 10 ping-restart 60 sndbuf 524288 rcvbuf 524288 auth-user-pass /config/openvpn-credentials.txt ca /etc/openvpn/mullvad/ca.crt tun-ipv6 script-security...
{ "pile_set_name": "Github" }
.. automodule:: commpy.impairments
{ "pile_set_name": "Github" }
@import 'ej2-inputs/styles/textbox/highcontrast-light.scss';
{ "pile_set_name": "Github" }
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include <string.h> #include "r128.h" #include "r128_reg.h" #ifdef R128DRI #include "r128_common.h" #include "r128_sarea.h" #endif #include "xf86.h" #include "dixstruct.h" #include <X11/extensions/Xv.h> #include "fourcc.h" #define OFF_DELAY 250 /* millisecon...
{ "pile_set_name": "Github" }
package com.cheng.zenofdesignpatterns.patterns.state.common; /** * 环境角色 */ public class StateContext { // 定义状态 public final static State STATE1 = new ConcreteState1(); public final static State STATE2 = new ConcreteState2(); // 当前状态 private State CurrentState; // 获得当前状态 public State getCurrentState() { ...
{ "pile_set_name": "Github" }
p edge 20 23 e 1 10 e 3 19 e 3 0 e 4 2 e 5 0 e 6 11 e 6 18 e 8 13 e 9 5 e 9 4 e 10 7 e 11 1 e 12 7 e 14 8 e 14 15 e 16 15 e 16 0 e 16 13 e 17 12 e 17 2 e 18 8 e 19 15 e 19 13
{ "pile_set_name": "Github" }
'use strict' var util = require('util') , request = require('../index') module.exports = function debug() { if (request.debug) { console.error('REQUEST %s', util.format.apply(util, arguments)) } }
{ "pile_set_name": "Github" }
<?php return [ 'bootstrap' => [ 'debug', 'gii', ], 'modules' => [ 'debug' => [ 'class' => 'yii\\debug\\Module', 'panels' => [ 'elasticsearch' => yii\elasticsearch\DebugPanel::class, 'queue' => yii\queue\debug\Panel::class, ...
{ "pile_set_name": "Github" }
/* Highcharts JS v4.0.4 (2014-09-02) Plugin for displaying a message when there is no data visible in chart. (c) 2010-2014 Highsoft AS Author: Oystein Moseng License: www.highcharts.com/license */ (function(c){function f(){return!!this.points.length}function g(){this.hasData()?this.hideNoData():this.showNoData()...
{ "pile_set_name": "Github" }
/* Portions copyright (c) 2010-2018 Stanford University and Simbios. * Contributors: Peter Eastman * * 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 * wit...
{ "pile_set_name": "Github" }
<launch> <!-- OMPL Plugin for MoveIt! --> <arg name="planning_plugin" value="ompl_interface/OMPLPlanner" /> <!-- The request adapters (plugins) used when planning with OMPL. ORDER MATTERS --> <arg name="planning_adapters" value="default_planner_request_adapters/AddTimeParameterization defau...
{ "pile_set_name": "Github" }
<?php // Supermicro sensors $oids = snmp_walk($device, '.1.3.6.1.4.1.10876.2.1.1.1.1.3', '-Osqn', 'SUPERMICRO-HEALTH-MIB'); $oids = trim($oids); if ($oids) { echo 'Supermicro '; foreach (explode("\n", $oids) as $data) { $data = trim($data); if ($data) { [$oid, $type] = explode(' ', ...
{ "pile_set_name": "Github" }
;(function(window) { var ctx, hue, logo, form, buffer, target = {}, tendrils = [], settings = {}; settings.debug = true; settings.friction = 0.5; settings.trails = 20; settings.size = 50; settings.dampening = 0.25; settings.tension = 0.98; Math.TWO_PI = Math.PI * 2; // ===========...
{ "pile_set_name": "Github" }
/*============================================================================ CMake - Cross Platform Makefile Generator Copyright 2000-2009 Kitware, Inc., Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This softwa...
{ "pile_set_name": "Github" }
# # qmake configuration for win32-g++ # # Written for MinGW # MAKEFILE_GENERATOR = MINGW TEMPLATE = app CONFIG += qt warn_on release link_prl copy_dir_files debug_and_release debug_and_release_target precompile_header QT += core gui DEFINES += UNICODE QT_LARGEFILE_SUPPORT QMAKE_COMPILER_DEFINES += __GNUC__ WIN...
{ "pile_set_name": "Github" }
{ "resourceType": "Patient", "name": [ { "family": "Doe", "given": [ "John", "W." ] } ], "gender": "male", "birthDate": "2012-02-14", "address": [ { "use": "home", "line": [ "535 Sheppard Avenue West, Unit 1907", "RR 66, Station A, RP...
{ "pile_set_name": "Github" }
/* Sample initialization file */ .extern main .extern exit .text .code 32 .align 0 .extern __bss_beg__ .extern __bss_end__ .extern __stack_end__ .extern __data_beg__ .extern __data_end__ .extern __data+beg_src__ .global start .global endless_loop /* Stack Sizes */ .set ...
{ "pile_set_name": "Github" }
Name: HeaderLib SwiftInferImportAsMember: true Functions: - Name: custom_realloc NullabilityOfRet: N Nullability: [ N, S ] - Name: unavailable_function Availability: none AvailabilityMsg: "I beg you not to use this" - Name: do_something_with_pointers NullabilityOfRet: O Nullability: [ N, O...
{ "pile_set_name": "Github" }
{ "activePlaceCount": 0, "birth": { "place": { "name": "Warszawa, Polska", "placeName": "Warszawa", "placeType": "inhabited_place" }, "time": { "startYear": 1945 } }, "birthYear": 1945, "date": "born 1945", "fc": "Ewa Partum", "gender": "Female", "id": 11...
{ "pile_set_name": "Github" }
--echo # --echo # WL#12261 Control (enforce and disable) table encryption --echo # --source include/have_debug.inc --echo # Pre-define user u1, which is used in different tests below. CREATE USER u1@localhost; GRANT ALL ON db1.* TO u1@localhost; GRANT ALL ON db2.* TO u1@localhost; GRANT ALL ON sch1.* TO u1@localhost; ...
{ "pile_set_name": "Github" }
# # gdb helper commands and functions for Linux kernel debugging # # module tools # # Copyright (c) Siemens AG, 2013 # # Authors: # Jan Kiszka <jan.kiszka@siemens.com> # # This work is licensed under the terms of the GNU GPL version 2. # import gdb from linux import cpus, utils, lists module_type = utils.CachedTy...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015 * * 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 withou...
{ "pile_set_name": "Github" }
/* Copyright 2019 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
# 淘宝已买到的宝贝数据爬虫 ## 使用教程 1. [点击这里下载][1]下载chrome浏览器 2. 查看chrome浏览器的版本号,[点击这里下载][2]对应版本号的chromedriver驱动 3. pip安装下列包 - [x] pip install selenium - [x] pip install pyquery 4. [点击这里][3]登录微博,并通过微博绑定淘宝账号密码 5. 在main中填写chromedriver的绝对路径 6. 在main中填写微博账号密码 ```python #改成你的chromedriver的完整路径地址 chromedriver_path = "/Users/bird/Des...
{ "pile_set_name": "Github" }
from flask import Blueprint, render_template, redirect, url_for, flash, request, current_app from simpledu.models import Course, User from simpledu.forms import RegisterForm, LoginForm from flask_login import login_user, logout_user, login_required front = Blueprint('front', __name__) @front.route('/') def index(): ...
{ "pile_set_name": "Github" }
<?php /** * RecordTab Plugin Manager Test Class * * PHP version 7 * * Copyright (C) Villanova University 2010. * * 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 Free Software Foundation. * * This pr...
{ "pile_set_name": "Github" }
.class public Landroid/content/pm/InstrumentationInfo; .super Landroid/content/pm/PackageItemInfo; .source "InstrumentationInfo.java" # interfaces .implements Landroid/os/Parcelable; # static fields .field public static final CREATOR:Landroid/os/Parcelable$Creator; .annotation system Ldalvik/annotation/Signature...
{ "pile_set_name": "Github" }
'use strict' const test = require('ava') const process = require('./process-readme') test('single h1 present - remove h1', (t) => { const { readme } = process('\n\n# ABC\n\n## FOO\nnala\n\n## BAR\n') t.truthy(readme) t.true(typeof readme === 'string') t.snapshot(readme) }) test('multiple h1s present - indent...
{ "pile_set_name": "Github" }
----- Doing (5,6) `quotRem` 23 Wanted: (933688542,20) Got: (933688542,20) Worked ----- Doing (2147483648,0) `quotRem` 2147483649 Wanted: (4294967294,2) Got: (4294967294,2) Worked ----- Doing (4213832810,49) `quotRem` 4265016088 Wanted: (4243424581,3582122681) Got: (4243424581,3582122681) Worked
{ "pile_set_name": "Github" }
{% extends "basic/layout.html" %} {% block extrahead %} <meta charset="UTF-8"> <meta http-equiv="refresh" content="1;url=https://fmt.dev/latest/"> <script type="text/javascript"> window.location.href = "https://fmt.dev/latest/" </script> <title>Page Redirection</title> {% endblock %} {% block document %} If you a...
{ "pile_set_name": "Github" }
<?php // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. use App\Models\BeatmapMirror; $factory->define(BeatmapMirror::class, function (Faker\Generator $faker) { return [ 'base_url...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. */ use anyhow::{format_err, Error}; use context::CoreContext; use futures::future::{err, BoxFuture, FutureExt}; use super::{Blobstore, Blobstor...
{ "pile_set_name": "Github" }
.scope { @var: 99px; .mixin () { width: @var; } } .class { .scope > .mixin; } .overwrite { @var: 0px; .scope > .mixin; } .nested { @var: 5px; .mixin () { width: @var; } .class { @var: 10px; .mixin; } }
{ "pile_set_name": "Github" }
/* @flow */ declare export default number; declare export var str: string;
{ "pile_set_name": "Github" }
{ "name": "aws-in-bullet-points", "description": "☁️ AWS summary in bullet points", "private": true, "scripts": { "lint": "npm run lint:md && npm run lint:relative-urls && npm run lint:external-urls && npm run lint:consistency", "lint:md": "markdownlint **/*.md --ignore node_modules", "lint:relative...
{ "pile_set_name": "Github" }
<!-- THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF --> <!-- ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO --> <!-- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A --> <!-- PARTICULAR PURPOSE. --> <!-- ...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; import 'package:flutter_dojo/common/main_title_widget.dart'; class BounceTextWidget extends StatefulWidget { @override _BounceTextWidgetState createState() => _BounceTextWidgetState(); } class _BounceTextWidgetState extends State<BounceTextWidget> with TickerProviderStateMi...
{ "pile_set_name": "Github" }
/* Determine current working directory. Linux version. Copyright (C) 1997,1998,1999,2000,2002,2003,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. The GNU C Library is free software; you can redistribute it and/or mo...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2020 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ import { Component, ViewChild } from '@angular/core'; import { ComponentFixture, TestBed } from '@angular/cor...
{ "pile_set_name": "Github" }
/****************************************************************************** * The MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Software without restriction, including without limi...
{ "pile_set_name": "Github" }
<?php namespace Backend\Modules\MediaLibrary\Domain\MediaGroup\Exception; class MediaGroupNotFound extends \Exception { public static function forEmptyId(): self { return new self('The id you have given is null'); } public static function forId(string $id): self { return new self(...
{ "pile_set_name": "Github" }
/*! Video plugin for Shower, HTML presentation engine (github.com/shower/shower) Browser support: latest versions of all major browsers @url github.com/operatino/shower-video @author Robert Haritonov <r@rhr.me> @twitter @operatino */ /* TODO: * rerun video if it finished playback or next slide tick * check p...
{ "pile_set_name": "Github" }
// Copyright 2015 Light Code Labs, 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 agre...
{ "pile_set_name": "Github" }
"============================================================================ "File: asciidoc.vim "Description: Syntax checking plugin for syntastic.vim "Maintainer: LCD 47 <lcd047 at gmail dot com> "License: This program is free software. It comes without any warranty, " to the extent permitted...
{ "pile_set_name": "Github" }
/* * RAW AC-3 and E-AC-3 demuxer * Copyright (c) 2007 Justin Ruggles <justin.ruggles@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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...
{ "pile_set_name": "Github" }
// Like the compiler, the static analyzer treats some functions differently if // they come from a system header -- for example, it is assumed that system // functions do not arbitrarily free() their parameters, and that some bugs // found in system headers cannot be fixed by the user and should be // suppressed. #prag...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
// FIXME: Check IR rather than asm, then triple is not needed. // RUN: %clang_cc1 -triple %itanium_abi_triple -masm-verbose -S -debug-info-kind=limited %s -o - | FileCheck %s // CHECK: AT_APPLE_objc_complete_type @interface I1 @end @implementation I1 { int myi2; } int myi; @end void foo(I1 *iptr) {}
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sprin...
{ "pile_set_name": "Github" }
/*********************************************************************************** Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. (c) Copyright 1996 - 2002 Gary Henderson (gary.henderson@ntlworld.com), Jerremy Koot (jkoot@snes9x.com) (c) Copyright 2002 - 200...
{ "pile_set_name": "Github" }
// Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com> // // 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 conditi...
{ "pile_set_name": "Github" }
#ifndef TERMCOLOR2_ALIAS_HPP #define TERMCOLOR2_ALIAS_HPP #include "./string.hpp" namespace termcolor2 { template <std::size_t N> using string = basic_string<char, N>; #ifndef _MSC_VER template <std::size_t N> using wstring = basic_string<wchar_t, N>; template <std::size_t N> using u16string...
{ "pile_set_name": "Github" }
[ "A Funeral Elegy", "A Lover’s Complaint", "A Midsummer Night's Dream", "All's Well That Ends Well", "Antony and Cleopatra", "As You Like It", "Coriolanus", "Cymbeline", "Double Falsehood", "Edward III", "Hamlet", "Henry V", "Julius Caesar", "King Henry IV, Part 1", "King Henry IV, Part 2...
{ "pile_set_name": "Github" }
<?php namespace App\Http\Requests; class UserUpdateRequest extends Request { /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { $id = $this->user->id; return $rules = [ 'name' => 'bail|required|max:255|un...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="shortcut icon" href="../icons/favicon.ico" /> <link rel="stylesheet" type="text/css" href="../styles/branding.css" /> <link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /> <script type="text/j...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 Sergey Kosarevsky (sk@linderdaum.com) * Copyright (C) 2013 Viktor Latypov (vl@linderdaum.com) * Based on Linderdaum Engine http://www.linderdaum.com * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th...
{ "pile_set_name": "Github" }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
{ "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...
{ "pile_set_name": "Github" }
package com.yisu.stream.server; import lombok.extern.slf4j.Slf4j; import org.springframework.cloud.stream.annotation.EnableBinding; import org.springframework.cloud.stream.annotation.StreamListener; import org.springframework.cloud.stream.messaging.Sink; /** * @author xuyisu * @description * @date 2019/12/20 */ @...
{ "pile_set_name": "Github" }
using NHapi.Base.Parser; using NHapi.Base; using NHapi.Base.Log; using System; using System.Collections.Generic; using NHapi.Model.V23.Segment; using NHapi.Model.V23.Datatype; using NHapi.Base.Model; namespace NHapi.Model.V23.Group { ///<summary> ///Represents the SIU_S17_PATIENT Group. A Group is an order...
{ "pile_set_name": "Github" }
// ----------------------------------------------------------------------- // // // MODULE : AIGoalMenace.h // // PURPOSE : // // CREATED : 12/13/04 // // (c) 2004 Monolith Productions, Inc. All Rights Reserved // ----------------------------------------------------------------------- // #ifndef _AIGOALMENACE_H_ #d...
{ "pile_set_name": "Github" }
<?php /* * $Id: IfTask.php 43 2006-03-10 14:31:51Z mrook $ * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN...
{ "pile_set_name": "Github" }
<?php namespace app\http\middleware; use app\util\ApiLogTool; class ApiLog { /** * @param \think\facade\Request $request * @param \Closure $next * @return mixed|\think\response\Json * @author zhaoxiang <zhaoxiang051405@gmail.com> */ public function handle($request, \Closure $next) {...
{ "pile_set_name": "Github" }