text stringlengths 2 99.9k | meta dict |
|---|---|
[theme]
inherit = basic
stylesheet = agogo.css
pygments_style = tango
[options]
bodyfont = "Verdana", Arial, sans-serif
headerfont = "Georgia", "Times New Roman", serif
pagewidth = 90em
documentwidth = 65em
rightsidebar = false
sidebarwidth = 18em
bgcolor = #eeeeec
headerbg = url(bgtop.png) top left repeat-x
footerbg ... | {
"pile_set_name": "Github"
} |
// 代码地址: https://github.com/CoderMJLee/MJRefresh
// 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
// UIScrollView+Extension.h
// MJRefreshExample
//
// Created by MJ Lee on 14-5-28.
// Copyright (c) 2014年 小码哥. All ... | {
"pile_set_name": "Github"
} |
//! Ethereum transaction utilities.
//!
//! This module contains the helper types that represent the state of
//! ZKSync and Ethereum blockchains synchronization.
// Built-in deps
// External uses
use web3::types::TransactionReceipt;
// Workspace uses
use storage::ethereum::records::ETHStats as StorageETHStats;
/// C... | {
"pile_set_name": "Github"
} |
#
# This file is part of Splice Machine.
# Splice Machine is free software: you can redistribute it and/or modify it under the terms of the
# GNU Affero General Public License as published by the Free Software Foundation, either
# version 3, or (at your option) any later version.
# Splice Machine is distributed in the ... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
namespace Microsoft.Zelig.Debugger.ArmProcessor
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.IO;
using System.... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** Commercial License Usage
** Licensees holding valid commercial ... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _DownCircleFilled = _interopRequireDefault(require('./lib/icons/DownCircleFilled'));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
var _... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Google
*
* 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 w... | {
"pile_set_name": "Github"
} |
sets = [set(), {1}, {1, 2}, {1, 2, 3}, {2, 3}, {2, 3, 5}, {5}, {7}]
for s in sets:
for t in sets:
print(sorted(s), '|', sorted(t), '=', sorted(s | t))
print(sorted(s), '^', sorted(t), '=', sorted(s ^ t))
print(sorted(s), '&', sorted(t), '=', sorted(s & t))
print(sorted(s), '-', sorte... | {
"pile_set_name": "Github"
} |
{
"name": "roave/function-fqn-replacer",
"description": "Replaces relative references to internal functions with absolute references",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/Ocramius/FunctionFQNReplacer",
"authors": [
{
"name... | {
"pile_set_name": "Github"
} |
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SE... | {
"pile_set_name": "Github"
} |
package jsoniter
import (
"fmt"
"strings"
)
// ReadObject read one field from object.
// If object ended, returns empty string.
// Otherwise, returns the field name.
func (iter *Iterator) ReadObject() (ret string) {
c := iter.nextToken()
switch c {
case 'n':
iter.skipThreeBytes('u', 'l', 'l')
return "" // nu... | {
"pile_set_name": "Github"
} |
{% if items %}
<div id="pagination-holder" class="clearfix" style="margin-bottom: 10px;">
<ul class="pagination pagination-sm" style="margin-bottom: 0;">
{% if now_page == '1' %}
<li class="disabled">
<a>«</a>
</li>
{% else %}
... | {
"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 u... | {
"pile_set_name": "Github"
} |
--- Makefile Sun Jan 23 14:01:55 2000
+++ Makefile.new Mon May 29 23:12:10 2000
@@ -55,9 +55,9 @@
####################
# C compiler options
# GNU gcc is recommended.
-CC=gcc
+CC?=gcc
# Use these with gcc
-CFLAGS=-g -Wall -W -fno-common -pedantic
+CFLAGS+= -Wall -W -fno-common -pedantic
# If you don't have gcc, d... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Sales\Block\Adminhtml\Order\Create;
/**
* Adminhtml sales order create coupons block
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Coupons ext... | {
"pile_set_name": "Github"
} |
import json
from urllib.parse import unquote, urlparse
from asgiref.testing import ApplicationCommunicator
class WebsocketCommunicator(ApplicationCommunicator):
"""
ApplicationCommunicator subclass that has WebSocket shortcut methods.
It will construct the scope for you, so you need to pass the applicat... | {
"pile_set_name": "Github"
} |
using ICSharpCode.SharpZipLib.Core;
using System;
using System.IO;
namespace ICSharpCode.SharpZipLib.Zip
{
/// <summary>
/// Basic implementation of <see cref="IEntryFactory"></see>
/// </summary>
public class ZipEntryFactory : IEntryFactory
{
#region Enumerations
/// <summary>
/// Defines the possible val... | {
"pile_set_name": "Github"
} |
p edge 56 59
e 3 39
e 3 36
e 4 20
e 7 40
e 7 8
e 10 20
e 11 8
e 12 34
e 12 36
e 14 55
e 14 20
e 15 11
e 15 38
e 16 50
e 16 9
e 17 32
e 17 47
e 18 2
e 19 6
e 21 13
e 22 24
e 22 6
e 23 21
e 23 10
e 24 33
e 25 55
e 26 31
e 27 18
e 27 9
e 28 0
e 28 19
e 29 1
e 30 25
e 30 6
e 31 48
e 32 49
e 35 42
e 35 33
e 37 40
e 39 47
e ... | {
"pile_set_name": "Github"
} |
---
layout: page
title: WSL2
permalink: installation/platforms/wsl2
---
# Quick Start with WSL2
Below are instructions to configure WSL2 and install a Kubernetes cluster on top.
## Compatibility
The following minimum Windows build versions are required:
| Name | Version |
|:------ |:-------:|
| [WSL2](https://docs... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\UrlRewrite\Test\Unit\Service\V1\Data;
class UrlRewriteTest extends \PHPUnit\Framework\TestCase
{
/**
* @var \Magento\UrlRewrite\Model\UrlRewrite
*/
protected $model;
protecte... | {
"pile_set_name": "Github"
} |
owner = MON
controller = MON
add_core = MON
infra = 1
| {
"pile_set_name": "Github"
} |
id: "moment"
title: "Moment.js"
function: [ "date-library" ]
language: [ "javascript" ]
homepage: "http://momentjs.com/"
github: "https://github.com/timrwood/moment/"
desc: "一个只有5.5k的JavaScript日期库。它可以解析、验证、操作、格式化日期和时间。"
| {
"pile_set_name": "Github"
} |
@import 'ej2-schedule/styles/schedule/bootstrap4.scss';
| {
"pile_set_name": "Github"
} |
<template>
<div class="header">
<div class="content-wrapper">
<div class="avatar">
<img width="64" height="64" v-bind:src="seller.avatar" alt="avatra"/>
</div>
<div class="content">
<div class="title">
<span class="brand"></span>
<span class="number">{{seller.... | {
"pile_set_name": "Github"
} |
$NetBSD: distinfo,v 1.4 2016/12/30 11:30:34 jaapb Exp $
SHA1 (ppx_tools-5.0-49c08e2.tar.gz) = d5238a98d3bc888b2c1cc0487340c939ca932c94
RMD160 (ppx_tools-5.0-49c08e2.tar.gz) = 340d3390706ba6d1c1685b5e23bc694ce66ce955
SHA512 (ppx_tools-5.0-49c08e2.tar.gz) = baab5d192f075a8fb9c8e63a2be499b976e3395963bedea13126881e2ea89a9... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"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 "IDEEditorDocumentPreviewProvider.h"
@class NSLayoutManager;
@interface IDEDummyFindReplacePreviewProvider : IDEEditorDocumentPreviewProvider
{
NSLayoutManager *_he... | {
"pile_set_name": "Github"
} |
# This source code was written by the Go contributors.
# The master list of contributors is in the main Go distribution,
# visible at https://tip.golang.org/CONTRIBUTORS.
| {
"pile_set_name": "Github"
} |
// Copyright 2019 IBM Corp.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... | {
"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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CMSIS-RTOS: Referen... | {
"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 not u... | {
"pile_set_name": "Github"
} |
const config = {};
export default class Config {
public static set(key: string, value: any) {
config[key] = value;
}
public static get(key?: string): any {
if (key === undefined) {
return config;
}
return config[key];
}
public static remove(key: strin... | {
"pile_set_name": "Github"
} |
---
---
// Utils
@import "utils/variables";
@import "utils/mixins";
// Base
@import "base/reset";
@import "base/base";
@import "base/helpers";
// Components
@import "components/button";
@import "components/sidebar";
@import "components/sidebar-menu";
@import "components/doc";
@import "components/code";
@import "comp... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "126@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2018-2018 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2018 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | {
"pile_set_name": "Github"
} |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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) any later version.
//
// Moodle... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
{
"name": "Hue White Lamp 3",
"description": "http://Philips-hue.local/api/R6D7CYQFzXckikMPLEL8WbSZWg9XKkEyx-NrgKws/lights/3",
"urn": "urn:com:oracle:Hue White Lamp 3",
"createdAsString": "2019-06-01T08:30:49.525Z",
"created": 1559377849525,
"lastModifiedAsString": "2019-06-01T08:30:49.525Z",
"lastModified": 155... | {
"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"
} |
<!doctype html>
<html>
<head>
<title>Cool App iframe</title>
</head>
<body>
<div id="hello">
I'm an iframe!
<a id="someLink" href="">Click!</a>
<script>
var remoteScript = document.createElement('script');
remoteScript.src = 'test-scripts-remote.js';
remoteScript.... | {
"pile_set_name": "Github"
} |
#include "stdlib/genglsl/lib/mx_noise.glsl"
void mx_fractal3d_fa_vector3(float amplitude, int octaves, float lacunarity, float diminish, vec3 position, out vec3 result)
{
vec3 value = mx_fractal_noise_vec3(position, octaves, lacunarity, diminish);
result = value * amplitude;
}
| {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2007-2019 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=tinc
PKG_VERSION:=1.0.36
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.tinc-vpn.o... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <AppKit/NSButton.h>
@interface LUIEffectsButton : NSButton
{
}
- (id)initWithFrame:(struct CGRect)arg1;
- (id)initWithCoder:(... | {
"pile_set_name": "Github"
} |
package server
import (
"fmt"
"net"
"testing"
"time"
"github.com/rc452860/vnet/socks"
"github.com/rc452860/vnet/record"
)
func Test_LastOneMinute(t *testing.T) {
proxy := NewProxyServiceWithTick(50 * time.Millisecond)
proxy.Start()
proxyAddr, _ := net.ResolveTCPAddr("tcp", "0.0.0.0:8000")
targetAddr, _ :=... | {
"pile_set_name": "Github"
} |
require 'net/ssh/loggable'
module Net
module SSH
module Connection
# EventLoop can be shared across multiple sessions
#
# one issue is with blocks passed to loop, etc.
# they should get current session as parameter, but in
# case you're using multiple sessions in an event loop it ... | {
"pile_set_name": "Github"
} |
// Ball class
// Learning Processing
// Daniel Shiffman
// http://www.learningprocessing.com
// Ported by Lauren McCarthy
// Example 10-3: Bouncing ball with intersection
function Ball(tempR) {
this.r = tempR; // radius
this.x = random(width);
this.y = random(height);
this.xspeed = random(-5, 5);
this.yspe... | {
"pile_set_name": "Github"
} |
sylvester_NP
stallone_NN
has_HVZ
made_VBN
some_DT
crap_NN
films_NNS
in_IN
his_PP$
lifetime_NN
,_,
but_CC
this_DT
has_HVZ
got_VBN
to_IN
be_BE
one_CD
of_IN
the_DT
worst_JJS
._.
a_DT
totally_RB
dull_JJ
story_NN
that_CS
thinks_VBZ
it_PP
can_MD
use_VB
various_JJ
explosions_NNS
to_IN
make_NN
it_PP
interesting_JJ
,_,
"_"
the_... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0... | {
"pile_set_name": "Github"
} |
{% raw %}
{% extends "layout.html" %}
{% block content %}
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
{% endraw %}
<h1 class="display-3">Welcome to {{ cookiecutter.project_name }}</h1>
{% raw %}
<p>This is a starter Fl... | {
"pile_set_name": "Github"
} |
2E000:
2E001:
2E002:
2E003:
2E004:
2E005:
2E006:
2E007:
2E008:
2E009:
2E00A:
2E00B:
2E00C:
2E00D:
2E00E:
2E00F:
2E010:
2E011:
2E012:
2E013:
2E014:
2E015:
2E016:
2E017:
2E018:
2E019:
2E01A:
2E01B:
2E01C:
2E01D:
2E01E:
2E01F:
2E020:
2E021:
2E022:
2E023:
2E024:
2E025:
2E026:
2E027:
2E028:
2E029:
2E02A:
2E02B:
2E02C:
2E02D... | {
"pile_set_name": "Github"
} |
using CadEditor;
using System;
//css_include shared_settings/SharedUtils.cs;
//css_include captain_silver/CaptainSilverUtils.cs;
public class Data
{
public OffsetRec getScreensOffset() { return new OffsetRec(0x4010, 5 , 16*15, 16, 15); }
public bool isBigBlockEditorEnabled() { return false; }
public bool... | {
"pile_set_name": "Github"
} |
<?php
class CoverageNamespacedFunctionTest extends PHPUnit_Framework_TestCase
{
/**
* @covers foo\func()
*/
public function testFunc()
{
foo\func();
}
}
| {
"pile_set_name": "Github"
} |
using System;
using MemBus.Support;
namespace MemBus.Subscribing
{
public class DisposableSubscription : IDisposableSubscription, IDenyShaper, IDisposable, IKnowsSubscribedInstance
{
private ISubscription action;
public DisposableSubscription(ISubscription action)
{
this.a... | {
"pile_set_name": "Github"
} |
/*
* This file is part of gtkD.
*
* gtkD 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, with
* some exceptions, please r... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Copyright 2008 the V8 project authors. 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
# noti... | {
"pile_set_name": "Github"
} |
Macintosh-specific help file for NetHack 3.6
The following are options, features, or concerns specific to the
MacOS Classic port of NetHack. Bug reports, suggestions, comments,
and so on, should be addressed to:
To: nethack-bugs@nethack.org
Subject: Mac NetHack 3.6
or you can use our on-line bug... | {
"pile_set_name": "Github"
} |
/*
* RTSP extension for TCP NAT alteration
* (C) 2003 by Tom Marshall <tmarshall at real.com>
* based on ip_nat_irc.c
*
* 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; eith... | {
"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"
} |
/*
* This file is part of SpongeAPI, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Soft... | {
"pile_set_name": "Github"
} |
EXTRA_DIST = Android.mk.proto
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2015, Microsoft Corporation
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and this permission notice appear in all copies.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("filetools","pl",{loadError:"Błąd podczas odczytu pliku.",networkError:"W trakcie wysyłania pliku pojawił się błąd sieciowy.",httpError404:"Błąd HTTP ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Bot.Builder;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Schema;
namespace Microsoft.BotBuilderSamples.AdaptiveSkillBot.Dialogs
{
publ... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2018, Joyent, Inc. All rights reserved.
//
// 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/.
//
package authentication
// DON'T USE THIS OUTSIDE T... | {
"pile_set_name": "Github"
} |
'''
logger_setup.py customizes the app's logging module. Each time an event is
logged the logger checks the level of the event (eg. debug, warning, info...).
If the event is above the approved threshold then it goes through. The handlers
do the same thing; they output to a file/shell if the event level is above their
t... | {
"pile_set_name": "Github"
} |
# $NetBSD: md.emips,v 1.9 2018/07/12 10:46:40 maxv Exp $
./usr/include/emips comp-c-include
./usr/include/emips/ansi.h comp-c-include
./usr/include/emips/asm.h comp-c-include
./usr/include/emips/autoconf.h comp-c-include
./usr/include/emips/bswap.h comp-c-include
./usr/include/emips/bus.h comp-c-include
./... | {
"pile_set_name": "Github"
} |
/***
*
* Copyright (c) 1999, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* ... | {
"pile_set_name": "Github"
} |
---
title: Use the Dataform CLI
subtitle: Guide to learn how to use the Dataform command line interface tool.
priority: 6
icon: console
---
The CLI enables you to initialize, compile test and run Dataform projects directly from your local machine or as part of other systems.
## Installation
The Dataform CLI can be i... | {
"pile_set_name": "Github"
} |
DEFINED_PHASES=install preinst pretend
DESCRIPTION=Mythtv mythbackend server/deamon group
EAPI=7
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-... | {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
49 164 82
246 230 172
230 213 164
197 180 131
172 148 106
180 197 90
148 164 57
115 131 24
82 98 0
49 65 0
172 65 90
255 255 0
255 255 0
123 98 74
90 65 49
16 16 16
| {
"pile_set_name": "Github"
} |
/**
* Theme Customizer enhancements, specific to panels, for a better user experience.
*
* This allows us to detect when the user has opened specific sections within the Customizer,
* and adjust our preview pane accordingly.
*/
( function( $ ) {
wp.customize.bind( 'ready', function() {
// Detect when the ... | {
"pile_set_name": "Github"
} |
using OpenReservation.WechatAPI.Filters;
using OpenReservation.WechatAPI.Helper;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using WeihanLi.Extensions;
namespace OpenReservation.WechatAPI.Controllers
{
[Area("WeChat")]
[WechatRequestValid]
public class WeChatBaseController : Contro... | {
"pile_set_name": "Github"
} |
package cmd
import (
"errors"
"github.com/labstack/tunnel-client/daemon"
"github.com/radovskyb/watcher"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"io/ioutil"
"os"
"os/exec"
"strconv"
"time"
)
func startDaemon() {
if viper.GetString("api_key") == "" {
exit("To use tunnel you need an a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Copy the php.ini template to its destination.
dockerize -template "/etc/php/7.4/fpm/05-azuracast.ini.tmpl:/etc/php/7.4/fpm/conf.d/05-azuracast.ini" -template "/etc/php/7.4/fpm/www.conf.tmpl:/etc/php/7.4/fpm/pool.d/www.conf" cp /etc/php/7.4/fpm/conf.d/05-azuracast.ini /etc/php/7.4/cli/conf.d/05-azuracast.... | {
"pile_set_name": "Github"
} |
/*
* fp-test.c - test QEMU's softfloat implementation using Berkeley's Testfloat
*
* Copyright (C) 2018, Emilio G. Cota <cota@braap.org>
*
* License: GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
* This file is derived from testfloat/source/testsoftfloat.c. Its copyright
*... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
/* HBDetailsViewController.h $
This file is part of the HandBrake source code.
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface HBQueueDetailsViewController : NSViewController
@end
NS_ASSUME_NONNULL... | {
"pile_set_name": "Github"
} |
Name
ANGLE_device_d3d
Name Strings
EGL_ANGLE_device_d3d
Contributors
Jamie Madill (jmadill 'at' google.com)
Contact
Jamie Madill (jmadill 'at' google.com)
Status
Draft
Version
Version 1, Mar 25, 2015
Number
EGL Extension #XXX
Extension Type
EGL device extension
Dependen... | {
"pile_set_name": "Github"
} |
mitroon
bhaiyo aur behno "ek nambar do"
mann ki baat nambar
dusra 1 hai
pehla dusra hai
jab tak nambar 1 se kam {
ekaur pehla plus dusra
pehla dusra hai
dusra ekaur
nambar nambar - 1 hai
bhaiyo aur behno pehla hai
}
bhaiyo aur behno "ye hai fibonacci nambars"
ache din aa gaye | {
"pile_set_name": "Github"
} |
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BLUEPRINT\-APPLY" "1" "December 2011" "DevStructure" "Blueprint"
.
.SH "NAME"
\fBblueprint\-apply\fR \- run a blueprint\'s generated shell code
.
.SH "SYNOPSIS"
\fBblueprint apply\fR [\fB\-r\fR] [\fB\-q\fR] [\fIname\fR]
.
.SH "DESCRIPT... | {
"pile_set_name": "Github"
} |
/*====================================================================*
- Copyright (C) 2001 Leptonica. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source c... | {
"pile_set_name": "Github"
} |
--q48.sql--
select sum (ss_quantity)
from store_sales, store, customer_demographics, customer_address, date_dim
where s_store_sk = ss_store_sk
and ss_sold_date_sk = d_date_sk and d_year = 2000
and
(
(
cd_demo_sk = ss_cdemo_sk
and
cd_marital_status = 'M'
and
cd_education_status = '4 yr Degree'
... | {
"pile_set_name": "Github"
} |
import ballerina/http;
type MissingFieldsInJsonSchema record {
int id;
string username;
string firstName;
string lastName;
string email;
string password;
string phone2;
int userStatus;
};
service hello on new http:Listener(9090) {
resource function sayHello(http:Caller caller, http... | {
"pile_set_name": "Github"
} |
#ifndef __ASM_ARM_SYSTEM_INFO_H
#define __ASM_ARM_SYSTEM_INFO_H
#define CPU_ARCH_UNKNOWN 0
#define CPU_ARCH_ARMv3 1
#define CPU_ARCH_ARMv4 2
#define CPU_ARCH_ARMv4T 3
#define CPU_ARCH_ARMv5 4
#define CPU_ARCH_ARMv5T 5
#define CPU_ARCH_ARMv5TE 6
#define CPU_ARCH_ARMv5TEJ 7
#define CPU_ARCH_ARMv6 8
#define CPU_ARC... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('curryN', require('../curry'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
/* Copyright (c) 2008-2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | {
"pile_set_name": "Github"
} |
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>parent-version-range-local</groupId>
<artifactId>parent</artifactId>
<version>[1,10]</version>
</parent>
<artifactId>child</artifactId>
<version>1</version>
<packaging>pom</packaging>
</project>
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @flow
* ... | {
"pile_set_name": "Github"
} |
/**
* @fileoverview polyfills for jsdom.
*
*/
import { URL } from 'url';
import * as vm from 'vm';
import * as path from 'path';
import { DOMWindow } from 'jsdom';
import * as jsdomutils from 'jsdom/lib/jsdom/living/generated/utils';
import { readFile } from '@hint/utils-fs';
export const beforeParse = (finalHref:... | {
"pile_set_name": "Github"
} |
.bank{
} | {
"pile_set_name": "Github"
} |
.datebox-calendar-inner {
height: 250px;
}
.datebox-button {
padding: 4px 0;
text-align: center;
}
.datebox-button a {
line-height: 22px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-button a:hover {
opacity: 1.0;
filter: alpha(opac... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkLabel" id="label1">
<property name="name">reference</property>
<property name="label" trans... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2012 to original author or authors
* 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 available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.so... | {
"pile_set_name": "Github"
} |
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S -indvars -o - %s | FileCheck %s
target datalayout = "e-p:32:32:32-p1:64:64:64-p2:8:8:8-p3:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-n8:16:32:64"
; Derived from ptriv in lftr-reuse.ll
define void @ptriv_as2(i8 addrspace(2... | {
"pile_set_name": "Github"
} |
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
icons/,\
LICENSE.txt,\
plugin_de.properties,\
plugin_es.properties,\
plugin_fr.properties,\
... | {
"pile_set_name": "Github"
} |
# PS4 SDK
An open source PlayStation 4 SDK for writing userland applications which can be run with the [PS4-playground](https://github.com/CTurt/PS4-playground).
## Building and installing
You will need [LLVM](http://llvm.org/releases/) version 3.7 or later for compiling, and `binutils` for linking (from [MinGW](http:... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Cross-Origin Resource Sharing (CORS) Configuration
|--------------------------------------------------------------------------
|
| Here you may configure your settings for cross-origin resource shar... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.