text
stringlengths
2
99.9k
meta
dict
// SPDX-License-Identifier: GPL-2.0-only /* * Toggles a GPIO pin to power down a device * * Jamie Lentin <jm@lentin.co.uk> * Andrew Lunn <andrew@lunn.ch> * * Copyright (C) 2012 Jamie Lentin */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/platform_device.h> #include <...
{ "pile_set_name": "Github" }
using System; using System.Net.Http; using System.Net.Http.Headers; using System.Text; namespace ClassifiedAds.CrossCuttingConcerns.ExtensionMethods { public static class HttpClientExtensions { public static void UseBasicAuthentication(this HttpClient client, string userName, string password) ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2007 Scott Lembcke * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish...
{ "pile_set_name": "Github" }
package terraform import ( "fmt" "sort" ) // StateFilter is responsible for filtering and searching a state. // // This is a separate struct from State rather than a method on State // because StateFilter might create sidecar data structures to optimize // filtering on the state. // // If you change the State, the ...
{ "pile_set_name": "Github" }
/******************************* Theme Overrides *******************************/
{ "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 ...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Northern Sami (se) //! authors : Bård Rolstad Henriksen : https://github.com/karamell ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define...
{ "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 TYPES_WIN_PE_H_ #define TYPES_WIN_PE_H_ #include <stddef.h> #include <stdint.h> namespace courgette { // PE file section header. This stru...
{ "pile_set_name": "Github" }
import chalk from 'chalk'; import fs from 'fs'; import { exec } from 'child-process-promise'; import settings from './settings'; function gitCommit() { const git = `git log -1 --pretty=format:%H`; return exec(git) .then(function (result) { return result.stdout; }) .fail(function (err) { c...
{ "pile_set_name": "Github" }
#include <stdlib.h> #include <stdio.h>
{ "pile_set_name": "Github" }
#!/bin/bash # # Copyright (C) 2014 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 a...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "pile_set_name": "Github" }
// Copyright (c) 2018 The MATRIX Authors // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php package core import ( "encoding/binary" "math/big" "sort" "github.com/MatrixAINetwork/go-matrix/common" "github.com/MatrixAINetwork/go...
{ "pile_set_name": "Github" }
package info.xiaomo.server.server; import io.netty.util.AttributeKey; /** * @author xiaomo */ public class SessionKey { public static final AttributeKey<Session> SESSION = AttributeKey.newInstance("SESSION"); public static final AttributeKey<Boolean> LOGOUT_HANDLED = AttributeKey.newInstance("LOGOUT_HANDLE...
{ "pile_set_name": "Github" }
/* * (C) 2003-2006 Gabest * (C) 2006-2014 see Authors.txt * * This file is part of MPC-HC. * * MPC-HC 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 3 of the License, or * (at your opt...
{ "pile_set_name": "Github" }
\DOC ONCE_DEPTH_SQCONV \TYPE {ONCE_DEPTH_SQCONV : strategy} \SYNOPSIS Applies simplification to the first suitable sub-term(s) encountered in top-down order. \DESCRIBE HOL Light's simplification functions (e.g. {SIMP_TAC}) have their traversal algorithm controlled by a ``strategy''. {ONCE_DEPTH_SQCONV} is a strateg...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "AM", "PM" ], "DAY": [ "dimanche", "lu...
{ "pile_set_name": "Github" }
# CornerCutLinearLayout [![](https://jitpack.io/v/Devlight/CornerCutLinearLayout.svg)](https://jitpack.io/#Devlight/CornerCutLinearLayout) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-CornerCutLinearLayout-green.svg?style=flat )]( https://android-arsenal.com/details/1/8111 ) `CornerCutLinearLay...
{ "pile_set_name": "Github" }
\addvspace {10\p@ } \addvspace {10\p@ } \contentsline {figure}{\numberline {2.1}{\ignorespaces Load And Store Macros}}{9}{figure.2.1} \contentsline {figure}{\numberline {2.2}{\ignorespaces Rotate Macros}}{9}{figure.2.2} \addvspace {10\p@ } \contentsline {figure}{\numberline {3.1}{\ignorespaces Built--In Software Cipher...
{ "pile_set_name": "Github" }
{ "name": "nwjs-builder-phoenix", "version": "1.15.0", "description": "", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", "bin": { "build": "./dist/bin/build.js", "run": "./dist/bin/run.js" }, "scripts": { "prepublish": "npm run build", "test": "npm run build && ava", ...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Jan-Piet Mens (jpmens@gmail.com) * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apac...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Settings.cs" company="NBug Project"> // Copyright (c) 2011 - 2013 Teoman Soygul. Licensed under MIT license. // </copyright> // ---------------------------------------------...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy, modify, and distribute this software in source code or binary form for use // in connection with the web services and APIs provided by Facebook. // // As with...
{ "pile_set_name": "Github" }
/*! @file Forward declares `boost::hana::Logical`. @copyright Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_FWD_CONCEPT_LOGICAL_HPP #define BOOST_HANA_FWD_CONCEPT_LOGICAL...
{ "pile_set_name": "Github" }
;(function($){ /** * jqGrid French Translation * Tony Tomov tony@trirand.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { recor...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 Dmitry Shachnev <mitya57@gmail.com> ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holdin...
{ "pile_set_name": "Github" }
module.exports = { env: { GITHUB_TOKEN: process.env.GITHUB_TOKEN, }, }
{ "pile_set_name": "Github" }
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation ...
{ "pile_set_name": "Github" }
package: name: perl-libwww-perl version: "6.39" source: url: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.39.tar.gz sha256: 9a8d7747938aa75d7d524c71574ae7f99ca66a5dac8255a7f7759f373e7774d5 build: number: 0 noarch: generic requirements: host: - perl - perl-file-listing -...
{ "pile_set_name": "Github" }
{ "extends": "../tsconfig-base.json", "compilerOptions": { "outDir": "out", "rootDir": "src" }, "jsdoc": { "out": "../../scripts/jsdoc/out/publisher", "access": "public" }, "include": [ "src/**/*.ts", "../../typings/mime.d.ts" ] }
{ "pile_set_name": "Github" }
package memberlist // ConflictDelegate is a used to inform a client that // a node has attempted to join which would result in a // name conflict. This happens if two clients are configured // with the same name but different addresses. type ConflictDelegate interface { // NotifyConflict is invoked when a name confli...
{ "pile_set_name": "Github" }
<h1>Interfaces in Go</h1> <p> Interface types are one special kind of types in Go. Interface kind plays several important roles in Go. Firstly, interface types make Go support value boxing. Consequently, through value boxing, reflection and polymorphism get supported. </p> <p> The remaining of this article...
{ "pile_set_name": "Github" }
/** * Created by Nicholas Hallahan on 1/3/15. * nhallahan@spatialdev.com */ package com.spatialdev.osm; import android.graphics.Paint; import com.mapbox.mapboxsdk.geometry.LatLng; import com.mapbox.mapboxsdk.overlay.Marker; import com.mapbox.mapboxsdk.overlay.PathOverlay; import com.spatialdev.osm.model.OSMDataSet...
{ "pile_set_name": "Github" }
# -*- coding: UTF-8 -*- """ Standard codes for shell colors. @author: Sébastien Renard <sebastien.renard@digitalfox.org> @license: GPL v3 or later """ import sys if sys.stdout.isatty(): BOLD = '\033[01m' RED = '\033[31m' GREEN = '\033[32m' ORANGE = '\033[33m' PURPLE = '\033[35m' CYAN = '\033[...
{ "pile_set_name": "Github" }
'use strict'; function factory (type, config, load, typed) { var distribution = load(require('./distribution')); /** * Random pick one or more values from a one dimensional array. * Array elements are picked using a random function with uniform or weighted distribution. * * Syntax: * * math....
{ "pile_set_name": "Github" }
module github.com/alauda/kube-ovn go 1.12 require ( github.com/Mellanox/sriovnet v1.0.1 github.com/containernetworking/cni v0.8.0 github.com/containernetworking/plugins v0.8.6 github.com/coreos/go-iptables v0.4.5 github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect github.com/elazarl/goprox...
{ "pile_set_name": "Github" }
var searchData= [ ['window_2edox',['window.dox',['../window_8dox.html',1,'']]] ];
{ "pile_set_name": "Github" }
package com.yisu.easyexcel.web.config; import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor; import org.mybatis.spring.annotation.MapperScan; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; /** * @description MybatisPlusConfig * @au...
{ "pile_set_name": "Github" }
// Copyright © 2019 The Things Network Foundation, The Things Industries B.V. // // 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 // // Un...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Folder" module="OFS.Folder"/> </pickle> <pickle> <dictionary> <item> <key> <string>_objects</string> </key> <value> <tuple/> </value> </i...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Bundler; end require_relative "vendor/uri/lib/uri"
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ====================================================================== --> <!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. --> <!-- ====================================================================== --> <project name="commons-csv" default="pa...
{ "pile_set_name": "Github" }
StartChar: uni066E.init_BaaMemInit Encoding: 67282 -1 2030 Width: 265 Flags: HW AnchorPoint: "TaaAbove" 64 527 basechar 0 AnchorPoint: "TashkilAbove" 104 801 basechar 0 AnchorPoint: "TashkilBelow" 143 -327 basechar 0 LayerCount: 3 Fore Refer: 127 -1 N 1 0 0 1 0 0 3 EndChar
{ "pile_set_name": "Github" }
/** * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * @format */ import {CommandOption} from '@react-native-community/cli-types'; export type BuildArch = 'x86' | 'x64' | 'ARM' | 'ARM64'; export type BuildConfig = 'Debug' | 'DebugBundle' | 'Release' | 'ReleaseBundle'; /** * * Options ar...
{ "pile_set_name": "Github" }
{ "class" : { }, "instance" : { "accessorChainsForMethod:interpreterClass:" : "eem 1/3/2014 11:27", "accessorDepthDeterminationFollowsSelfSends" : "eem 1/3/2014 15:02", "accessorsAndAssignmentsForSubMethodNamed:actuals:depth:interpreterClass:into:" : "eem 1/3/2014 15:07", "actualsForMethod:" : "eem 2/16/20...
{ "pile_set_name": "Github" }
using UnityEngine; public partial class AreaLightLUT { const int kLUTResolution = 64; const int kLUTMatrixDim = 3; public enum LUTType { TransformInv_DisneyDiffuse, TransformInv_GGX, AmpDiffAmpSpecFresnel } public static Texture2D LoadLUT(LUTType type) { switch(type) { case LUTType.TransformInv_...
{ "pile_set_name": "Github" }
package listing import ( "time" ) // Beer defines the properties of a beer to be listed type Beer struct { ID string `json:"id"` Name string `json:"name"` Brewery string `json:"brewery"` Abv float32 `json:"abv"` ShortDesc string `json:"short_description"` Created time.Time `...
{ "pile_set_name": "Github" }
--- header-id: ckeditor-plugin-reference-guide --- # CKEditor Plugin Reference Guide [TOC levels=1-4] This reference guide provides a list of the default CKEditor plugins bundled with @product@'s AlloyEditor. You can [use these existing CKEditor plugins in your custom AlloyEditor configurations](/docs/7-2/framewor...
{ "pile_set_name": "Github" }
export * from './extensions/String.extensions'; export * from './Interfaces'; export * from './SPEntities'; export * from './Constants';
{ "pile_set_name": "Github" }
# (C) Copyright 2012: Eric Niebler # 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) # NOTE: Some of the paths in this file may need to be changed for your system. -DBOOST_PROTO_DONT_USE_PREPROCESSED_FILES -DBOOST_PRO...
{ "pile_set_name": "Github" }
package com.epam.indigo.controls; import java.awt.Component; import javax.swing.JTable; import javax.swing.UIManager; import javax.swing.border.EmptyBorder; import javax.swing.table.TableCellRenderer; public class MultilineCenteredTableCellRenderer extends CenteredTextPane implements TableCellRenderer { pu...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // weighted_sum_kahan.hpp // // Copyright 2011 Simon West. 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 BOOST_ACCUMULATO...
{ "pile_set_name": "Github" }
/* * @(#)TristateCheckBoxEx.java 5/20/2011 * * Copyright 2002 - 2011 JIDE Software Inc. All rights reserved. */ package com.jidesoft.swing; import com.jidesoft.plaf.UIDefaultsLookup; import javax.swing.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /** * TristateChec...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; public class ProjectLaser : MonoBehaviour { public GameObject laser; public float offset = 0.1f; private GameObject laserInstance; // Update is called once per frame void Update () { RaycastHit hit; if(Physics.Raycast(transform.position,transform.forward,out hi...
{ "pile_set_name": "Github" }
/* * Copyright (c) Azureus Software, Inc, 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, or (at your option) any later version. ...
{ "pile_set_name": "Github" }
declare module "child_process" { import * as events from "events"; import * as stream from "stream"; import * as net from "net"; interface ChildProcess extends events.EventEmitter { stdin: stream.Writable; stdout: stream.Readable; stderr: stream.Readable; readonly channe...
{ "pile_set_name": "Github" }
\DOC CONJ_PAIR \TYPE {CONJ_PAIR : thm -> thm * thm} \SYNOPSIS Extracts both conjuncts of a conjunction. \KEYWORDS rule, conjunction. \DESCRIBE { A |- t1 /\ t2 ---------------------- CONJ_PAIR A |- t1 A |- t2 } The two resultant theorems are returned as a pair. \FAILURE Fails if the input theore...
{ "pile_set_name": "Github" }
# public.posts ## Description Posts table ## Columns | Name | Type | Default | Nullable | Children | Parents | Comment | | --------- | --------------------------- | -...
{ "pile_set_name": "Github" }
// // MOBFDebug.h // MOBFoundation // // Created by 冯 鸿杰 on 15/2/4. // Copyright (c) 2015年 MOB. All rights reserved. // #import <Foundation/Foundation.h> /** * 调试工具类 */ @interface MOBFDebug : NSObject /** * 输出调试日志 * * @param format 日志格式 * @param ... 日志参数 */ + (void)log:(NSString *)format, ... NS_FORMA...
{ "pile_set_name": "Github" }
package com.zx.sms.connect.manager.smpp; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.TimeUnit; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.zx.sms.common.GlobalConstance; import com.zx.sms.connect.manager.AbstractEndpointConnector; import com.zx.sms.connect...
{ "pile_set_name": "Github" }
<!-- # license: 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...
{ "pile_set_name": "Github" }
{ "Welcome": "Bienvenido", "A brand new app.": "Una nueva aplicación." }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019, 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 Softwa...
{ "pile_set_name": "Github" }
ifeq ($(TARGET), zephyr_vexriscv) $(eval $(call add_third_party_download,$(ZEPHYR_URL),$(ZEPHYR_MD5),zephyr,setup_zephyr)) export ZEPHYR_SDK_INSTALL_DIR?=/opt/zephyr-sdk export ZEPHYR_BASE?=$(realpath $(MAKEFILE_DIR)/downloads/zephyr) endif
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # SelfTest/PublicKey/test_RSA.py: Self-test for the RSA primitive # # Written in 2008 by Dwayne C. Litzenberger <dlitz@dlitz.net> # # =================================================================== # The contents of this file are dedicated to the public domain. To # the extent that dedic...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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,...
{ "pile_set_name": "Github" }
body { padding-top: 50px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the l...
{ "pile_set_name": "Github" }
/* * 11/14/2003 * * RTextArea.java - An extension of JTextArea that adds many features. * * This library is distributed under a modified BSD license. See the included * RSyntaxTextArea.License.txt file for details. */ package org.fife.ui.rtextarea; import java.awt.Color; import java.awt.ComponentOr...
{ "pile_set_name": "Github" }
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // 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 r...
{ "pile_set_name": "Github" }
/* * Copyright (c) , Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * 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...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved */ #include <linux/cpufreq.h> #include <linux/dma-mapping.h> #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> #include <soc/tegra/bpmp.h> #include <soc/tegra/bpmp-abi.h> #defi...
{ "pile_set_name": "Github" }
### 在武汉作秀的官员 摆拍完就把珍贵的防护服扔垃圾桶(视频) ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; ...
{ "pile_set_name": "Github" }
"""HTML 2.0 parser. See the HTML 2.0 specification: http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html """ from __future__ import print_function from warnings import warnpy3k warnpy3k("the htmllib module has been removed in Python 3.0", stacklevel=2) del warnpy3k import sgmllib from format...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ecr/ECR_EXPORTS.h> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace ECR { namespac...
{ "pile_set_name": "Github" }
pip
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using AppKit; using MvvmCross.Binding; using MvvmCross.Binding.BindingContext; using MvvmCross.Mac.Views; using Foundation; using Soba.Core.ViewModels; using System.Diagnostics; namespace Soba.XamMac.Unified { public partial class FirstViewController...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2020, Leon Sorokin * All rights reserved. (MIT Licensed) * * uPlot.js (μPlot) * A small, fast chart for time series, lines, areas, ohlc & bars * https://github.com/leeoniya/uPlot (v1.2.2) */ 'use strict'; function debounce(fn, time) { var pending = null; function run() { pending = null; fn(...
{ "pile_set_name": "Github" }
<?php namespace metastore; /** * Autogenerated by Thrift Compiler (0.13.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ use Thrift\Base\TBase; use Thrift\Type\TType; use Thrift\Type\TMessageType; use Thrift\Exception\TException; use Thrift\Exception\TProtocolException; use...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2011 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/license...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>17B35a</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <...
{ "pile_set_name": "Github" }
#!/bin/bash #!/bin/bash # Copyright (c) Microsoft Corporation # All rights reserved. # # MIT License # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without l...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020, Matthew Olsson <matthewcolsson@gmail.com> * 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 noti...
{ "pile_set_name": "Github" }
/* libunwind - a platform-independent unwind library Copyright (C) 2003-2004 Hewlett-Packard Co Copyright (C) 2007 David Mosberger-Tang Contributed by David Mosberger-Tang <dmosberger@gmail.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy ...
{ "pile_set_name": "Github" }
/* * $XConsortium: scrnsaver.h,v 1.6 94/04/17 20:59:34 keith Exp $ * Copyright (c) 1992 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limit...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 AudioCodes Ltd. ** Author: Orgad Shaneh <orgad.shaneh@audiocodes.com> ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercia...
{ "pile_set_name": "Github" }
package org.bukkit.craftbukkit.v1_12_R1.entity; import net.minecraft.entity.MultiPartEntityPart; import org.bukkit.craftbukkit.v1_12_R1.CraftServer; import org.bukkit.entity.EnderDragon; import org.bukkit.entity.EnderDragonPart; import org.bukkit.entity.Entity; public class CraftEnderDragonPart extends CraftComplexPa...
{ "pile_set_name": "Github" }
/* This file is a part of libcds - Concurrent Data Structures library (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ Redistribution and use in source and binary forms, ...
{ "pile_set_name": "Github" }
using System.Text; using NLog.Config; using NLog.LayoutRenderers; using NLog.Web.Internal; namespace NLog.Web.LayoutRenderers { /// <summary> /// ASP.NET HttpRequest Content-Type Header /// </summary> /// <example> /// <code lang="NLog Layout Renderer"> /// ${aspnet-request-contenttype} ///...
{ "pile_set_name": "Github" }
\chapter{Partial Rebuilding} In other chapters, we have seen structures that obtain their efficiency through the use of \emph{global rebuilding}: Occasionally, the entire structure is rebuilt in a ``balanced'' manner. The best example of this are the array-based list implementations of \chapref{X}. In these impleme...
{ "pile_set_name": "Github" }
#include "../../lib/c++/xbmcclient.h" #include <stdio.h> #include <string.h> #include <sys/socket.h> int main(int argc, char **argv) { /* connect to localhost, port 9777 using a UDP socket this only needs to be done once. by default this is where XBMC will be listening for incoming connections. */ ...
{ "pile_set_name": "Github" }
== Log Files A typical log file looks like the following: ``` 2017/11/01 19:12:38 [-] [NEW_REQUEST] 2017/11/01 19:12:38 [-] [NEW_REQUEST_ACCEPTED] 2017/11/01 19:12:38 [41301] [LOCATING_SERVICE] [firefox-45.0] 2017/11/01 19:12:38 [41301] [USING_DOCKER] [firefox-45.0] 2017/11/01 19:12:38 [41301] [CREATING_CONTAINER] [sel...
{ "pile_set_name": "Github" }
# DO NOT MODIFY THIS FILE # Groups of groups declaration file [emsisoft-win] [kaspersky-win] [gdata-win] [mcafee-win] [sophos-win] [probe:children] emsisoft-win kaspersky-win gdata-win mcafee-win sophos-win [windows:children] emsisoft-win kaspersky-win gdata-win mcafee-win sophos-win
{ "pile_set_name": "Github" }
import Cookies from "cookies-js" import React from "react" import { data as sd } from "sharify" import { AuthService, createdAccount, successfullyLoggedIn, } from "@artsy/cohesion" import { handleSubmit, setCookies } from "../helpers" import { ModalManager } from "v2/Components/Authentication/Desktop/ModalManage...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- ################################################################################ # # qooxdoo - the new era of web development # # http://qooxdoo.org # # Copyright: # 2006-2010 1&1 Internet AG, Germany, http://www.1und1.de # # License: # MIT: https://opensource.org...
{ "pile_set_name": "Github" }
'use strict'; /** * `migrations/20171214165000-add-payment-type.js` properly set the type to 'adaptive' * for PayPal adaptive payment methods, but the change was not reflected in the code, * thus all PayPal pre-approvals generated after 2017-12-14 have not type set. */ module.exports = { up: queryInterface => { ...
{ "pile_set_name": "Github" }
/* Copyright 2014 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" }
{ "id": "inkopolis-chair", "name": "Inkopolis Chair", "category": "Furniture", "games": { "nl": { "orderable": false, "set": "Welcome amiibo Update", "rvs": [ "cece", "viche" ], "buyPrices": [ { "currency": "meow", "value": 3 ...
{ "pile_set_name": "Github" }
// Copyright © 2019 Dmitry Sikorsky. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. (function (platformus) { platformus.parameterEditors = platformus.parameterEditors || []; platformus.parameterEditors.base = {}; platformus.pa...
{ "pile_set_name": "Github" }
/* ----------------------------------------------------------------------------- * * (c) The GHC Team, 2002 * * Things for functions. * * ---------------------------------------------------------------------------*/ #ifndef RTS_STORAGE_FUNTYPES_H #define RTS_STORAGE_FUNTYPES_H /* generic - function comes with a...
{ "pile_set_name": "Github" }
#ifndef BOOST_ARCHIVE_DETAIL_BASIC_IARCHIVE_HPP #define BOOST_ARCHIVE_DETAIL_BASIC_IARCHIVE_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // basic_iarchive.hpp: // (C) Copyrigh...
{ "pile_set_name": "Github" }