text stringlengths 2 99.9k | meta dict |
|---|---|
//
// MRListView.m
// Coding_iOS
//
// Created by Ease on 15/10/23.
// Copyright © 2015年 Coding. All rights reserved.
//
#import "MRListView.h"
#import "ODRefreshControl.h"
#import "SVPullToRefresh.h"
#import "Coding_NetAPIManager.h"
#import "MRPRListCell.h"
@interface MRListView ()<UITableViewDataSource, UITable... | {
"pile_set_name": "Github"
} |
# This is RxJS v 4. [Find the latest version here](https://github.com/reactivex/rxjs)
# Observer object #
The Observer object provides support for push-style iteration over an observable sequence.
The Observer and Objects interfaces provide a generalized mechanism for push-based notification, also known as the observ... | {
"pile_set_name": "Github"
} |
@String { ICCV = {Intl. Conf. on Computer Vision (ICCV)} }
@String { IROS = {IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS)} }
@String { CVPR = {IEEE Conf. on Computer Vision and Pattern Recognition (CVPR)} }
@String { IJRR = {Intl. J. of Robotics Research} }
@String { RAS = {Ro... | {
"pile_set_name": "Github"
} |
// Copyright 2016 CoreOS, 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"
} |
<!-- YAML
added: v0.3.2
-->
* `callback` {Function} A listener callback that will be registered to listen
for the server instance's `'close'` event.
* Returns: {tls.Server}
The `server.close()` method stops the server from accepting new connections.
This function operates asynchronously. The `'close'` event will be ... | {
"pile_set_name": "Github"
} |
package pflag
import (
"fmt"
"net"
"os"
"testing"
)
func setUpIP(ip *net.IP) *FlagSet {
f := NewFlagSet("test", ContinueOnError)
f.IPVar(ip, "address", net.ParseIP("0.0.0.0"), "IP Address")
return f
}
func TestIP(t *testing.T) {
testCases := []struct {
input string
success bool
expected string
}{
... | {
"pile_set_name": "Github"
} |
// Author:
// Created: 2012-09-23
// Last Modified: 2012-09-23
//
// The use and distribution terms for this software are covered by the
// Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
// which can be found in the file CPL.TXT at the root of this distribution.
// By ... | {
"pile_set_name": "Github"
} |
using Windows.UI.Xaml.Controls;
namespace AppStudio.Uwp.Samples
{
public sealed partial class CarouselHelp : UserControl
{
public CarouselHelp()
{
this.InitializeComponent();
}
}
}
| {
"pile_set_name": "Github"
} |
pragma solidity ^0.4.21;
import './OwnedUpgradeabilityProxy.sol';
/**
* @title UpgradeabilityProxyFactory
* @dev This contracts provides required functionality to create upgradeability proxies
*/
contract UpgradeabilityProxyFactory {
/**
* @dev Constructor function
*/
function UpgradeabilityProxyFactory() ... | {
"pile_set_name": "Github"
} |
/*
*COPYRIGHT
*All modification made by Intel Corporation: © 2018 Intel Corporation.
*Copyright (c) 2015 Preferred Infrastructure, Inc.
*Copyright (c) 2015 Preferred Networks, Inc.
*
*Permission is hereby granted, free of charge, to any person obtaining a copy
*of this software and associated documentation files... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e32d436e2981ea148abafc38e814d367
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which ... | {
"pile_set_name": "Github"
} |
Current cluster status:
Online: [ node1 node2 ]
rsc_stonith (stonith:null): Started node1
rsc1 (ocf::pacemaker:Dummy): Stopped
Transition Summary:
Executing cluster transition:
* Resource action: rsc1 monitor on node2
* Resource action: rsc1 monitor on node1
Revised cluster status:
Onli... | {
"pile_set_name": "Github"
} |
file(GLOB files RELATIVE ${INPUT_PATH} "${INPUT_PATH}/*")
file(GLOB excluded_files RELATIVE ${INPUT_PATH} "${INPUT_PATH}/.*")
foreach(excluded_file ${excluded_files})
list(REMOVE_ITEM files ${excluded_file})
endforeach()
execute_process(
COMMAND ${CMAKE_COMMAND} -E remove ${OUTPUT_FILE}
COMMAND ${CMAKE_COMMAND}... | {
"pile_set_name": "Github"
} |
var proto = Promise.prototype;
var hasOwn = Object.prototype.hasOwnProperty;
proto.done = function (onFulfilled, onRejected) {
var self = this;
if (arguments.length > 0) {
self = this.then.apply(this, arguments);
}
self.then(null, function (err) {
Meteor._setImmediate(function () {
throw err;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 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/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
# Hashes from: http://download.qt-project.org/official_releases/qt/5.3/5.3.2/submodules/qtbase-opensource-src-5.3.2.tar.xz.mirrorlist
sha256 9a16095ac46dae99d6ddab8bc07065fbe1c36501ed194a3191d07347d7826cb8 qtbase-opensource-src-5.3.2.tar.xz
sha1 faf4f33aa7e8dabcdcdf5f10824263beebbccd96 qtbase-... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, 2019, 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"
} |
{
"General": {
"Precision": "float"
}
}
| {
"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 n... | {
"pile_set_name": "Github"
} |
#include "Action_Sendfile.h"
long hex2int(const std::string& hexStr)
{
char *offset;
if (hexStr.length() > 2) {
if (hexStr[0] == '0' && hexStr[1] == 'x') {
return strtol(hexStr.c_str(), &offset, 0);
}
}
return strtol(hexStr.c_str(), &offset, 16);
}
void Action_Sendfile::ExcuteAction(ie_data * ... | {
"pile_set_name": "Github"
} |
.. cmake-module:: ../../Modules/CheckFortranCompilerFlag.cmake
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:build_daemon/data/build_... | {
"pile_set_name": "Github"
} |
"use strict"
const axios = require("axios")
exports.getMeDogs = endpoint => {
const url = endpoint.url
const port = endpoint.port
return axios.request({
method: "GET",
baseURL: `${url}:${port}`,
url: "/dogs",
headers: {
Accept: "application/json",
},
})
}
exports.getMeDog = endpoin... | {
"pile_set_name": "Github"
} |
/*
* copyright (c) 2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
* FFmpeg 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 License, or (at your option) any l... | {
"pile_set_name": "Github"
} |
#include <mach/mcs814x.h>
.macro disable_fiq
.endm
.macro arch_ret_to_user, tmp1, tmp2
.endm
.macro get_irqnr_preamble, base, tmp
ldr \base, =mcs814x_intc_base @ base virtual address of AIC peripheral
ldr \base, [\base]
.endm
.macro get_irqnr_and_base, irqnr, irqstat,... | {
"pile_set_name": "Github"
} |
#version 330
#line 1
#ifdef GL_ARB_explicit_attrib_location
#extension GL_ARB_explicit_attrib_location : require
layout(location=0) in vec3 P;
layout(location=1) in vec3 Cd;
layout(location=2) in float Alpha;
layout(location=3) in vec3 N;
layout(location=4) in vec2 uv;
layout(location=6) in uint pointSelection;
#els... | {
"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"
} |
/*
* linux/fs/ext2/inode.c
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pierre et Marie Curie (Paris VI)
*
* from
*
* linux/fs/minix/inode.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Goal-directed block allocat... | {
"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"
} |
/**
* OpenAL cross platform audio library
* Copyright (C) 2011 by authors.
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option)... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
"""
numpyfilter.py [-h] inputfile
Interpret C comments as ReStructuredText, and replace them by the HTML output.
Also, add Doxygen /** and /**< syntax automatically where appropriate.
"""
import sys
import re
import os
import textwrap
from numpy.compat import pickle
CACHE_FILE = 'build/rst-ca... | {
"pile_set_name": "Github"
} |
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= BS-Event
PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ELMEX
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class that provides an event callback interface
LICENSE= ART10 GPLv1+
LICE... | {
"pile_set_name": "Github"
} |
/* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You 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"
} |
{
"extends": "@microsoft/sp-tslint-rules/base-tslint.json",
"rules": {
"class-name": false,
"export-name": false,
"forin": false,
"label-position": false,
"member-access": true,
"no-arg": false,
"no-console": false,
"no-construct": false,
"no-duplicate-variable": true,
"no-ev... | {
"pile_set_name": "Github"
} |
// MESSAGE VOLT_SENSOR PACKING
#define MAVLINK_MSG_ID_VOLT_SENSOR 191
MAVPACKED(
typedef struct __mavlink_volt_sensor_t {
uint16_t voltage; /*< Voltage in uS of PWM. 0 uS = 0V, 20 uS = 21.5V */
uint16_t reading2; /*< Depends on the value of r2Type (0) Current consumption in uS of PWM, 20 uS = 90Amp (1) Distance in ... | {
"pile_set_name": "Github"
} |
const express = require("express");
const app = express();
const { resolve } = require("path");
// Replace if using a different env file or config
const env = require("dotenv").config({ path: "./.env" });
const stripe = require("stripe")(process.env.STRIPE_SECRET_KEY);
app.use(express.static(process.env.STATIC_DIR));
... | {
"pile_set_name": "Github"
} |
//
// WalletBackupDelegate.swift
// Blockchain
//
// Created by kevinwu on 5/18/18.
// Copyright © 2018 Blockchain Luxembourg S.A. All rights reserved.
//
import Foundation
@objc protocol WalletBackupDelegate: class {
/// Method invoked when backup sequence is completed
func didBackupWallet()
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="mmGhostR3"
ProjectGUID="{42C8E7CE-82C8-46FF-90A5-5648710C8ADB}"
RootNamespace="mmGhostR3"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
... | {
"pile_set_name": "Github"
} |
// Before
class ExampleComponent extends React.Component {
// highlight-range{1-10}
componentWillMount() {
this.setState({
subscribedValue: this.props.dataSource.value,
});
// This is not safe; it can leak!
this.props.dataSource.subscribe(
this.handleSubscriptionChange
);
}
com... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href=""?>
<plugin>
<name>testPluginPackage</name>
<creationDate>2008-02-19</creationDate>
<author>Monique Szpak</author>
<authorEmail>monique.szpak@openx.org</authorEmail>
<authorUrl>http://www.openx.org</authorUrl>
<... | {
"pile_set_name": "Github"
} |
// © 2018 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#ifndef __SOURCE_NUMRANGE_TYPES_H__
#define __SOURCE_NUMRANGE_TYPES_H__
#include "unicode/numberformatter.h"
#include "unicode/numberrangeformatter.h"... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016, 2019, 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"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// 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"
} |
{
"@type" : "g:P",
"@value" : {
"predicate" : "without",
"value" : [ {
"@type" : "g:Int32",
"@value" : 1
}, {
"@type" : "g:Int32",
"@value" : 2
} ]
}
} | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
## ====================================================================
##
## Copyright (c) 1996-2000 Carnegie Mellon University. All rights
## reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted provided that the following conditions
## are... | {
"pile_set_name": "Github"
} |
.class public Lcom/tencent/mm/plugin/sns/ui/ClassifyHeader;
.super Landroid/widget/LinearLayout;
.source "SourceFile"
# instance fields
.field private cuI:Landroid/widget/TextView;
.field private fiz:Landroid/widget/ImageView;
.field private mContext:Landroid/content/Context;
# direct methods
.method public const... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 Arista Networks, Inc. All rights reserved.
// Arista Networks, Inc. Confidential and Proprietary.
#include <cassert>
#include "eos/subintf.h"
#include "impl.h"
namespace eos {
class subintf_mgr_impl : public subintf_mgr {
public:
subintf_mgr_impl() {
}
subintf_iter_t subintf_iter()... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace Shopware\Core\Content\Test\Product;
use Doctrine\DBAL\Connection;
use PHPUnit\Framework\TestCase;
use Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition;
use Shopware\Core\Defaults;
use Shopware\Core\Framework\Context;
use Shopware\Core\Frame... | {
"pile_set_name": "Github"
} |
/*
tda18271-common.c - driver for the Philips / NXP TDA18271 silicon tuner
Copyright (C) 2007, 2008 Michael Krufky <mkrufky@linuxtv.org>
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 Found... | {
"pile_set_name": "Github"
} |
# Original taken and modified from:
# https://github.com/ihowson/Teensy-Raw-HID-in-Python/blob/master/teensy_loader_cli/49-teensy.rules
#
# This file must be placed at:
#
# /etc/udev/rules.d/ArduinoRawHID.rules (preferred location)
# or
# /lib/udev/rules.d/ArduinoRawHID.rules (req'd on some broken systems)
#
# ... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package icmp
import "syscall"
func init() {
freebsdVersion, _ = syscall.SysctlUint32("kern.osreldate")
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the LICENSE file.
*/
package codegen.enum.companionObject
import kotlin.test.*
enum class Game {
ROCK,
PAPER,
SCISSORS;
companion object {
fun foo() = ROCK
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 Ecma International. All rights reserved.
// Ecma International makes this code available under the terms and conditions set
// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
// "Use Terms"). Any redistribution of this code must retain the above
// copyright and this n... | {
"pile_set_name": "Github"
} |
0.023220 0.023220 3
0.394739 0.394739 4
1.010068 1.010068 1
1.683447 1.683447 2
2.240726 2.240726 3
2.763175 2.763175 4
3.378503 3.378503 1
3.993832 3.993832 2
4.632381 4.632381 3
5.259320 5.259320 4
5.932698 5.932698 1
6.606077 6.606077 2
7.267846 7.267846 3
7.918005 7.918005 4
8.579773 8.579773 1
9.241542 9.241542 2
... | {
"pile_set_name": "Github"
} |
cmd_Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o := c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.4"' -I/Users/leonard.gonsalves/.node-g... | {
"pile_set_name": "Github"
} |
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Softwar... | {
"pile_set_name": "Github"
} |
2107 1565597572115 httpcache-v1
Method: POST
URL: https://www.notion.so/api/v3/getRecordValues
Body:+110
{
"requests": [
{
"id": "ad5565a3-c036-48c6-ab91-13a461a71835",
"table": "block"
}
]
}
Response:+1907
{
"results": [
{
"role": "comment_only",
"value": {
"alive": tr... | {
"pile_set_name": "Github"
} |
use super::{L2rUser, Options, Result};
use super::{PeerConstructor, ProgramState};
use std;
use std::cell::RefCell;
use std::rc::Rc;
pub enum ClassMessageBoundaryStatus {
StreamOriented,
MessageOriented,
MessageBoundaryStatusDependsOnInnerType,
}
pub enum ClassMulticonnectStatus {
MultiConnect,
Si... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2013-2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ... | {
"pile_set_name": "Github"
} |
项目地址:https://github.com/skratchdot/open-golang<br>
项目作用:代码直接打开浏览器、文件等。<br>
使用方式:
```go
open.Run("https://github.com/xmge/gonote")
etc...
``` | {
"pile_set_name": "Github"
} |
from envi.archs.z80.regs import *
from envi.archs.z80.const import *
# (patrn,mask), mnem, o1type, o1info, o2type, o2info, oplen, immoff, iflags
z80table = [
(('00', 'ff'), 'nop', None, None, None, None, 1, 0, 0),
(('010000', 'ff0000'), 'ld', OPTYPE_Reg, REG_BC, OPTYPE_imm16, None, 3, 1, 0),
(('02', 'ff'), 'ld', OPTYPE... | {
"pile_set_name": "Github"
} |
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import { CommandOperation, CommandOperationOptions } from './command';
import { EvalOperation } from './eval';
import { Code, Document } from '../bson';
import type { Callback } from '../utils';
import type { Server } from '../sdam/server';
import t... | {
"pile_set_name": "Github"
} |
package edu.tum.cup2.generator.states;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedList;
import edu.tum.cup2.generator.GrammarInfo;
import edu.tum.cup2.generator.items.LR0Item;
import edu.tum.cup2.grammar.NonTerminal;
import edu.tum.cup2.grammar.Production;
i... | {
"pile_set_name": "Github"
} |
namespace TrafficManager.UI.Textures {
using UnityEngine;
using static TextureResources;
/// <summary>
/// Textures for UI controlling the traffic lights
/// </summary>
public static class TrafficLightTextures {
public static readonly Texture2D RedLight;
public static readonly T... | {
"pile_set_name": "Github"
} |
[shark-graph](../../../index.md) / [shark](../../index.md) / [HeapObject](../index.md) / [HeapClass](index.md) / [superclass](./superclass.md)
# superclass
`val superclass: `[`HeapObject.HeapClass`](index.md)`?`
The [HeapClass](index.md) representing the superclass of this [HeapClass](index.md). If this [HeapClass](... | {
"pile_set_name": "Github"
} |
The FreeType Project LICENSE
----------------------------
2006-Jan-27
Copyright 1996-2002, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg
Introduction
============
The FreeType Project is di... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e424621259b45714a94ec1c278a1c50f
folderAsset: yes
timeCreated: 1504205928
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
/*
* 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 distributed under t... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
import optparse
import mechanize
import urllib
import re
import urlparse
from _winreg import *
def val2addr(val):
addr = ''
for ch in val:
addr += '%02x ' % ord(ch)
addr = addr.strip(' ').replace(' ', ':')[0:17]
return addr
def wiglePrint(... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# This file is part of wger Workout Manager.
#
# wger Workout Manager is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any ... | {
"pile_set_name": "Github"
} |
require 'rspec'
$LOAD_PATH.unshift(File.join(__dir__, '..', 'lib'))
$LOAD_PATH.unshift(File.join(__dir__, '..'))
Dir['spec/support/**/*.rb'].each { |f| require f }
require 'fakeredis'
require "fakeredis/rspec"
RSpec.configure do |config|
# Enable memory adapter
config.before(:each) { FakeRedis.enable }
config... | {
"pile_set_name": "Github"
} |
module mylib [extern_c] {
header "mylib.h"
link "mylib"
export *
}
| {
"pile_set_name": "Github"
} |
all:
vcs +v2k async_fifo_in_144b_out_72b.v async_fifo_in_72b_out_144b.v fallthrough_small_fifo.v fifo_ddr2_blk_rdwr_64b_2_72b.v fifo_ddr2_blk_rdwr_72b_2_64b.v small_async_fifo.v ddr2_blk_rdwr.v dram_ctrl.v tail_cache.v tail_cache_arb.v head_cache.v head_cache_arb.v dram_output_queues.v
clean:
rm -rf csrc simv *~
| {
"pile_set_name": "Github"
} |
// Generated using SwiftGen, by O.Halligon — https://github.com/AliSoftware/SwiftGen
{% if images %}
#if os(iOS) || os(tvOS) || os(watchOS)
import UIKit.UIImage
typealias Image = UIImage
#elseif os(OSX)
import AppKit.NSImage
typealias Image = NSImage
#endif
// swiftlint:disable file_length
// swiftlint:disabl... | {
"pile_set_name": "Github"
} |
package gocsv
import (
"reflect"
"strings"
"sync"
)
// --------------------------------------------------------------------------
// Reflection helpers
type structInfo struct {
Fields []fieldInfo
}
// fieldInfo is a struct field that should be mapped to a CSV column, or vice-versa
// Each IndexChain element bef... | {
"pile_set_name": "Github"
} |
---
title: API Reference
language_tabs:
- http
toc_footers:
- <a href='http://github.com/tripit/slate'>Documentation Powered by Slate</a>
includes:
- overview
- sessions
- users
- microposts
- followers
- followings
- feed
search: true
---
# Introduction
Welcome to rails tutorial API.
The implem... | {
"pile_set_name": "Github"
} |
client
dev tun
proto udp
remote 139.28.218.43 1194
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
remote-cert-tls server
auth-user-pass ../Own_VPN_Config/nordvpnauth.txt
verb 3
pull
fast-io
cipher AES-256-C... | {
"pile_set_name": "Github"
} |
define( [
"../var/support"
], function( support ) {
"use strict";
support.focusin = "onfocusin" in window;
return support;
} );
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2005 Red Hat, Inc. and/or its affiliates.
*
* 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 ap... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-2019 K Team. All Rights Reserved.
DEF: null -> null
module TEST
rule A:Exp => A:Exp requires _andBool_(#token("#Bool", "true")(),, isExp(A:Exp))
syntax Exp ::=
endmodule
| {
"pile_set_name": "Github"
} |
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import com.gs.collections.api.list.MutableList;
import com.gs.collections.impl.list.mutable.FastList;
import com.gs.collections.impl.map.mutable.UnifiedMap;
import com.gs.collections.impl.set.mutable... | {
"pile_set_name": "Github"
} |
/*
* Namespace: DTS (DataTables Scroller)
*/
div.DTS tbody th,
div.DTS tbody td {
white-space: nowrap;
}
div.DTS tbody tr.even {
background-color: white;
}
div.DTS div.DTS_Loading {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 20px;
margin-top: -20px;
margin-left: -100px;
z-index: 1;
... | {
"pile_set_name": "Github"
} |
#pragma once
#include "mersenne64.h"
#include "mersenne32.h"
#include <util/system/defaults.h>
#include <util/stream/input.h>
#include <util/memory/tempbuf.h>
namespace NPrivate {
template <class T>
struct TMersenneTraits;
template <>
struct TMersenneTraits<ui64> {
typedef TMersenne64 TReali... | {
"pile_set_name": "Github"
} |
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "GitHub, thus RedCarpet, has a bug where “nested” fenced code blocks,\neven with shorter fences, can exit their actual “parent” block.",
"position": {
"st... | {
"pile_set_name": "Github"
} |
import { Theme } from '../../index';
import './color.css';
import './root.css';
export const theme: Theme = {
color: 'yandex-default',
root: 'default',
};
| {
"pile_set_name": "Github"
} |
------------------------------------------------------------------------------
-- --
-- GNAT2WHY COMPONENTS --
-- --
-- ... | {
"pile_set_name": "Github"
} |
--TEST--
GH-455: expectOutputString not working in strict mode
--FILE--
<?php
$_SERVER['argv'][1] = '--no-configuration';
$_SERVER['argv'][2] = '--disallow-test-output';
$_SERVER['argv'][3] = 'Issue445Test';
$_SERVER['argv'][4] = __DIR__ . '/445/Issue445Test.php';
require __DIR__ . '/../../bootstrap.php';
PHPUnit_Tex... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_40) on Fri Nov 09 11:56:14 PST 2018 -->
<title>Values.Parser (kafka 2.1.0 API)</title>
<meta name="date" content="2018-11-09">
<link rel="style... | {
"pile_set_name": "Github"
} |
source 'https://rubygems.org'
gem 'graphql_java_gen', path: '../libs/graphql_java_gen/' | {
"pile_set_name": "Github"
} |
/*
* Broadcom specific AMBA
* ChipCommon core driver
*
* Copyright 2005, Broadcom Corporation
* Copyright 2006, 2007, Michael Buesch <m@bues.ch>
* Copyright 2012, Hauke Mehrtens <hauke@hauke-m.de>
*
* Licensed under the GNU/GPL. See COPYING for details.
*/
#include "bcma_private.h"
#include <linux/bcm47xx_wdt... | {
"pile_set_name": "Github"
} |
// @(#)root/net:$Id$
// Author: Fons Rademakers 19/12/96
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* ... | {
"pile_set_name": "Github"
} |
package dpf.sp.gpinf.indexer.parsers.lnk;
public class LNKLinkLocation {
private String volumeLabel, localPath, commonPath, driveSerial;
private String localPathUnicode, commonPathUnicode, volumeLabelUnicode;
private String netShare, netDevName;
private String netShareUnicode, netDevNameUnicode;
pr... | {
"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"
} |
<?php
/**
* Kunena Component
* @package Kunena.Framework
*
* @copyright Copyright (C) 2008 - 2020 Kunena Team. All rights reserved.
* @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
**/
defined('_JEXEC') or die();
use Joomla\CMS\Factory;
use Joo... | {
"pile_set_name": "Github"
} |
---
title: "there"
layout: cask
---
{{ content }}
| {
"pile_set_name": "Github"
} |
# Deployment script/program for DL Cluster
For specific deployment procedure, please follow the instruction in [here](../../docs/deployment/Readme.md).
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Research In Motion Limited 2010. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your opti... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.