text stringlengths 2 99.9k | meta dict |
|---|---|
# Copyright (c) 2012-2019 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
# https://github.com/GalSim-developers/GalSim
#
# GalSim is free software: redistribution and use in source and binary forms,
# with or w... | {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
set TZData(:Antarctica/DumontDUrville) {
{-9223372036854775808 0 0 -00}
{-725846400 36000 0 PMT}
{-566992800 0 0 -00}
{-415497600 36000 0 DDUT}
}
| {
"pile_set_name": "Github"
} |
procedure Array_Collection is
A : array (-3 .. -1) of Integer := (1, 2, 3);
begin
A (-3) := 3;
A (-2) := 2;
A (-1) := 1;
end Array_Collection;
| {
"pile_set_name": "Github"
} |
// <auto-generated />
using Abp.Authorization;
using Abp.BackgroundJobs;
using Abp.Events.Bus.Entities;
using Abp.Notifications;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using M... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Title: FreeDaNutz
# Description: This payload will compress the loot folder and then send that file to a remote server via scp
# Author: infoskirmish.com
# Version: 1.0
# Category: exfiltration
# Target: Any
# Net Mode: NAT
# LEDs
# FAIL: This payload will LED FAIL (blink RED) for the foll... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js - The HTML Presentation Framework</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" co... | {
"pile_set_name": "Github"
} |
type Maybe a
= Nothing
| Just a
type Maybe2 a
= Nothing
| Just a
class Pointed f where
point : forall a. a -> f a
instance Pointed Maybe where
point : forall a. a -> Maybe a
point = Just
| {
"pile_set_name": "Github"
} |
system_configuration:
groups:
google_settings:
icon: fa-google
title: oro.google_integration.system_configuration.groups.google_settings.title
google_integration_settings:
title: oro.google_integration.system_configuration.groups.google_integration_settings.title
... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package http2
// A list of the possible cipher suite ids. Taken from
// https://www.iana.org/assignments/tls-parameters/tls-parameters.txt
const (
cipher_TLS... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
* See [README.md](README.md#generating-data) for more information.
*
* Pull requests changing data in these files will not be accepted. See the
* [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make... | {
"pile_set_name": "Github"
} |
module: dylan-user
Author: Neal Feinberg, Sonya E. Keene, Robert O. Mathews, P. Tucker Withington
Synopsis: The library and module definitions of the sorted sequence component.
Copyright: N Feinberg/S E Keene/R Mathews/P Tucker Withington,
DYLAN PROGRAMMING, Copyright (c) 1997-2000 Functional Objects, Inc.
Rep... | {
"pile_set_name": "Github"
} |
---
title: Setting Up Kernel-Mode Debugging of a Virtual Machine Manually using a Virtual COM Port
description: Debugging Tools for Windows supports kernel debugging of a virtual machine using a Virtual COM Port.
ms.assetid: e863e664-8338-4bbe-953b-e000a6843db9
keywords: ["virtual machine debugging", "Virtual PC debugg... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
<h2>Tournament Square</h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">At the tournament square your troops can train to increase their stamina. The further the building is upgraded the faster your troops are beyond a minimum distance of 30 squares.</td>
<td rowspa... | {
"pile_set_name": "Github"
} |
## cgroup 术语和规则
### 作者
digoal ... | {
"pile_set_name": "Github"
} |
#name : Unordered List
#contributor: Peng Deng <dengpeng@gmail.com>
# --
+ ${1:Text}
+$0
| {
"pile_set_name": "Github"
} |
---
id: deploy_install
title: Install Orchestrator
hide_title: true
---
# Install Orchestrator
This page walks through a full, vanilla Orchestrator install.
If you want to install a specific release version, see the notes in the
[deployment intro](./deploy_intro.md).
## Prerequisites
This walkthrough assumes you a... | {
"pile_set_name": "Github"
} |
---
title: "gnome-themes-standard"
layout: formula
---
{{ content }}
| {
"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="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 29 06:45:47 CEST 2015 -->
<title>Java13CommandLauncher (Apache Ant API)</title>
<meta name="date" content="2015-06-29">
... | {
"pile_set_name": "Github"
} |
#include "regressions/regression.h"
#include <TooN/gauss_jordan.h>
template<int C, int D>
void test(Matrix<C, D> m)
{
gauss_jordan(m);
cout << setprecision(10) << m << endl;
}
int main()
{
Matrix<10, 20> m;
m.slice<0,10,10,10>() = Identity;
m.slice<0,0,10,10>()= Data(
0.34797399, 0.99949284, 0.79089508, 0... | {
"pile_set_name": "Github"
} |
# Freetype 2 Xcode Project
This is simply a distribution of the Freetype 2 library, that includes an Xcode project ready to build the Freetype 2 library into a static binary for the iOS operating system.
The motivation for releasing this project is that the cmake generator does not generate a correct Xcode project fi... | {
"pile_set_name": "Github"
} |
/**
* @license
* Visual Blocks Editor
*
* Copyright 2017 Google Inc.
* https://developers.google.com/blockly/
*
* 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.apach... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
#
# Copyright (c) 2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
import os
import fcntl
import struct
import mmap
import logging
from ctypes import cast, POINTER, c_uint8, c_uint32, c_uint16, c_uint64,\
addressof, byref
# diag_driver file
DIAG_DRV_PATH = "/dev... | {
"pile_set_name": "Github"
} |
/*
*Copyright (c) 2013-2018, yinqiwen <yinqiwen@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:
*
* * Redistributions of source code must retain the above copyright notice,
... | {
"pile_set_name": "Github"
} |
import collections
import datetime as dt
import os
import requests
def get_base_terms_request(route_name):
return {
"facets": {
"terms": {
"facet_filter": {
"fquery": {
"query": {
"filtered": {
... | {
"pile_set_name": "Github"
} |
common:
target:
- lpc11u35_501
core:
- Cortex-M0
macros:
- INTERFACE_LPC11U35
- DAPLINK_HIC_ID=0x97969902 # DAPLINK_HIC_ID_LPC11U35
includes:
- source/hic_hal/nxp/lpc11u35
- source/hic_hal/nxp/lpc11u35
sources:
hic_hal:
- source/hi... | {
"pile_set_name": "Github"
} |
/*===================================================================================
*
* Copyright (c) Userware/OpenSilver.net
*
* This file is part of the OpenSilver Runtime (https://opensilver.net), which is
* licensed under the MIT license: https://opensource.org/licenses/MIT
*
* As stated in t... | {
"pile_set_name": "Github"
} |
import Slider from './Slider';
import Range from './Range';
import Handle from './Handle';
import createSliderWithTooltip from './createSliderWithTooltip';
Slider.Range = Range;
Slider.Handle = Handle;
Slider.createSliderWithTooltip = createSliderWithTooltip;
export default Slider;
export { Range, Handle, createSlider... | {
"pile_set_name": "Github"
} |
import V3Serializer from './v3';
export default V3Serializer.extend({});
| {
"pile_set_name": "Github"
} |
/*
* \file aml_v2_burning.h
* \brief common interfaces for version burning
*
* \version 1.0.0
* \date 09/15/2013
* \author Sam.Wu <yihui.wu@amlgic.com>
*
* Copyright (c) 2013 Amlogic. All Rights Reserved.
*
*/
//is the uboot loaded from usb otg
int is_tpl_loaded_from_usb(void);
... | {
"pile_set_name": "Github"
} |
/**
* ***************************************************************************** Copyright (c) 2009
* CollabNet. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http... | {
"pile_set_name": "Github"
} |
## Gumbo 0.10.1 (2015-04-30)
Same as 0.10.0, but with the version number bumped because the last version-number commit to v0.9.4 makes GitHub think that v0.9.4 is the latest version and so it's not highlighted on the webpage.
## Gumbo 0.10.0 (2015-04-30)
* Full support for `<template>` tag (kevinhendricks, nostradem... | {
"pile_set_name": "Github"
} |
using UnityEngine;
namespace Cinemachine
{
/// <summary>
/// This is a CinemachineComponent in the Aim section of the component pipeline.
/// Its job is to aim the camera hard at the LookAt target.
/// </summary>
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[AddComponent... | {
"pile_set_name": "Github"
} |
import generate from './generate'
const customs = {
torrent: ['add', 'act', 'info'],
history: ['append', 'remove', 'get'],
search: ['url', 'name', 'term'],
services: ['connect', 'act'],
vault: ['get', 'update', 'check', 'has'],
video: ['init', 'stop', 'subtitles', 'tracks', 'name'],
streaming: ['init', '... | {
"pile_set_name": "Github"
} |
---
author: catalin
type: normal
category: best practice
tags:
- workout
links:
- >-
[www.mariocasciaro.me](http://www.mariocasciaro.me/the-strange-world-of-node-js-design-patterns){website}
- >-
[blog.risingstack.com](https://blog.risingstack.com/fundamental-node-js-design-patterns/){website}
- '[throu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.cloud.user.dao.UserRoleDao">
<delete id="deleteUserRole">
delete from sys_role_user
<where>
<if test="userId != null">
and userI... | {
"pile_set_name": "Github"
} |
/*
CryptoJS v3.1.2
code.google.com/p/crypto-js
(c) 2009-2013 by Jeff Mott. All rights reserved.
code.google.com/p/crypto-js/wiki/License
*/
(function(){if("function"==typeof ArrayBuffer){var b=CryptoJS.lib.WordArray,e=b.init;(b.init=function(a){a instanceof ArrayBuffer&&(a=new Uint8Array(a));if(a instanceof Int8Array||... | {
"pile_set_name": "Github"
} |
from regrippy import BasePlugin, PluginResult, mactime
class Plugin(BasePlugin):
"""Reads startup programs from various hives"""
__REGHIVE__ = ["NTUSER.DAT", "SOFTWARE"]
def run(self):
if self.hive_name == "NTUSER.DAT":
paths = [r"Software\Microsoft\Windows\CurrentVersion\Run", r"Soft... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019-2020 Robin Gareus <robin@gareus.org>
*
* 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"
} |
import _plotly_utils.basevalidators
class BingroupValidator(_plotly_utils.basevalidators.StringValidator):
def __init__(
self, plotly_name="bingroup", parent_name="histogram2dcontour", **kwargs
):
super(BingroupValidator, self).__init__(
plotly_name=plotly_name,
parent_... | {
"pile_set_name": "Github"
} |
{
"title": "Function argument names should be unique",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1536",
"sqKey": "S1536",
"compatibleLanguages": [
"JA... | {
"pile_set_name": "Github"
} |
namespace ClassLib071
{
public class Class058
{
public static string Property => "ClassLib071";
}
}
| {
"pile_set_name": "Github"
} |
@import '~fundamental-styles/dist/tree';
| {
"pile_set_name": "Github"
} |
package org.jboss.resteasy.client.jaxrs.internal.proxy;
/**
* used to modify all of the ClientInvokers of a given ResteasyClientProxy. @see
* ResteasyClientProxy.applyClientInvokerModifier
*
* @author <a href="mailto:sduskis@gmail.com">Solomon Duskis</a>
* @version $Revision: 1 $
*/
public interface ClientInvoke... | {
"pile_set_name": "Github"
} |
"""
KeepNote
Backward compatiability for configuration information
"""
#
# KeepNote
# Copyright (c) 2008-2009 Matt Rasmussen
# Author: Matt Rasmussen <rasmus@alum.mit.edu>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as pub... | {
"pile_set_name": "Github"
} |
//===- TypeFinder.cpp - Implement the TypeFinder class --------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
!00 U+0000 .notdef
!01 U+0001 .notdef
!02 U+0002 .notdef
!03 U+0003 .notdef
!04 U+0004 .notdef
!05 U+0005 .notdef
!06 U+0006 .notdef
!07 U+0007 .notdef
!08 U+0008 .notdef
!09 U+0009 .notdef
!0A U+000A .notdef
!0B U+000B .notdef
!0C U+000C .notdef
!0D U+000D .notdef
!0E U+000E .notdef
!0F U+000F .notdef
!10 U+0010 .notd... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011-2014 Andrey Sibiryov <me@kobology.ru>
Copyright (c) 2011-2014 Other contributors as noted in the AUTHORS file.
This file is part of Cocaine.
Cocaine is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as publishe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CategoryClasses>
<Category xsi:type="MyObjectBuilder_GuiBlockCategoryDefinition">
<Id>
<TypeId>GuiBlockCategoryDefinition</TypeId>
<Subtyp... | {
"pile_set_name": "Github"
} |
/*
Copyright 2020 The Knative 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, soft... | {
"pile_set_name": "Github"
} |
package ddoscoo
//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
//distr... | {
"pile_set_name": "Github"
} |
package com.datadog.profiling.controller;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.condition.JRE.JAVA_8;
import datadog.trace.api.Config;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api... | {
"pile_set_name": "Github"
} |
Ace
Alaska
Anchor
Ant
Anthem
Apron
Armor
Army
Ash
Astronaut
Attic
Avalanche
Axe
Baby
Bacon
Balloon
Banana
Barbecue
Bass
Bath
Battle
Battleship
Bay
Beam
Bean
Beard
Bee
Beer
Bench
Bicycle
Big Bang
Big Ben
Bikini
Biscuit
Blacksmith
Blade
Blind
Blizzard
Blues
Boil
Bonsai
Book
Boss
Bowl
Bowler
Boxer
Brain
Brass
Brazil
Bread... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007 Mike Heath. 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 re... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011 Twitter, Inc.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
/* (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.security.password;
import java.io.IOException;
import org.geoserver.security.GeoServerSecurityMa... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "新北市板橋區莒光路17號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCoun... | {
"pile_set_name": "Github"
} |
//
// Created by Fabrice Aneche on 06/01/14.
// Copyright (c) 2014 Dailymotion. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSData (ImageContentType)
/**
* Compute the content type for an image data
*
* @param data the input data
*
* @return the content type as string (i.e. image/jpe... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | {
"pile_set_name": "Github"
} |
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2001-2013 Artima, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | {
"pile_set_name": "Github"
} |
#! FIELDS x fA1u dfA1u_x
#! SET normalisation 1.0000
#! SET min_x 0.0
#! SET max_x 3.0
#! SET nbins_x 100
#! SET periodic_x false
0.0000 inf 0.0000
0.0300 inf 0.0000
0.0600 inf 0.0000
0.0900 inf 0.0000
0.1200 inf 0.0000
0.1500 inf 0.0000
0.1800 inf... | {
"pile_set_name": "Github"
} |
//
// UserNotificationsUI.h
// UserNotificationsUI
//
// Copyright © 2015 Apple. All rights reserved.
//
#import <UserNotificationsUI/UNNotificationContentExtension.h>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources><!-- Base application theme. -->
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/myPrimaryColor</item>
<item name="co... | {
"pile_set_name": "Github"
} |
// Copyright 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.
package org.chromium.components.find_in_page;
import android.graphics.Rect;
/**
* Java equivalent to the C++ FindNotificationDetails class
* defined i... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.serialization.internal
import kotlinx.serialization.*
import kotlin.reflect.*
@Suppress("NOTHING_TO_INLINE")
internal actual inline fun <T> Array<T>.getChecked(index: Int): T {
return get... | {
"pile_set_name": "Github"
} |
{
"name": "react-number-format",
"description": "React component to format number in an input or as a text.",
"version": "4.4.2",
"main": "lib/number_format.js",
"module": "dist/react-number-format.es.js",
"author": "Sudhanshu Yadav",
"license": "MIT",
"types": "typings/number_format.d.ts",
"repositor... | {
"pile_set_name": "Github"
} |
/*
* pablio.c
* Portable Audio Blocking Input/Output utility.
*
* Author: Phil Burk, http://www.softsynth.com
*
* This program uses the PortAudio Portable Audio Library.
* For more information see: http://www.audiomulch.com/portaudio/
* Copyright (c) 1999-2000 Ross Bencina and Phil Burk
*
* Permission is her... | {
"pile_set_name": "Github"
} |
package apps
import (
"encoding/base64"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"strings"
"time"
"github.com/jenkins-x/jx/v2/pkg/kube/naming"
rbacv1 "k8s.io/api/rbac/v1"
corev1 "k8s.io/api/core/v1"
"github.com/jenkins-x/jx/v2/pkg/kube"
"github.com/google/uuid"
metav1 "k8s.io/apimachin... | {
"pile_set_name": "Github"
} |
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2020 Pupil Labs
Distributed under the terms of the GNU
Lesser General Public License (LGPL v3.0).
See COPYING and COPYING.LESSER for license details.
------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011 Janne Grunau <janne-libav@jannau.net>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or ... | {
"pile_set_name": "Github"
} |
# Fonts parser
## Input
The fonts parser accepts a directory, which it'll recursively search for font files. Supported file types depend on the target platform, for example iOS only supports TTF and OTF font files.
### Filter
The default filter for this command is: `[^/]\.(?i:otf|ttc|ttf)$`. That means it'll accept... | {
"pile_set_name": "Github"
} |
&HEAD CHID='natconh_10_8_rot_18', TITLE='LES of free convection in enclosed space, Ra = 4.28e07' /
! 2 mesh
&MESH IJK=36,64,32, XB=-.9,0,-.8,.8,-.4,.4/ H/dz=8
&MESH IJK=36,64,32, XB= 0,.9,-.8,.8,-.4,.4/
&TIME T_END=238./
&DUMP DT_DEVC=1./
&MISC STRATIFICATION=F, SIMULATION_MODE='LES',
GVEC=-3.0283665448744808... | {
"pile_set_name": "Github"
} |
% test17.9.ott dot form test
metavar ident, x ::= {{ isa string }} {{ coq nat }} {{ coq-equality }} {{ hol string }} {{ ocaml int }}
indexvar index, n , i ::= {{ isa nat }} {{ coq nat }} {{ hol num }} {{ ocaml int }}
grammar
E :: 'E_' ::= {{ isa ( ident * t ) list }}
| < x1 : t1 , .. , xn : tn > :: ::... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2009 Red Hat, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is... | {
"pile_set_name": "Github"
} |
.. role:: code
.. raw:: html
<style> .code {font-family:monospace;} </style>
<style> .caption {text-align:center;} </style>
.. |--| replace:: :option:`--`
| {
"pile_set_name": "Github"
} |
<html><head>
<title>curl_escape man page</title>
<meta name="generator" content="roffit 0.5">
<STYLE type="text/css">
P.level0 {
padding-left: 2em;
}
P.level1 {
padding-left: 4em;
}
P.level2 {
padding-left: 6em;
}
span.emphasis {
font-style: italic;
}
span.bold {
font-weight: bold;
}
span.manpage {
font-weig... | {
"pile_set_name": "Github"
} |
# HCL Syntax-Agnostic Information Model
This is the specification for the general information model (abstract types and
semantics) for hcl. HCL is a system for defining configuration languages for
applications. The HCL information model is designed to support multiple
concrete syntaxes for configuration, each with a m... | {
"pile_set_name": "Github"
} |
package saros.ui.util.selection.retriever.impl;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
import saros.ui.util.selection.retriever.ISelectionRetriever;
/**
* This abstract class implements an {@link ISelectionRetriever}... | {
"pile_set_name": "Github"
} |
@model TwoFactorAuthenticationViewModel
@{
ViewData["Title"] = "Two-factor authentication";
ViewData.AddActivePage(ManageNavPages.TwoFactorAuthentication);
}
<h4>@ViewData["Title"]</h4>
@if (Model.Is2faEnabled)
{
if (Model.RecoveryCodesLeft == 0)
{
<div class="alert alert-danger">
... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/
namespace phpbb\install\excepti... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
// Run-time checking of preconditions.
function fail(message) {
throw new Error(message);
}
// Precondition function that checks if the given predicate is true.
// If not, it will throw an error.
function argument(predicate, message) {
if (!predicate) {
fail(message);
}
}
export { fail, argument,... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license.
//
// Microsoft Bot Framework: http://botframework.com
//
// Bot Framework Emulator Github:
// https://github.com/Microsoft/BotFramwork-Emulator
//
// Copyright (c) Microsoft Corporation
// All rights reserved.
//
// MIT License:
// ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
/*
Copyright 2015 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"
} |
/**
*
*/
package org.zeus.common.validator;
/**
* 验证码配置
* @author lizhizhong
*
*/
public class ValidateCodeProperties {
/**
* 图片验证码配置
*/
private ImageCodeProperties image = new ImageCodeProperties();
/**
* 短信验证码配置
*/
private SmsCodeProperties sms = new SmsCodeProperties();
public ImageCodeProper... | {
"pile_set_name": "Github"
} |
/*
* linux/drivers/video/ep93xx-fb.c
*
* Framebuffer support for the EP93xx series.
*
* Copyright (C) 2007 Bluewater Systems Ltd
* Author: Ryan Mallon <ryan@bluewatersys.com>
*
* Copyright (c) 2009 H Hartley Sweeten <hsweeten@visionengravers.com>
*
* Based on the Cirrus Logic ep93xxfb driver, and various othe... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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"
} |
// Copyright Peter Dimov 2001
// Copyright Aleksey Gurtovoy 2001-2004
//
// 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)
//
// Preprocessed version of "boost/mpl/aux_/basic_bind.hpp" header
// -- DO NOT modif... | {
"pile_set_name": "Github"
} |
<div>
Use relative links for jobs in this pipeline view to allow for easier navigation.
When drilling down on a job from the pipeline view, the name of the view is shown in the navigation menu.
</div>
| {
"pile_set_name": "Github"
} |
/*
Copyright 2017 Vector Creations 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 in writing, s... | {
"pile_set_name": "Github"
} |
function Coder(req) {
this.action = null;
this.endpoint = null;
this.args = null;
this.wait = null;
this.want = null;
this.returns = null;
this.exceptions = false;
req.inherit(this);
}
/**
* Generic language class with a bunch of functions
* that might need to be overloaded depending... | {
"pile_set_name": "Github"
} |
package fr.leomelki.loupgarou.events;
import fr.leomelki.loupgarou.classes.LGGame;
public class LGDayEndEvent extends LGEvent{
public LGDayEndEvent(LGGame game) {
super(game);
}
} | {
"pile_set_name": "Github"
} |
# Tenko parser test case
- Path: tests/testcases/operator_precedent/various_priority_checks_GENERATED/order_3_28generated_2b_213d_7c_2a2a_2a_5e_7c7c_2626_3e3d_26_3e3e3e29.md
> :: operator precedent : various priority checks GENERATED
>
> ::> order 3 28generated 2b 213d 7c 2a2a 2a 5e 7c7c 2626 3e3d 26 3e3e3e29
## Inp... | {
"pile_set_name": "Github"
} |
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2007 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include "zutil.h"
#define local static
local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2);
#defin... | {
"pile_set_name": "Github"
} |
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026,
# or use "..." if \u2026 doesn't suit tradit... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Logo should render properly 1`] = `
.c0 {
-webkit-align-items: flex-start;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
disp... | {
"pile_set_name": "Github"
} |
{
"resourceType": "Medication",
"id": "med0317",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: med0317</p><p><b>form</b>: Injection Solution (qualifier value) <span>(Details : {SNOMED CT code '385219001' = '... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.