text
stringlengths
2
99.9k
meta
dict
/** * System configuration for Angular. */ (function (global) { System.config({ paths: { // paths serve as alias 'npm:': '../lib/npmlibs/' }, // map tells the System loader where to look for things map: { // our app is within the js folder ...
{ "pile_set_name": "Github" }
@import "ui-variables"; .salesforce-object-form-wrap { overflow-y: auto; } .salesforce-object-form { flex: 1; position: relative; .spinner { z-index: 1001; } .form-name { padding: 0 22px; h1 { margin: 22px 0; } } .form-footer { position: fixed; width: 100%; bottom: 0; ...
{ "pile_set_name": "Github" }
// Contextual backgrounds // [converter] $parent hack @mixin bg-variant($parent, $color) { #{$parent} { background-color: $color; } a#{$parent}:hover, a#{$parent}:focus { background-color: darken($color, 10%); } }
{ "pile_set_name": "Github" }
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). package org.rocksdb; /** * RestoreOptions to control the...
{ "pile_set_name": "Github" }
--- ./modules/ssl/ssl_engine_init.c.orig 2014-03-13 05:39:33.000000000 -0700 +++ ./modules/ssl/ssl_engine_init.c 2014-07-16 02:28:16.207127387 -0700 @@ -505,6 +505,11 @@ SSL_CTX_set_mode(ctx, SSL_MODE_RELEASE_BUFFERS); #endif +#ifdef SSL_OP_NO_TICKET + /* Disable session tickets. */ + SSL_CTX_set_opti...
{ "pile_set_name": "Github" }
// Copyright 2019 SoloKeys Developers // // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or // http://opensource.org/licenses/MIT>, at your option. This file may not be // copied, modified, or distributed except according t...
{ "pile_set_name": "Github" }
/* Copyright 1985, 1986, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in ...
{ "pile_set_name": "Github" }
<?php namespace App\Http\Controllers\Auth; use App\Http\Controllers\Controller; use Illuminate\Foundation\Auth\SendsPasswordResetEmails; class ForgotPasswordController extends Controller { /* |-------------------------------------------------------------------------- | Password Reset Controller |----...
{ "pile_set_name": "Github" }
// Generated from definition io.k8s.api.core.v1.DownwardAPIProjection /// Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode. #[derive(Clone, Debug, Default, PartialEq)] pub struct DownwardAPIProjection { /// Item...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/v8.h" #if V8_TARGET_ARCH_ARM64 #include "src/arm64/simulator-arm64.h" #include "src/codegen.h" #include "src/macro-assembler.h" namespa...
{ "pile_set_name": "Github" }
using System; using NuKeeper.Abstractions.Formats; using NUnit.Framework; namespace NuKeeper.Abstractions.Tests.Formats { [TestFixture] public class UriFormatsTests { [Test] public void TrailingSlashIsKeptWhenPresent() { var input = new Uri("http://test.com/api/path/"); ...
{ "pile_set_name": "Github" }
" ====================================================================== " Halflife Contrast " ====================================================================== " A Sublime Text 2 / Textmate theme. " Copyright (c) 2014 Dayle Rees. " Released under the MIT License <http://opensource.org/licenses/MIT> " ============...
{ "pile_set_name": "Github" }
using GameObjects; using System; using System.Collections.Generic; namespace GameObjects.Influences { public class InfluenceList : GameObjectList { public List<string> LoadFromString(InfluenceTable allInfluences, string influenceIDs) { List<string> errorMsg = new List<string>(); ...
{ "pile_set_name": "Github" }
escape_char / comment_char % % Locale for English locale in the USA % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000 LC_IDENTIFICATION title "English locale for the USA" source "Free Software Foundation, Inc." address "59 Temple Place - Suite 330, Boston, MA 02111-1307, USA" contact "" email ...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. // -------------------------------------------------------------------------------------------- using Newtonsoft.Json; us...
{ "pile_set_name": "Github" }
defmodule Nostrum.Application do @moduledoc false use Application @doc false def start(_type, _args) do check_token() setup_ets_tables() children = [ Nostrum.Api.Ratelimiter, Nostrum.Shard.Connector, Nostrum.Cache.CacheSupervisor, Nostrum.Shard.Supervisor ] if App...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2014 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
{ "pile_set_name": "Github" }
/** * Copyright 2018 The AMP HTML 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
{ "pile_set_name": "Github" }
33ec7d4f0a18fcf6da3bdacb494e2035 *tests/data/fate/vsynth3-qtrle.mov 179656 tests/data/fate/vsynth3-qtrle.mov 693aff10c094f8bd31693f74cf79d2b2 *tests/data/fate/vsynth3-qtrle.out.rawvideo stddev: 3.67 PSNR: 36.82 MAXDIFF: 43 bytes: 86700/ 86700
{ "pile_set_name": "Github" }
// // ContactImportViewController.swift // ProtonMail - Created on 2/7/18. // // // Copyright (c) 2019 Proton Technologies AG // // This file is part of ProtonMail. // // ProtonMail is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // ...
{ "pile_set_name": "Github" }
package query_test import ( "bytes" "encoding/json" "encoding/xml" "io" "io/ioutil" "net/http" "net/url" "testing" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/client" "github.com/aws/aws-sdk-go/aws/client/metadata" "github.com/aws/aws-sdk-go/aws/request" "github.com/aws/aws-sdk...
{ "pile_set_name": "Github" }
implement syseeprom IO interface for the machine diff --git a/miscutils/Kbuild.src b/miscutils/Kbuild.src index d1cb4d9..c7ce23c 100644 --- a/miscutils/Kbuild.src +++ b/miscutils/Kbuild.src @@ -52,7 +52,7 @@ lib-$(CONFIG_UBOOT_ENV) += fw_env.o lib-$(CONFIG_VOLNAME) += volname.o lib-$(CONFIG_WATCHDOG) += wat...
{ "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. #ifndef CHROME_BROWSER_UI_COCOA_FRAMED_BROWSER_WINDOW_H_ #define CHROME_BROWSER_UI_COCOA_FRAMED_BROWSER_WINDOW_H_ #pragma once #import <Cocoa/Cocoa.h...
{ "pile_set_name": "Github" }
#ifndef __eglext_h_ #define __eglext_h_ #ifdef __cplusplus extern "C" { #endif /* ** Copyright (c) 2007-2013 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Material...
{ "pile_set_name": "Github" }
WARNING.*overlap.*
{ "pile_set_name": "Github" }
# Mastering Chrome Extension ## Get started - 📖 [Chrome Extension Dev Guide](https://developer.chrome.com/extensions/devguide) - 🛠 [Vue Web Extension](https://github.com/Kocal/vue-web-extension)
{ "pile_set_name": "Github" }
Source: rtfm Section: python Priority: optional Maintainer: Alexander Innes, <senni@necurity.co.uk> Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~) Standards-Version: 3.9.2 X-Python-Version: >= 2.6 Package: rtfm Architecture: all Section: python Depends: python-pysqlite2, ${misc:Depends}, ${pytho...
{ "pile_set_name": "Github" }
// Package derhelpers implements common functionality // on DER encoded data package derhelpers import ( "crypto" "crypto/ecdsa" "crypto/rsa" "crypto/x509" cferr "github.com/cloudflare/cfssl/errors" ) // ParsePrivateKeyDER parses a PKCS #1, PKCS #8, or elliptic curve // DER-encoded private key. The key must not...
{ "pile_set_name": "Github" }
/* * Copyright 2013 ZXing 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 ...
{ "pile_set_name": "Github" }
<?php $class = get_class($model); Yii::app()->clientScript->registerScript( 'gii.crud', " $('#{$class}_controller').change(function(){ $(this).data('changed',$(this).val()!=''); }); $('#{$class}_model').bind('keyup change', function(){ var controller=$('#{$class}_controller'); if(!controller.data('changed'))...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 1f8b918bcd89f5c488b06f5574f34760 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
package goleveldb import ( "github.com/syndtr/goleveldb/leveldb" ) type WriteBatch struct { db *DB wbatch *leveldb.Batch } func (w *WriteBatch) Put(key, value []byte) { w.wbatch.Put(key, value) } func (w *WriteBatch) Delete(key []byte) { w.wbatch.Delete(key) } func (w *WriteBatch) Commit() error { return...
{ "pile_set_name": "Github" }
default Order dec $include <prelude.sail> $option -smt_ignore_overflow type xlen : Int = 32 type xlen_bytes : Int = 4 type xlenbits : Type = bits(xlen) type regno ('n : Int), 0 <= 'n < 32 = atom('n) type regbits = bits(5) val cast regbits_to_regno : bits(5) -> {'n, 0 <= 'n < 32. regno('n)} function regbi...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2014 JetBrains s.r.o. * * 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" }
{ "_args": [ [ "express-session@~1.0.2", "/Users/qfdk/GitHub/projetESIR/Web" ] ], "_from": "express-session@>=1.0.2 <1.1.0", "_id": "express-session@1.0.4", "_inCache": true, "_installable": true, "_location": "/express-session", "_npmUser": { "email": "doug@somethingdoug.com", ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
// Copyright 2019 ZTE corporation. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #include "adlik_serving/framework/domain/model_state.h" #include "adlik_serving/framework/domain/bare_model_loader.h" #include "cub/base/assertions.h" namespace adlik { namespace serving { ModelState::ModelState(const Mod...
{ "pile_set_name": "Github" }
[[cluster.name]] === `cluster.name` A node can only join a cluster when it shares its `cluster.name` with all the other nodes in the cluster. The default name is `elasticsearch`, but you should change it to an appropriate name which describes the purpose of the cluster. [source,yaml] ---------------------------------...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 33: {fileID: 3300000} - 23: {fileID: 2300000} - 114: {fileID: 11400000} m_Layer...
{ "pile_set_name": "Github" }
import "hash" rule k3e9_15e109961ee31132 { meta: copyright="Copyright (c) 2014-2017 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.2.2 divinorum/0.99 icewater/0.3.01" viz_url="http://icewater.io/en/cluster/query?h64=k3e9.15e109961ee31132" cluster="k3e9.15e109961ee31132" ...
{ "pile_set_name": "Github" }
package handlers import ( "bytes" "encoding/json" "net/http" "net/http/httptest" "testing" "github.com/openfaas/faas-provider/types" ) func Test_parseSecretValidName(t *testing.T) { s := types.Secret{Name: "authorized_keys"} body, _ := json.Marshal(s) reader := bytes.NewReader(body) r := httptest.NewReque...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/c...
{ "pile_set_name": "Github" }
<a href='https://github.com/angular/angular.js/edit//src/ng/rootScope.js?message=docs($rootScope.Scope)%3A%20describe%20your%20change...#L103' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.20/src/ng/roo...
{ "pile_set_name": "Github" }
DeviceAtlas Device Detection ---------------------------- In order to add DeviceAtlas Device Detection support, you would need to download the API source code from https://deviceatlas.com/deviceatlas-haproxy-module and once extracted : $ make TARGET=<target> USE_PCRE=1 USE_DEVICEATLAS=1 DEVICEATLAS_SRC=<path to t...
{ "pile_set_name": "Github" }
#include <elle/archive/archive.hh> #include <unordered_set> #include <archive.h> #include <archive_entry.h> #include <boost/filesystem.hpp> #include <elle/Error.hh> #include <elle/system/system.hh> #include <elle/log.hh> #include <elle/printf.hh> #ifdef ELLE_WINDOWS # define stat _stat #endif ELLE_LOG_COMPONENT("...
{ "pile_set_name": "Github" }
files <- Sys.glob(paste0("*", SHLIB_EXT)) dest <- file.path(R_PACKAGE_DIR, paste0('libs', R_ARCH)) dir.create(dest, recursive = TRUE, showWarnings = FALSE) file.copy(files, dest, overwrite = TRUE) if(file.exists("symbols.rds")) file.copy("symbols.rds", dest, overwrite = TRUE) exec <- "apps/nclientserver" if(WINDOW...
{ "pile_set_name": "Github" }
import _ from 'common/shim/lodash.reference.shim'; window.chrome = { alarms: { create: function() { }, clear: function() { }, onAlarm: { addListener: function() { }, removeListener: function() { } } }, app: { getDetails: function() { return { // jscs:disable require...
{ "pile_set_name": "Github" }
# Router Host 192.168.1.1 tomato #Hostname tomato Hostname 192.168.1.1 IdentityFile ~/.ssh/tomato_rsa IdentitiesOnly yes User root KexAlgorithms +diffie-hellman-group1-sha1
{ "pile_set_name": "Github" }
# Copyright: (c) 2018, Ansible Project # Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause) from __future__ import absolute_import, division, print_function __metaclass__ = type import traceback from ansible.module_utils.basic import env_fallback, missing_require...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('toUpper', require('../toUpper'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/* Copyright (C) 2005-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
{ "pile_set_name": "Github" }
/* * qTip2 - Pretty powerful tooltips * http://craigsworks.com/projects/qtip2/ * * Version: nightly * Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com * * Dual licensed under MIT or GPLv2 licenses * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License...
{ "pile_set_name": "Github" }
function [Q,R,T] = original_LLL(Q,R,m,delta) % Input parameters % Q : orthogonal matrix, nRxnT % R : R with a large condition number % m : column length of H % delta : scaling variable % Output parameters % Q : orthogonal matrix, nRxnT % R : R with a small condition number % T : unimodular...
{ "pile_set_name": "Github" }
# # Copyright 2019 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
{ "pile_set_name": "Github" }
// Copyright 2011 The Kyua Authors. // All rights reserved. // // 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 conditio...
{ "pile_set_name": "Github" }
var baseEachRight = require('../internal/baseEachRight'), createFind = require('../internal/createFind'); /** * This method is like `_.find` except that it iterates over elements of * `collection` from right to left. * * @static * @memberOf _ * @category Collection * @param {Array|Object|string} collection ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2002, Eric D. Friedman All Rights Reserved. // Copyright (c) 2009, Robert D. Eden All Rights Reserved. // Copyright (c) 2009, Jeff Randall All Rights Reserved. // // This library is free software; you can redistribute it an...
{ "pile_set_name": "Github" }
package it.niedermann.nextcloud.deck.util; import android.graphics.Color; import androidx.annotation.ColorInt; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.core.util.Pair; import java.util.Arrays; import java.util.HashMap; import java.util.Map; public final class ColorUti...
{ "pile_set_name": "Github" }
/* ** vertex.h ** ** This file is part of mkxp. ** ** Copyright (C) 2014 Jonas Kulla <Nyocurio@gmail.com> ** ** mkxp 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...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * 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 la...
{ "pile_set_name": "Github" }
/* * This file is part of the TrinityCore 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" }
This folder contains user contributions. Contributions are _not_ supported by the Box2D project. Contributions may not compile or function correctly.
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_23) on Fri Nov 23 14:03:48 GMT 2012 --> <TITLE> NutchField (apache-nutch 1.6 API) </TITLE> <META NAME="date" CONTENT="2012-11-23"> <LINK REL ="styl...
{ "pile_set_name": "Github" }
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #ifndef _NGX_DARWIN_H_INCLUDED_ #define _NGX_DARWIN_H_INCLUDED_ void ngx_debug_init(void); ngx_chain_t *ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit); extern int ngx_darwin_kern_osreldate; extern int ng...
{ "pile_set_name": "Github" }
package link import ( "fmt" "io" ) // Pkg is the compiling object of a package. It is the linking // unit for programs. type Pkg struct { path string symbols map[string]*Symbol // all the symbol objects funcs map[string]*Func vars map[string]*Var funcMetas map[string]*FuncMeta } // NewPkg creates a new pa...
{ "pile_set_name": "Github" }
using FluentValidation.TestHelper; using NUnit.Framework; using SmartStore.Core.Domain.Customers; using SmartStore.Core.Domain.Tax; using SmartStore.Web.Models.Customer; namespace SmartStore.Web.MVC.Tests.Public.Validators.Customer { [TestFixture] public class RegisterValidatorTests : BaseValidatorTests {...
{ "pile_set_name": "Github" }
# Dolibarr language file - Source file is en_US - languages LinkANewFile=Susieti naują filą / dokumentą LinkedFiles=Linked files and documents NoLinkFound=No registered links LinkComplete=The file has been linked successfully ErrorFileNotLinked=The file could not be linked LinkRemoved=The link %s has been removed Error...
{ "pile_set_name": "Github" }
import dateFns_differenceInDays from 'date-fns/differenceInDays'; import { DOM } from '../../class/DOM'; import { EventDispatcher } from '../../class/EventDispatcher'; import { Logger } from '../../class/Logger'; import { Module } from '../../class/Module'; import { permissions } from '../../class/Permissions'; import ...
{ "pile_set_name": "Github" }
package com.qiya.boss.scurity; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.authority.SimpleGrantedAuthority; import org.springframework.secur...
{ "pile_set_name": "Github" }
// Copyright ©2019 The Gonum 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 layout import ( "math" "golang.org/x/exp/rand" "gonum.org/v1/gonum/graph" "gonum.org/v1/gonum/spatial/barneshut" "gonum.org/v1/gonum/spatial...
{ "pile_set_name": "Github" }
# # euc_kr.py: Python Unicode Codec for EUC_KR # # Written by Hye-Shik Chang <perky@FreeBSD.org> # import _codecs_kr, codecs import _multibytecodec as mbc codec = _codecs_kr.getcodec('euc_kr') class Codec(codecs.Codec): encode = codec.encode decode = codec.decode class IncrementalEncoder(mbc.MultibyteIncrem...
{ "pile_set_name": "Github" }
anon_type.adb:24:07: warning: unused variable "A" anon_type.adb:24:10: warning: unused variable "B" anon_type.adb:26:07: warning: initialization of "Ten_Characters" has no effect anon_type.adb:29:07: warning: unused variable "My_Array1" anon_type.adb:30:07: warning: unused variable "My_Array2" anon_type.adb:32:13: warn...
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.tx...
{ "pile_set_name": "Github" }
/* * ADAU1977/ADAU1978/ADAU1979 driver * * Copyright 2014 Analog Devices Inc. * Author: Lars-Peter Clausen <lars@metafoo.de> * * Licensed under the GPL-2. */ #include <linux/delay.h> #include <linux/device.h> #include <linux/gpio/consumer.h> #include <linux/i2c.h> #include <linux/init.h> #include <linux/module...
{ "pile_set_name": "Github" }
package com.fractalwrench.androidbootstrap.sample; import android.app.Activity; import android.os.Bundle; public class BootstrapDropDownExample extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.example...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
(function(angular) { 'use strict'; angular.module('listExample', []) .controller('ExampleController', ['$scope', function($scope) { $scope.names = ['morpheus', 'neo', 'trinity']; }]); })(window.angular);
{ "pile_set_name": "Github" }
//-------------------------------------------------------------------------- // Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. // // 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 Fr...
{ "pile_set_name": "Github" }
# # S/390 block devices # dasd_eckd_mod-objs := dasd_eckd.o dasd_3990_erp.o dasd_alias.o dasd_fba_mod-objs := dasd_fba.o dasd_diag_mod-objs := dasd_diag.o dasd_mod-objs := dasd.o dasd_ioctl.o dasd_proc.o dasd_devmap.o \ dasd_genhd.o dasd_erp.o ifdef CONFIG_DASD_EER dasd_mod-objs += dasd_eer.o endif obj-...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template is_discrete&lt;boost::rational&lt; Integral &gt;&gt;</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1....
{ "pile_set_name": "Github" }
## -*-makefile-*- ## Aix-specific setup (for Visual Age 5+) ## Copyright (c) 1999-2010, International Business Machines Corporation and ## others. All Rights Reserved. ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS) GEN_DEPS.cc= $(CXX) -E -M $(DEFS) $(CPPFLAGS) # -qroconst make th...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="libspeexdsp" ProjectGUID="{03207781-0D1C-4DB3-A71D-45C608F28DBD}" Keyword="Win32Proj"> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="D...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1010" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "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" }
System.register(['aurelia-dependency-injection', 'aurelia-templating', '../common/widget-base', '../common/decorators', '../common/constants'], function (_export, _context) { "use strict"; var inject, customAttribute, bindable, WidgetBase, generateBindables, constants, _dec, _dec2, _dec3, _class, _desc, _value, _c...
{ "pile_set_name": "Github" }
[Unit] Description=OpenELEC installer Requires=basic.target After=basic.target Conflicts=rescue.target multi-user.target graphical.target AllowIsolate=yes
{ "pile_set_name": "Github" }
<?php class BadMockSearch { }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/device/device.h" #include "shared/source/device_binary_format/elf/elf.h" #include "shared/source/device_binary_format/elf/elf_decoder.h" #include "shared/source/device_binary_format/elf/ocl_elf.h" #include...
{ "pile_set_name": "Github" }
# AUTOGENERATED FILE FROM balenalib/orange-pi-zero-debian:bullseye-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework....
{ "pile_set_name": "Github" }
#include "oglfunc.hpp" #include "oglcontext.hpp" #include "oglwindow.hpp" #include "ogltexture.hpp" using namespace brook; void OGLContext::init (const int (*viAttribList)[4][64], const float (*vfAttribList)[4][16], const int (*vpiAttribList)[4][16]) { int i; int image_un...
{ "pile_set_name": "Github" }
#!/bin/sh # ---------------------------------------------------------------------------- # 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 ...
{ "pile_set_name": "Github" }
{ "directory": "app/bower_components" }
{ "pile_set_name": "Github" }
import 'dart:convert' show json; class RegionResp { int code; int ttl; String message; Data data; RegionResp.fromParams({this.code, this.ttl, this.message, this.data}); factory RegionResp(jsonStr) => jsonStr == null ? null : jsonStr is String ? RegionResp.fromJson(json.decode(jsonSt...
{ "pile_set_name": "Github" }
#ifndef _LINUX_FDREG_H #define _LINUX_FDREG_H /* * This file contains some defines for the floppy disk controller. * Various sources. Mostly "IBM Microcomputers: A Programmers * Handbook", Sanches and Canton. */ #ifdef FDPATCHES #define FD_IOPORT fdc_state[fdc].address /* Fd controller regs. S&C, about page 340 ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form\Tests\Util; use Symfony\Component\Form\Util\Form...
{ "pile_set_name": "Github" }
var vm = require('vm'); $(function () { var res = vm.runInNewContext('a + 5', { a : 100 }); $('#res').text(res); });
{ "pile_set_name": "Github" }
<% provide(:title) do %> <%= t("admin.header.title") %> - <%= t("admin.proposals.index.title") %> <% end %> <h2><%= t("admin.proposals.index.title") %></h2> <% if @proposals.any? %> <%= render "/admin/shared/proposal_search", url: admin_proposals_path %> <h3><%= page_entries_info @proposals %></h3> <table> ...
{ "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/. */ package org.mozilla.fenix.settings.about import android.widget.ListView import android.widget.TextView import org...
{ "pile_set_name": "Github" }