text stringlengths 2 99.9k | meta dict |
|---|---|
<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xml:id="Intro_To_Hadoop" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Ma... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The MediaPipe 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 a... | {
"pile_set_name": "Github"
} |
{
"policies": {
"WebsiteFilter": {
"Block": [
"*://*.mozilla.org/*",
"invalid_pattern"
],
"Exceptions": [
"*://*.mozilla.org/*about*"
]
}
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scal... | {
"pile_set_name": "Github"
} |
/*global document window*/
(function($) {
'use strict';
$.fn.extend({
LoaderAnimation: function(customOptions) {
var defaults = {
lineWidth: 20,
/* set preloader's line width */
color: "#ffffff",
/* set preloader color */
glowColor: "#00aeff",
/*... | {
"pile_set_name": "Github"
} |
/**
* SPDX-License-Identifier: (MIT OR CECILL-C)
*
* Copyright (C) 2006-2019 INRIA and contributors
*
* Spoon is available either under the terms of the MIT License (see LICENSE-MIT.txt) of the Cecill-C License (see LICENSE-CECILL-C.txt). You as the user are entitled to choose the terms under which to adopt Spoon.... | {
"pile_set_name": "Github"
} |
// Copyright (C) Pash Contributors. License GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Management.Automation.Runspaces
{
public sealed class SessionStateAssemblyEntry : InitialSessionStateEntry
{
private string... | {
"pile_set_name": "Github"
} |
/** @file update.c
*
* Client of update service provider(i.e. UpdateDaemon) for installing/removing app, and installing
* firmware. This client receives update package via STDIN and sequentially calls update APIs for
* successful update. This client follows the steps mentioned in le_update.api documentation
* whil... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
import { UserConfigurationStore } from 'background/stores/global/user-configuration-store';
import { Action } from 'common/flux/action';
import { UserConfigurationStoreData } from 'common/types/store-data/user-configuration... | {
"pile_set_name": "Github"
} |
from django.db.backends.mysql.base import DatabaseOperations
from django.contrib.gis.db.backends.adapter import WKTAdapter
from django.contrib.gis.db.backends.base import BaseSpatialOperations
class MySQLOperations(DatabaseOperations, BaseSpatialOperations):
compiler_module = 'django.contrib.gis.db.backends.mysq... | {
"pile_set_name": "Github"
} |
# RUN: yaml2obj %p/Inputs/i386-slice.yaml > %t-i386.o
# RUN: yaml2obj %p/Inputs/CPU14-slice.yaml > %t-CPU14.o
# RUN: yaml2obj %p/Inputs/CPU10-slice.yaml > %t-CPU10.o
# RUN: llvm-lipo %t-i386.o %t-CPU14.o %t-CPU10.o -create -output %t-universal.o
# RUN: llvm-objdump %t-universal.o -m --universal-headers | FileCheck %s... | {
"pile_set_name": "Github"
} |
Sequel.migration do
up{create_table(:sm3333){Integer :smc3}}
down{drop_table(:sm3333)}
end
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base... | {
"pile_set_name": "Github"
} |
//
// MagicalRecord+Setup.h
// Magical Record
//
// Created by Saul Mora on 3/7/12.
// Copyright (c) 2012 Magical Panda Software LLC. All rights reserved.
//
#import "MagicalRecordInternal.h"
#import "MagicalRecordXcode7CompatibilityMacros.h"
@interface MagicalRecord (Setup)
+ (void) setupCoreDataStack;
+ (void)... | {
"pile_set_name": "Github"
} |
name: ext4_es_cache_extent
ID: 360
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:dev_t dev; offset:8; ... | {
"pile_set_name": "Github"
} |
//! Define the web service as a set of routes, resources, middlewares, serializers, ...
//!
//! [`ServiceBuilder`] combines all the various components (routes, resources,
//! middlewares, serializers, deserializers, catch handlers, ...) and turns it
//! into an HTTP service.
//!
//! [`ServiceBuilder`]: struct.ServiceBu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="omari.hamza.storyviewdemo">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipm... | {
"pile_set_name": "Github"
} |
---
-api-id: T:Windows.Security.Authentication.Web.Core.FindAllAccountsResult
-api-type: winrt class
---
<!-- Class syntax.
public class FindAllAccountsResult
-->
# Windows.Security.Authentication.Web.Core.FindAllAccountsResult
## -description
This class represents the result of an account retrieval ope... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
from sentry.models import UserEmail, UserOption
from sentry.testutils import APITestCase
from django.core.urlresolvers import reverse
class UserNotificationFineTuningTest(APITestCase):
def setUp(self):
self.user = self.create_user(email="a@example.com")
sel... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright © NetworkDLS 2002, All rights reserved
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITE... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Api Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link typ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<handler-chains xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee javaee_web_services_1_2.xsd">
<handler-chain>
<handler>
<handler-name>Dummy</handl... | {
"pile_set_name": "Github"
} |
/*
* WebMenuCallback.java
*
* Copyright (C) 2020 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License.... | {
"pile_set_name": "Github"
} |
RUN: llvm-dwarfdump -debug-abbrev %p/Inputs/implicit-const-test.o | FileCheck %s
CHECK: DW_FORM_implicit_const -9223372036854775808
| {
"pile_set_name": "Github"
} |
/*====================================================================*
- Copyright (C) 2001 Leptonica. 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 c... | {
"pile_set_name": "Github"
} |
package sql
// Copyright (c) Microsoft and contributors. 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 ... | {
"pile_set_name": "Github"
} |
/*
* # Semantic UI
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Activity Feed
*******************************/
.ui.feed {
ma... | {
"pile_set_name": "Github"
} |
/*
* Copyright Andrey Semashev 2007 - 2015.
* 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)
*/
/*!
* \file thread_specific.hpp
* \author Andrey Semashev
* \date 01.03.2008
*
* \bri... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class ApplicationRecord < ActiveRecord::Base
include BlueDoc::RichText::Attribute
self.abstract_class = true
def self.t(*args)
title = args.shift
title = "activerecord.errors.messages.#{title}" if title.start_with?(".")
I18n.t(title, *args)
end
def t(*args)
se... | {
"pile_set_name": "Github"
} |
date: 2020-09-25
source:
nom: Ministère des Solidarités et de la Santé
# Airtable complété par la DGS
donneesNationales:
casConfirmes: 513034
deces: 20995
decesEhpad: 10666
hospitalises: 6128
reanimation: 1098
gueris: 94891
casConfirmesEhpad: 44471
nouvellesHospitalisations: 661
nouvellesReanimati... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The etcd 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 t... | {
"pile_set_name": "Github"
} |
/*
dxf_load_distinct.c -- implements DXF support
[loding features into the DB - by distinct layers]
version 4.1, 2013 May 14
Author: Sandro Furieri a.furieri@lqt.it
-----------------------------------------------------------------------------
Version: MPL 1.1/GPL 2.0/LGPL 2.1
The contents of this file ar... | {
"pile_set_name": "Github"
} |
<?php
/**
* CurrencyTransformer.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* 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 ... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -mcpu=g5 | FileCheck %s
define void @test(float %F, i8* %P) {
%I = fptosi float %F to i32
%X = trunc i32 %I to i8
store i8 %X, i8* %P
ret void
; CHECK: fctiwz 0, 1
; CHECK: stfiwx 0, 0, 4
; CHECK: lwz 4, 12(1)
; CHECK: stb 4, 0(3)
; CHECK: blr
}
| {
"pile_set_name": "Github"
} |
## DESCRIPTION
## Calculus
## ENDDESCRIPTION
## Tagged by tda2d
## DBsubject(Differential equations)
## DBchapter(Higher order differential equations)
## DBsection(Undetermined coefficients)
## Institution(Rochester)
## MLT(undet_04)
## Level(3)
## KEYWORDS('differential equation' 'second order' 'linear' 'nonhomogene... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_BYTEORDER_H
#define _ASM_X86_BYTEORDER_H
#include <linux/byteorder/little_endian.h>
#endif /* _ASM_X86_BYTEORDER_H */ | {
"pile_set_name": "Github"
} |
/*
* Unsquash a squashfs filesystem. This is a highly compressed read only
* filesystem.
*
* Copyright (c) 2009, 2010
* Phillip Lougher <phillip@lougher.demon.co.uk>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published b... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Dgraph Labs, Inc. 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 required by appli... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Predis package.
*
* (c) Daniele Alessandri <suppakilla@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Predis\Command;
/**
* @link http://redis.io/commands/rpop
*
* @au... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008 Marc Wick, geonames.org
*
* 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 o... | {
"pile_set_name": "Github"
} |
/*!
* jQuery Cookie Plugin v1.4.1
* https://github.com/carhartl/jquery-cookie
*
* Copyright 2013 Klaus Hartl
* Released under the MIT license
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// ... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import collections
import platform
import sys
def user_agent(name, version, extras=None):
"""Return an internet-friendly user_agent string.
The majority of this code has been wilfully stolen from the equivalent
function in Requests.
:param name: The intended name of the user-... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Copy createdb.sh.example to createdb.sh
# then uncomment then set database name and username to create you need databases
#
# example: .env POSTGRES_USER=appuser and need db name is myshop_db
#
# psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
# CREATE USE... | {
"pile_set_name": "Github"
} |
#N canvas 144 215 431 450 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X msg 122 243 \$3 \$4 \$5 \$6;
#X obj 122 268 unpack 0 0 0 0;
#X obj 184 330 *;
#X obj 122 330 *;
#X obj 122 356 *;
#X obj 256 200 unpack 0 0 0 0;
#X obj 122 307 ==;
#X obj 153 307 ==;
#X obj 184 307 ==;
#X obj 215 307 ==;
#X msg 122 ... | {
"pile_set_name": "Github"
} |
package com.github.unidbg.memory;
import com.github.unidbg.pointer.UnicornPointer;
import com.github.unidbg.serialize.Serializable;
public interface StackMemory extends Serializable {
UnicornPointer writeStackString(String str);
UnicornPointer writeStackBytes(byte[] data);
}
| {
"pile_set_name": "Github"
} |
@model ChangePasswordViewModel
@{
ViewData["Title"] = "Change password";
ViewData.AddActivePage(ManageNavPages.ChangePassword);
}
<h4>@ViewData["Title"]</h4>
@Html.Partial("_StatusMessage", Model.StatusMessage)
<div class="row">
<div class="col-md-6">
<form method="post">
<div asp-vali... | {
"pile_set_name": "Github"
} |
# 包含一个学生类,
# 一个sayhello函数,
# 一个打印语句
class Student():
def __init__(self, name="NoName", age=18):
self.name = name
self.age = age
def say(self):
print("My name is {0}".format(self.name))
def sayHello():
print("Hi, 欢迎来到图灵学院!")
print("我是模块p01呀,你特么的叫我干毛")
| {
"pile_set_name": "Github"
} |
# $Id$
# Authority: dag
%define _bindir /bin
Summary: Restricted Unix shell
Name: ibsh
Version: 0.3e
Release: 1%{?dist}
License: GPL
Group: System Environment/Shells
URL: http://ibsh.sourceforge.net/
Source: http://dl.sf.net/ibsh/ibsh-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
#Buil... | {
"pile_set_name": "Github"
} |
import numpy as np
import cv2
import math
# map [0,255] into 8 section
def bgr_mapping(img_val):
if img_val >= 0 and img_val <= 31: return 0
if img_val >= 32 and img_val <= 63: return 1
if img_val >= 64 and img_val <= 95: return 2
if img_val >= 96 and img_val <= 127: return 3
if img_val >= 128 and ... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
Copyright 2018 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 applica... | {
"pile_set_name": "Github"
} |
package com.slack.api.methods.response.pins;
import com.slack.api.methods.SlackApiResponse;
import lombok.Data;
@Data
public class PinsRemoveResponse implements SlackApiResponse {
private boolean ok;
private String warning;
private String error;
private String needed;
private String provided;
} | {
"pile_set_name": "Github"
} |
{
"action": {
"error": {
"variety": [
"Publishing error"
],
"vector": [
"Carelessness"
]
}
},
"actor": {
"internal": {
"motive": [
"NA"
],
"variety": [
"Unknown"
]
}
},
"asset": {
"assets": [
{
"v... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////
//
// Copyright 2010 Dr D Studios Pty Limited (ACN 127 184 954) (Dr. D Studios),
// its affiliates and/or its licensors.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that th... | {
"pile_set_name": "Github"
} |
/*
* Developed by Justin Mead
* ©2011 MeadMiracle
* www.meadmiracle.com / meadmiracle@gmail.com
* Version 1.3
* Testing: IE8/Windows XP
* Firefox/Windows XP
* Chrome/Windows XP
* Licensed under the Creative Commons GPL http://creativecommons.org/lice... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Hewlett Packard Enterprise Development LP
* Copyright 2004-2019 Cray Inc.
* Other additional copyright holders may be indicated within.
*
* The entirety of this work is licensed under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* 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) a... | {
"pile_set_name": "Github"
} |
// Copyright 2006 Nemanja Trifunovic
/*
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivat... | {
"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 <IMCore/IMAttachmentMessagePartChatItem.h>
@interface IMExpirableMessageChatItem : IMAttachmentMessagePartChatItem
{
}
@prope... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with t... | {
"pile_set_name": "Github"
} |
/* {[The file is published on the basis of YetiForce Public License 3.0 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */
'use strict';
jQuery.Class(
'Settings_Users_Locks_Js',
{},
{
/**
* Add item
* @param {jQuery} content
*/
registerAdd: function (content) {
... | {
"pile_set_name": "Github"
} |
{
"pages": [
"pages/index/index",
"pages/test/test",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
} | {
"pile_set_name": "Github"
} |
/* inffixed.h -- table for decoding fixed codes
* Generated automatically by makefixed().
*/
/* WARNING: this file should *not* be used by applications.
It is part of the implementation of this library and is
subject to change. Applications should only use zlib.h.
*/
static co... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser on iPhone OS 3.0
Image: /System/Library/PrivateFrameworks/iWorkImport.framework/iWorkImport
*/
@class GQDBGSlideNumberPlaceholder, GQDBGTitlePlaceholder, GQDSStyle, GQDSStylesheet, GQDBGBodyPlaceholder, GQDBGObjectPlaceholder;
@interface GQDBGAbstractSlide : NSObject
{
GQDSSt... | {
"pile_set_name": "Github"
} |
'use strict';
const BlinkDiff = require('blink-diff');
function diffImage(imageAPath, imageB, threshold, outputPath) {
return new Promise((resolve, reject) => {
var diff = new BlinkDiff({
imageAPath: imageAPath, // Path
imageB: imageB, // Buffer
thresholdType: BlinkDiff.THRESHOLD_PERCE... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:679776299d295de31f0480ef4c8cfe0261da39ff735d51d91fc808905f6a3c03
size 8686
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Nicolas Gallagher.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @noflow
*/
import I18nManager from '../I18nManager';
import multiplyStyleLengthValue from '../../modules/multiplyStyleLengthValue';
const empt... | {
"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
... | {
"pile_set_name": "Github"
} |
Creates textarea.
```php
FormItem::textarea('text', 'Text')
```
 | {
"pile_set_name": "Github"
} |
class OpenIdAuthenticationTablesGenerator < Rails::Generator::NamedBase
def initialize(runtime_args, runtime_options = {})
super
end
def manifest
record do |m|
m.migration_template 'migration.rb', 'db/migrate'
end
end
end
| {
"pile_set_name": "Github"
} |
//
// LayerTextProvider.swift
// lottie-ios-iOS
//
// Created by Alexandr Goncharov on 07/06/2019.
//
import Foundation
/// Connects a LottieTextProvider to a group of text layers
final class LayerTextProvider {
var textProvider: AnimationTextProvider {
didSet {
reloadTexts()
}... | {
"pile_set_name": "Github"
} |
name=Glyph of Destruction
image=https://magiccards.info/scans/en/lg/148.jpg
value=3.852
rarity=C
type=Instant
cost={R}
effect=Target blocking Wall you control gets +10/+0 until end of combat. Prevent all damage that would be dealt to it this turn. Destroy it at the beginning of the next end step.
timing=removal
oracle=... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
<!-- English Revision: 151408:421100 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NO... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b7c1f8068c9dd33418edf6275fbc5a4e
timeCreated: 1503738735
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2017 Nuxeo (http://nuxeo.com/) and others.
*
* 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"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.init;
import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bui... | {
"pile_set_name": "Github"
} |
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2016.02.05... | {
"pile_set_name": "Github"
} |
/*
* Configuation settings for the Renesas Solutions r0p7734 board
*
* Copyright (C) 2010, 2011 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __R0P7734_H
#define __R0P7734_H
#define CONFIG_CPU_SH7734 1
#define CONFIG_R0P7734 1
#define CONFIG_400MHZ_MODE 1... | {
"pile_set_name": "Github"
} |
(ns qu.data.source)
(defprotocol DataSource
(get-datasets [source]) ;; returns a list of all datasets
(get-metadata [source dataset]) ;; returns the metadata for a dataset
(get-concept-data [source dataset concept]) ;; returns the data table for a concept
(get-results [source query])
(load-dataset [source de... | {
"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"
} |
@inline(__always)
private func _race<U: Thenable>(_ thenables: [U]) -> Promise<U.T> {
let rp = Promise<U.T>(.pending)
for thenable in thenables {
thenable.pipe(to: rp.box.seal)
}
return rp
}
/**
Waits for one promise to resolve
race(promise1, promise2, promise3).then { winner in
... | {
"pile_set_name": "Github"
} |
// ***********************************************************************
// Copyright (c) 2014 Charlie Poole, Rob Prouse
//
// 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 restr... | {
"pile_set_name": "Github"
} |
/**
*
* Problem Statement-
* [Arrays - DS](https://www.hackerrank.com/challenges/arrays-ds)
* [Tutorial](https://youtu.be/u_oUMtj7C3k)
*/
package com.javaaid.hackerrank.solutions.datastructures.arrays;
import java.util.Scanner;
/**
*
* @author Kanahaiya Gupta
*
*/
public class ArraysDS {
public static... | {
"pile_set_name": "Github"
} |
/* origin: FreeBSD /usr/src/lib/msun/src/e_asinl.c */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunSoft, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
* software is free... | {
"pile_set_name": "Github"
} |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create an Arrow Dataset from an input stream, inferring output types ... | {
"pile_set_name": "Github"
} |
/*
*
* (C) COPYRIGHT 2011-2016 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
* Foundation, and any use by you of this program is subject to the terms
* of such GNU licence.... | {
"pile_set_name": "Github"
} |
/*
* DateJS Culture String File
* Country Code: fo-FO
* Name: Faroese (Faroe Islands)
* Format: "key" : "value"
* Key is the en-US term, Value is the Key in the current language.
*/
Date.CultureStrings = Date.CultureStrings || {};
Date.CultureStrings["fo-FO"] = {
"name": "fo-FO",
"englishName": "... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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, ... | {
"pile_set_name": "Github"
} |
:107E000001C0B7C0112484B790E89093610010922C
:107E10006100882361F0982F9A70923041F081FFC1
:107E200002C097EF94BF282E80E0C6D0E9C085E05D
:107E30008093810082E08093C00088E18093C1003C
:107E400083E08093C40086E08093C2008EE0B4D0CB
:107E5000259A84E028E13EEF91E03093850020935D
:107E6000840096BBB09BFECF1D9AA8954091C000A0
:107E... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:html';
import 'dart:math' show max, min;
import 'package:angular/di.... | {
"pile_set_name": "Github"
} |
"push"
enum-value
permissions-1
permissions
1
current
https://w3c.github.io/permissions/#dom-permissionname-push
1
1
PermissionName
-
PublicKeyCredential
interface
webauthn-1
webauthn
1
snapshot
https://www.w3.org/TR/webauthn/#publickeycredential
1
1
-
PublicKeyCredential
interface
webauthn-1
webauthn
1
current
https:/... | {
"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\Translation\Writer;
use Symfony\Component\Translation... | {
"pile_set_name": "Github"
} |
# AUTOGENERATED FILE
FROM balenalib/artik10-alpine:3.12-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add --... | {
"pile_set_name": "Github"
} |
{
"name": "multifeed",
"description": "multi-writer hypercore",
"author": "Stephen Whitmore <sww@eight.net>",
"version": "5.2.4",
"repository": {
"url": "git://github.com/noffle/multifeed.git"
},
"homepage": "https://github.com/noffle/multifeed",
"bugs": "https://github.com/noffle/multifeed/issues",... | {
"pile_set_name": "Github"
} |
import { NativeAdapter } from "./adapter/native.adapter.class";
import { Button } from "./button.enum";
import { Mouse } from "./mouse.class";
import { Point } from "./point.class";
import { LineHelper } from "./util/linehelper.class";
jest.mock("./adapter/native.adapter.class");
beforeEach(() => {
jest.resetAllMoc... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c5b49c719e90e7448a36096819e48dd2
timeCreated: 1471594173
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 0
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart:... | {
"pile_set_name": "Github"
} |
class VisibilityToggle extends React.Component {
constructor(props) {
super(props);
this.handleToggleVisibility = this.handleToggleVisibility.bind(this);
this.state = {
visibility: false
};
}
handleToggleVisibility() {
this.setState((prevState) => {
return {
visibility: !pr... | {
"pile_set_name": "Github"
} |
error: br is a self closing tag. Try "<br>" or "<br />"
--> $DIR/should_be_self_closing_tag.rs:10:15
|
10 | <br></br>
| ^^
| {
"pile_set_name": "Github"
} |
{"type":"comment","line":1,"val":"","buffer":false}
{"type":"comment","line":2,"val":"","buffer":false}
{"type":"eos","line":3} | {
"pile_set_name": "Github"
} |
/*
This file is part of libswirl
original code by flyinghead
*/
#include "license/bsd"
#pragma once
#include <string>
typedef void (*StringCallback)(bool cancelled, std::string selection);
void select_directory_popup(const char *prompt, float scaling, StringCallback callback);
void gui_ShowHelpMarker(con... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.