text
stringlengths
2
99.9k
meta
dict
spv.8bitstorage-ubo.vert // Module Version 10000 // Generated by (magic number): 80007 // Id's are bound by 29 Capability Shader Capability CapabilityUniformAndStorageBuffer8BitAccess Extension "SPV_KHR_8bit_storage" ...
{ "pile_set_name": "Github" }
/* * Copyright 2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. import json import subprocess from os.path import join as pjoin from os.path import isfile from os.path import isdir fro...
{ "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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name=...
{ "pile_set_name": "Github" }
{ "keywords": "begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout vola...
{ "pile_set_name": "Github" }
/* * Hibernate OGM, Domain model persistence for NoSQL datastores * * License: GNU Lesser General Public License (LGPL), version 2.1 or later * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.ogm.test.integration.testcase.util; import org.jboss....
{ "pile_set_name": "Github" }
.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim ...
{ "pile_set_name": "Github" }
syntax = "proto3"; package tensorflow; option cc_enable_arenas = true; option java_outer_classname = "ReaderBaseProtos"; option java_multiple_files = true; option java_package = "org.tensorflow.framework"; // For serializing and restoring the state of ReaderBase, see // reader_base.h for details. message ReaderBaseSt...
{ "pile_set_name": "Github" }
#!/usr/bin/env nix-shell #!nix-shell -i bash -p curl jq nix-prefetch set -euo pipefail cd "$(dirname "$0")" owner=rust-analyzer repo=rust-analyzer nixpkgs=../../../../.. # Update lsp rev=$( curl -s "https://api.github.com/repos/$owner/$repo/releases" | jq 'map(select(.prerelease | not)) | .[0].tag_name' --raw...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.birt.fe...
{ "pile_set_name": "Github" }
# Run the `overlay-symbol-arrow` sample in Google Cloud Shell <walkthrough-tutorial-duration duration="10"/> ## Introduction This tutorial will walk through the process of running a web application from the `overlay-symbol-arrow` sample using TypeScript, Babel, and Webpack. Click the **Start** button to continue. ...
{ "pile_set_name": "Github" }
.. module:: enaml.widgets.date_selector =========================== enaml.widgets.date_selector =========================== .. rubric:: Classes .. autosummary:: :nosignatures: DateSelector .. autoclass:: DateSelector
{ "pile_set_name": "Github" }
feature ordn { # ordinals sub [a o] by [ordfeminine ordmasculine]; } ordn;
{ "pile_set_name": "Github" }
/* $Id: shavite.c 227 2010-06-16 17:28:38Z tp $ */ /* * SHAvite-3 implementation. * * ==========================(LICENSE BEGIN)============================ * * Copyright (c) 2007-2010 Projet RNRT SAPHIR * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and ass...
{ "pile_set_name": "Github" }
/* Given two strings A and B, find the minimum number of times A has to be repeated such that B is a substring of it. If no such solution, return -1. For example, with A = "abcd" and B = "cdabcdab". Return 3, because by repeating A three times (“abcdabcdabcd”), B is a substring of it; and B is not a substring ...
{ "pile_set_name": "Github" }
<?php foreach ($parent_articles as $article_name => $manual_name): ?> <li><a href="javascript:void(0);" onclick="$('parent_article_name').setValue('<?php echo $article_name; ?>');$('parent_article_name_span').update('<?php echo $manual_name; ?>');$('parent_selector_container').hide();"><?php echo str_replace(':', ' &rA...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright (C) 2009 - 2020 Xilinx, Inc. All rights reserved. * SPDX-License-Identifier: MIT ******************************************************************************/ /****************************************************************...
{ "pile_set_name": "Github" }
package org.hswebframework.web.logging; import java.io.PrintWriter; import java.io.Serializable; import java.io.StringWriter; import java.lang.reflect.Method; import java.util.LinkedHashMap; import java.util.Map; import java.util.StringJoiner; import java.util.function.Function; /** * 访问日志信息,此对象包含了被拦截的方法和类信息,如果要对此对象...
{ "pile_set_name": "Github" }
#region Copyright // Copyright Information // ================================== // UnitTesting - XUnitTestProject - C_CollectionFixtures.cs // All samples copyright Philip Japikse // http://www.skimedic.com 08/09/2018 // See License.txt for more information // ================================== #endregion using Syste...
{ "pile_set_name": "Github" }
{ "parent": "item/generated", "textures": { "layer0": "gregtech:items/metaitems/battery.re.mv.cadmium" } }
{ "pile_set_name": "Github" }
/* File : example.cxx */ #include <stdio.h> #include "example.h" void CRectangle::set_values (int a, int b) { x = a; y = b; } // constructor CRectangle::CRectangle(){ x = 2; y = 2; } // copy constructor CRectangle::CRectangle(const CRectangle& c){ printf("in copy constructor\n"); // output of th...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Populating the interactive namespace from numpy and matplotlib\n" ] }, { "name": "stderr", ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Class: SparkConf</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"></scr...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite 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 vers...
{ "pile_set_name": "Github" }
/** @license MIT License (c) copyright 2010-2014 original author or authors */ /** @author Brian Cavalier */ /** @author John Hann */ /*global process,document,setTimeout,clearTimeout,MutationObserver,WebKitMutationObserver*/ (function(define) { 'use strict'; define(function(require) { /*jshint maxcomplexity:6*/ //...
{ "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 <CoreHandwriting/CHStrokeVisualization.h> @interface CHStrokePointsVisualization : CHStrokeVisualization { } - (void)drawStro...
{ "pile_set_name": "Github" }
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { HeroDetailComponent } from './hero-detail.component'; describe('HeroDetailComponent', () => { let component: HeroDetailComponent; let fixture: ComponentFixture<HeroDetailComponent>; beforeEach(async(() => { TestBed.configure...
{ "pile_set_name": "Github" }
const map = require("./core.map"); module.exports = function convert(str, fromMojisyu, toMojisyu) { if (fromMojisyu.types.range && toMojisyu.types.range) { str = rangeConvert(str, fromMojisyu, toMojisyu); } if (fromMojisyu.types.regexpList && toMojisyu.types.regexpList) { str = regexpListCo...
{ "pile_set_name": "Github" }
XZMORE(1) XZ Utils XZMORE(1) NAME xzmore, lzmore - view xz or lzma compressed (text) files SYNOPSIS xzmore [filename ...] lzmore [filename ...] DESCRIPTION xzmore is a filter which allows examination of xz(1) or lzma(1) com- pr...
{ "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. // Code generated by generate-protos. DO NOT EDIT. package fieldnum // Field numbers for google.protobuf.Struct. const ( Struct_Fields = 1 // repeated google...
{ "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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
{{>licenseInfo}} import Foundation {{>generatedCode}} @objc public final class {{apiName}}ApiController: NSObject { // Singleton static let instance = {{apiName}}ApiController() override private init() {} private var requestHandler: {{apiName}}ApiRequestHandlerProvider? @objc public func re...
{ "pile_set_name": "Github" }
'use strict'; var $export = require('./_export') , $typed = require('./_typed') , buffer = require('./_typed-buffer') , anObject = require('./_an-object') , toIndex = require('./_to-index') , toLength = require('./_to-length') , isObject = require('./_is-object') , TYPED_...
{ "pile_set_name": "Github" }
package test import ( "testing" "time" "github.com/kolide/fleet/server/kolide" "github.com/stretchr/testify/require" ) func NewQuery(t *testing.T, ds kolide.Datastore, name, q string, authorID uint, saved bool) *kolide.Query { query, err := ds.NewQuery(&kolide.Query{ Name: name, Query: q, AuthorID:...
{ "pile_set_name": "Github" }
## *Orudeon's Jakobs Brand Tweaks* - Traduction Française Vous jouez à *Borderlands 2* en version Française et vous avez entièrement raison car les acteurs de doublage Français (Christophe Lemoine pour *Le Beau Jack*, Sophie Riffont pour *Moxxi*, Sylvain Lemarié pour *Marcus Kincaid*, Isabelle Volpe pour *Tiny Tina*,...
{ "pile_set_name": "Github" }
@item @var{int} @ref{gnutls_pkcs11_privkey_get_pk_algorithm} (gnutls_pkcs11_privkey_t @var{key}, unsigned int * @var{bits})
{ "pile_set_name": "Github" }
$TTL 1000 @ in soa localhost. postmaster.localhost. ( 1993050801 ;serial 3600 ;refresh 1800 ;retry 604800 ;expiration 3600 ) ;minimum secure1 3600 IN DNSKEY ( NOKEY|FLAG2|FLAG4|FLAG5|NTYP3|FLAG8|FLAG9|FLAG10|FLAG11|SIG15 3 3 ) secure2 3600 in DNSKEY ( nokey|flag2|flag4|flag5|ntyp3|fl...
{ "pile_set_name": "Github" }
Metadata-Version: 2.1.0-312 Name: python-vsmclient Version: 2.1.0-312 Summary: Client library for Intel VSM API. Home-page: https://github.com/openstack/python-vsmclient Author: VSM Contributors Author-email: ml-node+s33411n1h81@n7.nabble.com License: Apache License, Version 2.0 Description: Python bindings to the Inte...
{ "pile_set_name": "Github" }
#include "clapack.h" #include "f2cP.h" /* Table of constant values */ static integer c__1 = 1; /* Subroutine */ int dspgv_(integer *itype, const char *jobz, const char *uplo, integer * n, double *ap, double *bp, double *w, double *z__, integer *ldz, double *work, integer *info) { /* System generated locals */...
{ "pile_set_name": "Github" }
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := xbmc
{ "pile_set_name": "Github" }
element Particle c : int; end element Vertex b : int; end element Edge a : int; end extern P : set{Particle}; extern V : set{Vertex}; extern E : set{Edge}(P, V); func f(e : Edge, n : (p : Particle, v : Vertex)) -> r : int r = e.a + n.v.b + n.p.c; end func asm(e : Edge, n : (p : Particle, v : Vertex)) -> (A...
{ "pile_set_name": "Github" }
//========================================================================== // COMPOUNDMODULEITEM.CC - part of // // OMNeT++/OMNEST // Discrete System Simulation in C++ // //========================================================================== /*-----------------------------------...
{ "pile_set_name": "Github" }
// // main.m // CachedWebView // // Created by Robert Napier on 1/29/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "AppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }
{ "pile_set_name": "Github" }
Sharding ======== We support partitioning a collection into a number of smaller subsets called _shards_. Right now, only a forward index can be partitioned by running `partition_fwd_index` command. For convenience, we provide `shards` command that supports certain bulk operations on all shards. ## Partitioning collec...
{ "pile_set_name": "Github" }
/* The MIT License (MIT) Copyright (c) 2015 Lachlan Tychsen-Smith (lachlan.ts@gmail.com) 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 righ...
{ "pile_set_name": "Github" }
// loop21 generated by makeloops.py Thu Jun 30 16:44:56 2011 #include <blitz/vector2.h> #include <blitz/array.h> #include <random/uniform.h> #include <blitz/benchext.h> #ifdef BZ_HAVE_VALARRAY #define BENCHMARK_VALARRAY #endif #ifdef BENCHMARK_VALARRAY #include <valarray> #endif namespace blitz { extern void sink...
{ "pile_set_name": "Github" }
obj-m := KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/ ifeq ("$(CONFIG_X86_TSC)", "y") obj-m += cpufreq-test_tsc.o endif default: $(MAKE) -C $(KDIR) M=$(PWD) clean: - rm -rf *.o *.ko .tmp-versions .*.cmd .*.mod.* *.mod.c - rm -rf .tmp...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ERP5 Form" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_bind_names</string> </key> <value> <object> <kla...
{ "pile_set_name": "Github" }
/* Copyright Joyent, Inc. and other Node contributors. 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 * righ...
{ "pile_set_name": "Github" }
import * as React from 'react'; import { makeStyles, useTheme } from '@material-ui/core/styles'; import Card from '@material-ui/core/Card'; import CardContent from '@material-ui/core/CardContent'; import CardMedia from '@material-ui/core/CardMedia'; import IconButton from '@material-ui/core/IconButton'; import Typograp...
{ "pile_set_name": "Github" }
//this source code was auto-generated by tolua#, do not modify it using System; using System.Collections.Generic; using LuaInterface; public class DelegateFactory { public delegate Delegate DelegateCreate(LuaFunction func, LuaTable self, bool flag); public static Dictionary<Type, DelegateCreate> dict = new Dictiona...
{ "pile_set_name": "Github" }
/* * 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 License, or * (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
/dts-v1/; #include "bcm6368.dtsi" #include <dt-bindings/input/input.h> / { model = "Huawei HG655b"; compatible = "huawei,hg655b", "brcm,bcm6368"; gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; debounce-interval = <60>; wps { labe...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.FSI.html"> </head> <body> <p>Redirecting to <a href="constant.FSI.html">constant.FSI.html</a>...</p> <script>location.replace("constant.FSI.html" + location.search + location.hash);</script> </body> </html>
{ "pile_set_name": "Github" }
EXPORTS ??0QAbstractVideoBuffer@@IAE@AAVQAbstractVideoBufferPrivate@@W4HandleType@0@@Z @ 1 NONAME ; QAbstractVideoBuffer::QAbstractVideoBuffer(class QAbstractVideoBufferPrivate &, enum QAbstractVideoBuffer::HandleType) ??0QAbstractVideoBuffer@@QAE@W4HandleType@0@@Z @ 2 NONAME ; QAbstractVideoBuffer::QAbstractVideoBuf...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Gradients</title> <script type="text/javascript" src="../../dist/paper-full.js"></script> <script type="text/paperscript" canvas="canvas"> var item = project.importSVG(document.getElementById('svg')); </script> </head> <body> <s...
{ "pile_set_name": "Github" }
import resolve from 'rollup-plugin-node-resolve'; import { terser } from 'rollup-plugin-terser'; import minifyHTML from 'rollup-plugin-minify-html-literals'; import strip from '@rollup/plugin-strip'; export default { input: ['build/pwa-install.js'], output: { file: 'dist/pwa-install.js', format: 'es', ...
{ "pile_set_name": "Github" }
/* * ak4671.h -- audio driver for AK4671 * * Copyright (C) 2009 Samsung Electronics Co.Ltd * Author: Joonyoung Shim <jy0922.shim@samsung.com> * * 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 Softwa...
{ "pile_set_name": "Github" }
<?php /** * Mockery * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://github.com/padraic/mockery/blob/master/LICENSE * If you did not receive a copy of the licen...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) 2012 OpenStack Foundation # 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/LIC...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_GIFLIB bool "giflib" help giflib is a library for reading and writing gif images. http://sourceforge.net/projects/giflib
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation \\...
{ "pile_set_name": "Github" }
/* Extended Module Player * Copyright (C) 1996-2015 Claudio Matsuoka and Hipolito Carraro Jr * * 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" }
// mkerrors.sh // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF_ATM ...
{ "pile_set_name": "Github" }
// Copyright 2018, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
%% basic handler -module({{classname}}). %% Cowboy REST callbacks -export([allowed_methods/2]). -export([init/3]). -export([rest_init/2]). -export([allow_missing_post/2]). -export([content_types_accepted/2]). -export([content_types_provided/2]). -export([delete_resource/2]). -export([is_authorized/2]). -export([known_...
{ "pile_set_name": "Github" }
/*! @file Defines `boost::hana::while_`. @copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_WHILE_HPP #define BOOST_HANA_WHILE_HPP #include <boost/hana/fwd/while.hpp> #incl...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel=...
{ "pile_set_name": "Github" }
// Copyright Edd Dawson 2012 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef UNUSUAL_HPP_2105_16072012 #define UNUSUAL_HPP_2105_16072012 #include "dbg/config.hpp" // Save some preprocessing/compilation...
{ "pile_set_name": "Github" }
network: link: Usage: _build/macosx64/bin/infinit-network --link --name NETWORK network: link: Usage: infinit network link [OPTIONS] Link this device to a network Link this device to a network: Options: Link options: -h, --help show this help message -n [ --name ] arg Network to li...
{ "pile_set_name": "Github" }
/* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ _("Test that node reassignment responses are respected on all kinds of " + "requests."); Cu.import("resource://gre/modules/Log.jsm"); Cu.import("resource://services-common/rest.js"); Cu.import("resource://ser...
{ "pile_set_name": "Github" }
- wiki_page_title @page .wiki-page-header.top-area.has-sidebar-toggle.flex-column.flex-lg-row = wiki_sidebar_toggle_button .nav-text.flex-fill %h2.wiki-page-title{ data: { qa_selector: 'wiki_page_title' } }= @page.human_title %span.wiki-last-edit-by - if @page.last_version = (_("Last edited ...
{ "pile_set_name": "Github" }
K 13 svn:mime-type V 24 application/octet-stream K 14 svn:executable V 1 * END
{ "pile_set_name": "Github" }
1 00:00:33,626 --> 00:00:35,628 (練)あなたのことを 好きになりました。➡ 2 00:00:35,628 --> 00:00:38,631 そのことを 諦めなきゃ いけないのは 苦しい。➡ 3 00:00:38,631 --> 00:00:41,634 ごめんなさい。 好きでした。 4 00:00:41,634 --> 00:00:43,636 (晴太)練君を 君のものに してあげる。➡ 5 00:00:43,636 --> 00:00:45,638 僕と 契約しよ? (木穂子)おかえり。 6 00:00:45,638 --> 00:00:47,640 (練)おかえり。 [TEL](朝陽)...
{ "pile_set_name": "Github" }
!!map !!str !!seq ---------------------------------------------------- [ ["tag", "!!map"], ["tag", "!!str"], ["tag", "!!seq"] ] ---------------------------------------------------- Checks for tags
{ "pile_set_name": "Github" }
define(["Tone/core/Tone", "Tone/event/Part", "Tone/core/Transport"], function (Tone) { "use strict"; /** * @class A sequence is an alternate notation of a part. Instead * of passing in an array of [time, event] pairs, pass * in an array of events which will be spaced at the * given ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # File : papers/schaetti2016/transforms/__init__.py # Description : Transformations init file. # Date : 11th of November, 2019 # # This file is part of EchoTorch. EchoTorch is free software: you can # redistribute it and/or modify it under the terms of the GNU General Public # License as publ...
{ "pile_set_name": "Github" }
package com.macro.mall.tiny.modules.ums.mapper; import com.macro.mall.tiny.modules.ums.model.UmsAdminLoginLog; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * <p> * 后台用户登录日志表 Mapper 接口 * </p> * * @author macro * @since 2020-08-21 */ public interface UmsAdminLoginLogMapper extends BaseMapper<UmsAd...
{ "pile_set_name": "Github" }
package com.pengrad.telegrambot.request; import com.pengrad.telegrambot.model.request.ParseMode; import java.io.File; /** * stas * 5/1/16. */ public class SendVoice extends AbstractMultipartRequest<SendVoice> { public SendVoice(Object chatId, String voice) { super(chatId, voice); } public Se...
{ "pile_set_name": "Github" }
namespace OSD { partial class frmComPort { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <par...
{ "pile_set_name": "Github" }
/** Package that contains handlers specific to datatypes introduced in Java 8. Previously these were added via additional external modules, but with Jackson 3 most (if not all) types are included directly in databind. @since 3.0 */ package com.fasterxml.jackson.databind.ext.jdk8;
{ "pile_set_name": "Github" }
# 第一课总结 ### 1.类比代码执行流程 使用银行开户方式 * 1.填写申请单 * 2.去柜台开户 * 3.发卡 *** 类比一套业务架构: * 开户环境:提供一组服务,该服务包含接受申请、检验申请单信息和核对资格。 (开户环境提供集预处理、执行于一体的核心业务处理单元,同时还提供内置服务方面用户的业务办理。) ``` 内置服务:为满足用户填写订单时提供的一组内部服务。 业务核心:涵盖预处理和执行 预处理:在真正执行开户前进行信息检查的处理过程,以保证执行处理的效率。 执行:执行开户操作的过程,操作完成后并返回想要的开户结果。 ``` * 围绕开户业务,会有一堆第三方服务供用户使用,以满...
{ "pile_set_name": "Github" }
[ { "name": "LOGWOOD", "ingredient": { "type": "forge:ore_dict", "ore": "logWood" } }, { "name": "INGOTIRON", "ingredient": { "type": "forge:ore_dict", "ore": "ingotIron" } }, { "name": "INGOTSTEE...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Constraints; /** * Validates values are eq...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // GraphBLAS/Demo/Source/bfs6_check.c: breadth first search using vxm //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
{ "pile_set_name": "Github" }
package cz.covid19cz.erouska.ui.activation import android.content.Context import androidx.hilt.lifecycle.ViewModelInject import androidx.lifecycle.viewModelScope import com.google.android.gms.common.api.ApiException import cz.covid19cz.erouska.db.SharedPrefsRepository import cz.covid19cz.erouska.exposurenotifications....
{ "pile_set_name": "Github" }
# -*- mode: snippet -*- # uuid: 69D9877A-4A4C-4DC7-97E5-392B45941A82 # contributor: Translated from textmate snippet by textmate-import.el # contributor: Imported by Matthew L. Fidler # contributor: Original Author textmate (Package r from Github t, ver -fcad1b3) # name: Ifelse # key: ife # condition: (string= "S" ess-...
{ "pile_set_name": "Github" }
@font-face {font-family: "iconfont_hometop"; src: url('../fonts/iconfont_hometop.ttf?t=1541686972524') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ } .iconfont_hometop { font-family:"iconfont_hometop" !important; font-size:16px; font-style:normal; -webkit-font-smoothing: antial...
{ "pile_set_name": "Github" }
#include "qaccessiblebridge.h"
{ "pile_set_name": "Github" }
var searchData= [ ['core_5fcm7_2etxt',['core_cm7.txt',['../core__cm7_8txt.html',1,'']]] ];
{ "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...
{ "pile_set_name": "Github" }
client dev tun proto udp remote 185.16.206.90 1194 resolv-retry infinite remote-random nobind tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 persist-key persist-tun ping 15 ping-restart 0 ping-timer-rem reneg-sec 0 comp-lzo no remote-cert-tls server auth-user-pass ../Own_VPN_Config/nordvpnauth.txt verb 3 pull fast-io ciph...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 Google Inc. 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 conditio...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 Ben Skeggs. * 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 to use, copy...
{ "pile_set_name": "Github" }
; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s define i32 @f1() { ; CHECK-LABEL: f1: ; CHECK: ldr r0 %buf = alloca [32 x i32], align 4 %tmp = getelementptr [32 x i32], [32 x i32]* %buf, i32 0, i32 0 %tmp1 = load i32, i32* %tmp ret i32 %tmp1 } define i32 @f2() { ; CHECK-LABEL: f2: ; CHECK: mov r0 ; CHECK: l...
{ "pile_set_name": "Github" }
--- layout: author id: cky name: Chris Jester-Young avatar: https://www.gravatar.com/avatar/259d89760afcc66965a53ca7d81e9029?s=100 twitter: cky944 job: Developer website: http://about.cky.nz/ inactive: true ---
{ "pile_set_name": "Github" }
using Microsoft.VisualStudio.TestTools.UnitTesting; using SQLite.CodeFirst.Statement; namespace SQLite.CodeFirst.Test.UnitTests.Statement { [TestClass] public class CreateTableStatementTest : StatementTestBase { [TestMethod] public void CreateStatementTest() { var creat...
{ "pile_set_name": "Github" }
/* * QEMU National Semiconductor PC87312 (Super I/O) * * Copyright (c) 2010-2012 Herve Poussineau * Copyright (c) 2011-2012 Andreas Färber * * 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 Sof...
{ "pile_set_name": "Github" }
/* $Id$ */ /* ////////////////////////////////////////////////////////////////////////// // // // This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, // // Suite 200, Seattle, WA 98104. Unauthorized use or distribution ...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }