text
stringlengths
2
99.9k
meta
dict
// SPDX-License-Identifier: GPL-2.0 /* * This file contains common generic and tag-based KASAN error reporting code. * * Copyright (c) 2014 Samsung Electronics Co., Ltd. * Author: Andrey Ryabinin <ryabinin.a.a@gmail.com> * * Some code borrowed from https://github.com/xairy/kasan-prototype by * Andrey Kono...
{ "pile_set_name": "Github" }
// ==ClosureCompiler== // @compilation_level ADVANCED_OPTIMIZATIONS // @externs_url http://closure-compiler.googlecode.com/svn/trunk/contrib/externs/maps/google_maps_api_v3_3.js // ==/ClosureCompiler== /** * @name MarkerClusterer for Google Maps v3 * @version version 1.0 * @author Luke Mahe * @fileoverview * The ...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # This file was generated by Appraisal source 'https://rubygems.org' gem 'rails', '~> 5.0.7.2' gem 'sqlite3', '~> 1.3.6' gemspec path: '../'
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * 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" }
/** * nat API * nat API generated from nat.yang * * OpenAPI spec version: 1.0.0 * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/polycube-network/swagger-codegen.git * branch polycube */ /* Do not edit this file manually */ /* * RulePortForwardingJsonObject.h * * */ ...
{ "pile_set_name": "Github" }
/*! @file Defines `boost::hana::find_if`. @copyright Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_FIND_IF_HPP #define BOOST_HANA_FIND_IF_HPP #include <boost/hana/fwd/...
{ "pile_set_name": "Github" }
perl ../util/mkerr.pl -conf e_capi.ec -nostatic -staticloader -write e_capi.c
{ "pile_set_name": "Github" }
/** * Simple tool to create conversion table */ #include <gammu.h> int main(int argc, char *argv[]) { unsigned char InputBuffer[10000], Buffer[10000]; FILE *file; int size, i, j = 0; if (argc != 2) { printf("Usage: makeconverttable FILE\n"); return 1; } file = fopen(argv[1], "rb"); if...
{ "pile_set_name": "Github" }
from .config import Config
{ "pile_set_name": "Github" }
<script src="https://code.highcharts.com/highcharts.js"></script> <div id="container" style="height: 400px; min-width: 300px; max-width: 700px; margin: 0 auto;"></div>
{ "pile_set_name": "Github" }
from unittest import TestCase from pippi import dsp, multiband, fx import numpy as np import random class TestMultiband(TestCase): def test_split(self): g = dsp.read('tests/sounds/guitar1s.wav') bands = multiband.split(g, 3) for i, b in enumerate(bands): b.write('tests/renders/m...
{ "pile_set_name": "Github" }
/* ==================================================================== * Copyright (c) 1995-2002 Carnegie Mellon University. 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. Redi...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Timeline; namespace UnityEditor.Timeline { class TimelineClipGroup { readonly TimelineClip[] m_Clips; readonly TimelineClip m_LeftMostClip; readonly TimelineClip m_RightMostClip; public Ti...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.Web.Http.WebHost</name> </assembly> <members> <member name="T:System.Web.Http.GlobalConfiguration"> <summary> Provides a global <see cref="T:System.Web.Http.HttpConfiguration" /> for ASP.NET applications. </summary> </...
{ "pile_set_name": "Github" }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build ignore // Normalization table generator. // Data read from the web. // See forminfo.go for a description of the trie values associated with each rune...
{ "pile_set_name": "Github" }
import { extend } from '../../core/util'; import PROJ4326 from './Projection.EPSG4326'; /** * For CGCS2000 * * @class * @category geo * @protected * @memberOf projection * @name EPSG4490 * @mixes projection.EPSG4326 * @mixes measurer.WGS84Sphere */ export default extend({}, PROJ4326, /** @lends projection.EP...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol _IKJSDeviceSettings <IKJSDeviceSettings, JSExport> @required - (IKJSRestrictions *)Restrictions; - (struct CGSize { double x1; double x2; })Screen; - (NSString *)name; - (NSString *)preferredVideoFormat; - (NSString *)preferredVideoPreviewFormat; - (struct CGSize { doubl...
{ "pile_set_name": "Github" }
{ "comments": [], "story": { "body": null, "comments": [], "commentsCount": 0, "id": "9052187", "points": 5, "source": "caltech.edu", "submitted": "19 minutes ago", "submitter": "ascertain", "tag": null, "title": "A Visual Approach to Calculus Problems (2000)", "url": "ht...
{ "pile_set_name": "Github" }
*bar*[1] [1]: /url
{ "pile_set_name": "Github" }
/* * (c) Copyright Christian P. Fries, Germany. Contact: email@christian-fries.de. * * Created on 15.07.2012 */ package net.finmath.timeseries.models.parametric; import java.io.Serializable; import java.util.HashMap; import java.util.Map; import org.apache.commons.math3.analysis.MultivariateFunction; import org...
{ "pile_set_name": "Github" }
Matrix<float,2,3> m = Matrix<float,2,3>::Random(); Matrix2f y = Matrix2f::Random(); cout << "Here is the matrix m:" << endl << m << endl; cout << "Here is the matrix y:" << endl << y << endl; Matrix<float,3,2> x = m.fullPivLu().solve(y); if((m*x).isApprox(y)) { cout << "Here is a solution x to the equation mx=y:" << ...
{ "pile_set_name": "Github" }
<?php namespace Aws\ResourceGroups; use Aws\AwsClient; /** * This client is used to interact with the **AWS Resource Groups** service. * @method \Aws\Result createGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = []) * @method \Aws\Result deleteGroup(array $args = []) *...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/amba/mmci.h */ #ifndef AMBA_MMCI_H #define AMBA_MMCI_H #include <linux/mmc/host.h> /** * struct mmci_platform_data - platform configuration for the MMCI * (also known as PL180) block. * @ocr_mask: available voltages on the 4 pins from the block, this * ...
{ "pile_set_name": "Github" }
// Copyright 2015 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. #ifndef CONTENT_RENDERER_MEDIA_WEBRTC_STUN_FIELD_TRIAL_H_ #define CONTENT_RENDERER_MEDIA_WEBRTC_STUN_FIELD_TRIAL_H_ #include <memory> #include <string> #...
{ "pile_set_name": "Github" }
/*************************************************************************** * V4L2 driver for ET61X[12]51 PC Camera Controllers * * * * Copyright (C) 2006 by Luca Risolia <luca.risolia@studio.unibo.it> * * ...
{ "pile_set_name": "Github" }
// IA64.h #ifndef __IA64_H #define __IA64_H #include "BranchCoder.h" MyClassA(BC_IA64, 0x04, 1) #endif
{ "pile_set_name": "Github" }
/* * The MIT License (MIT) * * Copyright © 2018 Franklin "Snaipe" Mathieu <http://snai.pe/> * * 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 lim...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>39--Ice_Skating_39_Ice_Skating_Ice_Skating_39_13.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <n...
{ "pile_set_name": "Github" }
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these sourc...
{ "pile_set_name": "Github" }
/* * Postcopy migration for RAM * * Copyright 2013 Red Hat, Inc. and/or its affiliates * * Authors: * Dave Gilbert <dgilbert@redhat.com> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. * */ #ifndef QEMU_POSTCOPY_RAM_H #define ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Pla...
{ "pile_set_name": "Github" }
defmodule Example.ConnCase do @moduledoc """ This module defines the test case to be used by tests that require setting up a connection. Such tests rely on `Phoenix.ConnTest` and also import other functionality to make it easier to build and query models. Finally, if the test case interacts with the dat...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- *************************************************************************** Copyright (c) 2010 Qcadoo Limited Project: Qcadoo MES Version: 1.4 This file is part of Qcadoo. Qcadoo is free software; you can redistribute it and/or modify ...
{ "pile_set_name": "Github" }
Class: Tips {#Tips} =================== Display a tip on any element with a title and/or href. ### Credits - The idea behind Tips.js is based on [Bubble Tooltips](http://web-graphics.com/mtarchive/001717.php) by [Alessandro Fulcitiniti](http://web-graphics.com/) ### Note - Tips requires the page to be in [Standard...
{ "pile_set_name": "Github" }
package com.nihaojewelry.admin.shiro.JwtToken; import org.apache.shiro.authc.AuthenticationToken; /** * @author:aodeng(低调小熊猫) * @blog:(https://aodeng.cc) * @Description: TODO * @Date: 19-4-29 **/ public class JWTToken implements AuthenticationToken { private String token; public JWTToken(String token) {...
{ "pile_set_name": "Github" }
<ui> <menubar> <menu name="Edit" action="EditAction"> <placeholder name="EditSelectedPlaceholder"> <menuitem name="EditEditInvoice" action="EditEditInvoiceAction"/> <menuitem name="EditDuplicateInvoice" action="EditDuplicateInvoiceAction"/> <menuitem name="EditPostInvoice" action="Ed...
{ "pile_set_name": "Github" }
@import 'theme-neptune-all-rtl_1.css'; @import 'theme-neptune-all-rtl_2.css';
{ "pile_set_name": "Github" }
PREHOOK: query: CREATE TABLE part_table_n1(key string, value string) PARTITIONED BY (partitionId int) PREHOOK: type: CREATETABLE PREHOOK: Output: database:default PREHOOK: Output: default@part_table_n1 POSTHOOK: query: CREATE TABLE part_table_n1(key string, value string) PARTITIONED BY (partitionId int) POSTHOOK: type:...
{ "pile_set_name": "Github" }
# makefile include fragment for ported device systems # # Copyright 2016 Codethink Ltd include $(srctree)/compat26/Makefile-pdk.inc ccflags-y += -include $(srctree)/compat26/include/compat26.h ccflags-y += -include $(srctree)/compat26/include/compat26_clk.h
{ "pile_set_name": "Github" }
//-------------------------------------------------------------------------- // Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: NoiseBall2 m_Shader: {fileID: 4800000, guid: dd34056461ef98446a6f7fec54e04bd7, type: 3} m_ShaderKeywords: m_LightmapFla...
{ "pile_set_name": "Github" }
// Copyright 2020 TiKV Project Authors. Licensed under Apache-2.0. //! This trait contains miscellaneous features that have //! not been carefully factored into other traits. //! //! FIXME: Things here need to be moved elsewhere. use crate::cf_names::CFNamesExt; use crate::errors::Result; use crate::range::Range; //...
{ "pile_set_name": "Github" }
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ */ import * as FilterContent from './FilterContent'; const setup = func...
{ "pile_set_name": "Github" }
#import <TargetConditionals.h> #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wobjc-property-no-attribute" #if TARGET_OS_IPHONE @import UIKit; #else @import AppKit; #endif #import "MAIEnums.h" #import "MAIDeclarations.h" NS_ASSUME_NONNULL_BEGIN @protocol MAIPasteboardProtocol +(id<MAIPasteboardPr...
{ "pile_set_name": "Github" }
# ms.js Ever find yourself doing math in your head or writing `1000 * 60 * 60 …`? Don't want to add obstrusive `Number` prototype extensions to your reusable / distributable modules and projects? `ms` is a tiny utility that you can leverage when your application needs to accept a number of miliseconds as a parameter...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) * All Rights Reserved. See COPYRIGHT. */ #ifdef HAVE_CONFIG_H #include <config.h> #endif /* HAVE_CONFIG_H */ #include <atalk/standards.h> #include <sys/types.h> #include <stdio.h> #includ...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2011 Brian Ferris <bdferris@onebusaway.org> * * 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 requ...
{ "pile_set_name": "Github" }
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ExplosionForcer : MonoBehaviour { public float power; public float radius; public bool boostAudio; private void Start() { if (boostAudio) { GetComponent<Audi...
{ "pile_set_name": "Github" }
package metricsql import ( "fmt" "strconv" "strings" "sync" ) // Parse parses MetricsQL query s. // // All the `WITH` expressions are expanded in the returned Expr. // // MetricsQL is backwards-compatible with PromQL. func Parse(s string) (Expr, error) { var p parser p.lex.Init(s) if err := p.lex.Next(); err !...
{ "pile_set_name": "Github" }
struct block; static int remove_out_of_scope_renamings (struct block *current_block) { return 1; } int ada_lookup_symbol_list (const struct block *block0) { return remove_out_of_scope_renamings ((struct block *) block0); }
{ "pile_set_name": "Github" }
require File.join(File.dirname(__FILE__), 'spec_helper') describe Nanite::MapperProxy do describe "when fetching the instance" do before do Nanite::MapperProxy.class_eval do if class_variable_defined?(:@@instance) remove_class_variable(:@@instance) end end end ...
{ "pile_set_name": "Github" }
polygon 1 8.301650E+00 4.613302E+01 8.302922E+00 4.613326E+01 8.303081E+00 4.613356E+01 8.303596E+00 4.613457E+01 8.304129E+00 4.613564E+01 8.304654E+00 4.613660E+01 8.304852E+00 4.613710E+01 8.305642E+00 4.613848E+01 8.306071E+00 4.613931E+01 8.306486E+00 4.614021E+01 8.306757E+00 4.614070E+01 8.307506E+00...
{ "pile_set_name": "Github" }
<link rel="stylesheet" href="../../vendor/css/bootstrap.min.css" /> <p> Personal Rules by <a href="https://github.com/rakeshtembhurne">@rakeshtembhurne</a>. Disables auto jumping keys which are typed-in automatically anytime causing unwanted typed characters or behavior. </p> <p> For me key `left_option` sta...
{ "pile_set_name": "Github" }
/******************************************************************************* Copyright (C) 2011-2014 SequoiaDB Ltd. This program is free software: you can redistribute it and/or modify it under the term of the GNU Affero General Public License, version 3, as published by the Free Software Foundation....
{ "pile_set_name": "Github" }
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
# Reviewed by [your name here] dataset: hayes_roth description: None yet. See our contributing guide to help us add one. source: None yet. See our contributing guide to help us add one. publication: None yet. See our contributing guide to help us add one. task: classification keywords: - - target: type: categoric...
{ "pile_set_name": "Github" }
/* * Copyright(c) 2011-2016 Intel Corporation. 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 restriction, including without limitation * the rights to u...
{ "pile_set_name": "Github" }
#ifndef CASTOR_CHANNEL_CODER_H #define CASTOR_CHANNEL_CODER_H /** \class CastorChannelCoder Container for ADC<->fQ conversion constants for HCAL/Castor QIE */ namespace reco { namespace castor { class QieShape; } } // namespace reco class CastorChannelCoder { public: CastorChannelCoder(const flo...
{ "pile_set_name": "Github" }
/* ** $Id: linit.c,v 1.39.1.1 2017/04/19 17:20:42 roberto Exp $ ** Initialization of libraries for lua.c and other clients ** See Copyright Notice in lua.h */ #define linit_c #define LUA_LIB /* ** If you embed Lua in your program and need to open the standard ** libraries, call luaL_openlibs in your program. If you ...
{ "pile_set_name": "Github" }
["暗班" ,"安插" ,"按額" ,"紅牌" ,"後勤" ,"屘" ,"貿工" ,"賣場" ,"賣出" ,"美編" ,"美商" ,"面談" ,"面試" ,"民營" ,"民營化" ,"盟友" ,"名片" ,"舞男" ,"武士" ,"文案" ,"文宣" ,"樂迷" ,"樂手" ,"儀器" ,"義工" ,"議程" ,"業界" ,"業者" ,"業主" ,"業餘" ,"外包" ,"外銷" ,"原廠" ,"下班" ,"海報" ,"孩" ,"行業" ,"行員" ,"合約" ,"合股" ,"效益" ,"賢" ,"現任" ,"協理" ,"行文" ,"刑警" ,"型錄" ,"行銷" ,"行政" ,"歇工" ,"兇手" ,"休館" ,"好人" ,"復工...
{ "pile_set_name": "Github" }
# This needs to be the first configured virtualhost on port 80 so that # requests to http://localhost hit this rather than any other vhost <VirtualHost *:80> <Location /> SetHandler server-status Require ip 127.0.0.1 </Location> </VirtualHost>
{ "pile_set_name": "Github" }
import config from './config'; export default config.reducer;
{ "pile_set_name": "Github" }
<?php /** * Handle renamed filters * * @package Give */ $give_map_deprecated_filters = give_deprecated_filters(); foreach ( $give_map_deprecated_filters as $new => $old ) { add_filter( $new, 'give_deprecated_filter_mapping', 10, 4 ); } /** * Deprecated filters. * * @return array An array of deprecated Give f...
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package net import "os" type fileAddr string func (fileAddr) Network() string { return "file+net" } func (f fileAddr) String() string { return string(f) } ...
{ "pile_set_name": "Github" }
'use strict'; const { contract, web3 } = require('@nomiclabs/buidler'); const { assert, addSnapshotBeforeRestoreAfterEach } = require('./common'); const { setupContract } = require('./setup'); const { constants: { inflationStartTimestampInSecs, ZERO_ADDRESS }, } = require('../..'); const { toUnit, divideDecimal...
{ "pile_set_name": "Github" }
index_echeck=$1 Возможно, он не установлен или <a href='$2'>конфигурация модуля</a> неверна. index_edb=Не удалось подключиться к базе данных Bacula: $1 Возможно, она не настроена или <a href='$2'>конфигурация модуля</a> неверна. index_eng=Не удалось подключиться к базе данных групп Bacula: $1. Возможно, его не существу...
{ "pile_set_name": "Github" }
package consul import ( "fmt" "net" "os" "sync" "testing" "time" "github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/testutil" "github.com/hashicorp/net-rpc-msgpackrpc" "github.com/hashicorp/serf/serf" ) func testClientConfig(t *testing.T, NodeName string) (string, *Config) { dir := ...
{ "pile_set_name": "Github" }
<?php /* * Opulence * * @link https://www.opulencephp.com * @copyright Copyright (C) 2017 David Young * @license https://github.com/opulencephp/Opulence/blob/master/LICENSE.md */ namespace Opulence\Authentication; /** * Defines the current authentication context */ class AuthenticationContext implemen...
{ "pile_set_name": "Github" }
--- title: Custom Mechanism order: 9 --- This document will introduce custom mechanism in G6, including custom node, custom edge, custom behavior, custom layout. All of them are mounted on global G6, called by `G6.registerXXX`. ## G6.registerNode(nodeName, options, extendedNodeName) When the built-in nodes cannot sa...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional information regarding * copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may not ...
{ "pile_set_name": "Github" }
.. apidocs file containing the API Documentation .. _metricsdocs: Metrics Module (API Reference) ============================== .. automodule:: scikitplot.metrics :members: plot_confusion_matrix, plot_roc, plot_ks_statistic, plot_precision_recall, plot_silhouette, plot_calibration_curve, plot_cumulative_gain, plot...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | --------...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com> */ package akka.grpc.internal import akka.util.ByteString object Identity extends Codec { override val name = "identity" override def compress(bytes: ByteString): ByteString = bytes override def uncompress(bytes: ByteString): ByteString = b...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Tegra host1x Command DMA * * Copyright (c) 2010-2013, NVIDIA Corporation. */ #include <linux/slab.h> #include <linux/scatterlist.h> #include <linux/dma-mapping.h> #include "../cdma.h" #include "../channel.h" #include "../dev.h" #include "../debug.h" /* * Put the res...
{ "pile_set_name": "Github" }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.lang.actionscript.highlighting; import com.intellij.openapi.fileTypes.SingleLazyInstanceSyntaxHighlighterFactory; import com.intellij.openapi.fileTypes.Synta...
{ "pile_set_name": "Github" }
WiFi Access Point ================= .. doxygengroup:: wifi_ap
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:CNGridView Example.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
# This properties file is used to create a PropertyResourceBundle # It contains Locale specific strings used be the Synth Look and Feel. # Currently, the following components need this for support: # # FileChooser # # When this file is read in, the strings are put into the # defaults table. This is an implementatio...
{ "pile_set_name": "Github" }
// This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's // vendor/assets/javascripts directory can be referenced here using a relative path. // // It's not advisa...
{ "pile_set_name": "Github" }
using System; namespace Utf8Json.Formatters { public sealed class AnonymousFormatter<T> : IJsonFormatter<T> { readonly JsonSerializeAction<T> serialize; readonly JsonDeserializeFunc<T> deserialize; public AnonymousFormatter(JsonSerializeAction<T> serialize, JsonDeserializeFunc<T> dese...
{ "pile_set_name": "Github" }
/* Copyright 2005-2006 Tim Fennell * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
这次去泉州有三个国外客人一起同行,还是入住了泉酒. 大堂有水仙花装饰,有一股清香.环境很好.以390元的价格入住,超值. 客人称赞酒店很不错,我想这是每个入住客人的同感.
{ "pile_set_name": "Github" }
package sdkrand import ( "math/rand" "sync" "time" ) // lockedSource is a thread-safe implementation of rand.Source type lockedSource struct { lk sync.Mutex src rand.Source } func (r *lockedSource) Int63() (n int64) { r.lk.Lock() n = r.src.Int63() r.lk.Unlock() return } func (r *lockedSource) Seed(seed in...
{ "pile_set_name": "Github" }
<?xml version='1.0'?> <gl_extension name="GLES_EXT_shader_non_constant_global_initializers" reg_no="264"> </gl_extension>
{ "pile_set_name": "Github" }
{-# LANGUAGE OverloadedLists #-} main = print (length (['a'..(10 :: Int)] :: [Int]))
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Food Tracker | Home</title> <link href="https://fonts.googleapis.com/css?family=Oswald|Ubuntu:400,700" rel="stylesh...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using GraphQL.Types; using GraphQL.Utilities; using GraphQL.Validation; using Xunit; namespace GraphQL.Tests.Execution { public class UnionInterfaceTests : QueryTestBase<UnionSchema> { private readonly Person _john; public Unio...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # 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 appli...
{ "pile_set_name": "Github" }
package com.hadihariri.kotlincourse.interop; import com.hadihariri.kotlincourse.classes.CustomerKotlin; import com.hadihariri.kotlincourse.classes.Status; import java.io.IOException; /** * Created by hadihariri on 25/08/16. */ public class TalkingToKotlin { public void loadStats(CustomerKotlin customerKotlin...
{ "pile_set_name": "Github" }
*NERD_tree.txt* A tree explorer plugin that owns your momma! omg its ... ~ ________ ________ _ ____________ ____ __________ ____________~ /_ __/ / / / ____/ / | / / ____/ __ \/ __ \ /_ __/ __ \/ ____/ ____/~ / / / /_/ / __/ / |/ / __/ / /_/ / / / / / / / /_/ / __/ / __/ ~ ...
{ "pile_set_name": "Github" }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.editor; import com.intellij.openapi.Disposable; import com.intellij.openapi.util.NlsSafe; import com.intellij.openapi.util.UserDataHolderEx; import o...
{ "pile_set_name": "Github" }
<?php /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /* * Authors: * - Roy * - Stephan * - François B * - Tim Fish * - Kevin Huang * ...
{ "pile_set_name": "Github" }
/**************************************************************************** * arch/risc-v/src/fe310/fe310_memorymap.h * * Copyright (C) 2019 Masayuki Ishikawa. All rights reserved. * Author: Masayuki Ishikawa <masayuki.ishikawa@gmail.com> * * Redistribution and use in source and binary forms, with or withou...
{ "pile_set_name": "Github" }
# Функциональное программирование * Изучить книгу [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://github.com/MostlyAdequate/mostly-adequate-guide) от Franklin Frisby (8-12 главы включительно). * [Перевод](https://github.com/MostlyAdequate/mostly-adequate-guide-ru) * Изучить книгу [Functi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- This is the document type descriptor for the org.eclipse.jetty.xml.XmlConfiguration class. It allows a java object to be configured by with a sequence of Set, Put and Call elements. These tags are mapped to methods on the object to be configured as follows: <Set n...
{ "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" }
/* JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine Copyright (C) 2012-2013 Ian Preston This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This progra...
{ "pile_set_name": "Github" }
# $OpenBSD: Makefile,v 1.39 2020/08/05 04:23:30 deraadt Exp $ FS= install${OSrev}.img FSSIZE= 1359872 FSTYPE= install360 CDROM= install${OSrev}.iso MOUNT_POINT= /mnt RELXDIR?= /home/relx-${MACHINE} RELDIR?= /home/rel-${MACHINE} BSDRD= ${RELDIR}/bsd.rd BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tg...
{ "pile_set_name": "Github" }
'use strict'; `\00`;
{ "pile_set_name": "Github" }