text stringlengths 2 99.9k | meta dict |
|---|---|
HTML.Proprietary
TYPE: bool
VERSION: 3.1.0
DEFAULT: false
--DESCRIPTION--
<p>
Whether or not to allow proprietary elements and attributes in your
documents, as per <code>HTMLPurifier_HTMLModule_Proprietary</code>.
<strong>Warning:</strong> This can cause your documents to stop
validating!
</p>... | {
"pile_set_name": "Github"
} |
// +build !go1.6
package testsuite_test
import (
"io/ioutil"
"os"
"path/filepath"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/ginkgo/testsuite"
. "github.com/onsi/gomega"
)
var _ = Describe("TestSuite", func() {
var tmpDir string
var relTmpDir string
writeFile := func(folder string, filename stri... | {
"pile_set_name": "Github"
} |
#pragma warning disable
using System;
using System.Runtime.InteropServices;
namespace Warewolf.Studio.Core
{
public class CookieHelper
{
public const int InternetOptionEndBrowserSession = 42;
protected CookieHelper()
{
}
[DllImport("wininet.dll", SetLastError = true)]
... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FSharpTestA1\FSharpTestA1.fsproj" />
<ProjectReference Include="..\FSharpTestA2\FSharpTestA2.fsproj" />
<Proj... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
@class NSData;
@protocol FxCustomParameterDefinition
- (id)valueFromData:(NSData *)arg1;
- (NSData *)dataFromValue:(id)arg1;
@end
| {
"pile_set_name": "Github"
} |
// Module included in the following assemblies:
//
// * installing/installing_aws/installing-aws-user-infra.adoc
// * installing/installing_bare_metal/installing-bare-metal.adoc
// * installing/installing_aws/installing-restricted-networks-aws.adoc
// * installing/installing_bare_metal/installing-restricted-networks-ba... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections;
namespace GameMachine {
public enum ControllerType {
Local,
Remote
}
}
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2010 Martin Knafve / hMailServer.com.
// http://www.hmailserver.com
#pragma once
namespace HM
{
class TestConnect
{
public:
bool PerformTest(ConnectionSecurity connection_security, const String &localAddressStr, const String &server, int port, String &result);
};
}
| {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license.
*
* GPL LICENSE SUMMARY
*
* Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved.
*
... | {
"pile_set_name": "Github"
} |
/*
This file is part of LIA_RAL which is a set of software based on ALIZE
toolkit for speaker recognition. ALIZE toolkit is required to use LIA_RAL.
LIA_RAL project is a development project was initiated by the computer
science laboratory of Avignon / France (Laboratoire Informatique d'Avignon -
LIA) [http://lia.univ-... | {
"pile_set_name": "Github"
} |
# Polish translation for hidetopbar extension
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Piotr Sokół <psokol.l10n@gmail.com>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-24... | {
"pile_set_name": "Github"
} |
#include "Dwarf.h"
int Dwarf::get_race_int() const {
return Races::Dwarf;
}
QString Dwarf::get_name() const {
return "Dwarf";
}
unsigned Dwarf::get_base_strength() const {
return 22;
}
unsigned Dwarf::get_base_agility() const {
return 16;
}
unsigned Dwarf::get_base_stamina() const {
return 23;... | {
"pile_set_name": "Github"
} |
//
// main.m
// SSIDCard
//
// Created by 753331342@qq.com on 04/26/2018.
// Copyright (c) 2018 753331342@qq.com. All rights reserved.
//
@import UIKit;
#import "SSAppDelegate.h"
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([SSAppDe... | {
"pile_set_name": "Github"
} |
<META HTTP-EQUIV="REFRESH" CONTENT="900; URL=SessionExpired.aspx?lang=eng">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script language="javascript">
sitesection = "csol"
navsection = "my account"
pagetitle... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
00B9955B1B128DF400A5C623 /* IOSurface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00B995591B128DF400A5C623 /* IOSurface.framework */; };
00B9955A1B128DF400A5C623 /* IOKit.framewo... | {
"pile_set_name": "Github"
} |
/*!
* Bootstrap's Gruntfile
* http://getbootstrap.com
* Copyright 2013-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
module.exports = function (grunt) {
'use strict';
// Force use of Unix newlines
grunt.util.linefeed = '\n';
RegExp.quote = function (s... | {
"pile_set_name": "Github"
} |
# Copyright 2015-2020 the openage authors. See copying.md for legal info.
"""
CMake build helpers; see doc/buildsystem.md for further info.
Modules in the 'buildsystem' package are not intended to be installed
with openage, or used from outside the build process; otherwise, they
would be in the 'openage' package.
"""... | {
"pile_set_name": "Github"
} |
import sys
from collections import defaultdict
def get_cmd_arg(name):
"""Extracts argument value by name. (@author: Chris Schaefer)
Assumes the exec (default) spring-cloud-deployer-k8s argument passing mode.
Args:
name: argument name.
Returns:
value of the requested argument.
"""... | {
"pile_set_name": "Github"
} |
---
prometheus_all_gauge_columns: true
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 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 ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2020 Software Architecture Group, Hasso Plattner Institute
*
* Licensed under the MIT License.
*/
package de.hpi.swa.trufflesqueak.aot;
import java.util.Collections;
import java.util.List;
import org.graalvm.nativeimage.Platform;
import org.graalvm.nativeimage.c.CContext;
public final cla... | {
"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"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:b452e0ff1fd09e13f4762d3423e27c3325efae493a8b20edaacb6e8cbc293b97
size 15657
| {
"pile_set_name": "Github"
} |
################################################################################
#
# opentyrian
#
################################################################################
OPENTYRIAN_VERSION = 9c9f0ec3532b
OPENTYRIAN_SITE = https://bitbucket.org/opentyrian/opentyrian
OPENTYRIAN_SITE_METHOD = hg
OPENTYRIAN_LICEN... | {
"pile_set_name": "Github"
} |
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = LexNLP
SOURCEDIR = source
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOUR... | {
"pile_set_name": "Github"
} |
var expect = require("chai").expect;
module.exports = function(helpers) {
var counter = 0;
var component = helpers.mount(require.resolve("./index"), {
counter: counter
});
expect(component.el.querySelector(".unpreserved-counter").innerHTML).to.equal(
"0"
);
expect(component.getEl("preserve").getA... | {
"pile_set_name": "Github"
} |
{
"asset": {
"version": "2.0",
"generator": "babylon.js glTF exporter for maya 2018 v1.0.0",
"copyright": "2017 (c) BabylonJS"
},
"scene": 0,
"scenes": [
{
"nodes": [
0,
1,
2,
3
]
}
],
"nodes": [
{
"mesh": 0,
"translation": [
0,
0,
0
],
"rotation": [
0... | {
"pile_set_name": "Github"
} |
module['exports'] = function view (opts, callback) {
var $ = this.$, req = opts.req;
$ = req.white($);
callback(null, $.html());
}; | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008-2013 Various Authors
* Copyright 2004-2005 Timo Hirvonen
*
* sun.c by alex <pukpuk@gmx.de>
*
* 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"
} |
syntax = "proto2";
package object_detection.protos;
// Configuration proto for ArgMaxMatcher. See
// matchers/argmax_matcher.py for details.
message ArgMaxMatcher {
// Threshold for positive matches.
optional float matched_threshold = 1 [default = 0.5];
// Threshold for negative matches.
optional float unmat... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Administrator
* @subpackage com_templates
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
JLoader::register('InstallerModelInstall... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_addoption.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ic_addoption@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : ... | {
"pile_set_name": "Github"
} |
{
"status": "廢止",
"name": "交通銀行條例",
"revision": [
{
"date": "1928.11.16",
"content": {
"1": {
"num": 1,
"zh": "第一條",
"article": "交通銀行經國民政府之特許,為發展全國實業之銀行,依照股份有限公司條例組織之。"
},
"2": {
"num": 2,
"zh": "第二條",
"article": "... | {
"pile_set_name": "Github"
} |
---
title: 调试Pods和Replication Controllers
---
{{< toc >}}
## 调试Pods
调试一个pod的第一步是观察它。使用下面的命令检查这个pod的当前状态和最近事件:
$ kubectl describe pods ${POD_NAME}
看看pod中的容器的状态。他们都是`Running`吗?有最近重启了吗?
根据pod的状态继续调试。
### 我的Pod保持Pending
如果一个pod被卡在`Pending`中,就意味着它不能调度在某个节点上。一般来说,这是因为某种类型的资源不足
阻止调度。 看看上面的命令`kubectl describe ...`的... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Baidu.com 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"
} |
****
FAQs
****
This section provides answers to frequently asked questions about gprMax and its uses.
**What applications can gprMax simulate?**
gprMax is electromagnetic wave simulation software that is based on the Finite-Difference Time-Domain (FDTD) method. Many of its features have been designed to benefit simul... | {
"pile_set_name": "Github"
} |
/* Sun-$Revision: 30.7 $ */
/* Copyright 1992-2012 AUTHORS.
See the LICENSE file for license information. */
// on Sparcs, this is exact almost to the microsecond
private:
timeval start_time;
timeval t;
| {
"pile_set_name": "Github"
} |
// GetThreadTimes.hpp --------------------------------------------------------------//
// Copyright 2010 Vicente J. Botet Escriba
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
#ifndef BOOST_DETAIL_WINAPI_GETTHREADTIMES_HPP
#define BOOST_DETAIL_WINAPI_... | {
"pile_set_name": "Github"
} |
package ecs
//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
//distribut... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright (c) 2016, The Android Open Source Project
*
* 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/lic... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011-2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
# Copyright 2017 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.
import("//build/config/ui.gni")
import("//extensions/buildflags/buildflags.gni")
assert(enable_extensions)
source_set("views") {
sources = [
"app_win... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2016 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
package server
import (
"fmt"
"net/http"
"github.com/fnproject/fn/api/models"
"github.com/gin-gonic/gin"
)
func (s *Server) handleFnList(c *gin.Context) {
ctx := c.Request.Context()
var filter models.FnFilter
filter.Cursor, filter.PerPage = pageParams(c)
filter.AppID = c.Query("app_id")
filter.Name = c.Que... | {
"pile_set_name": "Github"
} |
Add-CakeResque-Config.patch
| {
"pile_set_name": "Github"
} |
-- Created on: 1994-01-17
-- Created by: Modelistation
-- Copyright (c) 1994-1999 Matra Datavision
-- Copyright (c) 1999-2014 OPEN CASCADE SAS
--
-- This file is part of Open CASCADE Technology software library.
--
-- This library is free software; you can redistribute it and/or modify it under
-- the terms of the GNU ... | {
"pile_set_name": "Github"
} |
/* global describe, it, assert L */
import { getTileUrls } from '../src/TileManager';
describe('TileManager', () => {
it('calculates openstreetmap tiles at level 16', () => {
const layer = L.tileLayer.offline('http://a.tile.openstreetmap.org/{z}/{x}/{y}.png');
const bounds = new L.Bounds(
new L.Point(... | {
"pile_set_name": "Github"
} |
//
// System.Windows.Rect structure
//
// Contact:
// Moonlight List (moonlight-list@lists.ximian.com)
//
// Copyright (C) 2007 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Softwar... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Plat... | {
"pile_set_name": "Github"
} |
# Locally calculated
sha256 288b14ccbaefb5e3234065c2778c247797ccb3c7afbb6746bb37dc12c620d360 ibrdtn-1.0.1.tar.gz
| {
"pile_set_name": "Github"
} |
/**************************************************************************\
* Copyright (c) Kongsberg Oil & Gas Technologies AS
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* Red... | {
"pile_set_name": "Github"
} |
<p>
<%:The firmware is currently being upgraded.%>
<strong><%:Don't switch off the device in any circumstance!%></strong>
<%:The upgrade will take a few minutes. When it is finished, your node will reboot automatically.%>
</p>
| {
"pile_set_name": "Github"
} |
# dependencies
import clr
clr.AddReference('System.Windows.Forms')
clr.AddReference('IronPython.Wpf')
# find the path of ui.xaml
from pyrevit import UI
from pyrevit import script
xamlfile = script.get_bundle_file('ui.xaml')
# import WPF creator and base Window
import wpf
from System import Windows
class MyWindow(Win... | {
"pile_set_name": "Github"
} |
.footer{
background-color: $white-color;
line-height: $line-height;
nav > ul{
list-style: none;
margin: 0;
padding: 0;
font-weight: normal;
a:not(.btn){
color: $dark-gray;
display: block;
margin-bottom: 3px;
... | {
"pile_set_name": "Github"
} |
# Get the exercise name from the current directory
get_filename_component(exercise ${CMAKE_CURRENT_SOURCE_DIR} NAME)
# Basic CMake project
cmake_minimum_required(VERSION 3.5.1)
# Name the project after the exercise
project(${exercise} CXX)
# Get a source filename from the exercise name by replacing -'s with _'s
stri... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016-2017 Yusuke Suzuki <utatane.tea@gmail.com>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of ... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftgrays.c */
/* */
/* A ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: BSD-3-Clause
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3a, by John R. Hauser.
Copyright 2011, 2012, 2013, 2014 The Regents of the University of California.
All ... | {
"pile_set_name": "Github"
} |
---
layout: docs
title: JavaScript
description: Bring Bootstrap to life with our optional JavaScript plugins built on jQuery. Learn about each plugin, our data and programmatic API options, and more.
group: getting-started
toc: true
---
## Individual or compiled
Plugins can be included individually (using Bootstrap's... | {
"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"
} |
"""Identity related views."""
from reversion import revisions as reversion
from django.contrib.auth import mixins as auth_mixins
from django.contrib.auth.decorators import (
login_required, permission_required, user_passes_test
)
from django.shortcuts import render
from django.template.loader import render_to_str... | {
"pile_set_name": "Github"
} |
///<reference types="svelte" />
<></>;function render() {
let b = 7;
let d = 5;
let e = 5;
;
() => (<>
<div>
<slot a={b}>Hello</slot>
<slot name="test" c={d} e={e}></slot>
<slot name="abc-cde.113"></slot>
</div></>);
return { props: {}, slots: {'default': {a:b}, 'test': {c:d, e:e}, 'abc-cde.113... | {
"pile_set_name": "Github"
} |
1. On click -- replace `innerHTML` of the cell by `<textarea>` with same sizes and no border. Can use JavaScript or CSS to set the right size.
2. Set `textarea.value` to `td.innerHTML`.
3. Focus on the textarea.
4. Show buttons OK/CANCEL under the cell, handle clicks on them.
| {
"pile_set_name": "Github"
} |
# Chapter 3 labs
## Lab 3-1
1. According to PEid it is packed/encrypted using "PEncrypt 3.1 Final -> junkcode". There are a bunch of readable strings: A few registry keys and application names. PEview only shows two sections: Text and Data, and only one import: ExitProcess from _kernel32.dll_.
2. I couldn't get AbateD... | {
"pile_set_name": "Github"
} |
<h2><span class="editsection">[<a href="/index.php?title=CoreModule&action=edit&section=14" title="Edit section: user">edit</a>]</span> <span class="mw-headline" id="user"> user </span></h2><table class="directive-ref-table">
<tbody>
<tr>
<td class="drt-td1"><b>Syntax:</b></td>
<td class="drt-td2"> <b... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -Wall -Werror -static -I/tmp/include
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build ppc64le,linux
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -Wall -Werror -static -I/tmp/include _const.go
package unix
import "syscall"
const (
B1000000 ... | {
"pile_set_name": "Github"
} |
from packaging.tags import Tag
from poetry.core.packages.utils.link import Link
from poetry.installation.chef import Chef
from poetry.utils._compat import Path
from poetry.utils.env import MockEnv
def test_get_cached_archive_for_link(config, mocker):
chef = Chef(
config,
MockEnv(
vers... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.example.apple-samplecode... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 linux
// +build ppc64le ppc64
// +build !gccgo
package unix
import "syscall"
func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Er... | {
"pile_set_name": "Github"
} |
//
// RHDownstreamBuffer.m
// Example
//
// Created by zhuruhong on 2019/9/8.
// Copyright © 2019年 zhuruhong. All rights reserved.
//
#import "RHDownstreamBuffer.h"
@implementation RHDownstreamBuffer
- (instancetype)init
{
self = [super init];
if (self) {
_dataBuffer = [[NSMutableData alloc] init... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 0762b2157086f9f43a3345a2afec412f
timeCreated: 1433120444
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
{
"name": "unimodules-barcode-scanner-interface",
"version": "5.3.0",
"description": "An interface for bar code scanners",
"main": "index.js",
"keywords": [
"barcode-scanner",
"barcode",
"unimodules"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"dire... | {
"pile_set_name": "Github"
} |
/*************************************************************************************************
* Common symbols for command line utilities
* Copyright (C) 2009-2012 FAL Labs
* This file is part of Kyoto Tycoon.
* This program is free software: you ca... | {
"pile_set_name": "Github"
} |
source: relations.py
# Serializer relations
> Bad programmers worry about the code.
> Good programmers worry about data structures and their relationships.
>
> — [Linus Torvalds][cite]
Relational fields are used to represent model relationships. They can be applied to `ForeignKey`, `ManyToManyField` and `One... | {
"pile_set_name": "Github"
} |
(function(angular) {
'use strict';
angular.module('scopeExample', [])
.controller('GreetController', ['$scope', '$rootScope', function($scope, $rootScope) {
$scope.name = 'World';
$rootScope.department = 'Angular';
}])
.controller('ListController', ['$scope', function($scope) {
$scope.names = ['Igor... | {
"pile_set_name": "Github"
} |
/*
Copyright James E. King III, 2017
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)
*/
#ifndef MSGPACK_PREDEF_PLAT_WINDOWS_SYSTEM_H
#define MSGPACK_PREDEF_PLAT_WINDOWS_SYSTEM_H
#include <msgpack/predef/make.h>
#include... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="tradfri"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 http://eclipse.org/s... | {
"pile_set_name": "Github"
} |
var fs = require('fs')
var zlib = require('zlib')
var strs = require('stringstream')
var utf8Stream = fs.createReadStream('massiveLogFile.gz')
.pipe(zlib.createGunzip())
.pipe(strs('utf8'))
utf8Stream.pipe(process.stdout)
// Stream from utf8 to hex to base64... Why not, ay.
var hex64Stream = fs.createReadStrea... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<hosts>
<host name="localhost">
<alias>host1</alias>
<alias>host2</alias>
<alias>host3</alias>
</host>
</hosts>
| {
"pile_set_name": "Github"
} |
<div class="footer-attr">
Champion.gg isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Effektif 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 agreed to i... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/**************************************************************************/
/* */
/* WWIV Version 5.x */
/* Copyright (C)2014-2020, WWIV Software Services */
/* ... | {
"pile_set_name": "Github"
} |
// Library
// --------
// Model. Stores settings for a given asset library type, e.g. a local file
// directory or an Amazon S3 bucket.
model = Backbone.Model.extend();
model.prototype.schema = {
'type': 'object',
'properties': {
'id': {
'type': 'string',
'required': true
... | {
"pile_set_name": "Github"
} |
// Matching
enum E0 {
E0_Val0 = 'a',
E0_Val1 = (17),
E0_Val2 = (1 << 2),
E0_Val3 = E0_Val2,
E0_Val4 = sizeof(int*),
E0_Val5 = (unsigned int)-1
};
| {
"pile_set_name": "Github"
} |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { ReactiveFormsModule } from '@angular/forms';
import { StockInventoryComponent } from './containers/stock-inventory/stock-inventory.component';
@NgModule({
declarations: [
StockInventoryComponent
],
imports: [
... | {
"pile_set_name": "Github"
} |
subroutine testprogram
call sumseries(4)
call sumseries(20)
return
end
subroutine sumseries(ni)
real, dimension (:), allocatable :: xs
real sum
allocate(xs(1:ni),stat=ierr)
xs(ni) = 200
return
end
| {
"pile_set_name": "Github"
} |
/* spew out a thoroughly gigantic file designed so that bzip2
can compress it reasonably rapidly. This is to help test
support for large files (> 2GB) in a reasonable amount of time.
I suggest you use the undocumented --exponential option to
bzip2 when compressing the resulting file; this saves a bit of
... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2016 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, pub... | {
"pile_set_name": "Github"
} |
# -*- mode: Perl -*-
# /=====================================================================\ #
# | amsbook | #
# | Implementation for LaTeXML | #
# |====================================================================... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2017 Julian Löhr
All rights reserved.
Filename:
Status.cpp
Abstract:
Implementation of the Status Class
*/
#include "stdafx.h"
#include "Status.h"
#include "Log.h"
#include "../HID Wiimote/DeviceInterfacePublic.h"
namespace HIDWiimote
{
namespace UserModeLib
{
Status::Status()
{
SetLE... | {
"pile_set_name": "Github"
} |
PHP 以前的版本有扩展 apc,apc缓存分为系统缓存和用户缓存。
php5.5以后,opcache将代替apc做为php加速的位置,也就是代替其系统缓存的位置。
用户缓存功能独立出来,开启新的组件,这个组件名称叫做apcu。
所以这两个扩展不冲突。 | {
"pile_set_name": "Github"
} |
Occidental College
| {
"pile_set_name": "Github"
} |
//===-- XCoreTargetMachine.cpp - Define TargetMachine for XCore -----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
POP3
SASL
SASL AUTH NTLM
SASL AUTH PLAIN
SASL DOWNGRADE
RFC1734
RFC5034
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
AUTH NTLM PLAIN
REPLY "AUTH NTLM" +
REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= + Rubbish
REPLY * -ERR AUTH exchange cancelled by client
REPLY "AUTH PLAIN"... | {
"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;
import com.microsoft.azure.... | {
"pile_set_name": "Github"
} |
#include <tommath.h>
#ifdef BN_MP_MUL_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
* The library was designed directly after the MPI library by
* Michael Fromberger... | {
"pile_set_name": "Github"
} |
#ifndef ASTERA_DEBUG_HEADER
#define ASTERA_DEBUG_HEADER
#define ASTERA_DEBUG_INCLUDED
/* Macro Options
* ASTERA_DEBUG_OUTPUT - Enable the debug output macro (configured with
* cmake build type) */
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
typedef struct {
uint8_t sile... | {
"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 Y... | {
"pile_set_name": "Github"
} |
/***********************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No
* other uses are authorized. This software is owned by Renesas El... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.