text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="UTF-8"?> <executable> <category>Filtering</category> <title>Voting Binary Hole Filling Image Filter</title> <description><![CDATA[Applies a voting operation in order to fill-in cavities. This can be used for smoothing contours and for filling holes in binary images. This technique is...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen...
{ "pile_set_name": "Github" }
Run Render ===========
{ "pile_set_name": "Github" }
# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ PORTNAME= Class-Prototyped PORTVERSION= 1.13 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fast prototype-based OO programming in Perl USES= perl5 USE_PERL5= configure .include <bsd.por...
{ "pile_set_name": "Github" }
FROM ubuntu:18.04 ENV PYTHONUNBUFFERED TRUE RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ fakeroot \ ca-certificates \ dpkg-dev \ g++ \ python3-dev \ openjdk-8-jdk-headless \ curl \ vim \ && rm -rf /var/lib/apt/lists/* \ ...
{ "pile_set_name": "Github" }
import {_ALPHANUM, _DEFAULT_SEED} from './constants'; import {indexers} from './data'; export function generate(date: Date, seed: string = _DEFAULT_SEED) { const idx = indexers(date, seed); const passwordOfTheDay = []; const len = idx.length; for (let i = 0; i < len; i++) { passwordOfTheDay...
{ "pile_set_name": "Github" }
################################################################################ # # python-arrow # ################################################################################ PYTHON_ARROW_VERSION = 0.15.2 PYTHON_ARROW_SOURCE = arrow-$(PYTHON_ARROW_VERSION).tar.gz PYTHON_ARROW_SITE = https://files.pythonhosted.or...
{ "pile_set_name": "Github" }
{ "layers": { "GPW_Population_Density_2010": { "id": "GPW_Population_Density_2010", "title": "Population Density, 2010", "subtitle": "GPWv4: UN-Adjusted Population Density, v4 (2000, 2005, 2010, 2015, 2020)", "description": "sedac/GPW_Population_Density_2010", "tags": "human sedac po...
{ "pile_set_name": "Github" }
<template> <div style="margin: 200px 0;"> <div> <Tag color="default">default</Tag> <Tag color="primary">primary</Tag> <Tag color="success">success</Tag> <Tag color="error">error</Tag> <Tag color="warning">warning</Tag> <Tag color="magen...
{ "pile_set_name": "Github" }
<Canvas> <Kind>42</Kind> <Name>Post Effects</Name> <IsMinified>0</IsMinified> <XPosition>1697.000000000</XPosition> <YPosition>1.000000000</YPosition> </Canvas> <Widget> <Kind>2</Kind> <Name>Enable</Name> <Value>1</Value> </Widget> <Widget> <Kind>4</Kind> <Name>Chroma_Distortion<...
{ "pile_set_name": "Github" }
from messybrainz.db import exceptions import sqlalchemy.exc from messybrainz.db import data from messybrainz import db def submit_listens_and_sing_me_a_sweet_song(recordings): for r in recordings: if "artist" not in r or "title" not in r: raise exceptions.BadDataException("Require artist and ...
{ "pile_set_name": "Github" }
<?php /** * Page Template * * Displays the FAQ pages for the Gift-Certificate/Voucher system.<br /> * * @copyright Copyright 2003-2020 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: mc12345678 2...
{ "pile_set_name": "Github" }
from bootstrapvz.base import Task from bootstrapvz.common import phases from bootstrapvz.common.tasks import apt from bootstrapvz.common.tasks import initd from bootstrapvz.common.tools import log_check_call from bootstrapvz.common.tools import rel_path from bootstrapvz.common.tools import sed_i import os import shutil...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # The JTAG Whisperer https://github.com/sowbug/JTAGWhisperer # Copyright 2012 Mike Tsao http://www.sowbug.com/ # # See LICENSE file for BSD-style licensing information. # import binascii from time import time import getopt import sys try: import serial except ImportError: print """ You don...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * Digital Audio (PCM) abstract layer * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Abramo Bagnara <abramo@alsa-project.org> */ #include <linux/slab.h> #include <linux/sched/signal.h> #include <linux/time.h> #include <linux/math64.h> #inclu...
{ "pile_set_name": "Github" }
SET(COIN_ROOT_DIR "" CACHE PATH "COIN root directory") FIND_PATH(COIN_INCLUDE_DIR coin/CoinUtilsConfig.h HINTS ${COIN_ROOT_DIR}/include ) FIND_LIBRARY(COIN_CBC_LIBRARY NAMES Cbc libCbc HINTS ${COIN_ROOT_DIR}/lib/coin HINTS ${COIN_ROOT_DIR}/lib ) FIND_LIBRARY(COIN_CBC_SOLVER_LIBRARY NAMES CbcSolver libCbcSolv...
{ "pile_set_name": "Github" }
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2017 Intel Deutschland GmbH * * This program is free ...
{ "pile_set_name": "Github" }
// Copyright ©2017 The Gonum Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package gonum import "gonum.org/v1/gonum/blas" // Dgerq2 computes an RQ factorization of the m×n matrix A, // A = R * Q. // On exit, if m <= n, the upper...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s void* my_malloc(unsigned char) __attribute__((alloc_size(1))); void* my_calloc(unsigned char, short) __attribute__((alloc_size(1,2))); void* my_realloc(void*, unsigned) __attribute__((alloc_size(2))); void* fn1(int) __attribute__((alloc_size("xpto"))); // expected-error{{a...
{ "pile_set_name": "Github" }
bebb998e1104c844b4a55a52b8552549
{ "pile_set_name": "Github" }
/********************************************************************************* * * * The MIT License (MIT) * * ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b28f133eeb1a34b4b9ff1529e712b2bc folderAsset: yes timeCreated: 1445422081 licenseType: Free DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
rule m2319_358b7ac1c4000b32 { meta: copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.3.8 divinorum/0.9992 icewater/0.4" viz_url="http://icewater.io/en/cluster/query?h64=m2319.358b7ac1c4000b32" cluster="m2319.358b7ac1c4000b32" cluster_size...
{ "pile_set_name": "Github" }
package main func mulGood(xs []int) int { res := 1 for i := 0; i < len(xs); i++ { x := xs[i] res *= x if res == 0 { return 0 } } return res }
{ "pile_set_name": "Github" }
# Copyright 2012 Mozilla Foundation # # 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 wr...
{ "pile_set_name": "Github" }
<md-sidenav md-is-locked-open="$mdMedia('gt-sm')" md-component-id="left" class="md-whiteframe-z2 md-sidenav-left"> <md-toolbar md-theme="custom" class="md-hue-1 md-whiteframe-z2"> <md-button layout="row" layout-align="center center" class="md-toolbar-tools md-warn"> <h1>Bassa</h1> </md-butto...
{ "pile_set_name": "Github" }
# DVB-T Niedersachsen # Created from http://www.ueberallfernsehen.de/data/senderliste.pdf [CH21: NDR NDS, WDR/NDR SH, MDR/NDR MVP, HR/NDR HH] DELIVERY_SYSTEM = DVBT FREQUENCY = 474000000 BANDWIDTH_HZ = 8000000 CODE_RATE_HP = 2/3 CODE_RATE_LP = NONE MODULATION = QAM/16 TRANSMISSION_MODE = 8K GUARD_INTERVAL = 1/4...
{ "pile_set_name": "Github" }
//-------------------------------------------------------------------------------------------------- /** * Copyright (C) Sierra Wireless Inc. */ //-------------------------------------------------------------------------------------------------- #ifndef LEGATO_MKTOOLS_CLI_GENERATEDEFTEMPLATE_H_INCLUDE_GUARD #define ...
{ "pile_set_name": "Github" }
import "style/TextToggle.less"; const Toggle = ({ leftText, rightText, activeButton, onClick }) => ( <div className="text-toggle is-row"> <div className={ "text-toggle-button-left" + (activeButton === "left" ? " text-toggle-button-active" : "") } onClick={activeButton == "right"...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
import matplotlib.pyplot as plt import torch import torch.nn as nn import torchvision import torchvision.transforms as transforms import numpy as np from .misc import * __all__ = ['make_image', 'show_batch', 'show_mask', 'show_mask_single'] # functions to show an image def make_image(img, mean=(0,0,0), std=(1,1,1)...
{ "pile_set_name": "Github" }
export enum MessageType { default = 'default', secondary = 'secondary', success = 'success', warning = 'warning', error = 'error' }
{ "pile_set_name": "Github" }
# test asynchat from test import support import asynchat import asyncore import errno import socket import sys import threading import time import unittest import unittest.mock HOST = support.HOST SERVER_QUIT = b'QUIT\n' TIMEOUT = 3.0 class echo_server(threading.Thread): # parameter to determine the number of ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 JFrog 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 agreed to i...
{ "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 under t...
{ "pile_set_name": "Github" }
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ // ============== // Preload script // ============== const {remote, ipcRenderer} = require('electron'); const flip...
{ "pile_set_name": "Github" }
ps.1.4 ; Get the 3-vector from the normal map texld r0, t0 ; Get environment matrix texcrd r1.rgb, t1 texcrd r2.rgb, t2 texcrd r3.rgb, t3 ; Normalize eye-ray vector through normalizer cube map texld r4, t4 ; <---- CUBE MAP here!!! ; Transform normal dp3 r5.r, r1, r0_bx2 dp3 r5.g,...
{ "pile_set_name": "Github" }
namespace KendoUIMVC5.Models { public class Customer { public int CustomerId { get; set; } public string CustomerName { get; set; } } }
{ "pile_set_name": "Github" }
import RcCollapse, { Panel } from 'rc-collapse'; import * as React from 'react'; import { AccordionPropsTypes } from './PropsType'; export interface AccordionProps extends AccordionPropsTypes { className?: string; prefixCls?: string; openAnimation?: any; accordion?: boolean; style?: React.CSSProperties; } e...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple mips64el-unknown-linux -O3 -S -target-abi n64 -o - -emit-llvm %s | FileCheck %s class B0 { double d; }; class D0 : public B0 { float f; }; class B1 { }; class D1 : public B1 { double d; float f; }; class D2 : public B0 { double d2; }; extern D0 gd0; extern D1 gd1; extern D2 gd...
{ "pile_set_name": "Github" }
// Copyright 2008 The Closure Library 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 requ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0700" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * Copyright 2019 * Ubiquitous Knowledge Processing (UKP) Lab and FG Language Technology * Technische Universität Darmstadt * * 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 * * htt...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ko"> <head> <!-- Generated by javadoc (1.8.0_191) on Tue Mar 03 19:55:18 KST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ForParagraphList (HWP Libra...
{ "pile_set_name": "Github" }
'lang sweet.js'; // null export syntax khali = ctx => #`null` export syntax khaali = ctx => #`null` // true export syntax sahi = ctx => #`true` // false export syntax galat = ctx => #`false` export syntax ghalat = ctx => #`false` // if export syntax agar = function (ctx) { let ifparam = ctx.next().value l...
{ "pile_set_name": "Github" }
package types import ( "database/sql/driver" "encoding/json" "time" "github.com/pkg/errors" "github.com/cortezaproject/corteza-server/pkg/rh" ) type ( Attachment struct { ID uint64 `db:"id" json:"attachmentID,string"` OwnerID uint64 `db:"rel_owner" json:"ownerID,strin...
{ "pile_set_name": "Github" }
StartChar: uni0526 Encoding: 1318 1318 716 Width: 1060 Flags: W HStem: 0 21G<30 289.988> 665 210<572.107 785.5> 1276 20G<241 539> VStem: 659 248<-262 -4.79169 326.411 664.075> LayerCount: 2 Fore SplineSet 30 0 m 1 114 432 199 864 283 1296 c 1 539 1296 l 1 426 703 l 1 574 851 624 875 736 875 c 0 835 875 907 786 907...
{ "pile_set_name": "Github" }
package main import ( "testing" "github.com/cnabio/cnab-go/bundle" "github.com/stretchr/testify/assert" ) func TestGenCredentialSet(t *testing.T) { name := "zed" credlocs := map[string]bundle.Credential{ "first": { Location: bundle.Location{ EnvironmentVariable: "FIRST_VAR", }, }, "second": { ...
{ "pile_set_name": "Github" }
package org.redisson.executor; import java.io.Serializable; import java.util.concurrent.Callable; public class ParameterizedTask implements Callable<String>, Serializable { private String param; public ParameterizedTask() { } public ParameterizedTask(String param) { super(); ...
{ "pile_set_name": "Github" }
/** * @auther: TKQ * @Title: LeetCode_200_346 * @Copyright: Copyright (c) 2019 * @Description: * @Company: * @Created: 2019-11-03 14:04 */ public class LeetCode_200_346 { private int n; private int m; public int numIslands(char[][] grid) { int count = 0; n = grid.length; if (...
{ "pile_set_name": "Github" }
import randomSeed from './random'; const femaleFirstNames = ['Mary', 'Linda', 'Barbara', 'Maria', 'Lisa', 'Nancy', 'Betty', 'Sandra', 'Sharon']; const maleFirstNames = ['James', 'John', 'Robert', 'William', 'David', 'Richard', 'Thomas', 'Paul', 'Mark']; const lastNames = [ 'Smith', 'Johnson', 'Williams', 'Jones', 'B...
{ "pile_set_name": "Github" }
#* * Copyright (C) 2011-2015 The XDocReport Team <xdocreport@googlegroups.com> * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without rest...
{ "pile_set_name": "Github" }
/* *Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * *WSO2 Inc. licenses this file to you 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/LI...
{ "pile_set_name": "Github" }
--- title: "Companion 2.0 is here" date: 2020-09-09 author: ife published: true --- We are happy to announce version 2.0 of Companion! 🎉 After maintaining and improving the 1.x series for over a year, we're now releasing a major version bump on the Companion package. The drive on this release is mainly towards fixing...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using indice.Edi.Serialization; namespace indice.Edi.Tests.Models { public class EDIFact_D01B_IFCSUM { public List<Message> Messages { get; set; } [EdiMessage] public class Message { ...
{ "pile_set_name": "Github" }
/* ssl/s3_pkt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commerc...
{ "pile_set_name": "Github" }
/********************* */ /*! \file theory_proof_step_buffer.h ** \verbatim ** Top contributors (to current version): ** Andrew Reynolds ** This file is part of the CVC4 project. ** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS ** in the...
{ "pile_set_name": "Github" }
runc Copyright 2012-2015 Docker, Inc. This product includes software developed at Docker, Inc. (http://www.docker.com). The following is courtesy of our legal counsel: Use and transfer of Docker may be subject to certain restrictions by the United States and other governments. It is your responsibility to ensure...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // // AutobahnJS - http://autobahn.ws, http://wamp.ws // // A JavaScript library for WAMP ("The Web Application Messaging Protocol"). // // Copyright (C) 2011-2014 Tavendo GmbH, http://tavendo.com // // Licensed under the MIT License. /...
{ "pile_set_name": "Github" }
'use strict'; module.exports = (flag, argv) => { argv = argv || process.argv; const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--'); const pos = argv.indexOf(prefix + flag); const terminatorPos = argv.indexOf('--'); return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos); };
{ "pile_set_name": "Github" }
// This file generated by `generator/`. DO NOT EDIT package models import ( "log" hcl "github.com/hashicorp/hcl/v2" "github.com/terraform-linters/tflint/tflint" ) // AwsGlobalacceleratorListenerInvalidAcceleratorArnRule checks the pattern is valid type AwsGlobalacceleratorListenerInvalidAcceleratorArnRule struct...
{ "pile_set_name": "Github" }
namespace ClassLib094 { public class Class093 { public static string Property => "ClassLib094"; } }
{ "pile_set_name": "Github" }
# configuration is read from SQLite database
{ "pile_set_name": "Github" }
config BR2_PACKAGE_MESA3D_DEMOS bool "mesa3d-demos" depends on BR2_PACKAGE_HAS_LIBGL || BR2_PACKAGE_HAS_LIBGLES \ || BR2_PACKAGE_HAS_LIBEGL || BR2_PACKAGE_HAS_LIBOPENVG select BR2_PACKAGE_LIBGLEW if BR2_PACKAGE_XORG7 && BR2_PACKAGE_HAS_LIBGL select BR2_PACKAGE_LIBGLU if BR2_PACKAGE_XORG7 && BR2_PACKAGE_HAS_LIBGL ...
{ "pile_set_name": "Github" }
{ "extends": "../../configs/base.tsconfig", "compilerOptions": { "composite": true, "rootDir": "src", "outDir": "lib", "lib": [ "es6", "dom", "webworker" ] }, "include": [ "src" ], "references": [] }
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
<%-- Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made avail...
{ "pile_set_name": "Github" }
// Copyright 2018 The Prometheus 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...
{ "pile_set_name": "Github" }
using System; using System.Web.Http; using System.Web.Http.Controllers; using System.Web.Http.Filters; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Web.Composing; using Umbraco.Web.Editors; namespace Umbraco.Web.WebApi.Filters { /// <summary> /// Auth filter to check if the current user has ac...
{ "pile_set_name": "Github" }
declare module 'node-snackbar' { export = Snackbar } declare namespace Snackbar { function show (options: SnackbarOptions): void } interface SnackbarOptions { /** The text to displae inside the notification. (default: null) */ text?: string /** Text color of the notification text. (default: '#FFFFFF') */ ...
{ "pile_set_name": "Github" }
import os import config from flask import Flask class SkyLines(Flask): def __init__(self, name="skylines", config_file=None, *args, **kw): # Create Flask instance super(SkyLines, self).__init__(name, *args, **kw) # Load default settings and from environment variable self.config.f...
{ "pile_set_name": "Github" }
{ "name": "Checkpoint", "properties": { "seq": { "type": "number" }, "time": { "type": "date" }, "sourceId": { "type": "string" } } }
{ "pile_set_name": "Github" }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build 386 arm mips32 mips32le package crc32 // The file contains the generic version of updateCastagnoli which just calls // the software implementation. ...
{ "pile_set_name": "Github" }
/* * Copyright 2004, 2007-2011 Freescale Semiconductor, Inc. * * (C) Copyright 2003 Motorola Inc. * Xianghua Xiao, (X.Xiao@motorola.com) * * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <ppc_asm.tmpl> #include...
{ "pile_set_name": "Github" }
/// <summary> /// this enum describes the type of step a mob/player should have /// </summary> public enum StepType { None, Barefoot, Claw, Shoes, Suit, Heavy, Clown }
{ "pile_set_name": "Github" }
// Copyright (c) 2012 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. // Multiply-included message file, no traditional include guard. #include <stdint.h> #include "chrome/common/prerender_types.h" #include "content/pu...
{ "pile_set_name": "Github" }
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: ws2san.h Abstract: This module contains the Microsoft-specific extensions to the Windows Sockets SPI for WinSock Direct (SAN) support. Revision History: --*/ #ifndef _WS2SAN_H_ #define _WS2SAN_H_ #ifdef __cplusplus extern "...
{ "pile_set_name": "Github" }
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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 option) any later version. // // Moodle ...
{ "pile_set_name": "Github" }
# How to Contribute We want your help to make Project Hydra great. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. ## Hydra Project Intellectual Property Licensing and Ownership All code contributors must have an Individual Contributor License ...
{ "pile_set_name": "Github" }
--- version: 1.0 tool: script template: "/templates/sdcard" params: run: "copy_initfs.sh"
{ "pile_set_name": "Github" }
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
{ "pile_set_name": "Github" }
// Package otp allows authentication through a one time password // instead of a traditional password. package otp import ( "context" "crypto/rand" "crypto/sha512" "crypto/subtle" "encoding/base64" "fmt" "io" "net/http" "strconv" "strings" "github.com/friendsofgo/errors" "github.com/volatiletech/authboss/...
{ "pile_set_name": "Github" }
<?php /** * Generated by phpSPO model generator 2020-05-24T21:23:29+00:00 */ namespace Office365\Graph; use Office365\Runtime\ClientValue; class AppIdentity extends ClientValue { /** * @var string */ public $AppId; /** * @var string */ public $DisplayName; /** * @var st...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 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" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#ff083b6b" /> <stroke android:width="1.0px" android:color="#ff476592" /> </shape>
{ "pile_set_name": "Github" }
// go run mksyscall.go -netbsd -tags netbsd,arm64 syscall_bsd.go syscall_netbsd.go syscall_netbsd_arm64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build netbsd,arm64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP;...
{ "pile_set_name": "Github" }
name: "springmeetup" url: "https://www.meetup.com/Istanbul-Spring-Meetup/"
{ "pile_set_name": "Github" }
// // Created by ljc on 17-6-28. // #ifndef __MEMPROTECT_H #define __MEMPROTECT_H #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> #include <ctype.h> #include <assert.h> #include <limits.h> #include <malloc.h> #include <sys/types.h> #include <sys/mman.h> #include <unistd.h> #include <asse...
{ "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 under t...
{ "pile_set_name": "Github" }
<?php namespace Symfony\Component\Routing\Tests\Matcher\Dumper; use PHPUnit\Framework\TestCase; use Symfony\Component\Routing\Matcher\Dumper\StaticPrefixCollection; use Symfony\Component\Routing\Route; class StaticPrefixCollectionTest extends TestCase { /** * @dataProvider routeProvider */ public f...
{ "pile_set_name": "Github" }
/*----------------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 12. March 2014 * $Revision: V1.4.4 * * Project: CMSIS DSP Library * Title: arm_biquad_cascade_df1_init_q15.c * * Descript...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: MIT */ /* * Copyright © 2019 Intel Corporation */ #ifndef __INTEL_FBDEV_H__ #define __INTEL_FBDEV_H__ #include <linux/types.h> struct drm_device; struct drm_i915_private; #ifdef CONFIG_DRM_FBDEV_EMULATION int intel_fbdev_init(struct drm_device *dev); void intel_fbdev_initial_config_asy...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 75c3f3639dfe941889a7e6c0ebd79e22 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/** * The Seeks proxy and plugin framework are part of the SEEKS project. * Copyright (C) 2011 Emmanuel Benazera, ebenazer@seeks-project.info * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software F...
{ "pile_set_name": "Github" }
- activity_section(activity) do |title| %p= title.html_safe
{ "pile_set_name": "Github" }
TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \ dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \ dscr_sysfs_thread_test dscr_default_test: LDLIBS += -lpthread all: $(TEST_PROGS) $(TEST_PROGS): ../harness.c include ../../lib.mk clean: rm -f $(TEST_PROGS) *.o
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 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" }
{{#if (has-block)}} {{yield}} {{else}} <div class="globalSearch"> {{#if this.themeInstance.searchLabelMsg}} <label for={{this.inputId}}>{{this.themeInstance.searchLabelMsg}}</label> {{/if}} <Input id={{this.inputId}} class={{concat this.themeInstance.input " filterString"}} @valu...
{ "pile_set_name": "Github" }