text stringlengths 2 99.9k | meta dict |
|---|---|
doctype html
div.wrapper.roles(
ng-init="section='admin'"
ng-controller="ContribController as ctrl"
)
tg-project-menu
sidebar.menu-secondary.sidebar.settings-nav(tg-admin-navigation="contrib")
include ../includes/modules/admin-menu
sidebar.menu-tertiary.sidebar
include ../includes... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.10 2014/01/16 01:15:32 christos Exp $
TOP= ${.CURDIR}/..
WARNS=1
DBG= -Os
.include "${TOP}/Makefile.inc"
IMAGE= ramdisk.fs
CBIN= ramdiskbin
MOUNT_POINT?= /mnt
# DEV/RDEV file system device, CDEV/RDEV vnconfig device
VND?= vnd0
VND_DEV= /dev/${VND}a
VND_RDEV= /dev/r${VND}a
VND_CDEV= /dev... | {
"pile_set_name": "Github"
} |
# Doxyfile 1.7.4
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists items can also be appended using:
# TAG +=... | {
"pile_set_name": "Github"
} |
/*
===========================================================================
Wolfenstein: Enemy Territory GPL Source Code
Copyright (C) 1999-2010 id Software LLC, a ZeniMax Media company.
This file is part of the Wolfenstein: Enemy Territory GPL Source Code (Wolf ET Source Code).
Wolf ET Source Code is free s... | {
"pile_set_name": "Github"
} |
The MIT License (MIT)
Copyright (c) 2013 TOML authors
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"
} |
package com.example.appsqlitedemo1;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
//http://android-codes-examples.blogspot.com.br/2011/09/using-sqlite-to-populate-listview-in.html <<----------
//http://www.coderzheaven.com/2012/12/23/store-image-android-sqlite-... | {
"pile_set_name": "Github"
} |
CONFIG_SMP=y
CONFIG_NR_CPUS=54
CONFIG_PREEMPT_NONE=n
CONFIG_PREEMPT_VOLUNTARY=n
CONFIG_PREEMPT=y
#CHECK#CONFIG_PREEMPT_RCU=y
CONFIG_HZ_PERIODIC=n
CONFIG_NO_HZ_IDLE=y
CONFIG_NO_HZ_FULL=n
CONFIG_RCU_FAST_NO_HZ=n
CONFIG_HOTPLUG_CPU=n
CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=3
CONFIG_RCU_FANOUT_LEAF=2
CONFIG... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</i... | {
"pile_set_name": "Github"
} |
---
title: "SHOW TABLES in Riak TS"
description: "Using the SHOW TABLES statement in Riak TS"
menu:
riak_ts-1.5.1:
name: "SHOW TABLES"
identifier: "show_tables_riakts"
weight: 300
parent: "querying_data_riakts"
project: "riak_ts"
project_version: "1.5.1"
toc: true
aliases:
- /riakts/1.5.1/using/qu... | {
"pile_set_name": "Github"
} |
D
| {
"pile_set_name": "Github"
} |
/*
* MaplyBasicClusterGenerator.java
* WhirlyGlobeLib
*
* Created by jmnavarro
* Copyright 2011-2014 mousebird consulting
*
* 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
* h... | {
"pile_set_name": "Github"
} |
---
- name: stop metrics
include_tasks: stop_metrics.yaml
- name: remove metrics components
command: >
{{ openshift_client_binary }} -n {{ openshift_metrics_project }} --config={{ mktemp.stdout }}/admin.kubeconfig
delete --ignore-not-found --selector=metrics-infra
all,sa,secrets,templates,routes,pvc,ro... | {
"pile_set_name": "Github"
} |
var api = require('../../utils/api.js')
Page({
data: {
array: ['中国', '新加坡', '日本', '香港', '韩国', '台湾', '澳门'],
arrayNum: ['86', '65', '81', '852', '82', '886', '853'],
index: 0,
mobile: 0
},
onLoad () {
},
onPullDownRefresh () {
wx.stopPullDownRefresh()
},
bindPickerChange (e) {
thi... | {
"pile_set_name": "Github"
} |
package token
import "fmt"
// Pos describes an arbitrary source position
// including the file, line, and column location.
// A Position is valid if the line number is > 0.
type Pos struct {
Filename string // filename, if any
Offset int // offset, starting at 0
Line int // line number, starting at 1
... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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://mozil... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// LearnOpenGLES
//
// Created by loyinglin on 16/5/10.
// Copyright © 2016年 loyinglin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 Kaprica Security, Inc.
*
* 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, mer... | {
"pile_set_name": "Github"
} |
# debug
tiny node.js debugging utility modelled after node core's debugging technique.
## Installation
```
$ npm install debug
```
## Usage
With `debug` you simply invoke the exported function to generate your debug function, passing it a name which will determine if a noop function is returned, or a decorated ... | {
"pile_set_name": "Github"
} |
package config
import (
"bytes"
"fmt"
"sort"
"strings"
)
// TestString is a Stringer-like function that outputs a string that can
// be used to easily compare multiple Config structures in unit tests.
//
// This function has no practical use outside of unit tests and debugging.
func (c *Config) TestString() strin... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
// (ge... | {
"pile_set_name": "Github"
} |
# coding: utf-8
"""
webencodings
~~~~~~~~~~~~
This is a Python implementation of the `WHATWG Encoding standard
<http://encoding.spec.whatwg.org/>`. See README for details.
:copyright: Copyright 2012 by Simon Sapin
:license: BSD, see LICENSE for details.
"""
from __future__ import unicode_li... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
import sys
import socket
import selectors
import types
sel = selectors.DefaultSelector()
messages = [b"Message 1 from client.", b"Message 2 from client."]
def start_connections(host, port, num_conns):
server_addr = (host, port)
for i in range(0, num_conns):
connid = i + 1
... | {
"pile_set_name": "Github"
} |
# Copyright 2019 Google LLC
#
# 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, s... | {
"pile_set_name": "Github"
} |
{-# OPTIONS --without-K --rewriting --confluence-check #-}
postulate
_↦_ : ∀ {i} {A : Set i} → A → A → Set i
idr : ∀ {i} {A : Set i} {a : A} → a ↦ a
{-# BUILTIN REWRITE _↦_ #-}
data _==_ {i} {A : Set i} (a : A) : A → Set i where
idp : a == a
PathOver : ∀ {i j} {A : Set i} (B : A → Set j)
{x y : A} (p : x == ... | {
"pile_set_name": "Github"
} |
/* Instrument.java -- A MIDI Instrument
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath 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, or... | {
"pile_set_name": "Github"
} |
kind: Namespace
apiVersion: v1
metadata:
name: harbor
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
export default function isDate(input) {
return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';
}
| {
"pile_set_name": "Github"
} |
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006.
*/
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification,... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2013-2016, Freescale Semiconductor, Inc.
*/
#ifndef __ASM_ARCH_IMX_REGS_H__
#define __ASM_ARCH_IMX_REGS_H__
#define ARCH_MXC
#define IRAM_BASE_ADDR 0x3E800000 /* internal ram */
#define IRAM_SIZE 0x00400000 /* 4MB */
#define AIPS0_BASE_ADDR... | {
"pile_set_name": "Github"
} |
//
// UIWindow+Hierarchy.m
// https://github.com/hackiftekhar/IQKeyboardManager
// Copyright (c) 2013-16 Iftekhar Qurashi.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restr... | {
"pile_set_name": "Github"
} |
##
# This code was generated by
# \ / _ _ _| _ _
# | (_)\/(_)(_|\/| |(/_ v1.0.0
# / /
#
# frozen_string_literal: true
module Twilio
module REST
class Voice < Domain
class V1 < Version
##
# PLEASE NOTE that this class contains preview products that are subject to change.... | {
"pile_set_name": "Github"
} |
package com.yibao.music.adapter;
import androidx.recyclerview.widget.RecyclerView;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.yibao.music.MusicApplication;
import com.yibao.music.R;
import com.yibao.music.base.BaseRvA... | {
"pile_set_name": "Github"
} |
1.1.0 / 2014-04-12
==================
* add non-array values support
* expose internal utilities:
- `.is()`
- `.hasBody()`
- `.normalize()`
- `.match()`
1.0.1 / 2014-03-30
==================
* add `multipart` as a shorthand
| {
"pile_set_name": "Github"
} |
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*-
nemo-directory.c: Nemo directory model.
Copyright (C) 1999, 2000, 2001 Eazel, Inc.
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 F... | {
"pile_set_name": "Github"
} |
{
"index_name": "antv_g6",
"start_urls": [
{
"url": "https://g6.antv.vision/zh",
"tags": [
"zh"
]
},
{
"url": "https://g6.antv.vision/en",
"tags": [
"en"
]
},
{
"url": "https://g6.antv.vision/.*/en/",
"tags": [
"en"
]
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, Oracle America, Inc.
* 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, this list of conditions and t... | {
"pile_set_name": "Github"
} |
'use strict';
export interface ILyric {
songId: string;
chunks?: Array<{
/**
* type:
* c: origin lyric sentence
*/
type: string;
text: string;
point?: number;
translation?: string;
}>;
};
| {
"pile_set_name": "Github"
} |
_BASE_: "../Base-RetinaNet.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
RESNETS:
DEPTH: 50
| {
"pile_set_name": "Github"
} |
# HOW TO ADD NEW TESTS
#
# There are three general cases when you need to add new test:
# 1) Add new test to existing test case class. It can be done by adding new test_xxx method
# to the existing child of unittest.TestCase.
# - If test is common for dual and single core modes add it to test iplementation class ... | {
"pile_set_name": "Github"
} |
//===-- HexagonELFObjectWriter.cpp - Hexagon Target Descriptions ----------===//
//
// 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"
} |
#
# Copyright 2014 Facebook
#
# 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, s... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////////////////////////////
// Part of Injectable Generic Camera System
// Copyright(c) 2017, Frans Bouma
// All rights reserved.
// https://github.com/FransBouma/InjectableGenericCameraSystem
//
// Redistribution and use in source and binary ... | {
"pile_set_name": "Github"
} |
/* P動作--企圖進入一關鍵區 */
void semaphore_P(int sem_id)
{
struct sembuf sb;
sb.sem_num = 0;
sb.sem_op = -1; /* P動作-訊號量值減少 */
sb.sem_flg = SEM_UNDO; /* 若果死亡,解除訊號量請求*/
if (semop(sem_id, &sb, 1) == -1){
fprintf(stderr,”semaphore_P failed\n”);
return(0);
}
return(1);
}
/*... | {
"pile_set_name": "Github"
} |
sequenceDiagram
participant Initiating
participant Responding
Initiating->>Responding: M1
Responding->>Initiating: M2
Initiating->>Responding: M3
Responding->>Initiating: M4
Initiating->>Responding: M5
| {
"pile_set_name": "Github"
} |
// Scintilla source code edit control
/** @file LexMaxima.cxx
** Lexer for Maxima (http://maxima.sourceforge.net).
** Written by Gunter Königsmann based on the lisp lexer by Alexey Yutkin and Neil Hodgson .
**/
// Copyright 2018 by Gunter Königsmann <wxMaxima@physikbuch.de>
// The License.txt file describes the cond... | {
"pile_set_name": "Github"
} |
/**
* @file
* Styles used by the Update Manager module.
*/
.checked .button {
margin: 1em;
vertical-align: middle;
}
table.update {
width: 100%;
margin-top: .5em;
}
.update tr {
position: relative;
}
.update .project {
font-weight: bold;
font-size: 110%;
}
@media all and (min-width: 550px) {
.updat... | {
"pile_set_name": "Github"
} |
---
title: Quebec Province of Canada
homepage: https://www.donneesquebec.ca/en/
category: Government
description:
version:
keywords:
image:
temporal:
spatial:
access_level:
copyrights:
accrual_periodicity:
specification:
data_quality: false
data_dictionary:
language: en
license:
publisher:
organization:
issued_time:
so... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Author: Jishnu Mohan <jishnu7@gmail.com>
** Copyright © 2013-2014 Jishnu Mohan, Swathanthra Malayalam Computing (SMC), International Centre for Free and Open Source Software (ICFOSS)
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not... | {
"pile_set_name": "Github"
} |
Symfony Debug Extension for PHP 5
=================================
This extension publishes several functions to help building powerful debugging tools.
It is compatible with PHP 5.3, 5.4, 5.5 and 5.6; with ZTS and non-ZTS modes.
It is not required thus not provided for PHP 7.
symfony_zval_info()
-------------------... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "home_normal@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "home_normal@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" :... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% block title %}{{ SITENAME }} - Authors{% endblock %}
{% block content %}
<h1>Authors on {{ SITENAME }}</h1>
<ul>
{%- for author, articles in authors|sort %}
<li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li>
{% endfor %}
... | {
"pile_set_name": "Github"
} |
/**
* @fileoverview Tests the common tags file.
*
* @author Pete LePage <petele@google.com>
*/
'use strict';
/**
* Tests and validates a commonTags.json file.
* Note: The returned promise always resolves, it will never reject.
*
* @param {string} filename The name of the file to be tested.
* @param {Object}... | {
"pile_set_name": "Github"
} |
#include <libjrpc/jrpc.h>
struct jrpc_mapper *a6o_get_rpcbe_mapper(void);
| {
"pile_set_name": "Github"
} |
//TODO: Осталось сделать только список цветов с перебором по букве диска
//TODO: И аналогично для цвета фона градусника/картинок/текста и самого градусника
/*
Copyright (c) 2010-present Maximus5
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provid... | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
package com.example.service;
import com.example.domain.Customer;
import com.example.repository.CustomerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class CustomerService {
@Autowired
CustomerR... | {
"pile_set_name": "Github"
} |
require 'rx'
source = Rx::Observable.repeat(42, 3)
subscription = source.subscribe(
lambda {|x|
puts 'Next: ' + x.to_s
},
lambda {|err|
puts 'Error: ' + err.to_s
},
lambda {
puts 'Completed'
})
#=> Next: 42
# => Next: 42
# => Next: 42
# => Completed
| {
"pile_set_name": "Github"
} |
package org.opencb.opencga.storage.core.metadata;
import org.opencb.biodata.models.variant.metadata.VariantMetadata;
import org.opencb.biodata.models.variant.metadata.VariantStudyMetadata;
import org.opencb.commons.datastore.core.Query;
import org.opencb.commons.datastore.core.QueryOptions;
import org.opencb.opencga.s... | {
"pile_set_name": "Github"
} |
// Pingus - A free Lemmings clone
// Copyright (C) 2000 Ingo Ruhnke <grumbel@gmail.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 3 of the License, or
// (at your opti... | {
"pile_set_name": "Github"
} |
/***************************************************************************
*
* truncate.c-释放指定i节点在设备上占用的所有逻辑块
* 包括直接块、一次间接块和二次间接块,从而将文件对应的
* 长度截为零,并释放占用的设备空间
*
* Copyright (C) 2010 杨习辉
***************************************************************************/
#include "type.h"
#include "blk.h"
#include... | {
"pile_set_name": "Github"
} |
<?php
/**
* WordPress Administration Scheme API
*
* Here we keep the DB structure and option values.
*
* @package WordPress
* @subpackage Administration
*/
/**
* Declare these as global in case schema.php is included from a function.
*
* @global wpdb $wpdb WordPress database abstraction object.
... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
// Functions to access/create device major and minor numbers matching the
// encoding used in Darwin's sys/types.h header.
package unix
// Major returns the m... | {
"pile_set_name": "Github"
} |
``odd``
=======
``odd`` returns ``true`` if the given number is odd:
.. code-block:: twig
{{ var is odd }}
.. seealso:: :doc:`even<../tests/even>`
| {
"pile_set_name": "Github"
} |
{
"private": true,
"main": "index.js"
} | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 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/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
/*
* FreeRTOS Kernel V10.1.0
* Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, ... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/*
931004-13.c from the execute part of the gcc torture suite.
*/
#include <testfwk.h>
#ifdef __SDCC
#pragma std_c99
#endif
// Todo: Enable when sdcc supports struct!
#if 0
struct tiny
{
char c;
char d;
char e;
char f;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
... | {
"pile_set_name": "Github"
} |
import { expect } from "chai";
import "reflect-metadata";
import { IMock, Mock } from "typemoq";
import { IDirectoryManager, ISettingsManager } from "managers";
import { IDirectoryItem, IStatusNotifier } from "models";
import { DirectoryListModel } from "objects";
import { IDirectoryListProps } from "props/panels";
im... | {
"pile_set_name": "Github"
} |
# ngrep
> Filter network traffic packets using regular expressions.
> More information: <https://github.com/jpr5/ngrep>.
- Capture traffic of all interfaces:
`ngrep -d any`
- Capture traffic of a specific interface:
`ngrep -d {{eth0}}`
- Capture traffic crossing port 22 of interface eth0:
`ngrep -d {{eth0}} port... | {
"pile_set_name": "Github"
} |
#include <u.h>
#include <libc.h>
/*
* In place, rewrite name to compress multiple /, eliminate ., and process ..
*/
#define SEP(x) ((x)=='/' || (x) == 0)
char*
cleanname(char *name)
{
char *p, *q, *dotdot;
int rooted;
rooted = name[0] == '/';
/*
* invariants:
* p points at beginning of path element we're c... | {
"pile_set_name": "Github"
} |
---
layout: post
title: Space
date: 2016-09-13 16:08:00
homepage: https://github.com/victorvoid/space-jekyll-template/
download: https://github.com/victorvoid/space-jekyll-template/archive/master.zip
demo: http://victorvoid.github.io/space-jekyll-template/
author: Victor Igor
thumbnail: space-jekyll-template.png
licens... | {
"pile_set_name": "Github"
} |
syntax = "proto3";
package host;
option java_package = "com.imageworks.spcue.grpc.host";
option java_multiple_files = true;
import "comment.proto";
import "criterion.proto";
import "job.proto";
import "renderPartition.proto";
// -------- Services --------]
service DeedInterface {
// Remove the deed
rpc De... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using UIKit;
namespace Baskervilles.iOS
{
// The UIApplicationDelegate for the application. This class is responsible for launching the
// User Interface of the application, as well as listening (and optionally responding) ... | {
"pile_set_name": "Github"
} |
# Write a function to sort a list of numbers. What is the runtime of the
# algorithm that you have written? Can it be improved?
# This is insertion sort, it is acceptable answer for this question but not
# in many real-world circumstances.
def sort(ls):
for i in range(len(ls)):
for j in range(i-1,0, -1):
... | {
"pile_set_name": "Github"
} |
package ftp
// A scanner for fields delimited by one or more whitespace characters
type scanner struct {
bytes []byte
position int
}
// newScanner creates a new scanner
func newScanner(str string) *scanner {
return &scanner{
bytes: []byte(str),
}
}
// NextFields returns the next `count` fields
func (s *scan... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
#include <aws/cloudtrail/CloudTrailRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector... | {
"pile_set_name": "Github"
} |
defmodule Companies.Schema.CompanyTest do
@moduledoc """
This module holds the unit tests to the company changeset
"""
use Companies.DataCase
alias Companies.Schema.Company
@valid_company_params %{
blog: "Company blog",
description: "Description of the company",
github: "github account of the ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
const { ActivityHandler, ActivityTypes } = require('botbuilder');
class RootBot extends ActivityHandler {
constructor(conversationState, skillsConfig, skillClient) {
super();
if (!conversationState) thr... | {
"pile_set_name": "Github"
} |
{% extends "appuser/base.html" %}
{% load widget_tweaks %}
{% block appusercontent %}
<h1>Change Password</h1>
{% if form.non_field_errors %}
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
{% for error in form.non... | {
"pile_set_name": "Github"
} |
" MIT License. Copyright (c) 2013-2019 Bailey Ling et al.
" Plugin: https://github.com/wesQ3/vim-windowswap
" vim: et ts=2 sts=2 sw=2
scriptencoding utf-8
if !exists('g:loaded_windowswap')
finish
endif
let s:spc = g:airline_symbols.space
if !exists('g:airline#extensions#windowswap#indicator_text')
let g:airline... | {
"pile_set_name": "Github"
} |
/*
* 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/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.d.a;
import com.tencent.mm.sdk.c.b;
public final class kn
extends b
{
public static boolean arQ = false;
public static boolean arR = false;
public kn()
{
id = "ScanBankcardEnd";
jUI = arR;
}
}
/* Location:
* Qualified Name: com.tencent.mm.d.a.kn
* Java Class Versio... | {
"pile_set_name": "Github"
} |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>List Bookmarks from a Word Document — list_bookmarks • ReporteRs package</title... | {
"pile_set_name": "Github"
} |
-- Phone numbers
local lpeg = require "lpeg"
local P = lpeg.P
local R = lpeg.R
local S = lpeg.S
local digit = R"09"
local seperator = S"- ,."
local function optional_parens(patt)
return P"(" * patt * P")" + patt
end
local _M = {}
local extension = P"e" * (P"xt")^-1 * seperator^-1 * digit^1
local optional_extension... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
| {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) Micah Lee, et al.
# This file is distributed under the same license as the OnionShare package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OnionShare 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-03 11:46-0700\n"
"PO-... | {
"pile_set_name": "Github"
} |
// Copyright 2020, Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... | {
"pile_set_name": "Github"
} |
/**
* addToFilter higher-order component.
*
* Site Kit by Google, Copyright 2019 Google LLC
*
* 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/LI... | {
"pile_set_name": "Github"
} |
define([
"../core",
"../core/init",
"../deferred"
], function( jQuery ) {
// The deferred used on DOM ready
var readyList;
jQuery.fn.ready = function( fn ) {
// Add the callback
jQuery.ready.promise().done( fn );
return this;
};
jQuery.extend({
// Is the DOM ready to be used? Set to true once it occurs.
isR... | {
"pile_set_name": "Github"
} |
define( [
"../core"
], function( jQuery ) {
"use strict";
jQuery.readyException = function( error ) {
window.setTimeout( function() {
throw error;
} );
};
} );
| {
"pile_set_name": "Github"
} |
# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimi... | {
"pile_set_name": "Github"
} |
@font-face {
font-family: 'AvenirNext LT Pro';
src: url('../fonts/avenir/AvenirNextLTPro-UltLt.eot'); /* IE9 Compat Modes */
src: url('../fonts/avenir/AvenirNextLTPro-UltLt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/avenir/AvenirNextLTPro-UltLt.woff') format('woff'), /* Modern Br... | {
"pile_set_name": "Github"
} |
/*
* Typelib for wbemdisp
*
* Copyright 2013 Hans Leidekker for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your opti... | {
"pile_set_name": "Github"
} |
/*
* This file is part of "SnipSnap Radeox Rendering Engine".
*
* Copyright (c) 2002 Stephan J. Schmidt, Matthias L. Jugel
* All Rights Reserved.
*
* Please visit http://radeox.org/ for updates and contact.
*
* --LICENSE NOTICE--
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002-2010 LWJGL 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, this list of ... | {
"pile_set_name": "Github"
} |
(* TEST
* toplevel
*)
(* Correct escapes and their encoding *)
let () =
assert ("\xF0\x9F\x90\xAB" = "\u{1F42B}");
assert ("\xF0\x9F\x90\xAB" = "\u{01F42B}");
assert ("\x00" = "\u{0}");
assert ("\x00" = "\u{00}");
assert ("\x00" = "\u{000}");
assert ("\x00" = "\u{0000}");
assert ("\x00" = "\u{00000}"... | {
"pile_set_name": "Github"
} |
@echo off
pyinstaller --noconfirm artisan-win.spec
rem #
rem # Don't make assumptions as to where the 'makensis.exe' is - look in the obvious places
rem #
if exist "C:\Program Files (x86)\NSIS\makensis.exe" set NSIS_EXE="C:\Program Files (x86)\NSIS\makensis.exe"
if exist "C:\Program Files\NSIS\makensis.exe" ... | {
"pile_set_name": "Github"
} |
require 'aws-sdk-apigateway'
require 'aws-sdk-cloudformation'
STAGE_NAME = "<%= @stage_name %>"
def lambda_handler(event:, context:)
puts("event['RequestType'] #{event['RequestType']}")
puts("event: #{JSON.dump(event)}")
puts("context: #{JSON.dump(context)}")
puts("context.log_stream_name #{context.log_stream... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.