text
stringlengths
2
99k
meta
dict
/* Copyright (C) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com> 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" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerc...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * * Copyright (C) 2004-2012, International Business Machines * Corporation and others. All Rights Reserved. * **********...
{ "pile_set_name": "Github" }
require 'spec_helper' require_relative '../../../app/helpers/trestle/params_helper' describe Trestle::ParamsHelper do include Trestle::ParamsHelper let(:params) { ActionController::Parameters.new(sort: :field, order: "asc", ignore: "me") } describe "#persistent_params" do it "only returns params that sh...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
{ "pile_set_name": "Github" }
.breadcrumb { padding: $breadcrumb-padding-y $breadcrumb-padding-x; margin-bottom: $spacer-y; list-style: none; background-color: $breadcrumb-bg; @include border-radius($border-radius); @include clearfix; } .breadcrumb-item { float: left; // The separator between breadcrumbs (by default, a forward-sla...
{ "pile_set_name": "Github" }
--- title: "Create Pricing Data Source" date: 2020-08-30T11:16:09-04:00 chapter: false weight: 1 pre: "<b>1. </b>" --- {{% notice info %}} If you have RHEL usage in your CUR you can skip this step, this step sets up a provided Cost and Usage report with RHEL usage for analysis. {{% /notice %}} ### Create the prici...
{ "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 ma...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Seth <Sethtroll3@gmail.com> * Copyright (c) 2017, Adam <Adam@sigterm.info> * 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 mu...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* 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 ob...
{ "pile_set_name": "Github" }
[ { "directory": "/Users/kewen/my_project/ADI/adilib/.externalNativeBuild/cmake/release/armeabi-v7a", "command": "/Users/kewen/Library/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=armv7-none-linux-androideabi26 --gcc-toolchain=/Users/kewen/Library/Android/sdk/ndk-bundle/toolcha...
{ "pile_set_name": "Github" }
================================================== Custom Message Example ================================================== .. literalinclude:: ../../../examples/common/custom_message.py
{ "pile_set_name": "Github" }
[Contents](https://jtablesaw.github.io/tablesaw/userguide/toc) Map functions ============= A map is a function that when applied to one or more columns, produces a new Column with the same number of elements. One way to think about them, is based on how many columns are involved in the function. ## Unary Unary ma...
{ "pile_set_name": "Github" }
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ /** * Define a module along with a payload. * @param {string} moduleName Name for the payload * @param {ignor...
{ "pile_set_name": "Github" }
aardvark abyssinian accelerator accordion account accountant acknowledgment acoustic acrylic act action activity actor actress adapter addition address adjustment adult advantage advertisement aftermath afternoon aftershave afterthought age agenda agreement air airbus airmail airplane airport airship alarm albatross al...
{ "pile_set_name": "Github" }
{ "id": "obstacle-v0", "import_module": "obstacle_env" }
{ "pile_set_name": "Github" }
interactions: - request: body: null headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [Siphon (0.6.0+19.g94704ea.dirty)] method: GET uri: http://thredds-test.unidata.ucar.edu/thredds/catalog.xml response: body: {string: ''} ...
{ "pile_set_name": "Github" }
/* Processed by ecpg (regression mode) */ /* These include files are added by the preprocessor */ #include <ecpglib.h> #include <ecpgerrno.h> #include <sqlca.h> /* End of automatic include section */ #define ECPGdebug(X, Y) ECPGdebug((X) + 100, (Y)) #line 1 "describe.pgc" #include <stdlib.h> #include <string.h> #line...
{ "pile_set_name": "Github" }
{ "version": "1.0", "examples": { } }
{ "pile_set_name": "Github" }
# Potentiometer (aka Poti) Sets an ADC-Input-Pin to a value from `0` to `255` depending on the user input. ![potentiometer](potentiometer.png) ## State * Gets: nothing * Sets: value from `0` to `255` ## Parameters ```javascript { } ```
{ "pile_set_name": "Github" }
--- title: Использование плагинов NativeScript contributors: [sn0wil, lex111, chimit] --- Плагины работают так же, как и в [любом другом приложении NativeScript](https://docs.nativescript.org/plugins/plugins), но вы можете задаться вопросом, как модули _UI_ будут работать с Vue. Использование UI-плагинов очень похоже...
{ "pile_set_name": "Github" }
var test = require('tape'); var stringify = require('../'); test('toJSON function', function (t) { t.plan(1); var obj = { one: 1, two: 2, toJSON: function() { return { one: 1 }; } }; t.equal(stringify(obj), '{"one":1}' ); }); test('toJSON returns string', function (t) { t.plan(1); var obj = { one: 1, tw...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>智能社——http://www.zhinengshe.com</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mo...
{ "pile_set_name": "Github" }
module PercentageCalculator def self.calculate(fraction, total) return 0.0 if total.zero? (fraction * 100.0 / total).round(3) end end
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Apisearch Server * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * Feel free to edit as you please, and have fun. * * @author Marc Morera <yuhu@mmoreram.com> */ declare(strict_types=1); names...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <com.github.ppamorim.dragger.DraggerView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:dragger_layout="http://schemas.android.com/apk/res-auto" android:id="@+id/dragger_view" android:layout_width="match_parent" android:layout_height="match_parent...
{ "pile_set_name": "Github" }
// mkerrors.sh // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,darwin // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_CCITT = 0xa AF_CHAOS ...
{ "pile_set_name": "Github" }
package com.kunfei.bookshelf.help import android.os.Handler import android.os.Looper import com.kunfei.bookshelf.MApplication import com.kunfei.bookshelf.bean.BookSourceBean import com.kunfei.bookshelf.model.BookSourceManager import com.kunfei.bookshelf.utils.EncoderUtils import com.kunfei.bookshelf.utils.splitNotBlan...
{ "pile_set_name": "Github" }
Title: GNOME Menu File Browser-快速导航用户目录 Date: 2007-03-27 17:06 Author: toy Category: Apps Slug: gnome-menu-file-browser-applet 这个名为 [Menu File Browser](http://code.google.com/p/gnome-menu-file-browser-applet/) 的 GNOME 面板应用程序可以让你直接从 GNOME 面板上浏览、打开、管理用户目录中的文件,它不需要打开一个文件管理器,感觉使用起来很方便,也很高效。 ![GNOME Menu File Browser Appl...
{ "pile_set_name": "Github" }
/** * Copyright 2014 Netflix, 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 t...
{ "pile_set_name": "Github" }
# 0CTF/TCTF 2018 Quals : udp - Points : 305 - Solves : None - Description : ``` too many udp ``` ## [attachment](udp.7z) ## [Write up](writeup.md)
{ "pile_set_name": "Github" }
/* uncompr.c -- decompress a memory buffer * Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" /* ===============================================================...
{ "pile_set_name": "Github" }
auto SMP::serialize(serializer& s) -> void { SPC700::serialize(s); Thread::serialize(s); s.integer(io.clockCounter); s.integer(io.dspCounter); s.integer(io.apu0); s.integer(io.apu1); s.integer(io.apu2); s.integer(io.apu3); s.integer(io.timersDisable); s.integer(io.ramWritable); s.integer(io.ram...
{ "pile_set_name": "Github" }
// Created on: 1993-07-16 // Created by: Remi LEQUETTE // Copyright (c) 1993-1999 Matra Datavision // Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU ...
{ "pile_set_name": "Github" }
<?php use_javascript(plugin_web_path('orangehrmAdminPlugin', 'js/workShiftSuccess')); ?> <div id="workShift" class="box" <?php echo $hideForm ? "style='display:none'" : "";?> > <div class="head"> <h1 id="workShiftHeading"><?php echo __("Work Shift"); ?></h1> </div> <div class="inner"> ...
{ "pile_set_name": "Github" }
object @interface attributes :id, :name, :ip, :ip6, :mac, :mtu, :fqdn, :identifier, :primary, :provision node :type do |i| next if i.is_a? Symbol i.class.humanized_name.downcase end
{ "pile_set_name": "Github" }
# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PHP_EXT_NAME="realpath_turbo" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" inherit php-ext-source-r3 MY_PV="${PV/_/}" DESCRIPTION="PHP extension to re-enable real...
{ "pile_set_name": "Github" }
/* ----------------------------------------------------------------------- ffi.c - Copyright (c) 2012 Anthony Green Copyright (c) 1998, 2001, 2007, 2008 Red Hat, Inc. Alpha Foreign Function Interface Permission is hereby granted, free of charge, to any person obtaining a copy of this soft...
{ "pile_set_name": "Github" }
{% extends 'base.html' %} {% load static %} {% block title %}仪表盘{% endblock %} {% block css %}{% endblock %} {% block breadcrumb %} <!-- Content Header (Page header) --> <section class="content-header"> <h1> 仪表盘 <small>dashboard</small> </h1> <ol class="breadcrumb"> <...
{ "pile_set_name": "Github" }
name: 'Auto Assign PR Reviewers' # pull_request_target means that this will run on pull requests, but in the context of the base repo. # This should mean PRs from forks are supported. on: pull_request_target: types: [opened, reopened, sychronized] jobs: add-reviews: runs-on: ubuntu-latest steps: ...
{ "pile_set_name": "Github" }
// Copyright 1996-2020 Cyberbotics 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 applicable law or agr...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 The Android Open Source Project * * 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 app...
{ "pile_set_name": "Github" }
/** * Licensed to JumpMind Inc under one or more contributor * license agreements. See the NOTICE file distributed * with this work for additional information regarding * copyright ownership. JumpMind Inc licenses this file * to you under the GNU General Public License, version 3.0 (GPLv3) * (the "License"); yo...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Square 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 w...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL STRINGTABLE { 1000, "Ater" } STRINGTABLE { 2000, "Lautus Ater" } STRINGTABLE { 3000, "Normale" 3001, "Caratteri grandi" 3002, "Caratteri molto grandi" } STRINGTABLE { 4000, "Normale" 4001, "Caratteri grandi" 4002, "Caratteri molto grandi" } STRINGTABLE { 5000, "Lautus" 5001, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/C:/Users/Marko/Desktop/CUPUSMobileApplicationLite/CUPUSMobileApplicationLite/CUPUS-commons/build/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml --> <eat-comment /> <string name="abc_action_bar_home_desc...
{ "pile_set_name": "Github" }
# coding: utf-8 ## # Symbol(Ext) Test if Symbol.respond_to?(:all_symbols) assert('Symbol.all_symbols') do foo = [:__symbol_test_1, :__symbol_test_2, :__symbol_test_3].sort symbols = Symbol.all_symbols.select{|sym|sym.to_s.include? '__symbol_test'}.sort assert_equal foo, symbols end end %w[size length]...
{ "pile_set_name": "Github" }
<html> <body> <div wicket:id="border"> <form wicket:id="form1"> <input wicket:id="quantity1" /><br/> <input type="submit" value="Quantity1" /> </form><br/> <form wicket:id="form2"> <input wicket:id="quantity2" /><br/> <input type="submit" value="Quanti...
{ "pile_set_name": "Github" }
/* * linux/drivers/mfd/ucb1x00-core.c * * Copyright (C) 2001 Russell King, 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 as published by * the Free Software Foundation; either version 2 of the License. * * ...
{ "pile_set_name": "Github" }
void setup() { size(960, 960); smooth(8); generate(); } void draw() { //if (frameCount%40 == 0) generate(); } void keyPressed() { if (key == 's') saveImage(); else generate(); } void saveImage() { String name = nf(day(), 2)+nf(hour(), 2)+nf(minute(), 2)+nf(second(), 2); saveFrame(n...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 TopCoder Inc., All Rights Reserved. */ package com.topcoder.uml.actions.diagram.stresstests; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * <p>This test case aggregates all stress test cases.</p> * * @author zmg * @ver...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> FTP PASV LIST </keywords> </info> # # Server-side <reply> # When doing LIST, we get the default list output hard-coded in the test # FTP server <datacheck> total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. drwxr-xr-x ...
{ "pile_set_name": "Github" }
birth= death=
{ "pile_set_name": "Github" }
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?> <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="setTimeout(doe, 30);" class="reftest-wait"> <popupgroup id="a"/> <listcols> <nativescrollbar id="c"> <treecols/> </nativescrollbar> </listcols> <script> function doe() ...
{ "pile_set_name": "Github" }
//============================================================================= // MuseScore // Music Composition & Notation // // Copyright (C) 2014 Werner Schweer // // 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 pu...
{ "pile_set_name": "Github" }
<?php declare(strict_types = 1); namespace iio\libmergepdf\Driver; use iio\libmergepdf\Source\SourceInterface; final class DefaultDriver implements DriverInterface { /** * @var DriverInterface */ private $wrapped; public function __construct(DriverInterface $wrapped = null) { $thi...
{ "pile_set_name": "Github" }
/********************************************************************** *These solidity codes have been obtained from Etherscan for extracting *the smartcontract related info. *The data will be used by MATRIX AI team as the reference basis for *MATRIX model analysis,extraction of contract semantics, *as well as AI base...
{ "pile_set_name": "Github" }
<Type Name="StyledStringElement" FullName="MonoTouch.Dialog.StyledStringElement"> <TypeSignature Language="C#" Value="public class StyledStringElement : MonoTouch.Dialog.StringElement, MonoTouch.Dialog.IColorizeBackground, MonoTouch.Dialog.Utilities.IImageUpdated" /> <TypeSignature Language="ILAsm" Value=".class pu...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:56.348352", "description": "Cross-browser QRCode generator for javascript", "fork": false, "full_name": "davidshimjs/qrcodejs", "language": "JavaScript", "updated_at": "2015-02-27T23:43:40.270126" }
{ "pile_set_name": "Github" }
namespace Nager.AmazonProductAdvertising.Model.Paapi { public class Promotion { public double Amount { get; set; } public string Currency { get; set; } public int DiscountPercent { get; set; } public string DisplayAmount { get; set; } public double PricePerUnit { get; se...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 ETH Zurich. All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, CAB F.78, Universitaetstr. 6, CH-8092 Zurich, * Attn: Systems Group. */ /* * omap44xx_clk3_...
{ "pile_set_name": "Github" }
"%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ завантажений і готовий до використання! Бажаєте встановити і перезавантажити %1$@?"; "%1$@ can't be updated, because it was opened from a read-only or a temporary location. Use Finder to copy %1$@ to t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>parent</artifactId> ...
{ "pile_set_name": "Github" }
// Copyright Oliver Kowalke 2009. // 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) #ifndef CYCLE_X86_64_H #define CYCLE_X86_64_H #include <algorithm> #include <numeric> #include <cstddef> #...
{ "pile_set_name": "Github" }
/**@jsx jsx */ import { useDisclosure } from "@chakra-ui/hooks" import { jsx } from "@chakra-ui/system" import { HiddenTransition, TransitionConfig, transitionConfigToCSS, } from "@chakra-ui/transition" import * as React from "react" import { usePopper } from "../src" const scale: TransitionConfig = { timeout:...
{ "pile_set_name": "Github" }
ALTER TABLE db_version CHANGE COLUMN required_z2759_01_mangos_gameobject_template required_z2760_01_mangos_command bit; DELETE FROM command WHERE name IN ('movegens','cooldown', 'modify honor'); REPLACE INTO command VALUES ('cooldown list',3,'Syntax: .cooldown list Active cooldown from selected unit.'), ('cooldown c...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1999-2020 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU * General Public License as published by the Free Software * Foundation; either version 2 of the License, or...
{ "pile_set_name": "Github" }
<?php /* $Id: nusoapmime.php,v 1.13 2010/04/26 20:15:08 snichol Exp $ NuSOAP - Web Services Toolkit for PHP Copyright (c) 2002 NuSphere Corporation 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 Softw...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 55f5a88242f371345aefd59b30a28844 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
{ "acno": "D28530", "acquisitionYear": 1856, "all_artists": "Joseph Mallord William Turner", "catalogueGroup": { "accessionRanges": "D28351-D28412; D28415-D28516; D28520-D28537; D41203-D41205", "completeStatus": "COMPLETE", "finbergNumber": "CCXC", "groupType": "Turner Sketchbook", "i...
{ "pile_set_name": "Github" }
class PipelineException(Exception): pass class PackageNotFound(PipelineException): pass class CompilerError(PipelineException): def __init__(self, msg, command=None, error_output=None): super(CompilerError, self).__init__(msg) self.command = command self.error_output = error_o...
{ "pile_set_name": "Github" }
/* * ws protocol handler plugin for "generic sessions" * * Copyright (C) 2010-2016 Andy Green <andy@warmcat.com> * * This program 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: * version 2.1 of...
{ "pile_set_name": "Github" }
// Copyright 2017, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 00a84ca1e52badc40a6f01939bbe8a99 folderAsset: yes timeCreated: 1446204712 licenseType: Free DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
![icon](./screenshots/NoiseBuddyIcon.png) # NoiseBuddy Change noise cancelling settings on your AirPods Pro or Beats Solo Pro directly from your Mac's Menu Bar or Touch Bar. I wanted an easier way to change the listening mode settings on AirPods Pro and Beats Solo Pro on the Mac, without having to open the volume me...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # 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/. import os import shutil import tempfile import unittest import mozunit from manifestparser impo...
{ "pile_set_name": "Github" }
error[E0632]: cannot provide explicit generic arguments when `impl Trait` is used in argument position --> $DIR/universal-turbofish-in-method-issue-50950.rs:14:24 | LL | evt.handle_event::<TestEvent, fn(TestEvent)>(|_evt| { | ^^^^^^^^^ ^^^^^^^^^^^^^ explicit generic argument not allo...
{ "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 https://mozilla.org/MPL/2.0/. */ pub use self::builder::BorderPaintingMode; pub use self::builder::DisplayListBuildState; pub use self::builder::I...
{ "pile_set_name": "Github" }
.. webapi-resource:: :classname: reviewboard.webapi.resources.draft_diffcommit.DraftDiffCommitResource :is-list:
{ "pile_set_name": "Github" }
import errno import inspect import os import unittest import shutil import tempfile from mock import patch from pulp.devel.unit.util import touch from pulp.plugins.util import misc class TestPaginate(unittest.TestCase): def test_list(self): iterable = list(range(10)) ret = misc.paginate(iterabl...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>service</cbid> <replay> <write><data>new\x0a</data></write> <write><data>sd 1\x0a</data></write> <write><data>quit\x0a</data></write> <read><delim>\x0a</delim><match><data>bye\x0a</data></match></re...
{ "pile_set_name": "Github" }
{ "name": "jstree", "repo": "vakata/jstree", "description": "jsTree is jquery plugin, that provides interactive trees.", "version": "3.0.2", "license": "MIT", "keywords": [ "ui", "tree", "jstree" ], "scripts": [ "dist/jstree.js", "dist/jstree.min.js" ], "images": [ "dist/themes/default/32px.png", ...
{ "pile_set_name": "Github" }
reviewers: - deads2k - smarterclayton - pweil- - soltysh - liggitt - php-coder - enj - adelton - legionus - mrogers950 - php-coder - simo5 - tiran approvers: - deads2k - smarterclayton - pweil- - soltysh - enj
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
// // INRelativeSettingResolutionResult.h // Intents // // Copyright (c) 2016-2020 Apple Inc. All rights reserved. // #import <Intents/INIntentResolutionResult.h> #import <Intents/INRelativeSetting.h> NS_ASSUME_NONNULL_BEGIN API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(macos, tvos) API_UNAVAILABLE(watchos) @interfac...
{ "pile_set_name": "Github" }
// scalac: -Xsource:3 case class A private (i: Int) object A { def a = A(1).copy(2) // apply and copy are accessible in companion } case class B private (i: Int) { // no user-defined companion object, should compile def b = B(1).copy(2) // apply and copy are accessible } object qualified_private { case class A...
{ "pile_set_name": "Github" }
package ansi import ( "fmt" "sort" colorable "github.com/mattn/go-colorable" ) // PrintStyles prints all style combinations to the terminal. func PrintStyles() { // for compatibility with Windows, not needed for *nix stdout := colorable.NewColorableStdout() bgColors := []string{ "", ":black", ":red", ...
{ "pile_set_name": "Github" }
/** \addtogroup platform */ /** @{*/ /* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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.or...
{ "pile_set_name": "Github" }
# Aliased A partition is aliased if it contains elements that exist in multiple LogicalRegions or subregions. For example consider a stencil computation with ghost cells. To be able to compute the stencil computation in parallel, we need to create two partitions: one disjoint partition with each logical sub-region de...
{ "pile_set_name": "Github" }
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
{ "pile_set_name": "Github" }
var baseFindIndex = require('./_baseFindIndex'), baseIsNaN = require('./_baseIsNaN'), strictIndexOf = require('./_strictIndexOf'); /** * The base implementation of `_.indexOf` without `fromIndex` bounds checks. * * @private * @param {Array} array The array to inspect. * @param {*} value The value to searc...
{ "pile_set_name": "Github" }
<?php return array( '#namespace' => 'Ubiquity\\controllers', '#uses' => array ( 'View' => 'Ubiquity\\views\\View', 'RouterException' => 'Ubiquity\\exceptions\\RouterException', 'ThemesManager' => 'Ubiquity\\themes\\ThemesManager', ), '#traitMethodOverrides' => array ( 'Ubiquity\\controllers\\Controller' ...
{ "pile_set_name": "Github" }
// cgo -godefs types_solaris.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,solaris package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 PathMax = 0x400 MaxHostNameLen = 0...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Google, LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "fuzz/Fuzz.h" void fuzz_Gradients(Fuzz* f); extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { if (size > 4000) { return 0; }...
{ "pile_set_name": "Github" }
/* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/** * Wrapper for headtrackr library * * Usage: * var htracker = new headtrackr.Tracker(); * htracker.init(videoInput, canvasInput); * htracker.start(); * * Optional parameters can be passed to Tracker like this: * new headtrackr.Tracker({ ui : false, altVideo : "somevideo.ogv" }); * * Optional paramete...
{ "pile_set_name": "Github" }
/* * Common code for mac80211 Prism54 drivers * * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net> * Copyright (c) 2007-2009, Christian Lamparter <chunkeey@web.de> * Copyright 2008, Johannes Berg <johannes@sipsolutions.net> * * Based on: * - the islsm (softmac prism54) driver, which is: * Copyright 2...
{ "pile_set_name": "Github" }
# written but not tested NSTER_USERNAME="jetienne" NSTER_PASSWORD="123" NSTER_APPNAME="easywebsocket" # TODO this one is wrong STARTJS_PATH="node/server/server.js" app_create: curl -X POST -s -u "$(NSTER_USERNAME):$(NSTER_PASSWORD)" -d "appname=$(NSTER_APPNAME)&start=$(STARTJS_PATH)" http://api.nodester.com/app | js...
{ "pile_set_name": "Github" }
{ "title":"Shadow DOM v1", "description":"Method of establishing and maintaining functional boundaries between DOM trees and how these trees interact with each other within a document, thus enabling better functional encapsulation within the DOM & CSS.", "spec":"https://www.w3.org/TR/shadow-dom/", "status":"wd"...
{ "pile_set_name": "Github" }