text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright 2013 Matt T. Proud
//
// 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"
} |
fileFormatVersion: 2
guid: eb0d7f0880e02ff40b3558480ced4bfa
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: Body
100002: //RootNode
100004: Eye
100006: L_BackLeg_1
100008: L_BackLeg_2
100010: L_BackLeg_Toe
100012: L_FrontLeg_1
100014: L_FrontLeg_2
100016: L_Fron... | {
"pile_set_name": "Github"
} |
/var/log/rkhunter/*.log {
daily
missingok
rotate 7
compress
notifempty
nocreate
}
| {
"pile_set_name": "Github"
} |
CodeMirror.defineMode('ocaml', function() {
var words = {
'true': 'atom',
'false': 'atom',
'let': 'keyword',
'rec': 'keyword',
'in': 'keyword',
'of': 'keyword',
'and': 'keyword',
'succ': 'keyword',
'if': 'keyword',
'then': 'keyword',
'else': 'keyword',
'for': 'keyword'... | {
"pile_set_name": "Github"
} |
20322051544,1979.0,8.8017226E7,ABC,45,2000-01-01
28392898392,1974.0,8.8392926E7,DEF,23,2050-11-27
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
<SchemaVersion>2.1</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Targets>
<Target>
<TargetName>HT32</Tar... | {
"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 u... | {
"pile_set_name": "Github"
} |
%%%
%%% Author:
%%% Leif Kornstaedt <kornstae@ps.uni-sb.de>
%%%
%%% Contributors:
%%% Christian Schulte <schulte@ps.uni-sb.de>
%%% Denys Duchier <duchier@ps.uni-sb.de>
%%%
%%% Copyright:
%%% Leif Kornstaedt, 1997
%%% Christian Schulte, 1998
%%% Denys Duchier, 1998
%%%
%%% Last change:
%%% $Date$ by $Autho... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
/**
* Copyright (c) 2016-present Alibaba Group Holding Limited
* @author Houfeng <admin@xhou.net>
*/
const pkg = require('../package.json');
const semver = require('semver');
const debug = require('debug')('cli');
debug('process.version', process.version);
debug('pkg.engines.node', pkg.engines... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in D:\AndroidStudio\StudioSDK/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://d... | {
"pile_set_name": "Github"
} |
accounts-base@1.2.0
accounts-password@1.1.1
accounts-ui@1.1.5
accounts-ui-unstyled@1.1.7
aldeed:autoform@5.5.0
aldeed:collection2@2.5.0
aldeed:simple-schema@1.3.3
amplify@1.0.0
autoupdate@1.2.1
base64@1.0.3
binary-heap@1.0.3
blaze@2.1.2
blaze-tools@1.0.3
boilerplate-generator@1.0.3
callback-hook@1.0.3
check@1.0.5
coffe... | {
"pile_set_name": "Github"
} |
groupId=in.clouthink.daas.sbb
artifactId=audit-rest
version=1.0.0-SNAPSHOT
| {
"pile_set_name": "Github"
} |
#begin document (wb/sel/33/sel_3398); part 000
wb/sel/33/sel_3398 -1 0 [WORD] DT (TOP(S(NP(NP* - - - - * -
wb/sel/33/sel_3398 -1 1 [WORD] NN *) - - - - * -
wb/sel/33/sel_3398 -1 2 [WORD] WRB (SBAR(WHADVP*) -... | {
"pile_set_name": "Github"
} |
From 59d8570d4b61af8544fc295d5e83ab7c28294bb8 Mon Sep 17 00:00:00 2001
From: John Crispin <blogic@openwrt.org>
Date: Tue, 22 Mar 2016 03:52:07 +0100
Subject: [PATCH 56/91] mtd: add get/set of_node/flash_node helpers
We are going to begin using the mtd->dev.of_node field for MTD device
nodes, so let's add helpers for i... | {
"pile_set_name": "Github"
} |
<?php
$fname = dirname(__FILE__) . '/write22.phar';
@unlink($fname);
$phar = new Phar($fname);
$phar->setStub('<?php
$p = new Phar(__FILE__);
var_dump($p["test.txt"]->isCompressed());
$p["test.txt"]->decompress();
var_dump($p["test.txt"]->isCompressed());
echo "ok\n";
__HALT_COMPILER();
?>');
$phar['test.txt'] = "<?p... | {
"pile_set_name": "Github"
} |
const fs = require("fs");
// 异步读取
fs.readFile("./index.txt", "utf8", (err, data) => {
console.log(data); // Hello Nodejs
});
// 同步读取
const data = fs.readFileSync("./index.txt", "utf8");
console.log(data); // Hello Nodejs
// 创建读取流
const stream = fs.createReadStream("./index.txt", "utf8");
// 这里可以看到fs.createRea... | {
"pile_set_name": "Github"
} |
# Copyright (c) 1991-2013 Kawahara Lab., Kyoto University
# Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
# Copyright (c) 2005-2013 Julius project team, Nagoya Institute of Technology
# All rights reserved
SHELL=/bin/sh
.SUFFIXES:
.SUFFIXES: .c .o
.c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -o ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>{% block title %}My Webpage{% endblock %}</title>
<style type="text/css">
{% block style %}
body {
background-color: #333;
color: #eee;
font-... | {
"pile_set_name": "Github"
} |
{include file='user/header_info.tpl'}
<main class="content">
<div class="content-header ui-content-header">
<div class="container">
<h1 class="content-heading">节点信息</h1>
</div>
</div>
<div class="container">
<section class="content-inner margin-top-no">
<div class="ui-card-wrap">
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-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 Factom Foundation
// Use of this source code is governed by the MIT
// license that can be found in the LICENSE file.
package wsapi
import (
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"os"
"time"
"github.com/FactomProject/factomd/common/globals"
"regexp"
"github.com/FactomProject/facto... | {
"pile_set_name": "Github"
} |
#begin document (nw/xinhua/02/chtb_0243); part 000
nw/xinhua/02/chtb_0243 0 0 [WORD] NNP (TOP(FRAG(NP* - - - - (ORG* -
nw/xinhua/02/chtb_0243 0 1 [WORD] NNP * - - - - * -
nw/xinhua/02/chtb_0243 0 2 [WORD] NNP *) - - ... | {
"pile_set_name": "Github"
} |
{
"name": "@themer/alfred",
"version": "1.1.2",
"description": "An Alfred.app theme generator for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/i... | {
"pile_set_name": "Github"
} |
Authentication Info:
auth = no
| {
"pile_set_name": "Github"
} |
.so man3/avr_stdio.3
| {
"pile_set_name": "Github"
} |
# context
[Source code of released version](https://github.com/meteor/meteor/tree/master/packages/context) | [Source code of development version](https://github.com/meteor/meteor/tree/devel/packages/context)
***
Meteor wrapper package for the
[`@wry/context`](https://github.com/benjamn/wryware/tree/master/packages/con... | {
"pile_set_name": "Github"
} |
package com.liuyanzhao.sens.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.liuyanzhao.sens.common.base.BaseEntity;
import lombok.Data;
/**
* <pre>
* 幻灯片
* </pre>
*
* @author : saysky
* @date : 2018/1/24
*/
@Data
@TableName("sens_widget")
public class Widget extends BaseEntity {
... | {
"pile_set_name": "Github"
} |
/*
* This file is generated by jOOQ.
*/
package org.jooq.example.chart.db.tables.records;
import java.time.LocalDate;
import java.time.LocalDateTime;
import org.jooq.Field;
import org.jooq.Record1;
import org.jooq.Record10;
import org.jooq.Row10;
import org.jooq.example.chart.db.tables.Customer;
import org.jooq.im... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# Main makefile for the host tools
#
curdir:=tools
# subdirectories to descend into
tools-y :=
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN)$(CONFIG_GCC_LLVM),)
tools-y += gm... | {
"pile_set_name": "Github"
} |
{
"index_name": "coalitions",
"stop_urls": [],
"selectors": {
"lvl0": {
"selector": ".contents h1",
"default_value": "Documentation"
},
"lvl1": ".contents h2",
"lvl2": ".contents h3, .contents th",
"lvl3": ".contents h4",
"lvl4": ".contents h5",
"text": ".contents p, .conte... | {
"pile_set_name": "Github"
} |
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2013 Erwin Coumans http://bulletphysics.org
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is grant... | {
"pile_set_name": "Github"
} |
<template>
<div class="error404">
<div class="error404-body-con">
<div class="error404-body-con-title">4<span>0</span>4</div>
<p class="error404-body-con-message">YOU LOOK LOST</p>
<div class="error404-btn-con">
<a href="/" class="err... | {
"pile_set_name": "Github"
} |
Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs.
See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap.
Release announcement posts on [the official Bootstrap bl... | {
"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"
} |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
// ==========================================================================
// Print styles.
// Inlined to avoid the additional HTTP request: h5bp.com/r
// ==========================================================================
... | {
"pile_set_name": "Github"
} |
// src/script/scala/progscala3/typesystem/valuetypes/InfixTypes.scala
val xll1: Int Either Double Either String = Left(Left(1))
val xll2: (Int Either Double) Either String = Left(Left(1))
val xlr1: Int Either Double Either String = Left(Right(3.14))
val xlr2: (Int Either Double) Either String = Left(Right(3.1... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z" />
, '... | {
"pile_set_name": "Github"
} |
#@deprecated this is the end!
#@override this is the end!
#@method this is the end!
#@abstract this is t he end!
#@in
#@returns Foo::Bar this is t he end!
#@returns Foo this is t he end!
#@returns
#@inject MYSQL this is the end!
#@inject PERL5
#@noinspection this is the end!
#@noinspection
#@
| {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System.ServiceModel
{
using System.ServiceModel.Channels;
public enum WSMessageEncoding
{
... | {
"pile_set_name": "Github"
} |
"""
test_dav.py
Copyright 2012 Andres Riancho
This file is part of w3af, http://w3af.org/ .
w3af is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation version 2 of the License.
w3af is distributed in the hope that it... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2010 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"
} |
% FFI and platform-specific code **[FIXME]**
> **[FIXME]** Not sure where this should live.
When writing cross-platform code, group platform-specific code into a
module called `platform`. Avoid `#[cfg]` directives outside this
`platform` module.
| {
"pile_set_name": "Github"
} |
/*
Udp NTP Client
Get the time from a Network Time Protocol (NTP) time server
Demonstrates use of UDP sendPacket and ReceivePacket
For more on NTP time servers and the messages needed to communicate with them,
see http://en.wikipedia.org/wiki/Network_Time_Protocol
Warning: NTP Servers are subject to tempor... | {
"pile_set_name": "Github"
} |
#############################################################
# Required variables for each makefile
# Discard this section from all parent makefiles
# Expected variables (with automatic defaults):
# CSRCS (all "C" files in the dir)
# SUBDIRS (all subdirs with a Makefile)
# GEN_LIBS - list of libs to be generate... | {
"pile_set_name": "Github"
} |
# DAMM
# Copyright (c) 2013 504ENSICS Labs
#
# This file is part of DAMM.
#
# DAMM 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 License, or
# (at your option) any later vers... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 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.
#include "chrome/browser/resources_util.h"
#include "grit/theme_resources.h"
#include "grit/theme_resources_standard.h"
#include "testing/gtest/inclu... | {
"pile_set_name": "Github"
} |
using System;
using System.Xml;
using System.Xml.Serialization;
namespace grendgine_collada
{
[Serializable]
[XmlType(AnonymousType = true)]
public partial class Grendgine_Collada_Instance_Visual_Scene
{
[XmlAttribute("sid")]
public string sID;
[XmlAttribute("name")]
pub... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
function doTest() {
document.getElementById('t').removeAttribute('readonly');
document.documentElement.className='';
}
document.addEventListener("MozReftestInvalidate", doTest);
</script>
</head>
<!-- Test: if te... | {
"pile_set_name": "Github"
} |
* @liamg @MaxRis
| {
"pile_set_name": "Github"
} |
/* ============================================================================================= */
/* FMOD Ex - Memory info header file. Copyright (c), Firelight Technologies Pty, Ltd. 2008-2011. */
/* */
/* Use this header i... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
# Lista de Cursos Gratuitos em Holandês
Lista criada em 25-01-2020.
Entre no grupo do Telegram para receber avisos sobre as atualizações das listas.
No grupo serão compartilhados cupons de desconto disponibilizados por alguns instrutores da Udemy.
Entre no grupo agora mesmo: [Grupo no Telegram](http://bit.l... | {
"pile_set_name": "Github"
} |
Beyond Code: thinking "right" to become a better Engineer
==================================================================================
* Speaker : [Rodrigo Gonçalves](https://pixels.camp/pragmapilot)
* Length : 45m
* Language : English
Description
-----------
Being a solid SW Engineer is much more than j... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xam... | {
"pile_set_name": "Github"
} |
<!--
Copyright (C) 2020 Havoc-OS
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"
} |
var commonTools = require('../base/commonTools');
module.exports = {
'leaflet_tiandituLayer_mercator': function (browser) {
browser.windowMaximize();
var type = 'leaflet';
var exampleName = 'tiandituLayer_mercator';
commonTools.openExampleAndLoadMap(browser, type, exampleName);
... | {
"pile_set_name": "Github"
} |
# -*- coding: iso-8859-1 -*-
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
#
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
# ari... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\View\Compilers\Concerns;
trait CompilesHelpers
{
/**
* Compile the CSRF statements into valid PHP.
*
* @return string
*/
protected function compileCsrf()
{
return '<?php echo csrf_field(); ?>';
}
/**
* Compile the "dd" statements into va... | {
"pile_set_name": "Github"
} |
"use strict";
const conversions = require("webidl-conversions");
const utils = require("./utils.js");
const impl = utils.implSymbol;
const HTMLElement = require("./HTMLElement.js");
function HTMLSpanElement() {
throw new TypeError("Illegal constructor");
}
Object.setPrototypeOf(HTMLSpanElement.prototype, HTMLElem... | {
"pile_set_name": "Github"
} |
# 2005 November 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*******************************... | {
"pile_set_name": "Github"
} |
gtk-color-scheme = "base_color: #000000"
gtk-color-scheme = "text_color: #ffffff"
gtk-color-scheme = "bg_color: #0d0d0d"
gtk-color-scheme = "fg_color: #ffffff"
gtk-color-scheme = "tooltip_bg_color: #4B5162"
gtk-color-scheme = "tooltip_fg_color: #ffffff"
gtk-color-scheme = "selected_bg_color: #367bf0"
gtk-color-scheme =... | {
"pile_set_name": "Github"
} |
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
// <eddie_source_header>
// This file is part of Eddie/AirVPN software.
// Copyright (C)2014-2019 AirVPN (support@airvpn.org) / https://airvpn.org
//
// Eddie 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,... | {
"pile_set_name": "Github"
} |
#ifndef _GEM_BDRING_H_
#define _GEM_BDRING_H_
typedef struct _GEM_BD {
BT_u32 address;
#define RX_BD_ADDRESS 0xFFFFFFFC
#define RX_BD_WRAP 0x00000002
#define RX_BD_OWNERSHIP 0x00000001
#define TX_BD_ADDRESS RX_BD_ADDRESS
BT_u32 flags;
#define TX_BD_USED 0x80000000
#define TX_BD_WRAP 0x40000000
#define TX_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://thelia.net/schema/dic/module"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/module http://thelia.net/schema/dic/module/module-2_1.xsd">
<fullnamespace>HookContact\HookContact</fullna... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "dropdown_anim__00054@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU Gene... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
// Copyright (c) 2001-2011 Joel de Guzman
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#if !defined(SPIRIT_KARMA_ALTERNATIVE_MAR_01_2007_1124AM)
#define SP... | {
"pile_set_name": "Github"
} |
import React from "react"
import { createFragmentContainer, graphql } from "react-relay"
import { StyleSheet, Text, TextStyle, View, ViewProperties, ViewStyle } from "react-native"
import SerifText from "lib/Components/Text/Serif"
import colors from "lib/data/colors"
import fonts from "lib/data/fonts"
import { Metad... | {
"pile_set_name": "Github"
} |
package com.bookstore.service;
import com.bookstore.dto.AuthorDto;
import java.util.List;
import com.bookstore.repository.AuthorRepository;
import org.springframework.stereotype.Service;
@Service
public class BookstoreService {
private final AuthorRepository authorRepository;
public BookstoreService(AuthorR... | {
"pile_set_name": "Github"
} |
// Copyright 2017 JanusGraph Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | {
"pile_set_name": "Github"
} |
const { GPU } = require('gpu.js');
const { Target } = require('../../src/layer/target');
const { setup, teardown } = require('../../src/utilities/kernel');
const { injectIstanbulCoverage } = require('../test-utils');
describe('Target Layer', () => {
beforeEach(() => {
setup(
new GPU({
mode: 'cpu',... | {
"pile_set_name": "Github"
} |
# List of source files containing translatable strings.
# Addons
addons/src/ao_bookmarklist.c
addons/src/ao_tasks.c
addons/src/ao_systray.c
addons/src/ao_blanklines.c
addons/src/ao_markword.c
addons/src/ao_xmltagging.c
addons/src/ao_openuri.c
addons/src/ao_wrapwords.c
addons/src/ao_doclist.c
addons/src/ao_copyfilepath... | {
"pile_set_name": "Github"
} |
# Kodi Media Center language file
# Addon Name: Estuary
# Addon id: skin.estuary
# Addon Provider: phil65, Ichabod Fletchman
msgid ""
msgstr ""
"Project-Id-Version: KODI Main\n"
"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:M... | {
"pile_set_name": "Github"
} |
// Copyright 2018 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
function createSuiteWithWarmup( name, count, fn) {
new BenchmarkSuite(name, [count], [
new Benchmark(name, true, false, 0, fn),
]);
}
const inp... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
# Microsoft Developer Studio Project File - Name="conv_dash_marker" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
CFG=conv_dash_marker - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project... | {
"pile_set_name": "Github"
} |
d1bfcefb3e66dbac4e84a791e2d459864d2ed9a6439417a935e626bd3f8bf82daa351868f5e39e005023ca3f7cbed9c09362263ec39958f14af0adbd663b826a
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{5c673951-5083-408a-a3de-a63babf1344b}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Exten... | {
"pile_set_name": "Github"
} |
#
# Makefile for the Linux proc filesystem routines.
#
CFLAGS_vmcore.o = -O
obj-y += proc.o
proc-y := nommu.o task_nommu.o
proc-$(CONFIG_MMU) := task_mmu.o
proc-y += inode.o root.o base.o generic.o array.o \
fd.o
proc-$(CONFIG_TTY) += proc_tty.o
proc-y += cmdline.o
proc-y += consoles.o
proc-y += cp... | {
"pile_set_name": "Github"
} |
# copies of usefulbash commands
# start tensorboard server with only the rewards
tensorboard --logdir=run1:./results/new_flex/tensorboard/dqn1/rl,run2:./results/new_flex/tensorboard/dqn2/rl,run3:./results/new_flex/tensorboard/dqn3/rl,autoflex:./results/new_flex/tensorboard/autoflex/rl
# copy results to local machin... | {
"pile_set_name": "Github"
} |
uniform sampler2D nMap;
vec4 godrays(vec2 uv)
{
const int NUM_SAMPLES = 30 ;
float exposure = 0.0007;
float density = 1.;
float weight = 10.; //6.5;
vec2 pos = uv;
// FIXME: position du Soleil
vec2 lightPositionOnScreen = vec2(0.8, 0.38);
// afficher la position du soleil
//if (length(pos - lightP... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Foundation\Testing\Concerns;
use Closure;
use Illuminate\Foundation\Mix;
use Mockery;
trait InteractsWithContainer
{
/**
* The original Laravel Mix handler.
*
* @var \Illuminate\Foundation\Mix|null
*/
protected $originalMix;
/**
* Register an instance ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/ruby
l=gets.to_i
n=l.bit_length
a=[];b=1
(n-1).times{|i|*q=n+~i,n-i;a<<q+[1<<i]<<q+[0];b&l>0&&a<<[1,n-i,l^=b];b*=2}
[[n,a.size],*a].map{|e|puts e*' '}
| {
"pile_set_name": "Github"
} |
To get the latest version, please visit http://neyric.github.com/wireit
---------------------------------------------------------------------------
Version 3.0.0pr2
Changeset:
* Complete rewrite of WireIt using YUI 3.6.0
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="isometric" renderorder="right-down" width="10" height="10" tilewidth="64" tileheight="32" nextobjectid="1">
<tileset firstgid="1" name="tileset" tilewidth="64" tileheight="64">
<image source="isometric_tileset.png" width="512" height="448"/>
</t... | {
"pile_set_name": "Github"
} |
VERSION_NAME=1.0.1
VERSION_CODE=2
GROUP=com.github.baneizalfe.pulltodismisspager
POM_DESCRIPTION=PullToDismissPager is an Android Open Source Library for showing ViewPager in similar way Facebook app does in its Friend Request Section
POM_URL=https://github.com/baneizalfe/PullToDismissPager
POM_SCM_URL=https://github.... | {
"pile_set_name": "Github"
} |
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# https://www.morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Hotaru-CMS"
authors [
"Brendan Coles <bcoles@gmai... | {
"pile_set_name": "Github"
} |
{
"globalTagDefaults" : {
"paletteSwaps" : ""
},
"animatedParts" : {
"stateTypes" : {
"swoosh" : {
"default" : "idle",
"states" : {
"idle" : {
},
"fire" : {
"frames" : 3,
"cycle" : 0.1,
"mode" : "transition",
... | {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: ServiceAccount
metadata:
name: nexus-operator
namespace: "{{ ocp4_workload_nexus_operator_project }}"
| {
"pile_set_name": "Github"
} |
"use strict";
(function() {
function log(code: string, message?: string, success?: boolean) {
message = message || '';
if (document && document.body) {
if (message) {
message = $.views.converters.html(message);
message = success === undefined ? "<br/>==== <b><em>" + message + "<... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
*
* $Id: BuildTest.java 2662 2006-02-18 14:20:33Z otmarhumbel $
*/... | {
"pile_set_name": "Github"
} |
# Exercise: Using UDFs
Develop a standalone Spark SQL application (using IntelliJ IDEA) that uses your own `upper` user-defined function (e.g. `my_upper`).
Protip™: Use Scala's [StringOps.toUpperCase](https://www.scala-lang.org/api/current/scala/collection/immutable/StringOps.html)
Use your UDF in SQL, i.e. in `spar... | {
"pile_set_name": "Github"
} |
/*
*
* 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 later version.
*
* FFmpeg is distribu... | {
"pile_set_name": "Github"
} |
/*
* Panasonic HotKey and LCD brightness control driver
* (C) 2004 Hiroshi Miura <miura@da-cha.org>
* (C) 2004 NTT DATA Intellilink Co. http://www.intellilink.co.jp/
* (C) YOKOTA Hiroshi <yokota (at) netlab. is. tsukuba. ac. jp>
* (C) 2004 David Bronaugh <dbronaugh>
* (C) 2006-2008 Harald Welte <laforge@gnu... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The TensorFlow Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required b... | {
"pile_set_name": "Github"
} |
function popup(url) {
newwindow=window.open(url,'name','height=400,width=600');
if (window.focus) newwindow.focus();
return false;
}
function collapse(id) { jQuery('#'+id).slideToggle(); }
function fade(id,value) { if(value>0) jQuery('#'+id).hide().fadeIn('slow'); else jQuery('#'+id).show().fadeOut('slow'); }
fun... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.