text stringlengths 2 99.9k | meta dict |
|---|---|
#ifndef BOOST_METAPARSE_LIMIT_ONE_CHAR_EXCEPT_SIZE_HPP
#define BOOST_METAPARSE_LIMIT_ONE_CHAR_EXCEPT_SIZE_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LIC... | {
"pile_set_name": "Github"
} |
import { expect } from 'chai'
import { Dictionary } from 'ts-essentials'
import { isString, mapValues, omitBy } from 'lodash'
/**
* Asserts values AND types equality.
* It has some special handling for BigNumber :SHRUG: The reason for this is that I wanted to avoid creating specific functions for bignumbers which wo... | {
"pile_set_name": "Github"
} |
Description: This file contains the default action buttons based on class.
This file is inherited from IWD2, although IWD2 uses a slightly different version.
The columns of the table contain the nine modifiable actions for each class.
A value of 100 means an unavailable slot.
The values may be 0-31, and represent the f... | {
"pile_set_name": "Github"
} |
package me.vickychijwani.spectre.auth;
import io.reactivex.Observable;
import me.vickychijwani.spectre.account.AccountManager;
import me.vickychijwani.spectre.model.entity.BlogMetadata;
import me.vickychijwani.spectre.network.entity.AuthReqBody;
import me.vickychijwani.spectre.util.Pair;
public class AuthStore implem... | {
"pile_set_name": "Github"
} |
/*
* Activiti Modeler component part of the Activiti project
* Copyright 2005-2014 Alfresco Software, Ltd. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; ei... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\TestFramework\Utility;
use Magento\Framework\UrlFactory;
use Magento\Catalog\Model\Product;
class Foo
{
/**
* Constructor
*
* @param \Magento\Customer\Api\CustomerRepositoryInte... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class CursorModifier
| XRTK-Core </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class CursorModifier
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<link rel="stylesheet" type="text/css" href="search... | {
"pile_set_name": "Github"
} |
var a = { foo
:
123
, "bar"
:
"baz"
, 'lorem'
:
new Date()
}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Instrucciones de la Kata String Calculator (sacadas de la web: http://www.osherove.com/tdd-kata-1/)
# ------------------------------------------
# Before you start:
#
# - Try not to read ahead.
# - Do one task at a time. The trick is to learn to work incrementally.
# - Mak... | {
"pile_set_name": "Github"
} |
/* Run sanity tests all installed from npm */
const path = require('path');
const shell = require('shelljs');
const ws = path.join(__dirname, '../../../');
shell.exec('npm run build -- --dist', { cwd: path.join(ws, 'rekit-portal') });
shell.exec('node ./rekit.js --local-portal --local-core');
shell.exec('node ./reki... | {
"pile_set_name": "Github"
} |
/*
* Firetweet - Twitter client for Android
*
* Copyright (C) 2012-2014 Mariotaku Lee <mariotaku.lee@gmail.com>
*
* 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 ... | {
"pile_set_name": "Github"
} |
# GOOGLE SAMPLE PACKAGING DATA
#
# This file is used by Google as part of our samples packaging process.
# End users may safely ignore this file. It has no relevance to other systems.
---
status: PUBLISHED
technologies: [Android]
categories: [Security]
languages: [Java]
solutions: [Mobile]
github: ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { ipcRenderer as ipc } from 'electron';
import { I18nextProvider } from 'react-i18next';
import i18n from '../shared/i18n';
import { render } from 'react-dom';
import FileManager from './components/file-manager';
import configureStore from '../shared/store/configure-store';
import { se... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The gVisor Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | {
"pile_set_name": "Github"
} |
# Net::NNTP.pm
#
# Versions up to 2.24_1 Copyright (c) 1995-1997 Graham Barr <gbarr@pobox.com>.
# All rights reserved.
# Changes in Version 2.25 onwards Copyright (C) 2013-2014 Steve Hay. All rights
# reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl its... | {
"pile_set_name": "Github"
} |
/* tslint:disable:max-classes-per-file */
import { ApolloError } from 'apollo-server-express';
export class NotFoundError extends ApolloError {
constructor(message: string, properties?: { [key: string]: any }) {
super(message, 'NOT_FOUND_ERROR', properties);
Object.defineProperty(this, 'name', { value: 'NotF... | {
"pile_set_name": "Github"
} |
/* src/interfaces/ecpg/include/pgtypes_timestamp.h */
#ifndef PGTYPES_TIMESTAMP
#define PGTYPES_TIMESTAMP
#include <pgtypes.h>
/* pgtypes_interval.h includes ecpg_config.h */
#include <pgtypes_interval.h>
typedef int64 timestamp;
typedef int64 TimestampTz;
#ifdef __cplusplus
extern "C"
{
#endif
extern timestamp PG... | {
"pile_set_name": "Github"
} |
# This is a TOML document. Boom.
title = "TOML Example"
[owner]
name = "Tom Preston-Werner"
organization = "GitHub"
bio = "GitHub Cofounder & CEO\nLikes tater tots and beer."
dob = 1979-05-27T07:32:00Z # First class dates? Why not?
[database]
server = "192.168.1.1"
ports = [ 8001, 8001, 8002 ]
connection_max = 5000
... | {
"pile_set_name": "Github"
} |
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({adapter: new Adapter()}); | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="ChangingSin... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
8E3B0B8A16C88D4800365345 /* AnimationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E3B0B8716C88D4800365345 /* AnimationQueue.m */; };
8E3B0B8B16C88D4800365345 /* DurationBlock.m in Sou... | {
"pile_set_name": "Github"
} |
# (C) Datadog, Inc. 2020-present
# All rights reserved
# Licensed under Simplified BSD License (see LICENSE)
# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS
from six import PY2, PY3, iteritems
from datadog_checks.base import AgentCheck, ConfigurationError, is_affirmative
SSL_MODES = {... | {
"pile_set_name": "Github"
} |
*******************************************************
Freescale i.MX6Q and i.MX6DL SABRESD development boards
*******************************************************
This file documents the Buildroot support for the Freescale SABRE Board for
Smart Devices Based on the i.MX 6 Series (SABRESD).
Read the SABRESD Quick... | {
"pile_set_name": "Github"
} |
import Foundation
/// Protocol for the assertion handler that Nimble uses for all expectations.
public protocol AssertionHandler {
func assert(assertion: Bool, message: FailureMessage, location: SourceLocation)
}
/// Global backing interface for assertions that Nimble creates.
/// Defaults to a private test handl... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 The BigDL 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 agr... | {
"pile_set_name": "Github"
} |
/* This is a file to test the inline ignoring of certain rules.
Errors should be found in line 10, but not on line 9. Line 10 has
rules ignored, but there are rules which *arent* ignored, which
are still present. No errors should be found on line 8 at all. */
SELECT
a.a + a.b AS good,
a.a - a.b AS bad_... | {
"pile_set_name": "Github"
} |
# Configuration file for git-buildpackage and friends
[DEFAULT]
pristine-tar = True
sign-tags = True
| {
"pile_set_name": "Github"
} |
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
#include "ksarm64.h"
EXPORT memset [FUNC]
AREA |.text|,ALIGN=5,CODE,READONLY,CODEALIGN
;
; void * __cdecl memset (void *dst, int value, size_t count);
;
; On ARM64, if you actually have all the include paths and compiler-predefined
... | {
"pile_set_name": "Github"
} |
/*
The MIT License (MIT)
Copyright (C) 2009 Jeroen Frijters
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... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: >
Program functions are defined in source text by a FunctionDeclaration or created dynamically either
by using a FunctionExpression or by using the built-in Function o... | {
"pile_set_name": "Github"
} |
var struct_x_aie_gbl___reg_tile_dma_bd =
[
[ "AddA", "struct_x_aie_gbl___reg_tile_dma_bd.html#a097c2f74418202ee1acb603f4808c525", null ],
[ "AddB", "struct_x_aie_gbl___reg_tile_dma_bd.html#ac04caff67f2ee3f4648b10ab8df35e54", null ],
[ "Ctrl", "struct_x_aie_gbl___reg_tile_dma_bd.html#a1fdf2e1177022aca9fd3c4a... | {
"pile_set_name": "Github"
} |
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vaultName": {
"type": "string",
"metadata": {
"description": "Name of the Vault"
}
},
"location": {
"type": "string",
"def... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<generator xmlns="http://www.github/cliffe/SecGen/generator"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
<name>Random Word Generator</name>
<author>Z. Cliffe Schreuders</author>
<module_l... | {
"pile_set_name": "Github"
} |
# pinkie-promise [](https://travis-ci.org/floatdrop/pinkie-promise)
> [ES2015 Promise](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects) ponyfill
Module exports global Promise object (if available) or [`pinkie`](... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2019 Hendrik Leppkes
* http://www.1f0.de
*
* 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... | {
"pile_set_name": "Github"
} |
---
title: Expected procedure, not user-defined type
keywords: vblr6.chm1035016
f1_keywords:
- vblr6.chm1035016
ms.prod: office
ms.assetid: c5fc855e-c844-792e-14fa-b861fa26ca84
ms.date: 06/08/2017
localization_priority: Normal
---
# Expected procedure, not user-defined type
There is no [procedure](../../Glossary/vbe... | {
"pile_set_name": "Github"
} |
'use strict';
var THREE = require('three');
function init(K3D, gui, obj, prefix, dispatch) {
function change(render) {
obj.length = 0;
Object.keys(gui[prefix].map).forEach(function (key) {
if (key !== 'addNew') {
var data = gui[prefix].map[key].obj;
ob... | {
"pile_set_name": "Github"
} |
#NodeHtmlParser
A forgiving HTML/XML/RSS parser written in JS for both the browser and NodeJS (yes, despite the name it works just fine in any modern browser). The parser can handle streams (chunked data) and supports custom handlers for writing custom DOMs/output.
##Installing
npm install htmlparser
##Running Test... | {
"pile_set_name": "Github"
} |
var urlize = (function () {
// From http://blog.stevenlevithan.com/archives/cross-browser-split
// modified to not add itself to String.prototype.
/*!
* Cross-Browser Split 1.1.1
* Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
* Available under the MIT License
* ECMAScript compliant, uniform cross-br... | {
"pile_set_name": "Github"
} |
module Cryptoexchange::Exchanges
module Bitsonic
module Services
class Trades < Cryptoexchange::Services::Market
def fetch(market_pair)
output = super(ticker_url(market_pair))
adapt(output["result"], market_pair)
end
def ticker_url(market_pair)
"#{Crypt... | {
"pile_set_name": "Github"
} |
<span>foo value 10</span>
| {
"pile_set_name": "Github"
} |
from .timex_constants import Constants
class TimexInference:
@staticmethod
def infer(obj):
types = set()
if TimexInference.__is_present(obj):
types.add(Constants.TIMEX_TYPES_PRESENT)
if TimexInference.__is_definite(obj):
types.add(Constants.TIMEX_TYPES_DEFIN... | {
"pile_set_name": "Github"
} |
import { _Math } from '../math/Math.js';
import { J_LOCAL, J_GLOBAL, MIN_DEGS, MAX_DEGS } from '../constants.js';
function Joint2D( clockwiseConstraintDegs, antiClockwiseConstraintDegs, constraintCoordSystem ){
this.mClockwiseConstraintDegs = clockwiseConstraintDegs !== undefined ? clockwiseConstraintDegs : MAX_D... | {
"pile_set_name": "Github"
} |
明治四十二年法律第二十八号(軌道ノ抵当ニ関スル法律)
(明治四十二年四月十三日法律第二十八号)最終改正:昭和六一年一二月四日法律第九三号
第一条
軌道ノ抵当ニ関シテハ本法ニ別段ノ規定アルモノヲ除クノ外鉄道抵当法
ヲ準用ス
第二条
軌道財団ハ左ニ掲クルモノニシテ軌道財団ノ所有者ニ属スルモノヲ以テ之ヲ組成ス
一
軌道線路、其ノ他ノ軌道用地及其ノ上ニ存スル工作物並之ニ属スル器具機械
二
工場、倉庫、厩舎、発電所、変電所、配電所、事務所、舎宅其ノ他工事又ハ運輸ニ要スル建物及其ノ敷地並之ニ属スル器具機械
三
用水ニ関スル工作物及其ノ敷地並之ニ属スル器具機械
四
軌道用通信、信号又ハ送電ニ要スル工作物... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2006, 2007 Julio M. Merino Vidal
// Copyright (c) 2008 Ilya Sokolov, Boris Schaeling
// Copyright (c) 2009 Boris Schaeling
// Copyright (c) 2010 Felipe Tanus, Boris Schaeling
// Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling
//
// Distributed under the Boost Software License, Version 1.0. (See ac... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2001
* Denis Peter, MPL AG Switzerland
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _SCSI_H
#define _SCSI_H
typedef struct SCSI_cmd_block{
unsigned char cmd[16]; /* command */
/* for request sense */
unsigned char sense_buf[64]
__attribute__((aligned(ARCH_DMA_MINALIGN)));... | {
"pile_set_name": "Github"
} |
/*
* libtu/ptrlist.c
*
* Copyright (c) Tuomo Valkonen 1999-2005.
*
* You may distribute and modify this library under the terms of either
* the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
*/
#include "obj.h"
#include "ptrlist.h"
#include "types.h"
#include "dlist.h"
#include "misc.h"
sta... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 The Khronos Group Inc.
// Copyright (c) 2017 Valve Corporation
// Copyright (c) 2017 LunarG Inc.
// Copyright (c) 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 th... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE RecordWildCards #-}
module Distribution.Client.CmdClean (cleanCommand, cleanAction) where
import Prelude ()
import Distribution.Client.Compat.Prelude
import Distribution.Client.DistDirLayout
( DistDirLayout(..), defaultDistDirLayout )
import Distribution.Client.ProjectConfig
( findProjectRoot )
i... | {
"pile_set_name": "Github"
} |
/*global describe, it*/
'use strict';
var Automaton = require('../');
var removeColors = require('../lib/Logger').removeColors;
var callbackTask = require('./helpers/tasks/callback');
var utils = require('mout');
var expect = require('expect.js');
var Stream = require('stream');
function arrow(... | {
"pile_set_name": "Github"
} |
#Mon Dec 28 10:00:20 PST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LIC... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDzDCCArSgAwIBAgIHBHKBcOFg+zANBgkqhkiG9w0BAQsFADCBnTELMAkGA1UE
BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU
MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5
ICgxMjUxODAwMDkxODQ2MTc4KTEgMB4GA1UEAwwXSW50ZXJtZWRpYXRlIENBIGZv
ciAzMzUwHhcNMjAwNzE0MDMxMjE5WhcN... | {
"pile_set_name": "Github"
} |
Imports System.Linq.Expressions
Friend Class ExpressionTreeHelpers
' Visual Basic encodes string comparisons as a method call to
' Microsoft.VisualBasic.CompilerServices.Operators.CompareString.
' This method will convert the method call into a binary operation instead.
' Note that this makes the stri... | {
"pile_set_name": "Github"
} |
/*
* #%L
* BroadleafCommerce Framework
* %%
* Copyright (C) 2009 - 2016 Broadleaf Commerce
* %%
* Licensed under the Broadleaf Fair Use License Agreement, Version 1.0
* (the "Fair Use License" located at http://license.broadleafcommerce.org/fair_use_license-1.0.txt)
* unless the restrictions on use therein are... | {
"pile_set_name": "Github"
} |
# Copyright 2014 OpenCore 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,... | {
"pile_set_name": "Github"
} |
#ifndef SNIPPET_CONFIGURE_DRONE_H
#define SNIPPET_CONFIGURE_DRONE_H
// This function will send the custom configuration to the drone
// It doesn't work if sent during the SDK (which runs before the configuration profiles on the drone are setup)
#undef ARDRONE_CONFIG_KEY_IMM_a10
#undef ARDRONE_CONFIG_KEY_REF_a10
#undef... | {
"pile_set_name": "Github"
} |
llvm-diff - LLVM structural 'diff'
==================================
SYNOPSIS
--------
**llvm-diff** [*options*] *module 1* *module 2* [*global name ...*]
DESCRIPTION
-----------
**llvm-diff** compares the structure of two LLVM modules, primarily
focusing on differences in function definitions. Insignificant
... | {
"pile_set_name": "Github"
} |
var ArrayIndex = require('./')
var inherits = require('util').inherits
var assert = require('assert')
/**
* Create a "subclass".
*/
function Arrayish (length) {
ArrayIndex.call(this, length)
this.sets = Object.create(null)
}
// inherit from `ArrayIndex`
inherits(Arrayish, ArrayIndex)
// create an instance a... | {
"pile_set_name": "Github"
} |
/* Empty. Add your own CSS if you like */
| {
"pile_set_name": "Github"
} |
# Sagas
Sagas (also known in the literature as "process managers") are stateful services. You can think of them as state machines whose transitions are driven by messages.
## Sagas on CAP
TODO | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2016 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
/*
* 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"
} |
---
title: Map.foldBack<'Key,'T,'State> Function (F#)
description: Map.foldBack<'Key,'T,'State> Function (F#)
keywords: visual f#, f#, functional programming
author: dend
manager: danielfe
ms.date: 05/16/2016
ms.topic: language-reference
ms.prod: visual-studio-dev14
ms.technology: devlang-fsharp
ms.assetid: 4aeb1cd7-4e... | {
"pile_set_name": "Github"
} |
.umb-file-icon {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
.file-icon {
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
> .icon {
font-size: 50px;
line-height:... | {
"pile_set_name": "Github"
} |
/*
* ------------------------------------------------------------------------
*
* Copyright by KNIME AG, Zurich, Switzerland
* Website: http://www.knime.com; Email: contact@knime.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"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\Yaml\Tests;
use Symfony\Component\Yaml\Yaml;
use Symf... | {
"pile_set_name": "Github"
} |
created: 20150221154058000
modified: 20200228142855357
tags: Macros [[Core Macros]]
title: colour Macro
type: text/vnd.tiddlywiki
caption: colour
The <<.def colour>> (or <<.def color>>) [[macro|Macros]] returns the [[CSS|Cascading Style Sheets]] value of one the colours in the current [[palette|ColourPalettes]].
If n... | {
"pile_set_name": "Github"
} |
# Changelog
## [Unreleased]
## 18.2.59 (2020-09-21)
### Pdf Export
#### Bug Fixes
- Rendering issue with Line break is fixed.
## 18.2.45 (2020-07-14)
### Pdf Export
#### Bug Fixes
- Rendering issue with Pdf number style is fixed.
## 18.2.44 (2020-07-07)
### Pdf Export
#### Bug Fixes
- Performance issue wit... | {
"pile_set_name": "Github"
} |
<!-- Autogenerated by weave; DO NOT EDIT -->
# `go/types`: The Go Type Checker
This document is maintained by Alan Donovan `adonovan@google.com`.
[October 2015 GothamGo talk on go/types](https://docs.google.com/presentation/d/13OvHYozAUBeISPRoLgG7kMBuja1NsU1D_mMlmbaYojk/view)
# Contents
1. [Introduction](#introdu... | {
"pile_set_name": "Github"
} |
from typing import Optional, Union, Dict, Any
from algoliasearch.configs import RecommendationConfig
from algoliasearch.helpers import is_async_available
from algoliasearch.http.request_options import RequestOptions
from algoliasearch.http.requester import Requester
from algoliasearch.http.transporter import Transport... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true,
"scrolled": false
},
"outputs": [],
"source": [
"import os\n",
"import os.path\n",
"import random\n",
"import time\n",
"import tens... | {
"pile_set_name": "Github"
} |
// This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at http://... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Xamarin.Build.Download" version="0.10.0" targetFramework="xamarinios10" />
</packages> | {
"pile_set_name": "Github"
} |
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#... | {
"pile_set_name": "Github"
} |
# Erweiterung der Templates
Eine weitere praktische Sache von Django ist das **template extending**, Erweiterungen des Templates. Was bedeutet das? Damit kannst du Teile deines HTML-Codes für andere Seiten deiner Website nutzen.
Templates helfen, wenn du die selben Informationen oder das selbe Layout an mehreren Stel... | {
"pile_set_name": "Github"
} |
export const hi = {
methods: {
sayHello: function() {
console.log('hello from mixin!')
}
},
mounted() {
this.sayHello()
}
} | {
"pile_set_name": "Github"
} |
{
"name": "ShareThis",
"website": "http://sharethis.com",
"matches": [
{
"search": "script",
"regexp": "w\\.sharethis\\.com/"
}
]
} | {
"pile_set_name": "Github"
} |
define([], function() {
return {
SearchVerticalsGroupName: "Zoek verticals instellingen",
PlaceHolderEditLabel: "Bewerken",
PlaceHolderConfigureBtnLabel: "Configureren",
PlaceHolderIconText: "Zoek Verticals Webonderdeel",
PlaceHolderDescription: "Dit onderdeel maakt het mogelijk om te zoeken in sc... | {
"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\VarDumper\Cloner;
/**
* @author Nicolas Grekas <p@tc... | {
"pile_set_name": "Github"
} |
/* UShortSeqHolder.java --
Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath 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 yo... | {
"pile_set_name": "Github"
} |
#ifndef _ACHIEVEMENTMAN_
#define _ACHIEVEMENTMAN_
#include "Singleton.h"
#include "Timer.h"
#define g_AchievementMan AchievementMan::Instance()
#ifdef STEAM_BUILD
#include "steam_api.h"
#endif // STEAM_BUILD
#define CCSTEAMAPPID 209670
namespace RTE
{
class AchievementMan : public Singleton<AchievementMan>
{
pu... | {
"pile_set_name": "Github"
} |
10
20 1 48 29 4 20 48 10 29 100
10
9 7 40 29 1 7 9 20 30 20
10
1 1 1 1 1 1 1 1 1 1 | {
"pile_set_name": "Github"
} |
Novartis hits acquisition trail
Swiss drugmaker Novartis has announced 5.65bn euros ($7.4bn; £3.9bn) of purchases to make its Sandoz unit the world's biggest generic drug producer.
Novartis, which last month forecast record sales for 2005, said it had bought all of Germany's Hexal. It also acquired 67.7% of Hexal's U... | {
"pile_set_name": "Github"
} |
import 'package:flutter/material.dart';
class ReaderPageAgent {
static List<Map<String, int>> getPageOffsets(String content, double height, double width, double fontSize) {
String tempStr = content;
List<Map<String, int>> pageConfig = [];
int last = 0;
while (true) {
Map<String, int> offset = {... | {
"pile_set_name": "Github"
} |
// fieldstruct example
addrmap foo_map {
// define simple packed fieldstruct
fieldstruct fs1 {
field { sw=rw; hw=rw; we; } fld1[4] = 4'd0;
field { sw=rw; hw=r; } fld2;
};
// define fieldstruct w/ field gaps
fieldstruct fs2 {
field { sw=rw; hw=rw; we; ... | {
"pile_set_name": "Github"
} |
package crate.elasticsearch.action.dump.parser;
import crate.elasticsearch.action.export.ExportContext;
import crate.elasticsearch.action.import_.ImportContext;
import crate.elasticsearch.action.import_.parser.ImportParseElement;
import org.elasticsearch.common.xcontent.XContentParser;
import org.elasticsearch.search.... | {
"pile_set_name": "Github"
} |
/*
(c) Copyright 2012-2013 DirectFB integrated media GmbH
(c) Copyright 2001-2013 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <dok@directfb.org>,
Andreas Shim... | {
"pile_set_name": "Github"
} |
import {NodeFlags as tsNodeFlags, VariableStatement as tsVariableStatement} from 'typescript';
import {convertNode, filterUndefined} from './conversions';
import {ConvertedSyntaxKind} from './converted_syntax_kinds';
import {Node} from './node';
export class VariableStatement extends Node {
private keyword: 'var'|'... | {
"pile_set_name": "Github"
} |
NAME_FIRST | addressFormInlineFirstName | FIRST NAME* | | addressFormInlineFirstName_1-default
NAME_MIDDLE_INITIAL | addressFormInlineMiddleInitial | M.I. | | addressFormInlineFirstName_1-default
NAME_LAST | addressFormInlineLastName | LAST NAME* | | addressFormInlineFirstName_1-default
COMPANY_NAME | addressFormInl... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!19 &1
Physics2DSettings:
m_ObjectHideFlags: 0
serializedVersion: 3
m_Gravity: {x: 0, y: -9.81}
m_DefaultMaterial: {fileID: 0}
m_VelocityIterations: 8
m_PositionIterations: 3
m_VelocityThreshold: 1
m_MaxLinearCorrection: 0.2
m_MaxAngularCorrection: 8
m_... | {
"pile_set_name": "Github"
} |
<?php
/**
* Locale data for 'ko'.
*
* This file is automatically generated by yiic cldr command.
*
* Copyright © 1991-2013 Unicode, Inc. All rights reserved.
* Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
*
* @copyright 2008-2014 Yii Software LLC (http://www.yiiframework.com/lice... | {
"pile_set_name": "Github"
} |
# Getting Started
## Install
```sh
npm install --save tui-calendar
```
## Calendar
### HTML
Place a `<div></div>` where you want TOAST UI Calendar rendered.
```html
<body>
...
<div id="calendar" style="height: 800px;"></div>
...
</body>
```
### javascript
Initialize the Calendar class with given element to make... | {
"pile_set_name": "Github"
} |
package restful
// Copyright 2013 Ernest Micklei. All rights reserved.
// Use of this source code is governed by a license
// that can be found in the LICENSE file.
// curlyRoute exits for sorting Routes by the CurlyRouter based on number of parameters and number of static path elements.
type curlyRoute struct {
rou... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2012-2013 Graham Sellers
*
* 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, me... | {
"pile_set_name": "Github"
} |
package vrcube;
import processing.core.PApplet;
import processing.core.PMatrix3D;
import processing.core.PVector;
import processing.vr.*;
public class Sketch extends PApplet {
float boxSize = 140;
VRCamera vrcam;
Selector vrsel;
public void settings() {
fullScreen(VR);
}
public void setup() {
vr... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.