text
stringlengths
2
99.9k
meta
dict
# pop3.tcl -- # # POP3 mail client package, written in pure Tcl. # Some concepts borrowed from "frenchie", a POP3 # mail client utility written by Scott Beasley. # # Copyright (c) 2000 by Ajuba Solutions. # portions Copyright (c) 2000 by Scott Beasley # portions Copyright (c) 2010-2012 Andreas Kupries # # See the file ...
{ "pile_set_name": "Github" }
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py # RUN: llvm-mca -mtriple=i686-unknown-unknown -mcpu=x86-64 -instruction-tables < %s | FileCheck %s aaa aad aad $7 aam aam $7 aas bound %bx, (%eax) bound %ebx, (%eax) daa das into leave salc # CHECK: Instruction Info: # CHECK-N...
{ "pile_set_name": "Github" }
function cleanimg=deislands3d(img,sizelim) % % cleanimg=deislands3d(img,sizelim) % % remove isolated islands for 3D image (for each slice) % % author: Qianqian Fang (fangq<at> nmr.mgh.harvard.edu) % % input: % img: a 3D volumetric image % sizelim: maximum island size (in pixels) for each x/y/z slice % % outpu...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import glob import os import sys # usage: parse_peer_log <path-to-libtorrent-peer-logs> log_files = [] for p in glob.iglob(os.path.join(sys.argv[1], '*.log')): name = os.path.split(p)[1] if name == 'main_session.log': continue print name f = open(p, 'r') out_file = p + '.dat' log_files.ap...
{ "pile_set_name": "Github" }
{ "type": "bundle", "id": "bundle--ac3869b9-5a29-40fd-9085-8be10ed7bf2c", "spec_version": "2.0", "objects": [ { "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs": [ "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4...
{ "pile_set_name": "Github" }
//===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===// // // 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" }
/* * sst.c - Intel SST Driver for audio engine * * Copyright (C) 2008-14 Intel Corp * Authors: Vinod Koul <vinod.koul@intel.com> * Harsha Priya <priya.harsha@intel.com> * Dharageswari R <dharageswari.r@intel.com> * KP Jeeja <jeeja.kp@intel.com> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
{ "pile_set_name": "Github" }
/* -*- Mode: js; js-indent-level: 2; -*- */ /////////////////////////////////////////////////////////////////////////////// this.sourceMap = { SourceMapConsumer: require('source-map/source-map-consumer').SourceMapConsumer, SourceMapGenerator: require('source-map/source-map-generator').SourceMapGenerator, SourceN...
{ "pile_set_name": "Github" }
#include "graph_algorithm/plugin_graph_algorithm.h" #include "hal_core/utilities/log.h" namespace hal { extern std::unique_ptr<BasePluginInterface> create_plugin_instance() { return std::make_unique<plugin_graph_algorithm>(); } std::string plugin_graph_algorithm::get_name() const { ...
{ "pile_set_name": "Github" }
from dataclasses import dataclass from typing import TYPE_CHECKING, Iterable, Optional, Tuple, Union import opentracing from django.conf import settings from prices import MoneyRange, TaxedMoney, TaxedMoneyRange from saleor.product.models import Collection, Product, ProductVariant from ...core.utils import to_local_...
{ "pile_set_name": "Github" }
/* Github Theme Updater */ .plugin-update-tr .update-message-gtu { font-weight:bold; margin:5px; padding:3px 5px; border-width:1px; border-style:solid; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:#fffbe4; background:-moz-linear-gradient(bottom,...
{ "pile_set_name": "Github" }
#!/bin/bash # exit with nonzero exit code if anything fails set -e # Get the current branch name CURRENT_BRANCH=`git symbolic-ref -q --short HEAD` IS_SSH=`git remote get-url origin | grep -qE '^git'; echo $?` REMOTE=`[ "$IS_SSH" = "0" ] && echo "git@github.com:appnexus/lucid.git" || echo "https://github.com/appnexus/...
{ "pile_set_name": "Github" }
const baseConfig = require('../../jest/base.config.js') const { name } = require('./package') module.exports = { ...baseConfig, displayName: name, name: name, testMatch: [`${__dirname}/**/*/?(*.)+(spec|test).js`] }
{ "pile_set_name": "Github" }
# Feature Engineering ## General + [Basic Feature Engineering With Time Series Data in Python](http://machinelearningmastery.com/basic-feature-engineering-time-series-data-python/) + [Zillow Prize - EDA, Data Cleaning & Feature Engineering](https://www.kaggle.com/lauracozma/eda-data-cleaning-feature-engineering...
{ "pile_set_name": "Github" }
rows = {[2.191019e+002 1.961306e+002 1.911369e+002 1.881406e+002 1.861431e+002 1.841456e+002 1.841456e+002 1.841456e+002 1.851444e+002 1.871419e+002 1.911369e+002 1.941331e+002 1.971294e+002 2.011244e+002 2.051194e+002 2.091144e+002 2.141081e+002 2.181031e+002 2.240956e+002 2.290894e+002 2.350819e+0...
{ "pile_set_name": "Github" }
/** * Licensed to Big Data Genomics (BDG) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The BDG licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use ...
{ "pile_set_name": "Github" }
ION BUFFER SHARING UTILITY ========================== File: ion_test.sh : Utility to test ION driver buffer sharing mechanism. Author: Pintu Kumar <pintu.ping@gmail.com> Introduction: ------------- This is a test utility to verify ION buffer sharing in user space between 2 independent processes. It uses unix domain so...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 211c7771a0840b04ab0f2d11942ecc28 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
import unittest from cloudinary.cache import responsive_breakpoints_cache from cloudinary.cache.adapter.key_value_cache_adapter import KeyValueCacheAdapter from cloudinary.cache.storage.file_system_key_value_storage import FileSystemKeyValueStorage from test.cache.storage.dummy_cache_storage import DummyCacheStorage f...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/modules/tip/modules_tip.iml" filepath="$PROJECT_DIR$/modules/tip/modules_tip.iml" group="modules" /> <module fileurl="file://$PROJECT_DIR$/project_root.i...
{ "pile_set_name": "Github" }
/** * DSS - Digital Signature Services * Copyright (C) 2015 European Commission, provided under the CEF programme * * This file is part of the "DSS - Digital Signature Services" project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
{ "pile_set_name": "Github" }
<super> <meta> <artist>groovitude</artist> <title>A-Punk Chorus</title> <beats_in_measure>4</beats_in_measure> <BPM>168</BPM> <key>D</key> <YouTubeID>Xo9x2mA53ms</YouTubeID> <sections> <_Chorus> <global_start>61.73</global_start> <section_duration>8.56</section_durati...
{ "pile_set_name": "Github" }
{ "name": "methods", "description": "HTTP methods that node supports", "version": "1.1.1", "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry....
{ "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> Options Alerts screen </title> </head> <body bgcolor="#ffffff"> <h1>Options Alerts screen</h1> <p> This screen allows you to configure the alerts options: <h3>Merge related ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Parse, LLC. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <Foun...
{ "pile_set_name": "Github" }
/// Copyright (c) 2009 Microsoft Corporation /// /// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// that the following conditions are met: /// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// ...
{ "pile_set_name": "Github" }
{ "args": ["src", "--out-dir", "lib"] }
{ "pile_set_name": "Github" }
using Microsoft.AspNetCore.Mvc.ModelBinding; namespace Microsoft.AspNetCore.Mvc.Api.Analyzers.TestFiles.SymbolApiResponseMetadataProviderTest { [ProducesErrorResponseType(typeof(ModelStateDictionary))] public class GetErrorResponseType_ReturnsTypeDefinedAtActionController { [ProducesErrorResponseT...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text; using Microsoft.Research.AbstractDomains.Expressions; using System.Diagnostics; using Microsoft.Resea...
{ "pile_set_name": "Github" }
package Paws::ApiGateway::CreateModel; use Moose; has ContentType => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'contentType', required => 1); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description'); has Name => (is => 'ro', isa => ...
{ "pile_set_name": "Github" }
package ru.surfstudio.android.core.mvi.sample.ui.screen.reducer_based.kitties import android.content.Context import android.content.Intent import ru.surfstudio.android.core.ui.navigation.activity.route.ActivityRoute internal class KittiesActivityRoute : ActivityRoute() { override fun prepareIntent(context: Conte...
{ "pile_set_name": "Github" }
defmodule Blockchain.MempoolTest do use ExUnit.Case, async: false alias Blockchain.{Mempool, Block} test "handle_call mine_data add data to pool and start mining" do data = "foo" {:reply, response, new_state} = Mempool.handle_call({:mine, data}, nil, {[], {}}) assert response == :ok {pool, {ref,...
{ "pile_set_name": "Github" }
/* * ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver (SPI Bus) * * Copyright 2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/device.h> #include <linux/kernel.h> #include <linux/spi/spi.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/iio/...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-09-20 23...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?><%@ page language="java" pageEncoding="utf-8" contentType="text/xml;charset=utf-8" %><%@ page import="java.util.Iterator" %><%@ page import="java.util.ArrayList" %><%@ page import="java.util.Map" %><%@ page import="java.util.Enumeration" %><%@ page import="org.archive.wayback...
{ "pile_set_name": "Github" }
{%- if cookiecutter.use_sentry_for_error_reporting.lower() == 'y' %} {%- raw %}{% load raven %}{% endraw %} {%- endif %} {% raw %}{% load static i18n %}<!DOCTYPE html> {% get_current_language as LANGUAGE_CODE %} <html lang="{{ LANGUAGE_CODE }}"> <head> <meta charset="utf-8"> <link rel="icon" type="image/x-ico...
{ "pile_set_name": "Github" }
/*************************************************************************/ /* shape_2d_sw.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
{ "pile_set_name": "Github" }
<?php /** * inoERP * * @copyright 2014 Nishit R. Das * @license https://www.mozilla.org/MPL/2.0/ * @link http://inoideas.org * @source code https://github.com/inoerp/inoERP */ /** * inv_intorg_transfer_header * Contains all the inv_intorg_transfer_header information, such as - item_id_m, order_n...
{ "pile_set_name": "Github" }
import Dispatch /// A view of a byte buffer of a numeric values. /// /// The elements generated are the concatenation of the bytes in the base /// buffer. public struct DataGenerator<T: UnsignedIntegerType>: GeneratorType { private var bytes: FlattenGenerator<DataRegions.Generator> private init(_ by...
{ "pile_set_name": "Github" }
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2013 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
{ "pile_set_name": "Github" }
/* Copyright (C) 2011 Jan Källman * * 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 option) any later version. * This library is ...
{ "pile_set_name": "Github" }
/* * This file is part of the OregonCore Project. See AUTHORS file for Copyright information * * 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 ...
{ "pile_set_name": "Github" }
LIBRARY gui_plugin EXPORTS plugin_init
{ "pile_set_name": "Github" }
comment_char % escape_char / % This file is part of the GNU C Library and contains locale data. % The Free Software Foundation does not claim any copyright interest % in the locale data contained in this file. The foregoing does not % affect the license of the GNU C Library as a whole. It does not % exempt you from ...
{ "pile_set_name": "Github" }
class Scout::Realtime::Disk < Scout::Realtime::Metric include Scout::Realtime::MultiAggregator FIELDS = {:size => {'label'=>'Disk Size', 'units'=>'GB', 'precision'=>0}, :used => {'label'=>'Disk Space Used', 'units'=>'GB', 'precision'=>0}, :avail => {'label'=>'Disk Spa...
{ "pile_set_name": "Github" }
/*********************************************************************************** * * Copyright (c) 2015 Kamil Baczkowicz * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v1.0 which ...
{ "pile_set_name": "Github" }
/* * test_051_braid.h * * Notes: * - The character array should be derived from the filename (by convention) * - Comments are not allowed in the char array, but gcode comments are OK e.g. (g0 test) Search for ********************************* to get to the uncommented code N4 (S8000)\n\ N5 (M3)\n...
{ "pile_set_name": "Github" }
package org.solovyev.android.checkout; import android.util.Log; import javax.annotation.Nonnull; import javax.annotation.concurrent.ThreadSafe; /** * Default logger implementation that logs to Android Log */ @ThreadSafe class DefaultLogger implements Logger { private boolean mEnabled = BuildConfig.DEBUG; ...
{ "pile_set_name": "Github" }
// * ================================= * // * Petal // * http://shakrmedia.github.io/petal // * Copyright 2015-2019 Shakr Media Co., Ltd. // * // * typography.less - text styles // * ================================= * // import dependencies @import (reference) 'variables.less'; @import (reference) 'mixins.less'; ...
{ "pile_set_name": "Github" }
<?php namespace Doctrine\DBAL\Exception; /** * Base class for all constraint violation related errors detected in the driver. */ class ConstraintViolationException extends ServerException { }
{ "pile_set_name": "Github" }
// linux/mksysnum.pl -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64le,linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 SYS_FORK = 2 SYS_READ ...
{ "pile_set_name": "Github" }
//上传预览 .layui-upload-file,.layui-btn~.fsh-upload-preview{ margin-top: 10px; } .fsh-upload-preview { > .item { position: relative; float: left; margin-right: 10px; margin-bottom: 10px; img { display: inline-block; width: auto; height:200px; min-width:200px; } .ico...
{ "pile_set_name": "Github" }
# Copyright 2019 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # pylint: disable=W0401,W0614 from telemetry import story from telemetry.page import page as page_module from telemetry.page import shared_page_state clas...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; namespace UnrealEngine { class Args { private Dictionary<string, string> args = new Dictionary<string, string>(...
{ "pile_set_name": "Github" }
// Rewrite of the Troll Warlord Battle Trance ability // Author: Pizzalol // Date: 09.03.2015. "troll_warlord_battle_trance_datadriven" { // General //------------------------------------------------------------------------------------------------------------- "BaseClass" "ability_datadriven" "AbilityType" "...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * 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://mozil...
{ "pile_set_name": "Github" }
/* --------------------------------------------------------------------------- Open Asset Import Library (assimp) --------------------------------------------------------------------------- Copyright (c) 2006-2017, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Windows.ApplicationModel; using Windows.Storage; using Windows.Storage.Streams; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> </Project>
{ "pile_set_name": "Github" }
{ "pile_set_name": "Github" }
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * 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 ap...
{ "pile_set_name": "Github" }
/** * This Source Code Form is subject to the terms of the Mozilla Public License, * v. 2.0. If a copy of the MPL was not distributed with this file, You can * obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under * the terms of the Healthcare Disclaimer located at http://openmrs.org/license....
{ "pile_set_name": "Github" }
<snippet> <content><![CDATA[ <a class="btn btn-large btn-block btn-warning" href="#" role="button">button</a> ]]></content> <tabTrigger>bs3-block-link-button:warning</tabTrigger> </snippet>
{ "pile_set_name": "Github" }
package Paws::Kendra::UpdateDataSource; use Moose; has Configuration => (is => 'ro', isa => 'Paws::Kendra::DataSourceConfiguration'); has Description => (is => 'ro', isa => 'Str'); has Id => (is => 'ro', isa => 'Str', required => 1); has IndexId => (is => 'ro', isa => 'Str', required => 1); has Name => (is...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Функция T.INV (СТЬЮДЕНТ.ОБР)</title> <meta charset="utf-8" /> <meta name="description" content="" /> <link type="text/css" rel="stylesheet" href="../editor.css" /> </head> <body> <div class="mainpart"> <h1>Функция T.INV (СТЬЮДЕНТ.ОБР)</h1> <p>Функция <b>T.INV</b>...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
{-# LANGUAGE OverloadedStrings #-} -- Derived from AWS service descriptions, licensed under Apache 2.0. -- | -- Module : Network.AWS.Kinesis.Types -- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stabili...
{ "pile_set_name": "Github" }
<annotation> <folder>imagesRaw</folder> <filename>2017-12-24 09:15:01.439396.jpg</filename> <path>/Users/abell/Development/other.nyc/Camera/imagesRaw/2017-12-24 09:15:01.439396.jpg</path> <source> <database>Unknown</database> </source> <size> <width>352</width> <height>240</height> <depth>3</depth> </siz...
{ "pile_set_name": "Github" }
#!/bin/bash set -x echo '' > `docker inspect --format='{{.LogPath}}' $1`
{ "pile_set_name": "Github" }
@RUN: llvm-mc -triple arm-unknown-linux -filetype=obj %s | llvm-objdump -d - | FileCheck %s .text b l0 .inst 0xffffffff l0: @CHECK: 0: 00 00 00 ea b #0 <l0> @CHECK-NEXT: 4: ff ff ff ff <unknown>
{ "pile_set_name": "Github" }
import { addons } from "@storybook/addons"; addons.setConfig({ enableShortcuts: false, });
{ "pile_set_name": "Github" }
# These are supported funding model platforms patreon: 2m0sql custom: ['https://paypal.me/PGoodhall']
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Lan...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 47fb8cfee60176b4ba98c86cb0642786 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// // GHTestCase.h // GHUnit // // Created by Gabriel Handford on 1/21/09. // Copyright 2009. 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 without // res...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
<!-- ~ Copyright 2017 Google Inc. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law o...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : thai (th) //! author : Kridsada Thanabulpong : https://github.com/sirn (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['moment'], facto...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "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" }
/* * sd.c Copyright (C) 1992 Drew Eckhardt * Copyright (C) 1993, 1994, 1995, 1999 Eric Youngdale * * Linux scsi disk driver * Initial versions: Drew Eckhardt * Subsequent revisions: Eric Youngdale * Modification history: * - Drew Eckhardt <drew@colorado.edu> o...
{ "pile_set_name": "Github" }
const getFileMenu = [ { icon: 'photo', title: 'Images', to: { path: '/media', query: { type: 'image' } }, }, { icon: 'videocam', title: 'Video', to: { path: '/media', query: { type: 'video' } }, }, { icon: 'volume_down', title: 'Audio', to: { path: '/media', q...
{ "pile_set_name": "Github" }
import UIKit /// This delegate forces popover presentation even on iPhone / in compact size classes class ForcePopoverPresenter: NSObject, UIPopoverPresentationControllerDelegate { @objc static let presenter = ForcePopoverPresenter() fileprivate static let verticalPadding: CGFloat = 10 /// Configures a v...
{ "pile_set_name": "Github" }
Highcharts.chart('container', { chart: { type: 'column', options3d: { enabled: true, alpha: 15, beta: 15, viewDistance: 25, depth: 40 } }, title: { text: 'Total fruit consumption, grouped by gender' }, xAxi...
{ "pile_set_name": "Github" }
<?php /** * @package admin * @subpackage jauthdb_admin * @author Laurent Jouanneau * @copyright 2009-2013 Laurent Jouanneau * @link http://jelix.org * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public Licence */ class passwordCtrl extends jController { public $sensitiveParamete...
{ "pile_set_name": "Github" }
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow * @format */ 'use strict'; const AnimatedValue = require('./nodes/AnimatedValue'); const NativeAnimatedHelper = require...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // TTS api test for Chrome on ChromeOS. // browser_tests.exe --gtest_filter="TtsApiTest.*" chrome.test.runTests([ function testQueueInterrupt() { ...
{ "pile_set_name": "Github" }
function varargout = threads(varargin) %VL_THREADS Control VLFeat computational threads % [NUM,MAXNUM] = VL_THREADS() returns the current number of % computational threads NUM and the maximum possible number MAXNUM. % % VL_THREADS(NUM) sets the current number of threads to the % specified value. NUM = VL_THREA...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SchemeUserState</key> <dict> <key>备课代码-01-GCD的基本使用.xcscheme</key> <dict> <key>orderHint</key> <integer>0</integer> </dict> </dict...
{ "pile_set_name": "Github" }
#ifndef PQCLEAN_SPHINCSSHAKE256128SROBUST_CLEAN_FORS_H #define PQCLEAN_SPHINCSSHAKE256128SROBUST_CLEAN_FORS_H #include <stdint.h> #include "hash_state.h" #include "params.h" /** * Signs a message m, deriving the secret key from sk_seed and the FTS address. * Assumes m contains at least PQCLEAN_SPHINCSSHAKE256128SR...
{ "pile_set_name": "Github" }
/* * lis3lv02d_spi - SPI glue layer for lis3lv02d * * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publishhed by the Free Software Foundation. */ #include <linux...
{ "pile_set_name": "Github" }
.text .global dsofn4 .type dsofn4,@function dsofn4: lapc _GLOBAL_OFFSET_TABLE_,$r0 addo.w expobj:GOT16,$r0,$acr bsr dsofn4:PLT nop .Lfe1: .size dsofn4,.Lfe1-dsofn4
{ "pile_set_name": "Github" }
#include <signal.h> #include "syscall.h" int sigpending(sigset_t *set) { return syscall(SYS_rt_sigpending, set, _NSIG/8); }
{ "pile_set_name": "Github" }
【 文献号 】1-3920 【原文出处】中国体育报 【原刊地名】京 【原刊期号】19950629 【原刊页号】⑴ 【分 类 号】G8 【分 类 名】体育 【 作 者 】李铁映 【复印期号】199507 【 标 题 】为大力增强全国人民的体魄而奋斗 ――李铁映同志在颁布实施《全民健身计划纲要》动员大会上的讲话 【 正 文 】 同志们、朋友们: 经国务院批准,《全民健身计划纲要》正式颁布实施了。这个计划是一个由国家领导、社会支持、全民参与,有目标、有任务、有措施的 体育健身计划,是与实现社会主义现代化目标相配套的社会系统工程和面向21世纪的发展战略规划。《全民健身计划纲要》的产生,是我国 社会生活中的一件大...
{ "pile_set_name": "Github" }
$OpenBSD$ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD +----------------------------------------------------------------------- OpenJazz ======== OpenJazz requires the original game files from Jazz Jackrabbit to work properly. These can come from an ori...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * base_import_module # # Translators: # Martin Trigaux, 2020 # Hamid Darabi, 2020 # Hamed Mohammadi <hamed@dehongi.com>, 2020 # msgid "" msgstr "" "Project-Id-Version: Odoo Server saas~12.5\n" "Report-Msgid-Bugs-To: \n" "P...
{ "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" }
#include "p2p/Signable.hxx" using namespace p2p; using namespace s2c; s2c::SignatureStruct * Signable::sign(const std::vector<resip::Data> &signableData) { SignatureStruct *sig = new SignatureStruct; sig->mAlgorithm = new SignatureAndHashAlgorithmStruct(); sig->mIdentity = new SignerIdentityStruct(); sig->mIdenti...
{ "pile_set_name": "Github" }
// Copyright 2013 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 or at // https://developers.google.com/open-source/licenses/bsd. package httputil import ( "github.com/golang/gddo/httputil/header" "net/http" "strings" )...
{ "pile_set_name": "Github" }