text stringlengths 2 99.9k | meta dict |
|---|---|
%% Translation of GIT committish: 0c00cd98e81b27325bed5891b950fe7f0f0ebe5d
texidoces = "
En una música que tenga muchas apariciones de la
misma secuencia de notas a distintas alturas, podría ser de
utilidad la siguiente función musical. Admite una nota, de la que
sólo se utiliza su altura. Las funciones de apoyo en... | {
"pile_set_name": "Github"
} |
package com.jshop.dao.impl;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.Ses... | {
"pile_set_name": "Github"
} |
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/droid-sans/DroidSans.ttf" type="DynamicFontData" id=1]
[resource]
size = 42
use_filter = true
font_data = ExtResource( 1 )
| {
"pile_set_name": "Github"
} |
#!/bin/bash
puser=${USER:-www-data}
function dolog() { logger -t mysql.sh -p info $*; }
if [ $CONTAINER_INIT == 1 ]; then
dolog setting phpmyadmin user permissions for "$puser"
su -c "chown -R $puser: /var/lib/phpmyadmin/tmp; chgrp --reference /var/lib/phpmyadmin/tmp /var/lib/phpmyadmin/*.php"
su -c "chgrp --r... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
;(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined'
&& typeof require === 'function' ? factory(require('../moment')) :
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
factory(global.moment)
}(this, ... | {
"pile_set_name": "Github"
} |
import { Spec } from 'vega';
export const spec: Spec = {
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 300,
"height": 200,
"padding": 5,
"marks": [
{
"type": "rect",
"encode": {
"update": {
"x": {"value": 0},
"y": {"value": 0},
"width"... | {
"pile_set_name": "Github"
} |
FILE(GLOB Eigen_CholmodSupport_SRCS "*.h")
INSTALL(FILES
${Eigen_CholmodSupport_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/CholmodSupport COMPONENT Devel
)
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE FixtureDefinition>
<FixtureDefinition xmlns="http://www.qlcplus.org/FixtureDefinition">
<Creator>
<Name>Q Light Controller Plus</Name>
<Version>4.9.1</Version>
<Author>Robert Box</Author>
</Creator>
<Manufacturer>Equinox</Manufacturer>
<Model>Party Par LED PAR ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | {
"pile_set_name": "Github"
} |
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
#ifndef _JVM_LOCATER_H
#define _JVM_LOCATER_H
#if !defined bool
#include <stdbool.h>
#endif
#if !defined size_t
#include <stddef.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
/**
* Returns the arch dir name, used eg here:
* .../jr... | {
"pile_set_name": "Github"
} |
import sys
if sys.version_info < (3, 7):
from ._tick0 import Tick0Validator
from ._showgrid import ShowgridValidator
from ._range import RangeValidator
from ._gridwidth import GridwidthValidator
from ._gridcolor import GridcolorValidator
from ._dtick import DtickValidator
else:
from _plotly... | {
"pile_set_name": "Github"
} |
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
... | {
"pile_set_name": "Github"
} |
package com.lordofthejars.nosqlunit.demo.hbase;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.client.Get;
import org.apache.hadoop.hbase.client.HTable;
import org.apache.hadoop.hbase.client.Result;
import ch.lambdaj.function.convert.Converter;
public class P... | {
"pile_set_name": "Github"
} |
/**
* This file is part of logisim-evolution.
*
* Logisim-evolution 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.
*
* Logisim... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2006 Joseph Koshy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | {
"pile_set_name": "Github"
} |
project('libdecsync', ['vala', 'c'],
version: '1.2.0',
license: 'LGPL'
)
gee = dependency('gee-0.8')
json_glib = dependency('json-glib-1.0')
subdir('src')
| {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of c... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "MMService.h"
#import "IContactMgrExt.h"
#import "IMMNewSessionMgrExt.h"
#import "IMsgExt.h"
#import "IWCPayPayMoneyLogicExt.h"
#import "MMService.h"
@class Log_IMOperatio... | {
"pile_set_name": "Github"
} |
package com.zgkxzx.modbus4And.sero.messaging;
public interface RequestHandler {
/**
* Handle the request and return the appropriate response object.
*
* @param request
* the request to handle
* @return the response object or null if no response is to be sent. null may also be ... | {
"pile_set_name": "Github"
} |
#
# Makefile for the PCI bus specific drivers.
#
obj-y += access.o bus.o probe.o host-bridge.o remove.o pci.o \
pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
irq.o vpd.o setup-bus.o vc.o
obj-$(CONFIG_PROC_FS) += proc.o
obj-$(CONFIG_SYSFS) += slot.o
obj-$(CONFIG_PCI_QUIRKS) += quirks.o
# Build PCI Expr... | {
"pile_set_name": "Github"
} |
<?php
namespace Emtudo\Domains\Files\Transformers;
use Emtudo\Domains\Files\File;
use Emtudo\Support\Domain\Repositories\Fractal\Transformer;
class FileTransformer extends Transformer
{
/**
* @param File $file
*
* @return array
*/
public function transform($file)
{
return [
... | {
"pile_set_name": "Github"
} |
// Copyright 2013 Google Inc. 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 above copyright
// notice, this list of conditions and ... | {
"pile_set_name": "Github"
} |
package com.example;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class ProducerController {... | {
"pile_set_name": "Github"
} |
{% include css/main.css %}
| {
"pile_set_name": "Github"
} |
<extension key='test.extension.manager.moduletest' type='module'>
<file>moduletest</file>
<name>test_extension_manager_moduletest</name>
<tags>
<tag>mock</tag>
</tags>
</extension>
| {
"pile_set_name": "Github"
} |
{
"name": "@datafire/lufthansa_public",
"version": "5.0.0",
"main": "index.js",
"description": "DataFire integration for LH Public",
"repository": {
"type": "git",
"url": "git+https://github.com/DataFire/integrations.git"
},
"author": "DataFire",
"license": "MIT",
"bugs": {
"url": "https:/... | {
"pile_set_name": "Github"
} |
use crate::datetime::{DateTime, DayOfWeek};
use bitflags::bitflags;
use core::fmt;
#[derive(Debug, Clone)]
pub struct AlarmManager {
pub alarms: [Alarm; 5],
}
impl Default for AlarmManager {
fn default() -> Self {
Self {
alarms: [
Alarm::default(),
Alarm::def... | {
"pile_set_name": "Github"
} |
(* ****** ****** *)
//
// HX-2014-11:
// A running example
// from ATS2 to Perl5
//
(* ****** ****** *)
(*
** Copyright (C) 2011 Hongwei Xi, ATS Trustful Software, Inc.
**
** Permission is hereby granted, free of charge, to any person
** obtaining a copy of this software and associated documentation
** files (the "Soft... | {
"pile_set_name": "Github"
} |
# Monster Elements Wireless On-Ear (usb)
See [usage instructions](https://github.com/jaakkopasanen/AutoEq#usage) for more options and info.
### Parametric EQs
In case of using parametric equalizer, apply preamp of **-7.4dB** and build filters manually
with these parameters. The first 5 filters can be used independentl... | {
"pile_set_name": "Github"
} |
/* savage_bci.c -- BCI support for Savage
*
* Copyright 2004 Felix Kuehling
* All Rights Reserved.
*
* 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"
} |
var mkdirp = require('../').mkdirp;
var path = require('path');
var fs = require('fs');
var test = require('tap').test;
var ps = [ '', 'tmp' ];
for (var i = 0; i < 25; i++) {
var dir = Math.floor(Math.random() * Math.pow(16,4)).toString(16);
ps.push(dir);
}
var file = ps.join('/');
// a file in the way
var ... | {
"pile_set_name": "Github"
} |
package com.example;
import ru.stablex.ui.UIBuilder;
/**
* Simple demo project for StablexUI
*/
class Init{
/**
* Function called with `--macro` compiler flag
*
*/
macro static public function init () : Void{
//register classes for usage in xml.
UIBuilder.regClass("com.example.C... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2013-2017 Netflix, 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 requir... | {
"pile_set_name": "Github"
} |
package dns
import (
"bytes"
"crypto"
"crypto/dsa"
"crypto/ecdsa"
"crypto/elliptic"
_ "crypto/md5"
"crypto/rand"
"crypto/rsa"
_ "crypto/sha1"
_ "crypto/sha256"
_ "crypto/sha512"
"encoding/asn1"
"encoding/binary"
"encoding/hex"
"math/big"
"sort"
"strings"
"time"
"golang.org/x/crypto/ed25519"
)
// D... | {
"pile_set_name": "Github"
} |
# mapstructure [](https://godoc.org/github.com/mitchellh/mapstructure)
mapstructure is a Go library for decoding generic map values to structures
and vice versa, while providing helpful error handling.
This library is most useful when decoding va... | {
"pile_set_name": "Github"
} |
It’s not possible to get legal recognition for your same-sex relationship in the Falkland Islands.
| {
"pile_set_name": "Github"
} |
// Copyright 2019 The Prometheus 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... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>404 - Page not found | FromThePage</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Serif+Pro:400,700">
<style>
html, body {
margin: 0;
height: 100%;
}
body {
color: #200;
paddin... | {
"pile_set_name": "Github"
} |
CheckExternal := 1;
ContentsCompressionType := 1;
ForbidOutsideParms := 1;
GzipContents := 1;
LockContents := 1;
MakeDefault := 1;
ParmsFromVfl := 0;
PrefixDroppedParmLabel := 0;
PrefixDroppedParmName := 0;
SaveCachedCode := 0;
SaveIcon := 1;
SaveSpareParms := 0;
UnlockOnCreate := 0;
UseDSParms := 1;
| {
"pile_set_name": "Github"
} |
# Automatically generated script
\set noalias = 1
#
# Creation script for gamedev::sop_color_gradient operator
#
if ( "$arg1" == "" ) then
echo This script is intended as a creation script
exit
endif
# Node $arg1 (gamedev::Sop/sop_color_gradient)
opexprlanguage -s hscript $arg1
opuserdata -n '___Version___' ... | {
"pile_set_name": "Github"
} |
---@class CS.FairyEditor.View.ConsoleView : CS.FairyGUI.GComponent
---@type CS.FairyEditor.View.ConsoleView
CS.FairyEditor.View.ConsoleView = { }
---@return CS.FairyEditor.View.ConsoleView
function CS.FairyEditor.View.ConsoleView.New() end
---@overload fun(msg:string): void
---@param logType number
---@param optional ... | {
"pile_set_name": "Github"
} |
/** @jsx h */
import h from '../../../hyperscript';
export default (
<document>
<paragraph>Hello World</paragraph>
<x-method>
<unordered_list>
<list_item>
<unstyled>Item 1</unstyled>
</list_item>
<list_item>
... | {
"pile_set_name": "Github"
} |
// -*- C++ -*-
// Copyright (C) 2005, 2006, 2009, 2010, 2011 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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
// Foundatio... | {
"pile_set_name": "Github"
} |
#region Copyright & License Information
/*
* Copyright 2007-2020 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the Licen... | {
"pile_set_name": "Github"
} |
/* A Bison parser, made by GNU Bison 2.5. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as publi... | {
"pile_set_name": "Github"
} |
<?php
$a = 1;
| {
"pile_set_name": "Github"
} |
---
title: Selection.Sections Property (Word)
keywords: vbawd10.chm158662714
f1_keywords:
- vbawd10.chm158662714
ms.prod: word
api_name:
- Word.Selection.Sections
ms.assetid: ac8c26f3-6870-cd25-6f10-21efd16d47d9
ms.date: 06/08/2017
---
# Selection.Sections Property (Word)
Returns a **[Sections](sections-object-word... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Review\Model;
use Magento\Framework\DataObject;
use Magento\Catalog\Model\Product;
use Magento\Framework\DataObject\IdentityInterface;
use Magento\Review\Model\ResourceModel\Review\Product\Collect... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- 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/licen... | {
"pile_set_name": "Github"
} |
{
"packageId": "cd684a53-e2f4-4ff2-bbaa-aaa15437b2b7",
"name": "artifact-hub",
"normalizedName": "artifact-hub",
"logoImageId": "95f2e608-3deb-4997-9d2b-7cc9ad5cd08d",
"stars": 1,
"displayName": null,
"description": "Artifact Hub is a web-based application that enables finding, installing, and publishing ... | {
"pile_set_name": "Github"
} |
var write = require('./write'),
geojson = require('./geojson'),
prj = require('./prj'),
JSZip = require('jszip');
module.exports = function(gj, options) {
var zip = new JSZip(),
layers = zip.folder(options && options.folder ? options.folder : 'layers');
[geojson.point(gj), geojson.line(gj... | {
"pile_set_name": "Github"
} |
@prefix : <http://example/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:x1 :p "1"^^xsd:integer .
:x1 :r "4"^^xsd:integer .
:x2 :p "2"^^xsd:integer .
:x2 :r "10"^^xsd:integer .
:x2 :x "1"^^xsd:integer .
:x3 :q "3"^^xsd:intege... | {
"pile_set_name": "Github"
} |
source 'https://rubygems.org'
gem 'rails', '3.2.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3... | {
"pile_set_name": "Github"
} |
namespace example;
class AutoTransition
{
sm
{
s1
{
-> s2;
}
s2
{
ev1 -> s3;
}
s3
{
ev1 -> s4;
}
s4
{
ev1 -> s5;
}
s5
{
}
}
} | {
"pile_set_name": "Github"
} |
sandboxed: false
executables:
{
mdcTest = ( mdcTestComp )
}
processes:
{
envVars:
{
LE_LOG_LEVEL = DEBUG
}
run:
{
( mdcTest )
}
}
start: manual
bindings:
{
mdcTest.mdcTestComp.le_mdc -> modemService.le_mdc
}
| {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Controllers\Admin;
use Backpack\CRUD\app\Http\Controllers\CrudController;
// VALIDATION: change the requests to match your own file names if you need form validation
use App\Http\Requests\CategoryRequest as StoreRequest;
use App\Http\Requests\CategoryUpdateRequest as UpdateRequest;
class Ca... | {
"pile_set_name": "Github"
} |
# a drop-shadow in an iframe causes the content to not render
---
root:
items:
-
type: "stacking-context"
items:
-
type: iframe
id: [1, 2]
bounds: [0, 148, 1920, 1606]
clip-rect: [0, 148, 1920, 1606]
pipelines:
-
id: [1, 2]
items:
-
... | {
"pile_set_name": "Github"
} |
@echo off
title qmake and nmake build prompt
set SDKVersion=%~1
set SDKFolderVersion=%~2
set Machine=%~3
set ProjName=%~4
echo SDKVersion: %SDKVersion%
echo SDKFolderVersion: %SDKFolderVersion%
echo ProjName:%ProjName%
curl -fsSL -o AgoraSDK.zip https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows(%Machi... | {
"pile_set_name": "Github"
} |
package #
Date::Manip::Offset::off210;
# Copyright (c) 2008-2014 Sullivan Beck. All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
# This file was automatically generated. Any changes to this file will
# be lost the next time 'tzdata'... | {
"pile_set_name": "Github"
} |
import { some } from 'min-dash';
/**
* A handler that implements reversible appending of shapes
* to a source shape.
*
* @param {canvas} Canvas
* @param {elementFactory} ElementFactory
* @param {modeling} Modeling
*/
export default function AppendShapeHandler(modeling) {
this._modeling = modeling;
}
AppendS... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: grpc_reflection_v1alpha/reflection.proto
package grpc_reflection_v1alpha
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import (
context "golang.org/x/net/context"
grpc "google.golang.org/grpc"
)
// Reference imports ... | {
"pile_set_name": "Github"
} |
#
# Broadcom pinctrl drivers
#
config PINCTRL_BCM281XX
bool "Broadcom BCM281xx pinctrl driver"
depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST)
select PINMUX
select PINCONF
select GENERIC_PINCONF
select REGMAP_MMIO
default ARCH_BCM_MOBILE
help
Say Y here to support Broadcom BCM281xx pinctrl driver, which ... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | {
"pile_set_name": "Github"
} |
// (C) Copyright Edward Diener 2011-2015
// Use, modification and distribution are subject to 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(BOOST_VMD_DETAIL_EQUAL_9_HPP)
#define BOOST_VMD_DETAIL_EQUAL_9_H... | {
"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"
} |
# vim: et ts=4 sts=4 sw=4 tw=0
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
PROJECT(jsoncpp)
ENABLE_TESTING()
OPTION(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON)
OPTION(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON)
OPTION(JSONCPP_WITH_WARNING_... | {
"pile_set_name": "Github"
} |
.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples.
.\"See Also:
.\"man mdoc.samples for a complete listing of options
.\"man mdoc for the short list of editing options
.\"/usr/share/misc/mdoc.template
.Dd 4/18/11 \" DATE
.Dt ImageChopper 1 \" Program name and manual sect... | {
"pile_set_name": "Github"
} |
;/*---------------------------------------------------------------------------------------------------------*/
;/* Holtek Semiconductor Inc. */
;/* ... | {
"pile_set_name": "Github"
} |
//
// TSContactsViewController.swift
// TSWeChat
//
// Created by Hilen on 1/8/16.
// Copyright © 2016 Hilen. All rights reserved.
//
import UIKit
import SwiftyJSON
//import Cent
class TSContactsViewController: UIViewController {
@IBOutlet weak var listTableView: UITableView!
@IBOutlet var footerView: UI... | {
"pile_set_name": "Github"
} |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{EE68C2A2-83EA-4746-92FB-10303660220A}</ProjectGuid>
<ProjectVersion>16.1</ProjectVersion>
<FrameworkType>FMX</FrameworkType>
<MainSource>SensorInfo.dpr</MainSource>
<Base>True... | {
"pile_set_name": "Github"
} |
To understand all the Linux-USB framework, you'll use these resources:
* This source code. This is necessarily an evolving work, and
includes kerneldoc that should help you get a current overview.
("make pdfdocs", and then look at "usb.pdf" for host side and
"gadget.pdf" for peripheral side.) A... | {
"pile_set_name": "Github"
} |
/*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This progra... | {
"pile_set_name": "Github"
} |
options {
LOOKAHEAD = 5;
CHOICE_AMBIGUITY_CHECK = 2;
OTHER_AMBIGUITY_CHECK = 1;
STATIC = false;
DEBUG_PARSER = false;
DEBUG_LOOKAHEAD = false;
DEBUG_TOKEN_MANAGER = false;
ERROR_REPORTING = true;
JAVA_UNICODE_ESCAPE = false;
UNICODE_INPUT = false;
IGNORE_CASE = false;
USER_TOKEN_MA... | {
"pile_set_name": "Github"
} |
source 'https://rubygems.org'
gem 'jekyll', '3.7.4'
group :jekyll_plugins do
gem 'jekyll-feed', '0.9.3'
gem 'jekyll-seo-tag', '2.4.0'
gem 'jekyll-sitemap', '1.2.0'
gem 'jekyll-redirect-from'
gem 'jekyll-mermaid', '~> 1.0'
end | {
"pile_set_name": "Github"
} |
"_2" "Mid(bb3[0])"
"_2" "Mid(bb2[1])"
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Stratio (http://stratio.com)
*
* 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"
} |
#!/usr/bin/env python
# Copyright (c) 2016 Google Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law ... | {
"pile_set_name": "Github"
} |
<?php
namespace PhpParser\Node\Expr;
use PhpParser\Node\Expr;
class Array_ extends Expr
{
// For use in "kind" attribute
const KIND_LONG = 1; // array() syntax
const KIND_SHORT = 2; // [] syntax
/** @var ArrayItem[] Items */
public $items;
/**
* Constructs an array node.
*
*... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Menu - Icons</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></scri... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// Author: Aliaksei Chapyzhenka
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sculptorgenerator<... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "WXPBGeneratedMessage.h"
@class BaseRequest;
@interface LogOutWebWxRequest : WXPBGeneratedMessage
{
}
+ (void)initialize;
// Remaining properties
@property(retain, nonat... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# coding:utf-8
| {
"pile_set_name": "Github"
} |
.. title:: clang-tidy - readability-identifier-naming
readability-identifier-naming
=============================
Checks for identifiers naming style mismatch.
This check will try to enforce coding guidelines on the identifiers naming. It
supports one of the following casing types and tries to convert from one to
an... | {
"pile_set_name": "Github"
} |
/*
* The MIT License
*
* Copyright 2018 The OpenNARS authors.
*
* 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,... | {
"pile_set_name": "Github"
} |
using GitHub.Models;
namespace GitHub.ViewModels
{
/// <summary>
/// Base class for pull request view models.
/// </summary>
public interface IPullRequestViewModelBase : IIssueishViewModel
{
/// <summary>
/// Gets the local repository.
/// </summary>
LocalRepository... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3f879564415f34647ad437f618d8d5c8
timeCreated: 1488321250
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/**
* @class button - open elfinder window (not needed for image or link buttons).Used in ELDORADO.CMS for easy file manipulations.
*
* @param elRTE rte объект-редактор
* @param String name название кнопки
*
* @author: Dmitry Levashov (dio) dio@std42.ru
* @copyright: Studio 42, http://www.std42.ru
**/... | {
"pile_set_name": "Github"
} |
{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/manufacturercenter": {
"description": "Manage your product listings for Google Manufacturer Center"
}
}
}
},
"basePath": "",
"baseUrl": "https:... | {
"pile_set_name": "Github"
} |
define([
"../core",
"../css"
], function( jQuery ) {
function Tween( elem, options, prop, end, easing ) {
return new Tween.prototype.init( elem, options, prop, end, easing );
}
jQuery.Tween = Tween;
Tween.prototype = {
constructor: Tween,
init: function( elem, options, prop, end, easing, unit ) {
this.elem = e... | {
"pile_set_name": "Github"
} |
# Copyright 2018/2019 The RLgraph 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 appli... | {
"pile_set_name": "Github"
} |
#ifndef AMD_SHADOWFX_FILTER_SIZE_15_POISSON_INC
#define AMD_SHADOWFX_FILTER_SIZE_15_POISSON_INC
static const uint g_PoissonSamplesCount=51;
static const float2 g_PoissonSamples[g_PoissonSamplesCount] =
{
{ -3.412354f, -5.284019f },
{ -3.254736f, -3.330548f },
{ -5.816196f, -3.46201f },
{ -1.492874f,... | {
"pile_set_name": "Github"
} |
<?php
/**
* Represents an XHTML 1.1 module, with information on elements, tags
* and attributes.
* @note Even though this is technically XHTML 1.1, it is also used for
* regular HTML parsing. We are using modulization as a convenient
* way to represent the internals of HTMLDefinition, and our
* ... | {
"pile_set_name": "Github"
} |
import tensorflow as tf
slim = tf.contrib.slim
def basenet(inputs, fatness = 64, dilation = True):
"""
backbone net of vgg16
"""
# End_points collect relevant activations for external use.
end_points = {}
# Original VGG-16 blocks.
with slim.arg_scope([slim.conv2d, slim.max_pool2d], paddin... | {
"pile_set_name": "Github"
} |
package resource
import (
"errors"
"fmt"
"log"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
)
func testStepTaint(state *terraform.State, step TestStep) error {
for _, p := range step.Taint {
m := state.RootModule()
if m == nil {
return errors.New("no state")
}
rs, ok := m.Resources[p]
i... | {
"pile_set_name": "Github"
} |
{
"id": "cooler-box",
"name": "Cooler Box",
"games": {
"nh": {
"orderable": true,
"sources": [
"Nook's Cranny"
],
"customizable": false,
"sellPrice": {
"currency": "bells",
"value": 425
},
"buyPrices": [
{
"currency": "bells",... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Multidisciplinary Digital Publishing Institute (MDPI), generated from "mdpi" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Fermentation</title>
... | {
"pile_set_name": "Github"
} |
"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ wurde geladen und steht zur Installation bereit! Dies ist ein wichtiges Update. Möchtest du %1$@ jetzt durch die neue Version ersetzen und neu starten?";
"%1$@ %2$@ has bee... | {
"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 ma... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.