text
stringlengths
2
99.9k
meta
dict
// Copyright 2017 The Draco 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" }
/// @ref gtx_color_space /// @file glm/gtx/color_space.hpp /// /// @see core (dependence) /// /// @defgroup gtx_color_space GLM_GTX_color_space /// @ingroup gtx /// /// @brief Related to RGB to HSV conversions and operations. /// /// <glm/gtx/color_space.hpp> need to be included to use these functionalities. #pragma o...
{ "pile_set_name": "Github" }
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/NXDrawKit" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frame...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2006-2015, JGraph Ltd * Copyright (c) 2006-2015, Gaudenz Alder */ /** * Class: mxStylesheet * * Defines the appearance of the cells in a graph. See <putCellStyle> for an * example of creating a new cell style. It is recommended to use objects, not * arrays for holding cell styles. Existing s...
{ "pile_set_name": "Github" }
p( { "nodes": [ { "level": 0, "id": "0", "label": "0" }, { "level": 1, "id": "1", "label": "1" }, { "level": 2, "id": "2", "label": "2" }, { ...
{ "pile_set_name": "Github" }
/* * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. * * 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 wi...
{ "pile_set_name": "Github" }
# # Copyright (C) 2010-2015 Marvell International Ltd. # Copyright (C) 2002-2010 Kinoma, 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.or...
{ "pile_set_name": "Github" }
-- Copyright : (C) Keera Studios Ltd, 2013 -- License : All Rights Reserved -- Maintainer : support@keera.co.uk -- cabal-version: >=1.10 build-type: Simple name: keera-hails-demos-gtk author: Ivan Perez maintainer: support@keera.co.uk homepage: http://github.com/keera-studios/keera-ha...
{ "pile_set_name": "Github" }
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
{ "pile_set_name": "Github" }
// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. using System; using System.Col...
{ "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" }
import resolve from 'rollup-plugin-node-resolve'; import commonjs from 'rollup-plugin-commonjs'; import sourceMaps from 'rollup-plugin-sourcemaps'; const pkg = require('./package.json'); const camelCase = require('lodash.camelcase'); const libraryName = 'codesandbox'; export default { entry: `compiled/${libraryName...
{ "pile_set_name": "Github" }
import { GrafanaDatasource } from '../datasource'; // @ts-ignore import q from 'q'; import { dateTime } from '@grafana/data'; describe('grafana data source', () => { describe('when executing an annotations query', () => { let calledBackendSrvParams: any; const backendSrvStub = { get: (url: string, opti...
{ "pile_set_name": "Github" }
#include "node.h" #include "env-inl.h" namespace node { using v8::Function; using v8::Isolate; using v8::Local; using v8::MaybeLocal; using v8::Object; using v8::String; using v8::Value; AsyncResource::AsyncResource(Isolate* isolate, Local<Object> resource, c...
{ "pile_set_name": "Github" }
#!/bin/bash # Usage: # - Place the XWiki Solr configuration jar into the same directory as this script # - ex. wget https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-search-solr-server-data/10.1/xwiki-platform-search-solr-server-data-10.1.jar # - ensure that this directory, and it's contents, are owne...
{ "pile_set_name": "Github" }
<# Environment =========== - techsnips.local forest - PROD-DC - Enterprise Admin accounts (abertram) - On a Windows 10 workgroup computer using PowerShell Remoting to connect to DC Our Mission =========== - Create, install, enumerate, test, install and uninstall managed service accounts (MSAs) - Insta...
{ "pile_set_name": "Github" }
/* * * Copyright (c) International Business Machines Corp., 2001 * * 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 l...
{ "pile_set_name": "Github" }
using System; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto.Parameters; namespace Org.BouncyCastle.Cms { internal interface CmsSecureReadable { AlgorithmIdentifier Algorithm { get; } object CryptoObject { get; } CmsReadable GetReadable(KeyParameter key); } }
{ "pile_set_name": "Github" }
/* Copyright (C) 2010 Willow Garage <http://www.willowgarage.com> Copyright (C) 2009 - 2010 Ivo van Doorn <IvDoorn@gmail.com> Copyright (C) 2009 Mattias Nissler <mattias.nissler@gmx.de> Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> Copyright (C) 2009 Xose Vazquez Perez <xose.vazquez@gmail.com> Copyright (C) ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 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" }
1.0.5
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. module ConsoleApplication.Program open System [<EntryPoint>] let main argv = printfn "Hello World!" 0
{ "pile_set_name": "Github" }
// Package ostype is define OS type of SakuraCloud public archive package ostype //go:generate stringer -type=ArchiveOSTypes // ArchiveOSTypes パブリックアーカイブOS種別 type ArchiveOSTypes int const ( // CentOS OS種別:CentOS CentOS ArchiveOSTypes = iota // CentOS6 OS種別:CentOS6 CentOS6 // Ubuntu OS種別:Ubuntu Ubuntu // Debia...
{ "pile_set_name": "Github" }
/* _______ ____ __ ___ ___ * \ _ \ \ / \ / \ \ / / ' ' ' * | | \ \ | | || | \/ | . . * | | | | | | || ||\ /| | * | | | | | | || || \/ | | ' ' ' * | | | | |...
{ "pile_set_name": "Github" }
package logrus import ( "bytes" "fmt" "os" "runtime" "sort" "strings" "sync" "time" ) const ( red = 31 yellow = 33 blue = 36 gray = 37 ) var baseTimestamp time.Time func init() { baseTimestamp = time.Now() } // TextFormatter formats logs into text type TextFormatter struct { // Set to true to ...
{ "pile_set_name": "Github" }
/* * The Wine project - Xinput Joystick Library * Copyright 2008 Andrew Fenn * * 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 * version 2.1 of the License, or (at your opti...
{ "pile_set_name": "Github" }
// // Copyright 2020 The ANGLE 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. // // IOSurfaceSurfaceVkMac.h: // Subclasses SurfaceVk for the Mac platform to implement PBuffers using an IOSurface // #ifndef LIBANGLE_RENDER...
{ "pile_set_name": "Github" }
dnl PowerPC-64 mpn_rshift -- rp[] = up[] << cnt dnl Copyright 2003, 2005, 2010, 2013 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General...
{ "pile_set_name": "Github" }
require "spec_helper" module RailsEventStore module RSpec ::RSpec.describe Publish do let(:matchers) { Object.new.tap { |o| o.extend(Matchers) } } let(:event_store) do RailsEventStore::Client.new( repository: RailsEventStore::InMemoryRepository.new, mapper: RubyEventStore:...
{ "pile_set_name": "Github" }
.\" $Id: tiffcp.1,v 1.6 2005/11/02 11:07:19 dron Exp $ .\" .\" Copyright (c) 1988-1997 Sam Leffler .\" Copyright (c) 1991-1997 Silicon Graphics, Inc. .\" .\" Permission to use, copy, modify, distribute, and sell this software and .\" its documentation for any purpose is hereby granted without fee, provided .\" that (i...
{ "pile_set_name": "Github" }
(* Egbert's E-systems *) require "../std/hippy.m31" signature catWithTerms = { ctx : Type, fam : ctx → Type, trm : ∏ (Γ : ctx), fam Γ → Type, emptyCtx : ctx, emptyFam : ∏ (Γ : ctx), fam Γ, ctxExt : ∏ (Γ : ctx), fam Γ → ctx, famExt : ∏ (Γ : ctx) (A : fam Γ), fam (ctxExt Γ A) → fam Γ, assocCtxExt...
{ "pile_set_name": "Github" }
module.exports = require('./uniq');
{ "pile_set_name": "Github" }
using Swashbuckle.AspNetCore.Filters; namespace WebApi.Models.Examples { internal class MaleRequestExample : IExamplesProvider<MaleRequest> { public MaleRequest GetExamples() { return new MaleRequest { Title = Title.Mr, Age = 24, FirstName = "Steve Auto", Income = null }; }...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. * Copyrights licensed under the New BSD License. * See the accompanying LICENSE file for terms. */ /*jslint node:true*/ 'use strict'; var debug = require('debug')('app'), express = require('express'), libmojito = require('../../../'), app; ...
{ "pile_set_name": "Github" }
caption: $:/tags/Exporter created: 20180926170345251 description: marks the exporters modified: 20180926171456497 tags: SystemTags title: SystemTag: $:/tags/Exporter type: text/vnd.tiddlywiki The [[system tag|SystemTags]] `$:/tags/Exporter` marks the exporters
{ "pile_set_name": "Github" }
# Contributing ## Issues * Request features and report bugs using the [GitHub Issue Tracker](https://github.com/fsnotify/fsnotify/issues). * Please indicate the platform you are using fsnotify on. * A code example to reproduce the problem is appreciated. ## Pull Requests ### Contributor License Agreement fsnotify ...
{ "pile_set_name": "Github" }
<presence xmlns="urn:cesnet:mod6"/>
{ "pile_set_name": "Github" }
//-------------------------------------------------------------------------------------------------- /** @file Level.java * * Copyright (C) Sierra Wireless Inc. */ //-------------------------------------------------------------------------------------------------- package io.legato; // ----------------------------...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`<Headline /> should render h2 headline 1`] = ` .c0 { -webkit-letter-spacing: 0.5px; -moz-letter-spacing: 0.5px; -ms-letter-spacing: 0.5px; letter-spacing: 0.5px; font-weight: 300; margin: 0; padding: 0 0 0.5rem 0; font-family: inherit; color: inheri...
{ "pile_set_name": "Github" }
// WimHandlerOut.cpp #include "../../../Common/ComTry.h" #include "../../../Common/IntToString.h" #include "../../../Common/StringToInt.h" #include "../../../Common/UTFConvert.h" #include "../../../Common/Wildcard.h" #include "../../../Windows/PropVariant.h" #include "../../../Windows/TimeUtils.h" #in...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\BrowserKit; use Symfony\Component\BrowserKit\Exceptio...
{ "pile_set_name": "Github" }
/** * Adapted from : * Real-Time Polygonal-Light Shading with Linearly Transformed Cosines. * Eric Heitz, Jonathan Dupuy, Stephen Hill and David Neubelt. * ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH 2016) 35(4), 2016. * Project page: https://eheitzresearch.wordpress.com/415-2/ */ #define USE_LTC ...
{ "pile_set_name": "Github" }
//===-- WasmException.h - Wasm Exception Framework -------------*- 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" }
rule m2319_4b1d3ec1c8000b12 { meta: copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.3.1 divinorum/0.998 icewater/0.4" viz_url="http://icewater.io/en/cluster/query?h64=m2319.4b1d3ec1c8000b12" cluster="m2319.4b1d3ec1c8000b12" cluster_size=...
{ "pile_set_name": "Github" }
const chain = require('chain-sdk') // This demo is written to run on either one or two cores. Simply provide // different URLs to the following clients for the two-core version. const client = new chain.Client() const otherClient = new chain.Client() const signer = new chain.HsmSigner() let aliceKey, bobKey Promise....
{ "pile_set_name": "Github" }
//= require flot/jquery.flot.js //= require flot/jquery.flot.tooltip.min.js //= require flot/jquery.flot.resize.js //= require flot/jquery.flot.pie.js //= require flot/jquery.flot.time.js //= require flot/jquery.flot.spline.js //= require sparkline/jquery.sparkline.min.js //= require chartjs/Chart.min.js //= require mo...
{ "pile_set_name": "Github" }
namespace ClassLib047 { public class Class078 { public static string Property => "ClassLib047"; } }
{ "pile_set_name": "Github" }
// This optional code is used to register a service worker. // register() is not called by default. // This lets the app load faster on subsequent visits in production, and gives // it offline capabilities. However, it also means that developers (and users) // will only see deployed updates on subsequent visits to a p...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
#import "Expecta.h" EXPMatcherInterface(haveCountOf, (NSUInteger expected)); #define haveCount haveCountOf #define haveACountOf haveCountOf #define haveLength haveCountOf #define haveLengthOf haveCountOf #define haveALengthOf haveCountOf #define beEmpty() haveCountOf(0)
{ "pile_set_name": "Github" }
/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it unde...
{ "pile_set_name": "Github" }
# Example Use: Creating a building classifier in Vietnam using MXNet and SageMaker As one of the tropical countries in Asia, Vietnam has quite a variety of land use types. From the satellite imagery, you could easily spot tropical forests in dark green, deforestation patches that mix green with bare earth, rice paddy ...
{ "pile_set_name": "Github" }
--- name: Feature request about: Suggest an idea for this project title: '' labels: enhancement assignees: alchaplinsky --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd lik...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2005-2015. 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.org/libs/contain...
{ "pile_set_name": "Github" }
/* * Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENS...
{ "pile_set_name": "Github" }
/* Copyright 2009-2020, Sumeet Chhetri 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" }
# Plugin Support !!! info "Plugin Support" :construction: Plugin support is the main theme of [VersionPress 4.0](https://github.com/versionpress/versionpress/milestone/16) which is currently in [beta](https://github.com/versionpress/versionpress/releases/tag/4.0-beta). Plugin developers, we'd like your feedback on...
{ "pile_set_name": "Github" }
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. #include "StdAfx.h" #include "PolygonDecomposer.h" #include "BSPTree2D.h" #include "Core/SmoothingGroup.h" #include "Convexes.h" #include "LoopPolygons.h" #include <stack> namespace Designer { typedef std::pair<BrushFloat, BrushFloat> YXPair; bo...
{ "pile_set_name": "Github" }
/* * HD audio interface patch for Cirrus Logic CS420x chip * * Copyright (c) 2009 Takashi Iwai <tiwai@suse.de> * * This driver 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 ...
{ "pile_set_name": "Github" }
use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Crypt::CBC', 'VERSION_FROM' => 'CBC.pm', # finds $VERSION 'PREREQ_PM' => {'Digest::MD5' => '2.00' }, 'LIBS' => [''], # e.g., '-lm' 'DE...
{ "pile_set_name": "Github" }
// (C) Copyright Gennadiy Rozental 2001. // 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.org/libs/test for the library home page. // // File : $RCSfile$ // // Version : ...
{ "pile_set_name": "Github" }
// Copyright 2014 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. /* The benchcmp command displays performance changes between benchmarks. Benchcmp parses the output of two 'go test' benchmark runs, correlates the results pe...
{ "pile_set_name": "Github" }
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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 version. // // Moodle ...
{ "pile_set_name": "Github" }
source include/master-slave.inc; connection master; CREATE TABLE t1 ( a int not null, b char (10) not null, doc document) engine=innodb; insert into t1 values (1,'@1','{ "id":101, "name":"Alex", "phone":6507770001, "address":{ "houseNumber":1001, "streetName":"1st", "zipcode":98761, "state":"CA" ...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Guidewire Software, Inc. */ package gw.internal.gosu.compiler; import gw.test.TestClass; import gw.lang.reflect.gs.BytecodeOptions; /** * Created by IntelliJ IDEA. * User: akeefer * Date: Oct 1, 2009 * Time: 4:52:36 PM * To change this template use File | Settings | File Templates. */ pub...
{ "pile_set_name": "Github" }
from __future__ import print_function import codecs import os import re from setuptools import setup def read(filename): """Read and return `filename` in root dir of project and return string""" here = os.path.abspath(os.path.dirname(__file__)) return codecs.open(os.path.join(here, filename), 'r').read()...
{ "pile_set_name": "Github" }
/** * An implementation of a hash-table using open addressing with linear probing as a collision * resolution method. * * @author William Fiset, william.alexandre.fiset@gmail.com */ package com.williamfiset.algorithms.datastructures.hashtable; public class HashTableLinearProbing<K, V> extends HashTableOpenAddress...
{ "pile_set_name": "Github" }
/* * Copyright © 2008 Chris Wilson * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that the above copyright notice appear in all copies * and that both that copyright notice and this permission notice * appe...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 3.7.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.n...
{ "pile_set_name": "Github" }
/* Copyright (C) 2006 Free Software Foundation, Inc. * SPDX-License-Identifier: GPL-2.0+ */ /* Moderately Space-optimized libgcc routines for the Renesas SH / STMicroelectronics ST40 CPUs. Contributed by J"orn Rennecke joern.rennecke@st.com. */ /* Size: 186 bytes jointly for udivsi3_i4i and sdivsi3_i4i s...
{ "pile_set_name": "Github" }
package com.applozic.mobicomkit.uiwidgets.conversation; import android.content.Context; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; /** * Created by ashish on 05/02/18. */ public class AlLinearLayoutManager extends LinearLayoutManager { public AlLi...
{ "pile_set_name": "Github" }
<?php /** * module: invite.php * * send email invitations to join social network * */ function invite_post(&$a) { if(! local_channel()) { notice( t('Permission denied.') . EOL); return; } check_form_security_token_redirectOnErr('/', 'send_invite'); $max_invites = intval(get_config('system','max_invite...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
# # board/renesas/lager/Makefile # # Copyright (C) 2013 Renesas Electronics Corporation # # SPDX-License-Identifier: GPL-2.0 # ifdef CONFIG_SPL_BUILD obj-y := lager_spl.o else obj-y := lager.o qos.o endif
{ "pile_set_name": "Github" }
;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project) ;; Maintainer: The LLVM team, http://llvm.org/ ;;; Commentary: ;; A major mode for TableGen description files in LLVM. (require 'comint) (require 'custom) (require 'ansi-color) ;; Create mode-specific tables. ;;; Code: (defv...
{ "pile_set_name": "Github" }
"use strict"; var httpProxy = require("http-proxy"); var utils = require("./utils"); var proxyUtils = require("./proxy-utils"); var Immutable = require("immutable"); var Map = require("immutable").Map; var List = require("immutable").List; /** * Default options that are passed along to http-proxy...
{ "pile_set_name": "Github" }
--- title: "Why can't I switch Microsoft 365 for business plans?" f1.keywords: - NOCSH ms.author: cmcatee author: cmcatee-MSFT manager: mnirkhe audience: Admin ms.topic: article ms.service: o365-administration localization_priority: Normal ms.collection: - M365-subscription-management - Adm_O365 - Adm_NonTOC - commer...
{ "pile_set_name": "Github" }
// VulcanizeDB // Copyright © 2019 Vulcanize // This program 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 the License, or // (at your option) any later version. // This progra...
{ "pile_set_name": "Github" }
/* Copyright Charly Chevalier 2015 Copyright Joel Falcou 2015 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) */ #if !defined(BOOST_PREDEF_HARDWARE_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS) #ifndef BOOST_PREDEF...
{ "pile_set_name": "Github" }
<subsystem xmlns="urn:jboss:domain:modeshape:3.0"> <repository name="sample"> <custom-binary-storage mime-type-detection="content" min-string-size="10" min-value-size="4096" classname="org.modeshape.test.SomeStore" module="org.modeshape.test"/> </repository> </subsystem>
{ "pile_set_name": "Github" }
package net.corda.nodeapi.internal.crypto import net.corda.core.crypto.newSecureRandom import net.corda.core.utilities.Try import net.corda.core.utilities.contextLogger import net.corda.nodeapi.internal.config.CertificateStore import net.corda.nodeapi.internal.protonwrapper.netty.init import org.assertj.core.api.Asser...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ ...
{ "pile_set_name": "Github" }
/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ *...
{ "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"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
{% extends "base.html" %} {% load url from future %} {% block extra_js %} <script>$(showForm);</script> {% endblock %} {% block main %} {% for room in rooms %} <div class="room"> <h1><a href="{{ room.get_absolute_url }}">{{ room }}</a></h1> <ul> {% for user in room.users.all %} <li>{{ user }}...
{ "pile_set_name": "Github" }
package cc.blynk.server.application.handlers.main.logic; import cc.blynk.server.Holder; import cc.blynk.server.application.handlers.main.auth.MobileStateHolder; import cc.blynk.server.core.dao.SessionDao; import cc.blynk.server.core.dao.SharedTokenManager; import cc.blynk.server.core.model.DashBoard; import cc.blynk.s...
{ "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="zh"> <head> <!-- Generated by javadoc (1.8.0_102) on Fri Jun 21 17:27:20 CST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>BaseAdapter (music-player-l...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------ * Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net> * * This file is part of the ZBar Bar Code Reader. * * The ZBar Bar Code Reader is free software; you can redistribute it * and/or modify it under the terms of the GNU...
{ "pile_set_name": "Github" }
#include "ofApp.h" void ofApp::setup() { // each 512x512x3 texture is about .7MB // so n = 512 will use about 400MB of texture memory int n = 512; for(int i = 0; i < n; i++) { ofTexture cur; cur.allocate(512, 512, GL_RGB); textures.push_back(cur); } } void ofApp::update() { } void ofApp::draw() { int...
{ "pile_set_name": "Github" }
#!/bin/bash travis_fold() { local action="${1}" local name="${2}" echo -en "travis_fold:${action}:${name}\r" } build_containers() { # Build Docker images travis_fold start docker_image_build DOCKER_IMAGES=(django nginx) for docker_image in "${DOCKER_IMAGES[@]}" do docker build \ --tag "defect...
{ "pile_set_name": "Github" }
package com.grapeshot.halfnes.mappers; import com.grapeshot.halfnes.*; public class Mapper182 extends Mapper { //Pirate MMC3 clone with scrambled registers private int whichbank = 0; private boolean prgconfig = false; private boolean chrconfig = false; private int irqctrreload = 0; private in...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not read 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 ap...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
{ "pile_set_name": "Github" }
/****************************************************************************** ******************************************************************************* ** ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. ** Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. ** ** This copyrig...
{ "pile_set_name": "Github" }
[Info] ID=Google Earth Ver=1.0 Desc=This will download ninite installer for Google Earth Dev=Ninite DevURL=https://ninite.com/ Evaluation=App EvaluationColor=002BAE Update=False [Variables] GoogleEarth=googleearth [Code] File1=Get,https://ninite.com/%GoogleEarth%/ninite.exe,DEFAULT Task1=Start(),ninite...
{ "pile_set_name": "Github" }
package com.sequenceiq.freeipa.flow.freeipa.chain; import static org.junit.Assert.assertEquals; import java.util.List; import java.util.Queue; import java.util.stream.Collectors; import org.junit.Before; import org.junit.Test; import org.mockito.InjectMocks; import org.mockito.MockitoAnnotations; import com.sequence...
{ "pile_set_name": "Github" }
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Environment namespace Lean /- Given a structure `S`, Lean automatically creates an auxiliary definition (projection function) for each fiel...
{ "pile_set_name": "Github" }
#import "Expecta.h" EXPMatcherInterface(notify, (id expectedNotification));
{ "pile_set_name": "Github" }
// Copyright 2010 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClCompile Include="..\libstuff\hello.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\libstuff\hello.h" /> </ItemGroup> </Project>
{ "pile_set_name": "Github" }