text
stringlengths
2
99.9k
meta
dict
module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ ret...
{ "pile_set_name": "Github" }
package com.insthub.BeeFramework; /* * ______ ______ ______ * /\ __ \ /\ ___\ /\ ___\ * \ \ __< \ \ __\_ \ \ __\_ * \ \_____\ \ \_____\ \ \_____\ * \/_____/ \/_____/ \/_____/ * * * Copyright (c) 2013-2014, {Bee} open source community * http://www.bee-framework.com * * * Permission is h...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) Microsoft Open Technologies, Inc. * All Rights Reserved * Licensed under the Apache License, Version 2.0. * See License.txt in the project root for license information. *************************************************...
{ "pile_set_name": "Github" }
// Copyright (c) 2010, Peter Barrett /* ** Permission to use, copy, modify, and/or distribute this software for ** any purpose with or without fee is hereby granted, provided that the ** above copyright notice and this permission notice appear in all copies. ** ** THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTH...
{ "pile_set_name": "Github" }
// // IMAppDelegate.m // IMQuickSearch // // Created by Ben Gordon on 12/13/13. // Copyright (c) 2013 Intermark. All rights reserved. // #import "IMAppDelegate.h" @implementation IMAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Ov...
{ "pile_set_name": "Github" }
<div> <ul> {% for item in items %}<li>{{ item }}</li>{% endfor %} </ul> </div>
{ "pile_set_name": "Github" }
/* * Copyright 2002-2018 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
within Modelica.Mechanics.Rotational.Examples; model FirstGrounded "First example: simple drive train with grounded elements" extends Modelica.Icons.Example; parameter SI.Torque amplitude=10 "Amplitude of driving torque"; parameter SI.Frequency f=5 "Frequency of driving torque"; parameter SI.Inertia Jmoto...
{ "pile_set_name": "Github" }
# Markdown is broken I have a lot of scraps of markdown engine oddities that I've collected over the years. What you see below is slightly messy, but it's what I've managed to cobble together to illustrate the differences between markdown engines, and why, if there ever is a markdown specification, it has to be absolu...
{ "pile_set_name": "Github" }
/* Copyright 2019 The kubewg 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, soft...
{ "pile_set_name": "Github" }
# ============================================================================= # Copyright 2016 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 #...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> HTTPS HTTP GET PEM certificate </keywords> </info> # # Server-side <reply> </reply> # # Client-side <client> <features> SSL SSLpinning </features> <server> https Server-localhost-sv.pem </server> <name> HTTPS wrong base64-sha256 pinnedpubkey but right CN </name> <command> --cacert %SRC...
{ "pile_set_name": "Github" }
// Generated from definition io.k8s.api.apps.v1beta1.DeploymentSpec /// DeploymentSpec is the specification of the desired behavior of the Deployment. #[derive(Clone, Debug, Default, PartialEq)] pub struct DeploymentSpec { /// Minimum number of seconds for which a newly created pod should be ready without any of i...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-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 file...
{ "pile_set_name": "Github" }
/* Copyright 2014 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.icafe4j.test; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.Collection; import java.util.Iterator; import com.icafe4j.image.meta.Metadata; import com.icafe4j.image.meta.MetadataEntry; import com.icafe4j.image.meta.icc.ICC...
{ "pile_set_name": "Github" }
""" ``` Model990{T} <: AbstractRepModel{T} ``` The `Model990` type defines the structure of the New York Fed DSGE model. ### Fields #### Parameters and Steady-States * `parameters::Vector{AbstractParameter}`: Vector of all time-invariant model parameters. * `steady_state::Vector{AbstractParameter}`: Model steady-...
{ "pile_set_name": "Github" }
<snippet> <content><![CDATA[ Do $0 Loop Until ${1:statement} ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>do</tabTrigger> <!-- Optional: Set a scope to limit where the snippet will trigger --> <scope>source.vbs</scope> <description>Do Loop Until</description>...
{ "pile_set_name": "Github" }
# # Makefile for the drm device driver. This driver provides support for the # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. ccflags-y := -Iinclude/drm hostprogs-y := mkregtable quiet_cmd_mkregtable = MKREGTABLE $@ cmd_mkregtable = $(obj)/mkregtable $< > $@ $(obj)/rn50_reg_safe.h: $(src)...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2013-2015 scutgame.com http://www.scutgame.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without...
{ "pile_set_name": "Github" }
//===- RewriteBuffer.h - Buffer rewriting interface -------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY The authors and publisher of the book "UNIX Network Programming" have used their best efforts in preparing this software. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. The authors and publish...
{ "pile_set_name": "Github" }
/* Copyright 2012-2015, Yahoo Inc. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ "use strict"; function TeamcityReport(opts) { opts = opts || {}; this.file = opts.file || null; this.blockName = opts.blockName || 'Code Coverage Summary'; } function lineFo...
{ "pile_set_name": "Github" }
syntax = "proto3"; package POGOProtos.Map.Fort; message FortSummary { string fort_summary_id = 1; int64 last_modified_timestamp_ms = 2; double latitude = 3; double longitude = 4; }
{ "pile_set_name": "Github" }
@import url(normalize.css); @import "theme/colors"; @import "theme/icons"; @import "theme/general"; @import "theme/utilites"; @import "theme/theme"; @import "theme/post"; @import "theme/third-party"; @import "theme/pagination"; @import "theme/footer"; @import "theme/media";
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 157a1cf487ff418438e2c95295262b32 NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
{ "ver": "2.2.0", "uuid": "9139051d-f174-4c03-92a7-e4a39902fac4", "type": "sprite", "wrapMode": "clamp", "filterMode": "bilinear", "premultiplyAlpha": false, "subMetas": { "heitao_small": { "ver": "1.0.3", "uuid": "71d34242-1ca6-4e9c-8258-9ef646e5e856", "rawTextureUuid": "9139051d-f1...
{ "pile_set_name": "Github" }
require "def.k" // `requires Z ==Int incPos(Y)` - Function in requires, used in RHS. Does not affect matching. module DEF02-SPEC imports DEF rule <k> start X => end X +Int 1 </k> <var> _ </var> requires X >=Int 0 rule <k> mid Y => end Z </k> <var> _ </var> requires Z ==Int ...
{ "pile_set_name": "Github" }
// { dg-do run { target c++14 } } // Copyright (C) 2015-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 Foundatio...
{ "pile_set_name": "Github" }
@echo off :############################################################################## :# # :# Filename hosts.bat # :# ...
{ "pile_set_name": "Github" }
/* crypto/asn1/f_enum.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-...
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
package ml.docilealligator.infinityforreddit.BottomSheetFragment; import android.app.Activity; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Context; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup...
{ "pile_set_name": "Github" }
// SampSharp // Copyright 2020 Tim Potze // // 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 o...
{ "pile_set_name": "Github" }
## Building and using Docker development images. These Dockerfiles will create a MAVSDK development container image based on whichever flavour of Ubuntu or Fedora you prefer. Docker images are built by the project and are hosted on Docker Hub. You can use them simply by : ```bash cd /whereever/MAVSDK ./run-docker.sh...
{ "pile_set_name": "Github" }
from .special import * from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' __version__ = '4.0.1'
{ "pile_set_name": "Github" }
/******************************************************************************* * * Module Name: hwpci - Obtain PCI bus, device, and function numbers * ******************************************************************************/ /* * Copyright (C) 2000 - 2015, Intel Corp. * All rights reserved. * * Redistr...
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_V1_FOLDR_HPP #define BOOST_METAPARSE_V1_FOLDR_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2011 - 2012. // 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) #includ...
{ "pile_set_name": "Github" }
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------------- | URI ROUTING | ------------------------------------------------------------------------- | This file lets you re-map URI requests to specific controller functions. | | T...
{ "pile_set_name": "Github" }
import { utilGetAllNodes } from '../util'; export function actionScale(ids, pivotLoc, scaleFactor, projection) { return function(graph) { return graph.update(function(graph) { let point, radial; utilGetAllNodes(ids, graph).forEach(function(node) { point = projectio...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2015 Stephen Warren # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. # Test operation of shell commands relating to environment variables. import pytest import u_boot_utils # FIXME: This might be useful for other tests; # perhaps refactor it into ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, 2017 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at * http://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
# How to contribute We are glad you are reading this, because we need volunteer developers to help this project come to fruition. If you don't have anything you are working on we have a [**list of newbie friendly issues**](https://github.com/Harvey-OS/harvey/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22hel...
{ "pile_set_name": "Github" }
/* * GPAC - Multimedia Framework C SDK * * Authors: Jean Le Feuvre * Copyright (c) Telecom ParisTech 2009-2012 * All rights reserved * * This file is part of GPAC / Platinum UPnP module * * GPAC is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General ...
{ "pile_set_name": "Github" }
/* TODO change to #include <../src/mat/impls/dense/seq/dense.h> */ #include <../src/mat/impls/dense/mpi/mpidense.h> #include <petsc/private/isimpl.h> #include <petsc/private/vecimpl.h> #include <petsclayouthdf5.h> #if defined(PETSC_HAVE_HDF5) PetscErrorCode MatLoad_Dense_HDF5(Mat mat, PetscViewer viewer) { hid_t ...
{ "pile_set_name": "Github" }
Require Export Coq.Program.Basics. Require Export Coq.Relations.Relation_Definitions. Require Export Coq.Classes.Morphisms. Require Setoid. Require Export Delay. (** * Prerequisites *) (** Some instances that would normally cause loops can be used nontheless if we insist that some parameters cannot be existential ...
{ "pile_set_name": "Github" }
<?php namespace framework\database; /** * DB接口类 */ interface DbInterface{ public function query($sql); //执行SQL public function fetch($sql); //从结果集中取出一行 public function fetchAll($sql); //从结果集中取出全部数据 public function getInsertId(); //获取最后插入主键ID public function getAffectedRows(); //获取受影响的记录数...
{ "pile_set_name": "Github" }
<?php /** * * License, TERMS and CONDITIONS * * This software is licensed under the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) version 3 * Please read the license here : http://www.gnu.org/licenses/lgpl-3.0.txt * * Redistribution and use in source and binary forms, with or without * modification, are p...
{ "pile_set_name": "Github" }
// Copyright 2017 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 freebsd package unix import ( errorspkg "errors" "fmt" ) // Go implementation of C mostly found in /usr/src/sys/kern/subr_capability.c const ( ...
{ "pile_set_name": "Github" }
// Normal comment here //<if debug> var lorem = { ipsum: true, // Nested if here //<if browser=ie browserVersion=7> if_here: 'blah', //<elseif browser="!ie"> elseif_here: 'tada', //<else> else_here: 'ok', //</if> other: 'thing' }; //</if> //<unknownTag> var testing = 123;
{ "pile_set_name": "Github" }
import takeAll from "./takeAll.js"; import deepFlatL from "../Lazy/deepFlatL.js"; export default function deepFlat(iter) { return takeAll(deepFlatL(iter)); }
{ "pile_set_name": "Github" }
; COMMAND-LINE: --finite-model-find --no-check-models ; EXPECT: sat (set-logic ALL) (declare-sort U 0) (declare-fun g (U) Int) (declare-sort V 0) (declare-fun f (V) Int) (assert (and (forall ((?i U)) (not (forall ((?z V)) (not (= (f ?z) (div (- 1) (g ?i))))) )) )) (declare-fun k () U) (assert (= (g k) 22)) (check...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { // peripheral RTC namespace RtcWtcr1{ ///< register WTCR1 using Addr = Register::Address<0x4003b000,0x0000e082,0x00000000,unsigned>; /// bitfield INTCRIE constexpr Register::FieldLocation<Addr,Register::maskFromRange(31,3...
{ "pile_set_name": "Github" }
ympd is implemented only in C By default, CMake assumes that the project is using both C and C++. By explicitly passing 'C' as argument of the project() macro, we tell CMake that only C is used, which prevents CMake from checking if a C++ compiler exists. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electro...
{ "pile_set_name": "Github" }
package vn.vitk.tag; /** * @author Phuong LE-HONG * <p> * May 11, 2016, 5:53:37 PM * <p> * Markov order type, up the third order. */ public enum MarkovOrder { FIRST, SECOND, THIRD }
{ "pile_set_name": "Github" }
--- id: version-v1.0.0-alpha-concepts title: Concepts original_id: concepts --- Liftbridge is a durable stream augmentation for NATS, so it's important to have a good grasp of the [key concepts in NATS](https://nats-io.github.io/docs/developer/concepts/intro.html). NATS is a pub/sub messaging system that centers aroun...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2008 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use th...
{ "pile_set_name": "Github" }
/* Not needed. */
{ "pile_set_name": "Github" }
module.exports = require('@bugsnag/browser')
{ "pile_set_name": "Github" }
# Выпуск №98 11 декабря 2017: Декодинг картинок, анимация и авторизация в браузерах, Webpack или Parcel, устаревший GIF и всё, что вы хотели знать про Smashing Magazine. - Виталий Фридман - Вадим Макеев - Алексей Симоненко ## Содержание - 00:04:19 События - 00:23:16 Новинки браузеров - 00:53:28 Webpack или Parcel -...
{ "pile_set_name": "Github" }
#' @importFrom insight get_parameters #' @importFrom stats confint .ci_profiled <- function(model, ci) { glm_ci <- tryCatch( { out <- as.data.frame(stats::confint(model, level = ci), stringsAsFactors = FALSE) names(out) <- c("CI_low", "CI_high") out$CI <- ci * 100 out$Parameter <- insight...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require "test_helper" describe Committee::Drivers::HyperSchema::Link do before do @hyper_schema_link = JsonSchema::Schema::Link.new @hyper_schema_link.enc_type = "application/x-www-form-urlencoded" @hyper_schema_link.href = "/apps" @hyper_schema_link.media_type = "appli...
{ "pile_set_name": "Github" }
// Copyright (c) 2015, Cisco Systems // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // 1. Redistributions of source code must retain the above copyright notice, // this list of condi...
{ "pile_set_name": "Github" }
# GStreamer core libraries API
{ "pile_set_name": "Github" }
package sdk_test import ( "testing" "github.com/stretchr/testify/assert" "github.com/ovh/cds/sdk" ) func TestWorkflowRunTag(t *testing.T) { a := sdk.Action{ Enabled: true, Requirements: sdk.RequirementList{ {Type: sdk.ModelRequirement, Value: "model1"}, {Type: sdk.ServiceRequirement, Value: "service1"...
{ "pile_set_name": "Github" }
Version 2009-08-22 =========================== FREE USB-IDs FOR SHARED USE =========================== Objective Development has reserved a set of USB Product-IDs for use according to the guidelines outlined below. For more information about the concept of USB IDs please see the file USB-ID-FAQ.txt. Objective Develop...
{ "pile_set_name": "Github" }
/* ----------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION The Fraunhofer FDK AAC Codec Lib...
{ "pile_set_name": "Github" }
import { GRID_GROUP_CHECK } from '../integrated-grouping/constants'; import { GetRowIdFn, Row, RowId, GetCellValueFn, Column } from '../../types'; import { PureComputed } from '@devexpress/dx-core'; const warnIfRowIdUndefined: PureComputed<[GetRowIdFn]> = getRowId => (row) => { const result = getRowId(row); if (!r...
{ "pile_set_name": "Github" }
// 表格数据为空时的处理逻辑 import utils from '../../src/utils/utils.js' export default { data(){ return { isTableEmpty: false, // 表格数据为空时表头的高度(若有滚动条会包含滚动条的宽度) //tableEmptyContentHeight: 50, // 表格数据为空时的总高度 tableEmptyHeight: 0 } }, methods:...
{ "pile_set_name": "Github" }
"""Test MySQL FOR UPDATE behavior. See #4246 """ import contextlib from sqlalchemy import Column from sqlalchemy import exc from sqlalchemy import ForeignKey from sqlalchemy import Integer from sqlalchemy import testing from sqlalchemy import update from sqlalchemy.orm import joinedload from sqlalchemy.orm import re...
{ "pile_set_name": "Github" }
application: twitmock-1012 version: 1 runtime: go api_version: go1 handlers: - url: /form/.* script: _go_app secure: always - url: /.* script: _go_app # order matters
{ "pile_set_name": "Github" }
/* * AC-3 encoder options * Copyright (c) 2011 Justin Ruggles <justin.ruggles@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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 * ver...
{ "pile_set_name": "Github" }
{ "opening_times": { "regular_hours": [ { "weekday": 1, "period_begin": "08:00", "period_end": "20:00" }, { "weekday": 2, "period_begin": "08:00", "period_end": "20:00" }, { "weekday": 3, "period_begin": "08:00", ...
{ "pile_set_name": "Github" }
Mono.Directory.LDAP/BindSimpleTest.cs Mono.Directory.LDAP/QueryRootDSETest.cs
{ "pile_set_name": "Github" }
package factory.pattern; /** * Created by luisburgos on 15/07/15. */ public class ConcreteFactoryOne extends Factory{ @Override public Product createProduct(String productType) { return new ConcreteProductOne(); } }
{ "pile_set_name": "Github" }
#begin document (wb/sel/40/sel_4038); part 000 wb/sel/40/sel_4038 -1 0 [WORD] XX (TOP* - - - - * - wb/sel/40/sel_4038 -1 1 [WORD] XX * - - - - * - wb/sel/40/sel_4038 -1 2 [WORD] XX * - - - - * - wb/sel...
{ "pile_set_name": "Github" }
/* * Copyright 2015 herd contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
{ "pile_set_name": "Github" }
/* * Copyright 2003 Sun Microsystems, Inc. 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 Software Foundati...
{ "pile_set_name": "Github" }
def stats_text_en(text): """Count the English words in the text.""" text1 = text.replace(',','').replace('.','').replace('--','').replace('*','').replace('!','') # Remove the non-English characters in the text. text2 = text1.split() # Convert the string type to the list type. dict = {x: text2.count(x) f...
{ "pile_set_name": "Github" }
package com.forezp.util; import org.springframework.security.core.Authentication; import org.springframework.security.core.authority.SimpleGrantedAuthority; import org.springframework.security.core.context.SecurityContextHolder; import java.util.List; /** * Created by fangzhipeng on 2017/6/6. */ public class UserU...
{ "pile_set_name": "Github" }
/* obs-websocket Copyright (C) 2016-2019 Stéphane Lepin <stephane.lepin@gmail.com> 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 later versi...
{ "pile_set_name": "Github" }
/* NUGET: BEGIN LICENSE TEXT * * Microsoft grants you the right to use these script files for the sole * purpose of either: (i) interacting through your browser with the Microsoft * website or online service, subject to the applicable licensing or use * terms; or (ii) using the files as included with a Microsoft p...
{ "pile_set_name": "Github" }
#pragma once // Including SDKDDKVer.h defines the highest available Windows platform. // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. #include <SDKDDKVer.h>
{ "pile_set_name": "Github" }
# Tests for PERFORMANCE_SCHEMA --source include/not_embedded.inc --source include/have_perfschema.inc --source ../include/start_server_common.inc # Expect classes show global variables like "performance_schema_max_socket_classes"; select count(*) > 0 from performance_schema.setup_instruments where name like "wait...
{ "pile_set_name": "Github" }
/* * Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license. */ package com.icerockdev.library.universal import com.icerockdev.library.SharedFactory import com.icerockdev.library.sample.CryptoProfileScreen import com.icerockdev.library.sample.CryptoProfileViewModel import com....
{ "pile_set_name": "Github" }
#ifndef SimDataFormats_HFShowerPhoton_H #define SimDataFormats_HFShowerPhoton_H /////////////////////////////////////////////////////////////////////////////// // File: HFShowerPhoton.h // Photons which will generate single photo electron as in HFShowerLibrary ///////////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
//* This file is part of the MOOSE framework //* https://www.mooseframework.org //* //* All rights reserved, see COPYRIGHT for full restrictions //* https://github.com/idaholab/moose/blob/master/COPYRIGHT //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgpl-2.1.html #pr...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: 159_14_SSE_Linear_Fog1 m_Shader: {fileID: 4800000, guid: c8bce8bda0c443b40836bb85c1c93e4b, type: 3} m_ShaderKeyword...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "AttenuatedComponentVisualizer.h" class COMPONENTVISUALIZERS_API FAudioComponentVisualizer : public TAttenuatedComponentVisualizer<UAudioComponent> { private: virtual bool IsVisualizerEnabled(const FEngineShowFlags& ShowFlags) const ...
{ "pile_set_name": "Github" }
#ifndef CERT_TRANS_MERKLETREE_SERIAL_HASHER_H_ #define CERT_TRANS_MERKLETREE_SERIAL_HASHER_H_ #include <openssl/sha.h> #include <stddef.h> #include <memory> #include <string> class SerialHasher { public: SerialHasher() = default; virtual ~SerialHasher() = default; SerialHasher(const SerialHasher&) = delete; ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
/* crypto/ripemd/rmd160.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and n...
{ "pile_set_name": "Github" }
// Module included in the following assemblies: // // * applications/odc-monitoring-project-and-application-metrics-using-developer-perspective.adoc [id="odc-monitoring-your-project-metrics_{context}"] = Monitoring your project metrics After you create applications in your project and deploy them, you can use the *De...
{ "pile_set_name": "Github" }
# coding: utf-8 try: import urllib.request except ImportError: raise ImportError('You should use Python 3.x') import os.path import gzip import pickle import os import numpy as np url_base = 'http://yann.lecun.com/exdb/mnist/' key_file = { 'train_img':'train-images-idx3-ubyte.gz', 'train_label':'train...
{ "pile_set_name": "Github" }
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file config_framework.h * @...
{ "pile_set_name": "Github" }
/* This file is part of VoltDB. * Copyright (C) 2008-2020 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <script type="text/javascript" src="../internal.js"></script> <style type="text/css"> ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
/* * QUnit - A JavaScript Unit Testing Framework * * http://docs.jquery.com/QUnit * * Copyright (c) 2009 John Resig, Jörn Zaefferer * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. */ (function(window) { var QUnit = { // Initialize the configuration options init: funct...
{ "pile_set_name": "Github" }