text
stringlengths
2
99.9k
meta
dict
// Boost string_algo library finder.hpp header file ---------------------------// // Copyright Pavol Droba 2002-2006. // // 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://www.boost.o...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
{ "pile_set_name": "Github" }
# Copyright 2016 Telefonica Investigacion y Desarrollo, S.A.U # # This file is part of Orion Context Broker. # # Orion Context Broker is free software: you can redistribute it and/or # modify it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of ...
{ "pile_set_name": "Github" }
#ifndef MATCHTYPE_H #define MATCHTYPE_H #include <platform.h> #include "../ast/ast.h" #include "../pass/pass.h" PONY_EXTERN_C_BEGIN /// See comment for is_matchtype() for a description of these values typedef enum { MATCHTYPE_ACCEPT, MATCHTYPE_REJECT, MATCHTYPE_DENY } matchtype_t; /** * Determine if we can m...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 Analog Devices, Inc. * Author: Lars-Peter Clausen <lars@metafoo.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #include <linux/kernel.h> #in...
{ "pile_set_name": "Github" }
/* * QEMU Executable loader * * Copyright (c) 2006 Fabrice Bellard * * 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 ...
{ "pile_set_name": "Github" }
'use strict'; const { app, assert } = require('egg-mock/bootstrap'); describe('test/app/controller/home.test.js', () => { it('should assert', function* () { const pkg = require('../../../package.json'); assert(app.config.keys.startsWith(pkg.name)); // const ctx = app.mockContext({}); // yield ctx....
{ "pile_set_name": "Github" }
/* * linux/drivers/mfd/mcp-core.c * * Copyright (C) 2001 Russell King * * 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 2 of the License. * * Generic MCP (Multimedia C...
{ "pile_set_name": "Github" }
/*=====================================================================* * Copyright (C) 2012 Paul Mineiro * * All rights reserved. * * * * Redistribution and use in...
{ "pile_set_name": "Github" }
package com.spun.util.io; import java.awt.image.BufferedImage; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.DataOutputStream; import java.io.File; import java.io.FileFilter; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.Input...
{ "pile_set_name": "Github" }
import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, } from "./commands/CreateConfigurationSetCommand"; import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, } from "./commands/CreateConfigurationSetEventDestinationCommand"...
{ "pile_set_name": "Github" }
(be color (R)) (be color (B)) (be tree (@ E)) (be tree (@P (T @C @L @X @R)) (color @C) (tree @P @L) (call @P @X) (tree @P @R) ) (be bal (B (T R (T R @A @X @B) @Y @C) @Z @D (T R (T B @A @X @B) @Y (T B @C @Z @D)))) (be bal (B (T R @A @X (T R @B @Y @C)) @Z @D (T R (T B @A @X @B) @Y (T B @C @Z @D)))) (be bal ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!--<string name="pref_tools_title">"Supported tools"</string>--> <!--<string name="pref_tools_summary">"List of experimental tools"</string>--> <!--<string name="pref_tools_text_title">"Text selection"</string>--> <...
{ "pile_set_name": "Github" }
// Copyright 2015, Google Inc. // 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 conditions ...
{ "pile_set_name": "Github" }
True : object.conclusion = "NN" object.tag == "VERB" : object.conclusion = "VERB" object.prevTag1 == "ADP" : object.conclusion = "NOUN" object.nextTag1 == "" : object.conclusion = "NOUN" object.prevTag1 == "PRON" : object.conclusion = "VERB" object.suffixL2 == "VÁ" : object.conclusion = "ADJ" object.prevTa...
{ "pile_set_name": "Github" }
{ "id": "nl.fokkezb.pullToRefresh", "name": "nl.fokkezb.pullToRefresh", "description" : "Implementation of the pull-to-refresh header for table views.", "author": "Fokke Zandbergen", "version": "1.5.1", "copyright":"Copyright (c) 2013", "license":"Apache 2.0", "min-alloy-version": "1.1", "min-titanium-version"...
{ "pile_set_name": "Github" }
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "outDir": "production-server/" }, "include": ["./server/**/*.ts"], "exclude": ["./server/**/*.test.ts"] }
{ "pile_set_name": "Github" }
&input title='N', zed=7.0, rel=2, config='[He] 2s2 2p3 3d-1' iswitch=3, dft='LDA', / &inputp lloc=2, pseudotype=3, file_pseudopw='N.rel-pz-rrkjus.UPF', author='ADC', nlcc=.true., rcore=0.7, / 8 2S 1 0 2.00 0.00 1.30 1.60 0.50 2S 1 0 0.00 0.05 1.30 1.60 0.50 2P...
{ "pile_set_name": "Github" }
// @flow import React from 'react'; class MyComponent extends React.Component<{a: number, b: number, c: number}, Props> { static defaultProps: {a: number, b: number, c: number} = {a: 1, b: 2, c: 3}; defaultProps: T; static props: T; static state: T; a: T; b = 5; c: T = 5; method() {} } const express...
{ "pile_set_name": "Github" }
//===-- sanitizer_allocator_primary32.h -------------------------*- C++ -*-===// // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // Part of the Sanitizer Allocator....
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>FLOOR.PRECISE Function</title> <meta charset="utf-8" /> <meta name="description" content="" /> <link type="text/css" rel="stylesheet" href="../editor.css" /> </head> <body> <div class="mainpart"> <h1>FLOOR.PRECISE Function</h1> <p>The <b>FLOOR.PRECISE</b> functio...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com> * * Licence: wxWindows Library Licence, Version 3.1 */ #ifndef __GUM_COBJECT_H__ #define __GUM_COBJECT_H__ #include <gum/gumdefs.h> #include <gum/gumreturnaddress.h> typedef struct _GumCObject GumCObject; struct _GumCObject { gpoi...
{ "pile_set_name": "Github" }
min-conflicts,9,0.0
{ "pile_set_name": "Github" }
import Foundation #if canImport(Darwin) @objcMembers public class _ExampleMetadataBase: NSObject {} #else public class _ExampleMetadataBase: NSObject {} #endif /** A class that encapsulates information about an example, including the index at which the example was executed, as well as the example itself. ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/unix/notbsd/linux/constant._SC_NPROCESSORS_ONLN.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/unix/notbsd/linux/constant._SC_NPROCESSORS_ONLN.html">../../../../libc/unix/notbsd/linux/constant._...
{ "pile_set_name": "Github" }
/* Application : Functional Programming Version 2 Author : Ahmed Mohamed Date : 2019/11/1 */ test(func { ? "Anonymous Functions" }) func test f1 ? "Hello" call f1()
{ "pile_set_name": "Github" }
/** * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license"...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <plugin pluginId="Gallio.AutoCAD" recommendedInstallationPath="AutoCAD" xmlns="http://www.gallio.org/"> <traits> <name>AutoCAD Integration Plugin</name> <version>3.2.0.0</version> <description>Provides support for testing ObjectARX extensions within...
{ "pile_set_name": "Github" }
Какую проблему с точки зрения LSP решает класс `Contract`? *[LSP]:Liskov Substitution Principle
{ "pile_set_name": "Github" }
[ { "metric" : "OVERALL", "measurement" : "RunTime(ms)", "value" : 391477.0 }, { "metric" : "OVERALL", "measurement" : "Throughput(ops/sec)", "value" : 25544.284849429212 }, { "metric" : "CLEANUP", "measurement" : "Operations", "value" : 64.0 }, { "metric" : "CLEANUP", "measurement" : "AverageLate...
{ "pile_set_name": "Github" }
#include <setjmp.h> #include <stdlib.h> #include <stdio.h> jmp_buf main_loop; void abort_to_main_loop (int status) { longjmp (main_loop, status); } int main (void) { while (1) if (setjmp (main_loop)) puts ("Back at main loop...."); else do_command (); } void do_command (void) { char buf...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope ...
{ "pile_set_name": "Github" }
$TestsPath = Split-Path $MyInvocation.MyCommand.Path $RootFolder = (Get-Item $TestsPath).Parent Push-Location -Path $RootFolder.FullName Set-Location -Path $RootFolder.FullName #Hack to load the [System.Drawing.Color] ahead of time #read more here -> https://github.com/PowerShell/vscode-powershell/issues/219 #Micro...
{ "pile_set_name": "Github" }
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpiimpl.h" #include "mpiinfo.h" /* -- Begin Profiling Symbol Block for routine MPI_Info_delete */ #if defined(HAVE_PRAGMA_WEAK) #pragma weak MPI_...
{ "pile_set_name": "Github" }
__resources__["/applyJoinTeamHandler.js"] = {meta: {mimetype: "application/javascript"}, data: function(exports, require, module, __filename, __dirname) { var pomelo = window.pomelo; var btns = require('consts').BtnAction4Player; /** * Execute player action */ function exec(type, params) { switch (ty...
{ "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 not...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- FTDI Chips --> <!-- (Smart Interface), Heinrichs Weikamp --> <usb-device vendor-id="0x0403" product-id="0x6001"/> <usb-device vendor-id="0x0403" product-id="0x6010"/> <usb-device vendor-id="0x0403" product-id="0x6011"/> <!-- May be Aqualung...
{ "pile_set_name": "Github" }
{ "type": "minecraft:chest", "pools": [ { "rolls": { "min": 1.0, "max": 5.0, "type": "minecraft:uniform" }, "entries": [ { "type": "minecraft:item", "name": "minecraft:emerald" }, { "type": "minecraft:item", ...
{ "pile_set_name": "Github" }
! ! Copyright (C) 2001-2009 Quantum ESPRESSO group ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . ! ! !-----------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* MIT LICENSE Copyright 2017 Digital Ruby, LLC - http://www.digitalruby.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, ...
{ "pile_set_name": "Github" }
require 'sql_helper' module Bmg module Sql class Processor describe Merge, "on_with_exp" do subject{ Merge.new(:intersect, false, right, builder(1)).on_with_exp(expr) } context 'when right is a simple exp' do let(:expr){ # with t1 AS ... # SELECT * FR...
{ "pile_set_name": "Github" }
/* * Hierarchical Budget Worst-case Fair Weighted Fair Queueing * (B-WF2Q+): hierarchical scheduling algorithm by which the BFQ I/O * scheduler schedules generic entities. The latter can represent * either single bfq queues (associated with processes) or groups of * bfq queues (associated with cgroups). * * Thi...
{ "pile_set_name": "Github" }
create table Users ( Id int primary key autoincrement , Email string(256) unique , Name string(64) ); create table Groups ( Id int primary key autoincrement , Name string(64) unique ); create table UserGroups ( UserId int references Users(Id) , GroupId int references Groups(Id) ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <spirit:design xmlns:xilinx="http://www.xilinx.com" xmlns:spirit="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <spirit:vendor>xilinx.com</spirit:vendor> <spirit:library>xci</spirit:library> <spirit:name>un...
{ "pile_set_name": "Github" }
(* Copyright 2001, 2002, 2003 Maxence Guesdon, b52_simon INRIA *) (* This file is part of mldonkey. mldonkey 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 2 of the License, or ...
{ "pile_set_name": "Github" }
/* * 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) * * Copyright (c) 2009 Helge Bahmann * Copyright (c) 2012 Tim Blechmann * Copyright (c) 2014 Andrey Semashev */ /*! * \file atomic/detail/ops_m...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. /** * When the [[Construct]] property for a Function object F is called: * A new native ECMAScript object is created. * Gets the value of the [[Prototype]] property of the F(Denote it PROTO_VAL). * If PROTO_VAL is an object, sets the [[Prototype]] propert...
{ "pile_set_name": "Github" }
#ifndef CAFFE_SOFTMAX_LAYER_HPP_ #define CAFFE_SOFTMAX_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { /** * @brief Computes the softmax function. * * TODO(dox): thorough documentation for Forward, Backward, and proto params. ...
{ "pile_set_name": "Github" }
# (c) 2014 David Douard <david.douard@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License (LGPL) # as published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version....
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2008, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
{ "pile_set_name": "Github" }
--- title: "Bracketed identifier is missing closing ']'" ms.date: 07/20/2015 f1_keywords: - "bc30034" - "vbc30034" helpviewer_keywords: - "BC30034" ms.assetid: 46f25ddb-0d9f-48f8-8656-1a880ba8a1ba --- # Bracketed identifier is missing closing ']' Brackets in an escaped name must occur in matching pairs. ...
{ "pile_set_name": "Github" }
import React from 'react'; import { cleanup, fireEvent, waitFor } from '@testing-library/react'; import { renderConnected } from 'test/utils'; import Search from './index'; import { pushNewQuery, initializeIndex } from 'state/search'; global.window = Object.create(window); Object.defineProperty(window, 'location', { ...
{ "pile_set_name": "Github" }
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // serializer_map.cpp: // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // ...
{ "pile_set_name": "Github" }
/* * Skin: Red * --------- */ .skin-red .main-header .navbar { background-color: #dd4b39; } .skin-red .main-header .navbar .nav > li > a { color: #ffffff; } .skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus,...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------- * * spell.h * * Declarations for ISpell dictionary * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * * src/include/tsearch/dicts/spell.h * *--------------------------------------------------------------------...
{ "pile_set_name": "Github" }
function WPATH(s) { var index = s.lastIndexOf("/"); var path = -1 === index ? "starrating/" + s : s.substring(0, index) + "/starrating/" + s.substring(index + 1); return path; } function __processArg(obj, key) { var arg = null; if (obj) { arg = obj[key] || null; delete obj[key]; ...
{ "pile_set_name": "Github" }
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, cop...
{ "pile_set_name": "Github" }
<?php defined('IN_TS') or die('Access Denied.'); //统计代码 function gobad($w){ global $tsMySqlCache; $code = fileRead('data/plugins_pubs_gobad.php'); if($code==''){ $code = $tsMySqlCache->get('plugins_pubs_gobad'); } echo stripslashes($code[$w]); } addAction('gobad','gobad');
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- ~ /* ~ * Copyright 2014 Orient Technologies LTD (info(at)orientechnologies.com) ~ * ~ * Licensed under the Apache License, Version 2.0 (the "License"); ~ * you may not use this file except in compliance with the License. ~ * You may...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <package > <metadata> <id>nanoFramework.Targets.ST_STM32F769I_DISCOVERY</id> <title>nanoFramework.Targets.ST_STM32F769I_DISCOVERY</title> <version>1.0.0</version> <authors>nanoFramework project contributors</authors> <owners>nanoFramework project contributors</owners> <re...
{ "pile_set_name": "Github" }
#define TFM_DEFINES #include "fp_sqr_comba.c" #if defined(TFM_SQR24) && FP_SIZE >= 48 void fp_sqr_comba24(fp_int *A, fp_int *B) { fp_digit *a, b[48], c0, c1, c2, sc0, sc1, sc2; #ifdef TFM_ISO fp_word tt; #endif a = A->dp; COMBA_START; /* clear carries */ CLEAR_CARRY; /* output 0 */ SQRADD(a[...
{ "pile_set_name": "Github" }
> [!IMPORTANT] > You should limit the HTML content of email messages to a maximum size of 100KB. This size limit includes all HTML text, styles, comments, and embedded graphics (but not anchored external graphics). If the HTML content exceeds 128KB, you'll receive a size warning, but you can still go live with the emai...
{ "pile_set_name": "Github" }
id: dsq-747526789 date: 2008-11-12T12:20:01.0000000-08:00 name: Andrea Balducci avatar: https://disqus.com/api/users/avatars/Andrea Balducci.jpg message: <p>I forgot to say that the whole app is compiled (static resources, scripts, views, controllers, masterpages) and deployed as embedded resources. By now i've impleme...
{ "pile_set_name": "Github" }
{ "case_insensitive": true, "keywords": { "keyword": "div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var", "literal": "false true" }, "illegal": "\\\/\\*", "contains": [ { "className": "string", ...
{ "pile_set_name": "Github" }
/** * Module dependencies. */ var parser = require('socket.io-parser'); var debug = require('debug')('socket.io:client'); var url = require('url'); /** * Module exports. */ module.exports = Client; /** * Client constructor. * * @param {Server} server instance * @param {Socket} conn * @api private */ fun...
{ "pile_set_name": "Github" }
/* $Header: /usr/people/sam/tiff/libtiff/RCS/tif_fax3.h,v 1.8 92/02/10 19:06:37 sam Exp $ */ /* * Copyright (c) 1990, 1991, 1992 Sam Leffler * Copyright (c) 1991, 1992 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby ...
{ "pile_set_name": "Github" }
import cv2 import matplotlib.pyplot as plt def main(): path = "D:\\Youtube Code\\Python\\Python OpenCV3\\Python-OpenCV3\\Dataset\\" imgpath = path + "Damaged Image.tiff" maskpath = path + "Mask.tiff" img = cv2.imread(imgpath, 1) img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) mask= cv2.im...
{ "pile_set_name": "Github" }
<?php /* * @copyright 2015 Mautic Contributors. All rights reserved * @author Mautic * * @link http://mautic.org * * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ // Include local paths include 'paths.php'; // Closure to replace %kernel.root_dir% placeholders $replaceRootPla...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 1999-2017 Alibaba Group Holding Ltd. # # 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-...
{ "pile_set_name": "Github" }
using Microsoft.Xna.Framework; using System; using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace ExampleMod.NPCs { // This ModNPC serves as an example of a complete AI example. public class FlutterSlime : ModNPC { public override void SetStaticDefaults() { // DisplayName.SetDefault("Flutter...
{ "pile_set_name": "Github" }
/* * EHCI HCD (Host Controller Driver) for USB. * * Bus Glue for PPC On-Chip EHCI driver on the of_platform bus * Tested on AMCC PPC 440EPx * * Valentine Barshak <vbarshak@ru.mvista.com> * * Based on "ehci-ppc-soc.c" by Stefan Roese <sr@denx.de> * and "ohci-ppc-of.c" by Sylvain Munaut <tnt@246tNt.com> * * Th...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) 2015-2016 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. ''' This checks if all command line args are documented. Return value is 0 to indicate no error. Author: ...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "pile_set_name": "Github" }
#coding=utf-8 from django.contrib import admin # Register your models here.
{ "pile_set_name": "Github" }
import {Request} from '../lib/request'; import {Response} from '../lib/response'; import {AWSError} from '../lib/error'; import {Service} from '../lib/service'; import {ServiceConfigurationOptions} from '../lib/service'; import {ConfigBase as Config} from '../lib/config-base'; interface Blob {} declare class SavingsPla...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2013, Intel Corporation. * * MEI Library for mei bus nfc device access */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/slab.h> #include <linux/nfc.h> #include "mei_phy.h" struct mei_nfc_hdr { u8 cmd; u8 status; u16...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "IPropertyTextExtractor.h" @interface TPropertySavedSearchQueryExtractor : IPropertyTextExtractor { } - (_Bool)isApplicableTo...
{ "pile_set_name": "Github" }
// Catalano Android Imaging Library // The Catalano Framework // // Copyright © Diego Catalano, 2012-2016 // diego.catalano at live.com // // // This library 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 Fr...
{ "pile_set_name": "Github" }
<html> <head> <title>vorbisfile - vorbisfile_example.c</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>Vorbisfile documentation</p></td> <td align=right><p class=tin...
{ "pile_set_name": "Github" }
/************************************************************************* * * Copyright 2016 Realm Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file source-language="en" target-language="es" datatype="plaintext" original="not.available"> <body> <trans-unit id="58893b99e0cc6" resname="menu.media"> <source>menu.media</source> <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 not ...
{ "pile_set_name": "Github" }
// go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,netbsd package unix const ( SYS_EXIT = 1 // { void|sys||exit(int rval); } SYS_FORK = 2 // { int|sys...
{ "pile_set_name": "Github" }
# Import the types this way so they do not need prefixing for execution. from fprime.common.models.serialize.type_exceptions import * from fprime.common.models.serialize.type_base import * from fprime.common.models.serialize.bool_type import * from fprime.common.models.serialize.enum_type import * from fprime.common.m...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 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" }
/* * NOTE: This copyright does *not* cover user programs that use HQ * program services by normal system calls through the application * program interfaces provided as part of the Hyperic Plug-in Development * Kit or the Hyperic Client Development Kit - this is merely considered * normal use of the program, and do...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020 EKA2L1 Team. * * This file is part of EKA2L1 project. * * 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 option) a...
{ "pile_set_name": "Github" }
# # Makefile for the kernel mmc device drivers. # ifeq ($(CONFIG_MMC_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_MMC) += core/ obj-$(CONFIG_MMC) += card/ obj-$(CONFIG_MMC) += host/
{ "pile_set_name": "Github" }
<style> #logger { height: 80px; overflow-y: auto; color: red; } </style> <strong>Logger: </strong> <ul id="logger"></ul> <div id="editor1" > <p>@</p> <p>@</p> <p>@</p> </div> <script> if ( bender.tools.env.mobile ) { bender.ignore(); } var logger = document.getElementById( 'logger' ), editor = CKEDITOR.r...
{ "pile_set_name": "Github" }
/* ********************************************************************** * Copyright (C) 1998-2010, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * * File ustring.h * * Modification History: * * Date N...
{ "pile_set_name": "Github" }
from pyqrllib.pyqrllib import bin2hstr from qrl.core.State import State from qrl.core.StateContainer import StateContainer from qrl.core.misc import logger from qrl.core.txs.Transaction import Transaction from qrl.generated.qrl_pb2 import LatticePKMetadata class LatticeTransaction(Transaction): def __init__(sel...
{ "pile_set_name": "Github" }
package de_LU import ( "testing" "time" "github.com/go-playground/locales" "github.com/go-playground/locales/currency" ) func TestLocale(t *testing.T) { trans := New() expected := "de_LU" if trans.Locale() != expected { t.Errorf("Expected '%s' Got '%s'", expected, trans.Locale()) } } func TestPluralsRan...
{ "pile_set_name": "Github" }
{ "id": "kerokerokeroppi-cake", "name": "Kerokerokeroppi Cake", "category": "Furniture", "games": { "nl": { "orderable": false, "interiorThemes": [ "Fairy Tale" ], "set": "Welcome amiibo Update", "rvs": [ "toby" ], "buyPrices": [ { ...
{ "pile_set_name": "Github" }
{ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "SubscriptionId": { "type": "string", "metadata": { "description": "Subscrption Id where Org Policy is setup and monitoring dashboard needs to be setu...
{ "pile_set_name": "Github" }
{ "nome": "San Valentino Torio", "codice": "065132", "zona": { "codice": "4", "nome": "Sud" }, "regione": { "codice": "15", "nome": "Campania" }, "provincia": { "codice": "065", "nome": "Salerno" }, "sigla": "SA", "codiceCatastale": "I377", "cap": [ "84010" ], "popolazione": 10439 }
{ "pile_set_name": "Github" }
infodir=usr/share/info filelist="libgomp.info libquadmath.info" post_upgrade() { [ -x usr/bin/install-info ] || return 0 for file in ${filelist}; do install-info $infodir/$file.gz $infodir/dir 2> /dev/null done } pre_remove() { [ -x usr/bin/install-info ] || return 0 for file in ${filelist}; do inst...
{ "pile_set_name": "Github" }
import React from 'react'; import Structure from './Structure'; export default function NotFoundPage() { return ( <Structure title="¯\_(ツ)_/¯"> <p> Nothing to see here. 🚶🏾‍♀️ </p> </Structure> ) }
{ "pile_set_name": "Github" }
import flask app = flask.Flask(__name__)
{ "pile_set_name": "Github" }
syntax = "proto3"; package touches; message Vector { double x = 1; double y = 2; } message Sample { double time = 1; Vector position = 2; double major_radius = 3; } message Stroke { repeated Sample samples = 1; } message Drawing { repeated Stroke strokes = 1; } message DrawingList { repeated Drawi...
{ "pile_set_name": "Github" }