text
stringlengths
2
99.9k
meta
dict
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <body style="font-family:sans-serif"> <table border width="1"><tr><td> a bcd<span>efg</span>hij k </td></tr></table> </body>
{ "pile_set_name": "Github" }
use super::{Map, InitialMapBuilder, BuilderMap, TileType}; use rltk::RandomNumberGenerator; pub struct MazeBuilder {} impl InitialMapBuilder for MazeBuilder { #[allow(dead_code)] fn build_map(&mut self, rng: &mut rltk::RandomNumberGenerator, build_data : &mut BuilderMap) { self.build(rng, build_data)...
{ "pile_set_name": "Github" }
Description : Crée un modèle dans l'application LoopBack. Exemple : {{slc loopback:model Product}} Cette opération ajoute une entrée à {{`Product.json`}} définissant le modèle "Product".
{ "pile_set_name": "Github" }
/* * COPYRIGHT: GPL - See COPYING in the top level directory * PROJECT: ReactOS Virtual DOS Machine * FILE: command.S * PURPOSE: DOS32 command.com for NTVDM * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr) */ // // See http://www.ganino.com/games/scripts/dos-6.0%20...
{ "pile_set_name": "Github" }
name: sqfentity_example description: SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework. author: Hüseyin TOKPINAR <hhtokpinar@gmail.com> homepage: https://github.com/hhtokpinar/sqfEntity version: 1.3.0 en...
{ "pile_set_name": "Github" }
%% Creator: Matplotlib, PGF backend %% %% To include the figure in your LaTeX document, write %% \input{<filename>.pgf} %% %% Make sure the required packages are loaded in your preamble %% \usepackage{pgf} %% %% Figures using additional raster images can only be included by \input if %% they are in the same directo...
{ "pile_set_name": "Github" }
(function (factory) { if (typeof define === 'function' && define.amd) { define(['jquery'], factory); } else if (typeof module === 'object' && typeof module.exports === 'object') { factory(require('jquery')); } else { factory(jQuery); } }(function (jQuery) { // Russian function numpf(n, f, s, t) ...
{ "pile_set_name": "Github" }
/* rsa-encrypt.c The RSA publickey algorithm. PKCS#1 encryption. Copyright (C) 2001 Niels Möller This file is part of GNU Nettle. GNU Nettle is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free ...
{ "pile_set_name": "Github" }
/* Generated from: * ap-northeast-1 (https://d33vqc0rt9ld30.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0, * ap-northeast-2 (https://d1ane3fvebulky.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0, * ap-northeast-3 (https://d2zq80gdmjim8k.cl...
{ "pile_set_name": "Github" }
 Type.registerNamespace("Strings"); Strings.OfficeOM = function() { }; Strings.OfficeOM.registerClass("Strings.OfficeOM"); Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} chce zobrazit nové okno."; Strings.OfficeOM.L_CannotRegisterEvent = "Nedá se zaregistrovat obslužná rutina události."; Strings.OfficeOM.L_Not...
{ "pile_set_name": "Github" }
{ "throws": "Unterminated regular expression (1:1)" }
{ "pile_set_name": "Github" }
<?php /** * @package Campsite */ /** * @package Campsite */ final class MetaPlaylist { /** * Constructor * * @param string $p_number * @param string $p_count * @param string $p_name * @param string $p_content * @param string $p_formattingStart * @param string $p_format...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ use \Magento\Framework\Component\ComponentRegistrar; ComponentRegistrar::register(ComponentRegistrar::THEME, 'frontend/Magento_FrameworkThemeTest/default', __DIR__);
{ "pile_set_name": "Github" }
<template> <div class="preview-box"> <div class="preview-body"> <img :src="preview" alt="" /> <p class="message" v-if="this.message"> {{ this.message }} </p> </div> <div class="preview-footer"> <button @click="back" class="red">重新选择</button> <button @click="speech" class="blue">语音播...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <TVKit/TVCollectionView.h> @interface _TVInertiaContainingCollectionView : TVCollectionView { } - (_Bool)_containsInertiaSelectionChanges; @end
{ "pile_set_name": "Github" }
module WebSocket class WsConnection attr_accessor :custom_headers def http_handshake key = WebSocket.create_key headers = [ "Host: #{@host}:#{@port}", "Connection: Upgrade", "Upgrade: websocket", "Sec-WebSocket-Version: 13", "Sec-WebSocket-Key: #{key}" ...
{ "pile_set_name": "Github" }
<?php namespace Emtudo\Units\Search\Courses\Providers; use Emtudo\Units\Search\Courses\Routes\Api; use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider; class RouteServiceProvider extends ServiceProvider { /** * This namespace is applied to your controller routes. * ...
{ "pile_set_name": "Github" }
# string_decoder ***Node-core v8.9.4 string_decoder for userland*** [![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/) [![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/) ```bash npm inst...
{ "pile_set_name": "Github" }
/* FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ #include "fuse_opt.h" #include "fuse_misc.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert....
{ "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" }
// Copyright (C) 2016 by rr- // // This file is part of arc_unpacker. // // arc_unpacker 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) any later vers...
{ "pile_set_name": "Github" }
# 在原始高清文件夹下运行,压制 webp 图片 for file in *.jpg; do echo $file ${file%%.*}.webp; convert -resize 1920x1920 $file ../${file%%.*}.webp; done
{ "pile_set_name": "Github" }
/* * HaOptModule.cpp * * Created on: Oct 29, 2012 * Modified Code: Kamal Sharma * Original Code: Jeff Keasler */ #include "HaOptModule.hpp" #include "TALCAttribute.cpp" /** * Hardware Optimizer constructor * @param args Command Line arguments * @param meta Meta file handler */ HaOptModule::HaOptM...
{ "pile_set_name": "Github" }
linuxlibertine.sf.net If you want to report bugs please decide if you want to: - use the bug tracking system on sourceforge (see linuxlibertine.sf.net -> bugtracker) - send a mail to philthelion (at) sf.net -Hinting is still not perfect (you will find hinting faults that deform glyphs in an ugly way but this effetcs ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 96e7a4955fb484059b8ba72c253c3091 folderAsset: yes timeCreated: 1546562654 licenseType: Pro DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
use Test::Nginx::Socket::Lua; use Cwd qw(cwd); my $pwd = cwd(); our $HttpConfig = qq{ lua_package_path "$pwd/lib/?.lua;;"; lua_package_cpath "$pwd/lib/?.lua;;"; }; repeat_each(3); plan tests => repeat_each() * 3 * blocks(); no_shuffle(); run_tests(); __DATA__ === TEST 1: Merge done in init --- http_config eval ...
{ "pile_set_name": "Github" }
/* Include file for the R3 cone class */ /* Initialization functions */ int R3InitCone(); void R3StopCone(); /* Class definition */ class R3Cone : public R3Solid { public: // Constructor functions R3Cone(void); R3Cone(const R3Cone& cone); R3Cone(const R3Span& axis, RNLength radius);...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # Cloud Foundry Java Buildpack # Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache....
{ "pile_set_name": "Github" }
// // AppDelegate.h // Getting Started // // Created by Swartz on 11/19/14. // Copyright (c) 2014 TokBox, Inc. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "pile_set_name": "Github" }
{ "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com", "url": "http://www.futurealoof.com" }, "name": "cookie-jar", "description": "Cookie Jar. Originally pulled form tobi, maintained as vendor in request, now a standalone module.", "version": "0.3.0", "repository": { "ur...
{ "pile_set_name": "Github" }
<?php class Filter { private $mDom; private $mXss; private $mOk; private $mAllowAttr = array('title', 'src', 'href', 'id', 'class', 'style', 'width', 'height', 'alt', 'target', 'align'); private $mAllowTag = array('a', 'img', 'br', 'strong', 'b', 'code', 'pre', 'p', 'div', 'em', 'span', 'h1...
{ "pile_set_name": "Github" }
import io import os import hashlib import getpass from base64 import standard_b64encode from distutils import log from distutils.command import upload as orig from distutils.spawn import spawn from distutils.errors import DistutilsError from setuptools.extern.six.moves.urllib.request import urlopen, Request from se...
{ "pile_set_name": "Github" }
using System.Globalization; using System.Runtime.CompilerServices; using Lucene.Net.Util; namespace Raven.Server.Documents.Indexes.Persistence.Lucene.Analyzers { public struct LowerCaseKeywordTokenizerHelper : ILowerCaseTokenizerHelper { private static readonly TextInfo _invariantTextInfo = Cu...
{ "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" }
/* * Software License Agreement (BSD License) * * Copyright (c) 2011, Southwest Research Institute * 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 ...
{ "pile_set_name": "Github" }
package me.zjns.lovecloudmusic.hooker; import android.graphics.Canvas; import android.os.BaseBundle; import android.os.Build; import android.os.Bundle; import android.view.View; import android.widget.LinearLayout; import de.robv.android.xposed.XC_MethodHook; import me.zjns.lovecloudmusic.hooker.base.BaseHook; import...
{ "pile_set_name": "Github" }
package yamux import ( "bufio" "fmt" "io" "io/ioutil" "log" "math" "net" "strings" "sync" "sync/atomic" "time" ) // Session is used to wrap a reliable ordered connection and to // multiplex it into multiple streams. type Session struct { // remoteGoAway indicates the remote side does // not want futher c...
{ "pile_set_name": "Github" }
/* Copyright 2012 Google 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 agreed to in writing, software dis...
{ "pile_set_name": "Github" }
%%% -*-mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*- %%% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et: %%% %%% Copyright 2015 Panagiotis Papadomitsos. All Rights Reserved. %%% -module(gen_rpc_helper). -author("Panagiotis Papadomitsos <pj@ezgr.net>"). %%% Since a lot of these function...
{ "pile_set_name": "Github" }
# Tenko parser autogenerated test case - From: tests/testcases/assigns/to_keyword/autogen.md - Path: tests/testcases/assigns/to_keyword/gen/should_listen_to_use_strict_directive_in_getter_wrapped/do.md > :: assigns : to keyword : gen : should listen to use strict directive in getter wrapped > > ::> do ## Input ```...
{ "pile_set_name": "Github" }
#include <iostream> #include <string> #include <liboauthcpp/liboauthcpp.h> /* These are input settings that make this demo actually work -- you need to get * these, e.g. by referring to the Twitter documentation and by registering an * application with them. Here we have examples from Twitter. If you * don't enter ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewControll...
{ "pile_set_name": "Github" }
// *************************************************************************** // * // * Copyright (C) 2010 International Business Machines // * Corporation and others. All Rights Reserved. // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java // * Source File:<path>/common/main/zh_TW.xml // * // **************...
{ "pile_set_name": "Github" }
#!/usr/local/ActiveTcl/bin/tclsh # ----------------------------------------------------------------- # # The HMM-Based Speech Synthesis System (HTS) # # developed by HTS Working Group # # http://hts.sp.nitech.ac.jp/ # # -----...
{ "pile_set_name": "Github" }
/* Copyright 2015 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" }
package com.github.megatronking.svg.iconlibs; import android.content.Context; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.Paint; import com.github.megatronking.svg.support.SVGRenderer; /** * AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically gen...
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:Mike Harris, Aaron Giles /*************************************************************************** Namco 51XX This custom chip is a Fujitsu MB8843 MCU programmed to act as an I/O device with built-in coin management. It is also apparently used as a prote...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 The Guava 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 agre...
{ "pile_set_name": "Github" }
#include "test/mocks/router/router_filter_interface.h" using testing::AnyNumber; using testing::Return; using testing::ReturnRef; namespace Envoy { namespace Router { MockRouterFilterInterface::MockRouterFilterInterface() : config_("prefix.", context_, ShadowWriterPtr(new MockShadowWriter()), router_proto) { a...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2014 Chukong Technologies Inc. http://www.cocos2d-x.org 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...
{ "pile_set_name": "Github" }
package com.hry.spring.spel.multiway.xml; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; /** * 通过注解使用Spring EL * * @aut...
{ "pile_set_name": "Github" }
import string; import behaviour; import runtime; import ds/tree; import math/geometry; // This is a variant of behaviours where transforms are "distinct" and the transform // functions can be fused together. Things are guaranteed to be leak free when you // only use these functions and remember to free the result from...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_LIBURCU bool "liburcu" depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64 depends on BR2_TOOLCHAIN_HAS_THREADS help Userspace implementation of the Read-Copy-Update (RCU) synchronization mechanism. This library is mainly used by the LTTng tracing infrastructure, but...
{ "pile_set_name": "Github" }
// externalfile.h -- Serve static files through HTTP/HTTPS // Copyright (C) 2008-2009 Markus Gutschke <markus@shellinabox.com> // // 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. // ...
{ "pile_set_name": "Github" }
# # MIT - (c) 2016 ThomasTJ (TTJ) # [FRAMEWORK] NAME = WMDframe VERSION = 1.0 DATE = 2017/01/01 AUTHOR = ThomasTJdev [ENVIRONMENT] # Your local update command UPDATE_COMM = yaourt -S #UPDATE_COMM = pacman -S #UPDATE_COMM = apt-get update #UPDATE_COMM = yum update # Your local install command INSTALL_COMM = yaourt ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>about - jekyll-3.2.1 Documentation</title> <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../../"; </script> <script type="...
{ "pile_set_name": "Github" }
{ "injectionSwitch": { "func": "glUniform2f", "args": [ 0.0, 1.0 ] }, "resolution": { "func": "glUniform2f", "args": [ 256.0, 256.0 ] }, "$compute": { "num_groups": [ 1, 3, 1 ], "buffer": { "binding": 0, "fields": [ ...
{ "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" }
<?php /* * This file is part of the HTML sanitizer project. * * (c) Titouan Galopin <galopintitouan@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Tests\HtmlSanitizer\Sanitizer; use HtmlSanitizer\Extension\...
{ "pile_set_name": "Github" }
*> \brief <b> CSYSV_AA_2STAGE computes the solution to system of linear equations A * X = B for SY matrices</b> * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download CSYSV_AA_2STAGE + dependencies *> <a hr...
{ "pile_set_name": "Github" }
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mozilla.gecko.annotationProcessors.classloader; import java.util.Iterator; /** * Class for iteratin...
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class ColorbarValidator(_plotly_utils.basevalidators.CompoundValidator): def __init__(self, plotly_name="colorbar", parent_name="heatmap", **kwargs): super(ColorbarValidator, self).__init__( plotly_name=plotly_name, parent_name=parent_name, ...
{ "pile_set_name": "Github" }
/* * This file is part of UBIFS. * * Copyright (C) 2006-2008 Nokia Corporation * * 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. * * This program is distributed in the hope th...
{ "pile_set_name": "Github" }
--**************************************************************************** --** --** File : /lua/aeonunits.lua --** Author(s): John Comes, Gordon Duclos --** --** Summary : --** --** Copyright © 2005 Gas Powered Games, Inc. All rights reserved. --**********************************************************...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Thu Jan 01 17:43:59 PST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.f...
{ "pile_set_name": "Github" }
# Copyright 2015 The TensorFlow Authors. 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" }
package rocks.inspectit.server.dao; import java.util.Collection; import java.util.Date; import java.util.List; import rocks.inspectit.shared.all.communication.DefaultData; import rocks.inspectit.shared.all.communication.data.HttpTimerData; import rocks.inspectit.shared.all.communication.data.JmxSensorValueData; /** ...
{ "pile_set_name": "Github" }
<!-- Config page --> <?jelly escape-by-default='true'?> <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"> <f:entry title="${%Description}" help="/help/system-config/master-slave/description.html"> <f:textbox fi...
{ "pile_set_name": "Github" }
(library (name scope2) (public_name scope2))
{ "pile_set_name": "Github" }
$("#g-confirm-delete").submit( function() { $("#g-confirm-delete input[type=submit]").gallery_show_loading(); } );
{ "pile_set_name": "Github" }
The steps to get this Android UI working are: 1. Add a reference to your Core PCL project 2. Remove any old `MainLauncher` activities - eg Activity1
{ "pile_set_name": "Github" }
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.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 Free Software Foundation; either ...
{ "pile_set_name": "Github" }
{ "swagger": "2.0", "info": { "version": "1.0.0", "title": "Swagger Petstore", "description": "A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification", "termsOfService": "http://swagger.io/terms/", "contact": { "name": "Swagger API Team" ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2013 Freescale Semiconductor, Inc. */ #include <linux/clk-provider.h> #include <linux/err.h> #include <linux/io.h> #include <linux/slab.h> #include "clk.h" /** * struct clk_fixup_mux - imx integer fixup multiplexer clock * @mux: the parent class * @...
{ "pile_set_name": "Github" }
User-agent: * Disallow:
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Welsh [cy] //! author : Robert Allen ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../momen...
{ "pile_set_name": "Github" }
// This source file is part of the Swift.org open source project // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE.txt for license information // See https://swift.org/CONTRIBUTORS.txt for the li...
{ "pile_set_name": "Github" }
package Leetcode; /** * Created by rbhatnagar2 on 1/15/17. */ public class Q328_Odd_Even_Linked_List { }
{ "pile_set_name": "Github" }
# ----------------------------------------------------------------------------- # $RCSfile: Makefile.am,v $ # # See Copyright for the status of this software. # # The OpenSOAP Project # http://opensoap.jp/ # ----------------------------------------------------------------------------- EXTRA_DIST = \ ReadMeDCOM....
{ "pile_set_name": "Github" }
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org) # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php # (c) 2005 Clark C. Evans # This module is part of the Python Paste Project and is released under # the MIT License: http://www.opensource.org/licenses...
{ "pile_set_name": "Github" }
# -*- encoding: utf-8 -*- module IOSpecs class SubIO < IO end def self.collector Proc.new { |x| ScratchPad << x } end def self.lines [ "Voici la ligne une.\n", "Qui \303\250 la linea due.\n", "\n", "\n", "Aqu\303\255 est\303\241 la l\303\255nea tres.\n", "Hier ist Zeil...
{ "pile_set_name": "Github" }
#**************************************************************************** #** #** File : /cdimage/units/URB0102/URB0102_script.lua #** Author(s): David Tomandl #** #** Summary : Cybran Tier 1 Air Factory Script #** #** Copyright © 2005 Gas Powered Games, Inc. All rights reserved. #*********************...
{ "pile_set_name": "Github" }
-- -- Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH -- under one or more contributor license agreements. See the NOTICE file -- distributed with this work for additional information regarding copyright -- ownership. Camunda licenses this file to you under the Apache License, -- Version 2.0; y...
{ "pile_set_name": "Github" }
/* * Freeplane - mind map editor * * Copyright (C) 2020 Felix Natter * * 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, or * (at your option) any la...
{ "pile_set_name": "Github" }
// Copyright 2016 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum 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 Free Software Foundation, either version 3 of the License...
{ "pile_set_name": "Github" }
# filename: mcrouter1.mrt # routing table for router 1 of multicast network 2 # connected to host 1,2,3 and router 2 # author: Jochen Reber ifconfig: # ethernet card (modelled by point-to-point link) name: ppp0 inet_addr: 10.1.1.2 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST name: ppp1 inet_addr: 10.1.2.1 MTU: 1...
{ "pile_set_name": "Github" }
@echo off call ..\..\..\..\..\SetCompilerVars.bat set file=gui lcc.exe -O -I%PELOCK_SDK_C% %file%.c lcclnk.exe -reloc -s -subsystem windows %file%.obj %file%.res del *.obj if defined PELOCK_COMPILE_ALL goto end pause cls :end
{ "pile_set_name": "Github" }
var struct_v_s_t_g_u_i_1_1_c_view_private_1_1_view_took_focus = [ [ "ViewTookFocus", "struct_v_s_t_g_u_i_1_1_c_view_private_1_1_view_took_focus.html#ab3bfe914b3055aa9762d6f9e5f841d65", null ], [ "operator()", "struct_v_s_t_g_u_i_1_1_c_view_private_1_1_view_took_focus.html#ac89881bc32608e116258fcfe8bd16e34", nul...
{ "pile_set_name": "Github" }
// @ts-nocheck 'use strict'; const _ = require('lodash'); const isStandardSyntaxRule = require('../../utils/isStandardSyntaxRule'); const parseSelector = require('../../utils/parseSelector'); const report = require('../../utils/report'); const ruleMessages = require('../../utils/ruleMessages'); const styleSearch = re...
{ "pile_set_name": "Github" }
-- between.test -- -- execsql {INSERT INTO t1 VALUES(w,x,y,z)} INSERT INTO t1 VALUES(w,x,y,z)
{ "pile_set_name": "Github" }
#ifndef MuonGEMDetLayerGeometryBuilder_h #define MuonGEMDetLayerGeometryBuilder_h /** \class MuonGEMDetLayerGeometryBuilder * * Build the GEM DetLayers. * * \author R. Radogna */ class DetLayer; class MuRingForwardDoubleLayer; class MuDetRing; #include <Geometry/GEMGeometry/interface/GEMGeometry.h> #include "...
{ "pile_set_name": "Github" }
package android.app; import android.graphics.Bitmap; import android.graphics.Rect; public abstract class AbsWallpaperManagerInner { public interface IBlurWallpaperCallback { void onBlurWallpaperChanged(); } public Bitmap getBlurBitmap(Rect rect) { return null; } public void setC...
{ "pile_set_name": "Github" }
/** * Polish translation for bootstrap-datepicker * Robert <rtpm@gazeta.pl> */ ;(function($){ $.fn.datepicker.dates['pl'] = { days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"], daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", ...
{ "pile_set_name": "Github" }
package com.snowalker; import com.snowalker.lock.redisson.config.EnableRedissonLock; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annotation.EnableScheduling; @EnableRedissonLock @EnableScheduling @SpringB...
{ "pile_set_name": "Github" }
// Copyright (C) 2005 Arkadiy Vertleyb, Peder Holt. // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_TYPEOF_STD_istream_hpp_INCLUDED #define BOOST_TYPEOF_STD_istream_hpp_INCLUDED #include <istream> #include <boost/type...
{ "pile_set_name": "Github" }
/** * \brief Errno definitions * \author Sebastian Sumpf * \date 2017-08-24 */ /* * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ #ifndef _ERRNO_H_ #define _ERRNO_H_ enum ...
{ "pile_set_name": "Github" }
#====================================================================== # # Trigger Tests # test cases for TRIGGER privilege on db, table and column level #====================================================================== --disable_abort_on_error ######################################################### ########...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of goeswith in UD_Estonian-EWT' udver: '2' --- ## Treebank Statistics: UD_Estonian-EWT: Relations: `goeswith` This relation is universal. 9 nodes (0%) are attached to their parents as `goeswith`. 9 instances of `goeswith` (100%) are left-to-right (parent precedes child). Average...
{ "pile_set_name": "Github" }
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ~ COORDINATES ~ --> <!...
{ "pile_set_name": "Github" }
// // arduino-serial-lib -- simple library for reading/writing serial ports // // 2006-2013, Tod E. Kurt, http://todbot.com/blog/ // #include "arduino-serial-lib.h" #include <stdio.h> // Standard input/output definitions #include <unistd.h> // UNIX standard function definitions #include <fcntl.h> // File co...
{ "pile_set_name": "Github" }