text
stringlengths
2
99.9k
meta
dict
defmodule Explorer.Repo.Migrations.RemoveDuplicatedIndexes do use Ecto.Migration def change do drop_if_exists( index(:address_current_token_balances, [:address_hash, :block_number, :token_contract_address_hash], name: "address_current_token_balances_block_number_index" ) ) drop_if_...
{ "pile_set_name": "Github" }
module Mocha module MiniTestCaseAdapter class AssertionCounter def initialize(test_case) @test_case = test_case end def increment @test_case._assertions += 1 end end def self.included(base) base.class_eval do alias_method :run_before_mocha_mini_te...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2017 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 ap...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2020 Alfresco Software, Ltd. * * 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" }
// Swarm - Special renderer that draws a swarm of swirling/crawling lines. // https://github.com/keijiro/Swarm Shader "Swarm/Tube" { Properties { _Smoothness("Smoothness", Range(0, 1)) = 0 _Metallic("Metallic", Range(0, 1)) = 0 } SubShader { Tags { "RenderType"="Opaque" } ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <t:config id="f08d49ac41d1023d9d462d58af51414daff95a6a" name="Regread" version="1.1.1" configversion="1.1.1.0" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:t='tc0'> <t:inputparameters> <t:parameter name="Net...
{ "pile_set_name": "Github" }
# # Check RESET SLAVE [name] [ALL] for multi-source replication # --source include/not_embedded.inc --source include/binlog_start_pos.inc --let $rpl_server_count= 0 --connect (slave,127.0.0.1,root,,,$SERVER_MYPORT_3) --replace_result $SERVER_MYPORT_1 MYPORT_1 eval change master 'master1' to master_port=$SERVER_MYPO...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: com.sun.jersey:jersey-servlet:1.19.1"> <CLASSES> <root url="jar://$USER_HOME$/.m2/repository/com/sun/jersey/jersey-servlet/1.19.1/jersey-servlet-1.19.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$USER_HOME$/.m2/repository/com/sun/jerse...
{ "pile_set_name": "Github" }
sha256:2f8a606d30505753e5c2c22009f1b4333ddb9629fe0596a938d2e87faf24a419
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform>...
{ "pile_set_name": "Github" }
<html> <head> <title>Fourth hop</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> </head> <body> <h1>Fourth hop</h1> <p><a href="5.html">Fifth hop</a></p> </body> </html>
{ "pile_set_name": "Github" }
import fs from "fs"; import path from "path"; import jsonFormat from "json-format"; const VERSION = fs.readFileSync(path.resolve(__dirname, "../VERSION")).toString().trim(); const PATH_PACKAGEJSON = path.resolve(__dirname, "../package.json"); let json = JSON.parse(fs.readFileSync(PATH_PACKAGEJSON).toString()); json.v...
{ "pile_set_name": "Github" }
module.exports = "ignored";
{ "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 !gccgo package cpu func getisar0() uint64 func getisar1() uint64 func getpfr0() uint64
{ "pile_set_name": "Github" }
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. =================...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1000012803914034} m_IsPrefabParent: ...
{ "pile_set_name": "Github" }
version: 2 jobs: build-iOS-Swift-5.1: macos: xcode: "11.2.0" shell: /bin/bash --login -eo pipefail environment: LC_ALL: en_US.UTF-8 LANG: en_US.UTF-8 HOMEBREW_LOGS: ~/homebrew-logs HOMEBREW_TEMP: ~/homebrew-temp HOMEBREW_NO_AUTO_UPDATE: 1 steps: ...
{ "pile_set_name": "Github" }
package com.uipath.dotnetjavatypes; import com.uipath.instance.ObjectInstance; import org.json.JSONException; import org.json.JSONObject; public class FloatTypeSerializer implements TypeSerializerInterface { public JavaObject DeserializeToJavaObject(JSONObject obj) { if (obj.has("value")) { t...
{ "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>PyML.containers.ext.csparsefeaturevector.SparseFeatureVector</title> <link rel="stylesheet"...
{ "pile_set_name": "Github" }
------------------ Blob ------------------ # Blob 对象表示一个不可变, 原始数据的类文件对象 * Blob 表示的不一定是JavaScript原生格式的数据 * File 接口基于Blob,继承了 blob 的功能并将其扩展使其支持用户系统上的文件。 # 文档 https://developer.mozilla.org/zh-CN/docs/Web/API/Blob # 构造函数 Blob(blobParts[, options]) blobParts * 数组类型, 数组中的每一项连接起来构成Blob对象的数据 * 数组中的每项元...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>Ninject.Web.Common</id> <version>3.0.0.7</version> <authors>Ninject Project Contributors</authors> <owners>Ninject Project Contributors</owners> <licenseUrl>https://github.com/ninject/n...
{ "pile_set_name": "Github" }
# # Copyright 2020 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS `spell_bonus_data`; DELETE FROM `command` WHERE `name`='reload spell_bonus_data';
{ "pile_set_name": "Github" }
<?php /** * Webiny Framework (http://www.webiny.com/framework) * * @link http://www.webiny.com/wf-snv for the canonical source repository * @copyright Copyright (c) 2009-2013 Webiny LTD. (http://www.webiny.com) * @license http://www.webiny.com/framework/license * @package WebinyFramework */ ...
{ "pile_set_name": "Github" }
package minio import ( "context" "fmt" "io" "io/ioutil" "net/http" "github.com/gomods/athens/pkg/errors" "github.com/gomods/athens/pkg/observ" minio "github.com/minio/minio-go/v6" ) func (v *storageImpl) Info(ctx context.Context, module, vsn string) ([]byte, error) { const op errors.Op = "minio.Info" ctx, ...
{ "pile_set_name": "Github" }
#version 310 es #define X 1 #define Y clamp #define Z X #define F 1, 2 #define make_function \ float fn ( float x ) \ {\ return x + 4.0; \ } make_function int main() { gl_Position = vec4(X); gl_Position = Y(1, 2, 3); gl_Position = vec4(Z); gl_Position = vec4(F); gl_Position =...
{ "pile_set_name": "Github" }
Require Export GeoCoq.Elements.OriginalProofs.lemma_inequalitysymmetric. Require Export GeoCoq.Elements.OriginalProofs.lemma_ray4. Require Export GeoCoq.Elements.OriginalProofs.lemma_collinearorder. Require Export GeoCoq.Elements.OriginalProofs.lemma_congruenceflip. Section Euclid. Context `{Ax:euclidean_neutral_rule...
{ "pile_set_name": "Github" }
export { default as NumberFormats } from './NumberFormats'; export { default as NumberFormatter, PREVIEW_VALUE } from './NumberFormatter'; export { default as getNumberFormatterRegistry, formatNumber, getNumberFormatter, } from './NumberFormatterRegistrySingleton'; export { default as NumberFormatterRegistry } ...
{ "pile_set_name": "Github" }
// // RxMutableBox.swift // RxSwift // // Created by Krunoslav Zaher on 5/22/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // /// Creates mutable reference wrapper for any type. final class RxMutableBox<T> : CustomDebugStringConvertible { /// Wrapped value var value : T /// Creates...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; using Microsoft.ML.Probabilistic.Utilities; using...
{ "pile_set_name": "Github" }
#!/usr/bin/env python2 from future import standard_library standard_library.install_aliases() import contextlib import unicodecsv import re import urllib.request, urllib.error, urllib.parse OCD_URL = 'https://raw.githubusercontent.com/opencivicdata/ocd-division-ids/master/identifiers/country-us/state-in-local_gov.csv...
{ "pile_set_name": "Github" }
package org.ff4j.spring.placeholder; /* * #%L * ff4j-aop * %% * Copyright (C) 2013 - 2015 Ff4J * %% * 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/li...
{ "pile_set_name": "Github" }
/* Example program for from IRLib – an Arduino library for infrared encoding and decoding * Version 1.5 June 2014 * Copyright 2014 by Chris Young http://cyborg5.com * Based on original example sketch for IRremote library * Version 0.11 September, 2009 * Copyright 2009 Ken Shirriff * http://www.righto.com/ */ /...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
/* JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine Copyright (C) 2012-2013 Ian Preston 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 progra...
{ "pile_set_name": "Github" }
Here is the full main.java code for Scoring with GLM Regression Model: ``` import java.io.*; import java.util.Arrays; import hex.genmodel.easy.RowData; import hex.genmodel.easy.EasyPredictModelWrapper; import hex.genmodel.easy.prediction.*; public class main { private static String modelClassName = "glm_35a853f9_...
{ "pile_set_name": "Github" }
# frozen_string_literal: true describe UserRepository, :all_dbs do let(:css_id) { "TEST1" } context ".vacols_role" do subject { UserRepository.user_info_from_vacols(css_id)[:roles] } context "when a user is an attorney" do let!(:staff) { create(:staff, sattyid: "1234", sdomainid: css_id, sactive: "...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Touch Hospital Medical Free HTML web Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="" /> <meta name="author" content="http://webthemez.com" /> <!-- css --> <link href="css/b...
{ "pile_set_name": "Github" }
export const SSR_ATTR = 'data-server-rendered' export const ASSET_TYPES = [ 'component', 'directive', 'filter' ] export const LIFECYCLE_HOOKS = [ 'beforeCreate', 'created', 'beforeMount', 'mounted', 'beforeUpdate', 'updated', 'beforeDestroy', 'destroyed', 'activated', 'deactivated', 'error...
{ "pile_set_name": "Github" }
############################################################################### # Copyright (c) 2000, 2005 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, an...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\ImportExport\Model\ResourceModel; /** * Class History * * @api * @since 100.0.2 */ class History extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb { /** * Define main table...
{ "pile_set_name": "Github" }
/* * FreeLoader * Copyright (C) 1998-2003 Brian Palmer <brianp@sginet.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 Software Foundation; either version 2 of the License, or * (at your option)...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <body> <button style="background-color: green;" disabled></button> </body> </html>
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> FTP SYST SITE OS400 </keywords> </info> # Server-side <reply> <data nocheck="yes"> blabla </data> <servercmd> REPLY PWD 257 "C:/somedir" is the current directory REPLY SYST 215 unknown-OS runs this server </servercmd> </reply> # Client-side <client> <server> ftp </server> <name> FTP non-...
{ "pile_set_name": "Github" }
# Enquirer ## ❯ Concepts High level concepts in Enquirer. - [Enquirer](#enquirer) - [Plugins](#plugins) - [Prompts](#prompts) - [Composition and Inheritance](#composition-and-inheritance) * [Types](#types) * [Built-in prompts](#built-in-prompts) * [Custom prompts](#custom-prompts) - [Options](#options) - [Stat...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- $Id: de.xml 661 2012-08-27 11:26:39Z namiltd $ --> <!-- phpSysInfo language file Language: German Created by: Matthias Freund (MAFLO321) --> <tns:translationPlugin language="german" charset="utf-8" xmlns:tns="http://phpsysinfo.sourceforge.net/translation-plugin" x...
{ "pile_set_name": "Github" }
/* $OpenBSD: tar.h,v 1.7 2003/06/02 23:32:09 millert Exp $ */ /* $NetBSD: tar.h,v 1.3 1995/03/21 09:07:51 cgd Exp $ */ /*- * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkel...
{ "pile_set_name": "Github" }
function s = set (s, varargin) propArgs = varargin; while (length (propArgs) >= 2) propName = propArgs{1}; propValue = propArgs{2}; propArgs = propArgs(3:end); switch propName case 'cork' if (isa (propValue, 'Cork')) s.Cork = propValue; else s.Cork = set ...
{ "pile_set_name": "Github" }
// Package pty provides functions for working with Unix terminals. package pty import ( "errors" "os" ) // ErrUnsupported is returned if a function is not // available on the current platform. var ErrUnsupported = errors.New("unsupported") // Opens a pty and its corresponding tty. func Open() (pty, tty *os.File, e...
{ "pile_set_name": "Github" }
{#- This file was automatically generated - do not edit -#} {% macro t(key) %}{{ { "language": "sh", "clipboard.copy": "Kopiraj u klipbord", "clipboard.copied": "Iskopirano u klipbord", "edit.link.title": "Uredi stranicu", "footer.previous": "Prethodno", "footer.next": "Sledeće", "meta.comments": "Komen...
{ "pile_set_name": "Github" }
CHANGES ======= 0.3 - 2014-05-22 ---------------- - Agents id are now unique across boxes - Disabling heartbeat on busy agents - Busy agents cannot be killed that easily - moved from a REP/ROUTER/REQ pattern to a REP/ROUTER/ROUTER - Refactored Funkload output - Refactored external runner interface - Many more things ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="TestBla"> <PropertyGroup Label="Globals"> <ProjectGuid>{0763D551-B1A8-4960-B88A-98833F957936}</ProjectGuid> </PropertyGroup> <Import Project="$(MSBuildExtens...
{ "pile_set_name": "Github" }
# Standard settings # set(UNIX True) # set(Darwin True) # set(IOS True) set (CMAKE_SYSTEM_NAME Darwin) set (CMAKE_SYSTEM_VERSION 1) set (UNIX True) set (APPLE True) set (IOS True) # suppress -rdynamic # set(CMAKE_SYSTEM_NAME Generic) set(CMAKE_C_COMPILER i386-apple-darwin11-clang) set(CMAKE_CXX_COMPILER i386-apple-da...
{ "pile_set_name": "Github" }
include_defs('//ReactAndroid/DEFS') android_library( name = 'animation', srcs = glob(['**/*.java']), deps = [ react_native_target('java/com/facebook/react/bridge:bridge'), react_native_dep('third-party/java/infer-annotations:infer-annotations'), react_native_dep('third-party/java/jsr-305:jsr-305'), ...
{ "pile_set_name": "Github" }
################################################################################################## Greetring card SQL Injection Vulnerability (articlesdetails.php?id) ################################################################################################## Author : CoBRa_21 Script Home : null Dork : ...
{ "pile_set_name": "Github" }
# Atribua‘TransactionId’ para cada declaração de log <br/><br/> ### Explicação em um Parágrafo Um log típico é um armazém de entradas de todos os componentes e requisições. Após a detecção de alguma linha ou erro suspeito, torna-se difícil combinar outras linhas que pertencem ao mesmo fluxo específico (por exe...
{ "pile_set_name": "Github" }
<?php namespace Faker\Provider\sr_Cyrl_RS; class Payment extends \Faker\Provider\Payment { /** * International Bank Account Number (IBAN) * @link http://en.wikipedia.org/wiki/International_Bank_Account_Number * @param string $prefix for generating bank account number of a specific bank ...
{ "pile_set_name": "Github" }
package com.kpbird.imageeffect; import android.graphics.Bitmap; import android.graphics.BlurMaskFilter; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.LinearGradient; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.PorterDuff; import androi...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using Unity.Entities; using UnityEngine; using UnityEditor; public class StateHistoryWindow : EditorWindow { [MenuItem("FPS Sample/Windows/Replicated History")] public static void ShowWindow() { GetWindow<StateHistoryWindow>(false, "Replicated History", true); ...
{ "pile_set_name": "Github" }
# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # ebuild generated by hackport 0.5.2.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Unbounded thread delays and timeouts" HOMEPAGE="https://github.com/basvandi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, PostgreSQL Global Development Group * See the LICENSE file in the project root for more information. */ package org.postgresql.hostchooser; import org.postgresql.util.HostSpec; import java.util.Properties; /** * Chooses a {@link HostChooser} instance based on the number of hosts and pro...
{ "pile_set_name": "Github" }
package toml import ( "errors" "fmt" "reflect" "strconv" ) var ( errArrayMultiType = errors.New("array can't contain multiple types") ) // LineError is returned by Unmarshal, UnmarshalTable and Parse // if the error is local to a line. type LineError struct { Line int StructField string Err er...
{ "pile_set_name": "Github" }
var axm = require('../../..'); var probe = axm.probe(); var users = { 'alex' : 'ok', 'musta' : 'fa' }; /** * Monitor synchronous return of functions */ var rt_users = probe.metric({ name : 'Realtime user', historic : false, unit : 'kb', type : 'v8/smthing', value : function() { return Object.k...
{ "pile_set_name": "Github" }
import os from django.utils.encoding import smart_str class ServerBase: """ Server classes define a way to serve a Django File object. Warning: this API is EXPERIMENTAL and may change at any time. """ def default_headers(self, **kwargs): self.save_as_header(**kwargs) self.size_he...
{ "pile_set_name": "Github" }
import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from...
{ "pile_set_name": "Github" }
.hue-slider { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 8px; margin-left: 2vmin; border-radius: 5px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; back...
{ "pile_set_name": "Github" }
package com.baidu.paddle.lite.demo.object_detection; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Paint; import android.util.Log; import com.baidu.paddle.lite.MobileConfig; import com.baidu.paddle.lite.PaddlePredictor; import com.baidu.paddle.l...
{ "pile_set_name": "Github" }
# Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
{ "pile_set_name": "Github" }
package liquibase.lockservice; import liquibase.Scope; import liquibase.database.Database; import liquibase.database.jvm.JdbcConnection; import liquibase.exception.DatabaseException; import liquibase.exception.LockException; import liquibase.executor.ExecutorService; import liquibase.listener.SqlListener; import liqui...
{ "pile_set_name": "Github" }
fffffff0071c5d28 STP X22, X21, [SP, #-48]! fffffff0071c5d2c STP X20, X19, [SP, #16] fffffff0071c5d30 STP X29, X30, [SP, #32] fffffff0071c5d34 ADD X29, SP, #0x20 fffffff0071c5d38 MOV X20, X1 fffffff0071c5d3c MOV X19, X0 fffffff0071c5d40 ADRP X21, #0xfffffff007554000 fffffff0071c5d44 LD...
{ "pile_set_name": "Github" }
<?php namespace React\Promise\Stub; class CallableStub { public function __invoke() { } }
{ "pile_set_name": "Github" }
<template> <view> <cu-custom bgColor="bg-gradual-pink" :isBack="true"><block slot="backText">返回</block><block slot="content">卡片</block></cu-custom> <view class="cu-bar bg-white solid-bottom"> <view class="action"> <text class="cuIcon-titles text-orange"></text> 案例类卡片 </view> <view class="action"> ...
{ "pile_set_name": "Github" }
{ "1982.05.31": [ { "link": "http://lis.ly.gov.tw/ttscgi/lgimg?@71694400;0054;0054", "desc": "71卷44期1529號 54~54頁", "progress": "一讀", "committee": "內政 司法", "misc": { "content": "1003-1013", "link": "/lgcgi/lgmeetimage?cfcec9c6cfc8cfcfc5cecfcfccd2cecfcecc" } }...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2008-2017 Fuzhou Rockchip Electronics Co., Ltd * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ROCKCHIP_CONNECTOR_H_ #define _ROCKCHIP_CONNECTOR_H_ struct rockchip_connector { const struct rockchip_connector_funcs *funcs; const void *data; }; struct rockchip_connector_funcs { /* * init...
{ "pile_set_name": "Github" }
import {ChangeDetectionStrategy, Component, Input} from "@angular/core"; import {PaginationInstance} from '../../../../src/ngx-pagination.module'; @Component({ selector: 'advanced-example', templateUrl: './advanced-example.component.html', changeDetection: ChangeDetectionStrategy.Default }) export class Ad...
{ "pile_set_name": "Github" }
# $OpenBSD: Makefile,v 1.18 2018/01/22 21:40:32 kili Exp $ COMMENT= Higher order versions of Prelude classes DISTNAME= prelude-extras-0.4.0.3 REVISION= 1 CATEGORIES= devel # 3-clause BSD PERMIT_PACKAGE_CDROM = Yes MODULES= lang/ghc MODGHC_BUILD = cabal hackage haddock register MODGHC_PACKAGE_KEY = 2...
{ "pile_set_name": "Github" }
[ "ÛŒCnÃì#ç¸éç\fÍ\u0019\u0012Y", [ [ "Test.Printf.test_sprintf", 1, 2, 1, [ "@query" ], 0, "638ea86b25a30f626fb9e633c65d31ab" ], [ "Test.Printf.something_to_string", 1, 2, 1, [ "@MaxIFuel_assumption", "@query", "disc_equatio...
{ "pile_set_name": "Github" }
// // VROTimingFunctionEaseIn.h // ViroRenderer // // Created by Raj Advani on 1/14/16. // Copyright © 2016 Viro Media. 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 th...
{ "pile_set_name": "Github" }
/** * QUnit - A JavaScript Unit Testing Framework * * http://docs.jquery.com/QUnit * * Copyright (c) 2012 John Resig, Jörn Zaefferer * Dual licensed under the MIT (MIT-LICENSE.txt) * or GPL (GPL-LICENSE.txt) licenses. */ (function(window) { var defined = { setTimeout: typeof window.setTimeout !== "undefined"...
{ "pile_set_name": "Github" }
name=Deploy the Gatewatch image=https://magiccards.info/scans/en/emn/20.jpg image_updated=2016-09-05 value=2.500 rarity=M type=Sorcery cost={4}{W}{W} effect=Look at the top seven cards of your library. Put up to two planeswalker cards from among them onto the battlefield. Put the rest on the bottom of your library in a...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2020 - Raw Material Software Limited JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of...
{ "pile_set_name": "Github" }
import numpy as np from devito import configuration, Function, norm, mmax, mmin from examples.seismic import demo_model, AcquisitionGeometry, Receiver from examples.seismic.acoustic import AcousticWaveSolver from inversion_utils import compute_residual, update_with_box # Turn off logging configuration['log-level'] ...
{ "pile_set_name": "Github" }
const express = require('express'); const path = require('path'); const cors = require('cors'); const app = express(); app.disable('x-powered-by'); app.use(cors()); app.use(express.static(path.join(__dirname, 'build'))); app.get('/ping', (req, res) => { res.send('pong'); }); app.get('/save-data', (req, res) => { ...
{ "pile_set_name": "Github" }
@import '~@/scss/GlobalVariables'; $mobile-width: 530px; //*************************************************** // DEVELOPMENT USE ONLY "Modal open button" //*************************************************** .div-only-button { position: fixed; bottom: 15px; left: 15px; background-color: red; color: white; ...
{ "pile_set_name": "Github" }
/* GWEN Copyright (c) 2010 Facepunch Studios See license in Gwen.h */ #pragma once #ifndef GWEN_CONTROLS_RESIZER_H #define GWEN_CONTROLS_RESIZER_H #include "Gwen/Controls/Base.h" #include "Gwen/Gwen.h" #include "Gwen/Skin.h" #include "Gwen/Controls/Dragger.h" namespace Gwen { namespace Contro...
{ "pile_set_name": "Github" }
{ "type": "minecraft:block", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:pink_stained_glass_pane" } ], "conditions": [ { "condition": "minecraft:match_tool", "predicate": { ...
{ "pile_set_name": "Github" }
package com.google.bitcoin.bouncycastle.crypto.engines; import com.google.bitcoin.bouncycastle.crypto.AsymmetricBlockCipher; import com.google.bitcoin.bouncycastle.crypto.CipherParameters; import com.google.bitcoin.bouncycastle.crypto.DataLengthException; /** * this does your basic RSA algorithm. */ public class RS...
{ "pile_set_name": "Github" }
--- title: "Use PowerShell to migrate email to Microsoft 365" ms.author: sirkkuw author: sirkkuw manager: scotv ms.date: 07/17/2020 audience: Admin ms.topic: hub-page ms.service: o365-administration localization_priority: Normal search.appverid: - MET150 ms.collection: Ent_O365 f1.keywords: - NOCSH ms.custom: seo-marve...
{ "pile_set_name": "Github" }
/* Copyright © 2020 The k3d Author(s) 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, modify, merge, publish, distribute,...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License sq_MK{ Version{"2.1.31.33"} calendar{ gregorian{ DateTimePatterns{ "HH:mm:ss zzzz", "HH:mm:ss z", "HH:mm:ss", ...
{ "pile_set_name": "Github" }
$NetBSD: distinfo,v 1.2 2015/11/03 20:44:42 agc Exp $ SHA1 (tex-arphic-15878/arphic.tar.xz) = 0de3a26651a83ad471bdd0dad89d171f97dc3a2d RMD160 (tex-arphic-15878/arphic.tar.xz) = 6d4a4c25da94fd65df7b5394826e25dd96a75a0b SHA512 (tex-arphic-15878/arphic.tar.xz) = f0dbde4701f2ce43604af7f7dcda85eab10707f7c2e9dacce8ca5080f3e...
{ "pile_set_name": "Github" }
function [x, w, v, t] = legpts(n, int, meth) %LEGPTS Legendre points and Gauss-Legendre quadrature weights. % LEGPTS(N) returns N Legendre points X in (-1,1). % % [X, W] = LEGPTS(N) returns also a row vector W of weights for Gauss-Legendre % quadrature. % % [X, W] = LEGPTS(N, INTERVAL) scales the node...
{ "pile_set_name": "Github" }
vec4 xlat_main( in vec4 uv ); vec4 xlat_main( in vec4 uv ) { vec4 c; c = vec4( 0.000000); c += ( (uv.x > 0.500000) ) ? ( 0.900000 ) : ( 0.100000 ); c += ( (uv.x > 0.500000) ) ? ( vec4( 0.900000, 0.900000, 0.900000, 0.900000) ) : ( vec4( 0.100000, 0.100000, 0.100000, 0.100000) ); c.xyz += ( (uv.x ...
{ "pile_set_name": "Github" }
# Table Filter Use Plugin: [bootstrap table filters](https://github.com/lukaskral/bootstrap-table-filter) ## Usage ```html <script src="extensions/filter/bootstrap-table-filter.js"></script> ``` ## Options ### showFilter * type: Boolean * description: set true to show filter menu. * default: `false`
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <title>Code coverage report for core/parsing_grammar.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../prettify.css"> <style> body, html { margin:0; padding: 0; } body { font-family: Helvetica Neue,...
{ "pile_set_name": "Github" }
/* Copyright (c) Citrix Systems, 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,...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Plat...
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * autogenerated using http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types * and https://r...
{ "pile_set_name": "Github" }
<!--|This file generated by command(leetcode description); DO NOT EDIT. |--> <!--+----------------------------------------------------------------------+--> <!--|@author openset <openset.wang@gmail.com> |--> <!--|@link https://github.com/openset |--> ...
{ "pile_set_name": "Github" }