text stringlengths 2 99k | meta dict |
|---|---|
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: MIT
// +build !js
// +build !windows
package gl
import (
"fmt"
"reflect"
"strings"
"unsafe"
)
// #include <stdlib.h>
import "C"
// Ptr takes a slice or pointer (to a singular scalar value or the first
// element of an array or slice) and returns its GL-compatible address.
//
// For ... | {
"pile_set_name": "Github"
} |
/**
* @file xmc_ledts.c
* @date 2017-02-25
*
* @cond
*********************************************************************************************************************
* XMClib v2.1.20 - XMC Peripheral Driver Library
*
* Copyright (c) 2015-2018, Infineon Technologies AG
* All rights reserved. ... | {
"pile_set_name": "Github"
} |
import numpy as np
import pickle as pkl
import networkx as nx
import scipy.sparse as sp
from scipy.sparse.linalg.eigen.arpack import eigsh
import sys
from scipy.sparse.linalg import norm as sparsenorm
from scipy.linalg import qr
# from sklearn.metrics import f1_score
def parse_index_file(filename):
"""Parse index... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// Preprocessed version of "boost/mpl/aux_/reverse_iter_fold_impl.hpp" header
// -- DO NOT modify by hand!
namesp... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_timesheet_attendance
#
# Translators:
# Martin Trigaux, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n"
"PO-Revision-Date:... | {
"pile_set_name": "Github"
} |
(* This program 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. *)
(* ... | {
"pile_set_name": "Github"
} |
/*
* IBM Accurate Mathematical Library
* Written by International Business Machines Corp.
* Copyright (C) 2001 Free Software Foundation, Inc.
*
* This program 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 ... | {
"pile_set_name": "Github"
} |
import numpy as np
import time
import parakeet
from parakeet import testing_helpers
def count_thresh_orig(values, thresh):
n = 0
for elt in values:
n += elt < thresh
return n
count_thresh = parakeet.jit(count_thresh_orig)
def np_thresh(values, thresh):
return np.sum(values < thresh)
def par_thresh(... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
//
// MKSoundCoordinatedAnimationLayer.m
//
// Copyright 2010-2011 Michael F. Kamprath
// michael@claireware.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.ap... | {
"pile_set_name": "Github"
} |
`define WB_PAGE_OFFSET_OFF 32'h0
`define WB_SPARE_SPACE_WR_OFF 32'h10
`define WB_SPARE_SPACE_RD_OFF 32'h18
`define WB_ERASE_OFF 32'h20
`define WB_STATUS_OFF 32'h28
`define WB_WRITE_OFF 32'h30
`define WB_READ_OFF 32'h38
// Wi... | {
"pile_set_name": "Github"
} |
# Contributing
## Creating your changes
1. Fork, then clone the repo:
`git clone git@github.com:your-username/barrelsby.git`
2. Install dependencies:
`npm install`
3. Make your changes.
4. Make sure the tests pass:
`npm test`
5. Push to your fork and [submit a pull request][pullrequest]... | {
"pile_set_name": "Github"
} |
#sharing {
a.twitter {
color: $twitter_color;
}
a.facebook {
color: $facebook_color;
}
a.google-plus {
color: $gplus_color;
}
a.whatsapp {
color: $whatsapp_color;
}
a.email {
color: $fs-logo-blue-color;
}
i.fa {
margin-left: 20... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/half_transparent_black"
android:orientation="vertical"
android:padding="6dp">
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE ipe SYSTEM "ipe.dtd">
<ipe version="70206" creator="Ipe 7.2.7">
<info created="D:20181112141931" modified="D:20181127095235"/>
<ipestyle name="basic">
<symbol name="arrow/arc(spx)">
<path stroke="sym-stroke" fill="sym-stroke" pen="sym-pen">
0 0 m
-1 0.333 l
-1 -0.333 l
h
</path>
</symbol... | {
"pile_set_name": "Github"
} |
var name = "Noise-Bringer";
var collection_type = 0;
var is_secret = 1;
var desc = "Made metal music for sloths";
var status_text = "For rocking the sloth, an unconvincing air guitar salute to you, Noise-Bringer: Widdly-widdly-widdy-widdly-weeee! You brought the noise! Have a badge!";
var last_published = 134880193... | {
"pile_set_name": "Github"
} |
using System;
namespace Serenity.ComponentModel
{
/// <summary>
/// Controls if this field is editable in update record mode.
/// When used with fields, turns on or off the updatable flag.
/// </summary>
public class UpdatableAttribute : Attribute
{
/// <summary>
///... | {
"pile_set_name": "Github"
} |
.\" @(#)plot.3x 6.2 (Berkeley) 5/15/86
.\"
.TH PLOT 3X "May 15, 1986"
.AT 3
.SH NAME
plot: openpl, erase, label, line, circle, arc, move, cont, point, linemod, space, closepl \- graphics interface
.SH SYNOPSIS
.nf
.B openpl()
.PP
.B erase()
.PP
.B label(s)
.B char s[];
.PP
.B line(x1, y1, x2, y2)
.PP
.B circle(x, y, r... | {
"pile_set_name": "Github"
} |
//+build !go1.9
package reflect2
import (
"unsafe"
)
//go:linkname makemap reflect.makemap
func makemap(rtype unsafe.Pointer) (m unsafe.Pointer)
func makeMapWithSize(rtype unsafe.Pointer, cap int) unsafe.Pointer {
return makemap(rtype)
}
| {
"pile_set_name": "Github"
} |
local _, L = ...
local locale = GetLocale()
L.RESET_MODEL = "Reset current model"
L.PLAYER_BUTTON_TEXT = "P"
L.PLAYER_BUTTON_TOOLTIP = "Player character"
L.TARGET_BUTTON_TEXT = "T"
L.TARGET_BUTTON_TOOLTIP = "Target model"
L.TARGET_GEAR_BUTTON_TEXT = "TG"
L.TARGET_GEAR_BUTTON_TOOLTIP = "Target gear"
L.TARGET_... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
package org.fossasia.phimpme.data.local;
import io.realm.Realm;
import io.realm.RealmQuery;
import io.realm.RealmResults;
/** Created by pa1pal on 10/6/17. */
public class DatabaseHelper {
private Realm realm;
public DatabaseHelper(Realm realm) {
this.realm = realm;
}
public RealmQuery<AccountDatabase>... | {
"pile_set_name": "Github"
} |
RGBLIGHT_ENABLE = yes
BACKLIGHT_ENABLE = yes
MOUSEKEY_ENABLE = yes
| {
"pile_set_name": "Github"
} |
{% if header %}
<div class="usa-overlay"></div>
{% if header.type == 'basic' %}
<header class="usa-header usa-header--basic" role="banner">
{% elsif header.type == 'basic-mega' %}
<header class="usa-header usa-header--basic usa-header--basic-megamenu" role="banner">
{% elsif header.type == 'extended' or header.ty... | {
"pile_set_name": "Github"
} |
//
// Alerts
// --------------------------------------------------
// Base styles
// -------------------------
.alert {
padding: @alert-padding;
margin-bottom: @line-height-computed;
border: 1px solid transparent;
border-radius: @alert-border-radius;
// Headings for larger alerts
h4 {
margin-top: 0;... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the overtrue/wechat.
*
* (c) overtrue <i@overtrue.me>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
* Order.
*
* @author overtrue <i@overtrue.me>
* @copyright 2015 overtrue <i@overtrue.me>
*
* @see... | {
"pile_set_name": "Github"
} |
var crypto = require('crypto');
var bcrypt = require('bcrypt-nodejs');
var mongoose = require('mongoose')
, Schema = mongoose.Schema
, ObjectId = Schema.ObjectId;
///////////////////////////////////////////////
//// SET YOUR APP.JSON DETAILS ////
/////////////////////////////////////////////
//Not work... | {
"pile_set_name": "Github"
} |
LIBRARY api-ms-win-core-synch-l1-2-0.dll
EXPORTS
DeleteSynchronizationBarrier
EnterSynchronizationBarrier
InitOnceBeginInitialize
InitOnceComplete
InitOnceExecuteOnce
InitOnceInitialize
InitializeConditionVariable
InitializeSynchronizationBarrier
SignalObjectAndWait
Sleep
SleepConditionVariableCS
SleepConditionVariable... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012-2018 The Android Money Manager Ex Project Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later ve... | {
"pile_set_name": "Github"
} |
package org.apache.helix.participant;
/*
* 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 Licens... | {
"pile_set_name": "Github"
} |
//
// serial_port_base.hpp
// ~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
// Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.tx... | {
"pile_set_name": "Github"
} |
module 0xD3(output out, input in1, in2, in3);
reg r_out;
assign out = r_out;
always@(in1, in2, in3)
begin
case({in1,in2,in3})
3'b000: out = 1'b1;
3'b001: out = 1'b1;
3'b010: out = 1'b0;
3'b011: out = 1'b1;
3'b100: out = 1'b0;
3'b101: out = 1'b0;
3'... | {
"pile_set_name": "Github"
} |
#include "TestRuleOnCode.h"
#include "rules/convention/TooFewBranchesInSwitchStatementRule.cpp"
class TooFewBranchesInSwitchStatementRuleTest : public ::testing::Test {
protected:
virtual void SetUp() override
{
RuleConfiguration::addConfiguration("MINIMUM_CASES_IN_SWITCH", "3");
}
virtual vo... | {
"pile_set_name": "Github"
} |
/*
* TeleStax, Open Source Cloud Communications Copyright 2012.
* and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<div class="row margin-top">
<div class="col-lg-12">
<div class="alert alert-success bootstrap-admin-alert">
<a class="close" data-dismiss="alert" href=... | {
"pile_set_name": "Github"
} |
from distutils.command.register import register as _register
class register(_register):
__doc__ = _register.__doc__
def run(self):
# Make sure that we are using valid current name/version info
self.run_command('egg_info')
_register.run(self)
| {
"pile_set_name": "Github"
} |
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994, 1995 Waldorf GmbH
* Copyright (C) 1994 - 2000, 06 Ralf Baechle
* Copyright (C) 1999, 2000 Silicon Graphics, Inc.
* ... | {
"pile_set_name": "Github"
} |
/* Drop in replacement for zmalloc.h in order to just use libc malloc without
* any wrappering. */
#ifndef ZMALLOC_H
#define ZMALLOC_H
#define zmalloc malloc
#define zrealloc realloc
#define zcalloc(x) calloc(x,1)
#define zfree free
#define zstrdup strdup
#endif
| {
"pile_set_name": "Github"
} |
#if 0
//
// Generated by Microsoft (R) D3D Shader Disassembler
//
//
// Input signature:
//
// Name Index Mask Register SysValue Format Used
// -------------------- ----- ------ -------- -------- ------- ------
// SV_Position 0 xyzw 0 NONE float xyzw
// NORMA... | {
"pile_set_name": "Github"
} |
from typing import Union, Tuple, Generator, Iterable, Any
BaseType = Any
class BaseRegistry:
def __len__(self):
raise NotImplementedError
def __contains__(self, item: Union[int, BaseType]):
raise NotImplementedError
def __iter__(self) -> Iterable[BaseType]:
raise NotImplementedE... | {
"pile_set_name": "Github"
} |
/* This file is part of libmspack.
* (C) 2003-2013 Stuart Caie.
*
* The LZX method was created by Jonathan Forbes and Tomi Poutanen, adapted
* by Microsoft Corporation.
*
* libmspack is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License (LGPL) versi... | {
"pile_set_name": "Github"
} |
C2.pl works
| {
"pile_set_name": "Github"
} |
# ReportRunMetricsResponseReportRunMetricResultStatus
- UNSPECIFIED: Default value if not present. - OK: Indicates successful reporting. - INVALID_ARGUMENT: Indicates that the payload of the metric is invalid. - DUPLICATE_REPORTING: Indicates that the metric has been reported before. - INTERNAL_ERROR: Indicates t... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPUnit.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Interface for classes that can return a description of itself.
*
* @since Interfac... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -maix32
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build ppc,aix
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -maix32 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_BYPASS = 0x19
AF_CCITT ... | {
"pile_set_name": "Github"
} |
/* Xilinx MicroBlaze support for BFD.
Copyright (C) 2009-2019 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free... | {
"pile_set_name": "Github"
} |
require 'rubygems'
require 'hoe'
require './lib/spec/rails/version'
require 'cucumber/rake/task'
$:.unshift(File.join(File.dirname(__FILE__), "/../rspec/lib"))
require 'spec/rake/spectask'
class Hoe
def extra_deps
@extra_deps.reject! { |x| Array(x).first == 'hoe' }
@extra_deps
end
end
Hoe.new('rspec-rai... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -Wdate-time -Wno-builtin-macro-redefined %s -verify -E
// RUN: %clang_cc1 -Wdate-time -Wno-builtin-macro-redefined %s -DIS_SYSHEADER -verify -E
// RUN: not %clang_cc1 -Werror=date-time -Wno-builtin-macro-redefined %s -DIS_SYSHEADER -E 2>&1 | grep 'error: expansion' | count 3
#ifdef IS_HEADER
#ifde... | {
"pile_set_name": "Github"
} |
function getJSON (url, callback) {
const xhr = new XMLHttpRequest();
xhr.responseType = 'json';
xhr.open('get', url, true);
xhr.onload = function () {
if (xhr.status >= 200 && xhr.status < 300) {
callback(xhr.response);
} else {
throw new Error(xhr.statusText);
}
};
xhr.send();
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8968463441945ba45a32cd9c231a256a
timeCreated: 1560165192
licenseType: Pro
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2013-2019 Stefan Löffler
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2, or (at your option) any later
* version.
*
* This program is distributed... | {
"pile_set_name": "Github"
} |
'use strict';
let fs = require('fs');
let dateTime = require(__dirname+'/../../../tools/date/formatUTC.js');
let configFile = require(__dirname+'/../../../configurations/configuration.js');
let create = function(type, name, data)
{
/*
Formats information to write to the trace log file. Creates a timestamp, cla... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2020 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/licens... | {
"pile_set_name": "Github"
} |
// self.onmessage = function (event) {
// const data = event.data
// let { songs, likeIds } = data
// songs.forEach(song => {
// if (likeIds.includes(song.id)) {
// song.isLiked = true
// }
// })
// self.postMessage({ songs, likeIds })
// }
self.onmessage = function (event) {
const data = even... | {
"pile_set_name": "Github"
} |
/*
* This software Copyright by the RPTools.net development team, and
* licensed under the Affero GPL Version 3 or, at your option, any later
* version.
*
* MapTool Source Code is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or... | {
"pile_set_name": "Github"
} |
@import './aliases'
@import './ellipsis'
@import './hide-text'
@import './replace-text'
| {
"pile_set_name": "Github"
} |
/*
******************************************************************************
* Copyright (C) 2015, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************
*
* File UNIFIEDCACHE.H - The ICU Unified cache.
********... | {
"pile_set_name": "Github"
} |
.bold{
font-weight: bold;
}
.widget{
margin-bottom: 25px;
/* taken from https://css-tricks.com/examples/GradientBorder/ */
border-bottom: 3px solid black;
background-image:
linear-gradient(transparent, #000),
linear-gradient(transparent, #000);
background-size: 3px 100%;
ba... | {
"pile_set_name": "Github"
} |
death.attack.ember=%1$s 已被焚化
death.attack.ember.player=%1$s 被 %2$s 焚化了
embers.aspect.copper=铜
embers.aspect.dawnstone=黎明石
embers.aspect.iron=铁
embers.aspect.lead=铅
embers.aspect.silver=银
embers.commands.fill.added=为区块 [%3$s,%4$s](位于 X %5$s,Z %6$s 处)添加了 %1$s 点灰烬等级(现在是 %2$s)
embers.commands.fill.failed=区块 [%1$s,%2$s](位于 ... | {
"pile_set_name": "Github"
} |
Sequel.migration do
change do
alter_table :scan_results do
add_column :incomplete_task_count, Integer
end
end
end
| {
"pile_set_name": "Github"
} |
package io.cattle.platform.token.impl;
import io.cattle.platform.token.CertSet;
import java.io.IOException;
import java.security.PublicKey;
import java.security.cert.Certificate;
import java.util.Map;
public interface RSAKeyProvider {
RSAPrivateKeyHolder getPrivateKey();
Map<String, PublicKey> getPublicKey... | {
"pile_set_name": "Github"
} |
module Spree
class ProductCustomization < ActiveRecord::Base
belongs_to :product_customization_type
belongs_to :line_item
has_many :customized_product_options, :dependent => :destroy
attr_accessible :product_customization_type_id, :line_item_id
# TODO: Jeff, add 'required'
# price might depen... | {
"pile_set_name": "Github"
} |
"""
03-output-range.py - The `mul` and `add` attributes.
Almost all audio objects have a `mul` and `add` attributes.
These are defined inside the PyoObject, which is the base
class for all objects generating audio signal. The manual
page of the PyoObject explains all behaviours common to
audio objects.
An audio signa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 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/license... | {
"pile_set_name": "Github"
} |
> 策略名称
OkEX Websocket Realtime v3
> 策略作者
FawkesPan
> 策略描述
# OkEX WebSocket API Connecter (compress supported)
因为 `websocket-client` 新版的各种大脑降级设计 很多功能无法使用
需要安装老版本websocket-client的包才能正常使用 `pip3 install websocket-client==0.46.0`
> 源码 (python)
``` python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# encoding: u... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001, Daniel C. Nuffer
// Copyright (c) 2001-2011 Hartmut Kaiser
//
// 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(BOOST_SPIRIT_ITERATOR_BUF_ID_CHECK_POLICY_MAR_16_2007_110... | {
"pile_set_name": "Github"
} |
We do regular testing of ISO MPEG compliant decoder accuracy, automatic with snapshot generation each night at least, with results shown on the front page of http://mpg123.org .
Since version 1.8.0, mpg123 really looks fine in that area... it's fast and sounds good;-)
| {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Platform
* @subpackage GitHub
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die;
/**
* GitHub API Account class for the Joomla P... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: js_data
oTest.fnStart( "sPaginationType" );
$(document).ready( function () {
/* Check the default */
var oTable = $('#example').dataTable( {
"aaData": gaaData
} );
var oSettings = oTable.fnSettings();
oTest.fnTest(
"Check two button paging is the default",
null,
function () { return o... | {
"pile_set_name": "Github"
} |
{
"id": "suckerfish",
"name": "Suckerfish",
"games": {
"nh": {
"orderable": false,
"sources": [
"North: Finned Shadows at Sea, Jun-Sep (All day)",
"South: Finned Shadows at Sea, Dec-Mar (All day)"
],
"sellPrice": {
"currency": "bells",
"value": 1500
... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPUnit.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Prettifies class and method names for use in TestDox documentation.
*
* @since Cla... | {
"pile_set_name": "Github"
} |
a6f10947d6c37b62a4c0f5e4d0d32cc826a957c7d1026f316d5651262c4f0b24 Dyre.zip
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_232) on Tue Jan 28 22:35:22 EST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.easymock.... | {
"pile_set_name": "Github"
} |
{
"action": {
"error": {
"notes": "Location: Unknown",
"variety": [
"Loss"
],
"vector": [
"Unknown"
]
}
},
"actor": {
"internal": {
"motive": [
"Unknown"
],
"variety": [
"Unknown"
]
}
},
"asset": {
"asset... | {
"pile_set_name": "Github"
} |
// version 1.1.2
val data = intArrayOf(
85, 88, 75, 66, 25, 29, 83, 39, 97,
68, 41, 10, 49, 16, 65, 32, 92, 28, 98
)
fun pick(at: Int, remain: Int, accu: Int, treat: Int): Int {
if (remain == 0) return if (accu > treat) 1 else 0
return pick(at - 1, remain - 1, accu + data[at - 1], treat) +
... | {
"pile_set_name": "Github"
} |
\ProvidesFile{gloss-croatian.ldf}[polyglossia: module for croatian]
\PolyglossiaSetup{croatian}{
bcp47=hr,
langtag=HRV,
hyphennames={croatian},
hyphenmins={2,2}, % aligned with https://ctan.org/pkg/hrhyph patterns and http://lebesgue.math.hr/~nenad/Diplomski/Maja_Ribaric_2011.pdf
frenchspacing=true, % recomme... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2011-2017 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2011 UT-Battelle, LLC. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#inc... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved.
#pragma once
#include "EnclosedContextTestBase.h"
class OptionalDecorationTest:
public EnclosedContextTestBase
{};
| {
"pile_set_name": "Github"
} |
// Copyright 2019 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 "content/browser/cache_storage/cross_sequence/cross_sequence_cache_storage.h"
#include "content/browser/cache_storage/cache_storage_context_impl... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("language","nl",{button:"Taal instellen",remove:"Taal verwijderen"}); | {
"pile_set_name": "Github"
} |
"""
Objects for dealing with Laguerre series.
This module provides a number of objects (mostly functions) useful for
dealing with Laguerre series, including a `Laguerre` class that
encapsulates the usual arithmetic operations. (General information
on how this module represents and works with such polynomials is in th... | {
"pile_set_name": "Github"
} |
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distrib... | {
"pile_set_name": "Github"
} |
#pragma once
#include "ofMain.h"
#include "ofxBox2d.h"
class ofApp : public ofBaseApp {
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y);
void mouseDragged(int x, int y, int button);
void mouse... | {
"pile_set_name": "Github"
} |
diff --git a/hll.c b/hll.c
index 9169aaf..8ea8fc4 100644
--- a/hll.c
+++ b/hll.c
@@ -103,30 +103,31 @@ static ret_code GetExpression(struct hll_item *hll, int *i, struct asm_tok[], in
* must not be changed.
*/
enum c_bop {
- COP_NONE,
- COP_EQ, /* == */
- COP_NE, /* != */
- COP_GT, /* > */
- COP_LT, /*... | {
"pile_set_name": "Github"
} |
var util = require('util');
var zlib = require('zlib');
var benchmark = require('async-benchmark');
var bytes = require('bytes');
var chalk = require('chalk');
var snappy = require('../snappy');
var input = require('fs').readFileSync(
require('path').join(__dirname, '../deps/snappy/snappy-1.1.4/snappy.cc')
);
var ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android" android:keyHeight="@integer/key_normal_height" android:keyWidth="15%p">
<Row>
<Key android:keyLabel="🦹🏻♂️" android:keyOutputText="🦹🏻♂️" xmlns:ask="http://sc... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
// This file is autogenerated by:
// mojo/public/tools/bindings/mojom_bindings_generator.py
// For:
// components/payments/mojom/payment_request.... | {
"pile_set_name": "Github"
} |
# 20. Refactoring the Reducers
[Video Link](https://egghead.io/lessons/javascript-redux-refactoring-the-reducers)
Earlier, we removed the `visibilityFilter` reducer, and so the root reducer in the app now combines only a single `todos` reducer. Since `index.js` acts effectively as a proxy to the `todos` reducer, we wi... | {
"pile_set_name": "Github"
} |
cd %windir%\Microsoft.NET\Framework\v4.0.30319
aspnet_regiis.exe –i | {
"pile_set_name": "Github"
} |
import hou
def AddCustomFloor(a_node):
Index = a_node.parm("mpFloorOverrides").evalAsInt()
# DEFAULT PARMS
Parms = ['bFacadeCorner','bTopLedgeCorner', 'bBottomLedgeCorner', 'sTopLedgePattern', 'sBottomLedgePattern','fFloorHeight', 'bTopLedge', 'fTopLedgeHeight', 'bBottomLedge', 'fBottomLedgeHeight', ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2000-2009 DFKI GmbH.
* All Rights Reserved. Use is subject to license terms.
*
* This file is part of MARY TTS.
*
* MARY TTS 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, vers... | {
"pile_set_name": "Github"
} |
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types_openbsd.go
// +build amd64,openbsd
package unix
const (
sizeofPtr = 0x8
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x8
sizeofLongLong = 0x8
)
type (
_C_short int16
_C_int int32
_C_long int64
_C_long_long int64
... | {
"pile_set_name": "Github"
} |
/* (c) 2020 Open Source Geospatial Foundation - all rights reserved
* This code is licensed under the GPL 2.0 license, available at the root
* application directory.
*/
package org.geoserver.dggs.rhealpix;
import java.util.logging.Level;
import java.util.logging.Logger;
import jep.JepException;
import org.geoserver... | {
"pile_set_name": "Github"
} |
@e-color-black: #000000;
.e-text-black{
color: @e-color-black !important;
}
.e-background-black{
background-color: @e-color-black !important;
}
| {
"pile_set_name": "Github"
} |
from direct.wxwidgets.WxAppShell import *
import os
from . import ObjectGlobals as OG
CLOSE_STDIN = "<CLOSE STDIN>"
class StartupError(Exception):
pass
class Process:
def __init__(self, parent, cmd, end_callback):
self.process = wx.Process(parent)
self.process.Redirect()
self.process.... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2017 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////
// Code generated by go-swagger; DO NOT EDIT.
package policy
// This file was ... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Google LLC
//
// 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 applicable law or agreed to... | {
"pile_set_name": "Github"
} |
/// @ref gtx_scalar_relational
/// @file glm/gtx/scalar_relational.hpp
///
/// @see core (dependence)
///
/// @defgroup gtx_scalar_relational GLM_GTX_scalar_relational
/// @ingroup gtx
///
/// Include <glm/gtx/scalar_relational.hpp> to use the features of this extension.
///
/// Extend a position from a source to a pos... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.