text stringlengths 2 99k | meta dict |
|---|---|
# go-memdb
Provides the `memdb` package that implements a simple in-memory database
built on immutable radix trees. The database provides Atomicity, Consistency
and Isolation from ACID. Being that it is in-memory, it does not provide durability.
The database is instantiated with a schema that specifies the tables and ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.network.v2020_03_01.implementation;
import com.m... | {
"pile_set_name": "Github"
} |
[
"MONGOD",
"CONNECT",
"FIND",
"FIND PROJECT",
"INSERT",
"UPDATE",
"REMOVE",
"COUNT",
"AGGREGATE"
]
| {
"pile_set_name": "Github"
} |
####What is Codis?
Codis is a distributed redis service developed by wandoujia infrasstructure team, codis can be viewed as an redis server with infinite memory, have the ability of dynamically elastic scaling, it's more fit for storage business, if you need SUBPUB-like command, Codis is not supported, always remember... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See the LICENSE.txt file in the project root
// for the license information.
void
test_grow1(void)
{
struct flex_item *root = flex_item_with_size(60, 240);
struct flex_item *child1 = flex_item_with_size(60, 30);
... | {
"pile_set_name": "Github"
} |
package izumi.logstage.api
import scala.annotation.nowarn
import izumi.fundamentals.platform.language.SourceFilePosition
import izumi.logstage.api.Log._
import izumi.logstage.api.rendering.{LogstageCodec, RenderingOptions, StringRenderingPolicy}
import org.scalatest.wordspec.AnyWordSpec
import scala.util.Random
@now... | {
"pile_set_name": "Github"
} |
/* 7zBuf.h -- Byte Buffer
2017-04-03 : Igor Pavlov : Public domain */
#ifndef __7Z_BUF_H
#define __7Z_BUF_H
#include "7zTypes.h"
EXTERN_C_BEGIN
typedef struct
{
Byte *data;
size_t size;
} CBuf;
void Buf_Init(CBuf *p);
int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc);
void Buf_Free(CBuf *p, ISzAllocPtr a... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 NET_QUIC_TEST_TOOLS_MOCK_QUIC_CLIENT_PROMISED_INFO_H_
#define NET_QUIC_TEST_TOOLS_MOCK_QUIC_CLIENT_PROMISED_INFO_H_
#include <string>
#include "... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
typedef union {
long (*ap)[4];
} ptrs;
void DoAssignIteration() {
ptrs abase;
abase.ap+=27;
Assignment(*abase.ap);
}
| {
"pile_set_name": "Github"
} |
#include "search/region_info_getter.hpp"
#include "storage/country_decl.hpp"
#include "base/logging.hpp"
#include "base/stl_helpers.hpp"
#include "base/string_utils.hpp"
#include <cstddef>
using namespace std;
using namespace storage;
namespace search
{
namespace
{
// Calls |fn| on each node name on the way from |... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* File: tessedit.h (Formerly tessedit.h)
* Description: Main program for merge of tess and editor.
* Author: Ray Smith
* Created: Tue Jan 07 15:21:46 GMT 1992
*
* (C) Copyright 1992, Hewlett-Packard Ltd.
** Licensed under the Apach... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 ignore
// This program generates the trie for width operations. The generated table
// includes width category information as well as the normalizati... | {
"pile_set_name": "Github"
} |
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -inMemory -port 8222
| {
"pile_set_name": "Github"
} |
/*
Copyright 2008 Intel Corporation
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).
*/
#ifndef BOOST_POLYGON_INTERVAL_DATA_HPP
#define BOOST_POLYGON_INTERVAL_DATA_HPP
#include "i... | {
"pile_set_name": "Github"
} |
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: metering-ocp-dev
namespace: openshift-metering
spec:
configMap: metering-ocp
sourceType: internal
publisher: metering
displayName: Metering Operator Testing
| {
"pile_set_name": "Github"
} |
// a link that only has an underline when you hover over it
@mixin hover-link {
text-decoration: none;
&:hover {
text-decoration: underline; } }
| {
"pile_set_name": "Github"
} |
#include "graphviz_encode.h"
#include <boost/test/unit_test.hpp>
#include "graphviz_decode.h"
BOOST_AUTO_TEST_CASE(graphviz_encode_thorough)
{
// Graphviz encoding
{
for (const auto s : {
"A", "ABCDEFGHIJKLMN", "A B", " A B ", " A B ", // Spaces
"A\"B", "\"A\"B\"", "\"\"A\"\"B\"\"", ... | {
"pile_set_name": "Github"
} |
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Routing.App"
>
<Application.Resources>
</Application.Resources>
</Application>
| {
"pile_set_name": "Github"
} |
//
// Base styles
//
.alert {
position: relative;
padding: $alert-padding-y $alert-padding-x;
margin-bottom: $alert-margin-bottom;
border: $alert-border-width solid transparent;
@include border-radius($alert-border-radius);
}
// Headings for larger alerts
.alert-heading {
// Specified to prevent conflicts... | {
"pile_set_name": "Github"
} |
--Taken from SQL Server Central question of the day, Feb 11 2009:
-- http://www.sqlservercentral.com/questions/T-SQL/65712/
--Discussion here:
-- http://www.sqlservercentral.com/Forums/Topic654391-1181-1.aspx
-- (interestingly, most online formatting tools get this wrong - afaik GuDu is the only
-- other one th... | {
"pile_set_name": "Github"
} |
// ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2020
// MIT License
#include <ArduinoJson.h>
#include <catch.hpp>
static void check(const JsonArray array, const char* expected_data,
size_t expected_len) {
std::string expected(expected_data, expected_data + expected_len);
std::... | {
"pile_set_name": "Github"
} |
.so ../bk-macros
.\" help://hardlink
.TH "bk relink" "\*[BKVER]" %E% "\*(BC" "\*(UM"
.SH NAME
bk relink \- recreate broken hard links
.SH SYNOPSIS
.B bk relink
.[B] \-q
.ARG from
.[ARG] from2\ .\|.\|.
.ARG to
.br
.B bk relink
.[B] \-q
.SH DESCRIPTION
The relink command is used to conserve disk space. It is typical for... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Module: axis/projection</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Module Name: exsystem - Interface to OS services
*
*****************************************************************************/
/******************************************************************************
*
* 1. Copyright N... | {
"pile_set_name": "Github"
} |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/unittest_lazy_dependencies_enum.proto
#ifndef PROTOBUF_google_2fprotobuf_2funittest_5flazy_5fdependencies_5fenum_2eproto__INCLUDED
#define PROTOBUF_google_2fprotobuf_2funittest_5flazy_5fdependencies_5fenum_2eproto__INCLUDED
#includ... | {
"pile_set_name": "Github"
} |
@import '../../../../common';
.audits {
line-height: 1rem;
}
.table tbody tr td {
padding-bottom: 0px;
padding-top: 0px;
}
.ui.table thead th.pl50 {
padding-left: 50px;
}
| {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;
namespace ColorSyntax.Parsing
{
public interface ILanguageParser
{
void Parse(string sourceCode,
ILanguage language,
Action<string, IList<Scope>> parseHa... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Google LLC
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following discl... | {
"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.
*/
/**
* Provides an abstract way of specifying recipients for batch sending.
*
* @author Chris Corbyn
*/
i... | {
"pile_set_name": "Github"
} |
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use Hrshadhin\Userstamps\UserstampsTrait;
use App\Http\Helpers\AppHelper;
use Illuminate\Support\Arr;
class Student extends Model
{
use SoftDeletes;
use UserstampsTrait;
/**
* The attributes... | {
"pile_set_name": "Github"
} |
## Summary
In this workshop, you have worked with OpenShift and learned about how Helm 3 integration helps developers to deploy and run applications.
As follow-up of this workshop, we recommend the [Operator SDK with Helm](https://learn.openshift.com/operatorframework/helm-operator/) workshop, also available as self-p... | {
"pile_set_name": "Github"
} |
StartChar: nine
Encoding: 57 57 82
Width: 466
VWidth: 0
Flags: W
HStem: -186 18<41.9316 75.6465> 89 53<168.428 255.987> 378 36<172.378 277.51>
VStem: 53 69<192.647 300.858> 346 80<102.36 310.427>
LayerCount: 2
Fore
SplineSet
251 414 m 0
348 414 426 328 426 210 c 0
426 96 354 6 300 -47 c 0
245 -101 124 -176 55 -186 c... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
/*
* CODE GENERATED AUTOMATICALLY WITH github.com/stretchr/testify/_codegen
* THIS FILE MUST NOT BE EDITED BY HAND
*/
package assert
import (
http "net/http"
url "net/url"
time "time"
)
// Conditionf uses a Comparison to assert a complex condition.
func Conditionf(t TestingT, comp Comparison, msg string, args ..... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# ElasticSearch relative tasks
namespace :fablab do
namespace :es do
desc '(re)Build ElasticSearch fablab base for stats'
task build_stats: :environment do
delete_stats_index
create_stats_index
create_stats_mappings
add_event_filters
end
def dele... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project> | {
"pile_set_name": "Github"
} |
{if $full_page}
{include file="pageheader.htm"}
{insert_scripts files="../js/utils.js,listtable.js"}
<div class="list-div" id="listDiv">
{/if}
<table cellspacing='1' cellpadding='3' id='list-table'>
<tr>
<th>{$lang.user_name}</th>
<th>{$lang.role_describe}</th>
<th>{$lang.handler}</th>
</tr>
{fore... | {
"pile_set_name": "Github"
} |
<!--
Copyright 2018 Google Inc.
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, software
d... | {
"pile_set_name": "Github"
} |
import { NodePath } from "@babel/traverse";
import * as t from "@babel/types";
import { last } from "../array-helpers";
export {
isClassPropertyIdentifier,
isVariableDeclarationIdentifier,
isFunctionCallIdentifier,
isJSXPartialElement,
isPartOfMemberExpression,
isArrayExpressionElement,
areAllObjectProp... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Twitter Inc.
*
* 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"
} |
<?php
/**
* This is the template for generating the model class of a specified table.
* - $this: the ModelCode object
* - $tableName: the table name for this class (prefix is already removed if necessary)
* - $modelClass: the model class name
* - $columns: list of table columns (name=>CDbColumnSchema)
* - $labels... | {
"pile_set_name": "Github"
} |
# TODO: fully separate this from the rest of the project
# currently, it depends on Coda directly for configuration, and log providers depend on this directly
defmodule Cloud.Google do
@moduledoc "Google Cloud interface."
alias GoogleApi.Logging.V2, as: Logging
alias GoogleApi.PubSub.V1, as: PubSub
@type pub... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/
package play.db;
/**
* A base for Java connection pool components.
*
* @see ConnectionPool
*/
public interface ConnectionPoolComponents {
ConnectionPool connectionPool();
}
| {
"pile_set_name": "Github"
} |
@media (max-width: 2000px)
.header
height: 50px
.page-content
&:after
max-width: 35%
h1
position: static
display: inline-block
margin-top: 0px
.nav
margin-top: 11px
.page-content
margin: 75px auto... | {
"pile_set_name": "Github"
} |
ActiveRecord::Schema.define :version => 0 do
create_table :seeded_models, :force => true do |t|
t.column :login, :string
t.column :first_name, :string
t.column :last_name, :string
t.column :title, :string
end
end
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "liveState@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
// Copyright 2017 Google Inc.
//
// 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 ... | {
"pile_set_name": "Github"
} |
# 写给不耐烦程序员的 JavaScript

> 原文:[JavaScript for impatient programmers](http://exploringjs.com/impatient-js/)
>
> 版本:Beta
>
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
>
> 欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。
* [在线阅读](https://impatient-js.apachecn.org)
* [ApacheCN 面试求职交流群 724... | {
"pile_set_name": "Github"
} |
package arping
import (
"net"
"syscall"
"time"
)
var sock int
var toSockaddr syscall.SockaddrLinklayer
func initialize(iface net.Interface) error {
toSockaddr = syscall.SockaddrLinklayer{Ifindex: iface.Index}
// 1544 = htons(ETH_P_ARP)
const proto = 1544
var err error
sock, err = syscall.Socket(syscall.AF_P... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#ifndef V8FileWriterCallback_h
#define V8FileWriterCallback_h
#inc... | {
"pile_set_name": "Github"
} |
//
// Copyright 2013 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
... | {
"pile_set_name": "Github"
} |
#include <stdlib.h>
#include <stdio.h>
#include "uthash.h"
typedef struct hs_t {
int id;
int tag;
UT_hash_handle hh;
} hs_t;
static void pr(hs_t **hdpp)
{
hs_t *el, *tmp, *hdp = *hdpp;
HASH_ITER(hh, hdp, el, tmp) {
printf("id %d, tag %d\n",el->id,el->tag);
}
}
int main()
{
hs_t ... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2001.
// (C) Copyright Jens Maurer 2001 - 2003.
// (C) Copyright Peter Dimov 2002.
// (C) Copyright Aleksey Gurtovoy 2002 - 2003.
// (C) Copyright David Abrahams 2002.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See a... | {
"pile_set_name": "Github"
} |
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 Alex Gorbatchev.
*
* @lic... | {
"pile_set_name": "Github"
} |
/**
* cbpAnimatedHeader.js v1.0.0
* http://www.codrops.com
*
* Licensed under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* Copyright 2013, Codrops
* http://www.codrops.com
*/
var cbpAnimatedHeader = (function() {
var docElem = document.documentElement,
header = document.queryS... | {
"pile_set_name": "Github"
} |
/* from asm/termbits.h */
#define TARGET_NCCS 19
struct target_termios {
unsigned int c_iflag; /* input mode flags */
unsigned int c_oflag; /* output mode flags */
unsigned int c_cflag; /* control mode flags */
unsigned int c_lflag; /* local mode... | {
"pile_set_name": "Github"
} |
file (GLOB SOURCE_FILES *.cpp)
file (GLOB HEADER_FILES *.hpp)
init_target (iostream_server)
build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES})
link_boost ()
final_target ()
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "examples")
| {
"pile_set_name": "Github"
} |
obj-$(CONFIG_LOOPBACK_TARGET) += tcm_loop.o
| {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace KejawenLab\Application\SemartHris\DataFixtures;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use KejawenLab\Application\SemartHris\Entity\City;
/**
* @author Muhamad Surya Iksanudin <surya.iksanudin@gmail.com>
*/
class CityFixtures extends Fixture implements... | {
"pile_set_name": "Github"
} |
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: lr-model-meta.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 326d78bb223bf4da9ab216b6e6dca845
timeCreated: 1475786653
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2006-2013
//
// 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)
//
// See http://w... | {
"pile_set_name": "Github"
} |
/***************************************************************************************************
* Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that the following conditions are me... | {
"pile_set_name": "Github"
} |
package assertion
import (
"fmt"
"reflect"
"github.com/onsi/gomega/types"
)
type Assertion struct {
actualInput interface{}
failWrapper *types.GomegaFailWrapper
offset int
extra []interface{}
}
func New(actualInput interface{}, failWrapper *types.GomegaFailWrapper, offset int, extra ...interface{}... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://schemastore.org/schemas/json/webjob-publish-settings.json",
"webJobName": "TicketDesk-SearchMonitor-Job",
"startTime": null,
"endTime": null,
"jobRecurrenceFrequency": null,
"interval": null,
"runMode": "Continuous"
} | {
"pile_set_name": "Github"
} |
/// @brief Include to use 2d array textures.
/// @file gli/texture2d_array.hpp
#pragma once
#include "texture2d.hpp"
namespace gli
{
/// 2d array texture
class texture2d_array : public texture
{
public:
typedef extent2d extent_type;
public:
/// Create an empty texture 2D array
texture2d_array();
/// C... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 WildFireChat. All rights reserved.
*/
import UserSettingScope from "../client/userSettingScope";
export default class UserSettingEntry {
scope = UserSettingScope.kUserSettingCustomBegin;
key = '';
value = '';
updateDt = 0;
}
| {
"pile_set_name": "Github"
} |
package spire
package math
package poly
import java.math.MathContext
/**
* A type class that can find roots of a polynomial.
*/
trait RootFinder[A] {
/**
* Returns the roots of the polynomial `poly`.
*/
def findRoots(poly: Polynomial[A]): Roots[A]
}
object RootFinder {
final def apply[A](implicit find... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 darwin,!race linux,!race freebsd,!race netbsd openbsd solaris dragonfly
package unix
import (
"unsafe"
)
const raceenabled = false
func raceAcqu... | {
"pile_set_name": "Github"
} |
#include "net/ip/uip.h"
#include "net/ipv6/uip-ds6.h"
#include <string.h>
#include "ip64-eth-interface.h"
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])
#define DEBUG DEBUG_NONE
#include "net/ip/uip-debug.h"
static void
init(void)
{
PRINTF("eth-bridge: init\n");
ip64_eth_interface.init();... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Ruby on Rails: Welcome aboard</title>
<style type="text/css" media="screen">
body {
margin: 0;
margin-bottom: 25px;
padding: 0;
background-color: #f0f0f0;
font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
... | {
"pile_set_name": "Github"
} |
Class: Drag {#Drag}
===================
Enables the modification of two CSS properties of an Element based on the position of the mouse while the mouse button is down.
### Implements
[Events][], [Chain][], [Options][]
Drag Method: constructor
------------------------
### Syntax
var myDragInstance = new Drag(el[... | {
"pile_set_name": "Github"
} |
{
"private": true,
"dependencies": {
"redux": "^4.0.1"
}
}
| {
"pile_set_name": "Github"
} |
// Copyright 2020 the u-root Authors. All rights reserved
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// SPDX-License-Identifier: BSD-3-Clause
//
package uefivars
import (
"os"
"testing"
"github.com/u-root/u-root/pkg/uefivars/vartest"
)
// main is ne... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,linux
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 _const.go
package unix
import "syscall"
const (
B1000000... | {
"pile_set_name": "Github"
} |
# Mantid Repository : https://github.com/mantidproject/mantid
#
# Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
# NScD Oak Ridge National Laboratory, European Spallation Source,
# Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
# SPDX - License - Identifier: GPL - 3.0 +
impo... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# Fuel documentation build configuration file, created by
# sphinx-quickstart2 on Wed Oct 8 17:59:44 2014.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All... | {
"pile_set_name": "Github"
} |
let x = 0
for (let i = 0; i <= 4 - 1; i++) {
x = 2 ** i
basic.showNumber(x)
}
| {
"pile_set_name": "Github"
} |
package com.alibaba.druid.bvt.sql.eval;
import junit.framework.TestCase;
import org.junit.Assert;
import com.alibaba.druid.sql.visitor.SQLEvalVisitorUtils;
import com.alibaba.druid.util.JdbcConstants;
public class EvalBetweenTest extends TestCase {
public void test_between() throws Exception {
Assert.a... | {
"pile_set_name": "Github"
} |
/**
* Copyright Soramitsu Co., Ltd. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#include "simulator/impl/simulator.hpp"
#include <vector>
#include <boost/range/adaptor/transformed.hpp>
#include <boost/range/algorithm/find.hpp>
#include "backend/protobuf/proto_block_factory.hpp"
#include "backend... | {
"pile_set_name": "Github"
} |
2006年08月30日 08:26:08
当日,云南石林风景区至昆明的高速公路上连续发生6起交通事故,共有21辆汽车相撞,目前已造成至少1人死亡,多人重伤。事故原因正在调查中。
| {
"pile_set_name": "Github"
} |
// Copyright 2012 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.
package org.chromium.ui.base;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.ClipData;
import android.content.C... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the ... | {
"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"
} |
/*
* Software License Agreement (BSD License)
*
* Copyright (c) 2010-2012, Willow Garage, Inc.
* Copyright (c) 2009-2012, Urban Robotics, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditio... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
console.log("Using global.ethers");
var anyGlobal = window;
var ethers = anyGlobal._ethers;
exports.ethers = ethers;
//# sourceMappingURL=browser-ethers.js.map | {
"pile_set_name": "Github"
} |
Original code is released under Apache 2.0 (See LICENSE for more details).
Other third party source-code components used in this repository are documented as follows:
https://github.com/sgorsten/linalg (Unlicense)
Authored by Sterling G. Orsten, 2016
https://github.com/sgorsten/json (Unlicense)
Authored by Sterlin... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 47 Degrees, LLC. <http://www.47deg.com>
*
* 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 ... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy
dnSpy 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 3 of the License, or
(at your option) any later... | {
"pile_set_name": "Github"
} |
/*
* Generic PowerPC 44x RNG driver
*
* Copyright 2011 IBM Corporation
*
* 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; version 2 of the License.
*/
#include <linux/module.h>
#include ... | {
"pile_set_name": "Github"
} |
import Vue from "vue";
import Vuex from "vuex";
Vue.use(Vuex);
export default new Vuex.Store({
state: {},
mutations: {},
actions: {},
modules: {}
});
| {
"pile_set_name": "Github"
} |
{ stdenv, fetchurl, fetchFromGitHub, makeWrapper
, meson
, ninja
, pkg-config
, fetchpatch
, platform-tools
, ffmpeg
, SDL2
}:
let
version = "1.15.1";
prebuilt_server = fetchurl {
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
sha256 = "1hrp2rfwl06ff2... | {
"pile_set_name": "Github"
} |
/*
ucg_dev_oled_128x128_ilsoft.c
Specific code for the ILSOFT 128x128 OLED module
Universal uC Color Graphics Library
Copyright (c) 2014, olikraus@gmail.com
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the follo... | {
"pile_set_name": "Github"
} |
/* Flot plugin for thresholding data.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
series: {
threshold: {
below: number
color: colorspec
}
}
It can also be applied to a single series, like this:
$.plot( $("#placeholder"), [{
data: [... | {
"pile_set_name": "Github"
} |
//
// Wells
// --------------------------------------------------
// Base class
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: @well-bg;
border: 1px solid @well-border;
border-radius: @border-radius-base;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
b... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* Copyright 2018 Samsung Electronics 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... | {
"pile_set_name": "Github"
} |
"""
Django settings for widget_tweak_example project.
Generated by 'django-admin startproject' using Django 3.0.3.
For more information on this file, see
https://docs.djangoproject.com/en/3.0/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.0/ref/settings/
"""
... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f4xx_ll_rng.h
* @author MCD Application Team
* @brief Header file of RNG LL module.
******************************************************************************
* @attention
*
* <h2><center>© COP... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Essensoft.AspNetCore.Payment.Alipay.Response;
namespace Essensoft.AspNetCore.Payment.Alipay.Request
{
/// <summary>
/// ant.merchant.expand.tradeorder.query
/// </summary>
public class AntMerchantExpandTradeorderQueryRequest : IAlipayRequest<AntMerchantExpandTra... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.