text stringlengths 2 99.9k | meta dict |
|---|---|
// Admin
// auth
export const SET_CURRENT_USER = 'SET_CURRENT_USER';
export const FETCH_TOKEN = 'FETCH_TOKEN';
export const REMEMBER_USER = 'REMEMBER_USER';
export const UN_REMEMBER_USER = 'UN_REMEMBER_USER';
export const AUTH_ERROR = 'AUTH_ERROR';
// users
export const LOAD_USERS = 'LOAD_USERS';
export const RECEIVE_U... | {
"pile_set_name": "Github"
} |
/*************************************************************************
> File Name: lexical.cpp
> Author: Netcan
> Blog: http://www.netcan666.com
> Mail: 1469709759@qq.com
> Created Time: 2016-10-05 三 20:34:12 CST
__----~~~~~~~~~~~------___
... | {
"pile_set_name": "Github"
} |
<%@ Application Codebehind="Global.asax.cs" Inherits="MVCMusicStore.MvcApplication" Language="C#" %>
| {
"pile_set_name": "Github"
} |
head 1.1;
access;
symbols;
locks; strict;
comment @c @;
1.1
date 97.01.31.18.01.22; author john; state Exp;
branches;
next ;
desc
@triso
@
1.1
log
@Initial revision
@
text
@*********************************************************
* *
* TRISO: Ray Tracing over Tabular Transversely *
* Isotropic Medi... | {
"pile_set_name": "Github"
} |
class ApplicationController < ActionController::Base
protect_from_forgery
end
| {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}"
EndProject
Global
Global... | {
"pile_set_name": "Github"
} |
@ignore
@dataservice
@delete-environment
Feature: Delete environment
Scenario: Delete an environment
Given I create an environment
When I delete the created environment
Then the delete environment response is valid
Scenario: Delete a non-existent environment
When I try to delete a non-existent env... | {
"pile_set_name": "Github"
} |
// Copyright 2013 hanguofeng. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package gocaptcha
import (
"time"
)
// CaptchaInfo is the entity of a captcha
// text:the content text,for the image display and user to recognize
// createTime:... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": ["Universal"],
"name": "Cosmos DB",
"shortName": "Cosmos DB",
"groupIdentity": "wts.Feature.Azure.Cosmos",
"identity": "wts.Feature.Azure.Cosmos.SQL",
"description": "Connect your web app to a distributed dat... | {
"pile_set_name": "Github"
} |
@extends('layouts.error')
@section('title')
503
@endsection
@section('content')
<div class="title">503.</div>
<div class="title">Be right back.</div>
<div class="title">服务器君有点神游。</div>
@endsection
| {
"pile_set_name": "Github"
} |
package {
import com.d_project.qrcode.ErrorCorrectLevel;
import com.d_project.qrcode.QRCode;
import flash.display.Graphics;
import flash.display.Sprite;
public class QRCodeSample1 extends Sprite {
public function QRCodeSample1() {
var width : Number = 200;
... | {
"pile_set_name": "Github"
} |
{
"Update-AzConnectedKubernetes+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/connaks-rg-576v9w/providers/Microsoft.Kubernetes/connectedClusters/connaks-deq5jb?api-version=2020-01-01-preview+1": {
"Request": {
"Method": "PATC... | {
"pile_set_name": "Github"
} |
SRC_NAME=openvpn-2.4.x
CFLAGS += -ffunction-sections -fdata-sections
LDFLAGS += -Wl,--gc-sections
all: config_test
$(MAKE) -C $(SRC_NAME)
config_test:
( if [ -f ./config_done ]; then \
echo "the same configuration"; \
else \
make configure && touch config_done; \
fi )
configure:
( cd $(SRC_NAME) ; \
autor... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
/*
* pg_test_fsync.c
* tests all supported fsync() methods
*/
#include "postgres_fe.h"
#include <limits.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
#include <time.h>
#include <unistd.h>
#include <signal.h>
#include "access/xlogdefs.h"
#include "common/logging.h"
#include "getopt_long.h"
/*... | {
"pile_set_name": "Github"
} |
package matchers
import (
"fmt"
"github.com/onsi/gomega/format"
"github.com/onsi/gomega/internal/oraclematcher"
"github.com/onsi/gomega/types"
)
type OrMatcher struct {
Matchers []types.GomegaMatcher
// state
firstSuccessfulMatcher types.GomegaMatcher
}
func (m *OrMatcher) Match(actual interface{}) (success... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>Project Documentation / Classreference</title><meta
name="keywords" content="framework, API, manual, class reference, classreference, documentation" /><meta
name="description" content="The class reference contains the detailed description... | {
"pile_set_name": "Github"
} |
@comment $OpenBSD$
bin/vcmibuilder
@bin bin/vcmiclient
@bin bin/vcmiserver
include/fl/
include/fl/Console.h
include/fl/Engine.h
include/fl/Exception.h
include/fl/Headers.h
include/fl/Operation.h
include/fl/defuzzifier/
include/fl/defuzzifier/Bisector.h
include/fl/defuzzifier/Centroid.h
include/fl/defuzzifier/Defuzzifie... | {
"pile_set_name": "Github"
} |
Cyrano v 0.1 is derived from Gerbil
Cyrano is compatible with Winboard 2 & UCI protocol
Default hash size is 128 MB
Default book name is test.pbk (PolyGlot format)
Command line arguments :
Usage: cyrano [flags]
-? | Usage
-bf<F> | name of the opening book to use
-ht<N> | size of the transpositio... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/9p/v9fs.c
*
* This file contains functions assisting in mapping VFS to 9P2000
*
* Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com>
* Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov>
*
* This program is free software; you can redistribute it and/or modify
* it under the... | {
"pile_set_name": "Github"
} |
// Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#include "VisualisationGeo.h"
#include "../../RenderCore/Metal/InputLayout.h"
#include "../../RenderCore/Metal/Format.h"
namespace ToolsRig
{... | {
"pile_set_name": "Github"
} |
/* Title for alert dialog explaining that a user must be signed in to use AutoFill. */
"autofill.signInRequired" = "נדרשת התחברות";
/* Cancel button title */
"cancel" = "ביטול";
/* Delete button title */
"delete" = "מחיקה";
/* Ok button title */
"ok" = "אישור";
/* Sign in button text */
"signIn" = "התחברות";
/* Th... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: Ethan
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMach... | {
"pile_set_name": "Github"
} |
//=- ClangSACheckersEmitter.cpp - Generate Clang SA checkers tables -*- C++ -*-
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<!-- Include section -->
<xs:include schemaLocation="urn:magento:module:Magento... | {
"pile_set_name": "Github"
} |
{
"prefix": "oo-ui-icon",
"intro": "@import '../../../../src/styles/common';",
"images": {
"indent": { "file": {
"ltr": "images/icons/indent-ltr.svg",
"rtl": "images/icons/indent-rtl.svg"
} },
"listBullet": { "file": {
"ltr": "images/icons/listBullet-ltr.svg",
"rtl": "images/icons/listBullet-rtl.sv... | {
"pile_set_name": "Github"
} |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | {
"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=<?php echo $cfg_soft_lang; ?>">
<title>编辑评论</title>
<style type="text/css">
<!--
... | {
"pile_set_name": "Github"
} |
import AsyncComponent from '../components/AsyncComponent'
const Home = AsyncComponent(() => import('../page/home'))
const Topic = AsyncComponent(() => import('../page/topic'))
const Catelog = AsyncComponent(() => import('../page/catelog'))
const Cart = AsyncComponent(() => import('../page/cart'))
const Mine = AsyncComp... | {
"pile_set_name": "Github"
} |
/* -*- mode: C; c-basic-offset: 4; intent-tabs-mode: nil -*-
*
* Sifteo Thundercracker simulator
* Micah Elizabeth Scott <micah@misc.name>
*
* Copyright <c> 2011 Sifteo, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | {
"pile_set_name": "Github"
} |
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard
// Hinnant & John Maddock 2000.
// Use, modification and distribution are subject to 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).
//
// See http://www.boost... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% load smartmin i18n %}
{% block content %}
<div class="row">
<div class="col-md-7 col-md-offset-2">
<div class="alert alert-danger">
<div class="page-header"><h2>{% trans "Login Failure" %}</h2></div>
<p>
{% blocktrans %}
Sorry, you cannot log in at this time beca... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# info: add mail domain catchall account
# options: USER DOMAIN EMAIL
#
# The function enables catchall account for incoming emails.
#----------------------------------------------------------#
# Variable&Function #
#--------------------------------------------------... | {
"pile_set_name": "Github"
} |
---
- block:
- debug:
msg: "Deleting {{ cluster_dir }} using user {{ username }}"
- name: destroy terraform resources (openshift-install destroy cluster)
environment:
PATH: /usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/bin:/usr/local/bin:/root/bin
shell: openshi... | {
"pile_set_name": "Github"
} |
erp5_base
erp5_immobilisation | {
"pile_set_name": "Github"
} |
import React from 'react';
import { FORM_URL } from '../constants';
export const wizardButtonText = 'Start the Higher-Level Review request';
export const wizardLabels = {
compensation: 'A disability compensation claim',
other: 'A benefit claim other than compensation',
no: 'No',
yes: 'Yes',
};
export const ... | {
"pile_set_name": "Github"
} |
<div class="leftlistinfo">
<div class="listinfo">
<div class="title"><label for="id_case_id_set">Case ID(s) :</label></div>
<div class="listinfo_input">{{ quick_form.case_id_set }}</div>
</div>
</div>
<div class="rightlistinfo">
</div>
<div class='clear'></div>
| {
"pile_set_name": "Github"
} |
import React from 'react'
import Link from 'gatsby-link'
import { StyleSheet, TouchableOpacity, Text, View } from 'react-native'
import { Video } from 'expo-av'
const styles = StyleSheet.create({
box: { padding: 10, margin: 10, borderWidth: 1, borderColor: 'black' },
text: { fontWeight: 'bold', color: 'red' },
b... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Session;
use SessionHandlerInterface;
use Illuminate\Support\InteractsWithTime;
use Symfony\Component\HttpFoundation\Request;
use Illuminate\Contracts\Cookie\QueueingFactory as CookieJar;
class CookieSessionHandler implements SessionHandlerInterface
{
use InteractsWithTime;
/**
... | {
"pile_set_name": "Github"
} |
{{extend 'layout.html'}}
<h1>Account</h1>
{{for flash in current.response.alerts(category_filter='auth'):}}
<div class="flash_message">{{=flash}}</div>
{{pass}}
{{=form}}
| {
"pile_set_name": "Github"
} |
name: bus_update_request_end
ID: 560
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:__data_loc char[] n... | {
"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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-cloud-codegen</art... | {
"pile_set_name": "Github"
} |
import tornado
from tornado.template import Template
code = "{}"
result = tornado.template.Template(code)
template_injection_result = result.generate()
print(template_injection_result)
| {
"pile_set_name": "Github"
} |
15
15
15
15
15
15
15
15
0
15
15
15
15
15
15
15
15
15
15
15
15
15
15
0
0
15
0
0
0
0
0
15
15
0
0
15
15
15
15
15
15
15
15
15
0
0
0
0
0
0
0
0
15
0
0
0
15
... | {
"pile_set_name": "Github"
} |
package hodl_test
import (
"testing"
"github.com/lightningnetwork/lnd/build"
"github.com/lightningnetwork/lnd/htlcswitch/hodl"
)
var hodlMaskTests = []struct {
mask hodl.Mask
flags map[hodl.Flag]struct{}
}{
{
// Check that the empty mask has no active flags.
mask: hodl.MaskNone,
flags: map[hodl.Flag]st... | {
"pile_set_name": "Github"
} |
;;;
;;; Copyright (c) 2003-2013 uim Project https://github.com/uim/uim
;;;
;;; All rights reserved.
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions
;;; are met:
;;; 1. Redistributions of source code must retain the above c... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
package agent
import (
"bytes"
"crypto/rand"
"crypto/subtle"
"errors"
"fmt"
"sync"
"time"
"golang.org/x/crypto/ssh"
)
type privKey struct {
signer ... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_customer
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Odoo 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-21 14:08+0000\n"
"PO-Revision-Date: 2016-04-13 09:40+0000\n"
"Last-Translator: Ma... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using Android.Views;
using Android.OS;
using Com.Telerik.Widget.Calendar;
using Android.Content;
using Android.Widget;
using Com.Telerik.Widget.Calendar.Events;
using Java.Util;
namespace Samples
{
public class EventAllDayFragment : Android.Support.V4.App... | {
"pile_set_name": "Github"
} |
# ............................................................................................... #
#
# Copyright (c) 2012-2020 Institut National des Sciences Appliquées de Lyon (INSA Lyon) and others
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 ... | {
"pile_set_name": "Github"
} |
#ifndef LOCAL_TIME_LOCAL_DATE_TIME_HPP__
#define LOCAL_TIME_LOCAL_DATE_TIME_HPP__
/* Copyright (c) 2003-2005 CrystalClear Software, Inc.
* Subject to the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
* Author: Jeff Garland, Bart Garst
* $Date... | {
"pile_set_name": "Github"
} |
MICROSOFT SOFTWARE LICENSE TERMS
MICROSOFT SQL SERVER 2005 JDBC DRIVER
January 2006
These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received ... | {
"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"
} |
//
// Represents an update operation that replaces the value of one property
// with another.
//
// Copyright (c) The Dojo Foundation 2011. All Rights Reserved.
// Copyright (c) IBM Corporation 2008, 2011. All Rights Reserved.
//
/*jslint white:false, bitwise:true, eqeqeq:true, immed:true, nomen:false,
onevar:false,... | {
"pile_set_name": "Github"
} |
/mob/living/simple_animal/hostile/retaliate
var/list/enemies = list()
/mob/living/simple_animal/hostile/retaliate/ListTargets(var/dist = world.view)
. = list()
if(!enemies.len)
return
var/possible_targets = ..()
for(var/weakref/W in enemies)
var/mob/M = W.resolve()
if(M in possible_targets)
. ... | {
"pile_set_name": "Github"
} |
license bsd2;
project "window"
{
depend "base";
depend "util";
depend "gui";
config "debug_dx9_win32";
config "optim_dx9_win32";
config "debug_dx11_win32";
config "optim_dx11_win32";
config "debug_gl2_win32";
config "optim_gl2_win32";
config "debug_gl2_linux"... | {
"pile_set_name": "Github"
} |
/** Provides classes for working with locations and program elements that have locations. */
import go
/**
* A location as given by a file, a start line, a start column,
* an end line, and an end column.
*
* For more information about locations see [LGTM locations](https://lgtm.com/help/ql/locations).
*/
class L... | {
"pile_set_name": "Github"
} |
/*
* To change this template, choose Tools | Templates and open the template in the editor.
*/
package view.acting;
import geometry.geom3d.Point3D;
import geometry.math.AngleUtil;
import java.awt.Color;
import java.util.logging.Logger;
import model.battlefield.abstractComps.FieldComp;
import model.batt... | {
"pile_set_name": "Github"
} |
package com.gxk.jvm.classfile;
public class Attributes {
public final Attribute[] attributes;
public Attributes(int size) {
this.attributes = new Attribute[size];
}
}
| {
"pile_set_name": "Github"
} |
import Foundation
public final class UserDefaultsPurchaseStorage : PurchaseStorage {
private let defaults: UserDefaults
public init(defaults: UserDefaults = .standard) {
self.defaults = defaults
}
private let storageKeyPrefix: String = "purchaseStorage"
public func record(for... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"<a id='jv'></a>\n",
"<div id=\"qe-notebook-header\" align=\"right\" style=\"text-align:right;\">\n",
" <a href=\"https://quantecon.org/\" title=\"quantecon.org\">\n",
" <img style=\"width:250... | {
"pile_set_name": "Github"
} |
are_mergeable 0 0 FALSE
are_mergeable 0 2 FALSE
are_mergeable 0 1 TRUE
are_mergeable 1 0 TRUE
#
are_mergeable 4 4 FALSE
are_mergeable 4 6 FALSE
are_mergeable 4 5 TRUE
are_mergeable 5 4 TRUE
#
merge 4 5 7
#
are_mergeable 8 9 FALSE
are_mergeable 8 10 FALSE
are_mergeable 8 11 FALSE
are_mergeable 9 12 FALSE
are_mergeable 9... | {
"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.
*/
package org.elasticsearch.xpack.ml;
import org.elasticsearch.action.ActionLis... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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 amd64,freebsd
package unix
import (
"syscall"
"unsafe"
)
func Getpagesize() int { return 4096 }
func TimespecToNsec(ts Timespec) int64 { return ... | {
"pile_set_name": "Github"
} |
var $ = require('jquery');
$.expr[":"].icontains = $.expr.createPseudo(function (arg) {
return function (elem) {
return $(elem).text().toUpperCase().indexOf(arg.toUpperCase()) >= 0;
};
});
| {
"pile_set_name": "Github"
} |
//===-- WebAssemblyMCInstLower.h - Lower MachineInstr to MCInst -*- 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"
} |
/*
* iSCSI timer
*
* Copyright (C) 2002 Cisco Systems, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*... | {
"pile_set_name": "Github"
} |
#include "common.h"
#include <stdbool.h>
static void dtrmm_kernel_4x8( BLASLONG n, FLOAT *alpha ,FLOAT *a, FLOAT *b, FLOAT *C0, FLOAT *C1, FLOAT *C2,FLOAT *C3, FLOAT *C4, FLOAT *C5,FLOAT *C6, FLOAT *C7) __attribute__ ((noinline));
static void dtrmm_kernel_4x8( BLASLONG n, FLOAT *alpha ,FLOAT *a, FLOAT *b, FLOAT *C0,... | {
"pile_set_name": "Github"
} |
package org.tests.query;
import io.ebean.BaseTestCase;
import io.ebean.Ebean;
import org.tests.model.basic.Customer;
import org.tests.model.basic.ResetBasicData;
import org.junit.Assert;
import org.junit.Test;
import java.util.List;
public class TestQueryPathJoinAndOrder extends BaseTestCase {
@Test
public void... | {
"pile_set_name": "Github"
} |
package com.xrtb.probe;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.atomic.LongAdder;
/**
* Reason you don't bid probe.
* @author Ben M. Faul
*
*/
public class Probe {
public static volatile Map<String, ExchangeProbe> probes;
... | {
"pile_set_name": "Github"
} |
export default function reducer(state, action) {
switch(action.type) {
case INCREMENT:
return state + 1
case DECREMENT:
return state - 1
default:
state
}
}
const INCREMENT = 'CONTADOR:INCREMENT'
const DECREMENT = 'CONTADOR:DECREMENT'
export function increment() {
return {
type: INCREMENT
... | {
"pile_set_name": "Github"
} |
# runtime
Get the time in milliseconds since the game was started.
```sig
game.runtime()
```
## Returns
* a [number](/types/number) which is the amount of time in millseconds since the game started.
## Example #Example
Move a sprite across the screen. When `5` seconds has elapsed, stop the sprite and show the game... | {
"pile_set_name": "Github"
} |
import 'package:firebase_database/firebase_database.dart';
import 'package:flutter/material.dart';
var currentUserEmail;
class ChatMessageListItem extends StatelessWidget {
final DataSnapshot messageSnapshot;
final Animation animation;
ChatMessageListItem({this.messageSnapshot, this.animation});
@override
... | {
"pile_set_name": "Github"
} |
<UserControl
x:Class="Quarrel.Controls.FFTVisualizer"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Quarrel.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schem... | {
"pile_set_name": "Github"
} |
activeProfiles=
eclipse.preferences.version=1
fullBuildGoals=process-test-resources
resolveWorkspaceProjects=true
resourceFilterGoals=process-resources resources\:testResources
skipCompilerPlugin=true
version=1
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft... | {
"pile_set_name": "Github"
} |
package jsmessages
import play.api.i18n.Messages
import play.api.libs.json.{JsValue, Json, Writes}
import play.twirl.api.JavaScript
import scala.collection.compat._
/**
* Generate a JavaScript function computing localized messages of a Play application.
*
* Typical usage (from within a Play controller):
*
* {{{... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 - 2020 Blazebit.
*
* 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"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<language type="en"/>
</identity>
<dates>
<calendars>
<calendar type="buddhist">
<eras>
<eraAbbr>
<era type="0">BE</era>
</eraAbbr>
</eras>
</calendar>
<calendar type="chinese">
<months>
<monthContext type="format... | {
"pile_set_name": "Github"
} |
<div class="refentry" id="gl_Position">
<div class="titlepage"></div>
<div class="refnamediv">
<h2>Name</h2>
<p>gl_Position — contains the position of the current vertex</p>
</div>
<div class="refsynopsisdiv">
<h2>Declaration</h2>
<p>
<code class="... | {
"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"
} |
// 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... | {
"pile_set_name": "Github"
} |
using System.Web.Routing;
using Glimpse.AspNet.Model;
using Xunit;
namespace Glimpse.Test.AspNet.Model
{
public class RouteModelShould
{
[Fact]
public void SetProperties()
{
var defaults = new[] { new RouteDataItemModel { PlaceHolder = "controller", DefaultValue = "Home" } ... | {
"pile_set_name": "Github"
} |
function [ ref_x, ref_y ] = Refined_seed( Region, r,deta )
[x,y]=meshgrid(1:(2*r));
g=sqrt((x-r).^2+(y-r).^2);
%creat Gass function
z=exp(-((g.^2)/(deta^2*2 )));
% z=exp(-(1/((50*r)^2 *2))*g.^2);
Region=Region+0.01;
temp_Region = Region.* z;
max_temp = max(max(temp_... | {
"pile_set_name": "Github"
} |
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Author: Pierre-Alexandre Braeken, Twitter: @pabraeken -->
<!-- Based on Casey Smith work (https://gist.github.com/subTee/ca477b4d19c885bec05ce238cbad6371), Twitter: @subTee -->
<Target Name="34rfas">
<QWEridxnaPO />
... | {
"pile_set_name": "Github"
} |
[expect php]
[file]
<?php
require('Phalanger.inc');
$i = 0;
$str = '';
while ($i<256) {
$str .= chr($i++);
}
__var_dump(md5(strrev($str)));
__var_dump(strrev(NULL));
__var_dump(strrev(""));
?> | {
"pile_set_name": "Github"
} |
# Copyright (C) 2013 The Libphonenumber 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 ... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_SHELL_BROWSER_SHELL_PLUGIN_SERVICE_FILTER_H_
#define CONTENT_SHELL_BROWSER_SHELL_PLUGIN_SERVICE_FILTER_H_
#include "base/basictypes.h"
#i... | {
"pile_set_name": "Github"
} |
import {ApiModelProperty} from '@nestjs/swagger';
import {IsString} from 'class-validator';
import {Column, Entity, ObjectIdColumn} from 'typeorm';
import {ExtendedEntity} from '../../_helpers';
@Entity()
export class ConversationEntity extends ExtendedEntity {
@ApiModelProperty()
@ObjectIdColumn()
public id: stri... | {
"pile_set_name": "Github"
} |
# 内置处理器
> 内置的处理器,有相关的依赖,如果用到了相应的处理器需要安装下面指定的依赖,比如 stylus 处理器,需要安装 `stylus` 依赖: `npm i stylus --save-dev`。
## 样式相关
* `less`
* 依赖:`less`
* 默认扩展名:`less`
* 处理器选项:参考官方 [less](http://lesscss.org/usage/#programmatic-usage)
* `stylus`
* 依赖:`stylus`
* 默认扩展名:`styl`
* 处理器选项:参考官方 [stylus](http://stylus-l... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
#
# !!! IMPORTANT !!!
#
# Before you edit this file, please keep in mind that contributing to the project
# translations is possible ONLY via the Transifex online service.
#
# ... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | {
"pile_set_name": "Github"
} |
# [970. Powerful Integers (Easy)](https://leetcode.com/problems/powerful-integers/)
<p>Given two non-negative integers <code>x</code> and <code>y</code>, an integer is <em>powerful</em> if it is equal to <code>x^i + y^j</code> for some integers <code>i >= 0</code> and <code>j >= 0</code>.</p>
<p>... | {
"pile_set_name": "Github"
} |
/***********************************************************************
Copyright (c) 2006-2011, Skype Limited. All rights reserved.
Copyright (c) 2013 Parrot
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistrib... | {
"pile_set_name": "Github"
} |
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Resource.rc
//
#define IDI_ICON1 101
#define IDI_MAIN_ICON 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE ... | {
"pile_set_name": "Github"
} |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Wed Dec 19 17:45:04 2007
*/
/* Compiler settings for .\_GifSmiley.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks: allocat... | {
"pile_set_name": "Github"
} |
Data file for testing DOUBLE PRECISION LAPACK linear equation routines RFP format
9 Number of values of N (at most 9)
0 1 2 3 5 6 10 11 50 Values of N
3 Number of values of NRHS (at most 9)
1 2 15 Values of NRHS (number of right... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class BaseService
attr_accessor :current_user, :params
def initialize(user, params = {})
@current_user = user
@params = params.dup
end
end
| {
"pile_set_name": "Github"
} |
---
title: 我的 Chrome 扩展 和 主题(不间断更新)
date: 2016-09-11 22:14:50
description: "对自己的 Chrome 进行一个重新整理"
categories: [软件]
tags: [Chrome]
---
<!-- more -->

## 初衷
- 整理自己的习惯,也希望你有好的扩展可以留言给我推荐,能提高效率的事情我非常需要!
- 不对下面扩展进行再唠叨,具体点击到扩展主页可以看到对应的说明。
## 扩展
### 具体
- **官网**:<https... | {
"pile_set_name": "Github"
} |
fe81c549d37931543d09cb45a8daeeb20b1f4085
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.