text stringlengths 2 99.9k | meta dict |
|---|---|
<?xml version="1.0" ?>
<!DOCTYPE translationbundle>
<translationbundle lang="bn">
<translation id="130631256467250065">পরের বার আপনি আপনার ডিভাইস পুনরারম্ভ করলে আপনার পরিবর্তনগুলি প্রভাবী হবে৷</translation>
<translation id="275588974610408078">Chromium-এ ক্র্যাশ প্রতিবেদন উপলব্ধ নেই৷</translation>
<translation id="3064... | {
"pile_set_name": "Github"
} |
'use strict';
/*!
* node.extend
* Copyright 2011, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* @fileoverview
* Port of jQuery.extend that actually works on node.js
*/
var is = require('is');
var extend = function extend() {
var target = arguments[0] || ... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_FAN_CTRL
bool "fan-ctrl"
depends on BR2_USE_MMU # fork()
help
Fan-ctrl is a little daemon that controls the speed of one
or more system or CPU fans. It does so by monitoring
temperature inputs and selecting a fan speed from an array
of available speeds based on a set of temperature
... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking
include Msf::Exploit::Powershell
include Msf::Exploit::Remote::BrowserExploitServe... | {
"pile_set_name": "Github"
} |
{
"activePlaceCount": 0,
"birth": {
"time": {
"startYear": 1790
}
},
"birthYear": 1790,
"date": "c.1790\u2013c.1830",
"death": {
"time": {
"startYear": 1830
}
},
"fc": "Benjamin Blake",
"gender": "Male",
"id": 37,
"mda": "Blake, Benjamin",
"movements": [],
... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core/auxiliary/brocade'
class MetasploitModule < Msf::Post
include Msf::Auxiliary::Brocade
include Msf::Exploit::Deprecated
moved_from 'post/brocade/gather/enum_... | {
"pile_set_name": "Github"
} |
# Input clock
create_clock -period 10 clk100_ibuf -waveform {0.000 5.000}
# Input clock BUFG
create_clock -period 10 main_pll_clkin -waveform {0.000 5.000}
# PLL BUFG feedback
create_clock -period 10 builder_pll_fb -waveform {0.000 5.000}
create_clock -period 10 builder_pll_fb_bufg -waveform {0.000 5.000}
# PLL CLKO... | {
"pile_set_name": "Github"
} |
import { Document } from 'mongoose';
export interface ConsentRegistry extends Document{
email: string,
registrationForm: string[],
checkboxText: string,
date: Date,
privacyPolicy: string,
cookiePolicy: string,
acceptedPolicy: string
} | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2006-2015, JGraph Ltd
* Copyright (c) 2006-2015, Gaudenz Alder
*/
/**
* Class: mxTriangle
*
* Implementation of the triangle shape.
*
* Constructor: mxTriangle
*
* Constructs a new triangle shape.
*/
function mxTriangle()
{
mxActor.call(this);
};
/**
* Extends mxActor.
*/
mxUtils.ex... | {
"pile_set_name": "Github"
} |
# TextReader
Text Reader is a sample application which demonstrates how to synthesize voice
from text using [Tizen TTS API](https://samsung.github.io/TizenFX/stable/api/Tizen.Uix.Tts.html).

### Features
* Input text divided into paragraphs
* Start/pause
* P... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1280</int>
<string key="IBDocument.SystemVersion">11C74</string>
<string key="IBDocument.InterfaceBuilderVersion">1938</string>
<string key="IBDocument.App... | {
"pile_set_name": "Github"
} |
<h1>Guides</h1>
<ul class="clients">
<li><a href="/developers/guides/json-feed"><strong>JSON feed</strong><br> How to create a JSON feed for your blog</a> </li>
<li><a href="/developers/guides/group-posts-by-dates"><strong>Group posts by date</strong><br> Hide dates for multiple posts on same day</a> </li>
<li... | {
"pile_set_name": "Github"
} |
// =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2013 - Scilab Enterprises - Paul Bignier
//
// This file is distributed under the same license as the Scilab package.
// =================================... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014,2019 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is av... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: SPARQL mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/edit/matchbrackets.js"></script>
<script src="sparql.js"></scr... | {
"pile_set_name": "Github"
} |
(.module:
[lux (#- Type)
[abstract
["." monad (#+ do)]]
[control
["." try]
["<>" parser
["<s>" synthesis (#+ Parser)]]]
[data
["." product]
[number
["f" frac]]
[collection
["." list ("#@." monad)]
["." dictionary]]]
[target
[jvm
["." type]]]
[tool
... | {
"pile_set_name": "Github"
} |
*** Settings ***
Documentation Example using the space separated plain text format.
Documentation This is documentation for this test suite.
... This kind of documentation can often be get quite long...
*** Keywords ***
One line documentation
[Documentation] One line documentation.
Mul... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Essensoft.AspNetCore.Payment.Alipay.Response;
namespace Essensoft.AspNetCore.Payment.Alipay.Request
{
/// <summary>
/// alipay.ebpp.invoice.register.create
/// </summary>
public class AlipayEbppInvoiceRegisterCreateRequest : IAlipayRequest<AlipayEbppInvoiceRegis... | {
"pile_set_name": "Github"
} |
---
external help file: PS_DnsServerZoneDelegation_v1.0.0.cdxml-help.xml
Module Name: DnsServer
online version:
schema: 2.0.0
title: Set-DnsServerZoneDelegation
ms.author: v-anbarr
ms.reviewer: brianlic
description:
keywords: powershell, cmdlet
author: andreabarr
manager: jasgro
ms.date: 2017-10-30
ms.topic: referenc... | {
"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... | {
"pile_set_name": "Github"
} |
// **********************************************************************************************************
// GarageMote garage door controller sketch that works with Moteinos equipped with RFM69W/RFM69HW/RFM69CW/RFM69HCW
// Monitors door position (open, closed, closing, unknown)
// Can trigger door open/close
// ht... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace Shopware\Storefront\Page\Account\CustomerGroupRegistration;
use Shopware\Core\Checkout\Customer\SalesChannel\AbstractCustomerGroupRegistrationSettingsRoute;
use Shopware\Core\Framework\Plugin\Exception\DecorationPatternException;
use Shopware\Core\System\SalesChannel\SalesChan... | {
"pile_set_name": "Github"
} |
// <auto-generated />
namespace Rock.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")]
public sealed partial class AssetMan... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Interpreters/Aliases.h>
namespace DB
{
class ASTSelectQuery;
class Context;
/// AST transformer. It replaces multiple joins to (subselect + join) track.
/// 'select * from t1 join t2 on ... join t... | {
"pile_set_name": "Github"
} |
using System;
using director_stringNamespace;
public class runme
{
static void Main()
{
runme r = new runme();
r.run();
}
void run()
{
String s;
director_string_A c = new director_string_A("hi");
for (int i=0; i<3; i++) {
s = c.call_get(i);
Object ii = i;
if (s != ii.... | {
"pile_set_name": "Github"
} |
/*
HTTP Hawk Authentication Scheme
Copyright (c) 2012-2014, Eran Hammer <eran@hammer.io>
BSD Licensed
*/
// Declare namespace
var hawk = {
internals: {}
};
hawk.client = {
// Generate an Authorization header for a given request
/*
uri: 'http://example.com/resour... | {
"pile_set_name": "Github"
} |
import React from "react";
import { AreaChart as AC } from "@carbon/charts";
import BaseChart from "./base-chart";
export default class AreaChart extends BaseChart {
componentDidMount() {
this.chart = new AC(
this.chartRef,
{
data: this.props.data,
options: this.props.options
}
);
}
render() ... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
"toidentifier@1.0.0",
"/home/gelo/projects/dnsFookup/FE/my-app/node_modules/http-errors"
]
],
"_from": "toidentifier@1.0.0",
"_id": "toidentifier@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/toidentifier",
"_nodeVersion": "8.11.3",
"_npmOperationalI... | {
"pile_set_name": "Github"
} |
{% load l10n %}
OpenLayers.Projection.addTransform("EPSG:4326", "EPSG:3857", OpenLayers.Layer.SphericalMercator.projectForward);
{% block vars %}var {{ module }} = {};
{{ module }}.map = null; {{ module }}.controls = null; {{ module }}.panel = null; {{ module }}.re = new RegExp("^SRID=\\d+;(.+)", "i"); {{ module }}.lay... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/WebCore.framework/WebCore
*/
@interface DOMHTMLTableRowElement : DOMHTMLElement
@property (copy) NSString *align;
@property (copy) NSString *bgColor;
@property (readonly) DOMHTMLCollection *cells;
@property (copy) NSString *ch;
@property (cop... | {
"pile_set_name": "Github"
} |
--- deadwood-3.2.02/sqa/do.tests 2012-02-11 14:15:43.000000000 -0600
+++ deadwood-3.2.03/sqa/do.tests 2012-04-23 13:40:48.000000000 -0500
@@ -51,6 +51,7 @@
TESTS=$TESTS"dwood2rc_n_maxprocs,2 "
TESTS=$TESTS"dwood2rc_s_cache_file,2 "
TESTS=$TESTS"sqa_one_upstream_down,2 "
+TESTS=$TESTS"sqa_easydns_bad_truncation,2 "
... | {
"pile_set_name": "Github"
} |
SUBROUTINE ccsdt_lr_alpha2_7_4_1(d_a,k_a_offset,d_b,k_b_offset,d_c
&,k_c_offset)
C $Id$
C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0
C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002)
C i2 ( h4 h5 h13 h12 p1 p2 )_ytra + = 1 * Sum ( p7 ) * tra... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permi... | {
"pile_set_name": "Github"
} |
odoo.define('web.base_import_tests', function (require) {
"use strict";
var KanbanView = require('web.KanbanView');
var ListView = require('web.ListView');
var testUtils = require('web.test_utils');
var createView = testUtils.createView;
QUnit.module('Base Import Tests', {
beforeEach: function() {
this.d... | {
"pile_set_name": "Github"
} |
# ---------------------------------------------------------------------------
# See the NOTICE file distributed with this work for additional
# information regarding copyright ownership.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# p... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and o... | {
"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';
var path = require('path');
var root = path.resolve(path.join(__dirname, '../../'));
var marked = require(root + '/public/js/vendor/marked.min.js');
module.exports = function (data) {
return new Promise(function (resolve, reject) {
try {
var res = marked(data.source);
resolve({
... | {
"pile_set_name": "Github"
} |
# `gradle:6.6.1-jre8`
## Docker Metadata
- Image ID: `sha256:f145839e57767388dd8f03b2b23e58593696f0348644469c90e25c377e9b9c9a`
- Created: `2020-09-22T18:28:09.946873125Z`
- Virtual Size: ~ 466.78 Mb
(total size of all layers on-disk)
- Arch: `linux`/`amd64`
- Command: `["gradle"]`
- Environment:
- `PATH=/opt/ja... | {
"pile_set_name": "Github"
} |
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
annotations:
"9": "10"
clusterName: "15"
creationTimestamp: null
deletionGracePeriodSeconds: -4955867275792137171
finalizers:
- "14"
generateName: "3"
generation: 8071137005907523419
labels:
"7": "8"
managedFields:
- a... | {
"pile_set_name": "Github"
} |
# Train Handwritten Digit Recognition using Multilayer Perceptron (MLP) model
Training a model on a handwritten digit dataset, such as ([MNIST](http://yann.lecun.com/exdb/mnist/)) is like the "Hello World!" program of the deep learning world.
In this example, you learn how to train the MNIST dataset with Deep Java Li... | {
"pile_set_name": "Github"
} |
# Infant Mortality – IGME (2016)
The IGME, led by the United Nations Children's Fund (UNICEF) and the World Health Organization (WHO), also includes the World Bank and the United Nations Population Division of the Department of Economic and Social Affairs as full members. | {
"pile_set_name": "Github"
} |
Setting up python-semantic-release on GitHub Actions
====================================================
Python Semantic Release includes a GitHub Action which runs the ``publish``
command.
Inputs
------
+--------------------+----------------------------------------------------------------------------------------+
... | {
"pile_set_name": "Github"
} |
PSPSDK=$(shell psp-config --pspsdk-path)
MPEG_OBJS = sceMpeg.o sceMpeg_0000.o sceMpeg_0001.o sceMpeg_0002.o sceMpeg_0003.o sceMpeg_0004.o sceMpeg_0005.o sceMpeg_0006.o sceMpeg_0007.o sceMpeg_0008.o sceMpeg_0009.o sceMpeg_0010.o sceMpeg_0011.o sceMpeg_0012.o sceMpeg_0013.o sceMpeg_0014.o sceMpeg_0015.o sceMpeg_0016.o s... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : Dutch (Belgium) [nl-be]
//! author : Joris Röling : https://github.com/jorisroling
//! author : Jacob Middag : https://github.com/middagj
import moment from '../moment';
var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),
... | {
"pile_set_name": "Github"
} |
{
"unit_name": "cooccurrence_vectorizer"
} | {
"pile_set_name": "Github"
} |
OPENCV_DIR = ../../bin/dependencies/opencv/build
FFMPEG_DIR = ../../bin/dependencies/ffmpeg-2.4.5-win64-dev
VC_VERSION = vc12
OPENCV_ARCH = x64
LIBINCLUDE = /I$(OPENCV_DIR)/include /I$(FFMPEG_DIR)/include /I.
LIBPATH = /LIBPATH:$(OPENCV_DIR)/$(OPENCV_ARCH)/$(VC_VERSION)/staticlib /LIBPATH:$(FFMPEG_DIR)/lib
LIBS = zlib... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -tags linux,sparc64 syscall_linux.go syscall_linux_sparc64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,sparc64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func fa... | {
"pile_set_name": "Github"
} |
openapi: "3.0.0"
info:
version: 1.0.0
title: OpenApi Petstore
license:
name: MIT
servers:
- url: http://petstore.{host}.io/v1
description: The production API server
variables:
host:
default: openapi
description: this value is assigned by the service provider
- url:
descri... | {
"pile_set_name": "Github"
} |
# Romanian translation for linuxmint
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the linuxmint package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: linuxmint\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\... | {
"pile_set_name": "Github"
} |
defmodule Ephemeral2Web.UserSocket do
use Phoenix.Socket
## Channels
# channel "room:*", Ephemeral2Web.RoomChannel
channel "have:*", Ephemeral2Web.HaveChannel
channel "want:*", Ephemeral2Web.WantChannel
channel "all", Ephemeral2Web.AllChannel
## Transports
transport :websocket, Phoenix.Transports.Web... | {
"pile_set_name": "Github"
} |
--TEST--
Bug #75420.16 (Indirect modification of magic method argument)
--FILE--
<?php
class Test implements ArrayAccess {
public function offsetExists($x) { }
public function offsetGet($x) { }
public function offsetSet($x, $y) { $GLOBALS["obj"] = 24; var_dump($this); }
public function offsetUnset($x) {... | {
"pile_set_name": "Github"
} |
<map id="IRVestelAc" name="IRVestelAc">
<area shape="rect" id="node1" title="Class for handling detailed Vestel A/C messages." alt="" coords="5,95,96,121"/>
<area shape="rect" id="node2" href="$classIRsend.html" title="Class for sending all basic IR protocols." alt="" coords="17,5,84,32"/>
</map>
| {
"pile_set_name": "Github"
} |
/*
* The Clear BSD License
* Copyright 2018 NXP
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided
* that the following conditions are met:
*
* o Redistributions of source code... | {
"pile_set_name": "Github"
} |
\/!.+$
backup\/(.[^\/]+)$
Backup\/(.[^\/]+)$
torrents\/(.[^\/]+)$
Torrents\/(.[^\/]+)$
| {
"pile_set_name": "Github"
} |
{
"type":"Program",
"loc":{"source":null,"start":{"line":1,"column":0},"end":{"line":7,"column":1}},
"range":[0,188],
"body":[
{
"type":"FunctionDeclaration",
"loc":{"source":null,"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"range":[0,93],
"id":{
"type":"Ident... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"subtype" : "retina4",
"extent" : "full-screen",
"min... | {
"pile_set_name": "Github"
} |
[quote="test":1]
[quote="test":1]test[/quote:1]
[/quote:1]
[quote="test":1]
test
[/quote:1]
| {
"pile_set_name": "Github"
} |
/* 'use strict'; */
var MYTIMEOUT = 20000;
var DEFAULT_SIZE = 5000000; // max to avoid popup in safari/ios
var isWP8 = /IEMobile/.test(navigator.userAgent); // Matches WP(7/8/8.1)
var isWindows = /Windows /.test(navigator.userAgent); // Windows
var isAndroid = !isWindows && /Android/.test(navigator.userAgent);
// N... | {
"pile_set_name": "Github"
} |
{
"component": true,
"usingComponents": {}
} | {
"pile_set_name": "Github"
} |
From fc300dc3733fdc328e6e10c7b8379b60c26cd648 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
Date: Fri, 20 Mar 2015 23:14:32 +0100
Subject: [PATCH] bgmac: allow enabling on ARCH_BCM_5301X
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
... | {
"pile_set_name": "Github"
} |
/***************************************************************
*
* Copyright (C) 1990-2007, Condor Team, Computer Sciences Department,
* University of Wisconsin-Madison, WI.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. Y... | {
"pile_set_name": "Github"
} |
class {
onMount() {
this.events = [];
}
}
<div>
<ul>
<for|color| of=input.colors>
<li key=color on-detach("handleDetach", color)>${color}</li>
</for>
</ul>
</div> | {
"pile_set_name": "Github"
} |
Contents
========
This directory contains tools for developers working on this repository.
clang-format-diff.py
===================
A script to format unified git diffs according to [.clang-format](../../src/.clang-format).
For instance, to format the last commit with 0 lines of context,
the script should be called ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
""" generate_markdown docstring
This module is complete tool for creating as eyepleasing as possible pylint messages
with error codes and descriptions.
"""
from shutil import move
from subprocess import check_output, PIPE
from readable_pylint_messages.Message import Message
def pylint_list_msgs... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import os
import shutil
import re
import sys
import json
from shutil import copyfile
import os.path
def delete_from_index(package):
for dname, dirs, files in os.walk("target/scala-2.12/api/"):
for fname in files:
fpath = os.path.join(dname, fname)
fpathdst = os.path.join(dname, "%s... | {
"pile_set_name": "Github"
} |
<%@ WebService Language="c#" Codebehind="GetData.wsdl.cs" Class="GetData.wsdl.GetData" %>
using System.Xml.Serialization;
using System;
using System.Web.Services.Protocols;
using System.ComponentModel;
using System.Web.Services;
namespace GetData.wsdl{
[System.Web.Services.WebServiceBindingAttribute(Name="GetDataSo... | {
"pile_set_name": "Github"
} |
# Microsoft Developer Studio Project File - Name="example" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
CFG=example - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using ... | {
"pile_set_name": "Github"
} |
// Copyright Neil Groves 2009. Use, modification and
// distribution is 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)
//
//
// For more information, see http://www.boost.org/libs/range/
//
#ifndef BOOST_RANGE_ALGORIT... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_conv_fast_q15.c
*
* Description: Fast Q15 Convolution.
* ... | {
"pile_set_name": "Github"
} |
{
"bounds": [
-129.375,
26.116,
-108.9844,
46.3166
],
"center": [
-120.7837,
37.4836,
6
],
"format": "png",
"interactivity": false,
"minzoom": 0,
"maxzoom": 22,
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null... | {
"pile_set_name": "Github"
} |
--require ts-node/register
--timeout 20000
--reporter mochawesome
--reporter-option consoleReporter=min
--exit
| {
"pile_set_name": "Github"
} |
<!--
This xml file created automatically on:
2018-5-1
-->
<!DOCTYPE Channel SYSTEM 'HistFactorySchema.dtd'>
<Channel Name="channel1" InputFile="" >
<Data HistoName="data_nominal" InputFile="data.root" HistoPath="/channel1_hists/data/" />
<StatErrorConfig RelErrorThreshold="0.05" ConstraintType="Gauss... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright(c) 2007 - 2017 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundat... | {
"pile_set_name": "Github"
} |
# Scenario:
# T1=({R(B)})
# T2=({R(B), W(B), C}, HIGH_PRIORITY).
#
# Outcome: T1 must abort, T2 must commit.
--source include/count_sessions.inc
CREATE TABLE t1 (c1 INT NOT NULL PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES (0);
--connect(con1,localhost,root,,test)
--connect(con2,localhost,root,,test)
--echo
... | {
"pile_set_name": "Github"
} |
# *****************************************************************************
# * Copyright (c) 2004, 2008 IBM Corporation
# * All rights reserved.
# * This program and the accompanying materials
# * are made available under the terms of the BSD License
# * which accompanies this distribution, and is available at
# *... | {
"pile_set_name": "Github"
} |
% [LEV,IND] = spyrLev(PYR,INDICES,LEVEL)
%
% Access a level from a steerable pyramid.
% Return as an SxB matrix, B = number of bands, S = total size of a band.
% Also returns an Bx2 matrix containing dimensions of the subbands.
% Eero Simoncelli, 6/96.
function [lev,ind] = spyrLev(pyr,pind,level)
nbands = spyrNumBa... | {
"pile_set_name": "Github"
} |
<?php
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
/**
* Taxonomies selection for metadata helper GUI
*
* @author Jörg Lützenkirchen <luetzenkirchen@leifos.com>
* @ilCtrl_Calls ilTaxMDGUI: ilFormPropertyDispatchGUI
* @ingroup ServicesTaxonomy
*/
class ilTaxMDGUI
{
/**
... | {
"pile_set_name": "Github"
} |
/* eslint-disable max-classes-per-file */
import React, { Component, useEffect } from 'react';
import { waitFor } from '@testing-library/react';
import { collect, store as globalStore, initStore, WithStoreProp } from '../..';
import * as testUtils from '../testUtils';
interface Props extends WithStoreProp {
reportUs... | {
"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>labx-10-spring-cloud-stre... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP NTLM auth
</keywords>
</info>
# Server-side
<reply>
<data>
HTTP/1.1 401 Authorization Required swsclose
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
WWW-Authenticate: Basic
WWW-Authenticate: Wild-and-crazy
WWW-Authenticate: NTLM
Content-Type: text/html; charset=iso-8859-... | {
"pile_set_name": "Github"
} |
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/exist', __FILE__)
describe "File.exists?" do
it_behaves_like(:file_exist, :exists?, File)
end
| {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
package com.mashibing.demo;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
/**
* @author: 马士兵教育
* @create: 2019-10-12 15:41
*/
public class ScheduledThreadPoolDemo {
public static void main(String[] args) {
ScheduledExe... | {
"pile_set_name": "Github"
} |
import { buyBtn } from 'app/common/widget/btn-util';
buyBtn($('.js-task-preview-buy-btn'));
$('#modal').on('hidden.bs.modal', function () {
$('#viewerIframe').attr('src', '');
});
$('#js-buy-btn').on('click', function () {
$('#modal').modal('hide');
});
function postCoursePreviewEvent()
{
let $obj = $('#modal-... | {
"pile_set_name": "Github"
} |
/**
* Map component state
*/
export interface IMapState {
/**
* Coordinates for the specified address
*/
coordinates: number[];
/**
* Error message that occurred while loading the data
*/
error: string;
/**
* Indicates if the component is currently loading data or not
*/
loading: boolean... | {
"pile_set_name": "Github"
} |
$(function() {
var initialPromotedHtml;
function restorePromoted() {
if(!initialPromotedHtml) {
initialPromotedHtml = $('.promoted').html();
}
else {
$('.promoted').html(initialPromotedHtml);
}
}
function initSliders() {
var $slider = $('.promoted .slider, .related .slider');
... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
require 'json/common'
##
# = JavaScript Object Notation (JSON)
#
# JSON is a lightweight data-interchange format. It is easy for us
# humans to read and write. Plus, equally simple for machines to generate or parse.
# JSON is completely language agnostic, making it the ideal interchange format.
#
# Built on two univer... | {
"pile_set_name": "Github"
} |
var baseCreate = require('./baseCreate'),
isObject = require('../lang/isObject');
/**
* Creates a function that produces an instance of `Ctor` regardless of
* whether it was invoked as part of a `new` expression or by `call` or `apply`.
*
* @private
* @param {Function} Ctor The constructor to wrap.
* @return... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>KWin::LookingGlassEffectConfigForm</class>
<widget class="QWidget" name="KWin::LookingGlassEffectConfigForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>275</width>
<height>185</height>
</rect>
</property>
<la... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include "syntax.h"
#ifndef BABYC_ASSEMBLY_HEADER
#define BABYC_ASSEMBLY_HEADER
void emit_header(FILE *out, char *name);
void emit_insn(FILE *out, char *insn);
void write_header(FILE *out);
void write_footer(FILE *out);
void write_syntax(FILE *out, Syntax *syntax);
void write_assembly(Syntax *... | {
"pile_set_name": "Github"
} |
<?php
$bank_transfer_show_msg = (get_option('bank_transfer_show_msg', 'payments')) == 'y';
$bank_transfer_msg = get_option('bank_transfer_msg', 'payments');
?>
<?php if($bank_transfer_show_msg == true): ?>
<div>
<p class="alert alert-warning"><small>
<?php if($bank_transfer_msg == true): ?>
<?php print $ban... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// accumulator_base.hpp
//
// Copyright 2005 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_ACCUMULATO... | {
"pile_set_name": "Github"
} |
perf-y += util/
| {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
#
# Memory devices
#
menuconfig MEMORY
bool "Memory Controller drivers"
if MEMORY
config DDR
bool
help
Data from JEDEC specs for DDR SDRAM memories,
particularly the AC timing parameters and addressing
information. This data is useful for drivers handling
DDR SD... | {
"pile_set_name": "Github"
} |
; ############################################################
; # Devilbox PHP defaults for {{ php_version }}-{{ item.key }}
; ############################################################
; Each PHP flavour (base, mods, prod, work) might have its own php.ini.
; If none is present, the one from the previous flavour is... | {
"pile_set_name": "Github"
} |
<p align="center">
<img src="https://cloud.githubusercontent.com/assets/5193128/18534105/f27da220-7a9c-11e6-8d2e-a940d94b404b.png">
</p>
<p align="center">
<a href="https://github.com/illera88/Ponce/actions?query=workflow%3A%22Build+for+Windows%22"><img alt="Build for Windows" src="https://github.com/illera88/Ponc... | {
"pile_set_name": "Github"
} |
{{- if eq .Values.global.deploymentTarget "icp4data" }}
apiVersion: v1
kind: ConfigMap
metadata:
name: wkc-base-post-delete-config
annotations:
"helm.sh/hook": pre-delete
"helm.sh/hook-delete-policy": before-hook-creation
"helm.sh/hook-weight": "99"
labels:
app: {{ .Chart.Name }}
chart: {{ .Ch... | {
"pile_set_name": "Github"
} |
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you m... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.