text stringlengths 2 99.9k | meta dict |
|---|---|
# MinEspSDK (meSDK)
Minimalist SDK on ESP8266ex v2.0.0
---
A complete set of Wi-Fi and [LwIP](http://savannah.nongnu.org/projects/lwip/) functions.<br>
Имеет полный набор функций работы с WiFi и UDP/TCP (LwIP ver1.4.0).<br>
Данная сборка не содержит espconn и SSL.<br>
Проектируется для работы с датчиками и будет содер... | {
"pile_set_name": "Github"
} |
---
title: "Regression and Other Stories: Metabolic"
author: "Andrew Gelman, Jennifer Hill, Aki Vehtari"
date: "`r format(Sys.Date())`"
output:
html_document:
theme: readable
toc: true
toc_depth: 2
toc_float: true
code_download: true
---
An example of how to interpret a power law or log-log
regres... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002 - 2005 NetGroup, Politecnico di Torino (Italy)
* Copyright (c) 2005 - 2006 CACE Technologies, Davis (California)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_34) on Tue May 26 09:04:13 BST 2015 -->
<TITLE>
RtfTable (Apache FOP 2.0 API)
</TITLE>
<META NAME="date" CONTENT="2015-05-26">
<LINK REL ="styleshe... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015 Elements of Programming Interviews. All rights reserved.
package com.epi;
import java.lang.IllegalStateException;
import java.util.Arrays;
import java.util.Collections;
import java.util.Deque;
import java.util.LinkedList;
// @include
public class QueueWithMaxIntro {
private Deque<Integer> dat... | {
"pile_set_name": "Github"
} |
#first > .one {
> #second .two > #deux {
width: 50%;
#third {
&:focus {
color: black;
#fifth {
> #sixth {
.seventh #eighth {
+ #ninth {
color: purple;
}
}
}
}
}
height: 100%;
}... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package uuid
import "io"
// New creates a new random UUID or panics. New is equivalent to
// the expression
//
// uuid.Must(uuid.NewRandom())
func New() UUID... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Laurent Pellegrino
*
* 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 agr... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Narf Industries <info@narfindustries.com>
*
* 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, cop... | {
"pile_set_name": "Github"
} |
create file
| {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Mail;
use Aws\Ses\SesClient;
use Illuminate\Support\Arr;
use Illuminate\Support\Manager;
use GuzzleHttp\Client as HttpClient;
use Swift_SmtpTransport as SmtpTransport;
use Swift_MailTransport as MailTransport;
use Illuminate\Mail\Transport\LogTransport;
use Illuminate\Mail\Transport\SesTran... | {
"pile_set_name": "Github"
} |
package ptr1
import "github.com/GaloisInc/go-crucible"
func main() {
var x int = crucible.FreshInt()
var y *int = &x
crucible.Assume(x == 1, "", "")
*y++
crucible.Assert(x == 2, "", "")
z := *y * 3
crucible.Assert(z == 6, "", "")
ptr := new(int)
*ptr = 5
crucible.Assert(*ptr * z == 30, "", "")
prin... | {
"pile_set_name": "Github"
} |
/*
* SEGS - Super Entity Game Server
* http://www.segs.dev/
* Copyright (c) 2006 - 2019 SEGS Team (see AUTHORS.md)
* This software is licensed under the terms of the 3-clause BSD License. See LICENSE.md for details.
*/
#pragma once
#include <glm/vec3.hpp>
#include "glm/common.hpp"
namespace SEGS
{
struct AxisA... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015 Uber Technologies, 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, merge, ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 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"
} |
G75*
%MOIN*%
%OFA0B0*%
%FSLAX25Y25*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.00000*%
D10*
X0001000Y0001000D02*
X0001000Y0103000D01*
X0083000Y0103000D01*
X0083000Y0001000D01*
X0001000Y0001000D01*
X0101000Y0006000D02*
X0101001Y0006000D01*
M02*
| {
"pile_set_name": "Github"
} |
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
/*
* Ceph - scalable distributed file system
*
* Copyright (C) 2016 XSky <haomai@xsky.com>
*
* Author: Haomai Wang <haomaiwang@gmail.com>
*
* This is free software; you can redistribute it and/or
* modify it under... | {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LI... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace spec\Sylius\Component\Taxonomy\Model;
use PhpSpec\ObjectBehavior;... | {
"pile_set_name": "Github"
} |
# node-url
[](https://travis-ci.org/defunctzombie/node-url)
This module has utilities for URL resolution and parsing meant to have feature parity with node.js core [url](http://nodejs.org/api/url.html) module.
```js
var url = require('url... | {
"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"
} |
.. _es-guide-reference-query-dsl-dis-max-query:
=============
Dis Max Query
=============
A query that generates the union of documents produced by its subqueries, and that scores each document with the maximum score for that document as produced by any subquery, plus a tie breaking increment for any additional match... | {
"pile_set_name": "Github"
} |
.size 8000
.text@100
jp lbegin
.data@143
c0
.text@150
lbegin:
ld a, 30
ldff(00), a
xor a, a
ldff(ff), a
inc a
ldff(4d), a
stop, 00
ld a, 03
ldff(43), a
ld b, 01
call lwaitly_b
ld c, 41
ld a, 08
ldff(c), a
ld a, 02
ldff(ff), a
xor a, a
ldff(0f), a
halt
jp lstatirq
.text@1000
lstatirq:
nop
.te... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:40b8c4d02488a4984d4d7d294e3feaea468c3dc303930a57140d45183537404c
size 180858880
| {
"pile_set_name": "Github"
} |
<div class="downloadSidebar">
#{sidebar}
</div>
<div class="downloadMain">
<table class="downloadLocation">
<tr>
<td style=" font-size:14px;">当前路径:全部下载</td>
<td style="text-align:right; padding-right:15px; padding-top:10px;">
<form method="get" class="form-inli... | {
"pile_set_name": "Github"
} |
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
*
* GRUB 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... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>leaflet-sidebar example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<link rel="stylesheet"... | {
"pile_set_name": "Github"
} |
/*
gcc -lpthread netscan.c -o netscan
Tcp/Udp/Tor port scanner with: synpacket, connect TCP/UDP and socks5(tor connection)
*/
#include <math.h>
#include <time.h>
#include <stdio.h>
#include <errno.h>
#include <netdb.h>
#include <fcntl.h>
#include <ctype.h>
#include <getopt.h>
#include <stdlib.h>
#include <string.h... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.16"/>
<link rel="stylesheet" type="text/css" href="searc... | {
"pile_set_name": "Github"
} |
$NetBSD: distinfo,v 1.1 2016/06/13 02:07:35 kamil Exp $
SHA1 (filebytes-0.9.10.tar.gz) = 08796c502e1b8865da354e41a5eb739e05b20321
RMD160 (filebytes-0.9.10.tar.gz) = bd6a2957e6a477cada270c4d927fdadbd60b746a
SHA512 (filebytes-0.9.10.tar.gz) = 4a3402f9a564d74b71290c33862cc857757a94621d3e2fe414807263f185601dd6f5dabed81059... | {
"pile_set_name": "Github"
} |
/*
* MIT License
*
* Copyright (c) 2019 WANG Lingsong
*
* 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, mo... | {
"pile_set_name": "Github"
} |
package brickhouse.udf.collect;
/**
* Copyright 2012 Klout, 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>radar</artifactId>
<group... | {
"pile_set_name": "Github"
} |
/*
Copyright 2012-2015, Yahoo Inc.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
"use strict";
var InsertionText = require('./insertion-text'),
lt = '\u0001',
gt = '\u0002',
RE_LT = /</g,
RE_GT = />/g,
RE_AMP = /&/g,
RE_lt = /\u0001/g,
RE_... | {
"pile_set_name": "Github"
} |
#############################################################################
# Original Author: JBM #
# Original Date: Aug/18/2005 #
# Updated: 08/29/2005 removed sleeps and added master pos save and snyc #
########... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:bind="http://schemas.android.com/apk/res-auto"
tools:showIn="@layout/send_coins_activity">
<data>
<import type="android.view.View" />
... | {
"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"
} |
---
upgrade:
- |
The blocking executor has been deprecated for removal in Rocky and support
is now dropped in Ussuri. Its usage was never recommended for applications,
and it has no test coverage.
Applications should choose the appropriate threading model that maps to
their usage instead.
| {
"pile_set_name": "Github"
} |
{
"name": "gallery-treeble",
"builds": {
"gallery-treeble": {
"config": {
"skinnable": "true",
"requires": [
"datasource",
"datatable"
]
},
"skinnable": "true",
"jsfile... | {
"pile_set_name": "Github"
} |
require 'tzinfo/timezone_definition'
module TZInfo
module Definitions
module Europe
module Belgrade
include TimezoneDefinition
timezone 'Europe/Belgrade' do |tz|
tz.offset :o0, 4920, 0, :LMT
tz.offset :o1, 3600, 0, :CET
tz.offset :o2, 3600, 3600, :CEST... | {
"pile_set_name": "Github"
} |
package protocolsupport.protocol.packet.middleimpl.clientbound.play.v_7;
import protocolsupport.protocol.packet.PacketType;
import protocolsupport.protocol.packet.middle.clientbound.play.MiddleBlockOpenSignEditor;
import protocolsupport.protocol.packet.middleimpl.ClientBoundPacketData;
import protocolsupport.protocol.... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2012-2019 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... | {
"pile_set_name": "Github"
} |
/*
* $Id$
*
* SARL is an general-purpose agent programming language.
* More details on http://www.sarl.io
*
* Copyright (C) 2014-2020 the original authors 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 ma... | {
"pile_set_name": "Github"
} |
/*
* zfcp device driver
*
* Error Recovery Procedures (ERP).
*
* Copyright IBM Corporation 2002, 2010
*/
#define KMSG_COMPONENT "zfcp"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kthread.h>
#include "zfcp_ext.h"
#include "zfcp_reqlist.h"
#define ZFCP_MAX_ERPS 3
enum zfcp_erp_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ 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... | {
"pile_set_name": "Github"
} |
from typing import List
import pytest
from aioresponses import aioresponses
import rasa.core
from rasa.core.actions import action
from rasa.core.actions.action import (
ActionBack,
ActionDefaultAskAffirmation,
ActionDefaultAskRephrase,
ActionDefaultFallback,
ActionExecutionRejection,
ActionLis... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/1.1.6</title>
</head>
<body>
<a href="clap.snd">The sound of one hand clapping (snd)</a>
</body>
</html>
| {
"pile_set_name": "Github"
} |
{
"message_queue":"redis://127.0.0.1:6379/0",
"webui":{
"port":5001,
"need-auth":true,
"username":"root",
"password":"150000"
}
} | {
"pile_set_name": "Github"
} |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="${relativePackage}.${activityClass}">
<include layout="@... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<menuitem id="account_reports_th_statements_menu" name="Thailand" parent="account.menu_finance_reports" sequence="0" groups="account.group_account_user"/>
<!-- ACCOUNT TYPES -->
<record id="acc_type_reconciled" model="account.account.type">
<field name="name">Recon... | {
"pile_set_name": "Github"
} |
# Module for Foreman-defined classes (e.g. Compute Resources)
module Foreman::Model
end
| {
"pile_set_name": "Github"
} |
// Package treeprint provides a simple ASCII tree composing tool.
package treeprint
import (
"bytes"
"fmt"
"io"
"reflect"
)
type Value interface{}
type MetaValue interface{}
// Tree represents a tree structure with leaf-nodes and branch-nodes.
type Tree interface {
// AddNode adds a new node to a branch.
AddNo... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_mailing_slides
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2019-08-26 08:16+0000\n"
"Last-Translator: \... | {
"pile_set_name": "Github"
} |
// author: Jannik Strötgen
// email: stroetgen@uni-hd.de
// resources automatically created; see our EMNLP 2015 paper for details:
// https://aclweb.org/anthology/D/D15/D15-1063.pdf
//
// no translations found
THISISADUMMYPATTERN
// english: "and","and" - no translation found
// english: "or","or" - no translation foun... | {
"pile_set_name": "Github"
} |
script "CoreEngineReturn"
/*
Copyright (C) 2016 LiveCode Ltd.
This file is part of LiveCode.
LiveCode is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License v3 as published by the Free
Software Foundation.
LiveCode is distributed in the hope that it will be usefu... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2001-2011 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or cop... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/layout_title"/>
<RelativeLayout
android:layo... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The prometheus-operator 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 ... | {
"pile_set_name": "Github"
} |
{
"runs": 1
}
| {
"pile_set_name": "Github"
} |
//
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | {
"pile_set_name": "Github"
} |
# galican stopwords
a
aínda
alí
aquel
aquela
aquelas
aqueles
aquilo
aquí
ao
aos
as
así
á
ben
cando
che
co
coa
comigo
con
connosco
contigo
convosco
coas
cos
cun
cuns
cunha
cunhas
da
dalgunha
dalgunhas
dalgún
dalgúns
das
de
del
dela
delas
deles
desde
deste
do
dos
dun
duns
dunha
dunhas
e
el
ela
elas
eles
en
era
eran
esa
e... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
新华网 北京 记者 赵晓辉 中国移动 北京地区 手机 资费 调整 方案 出台 手机 资费 价格 坚冰 打破 专家 指出 调整 应该 中国 手机 资费 较大 下调 空间
移动 通信 投入 前期 基站 建设 网络 之后 用户 增加 越多 通话 成本 越少 赛迪 顾问 电信 咨询 总监 接受 记者 采访
中国 手机 用户 飞速 增长 中国移动 北京地区 用户 已经 达到 左右 中国联通 北京地区 用户 多万 地区 手机 资费 价格 一直 保持 不变 电信 资费 投诉 移动 运营商 成为 众矢之的
用户 规模 越大 通话 成本 相对 越小 手机 用户 增加 资费 下调 已经 必然 趋势
信息产业部 公布 中国移动 资费 调整... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// 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)
//
// Preprocessed version of "boost/mpl/shift_left.hpp" header
// -- DO NOT modify by h... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-sdk
... | {
"pile_set_name": "Github"
} |
#ifndef PYCALL_H
#define PYCALL_H 1
#if defined(__cplusplus)
extern "C" {
#if 0
} /* satisfy cc-mode */
#endif
#endif
VALUE pycall_pyptr_new(PyObject *pyobj);
PyObject *pycall_pyptr_get_pyobj_ptr(VALUE pyptr);
VALUE pycall_pyobject_to_ruby(PyObject *pyobj);
PyObject *pycall_pyobject_wrapper_get_pyobj_ptr(VALUE obj);
... | {
"pile_set_name": "Github"
} |
#pragma once
#include "il2cpp-config.h"
#include "il2cpp-object-internals.h"
namespace il2cpp
{
namespace icalls
{
namespace mscorlib
{
namespace System
{
namespace Security
{
namespace Cryptography
{
class LIBIL2CPP_CODEGEN_API RNGCryptoServiceProvider
{
public:
static void RngClose(intptr_t hand... | {
"pile_set_name": "Github"
} |
# Channel实现原理
为了给我们的扩展实现`Channel`做准备,这里,很有必要简单分析一下协程的`Channel`实现原理。核心点如下:
```shell
1、什么情况下可以pop
2、当channel不可以pop的时候,应该如何处理消费者协程
3、什么情况下可以push
4、当channel不可以push的时候,应该如何处理生产者协程
5、当channel可以pop的时候,应该如何通知消费者协程
6、当channel可以push的时候,应该如何通知生产者协程
```
如果解决了这些问题,就可以去实现`Channel`了。
什么情况下可以pop?
这个问题很简单,当`channel`里面有数据的时候。
消费者协... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from south.utils import datetime_utils as datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Removing unique constraint on 'RepositoryCommitter', fields ['project', 'data_i... | {
"pile_set_name": "Github"
} |
FactoryBot.define do
factory :statistics_announcement do
transient do
release_date { nil }
previous_display_date { nil }
change_note { nil }
end
sequence(:title) { |index| "Stats announcement #{index}" }
summary { "Summary of announcement" }
publication_type_id { PublicationType... | {
"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"
} |
'use strict';
// B.2.3.3 String.prototype.big()
require('./_string-html')('big', function(createHTML){
return function big(){
return createHTML(this, 'big', '', '');
}
}); | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<dependenciesRoot>
<dependency className="jetbrains.mps.samples.multipleProjections.requestTracking.Language">
<classNode dependClassName="java.lang.Class" />
<classNode dependClassName="java.lang.Override" />
<classNode dependClassName="java.lang.String" />
<cla... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2008-10 Anthony Williams
// (C) Copyright 2011-2012,2015 Vicente J. Botet Escriba
//
// 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)
#ifndef BOOST_THREAD_FUTURES_FUTURE_ERROR_CODE_HPP
#defi... | {
"pile_set_name": "Github"
} |
<AnalogEfexPro2_preset>
<filter name="TauronGlobalAdjustments">
<parameter name="strengthFactor" value="37" valueType="float"/>
<parameter name="brightness" value="-11" valueType="float"/>
<parameter name="contrast" value="-9" valueType="float"/>
<parameter name="saturation" value="0" valueType="float"/>
<pa... | {
"pile_set_name": "Github"
} |
cheats = 3
cheat0_desc = "Infinite Power"
cheat0_code = "Z 8 39220 0 0"
cheat0_enable = false
cheat1_desc = "Infinite Time"
cheat1_code = "Z 8 39228 0 0"
cheat1_enable = false
cheat2_desc = "No Logic"
cheat2_code = "Z 8 40078 201 0"
cheat2_enable = false | {
"pile_set_name": "Github"
} |
{
"author": "",
"name": "serverstats",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/einaros/ws.git"
},
"engines": {
"node": ">0.4.0"
},
"dependencies": {
"express": "2.x"
},
"devDependencies": {},
"optionalDependencies": {}
}
| {
"pile_set_name": "Github"
} |
.class abstract Landroid/support/v4/content/ModernAsyncTask;
.super Ljava/lang/Object;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroid/support/v4/content/ModernAsyncTask$AsyncTaskResult;,
Landroid/support/v4/content/ModernAsyncTask$WorkerRunnable;,
Lan... | {
"pile_set_name": "Github"
} |
Id: Youdao.YoudaoDict
Name: YoudaoDict
AppMoniker: youdaodict
Version: 8.9
Publisher: Youdao
Author: Youdao
License: YoudaoDict License
Description: Youdao Dictionary has typical acoustic translation, smart screen word identification, real-time synchronization with network up-to-date vocabulary, and other word look-up ... | {
"pile_set_name": "Github"
} |
{{{header}}}
<dl>
<dt>{{label_text}}</dt><dd>{{{input}}}</dd>
<dt>{{label_select}}</dt><dd>{{{select}}}</dd>
</dl> | {
"pile_set_name": "Github"
} |
#include "qglobal.h"
| {
"pile_set_name": "Github"
} |
// Package hybriddata implements the Azure ARM Hybriddata service API version 2016-06-01.
//
//
package hybriddata
// Copyright (c) Microsoft and contributors. 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.... | {
"pile_set_name": "Github"
} |
{
"name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"version": "2.0.3",
"keywords": [
"inheritance",
"class",
"klass",
"oop",
"object-oriented",
"inherits",
"browser",
"browserify"
],
"main": "./inherits.js",
... | {
"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"
} |
define('cssobj', function () { 'use strict';
// helper functions for cssobj
// set default option (not deeply)
function defaults(options, defaultOption) {
options = options || {}
for (var i in defaultOption) {
if (!(i in options)) options[i] = defaultOption[i]
}
return options
}
// co... | {
"pile_set_name": "Github"
} |
"""
=============
Masked Arrays
=============
Arrays sometimes contain invalid or missing data. When doing operations
on such arrays, we wish to suppress invalid values, which is the purpose masked
arrays fulfill (an example of typical use is given below).
For example, examine the following array:
>>> x = np.array(... | {
"pile_set_name": "Github"
} |
#include "ImageViewReader.h"
#include "ui/UIImageView.h"
USING_NS_CC;
using namespace ui;
namespace cocostudio
{
static ImageViewReader* instanceImageViewReader = NULL;
IMPLEMENT_CLASS_WIDGET_READER_INFO(ImageViewReader)
ImageViewReader::ImageViewReader()
{
}
ImageVie... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="8dp"
... | {
"pile_set_name": "Github"
} |
package test.kang.serviceloader;
import java.util.ServiceLoader;
import test.kang.serviceloader.service.IService;
/*
* 加载服务之前,要确保服务已经注册
* 注册文件固定位于{class根目录}/META-INF/services目录下
*/
public class ServiceLoaderTest01 {
public static void main(String[] args) {
// 加载服务(懒加载)
ServiceLoader<IService> s... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
import { Directionality } from '@angular/cdk/bidi';
im... | {
"pile_set_name": "Github"
} |
-- a simple test to test sorted/clustered syntax
CREATE TABLE INPUTDDL4(viewTime STRING, userid INT,
page_url STRING, referrer_url STRING,
friends ARRAY<BIGINT>, properties MAP<STRING, STRING>,
ip STRING COMMENT 'IP Address of the User')
COMMEN... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function (t, a) {
a(t([]), true, "Array");
a(t(""), true, "String");
a(t((function () { return arguments; }())), true, "Arguments");
a(t({ length: 0 }), true, "List object");
a(t(function () {}), false, "Function");
a(t({}), false, "Plain object");
a(t(/raz/), false, "Regexp");
a... | {
"pile_set_name": "Github"
} |
{*<!--
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Dev... | {
"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.
package secretbox
import (
"bytes"
"crypto/rand"
"encoding/hex"
"testing"
)
func TestSealOpen(t *testing.T) {
var key [32]byte
var nonce [24]byte
rand... | {
"pile_set_name": "Github"
} |
/**
* Handles opening of and synchronization with the reveal.js
* notes window.
*
* Handshake process:
* 1. This window posts 'connect' to notes window
* - Includes URL of presentation to show
* 2. Notes window responds with 'connected' when it is available
* 3. This window proceeds to send the current prese... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="skin.support.circleimageview">
</manifest>
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class FirstLoginOptimizer, LoginAuthRefMgr, NSDictionary, NSImage, NSString, SecureBackup;
@interface Logi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004-2006 Atmel Corporation
*
* Based on linux/include/asm-arm/setup.h
* Copyright (C) 1997-1999 Russel King
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __ASM_AVR32_SETUP_H__
#define __ASM_AVR32_SETUP_H__
#define COMMAND_LINE_SIZE 256
/* Magic number indicating that a tag table is pre... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.