text stringlengths 2 99.9k | meta dict |
|---|---|
# Animated_GIF [![NPM Version][npm-image]][npm-url]
_A Javascript library for creating animated GIFs_
## How to use it?
Include `dist/Animated_GIF.js` in your HTML.
```javascript
var imgs = document.querySelectorAll('img');
var ag = new Animated_GIF();
ag.setSize(320, 240);
for(var i = 0; i < imgs.length; i++) {... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, 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, publis... | {
"pile_set_name": "Github"
} |
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
import javax.annotation.*;
import java.nio.*;
import org.lwjgl.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.Checks.*;
import static org.lwj... | {
"pile_set_name": "Github"
} |
# Contribution Guidelines
Please ensure your pull request adheres to the following guidelines:
- Before implementing a new feature, first make issue with a detailed description of what you want to do (it's can save your time)
- Search previous pull request before making a new one, as yours may be a duplicate.
- Don't... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_test",
"go_library",
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":... | {
"pile_set_name": "Github"
} |
/* oo_WRITE_BINARY.h
*
* Copyright (C) 1994-2009,2011-2020 Paul Boersma
*
* This code 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 ver... | {
"pile_set_name": "Github"
} |
/**
* Z PL/SQL Analyzer
* Copyright (C) 2015-2020 Felipe Zorzo
* mailto:felipebzorzo AT gmail DOT com
*
* 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 3 of the L... | {
"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, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you can obt... | {
"pile_set_name": "Github"
} |
;
; Exports of file URLAUTH.dll
;
; Autogenerated by gen_exportdef
; Written by Kai Tietz, 2007
;
LIBRARY URLAUTH.dll
EXPORTS
GetExtensionVersion
HttpExtensionProc
TerminateExtension
| {
"pile_set_name": "Github"
} |

# Forestry Website
This site wraps [Hugo](gohugo.io) with [Gulp](https://gulpjs.com/) as your asset pipeline.
[PostCSS](http://postcss.org/) and [Webpack](https://webpack.js.org/) + [Babel](https://babeljs.io/) are... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_SERIALIZATION_CONFIG_HPP
#define BOOST_SERIALIZATION_CONFIG_HPP
// config.hpp ---------------------------------------------//
// (c) Copyright Robert Ramey 2004
// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or... | {
"pile_set_name": "Github"
} |
github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4... | {
"pile_set_name": "Github"
} |
jedis:
pool:
config:
maxTotal: 100
maxIdle: 20
maxWaitMillis: 20000
host: dev.redis.java110.com
port: 6379
timeout: 3000
password: hc
eureka:
instance:
leaseRenewalIntervalInSeconds: 10
leaseExpirationDurationInSeconds: 30
preferIpAddress: true
instanceId: ${sp... | {
"pile_set_name": "Github"
} |
namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter03.Listing03_08
{
public class Program
{
public static void Main()
{
string[] languages;
languages = new string[] { "C#", "COBOL", "Java",
"C++", "Visual Basic", "Pascal",
"Fortran", ... | {
"pile_set_name": "Github"
} |
var SetCache = require('./_SetCache'),
arrayIncludes = require('./_arrayIncludes'),
arrayIncludesWith = require('./_arrayIncludesWith'),
cacheHas = require('./_cacheHas'),
createSet = require('./_createSet'),
setToArray = require('./_setToArray');
/** Used as the size to enable large array optimiza... | {
"pile_set_name": "Github"
} |
package services
import (
"google.golang.org/grpc"
)
type Type string
const (
ApplicationService Type = "stellar.services.application.v1"
ClusterService Type = "stellar.services.cluster.v1"
DatastoreService Type = "stellar.services.datastore.v1"
EventsService Type = "stellar.services.events.v1"
Gate... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2016-2018 Alibaba Group Holding Limited
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"
} |
<?php get_header(); ?>
<!-- Row for main content area -->
<div class="small-12 large-8 columns" id="content" role="main">
<?php /* Start loop */ ?>
<?php while (have_posts()) : the_post(); ?>
<article <?php post_class() ?> id="post-<?php the_ID(); ?>">
<header>
<h1 class="entry-title"><?php the_title(); ... | {
"pile_set_name": "Github"
} |
low_alert_notification_alert_text=Low Glucose
verylow_alert_notification_alert_text=Urgent Low Glucose
high_alert_notification_alert_text=High Glucose
veryhigh_alert_notification_alert_text=Urgent High Glucose
missed_reading_alert_notification_alert=Missed Reading
phonemuted_alert_notification_alert_text=Phone Muted
ba... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
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 l... | {
"pile_set_name": "Github"
} |
import Self from '../../../src';
module.exports = {
entry: {
entryA: './entryA.js',
entryB: './entryB.js',
entryC: './entryC.js',
entryD: './entryD.js',
entryE: './entryE.js',
},
module: {
rules: [
{
test: /\.css$/,
use: [Self.loader, 'css-loader'],
},
],
... | {
"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"
} |
(* Modified by TrustInSoft *)
(**************************************************************************)
(* *)
(* This file is part of Frama-C. *)
(* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.... | {
"pile_set_name": "Github"
} |
<template name="apifmShare">
<view class="apifmShare">
<view class='share'>
<image src='/images/share/share1.png'></image>
<button open-type='share'></button>
</view>
<view class='share'>
<image src='/images/share/share2.png'></image>
<button bindtap="_createPoster" data-d="{{goodsD... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Finder\Tests\Iterator;
use Symfony\Component\Finder\I... | {
"pile_set_name": "Github"
} |
package org.jboss.weld.annotated.slim.unbacked;
import java.io.ObjectInputStream;
import java.io.ObjectStreamException;
import java.io.Serializable;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import java.util.Set;
import jakarta.enterprise.inject.spi.AnnotatedCallable;
import jakarta.enter... | {
"pile_set_name": "Github"
} |
<?php
class Swift_StreamFilters_StringReplacementFilterTest extends \PHPUnit\Framework\TestCase
{
public function testBasicReplacementsAreMade()
{
$filter = $this->createFilter('foo', 'bar');
$this->assertEquals('XbarYbarZ', $filter->filter('XfooYfooZ'));
}
public function testShouldBu... | {
"pile_set_name": "Github"
} |
/*
* The contents of this file are subject to the Initial
* Developer's Public License Version 1.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.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl.
*
* Software distri... | {
"pile_set_name": "Github"
} |
plugins {
`java-library`
}
dependencies {
api(project(":darklaf-annotations"))
}
| {
"pile_set_name": "Github"
} |
---
# Default key/value pairs
| {
"pile_set_name": "Github"
} |
//
// SyncTimeUtils.h
// SyncTimeManager
//
// Created by Makara Khloth on 6/6/12.
// Copyright 2012 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
typedef enum {
kRepTimeZoneRegional = 1,
kRepTimeZoneTimeSpan = 2
} TimeZoneSyncRepresentation;
@interface SyncTime : NSObject {
@pri... | {
"pile_set_name": "Github"
} |
%% Translation of GIT committish: 7073ab2d033f82eb797d6fcefd3cd18c98fb3d63
texidocit = "
Quando il motore tipografico non riesce a risolvere una situazione, si puรฒ
usare la sintassi che sovrascrive le decisioni tipografiche. L'unitร di
misura usata รจ lo spazio del rigo.
"
doctitleit = "Forzare lo spostamento oriz... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018-present Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | {
"pile_set_name": "Github"
} |
//
// RACStreamExamples.h
// ReactiveObjC
//
// Created by Justin Spahr-Summers on 2012-11-01.
// Copyright (c) 2012 GitHub, Inc. All rights reserved.
//
// The name of the shared examples for a RACStream subclass.
extern NSString * const RACStreamExamples;
// The RACStream subclass to test.
extern NSString * con... | {
"pile_set_name": "Github"
} |
<%namespace name="common" file="/notifications/common.txt"/>
${c.e.user.name|n} hat einen Kommentar modifiziert, den Sie betreffs ${c.e.comment.topic.title|n} eingestellt haben. Dieser lautet nun:
${c.e.rev.text|n}
${common.quotecomment(c.e.comment.reply)} | {
"pile_set_name": "Github"
} |
import { replaceOrAddItem, removeItemMatch } from 'react-cosmos-shared2/util';
import { Notification, NotificationsSpec } from './public';
import { NotificationsContext } from './shared';
const TIMEOUT = 3000;
export function pushStickyNotification(
context: NotificationsContext,
notification: Notification
) {
... | {
"pile_set_name": "Github"
} |
{
"id": "sql-input-schema",
"name": "An SQL input schema",
"description": "An SQL input schema",
"type": "sql",
"tables": [
{
"id": "table_1",
"name": "Table 1",
"description": "Table 1",
"columns": [
{ "id": "column_1_A", "name": "Column 1A", "description": "Column 1A", "t... | {
"pile_set_name": "Github"
} |
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=configure install prepare test
DEPEND=!elibc_Darwin? ( unwind? ( sys-libs/libunwind ) ) sodium? ( dev-libs/libsodium:= ) pgm? ( ~net-libs/o... | {
"pile_set_name": "Github"
} |
package io.crnk.gen.openapi.internal.schemas;
import io.swagger.v3.oas.models.media.ObjectSchema;
import io.swagger.v3.oas.models.media.Schema;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
class JsonApiTest {
@Test
void schema() {
Schema schema = new JsonApi().schema();
Assert.assertTrue(... | {
"pile_set_name": "Github"
} |
/*
* S/390 channel I/O instructions
*
* Copyright 2012 IBM Corp.
* Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or (at
* your option) any later version. See the COPYING file in the top-level
* directory.
*/
#ifndef S390X_IOINST_H
#defin... | {
"pile_set_name": "Github"
} |
{
"name": "lodash.tostring",
"version": "4.1.2",
"description": "The lodash method `_.toString` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
"keywords": [
"lodash-modularized",
"tostring"
],
"author": {
"name": "John-Da... | {
"pile_set_name": "Github"
} |
organization := "io.swagger"
name := "scalatra-sample"
version := "0.1.0-SNAPSHOT"
scalaVersion := "2.12.4"
mainClass in assembly := Some("JettyMain")
val ScalatraVersion = "2.6.2"
libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra" % ScalatraVersion,
"org.scalatra" %% "scalatra-swagg... | {
"pile_set_name": "Github"
} |
import numpy as np
import torch
import torch.nn.functional as F
from torch import nn
class Scalar(nn.Module):
def __init__(self):
super().__init__()
self.register_buffer('total', torch.FloatTensor([0.0]))
self.register_buffer('count', torch.FloatTensor([0.0]))
def forward(self, scalar... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_UDPXY
bool "udpxy"
depends on BR2_USE_MMU
help
udpxy is a UDP-to-HTTP multicast traffic relay daemon: it
forwards UDP traffic from a given multicast subscription to
the requesting HTTP client.
http://www.udpxy.com/
| {
"pile_set_name": "Github"
} |
๏ปฟusing System;
using System.Collections.Generic;
using Xamarin.Forms;
using NUnit.Framework;
using Xamarin.Forms.Core.UnitTests;
namespace Xamarin.Forms.Xaml.UnitTests
{
public class Bz34037Converter0 : IValueConverter, IMarkupExtension
{
public static int Invoked { get; set; }
public static object Parameter { ... | {
"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.
// <reference path="ms-appx://$(TargetFramework)/js/WinJS.js" />
/// <reference path="../TestLib/TestDataSource.ts" />
/// <reference path="../TestLib/Helper.ItemsMa... | {
"pile_set_name": "Github"
} |
---
facebook: 'https://facebook.com/pages/Center-for-Biological-Diversity/72931140459?ref=ts'
instagram: 'https://instagram.com/CenterForBioDiv'
logohandle: biologicaldiversity
sort: biologicaldiversity
title: Center for Biological Diversity
twitter: CenterForBioDiv
website: 'http://www.biologicaldiversity.org/'
youtub... | {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
| {
"pile_set_name": "Github"
} |
package tenants
import "github.com/gophercloud/gophercloud"
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("tenants")
}
func getURL(client *gophercloud.ServiceClient, tenantID string) string {
return client.ServiceURL("tenants", tenantID)
}
func createURL(client *gophercloud.Ser... | {
"pile_set_name": "Github"
} |
#! /bin/sh
#
# which.sh -- find where an executable is located. It's here because the
# "which" command is not supported everywhere. Used by Makefile.
IFS=":"
for ac_dir in $PATH; do
if test -f "$ac_dir/$1"; then
echo "$ac_dir/$1"
break
fi
done
| {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('flatten', require('../flatten'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="GridLayout">
<!--
support versions. All attributes not present in ViewGroup/View are
redefined in the support library namespace.
-->
<!--
The orientation property is not used d... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# taken from http://hbfs.wordpress.com/2013/06/18/fast-path-finding-part-ii/
# might require sudo apt-get install cpufrequtils
# invoke with performance or ondemand
# type cpufreq-info to check results, you can also verify with cat /proc/cpuinfo
# enumerate found CPUs
cpus=$( grep processor /proc/c... | {
"pile_set_name": "Github"
} |
# SDBM
SDBM provides a simple file-based key-value store, which can only store String
keys and values.
Note that Ruby comes with the source code for SDBM, while the DBM and GDBM
standard libraries rely on external libraries and headers.
### Examples
Insert values:
require 'sdbm'
SDBM.open 'my_database' do... | {
"pile_set_name": "Github"
} |
'use strict';
/* eslint no-unused-vars: off */
/* eslint-env commonjs */
/**
* Shim process.stdout.
*/
process.stdout = require('browser-stdout')({label: false});
var Mocha = require('./lib/mocha');
/**
* Create a Mocha instance.
*
* @return {undefined}
*/
var mocha = new Mocha({reporter: 'html'});
/**
* ... | {
"pile_set_name": "Github"
} |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/asset/v1/asset_service.proto
namespace Google\Cloud\Asset\V1;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Generated from protobuf message <code>go... | {
"pile_set_name": "Github"
} |
/*
PICCANTE Examples
The hottest examples of Piccante:
http://vcg.isti.cnr.it/piccante
Copyright (C) 2014
Visual Computing Laboratory - ISTI CNR
http://vcg.isti.cnr.it
First author: Francesco Banterle
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Publi... | {
"pile_set_name": "Github"
} |
import {
camelCase,
Constructable,
IContainer,
IResourceKind,
Registration,
ResourceType,
ResourceDefinition,
PartialResourceDefinition,
mergeArrays,
Protocol,
firstDefined,
Metadata
} from '@aurelia/kernel';
import {
BindingType,
ITargetedInstruction,
registerAliases
} from '@aurelia/runt... | {
"pile_set_name": "Github"
} |
import parseArguments from '../helpers/parseArguments';
class FunctionCall {
constructor(functionObject) {
this.type = functionObject.function;
this.arguments = parseArguments(functionObject.arguments);
}
next() {
if (!this.data) throw new Error(`Function ${this.type} forgot to set this.data`);
return this.... | {
"pile_set_name": "Github"
} |
var createTextStyle = function(feature, resolution, labelText, labelFont,
labelFill, placement, bufferColor,
bufferWidth) {
if (feature.hide || !labelText) {
return;
}
if (bufferWidth == 0) {
var bufferStyle = null;
} else... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2015 by Liangliang Nan (liangliang.nan@gmail.com)
* https://3d.bk.tudelft.nl/liangliang/
*
* This file is part of Easy3D. If it is useful in your research/work,
* I would be grateful if you show your appreciation by citing it:
* -----------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: 14_Unlit_Textured_Transparent_AlphaCutoff
m_Shader: {fileID: 4800000, guid: c4edd00ff2db... | {
"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"
} |
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Qwt License, Version 1.0
**************... | {
"pile_set_name": "Github"
} |
๏ปฟ<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class xss_ff_window_ssessionstealer
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As B... | {
"pile_set_name": "Github"
} |
function p = predict(Theta1, Theta2, X)
%PREDICT Predict the label of an input given a trained neural network
% p = PREDICT(Theta1, Theta2, X) outputs the predicted label of X given the
% trained weights of a neural network (Theta1, Theta2)
% Useful values
m = size(X, 1);
num_labels = size(Theta2, 1);
% You need ... | {
"pile_set_name": "Github"
} |
#include <math.h>
#include <stdint.h>
#include <float.h>
#if FLT_EVAL_METHOD > 1U && LDBL_MANT_DIG == 64
#define SPLIT (0x1p32 + 1)
#else
#define SPLIT (0x1p27 + 1)
#endif
static void sq(double_t *hi, double_t *lo, double x)
{
double_t xh, xl, xc;
xc = (double_t)x*SPLIT;
xh = x - xc + xc;
xl = x - xh;
*hi = (do... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
// Copyright 2007-2010 Baptiste Lepilleur
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
#ifndef JSON_CONFIG_H_INCLUDED
#define JSON_CONFIG_H_INCLUDED
#include <stddef.h>
#include <st... | {
"pile_set_name": "Github"
} |
#region License
// Copyright (c) .NET Foundation and contributors.
//
// 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 r... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_GUICONSTANTS_H
#define BITCOIN_QT_GUICONSTANTS_H
#include <cstdint>
/* Milliseconds between model update... | {
"pile_set_name": "Github"
} |
// Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
//
// Example Usage
//
// The following is a complete example using assert in a standard test function:
// import (
// "testing"
// "github.com/stretchr/testify/assert"
// )
//
// func TestSomet... | {
"pile_set_name": "Github"
} |
.\" **************************************************************************
.\" * _ _ ____ _
.\" * Project ___| | | | _ \| |
.\" * / __| | | | |_) | |
.\" * | (__| |_| | _ <| |___
.\" * ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<MessageTemplate>
<To>{{ Email.DisplayName }} <{{ Email.Email }}></To>
<ReplyTo>{% if Customer.Email %}{{ Customer.FullName }} <{{ Customer.Email }}>{% endif %}</ReplyTo>
<Subject>{{ Store.Name }}. New product review for '{{ Product.Name | Truncate: 30 }}'</Subject>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/React Native tutorial-1-Introduction .iml" filepath="$PROJECT_DIR$/.idea/React Native tutorial-1-Introduction .iml" />
</modules>
</component>
</pr... | {
"pile_set_name": "Github"
} |
struct X { int x; };
void z(int);
typedef struct t TYPEDEF;
void foo() {
int y = 17;
// RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -code-completion-patterns -code-completion-at=%s:6:14 -std=gnu++98 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
// CHECK-CC1: COMPLETION: bool
// CHECK-CC1-NEXT: COMPLETION: ... | {
"pile_set_name": "Github"
} |
// RUN: %check_clang_tidy %s readability-else-after-return %t -- \
// RUN: -config='{CheckOptions: [ \
// RUN: {key: readability-else-after-return.WarnOnConditionVariables, value: false}, \
// RUN: ]}'
bool foo(int Y) {
// Excess scopes are here so that the check would have to opportunity to
// ref... | {
"pile_set_name": "Github"
} |
# Topic Modeling for Earnings Calls and Financial News
This chapter uses unsupervised machine learning to extract latent topics from documents. These themes can produce detailed insights into a large body of documents in an automated way. They are very useful to understand the haystack itself and permit the concise ta... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" data-navbar="/administrator/navbar-account.html">
<head>
<meta charset="utf-8" />
<title translate="yes">Seje</title>
<link href="/public/pure-min.css" rel="stylesheet">
<link href="/public/content.css" rel="stylesheet">
<link href="/public/content-additional.css" rel="stylesh... | {
"pile_set_name": "Github"
} |
/*
* Test program for MSA instruction SUBS_U.D
*
* Copyright (C) 2019 Wave Computing, Inc.
* Copyright (C) 2019 Aleksandar Markovic <amarkovic@wavecomp.com>
* Copyright (C) 2019 RT-RK Computer Based Systems LLC
* Copyright (C) 2019 Mateja Marjanovic <mateja.marjanovic@rt-rk.com>
*
* This program is fr... | {
"pile_set_name": "Github"
} |
// sever.cpp : ๅฎไนๆงๅถๅฐๅบ็จ็จๅบ็ๅ
ฅๅฃ็นใ
//
#include "server.h"
#include "ipc.h"
#include "uv.h"
#include "util.h"
using namespace util;
int main(int argc, char* argv[])
{
if(argc != 2)
return -1;
int port = atoi(argv[1]);
/** Dump่ฎพ็ฝฎ */
CMiniDump dump("livectrl_server.dmp");
/** ๅๅปบๆฅๅฟๆไปถ */
char ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fblocks -analyze -analyzer-checker=osx.cocoa.MissingSuperCall -verify -Wno-objc-root-class %s
// Define used Classes
@protocol NSObject
- (id)retain;
- (oneway void)release;
@end
@interface NSObject <NSObject> {}
- (id)init;
+ (id)alloc;
@end
typedef char BOOL;
typedef double NSTimeInterval;
typede... | {
"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 Y... | {
"pile_set_name": "Github"
} |
/**
* Javascript functions used in the domain checker to power
* search, suggestions and whois functionality.
*
* @file WHMCS Domain Checker Javascript Functions
* @copyright Copyright 2015 WHMCS Limited
*/
jQuery('#frmDomainChecker').submit(function (e) {
e.preventDefault();
var invalidDomainCharacters... | {
"pile_set_name": "Github"
} |
# CORS Middleware for Laravel
[![Build Status][ico-actions]][link-actions]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
Implements https://github.com/asm89/stack-cors for Laravel
## About
The `laravel-cors` package allows you to send [Cross-Origin Resource Shari... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
EROFS_VERSION = "1.0"
ccflags-y += -DEROFS_VERSION=\"$(EROFS_VERSION)\"
obj-$(CONFIG_EROFS_FS) += erofs.o
erofs-objs := super.o inode.o data.o namei.o dir.o utils.o
erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o
| {
"pile_set_name": "Github"
} |
# pylint: disable=no-self-use,invalid-name
import numpy
from numpy.testing import assert_almost_equal
import keras.backend as K
from keras.layers import Input, Masking
from keras.models import Model
from deep_qa.layers.backend import BatchDot
from deep_qa.layers.wrappers import OutputMask
from deep_qa.testing.test_case... | {
"pile_set_name": "Github"
} |
MaterialDef Billboard {
MaterialParameters {
Float SpriteHeight : 10
Texture2D Texture
}
Technique {
WorldParameters {
WorldViewMatrix
ProjectionMatrix
WorldMatrix
CameraDirection
ViewPort
CameraPosition
... | {
"pile_set_name": "Github"
} |
#---------------------------------------------------------------------------------
.SUFFIXES:
#---------------------------------------------------------------------------------
ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif
TOPDIR ?= $(CURD... | {
"pile_set_name": "Github"
} |
package de.metas.handlingunits.document.impl;
/*
* #%L
* de.metas.handlingunits.base
* %%
* Copyright (C) 2015 metas GmbH
* %%
* 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 ver... | {
"pile_set_name": "Github"
} |
/*
* MIT License
*
* Copyright (c) 2020 Jannis Weis
*
* 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,... | {
"pile_set_name": "Github"
} |
package mesosphere.marathon
package api
import java.io.ByteArrayOutputStream
import java.util
import javax.servlet.http.{HttpServletRequest, HttpServletResponse}
import javax.servlet.{ServletConfig, ServletContext, ServletOutputStream, WriteListener}
import mesosphere.UnitTest
class WebJarServletTest extends UnitTes... | {
"pile_set_name": "Github"
} |
package com.example;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ZipkinServiceApplicationTests {
@Test
public void contextL... | {
"pile_set_name": "Github"
} |
#!/bin/bash
############################################################################
# Copyright (c) 2015 Saint Petersburg State University
# Copyright (c) 2011-2014 Saint Petersburg Academic University
# All Rights Reserved
# See file LICENSE for details.
##########################################################... | {
"pile_set_name": "Github"
} |
// JSX and ES2015 are supported as well
import React from 'react'
const Svg = props => (
<svg
viewBox='0 0 32 32'
width={512}
height={512}
style={{
display: 'block',
margin: 0
}}>
<rect
width={32}
height={32}
rx={1/4}
rx={1/4}
fill='#222' />
<tex... | {
"pile_set_name": "Github"
} |
require 'pact/provider/pact_spec_runner'
describe Pact::Provider::PactSpecRunner, skip_jruby: true do
let(:options) { {provider: double(:provider)} }
let(:pact_url) { double(:pact_url, uri: 'uri', options: {}) }
let(:pact_urls) { [pact_url] }
subject { described_class.new(pact_urls, options) }
let(:interact... | {
"pile_set_name": "Github"
} |
import { h } from 'preact';
import { render } from '@testing-library/preact';
import { axe } from 'jest-axe';
import { CogIcon } from '../CogIcon';
describe('<CommentSubscription />', () => {
it('should have no a11y violations', async () => {
const { container } = render(<CogIcon />);
const results = await a... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "่ฝฌ่ดฆ.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.