text stringlengths 2 99.9k | meta dict |
|---|---|
module Cryptoexchange::Exchanges
module Bitopro
module Services
class Pairs < Cryptoexchange::Services::Pairs
PAIRS_URL = "#{Cryptoexchange::Exchanges::Bitopro::Market::API_URL}/tickers"
def fetch
output = super
adapt(output)
end
def adapt(output)
... | {
"pile_set_name": "Github"
} |
import './draco-loader.spec';
import './draco-writer.spec';
import './draco-compression-ratio.spec';
| {
"pile_set_name": "Github"
} |
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
| {
"pile_set_name": "Github"
} |
/**
* This file is part of alf.io.
*
* alf.io 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.
*
* alf.io is distributed in the ... | {
"pile_set_name": "Github"
} |
/*
* Why have simple atom generation when you can have complex atom generation ?
* Instead of placing individual items at random, we have a much smaller chance of placing "generation seeds"
* Once that's down, tiles in a certain radius follow complex seeding rules
* Can be used to make anything. Small forest zones,... | {
"pile_set_name": "Github"
} |
154 206 154 268 door 1 1
154 274 154 298 door 1 1
154 184 154 200 door 1 1
103 50 103 63 door 1 1
67 36 99 36 door 1 1
121 96 144 96 door 1 1
127 66 152 66 door 1 1
67 142 92 142 door 1 1
67 301 114 301 door 1 1
159 180 175 180 door 1 1
139 125 151 140 washing_basin 1 1
143 42 172 57 toilet 1 4
153 101 176 ... | {
"pile_set_name": "Github"
} |
struts_dmi_exec is a module that exploits Apache Struts 2's Dynamic Method Invocation,
and it supports Windows and Linux platforms.
## Vulnerable Application
Apache Struts versions between 2.3.20 and 2.3.28 are vulnerable, except 2.3.20.2 and 2.3.24.2.
The application's struts.xml also needs set ```struts.enable.Dyna... | {
"pile_set_name": "Github"
} |
use std::fmt::{self, Write};
use std::str::FromStr;
/// <https://mimesniff.spec.whatwg.org/#mime-type-representation>
#[derive(Debug, PartialEq, Eq)]
pub struct Mime {
pub type_: String,
pub subtype: String,
/// (name, value)
pub parameters: Vec<(String, String)>,
}
impl Mime {
pub fn get_paramete... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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.
package norm_test
import (
"fmt"
"golang.org/x/text/unicode/norm"
)
func ExampleForm_NextBoundary() {
s := norm.NFD.String("Mêlée")
for i := 0; i < len(... | {
"pile_set_name": "Github"
} |
import pytest
class TestImport:
@pytest.mark.complete("import ")
def test_1(self, completion):
assert completion
| {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build go1.7
package context
import (
"context" // standard library's context, as of Go 1.7
"time"
)
var (
todo = context.TODO()
background = co... | {
"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.
package unix
const (
IFT_1822 = 0x2
IFT_A12MPPSWITCH = 0x82
IFT_AAL2 = 0xbb
IFT_AAL5 ... | {
"pile_set_name": "Github"
} |
import django
django.setup()
from example.handlers import * | {
"pile_set_name": "Github"
} |
\documentclass{article}
\usepackage[fancyhdr,pdf]{latex2man}
\input{common.tex}
\begin{document}
\begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info}unw\_get\_proc\_info -- get info on current procedure
\end{Name}
\section{Synopsis}
\File{\#include $<$libunwind.h$>... | {
"pile_set_name": "Github"
} |
// ==========================================================================
// Project: Signup.AccountInfoView
// Copyright: ©2009 Apple Inc.
// ==========================================================================
/*globals Signup */
/** @class
Renders a table of account info. Since we need to render a b... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('method', require('../method'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
rule o3e9_6adb3ec9c4000b12
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.1 divinorum/0.998 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=o3e9.6adb3ec9c4000b12"
cluster="o3e9.6adb3ec9c4000b12"
cluster_size="82... | {
"pile_set_name": "Github"
} |
#ifndef SIMPSONEVEN_H
#define SIMPSONEVEN_H
/*
* simpsoneven.h
* Mothur
*
* Created by Pat Schloss on 8/21/10.
* Copyright 2010 Schloss Lab. All rights reserved.
*
*/
#include "calculator.h"
/***********************************************************************/
class SimpsonEven : public Calculator {... | {
"pile_set_name": "Github"
} |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.05.... | {
"pile_set_name": "Github"
} |
[pg2go] is a [PostgreSQL] script that generates [Go] struct definitions for all
tables in a database.
It is designed to be run directly against a database using the official `psql` command, and the output of that redirected to a new `.go` source file.
Here is an example Unix shell session demonstrating this (it inter... | {
"pile_set_name": "Github"
} |
#================================================
package MSN;
#================================================
=head1 MSN v2.0
=cut
use strict;
use warnings;
# IO
use IO::Select;
use MSN::Notification;
use MSN::SwitchBoard;
use MSN::Util;
use constant CVER10 => '0x0409 winnt 5.0 i386 MSNMSGR 6.1.0203 MSMSGS ';
... | {
"pile_set_name": "Github"
} |
{
"word": "Forceful",
"definitions": [
"Strong and assertive; vigorous and powerful."
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -march=x86 > %t
; RUN: grep movsbl %t
; RUN: not grep movz %t
; RUN: not grep and %t
define signext i8 @foo(i16 signext %x) nounwind {
%retval56 = trunc i16 %x to i8
ret i8 %retval56
}
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from collections import OrderedDict
from . import metrics
from .utils.filterchain import FilterChain
from .utils.misc import get_language
class Evaluator:
def __init__(self, refs, beam_metrics, filters=''):
# metrics: list of upper-case beam-search metrics
self.kwargs = {}... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 applicable... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
#include <memory>
#include "core/eosio/check.hpp"
#ifdef EOSIO_NATIVE
extern "C" {
size_t _current_memory();
size_t _grow_memory(size_t);
}
#define CURRENT_MEMORY _current_memory()
#define GROW_MEMORY(X) _grow_memory(X)
#else
#define CURRENT_MEMORY __builtin_wasm_current_memory()
#define GROW_MEMORY(... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003 Sun Microsystems, 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:
*
* Redistribution of source code must retain the above copyright
* notice, this list of c... | {
"pile_set_name": "Github"
} |
module.exports = function(app) {
var router = app.loopback.Router();
router.get('/nonprofit-project-instructions', function(req, res) {
res.redirect(
301,
'//github.com/FreeCodeCamp/freecodecamp/wiki/' +
"How-Free-Code-Camp's-Nonprofit-Projects-work"
);
});
router.get('/agile', fun... | {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
/*
* Copyright (c) 2011 Chelsio Communications. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this s... | {
"pile_set_name": "Github"
} |
[]
[1, 2]
[1][0]
[[1]][0][0]
[].length
[1, 2].length | {
"pile_set_name": "Github"
} |
1. Make i/o loop engines interchangable at run time.
2. Finish TODO list
| {
"pile_set_name": "Github"
} |
<?php
if (!defined('IS_INITPHP')) exit('Access Denied!');
/*********************************************************************************
* InitPHP 3.8.2 国产PHP开发框架 扩展类库-压缩文件类
*-------------------------------------------------------------------------------
* 版权所有: CopyRight By initphp.com
* 您可以自由使用该源码,但是在使用过... | {
"pile_set_name": "Github"
} |
#include <ccan/tal/tal.h>
#include <ccan/tal/tal.c>
#include <ccan/tap/tap.h>
int main(void)
{
char *parent, *c;
int i;
plan_tests(1 + 3 * 100 + 98);
parent = tal(NULL, char);
ok1(parent);
for (i = 0; i < 100; i++) {
c = tal_arr(parent, char, 1);
ok1(tal_resizez(&c, i));
ok1(tal_count(c) == i);
ok1(ta... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) 2008-2017 Dolittle. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*---------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
DEAL::L2_norm:
DEAL::computed: 0.00000
DEAL::H1_seminorm:
DEAL::computed: 0.00000
DEAL::H1_norm:
DEAL::computed: 0.00000
DEAL::L1_norm:
DEAL::computed: 0.00000
DEAL::Linfty_norm:
DEAL::computed: 0.00000
DEAL::mean:
DEAL::computed: 0.00000
DEAL::Lp_norm:
DEAL::computed: 0.00000
DEAL::W1p_seminorm:
DEAL::computed: 0.000... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../fold/xml-fold"));
else if (typeof define == "... | {
"pile_set_name": "Github"
} |
#include "envoy/api/io_error.h"
#include "common/buffer/buffer_impl.h"
#include "common/network/io_socket_handle_impl.h"
#include "test/common/buffer/utility.h"
#include "test/mocks/api/mocks.h"
#include "test/test_common/logging.h"
#include "test/test_common/threadsafe_singleton_injector.h"
#include "absl/strings/s... | {
"pile_set_name": "Github"
} |
<!-- YAML
added:
- v12.0.0
- v10.20.0
-->
* `value` {bigint} 要写入 `buf` 的数值。
* `offset` {integer} 开始写入之前要跳过的字节数。必须满足:`0 <= offset <= buf.length - 8`。**默认值:** `0`。
* 返回: {integer} `offset` 加上已写入的字节数。
将 `value` 作为小端序写入到 `buf` 中指定的 `offset` 位置。
`value` 会被解析并写入为二进制补码的有符号整数。
```js
const buf = Buffer.allocUnsafe(8);
bu... | {
"pile_set_name": "Github"
} |
docker: clean
-docker rm -f ubl
docker build --no-cache --tag voxxit/ubl .
docker run -it --name ubl voxxit/ubl
docker cp ubl:/usr/src/app/blocklist.txt .
docker rm -f ubl
test: clean
python UltimateBlockList.py
clean:
rm -f blocklist.txt
pull: clean
git pull origin master
push: clean
git push origin master
up... | {
"pile_set_name": "Github"
} |
package emr
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distribut... | {
"pile_set_name": "Github"
} |
#ifndef _CAFFE_UTIL_INSERT_SPLITS_HPP_
#define _CAFFE_UTIL_INSERT_SPLITS_HPP_
#include <string>
#include "caffe/proto/caffe.pb.h"
namespace caffe {
// Copy NetParameters with SplitLayers added to replace any shared bottom
// blobs with unique bottom blobs provided by the SplitLayer.
void InsertSplits(const NetParam... | {
"pile_set_name": "Github"
} |
package toml
// tomlType represents any Go type that corresponds to a TOML type.
// While the first draft of the TOML spec has a simplistic type system that
// probably doesn't need this level of sophistication, we seem to be militating
// toward adding real composite types.
type tomlType interface {
typeString() str... | {
"pile_set_name": "Github"
} |
# Tag Image File Format (TIFF) Software
#
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
#
# Permission to use, copy, modify, distribute, and sell this software and
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice ... | {
"pile_set_name": "Github"
} |
.class Landroid/support/v4/app/NotificationManagerCompat$CancelTask;
.super Ljava/lang/Object;
.source "NotificationManagerCompat.java"
# interfaces
.implements Landroid/support/v4/app/NotificationManagerCompat$Task;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/... | {
"pile_set_name": "Github"
} |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Why ECharts</title>
<meta name="description" content="Why echarts?">
<meta name="author" content="kener.linfeng@gmail.com">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mob... | {
"pile_set_name": "Github"
} |
package com.clarkparsia.pellet.datatypes.types.text;
import org.mindswap.pellet.utils.ATermUtils;
import org.mindswap.pellet.utils.Namespaces;
import aterm.ATermAppl;
import com.clarkparsia.pellet.datatypes.AbstractBaseDatatype;
import com.clarkparsia.pellet.datatypes.Datatype;
import com.clarkparsia.pellet.datatype... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!-- 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/. -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window>... | {
"pile_set_name": "Github"
} |
log4perl.rootLogger=DEBUG, OUTPUT
log4perl.appender.OUTPUT=Log::Log4perl::Appender::Screen
log4perl.appender.OUTPUT.stderr=1
log4perl.appender.OUTPUT.layout=PatternLayout
log4perl.appender.OUTPUT.layout.ConversionPattern=[%d] [%p] [%X{url}] %m%n
| {
"pile_set_name": "Github"
} |
# Literate programming in R using `knitr`
It's easy to generate reports dynamically in `R`. Literate programming is a paradigm that originally came from Donald Knuth (Knuth, 1984).
**Basic idea:** Write **data** + **software** + **documentation** (or in this case manuscripts, reports) together.
Analysis code can be ... | {
"pile_set_name": "Github"
} |
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))
| {
"pile_set_name": "Github"
} |
diff -u -r otp_src_18.3-a/lib/asn1/c_src/Makefile otp_src_18.3/lib/asn1/c_src/Makefile
--- otp_src_18.3-a/lib/asn1/c_src/Makefile 2014-12-09 20:11:07.000000000 +0000
+++ otp_src_18.3/lib/asn1/c_src/Makefile 2015-01-14 12:47:55.655674256 +0000
@@ -142,8 +142,6 @@
ifneq ($(findstring ose,$(TARGET)),ose)
$(INSTALL_PROG... | {
"pile_set_name": "Github"
} |
//
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2020
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#pragma once
#include "td/utils/common.h"
#include "td/utils... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M20,2L4,2c-1.1,... | {
"pile_set_name": "Github"
} |
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
package sysinfo
import (
"bytes"
"path/filepath"
"testing"
"github.com/newrelic/go-agent/v3/internal/crossagent"
)
func TestDockerIDCrossAgent(t *testing.T) {
var testCases []struct {
File string `json:"filen... | {
"pile_set_name": "Github"
} |
using System;
using System.Diagnostics;
using Orleans.Runtime;
namespace Orleans.Configuration
{
/// <summary>
/// Specifies global messaging options that are common to client and silo.
/// </summary>
public abstract class MessagingOptions
{
/// <summary>
/// The ResponseTimeout att... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="design-24.0.0-beta1">
<ANNOTATIONS>
<root url="jar://$PROJECT_DIR$/../demo/build/intermediates/exploded-aar/com.android.support/design/24.0.0-beta1/annotations.zip!/" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$PROJECT_DIR$/../demo/build/interme... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -march=xcore | FileCheck %s
declare void @llvm.xcore.setsr(i32)
declare void @llvm.xcore.clrsr(i32)
define void @setsr() nounwind {
; CHECK-LABEL: setsr:
; CHECK: setsr 128
call void @llvm.xcore.setsr(i32 128)
ret void
}
define void @clrsr() nounwind {
; CHECK-LABEL: clrsr:
; CHECK: clrsr 128
call... | {
"pile_set_name": "Github"
} |
<?php
final class PhabricatorSystemDestructionLog extends PhabricatorSystemDAO {
protected $objectClass;
protected $rootLogID;
protected $objectPHID;
protected $objectMonogram;
protected $epoch;
protected function getConfiguration() {
return array(
self::CONFIG_TIMESTAMPS => false,
self::... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 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 image
import (
"io/ioutil"
"os"
"testing"
"github.com/docker/cli/cli/trust"
registrytypes "github.com/docker/docker/api/types/registry"
"github.com/theupdateframework/notary/client"
"github.com/theupdateframework/notary/passphrase"
"github.com/theupdateframework/notary/trustpinning"
"gotest.tools/ass... | {
"pile_set_name": "Github"
} |
# Copyright 2012 Mozilla Foundation
#
# 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 wr... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
{php include pubTemplate("header")}
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="my_left">
{php include pubTemplate("my")}
</div>
</div>
<div class="col-md-9">
<div class="card">
<div class="card-body">
{template setting_menu}
<div class="row">
<div class="col... | {
"pile_set_name": "Github"
} |
// Copyright 2016 the Go-FUSE Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package fs
import (
"syscall"
"unsafe"
)
// futimens - futimens(3) calls utimensat(2) with "pathname" set to null and
// "flags" set to zero
func futim... | {
"pile_set_name": "Github"
} |
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#ifndef _SHOWMSG_H_
#define _SHOWMSG_H_
// for help with the console colors look here:
// http://www.edoceo.com/liberum/?doc=printf-with-color
// some code explanation (used here):
// \033[2J : clear scr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='rendered'>
<pages>
<page name='Introduction'/>
<page name='Derived collections of enum cases'/>
<page name='Warning and error diagnostic directives'/>
<page name='Dyn... | {
"pile_set_name": "Github"
} |
#Database
#DB_HOST=
#DB_PORT=
#DB_USERNAME=
#DB_PASSWORD=
#DB_DATABASE=
| {
"pile_set_name": "Github"
} |
module.exports = {
'castArray': require('./castArray'),
'clone': require('./clone'),
'cloneDeep': require('./cloneDeep'),
'cloneDeepWith': require('./cloneDeepWith'),
'cloneWith': require('./cloneWith'),
'conformsTo': require('./conformsTo'),
'eq': require('./eq'),
'gt': require('./gt'),
'gte': requir... | {
"pile_set_name": "Github"
} |
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [FiloDB and Spark](#filodb-and-spark)
- [Using FiloDB Data Source with Spark](#usi... | {
"pile_set_name": "Github"
} |
---
title: "Maps"
author: "John Coene"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Maps}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(echarts4r)
e_... | {
"pile_set_name": "Github"
} |
<!--
#%L
ADempiere ERP - Desktop Client
%%
Copyright (C) 2015 metas GmbH
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 2 of the
License, or (at your option) any l... | {
"pile_set_name": "Github"
} |
---
features:
- |
A new kwarg, ``cregbundle`` has been added to the
:func:`qiskit.visualization.circuit_drawer` function and the
:class:`~qiskit.circuit.QuantumCircuit` method
:meth:`~qiskit.circuit.QuantumCircuit.draw`. When set to ``True`` the
cregs will be bundled into a single line in circuit ... | {
"pile_set_name": "Github"
} |
{
"name": "@react-page/plugins-image",
"version": "0.0.0",
"main": "./lib/index.js",
"module": "./lib-es/index.js",
"typings": "./lib/index.d.ts",
"author": "ORY GmbH",
"license": "GNU Lesser General Public License v3.0",
"scripts": {
"build": "npm-run-all --parallel build:lib build:css",
"build... | {
"pile_set_name": "Github"
} |
basicSolidChemistryModel/basicSolidChemistryModel.C
basicSolidChemistryModel/basicSolidChemistryModelNew.C
basicSolidChemistryModel/basicSolidChemistryModels.C
solidChemistrySolver/makeSolidChemistrySolvers.C
LIB = $(FOAM_LIBBIN)/libsolidChemistryModel
| {
"pile_set_name": "Github"
} |
---
date_added: 2020-01-03
title: Feit Electric PLUG/WIFI
model: PLUG/WIFI
image: /assets/images/feit_electric-PLUG-WIFI.jpg
template: '{"NAME":"Feit Wifi Plug","GPIO":[0,0,0,56,0,0,0,0,21,0,17,0,0],"FLAG":0,"BASE":18}'
link: https://www.amazon.com/Feit-Electric-required-Control-Anywhere/dp/B07SV59WXL
link2: https://w... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<particles>
<texture>art/textures/particles/smoke_256a.png</texture>
<blend mode="over"/>
<constant name="emissionrate" value="40.0"/>
<uniform name="lifetime" min="3.0" max="8.0"/>
<uniform name="position.x" min="-12.0" max="12.0"/>
<uniform ... | {
"pile_set_name": "Github"
} |
package io.expo.safeareaviewexample.generated;
import java.util.Arrays;
import java.util.List;
import org.unimodules.core.interfaces.Package;
public class BasePackageList {
public List<Package> getPackageList() {
return Arrays.<Package>asList(
new expo.modules.constants.ConstantsPackage(),
new e... | {
"pile_set_name": "Github"
} |
var path = require('path')
var webpack = require('webpack')
var config = require('./base');
module.exports = Object.assign({}, config, {
entry: './dev/index.js',
output: {
path: path.resolve(__dirname, '../dev/dev'),
publicPath: '/dev/',
filename: 'bundle.js'
},
devServer: {
his... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% block content %}
<div class="main applications">
<!-- Modal for a new application -->
<div class="modal fade" id="create-app-modal" tabindex="-1" role="dialog" aria-labelledby="show-app-modal-button">
<div class="modal-dialog" role="document">
<div class="modal-content">
... | {
"pile_set_name": "Github"
} |
---
title: "policyBase resource type"
description: "Represents an abstract base type for policy types to inherit from."
localization_priority: Normal
author: "lujiangfeng666"
ms.prod: "microsoft-identity-platform"
doc_type: "resourcePageType"
---
# policyBase resource type
Namespace: microsoft.graph
[!INCLUDE [beta-... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<VTKFile type="PolyData" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor">
<PolyData>
<Piece NumberOfPoints="103" NumberOfVerts="0" NumberOfLines="0" NumberOfStrips="0" NumberOfPolys="202">
<PointData Normals="Normals">
<DataArray type="Float32" Name="Normals"... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic
#
################################################################################
# Application Configuration
CONFIG_DESKTOP_INIT_LOG_MOTION_EVENT=n
CONFIG_DESKTOP_INIT_LOG_HID_REPORT_EVENT=n
CONFIG_DESKTOP_INI... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<assembly>
<id>plugin</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
... | {
"pile_set_name": "Github"
} |
# Don't touch this folder
uuuuuuuuuuuuuuuuuuuu
u" uuuuuuuuuuuuuuuuuu "u
u" u$$$$$$$$$$$$$$$$$$$$u "u
u" u$$$$$$$$$$$$$$$$$$$$$$$$u "u
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$... | {
"pile_set_name": "Github"
} |
--TEST--
"format_number" filter
--TEMPLATE--
{{ '12.345'|format_number }}
{{ '12.345'|format_number(locale='fr') }}
{{ '12.345'|format_number(style='percent') }}
{{ '12.345'|format_number(style='spellout') }}
{{ '12.345'|format_percent_number }}
{{ '12.345'|format_spellout_number }}
{{ '80.345'|format_spellout_number(l... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 Andreas Schwab <schwab@suse.de>
* Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
* Copyright (c) 2015-2020 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "tests.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-apiserver-arm64:v1.13.0-rc.1
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "hermes/DependencyExtractor/DependencyExtractor.h"
#include "hermes/Parser/JSParser.h"
#include "llvh/ADT/SmallVector.h"
... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<TITLE>ATL 3.0 test page for object PolyCtl</TITLE>
</HEAD>
<BODY>
<OBJECT ID="PolyCtl" <
CLASSID="CLSID:44487B6B-DDC8-4A13-9B20-A8A892629026">
>
</OBJECT>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub PolyCtl_ClickIn(x, y)
PolyCtl.Sides = PolyCtl.Sides + 1
End Sub
Sub PolyCtl_ClickOut(x, y)
PolyCtl.Sides =... | {
"pile_set_name": "Github"
} |
;============================================================================
; om#: visual programming language for computer-aided music composition
; J. Bresson et al., IRCAM (2013-2019)
; Based on OpenMusic (c) IRCAM / G. Assayag, C. Agon, J. Bresson
;=================================================================... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 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"
} |
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{82D99859-33A8-438b-8B83-3988A20089DD}]
@="oVirt Credential Provider"
[HKEY_CLASSES_ROOT\CLSID\{82D99859-33A8-438b-8B83-3988A20089DD}]
@="oVirt Credential Provider"
[HKEY_CLA... | {
"pile_set_name": "Github"
} |
/* Defines the LTC_ARGCHK macro used within the library */
/* ARGTYPE is defined in mycrypt_cfg.h */
#if ARGTYPE == 0
#include <signal.h>
/* this is the default LibTomCrypt macro */
void crypt_argchk(char *v, char *s, int d);
#define LTC_ARGCHK(x) if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); }
#define LTC_ARGCH... | {
"pile_set_name": "Github"
} |
---
previousText: ''
previousUrl: ''
nextText: 'Platform'
nextUrl: '/docs/utilities/platform'
---
# Gestures
## Overview
Ionic Gestures is a utility that allows developers to build custom gestures and interactions for their application in a platform agnostic manner. Developers do not need to be using a particular fr... | {
"pile_set_name": "Github"
} |
import re
def stats_text_en(text):
'''
输入参数text为一串英文字符
统计英文字符串中各个单词出现的频次,按频次从高到低进行排序
返回值sorted_list为最终排序的结果
'''
if isinstance(text, str) != True:
raise ValueError('输入参数非字符串!')
# 将非字母和’号, 全部替换成空格
pttn = r'[^a-zA-Z\']'
text = re.sub(pttn, ' ', text)
# 按空格分隔字符串,转换成列表
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.