text stringlengths 2 99.9k | meta dict |
|---|---|
using System;
using Microsoft.Xna.Framework;
namespace Protogame
{
public class DefaultNodeColorParser : INodeColorParser
{
public Color? Parse(string text)
{
try
{
if (text.StartsWith("#"))
{
if (text.Length == 7)
... | {
"pile_set_name": "Github"
} |
SUMMARY = "OpenBMC fan control"
DESCRIPTION = "OpenBMC fan control."
PR = "r1"
PV = "1.0+git${SRCPV}"
inherit skeleton-sdbus
inherit obmc-phosphor-dbus-service
inherit pkgconfig
DEPENDS = "systemd"
SKELETON_DIR = "fanctl"
DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service"
SYSTEMD_SERVICE_${PN} += "obmc-max-fa... | {
"pile_set_name": "Github"
} |
---
seo:
title: Segmentation
description: The practice of separating different types of email traffic.
keywords: segmentation, email traffic, sender verification, IP pooling
title: Segmentation
weight: 0
layout: page
navigation:
show: false
---
Segmentation refers to the practice of separating the different ty... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1995,1996,1997,1999,2000,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | {
"pile_set_name": "Github"
} |
/*
* DateTimeClusteringStrategy - A strategy to cluster objects by a date time
*
* Author: Phillip Piper
* Date: 30-March-2011 9:40am
*
* Change log:
* 2011-03-30 JPP - First version
*
* Copyright (C) 2011-2014 Phillip Piper
*
* This program is free software: you can redistribute it and/or mod... | {
"pile_set_name": "Github"
} |
//
// ADJLoggerMock.h
// Adjust
//
// Created by Pedro Filipe on 10/02/14.
// Copyright (c) 2014 adjust GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ADJLogger.h"
static const int ADJLogLevelTest = 7;
static const int ADJLogLevelCheck = 8;
@interface ADJLoggerMock : NSObject <ADJLogger... | {
"pile_set_name": "Github"
} |
fun main(): void {
print_string("OK")
}
base class X {
protected fun foo(): void {
this.foo()
}
}
class Y() extends X {
protected fun bar(): void {
this.foo()
}
}
| {
"pile_set_name": "Github"
} |
% Calculates the sum in non-overlapping blocks of I of size dims.
%
% Similar to localsum except gets sum in non-overlapping windows.
% Equivalent to doing localsum, and then subsampling (except more
% efficient).
%
% USAGE
% I = localsum_block( I, dims )
%
% INPUTS
% I - matrix to compute sum over
% dims -... | {
"pile_set_name": "Github"
} |
import React from 'react'
import defaultTheme from './defaultTheme'
export default React.createContext(defaultTheme)
| {
"pile_set_name": "Github"
} |
/***
*
* Copyright 2014 Andrew Hall
*
* 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 agre... | {
"pile_set_name": "Github"
} |
#include "NetworkArchitectures.h"
#include "SpatiallySparseDatasetCIFAR10.h"
int epoch = 0;
int cudaDevice = -1; // PCI bus ID, -1 for default GPU
int batchSize = 50;
Picture *OpenCVPicture::distort(RNG &rng, batchType type) {
OpenCVPicture *pic = new OpenCVPicture(*this);
if (epoch <= 800 and type == TRAINBATCH)... | {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
set TZData(:America/Argentina/Cordoba) {
{-9223372036854775808 -15408 0 LMT}
{-2372096592 -15408 0 CMT}
{-1567453392 -14400 0 ART}
{-1233432000 -10800 0 ARST}
{-1222981200 -14400 0 ART}
{-1205956800 -10800 1 ARST}
{-1194037200 -14400 0 ART}
{-... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { action } from 'mobx';
import { K8sResourceKind } from '@console/internal/module/k8s';
import { errorModal } from '@console/internal/components/modals';
import {
Modifiers,
Edge,
GraphElement,
isEdge,
isNode,
Node,
Graph,
DragSourceSpec,
DragObjectWithType,
Dr... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* Copyright (c) 2013, 2014 Pieter Wuille *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
*******************************... | {
"pile_set_name": "Github"
} |
module.exports = require('./reduce');
| {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2012 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"
} |
eth_phy/phy_common.o: \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/ethernet/eth_phy/phy_common.c \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/ethernet/include/eth_phy/phy.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/ethernet/include/esp_eth.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/newlib/include/std... | {
"pile_set_name": "Github"
} |
//Original:/testcases/core/c_alu2op_conv_mix/c_alu2op_conv_mix.dsp
// Spec Reference: alu2op convert mix
# mach: bfin
.include "testutils.inc"
start
imm32 r0, 0x00789abc;
imm32 r1, 0x12345678;
imm32 r2, 0x23456789;
imm32 r3, 0x3456789a;
imm32 r4, 0x856789ab;
imm32 r5, 0x96789abc;
imm32 r6, 0xa789abcd;
imm32 r7, 0x... | {
"pile_set_name": "Github"
} |
/**
* @file
* @copyright defined in evt/LICENSE.txt
*/
#include <evt/chain/exceptions.hpp>
#include <evt/evt_api_plugin/evt_api_plugin.hpp>
#include <fc/io/json.hpp>
namespace evt {
static appbase::abstract_plugin& _evt_api_plugin = app().register_plugin<evt_api_plugin>();
using namespace evt;
class evt_api_p... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* NCI based driver for Samsung S3FWRN5 NFC chip
*
* Copyright (C) 2015 Samsung Electrnoics
* Robert Baldyga <r.baldyga@samsung.com>
*/
#include <linux/module.h>
#include <net/nfc/nci_core.h>
#include "s3fwrn5.h"
#include "firmware.h"
#include "nci.h"
#define S3FWR... | {
"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 m... | {
"pile_set_name": "Github"
} |
'use strict';
const GObject = imports.gi.GObject;
const Components = imports.service.components;
const Config = imports.config;
const PluginBase = imports.service.plugin;
var Metadata = {
label: _('System Volume'),
id: 'org.gnome.Shell.Extensions.GSConnect.Plugin.SystemVolume',
incomingCapabilities: ['k... | {
"pile_set_name": "Github"
} |
## Cod de conduită al comunității CNCF v1.0
### Cod de conduită al colaboratorului
În calitate de colaboratori și de întreținători ai acestui proiect și în interesul promovării
unei comunități deschise și primitoare, ne angajăm să respectăm toate persoanele care contribuie
prin raportarea problemelor, postarea cereri... | {
"pile_set_name": "Github"
} |
{
/****************************************************************************\
Part of the XeTeX typesetting system
Copyright (c) 2009-2019 by Jonathan Kew
Copyright (c) 1994-2008 by SIL International
SIL Author(s): Jonathan Kew
Permission is hereby granted, free of charge, to any person obtaining
a copy of thi... | {
"pile_set_name": "Github"
} |
# coding=utf-8
"""
This module contains the abstract class of the MinimumNeeds. The storage
logic is omitted here.
"""
__author__ = 'Christian Christelis <christian@kartoza.com>'
__date__ = '05/10/2014'
__copyright__ = ('Copyright 2014, Australia Indonesia Facility for '
'Disaster Reduction')
import ... | {
"pile_set_name": "Github"
} |
import socket
def recvexactly(sock, n):
buf = bytearray(n)
mem = memoryview(buf)
pos = 0
while pos < n:
rcvlen = sock.recv_into(mem[pos:])
pos += rcvlen
if rcvlen == 0:
break
if pos != n:
raise EOFError("recvexactly %d bytes failed" % n)
... | {
"pile_set_name": "Github"
} |
pixdesc-yuva444p 7ce64f043f8d3658c7c627d2163ad19f
| {
"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 not... | {
"pile_set_name": "Github"
} |
(*
* ExtComplex - Extended Complex Numbers
* Copyright (C) 2007 Bluestorm <bluestorm dot dylc on-the-server gmail dot com>
* 2008 David Teller
*
* 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 t... | {
"pile_set_name": "Github"
} |
package com.twitter.finatra.kafkastreams.dsl
import com.twitter.app.Flag
import com.twitter.conversions.StorageUnitOps._
import com.twitter.conversions.DurationOps._
import com.twitter.finagle.stats.StatsReceiver
import com.twitter.finatra.kafka.serde.ScalaSerdes
import com.twitter.finatra.kafkastreams.config.FinatraT... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and 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 applic... | {
"pile_set_name": "Github"
} |
// OutMemStream.cpp
#include "OutMemStream.h"
void COutMemStream::Free()
{
Blocks.Free(_memManager);
Blocks.LockMode = true;
}
void COutMemStream::Init()
{
WriteToRealStreamEvent.Reset();
_unlockEventWasSent = false;
_realStreamMode = false;
Free();
_curBlockPos = 0;
_curBlockIndex = 0;
}
void COu... | {
"pile_set_name": "Github"
} |
// Project: Daggerfall Tools For Unity
// Copyright: Copyright (C) 2009-2020 Daggerfall Workshop
// Web Site: http://www.dfworkshop.net
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
// Source Code: https://github.com/Interkarma/daggerfall-unity
// Original... | {
"pile_set_name": "Github"
} |
import useWebChatUIContext from './internal/useWebChatUIContext';
export default function useGrammars() {
return [useWebChatUIContext().grammars];
}
| {
"pile_set_name": "Github"
} |
[BGAnimation]
LengthSeconds=0.3
Sound=../_swoosh.ogg
[Layer1]
File=../_black
Type=1 // 0=sprite, 1=stretch, 2=particles, 3=tiles
Command=diffusealpha,1;linear,0.3;diffusealpha,0
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* SA... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 133a68380d324de4ea8d3ff8657b02d8
ComputeShaderImporter:
externalObjects: {}
currentAPIMask: 4
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
var React = require('react');
var StaticFileFinderComponent = React.createClass({
render: function() {
return <span>You found me.</span>;
}
});
module.exports = StaticFileFinderComponent; | {
"pile_set_name": "Github"
} |
; RUN: llvm-rc /FO %t -- %p/Inputs/not-expr.rc
; RUN: llvm-readobj %t | FileCheck %s --check-prefix=NOTEXPR
; NOTEXPR: Resource type (int): DIALOG (ID 5)
; NOTEXPR-NEXT: Resource name (string): NOT
; NOTEXPR-NEXT: Data version: 0
; NOTEXPR-NEXT: Memory flags: 0x1030
; NOTEXPR-NEXT: Language ID: 1033
; NOTEXPR-NEXT: Ve... | {
"pile_set_name": "Github"
} |
// Copyright 2016-2020, Pulumi 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... | {
"pile_set_name": "Github"
} |
拼音搜索
===
> Create by **jsliang** on **2019-11-27 17:32:45**
> Recently revised in **2019-11-27 17:37:35**
* [hotoo/pinyin](https://github.com/hotoo/pinyin)
* [xmflswood/pinyin-match](https://github.com/xmflswood/pinyin-match)
目前尝试使用了其中一个:
> index.html
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta char... | {
"pile_set_name": "Github"
} |
..
**************************************************
* *
* Automatically generated file, do not edit! *
* *
**************************************************
.. _amdgpu_synid10_tgt:
tgt
============... | {
"pile_set_name": "Github"
} |
package com.bigkoo.mvvmframeworkdemo.network;
import com.bigkoo.mvvmframework.model.HttpResult;
import com.bigkoo.mvvmframeworkdemo.model.Ticket;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
/**
* Created by Sai on 16/3/5.
*/
public interface HttpService {
... | {
"pile_set_name": "Github"
} |
/*
* dirent.h - dirent API for Microsoft Visual Studio
*
* Copyright (C) 2006-2012 Toni Ronkko
*
* 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
* wit... | {
"pile_set_name": "Github"
} |
"""
Astronomical imaging
====================
This is a model for every pixel of every astronomical image ever
taken. It is incomplete!
"""
import daft
from matplotlib import rc
rc("font", family="serif", size=12)
rc("text", usetex=True)
pgm = daft.PGM(grid_unit=4.0, node_unit=1.4)
# Start with the plates.
twea... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3884f7a2d04ffe8409ad9200b275896f
timeCreated: 1472551546
licenseType: Store
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart... | {
"pile_set_name": "Github"
} |
#
# This source file is part of the EdgeDB open source project.
#
# Copyright 2020-present MagicStack Inc. and the EdgeDB 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('$(Solution... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012-2015 Titanium I.T. LLC. All rights reserved. See LICENSE.txt for details.
// Helper functions for running Karma
// There's no Quixote-specific configuration in this file.
(function() {
"use strict";
var path = require("path");
var sh = require("./sh.js");
var runner = require("karma/lib/run... | {
"pile_set_name": "Github"
} |
package org.wildfly.swarm.it.ribbon;
import java.io.IOException;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.jboss.arquillian.phantom.resolver.ResolvingPhantomJSDriverService;
import org.junit.B... | {
"pile_set_name": "Github"
} |
#ifndef DEFAULT_MOTION_STATE_H
#define DEFAULT_MOTION_STATE_H
#include "btMotionState.h"
///The btDefaultMotionState provides a common implementation to synchronize world transforms with offsets.
struct btDefaultMotionState : public btMotionState
{
btTransform m_graphicsWorldTrans;
btTransform m_centerOfMassOffset;... | {
"pile_set_name": "Github"
} |
{
"description": "Create a umi plugin."
} | {
"pile_set_name": "Github"
} |
<div align="center">
# An Apple Continuity Protocol Reverse Engineering Project
</div>
<div align="center" height=60px width=60px>
<img src="https://github.com/furiousMAC/continuity/blob/master/figs/fp.png" alt="A dolphin shooting WiFi from an Uzi" height="120">
</div>
This is a project that seeks to understand the... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 plural
import (
"fmt"
"strings"
"testing"
"golang.org/x/text/internal/catmsg"
"golang.org/x/text/language"
"golang.org/x/text/message/catalog"
)... | {
"pile_set_name": "Github"
} |
Filter 1: ON PK Fc 19 Hz Gain 4.4 dB Q 1.75
Filter 2: ON PK Fc 351 Hz Gain -2.9 dB Q 0.08
Filter 3: ON PK Fc 629 Hz Gain 5.1 dB Q 1.22
Filter 4: ON PK Fc 3522 Hz Gain 9.0 dB Q 2.43
Filter 5: ON PK Fc 18916 Hz Gain -6.1 dB Q 0.50
Filter 6: ON PK Fc 4269 Hz Gain 3.0 dB Q 6.34
Filter 7: ON PK Fc 5691 Hz Gain -3.3 dB Q 2.9... | {
"pile_set_name": "Github"
} |
# encoding: UTF-8
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative sou... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
section {
u-boot-dtb {
};
};
u-boot-spl-dtb {
};
u-boot-tpl-dtb {
};
};
};
| {
"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"
} |
OWNER:
- ID: 1
AGE: 45
NAME: "Fred"
- ID: 2
AGE: 40
NAME: "Barney"
PET:
- ID: 3
NAME: "Lassie"
TYPE: 0
OWNER_ID: 1
- ID: 4
NAME: "Baby Puss"
TYPE: 1
OWNER_ID: 1
- ID: 5
NAME: "Hoppy"
TYPE: 0
OWNER_ID: 2
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
echo $(bash --version 2>&1 | head -n 1)
#CUSTOMPARAM=0
BUILD_ARGUMENTS=()
for i in "$@"; do
case $(echo $1 | awk '{print tolower($0)}') in
# -custom-param) CUSTOMPARAM=1;;
*) BUILD_ARGUMENTS+=("$1") ;;
esac
shift
done
set -eo pipefail
SCRIPT_DIR=$(cd "$( dirname "${BAS... | {
"pile_set_name": "Github"
} |
<Application
x:Class="MvvmEnforcement.UWP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:MvvmEnforcement.UWP"
RequestedTheme="Light">
</Application>
| {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M12.93,4.26l6.1... | {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is dis... | {
"pile_set_name": "Github"
} |
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { AppComponent } from './app.component';
import { jqxGridModule } from 'jqwidgets-ng/jqxgrid';
@NgModule({
declarations: [
AppComponent
],
imports: [... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008-2020, Hazelcast, Inc. 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 ... | {
"pile_set_name": "Github"
} |
import React, { Component } from "react";
import { Link } from "react-router-dom";
import { withStyles } from '@material-ui/core/styles';
import Card from '@material-ui/core/Card';
import CardActions from '@material-ui/core/CardActions';
import CardContent from '@material-ui/core/CardContent';
import CardMedia from '@... | {
"pile_set_name": "Github"
} |
SUBROUTINE FBSINT (X,Y)
C
C GIVEN THE DECOMPOSITION OF A REAL SYMMETRIC MATRIX, FBSINT WILL
C SOLVE A SYSTEM OF SIMULTANEOUS LINEAR EQUATIONS BY FORWARD-
C BACKWARD SUBSTITUTION
C
C THIS ROUTINE IS SUITABLE FOR BOTH SINGLE AND DOUBLE PRECISION
C OPERATION
C
INTEGER FILEL... | {
"pile_set_name": "Github"
} |
<link rel="stylesheet" href="/css/main.css"><div class="ocamldoc"><pre>sig
  type key
  type 'a t
  val create : int -> 'a Hashtbl.S.t
  val clear : 'a Hashtbl.S.t -> unit
  ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) BoonEx Pty Limited - http://www.boonex.com/
* CC-BY License - http://creativecommons.org/licenses/by/3.0/
*/
bx_import('BxDolExport');
class BxForumExport extends BxDolExport
{
protected function __construct($aSystem)
{
parent::__construct($aSystem);
$this->_aTable... | {
"pile_set_name": "Github"
} |
#!/bin/bash
FN="MeSH.Cre.eg.db_1.13.0.tar.gz"
URLS=(
"https://bioconductor.org/packages/3.11/data/annotation/src/contrib/MeSH.Cre.eg.db_1.13.0.tar.gz"
"https://bioarchive.galaxyproject.org/MeSH.Cre.eg.db_1.13.0.tar.gz"
"https://depot.galaxyproject.org/software/bioconductor-mesh.cre.eg.db/bioconductor-mesh.cre.eg.... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You ca... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Api Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link typ... | {
"pile_set_name": "Github"
} |
{
"version": "1.0",
"examples": {
}
}
| {
"pile_set_name": "Github"
} |
/* Copyright (C) 2005 Analog Devices */
/**
@file lpc_bfin.h
@author Jean-Marc Valin
@brief Functions for LPC (Linear Prediction Coefficients) analysis (Blackfin version)
*/
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following cond... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005, 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"
} |
/* $Id: isdn_tty.c,v 1.1.2.3 2004/02/10 01:07:13 keil Exp $
*
* Linux ISDN subsystem, tty functions and AT-command emulator (linklevel).
*
* Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de)
* Copyright 1995,96 by Thinking Objects Software GmbH Wuerzburg
*
* This software may be used and distributed ... | {
"pile_set_name": "Github"
} |
var Hello = React.createClass({
render: function() {
this.state.foo = "bar"
return <div>Hello {this.props.name}</div>;
}
});
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sun Aug 4 01:01:37 2019
main
@author: chineseocr
"""
from text.detector.detectors import TextDetector
from apphelper.image import rotate_cut_img,sort_box
import numpy as np
from PIL import Image
class TextOcrModel(object):
def __init__(self,ocrModel,t... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix darwin,!race linux,!race freebsd,!race netbsd openbsd solaris dragonfly
package unix
import (
"unsafe"
)
const raceenabled = false
func raceA... | {
"pile_set_name": "Github"
} |
<?php
/*
Copyright (c) 2003,2004,2005,2009 Danilo Segan <danilo@kvota.net>.
Copyright (c) 2005,2006 Steven Armstrong <sa@c-area.ch>
This file is part of PHP-gettext.
PHP-gettext is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
... | {
"pile_set_name": "Github"
} |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
package {
function AESEncryptCtr(plaintext:String, password:String, nBits:int):String {
var nBytes = 20;
va... | {
"pile_set_name": "Github"
} |
/*!
* \copy
* Copyright (c) 2010-2013, Cisco Systems
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the abo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PlanWidget</class>
<widget class="QWidget" name="PlanWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>162</width>
<height>242</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>... | {
"pile_set_name": "Github"
} |
export default {
_isDestroyed: false,
isDestroyed() {
return this._isDestroyed;
},
destroy(options) {
if (this._isDestroyed) { return this; }
this.triggerMethod('before:destroy', this, options);
this._isDestroyed = true;
this.triggerMethod('destroy', this, options);
this.stopListening... | {
"pile_set_name": "Github"
} |
/* (c) 2014 Open Source Geospatial Foundation - all rights reserved
* (c) 2013 OpenPlans
* This code is licensed under the GPL 2.0 license, available at the root
* application directory.
*/
package org.geoserver.wcs2_0.response;
import java.util.Date;
import java.util.List;
import java.util.TreeSet;
import java.ut... | {
"pile_set_name": "Github"
} |
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
ReleasesFolder=
ReleaseVaultGUID=
ReleaseVaultName=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
TimestampOutput=0
SeparateFolders=0
TemplateLocationPath=
PinSwapBy_Netlabel=1
PinSwapBy_Pin=1
A... | {
"pile_set_name": "Github"
} |
[
{
"kids":[],
"uid":"2694817327",
"parent":"z9jBgddDP",
"text":"@我爱杨童童 好恐怖!",
"mid":"ztkiQjqOi",
"date":"2013-04-22 14:41:40"
},
{
"kids":[],
"uid":"2920193494",
"parent":"zck2qzXsE",
"text":"",
"mid":"zpjhBlVnm",
"date":"2013-03-27 04:44:39"
},
{
"kids":[],
"uid":"2807678274",
"parent":"zck2qzXsE",
"text":"",
"mid":"... | {
"pile_set_name": "Github"
} |
pragma solidity 0.4.24;
contract Contract {
uint[] public values;
function Contract() {
}
function find(uint value) returns(uint) {
uint i = 0;
while (values[i] != value) {
i++;
}
return i;
}
function removeByValue(uint value) {
uint i = fin... | {
"pile_set_name": "Github"
} |
module top #(
parameter integer NIO = 197,
parameter integer NMX = NIO - 1
)(
inout [NMX:0] pads
);
localparam
ST_RESET = 0,
ST_SENSE = 1,
ST_PRE = 2,
ST_SEND = 3,
ST_WAIT = 4,
ST_NEXT = 5;
// Signals
// -------
// Control
reg [ 2:0] state;
reg [ 2:0] state_nxt;
reg [15:0] wait_cnt;
... | {
"pile_set_name": "Github"
} |
; Kunena Forum translation
;
; All translations can be found from https://www.transifex.com/projects/p/Kunena/
; Please join the translation team if you want to contribute your changes to the next release.
;
; License GNU General Public License version 3 or later; see LICENSE.txt
; Note : All ini files need to be saved... | {
"pile_set_name": "Github"
} |
EESchema Schematic File Version 4
EELAYER 26 0
EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 11 23
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Comp
L 5cgtfd5_u484:5CGTFD5U19 U?
U 6 1 59F72A3A
P 2950 3750
AR Path="/59F72A3A" Ref="U?" Part="6"
AR Path="/59F7299D/59... | {
"pile_set_name": "Github"
} |
---
title: Facebook
sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-36/packages/expo-facebook'
---
import PlatformsSection from '~/components/plugins/PlatformsSection';
**`expo-facebook`** provides Facebook integration, such as logging in through Facebook, for React Native apps. Expo exposes a minimal native AP... | {
"pile_set_name": "Github"
} |
/*
Name: 809finest
Description: Version: 1.0
Author: Daniel De Jesús
URL: http://809finest.com
*/
.crayon-theme-809finest {
border-width: 1px !important;
text-shadow: none !important;
border-color: #162E53 !important;
border-style: solid !important;
background: #162E53 !important;
}
.crayon-theme-809finest-inline ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 CyberAgent
*
* 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"
} |
#include <StdInc.h>
#include "Console.Variables.h"
#include "Console.h"
ConsoleVariableManager::ConsoleVariableManager(console::Context* parentContext)
: m_parentContext(parentContext), m_curToken(0)
{
auto setCommand = [=](ConsoleVariableFlags addFlags, const std::string& variable, const std::string& value) {
... | {
"pile_set_name": "Github"
} |
/* First created by JCasGen Sat Jun 18 15:55:46 CEST 2016 */
package de.mpg.mpi_inf.ambiversenlu.nlu.ner.uima.type;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.jcas.cas.TOP_Type;
import org.apache.uima.jcas.tcas.Annotation;
public class UiucWikiSongs extends ... | {
"pile_set_name": "Github"
} |
/*
* hashlib++ - a simple hash library for C++
*
* Copyright (c) 2007-2010 Benjamin Grüdelbach
*
* 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... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2011-2014 SirSengir.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at... | {
"pile_set_name": "Github"
} |
--TEST--
FTP with bogus parameters
--SKIPIF--
<?php
require 'skipif.inc';
?>
--FILE--
<?php
require 'server.inc';
// Negative timeout
try {
ftp_connect('127.0.0.1', 0, -3);
} catch (ValueError $exception) {
echo $exception->getMessage() . "\n";
}
$ftp = ftp_connect('127.0.0.1', $port);
if (!$ftp) die("Couldn'... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.