text stringlengths 2 99.9k | meta dict |
|---|---|
@using Microsoft.AspNetCore.Http.Features
@{
var consentFeature = Context.Features.Get<ITrackingConsentFeature>();
var showBanner = !consentFeature?.CanTrack ?? false;
var cookieString = consentFeature?.CreateConsentCookie();
}
@if (showBanner)
{
<nav id="cookieConsent" class="navbar navbar-default n... | {
"pile_set_name": "Github"
} |
/*
Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
*/
.highlight
color: #000
background: #fff
.code
.subst,
.title
font-weight: normal
color: #000
.comment,
.quote
color: #808080
font-style: italic
... | {
"pile_set_name": "Github"
} |
function mapping(sequence_region)
return "hs_ref_"..sequence_region..".fa.gz"
end
| {
"pile_set_name": "Github"
} |
{
"name": "angular-bootstrap-md-lib",
"version": "10.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"copy-scss": "cp -r projects/angular-bootstrap-md/src/lib/assets dist/angular-bootstrap-md/assets",
"... | {
"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"
} |
package com.daasuu.epf.filter;
import android.opengl.GLES20;
/**
* Changes the contrast of the image.
* contrast value ranges from 0.0 to 4.0, with 1.0 as the normal level
*/
public class GlContrastFilter extends GlFilter {
private static final String CONTRAST_FRAGMENT_SHADER = "" +
"precision me... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>
* JZ4740 platform IRQ support
*
* 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, ... | {
"pile_set_name": "Github"
} |
# Apply automatic snapshot policies to disks {#concept_nyv_k3l_xdb .concept}
This topic describes how to apply automatic snapshot policies to disks by using the ECS console. Automatic snapshots are created on a scheduled basis. They apply to system disks and data disks. Appropriate snapshot policies can increase data ... | {
"pile_set_name": "Github"
} |
#IMV configuration file for strongSwan client
IMV "Test" /usr/local/lib/ipsec/imcvs/imv-test.so
| {
"pile_set_name": "Github"
} |
## The contents of this file are subject to the Common Public Attribution
## License Version 1.0. (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License at
## http://code.reddit.com/LICENSE. The License is based on the Mozilla Public
## License Version ... | {
"pile_set_name": "Github"
} |
--check-leaks
--reporter spec
| {
"pile_set_name": "Github"
} |
---
id: mma-torrents
name: MMA-torrents
description: "MMA-Torrents is a Private Torrent Tracker for MMA (Mixed Martial Arts)"
language: en-us
type: private
encoding: UTF-8
links:
- https://mma-torrents.com/
caps:
categorymappings:
- {id: 92, cat: Audio/Other, desc: "Audio - Podcast"}
- {id: 128, cat: TV/Sp... | {
"pile_set_name": "Github"
} |
<Canvas>
<Kind>40</Kind>
<Name>MATERIAL 1Settings</Name>
<IsMinified>1</IsMinified>
<XPosition>1.000000000</XPosition>
<YPosition>243.000000000</YPosition>
</Canvas>
<Widget>
<Kind>25</Kind>
<Name>EH</Name>
<Value>1.000000000</Value>
</Widget>
<Widget>
<Kind>25</Kind>
<Name>ES</N... | {
"pile_set_name": "Github"
} |
package middleware
// The original work was derived from Goji's middleware, source:
// https://github.com/zenazn/goji/tree/master/web/middleware
import (
"fmt"
"net/http"
"os"
"runtime/debug"
)
// Recoverer is a middleware that recovers from panics, logs the panic (and a
// backtrace), and returns a HTTP 500 (In... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
namespace WixToolset.Extensibility
{
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeA... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Windows.Automation;
namespace TestUtilities.UI
{
internal class OpenProjectDialog : AutomationWrapper
{
p... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Se... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any la... | {
"pile_set_name": "Github"
} |
"""
`plotly.express` is a terse, consistent, high-level wrapper around `plotly.graph_objects`
for rapid data exploration and figure generation. Learn more at https://plotly.express/
"""
from __future__ import absolute_import
from plotly import optional_imports
pd = optional_imports.get_module("pandas")
if pd is None:
... | {
"pile_set_name": "Github"
} |
CheckForLuckyNumberWinners:
xor a
ld [wScriptVar], a
ld [wTempByteValue], a
ld a, [wPartyCount]
and a
ret z
ld d, a
ld hl, wPartyMon1ID
ld bc, wPartySpecies
.PartyLoop:
ld a, [bc]
inc bc
cp EGG
call nz, .CompareLuckyNumberToMonID
push bc
ld bc, PARTYMON_STRUCT_LENGTH
add hl, bc
pop bc
dec d
jr nz, .P... | {
"pile_set_name": "Github"
} |
#
# Jetty Proxy module
#
[depend]
servlet
client
[lib]
lib/jetty-proxy-${jetty.version}.jar
[xml]
etc/jetty-proxy.xml
[ini-template]
## Proxy Configuration
# jetty.proxy.servletClass=org.eclipse.jetty.proxy.ProxyServlet
# jetty.proxy.servletMapping=/*
# jetty.proxy.maxThreads=128
# jetty.proxy.maxConnections=256
# ... | {
"pile_set_name": "Github"
} |
#pragma once
#include <AP_Arming/AP_Arming.h>
#include <AC_Fence/AC_Fence.h>
/*
a rover-specific arming class
*/
class AP_Arming_Rover : public AP_Arming
{
public:
AP_Arming_Rover() : AP_Arming() { }
/* Do not allow copies */
AP_Arming_Rover(const AP_Arming_Rover &other) = delete;
AP_Arming_Rover... | {
"pile_set_name": "Github"
} |
# -*- test-case-name: twisted.conch.test.test_checkers -*-
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
Provide L{ICredentialsChecker} implementations to be used in Conch protocols.
"""
import os, base64, binascii, errno
try:
import pwd
except ImportError:
pwd = None
else:
i... | {
"pile_set_name": "Github"
} |
//===- SjLjEHPrepare.cpp - Eliminate Invoke & Unwind instructions ---------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/* FreeBSD/riscv target support, prototypes.
Copyright (C) 2018-2020 Free Software Foundation, Inc.
This file is part of GDB.
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 v... | {
"pile_set_name": "Github"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package types
import (
"fmt"
smithy "github.com/awslabs/smithy-go"
"github.com/awslabs/smithy-go/ptr"
)
// The pagination token expired. Try again without a pagination token.
type ExpiredNextTokenException struct {
Message *string
}
func (e *ExpiredNextTokenEx... | {
"pile_set_name": "Github"
} |
module RegExp where
--import List
import MUtils(usort)
infixl 2 !,-!,:!,:-!
infixr 3 &,:&
{-+ Transitions for transducers: -}
data Trans i o = I i | O o deriving (Show,Eq,Ord)
type Transducer i o = RegExp (Trans i o)
{-+ Regular expressions: -}
data RegExp t
= One -- the language containing the empty string, unit... | {
"pile_set_name": "Github"
} |
using System;
using Org.BouncyCastle.Math.Raw;
using Org.BouncyCastle.Utilities;
namespace Org.BouncyCastle.Math.EC.Custom.Sec
{
internal class SecT113FieldElement
: ECFieldElement
{
protected internal readonly ulong[] x;
public SecT113FieldElement(BigInteger x)
{
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008-2009 LinkedIn, 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 agre... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8d7b55c7ecdb49a4a89fa5e6f9022861
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import numpy as np
def rescale(data, to=[0, 1]):
"""Rescale data.
Rescale a numeric variable to a new range.
Parameters
----------
data : Union[list, np.array, pd.Series]
Raw data.
to : list
New range of values of the data after rescaling.
Returns... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2015 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be usef... | {
"pile_set_name": "Github"
} |
from mpl_toolkits.mplot3d import Axes3D
from matplotlib import cm
import pylab
import random
import numpy as np
fig = pylab.figure()
ax = Axes3D(fig)
X = np.arange(-5, 5, 0.25)
Y = np.arange(-5, 5, 0.25)
X, Y = np.meshgrid(X, Y)
R = np.sqrt(X**2 + Y**2)
Z = np.sin(R)
ax.plot_surface(X, Y, Z, rstride=1, cstride=1, cmap... | {
"pile_set_name": "Github"
} |
.dropdown-menu.dialog-dropdown {
min-width: 250px;
}
.dialog-dropdown {
padding: 10px 0;
word-break: normal;
&.right {
left: auto;
right: 0;
}
}
.dialog-dropdown > .dropdown-header {
padding-left: 10px;
padding-right: 10px;
}
.dialog-dropdown > .divider {
margin-left: 10px;
margin-right: 10px;
}
.dial... | {
"pile_set_name": "Github"
} |
using System;
using Xamarin.Forms;
namespace EntryPopCode
{
public class App : Application
{
public App()
{
MainPage = new EntryPopCodePage();
}
protected override void OnStart()
{
// Handle when your app starts
}
protected over... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="#f5f5f5"/>
<stroke
android:width="1dp"
android:color="#000000"/>
</shape> | {
"pile_set_name": "Github"
} |
Outline of release process - also see GATEKEEPER-3.1.x
======================================================
Release Process
Possible preparation
make crankturn on fast machine - see that it works
make fixes, repeat
When ready
tag tree
make crankturn on all build machines
roughly, this does a ..
make produ... | {
"pile_set_name": "Github"
} |
require File.expand_path(File.dirname(__FILE__) + '/../../../../test_helper')
describe ::Inch::Language::Ruby::Provider::YARD do
let(:described_class) { ::Inch::Language::Ruby::Provider::YARD }
let(:config) { ::Inch::Config.codebase }
it 'should parse' do
provider = described_class.parse(fixture_path(:ruby,... | {
"pile_set_name": "Github"
} |
/* Finnish stemmer.
Numbers in square brackets refer to the sections in
Fred Karlsson, Finnish: An Essential Grammar. Routledge, 1999
ISBN 0-415-20705-3
*/
routines (
mark_regions
R2
particle_etc possessive
LONG VI
case_ending
i_plural
... | {
"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"
} |
//===- IRMover.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
framework:
workflows:
enabled: true
workflows:
foo:
type: workflow
supports:
- Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\FrameworkExtensionTest
initial_marking: [bar]
places:
... | {
"pile_set_name": "Github"
} |
{% extends "layout.html" %}
{% block styles %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='stylesheet.css') }}?version=2" />
{% endblock %}
{% block scripts %}
<script src="/static/global.js"></script>
{% endblock %}
{% block content %}
<script>
window.addEventListener('load', function()... | {
"pile_set_name": "Github"
} |
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2004, 2005 Ralf Baechle
* Copyright (C) 2005 MIPS Technologies, Inc.
*/
#include <linux/errno.h>
#include <linux/init.h>
#... | {
"pile_set_name": "Github"
} |
Este documento tem por objetivo esclarecer os objetivos iniciais do projeto Valorize Vidas, como também sua visão atual e principais objetivos futuros.
O projeto surgiu através da identificação de vários problemas atuais que ocorrem na única plataforma nacional de prevenção ao suicídio chamada [CVV - Centro de Valoriz... | {
"pile_set_name": "Github"
} |
### YamlMime:ManagedReference
items:
- uid: EvilDICOM.Network.Readers.NetworkBinaryReader
commentId: T:EvilDICOM.Network.Readers.NetworkBinaryReader
id: NetworkBinaryReader
parent: EvilDICOM.Network.Readers
children:
- EvilDICOM.Network.Readers.NetworkBinaryReader.#ctor(System.IO.BufferedStream)
- EvilDICOM... | {
"pile_set_name": "Github"
} |
File: classObjectOfNestedClass.kt - efa072f174d35708cf0d5609a07a6a34
NL("\n")
packageHeader
importList
topLevelObject
declaration
classDeclaration
CLASS("class")
simpleIdentifier
Identifier("Outer")
classBody
LCURL("{")
NL("\n")
classMemb... | {
"pile_set_name": "Github"
} |
.class Lcom/google/android/gms/common/internal/ar;
.super Ljava/lang/Object;
# interfaces
.implements Lcom/google/android/gms/common/internal/zzr;
# instance fields
.field private a:Landroid/os/IBinder;
# direct methods
.method constructor <init>(Landroid/os/IBinder;)V
.locals 0
invoke-direct {p0}, Ljava/... | {
"pile_set_name": "Github"
} |
{
"error": null,
"id": null,
"principal": "UNKNOWN",
"result": {
"texts": {
"actions": {
"apply": "Apply",
"automember_rebuild": "Rebuild auto membership",
"automember_rebuild_confirm": "Are you sure you want to rebuild auto member... | {
"pile_set_name": "Github"
} |
// Navbar vertical align
//
// Vertically center elements in the navbar.
// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.
.navbar-vertical-align(@element-height) {
margin-top: ((@navbar-height - @element-height) / 2);
margin-bottom: ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 7ee320b4aa17bc141a2dc2a5a3231ef7
timeCreated: 1490137160
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package no.mnemonic.act.platform.service.validators;
class ValidatorConfigurationException extends Exception {
ValidatorConfigurationException(String message) {
super(message);
}
}
| {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#define SUCCESS 0
#define FAILURE 1
void
test(int expected, const char *psz_username,
const char *psz_common_name, char *expected_authy_id,
const char *msg)
{
static int kase = 0;
printf("Test Case #%d\n", ++kase);
char aut... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2015, The Cinder Project
This code is intended to be used with the Cinder C++ library, http://libcinder.org
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 ret... | {
"pile_set_name": "Github"
} |
package deps
@Suppress("unused")
enum class DependencyStability(private val regex: Regex) {
Dev(".*dev.*".toRegex()),
Eap("eap".toRegex()),
Milestone("M1".toRegex()),
Alpha("alpha".toRegex()),
Beta("beta".toRegex()),
Rc("rc".toRegex()),
Stable(".*".toRegex());
companion object {
@JvmStatic
fun... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* ALSA driver for ICEnsemble VT1724 (Envy24HT)
*
* Lowlevel functions for Audiotrak Prodigy 7.1 Hifi
* based on pontis.c
*
* Copyright (c) 2007 Julian Scheel <julian@jusst.de>
* Copyright (c) 2007 allank
* Copyright (c) 2004 Takashi Iwai <tiwa... | {
"pile_set_name": "Github"
} |
/* Styles to allow phosphor to work */
@import '@phosphor/dragdrop/style/index.css';
@import '@phosphor/widgets/style/index.css';
@import '@phosphor/default-theme/style/dockpanel.css';
@import '@phosphor/default-theme/style/menu.css';
@import '@phosphor/default-theme/style/menubar.css';
@import '@phosphor/default-them... | {
"pile_set_name": "Github"
} |
# make interactive scatter plots
xyView = function(x, y, data, type = "p", grid = TRUE, aspect = 1, label, crs = NA, ...) {
if (!missing(data)) {
# nm = "data" #deparse(substitute(data))
data[[y]] = data[[y]] * aspect
data = sf::st_as_sf(data, coords = c(x, y), remove = FALSE, crs = crs)
} else if (!m... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#include "config.h"
#define CONFIGFILE TEXT("superwx.ini")
WxFuncConfig::WxFuncConfig()
{
Init();
}
WxFuncConfig::~WxFuncConfig()
{
}
void WxFuncConfig::Init()
{
TCHAR tszCfgPath[MAX_PATH] = { 0 };
GetModuleFileName(GetModuleHandle(WECHATRESOURCE), tszCfgPath, MAX_PATH);
PathRe... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#pragma hdrstop
#include "..\..\Layers\xrRender\PSLibrary.h"
#include "..\..\Layers\xrRender\ParticleEffect.h"
#include "..\..\Layers\xrRender\ParticleGroup.h"
#include "..\ECore\Editor\ui_main.h"
//------------------------------------------------------------------------------
void __fastcall CPSL... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from base64 import b64encode
import json
import uuid
from django.core.urlresolvers import reverse
from django.test import TestCase
from django.test.client import Client
import pytest
from archivematicaFunctions import b64encode_string
from components imp... | {
"pile_set_name": "Github"
} |
sha256:a29eba2381ba250658d0a4d571b26b716f91229495831cfc986b832f311d7480
| {
"pile_set_name": "Github"
} |
//
// ZFAVPlayerManager.h
// ZFPlayer
//
// Copyright (c) 2016年 任子丰 ( http://github.com/renzifeng )
//
// 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 with... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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
*
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) guolin, Suzhou Quxiang Inc. Open source codes for study only.
* Do not use for commercial purpose.
*
* 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://w... | {
"pile_set_name": "Github"
} |
s{p0:v0;p1:v1}
| {
"pile_set_name": "Github"
} |
// Copyright 2020 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 ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2009-2015 the original author or 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
*
* Unle... | {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: Pod
metadata:
name: eventually-alive-pod3
spec:
containers:
- command: ["/bin/sh"]
args:
- -c
- sleep 3; echo ok > /tmp/health; sleep 600
image: gcr.io/google_containers/busybox
readinessProbe:
exec:
command:
- /bin/cat
- /tmp/health
name:... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:91da3e473f12d58f62cd9e02c86c38dfa2c540b68c3ea729223cbf8c336f0287
size 13936
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 The Android Open Source Project
* 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 retain the above copyright
* notice, t... | {
"pile_set_name": "Github"
} |
/*
* AES-128-CMAC with TLen 16 for IEEE 802.11w BIP
* Copyright 2008, Jouni Malinen <j@w1.fi>
*
* 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/kernel.h>
#in... | {
"pile_set_name": "Github"
} |
data_RWY
#**************************************************************************
#
# CIF taken from the IZA-SC Database of Zeolite Structures
# Ch. Baerlocher and L.B. McCusker
# Database of Zeolite Structures: http://www.iza-structure.org/databases/
#
# All data on this site have been placed in the public domain.... | {
"pile_set_name": "Github"
} |
---
addr: '0xa701122c1b67220a8b6883d03c8ad67896b12466'
decimals: 8
description: Fan made promo meme token for the mineable BroFistCoin (BFC) cryptocurrency
name: BroFistCoin
symbol: PEW
links:
- Email: mailto:info@brofistcoin.io
- Twitter: https://twitter.com/Brofistcoin61
- Website: http://brofistcoin.io/
- ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003-2006,2008,2010-2012 Apple Inc. All Rights Reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this fil... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2001.
// 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)
// See http://www.boost.org/libs/test for the library home page.
//
//!@file
//!@brief contains forward eclarations f... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>Sample JWS Verification Application</title>
<script language="JavaScript" type="text/javascript" src="http://kjur.github.io/jsrsasign/jsrsasign-latest-all-min.js"></script>
<script language="JavaScript" type="text/javascript" src="ext/json-sans-eval-min.js"></script>
<script language="JavaScri... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the WebKit project.
*
* Copyright (C) 2006 Apple Computer, Inc.
* Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com
* Copyright (C) 2007 Holger Hans Peter Freyther
* Copyright (C) 2007 Alp Toker <alp@atoker.com>
* Copyright (C) 2008, 2009 Google, Inc.
* All rights reserved.
*
* T... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2006-2010 Mitch Garnaat http://garnaat.org/
# Copyright (c) 2010, Eucalyptus Systems, Inc.
# 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 res... | {
"pile_set_name": "Github"
} |
<#include "header.ftl">
<div class="row">
<div class="col-md-12 mt-1">
<form action="/login-auth" method="POST">
<div class="form-group">
<input type="text" name="username" placeholder="login">
<input type="password" name="password" placeholder="password">
<input type="hidden" name... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "PrefViewController.h"
@interface TimeZonePVC : PrefViewController
{
}
- (void)setTimeZoneAutomatic:(BOOL)arg1;
- (void)awake... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2004 Voltaire, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under ... | {
"pile_set_name": "Github"
} |
package session
import (
"fmt"
"os"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/credentials/processcreds"
"github.com/aws/aws-sdk-go/aws/credentials/stscreds"
"github.com/aws/aws-sdk-go/aws/defaults"
... | {
"pile_set_name": "Github"
} |
import { LanguageCode } from '@vendure/common/lib/generated-types';
import { DeepPartial } from '@vendure/common/lib/shared-types';
import { Column, Entity, Index, ManyToOne } from 'typeorm';
import { Translation } from '../../common/types/locale-types';
import { HasCustomFields } from '../../config/custom-field/custo... | {
"pile_set_name": "Github"
} |
StartChar: quoteright
Encoding: 295 8217 330
Width: 242
VWidth: 0
Flags: HW
LayerCount: 2
Back
Fore
Refer: 329 8216 S -1 1.22465e-16 -1.22465e-16 -1 248 1193 2
Validated: 1
EndChar
| {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
# Please keep these build lists sorted!
# core driver code
v3d-y := \
v3d_bo.o \
v3d_drv.o \
v3d_fence.o \
v3d_gem.o \
v3d_irq.o \
v3d_mmu.o \
v3d_trace_points.o \
v3d_sched.o
v3d-$(CONFIG_DEBUG_FS) += v3d_debugfs.o
obj-$(CONFIG_DRM_V3D) += v3d.o
CFLAGS_v3d_trace_poi... | {
"pile_set_name": "Github"
} |
---
title: Fresh
github: 'https://github.com/artemsheludko/fresh'
demo: 'http://artemsheludko.com/fresh/'
author: Artem Sheludko
ssg:
- Jekyll
cms:
- No Cms
date: 2017-04-03T13:25:22.000Z
github_branch: master
description: Fresh is a free blog template for Jekyll
stale: true
--- | {
"pile_set_name": "Github"
} |
define({ root:
//begin v1.x content
({
redLabel: "r",
greenLabel: "g",
blueLabel: "b",
hueLabel: "h",
saturationLabel: "s",
valueLabel: "v", /* aka intensity or brightness */
degLabel: "\u00B0",
hexLabel: "hex",
huePickerTitle: "Hue Selector",
saturationPickerTitle: "Saturation Selector"
})
//end v1.x content
,
"zh": t... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2011 STRATO AG
* written by Arne Jansen <sensille@gmx.net>
*/
#include <linux/slab.h>
#include "ulist.h"
#include "ctree.h"
/*
* ulist is a generic data structure to hold a collection of unique u64
* values. The only operations it supports is adding to the l... | {
"pile_set_name": "Github"
} |
/**
\page driver_wrapper Driver wrapper implementation (driver.h, drivers.c)
All hardware and driver dependent functionality is in separate C files
that implement defined wrapper functions. Other parts
of the %wpa_supplicant are designed to be hardware, driver, and operating
system independent.
Driver wrappers need t... | {
"pile_set_name": "Github"
} |
/*-------------------------------------------------------------------------
*
* regexport.c
* Functions for exporting info about a regex's NFA
*
* In this implementation, the NFA defines a necessary but not sufficient
* condition for a string to match the regex: that is, there can be strings
* that match the N... | {
"pile_set_name": "Github"
} |
User-agent: *
Disallow:
| {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
tinymce.addI18n('th_TH',{
"Cut": "\u0e15\u0e31\u0e14",
"Heading 5": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 5",
"Header 2": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 2",
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u0e40\u0e1a\u0e23\u0e3... | {
"pile_set_name": "Github"
} |
//
// DBPrefsWindowController.h
//
// Created by Dave Batton
// http://www.Mere-Mortal-Software.com/blog/
//
// Documentation for this class is available here:
// http://www.mere-mortal-software.com/blog/details.php?d=2007-03-11
//
// Copyright 2007. Some rights reserved.
// This work is licensed under a Creativ... | {
"pile_set_name": "Github"
} |
require "releasy/mixins/log"
module Releasy
module Deployers
# @abstract
class Deployer
include Rake::DSL
include Mixins::Log
# Printed out while file is being transferred.
WORKING_CHARACTER = "."
attr_reader :project
def type; self.class::TYPE; end
def initiali... | {
"pile_set_name": "Github"
} |
Images taken from https://raw.pixls.us/
The original pictures were released under a Creative Commons Zero license. See
[LICENSE.md](LICENSE.md) in this directory for details.
| {
"pile_set_name": "Github"
} |
// Copyright 2012 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 aix darwin,!race linux,!race freebsd,!race netbsd openbsd solaris dragonfly
package unix
import (
"unsafe"
)
const raceenabled = false
func raceA... | {
"pile_set_name": "Github"
} |
<abbr title="` **Attribute Content Is Not A Code Span** `">ACINACS</abbr>
<abbr title="`first backtick!">SB</abbr>
<abbr title="`second backtick!">SB</abbr> | {
"pile_set_name": "Github"
} |
% IANA WHOIS server
% for more information on IANA, visit http://www.iana.org
% This query returned 1 object
domain: WTO.INT
registrant organisation: World Trade Organization
registrant address: Palais des Nations
registrant address: c/o UNICC
registrant address: Geneva 10 1211
registrant address:... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.