text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Marvell Orion SoC clocks
*
* Copyright (C) 2014 Thomas Petazzoni
*
* Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or impl... | {
"pile_set_name": "Github"
} |
/*
* This file is part of ACADO Toolkit.
*
* ACADO Toolkit -- A Toolkit for Automatic Control and Dynamic Optimization.
* Copyright (C) 2008-2014 by Boris Houska, Hans Joachim Ferreau,
* Milan Vukov, Rien Quirynen, KU Leuven.
* Developed within the Optimization in Engineering Center (OPTEC)
* u... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d460b468d82a4bf4693f7e3f5d22f09e
timeCreated: 1505825458
licenseType: Free
NativeFormatImporter:
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<title>CSS Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDO token.</title>
<link rel="author" title="Cameron ... | {
"pile_set_name": "Github"
} |
// +build !go1.8
package request
import "io"
// NoBody is an io.ReadCloser with no bytes. Read always returns EOF
// and Close always returns nil. It can be used in an outgoing client
// request to explicitly signal that a request has zero bytes.
// An alternative, however, is to simply set Request.Body to nil.
//
/... | {
"pile_set_name": "Github"
} |
{
"name": "phpunit/php-file-iterator",
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"type": "library",
"keywords": [
"iterator",
"filesystem"
],
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"license"... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2015-2017 Red Hat, Inc, and individual 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 require... | {
"pile_set_name": "Github"
} |
class nyan {
bool x, y;
public:
nyan(){};
~nyan(){};
};
| {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import { DataTable } from '../../components/datatable/DataTable';
import { Column } from '../../components/column/Column';
import { CustomerService } from '../service/CustomerService';
import { TabView, TabPanel } from '../../components/tabview/TabView';
import { Button } from ... | {
"pile_set_name": "Github"
} |
concrete SentenceGrc of Sentence = CatGrc ** open Prelude, ResGrc, (T=TenseGrc) in {
flags
optimize=all_subs ;
lin
PredVP np vp = let agr = np.a in mkClause (np.s ! Nom) agr vp ;
PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ;
ImpVP vp = { -- Sketch only TODO
s = \\pol,f =>
... | {
"pile_set_name": "Github"
} |
import sys
import six
class Peeker(object):
"""Generator to enable "peeking" the next item
Parameters
----------
it : iterator
iterator which we one to peek in
dummy :
if not None, will be returned by peek if the iterator is empty
Example
-------
>>> a = [1, 2, 3, 4]
... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import { Editor } from 'react-draft-wysiwyg';
import { convertToRaw, ContentState, EditorState } from 'draft-js';
import draftToHtml from 'draftjs-to-html';
import htmlToDraft from './library';
import '../node_modules/react-draft-wysiwyg/dist/r... | {
"pile_set_name": "Github"
} |
//
// MASUtilities.h
// Masonry
//
// Created by Jonas Budelmann on 19/08/13.
// Copyright (c) 2013 Jonas Budelmann. All rights reserved.
//
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE || TARGET_OS_TV
#import <UIKit/UIKit.h>
#define MAS_VIEW UIView
#define MAS_VIEW_CONTROLLER UIViewContr... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Joel de Guzman
// 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_KARMA_GRAMMAR_MAR_05_2007_0542PM)
#define BOOST... | {
"pile_set_name": "Github"
} |
//
// TestTarget.xcconfig
//
// These are Test target settings for the gtest framework and examples. It
// is set in the "Based On:" dropdown in the "Target" info dialog.
PRODUCT_NAME = $(TARGET_NAME)
HEADER_SEARCH_PATHS = ../include
| {
"pile_set_name": "Github"
} |
#ifndef IV_UTILS_H_
#define IV_UTILS_H_
#include <cstddef>
#include <cstdio>
#include <vector>
#include <string>
#include <algorithm>
#include <iv/debug.h>
#include <iv/arith.h>
#include <iv/platform.h>
#include <iv/detail/cstdint.h>
#if defined(IV_ENABLE_JIT)
#include <iv/third_party/mie/string.hpp>
#endif
namespace i... | {
"pile_set_name": "Github"
} |
from .gen.custom_fields import _CustomFields
class CustomFields(_CustomFields):
"""Custom Fields resource"""
def add_enum_option(self, custom_field, params={}, **options):
self.create_enum_option(custom_field, params, **options)
def reorder_enum_option(self, custom_field, params={}, **options):
... | {
"pile_set_name": "Github"
} |
<?php
return array(
'id' => 'Ang ID',
'name' => 'Ang Pangalan ng Departamento',
'manager' => 'Ang Namamahala',
'location' => 'Ang Lokasyon',
'create' => 'Magsagawa ng Departamento',
'update' ... | {
"pile_set_name": "Github"
} |
// Copyright Vladimir Prus 2002-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)
#define BOOST_PROGRAM_OPTIONS_SOURCE
#include <boost/program_options/config.hpp>
#include <boost/program_options/detail/con... | {
"pile_set_name": "Github"
} |
foo.bar baz {
a: b;
}
| {
"pile_set_name": "Github"
} |
CREATE TABLE eventlog(
user TEXT,
realm TEXT,
sessionid TEXT COLLATE NOCASE,
timestamp TEXT,
notes TEXT,
dump TEXT,
addr TEXT
);
CREATE TABLE sessions(
timestamp TEXT,
id TEXT COLLATE NOCASE,
user TEXT,
realm TEXT,
password TEXT,
machine_managed BOOLEAN,
operation INTEGER,
type TEXT,
pps TEXT,
redirec... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup haskell 1.0
haskell.setup data-default-instances-old-locale 0.0.1
revision 3
checksums rmd160 38030222adb35f1d1e47... | {
"pile_set_name": "Github"
} |
//
// TwitterLoadListsAction.h
// HelTweetica
//
// Created by Lucius Kwok on 5/1/10.
/*
Copyright (c) 2010, Felt Tip Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of ... | {
"pile_set_name": "Github"
} |
/* packet-fc-sp.c
* Routines for Fibre Channel Security Protocol (FC-SP)
* This decoder is for FC-SP version 1.1
* Copyright 2003, Dinesh G Dutt <ddutt@cisco.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0... | {
"pile_set_name": "Github"
} |
QA output created by 787
log records: 7565
=== hinv.ncpu ===
+++ forwards +++
Note: timezone set to local timezone of host "super.elastic.org" from archive
metric: hinv.ncpu
archive: archives/bug-1044
host: super.elastic.org
start: Fri Jan 10 18:00:00 2014
end: Mon Jan 13 08:59:49 2014
semantics:... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Open Knowledge Foundation Ltd.
All rights reserved.
HTTP Content-Type Autonegotiation.
The functions in this package implement the behaviour specified in
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
Redistribution and use in source and binary forms, with or without
modification, are ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ResourceMetadata.API.ViewModels
{
public class PagedCollectionViewModel<T>
{
public IEnumerable<T> Data { get; set; }
public int TotalCount { get; set; }
}
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd">
<SpecParSection label="regions.xml" eval="true">
<SpecPar name="preshower">
<PartSelector ... | {
"pile_set_name": "Github"
} |
// Code generated by TestPretty. DO NOT EDIT.
// GENERATED FILE DO NOT EDIT
1:
-
SELECT
NULL
AS table_cat,
n.nspname
AS table_schem,
ct.relname
AS table_name,
a.attname
AS column_name,
(i.keys).n
AS key_seq,
ci.relname
AS pk_name
FROM
pg_catalog.pg_class
AS ct
JOIN pg_catalog.pg_attribute
AS a ... | {
"pile_set_name": "Github"
} |
package junit4;
/*
* 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
*... | {
"pile_set_name": "Github"
} |
var LazyWrapper = require('./LazyWrapper'),
getFuncName = require('./getFuncName'),
lodash = require('../chain/lodash');
/**
* Checks if `func` has a lazy counterpart.
*
* @private
* @param {Function} func The function to check.
* @returns {boolean} Returns `true` if `func` has a lazy counterpart, else `f... | {
"pile_set_name": "Github"
} |
package com.mucommander.commons.file.impl.s3;
import com.mucommander.commons.file.AbstractFile;
import com.mucommander.commons.file.AbstractFileTest;
import com.mucommander.commons.file.FileOperation;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import java.io.IOException;
/**
* An ... | {
"pile_set_name": "Github"
} |
/*************************************************************************************
Toolkit for WPF
Copyright (C) 2007-2020 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
... | {
"pile_set_name": "Github"
} |
package: go.uber.org/ratelimit
import: []
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert
- package: github.com/uber-go/atomic
| {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* SAM Software Package License
* ----------------------------------------------------------------------------
* Copyright (c) 2012, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and binary fo... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# create a clj-1472 patched version of Clojure that overcomes locking issue so that we can compile GraalVM native-image
set -eou pipefail
# constants
JIRA_ISSUE="CLJ-1472"
status-line() {
echo ""
echo -e "\033[42m \033[30;46m $1 \033[42m \033[0m"
}
error-line() {
echo ""
echo -e... | {
"pile_set_name": "Github"
} |
## ide-backend-common
Common shared library for ide-backend ide-backend-server
It can be compiled using [GHCJS](https://github.com/ghcjs/ghcjs).
This comes in handy because it's also used by
[stack-ide's API](https://github.com/commercialhaskell/stack-ide/tree/master/stack-ide-api).
This allows us to easily talk to s... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
Intel PRO/10GbE Linux driver
Copyright(c) 1999 - 2006 Intel Corporation.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as pu... | {
"pile_set_name": "Github"
} |
auto ManifestViewer::construct() -> void {
setCollapsible();
setVisible(false);
manifestLabel.setText("Manifest Viewer").setFont(Font().setBold());
manifestList.onChange([&] { eventChange(); });
manifestView.setEditable(false).setFont(Font().setFamily(Font::Mono));
}
auto ManifestViewer::reload() -> void {
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
/**
* Copyright © 2010-2020 Nokia
*
* 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"
} |
1
219
421
468
530
570
618
726
895
973
1044
1218
1257
1360
1427
1631
1786
2015
2170
2313
2355
2399
2453
2608
2665
2796
2799
| {
"pile_set_name": "Github"
} |
<a name="module_symbol-tree"></a>
## symbol-tree
**Author:** Joris van der Wel <joris@jorisvanderwel.com>
* [symbol-tree](#module_symbol-tree)
* [SymbolTree](#exp_module_symbol-tree--SymbolTree) ⏏
* [new SymbolTree([description])](#new_module_symbol-tree--SymbolTree_new)
* [.initialize(object)](#module_sym... | {
"pile_set_name": "Github"
} |
// License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2019 Intel Corporation. All Rights Reserved.
#pragma once
#include <string>
#include <memory>
#include <utility>
#include <list>
#include <opencv2/core/types.hpp> // for cv::Rect
namespace openvino_helpers
{
/*
Describe detecte... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux,!appengine darwin
package imports
import "syscall"
func direntInode(dirent *syscall.Dirent) uint64 {
return uint64(dirent.Ino)
}
| {
"pile_set_name": "Github"
} |
//
// ClientApplication.swift
// MastodonKit
//
// Created by Ornithologist Coder on 4/17/17.
// Copyright © 2017 MastodonKit. All rights reserved.
//
import Foundation
public class ClientApplication: Codable {
/// The application ID.
public let id: String
/// Where the user should be redirected after... | {
"pile_set_name": "Github"
} |
<script src="dist/js/tether.js"></script>
<script src="docs/js/markAttachment.js"></script>
<script src="docs/js/intro.js"></script>
<link rel="stylesheet" href="docs/css/intro.css"></link>
Tether
======
Tether is a JavaScript library for efficiently making an absolutely positioned
element stay next to another elemen... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Vision/VNEspressoModelClassifier.h>
__attribute__((visibility("hidden")))
@interface VNSmartCamClassifier : VNEspressoModelCl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<item xmlns="http://www.supermemo.net/2006/smux">
<lesson-title>GRE词汇:《再要你命三千》</lesson-title>
<chapter-title>List 8</chapter-title>
<question-title>根据单词,回想词义</question-title>
<question><span style="font-family: Comic Sans MS; font-weight: normal; color: #550000; font-styl... | {
"pile_set_name": "Github"
} |
namespace Surging.Core.SwaggerGen
{
public interface ISchemaRegistryFactory
{
ISchemaRegistry Create();
}
}
| {
"pile_set_name": "Github"
} |
#!/bin/bash
# This example script activates an interface based on the specified
# configuration.
#
# In the interest of keeping the KVP daemon code free of distro specific
# information; the kvp daemon code invokes this external script to configure
# the interface.
#
# The only argument to this script is the configura... | {
"pile_set_name": "Github"
} |
if (!this.uuid) {
// node.js
uuid = require('../uuid');
}
//
// x-platform log/assert shims
//
function _log(msg, type) {
type = type || 'log';
if (typeof(document) != 'undefined') {
document.write('<div class="' + type + '">' + msg.replace(/\n/g, '<br />') + '</div>');
}
if (typeof(console) != 'unde... | {
"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"
} |
jest.mock('../content-preview', () => 'ContentPreview');
import React from 'react';
import renderer from 'react-test-renderer';
import {Map, fromJS} from 'immutable';
import ContentPreviewContainer from '../index';
import {createStore, combineReducers} from 'redux';
import {Provider} from 'react-redux';
import {create... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Controls.Primitives;
using System.Windows;
namespace ICSharpCode.XamlDesigner
{
public class EnumButton : ToggleButton
{
static EnumButton()
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(EnumButton),... | {
"pile_set_name": "Github"
} |
{
"word": "Unhealthful",
"definitions": [
"Harmful to health."
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
/*******************************************************************************
Header File to describe the DMA descriptors and related definitions.
This is for DWMAC100 and 1000 cores.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Pu... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2017-2020 Hans-Kristian Arntzen
*
* 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"
} |
// Stacked Icons
// -------------------------
.#{$fa-css-prefix}-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: c... | {
"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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="JsDoc To... | {
"pile_set_name": "Github"
} |
# Huff0 entropy compression
This package provides Huff0 encoding and decoding as used in zstd.
[Huff0](https://github.com/Cyan4973/FiniteStateEntropy#new-generation-entropy-coders),
a Huffman codec designed for modern CPU, featuring OoO (Out of Order) operations on multiple ALU
(Arithmetic Logic U... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2011-2019 Asakusa Framework Team.
*
* 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... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple=i386-pc-solaris2.11 -w -emit-llvm %s -o - | FileCheck %s
#pragma redefine_extname fake real
#pragma redefine_extname name alias
extern int fake(void);
int name;
// __PRAGMA_REDEFINE_EXTNAME should be defined. This will fail if it isn't...
int fish() { return fake() + __PRAGMA_REDEFINE_EX... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup perl5 1.0
name ddclient
version 3.9.1
platforms darwin
categories net
license GPL
ma... | {
"pile_set_name": "Github"
} |
/**
* Handles opening of and synchronization with the reveal.js
* notes window.
*/
var RevealNotes = (function() {
function openNotes() {
var notesPopup = window.open( 'plugin/notes/notes.html', 'reveal.js - Notes', 'width=1120,height=850' );
// Fires when slide is changed
Reveal.addEventListener( 'slidecha... | {
"pile_set_name": "Github"
} |
'use strict';
/*
Execute this script with:
node -r esm invert.js
*/
let { Image } = require('../../src');
let image = new Image(1, 2, [230, 83, 120, 255, 100, 140, 13, 240]);
image.invert();
console.log(image);
| {
"pile_set_name": "Github"
} |
default_app_config = 'select2_many_to_many.apps.TestApp'
| {
"pile_set_name": "Github"
} |
// Copyright: 2010 - 2017 https://github.com/ensime/ensime-server/graphs/contributors
// License: http://www.gnu.org/licenses/lgpl-3.0.en.html
package spray.json
import org.scalatest._
import Matchers._
import JsWriter.ops._
import JsReader.ops._
class StandardFormatsSpec extends WordSpec {
"The optionFormat" sh... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Copyright (C) 2016 Intel Corporation.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... | {
"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\Form;
use Symfony\Component\Form\Exception\BadMethodC... | {
"pile_set_name": "Github"
} |
// Copyright DApps Platform Inc. All rights reserved.
import Foundation
import UIKit
import Eureka
import QRCodeReaderViewController
import TrustCore
protocol ImportMainWalletViewControllerDelegate: class {
func didImportWallet(wallet: WalletInfo, in controller: ImportMainWalletViewController)
func didSkipImp... | {
"pile_set_name": "Github"
} |
/*
* XFree86 vbe module
* Copyright 2000 Egbert Eich
*
* The mode query/save/set/restore functions from the vesa driver
* have been moved here.
* Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
* Authors: Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
*... | {
"pile_set_name": "Github"
} |
{
"timeStamp": 1566348244578,
"date": "2019-08-21",
"name": "Sreekrishnapuram Grama Panchayat, Palakkad District",
"district": "Palakkad",
"block": "Sreekrishnapuram",
"area": "29.56km",
"localbody_code": "G090405",
"no_of_wards": 14,
"population": 17476,
"male": 8153,
"fema... | {
"pile_set_name": "Github"
} |
/*
* JavaScript tracker for Snowplow: tests/functional/integration.spec.js
*
* Significant portions copyright 2010 Anthon Pang. Remainder copyright
* 2012-2020 Snowplow Analytics Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide... | {
"pile_set_name": "Github"
} |
{
"animation":{
"frametime":2
}
} | {
"pile_set_name": "Github"
} |
/*
* linux/mm/fremap.c
*
* Explicit pagetable population and nonlinear (random) mappings support.
*
* started by Ingo Molnar, Copyright (C) 2002, 2003
*/
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/file.h>
#include <linux/mman.h>
#include <linux/pagemap.h>
#include <linux/swapops.h>
#include... | {
"pile_set_name": "Github"
} |
# Package Information for pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libpcrecpp
Description: PCRECPP - C++ wrapper for PCRE
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre -lpcrecpp
Cflags: -I${includedir}
| {
"pile_set_name": "Github"
} |
from django.conf import settings
from django.contrib.auth.decorators import login_required
from django.shortcuts import render, redirect
from django.views.decorators.http import require_POST
import account.views
from pycon.finaid.context_processors import financial_aid
import symposion.forms
from symposion.forms impo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | {
"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"
} |
/*
* librdkafka - Apache Kafka C library
*
* Copyright (c) 2019 Magnus Edenhill
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above... | {
"pile_set_name": "Github"
} |
vc.project.guid = ${vc.project.guidFromName}
vc.project.name = TestSuite
vc.project.target = TestSuite
vc.project.type = testsuite
vc.project.pocobase = ..\\..
vc.project.platforms = Win32, x64
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<Template originator="Michael Hutchinson"
created="2010/03/10"
lastModified="2010/03/10">
<!-- Template Header -->
<TemplateConfiguration>
<_Name>Preprocessed T4 Template</_Name>
<Icon></Icon>
<_Category>Text Templating</_Category>
<_Description>A T4 template that wi... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
/**************************************************************************
* Copyright (c) 2009-2011, Intel Corporation.
* All Rights Reserved.
*
* Authors:
* Benjamin Defnet <benjamin.r.defnet@intel.com>
* Rajesh Poornachandran <rajesh.poornachandran@intel.com>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 salesforce.com, inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | {
"pile_set_name": "Github"
} |
# Generated by camel build tools - do NOT edit this file!
components=aws-eks
groupId=org.apache.camel
artifactId=camel-aws-eks
version=3.6.0-SNAPSHOT
projectName=Camel :: AWS EKS
projectDescription=A Camel Amazon EKS Web Service Component
| {
"pile_set_name": "Github"
} |
module github.com/gonvenience/ytbx
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/gonvenience/bunt v1.1.1
github.com/gonvenience/neat v1.2.1
github.com/gonvenience/wrap v1.1.0
github.com/gorilla/mux v1.7.3
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
github.com/spf13/cobra v0.0... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2020 Fabio Cavallo (aka FHorse)
*
* 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.
*
... | {
"pile_set_name": "Github"
} |
// Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | {
"pile_set_name": "Github"
} |
import filters from '../../src/store/filters';
import { SET_FILTERS, SET_FILTER_VALUE } from "../../src/store/filters";
import * as querystringUtils from "sharp/util/querystring";
describe('store filters', () => {
beforeEach(() => {
jest.restoreAllMocks()
});
test('state match snapshot', ()=>{
... | {
"pile_set_name": "Github"
} |
# @liaison/store
A base class for implementing Liaison stores.
## Installation
```
npm install @liaison/store
```
## License
MIT
| {
"pile_set_name": "Github"
} |
AWS SDK for Go
Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2014-2015 Stripe, Inc.
| {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// basic_iserializer.cpp:
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// htt... | {
"pile_set_name": "Github"
} |
varReference:
- path: metadata/name
kind: Certificate
- path: metadata/annotations/getambassador.io\/config
kind: Service
- path: spec/dnsNames
kind: Certificate
- path: spec/issuerRef/name
kind: Certificate
- path: metadata/annotations/kubernetes.io\/ingress.global-static-ip-name
kind: Ingress
- path: spec/c... | {
"pile_set_name": "Github"
} |
{
"name": "react-swipeable-views-utils",
"version": "0.14.0-alpha.0",
"description": "react-swipeable-views utility modules",
"main": "lib/index.js",
"scripts": {
"prepublish": "pkgfiles"
},
"repository": {
"type": "git",
"url": "https://github.com/oliviertassinari/react-swipeable-views.git"
... | {
"pile_set_name": "Github"
} |
/**
* Orko - Copyright © 2018-2019 Graham Crockford
*
* <p>This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
*... | {
"pile_set_name": "Github"
} |
{
"sources": [
{
"file": "morph/official.csv",
"create": {
"from": "morph",
"scraper": "duncanparkes/namibia",
"query": "SELECT data.id, data.name, data.image, data.party, data.party AS party_id, terms.term_number AS term, data.email, data.area, data.details_url AS source from ... | {
"pile_set_name": "Github"
} |
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
};
/*
* For easier debugging in development mod... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.