text stringlengths 2 99.1k | meta dict |
|---|---|
/*
* Copyright(C) 2016,2017, Imagination Technologies Limited and/or its
* affiliated group companies.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*
*/
#include "board.h... | {
"pile_set_name": "Github"
} |
define([
'geomnode',
'icons',
'toolbars/booleanitemmodel',
], function(
GeomNode,
icons,
BooleanItemModel) {
var Model = BooleanItemModel.extend({
name: 'intersect',
VertexConstructor: GeomNode.Intersect,
icon: icons['intersect'],
});
return Model;
});
| {
"pile_set_name": "Github"
} |
source [find interface/stlink.cfg]
transport select hla_swd
source [find target/stm32l4x.cfg]
reset_config srst_only
| {
"pile_set_name": "Github"
} |
import compute_ssd_score
| {
"pile_set_name": "Github"
} |
import React from 'react';
import { Switch, Route } from 'react-router';
import { ConnectedRouter } from 'connected-react-router';
import { history } from 'store/index';
import Layout from 'containers/layout';
import App from 'containers/app';
const routes = (
<ConnectedRouter history={history}>
<Layout>
<... | {
"pile_set_name": "Github"
} |
using Umbraco.Core.Composing;
namespace Umbraco.Core.Mapping
{
public class MapDefinitionCollectionBuilder : SetCollectionBuilderBase<MapDefinitionCollectionBuilder, MapDefinitionCollection, IMapDefinition>
{
protected override MapDefinitionCollectionBuilder This => this;
protected override L... | {
"pile_set_name": "Github"
} |
---
name: Bug report
about: Report a bug in Dapr docs
title: ''
labels: kind/bug
assignees: ''
---
## Expected Behavior
<!-- Briefly describe what you expect to happen -->
## Actual Behavior
<!-- Briefly describe what is actually happening -->
## Steps to Reproduce the Problem
<!-- How can a maintainer reproduc... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UILabel.h>
@interface UILabel (CNContactStyle)
- (void)_cnui_applyContactStyle;
@end
| {
"pile_set_name": "Github"
} |
$m.const_set(:AAA, "test") unless $m.nil?
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from aiida.engine import calcfunction
from aiida.orm import Int
@calcfunction
def add(x, y):
return x + y
x = Int(1)
y = Int(2)
result = add.run(x, y)
result, node = add.run_get_node(x, y)
result, pk = add.run_get_pk(x, y)
| {
"pile_set_name": "Github"
} |
DUMMY_GEM_G_VERSION="1.0.0"
| {
"pile_set_name": "Github"
} |
using HamburgerMenuApp.Core.MVVM;
namespace HamburgerMenuApp.V4.ViewModels
{
public class HomeViewModel : MenuItemViewModel
{
public HomeViewModel(MainViewModel mainViewModel) : base(mainViewModel)
{
}
}
} | {
"pile_set_name": "Github"
} |
using SampleLib;
using System.Collections.ObjectModel;
namespace DefaultInterfaceMembersSample
{
public class CustomCollection<T> : Collection<T>, ICustomEnumerable<T>
{
}
}
| {
"pile_set_name": "Github"
} |
enum GFLoaderType {
android,
ios,
square,
circle,
custom,
}
| {
"pile_set_name": "Github"
} |
framework:
router:
strict_requirements: ~
| {
"pile_set_name": "Github"
} |
import {Component} from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
}
| {
"pile_set_name": "Github"
} |
################################################################################
#
# libplatform
#
################################################################################
LIBPLATFORM_VERSION = 1eb12b1b1efa6747c1e190964854e9e267e3a1e2
LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION)... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base... | {
"pile_set_name": "Github"
} |
import { Observable } from '../Observable';
import { IScheduler } from '../Scheduler';
import { Timestamp } from '../operators/timestamp';
/**
* @param scheduler
* @return {Observable<Timestamp<any>>|WebSocketSubject<T>|Observable<T>}
* @method timestamp
* @owner Observable
*/
export declare function timestamp<T>(... | {
"pile_set_name": "Github"
} |
--- Makefile.am.orig 2011-03-03 07:44:59.000000000 -0600
+++ Makefile.am 2011-11-12 23:33:32.000000000 -0600
@@ -67,9 +67,7 @@
NTOPDATA = ntop-cert.pem \
$(ETTER_PASSIVE) \
oui.txt.gz \
- specialMAC.txt.gz \
- GeoIPASNum.dat \
- GeoLiteCity.dat
+ specialMAC.txt.gz
N... | {
"pile_set_name": "Github"
} |
'use strict';
var GetIntrinsic = require('../GetIntrinsic');
var callBind = require('./callBind');
var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));
module.exports = function callBoundIntrinsic(name, allowMissing) {
var intrinsic = GetIntrinsic(name, !!allowMissing);
if (typeof intrinsic === 'fun... | {
"pile_set_name": "Github"
} |
# 1.1.1 (2016-06-22)
- add more context to errors if they are not instanceof Error
# 1.1.0 (2015-09-29)
- add Emitter#listerCount (to match node v4 api)
# 1.0.2 (2014-08-28)
- remove un-reachable code
- update devDeps
## 1.0.1 / 2014-05-11
- check for console.trace before using it
## 1.0.0 / 2013-12-1... | {
"pile_set_name": "Github"
} |
/var/log/rkhunter/*.log {
daily
missingok
rotate 7
compress
notifempty
nocreate
}
| {
"pile_set_name": "Github"
} |
Open Beauty Facts
| {
"pile_set_name": "Github"
} |
version: 1
n_points: 4
{
93.866 136.090
93.866 294.431
299.709 294.431
299.709 136.090
}
| {
"pile_set_name": "Github"
} |
Open Beauty Facts
| {
"pile_set_name": "Github"
} |
Open Beauty Facts
| {
"pile_set_name": "Github"
} |
-ifndef(_hadoopfs_types_included).
-define(_hadoopfs_types_included, yeah).
-record(thriftHandle, {id}).
-record(pathname, {pathname}).
-record(fileStatus, {path, length, isdir, block_replication, blocksize, modification_time, permission, owner, group}).
-record(blockLocation, {hosts, names, offset, length}).
-rec... | {
"pile_set_name": "Github"
} |
BASE <http://example.org/>
PREFIX : <#>
SELECT * WHERE { :x :p 'x\'' }
| {
"pile_set_name": "Github"
} |
require 'test_helper'
class PaymentNotificationsControllerTest < ActionController::TestCase
def test_create_invalid
PaymentNotification.any_instance.stubs(:valid?).returns(false)
post :create
assert_template 'new'
end
def test_create_valid
PaymentNotification.any_instance.stubs(:valid?).return... | {
"pile_set_name": "Github"
} |
import React from 'react'
import './assets/scss-styles.scss'
export default () => <p id="feature-scss-inclusion">We love useless text.</p>
| {
"pile_set_name": "Github"
} |
require('../../modules/es6.math.cbrt');
module.exports = require('../../modules/_core').Math.cbrt;
| {
"pile_set_name": "Github"
} |
//
// DTXPreviewContainerView.h
// DetoxInstruments
//
// Created by Leo Natan (Wix) on 9/6/19.
// Copyright © 2017-2020 Wix. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface DTXPreviewContainerView : NSView
@end
| {
"pile_set_name": "Github"
} |
package com.escodro.search.model
/**
* UI representation of Task results.
*/
internal data class TaskSearch(
val id: Long = 0,
val completed: Boolean,
val title: String,
val categoryColor: Int?,
val isRepeating: Boolean
)
| {
"pile_set_name": "Github"
} |
div:not(#bat):not(#man) {
display: inline-block;
} | {
"pile_set_name": "Github"
} |
<p>
<a href="___API_URL___">The OBS web interface</a> can be used to setup OBS, browse the content and to build packages. It is also the api url to be used with clients like osc.
</p>
<p>
<a href="___REPO_URL___">The OBS repositories</a> contain the build results, the repositories can be added to package managers lik... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration> | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration> | {
"pile_set_name": "Github"
} |
#
# MOST I2C configuration
#
config HDM_I2C
tristate "I2C HDM"
depends on I2C
---help---
Say Y here if you want to connect via I2C to network tranceiver.
To compile this driver as a module, choose M here: the
module will be called hdm_i2c.
| {
"pile_set_name": "Github"
} |
// Only used on D3D11 for non-fullscreen clears
Shader "Hidden/InternalClear" {
CGINCLUDE
#pragma vertex vert
#pragma fragment frag
#include "UnityShaderVariables.cginc"
struct appdata_t {
float4 vertex : POSITION;
fixed4 color : COLOR;
};
struct v2f {
float4 vertex : SV_POSITION;
fixed4 color : COLOR... | {
"pile_set_name": "Github"
} |
// @has must_use/struct.Struct.html //pre '#[must_use]'
#[must_use]
pub struct Struct {
field: i32,
}
// @has must_use/enum.Enum.html //pre '#[must_use = "message"]'
#[must_use = "message"]
pub enum Enum {
Variant(i32),
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration> | {
"pile_set_name": "Github"
} |
### 思路1
先把交叉部分的左右上下四个边的值算出来。在用两个矩形面积和和减去交叉部分的和。注意为了避免溢出,我们先减后加。
有一组数据是(0, 0, 50000, 40000, 0, 0, 50000, 40000)
50000 * 40000 = 2,000,000,000
而32位int上限是2,147,483,647
如果两个矩形面积直接相加的话就溢出了
| {
"pile_set_name": "Github"
} |
The SQL schema and 'create admin user" scripts are here in order to
simplify the process of using MySQL cluster.
The queries are NOT located here, because the database driver for
MySQL cluster is just "mysql", and not "ndb".
| {
"pile_set_name": "Github"
} |
using UnityEngine;
/// <summary>
/// Dummy subtype of PropertyAttribute for custom inspector to use.
/// </summary>
public class OVRLayerAttribute : PropertyAttribute {
}
| {
"pile_set_name": "Github"
} |
package com.baidu.brpc.push.userservice;
public class PushResult {
public String result;
public String getResult() {
return result;
}
public void setResult(String result) {
this.result = result;
}
}
| {
"pile_set_name": "Github"
} |
/* * * * * * * * * * *
* Author: MattGeek *
* * * * * * * * * * */
fun main(args : Array<String>){
println("GitHub is for everyone <3")
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<node>
<version>6</version>
<dict>
<key>title</key><string>New Page</string>
<key>expanded</key><false/>
<key>nodeid</key><string>b6ecc695-7da5-456c-818e-a4ca429bd15b</string>
<key>modified_time</key><integer>1207981346</integer>
<key>expanded2</key><false/>
<key>versi... | {
"pile_set_name": "Github"
} |
## Business-card in GoBuffalo
[Part 1 - templates, navigation](http://mycodesmells.com/post/business-card-in-gobuffalo---part-1)
[Part 2 - i18n](http://mycodesmells.com/post/business-card-in-go-buffalo---part-2---i18n)
[Part 3 - database](http://mycodesmells.com/post/business-card-in-go-buffalo---part-3---database)
... | {
"pile_set_name": "Github"
} |
{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}\\dotnet-retire\\dotnet-retire.csproj"
],
"isBuildCommand": true,
"problemMa... | {
"pile_set_name": "Github"
} |
################################################################################
#
# gstreamer1
#
################################################################################
GSTREAMER1_VERSION = 1.14.4
GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
GSTREAMER1_SITE = https://gstreamer.freedesktop.org/s... | {
"pile_set_name": "Github"
} |
module mylib [extern_c] {
header "mylib.h"
link "mylib"
export *
}
| {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_PYTHON_TWISTED
bool "python-twisted"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
help
Twisted is an event-driven networking engine written in Python.
https://twistedmatrix.com/trac/
| {
"pile_set_name": "Github"
} |
#include "rose.h"
int main(int argc, char** argv) {
SgProject* proj = frontend(argc,argv);
SgFunctionDeclaration* mainDecl = SageInterface::findMain(proj);
SgFunctionDefinition* mainDef = mainDecl->get_definition();
std::vector<SgNode*> unaryOpNodes = NodeQuery::querySubTree(mainDef,V_SgUnaryOp);
for (int i = 0; ... | {
"pile_set_name": "Github"
} |
finished:
6:
forum: forum
7:
forum: forum
| {
"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.",
"-------------------------------------------------... | {
"pile_set_name": "Github"
} |
true
Byte
true
Short
true
Char
true
Int
true
Long
true
Float
true
Double
true
Boolean
true
Unit
true
Any
true
AnyVal
true
Object
true
Object
true
Null
true
Nothing
| {
"pile_set_name": "Github"
} |
/*
* @test /nodynamiccopyright/
* @bug 5003235
* @summary Access to private inner classes
* @author Peter von der Ah\u00e9
* @compile/fail/ref=T5003235c.out -XDrawDiagnostics T5003235c.java
*/
class T5003235c {
private static class B {
static class Inner {}
}
}
class C extends T5003235c.B.... | {
"pile_set_name": "Github"
} |
namespace FirClient.Handler
{
class RetUserInfoHandler : BaseHandler
{
public override void OnMessage(byte[] bytes)
{
}
}
}
| {
"pile_set_name": "Github"
} |
mat-card {
margin: 24px;
}
| {
"pile_set_name": "Github"
} |
TARGET ?= ps2_usb_rev1_unimap
MCU = atmega32u4
CONFIG_H = config.h
BOOTLOADER_SIZE = 4096
BOOTMAGIC_ENABLE ?= no
MOUSEKEY_ENABLE ?= yes
EXTRAKEY_ENABLE ?= yes
CONSOLE_ENABLE ?= yes
COMMAND_ENABLE ?= yes
NKRO_ENABLE ?= yes
PS2_USE_USART = yes
PS2_USE_INT = no
PS2_USE_BUSYWAIT = no
UNIMAP_ENABLE = yes
KEYMAP_SECTION_E... | {
"pile_set_name": "Github"
} |
python {
publish = false // Release is done manually to PyPI and not supported yet.
}
| {
"pile_set_name": "Github"
} |
#define VERSION_MAJOR @VERSION_MAJOR@
#define VERSION_MINOR @VERSION_MINOR@
#define VERSION_PATCH @VERSION_PATCH@
const char *GIT_REVISION = "@GIT_REVISION@";
| {
"pile_set_name": "Github"
} |
import array
@micropython.asm_thumb # test vldr, vstr
def arrayadd(r0):
vldr(s0, [r0, 0])
vldr(s1, [r0, 4])
vadd(s2, s0, s1)
vstr(s2, [r0, 8])
z = array.array("f", [2, 4, 10])
arrayadd(z)
print(z[2])
| {
"pile_set_name": "Github"
} |
<?php
namespace Elastica\Test\Exception;
/**
* @internal
*/
class BulkExceptionTest extends AbstractExceptionTest
{
}
| {
"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 ipv4
import (
"syscall"
"golang.org/x/net/internal/socket"
)
func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on bool) error {
... | {
"pile_set_name": "Github"
} |
{
"id": "canberras-poster",
"name": "Canberra's Poster",
"games": {
"nh": {
"sellPrice": {
"currency": "bells",
"value": 250
},
"buyPrices": [
{
"currency": "bells",
"value": 1000
}
]
}
},
"category": "Photos"
} | {
"pile_set_name": "Github"
} |
class mp3decoder
{
void *g_mp3stream;
public:
mp3decoder();
~mp3decoder();
uae_u8 *get(struct zfile *zf, uae_u8 *, int maxsize);
uae_u32 getsize(struct zfile *zf);
};
| {
"pile_set_name": "Github"
} |
login:
username : admin
password : 111111
| {
"pile_set_name": "Github"
} |
TEMPLATE = app
QT += webengine
SOURCES += main.cpp
RESOURCES += qml.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/webengine/webengineaction
INSTALLS += target
| {
"pile_set_name": "Github"
} |
import bpy
bpy.ops.preferences.addon_remove(module='unity_mesh_sync')
bpy.ops.wm.save_userpref()
| {
"pile_set_name": "Github"
} |
---
layout: reference
section: learn
title: Event
permalink: /learn/ref/Microsoft.Coyote/Event/Event
---
# Event constructor
The default constructor.
```csharp
protected Event()
```
## See Also
* class [Event](../EventType)
* namespace [Microsoft.Coyote](../EventType)
* assembly [Microsoft.Coyote](../../MicrosoftCo... | {
"pile_set_name": "Github"
} |
#include <bits/stdc++.h>
using namespace std;
char s[512];
struct cmp {
bool operator() (const pair<int, int> &a, const pair<int, int> &b) const {
for (int i = 0; i < a.second && i < b.second; i++) {
if (s[a.first+i] != s[b.first+i])
return s[a.first+i] < s[b.first+i];
}
return a.second < b.second;
}
};... | {
"pile_set_name": "Github"
} |
eclipse.preferences.version=1
showIntro=false
| {
"pile_set_name": "Github"
} |
let is_leap_year ~year =
let tm =
Unix.mktime {
(Unix.gmtime (Unix.time())) with
Unix.tm_year = (year - 1900);
tm_mon = 1 (* feb *);
tm_mday = 29
}
in
(tm.Unix.tm_mday = 29)
| {
"pile_set_name": "Github"
} |
#include <xfs-modules>
| {
"pile_set_name": "Github"
} |
# Generated from 'AppleHelp.h'
kAHInternalErr = -10790
kAHInternetConfigPrefErr = -10791
kAHTOCTypeUser = 0
kAHTOCTypeDeveloper = 1
| {
"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.9
package http2
import (
"net/http"
)
func configureServer19(s *http.Server, conf *Server) error {
// not supported prior to go1.9
return n... | {
"pile_set_name": "Github"
} |
/**
* \brief Errno definitions
* \author Sebastian Sumpf
* \date 2017-08-24
*/
/*
* Copyright (C) 2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _ERRNO_H_
#define _ERRNO_H_
enum ... | {
"pile_set_name": "Github"
} |
desc = "another test of append"
filedata = \
"""{$
def bar () {
locals { v : [ -1 ] }
for (i, range (300)) {
append (v, i);
}
print (v[231], "\n");
}
for (i, range (3)) {
bar ();
}
$}"""
outcome = '230 ' * 3
| {
"pile_set_name": "Github"
} |
//
// ViewController.h
// HVScrollView
//
// Created by Libo on 17/6/12.
// Copyright © 2017年 iDress. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
| {
"pile_set_name": "Github"
} |
E 席 せき 1.000000
E 一 いち 1.000000
E 行 おこな 0.500000
E 変換 へんかん 1.000000
E 感じ かんじ 1.000000
E 漢字 かんじ 1.000000
E 良 よ 1.000000
E の の 1.000000
E 幹事 かんじ 1.000000
E かな かな 1.000000
E い い 1.000000
E 行 ぎょう 0.500000
E う う 1.000000
E を を 1.000000
| {
"pile_set_name": "Github"
} |
--langdef=apiblueprint
--langmap=apiblueprint:.apib
--regex-apiblueprint=/^#[ ]+(.*)/Introduction/z,API/
--regex-apiblueprint=/^#+[ ]+Group[ ]+(.*)/\1/g,Resource Group/
--regex-apiblueprint=/^##[ ]+(.*)[ ]+\[([^[:space:]]+)\]/\1 - \2/r,Resource/
--regex-apiblueprint=/^##[ ]+(.*)[ ]+\[([A-Z]+) (.*)\]/\1 - \2 \3/a,Action... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""
Created by howie.hu at 17-7-27.
""" | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Tactics & Strategy
Icon=applications-games-strategy
#TRANSLATIONS_DIR=translations
# Translations
Name[it]=Tattica e strategia
| {
"pile_set_name": "Github"
} |
second
| {
"pile_set_name": "Github"
} |
//
// Created by @krq_tiger on 13-6-28.
// Copyright (c) 2013 kariqu. All rights reserved.
//
// To change the template use AppCode | Preferences | File Templates.
//
#import <Foundation/Foundation.h>
@interface SettingBaseChildController : UIViewController {
NSString *_name;
}
@property(nonatomic, copy) void... | {
"pile_set_name": "Github"
} |
Copyright 2012 Red Hat, Inc. and/or its affiliates.
| {
"pile_set_name": "Github"
} |
package com.example.modern
class Token {
public static void main(String[] args) {
println SwitchOnStrings.result("foo")
}
}
| {
"pile_set_name": "Github"
} |
#-*-Makefile-*- vim:syntax=make
TARGET = shimmer
MSP_BSL ?= tos-bsl
MSP_BSL_FLAGS = --invert-test --invert-reset
ifdef CC2420_CHANNEL
PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
endif
$(call TOSMake_include_platform,shimmer)
$(call TOSMake_include_make_platform,msp)
shimmer: $(BUILD_DEPS)
@:
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2010 Martin Knafve / hMailServer.com.
// http://www.hmailserver.com
#pragma once
namespace HM
{
class TestConnect
{
public:
bool PerformTest(ConnectionSecurity connection_security, const String &localAddressStr, const String &server, int port, String &result);
};
}
| {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
set TZData(:Australia/Perth) {
{-9223372036854775808 27804 0 LMT}
{-2337925404 28800 0 WST}
{-1672559940 32400 1 WST}
{-1665385200 28800 0 WST}
{-883634400 32400 1 WST}
{-876121200 28800 0 WST}
{-860392800 32400 1 WST}
{-844671600 28800 0 WST}... | {
"pile_set_name": "Github"
} |
The direct utility estimation method in
Section <a class="sectionRef" title="" href="#">passive-rl-section</a> uses distinguished terminal
states to indicate the end of a trial. How could it be modified for
environments with discounted rewards and no terminal states?
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 SUSE Linux
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE.txt file for details.
*/
(function () {
'use strict';
angular.module('janusHangouts')
.controller('SigninController', SigninController);
function SigninController... | {
"pile_set_name": "Github"
} |
[egg_info]
tag_build = dev
tag_svn_revision = true
| {
"pile_set_name": "Github"
} |
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-Prototyped
PORTVERSION= 1.13
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Fast prototype-based OO programming in Perl
USES= perl5
USE_PERL5= configure
.include <bsd.por... | {
"pile_set_name": "Github"
} |
package hcl
import (
"unicode"
"unicode/utf8"
)
type lexModeValue byte
const (
lexModeUnknown lexModeValue = iota
lexModeHcl
lexModeJson
)
// lexMode returns whether we're going to be parsing in JSON
// mode or HCL mode.
func lexMode(v []byte) lexModeValue {
var (
r rune
w int
offset int
)
... | {
"pile_set_name": "Github"
} |
.. include:: ../../roles/consul-template/README.rst
| {
"pile_set_name": "Github"
} |
{
"domain": "xbox_live",
"name": "Xbox Live",
"documentation": "https://www.home-assistant.io/integrations/xbox_live",
"requirements": ["xboxapi==2.0.1"],
"codeowners": ["@MartinHjelmare"]
}
| {
"pile_set_name": "Github"
} |
// Copyright 2018 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 protoiface
type MessageV1 interface {
Reset()
String() string
ProtoMessage()
}
type ExtensionRangeV1 struct {
Start, End int32 // both inclusive
}... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.