text stringlengths 2 99.9k | meta dict |
|---|---|
package com.kickstarter.libs;
import com.facebook.login.LoginManager;
import com.qualtrics.digital.Qualtrics;
import java.net.CookieManager;
import androidx.annotation.NonNull;
public final class Logout {
private final CookieManager cookieManager;
private final CurrentUserType currentUser;
public Logout(fina... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
@class PBXTarget, XCBuildConfiguration;
@interface _XCTargetSettingsDemuxerProxy : NSObject
{
PBXTarget *_realTarget;
XCBuildConfiguration *_config... | {
"pile_set_name": "Github"
} |
/*
* This file is part of World Downloader: A mod to make backups of your multiplayer worlds.
* https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/2520465-world-downloader-mod-create-backups-of-your-builds
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017-2018 Pokechu22... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8b2418bff76c64f59bad72e278c0b02a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#include <linux/bitops.h>
/**
* hweightN - returns the hamming weight of a N-bit word
* @x: the word to weigh
*
* The Hamming Weight of a number is the total number of bits set in it.
*/
unsigned int hweight32(unsigned int w)
{
unsigned int res = w - ((w >> 1) & 0x55555555);
res = (res & 0x33333333) + ((res >>... | {
"pile_set_name": "Github"
} |
/**
* Customer Schema SQL Class
*/
public final class CustomerSchemaSql {
private CustomerSchemaSql() {
// some code
}
public static final String CREATE_SCHEMA_SQL = "CREATE TABLE CUSTOMERS (ID NUMBER, FNAME VARCHAR(100), "
+ "LNAME VARCHAR(100))";
public static final String DELETE_SCHEMA_SQL = "DROP TAB... | {
"pile_set_name": "Github"
} |
Esse projeto faz parte do curso de React Native de Renan Pallin, hospedado na udemy:
https://www.udemy.com/construa-aplicativos-mobile-do-zero-com-react-native/ | {
"pile_set_name": "Github"
} |
<?php namespace Illuminate\Cache;
class ArrayStore extends TaggableStore implements StoreInterface {
/**
* The array of stored values.
*
* @var array
*/
protected $storage = array();
/**
* Retrieve an item from the cache by key.
*
* @param string $key
* @return mixed
*/
public function get($k... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2014-2019 Maltrail developers (https://github.com/stamparm/maltrail/)
# See the file 'LICENSE' for copying permission
# Reference: https://www.microsoft.com/security/portal/threat/encyclopedia/entry.aspx?Name=Virus%3aWin32%2fSality.AU#tab=2
# Reference: https://www.microsoft.com/security/portal/threat/... | {
"pile_set_name": "Github"
} |
<p>pre</p>
<ol>
<li>
Outer 1
<ul>
<li>Inner 1</li>
<li>Inner 2</li>
</ul>
</li>
<li>Outer 2</li>
</ol>
<p>between</p>
<ul>
<li>
Outer 1
<ol>
<li>Inner 1</li>
<li>Inner 2</li>
</ol>
</li>
<li>Outer 2</li>
</ul>
<p>between</p>
<ul>
<li>
Outer 1
<ul>
<li>Inner 1</li>
<li>Inner 2</li>
</ul>
</li>
<li>Outer 2</li>
</u... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** Commercial License Usage
** Licensees holding valid commercial Qt... | {
"pile_set_name": "Github"
} |
'use strict'
const path = require('path')
const FileUtils = require('../utils/file-utils')
function quote (value) {
return `'${value}'`
}
function formatLine (items) {
return items.map(quote).join(', ')
}
function formatMultiLines (items) {
return items
.map((file) => '\n ' + file)
.join(',')
}
... | {
"pile_set_name": "Github"
} |
using System;
using System.Globalization;
namespace FlatFiles
{
/// <summary>
/// Represents a column of DateTime values.
/// </summary>
public sealed class DateTimeColumn : ColumnDefinition<DateTime>
{
/// <summary>
/// Initializes a new instance of a DateTimeColumn.
/// <... | {
"pile_set_name": "Github"
} |
mat-card {
margin: 24px;
}
| {
"pile_set_name": "Github"
} |
package com.lzx.lock.service;
import android.app.ActivityManager;
import android.app.IntentService;
import android.app.usage.UsageEvents;
import android.app.usage.UsageStatsManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFil... | {
"pile_set_name": "Github"
} |
package com.ctrip.xpipe.redis.core.proxy.endpoint;
import com.ctrip.xpipe.concurrent.AbstractExceptionLogTask;
import com.ctrip.xpipe.proxy.ProxyEndpoint;
import com.ctrip.xpipe.utils.VisibleForTesting;
import com.ctrip.xpipe.utils.XpipeThreadFactory;
import com.google.common.collect.Lists;
import com.google.common.co... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2011 Zynga Inc.
Copyright (c) 2013-2017 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any... | {
"pile_set_name": "Github"
} |
// This is gel/vifa/vifa_line_cover.h
#ifndef VIFA_LINE_COVER_H
#define VIFA_LINE_COVER_H
//-----------------------------------------------------------------------------
//:
// \file
// \brief An index space for queries on parallel line overlap
//
// The vifa_line_cover class is an index which aids in finding parallel ... | {
"pile_set_name": "Github"
} |
/* main.c
*
* Copyright (C) 2006-2016 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
* wolfSSL 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) ... | {
"pile_set_name": "Github"
} |
Newsgroups: rec.motorcycles
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornell!karr
From: karr@cs.cornell.edu (David Karr)
Subject: Re: BMW MOA members read this!
Message-ID: <1993Apr16.192823.15087@cs.cornell.edu>
Organization: Cornell Univ. CS Dept, Ithaca NY 14853
References: <3102@shaman.wv.tek.com>
Distribution: us... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MH0CAQAwEAYHKoZIzj0CAQYFK4EEABoEZjBkAgEBBB0eA4pMng77HbFlU8byIhbz
wmt7+bacNTO80tZKzKFAAz4ABAGvAUtA7Bvnzadv7zuYN9YOy/kewiw6TqLOrTl3
uAAOzPByep9AWuoAF0RstPy9K4QDCJBuHNxHsu9a+A==
-----END PRIVATE KEY-----
| {
"pile_set_name": "Github"
} |
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public License... | {
"pile_set_name": "Github"
} |
// +build integration
//Package machinelearning provides gucumber integration tests support.
package machinelearning
import (
"github.com/aws/aws-sdk-go/awstesting/integration/smoke"
"github.com/aws/aws-sdk-go/service/machinelearning"
"github.com/gucumber/gucumber"
)
func init() {
gucumber.Before("@machinelearni... | {
"pile_set_name": "Github"
} |
{
"raw_sec": 0,
"cash": 5000,
"cpu_allocations": [],
"techs_done": [],
"events_triggered": {}
}
| {
"pile_set_name": "Github"
} |
<!--
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ 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:/... | {
"pile_set_name": "Github"
} |
package com.ichi2.upgrade;
import com.ichi2.libanki.Collection;
import com.ichi2.utils.JSONException;
import com.ichi2.utils.JSONObject;
public class Upgrade {
public static boolean upgradeJSONIfNecessary(Collection col, JSONObject conf, String name, boolean defaultValue) {
boolean val = defaultValue;
... | {
"pile_set_name": "Github"
} |
#include <clc/clc.h>
_CLC_DEF size_t get_local_size(uint dim) {
switch (dim) {
case 0: return __nvvm_read_ptx_sreg_ntid_x();
case 1: return __nvvm_read_ptx_sreg_ntid_y();
case 2: return __nvvm_read_ptx_sreg_ntid_z();
default: return 0;
}
}
| {
"pile_set_name": "Github"
} |
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/memory/tab_manager_delegate_chromeos.h"
#include <stdint.h>
#include <algorithm>
#include <map>
#include <string>
#include <vec... | {
"pile_set_name": "Github"
} |
/********************************************************************************
Copyright (C) 2016 Marvell International Ltd.
SPDX-License-Identifier: BSD-2-Clause-Patent
*******************************************************************************/
#ifndef __MV_PHY_DXE_H__
#define __MV_PHY_DXE_H__
#def... | {
"pile_set_name": "Github"
} |
package Koha::Schema::MatchpointComponent::Manager;
use strict;
use base qw(Rose::DB::Object::Manager);
use Koha::Schema::MatchpointComponent;
sub object_class { 'Koha::Schema::MatchpointComponent' }
__PACKAGE__->make_manager_methods('matchpoint_components');
1;
| {
"pile_set_name": "Github"
} |
package com.daasuu.gpuv.egl;
import android.opengl.GLSurfaceView;
import android.util.Log;
import javax.microedition.khronos.egl.EGL10;
import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.egl.EGLContext;
import javax.microedition.khronos.egl.EGLDisplay;
import static javax.microedition... | {
"pile_set_name": "Github"
} |
#include "world.hpp"
#include "adventurer.hpp"
#include "area.hpp"
#include "audio.hpp"
#include "building.hpp"
#include "character.hpp"
#include "deferred_event.hpp"
#include "draw.hpp"
#include "food.hpp"
#include "game.hpp"
#include "i18n.hpp"
#include "initialize_map.hpp"
#include "map.hpp"
#include "menu.hpp"
#in... | {
"pile_set_name": "Github"
} |
/**
* This file was generated by Apache newt version: 1.8.0-dev
*/
#ifndef MICROPY_INCLUDED_EXTMOD_NIMBLE_LOGCFG_LOGCFG_H
#define MICROPY_INCLUDED_EXTMOD_NIMBLE_LOGCFG_LOGCFG_H
#include "py/mphal.h"
#include "modlog/modlog.h"
#include "log_common/log_common.h"
#define MICROPY_PY_BLUETOOTH_DIAGNOSTIC_LOGGING (1)
#... | {
"pile_set_name": "Github"
} |
StartChar: uniFBF0
Encoding: 64496 64496 4964
Width: 536
Flags: HW
LayerCount: 2
Fore
Refer: 510 -1 N 1 0 0 1 346 0 2
Refer: 1005 -1 N 1 0 0 1 0 0 2
Colour: ff0000
EndChar
| {
"pile_set_name": "Github"
} |
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.SignalR.Client;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using VirtoCommerce.Platform.Core.PushNotifications;
namespace Vi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005 Russell King.
* Data taken from include/asm-i386/serial.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#include <linu... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:59d6ae5304104f21664729a167812dc628effbc1719bff7811751b3dc13f702e
size 18415
| {
"pile_set_name": "Github"
} |
// @allowJs: true
// @noEmit: true
// @checkJs: true
// @filename: namespacey.js
const A = {}
A.bar = class Q {}
module.exports = A;
// @filename: namespacer.js
const B = {}
B.NS = require("./namespacey");
Object.defineProperty(B, "NS", { value: "why though", writable: true });
module.exports = B;
// @fil... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Lightbend 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 agreed ... | {
"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"
} |
name=Wild Mongrel
image=https://magiccards.info/scans/en/od/283.jpg
value=2.500
rarity=C
type=Creature
subtype=Hound
cost={1}{G}
pt=2/2
ability=Discard a card: SN gets +1/+1 until end of turn~and SN becomes the color of your choice until end of turn.
timing=main
oracle=Discard a card: Wild Mongrel gets +1/+1 and become... | {
"pile_set_name": "Github"
} |
/* gtkconstraintequationprivate.h: Constraint expressions and variables
* Copyright 2019 GNOME Foundation
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*
* 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 Fr... | {
"pile_set_name": "Github"
} |
// this is a slight negative twist on run/t3714.scala.
trait Break {
protected val break: Int;
}
class BreakImpl(protected val break: Int) extends Break { }
object BreakImpl {
def apply(x: Int): Break = new BreakImpl(x)
def unapply(x: Any) = x match {
case x: BreakImpl => Some(x.break)
case _ ... | {
"pile_set_name": "Github"
} |
.\" **************************************************************************
.\" * _ _ ____ _
.\" * Project ___| | | | _ \| |
.\" * / __| | | | |_) | |
.\" * | (__| |_| | _ <| |___
.\" * ... | {
"pile_set_name": "Github"
} |
#region File Description
//-----------------------------------------------------------------------------
// Program.cs
//
// Microsoft XNA Community Game Platform
// Copyright (C) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
#endregion
#reg... | {
"pile_set_name": "Github"
} |
//[kaspresso](../../index.md)/[com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.composite](../index.md)/[TestRunCompositeWatcherInterceptor](index.md)/[setBaseTestContext](set-base-test-context.md)
# setBaseTestContext
[androidJvm]
Content
open override fun [setBaseTestContext](set-base-test-context.... | {
"pile_set_name": "Github"
} |
{
"_from": "uglify-js@3.4.9",
"_id": "uglify-js@3.4.9",
"_inBundle": false,
"_integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==",
"_location": "/uglify-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"... | {
"pile_set_name": "Github"
} |
0.0.0.0
index 0-Intro.sozi.html
import /etc/Caddyfile.d/*.conf
| {
"pile_set_name": "Github"
} |
<?php
/**
* Manage the admin notices and display them in admin
*
* @package LearnPress
* @author ThimPress
* @version 1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Class LP_Admin_Notice
*/
class LP_Admin_Notice {
/**
* Store all notices which added anywhere before show
*
* @var array
... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 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 agreed t... | {
"pile_set_name": "Github"
} |
- content_for :title_block do
= render 'beta/partials/navigation'
- cache do
.clearfix.align-group
.span-8.align-element{data: {alignprimary: "true"}}
#slideshow= render partial: 'beta/partials/slideshow', locals: {articles: @model.slideshow, pages: [], pages_first: true}
.span-4.last.align-element{... | {
"pile_set_name": "Github"
} |
The uobject API
===============
This is the list of the methods exposed by the uobject api.
Remember we do not need to expose all of the methods available in ue4, but only the most common one that could impact performances
if using the c++ reflection too much. For all the other cases using uobject.call('Function args... | {
"pile_set_name": "Github"
} |
package com.journaldev.groups;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
public class TestNGGroupsExample {
@Test(groups = "foo")
public void foo() {
System.out.println("foo");
}
@Test(groups = "bar")
public void bar() {
System.... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Kanji.Database.Dao;
namespace Kanji.Database.Models
{
public abstract class StringFieldSearchFilterClause : MultiFieldFilterClause
{
#region Properties
public string Value { get; set; }
public... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Data attributes - robertnyman.com</title>
<link rel="stylesheet" href="../css/base.css" type="text/css" media="screen">
<style>
.error {
color: #f00;
}
</style>
<!--[if lte IE 8]>
<script src="../js/html5.js"></script>
<![endif]-->
</head>
<bo... | {
"pile_set_name": "Github"
} |
{% block page_content %}
{% autoescape false %}
{% if plugin_content_top %}
<div class="page-content-top">
{{ plugin_content_top }}
</div>
{% endif %}
{# {{ sniff_notification }}#}
{% if home_welcome is defined %}
<article id="home... | {
"pile_set_name": "Github"
} |
FROM archlinux/base
ARG java_version=8
ENV JAVA_VERSION $java_version
# install dependencies
# use openSSL 1.0.x for now, for highest compatibility
RUN pacman -Sy --noconfirm --needed \
apr \
autoconf \
automake \
bzip2 \
cmake \
git \
glibc \
gcc \
gnupg \
go \
gzip \
jdk${JAVA_VERSION}-openjdk \
openss... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 - 2018, Logical Clocks AB and RISE SICS AB. All rights reserved
*
* 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 limitatio... | {
"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 agreed to ... | {
"pile_set_name": "Github"
} |
# KV 参数存储例程
## 简介
本例程将演示使用 EasyFlash 存储 KV 参数,记录开机次数。
## 背景知识
KV 是 key-value(键值对)的缩写,保存数据时,都是 key 和 value 一起保存,读取数据时,只要输入 key 值,就可读取到 value 值,十分方便。本例程中的环境变量就是利用 KV 值存储的。
[EasyFlash](https://github.com/armink/EasyFlash) 是一款开源的轻量级嵌入式Flash存储器库,主要为 MCU 提供便捷、通用的上层应用接口,使得开发者更加高效实现基于的Flash存储器常见应用开发。
该库目前提供 **三大实用功能** :
... | {
"pile_set_name": "Github"
} |
import sys
FREECADPATH = '/usr/lib/freecad/lib/'
sys.path.append(FREECADPATH)
from FreeCAD import Base, newDocument
import Part
import Draft
import ProfileLib.RegularPolygon as Poly
import MeshPart
doc = newDocument()
radius = 0.01
height = 0.1
cyl = doc.addObject("Part::Cylinder", "cyl")
cyl.Radius = radius
cyl.H... | {
"pile_set_name": "Github"
} |
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/stdint-newlib.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
#if defined( NEWLIB_STDINT_1_CHECK )
/* @todo - Add support for wint_t types. */
#defin... | {
"pile_set_name": "Github"
} |
/* ---------------------------------------
* Author: Martin Pane (martintayx@gmail.com) (@tayx94)
* Collaborators: Lars Aalbertsen (@Rockylars)
* Project: Graphy - Ultimate Stats Monitor
* Date: 03-Jan-18
* Studio: Tayx
*
* This project is released under the MIT license.
... | {
"pile_set_name": "Github"
} |
$1
import {{ camelCase name }} from './containers/{{ properCase name }}/reducer';
| {
"pile_set_name": "Github"
} |
http|^HTTP.*
http|^HTTP/0.
http|^HTTP/1.
http|<HEAD>.*<BODY>
http|<HTML>.*
http|<html>.*
http|<!DOCTYPE.*
http|^Invalid requested URL
http|.*<?xml
http|^HTTP/.*\nServer: Apache/1
http|^HTTP/.*\nServer: Apache/2
http|.*Microsoft-IIS.*
http|^HTTP/.*\nServer: Microsoft-IIS
http|^HTTP/.*Cookie.*ASPSESSIONID
http|^<h1>Bad ... | {
"pile_set_name": "Github"
} |
/***********************************************************************
Copyright (c) 2006-2011, Skype Limited. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retai... | {
"pile_set_name": "Github"
} |
1 DUMM DU M 0 -1 -2 0.000 0.000 0.000
2 DUMM DU M 1 0 -1 1.449 0.000 0.000
3 DUMM DU M 2 1 0 1.522 111.100 0.000
4 N N M 3 2 1 1.335 116.600 180.000
5 H H E 4 3 2 1.010 119.800 0.000
6 CA CT M 4 3 2... | {
"pile_set_name": "Github"
} |
with Interfaces; use Interfaces;
package Board_Config is
subtype Asn1Int is Interfaces.Integer_32;
subtype Asn1UInt is Interfaces.Unsigned_32;
subtype Asn1Real is Standard.Float;
Enumerated_Size : constant := 16;
type Asn1Int_ARRAY_0_9 is array (0 .. 9) of Asn1UInt;
Powers_of_10 : constant Asn1Int_AR... | {
"pile_set_name": "Github"
} |
using System;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using Gigya.Microdot.SharedLogic.HttpService;
namespace Gigya.Microdot.Common.Tests
{
public class DummyCertificateLocator : ICertificateLocator
{
public X509Certificate2 GetCertificate(string certNa... | {
"pile_set_name": "Github"
} |
//
// Message.h
//
// Library: Foundation
// Package: Logging
// Module: Message
//
// Definition of the Message class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef Foundation_Message_INCLUDED
#define Foundation_M... | {
"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 under t... | {
"pile_set_name": "Github"
} |
/*=========================================================================
*
* Copyright NumFOCUS
*
* 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.or... | {
"pile_set_name": "Github"
} |
identifier: adafruit_feather_nrf52840
name: Adafruit Feather nRF52840 Express
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- usb_device
- usb_cdc
- ble
- ieee802154
- watchdog
- counter
- feather_serial
- feather_i2c
- feather_spi
| {
"pile_set_name": "Github"
} |
'use strict';
// exercise some code that creates stack traces with null file/line
var wtf = require('../index');
if (typeof Promise === 'undefined') { process.exit(); }
new Promise(function (resolve, reject) {
setTimeout(function () {}, 0);
}); | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2014-2017 Tal Aloni <tal.aloni.il@gmail.com>. All rights reserved.
*
* You can redistribute this program and/or modify it under the terms of
* the GNU Lesser 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"
} |
/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here.
// For the complete reference:
// http://docs.ckeditor.com/#... | {
"pile_set_name": "Github"
} |
TIMESTAMP = 1588285099
SHA256 (EasyRPG-liblcf-0.6.2_GH0.tar.gz) = ed1371a0f116be2d674ec6c4bebc0d6578a3a5e886d1ffdb2aaaca952d2569b1
SIZE (EasyRPG-liblcf-0.6.2_GH0.tar.gz) = 228961
| {
"pile_set_name": "Github"
} |
package yaml
import (
"io"
)
func yaml_insert_token(parser *yaml_parser_t, pos int, token *yaml_token_t) {
//fmt.Println("yaml_insert_token", "pos:", pos, "typ:", token.typ, "head:", parser.tokens_head, "len:", len(parser.tokens))
// Check if we can move the queue at the beginning of the buffer.
if parser.tokens... | {
"pile_set_name": "Github"
} |
#include <core.p4>
parser P<H>(packet_in pkt, out H hdr);
control C();
package S<H>(P<H> p, C c);
header data_h {
bit<32> da;
}
struct headers_t {
data_h data;
}
parser MyP1(packet_in pkt, out headers_t hdr) {
state start {
hdr.data.setInvalid();
transition MyP2_start;
}
state MyP... | {
"pile_set_name": "Github"
} |
int main(int argc, char *argv[]);
/** address: 0x100004f0 */
int main(int argc, char *argv[])
{
int g3; // r3
unsigned int g30; // r30
unsigned int g31; // r31
unsigned int g3_1; // r3
int g5; // r5
g5 = *(argv + 4);
if (argc > 2) {
g3_1 = strlen(g5);
g31 = g3;
... | {
"pile_set_name": "Github"
} |
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<title>sBlog.Net || Invalid Theme</title>
<style type="text/css">
#logo img {
border: 0px;
width: 200px;
height: 75px;
position: absolute;
top: 5px;
right: 10p... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Altinity Ltd and/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.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unles... | {
"pile_set_name": "Github"
} |
# Reading And Writing Graphics (Assemblyscript)
Compile with `asc index.ts -b index.wasm -t index.wat`
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
* in the COPYING file in the root directory of this source tree).
* Yo... | {
"pile_set_name": "Github"
} |
#ifndef JSON_FORWARDS_H_INCLUDED
# define JSON_FORWARDS_H_INCLUDED
# include "config.h"
namespace Json {
// writer.h
class FastWriter;
class StyledWriter;
// reader.h
class Reader;
// features.h
class Features;
// value.h
typedef int Int;
typedef unsigned int UInt;
class StaticStr... | {
"pile_set_name": "Github"
} |
# I2P
# Copyright (C) 2009 The I2P Project
# This file is distributed under the same license as the desktopgui package.
# To contribute translations, see http://www.i2p2.de/newdevelopers
#
# Translators:
# Aesthese, 2016
# KIA <kia___@hushmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: I2P\n"
"Report-Msgid-Bug... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
| {
"pile_set_name": "Github"
} |
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies ... | {
"pile_set_name": "Github"
} |
require 'mkmf'
extension_name = "CBst"
dir_config(extension_name)
create_makefile(extension_name)
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1"?>
<config-description xmlns="http://jfreereport.sourceforge.net/namespaces/config-description">
<key name="org.pentaho.reporting.engine.classic.core.modules.gui.base.ActionFactory" global="true" hidden="true">
<description>Internal Configuration setting. Do not modify.</d... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('pullAll', require('../pullAll'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!236 &1
ClusterInputManager:
m_ObjectHideFlags: 0
m_Inputs: []
| {
"pile_set_name": "Github"
} |
#!/bin/bash
# shellcheck disable=SC1091
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# Load libraries
. /opt/bitnami/scripts/libnginx.sh
. /opt/bitnami/scripts/liblog.sh
# Load NGINX environment
. /opt/bitnami/scripts/nginx-env.sh
info "** Reloading NGIN... | {
"pile_set_name": "Github"
} |
package com.woorea.openstack.examples.simple;
public class OpenStackSimpleClient {
/**
* @param args
*/
public static void main(String[] args) {
// OpenStackClient client = new OpenStackClient(ExamplesConfiguration.KEYSTONE_AUTH_URL);
// Access access = client.request("/tokens").execute("POST", Entity.json("... | {
"pile_set_name": "Github"
} |
{
"nome": "Fierozzo",
"codice": "022085",
"zona": {
"codice": "2",
"nome": "Nord-est"
},
"regione": {
"codice": "04",
"nome": "Trentino-Alto Adige/Südtirol"
},
"provincia": {
"codice": "022",
"nome": "Trento"
},
"sigla": "TN",
"codiceCatastale": "D573",
"cap": [
"38050"
],
"popolazione": 481
... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<script src="/tests/utils/proxyassert.js"></script>
<!-- Mobify Tag External -->
<script src="/tag/v7.js"></script>
<script>
Mobify.Tag.init({
mode: function() { return 'mobile' },
mobile: {
capture: true,
... | {
"pile_set_name": "Github"
} |
// Auto-generated file. Do not edit!
// Template: src/f32-gemm/sse-dup.c.in
// Generator: tools/xngen
//
// Copyright 2019 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <xmmintrin.h>
#... | {
"pile_set_name": "Github"
} |
package com.monitorjbl.xlsx.impl;
interface Supplier {
Object getContent();
}
| {
"pile_set_name": "Github"
} |
# 1.6.0
Fixes:
* end of line cleanup
* revert the entry concurrency bug fix whic leads to deadlock under some circumstances
* update dependency on go-windows-terminal-sequences to fix a crash with go 1.14
Features:
* add an option to the `TextFormatter` to completely disable fields quoting
# 1.5.0
Code qualit... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.