text stringlengths 2 99k | meta dict |
|---|---|
/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1990-2011 AT&T Intellectual Property *
* and i... | {
"pile_set_name": "Github"
} |
/* ***************************************************************************
* This file is part of SharpNEAT - Evolution of Neural Networks.
*
* Copyright 2004-2016 Colin Green (sharpneat@gmail.com)
*
* SharpNEAT is free software; you can redistribute it and/or modify
* it under the terms of The MIT License (... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class IiifManifestCachePrewarmJob < Hyrax::ApplicationJob
##
# @param work [ActiveFedora::Base]
def perform(work)
presenter = Hyrax::IiifManifestPresenter.new(work)
manifest_builder.manifest_for(presenter: presenter)
end
private
def manifest_builder
Hyrax::Cachin... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 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"
} |
'''
After the bounding boxes have been drawn using `draw_bounding_boxes.py`,
every bounded box must be cropped and copied into its own image in order
to train and test the net on them. No resizing to 256x256 is necessary
because I let caffe do that.
TODO make sure caffe warps rather than crops.
The source images shoul... | {
"pile_set_name": "Github"
} |
// g2o - General Graph Optimization
// Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard
// 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 r... | {
"pile_set_name": "Github"
} |
MD5加密
===
`MD5`是一种不可逆的加密算法只能将原文加密,不能讲密文再还原去,原来把加密后将这个数组通过`Base64`给变成字符串,
这样是不严格的业界标准的做法是对其加密之后用每个字节`&15`然后就能得到一个`int`型的值,再将这个`int`型的值变成16进制的字符串.虽然MD5不可逆,
但是网上出现了将常用的数字用`md5`加密之后通过数据库查询,所以`MD5`简单的情况下仍然可以查出来,一般可以对其多加密几次或者`&15`之后再和别的数运算等,
这称之为*加盐*.
```java
public class MD5Utils {
/**
* md5加密的工具方法
*/
p... | {
"pile_set_name": "Github"
} |
{
"createNameRegistratorZeroMem" : {
"_info" : {
"comment" : "",
"filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2",
"lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSystemOperations... | {
"pile_set_name": "Github"
} |
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* The Internet Protocol (IP) module.
*
* Version: $Id: ip_input.c,v 1.55 2002/01/12 07:39:45 davem Exp $
*
*... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--
~ Nextcloud Talk application
~
~ @author Mario Danic
~ Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.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... | {
"pile_set_name": "Github"
} |
"use strict";
import { paths } from "../gulpfile.babel";
import gulp from "gulp";
import gulpif from "gulp-if";
import rename from "gulp-rename";
import sass from "gulp-sass";
import mincss from "gulp-clean-css";
import groupmedia from "gulp-group-css-media-queries";
import autoprefixer from "gulp-autoprefixer";
impor... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<group... | {
"pile_set_name": "Github"
} |
{
"name": "Purple Network",
"displayName": "Purple Network",
"properties": [
"ho-mobile.it"
]
} | {
"pile_set_name": "Github"
} |
/*
* Copyright 2004-2020 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (https://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.engine;
import org.h2.message.DbException;
import org.h2.message.Trace;
import org.h2.table.Table;
/**
* Represents a role. Roles c... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2017, 2018 IBM Corp. 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 a... | {
"pile_set_name": "Github"
} |
Baseline images originally generated on a Mac Mini
Model Name: Mac mini
Model Identifier: Macmini4,1
Processor Name: Intel Core 2 Duo
Chipset Model: NVIDIA GeForce 320M
These images were originally copied over wholesale from base-MacPro-fixed,
which seemed to match up against the Mac Mini-generated images... | {
"pile_set_name": "Github"
} |
//========= Copyright � 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef MATCHMAKINGTYPES_H
#define MATCHMAKINGTYPES_H
#ifdef _WIN32
#pragma once
#endif
#ifdef POSIX
#ifn... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: e7e7db9a2688e... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Thu May 15 17:17:31 EDT 2008 -->
<TITLE>
ReplicationManagerStartPolicy (Oracle - Berkeley DB Java API)
</TITLE>
<META NAME="keywords" CONTENT="c... | {
"pile_set_name": "Github"
} |
#ifndef STAN_MATH_PRIM_PROB_STUDENT_T_CCDF_LOG_HPP
#define STAN_MATH_PRIM_PROB_STUDENT_T_CCDF_LOG_HPP
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/prob/student_t_lccdf.hpp>
namespace stan {
namespace math {
/** \ingroup prob_dists
* @deprecated use <code>student_t_lccdf</code>
*/
template <typename ... | {
"pile_set_name": "Github"
} |
theme: jekyll-theme-cayman
google_analytics: UA-154547557-1
| {
"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 http2
import (
"net/http"
"strings"
"sync"
)
var (
commonBuildOnce sync.Once
commonLowerHeader map[string]string // Go-Canonical-Case -> lower-... | {
"pile_set_name": "Github"
} |
.shapeshift_awaiting {
padding-top: 30px;
margin-bottom: 25px;
._subtitle {
font-size: $subtitle_font_size;
line-height: 1.2;
text-align: center;
color: #999;
margin-bottom: 15px;
@include breakpoint(portrait) {
font-size: $subtitle_font_size--portrait;
margin-bottom: 30px;
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 16875ebd39366059092b0cd97de961cd
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#######################
Distance (``distance``)
#######################
The following example demonstrates how to compute distances between all data
instances from Iris:
>>> from Orange.data import Table
>>> from Orange.distance import Euclidean
>>> iris = Table('iris')
>>> dist_matrix = Euclidean(iri... | {
"pile_set_name": "Github"
} |
#!/bin/bash
####################
# Notes #
####################
#
# Created 20200625 by Nathan Worster
#
# This script assumes that the macOS Beta installer is already staged in the Applications folder, and will convert that .app installer into a bootable .dmg.
# To download the latest mac... | {
"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;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace Dotmim.Sync.Serialization
{
internal class DmBinaryReader : BinaryReader
{
public DmBinaryReader(Stream ms) : base(ms)
{
}
public DmBinaryReader(Stream ms, Encoding encoding) : base(ms... | {
"pile_set_name": "Github"
} |
every once in a while a movie comes along that completely redefines the genre : with dramas , it was citizen kane , with arthouse it was pulp fiction , and with comedy it was , well , that jim carrey guy ( okay , so he's not a movie , but he did have a huge influence on the genre .
not to mention an expensive one . ) ... | {
"pile_set_name": "Github"
} |
noinst_DATA = pygimp.html
EXTRA_DIST = \
pygimp.sgml \
pygimp.html \
structure-of-plugin.html \
procedural-database.html \
gimp-module-procedures.html \
gimp-objects.html \
support-modules.html \
end-note.html
printed: pygimp.ps pygimp.pdf
#clean:
# rm -f *.html pygimp.ps pygimp.pdf
pygimp.ps: pygim... | {
"pile_set_name": "Github"
} |
namespace NLayerApp.Domain.MainBoundedContext.ERPModule.Aggregates.CountryAgg
{
using NLayerApp.Domain.Seedwork;
/// <summary>
/// Base contract for country repository
/// </summary>
public interface ICountryRepository
:IRepository<Country>
{
}
}
| {
"pile_set_name": "Github"
} |
create table parent (
a int primary key auto_increment,
b int not null,
c int not null,
unique(b) using hash,
index(c)) engine = ndb;
create table child (
a int primary key auto_increment,
b int not null,
c int not null,
unique(b) using hash,
index(c)) engine = ndb;
create table blobchild (
a int primary key auto_incre... | {
"pile_set_name": "Github"
} |
/*
Driver for ST stb6000 DVBS Silicon tuner
Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by)
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 ... | {
"pile_set_name": "Github"
} |
What is a "Bootloader" ?
What is "stk500" ?
What is "avrdude" ?
What symptoms indicate a bootloading problem?
What are common causes of bootloading problems?
What information can I collect to debug a bootloading problem?
Can my Arduino have the bootloader damaged?
How can I tell if my bootloader is damaged?
Why... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# assumes this script (config.sh) lives in "${JAMR_HOME}/scripts/"
# TODO: check that we live in the scripts directory.
export JAMR_HOME="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." > /dev/null && pwd )"
export CLASSPATH=".:${JAMR_HOME}/target/scala-2.10/jamr-assembly-0.1-SNAPSHOT.jar"
# change the foll... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
#import "NSCoding-Protocol.h"
#import "NSCopying-Protocol.h"
@interface WebUndefined : NSObject <NSCoding, NSCopying>
{
}
+ (id)undefined;
+ (id)allocWith... | {
"pile_set_name": "Github"
} |
"======================================================================
|
| ReadBuffer and WriteBuffer classes
|
|
======================================================================"
"======================================================================
|
| Copyright 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2... | {
"pile_set_name": "Github"
} |
sha256:e7f673b2c5ccd047c48b4eecd5452b2db1b9454daf07b23068ad239f98afaa29
| {
"pile_set_name": "Github"
} |
blast=2.7.1
bbmap=38.56
bmtagger=3.101
bwa=0.7.17
cd-hit=4.6.8
cd-hit-auxtools=4.6.8
diamond=0.9.10
kmc=3.1.1rc1
gatk=3.8
kaiju=1.6.3_yesimon
krakenuniq=0.5.7_yesimon
krona=2.7.1
last=876
lbzip2=2.5
lz4-c=1.9.1
fastqc=0.11.7
gap2seq=3.1.1a2
mafft=7.402
mummer4=4.0.0beta2
muscle=3.8.1551
mvicuna=1.0
novoalign=3.07.00
p... | {
"pile_set_name": "Github"
} |
## @file
# Shell application that will test the crypto library.
#
# UEFI Application for the Validation of cryptography library (based on OpenSSL 0.9.8zb).
#
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available unde... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, WSO2 Inc. (http://wso2.com) 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.apach... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2012-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"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"
} |
--TEST--
Ensure extends does trigger autoload.
--FILE--
<?php
spl_autoload_register(function ($name) {
echo "In autoload: ";
var_dump($name);
});
class C extends UndefBase
{
}
?>
--EXPECTF--
In autoload: string(9) "UndefBase"
Fatal error: Class 'UndefBase' not found in %s on line %d
| {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
as... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>CROMU_00001</cbid>
<replay>
<read echo="ascii"><delim>\n</delim><match><data>1) Create User\n</data></match></read>
<read echo="ascii"><delim>\n</delim><match><data>2) Login\n</data></match></read>
<read ec... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.InteropServices;
using System.Resources;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.Windows... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:978f83a273b46a3f5bb0bcfaf856af51b9bd2ad4d2d8f443b48d408e9392aad9
size 3059
| {
"pile_set_name": "Github"
} |
#ifndef FSA_HPP
#define FSA_HPP
#include "fsa.h"
//------------------- state ----------------
// the copy constructer;
state::state(const state& s)
{
this->name = s.name;
//this->links = s.links;
this->weights = s.weights;
this->h_dict = s.h_dict;
this->next_word_index_set = s.next_word_index_se... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// 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)
//
// Preprocessed version of "boost/mpl/bitor.hpp" header
// -- DO NOT modify by hand!
... | {
"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"
} |
package cn.micro.neural.idempotent.exception;
/**
* LimiterException
*
* @author lry
*/
public class IdempotentException extends RuntimeException {
private static final long serialVersionUID = -8228538343786169063L;
public IdempotentException(String message) {
super(message);
}
}
| {
"pile_set_name": "Github"
} |
# file format version
FILE_VERSION = 1
LIBLOCKDEP_VERSION=$(shell make --no-print-directory -sC ../../.. kernelversion)
# Makefiles suck: This macro sets a default value of $(2) for the
# variable named by $(1), unless the variable has been set by
# environment or command line. This is necessary for CC and AR
# becau... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1050</int>
<string key="IBDocument.SystemVersion">10F2108</string>
<string key="IBDocument.InterfaceBuilderVersion">823</string>
<string key="IBDocument.AppKitV... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
# Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
#
# Copyright (C) 2012 - 2016 - Scilab Enterprises
#
# This file is hereby licensed under the terms of the GNU GPL v2.0,
# pursuant to article 5.3.4 of the CeCILL ... | {
"pile_set_name": "Github"
} |
/* global.h: The global variables for bc. */
/* This file is part of bc written for MINIX.
Copyright (C) 1991, 1992 Free Software Foundation, 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 Softw... | {
"pile_set_name": "Github"
} |
# load-json-file [](https://travis-ci.org/sindresorhus/load-json-file)
> Read and parse a JSON file
[Strips UTF-8 BOM](https://github.com/sindresorhus/strip-bom), uses [`graceful-fs`](https://github.com/isaacs/node-graceful-fs), and t... | {
"pile_set_name": "Github"
} |
-- Advanced NPC System by Jiddo
if NpcHandler == nil then
local storage = Storage.NpcExhaustOnBuy
local duration = 1
-- Constant talkdelay behaviors.
TALKDELAY_NONE = 0 -- No talkdelay. Npc will reply immedeatly.
TALKDELAY_ONTHINK = 1 -- Talkdelay handled through the onThink callback function. (Default)
TALKDELA... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: MIT */
#ifndef __NVBIOS_P0260_H__
#define __NVBIOS_P0260_H__
u32 nvbios_P0260Te(struct nvkm_bios *,
u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *xnr, u8 *xsz);
struct nvbios_P0260E {
u32 data;
};
u32 nvbios_P0260Ee(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
u32 nvbios_P0260Ep(struct ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2018 Alibaba Group Holding 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 applica... | {
"pile_set_name": "Github"
} |
# Copyright 2000-2004 Michael Hudson-Doyle <micahel@gmail.com>
#
# All Rights Reserved
#
#
# Permission to use, copy, modify, and distribute this software and
# its documentation for any purpose is hereby granted without fee,
# provided that the above copyright notice appear in all copies and
#... | {
"pile_set_name": "Github"
} |
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'contacts_service'
s.version = '0.2.1'
s.summary = 'A new Flutter plugin.'
s.description = <<-DESC
A new Flutter plugin.
DESC
s.homepa... | {
"pile_set_name": "Github"
} |
/*
* SpanDSP - a series of DSP components for telephony
*
* v42bis_tests.c
*
* Written by Steve Underwood <steveu@coppice.org>
*
* Copyright (C) 2005 Steve Underwood
*
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-2017 Wolfgang Borgsmüller
// All rights reserved.
//
// This software may be modified and distributed under the terms
// of the BSD license. See the License.txt file for details.
// Generated file. Do not edit.
using System;
namespace Chromium.Remote {
/// <summary>
/// Structure tha... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Advanced Micro Devices, Inc.
*
* 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, m... | {
"pile_set_name": "Github"
} |
| package |
package := Package name: 'Dolphin Key-Value Prompter'.
package paxVersion: 1;
preDeclareClassesOnLoad: false;
basicComment: 'Dolphin Smalltalk Generic Key-Value Pair Prompter.
Copyright (c) Object Arts Ltd. 2005.'.
package basicPackageVersion: '6.0'.
package classNames
add: #KeyValuePrompt... | {
"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 (th... | {
"pile_set_name": "Github"
} |
/* Test for completion thread handling.
Copyright (C) 2000-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software F... | {
"pile_set_name": "Github"
} |
package com.mmnaseri.cs.clrs.ch29.s1.dsl;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (8/31/16, 11:43 AM)
*/
public interface Finalizer<E extends Number> extends Maximize<E> {
}
| {
"pile_set_name": "Github"
} |
## To deploy and try out the AppEngine application:
From CloudShell:
* ./deploy.sh
* Visit https://<project-name>.appspot.com/
* Use the form to send a request to the service
## To deploy and try out the Dataflow service:
* ./run_dataflow.sh
| {
"pile_set_name": "Github"
} |
Hymod Board Database
(C) Copyright 2001
Murray Jensen <Murray.Jensen@csiro.au>
CSIRO Manufacturing Science and Technology, Preston Lab
25-Jun-01
This stuff is a set of PHP/MySQL scripts to implement a custom board
database. It will need *extensive* hacking to modify it to keep the
information about your custom board... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head xmlns:dyn="http://exslt.org/dynamic">
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<link rel="stylesheet" hre... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 ZXing 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 ... | {
"pile_set_name": "Github"
} |
/**
* Variables.
*/
/**
* Body.
*/
body {
font: 100 16px/1.5 "Source Sans", sans-serif;
color: white;
background-color: #1C1521;
}
a {
color: #847AD1;
text-decoration: underline;
-webkit-transition: color .2s;
transition: color .2s;
}
a:visited {
color: #663399;
}
a:hover {
color: rgb(157, 14... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {
StyleSheet,
View,
Text,
ImageBackground,
Dimensions,
LayoutAnimation,
UIManager,
KeyboardAvoidingView,
} from 'react-native';
import { Input, Button, Icon } from 'react-native-elements';
const SCREEN_WIDTH = Dimensio... | {
"pile_set_name": "Github"
} |
/*
This file was generated automatically by the Mojo IDE version B1.3.6.
Do not edit this file directly. Instead edit the original Lucid source.
This is a temporary file and any changes made to it will be destroyed.
*/
/*
Parameters:
CLK_FREQ = 50000000
BAUD = 500000
*/
module avr_interface (
... | {
"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"
} |
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Selenium Page Object Generator Options</title>
<link rel="stylesheet" href="assets/css/options.css"/>
</head>
<body>
<fieldset>
<legend>Target</legend>
<select id="target"></select>
</fieldset>
<f... | {
"pile_set_name": "Github"
} |
# -*- mode: makefile -*-
# -----------------------------------------------------------------
# Programmer: Slaven Peles, Cody Balos @ LLNL
# -----------------------------------------------------------------
# SUNDIALS Copyright Start
# Copyright (c) 2002-2020, Lawrence Livermore National Security
# and Southern Methodi... | {
"pile_set_name": "Github"
} |
/*
*
* (C) COPYRIGHT 2010-2015 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
* Foundation, and any use by you of this program is subject to the terms
* of such GNU licence.... | {
"pile_set_name": "Github"
} |
// Package lint provides the foundation for tools like staticcheck
package lint // import "honnef.co/go/tools/lint"
import (
"bytes"
"encoding/gob"
"fmt"
"go/scanner"
"go/token"
"go/types"
"path/filepath"
"sort"
"strings"
"sync"
"sync/atomic"
"unicode"
"golang.org/x/tools/go/analysis"
"golang.org/x/tool... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Controls.XamStore
{
public class BasePage : ContentPage
{
private Button MakeButton (string title, Action callback)
{
var result = new ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""
Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""
from lib.core.enums import DBMS
from lib.core.settings import INFORMIX_SYSTEM_DBS
from lib.core.unescaper import unescaper
from plugins.dbms.informix.enumeration import Enumerati... | {
"pile_set_name": "Github"
} |
---
title: " Dancing at the Lip of a Volcano: The Kubernetes Security Process - Explained "
date: 2017-05-18
slug: kubernetes-security-process-explained
url: /blog/2017/05/Kubernetes-Security-Process-Explained
---
_Editor's note: Today’s post is by __Jess Frazelle of Google and Brandon Philips of CoreOS about the... | {
"pile_set_name": "Github"
} |
// ===============================
// ========= GRID BASE ===========
// ===============================
$grid-base-color: $neutral-color !default;
$grid-base-content-color: $content-color !default;
// ===============================
// ========= GRID HEADER =========
// ===============================
$grid-header-ba... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. ... | {
"pile_set_name": "Github"
} |
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
},
"frameworks": {
"uap10.0": {}
},
"runtimes": {
"win10-arm": {},
"win10-arm-aot": {},
"win10-x86": {},
"win10-x86-aot": {},
"win10-x64": {},
"win10-x64-aot": {}
}
} | {
"pile_set_name": "Github"
} |
来源:[浩义(来自豆瓣)](https://www.douban.com/people/hauuyee/)的[广播](https://www.douban.com/people/hauuyee/status/2782798841/)
2020-01-31_15:34:12
经此疫,该说的,都说了,也都被删了。
想做的,从未变,不怕独行,只惧徒劳。
往前看,不悲观,见天就在这人手里。
弃捐勿复道,努力加餐饭。
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx... | {
"pile_set_name": "Github"
} |
"""Fixer that changes 'a ,b' into 'a, b'.
This also changes '{a :b}' into '{a: b}', but does not touch other
uses of colons. It does not touch other uses of whitespace.
"""
from .. import pytree
from ..pgen2 import token
from .. import fixer_base
class FixWsComma(fixer_base.BaseFix):
explicit = True # The use... | {
"pile_set_name": "Github"
} |
# language: ru
# encoding: utf-8
#parent uf:
@UF11_Прочее
#parent ua:
@UA44_Прочая_активность_по_проверке
#language: ru
@tree
@IgnoreOnCIMainBuild
Функциональность: ПроверкаИсключенийВшагах02
Сценарий: ПроверкаИсключенийВшагах02 - подготовка.
Когда я удаляю все элементы Справочника "Справочник3"
Дано Я запуска... | {
"pile_set_name": "Github"
} |
# Get Started with Operators in Kubeapps
This guide will walk you through the process of enabling support for Operators in Kubeapps and deploy an Operator instance.
In this tutorial we will be using the the [Operator Lifecycle Manager (OLM)](https://github.com/operator-framework/operator-lifecycle-manager) to expose ... | {
"pile_set_name": "Github"
} |
// Compilation check
import './types'
import Vue from 'vue'
import * as Vuex from 'vuex'
Vue.use(Vuex)
| {
"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"
} |
'use strict';
module.exports = function generate_required(it, $keyword, $ruleType) {
var out = ' ';
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
var $schemaPath = it.schemaPath + it.util.getProperty($keyword);
var $errSchemaPath = it.errSchemaPath + '/' + $keyword;
... | {
"pile_set_name": "Github"
} |
package org.infinispan.factories;
import org.infinispan.factories.annotations.DefaultFactoryFor;
import org.infinispan.util.concurrent.locks.impl.LockContainer;
import org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer;
import org.infinispan.util.concurrent.locks.impl.StripedLockContainer;
/**
* Factory c... | {
"pile_set_name": "Github"
} |
* 2014-08-29 Wolfram Schlich <wschlich@gentoo.org>
* bashinator.lib.0.sh: add a default value for a possibly missing __ScriptName
* bashinator.lib.0.sh, bashinator.cfg.sh: add new configuration variables
for prefixing messages with the script name + PID:
__PrintPrefixScriptNamePid
__LogPrefixScriptNamePid
__Mai... | {
"pile_set_name": "Github"
} |
package org.keycloak.testsuite.console.page.clients.settings;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.keycloak.representations.idm.ClientRepresentation;
import org.keycloak.testsuite.console.page.clients.CreateClientForm;
import org.keycloak.testsuite.console.page.fragment.... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.