text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_DEVTOOLS_PROTOCOL_DEVTOOLS_PROTOCOL_TEST_SUPPORT_H_
#define CONTENT_BROWSER_DEVTOOLS_PROTOCOL_DEVTOOLS_PROTOCOL_TEST_SUPPORT_H_
#... | {
"pile_set_name": "Github"
} |
// +build darwin freebsd linux openbsd solaris
/*
Copyright The containerd 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
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -eu -o pipefail
outdir=$PREFIX/share/$PKG_NAME-$PKG_VERSION-$PKG_BUILDNUM
mkdir -p $outdir
mkdir -p $PREFIX/bin
gzip -d mhap-$PKG_VERSION.jar.gz
cp mhap-$PKG_VERSION.jar $outdir/mhap.jar
cp $RECIPE_DIR/mhap.py $outdir/mhap
chmod +x $outdir/mhap
ln -s $outdir/mhap $PREFIX/bin/mhap
| {
"pile_set_name": "Github"
} |
package com.box.l10n.mojito.entity;
import com.fasterxml.jackson.annotation.JsonManagedReference;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ForeignKey;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax... | {
"pile_set_name": "Github"
} |
var expect = require("chai").expect;
module.exports = function(helpers) {
var counter = 0;
var widget = helpers.mount(require.resolve("./index"), {
counter: counter
});
expect(widget.el.querySelector(".unpreserved-counter").innerHTML).to.equal(
"0"
);
expect(
widget.el.querySelector(".preserv... | {
"pile_set_name": "Github"
} |
#!/bin/sh
. ../.env
exec mongod $COMMONDOPTS \
--shardsvr \
--replSet rs4 \
--port 40041
| {
"pile_set_name": "Github"
} |
/**
* Copyright (C) Mellanox Technologies Ltd. 2001-2012. ALL RIGHTS RESERVED.
*
* See file LICENSE for terms.
*/
#ifndef UCS_PREPROCESSOR_H
#define UCS_PREPROCESSOR_H
/* Convert token to string */
#define UCS_PP_QUOTE(x) # x
/* Paste two expanded tokens */
#define __UCS_TOKENPASTE_HELPER(x, y) ... | {
"pile_set_name": "Github"
} |
{
"name": "My LWC App",
"theme_color": "#2196f3",
"background_color": "#2196f3",
"display": "standalone",
"short_name": "LWC",
"Scope": "/",
"start_url": "/",
"icons": [
{
"src": "resources/icons/icon-16x16.png",
"sizes": "16x16",
"type": "imag... | {
"pile_set_name": "Github"
} |
fubar
while executing
"error fubar"
("WalkCall" body line 4)
invoked from within
"WalkCall $avar $nvar $name $node "enter" $script"
(procedure "::struct::tree::_walk" line 88)
invoked from within
"::struct::tree::_walk ::mytree root {a n} {
if {[string equal $n "b"]} {
lappend t .
error fub... | {
"pile_set_name": "Github"
} |
/*
* 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 General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | {
"pile_set_name": "Github"
} |
#include_next <AVFoundation/AVFoundation.h>
@interface AVFlashlight : NSObject
+ (BOOL)hasFlashlight;
@property(readonly, nonatomic) float flashlightLevel;
- (BOOL)setFlashlightLevel:(float)level withError:(NSError **)error;
- (void)turnPowerOff;
- (BOOL)turnPowerOnWithError:(NSError **)error;
@property(readonly, n... | {
"pile_set_name": "Github"
} |
API Index
=========
* PAGI
* PAGI\Application
* [PAGIApplication](PAGI-Application-PAGIApplication.md)
* PAGI\CallerId
* [ICallerId](PAGI-CallerId-ICallerId.md)
* PAGI\CallerId\Impl
* [CallerIdFacade](PAGI-CallerId-Impl-CallerIdFacade.md)
* PAGI\CallSpool
* [Call... | {
"pile_set_name": "Github"
} |
using System.Threading.Tasks;
using Microsoft.AspNetCore.Routing;
using OrchardCore.ContentManagement;
using OrchardCore.ContentManagement.Handlers;
using OrchardCore.ContentManagement.Routing;
namespace OrchardCore.Autoroute.Handlers
{
public class AutorouteContentHandler : ContentHandlerBase
{
privat... | {
"pile_set_name": "Github"
} |
#include <bvxm/grid/bvxm_voxel_slab_iterator.hxx>
#include <bsta/bsta_attributes.h>
#include <bsta/bsta_von_mises.h>
#include <bsta/io/bsta_io_von_mises.h>
#include <bsta/io/bsta_io_attributes.h>
typedef bsta_vsum_num_obs<bsta_von_mises<double, 3> > dir_dist_type;
BVXM_VOXEL_SLAB_ITERATOR_INSTANTIATE(dir_dist_type);
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C)2005-2019 Haxe Foundation
*
* 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"
} |
{{extend 'layout.html'}}
<h2>{{=T( request.args(0).replace('_',' ').capitalize() )}}</h2>
<div id="web2py_user_form">
{{=form}}
{{if request.args(0)=='login':}}
{{if not 'register' in auth.settings.actions_disabled:}}
<br/>
<a href="{{=URL(args='register')}}">{{=T('Register')}}</a>
{{pass}}
{{if not 'requ... | {
"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"
} |
-- Copyright (C) 2001 Bill Billowitch.
-- Some of the work to develop this test suite was done with Air Force
-- support. The Air Force and Bill Billowitch assume no
-- responsibilities for this software.
-- This file is part of VESTs (Vhdl tESTs).
-- VESTs is free software; you can redistribute it and/or modify i... | {
"pile_set_name": "Github"
} |
# bug 282 accept title for ask_open/save_file/folder
# we don't care about the answer just that the dialogs have
# the proper title
Shoes.app do
stack do
para "Open dialogs"
flow do
button "Open file w/o" do
ask_open_file
end
button "Open file with" do
ask_open_file title: ... | {
"pile_set_name": "Github"
} |
{
"action": {
"hacking": {
"variety": [
"Unknown"
],
"vector": [
"Web application"
]
},
"malware": {
"variety": [
"Capture app data"
],
"vector": [
"Direct install"
]
}
},
"actor": {
"external": {
"country": ... | {
"pile_set_name": "Github"
} |
/*
* Voicesmith <http://voicesmith.jurihock.de/>
*
* Copyright (c) 2011-2014 Juergen Hock
*
* 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... | {
"pile_set_name": "Github"
} |
@use "../_colors";
@use "../_cards";
@use "../cards/_size";
#loading {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
font-size: 5em;
}
#spectate {
--card-aspect-ratio: #{size.$card-... | {
"pile_set_name": "Github"
} |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.Networking.Vpn
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class VpnCustomPromptTextInput ... | {
"pile_set_name": "Github"
} |
---
title: WmiForward rule (wdm)
description: The WmiForward rule specifies that the driver must forward WMI minor IRPs when forwarding is required.
ms.assetid: c62f37d2-ebd5-4705-9590-d1bf17137802
ms.date: 05/21/2018
keywords: ["WmiForward rule (wdm)"]
topic_type:
- apiref
api_name:
- WmiForward
api_type:
- NA
ms.loca... | {
"pile_set_name": "Github"
} |
options:
parameters:
author: ''
category: Custom
cmake_opt: ''
comment: ''
copyright: ''
description: ''
gen_cmake: 'On'
gen_linking: dynamic
generate_options: qt_gui
hier_block_src_path: '.:'
id: tx_stage4
max_nouts: '0'
output_language: python
placement: (0,0)... | {
"pile_set_name": "Github"
} |
"use strict";
const cassandra = require('cassandra-driver');
const client = new cassandra.Client({ contactPoints: ['127.0.0.1'], localDataCenter: 'dc1' });
client.connect()
.then(function () {
console.log('Connected to cluster with %d host(s): %j', client.hosts.length);
client.hosts.forEach(function (host) {... | {
"pile_set_name": "Github"
} |
//
// HtmlLinkTest.cs - unit tests for System.Web.UI.HtmlControls.HtmlLink
//
// Author:
// Chris Toshok <toshok@ximian.com>
//
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation fi... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2016 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"
} |
.class public Lcom/lifx/app/effects/Pulse;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a(Lcom/lifx/core/Client;Lcom/lifx/core/entity/Light;JFF)Lcom/lifx/lifx/effects/LightState;
.locals 16
.prologue
.line 47
invoke-virtual/range {p1 .. p1}, Lcom/lifx/core/ent... | {
"pile_set_name": "Github"
} |
<%# todo extract "sidebar" and call it with @content, then also do the same in documents/components/smart_sidebar %>
<% serialized_entity = ContentSerializer.new(content) %>
<ul id="quick-reference-<%= content.class.name %>-<%= content.id %>" class="sidenav quick-reference-sidenav">
<li>
<div class="user-view">
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2000-2004
// Utrecht University (The Netherlands),
// ETH Zurich (Switzerland),
// INRIA Sophia-Antipolis (France),
// Max-Planck-Institute Saarbruecken (Germany),
// and Tel-Aviv University (Israel). All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/o... | {
"pile_set_name": "Github"
} |
node-asn1 is a library for encoding and decoding ASN.1 datatypes in pure JS.
Currently BER encoding is supported; at some point I'll likely have to do DER.
## Usage
Mostly, if you're *actually* needing to read and write ASN.1, you probably don't
need this readme to explain what and why. If you have no idea what ASN.... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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 amd64,darwin
package unix
import (
"syscall"
)
//sys ptrace(request int, pid int, addr uintptr, data uintptr) (err error)
func setTimespec(sec,... | {
"pile_set_name": "Github"
} |
/* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* 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.o... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009-2010, Martin Rosekeit
* Copyright (c) 2009-2011, Fabian Greif
* Copyright (c) 2012-2013, 2018, Niklas Hauser
*
* This file is part of the modm project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with... | {
"pile_set_name": "Github"
} |
// +build go1.8
/*
*
* Copyright 2017 gRPC 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 applic... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 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"
} |
/// <reference path="template.ts" />
/// <reference path="jquery.d.ts" />
// WARNING: Do not edit the *.js version of this file. Instead, always edit the
// corresponding *.ts source in the ts subfolder, and then invoke the
// compileTypescript.sh bash script to generate new *.js and *.js.map files.
module workbench ... | {
"pile_set_name": "Github"
} |
class profile::toolforge::elasticsearch::keepalived(
Elasticsearch::InstanceParams $elastic_settings = lookup('profile::elasticsearch::common_settings'),
Integer $host_priority = lookup('profile::toolforge::elasticsearch::keepalived::host_priority'),
Stdlib::IP::Address $vip = lookup('profile::toolforge::el... | {
"pile_set_name": "Github"
} |
<?php
class BankAccount
{
protected $balance = 0;
public function getBalance()
{
return $this->balance;
}
protected function setBalance($balance)
{
if ($balance >= 0) {
$this->balance = $balance;
} else {
throw new RuntimeException;
}
... | {
"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"
} |
/**
* 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 m... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e38d175bd59e6a8498a73bc100c4c4ce
timeCreated: 1480605841
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName: 20170219
assetBundleVariant: 0201
| {
"pile_set_name": "Github"
} |
#include <signal.h>
#include <unistd.h>
int raise(int sig) {
return kill(getpid(), sig);
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Intents/NSObject-Protocol.h>
@class NSArray, _INPBDataString, _INPBImageValue;
@protocol _INPBShortcutOverview <NSObject>
+ ... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... | {
"pile_set_name": "Github"
} |
GIMP Gradient
Name: Custom
2
0 0.26039777684111548 0.52079555368222941 0 0 0 1 0.022415173491766974 0.00034873996086867313 0.10440560888171176 1 0 0 1 0
0.52079555368222941 0.76039777684111642 1 0.022415173491766974 0.00034873996086867313 0.10440560888171176 1 1 1 1 1 0 0 0 3
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:33 PDT 2013 -->
<title>org.codehaus.jackson.smile Class Hierarchy (Jackson JSON Processor)</title>
<meta nam... | {
"pile_set_name": "Github"
} |
const root = require('../../../');
const breadthFirstSearch = root.Graph.breadthFirstSearch;
const Graph = root.DataStructures.Graph;
const assert = require('assert');
describe('Breadth-First Search', () => {
let graph;
before(() => {
graph = new Graph();
graph.addEdge(1, 2);
graph.addEdge(1, 5);
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2000 Lars Knoll (knoll@kde.org)
* (C) 2000 Antti Koivisto (koivisto@kde.org)
* (C) 2000 Dirk Mueller (mueller@kde.org)
* Copyright (C) 2003-2017 Apple Inc. All rights reserved.
* Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com)
*
* This library is free software; y... | {
"pile_set_name": "Github"
} |
[[error-file-path]]
=== JVM fatal error logs
By default, Elasticsearch configures the JVM to write fatal error logs
to the default logging directory (this is `/var/log/elasticsearch` for
the <<rpm,RPM>> and <<deb,Debian>> package distributions, and the `logs`
directory under the root of the Elasticsearch installation ... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Xorm 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 builder
import "fmt"
type expr struct {
sql string
args []interface{}
}
var _ Cond = expr{}
// Expr generate customerize SQL
func Expr(sql stri... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
<meta charset="utf-8">
<title>CSS Grid Reference: stretching overflow!=visible items</title>
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.or... | {
"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 <Cocoa/NSObject.h>
@class NSDate, NSMutableArray, NSString;
@interface PhotoStreamImportBatch : NSObject
{
NSString *impo... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Raven.Client.Documents;
using Raven.Client.Documents.Conventions;
using Raven.Client.Documents.Operations.Revisions;
using Raven.Client.Documents.Session;
u... | {
"pile_set_name": "Github"
} |
/*
---------------------------------------------------------------------------------------
This source file is part of SWG:ANH (Star Wars Galaxies - A New Hope - Server Emulator)
For more information, visit http://www.swganh.com
Copyright (c) 2006 - 2010 The SWG:ANH Team
----------------------------------------------... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 109a693a92761914f8bf113efc9138d3
timeCreated: 1532053582
licenseType: Free
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 15600000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'is', {
button: {
title: 'Eigindi hnapps',
text: 'Texti',
type: 'Gerð',
typeBtn: 'Hnappur',
typeSbm: 'Staðfesta',
typeRst: 'Hrei... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
require File.dirname(__FILE__) + "/stream_progress_methods.rb"
module Parsers
def parse_status(input)
base_dir = path
file_statuses = {}
parse_status_hash(input).each do |file, status|
file_statuses[expand_path_preserving_trailing_slash(file, base_dir)] = status
end
sort... | {
"pile_set_name": "Github"
} |
/*
Copyright The Helm 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, software
di... | {
"pile_set_name": "Github"
} |
<template>
<mark-display
keyboard-ctrl
url-hash-ctrl
auto-font-size
auto-blank-target
base-url="https://github.com/"
support-preview
:src="welcome"
@title="setTitle"
ref="display"
></mark-display>
</template>
<script>
import Hammer from "hammerjs";
// import MarkDisplay from "vu... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "cbase.h"
#include "simple_physics.h"
#include "mathlib/vmatrix.h"
#include "beamdraw.h"
// memdbgon must be the l... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// transmogrify.hpp
//
// Copyright 2008 Eric Niebler. 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_XPRESSIVE_DETA... | {
"pile_set_name": "Github"
} |
#!/bin/bash
cp ../common/* .
bash run_test.sh distributed $1
| {
"pile_set_name": "Github"
} |
/**
* Blood theme for reveal.js
* Author: Walther http://github.com/Walther
*
* Designed to be used with highlight.js theme
* "monokai_sublime.css" available from
* https://github.com/isagalaev/highlight.js/
*
* For other themes, change $codeBackground accordingly.
*
*/
// Default mixins and settings ------... | {
"pile_set_name": "Github"
} |
// @flow
import React from 'react';
import {render} from 'enzyme';
import SmartContentItem from '../SmartContentItem';
test('Render item with only title', () => {
const item = {title: 'Only title'};
expect(render(<SmartContentItem item={item} />)).toMatchSnapshot();
});
test('Render item with title and draft ... | {
"pile_set_name": "Github"
} |
@import "subs.css";
@import "print-main.css" print;
@media print {
body {
font-size: 10pt
}
nav {
color: blue;
}
}
h1 {
color: red;
}
| {
"pile_set_name": "Github"
} |
package rocks.inspectit.agent.java.sensor.method.jdbc;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import rocks.inspectit.agent.java.core.IPlatformManager;
import rocks.inspectit.agent.java.hooking.IHook;
import rocks.inspectit.agent.java.sensor.method.AbstractMethodSensor;
i... | {
"pile_set_name": "Github"
} |
module.exports = function ({ $incremental, $lookup }) {
return {
object: function () {
return function () {
return function ($buffer, $start, $end) {
let $_, $i = [], $slice = null
let object = {
value: null,
... | {
"pile_set_name": "Github"
} |
1
00:00:46,285 --> 00:00:50,289
(目覚まし時計の音)
2
00:00:50,289 --> 00:00:52,289
(実里)えっ?
3
00:01:02,301 --> 00:01:04,303
(女の子)
お母さん お買い物 お買い物。
4
00:01:04,303 --> 00:01:08,303
(女性)うん 分かった。
危ないから座ってようね。
5
00:01:15,314 --> 00:01:17,316
おはようございます。 今日も鍵…。
(女性)おはようございます。
6
00:01:17,316 --> 00:01:19,316
お願いします。
いってらっしゃい。
7
0... | {
"pile_set_name": "Github"
} |
{
"name": "@aurelia-ux/textarea",
"version": "0.25.0",
"description": "Textarea component for Aurelia UX",
"keywords": [
"aurelia",
"styles",
"components",
"ux",
"textarea"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/aurelia/ux/issues"
},
"license":... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2014-2014
//
// 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)
//
// See http://w... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using SmartStore.Core.Logging;
namespace SmartStore.Web.Framework.Filters
{
public class NotifyAttribute : FilterAttribute, IResultFilter
{
public const string NotificationsKey = "sm.notifications.all";
... | {
"pile_set_name": "Github"
} |
//
// BaiDuWeatherModel.m
// BSEM
//
// Created by 逸信Mac on 16/3/9.
// Copyright © 2016年 逸信Mac. All rights reserved.
//
#import "BaiDuWeatherModel.h"
@implementation BaiDuWeatherModel
@end
| {
"pile_set_name": "Github"
} |
/*!
* # Semantic UI - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'checkbox';
@import (multiple) '../..... | {
"pile_set_name": "Github"
} |
t631.scala:1: error: `implicit' modifier cannot be used for top-level objects
implicit object Test {
^
one error found
| {
"pile_set_name": "Github"
} |
import numpy as np
import tensorflow as tf
from yadlt.models.linear import logistic_regression
from yadlt.utils import datasets, utilities
# #################### #
# Flags definition #
# #################### #
flags = tf.app.flags
FLAGS = flags.FLAGS
# Global configuration
flags.DEFINE_string('dataset', 'mnist',... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// KBot project.
//
// module: kbotinc.h
// $Revision: 35 $
// $Date: 2012-08-23 16:20:51 +0400 (Чт, 23 авг 2012) $
// description:
// Project common structures and definitions.
#define ... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2006-2018 Nuxeo (http://nuxeo.com/) and others.
*
* 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 requi... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 2013 Minoca Corp.
This file is licensed under the terms of the GNU General Public License
version 3. Alternative licensing terms are available. Contact
info@minocacorp.com for details. See the LICENSE file at the root of this
project for complete licensing information.
Module Name:... | {
"pile_set_name": "Github"
} |
package com.cloudrail.unifiedsocialinteraction;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
impo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:acr="clr-namespace:Acr.XamForms.SignaturePad;assembly=Acr.XamForms.SignaturePad"
x:Class="Samples.Views.SignatureXamlVie... | {
"pile_set_name": "Github"
} |
/*
* Sonatype Nexus (TM) Open Source Version
* Copyright (c) 2008-present Sonatype, Inc.
* All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions.
*
* This program and the accompanying materials are made available under the terms of the Eclipse Public... | {
"pile_set_name": "Github"
} |
import views from 'koa-views';
export default views(
`${__ROOT__}/src/server/infrastructure/templates`,
{ map: { html: 'ejs' }, extension: 'ejs' },
);
| {
"pile_set_name": "Github"
} |
# @expo-google-fonts/bubbler-one



 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/license... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CMSIS-DSP: ARMCM0 D... | {
"pile_set_name": "Github"
} |
var fs = require('fs');
var crypto = require('crypto');
function _get_file_md5(path) {
return new Promise(function (resolve, reject) {
var md5sum = crypto.createHash('md5');
var stream = fs.createReadStream(path);
stream.on('data', function(chunk) {
md5sum.update(chunk);
... | {
"pile_set_name": "Github"
} |
.text
.global main
main:
li $t0, -15254
sra $t0, $t0, 20
break
| {
"pile_set_name": "Github"
} |
package info.ephyra.questionanalysis;
import info.ephyra.nlp.NETagger;
import info.ephyra.nlp.OpenNLP;
import info.ephyra.nlp.VerbFormConverter;
import info.ephyra.nlp.semantics.ontologies.WordNet;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javatools.PlingStemmer;
/**
* Thi... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012, 2017-2018 The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed i... | {
"pile_set_name": "Github"
} |
/* uncompr.c -- decompress a memory buffer
* Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
/* ===============================================================... | {
"pile_set_name": "Github"
} |
package javax.annotation.meta;
/**
* Used to describe the relationship between a qualifier T and the set of values
* S possible on an annotated element.
*
* In particular, an issues should be reported if an ALWAYS or MAYBE value is
* used where a NEVER value is required, or if a NEVER or MAYBE value is used
* w... | {
"pile_set_name": "Github"
} |
"DOTAAbilities"
{
//=================================================================================================================
// Recipe: Dagon
//=================================================================================================================
"item_recipe_dagon"
{
// General
//... | {
"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"); y... | {
"pile_set_name": "Github"
} |
using Microsoft.AspNetCore.Mvc;
using NLayerApp.Application.MainBoundedContext.BankingModule.Services;
using NLayerApp.Application.MainBoundedContext.DTO;
using System;
using System.Collections.Generic;
// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=39786... | {
"pile_set_name": "Github"
} |
; RUN: clspv-opt -ReplaceOpenCLBuiltin %s -o %t.ll
; RUN: FileCheck %s < %t.ll
target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024"
target triple = "spir-unknown-unknown"
; CHECK: [[conv:%[a-zA-Z0-9_.]+]] = fptrunc float %x to half
; CHECK: ret half [[conv]... | {
"pile_set_name": "Github"
} |
<snippet>
<content><![CDATA[
React.createElement('$1', $2, $3)$0
]]>
</content>
<tabTrigger>rc</tabTrigger>
<scope>source.js</scope>
<description>React.createElement()</description>
</snippet>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<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:background="@color/colorPrimary"
style="@style/transparent_s... | {
"pile_set_name": "Github"
} |
<template>
<div class="dndList">
<div :style="{width:width1}" class="dndList-list">
<h3>{{ list1Title }}</h3>
<draggable :list="list1" :options="{group:'article'}" class="dragArea">
<div v-for="element in list1" :key="element.id" class="list-complete-item">
<div class="list-complete-... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.