text
stringlengths
2
99.9k
meta
dict
/* Copyright Massachusetts Institute of Technology 1985 */ #include "copyright.h" /* * XMenu: MIT Project Athena, X Window system menu package * * XMenuSetFreeze - Forcibly set the menu freeze mode switch * overriding the Xdefaults setting. * This is necessary in some situations. * * Author: Tony...
{ "pile_set_name": "Github" }
import random from boopak.package import * from boodle import agent, stereo from boodle import builtin play = bimport('org.boodler.play') nature = bimport('org.emacspeak.nature') water = bimport('org.boodler.old.water') wavesounds = [ water.waves_lapping, water.waves_light, water.waves_rough, water.waves_flo...
{ "pile_set_name": "Github" }
%---------------------------------------------------------------------------% % vim: ft=mercury ts=4 sw=4 et %---------------------------------------------------------------------------% % Copyright (C) 1994-2012 The University of Melbourne. % This file may only be copied under the terms of the GNU General % Public Lic...
{ "pile_set_name": "Github" }
/* * 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 * distributed u...
{ "pile_set_name": "Github" }
// Copyright 2017, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <suite name="SuiteTwo"> <!-- If add more test cases In this suite, You need to add them as bellow. --> <test name="SuiteTwoCaseOne"> <classes> <class name="com.stta.SuiteTwo.SuiteTwoCaseOne" ></class> </classes> </test> <test name="SuiteTwoCaseTwo"> <class...
{ "pile_set_name": "Github" }
Menu commands are called by there name and a number of options parameters. The following forms are valid syntax command without parameters : menucmd command with one parameter : menucmd "xyz" command with two parameters : menucmd 123, "abc def" command with two parameters : menucmd(456,"abc") Most menu commands ru...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","el",{title:"Ιδιότητες Υποκαθιστόμενου Κειμένου",toolbar:"Δημιουργία Υποκαθιστόμενου Κειμένου",name:"Όνομα Υποκαθιστόμενου Κειμένου",inv...
{ "pile_set_name": "Github" }
package com.google.android.play.core.splitinstall; import android.os.RemoteException; import com.google.android.play.core.remote.RemoteTask; import com.google.android.play.core.tasks.TaskWrapper; import java.util.List; final class StartInstallTask extends RemoteTask { private final SplitInstallService mSplitIn...
{ "pile_set_name": "Github" }
{ "name": "hot-reloading-example", "version": "0.0.1", "description": "Counters app with hot reloading of components", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Simon Friis Vindum", "license": "MIT", "devDependencies": { "babel-core": ...
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build ignore package main import ( "flag" "log" "golang.org/x/text/internal/gen" "golang.org/x/text/internal/triegen" "golang.org/x/text/internal/uc...
{ "pile_set_name": "Github" }
# # Makefile to run all tests for Vim on VMS # # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> # # Last change: 2016 Nov 04 # # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. # Edit the lines in the Configuration section below to select. # # Exec...
{ "pile_set_name": "Github" }
// pattern matcher crashes here trying to synthesize an unneeded outer test. // no-symbol does not have an owner // at scala.reflect.internal.SymbolTable.abort(SymbolTable.scala:49) // at scala.tools.nsc.Global.abort(Global.scala:253) // at scala.reflect.internal.Symbols$NoSymbol.owner(Symbols.scala:3248) // at sca...
{ "pile_set_name": "Github" }
synopsis : cro-magnon ayla loses her mother to an earthquake and escapes certain death by a lion . reluctantly rescued by a neanderthal clan who likes to have sex doggy-style , ayla grows up to become a blond , feminist supermodel who challenges the neanderthal patriarchy by throwing rocks and giving birth without a m...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * * 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 * ri...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the full copyright and license information, ple...
{ "pile_set_name": "Github" }
package com.netflix.discovery.internal.util; import com.netflix.archaius.api.Config; import org.junit.Assert; import org.junit.Test; import org.mockito.Mockito; /** * @author David Liu */ public class InternalPrefixedConfigTest { @Test public void testPrefixes() { Config configInstance = Mockito.mo...
{ "pile_set_name": "Github" }
// Copyright 2008 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_REGEXP_REGEXP_MACRO_ASSEMBLER_TRACER_H_ #define V8_REGEXP_REGEXP_MACRO_ASSEMBLER_TRACER_H_ #include "src/regexp/regexp-macro-assembler.h" n...
{ "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 http://swift.org/LICENSE.txt for license information See http://swift.org/CONTRIBUTORS.txt for Swift project au...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -fexceptions -fcxx-exceptions -std=c++11 -o - %s | FileCheck %s struct non_trivial { non_trivial(); ~non_trivial() noexcept(false); }; non_trivial::non_trivial() {} non_trivial::~non_trivial() noexcept(false) {} // We use a virtual base to ensure that the...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission ...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !gccgo #include "textflag.h" // // System call support for AMD64, FreeBSD // // Just jump to package syscall's implementation for all these functio...
{ "pile_set_name": "Github" }
//===- llvm/ADT/STLExtras.h - Useful STL related functions ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import sys from rqt_rotors.hil_plugin import HilPlugin from rqt_gui.main import Main plugin = 'rqt_rotors.hil_plugin.HilPlugin' main = Main(filename=plugin) sys.exit(main.main(sys.argv, standalone=plugin))
{ "pile_set_name": "Github" }
#include "IRremote.h" #include "IRremoteInt.h" #include "ir_Lego_PF_BitStreamEncoder.h" //============================================================================== // L EEEEEE EEEE OOOO // L E E O O // L EEEE E EEE O O // L E E E O O ...
{ "pile_set_name": "Github" }
.. i18n: .. index:: .. i18n: single: Configuration .. i18n: single: Administration .. .. index:: single: Configuration single: Administration .. i18n: .. _ch-config: .. i18n: .. i18n: ****************************** .. i18n: Configuration & Administration .. i18n: ****************************** .. .. _ch...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Xamarin.Forms; using Xamarin.Forms.Xaml; [assembly: XamlCompilation(XamlCompilationOptions.Compile)] namespace FlexLayoutDemos { public partial class App : Application { public App () { InitializeComponent(); ...
{ "pile_set_name": "Github" }
({ next: "Ďalej", previous: "Predchádzajúci", done: "Hotovo" })
{ "pile_set_name": "Github" }
<resources> <string name="app_name">Pie Message</string> <string name="action_settings">Settings</string> <string name="title_activity_message">MessageActivity</string> <string name="insert_number"><![CDATA[<Insert Number>]]></string> <string name="title_activity_conversation">ConversationActivity</...
{ "pile_set_name": "Github" }
################################################################################ # # gdbm # ################################################################################ GDBM_VERSION = 1.11 GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm GDBM_LICENSE = GPLv3+ GDBM_LICENSE_FILES = COPYING GDBM_INSTALL_STAGING = YES $(eval $(aut...
{ "pile_set_name": "Github" }
# Copyright 2015 F5 Networks 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 writi...
{ "pile_set_name": "Github" }
<help page="Element Manager"> <p>This is the Element Manager, where you create and edit Elements. Elements are instances of Element Types, and are the building blocks of story and media documents. You should first read <a href="http://bricolagecms.org/docs/current/api/Bric::ElementAdmin" onclick="var newWin = window.o...
{ "pile_set_name": "Github" }
//** // Print Stylesheet //** @media print { header, nav, footer { display: none; } img { max-width: 500px; } body { font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3; } }
{ "pile_set_name": "Github" }
package liquibase.integration.ant; import junit.framework.TestSuite; import org.apache.ant.antunit.junit3.AntUnitSuite; import org.apache.ant.antunit.junit4.AntUnitSuiteRunner; import org.junit.runner.RunWith; import java.io.File; import java.net.URISyntaxException; import java.net.URL; @RunWith(AntUnitSuiteRunner.c...
{ "pile_set_name": "Github" }
@addTagHelper *, WebVella.Erp.Plugins.Core @addTagHelper *, WebVella.Erp.Web @addTagHelper *, WebVella.TagHelpers @using WebVella.Erp.Web.Utils; @using WebVella.Erp.Web; @using WebVella.Erp.Api.Models; @using WebVella.Erp.Plugins.Project.Components; @{ var options = (PcProjectWidgetTasksQueue.PcProjectWidgetTasksQueu...
{ "pile_set_name": "Github" }
// Copyright (c) 2020 10X Genomics, Inc. All rights reserved. package refactoring import ( "fmt" "os" "strings" "github.com/martian-lang/martian/martian/syntax" ) // RemoveUnusedOutputs finds outputs for pipelines and removes them if they are // not bound in any reference, and the pipeline in question is not li...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
package com.android.dp.book.chapter27.builder; //具体的 Computer 类,Macbook public class Samsung extends SmartDevice { protected Samsung() { } @Override public void setOS() { mOS = "三星 Android系统"; } }
{ "pile_set_name": "Github" }
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
{ "pile_set_name": "Github" }
/* Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title> Sürümler </title> </head> <body bgcolor="#ffffff"> <h1>Sürümler</h1> <p> Aşağıdaki sürümler yapıldı: <table> <tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td><a href="2_7_0.html">2.7...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2018, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
/* Generate shifts for 1-D regularized autoregression double sides (include the trace self for 3D shifts). */ /* Copyright (C) 2012 University of Texas at Austin 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 ...
{ "pile_set_name": "Github" }
// +build js package runewidth func IsEastAsian() bool { // TODO: Implement this for the web. Detect east asian in a compatible way, and return true. return false }
{ "pile_set_name": "Github" }
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.2.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") ad...
{ "pile_set_name": "Github" }
<?php return array( 'Select' => 'Tallózás', 'Deselect_All' => 'Kijelölés törlése', 'Select_All' => 'Összes kijelölése', 'Erase' => 'Törlés', 'Open' => 'Megnyitás', 'Confirm_del' => 'Biztosan törlöd ezt a fájlt?', 'All' => 'Összes', 'Files' => 'fájl', 'Images' => 'Képek', 'Archi...
{ "pile_set_name": "Github" }
import subprocess import ajenti from ajenti.api import * from ajenti.plugins.main.api import SectionPlugin from ajenti.ui import on from ajenti.ui.binder import Binder from reconfigure.configs import FSTabConfig from reconfigure.items.fstab import FilesystemData import disks class Mount (object): def __init__(...
{ "pile_set_name": "Github" }
# Set the warning/log level to 3 -W3 # output grf -ftr #bitmap mode -gb # Set the bit depth to 4 (16 colors) -gB4 #The Transperant colour of 0xFF00FF -gT FF00FF ################## # Old Parameters #-W3 # disable alpha and set opaque bit for all pixels #-gT! # use lz77 compression #-gzl # 16 bit bitmap #-gB16 ###...
{ "pile_set_name": "Github" }
/*! * \file turb_convection.hpp * \brief Delarations of numerics classes for discretization of * convective fluxes in turbulence problems. * \author F. Palacios, T. Economon * \version 7.0.6 "Blackbird" * * SU2 Project Website: https://su2code.github.io * * The SU2 Project is maintained by the SU2 Foun...
{ "pile_set_name": "Github" }
{-# LANGUAGE OverloadedStrings #-} -- | -- A worker that simulates some work with a timeout -- And send back "World" -- Connect REP socket to tcp://*:5560 -- Expects "Hello" from client, replies with "World" -- module Main where import System.ZMQ4.Monadic import Control.Monad (forever) import Data.ByteString.Char8 (...
{ "pile_set_name": "Github" }
package com.fasterxml.jackson.databind.introspect; import java.util.Objects; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.exc.InvalidDe...
{ "pile_set_name": "Github" }
<?php namespace WeDevs\Dokan\Upgrade\Upgrades; use WeDevs\Dokan\Abstracts\DokanUpgrader; class V_2_9_13 extends DokanUpgrader { /** * Update single product multi vendor module table * * @return void */ public static function update_spmv_product_map_table() { global $wpdb; ...
{ "pile_set_name": "Github" }
--- title: Using Built-in WixUI Dialog Sets layout: documentation --- # Using Built-in WixUI Dialog Sets The WixUI dialog library contains the following built-in dialog sets that provide a familiar wizard-style setup user interface. 1. [WixUI_Advanced](dialog_reference/WixUI_advanced.html) 1. [WixUI_FeatureTree](dia...
{ "pile_set_name": "Github" }
const fs = require('fs'); const html = fs.readFileSync('./dist/index.html'); const jsFile = fs.readdirSync('dist').find(s => s.endsWith('.js')); const jsFileContents = fs.readFileSync('./dist/' + jsFile); const newHTML = html .toString() .replace(/<script.*<\/script>/gm, '') .replace('</body>', `<script>${jsFil...
{ "pile_set_name": "Github" }
# Runtime v2 Runtime v2 introduces a first class shim API for runtime authors to integrate with containerd. The shim API is minimal and scoped to the execution lifecycle of a container. ## Binary Naming Users specify the runtime they wish to use when creating a container. The runtime can also be changed via a contai...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ SWIG generation server. Listens for connections from swig generation clients and runs swig in the requested fashion, sending back the results. """ # Future imports from __future__ import absolute_import from __future__ import print_function # Python modules import argparse import io import...
{ "pile_set_name": "Github" }
package chaction.style { /* 软件名称:chplayer 软件作者:http://www.chplayer.com 开源软件协议:Mozilla Public License, version 2.0(MPL 2.0) MPL 2.0协议英文(原文,正本)查看地址:https://www.mozilla.org/en-US/MPL/2.0/ MPL 2.0协议中文(翻译)查看地址:http://www.chplayer.com/res/Mozilla_Public_License_2.0_Simplified_Chinese_Reference.txt 文件最后更新...
{ "pile_set_name": "Github" }
(* symbol.sml the signature *) (* $Log: symbol.sml,v $ Revision 1.4 1992/09/15 17:06:52 jont Added strict less than functions for all the symbol types Revision 1.3 1991/11/21 16:00:03 jont Added copyright message Revision 1.2 91/11/19 12:16:26 jont Merging in comments from Ten15 branch to main trunk Revision...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>arm_correlate_q31.d File Reference</title> <link href="tabs.css" rel="s...
{ "pile_set_name": "Github" }
// // LoginRequest.m // TILLiveSDKShow // // Created by wilderliao on 16/11/30. // Copyright © 2016年 Tencent. All rights reserved. // #import "LoginRequest.h" @implementation LoginRequest - (NSString *)url { // return @"https://sxb.qcloud.com/sxb/index.php?svc=account&cmd=login"; NSString *host = [self ho...
{ "pile_set_name": "Github" }
{ "name": "test", "dependencies": { "fake": "x" } }
{ "pile_set_name": "Github" }
# #About: This will install postfix # --- - hosts: '{{inventory}}' become: yes roles: - postfix
{ "pile_set_name": "Github" }
package session import ( "sync" "github.com/256dpi/gomqtt/packet" ) // PacketStore is a goroutine safe packet store. type PacketStore struct { packets map[packet.ID]packet.Generic mutex sync.RWMutex } // NewPacketStore returns a new PacketStore. func NewPacketStore() *PacketStore { return &PacketStore{ pac...
{ "pile_set_name": "Github" }
--- title: Content Summaries linktitle: Summaries description: Hugo generates summaries of your content. date: 2017-01-10 publishdate: 2017-01-10 lastmod: 2017-01-10 categories: [content management] keywords: [summaries,abstracts,read more] menu: docs: parent: "content-management" weight: 90 weight: 90 #rem d...
{ "pile_set_name": "Github" }
[![Stories in Ready](https://badge.waffle.io/sciactive/pnotify.png?label=ready&title=Ready)](http://waffle.io/sciactive/pnotify) [![Stories in Progress](https://badge.waffle.io/sciactive/pnotify.png?label=in progress&title=In Progress)](http://waffle.io/sciactive/pnotify) PNotify is a JavaScript notification plugin, d...
{ "pile_set_name": "Github" }
dependencies: \ /Users/nikhilsridhar/Desktop/Geofirestore-ios/Example/Pods/BoringSSL/crypto/cipher_extra/e_ssl3.c \ /Users/nikhilsridhar/Desktop/Geofirestore-ios/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/BoringSSL.build/module.modulemap \ /Users/nikhilsridhar/Desktop/Geofirestore-ios/Example/Po...
{ "pile_set_name": "Github" }
# babel-plugin-transform-es2015-classes > Compile ES2015 classes to ES5 ## Caveats Built-in classes such as `Date`, `Array`, `DOM` etc cannot be properly subclassed due to limitations in ES5 (for the [es2015-classes](http://babeljs.io/docs/plugins/transform-es2015-classes) plugin). You can try to use [babel-...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <robot name="turtlebot_gazebo" xmlns:xacro="http://ros.org/wiki/xacro"> <!-- Microsoft Kinect / ASUS Xtion PRO Live for simulation --> <xacro:macro name="turtlebot_sim_3dsensor"> <gazebo reference="camera_link"> <sensor type="depth" name="camera"> <always_on>true</always_on...
{ "pile_set_name": "Github" }
<Window x:Class="OsEngine.Entity.ProxiesUi" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Proxies" Height="349.555" Width="662" MinWidth="690" MinHeight="200" Topmost="True" Style="{StaticResource WindowStyleCanResi...
{ "pile_set_name": "Github" }
{include file="CRM/common/TrackingFields.tpl"} <div class="crm-block crm-form-block crm-eventcart-participantsandprices"> {if $contact} <div class="messages status no-popup"> {ts 1=$contact.display_name}Welcome %1{/ts}. (<a href="{crmURL p='civicrm/event/cart_checkout' q="cid=0&reset=1"}" title="{ts}Click...
{ "pile_set_name": "Github" }
Building mintty requires gcc >=3.x for Cygwin or MSYS. It can not be built with a MinGW compiler, because it relies on some Unix facilities that are not available on plain Windows, in particular pseudo terminal devices (ptys). To compile, just run 'make'. (Add a -j option as desired.) To install, simply copy mintty...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2020 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) 2017-2018 Titus Cieslewski, RPG, University of Zurich, Switzerland You can contact the author at <titus at ifi dot uzh dot ch> Copyright (C) 2017-2018 Siddharth Choudhary, College of Computing, Georgia Institute of Technology, Atlanta, GA, USA Copyright (C) 2017-2018 Davide Scaramuzza, RPG, U...
{ "pile_set_name": "Github" }
Output is: 0
{ "pile_set_name": "Github" }
from django.contrib.auth.models import AnonymousUser from django.http import HttpResponse from django.test import TestCase from django.test.client import RequestFactory from oscar.apps.basket import middleware class TestBasketMiddleware(TestCase): @staticmethod def get_response_for_test(request): re...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This code is made available to you under your choice of the following sets * of licensing terms: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If ...
{ "pile_set_name": "Github" }
// // RKTwitterViewController.m // RKTwitter // // Created by Blake Watters on 9/5/10. // Copyright (c) 2009-2012 RestKit. All rights reserved. // #import "RKTwitterViewController.h" #import "RKTweet.h" static void RKTwitterShowAlertWithError(NSError *error) { UIAlertView *alert = [[UIAlertView alloc] initWit...
{ "pile_set_name": "Github" }
GOTO MAIN REM $INCLUDE: 'mem.in.bas' REM $INCLUDE: 'types.in.bas' REM $INCLUDE: 'readline.in.bas' REM $INCLUDE: 'reader.in.bas' REM $INCLUDE: 'printer.in.bas' REM $INCLUDE: 'env.in.bas' REM $INCLUDE: 'core.in.bas' REM $INCLUDE: 'debug.in.bas' REM READ is inlined in RE REM QUASIQUOTE(A) -> R SUB QUASIQUOTE GOSUB T...
{ "pile_set_name": "Github" }
// // ______ ______ ______ // /\ __ \ /\ ___\ /\ ___\ // \ \ __< \ \ __\_ \ \ __\_ // \ \_____\ \ \_____\ \ \_____\ // \/_____/ \/_____/ \/_____/ // // // Copyright (c) 2014-2015, Geek Zoo Studio // http://www.bee-framework.com // // // Permission is hereby granted, free of charge, to any person ob...
{ "pile_set_name": "Github" }
# VpcAttributesType {#VpcAttributesType .reference} ECS 实例的专有网络相关属性。 ## 节点名 {#section_ajc_1tp_ydb .section} 接口决定 ## 子节点 {#ResponseParameter .section} |名称|类型|描述| |:-|:-|:-| |VpcId|String|虚拟专有网络 ID| |VSwitchId|String|交换机 ID| |PrivateIpAddress|[IpAddressSetType](cn.zh-CN/API 参考/数据类型/IpAddressSetType.md#)|IpAddressSet...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Midokura SARL * * 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 t...
{ "pile_set_name": "Github" }
/*! * Bootstrap Responsive v2.1.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: t...
{ "pile_set_name": "Github" }
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../assets/img/favicon-144.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../assets/img/favicon-144.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72"...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/springer --> <info> <title>Geometriae Dedicata</title> <title-short>...
{ "pile_set_name": "Github" }
/* * * Copyright (c) 2013,2019 AT&T Knowledge Ventures * SPDX-License-Identifier: MIT */ package com.att.research.xacml.api; /** * Defines the API for objects that represent XACML StatusCode values. * * @author Christopher A. Rath * @version $Revision: 1.1 $ */ public interface...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.facebook.react" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" /> <uses-permission androi...
{ "pile_set_name": "Github" }
import React, { Component } from 'react'; import HomeHeader from './components/HomeHeader'; import {connect} from 'react-redux'; import actions from '@/store/actions/home'; import HomeSwiper from './components/HomeSwiper'; import HomeLesson from './components/HomeLesson'; import './index.less'; import { loadMore, downR...
{ "pile_set_name": "Github" }
/* Mr Smith problem in B-Prolog. From an IF Prolog example (http://www.ifcomputer.de/) """ The Smith family and their three children want to pay a visit but they do not all have the time to do so. Following are few hints who will go and who will not: o If Mr Smith comes, his wife will come too....
{ "pile_set_name": "Github" }
#include <stdio.h> #include <stdlib.h> #include <time.h> #include "item.h" #include "queue.h" #define M 10 int main(int argc, char *argv[]) { int i, j, N = atoi(argv[1]); Q queues[M]; srand(time(NULL)); for (i = 0; i < M; i++) queues[i] = QUEUEinit(N); for (j = 0; j < N; j++) QUEUEput(queues[ran...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "AM", "PM" ], "DAY": [ "Sunday", "Mond...
{ "pile_set_name": "Github" }
BDEPEND=python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_6(-),-python_singl...
{ "pile_set_name": "Github" }
package com.pan.simplepicture.view.holder; import android.content.Intent; import android.text.Html; import android.text.TextUtils; import android.view.View; import android.widget.RelativeLayout; import android.widget.TextView; import com.pan.simplepicture.R; import com.pan.simplepicture.bean.Lz13; import com.pan.simp...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 The WebM project authors. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing projec...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -S -O3 -fno-builtin -o - %s | FileCheck %s // rdar://10551066 typedef __SIZE_TYPE__ size_t; double ceil(double x); double copysign(double,double); double cos(double x); double fabs(double x); double floor(double x); char *strcat(char *s1, const char *s2); char *strncat(char *s1, const char *s2, siz...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
{ "pile_set_name": "Github" }
package extra import ( "github.com/json-iterator/go" "github.com/modern-go/reflect2" "unicode/utf8" "unsafe" ) // safeSet holds the value true if the ASCII character with the given array // position can be represented inside a JSON string without any further // escaping. // // All values are true except for the A...
{ "pile_set_name": "Github" }
/* Small tests for r2pipe */ // return true; var r2pipe = require('./../'); var r2 = r2pipe.pipeSync('/bin/ls'); var res = r2.cmd('pd 4'); var resj = r2.cmdj('pdj 4'); var sys = r2.syscmd('rabin2 -zz /bin/ls'); var sysj = r2.syscmdj('rabin2 -j -zz /bin/ls'); console.log('Normal output'); console.log(res); console...
{ "pile_set_name": "Github" }
Counter-Strike: Global Offensive ============== Please use this repository to report bugs for CS:GO. The language used for this tracker is English. If this is a challenge, please consider using an online translator to convert your post into English. This does not extend to system information, but rather, only to ac...
{ "pile_set_name": "Github" }
<ul class="nav nav-tabs nav-justified nav-profile"> <?php foreach ($tabs as $tab) { if($tab['active'] ){ $classname = 'active'; }elseif($tab['inactive']){ $classname = 'inactive'; //tab will be shown but disabled for click }else{ $classname = ''; } ?> <li class="<?php echo $classname; ?>"> <a <?php...
{ "pile_set_name": "Github" }