text stringlengths 2 99.9k | meta dict |
|---|---|
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <signal.h>
#include <unistd.h>
#include <cstdlib>
#include <cstring>
#include <iostream>
typedef int (main_func_t)(int argc, char *argv[]);
main_func_t one_main;
main_func_t sizes_main;
main_func_t head_main;
main_func_t tail_main;
main_func_t rc_main;
main_f... | {
"pile_set_name": "Github"
} |
import IIdentifiable from './Identifiable.interface'
abstract class Storable implements IIdentifiable {
constructor(data: any) {
$.extend(this, data);
}
public abstract getId(): string;
public abstract save();
public abstract remove();
}
export default Storable;
| {
"pile_set_name": "Github"
} |
# Copyright (C) 2001-2006 Python Software Foundation
# Author: Barry Warsaw
# Contact: email-sig@python.org
"""Class representing text/* type MIME documents."""
__all__ = ['MIMEText']
from email.encoders import encode_7or8bit
from email.mime.nonmultipart import MIMENonMultipart
class MIMEText(MIMENonMultipart):
... | {
"pile_set_name": "Github"
} |
if (CMAKE_VERSION VERSION_LESS 2.8.3)
message(FATAL_ERROR "Qt 5 requires at least CMake version 2.8.3")
endif()
get_filename_component(_qt5Gui_install_prefix "${FAST_EXTERNAL_INSTALL_DIR}" ABSOLUTE)
# For backwards compatibility only. Use Qt5Gui_VERSION instead.
set(Qt5Gui_VERSION_STRING 5.8.0)
set(Qt5Gui_LIBRA... | {
"pile_set_name": "Github"
} |
doc: [
DocGroup({"tag": "h1"}, [
DocChars("Hello world!")
]),
DocGroup({"tag": "p"}, [
DocChars("What\'s up with you?")
])
]
a_del: [
DelGroup([
DelChars(3), DelSkip(4), DelChars(5)
]),
DelGroup([
DelChars(1), DelSkip(18)
])
]
a_add: [
AddGroup({"t... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "1.0">
<ExceptionBreakpoints>
<ExceptionBreakpoint
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
scope = "1"
stopOnStyle = "0">
</ExceptionBreakpoint>
<... | {
"pile_set_name": "Github"
} |
using System;
using NTumbleBit.BouncyCastle.Crypto.Parameters;
using NTumbleBit.BouncyCastle.Utilities;
namespace NTumbleBit.BouncyCastle.Crypto.Macs
{
/**
* HMAC implementation based on RFC2104
*
* H(K XOR opad, H(K XOR ipad, text))
*/
internal class HMac
: IMac
{
private const byte IPAD = (by... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2005-2020 Talend
*
* The contents of this file are subject to the terms of one of the following
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
* select the license that you prefer but you may not use this file except in
* compliance with one of these Licenses.
*
* Y... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 优客服-多渠道客服系统
* Modifications copyright (C) 2018-2019 Chatopera Inc, <https://www.chatopera.com>
*
* 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"
} |
/*
Slatwall - An Open Source eCommerce Platform
Copyright (C) ten24, LLC
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 3 of the License, or
(at your option)... | {
"pile_set_name": "Github"
} |
var B = {
name: 'B',
dependencies: ['A'],
typeInfos: [
{
localName: 'ExtendedType',
baseTypeInfo: 'A.BaseType'
}
]
};
module.exports.B = B; | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
config INTEL_POWERCLAMP
tristate "Intel PowerClamp idle injection driver"
depends on X86
depends on CPU_SUP_INTEL
help
Enable this to enable Intel PowerClamp idle injection driver. This
enforce idle time which results in more package C-state residency. The
user inter... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace Shopware\Storefront\Framework\Routing;
use Shopware\Core\Framework\Routing\AbstractRouteScope;
use Shopware\Core\Framework\Routing\SalesChannelContextRouteScopeDependant;
use Shopware\Core\SalesChannelRequest;
use Symfony\Component\HttpFoundation\Request;
class StorefrontRout... | {
"pile_set_name": "Github"
} |
#[doc = "Reader of register SWTRIG"]
pub type R = crate::R<u8, super::SWTRIG>;
#[doc = "Writer for register SWTRIG"]
pub type W = crate::W<u8, super::SWTRIG>;
#[doc = "Register SWTRIG `reset()`'s with value 0"]
impl crate::ResetValue for super::SWTRIG {
type Type = u8;
#[inline(always)]
fn reset_value() -> ... | {
"pile_set_name": "Github"
} |
:107E000001C0B7C0112484B790E89093610010922C
:107E10006100882361F0982F9A70923041F081FFC1
:107E200002C097EF94BF282E80E0C6D0E9C085E05D
:107E30008093810082E08093C00088E18093C1003C
:107E40008CE08093C40086E08093C2008EE0B4D0C2
:107E5000279A84E026E83FEF91E030938500209355
:107E6000840096BBB09BFECF1F9AA8954091C0009E
:107E... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>arm_fir_decimate_init_f32.c File Reference</title>
<link href="tabs.css... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('isArrayLikeObject', require('../isArrayLikeObject'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2015-2020 Vladimir Schneider <vladimir.schneider@gmail.com> Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.vladsch.md.nav.psi.element;
public interface MdReferenceStub extends MdLinkElementStub<MdReference> {
}
| {
"pile_set_name": "Github"
} |
import * as React from 'react';
declare class JqxPanel extends React.PureComponent<IPanelProps, IState> {
protected static getDerivedStateFromProps(props: IPanelProps, state: IState): null | IState;
private _jqx;
private _id;
private _componentSelector;
constructor(props: IPanelProps);
component... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2007-2009 Andrew Sutton
//
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0 (See accompanying file
// LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_GRAPH_EXTERIOR_PROPERTY_HPP
#define BOOST_GRAPH_EXTERIOR_PROPERTY_HPP
#include <v... | {
"pile_set_name": "Github"
} |
/* crypto/err/err.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-comm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | {
"pile_set_name": "Github"
} |
SolidWorks IGES file using analytic representation for surfaces S 1
1H,,1H;,9HROB-12313,62H\\kentro\work\MEng\Drawings\SDW\SFE Products\ROB\G 1
ROB-12313.IGS,15HSolidWorks 2014,15HSolidWorks 2014,32,308,15,308,15,9HRG 2
OB-12313,1.,1,2HIN,50,0.125,13H141206.122127,1E-008,19684.6456692913, G ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.8 from src/site/markdown/metron-platform/metron-enrichment/metron-enrichment-storm/Performance.md at 2019-05-14
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<met... | {
"pile_set_name": "Github"
} |
# Pay-As-You-Go {#Pay-As-You-Go .concept}
With the Pay-As-You-Go billing method, you are charged based on the amount of resources you actually use. Pay-As-You-Go allows you to activate and release resources at any time to meet your requirements. You can purchase resources on demand, and scale up as your business grows... | {
"pile_set_name": "Github"
} |
<!doctype html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="styl... | {
"pile_set_name": "Github"
} |
#ifndef WM8785_H_INCLUDED
#define WM8785_H_INCLUDED
#define WM8785_R0 0
#define WM8785_R1 1
#define WM8785_R2 2
#define WM8785_R7 7
/* R0 */
#define WM8785_MCR_MASK 0x007
#define WM8785_MCR_SLAVE 0x000
#define WM8785_MCR_MASTER_128 0x001
#define WM8785_MCR_MASTER_192 0x002
#define WM8785_MCR_MASTER_256 0x003
#define... | {
"pile_set_name": "Github"
} |
/* Copyright 2015-2017 Philippe Tillet
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files
* (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to use, copy, modify, merge,
* pub... | {
"pile_set_name": "Github"
} |
use crate::ScriptError;
use byteorder::{ByteOrder, LittleEndian};
use ckb_types::core::TransactionView;
use ckb_vm::{
instructions::{extract_opcode, i, m, rvc, Instruction, Itype, Stype},
registers::{RA, ZERO},
};
use ckb_vm_definitions::instructions as insts;
use goblin::elf::{section_header::SHF_EXECINSTR, El... | {
"pile_set_name": "Github"
} |
# See LICENSE for license details.
ifndef FIRESIM_ENV_SOURCED
$(error You must source sourceme-f1-manager.sh or env.sh to use this Makefile)
endif
firesim_base_dir := $(abspath .)
default: compile
##################
# Parameters #
##################
# Multiple target-projects, each with it's own chisel generat... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 "ui/views/animation/flood_fill_ink_drop_ripple.h"
#include <algorithm>
#include <utility>
#include "base/logging.h"
#include "third_party/skia/... | {
"pile_set_name": "Github"
} |
In Layout
<%= yield %>
| {
"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"
} |
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that ... | {
"pile_set_name": "Github"
} |
package zqd
import (
"context"
"net/http"
"strconv"
"sync/atomic"
"time"
"github.com/brimsec/zq/zqe"
"github.com/gorilla/mux"
"go.uber.org/zap"
)
const requestIDKey = "X-Request-ID"
func getRequestID(ctx context.Context) string {
if v := ctx.Value(requestIDKey); v != nil {
return v.(string)
}
return ""... | {
"pile_set_name": "Github"
} |
package com.example.ggxiaozhi.store.the_basket.adapter.section;
import android.content.Context;
import android.view.View;
import android.widget.RatingBar;
import com.example.ggxiaozhi.store.the_basket.R;
import com.example.ggxiaozhi.store.the_basket.bean.AppCommentBean;
import com.zhxu.recyclerview.base.ViewHolder;
i... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 Thomas Pornin <pornin@bolet.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, ... | {
"pile_set_name": "Github"
} |
//=- WebAssemblyMCCodeEmitter.cpp - Convert WebAssembly code to machine code -//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
<div class="content" fxLayout="row" fxLayoutAlign="center">
<mat-card elevation="5" fxFlex>
<mat-card-subtitle>Change Your Password</mat-card-subtitle>
<p *ngIf="notification" [class]="notification.msgType">{{notification.msgBody}}</p>
<mat-card-content>
<form #changePasswordForm="ngForm" (ngSubmit)... | {
"pile_set_name": "Github"
} |
/* Parametric GoodFET Case
by Travis Goodspeed
for the GoodFET41 and related models.
This is an OpenSCAD model intended for generating 3D cases for the
GoodFET family of boards. Specific revisions have been tested on
the Makerbot Replicator 2 in PLA, but any neighbor who is involved
in 3D printin... | {
"pile_set_name": "Github"
} |
package cache
import (
"crypto/x509"
"fmt"
"runtime"
"testing"
"time"
"github.com/sirupsen/logrus/hooks/test"
"github.com/spiffe/spire/pkg/common/bundleutil"
"github.com/spiffe/spire/pkg/common/telemetry"
"github.com/spiffe/spire/proto/spire/common"
"github.com/stretchr/testify/assert"
)
var (
bundleV1 ... | {
"pile_set_name": "Github"
} |
@component('mail::message')
# Account Email Changed
@component('mail::panel')
<p>The email associated to your account has been changed.</p>
@endcomponent
<small>If you did not make this change and believe your Pixelfed account has been compromised, please contact the instance admin.</small>
<br>
Thanks,<br>
{{ con... | {
"pile_set_name": "Github"
} |
'VirtualBox_title' = '@VBOX_PRODUCT@';
'choiceVBoxKEXTs_title' = '@VBOX_PRODUCT@ Kernel Extensions';
'choiceVBoxKEXTs_msg' = 'Installs the @VBOX_PRODUCT@ Kernel Extensions into /Library/Extensions.';
'choiceVBoxStartup_title' = '@VBOX_PRODUCT@ Startup Items';
'choiceVBoxStartup_msg' = 'Installs the @VBOX_PRODUCT@ Sta... | {
"pile_set_name": "Github"
} |
// $Id: Atm128I2C.h,v 1.5 2010-06-29 22:07:43 scipio Exp $
/*
* Copyright (c) 2004-2005 Crossbow Technology, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of ... | {
"pile_set_name": "Github"
} |
// Copyright 2015, 2020 Peter Dimov
// Copyright 2020 Hans Dembinski
//
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/mp11/tuple.hpp>
#include <boost/mp11/detail/config.hpp>
// Technically std::tuple isn't constexpr enabled in C++11, but it work... | {
"pile_set_name": "Github"
} |
#import <MetalKit/MetalKit.h>
@interface Renderer : NSObject <MTKViewDelegate>
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
@end
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: cdb13d8a1ce808e4787f1af6f2e7fa1b
timeCreated: 1493233442
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences:
- renderer: {instanceID: 0}
- group: {instanceID: 0}
- _font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- _shader: {fil... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | {
"pile_set_name": "Github"
} |
package solr
const mBeansSolr3MainResponse = `{
"solr-mbeans": [
"CORE",
{
"searcher": {
"class": "org.apache.solr.search.SolrIndexSearcher",
"version": "1.0",
"description": "index searcher",
"srcId": "$Id: SolrIndexSearcher.java 1201291 2011-11-12 18:02:03Z simonw $",
... | {
"pile_set_name": "Github"
} |
package com.thefinestartist.finestwebview;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.AnimRes;
import android.support.annotation.ArrayRes;
import android.support.annotation.ColorInt;
import android.support.annotation.ColorRes;
import an... | {
"pile_set_name": "Github"
} |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2015, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this softw... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <errno.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <linux/fs.h>
static int set_immutable(const char *path, int immutable)
{
unsigned int fl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1100"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForAnalyzing = "YES"
buildForTesting = "YES"
... | {
"pile_set_name": "Github"
} |
/*
* drivers/net/ethernet/mellanox/mlxsw/switchib.c
* Copyright (c) 2016 Mellanox Technologies. All rights reserved.
* Copyright (c) 2016 Elad Raz <eladr@mellanox.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are me... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Dremio Corporation
*
* 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 l... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.1" method="upgrade">
<name>com_categories</name>
<author>Joomla! Project</author>
<creationDate>December 2007</creationDate>
<copyright>(C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public Lic... | {
"pile_set_name": "Github"
} |
This directory contains the Passenger main source code. There are source files written in various programming languages, including C++, Ruby and Javascript. Browse to a subdirectory for a README which explains that particular subdirectory.
If you aren't familiar with the Passenger codebase then we encourage you to rea... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 - 2020 Blazebit.
*
* 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"
} |
Red Pants
While writers whose business it is to be witty
often fail to produce, grave authors occasionally
are mirthful when laughter is farthest from their
minds. From a lifetime of undisciplined reading with
innocent pencil in hand and malice prepense in mind,
I have ... | {
"pile_set_name": "Github"
} |
package org.deta.boot.vpc.process;
public class CacheProcess {
public static void main(String[] args){
}
} | {
"pile_set_name": "Github"
} |
module Control(instruction, reg_dst, jump, branch, mem_to_reg, alu_op, mem_write, alu_src, reg_write);
input wire[31:0] instruction;
output reg reg_dst;
output reg jump;
output reg branch;
output reg mem_to_reg;
output reg alu_op;
output reg mem_write;
output reg[1:0] alu_src;
output reg reg_write;
... | {
"pile_set_name": "Github"
} |
// Reduces input image (_MainTex) by 2x2.
// Outputs maximum value in R, minimum in G.
Shader "Hidden/Contrast Stretch Reduction" {
Properties {
_MainTex ("Base (RGB)", 2D) = "white" {}
}
Category {
SubShader {
Pass {
ZTest Always Cull Off ZWrite Off
CGPROGRAM
#pragma vertex vert
#pragma fragment frag
#in... | {
"pile_set_name": "Github"
} |
=== Reading Properties from a File
[role="byline"]
by Tobias Bayer
==== Problem
You need to read a property file and access its key/value pairs.(((files, reading properties from)))((("properties, reading from files")))(((Java, java.util.Properties)))(((keys, accessing key-value pairs)))
==== Solution
The most strai... | {
"pile_set_name": "Github"
} |
/* finite(). RISC-V version.
Copyright (C) 2017-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation;... | {
"pile_set_name": "Github"
} |
package tenants
import (
"github.com/mitchellh/mapstructure"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/pagination"
)
// Tenant is a grouping of users in the identity service.
type Tenant struct {
// ID is a unique identifier for this tenant.
ID string `mapstructure:"id"`
// Name is a... | {
"pile_set_name": "Github"
} |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| SMILEYS
| -------------------------------------------------------------------
| This file contains an array of smileys for use with the emoticon helper.
| Individu... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2004, 2009 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | {
"pile_set_name": "Github"
} |
package ecs
//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
//distribut... | {
"pile_set_name": "Github"
} |
/*
**********************************************************************
* Copyright (C) 1998-2012, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*
* File date.c
*
* Modification History:
*
* Date Name... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# SleepyHollow
printf "\033]4;0;#572100;1;#ba3934;2;#91773f;3;#b55600;4;#5f63b4;5;#a17c7b;6;#8faea9;7;#af9a91;8;#4e4b61;9;#d9443f;10;#d6b04e;11;#f66813;12;#8086ef;13;#e2c2bb;14;#a4dce7;15;#d2c7a9\007"
printf "\033]10;#af9a91;#121214;#af9a91\007"
printf "\033]17;#575256\007"
printf "\033]19;#d2c7a9\007"
printf... | {
"pile_set_name": "Github"
} |
# These definitions are for the benefit of independent software contained -*- makefile -*-
# in ROSE. (Currently, this means SAGE and ROSETTA.)
# It defines ROSE_INCLUDES and ROSE_LIBS so they can use the ROSE codes.
# ROSE_INCLUDES contains the include flags for compiling with ROSE code.
# (ROSE software should se... | {
"pile_set_name": "Github"
} |
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:gabbro_bricks_slab"
]
},
"criteria": {
"has_gabbro_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "create:gabbro_bricks"
}
... | {
"pile_set_name": "Github"
} |
name: tensorflow-ci
dependencies:
- python=3.6.9
- pip
- pip:
- tensorflow==2.2.0
- tfdlpack-gpu
- pytest
- nose
- numpy
- cython
- scipy
- networkx
- matplotlib
- nltk
- requests[security]
- tqdm
| {
"pile_set_name": "Github"
} |
############################################################################
# tests/common/CMakeLists.txt
#
# Part of the STXXL. See http://stxxl.sourceforge.net
#
# Copyright (C) 2013-2014 Timo Bingmann <tb@panthema.net>
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICE... | {
"pile_set_name": "Github"
} |
.. _downloadmrpt:
##############
Download MRPT
##############
.. contents:: :local:
Source code
-------------
Get the latest development version with:
.. code-block:: bash
git clone https://github.com/MRPT/mrpt.git --recursive
Next step: :ref:`compiling`
Debian/Ubuntu official repositories
-----------------... | {
"pile_set_name": "Github"
} |
#version 450
layout( location = 0 ) in float vert_color;
layout( location = 0 ) out vec4 frag_color;
void main() {
frag_color = vec4( vert_color );
}
| {
"pile_set_name": "Github"
} |
// go run mksysnum.go https://svn.freebsd.org/base/stable/10/sys/kern/syscalls.master
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,freebsd
package unix
const (
// SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int
SYS_EXIT = 1 // { void sys_exi... | {
"pile_set_name": "Github"
} |
LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k)
ER_IROM1 0x00000000 0x8000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
; 6KB - 0xC0 = 0x1740
RW_IRAM1 0x100000C0 0x1740 ... | {
"pile_set_name": "Github"
} |
Force a time update with `ntp`
Change your `hostname` on systems using `systemd`
Incorrect time on dual boot systems
Preventing a user from logging into the system
Fixing `locale` issues in Debian systems | {
"pile_set_name": "Github"
} |
# *****************************************************************************
# Copyright (c) 2020, Intel Corporation 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 sou... | {
"pile_set_name": "Github"
} |
Installation
============
.. note::
For troubleshooting information, see these pages:
`Linux <https://github.com/konlpy/konlpy/issues?q=label%3AOS%2FLinux>`_.
`Mac OS <https://github.com/konlpy/konlpy/issues?q=label%3AOS%2FMacOS>`_.
`Windows <https://github.com/konlpy/konlpy/issues?q=label%3AOS%2FWind... | {
"pile_set_name": "Github"
} |
{
GTK3 Interface
Dummy implementation. Not tested.
}
type
TTimerList = class
end;
var
FTimerList: TTimerList;
function CF_UNICODETEXT: TClipboardFormat;
begin
//todo
Result := TClipboardFormat(0);
end;
{
Only a few functions are necessary to compile VirtualTreeView:
BitBlt
GetCurrentObjec... | {
"pile_set_name": "Github"
} |
//
// TwitterTimelineParser.m
// HelTweetica
//
// Created by Lucius Kwok on 3/30/10.
/*
Copyright (c) 2010, Felt Tip Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of... | {
"pile_set_name": "Github"
} |
---
ko:
activerecord:
errors:
messages:
record_invalid: 데이터 검증에 실패하였습니다. %{errors}
restrict_dependent_destroy:
has_one: "%{record}가 존재하기 때문에 삭제할 수 없습니다"
has_many: "%{record}가 존재하기 때문에 삭제할 수 없습니다"
date:
abbr_day_names:
- 일
- 월
- 화
- 수
- 목
- 금
... | {
"pile_set_name": "Github"
} |
PKG=QUAGGAlibs
NAME="@PACKAGE_NAME@ - @PACKAGE_NAME@ common runtime libraries"
| {
"pile_set_name": "Github"
} |
# Event 4099 - task_0
###### Version: 1
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|RawCommandLine|UnicodeString|None|`None`|
|TBD|ShowUsage|Boolean|None|`None`|
|TBD|DisplayDriveInfo|Boolean|None|`None`|
|TBD|TargetDriveLetter|UnicodeStri... | {
"pile_set_name": "Github"
} |
南星良最新番号
【VND-191】アダルト祭り3
【VND-181】アダルト祭り2
【VNDS-3033】黒百合学園
【TT-545】desire 大乱交
【TT-523】Fourth5 麻川なな 鈴奈ひろみ 加藤由香 工藤エリナ 南星良
【VS-605】放課後の天使たち 10
【MA-308】先生はエロボディSpecial~こんなに濡れているのは君のせい~
【YR-004】レズビアン女学院 2
【YR-002】レズビアン女学院
【TT-231】Pure Friends Vol, 7
【MA-220】I AM SEXY DX MISSION 001→010
【MA-229】THE 女教師 DX
【SP-55... | {
"pile_set_name": "Github"
} |
/*
* AppArmor security module
*
* This file contains AppArmor resource mediation and attachment
*
* Copyright (C) 1998-2008 Novell/SUSE
* Copyright 2009-2010 Canonical Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* publ... | {
"pile_set_name": "Github"
} |
{
"name": "angular-animate",
"version": "",
"description": "AngularJS module for animations",
"main": "angular-animate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"keywords":... | {
"pile_set_name": "Github"
} |
1 _CDefFolderMenu_MergeMenu@16
2 _CIDLData_CreateFromIDArray@16
3 _ConnectToConnectionPoint@24
4 DllCanUnloadNow
5 DllGetClassObject
6 DllRegisterServer
7 DllUnregisterServer
8 _GUIDFromStringW@8
9 _GetUIVersion@0
10 _IUnknown_AtomicRelease@4
11 _IUnknown_GetWindow@8
12 _IUnknown_QueryService@16
13 _IUnknown_Set@8
14 _... | {
"pile_set_name": "Github"
} |
//--------------------------------------------------------------
//
// Microsoft Edge Implementation
// Copyright(c) Microsoft Corporation
// All rights reserved.
//
// MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files(t... | {
"pile_set_name": "Github"
} |
//[kaspresso](../../index.md)/[com.kaspersky.kaspresso.systemsafety](../index.md)/[SystemDialogSafetyProviderImpl](index.md)/[SystemDialogSafetyProviderImpl](-system-dialog-safety-provider-impl.md)
# SystemDialogSafetyProviderImpl
[androidJvm]
Content
fun [SystemDialogSafetyProviderImpl](-system-dialog-safety-... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('ViewDefinition [DesignTransferView_V1.0]'),'2;1');
FILE_NAME('253-KTB','2018-05-23T16:27:29',(''),(''),'The EXPRESS Data Manager Version 5.02.0100.07 : 28 Aug 2013','20180423_1000(x64) - Exporter 18.3.1.0 - Alternate UI 18.3.1.0',$);
FILE_SCHEMA(('IFC4'));
ENDSEC;
DATA;
#1=IFCAD... | {
"pile_set_name": "Github"
} |
// tslint:disable non-literal-require no-console
import debug from 'debug';
import fs from 'fs';
import path from 'path';
import { config } from './config';
const log = debug('prime:fields');
// Resolve fields
export const fields = (config.fields || [])
.map((moduleName: string) => {
try {
const field = r... | {
"pile_set_name": "Github"
} |
{-#
LANGUAGE
MultiParamTypeClasses,
GeneralizedNewtypeDeriving,
StandaloneDeriving,
DeriveDataTypeable,
FlexibleInstances,
ViewPatterns
#-}
import Prelude hiding ((*>))
import Control.Exception
import Control.Monad
import Control.DeepSeq
import Data.Typeable
import Data.Functor
import Data.List
import... | {
"pile_set_name": "Github"
} |
{
"display": {
"icon": {
"item": "botania:light_relay"
},
"title": {
"translate": "advancement.botania:luminizerRide"
},
"description": {
"translate": "advancement.botania:luminizerRide.desc"
}
},
"parent": "botania:main/ender_air_make",
"__comment": "This is triggered ... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2007 Joel de Guzman
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)
=========================================... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
# Copyright 2009 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.
#
# Generate system call table for Darwin from sys/syscall.h
use strict;
if($ENV{'GOARCH'} eq "" || $ENV{'GOOS'} eq "") {
print STDERR "GOARC... | {
"pile_set_name": "Github"
} |
// Used to import variables in components
@import 'custom_bootstrap_variables';
@import '../../../../../../node_modules/bootstrap/scss/mixins';
// -- Theme Colors here --
// Custom theme colors
// Refer _default_variables to generate colors
$theme-main-color: #e40046;
$theme-action-color: #e40046;
$primary-font: 'Robot... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.