text
stringlengths
2
99.9k
meta
dict
#ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_HPP_INCLUDED // // boost/detail/atomic_count_gcc.hpp // // atomic_count for GNU libstdc++ v3 // // http://gcc.gnu.org/onlinedocs/porting/Thread-safety.html // // Copyright (c) 2001, 2002 Peter Dimov and Mul...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2006-2010 Benoit Jacob <jacob.benoit.1@gmail.com> // // 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 ...
{ "pile_set_name": "Github" }
AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir) lib_LTLIBRARIES = libwebpdemux.la libwebpdemux_la_SOURCES = libwebpdemux_la_SOURCES += anim_decode.c demux.c libwebpdemuxinclude_HEADERS = libwebpdemuxinclude_HEADERS += ../webp/decode.h libwebpdemuxinclude_HEADERS += ../webp/demux.h libwebpdemuxinclude_HEADERS += ../w...
{ "pile_set_name": "Github" }
--------------------------------------- Build the Multi-Mechanize docs/website: --------------------------------------- The multi-mechanize documentation/website is built using `Sphinx`_. .. _Sphinx: http://sphinx.pocoo.org/ To build the docs you need to perform the following tasks: * Install Sphinx (``$ sudo apt-g...
{ "pile_set_name": "Github" }
// Signature format: 3.0 package androidx.concurrent.futures { @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public abstract class AbstractResolvableFuture<V> implements com.google.common.util.concurrent.ListenableFuture<V> { ctor protected AbstractResolvableFuture(); method public f...
{ "pile_set_name": "Github" }
import babel from "rollup-plugin-babel"; import commonjs from "rollup-plugin-commonjs"; import resolve from "rollup-plugin-node-resolve"; import uglify from "rollup-plugin-uglify"; const name = process.env.NODE_ENV === "production" ? "freactal.umd.min.js" : "freactal.umd.js"; const config = { input: "./src/inde...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Category" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_count</string> </key> <value> <persistent> <string encoding="base...
{ "pile_set_name": "Github" }
# Contributor: Hidde van der Heide <hvanderheide@nexuz.net> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=opendmarc pkgver=1.3.2 pkgrel=0 pkgdesc="A free open source implementation of the DMARC specification" url="http://www.trusteddomain.org/opendmarc/" arch="all" license="BSD-3-Clause Sendmail" makedepends="...
{ "pile_set_name": "Github" }
#ifdef EIGEN_MPL2_ONLY #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode #endif
{ "pile_set_name": "Github" }
0.33266 -0.228261 0.292573 0.175263 -0.315777 -0.335011 -0.363145 0.131993 -0.277334 -0.204487 -0.305075 0.06946 0.122532 -0.149162 0.0974565 0.101641 0.33266 -0.228261 -0.315777 -0.335011 -0.315777 -0.335011 -0.277334 -0.204487 -0.277334 -0.204487 0.122532 -0.149162 0.122532 -0.149162 0.33266 -0.228261 0.29257...
{ "pile_set_name": "Github" }
/* * 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, software * distributed u...
{ "pile_set_name": "Github" }
typedef int T; struct X { int a, b; }; void f(void *ptr) { T* t_ptr = (T *)ptr; (void)sizeof(T); /* A comment */ struct X x = (struct X){1, 2}; void *xx = ptr ? : &x; const char * hello = "Hello"; } enum Color { Red, Green, Blue }; typedef int Int; enum Color g(int i, ...) { __builtin_va_list va; (void)...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright (c) 2011, 2018 GitHub Inc. and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and i...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 David Boissier * * 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 agr...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
{ "pile_set_name": "Github" }
//============= // N64 Include //============= // N64 MIPS 4300 CPU Registers constant r0(0) constant r1(1) constant r2(2) constant r3(3) constant r4(4) constant r5(5) constant r6(6) constant r7(7) constant r8(8) constant r9(9) constant r10(10) constant r11(11) constant r12(12) constant r13(13) constant r14(14) constan...
{ "pile_set_name": "Github" }
<template> <div id="profile-dropdown-container" class="flex items-center cursor-pointer"> <div id="profile-dropdown" class="flex flex-row items-center" @click="toggleProfileDropdown" v-click-outside="hideProfileDropdown"> <img class="w-8 h-8 rounded-full" :src="generateUrl(user.avatar)"> </div> <div v-if="cur...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source. * Copyright 2016, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
{ "pile_set_name": "Github" }
// This file tests a specific bug that occurs when the API returns facets data for hierarchical attributes in a // different order than the declared attributes order at the helper initialization 'use strict'; test('hierarchical facets: attributes order', function(done) { var algoliasearch = require('algoliasearch');...
{ "pile_set_name": "Github" }
package com.dlsc.preferencesfx.formsfx.view.controls; /* - * ========================LICENSE_START================================= * FormsFX * %% * Copyright (C) 2017 DLSC Software & Consulting * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc...
{ "pile_set_name": "Github" }
// UpdateProduce.cpp #include "StdAfx.h" #include "UpdateProduce.h" using namespace NUpdateArchive; static const char *kUpdateActionSetCollision = "Internal collision in update action set"; void UpdateProduce( const CRecordVector<CUpdatePair> &updatePairs, const CActionSet &actionSet, CRecordVector<CUp...
{ "pile_set_name": "Github" }
{% extends "index.html" %} {% block title %}500-OMS{% endblock %} {% block container %} <section id="error-container"> <div class="block-error"> <header> <h1 class="error">500</h1> <p class="text-center">Something went wrong.</p> </header> ...
{ "pile_set_name": "Github" }
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE...
{ "pile_set_name": "Github" }
row.names,sbp,tobacco,ldl,adiposity,famhist,typea,obesity,alcohol,age,chd 1,160,12.00, 5.73,23.11,Present,49,25.30, 97.20,52,1 2,144, 0.01, 4.41,28.61,Absent,55,28.87, 2.06,63,1 3,118, 0.08, 3.48,32.28,Present,52,29.14, 3.81,46,0 4,170, 7.50, 6.41,38.03,Present,51,31.99, 24.26,58,1 5,134,13.60, 3.50,27.78,Present,60,...
{ "pile_set_name": "Github" }
2 2 1 6 6 1 10 10 1 13 13 1 14 14 1 15 15 1 16 16 1 17 17 1 18 18 1 19 19 1 22 2 2 26 6 2 30 10 2 33 13 2 34 14 2 35 15 2 36 16 2 37 17 2 39 19 2 42 2 3 45 5 3 48 8 3 49 9 3 50 10 3 54 14 3 55 15 3 58 18 3 59 19 3 62 2 4 65 5 4 68 8 4 69 9 4 70 10 4 73 13 4 74 14 4 75 15 4 78 18 4 79 19 4 82 2 5 86 6 5 90 10 5 93 13 5 ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // This source file is part of the Soto for AWS open source project // // Copyright (c) 2017-2020 the Soto project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information // See CONTRIBUTORS.txt for t...
{ "pile_set_name": "Github" }
.popup-card { @include horizontalAbsoluteCenter; position: absolute; border: none; top: 100%; filter: drop-shadow(0px 0px 3px $color-grey-2); background-color: $color-white; min-width: 25rem; cursor: initial; border-radius: 50rem; &__empty { display: flex; flex-direction: column; align-...
{ "pile_set_name": "Github" }
# lru cache A cache object that deletes the least-recently-used items. ## Usage: ```javascript var LRU = require("lru-cache") , options = { max: 500 , length: function (n) { return n * 2 } , dispose: function (key, n) { n.close() } , maxAge: 1000 * 60 * 60 } , cache = LR...
{ "pile_set_name": "Github" }
#include "CppUTest/TestHarness.h" #include "CppUTest/CommandLineTestRunner.h" #include "yxml.h" #include "map.h" #include "btstack_defines.h" #include "btstack_util.h" #include "btstack_debug.h" #include "btstack_event.h" #include "map_util.h" const static char * folders = "<?xml version='1.0' encoding='utf-8' standa...
{ "pile_set_name": "Github" }
<script> /* eslint-disable vue/no-v-html */ import { mapState, mapActions } from 'vuex'; import { GlDeprecatedSkeletonLoading as GlSkeletonLoading } from '@gitlab/ui'; import DiffFileHeader from '~/diffs/components/diff_file_header.vue'; import DiffViewer from '~/vue_shared/components/diff_viewer/diff_viewer.vue'; impo...
{ "pile_set_name": "Github" }
// mkerrors.sh -m32 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build 386,netbsd // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x1c AF_BLUETOOTH ...
{ "pile_set_name": "Github" }
/*************************************************************************/ /* Copyright (C) 2018 matias <mati86dl@gmail.com> */ /* */ /* This program is free software: you can redistribute it and/or modify */ /* it under the ...
{ "pile_set_name": "Github" }
// Copyright 2014 the V8 project 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 ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014. Real Time Genomics Limited. * * 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...
{ "pile_set_name": "Github" }
/* Generated by camel build tools - do NOT edit this file! */ package org.apache.camel.component.hazelcast.replicatedmap; import java.util.Map; import org.apache.camel.CamelContext; import org.apache.camel.spi.GeneratedPropertyConfigurer; import org.apache.camel.spi.PropertyConfigurerGetter; import org.apache.camel.u...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="..\..\build\common.props" /> <PropertyGroup> <TargetFrameworks>net47</TargetFrameworks> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <Compile Include="AlphaFS Device Class\Al...
{ "pile_set_name": "Github" }
# Copyright (c) 2020 Sony Corporation. 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 required by a...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -std=c++11 %s -verify // expected-no-diagnostics constexpr int operator "" _a(const char *c) { return c[0]; } static_assert(operator "" _a("foo") == 'f', ""); void puts(const char *); static inline void operator "" _puts(const char *c) { puts(c); } void f() { operator "" _puts("foo"); oper...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tree shaking</title> </head> <body> <script> window.assert = window.parent.assert; window.done = window.parent.done; </script> <script src="../../steal-with-promises.js" data-base-url="." data-config="package.json!npm" data-main="@empt...
{ "pile_set_name": "Github" }
// Copyright 2018 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 prototext import ( "fmt" "strings" "unicode/utf8" "google.golang.org/protobuf/internal/encoding/messageset" "google.golang.org/protobuf/internal/...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # JWT Decoder import base64 import sys import hmac import hashlib import binascii # eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNDE2OTI5MDYxIiwianRpIjoiODAyMDU3ZmY5YjViNGViN2ZiYjg4NTZiNmViMmNjNWIiLCJzY29wZXMiOnsidXNlcnMiOnsiYWN0aW9ucyI6WyJyZWFkIiwiY3JlYXRlIl19LCJ1c2Vyc19hcHBfbWV0YWRhdGEiOn...
{ "pile_set_name": "Github" }
source = {} sink = {} pump = {} filter = {} -- source.chain dofile("ex6.lua") -- source.file dofile("ex5.lua") -- encode require"mime" encode = mime.encode -- sink.chain require"ltn12" sink.chain = ltn12.sink.chain -- wrap wrap = mime.wrap -- sink.file sink.file = ltn12.sink.file -- pump.all dofile("ex10.lua") ...
{ "pile_set_name": "Github" }
<?php /** * PHP Command Line Tools * * This source file is subject to the MIT license that is bundled * with this package in the file LICENSE. * * @author James Logsdon <dwarf@girsbrain.org> * @copyright 2010 James Logsdom (http://girsbrain.org) * @license http://www.opensource.org/licenses/mit-license.php...
{ "pile_set_name": "Github" }
Simple table with caption: || Right || Left || Center || Default || | 12 | 12 | 12 | 12 | | 123 | 123 | 123 | 123 | | 1 | 1 | 1 | 1 | Simple table without caption: || Right || Left || Center || Default || | 12 | 12 | 12 | 12 | | 123 | 123 | 123 | 123 | | 1 | 1 | 1 | 1 | Simple table indented two spaces: || Right |...
{ "pile_set_name": "Github" }
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | AUTO-LOADER (module-specific) | ------------------------------------------------------------------- | For detailed usage, please check the comments from original file: | /ap...
{ "pile_set_name": "Github" }
var utils = require('./connection_utils'), inherits = require('util').inherits, net = require('net'), timers = require('timers'), EventEmitter = require('events').EventEmitter, inherits = require('util').inherits, MongoReply = require("../responses/mongo_reply").MongoReply, Connection = require("./connect...
{ "pile_set_name": "Github" }
PinnedItems ============================= There are situations where a screen has an area for favorites or pinned items. This Component allows adding items to that area. Most of the time, the Component should not be used directly as, for example, `ComplementaryArea` Component already renders PinnedItems that allow ope...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2005 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * Copyright (C) 2002 Scott McNutt <smcnutt@artesyncp.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2009,2011 QNX Software Systems * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https:...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S12.14_A7_T3; * @section: 12.14; * @assertion: Evaluating the nested productions TryStatement; * @description: Checking if the production of nested TryStatement statement...
{ "pile_set_name": "Github" }
<?php /** * Open Source Social Network * * @package Open Source Social Network * @author Open Social Website Core Team <info@softlab24.com> * @copyright (C) SOFTLAB24 LIMITED * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence * @link https://...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.process = void 0; var _Commom = require("../utils/Commom"); var __assign = void 0 && (void 0).__assign || function () { __assign = Object.assign || function (t) { for (var s, i = 1, n = arguments.length; i < n; i++) { ...
{ "pile_set_name": "Github" }
module Vagrant module Plugin autoload :V1, "vagrant/plugin/v1" autoload :V2, "vagrant/plugin/v2" autoload :Manager, "vagrant/plugin/manager" autoload :StateFile, "vagrant/plugin/state_file" end end
{ "pile_set_name": "Github" }
var React = require('react'); var assign = require('domkit/appendVendorPrefix'); var insertKeyframesRule = require('domkit/insertKeyframesRule'); /** * @type {Object} */ var rightRotateKeyframes = { '0%': { transform: 'rotateX(0deg) rotateY(0deg) rotateZ(0deg)' }, '100%': { transform: 'r...
{ "pile_set_name": "Github" }
module Facter module Util module PuppetSettings # This method is intended to provide a convenient way to evaluate a # Facter code block only if Puppet is loaded. This is to account for the # situation where the fact happens to be in the load path, but Puppet is # not loaded for whatever r...
{ "pile_set_name": "Github" }
import { MiniBrowser } from "./mini-browser"; export { MiniBrowser };
{ "pile_set_name": "Github" }
5000 2800 85 505 630 98 767 773 392 592 650 316 362 265 519 556 85 315 27 477 247 225 377 356 248 772 501 338 150 221 36 123 48 199 686 427 401 601 110 64 108 760 469 748 332 765 622 676 135 449 582 714 494 582 374 266 551 361 754 704 570 339 537 678 661 114 440 318 352 498 228 176 644 21 187 146 454 432 704 759 595 51...
{ "pile_set_name": "Github" }
//-------------------------------------------------------------------------------------- // File: DXUTguiIME.cpp // // Copyright (c) Microsoft Corporation. All rights reserved. //-------------------------------------------------------------------------------------- #include "DXUT.h" #include "DXUTgui.h" #include...
{ "pile_set_name": "Github" }
{ "id": "Prisma Cloud", "group": "incident", "name": "Prisma Cloud Incident", "description": "", "version": -1, "fromVersion": "6.0.0", "detailsV2": { "tabs": [ { "hidden": false, "id": "gfrgdzfgei", "name": "Case Info", ...
{ "pile_set_name": "Github" }
// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.1.sdk/usr/include/sys/syscall.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,darwin package unix const ( SYS_SYSCALL = 0 SYS_EXIT ...
{ "pile_set_name": "Github" }
# kubectl ## 增加 hosts 执行 kubectl 的主机必须能 ping 通节点,可以在主机增加 `hosts` ```bash NODE_IP NODE_NAME ``` 否则将不能执行 `exec` `port-forward` 等命令. * https://www.jianshu.com/p/258539db000a * https://kubernetes.io/zh/docs/user-guide/kubectl-overview/
{ "pile_set_name": "Github" }
/* * strlen - calculate the length of a string * * 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 */ /* Assumptions: * * ARMv8-a, AArch64, unaligned accesses, min...
{ "pile_set_name": "Github" }
package com.brioal.rxlearnapp.activity; import android.os.Bundle; import com.brioal.baselib.base.BaseActivity; import com.brioal.rxlearnapp.R; public class MainActivity extends BaseActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState)...
{ "pile_set_name": "Github" }
<?php namespace Test\Variables; use Test\Analyzer; include_once dirname(__DIR__, 2).'/Test/Analyzer.php'; class Php5IndirectExpression extends Analyzer { /* 1 methods */ public function testVariables_Php5IndirectExpression01() { $this->generic_test('Variables_Php5IndirectExpression.01'); } } ?>
{ "pile_set_name": "Github" }
package com.kelin.calendarlistview; import android.app.Application; /** * Created by kelin on 16-4-12. */ public class CalendarListViewApp extends Application { @Override public void onCreate() { super.onCreate(); } }
{ "pile_set_name": "Github" }
( var functions = (); // make a dictionary of functions var recSynth, recBufs, counter = 0, recording = false; var path = "~/tidalchunks/"; var whichOrbit = ~dirt.orbits[0]; var maxTime = 4; // allow a maximum of four seconds, adjust to your needs: this represents one tidal cycle var prevTime; if(pathMatch(path +/...
{ "pile_set_name": "Github" }
// 7.2.2 IsArray(argument) var cof = require('./$.cof'); module.exports = Array.isArray || function(arg){ return cof(arg) == 'Array'; };
{ "pile_set_name": "Github" }
![Decoraki Logo](http://www.decoraki.co/img/decoraki-full-logo.png) > 3D Simulator for interior design - http://www.decoraki.co ## Decoraki [![Build Status](https://img.shields.io/travis/vitorabner/decoraki/master.svg?style=flat)](https://travis-ci.org/vitorabner/decoraki) Decoraki is a 3D simulator that aims to hel...
{ "pile_set_name": "Github" }
define([ "./var/arr", "./var/slice", "./var/concat", "./var/push", "./var/indexOf", "./var/class2type", "./var/toString", "./var/hasOwn", "./var/support" ], function( arr, slice, concat, push, indexOf, class2type, toString, hasOwn, support ) { var // Use the correct document accordingly with window argument ...
{ "pile_set_name": "Github" }
// // detail/solaris_fenced_block.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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) // #ifnd...
{ "pile_set_name": "Github" }
A
{ "pile_set_name": "Github" }
/* * Copyright 2016 Facebook, 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...
{ "pile_set_name": "Github" }
// Copyright (c) 2011-present, Facebook, Inc. 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. // // Copyright (c) ...
{ "pile_set_name": "Github" }
#!/usr/sbin/dtrace -Zs /* * tcl_procflow.d * * Example script from Chapter 8 of the book: DTrace: Dynamic Tracing in * Oracle Solaris, Mac OS X, and FreeBSD", by Brendan Gregg and Jim Mauro, * Prentice Hall, 2011. ISBN-10: 0132091518. http://dtracebook.com. * * See the book for the script description and warnin...
{ "pile_set_name": "Github" }
pixdesc-gbrp10le 870de5644f6eb7bfbf183bd89f45130a
{ "pile_set_name": "Github" }
/* * HD audio interface patch for Creative CA0132 chip. * CA0132 registers defines. * * Copyright (c) 2011, Creative Technology Ltd. * * This driver is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; e...
{ "pile_set_name": "Github" }
# Ruby/Pango Ruby/Pango is a Ruby binding of pango based on GObject-Introspection. ## Requirements * [Ruby/GObject-Introspection](https://github.com/ruby-gnome/ruby-gnome) * [Ruby/GLib2](https://github.com/ruby-gnome/ruby-gnome) * [cairo/rcairo](http://cairographics.org/) ## Install gem install pango ## Licen...
{ "pile_set_name": "Github" }
/* QPBO.cpp */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "QPBO.h" template <typename REAL> QPBO<REAL>::QPBO(int node_num_max, int edge_num_max, void (*err_function)(char *)) : node_num(0), nodeptr_block(NULL), changed_list(NULL), fix_node_info_list(NULL), stage(0), all_edg...
{ "pile_set_name": "Github" }
source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .
{ "pile_set_name": "Github" }
module.exports.default = require('./lib/themes.demo').ThemeDemo; module.exports.ThemeDemo = require('./lib/themes.demo').ThemeDemo;
{ "pile_set_name": "Github" }
# # (C) Copyright 2014 Enthought, Inc., Austin, TX # All right reserved. # # This file is open source software distributed according to the terms in # LICENSE.txt #
{ "pile_set_name": "Github" }
module tiled{ /** * 属性VO,存储map、tileset、tile相关属性数据 */ export class TMXProperty { /** * id * @version Egret 3.0.3 * */ gid: number = 0; /** * 属性名 * @version Egret 3.0.3 * */ name: string; /** * 属性值 * @version Egret 3.0.3 * */ value: string; } } ...
{ "pile_set_name": "Github" }
# # Module manifest for module 'RFC' # # Generated by: jimtru # # Generated on: 4/22/19 # @{ # Script module or binary module file associated with this manifest. RootModule = 'RFC.psm1' # Version number of this module. ModuleVersion = '0.0.1' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquel...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Texas Instruments Ltd * * 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. * * You should have received a copy of the GNU General Public License along with * this ...
{ "pile_set_name": "Github" }
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.0.8/LICENSE */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof defi...
{ "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 ...
{ "pile_set_name": "Github" }
// Test to ensure -emit-llvm profile-sample-accurate is honored in ThinLTO. // RUN: %clang -O2 %s -flto=thin -fprofile-sample-accurate -c -o %t.o // RUN: llvm-lto -thinlto -o %t %t.o // RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm -o - | FileCheck %s // CHECK: define{{.*}} void @foo() // CHE...
{ "pile_set_name": "Github" }
@oknav-header-bg: #fff; @oknav-header-height: 7rem; @oknav-links-color: #2e2e33; @oknav-links-hover-color: #546edb; @oknav-links-font-size: 1.4rem; @oknav-links-font-weight: bold; @oknav-links-padding-x: 15px; @oknav-links-padding-y: 15px; @oknav-kebab-color: @oknav-links-color; // Icon color by default @oknav-kebab-...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2014-present, The osquery authors * * This source code is licensed as defined by the LICENSE file found in the * root directory of this source tree. * * SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only) */ #include <boost/algorithm/string.hpp> #include <boost/uuid/uuid.hpp> #include <boo...
{ "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 n...
{ "pile_set_name": "Github" }
#include <iostream> #include <math.h> /* * The code below calculates N-th fibonacci number by O(1) * Such speed is achieved by using the Binet's formula which is * fib(n) = (phi^n - psi^n) / sqrt(5) * where * phi = (1 + sqrt(5)) / 2 and psi = (1 - sqrt(5)) / 2 * But in code we compute fib(n) as * fib(n) = round...
{ "pile_set_name": "Github" }
# # (C) Copyright 2018 Rockchip Electronics Co., Ltd. # # SPDX-License-Identifier: GPL-2.0+ # obj-y += rk1808.o obj-y += syscon_rk1808.o obj-y += clk_rk1808.o
{ "pile_set_name": "Github" }
#ifndef WM8766_H_INCLUDED #define WM8766_H_INCLUDED #define WM8766_LDA1 0x00 #define WM8766_RDA1 0x01 #define WM8766_DAC_CTRL 0x02 #define WM8766_INT_CTRL 0x03 #define WM8766_LDA2 0x04 #define WM8766_RDA2 0x05 #define WM8766_LDA3 0x06 #define WM8766_RDA3 0x07 #define WM8766_MASTDA 0x08 #define WM8766_DAC_CTRL...
{ "pile_set_name": "Github" }
package com.company.shop.sys.service.modules.sys.service.impl; import com.alibaba.fastjson.JSONObject; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.company.shop.sys.service.common.constant.BusinessConstant; import com.company.shop.sys.service.common.vo.SignConfigVo; import com.company.shop.sys....
{ "pile_set_name": "Github" }
/* * Copyright 2019 New Vector Ltd * Copyright 2020 The Matrix.org Foundation C.I.C. * * 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...
{ "pile_set_name": "Github" }
apiVersion: image.openshift.io/v1 kind: ImageStreamTag metadata: name: node:v3.11 namespace: openshift-node tag: reference: true from: kind: DockerImage name: openshift/node:v3.11.0
{ "pile_set_name": "Github" }
// Copyright (c) 2009-2011, Tor M. Aamodt, Ali Bakhoda, Ivan Sham, // Wilson W.L. Fung // 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 abo...
{ "pile_set_name": "Github" }
package com.shiroexploit.gui; import com.shiroexploit.task.TestConnectionTask; import com.shiroexploit.util.*; import javafx.application.Application; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.collections.FXCollections; import javafx.collections.ObservableList; i...
{ "pile_set_name": "Github" }
/*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: ...
{ "pile_set_name": "Github" }
// Package sidh provides implementation of experimental post-quantum // Supersingular Isogeny Diffie-Hellman (SIDH) as well as Supersingular // Isogeny Key Encapsulation (SIKE). // // It comes with implementations of 2 different field arithmetic // implementations sidh.Fp503 and sidh.Fp751. // // | Algorithm | Public K...
{ "pile_set_name": "Github" }