text
stringlengths
2
99.9k
meta
dict
#!/usr/bin/env perl if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); die; } # DESCRIPTION: Verilator: Verilog Test driver/expect definition # # Copyright 2011 by Wilson Snyder. This program is free software; you # can redistribute it and/or modify it under the terms of either the GNU # Less...
{ "pile_set_name": "Github" }
unit wmSOAPRESTU; interface uses System.SysUtils, System.Classes, Web.HTTPApp, Soap.InvokeRegistry, Soap.WSDLIntf, System.TypInfo, Soap.WebServExp, Soap.WSDLBind, Xml.XMLSchema, Soap.WSDLPub, Soap.SOAPPasInv, Soap.SOAPHTTPPasInv, Soap.SOAPHTTPDisp, Soap.WebBrokerSOAP, MVCFramework, MVCFramework.Commons; type ...
{ "pile_set_name": "Github" }
namespace Catel.Tests.Data { using System.Collections.ObjectModel; using Catel.Data; /// <summary> /// ObjectWithDefaultValues Data object class which fully supports serialization, property changed notifications, /// backwards compatibility and error checking. /// </summary> public cla...
{ "pile_set_name": "Github" }
// Copyright 2015 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" }
Sphinx==1.8.3 \ --hash=sha256:429e3172466df289f0f742471d7e30ba3ee11f3b5aecd9a840480d03f14bcfe5 \ --hash=sha256:c4cb17ba44acffae3d3209646b6baec1e215cad3065e852c68cc569d4df1b9f8 recommonmark==0.5.0 \ --hash=sha256:c85228b9b7aea7157662520e74b4e8791c5eacd375332ec68381b52bf10165be \ --hash=sha256:a520b8d2507...
{ "pile_set_name": "Github" }
#!SHELLPATH cp /system/kernel/KERNELTOBOOT/kernel.desc DEVICEWORKDIR/kernel rm DEVICEWORKDIR/runscript && rm DEVICEWORKDIR/sysrun && /system/bin/reboot
{ "pile_set_name": "Github" }
// This script provides functions to generate coloured output. const chalk = require('chalk') module.exports = { error: function (message) { console.error(chalk.bold.red(message)) }, warn: function (message) { console.warn(chalk.yellow(message)) }, info: function (message) { console.log(chalk.keyword('cornflowe...
{ "pile_set_name": "Github" }
# Copyright (c) 2017, Intel Corporation # # 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, publish, ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007 Mellanox Technologies. 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 sou...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:/Users/jarrodparkes/Desktop/Guard.playground"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1996-2003 * Sleepycat Software. All rights reserved. */ #include "db_config.h" #ifndef lint static const char revid[] = "$Id: hash_stub.c,v 1.4 2003/07/01 19:47:14 bostic Exp $"; #endif /* not lint */ #ifndef NO_SYSTEM_INCLUDES #includ...
{ "pile_set_name": "Github" }
--- layout: global title: Under File Storage Extension API nickname: UFS Extension API group: Storage Integrations priority: 101 --- This page is intended for developers of under storage extensions. Please look at [managing extensions]({{ '/en/ufs/Ufs-Extensions.html' | relativize_url }}) for a guide to using existing...
{ "pile_set_name": "Github" }
## @file # Instance of PCI Express Library using the 256 MB PCI Express MMIO window. # # PCI Express Library that uses the 256 MB PCI Express MMIO window to perform # PCI Configuration cycles. Layers on top of an I/O Library instance. # # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved. # Porti...
{ "pile_set_name": "Github" }
package internal // MainPath stores the file path of the main package. On App Engine Standard // using Go version 1.9 and below, this will be unset. On App Engine Flex and // App Engine Standard second-gen (Go 1.11 and above), this will be the // filepath to package main. var MainPath string
{ "pile_set_name": "Github" }
# frozen_string_literal: true RSpec.shared_examples 'reportable note' do |type| include MobileHelpers include NotesHelper let(:comment) { find("##{ActionView::RecordIdentifier.dom_id(note)}") } let(:more_actions_selector) { '.more-actions.dropdown' } let(:abuse_report_path) { new_abuse_report_path(user_id: ...
{ "pile_set_name": "Github" }
/** * @author: Dennis Hernández * @webSite: http://djhvscf.github.io/Blog * @version: v1.0.0 * * @update zhixin wen <wenzhixin2010@gmail.com> */ !function ($) { 'use strict'; $.extend($.fn.bootstrapTable.defaults, { keyEvents: false }); var BootstrapTable = $.fn.bootstrapTable.Construc...
{ "pile_set_name": "Github" }
use std::error::Error; use futures::StreamExt; use heim_disk as disk; #[heim_derive::test] async fn smoke_partitions() -> Result<(), Box<dyn Error>> { let partitions = disk::partitions().await?; futures::pin_mut!(partitions); while let Some(part) = partitions.next().await { let part = part?; ...
{ "pile_set_name": "Github" }
package testutil import ( "net" testing "github.com/mitchellh/go-testing-interface" "github.com/stretchr/testify/require" ) // RequireDeadlineErr requires that an error be caused by a net.Conn's deadline // being reached (after being set by conn.Set{Read,Write}Deadline or // SetDeadline). func RequireDeadlineErr(...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.SwipeRefreshLayout android:id="@id/swipe_refresh" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.v7.widget.RecyclerView an...
{ "pile_set_name": "Github" }
0
{ "pile_set_name": "Github" }
var isMergeable = require('./is-mergeable'); var sortSelectors = require('../level-1/sort-selectors'); var tidyRules = require('../level-1/tidy-rules'); var OptimizationLevel = require('../../options/optimization-level').OptimizationLevel; var serializeBody = require('../../writer/one-time').body; var serializeRules...
{ "pile_set_name": "Github" }
/* * QNX6 file system, Linux implementation. * * Version : 1.0.0 * * History : * * 01-02-2012 by Kai Bankett (chaosman@ontika.net) : first release. * 16-02-2012 page map extension by Al Viro * */ #include <linux/fs.h> #include <linux/pagemap.h> typedef __u16 __bitwise __fs16; typedef __u32 __bitwise __fs32;...
{ "pile_set_name": "Github" }
/*global ODSA */ // Written by Jun Yang and Cliff Shaffer // Linked list deletion $(document).ready(function() { "use strict"; var av_name = "llistRemoveCON"; // Load the config object with interpreter and code created by odsaUtils.js var config = ODSA.UTILS.loadConfig({av_name: av_name}), interpret = con...
{ "pile_set_name": "Github" }
div.sheet-tabs { margin-bottom: 2%; grid-template-columns: 1fr 10%; div.sheet-type, div.sheet-settings { padding: 2% 1%; } div.sheet-type { grid-template-columns: repeat(4, 1fr); } div.sheet-col { @extend %gridRowCol; } label { display: grid; } input { grid-column: 1; height:...
{ "pile_set_name": "Github" }
// // WKDiscovery.m // WiimoteKit // // Created by Jean-Daniel Dupas on 12/01/08. // Copyright 2008 Shadow Lab. All rights reserved. // #import <WiimoteKit/WKDiscovery.h> #import "WKBase.h" #import <WiimoteKit/WKTypes.h> #import <IOBluetooth/objc/IOBluetoothDevice.h> #import <IOBluetooth/objc/IOBluetoothDeviceIn...
{ "pile_set_name": "Github" }
// Copyright (c) 2018 WSO2 Inc. (http://www.wso2.org) All Rights Reserved. // // WSO2 Inc. licenses this file to you 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/licens...
{ "pile_set_name": "Github" }
// Copyright (c) 2017 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
// Generated by grunt-webfont // Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css @font-face { font-family:"summernote"; src:url("./font/summernote.eot?dbafe969167589eda84514394d126413"); src:url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("....
{ "pile_set_name": "Github" }
/* * Copyright (c) 1995, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
package rpc import ( "bytes" "encoding/binary" "encoding/json" "fmt" "github.com/golang/glog" "github.com/oikomi/FishChatServer2/common/ecode" commmodel "github.com/oikomi/FishChatServer2/common/model" "github.com/oikomi/FishChatServer2/protocol/rpc" "github.com/oikomi/FishChatServer2/server/manager/conf" "g...
{ "pile_set_name": "Github" }
include/master-slave.inc Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for S...
{ "pile_set_name": "Github" }
class ManagingUser < User has_one :team, class_name: 'ManagedTeam', foreign_key: :manager, primary_key: :email, inverse_of: :user has_many :teams, class_name: 'ManagedTeam', foreign_key: :manager, primary_key: :email, inverse_of: :user def team_id=(id) self.team = ManagedTeam.find_by_id(id) end end
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; namespace Ink.Parsed { public class Divert : Parsed.Object { public Parsed.Path target { get; protected set; } public Parsed.Object targetContent { get; protected set; } public List<Expression> arguments { get; protected set; } public Runtime....
{ "pile_set_name": "Github" }
# This file is part of DmpBbo, a set of libraries and programs for the # black-box optimization of dynamical movement primitives. # Copyright (C) 2014 Freek Stulp, ENSTA-ParisTech # # DmpBbo is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as publis...
{ "pile_set_name": "Github" }
package com.demo.top; import com.demo.domain.TopProductEntity; import org.apache.flink.api.common.state.ListState; import org.apache.flink.api.common.state.ListStateDescriptor; import org.apache.flink.api.java.tuple.Tuple; import org.apache.flink.configuration.Configuration; import org.apache.flink.streaming.api.funct...
{ "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" }
[CustomMessages] pt_br.IDP_FormCaption =Baixando arquivos pt_br.IDP_FormDescription =Por favor aguarde, enquanto recebe arquivos adicionais... pt_br.IDP_TotalProgress =Progresso total pt_br.IDP_CurrentFile =Arquivo atual pt_br.IDP_File =Arquivo: pt_br.IDP_Speed ...
{ "pile_set_name": "Github" }
15.2. 何时用 SSE ==== 如上所述,SSE 是一种技术,允许客户订阅服务器上产生的事件通知。服务器生成新的事件和将这些事件发送回订阅的客户端来接收通知。换句话说,SSE 为单向发布-订阅模式提供了一个解决方案。 一个很好的应用场景是,SSE 可以用于简单的 RESTful 服务的消息交换。客户端发送新消息到服务器,并从其他客户端订阅接收消息。我们称这种资源为 messages(信息)。在发布新消息到这个资源是一个典型的客户端与之messages 资源之间的 HTTP 请求-响应交互,订阅接收所有新的消息通知这会很男,并且对于与一系列标准的请求-响应消息交换的模型是不切实际的。使用 SSE 服务器发送的事件提供了一个更...
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class UidValidator(_plotly_utils.basevalidators.StringValidator): def __init__(self, plotly_name="uid", parent_name="scattermapbox", **kwargs): super(UidValidator, self).__init__( plotly_name=plotly_name, parent_name=parent_name, edit...
{ "pile_set_name": "Github" }
import * as H from "history"; export interface IProps { history: H.History; }
{ "pile_set_name": "Github" }
# Navigation bar links and tooltips navbar_overview=Vista general navbar_overview_tooltip=Resum general de membres de l'espai navbar_status=Estat de la matr\u00edcula navbar_status_tooltip=Mostra els membres de l'espai organitzats per l'estat de les matr\u00edcules navbar_permissions=Autoritzacions navbar_permissions_t...
{ "pile_set_name": "Github" }
#include <stdlib.h> #include <string.h> // The issue here is the same one in memcmptest -- 'strchr' and 'index' are // aliases, as are 'strrchr' and 'rindex'. In each case, the shorter name // gets preferred, ie. 'index' and 'rindex'. int main(int argc, char* argv[]) { char *s, *a __attribute__((unused)), *b __at...
{ "pile_set_name": "Github" }
/*===========================================================================* * * * smtsock.c - TCP/IP Socket agent * * * * ...
{ "pile_set_name": "Github" }
'use strict'; const Binary = require('./binary') const Docker = require('./docker') const Node = require('./node') const Python = require('./python') const Swift = require('./swift') const Php = require('./php') const Sequence = require('./sequence') const Java = require('./java') const Ruby = require('./ruby') class...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* Copyright (c) 2018 Intel Corporation */ #include "igc_mac.h" #include "igc_nvm.h" /** * igc_poll_eerd_eewr_done - Poll for EEPROM read/write completion * @hw: pointer to the HW structure * @ee_reg: EEPROM flag for polling * * Polls the EEPROM status bit for either read or ...
{ "pile_set_name": "Github" }
require 'spec_helper' module RubyEventStore RSpec.describe SerializedRecord do let(:event_id) { "event_id" } let(:data) { "data" } let(:metadata) { "metadata" } let(:event_type) { "event_type" } let(:timestamp) { "2019-10-03T22:25:22Z" } let(:time) { Time.utc(2019, 10, 03, 2...
{ "pile_set_name": "Github" }
<?php namespace App\Models\Blogs; use App\Models\BaseModel; use App\Models\Blogs\Traits\Attribute\BlogAttribute; use App\Models\Blogs\Traits\Relationship\BlogRelationship; use App\Models\ModelTrait; use Illuminate\Database\Eloquent\SoftDeletes; class Blog extends BaseModel { use ModelTrait, SoftDeletes, ...
{ "pile_set_name": "Github" }
// // UIImageViewModeScaleAspect.swift // UIImageViewModeScaleAspect // // Created by Vivien Cormier on 06/07/16. // Copyright © 2016 Vivien Cormier. All rights reserved. // import UIKit @IBDesignable open class UIImageViewModeScaleAspect: UIView { public enum ScaleAspect { case fit case ...
{ "pile_set_name": "Github" }
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier; class VerifyCsrfToken extends BaseVerifier { /** * The URIs that should be excluded from CSRF verification. * * @var array */ protected $except = [ // ]; }
{ "pile_set_name": "Github" }
<testcase> # # For this test the server rejects the EPRT command, # code in lib591 makes use of curl_multi_timeout() # and server does not establish data connection. # <info> <keywords> FTP PORT STOR multi EPRT refused NODATACONN425 </keywords> </info> # Server-side <reply> <data> </data> <servercmd> NODATACONN425 REP...
{ "pile_set_name": "Github" }
THD - Technische Hochschule Deggendorf
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Pla...
{ "pile_set_name": "Github" }
// { dg-options "-std=c++0x" } // { dg-require-cstdint "" } // // 2010-10-13 Paolo Carlini <paolo.carlini@oracle.com> // // Copyright (C) 2010-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the /...
{ "pile_set_name": "Github" }
#Tootle Stats #Clusters: 25 #CacheIn/Out: 0.949x (0.934/0.985) #OverdrawIn/Out: 2.654x (0.133/0.050) #OverdrawMaxIn/Out: 1.387x (0.312/0.225) v 5.5 0.00122285 -5.99883 v 5.43157 0.651272 -6.21694 v 5.5 1.33553 -5.84915 v 5.5 -1.33736 -5.84915 v 5.43157 -0.653103 -6.21694 v 5.25196 -0.674486 -6.39656 v 5.25196 0.672655 ...
{ "pile_set_name": "Github" }
// // System.Web.HttpCacheability.cs // // Author: // Bob Smith <bob@thestuff.net> // // (C) Bob Smith // // // 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, includi...
{ "pile_set_name": "Github" }
# -*- coding: ascii -*- # # Util/Counter.py : Fast counter for use with CTR-mode ciphers # # Written in 2008 by Dwayne C. Litzenberger <dlitz@dlitz.net> # # =================================================================== # The contents of this file are dedicated to the public domain. To # the extent that ...
{ "pile_set_name": "Github" }
[ { "date": "2025-01-01 00:00:00", "start": "2024-12-31T22:00:00.000Z", "end": "2025-01-01T22:00:00.000Z", "name": "New Year's Day", "type": "public", "rule": "01-01", "_weekday": "Wed" }, { "date": "2025-01-09 00:00:00", "start": "2025-01-08T22:00:00.000Z", "end": "2025-01...
{ "pile_set_name": "Github" }
\documentclass{article} %DIF LATEXDIFF DIFFERENCE FILE %DIF DEL circonflex-old.tex Thu Jun 12 00:01:26 2014 %DIF ADD circonflex-new.tex Thu Jun 12 00:01:26 2014 %DIF PREAMBLE EXTENSION ADDED BY LATEXDIFF %DIF UNDERLINE PREAMBLE %DIF PREAMBLE \RequirePackage[normalem]{ulem} %DIF PREAMBLE \RequirePackage{color}\defin...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996, 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2016 Hippo Seven ~ ~ 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" }
// Copyright (c) 2015 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. /** * @extends {WebInspector.Object} * @constructor */ WebInspector.SharedSidebarModel = function() { WebInspector.Object.call(this); this....
{ "pile_set_name": "Github" }
/* * Autopsy Forensic Browser * * Copyright 2011-2018 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> org * * 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...
{ "pile_set_name": "Github" }
/// Find missing clk_puts. /// //# This only signals a missing clk_put when there is a clk_put later //# in the same function. //# False positives can be due to loops. // // Confidence: Moderate // Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2. // Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2. // URL: ht...
{ "pile_set_name": "Github" }
// is_evenly_divisible_by.hpp --------------------------------------------------------------// // Copyright 2009-2010 Vicente J. Botet Escriba // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_CHRONO_DETAIL_NO_WARNING_SIGNED_UNSIGNED_CMP_HPP ...
{ "pile_set_name": "Github" }
{ "Novus G8": { "type": "tablet", "properties": { "Device_Name": "G8", "Device_Code_Name": "G8", "Device_Maker": "Novus", "Device_Pointing_Method": "touchscreen", "Device_Brand_Name": "Novus" }, "standard": true }, "Novus 7.85": { "type": "tablet", "properties...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> <device id...
{ "pile_set_name": "Github" }
## # This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild # # Copyright:: Copyright 2012-2013 The Cyprus Institute # Authors:: Andreas Panteli <a.panteli@cyi.ac.cy>, Thekla Loizou <t.loizou@cyi.ac.cy>, # George Tsouloupas <g.tsouloupas@cyi.ac.cy> # License:: MIT/GPL # ## eas...
{ "pile_set_name": "Github" }
/* __ *\ ** ________ ___ / / ___ Scala API ** ** / __/ __// _ | / / / _ | (c) 2002-2013, LAMP/EPFL ** ** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** ** /____/\___/_/ |_/...
{ "pile_set_name": "Github" }
// (C) Copyright Edward Diener 2011,2012,2013 // Use, modification and distribution are subject to 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). #if !defined(BOOST_TTI_DETAIL_PTMF_HPP) #define BOOST_TTI_DETAIL_PTMF_HPP #inc...
{ "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 applica...
{ "pile_set_name": "Github" }
@echo off setlocal enabledelayedexpansion setlocal enableextensions set ES_MAIN_CLASS=org.elasticsearch.index.shard.ShardToolCli call "%~dp0elasticsearch-cli.bat" ^ %%* ^ || exit /b 1 endlocal endlocal
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- Text for context menu item to open the link in a new tab. --> <string name="mozac_feature_contextmenu_open_link_in_new_tab">Åbn link i nyt faneblad</string> <!-- Text for context menu item to open the link in a private tab. --> <string name="mozac_...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Exception; /** * AccountExpiredExcepti...
{ "pile_set_name": "Github" }
// 0x0500F6E0 static const s16 king_bobomb_seg5_animvalue_0500F6E0[] = { 0x0000, 0x0000, 0xFFFD, 0xFFF4, 0xFFE9, 0xFFE0, 0xFFDC, 0xFFDE, 0xFFE1, 0xFFE6, 0xFFEB, 0xFFF2, 0xFFF8, 0xFFFD, 0x0001, 0x0007, 0x000D, 0x0013, 0x0019, 0x001F, 0x0024, 0x0028, 0x002A, 0x002B, 0x0029, 0x0023, 0x001A, 0x0011, 0x0008,...
{ "pile_set_name": "Github" }
import { connect } from 'react-redux'; import ResponseTextArea from '../../components/response-text-area'; const mapStateToProps = state => { return { tags: state.bioNlp.response.tags, loading: state.bioNlp.loading } } export default connect(mapStateToProps, null)(ResponseTextArea);
{ "pile_set_name": "Github" }
package org.wordpress.android.ui.reader.services.discover import android.app.job.JobParameters import android.app.job.JobService import android.content.Context import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Job import org.wordpress.android.WordPress imp...
{ "pile_set_name": "Github" }
--- layout: solution title: "Jenkins and PHP" --- Most web applications are changed and adapted quite frequently and quickly. Their environment, for example the size and the behaviour of the user base, are constantly changing. What was sufficient yesterday can be insufficient today. Especially in a web environment it ...
{ "pile_set_name": "Github" }
junit_tests( sources = ["*.scala"], compiler_option_sets = ["fatal_warnings"], strict_deps = True, dependencies = [ "3rdparty/jvm/org/scala-lang/modules:scala-xml", "3rdparty/jvm/org/scalatest", "3rdparty/jvm/org/scalatestplus:junit", "util/util-core:util-core-util", ...
{ "pile_set_name": "Github" }
# Using Fsr 408 (Force sensitive resistor) with Raspberry Pi Force sensitive resistors change its resistivity depending on how much it is pressed. This feature allows to detect physical pressure, squeezing and weight. This sample demonstrates use of FSR Interlink 402 model, other types of FSR sensors usage will be pre...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * 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 ...
{ "pile_set_name": "Github" }
home_modes: entities: - input_boolean.guest_mode - input_boolean.school_mode - input_boolean.alert_mode - input_boolean.speech_notifications - input_boolean.text_notifications - input_boolean.last_message - sensor.low_battery
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <document xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" id="D.C. Law 22-24"> <num type="law">22-24</num> <num t...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
package com.lordofthejars.nosqlunit.core; public interface LoadStrategyFactory { LoadStrategyOperation getLoadStrategyInstance( LoadStrategyEnum loadStrategyEnum, DatabaseOperation databaseOperation); }
{ "pile_set_name": "Github" }
# razzle-plugin-css This is just a stub. Razzle comes with CSS. The same exact setup as `create-react-app`.
{ "pile_set_name": "Github" }
#include <iostream> #include <string> #include <unistd.h> #include <vector> #include <fstream> #include <algorithm> #include <random> #include <chrono> using namespace std; int main( int argc, char** argv) { if(argc < 4) { cout << "Usage .... exec input_file output_file_basename num_partitions" << endl; ex...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
#-- copyright #OpenProject is an open source project management software. #Copyright (C) 2012-2020 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License version 3. #OpenProject is a fork of ChiliProject, which is a fork of Redmin...
{ "pile_set_name": "Github" }
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. part of $LIBRARYNAME; $(ANNOTATIONS)$(CLASS_MODIFIERS)class Console { const Console._safe(); sta...
{ "pile_set_name": "Github" }
package io.seata.samples.sca.customer; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.clou...
{ "pile_set_name": "Github" }
#include <Core/Core.h> using namespace Upp; void GetRepoInfo(String repo, Date& d, int& rev) { String s = Sys("svn info " + repo); LOG("SVN info:"); LOG(s); int q = s.FindAfter("Last Changed Rev: "); ASSERT(q >= 0); rev = atoi(~s + q); ASSERT(rev > 0); q = s.FindAfter("Last Changed Date: "); ...
{ "pile_set_name": "Github" }
/* * /MathJax/fonts/HTML-CSS/TeX/png/AMS/Regular/SpacingModLetters.js * * Copyright (c) 2010-2013 The MathJax Consortium * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with ...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Anonymous <noreply@weblate.org>, 2020. msgid "" msgstr "" "Project-Id-Version: Weblate 4.3\n" "Report-Msgid-Bugs-To: weblate@lists.cihar.com\n" "POT-Creation-Date: 20...
{ "pile_set_name": "Github" }
// // GJRedDotProtocol.h // GJRedDotDemo // // Created by wangyutao on 16/5/20. // Copyright © 2016年 wangyutao. All rights reserved. // #import <Foundation/Foundation.h> @protocol GJRedDotModelProtocol; @protocol GJRedDotProtocol <NSObject> /** * get cache model when use custom model * * @param key : red d...
{ "pile_set_name": "Github" }
<div id="main_column" class="xxlarge-11 xlarge-10 large-9 medium-8 columns" style="padding-top: 1rem; height: 3993px;" data-equalizer-watch=""> <!-- main column content - comment used to remove left column and center content on some pages --> <h1>Nova groups for food processing</h1> <h2>A classification in 4 groups...
{ "pile_set_name": "Github" }
// -*- Mode: Java -*- // // XmlGlobalAttribute.java /* +---------------------------- BEGIN LICENSE BLOCK ---------------------------+ | | | Version: MPL 1.1/GPL 2.0/LGPL 2.1 | | ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2007-2014 Contributors as noted in the AUTHORS file This file is part of 0MQ. 0MQ 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 3 of the License, or ...
{ "pile_set_name": "Github" }
############################################################################## # # file : Makefile # created : 2014年 09月 01日 星期一 13:08:53 EDT # copyright : (C) 2002 Chenyi Chen # ############################################################################## # # This pr...
{ "pile_set_name": "Github" }