text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright 2019-present HiveMQ GmbH
*
* 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 ag... | {
"pile_set_name": "Github"
} |
#include <stdio_ext.h>
#include <stdlib.h>
#include <string.h>
int
main (void)
{
FILE *fp;
const char teststring[] = "hello world";
char buf[3072];
int result = 0;
char readbuf[256];
/* Open a file. */
fp = tmpfile ();
/* Set a buffer. */
if (setvbuf (fp, buf, _IOFBF, sizeof buf) == EOF)
{
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015, 2020 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | {
"pile_set_name": "Github"
} |
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
# Base class representation of cryptographic payment data tokens that may be used for EMV-style transactions
# like Apple Pay. Payment data may be transmitted via any data type, and may also be padded
# with metadata specific to the cryptographer. Thi... | {
"pile_set_name": "Github"
} |
[[_appendix_ast_transformations]]
= AST Transformations
The following list summarizes all AST transformations available to Groovy-based
projects when the `griffon-groovy-compile-{griffon-version}.jar` dependency is
added to a project:
- <<_models_change_listener_transformation,@ChangeListener>>
- <<_events_eventpu... | {
"pile_set_name": "Github"
} |
//go:generate struct-markdown
package common
import (
"fmt"
"github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/template/interpolate"
)
type OutputConfig struct {
// This is the path on your local machine (the one running Packer) to the
// directory where the resulting virtual machine will be cre... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2018 The AMP HTML Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | {
"pile_set_name": "Github"
} |
/*
* The MIT License
*
* Copyright (c) 2016, CloudBees, 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, c... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<asset>
<created>2017-03-08T13:35:39</created>
<modified>2017-03-08T13:35:39</modified>
</asset>
<library_animations>
<animation>
<sourc... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 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 t... | {
"pile_set_name": "Github"
} |
package daemon
import (
"github.com/viant/toolbox/url"
"strings"
)
//StartRequest represents service request start
type StartRequest struct {
Target *url.Resource `required:"true" description:"target host"` //target host
Service string `re... | {
"pile_set_name": "Github"
} |
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 22 Dec 2014 14:16:12 GMT
Content-Type: text/html
Connection: close
<html>
<head><title>200 OK</title></head>
<body bgcolor="white">
<center><h1>200 OK</h1></center>
<hr><center>nginx</center>
</body>
</html>
| {
"pile_set_name": "Github"
} |
package ods;
import java.util.AbstractMap;
import java.util.Map;
import java.util.Set;
public class USetMap<K,V> extends AbstractMap<K,V> {
/**
* FIXME: Doesn't have the same equals() and hashCode()
* that the API demands
* @author morin
*/
protected class Entry implements Map.Entry<K, V> {
K k;
V v;
... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace Hyperf\Nats\Listener;
use Hyperf\Contract\StdoutLoggerInterface;
use Hy... | {
"pile_set_name": "Github"
} |
/* Functions for the advimage plugin popup */
var preloadImg = null;
var orgImageWidth, orgImageHeight;
function preinit() {
// Initialize
tinyMCE.setWindowArg('mce_windowresize', false);
// Import external list url javascript
var url = tinyMCE.getParam("external_image_list_url");
if (url != null) {
... | {
"pile_set_name": "Github"
} |
package huawei.android.widget.pattern;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.text.TextPaint;
import android.text.TextUtils;
import android.util.SparseArray;
import android.view.LayoutInflater;
import android.view.View;
import android.v... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016-2017, Intel Corporation.
// Sample client that works with the linux server found in iotivity-constrained
// This sample will find the resource, then periodically retrieve the resource
// To run it on the Arduino 101, you'll need to connect via BLE with your
// host machine (e.g. Linux), then add... | {
"pile_set_name": "Github"
} |
/*
Ming, an SWF output library
Copyright (C) 2002 Opaque Industries - http://www.opaque.net/
This 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 Foundation; either
version 2.1 of the ... | {
"pile_set_name": "Github"
} |
# operator[]
* string[meta header]
* std[meta namespace]
* basic_string[meta class]
* function[meta id-type]
```cpp
const_reference operator[](size_type pos) const; // (1) C++03
const_reference operator[](size_type pos) const noexcept; // (1) C++11
reference operator[](size_type pos); //... | {
"pile_set_name": "Github"
} |
/*
* JOCL - Java bindings for OpenCL
*
* Copyright (c) 2009-2015 Marco Hutter - http://www.jocl.org
*
* 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, i... | {
"pile_set_name": "Github"
} |
#pragma once
#include <string>
#include <vector>
#include "test/test_common/environment.h"
#include "gtest/gtest.h"
#include "openssl/ssl.h"
#include "openssl/x509v3.h"
namespace Envoy {
namespace Extensions {
namespace TransportSockets {
namespace Tls {
inline bssl::UniquePtr<X509> readCertFromFile(const std::str... | {
"pile_set_name": "Github"
} |
"""
Helper function for returning the field information that is associated
with a model class. This includes returning all the forward and reverse
relationships and their associated metadata.
Usage: `get_field_info(model)` returns a `FieldInfo` instance.
"""
from collections import OrderedDict, namedtuple
FieldInfo =... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*----------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/**
* 核心文件
* @author: OF
* @version 1.0.0
*/
layui.config({
base : webroot + "/static/plugins/of/admin/js/",//设定扩展的Layui模块的所在目录,一般用于外部模块扩展
version : '1.0.0'
});
layui.utile={};
layui.buttion={};
/**
* 转义字典工具
*/
layui.utile.toDict = function(dict,value){
var data = layui.sykDict[dict];
var _value = "";
if(!... | {
"pile_set_name": "Github"
} |
---
title: The Data Science Process
author: clone95
description: In this guide, you will understand the big picture of the Data Science project lifecycle, why and how to perform each step, from collecting the data to putting predictive models in production. You can then use this guide as a "checklist" of to-do steps to... | {
"pile_set_name": "Github"
} |
{
"author": "Dmitry Prokashev <heliosframework@gmail.com>",
"name": "natural-scroll",
"description": "Smoothly scroll to the desired position",
"version": "0.2.2",
"keywords": [
"scroll",
"scrolling",
"programmatically",
"menu",
"navigation"
],
"repository": {
"type": "git",
"u... | {
"pile_set_name": "Github"
} |
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. 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 License("CDDL") (... | {
"pile_set_name": "Github"
} |
$NetBSD: distinfo,v 1.2 2015/11/03 03:28:42 agc Exp $
SHA1 (Proc-WaitStat-1.00.tar.gz) = 2b3c56f1748fbcbf6e164268834adba5865527b4
RMD160 (Proc-WaitStat-1.00.tar.gz) = 9a6ce40c56123e0a5397b4e05e7ce0eddf63344b
SHA512 (Proc-WaitStat-1.00.tar.gz) = 7abc1c3771ec560e6138cc7709ca4527a34c897067e13afd57d096d664d6d11a1d80898a95... | {
"pile_set_name": "Github"
} |
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
///////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
向井杏最新番号
【MOBSP-022】夜のおかずシリーズ真正中出しベストセレクション12
【OKAX-008】100%真正ガチ中出し100連発!大輪姦イカセ4時間SPECIAL
【SSR-039】憧れの競泳水着美人インストラクターは生徒のモッコリ股間に敏感に欲情して密かに誘う!!
【GAR-382】最強肉食ギャル伝説 瀬名あゆむプレミアムBEST
【GAR-363】超ギャル Wブチギレ手コキ!!
【GAR-356】3姉妹のギャルの姉達が両親の留守中僕に性的イタズラをしてきてさらに童貞まで奪われてしまった!!
【GAR-357】トイレメーカーに就職したらドS上司たちの放尿便器奴隷にされた僕
【GAR-354】ギャルブチ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 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 w... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2019 .
* @license LGPL-2.0-or-later
*/
namespace Windwalker\Structure\Format;
use HJSON\HJSONParser;
use HJSON\HJSONStringifier;
/**
* The HjsonFormat class.
*
* @since 3.5.4
*/
class HjsonFormat implements Fo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014 Eran Pe'er.
*
* This program is made available under the terms of the MIT License.
*
* Created on Mar 10, 2014
*/
#include <string>
#include "tpunit++.hpp"
#include "fakeit.hpp"
using namespace fakeit;
struct DtorMocking : tpunit::TestFixture
{
DtorMocking() :
TestFixture(
TEST(Dtor... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
FTP
RETR
LIST
wildcardmatch
ftplistparser
flaky
</keywords>
</info>
#
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<tool>
lib574
</tool>
<name>
FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)
</name>
<command>
"ftp://%... | {
"pile_set_name": "Github"
} |
#pragma once
#ifdef __cplusplus
extern "C"
{
#endif
int get_module_base_address(char const *module_filename, void *handle, void **base);
void *elf_hook(char const *library_filename, void const *library_address, char const *function_name, void const *substitution_address);
#ifdef __cplusplus
}
#endif
| {
"pile_set_name": "Github"
} |
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "../build",
"module": "commonjs",
"isolatedModules": false
},
"include": ["./**/*.ts", "../src/**/*.ts"]
}
| {
"pile_set_name": "Github"
} |
package com.vaadin.v7.tests.data.converter;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import org.junit.Test;
import com.vaadin.v7.data.util.converter.Converter.ConversionException;
import com.vaadin.v7.data.util.converter.StringToIntegerConverter;
public class StringTo... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2007 Joel de Guzman
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)
=========================================... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`datasource/terraform-module getReleases processes real data 1`] = `
Object {
"homepage": "https://registry.terraform.io/modules/hashicorp/consul/aws",
"name": "hashicorp/consul/aws",
"releases": Array [
Object {
"version": "0.0.1",
},
Object {... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 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. */
/* These additional styles constrain the size of the proxy page to the height of
the dialog containing them. */
html {
height: 100%;
}
body {... | {
"pile_set_name": "Github"
} |
..
This file is part of Logtalk <https://logtalk.org/>
Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org>
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... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | {
"pile_set_name": "Github"
} |
describe("module:ng.directive:ngTransclude", function() {
beforeEach(function() {
browser.get("./examples/example-example46/index.html");
});
it('should have transcluded', function() {
var titleElement = element(by.model('title'));
titleElement.clear();
titleElement.sendKeys('TITLE');
va... | {
"pile_set_name": "Github"
} |
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../../findNSourceUtils.R')
test.GLM.offset <- function(conn) {
Log.info("Importing lung.csv data...\n")
lung.hex = h2o.uploadFile(conn, locate("smalldata/glm_test/lung.csv"))
lung.hex$log_pop <- log(lung.hex$pop)
lung.sum = summary(... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 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 appl... | {
"pile_set_name": "Github"
} |
{
}
| {
"pile_set_name": "Github"
} |
use educe::Educe;
use futures::{pin_mut, stream, AsyncReadExt, FutureExt, Stream, StreamExt};
use serde::{Deserialize, Serialize};
use serde_closure::FnMutNamed;
use serde_json::Error as InternalJsonError;
use std::{
error, fmt::{self, Debug, Display}, io::{self, Cursor}, marker::PhantomData
};
use amadeus_core::{
f... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
################################################################
# Qwt Widget Library
# Copyright (C) 1997 Josef Wilgen
# Copyright (C) 2002 Uwe Rathmann
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the Qwt License, Version 1.0
#############################... | {
"pile_set_name": "Github"
} |
{
"name": "Wingstop Restaurants, Inc.",
"displayName": "Wingstop Restaurants",
"properties": [
"wingstop.com"
]
} | {
"pile_set_name": "Github"
} |
# V1beta1VolumeNodeResources
VolumeNodeResources is a set of resource limits for scheduling of volumes.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** | Maximum number of unique volumes managed by the CSI driver that can be used o... | {
"pile_set_name": "Github"
} |
module ProcessSpecs
class Daemon
def initialize(argv)
args, @input, @data, @behavior = argv
@args = Marshal.load [args].pack("H*")
@no_at_exit = false
end
def run
send @behavior
# Exit without running any at_exit handlers
exit!(0) if @no_at_exit
end
def write... | {
"pile_set_name": "Github"
} |
module.exports = {
id: 'common-textual-elements',
title: 'Common textual elements',
tag: 'p',
keywords: ['p', 'paragraph', 'text', 'textual elements', 'strong', 'bold', 'b', 'em', 'i', 'emphasis', 'italics', 'small', 'a', 'link', 'hr', 'horizontal rule', 'sub', 'subscript', 'sup', 'exponent', 'superscript',... | {
"pile_set_name": "Github"
} |
package com.sourcemaking.state.first_example.after;
import java.io.*;
interface State {
void pull(CeilingFanPullChain wrapper);
}
class CeilingFanPullChain {
private State currentState;
public CeilingFanPullChain() {
currentState = new Off();
}
public void set_state(State s) {
c... | {
"pile_set_name": "Github"
} |
# DESCRIPTION
# ENDDESCRIPTION
##\{ textbook_ref_exact("Holt Linear Algebra", "2.1","66") \}
## DBsubject(Linear algebra)
## DBchapter(Euclidean spaces)
## DBsection(Vectors)
## Institution(Saint Louis University)
## Author(Mike May)
## Level(2)
## TitleText1('Linear Algebra')
## AuthorText1('Holt')
## EditionText1(''... | {
"pile_set_name": "Github"
} |
<section class="sc new">
<h4>Character Key Shortcuts</h4>
<p class="conformance-level">A</p>
<p class="change">New</p>
<p>If a <a>keyboard shortcut</a> is implemented in content using only letter (including upper- and lower-case letters), punctuation, number, or symbol characters... | {
"pile_set_name": "Github"
} |
package data
import (
"fmt"
"github.com/docker/go/canonical/json"
)
// SignedRoot is a fully unpacked root.json
type SignedRoot struct {
Signatures []Signature
Signed Root
Dirty bool
}
// Root is the Signed component of a root.json
type Root struct {
SignedCommon
Keys Keys ... | {
"pile_set_name": "Github"
} |
// Copyright 2019 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
let m = import('modules-skip-1.mjs');
let m_namespace = await m;
export function life() {
return m_namespace.life();
}
| {
"pile_set_name": "Github"
} |
package tflite
/*
#ifndef GO_TFLITE_H
#include "tflite.go.h"
#endif
#cgo LDFLAGS: -ltensorflowlite_c
#cgo linux LDFLAGS: -ldl -lrt
*/
import "C"
import (
"reflect"
"unsafe"
"github.com/mattn/go-pointer"
"github.com/mattn/go-tflite/delegates"
)
//go:generate stringer -type TensorType,Status -output type_string.go... | {
"pile_set_name": "Github"
} |
---
title: 如何:对工作流和工作流服务启用 SQL 持久性
ms.date: 03/30/2017
ms.assetid: ca7bf77f-3e5d-4b23-b17a-d0b60f46411d
ms.openlocfilehash: 5bcd37a654db35ba6e8af1b15d6c132a090b0579
ms.sourcegitcommit: 27a15a55019f6b5f2733961738babe94aec0def3
ms.translationtype: MT
ms.contentlocale: zh-CN
ms.lasthandoff: 09/15/2020
ms.locfileid: "90547... | {
"pile_set_name": "Github"
} |
'use strict'
const path = require('path')
const config = require('../config')
// extract-text-webpack-plugin可以提取bundle中的特定文本,将提取后的文本单独存放到另外的文件
// 这里用来提取css样式
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const packageConfig = require('../package.json')
// 资源文件的存放路径
exports.assetsPath = function(_path... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using Microsoft.AspNet.FriendlyUrls;
using System.Web.UI.WebControls;
using BugNET.BLL;
using BugNET.Entities;
using BugNET.Common;
using B... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, Click Me!</string>
<string name="app_name">StreamLocatorClient</string>
</resources>
| {
"pile_set_name": "Github"
} |
{
"extends":"http://json-schema.org/hyper-schema",
"description":"A schema for schema interface definitions that describe programmatic class structures using JSON schema syntax",
"properties":{
"methods":{
"type":"object",
"description":"This defines the set of methods ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "NO"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
;*******************************************************************************
;* *
;* copyright (c) 1988 kent state univ. kent, ohio 44242 *
;* ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
package de.congrace.exp4j;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
class Tokenizer {
private final Set<String> variableNames;
private final Map<String, CustomFunction> functions;
private final Map<String, CustomOperator> operators;
Tokenizer(Set<String> v... | {
"pile_set_name": "Github"
} |
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
# remove surface
\rm -f constant/triSurface/flange.stl.gz
rm -rf 0 > /dev/null 2>&1
rm -f ./flange ./*.obj > /dev/null 2>&1
rm -rf constant/extendedFeatureEdgeMesh > /dev/null 2>&1... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
namespace FlubuCore.Tasks.Process
{
public interface IExternalProcess<out T>
where T : ITask
{
/// <summary>
/// Set the full file path of the executable file.
/// </summary>
/// <param name="executableFullFilePath"></param>
/// <returns></returns>
T Exec... | {
"pile_set_name": "Github"
} |
/*-------------------------------------------------------------------------
support.c - startup for PIC16 regression tests with gpsim
Copyright (c) 2006-2010 Borut Razem
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published... | {
"pile_set_name": "Github"
} |
Replaced the plain DocBook XSL admonition icons with Jimmac's DocBook
icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
from the Jimmac icons to get round MS IE and FOP PNG incompatibilies.
Stuart Rackham
| {
"pile_set_name": "Github"
} |
#' Clip the first and last n metres of SpatialLines
#'
#' Takes lines and removes the start and end point, to a distance determined
#' by the user.
#'
#' Note: [toptailgs()] is around 10 times faster, but only works
#' on data with geographic CRS's due to its reliance on the geosphere
#' package.
#'
#' @param l A Spati... | {
"pile_set_name": "Github"
} |
TARGET = test
LIBS = -lm
CC = gcc
CFLAGS = -O2 -g -Wall -Wextra -Wundef -std=gnu99 -I../../
SOURCES = main.c ../../packet.c ../../crc.c
HEADERS = ../../packet.h ../../crc.h
OBJECTS = $(notdir $(SOURCES:.c=.o))
.PHONY: default all clean
default: $(TARGET)
all: default
%.o: %.c $(HEADERS)
$(CC) $(CFLAGS) -c $< -o $@
... | {
"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"
} |
//
// NSArray+Sort.h
// https://github.com/hackiftekhar/IQKeyboardManager
// Copyright (c) 2013-16 Iftekhar Qurashi.
//
// 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 ThoughtWorks, 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 agr... | {
"pile_set_name": "Github"
} |
// +build windows
package mem
import (
"context"
"unsafe"
"github.com/shirou/gopsutil/internal/common"
"golang.org/x/sys/windows"
)
var (
procGlobalMemoryStatusEx = common.Modkernel32.NewProc("GlobalMemoryStatusEx")
procGetPerformanceInfo = common.ModPsapi.NewProc("GetPerformanceInfo")
)
type memoryStatusE... | {
"pile_set_name": "Github"
} |
// This file has been automatically generated by the Unreal Header Implementation tool
#include "FGMapManager.h"
AFGMapManager* AFGMapManager::Get(UWorld* world){ return nullptr; }
AFGMapManager* AFGMapManager::Get(UObject* worldContext){ return nullptr; }
AFGMapManager::AFGMapManager() : Super() {
this->PrimaryActo... | {
"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"
} |
/*
*
* Copyright 2015 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006 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 ... | {
"pile_set_name": "Github"
} |
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mtable>
<mtr>
<mtd>
<mo>∏</mo>
<mfenced>
<mrow>
<mi>n</mi>
<mo>,</mo>
<mi>φ</mi>
<mo>,</mo>
<mn>... | {
"pile_set_name": "Github"
} |
try:
from OpenGL import NullFunctionError
except ImportError:
from OpenGL.error import NullFunctionError
from OpenGL.GL import *
from OpenGL.GL import shaders
import re
## For centralizing and managing vertex/fragment shader programs.
def initShaders():
global Shaders
Shaders = [
ShaderProgram... | {
"pile_set_name": "Github"
} |
declare namespace abp {
//TODO: Gets JQuery.AjaxOptions and returns JQuery.Promise
function ajax(userOptions: any): any;
} | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>ConnectedNodeDescription Protocol Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer>... | {
"pile_set_name": "Github"
} |
---
layout: "inner"
page_title: "Not Found"
noindex: true
description: |-
Page not found!
---
# Page Not Found
Sorry, the page you tried to visit does not exist. This could be our fault,
and if so we will fix that up right away.
Please go back to get back on track.
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>[Kuskus] Kusto Explorer (Dark)</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
... | {
"pile_set_name": "Github"
} |
loop create
set int ip address loop0 6.0.0.1/32
set int state loop0 up
set int state GigabitEthernet1b/0/0 up
set int ip address GigabitEthernet1b/0/0 192.168.1.1/24
create host-interface name vpp1
set int state host-vpp1 up
set int ip address host-vpp1 6.0.1.1/24
packet-generator new {
name udp
limit 512
rate ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Rockchip AXI PCIe controller driver
*
* Copyright (c) 2018 Rockchip, Inc.
*
* Author: Shawn Lin <shawn.lin@rock-chips.com>
*
*/
#ifndef _PCIE_ROCKCHIP_H
#define _PCIE_ROCKCHIP_H
#include <linux/kernel.h>
#include <linux/pci.h>
/*
* The upper 16 bits of PCIE_CLIENT_CO... | {
"pile_set_name": "Github"
} |
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.final.templateTitle') }}
@endsection
@section('title')
<i class="fa fa-flag-checkered fa-fw" aria-hidden="true"></i>
{{ trans('installer_messages.final.title') }}
@endsection
@section('container')
@if(se... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="zh-CN">
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>基本信息</title>
<link href="../../static/bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="../../static/bootstrap-... | {
"pile_set_name": "Github"
} |
--- a/makefile.u
+++ b/makefile.u
@@ -69,7 +69,9 @@
OFILES = $(MISC) $(POW) $(CX) $(DCX) $(REAL) $(DBL) $(INT) \
$(HALF) $(CMP) $(EFL) $(CHAR) $(I77) $(TIME)
-all: f2c.h signal1.h sysdep1.h libf2c.a
+all: libf2c.a
+
+$(OFILES): f2c.h signal1.h sysdep1.h
libf2c.a: $(OFILES)
ar r libf2c.a $?
| {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Draggable - Revert position</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.wi... | {
"pile_set_name": "Github"
} |
;;; -*- Mode: Lisp; Package: silica; -*-
;; See the file LICENSE for the full license governing this code.
;;
#|****************************************************************************
* *
* ... | {
"pile_set_name": "Github"
} |
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.