text
stringlengths
2
99.9k
meta
dict
#!/usr/bin/env ruby ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) load Gem.bin_path('bundler', 'bundle')
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
<html> <title>s.swift</title> <meta charset="utf-8" /> <head> <link rel='stylesheet' type='text/css' href='style.css'> <script type="text/javascript"> /* Simple helper to show/hide the expanded message of a remark. */ function toggleExpandedMessage(e) { var FullTextElems = e.parentElement.parentElement.getElementsBy...
{ "pile_set_name": "Github" }
package org.apereo.cas.web.flow; import org.springframework.binding.convert.converters.Converter; import org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey; /** * Special converter for the {@link CompositeFlowExecutionKey} to return as a String. * * @author Jerome Leleu * @since 4...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 The Android Open Source Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistributions of source code must retain the above copyright * notice, t...
{ "pile_set_name": "Github" }
package com.prisma.api.import_export import java.util.Date import com.prisma.api.ApiSpecBase import com.prisma.api.connector.DataResolver import com.prisma.api.import_export.ImportExport.MyJsonProtocol._ import com.prisma.api.import_export.ImportExport.{Cursor, ExportRequest, ResultFormat} import com.prisma.shared.mo...
{ "pile_set_name": "Github" }
package com.ruin.lsp.model import com.google.gson.JsonObject import com.ruin.lsp.commands.ProjectCommand import com.ruin.lsp.commands.project.symbol.WorkspaceSymbolCommand import org.eclipse.lsp4j.* import org.eclipse.lsp4j.services.WorkspaceService import java.util.concurrent.CompletableFuture class MyWorkspaceServi...
{ "pile_set_name": "Github" }
/************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
{ "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/html; charset=utf-8" /> <title>Search &mdash; Pygame v1.9.2 documentation</title> ...
{ "pile_set_name": "Github" }
// Copyright (c) 2015 Elements of Programming Interviews. All rights reserved. #include <cassert> #include <cmath> #include <iostream> #include <random> #include <string> #include <vector> using std::cout; using std::default_random_engine; using std::endl; using std::random_device; using std::stoi; using std::to_stri...
{ "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. import torch.nn as nn class Receiver(nn.Module): def __init__(self, n_features, n_hidden): super(Receiver, self).__init__() ...
{ "pile_set_name": "Github" }
// Copyright ©2015 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 testlapack import ( "testing" "golang.org/x/exp/rand" "gonum.org/v1/gonum/floats" ) type Dgeqrfer interface { Dgeqr2er Dgeqrf(m, n int, a [...
{ "pile_set_name": "Github" }
From a924a05ea6fd8c5284983a09d1ea8993124b6b77 Mon Sep 17 00:00:00 2001 From: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Date: Thu, 28 Dec 2017 20:26:09 +0100 Subject: [PATCH] mount.nilfs: drop include rpc/types.h rpc/types.h does not exist on low-footprint musl toolchains, and is only required for the boolean ty...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <VHLayout layoutWidth="750rp" layoutHeight="220" background="#FFFFFF" orientation="V" flag="flag_clickable|flag_longclickable"> <VText text="Grid" textSize="12" textColor="#333333" padding...
{ "pile_set_name": "Github" }
/* ** Copyright (c) 2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction, including ** without limitation the rights to use, copy, modif...
{ "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 Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.FxCopAnalyzers; using Microsoft.CodeAnalysis.FxCopAnalyzers.Design; using Microsoft.Co...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 The MathJax Consortium. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of...
{ "pile_set_name": "Github" }
/**************************************************************************** * COPYRIGHT: * Copyright (c) 2001-2008, International Business Machines Corporation and others * All Rights Reserved. ***************************************************************************/ #ifndef _STRSRCH_H #define _STRSRCH_H #i...
{ "pile_set_name": "Github" }
package cn.jeesns.web.front; import cn.jeesns.model.common.Area; import cn.jeesns.core.controller.BaseController; import cn.jeesns.core.dto.Result; import cn.jeesns.service.common.AreaService; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.spri...
{ "pile_set_name": "Github" }
package pq import ( "bytes" "database/sql" "database/sql/driver" "encoding/hex" "fmt" "reflect" "strconv" "strings" ) var typeByteSlice = reflect.TypeOf([]byte{}) var typeDriverValuer = reflect.TypeOf((*driver.Valuer)(nil)).Elem() var typeSqlScanner = reflect.TypeOf((*sql.Scanner)(nil)).Elem() // Array retur...
{ "pile_set_name": "Github" }
# newdoc id = reviews-256677 # sent_id = reviews-256677-0001 # newpar id = reviews-256677-p0001 # text = Love Hop City 1 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _ 2 Hop Hop PROPN NNP Number=Sing 3 compound 3:compound _ 3 City City PROPN NNP Number=Sing 1 obj 1:obj _ # sent_id = reviews-256677...
{ "pile_set_name": "Github" }
--- layout: page title: Express 常見問題 (FAQ) menu: starter lang: zh-tw --- # 常見問題 (FAQ) ## 我該如何建立我的應用程式結構? 這個問題沒有明確答案。此答案取決於您應用程式的規模和涉及的團隊。為了盡可能靈活,Express 對於結構沒有任何的假設。 您可以根據自己的喜好,將路由和應用程式特定的其他邏輯放在任意數目的檔案和任何的目錄結構中。請檢視下列範例,以獲得一些啟發: * [路由清單](https://github.com/expressjs/express/blob/4.13.1/examples/route-separation/ind...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.7) on Fri Jun 19 12:30:40 UTC 2020 --> <title>AbstractParser (JGraph X 4.2.0 API Specification)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="dc.created" content="2020-06-19"> <link rel="st...
{ "pile_set_name": "Github" }
import * as React from 'react'; import classNames from 'classnames'; import AccessibleSVG from '../accessible-svg'; import { bdlGray } from '../../styles/variables'; import { Icon } from '../iconTypes'; // TODO - Move this icon to the Asset repo. P Paul 5/2020 const IconSecurityClassification = ({ className = '', hei...
{ "pile_set_name": "Github" }
name: Blink Mind Desktop description: 'Full featured mind map and outliner app.' website: 'https://github.com/awehook/blink-mind-desktop' repository: 'https://github.com/awehook/blink-mind-desktop' license: MIT keywords: - productivity - mindmap - outliner - note locales: - zh-CN - en category: Productivity...
{ "pile_set_name": "Github" }
"""Support for Arlo Alarm Control Panels.""" import logging import voluptuous as vol from homeassistant.components.alarm_control_panel import ( PLATFORM_SCHEMA, AlarmControlPanelEntity, ) from homeassistant.components.alarm_control_panel.const import ( SUPPORT_ALARM_ARM_AWAY, SUPPORT_ALARM_ARM_HOME, ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; namespace QuickGraph.Algorithms { public interface IDistanceRelaxer : IComparer<double> { double InitialDistance { get;} double Combine(double distance, double weight); } }
{ "pile_set_name": "Github" }
<?php /* servers/group-delete.php access: namedadmins Allows the selected server group to be deleted */ class page_output { var $obj_name_server; var $obj_menu_nav; var $obj_form; var $lock_empty; var $lock_delete; function page_output() { // initate object $this->obj_name_server_group = New nam...
{ "pile_set_name": "Github" }
VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "GitLib" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = False '--------------------------------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package sts const ( // ErrCodeExpiredTokenException for service response error code // "ExpiredTokenException". // // The web identity token that was passed is expired or is not valid. Get a // new identity token from the identity provider and...
{ "pile_set_name": "Github" }
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > <Deployment.Parts> </Deployment.Parts> </Deployment>
{ "pile_set_name": "Github" }
class A {static a(){};}
{ "pile_set_name": "Github" }
import dayjs from 'dayjs' import i18next from 'i18next' import { emojify, getGlobalSetting } from '../../utils/frontend_helpers' import './about.html' Template.about.onCreated(function aboutCreated() { this.statistics = new ReactiveVar() Meteor.call('getStatistics', (error, result) => { if (!error) { thi...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Generated Javascript Documentation</title> <...
{ "pile_set_name": "Github" }
// *List View Mode ** Author: Gurmeet Athwal https://github.com/guruathwal ** #ifndef _LIST_ITEM_H_ #define _LIST_ITEM_H_ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #include <stdbool.h> #include "GUI.h" #include "menu.h" typedef enum{ #define X_CHAR(NAME) ICONCHAR_##NAME , #include "Char_Icon.inc" #...
{ "pile_set_name": "Github" }
class FillTypeInMangas < ActiveRecord::Migration[5.0] def change Manga.where(kind: 'novel').update_all type: 'Ranobe' Manga.where.not(kind: 'novel').update_all type: 'Manga' end end
{ "pile_set_name": "Github" }
local combat = {} for i = 10, 45 do combat[i] = Combat() combat[i]:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) local condition = Condition(CONDITION_ATTRIBUTES) condition:setParameter(CONDITION_PARAM_TICKS, 10000) condition:setParameter(CONDITION_PARAM_SKILL_SHIELDPERCENT, i) local area = createComba...
{ "pile_set_name": "Github" }
TRANSP3D - TRANSPose an n1 by n2 by n3 element matrix transp3d <infile >outfile n1= n2= [optional parameters] Required Parameters: n1 number of elements in 1st (fast) dimension of matrix n2 number of elements in 2nd (middle) dimension of matrix Optional Parameters: n3=all number of elem...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by Django 1.11.9 on 2018-01-15 11:16 from __future__ import unicode_literals from django.db import migrations from markdown import markdown def md_to_html(apps, schema_editor): Product = apps.get_model("product", "Product") for product in Product.objects.all(): pro...
{ "pile_set_name": "Github" }
/* * $Id: arrows.c,v 1.53 2019/07/24 23:04:14 tom Exp $ * * arrows.c -- draw arrows to indicate end-of-range for lists * * Copyright 2000-2018,2019 Thomas E. Dickey * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License, versio...
{ "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 distuv import ( "math" "sort" "testing" "golang.org/x/exp/rand" "gonum.org/v1/gonum/floats/scalar" ) func TestFProb(t *testing.T) { t.Para...
{ "pile_set_name": "Github" }
[![Build Status](https://jenkins.dockerproject.org/buildStatus/icon?job=runc Master)](https://jenkins.dockerproject.org/job/runc Master) ## runc `runc` is a CLI tool for spawning and running containers according to the OCF specification. ## State of the project Currently `runc` is an implementation of the OCI speci...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
<template name="confirmationDialogDeleteMinutes"> <p> {{#markdown}}{{__ 'Dialog.ConfirmDeleteMinutes.really' _purify='string => string' minutesDate=minutesDate }}{{/markdown}} </p> {{#if hasNewTopics}} <p> {{#markdown}}{{__ 'Dialog.ConfirmDeleteMinutes.newTopics' _purify='string => s...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 Oracle. 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 v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
{ "pile_set_name": "Github" }
#!/bin/bash set -e if [[ $1 == "" ]]; then echo "Usage: ./report.sh subdirectory" exit 1 fi DIR="$1" if [[ ! -d ${DIR} ]]; then echo "'${DIR}' is not not a directory" exit 1 fi SCRIPT=scripts/report.py if [[ ! -f $SCRIPT ]]; then SCRIPT="../${SCRIPT}" fi if [[ ! -f $SCRIPT ]]; then SCRIPT="....
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> </configSections> <log4net xsi:noNamespaceSchemaLocation="http://csharptest.net/downloads/schema/log4net.xsd" xmlns:xsi="http://www.w...
{ "pile_set_name": "Github" }
/** * \defgroup clock Clock interface * * The clock interface is the interface between the \ref timer "timer library" * and the platform specific clock functionality. The clock * interface must be implemented for each platform that uses the \ref * timer "timer library". * * The clock interface does only one thi...
{ "pile_set_name": "Github" }
/** * This file is part of Graylog. * * Graylog 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. * * Graylog is distributed in t...
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2020 The Google Research 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 applicab...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Advanced Micro Devices, Inc. * * 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, m...
{ "pile_set_name": "Github" }
package aws import ( "fmt" "log" "strings" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/apigatewayv2" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/helper/validation" ) func resourceAwsApiGatewayV2IntegrationResponse() *schema.Resour...
{ "pile_set_name": "Github" }
<?php trait TD {} trait TZ { use TD; } trait TC { use TD; } trait TB { use TC; } trait TA { use TB; } class CTFoo { use TA; use TZ; } class CTBar { use TZ; use TA; }
{ "pile_set_name": "Github" }
/************************************************************* * * Copyright (c) 2017 The MathJax Consortium * * 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.ap...
{ "pile_set_name": "Github" }
cmake_minimum_required (VERSION 2.8) # 项目信息 project (Demo8) set (Demo_VERSION_MAJOR 1) set (Demo_VERSION_MINOR 0) set (CMAKE_INCLUDE_CURRENT_DIR ON) # 检查系统是否支持 pow 函数 include (${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake) check_function_exists (pow HAVE_POW) # 加入一个配置头文件,用于处理 CMake 对源码的设置 configure_file ( "${PR...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 Spotify AB. * * 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 Li...
{ "pile_set_name": "Github" }
_00000__00000__00000__00000__0___0__00000____0___0___000___0___0_ _0______0___0__0___0__0______00_00__0________00_00__0___0__00_00_ _0000___00000__00000__00000__0_0_0__00000____0_0_0__0___0__0_0_0_ _____0______0______0__0______0___0__0________0___0__00000__0___0_ _0000___00000__00000__00000__0___0__00000____0___0__0___...
{ "pile_set_name": "Github" }
#define DINT #include "umf_mem_init_memoryspace.c"
{ "pile_set_name": "Github" }
// // DoraemonH5ViewController.m // DoraemonKit-DoraemonKit // // Created by yixiang on 2018/5/4. // #import "DoraemonH5ViewController.h" #import "UIView+Doraemon.h" #import "DoraemonToastUtil.h" #import "DoraemonDefine.h" #import "Doraemoni18NUtil.h" #import "DoraemonDefaultWebViewController.h" #import "DoraemonMa...
{ "pile_set_name": "Github" }
package zs.shopping.pojo; public class Account { private int aid; private String alogin; private String aname; private String apass; public int getAid() { return aid; } public void setAid(int aid) { this.aid = aid; } public String getAlogin() { return alogin; } public void setAlogin(String...
{ "pile_set_name": "Github" }
// // NuoRayBuffer.m // ModelViewer // // Created by middleware on 7/20/18. // Copyright © 2018 middleware. All rights reserved. // #import "NuoRayBuffer.h" #import "NuoComputeEncoder.h" #import "NuoRayTracingUniform.h" const uint kRayBufferStride = 68; // base fields - 32 ...
{ "pile_set_name": "Github" }
import query from './query' export default function set (...args) { if (typeof args[0] === 'object' && args[0].constructor === Object) { query('set', args[0]) return } query('set', args[0], args[1]) }
{ "pile_set_name": "Github" }
const fs = require('fs') const path = require('path') const BaseSpider = require('./base') const constants = require('../constants') class ZhihuSpider extends BaseSpider { async afterGoToEditor() { // 创建tmp临时文件夹 const dirPath = path.resolve(path.join(__dirname, '..', 'tmp')) if (!fs.existsSync(dirPath)) ...
{ "pile_set_name": "Github" }
<?php /** * This file is part of the ramsey/uuid library * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com> * @license http://opensource.org/licenses/MIT MIT * @link https://be...
{ "pile_set_name": "Github" }
bin/kbounce share/applications/org.kde.kbounce.desktop share/icons/hicolor/128x128/apps/kbounce.png share/icons/hicolor/16x16/apps/kbounce.png share/icons/hicolor/22x22/apps/kbounce.png share/icons/hicolor/32x32/apps/kbounce.png share/icons/hicolor/48x48/apps/kbounce.png share/icons/hicolor/64x64/apps/kbounce.png %%DAT...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <BookCoverUtility/BCUSeriesCoverEffectsFilter-Protocol.h> @class BCULayerRenderer, NSString; @inte...
{ "pile_set_name": "Github" }
# [House Band](http://alexa.amazon.com/#skills/amzn1.echo-sdk-ams.app.746d3120-de6b-47ca-a132-746f5b57e609) ![4.3 stars](../../images/ic_star_black_18dp_1x.png)![4.3 stars](../../images/ic_star_black_18dp_1x.png)![4.3 stars](../../images/ic_star_black_18dp_1x.png)![4.3 stars](../../images/ic_star_black_18dp_1x.png)![4....
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <section name="Workbench"> <section name="org.eclipse.cdt.internal.ui.MakeView"> </section> </section>
{ "pile_set_name": "Github" }
#!/usr/bin/wsh headers() exit(0)
{ "pile_set_name": "Github" }
(ns overtone.sc.cgens.bhob (:use [overtone.sc defcgen ugens] [overtone.helpers lib])) (defcgen d-gauss "" [lo {:default 0 :doc ""} hi {:default 1 :doc ""} length {:default INF :doc ""}] "" (:dr (internal:d-gauss:dr length hi lo)))
{ "pile_set_name": "Github" }
// Weathers.co // var http = require("http.js"); function http_test1() { var host = "community-zippopotamus.p.mashape.com"; // httpbin.org log("Host: " + host); if (host === null) { return; } function logHTTP(obj) { log("HTTP Status Code: " + obj.httpStatus); log("Headers: " + JSON.stringify(obj.headers)); ...
{ "pile_set_name": "Github" }
/* OPENBSD ORIGINAL: lib/libc/string/explicit_bzero.c */ /* $OpenBSD: explicit_bzero.c,v 1.1 2014/01/22 21:06:45 tedu Exp $ */ /* * Public domain. * Written by Ted Unangst */ #include "includes.h" /* * explicit_bzero - don't let the compiler optimize away bzero */ #ifndef HAVE_EXPLICIT_BZERO #ifdef HAVE_MEMSET...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <!-- META SECTION --> <title>Atlant - Responsive Bootstrap Admin Template</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" conten...
{ "pile_set_name": "Github" }
#[doc = "Reader of register CTRLBSET"] pub type R = crate::R<u8, super::CTRLBSET>; #[doc = "Writer for register CTRLBSET"] pub type W = crate::W<u8, super::CTRLBSET>; #[doc = "Register CTRLBSET `reset()`'s with value 0"] impl crate::ResetValue for super::CTRLBSET { type Type = u8; #[inline(always)] fn reset...
{ "pile_set_name": "Github" }
# MCU name MCU = atmega32u4 # Bootloader selection BOOTLOADER = qmk-dfu # Build Options # change yes to no to disable # BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no #...
{ "pile_set_name": "Github" }
/* ******************************************************************************* * Copyright (C) 2009-2014, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* */ #include "unicode/utypes.h" #if !UCONFIG_NO_CO...
{ "pile_set_name": "Github" }
/*global Promise*/ var Features = App.Features = {}; Features.detectWebAudio = function () { return new Promise(function (resolve, reject) { var prefixed = 'webkitAudioContext' in window; var unprefixed = 'AudioContext' in window; if (prefixed || unprefixed) { resolve(); } else { reject(...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 Trail of Bits, 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 o...
{ "pile_set_name": "Github" }
/* SDSLib 2.0 -- A C dynamic strings library * * Copyright (c) 2006-2015, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2015, Oran Agra * Copyright (c) 2015, Redis Labs, Inc * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permit...
{ "pile_set_name": "Github" }
{ gROOT->Reset(); // Draw histos filled by Geant4 simulation // TFile f = TFile("run2.root"); TCanvas* c1 = new TCanvas("c1", " "); TH1D* hist1 = (TH1D*)f.Get("1"); hist1->Draw("HIST"); /* TH1D* hist2 = (TH1D*)f.Get("2"); hist2->Draw("HIST"); TH1D* hist3 = (TH1D*)f.Get("3"); hist...
{ "pile_set_name": "Github" }
/* (c) 2014 Open Source Geospatial Foundation - all rights reserved * (c) 2001 - 2013 OpenPlans * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.wfs.xml.gml2; import java.net.URI; import org.geotools.geometry.jts.ReferencedEnvelope; import o...
{ "pile_set_name": "Github" }
// Copyright 2009 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 ignore /* Input to cgo -godefs. See also mkerrors.sh and mkall.sh */ // +godefs map struct_in_addr [4]byte /* in_addr */ // +godefs map struct_in6_...
{ "pile_set_name": "Github" }
<action-sequence> <name>script_rule_error4.xaction</name> <version>1</version> <title>Sample Javascript rule</title> <logging-level>debug</logging-level> <documentation> <author>Marc Batchelor</author> <description>Javascript rule test</description> <help>just testing...</help> </documentation> <inputs> ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <OTA_AirAvailRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_AirAvailRQ.xsd" EchoToken="12345" TimeStamp="2003-07-17T09:30:47-05:00" Target="Production" Version="2....
{ "pile_set_name": "Github" }
--- title: 'Components' --- In this section we will discuss the various components of which Talos is comprised. ## Overview | Component | Description | | ------------ | ----------- | | [apid](apid) | When interacting with Talos, the gRPC API endpoint you're interact with directly is provided by `apid`. `apid` act...
{ "pile_set_name": "Github" }
# -*- test-case-name: twisted.test.test_internet,twisted.internet.test.test_posixbase -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Posix reactor base class """ import warnings import socket import errno import os import sys from zope.interface import implements, classImplements fr...
{ "pile_set_name": "Github" }
/** * PhotoField Component Demo for SaltUI * @author * * Copyright 2018-2019, SaltUI Team. * All rights reserved. */ // tingle-style's utils @require '../../dev/demo' @require '~salt-icon/src/Icon' @require '../../src/Group/Group' @require '../../src/Field/Field' @require '../../src/FoldablePane/FoldablePane' @...
{ "pile_set_name": "Github" }
defmodule Todo.DatabaseWorker do use GenServer def start_link(db_folder) do IO.puts("Starting database worker.") GenServer.start_link(__MODULE__, db_folder) end def store(worker_pid, key, data) do GenServer.cast(worker_pid, {:store, key, data}) end def get(worker_pid, key) do GenServer.ca...
{ "pile_set_name": "Github" }
{ "keyboard": "naked64/rev1", "keymap": "default_85688f9", "commit": "cec391df70197a63b12a69c0e08927ecb156e341", "layout": "LAYOUT", "layers": [ [ "KC_PGUP", "KC_ESC", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_MIN...
{ "pile_set_name": "Github" }
<vector android:height="24dp" android:viewportHeight="512.0" android:viewportWidth="512.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="#FFFFFF" android:pathData="M416,160C416,71.8 344.2,0 256,0S96,71.8 96,160c0,84.6 66.1,153.9 149.3,159.5V416H192c-5....
{ "pile_set_name": "Github" }
/** * * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the terms and condi...
{ "pile_set_name": "Github" }
context("ggrepel_extensions") set.seed(1234) test_that("repelled labels work", { g <- dagify(m ~ x + y, y ~ x, exposure = "x", outcome = "y", latent = "m", labels = c("x" = "Exposure", "y" = "Outcome", "m" = "Collider")) p1 <- g %>% tidy_dagitt...
{ "pile_set_name": "Github" }
/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* Test CLOSETO macro in cwp.h */ #include "cwp.h" main(void) { float x = 1.0; float y = 1.0 + 2.0*FLT_EPSILON; float z = 1.0 + 0.5*FLT_EPSILON; if (CLOSETO(x,y)) printf("CLOSETO bombed\n"); if (!CLOSETO(x,z)) pri...
{ "pile_set_name": "Github" }
/* * Marvell Wireless LAN device driver: ioctl data structures & APIs * * Copyright (C) 2011-2014, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 // Note: this header file is used by the undo-machinery and should not be included elsewhere. #ifndef COMMAND_PICTURES_H #define COMMAND_PICTURES_H #include "command_base.h" #include "command.h" // for PictureListForDeletion/Addition // We put everything in a namespace, so that we...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import "R...
{ "pile_set_name": "Github" }
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE GADTs #-} -- | -- Module : Pact.Types.Purity -- Copyright : (C) 2016,2020 Stuart Popejoy -- License : BSD-style (see the fil...
{ "pile_set_name": "Github" }
/* Licensed to Diennea S.r.l. under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Diennea S.r.l. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except ...
{ "pile_set_name": "Github" }
export default function() { var data = []; this.visit(function(node) { if (!node.length) do data.push(node.data); while (node = node.next) }); return data; }
{ "pile_set_name": "Github" }