text stringlengths 2 99.9k | meta dict |
|---|---|
POM_NAME=UiCommon
POM_DESCRIPTION=Common Fresco UI utils
POM_ARTIFACT_ID=ui-common
POM_PACKAGING=aar
| {
"pile_set_name": "Github"
} |
/* replaces content of RSF file with zeros
Takes: file1.rsf [file2.rsf ...]
Used to create initial guess for SLIMpy.
*/
/*
Copyright (C) 2004 University of Texas at Austin
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
... | {
"pile_set_name": "Github"
} |
export namespace SpeechRecognitionServer {
// Default Application
export interface Application {}
// Class
// CLass Extension
// Records
// Function options
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modif... | {
"pile_set_name": "Github"
} |
import { expectNumberOfArgs } from '../../cjs/_internal/_test'
import addIndex from '../../cjs/addIndex'
import map from '../../cjs/map'
import filter from '../../cjs/filter'
test('it accepts exact 3 arguments', () => {
expectNumberOfArgs(
addIndex,
3,
[map, (v, i) => v + i, [1, 2, 3, 4]]
)
})
test('a... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2010 Joel de Guzman
Copyright (c) 2001-2010 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at h... | {
"pile_set_name": "Github"
} |
// moment.js locale configuration
// locale : danish (da)
// author : Ulrik Nielsen : https://github.com/mrbase
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['moment'], factory); // AMD
} else if (typeof exports === 'object') {
module.exports = factory(require(... | {
"pile_set_name": "Github"
} |
/*=========================================================================
*
* Copyright NumFOCUS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.or... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=... | {
"pile_set_name": "Github"
} |
# This test tests that if two non-overlapping segments are right next to each
# other no problems arise.
# RUN: yaml2obj %s -o %t
# RUN: llvm-objcopy %t %t2
# RUN: llvm-readobj --program-headers %t2 | FileCheck %s
!ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_EXEC... | {
"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"
} |
// Hardentools
// Copyright (C) 2017-2020 Security Without Borders
//
// 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) any later version... | {
"pile_set_name": "Github"
} |
import torch, multiprocessing, itertools, os, shutil, PIL, argparse, numpy
from collections import OrderedDict
from numbers import Number
from torch.nn.functional import mse_loss, l1_loss
from . import pbar
from . import zdataset
from . import proggan, customnet, parallelfolder
from . import encoder_net, encoder_loss, ... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE index
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN"
"http://java.sun.com/products/javahelp/index_2_0.dtd">
<index version="2.0">
<!-- index entries are merged (sorted) into core index -->
<indexitem text="alertFilter" target="addo... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Cockroach Authors.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.txt.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, ... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Database\Migrations;
use Closure;
use Illuminate\Support\Str;
use Illuminate\Filesystem\Filesystem;
class MigrationCreator
{
/**
* The filesystem instance.
*
* @var \Illuminate\Filesystem\Filesystem
*/
protected $files;
/**
* The registered post create... | {
"pile_set_name": "Github"
} |
2
0
6
4
0
44
0
0
8
4
4
0
0
0
6
2
4
2
65
4
6
8
6
0
0
2
4
4
6
2
8
6
4
0
6
2
0
0
2
0
6
0
0
0
0
8
2
6
27
0
0
4
0
2
2
0
2
2
4
0
4
0
0
41
0
0
0
2
4
2
0
4
0
6
8
58
0
0
0
6
0
0
0
0
2
6
0
2
0
0
52
0
0
6
0
6
0
0
0
0
4
4
0
4
4
0
0
42
6
0
6
0
2
4
2
4
4
4
0
4
0
0
4
0
10
6
0
2
8
0
2
6
2
4
4
8
4
6
0
4
6
2
4
4
0
91
56
6
60
4
57
90
65
... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-constant-in-range-compare -DTEST -verify %s
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-constant-in-range-compare -DTEST -verify -x c++ %s
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -Wtautological-type-l... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © 2014 Arming lee <cloudniw1@gmail.com>
#
# Distributed under terms of the MIT license.
"""
save apis into sqlite db
"""
import os
import sqlite3
from getmethods import extract
import iterheaders
cur_dir = os.getcwd()
#dbname = "new.db"
... | {
"pile_set_name": "Github"
} |
%%%
%%% Copyright (c) 2014, Klarna AB
%%%
%%% 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"
} |
// plan9/386-specific vet whitelist. See readme.txt for details.
runtime/sys_plan9_386.s: [386] setldt: function setldt missing Go declaration
| {
"pile_set_name": "Github"
} |
{
"name": "commander",
"version": "1.1.1",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"command",
"option",
"parser",
"prompt",
"stdin"
],
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"repository": {
"t... | {
"pile_set_name": "Github"
} |
#pragma once
#include "driver/utils/resize_without_initialization.h"
#include "driver/utils/conversion_context.h"
#include <unicode/ustring.h>
#include <unicode/ucnv.h>
#include <string>
#include <string_view>
#include <cstring>
template <typename> struct dependent_false : std::false_type {};
namespace value_mani... | {
"pile_set_name": "Github"
} |
# 🦉 Props Validation 🦉
As an application becomes complex, it may be quite unsafe to define props in an informal way. This leads to two issues:
- hard to tell how a component should be used, by looking at its code.
- unsafe, it is easy to send wrong props into a component, either by refactoring a component, or one o... | {
"pile_set_name": "Github"
} |
sprite $cluster [50x57/16] {
00000000000000000000000CCCCCCCCCCCC000000000000000
00000000000000000000000CCCCCCCCCCCC000000000000000
00000000000000000000000CCCCCCCCCCCC000000000000000
00000000000000000000000CCCCCCCCCCCC000000000000000
00000000000000000000000CCCCCCCCCCCC000000000000000
00000000000000000000000CCCCCCCCCCCC0... | {
"pile_set_name": "Github"
} |
/* render plugin
* renders the iframe
*/
import * as util from '../util.js'
export default class PluginRender {
constructor (jotted, options) {
options = util.extend(options, {})
// iframe srcdoc support
var supportSrcdoc = !!('srcdoc' in document.createElement('iframe'))
var $resultFrame = jotte... | {
"pile_set_name": "Github"
} |
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/c3dW80eO88I" frameborder="0" allowfullscreen></iframe></center>
| {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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 c... | {
"pile_set_name": "Github"
} |
//*****************************************************************//
// Albany 2.0: Copyright 2012 Sandia Corporation //
// This Software is released under the BSD license detailed //
// in the file "license.txt" in the top-level Albany directory //
//**************************************... | {
"pile_set_name": "Github"
} |
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <stdint.h>
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* exynos_tmu.c - Samsung Exynos TMU (Thermal Management Unit)
*
* Copyright (C) 2014 Samsung Electronics
* Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
* Lukasz Majewski <l.majewski@samsung.com>
*
* Copyright (C) 2011 Samsung Electronics
* Donggeun Ki... | {
"pile_set_name": "Github"
} |
package com.crazylegend.kotlinextensions.arguments
import android.app.Activity
import android.os.Bundle
import android.os.Parcelable
import androidx.fragment.app.Fragment
/**
* Created by hristijan on 3/5/19 to long live and prosper !
*/
@Suppress("UNCHECKED_CAST")
fun <T> Activity.argument(key: String) = intent?... | {
"pile_set_name": "Github"
} |
// Version 3
import QtQuick 2.0
import QtQuick.Controls 1.0
import QtQuick.Layouts 1.0
RowLayout {
id: configSpinBox
property string configKey: ''
readonly property var configValue: configKey ? plasmoid.configuration[configKey] : 0
property alias decimals: spinBox.decimals
property alias horizontalAlignment: sp... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* vlc.c : vlc tables
*****************************************************************************
* Copyright (C) 2003-2017 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Fiona Glaser <fiona@x264.com>
* ... | {
"pile_set_name": "Github"
} |
/*
* Real Audio 1.0 (14.4K)
*
* Copyright (c) 2008 Vitor Sessak
* Copyright (c) 2003 Nick Kurshev
* Based on public domain decoder at http://www.honeypot.net/audio
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gen... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, www.wojilu.com. All rights reserved.
*/
using System;
using System.Collections.Generic;
using wojilu.Members.Groups.Domain;
using wojilu.Members.Interface;
namespace wojilu.Members.Groups.Interface {
public interface IGroupFriendService {
Result AddFriend( IMember group, Strin... | {
"pile_set_name": "Github"
} |
source.. = tst/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties
| {
"pile_set_name": "Github"
} |
JMS on Genie
May 1996 Postings, Part 2
SFRT II RoundTable
Category 19, Topic 43
Message 35 Fri May 24, 1996
STRACZYNSKI [Joe] at 22:16 EDT
The chrysalis machine came originally from Epsilon 3, with the
rest of the equipment.
... | {
"pile_set_name": "Github"
} |
package zfs
import (
"github.com/j-keck/zfs-snap-diff/pkg/fs"
"os"
"time"
)
// Snapshot - zfs snapshot
type Snapshot struct {
Name string `json:"name"`
FullName string `json:"fullName"`
Created time.Time `json:"created"`
MountPoint fs.DirHandle `json:"mountPoint"`
}
// Check if the s... | {
"pile_set_name": "Github"
} |
/* eslint-disable flowtype/require-valid-file-annotation */
/* globals test expect */
import { requestType as requestTypeReducer } from '../reducers/RequestTypeReducer.js'
test('initialState', () => {
const expected = {
useLegacyAddress: false,
uniqueLegacyAddress: false
}
const actual = requestTypeRedu... | {
"pile_set_name": "Github"
} |
Command Line Usage
##################
.. code-block:: shell
sncli [OPTIONS] [COMMAND] [COMMAND_ARGS]
Options
********
.. option:: <none>
Open ``sncli`` in the console GUI.
-----
.. option:: -c <file>
.. option:: --config=<file>
Sets the configuration used by ``sncli``. The default is ``$HOME/.snclirc``. ... | {
"pile_set_name": "Github"
} |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
Details... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
// All rights reserved.
// Code licensed under the BSD License.
// http://www.anki3d.org/LICENSE
#pragma once
#include <anki/renderer/RendererObject.h>
namespace anki
{
/// @addtogroup renderer
/// @{
/// Executes various compute jobs ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
#
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
'''
Monitors the peak memory usage of a process and its children. Usage is similar
to the UNIX `time` utility.
'''
from __future__ import print_function
import subprocess
import sys
import threadi... | {
"pile_set_name": "Github"
} |
[
["0","\u0000",127],
["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],
["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"],
["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],
["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Program: Visualization Toolkit
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRAN... | {
"pile_set_name": "Github"
} |
//*****************************************************************************
//
// commands.h - Header file for commandline functions in qs-cloud
//
// Copyright (c) 2014 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Texas Instruments (TI) is supplying this softwar... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | {
"pile_set_name": "Github"
} |
/*
* SoapUI, Copyright (C) 2004-2019 SmartBear Software
*
* Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequent
* versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# 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 "Lice... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI
*/
@interface CNFRegSecureAccountWebViewController : CNFRegAuthorizedAccountWebViewController {
IMAccount * _account;
bool _gotNewCredential;
unsigned long long _signinFailure... | {
"pile_set_name": "Github"
} |
export default {
props: {
myClass: 'one two',
attributes: {
role: 'button'
}
},
html: `<div class="one two three" role="button"></div>`,
test({ assert, component, target, window }) {
component.myClass = 'one';
component.attributes = {
'aria-label': 'Test'
};
assert.htmlEqual(target.innerHTML,... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with... | {
"pile_set_name": "Github"
} |
require_relative '../../../spec_helper'
require 'cgi'
require_relative 'fixtures/common'
describe "CGI::HtmlExtension#text_field" do
before :each do
@html = CGISpecs.cgi_new
end
describe "when passed no arguments" do
it "returns an text-'input'-element without a name" do
output = @html.text_field
... | {
"pile_set_name": "Github"
} |
package ole
import "unsafe"
// NewVariant returns new variant based on type and value.
func NewVariant(vt VT, val int64) VARIANT {
return VARIANT{VT: vt, Val: val}
}
// ToIUnknown converts Variant to Unknown object.
func (v *VARIANT) ToIUnknown() *IUnknown {
if v.VT != VT_UNKNOWN {
return nil
}
return (*IUnkno... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>GistRun</title>
<meta name="description" content="Bring your Gists to life with GistRun! Create or update GitHub Gists, share on StackOverflow and more.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Gi... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace HttpTwo.Internal
{
public interface IStreamManager
{
uint GetNextIdentifier ();
Task<Http2Stream> Get (uint streamIdentifier);
Task<Http2Stream> Get ();
Task Cleanup (... | {
"pile_set_name": "Github"
} |
--TEST--
Test glob() function: ensure no platform difference, variation 3
--SKIPIF--
<?php if( substr(PHP_OS, 0, 3) == "WIN" ) {die('skip not valid on Windows');} ?>
--FILE--
<?php
$path = dirname(__FILE__);
ini_set('open_basedir', '/tmp');
var_dump(glob("$path/*.none"));
var_dump(glob("$path/?.none"));
var_dump(glob... | {
"pile_set_name": "Github"
} |
var createWrap = require('./_createWrap');
/** Used to compose bitmasks for function metadata. */
var WRAP_FLIP_FLAG = 512;
/**
* Creates a function that invokes `func` with arguments reversed.
*
* @static
* @memberOf _
* @since 4.0.0
* @category Function
* @param {Function} func The function to flip arguments... | {
"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"
} |
# Author: Steven J. Bethard <steven.bethard@gmail.com>.
"""Command-line parsing library
This module is an optparse-inspired command-line parsing library that:
- handles both optional and positional arguments
- produces highly informative usage messages
- supports parsers that dispatch to sub-parsers
The... | {
"pile_set_name": "Github"
} |
using Hyperledger.Indy.CryptoApi;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Threading.Tasks;
namespace Hyperledger.Indy.Test.CryptoTests
{
[TestClass]
public class AnonCryptTest : IndyIntegrationTestBase
{
[TestMethod]
public async Task TestPrepAnonymousMsgWorks()
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Web.Http;
using Microsoft.AspNet.OData;
using Microsoft.... | {
"pile_set_name": "Github"
} |
import {
Position,
Range,
SignatureHelp,
TextDocumentPositionParams,
} from "vscode-languageserver";
import { commentPattern } from "../common/patterns";
import { builtinDocs } from "../server/builtin";
import { documents } from "../server/documents";
export const signatureHelpProvider =
(params: TextDocumen... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
REMOTE_BRANCH=master
POD_NAME=Nimble
PODSPEC=Nimble.podspec
POD=${COCOAPODS:-pod}
function help {
echo "Usage: release VERSION RELEASE_NOTES [-f]"
echo
echo "VERSION should be the version to release, should not include the 'v' prefix"
echo "RELEASE_NOTES should be a file that lists a... | {
"pile_set_name": "Github"
} |
package redis.clients.jedis.tests;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import ... | {
"pile_set_name": "Github"
} |
package aead
import (
"encoding/json"
)
// MockCipher is a mock of the cipher interface
type MockCipher struct {
MarshalError error
MarshalString string
UnmarshalError error
UnmarshalBytes []byte
}
// Encrypt returns an empty byte array and nil
func (mc *MockCipher) Encrypt([]byte) ([]byte, error) {
return ... | {
"pile_set_name": "Github"
} |
{
"activePlaceCount": 0,
"birth": {
"place": {
"name": "Lausanne, Schweiz",
"placeName": "Lausanne",
"placeType": "inhabited_place"
},
"time": {
"startYear": 1846
}
},
"birthYear": 1846,
"date": "1846\u20131933",
"death": {
"place": {
"name": "\u00c9i... | {
"pile_set_name": "Github"
} |
#include <string.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <errno.h>
#include <unistd.h>
#include <limits.h>
#include "linux_nvme_ioctl.h"
#include "kv_nvme.h"
void usage(void)
{
printf("[Usage] kv_dele... | {
"pile_set_name": "Github"
} |
package com.smallsoho.mcplugin.image.utils
import java.io.File
object FileUtil {
private lateinit var rootDir: String
fun setRootDir(rootDir: String) {
this.rootDir = rootDir
}
fun getRootDirPath(): String {
return rootDir
}
fun getToolsDir(): File {
return File("$r... | {
"pile_set_name": "Github"
} |
name = "GMP_jll"
uuid = "781609d7-10c4-51f6-84f2-b8444358ff6d"
repo = "https://github.com/JuliaBinaryWrappers/GMP_jll.jl.git"
| {
"pile_set_name": "Github"
} |
/* This file is part of the ScriptDev2 Project. See AUTHORS file for Copyright information
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opti... | {
"pile_set_name": "Github"
} |
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": false,
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"baseUrl": ".",
"paths": {
"constants/*": ["packages/documentation/src/constants/*"],
"components/*": ["packages/documentation/src/com... | {
"pile_set_name": "Github"
} |
# generate-object-property
Generate safe JS code that can used to reference a object property
npm install generate-object-property
[](http://travis-ci.org/mafintosh/generate-object-property)
## Usage
``` js
var gen = re... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# product-iots qsg sample setup script
echo "Starting wso2iots-3.0.0 QSG setup ..."
java -jar "mobile-qsg.jar"
echo "wso2iots-3.0.0 QSG setup completed."
| {
"pile_set_name": "Github"
} |
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'app',
methods: {
// reference from https://github.com/ElemeFE/element/blob/dev/examples/app.vue#L150
reRenderAnchor() {
const anchors = document.querySelectorAll('.header-anchor');
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2013, Salesforce.com, 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:
*
* Redistr... | {
"pile_set_name": "Github"
} |
numpy>=1.18.0
openpyxl>=3.0.2
pandas>=0.25.3
pillow>=6.2.1
requests>=2.22.0
urllib3>=1.25.7
yfinance>=0.1.54
lxml>=4.4.2
xlrd>=1.2.0 | {
"pile_set_name": "Github"
} |
// Copyright 2019 The MediaPipe 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 a... | {
"pile_set_name": "Github"
} |
import basemod
import inspect
import sys
class _Popen(basemod.Popen):
def __init__(self, *args, **kw):
print(inspect.getfile(self.__init__))
print(inspect.getfile(super(_Popen, self).__init__))
super(_Popen, self).__init__(*args, **kw)
# Reduce recursion limit to shorten traceback
sys.set... | {
"pile_set_name": "Github"
} |
## My Expectations
**I expect you, dear reader, to give me your best effort each day.** I understand some days are just not working out. That's totes fine. I want to work with you to make sure that you have a reasonable workload with reasonable deadlines and you are taking care of yourself. If you aren't able to give ... | {
"pile_set_name": "Github"
} |
// Ekam Build System
// Author: Kenton Varda (kenton@sandstorm.io)
// Copyright (c) 2010-2015 Kenton Varda, Google Inc., and contributors.
//
// 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
... | {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::detail::nested_than`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_DETAIL_NESTED_THAN_HPP
#define BOOST_HANA_DETAIL_NESTED_THA... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import socket
import unicodedata
import intelmq.lib.utils as utils
from intelmq.lib.bot import Bot
class UDPOutputBot(Bot):
is_multithreadable = False
def init(self):
self.delimiter = self.parameters.field_delimiter
self.header = self.parameters.header
self.u... | {
"pile_set_name": "Github"
} |
Unix UnixLabels
| {
"pile_set_name": "Github"
} |
require_recipe 'users'
package "sudo" do
action :upgrade
end
template "/etc/sudoers" do
source "sudoers.erb"
mode 0440
owner "root"
group "root"
sudogroups =
variables(:sudoers_groups => node[:active_sudo_groups], :sudoers_users => node[:active_sudo_users])
end | {
"pile_set_name": "Github"
} |
cask "appstudio" do
version :latest
sha256 :no_check
# dropbox.com/s/27y2gzzd8f6sm1p/ was verified as official when first introduced to the cask
url "https://www.dropbox.com/s/27y2gzzd8f6sm1p/AppStudio.dmg?dl=1"
name "NSB/AppStudio"
homepage "https://www.nsbasic.com/"
app "AppStudio.app"
end
| {
"pile_set_name": "Github"
} |
// +build ppc64
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)
| {
"pile_set_name": "Github"
} |
var config = require('../test/test-server.json'),
OrientDB = require('../lib'),
client = new OrientDB.OrientDBClient(config);
client.connect().then(function () {
return client.open({name: "demodb", username: "admin", password: "admin"});
}).then(function (db) {
db.class.get('OUser')
.then(function (OUser)... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2016 Dave Collins <dave@davec.name>
*
* Permission to use, copy, modify, and 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" A... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_STABLE_PARTITION_HPP_INCLUDED
#define BOOST_MPL_STABLE_PARTITION_HPP_INCLUDED
// Copyright Eric Friedman 2002-2003
// Copyright Aleksey Gurtovoy 2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENS... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This code was translated into a form compatible with 6a from the public
// domain sources in SUPERCOP: https://bench.cr.yp.to/supercop.html
// +build amd64,... | {
"pile_set_name": "Github"
} |
SyntaxError: Invalid HEX color code in {path}color-invalid-hex-code.less on line 2, column 29:
1 .a {
2 @wrongHEXColorCode: #DCALLB;
3 }
| {
"pile_set_name": "Github"
} |
# JavaScript parseInt()
The `parseInt()` function parses a string argument and returns an integer of the specified `radix` (the base in mathematical numeral systems).
## Syntax
```javascript
parseInt(string, radix);
```
## Parameters
**string**
The value to parse. If string is not a string, then it is converted t... | {
"pile_set_name": "Github"
} |
# ripgrep
ripgrep combines the usability of The Silver Searcher with the raw speed of grep.
## Maintainers
* The Habitat Maintainers: <humans@habitat.sh>
## Type of Package
Binary package
## Usage
*TODO: Add instructions for usage*
| {
"pile_set_name": "Github"
} |
/*
* $Id: StringValue.java 3297 2009-03-11 13:45:10Z kleopatra $
*
* Copyright 2006 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gene... | {
"pile_set_name": "Github"
} |
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-glass:before { content: @glass; }
.icon-music:before { content: @music; }
.icon-search:before { content: @search; }
.icon-envelope-alt:before { content: @envelope-alt; }
.... | {
"pile_set_name": "Github"
} |
<template>
<section class="post-table">
<table>
<thead>
<tr>
<th>#</th>
<th>标题</th>
<th>分类</th>
<th>创建时间</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<template v-for="... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.