text stringlengths 2 99.9k | meta dict |
|---|---|
<?php
/**
* @package Joomla.Legacy
* @subpackage Table
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die;
use Joomla\Registry\Registry;
/**
* Category tabl... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>frame top</title>
</head>
<body>top frame <input type="text" id="bla">
</body>
</html> | {
"pile_set_name": "Github"
} |
module github.com/konsorten/go-windows-terminal-sequences
| {
"pile_set_name": "Github"
} |
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SVProgressHUD"
OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/SVProgressHUD"
OTHER_LDFLAGS = $(inherited) -ObjC
... | {
"pile_set_name": "Github"
} |
/*
* This software is distributed under BSD 3-clause license (see LICENSE file).
*
* Authors: Heiko Strathmann, Dhruv Arya
*/
#ifndef _SIGMOID_CALIBRATION_H__
#define _SIGMOID_CALIBRATION_H__
#include <shogun/lib/config.h>
#include <shogun/evaluation/Calibration.h>
#include <shogun/mathematics/Statistics.h>
nam... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IP6T_OPTS_H
#define _IP6T_OPTS_H
#include <linux/types.h>
#define IP6T_OPTS_OPTSNR 16
struct ip6t_opts {
__u32 hdrlen; /* Header Length */
__u8 flags; /* */
__u8 invflags; /* Inverse flags */
__u16 opts[IP6T_OPTS_OPTSNR]; /* opts */
... | {
"pile_set_name": "Github"
} |
---
title: Using a Power Adapter with MediaTek X20
permalink: /documentation/consumer/mediatekx20/getting-started/power-adapter.md.html
redirect_from: /documentation/ConsumerEdition/MediaTekX20/GettingStarted/PowerAdapter.md.html
---
## Power Adapter
The 96Boards Consumer Edition boards require a 8-18V 2A power supply... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 OpenCB
*
* 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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>ro.pippo</groupId>
<artifactId>pippo-... | {
"pile_set_name": "Github"
} |
/*global d3, window, _, $, jQuery, Zepto, Raphael, EventProxy */
/*!
* DataV兼容定义
*/
;(function (name, definition) {
if (typeof define === 'function') { // Module
define(definition);
} else { // Assign to common namespaces or simply the global object (window)
this[name] = definition(fun... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 the original author or 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 applica... | {
"pile_set_name": "Github"
} |
---
id: 5900f4601000cf542c50ff73
challengeType: 5
title: 'Problem 243: Resilience'
videoUrl: ''
localeTitle: 'Problema 243: Resiliência'
---
## Description
<section id="description"> Uma fração positiva cujo numerador é menor que seu denominador é chamada de fração própria. Para qualquer denominador, d, haverá d - 1 f... | {
"pile_set_name": "Github"
} |
Universidad Dr. Jose Matias Delgado
| {
"pile_set_name": "Github"
} |
using System.Web;
using System.Web.Optimization;
namespace Movies
{
public class BundleConfig
{
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new ScriptBund... | {
"pile_set_name": "Github"
} |
1. Get the application URL by running these commands:
> kubectl port-forward eureka-0 8081:28888
Visit http://127.0.0.1:8081 to use your application | {
"pile_set_name": "Github"
} |
-- Checks that the types of the old binder and the binder implicitly introduced by grouping are linked
{-# OPTIONS_GHC -XMonadComprehensions -XTransformListComp #-}
module ShouldCompile where
import Data.List(inits)
foo :: [[[Int]]]
foo = [ x
| x <- [1..10]
, then group using inits
, then group us... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
<Package InstallerVersion="300" Compressed="yes" InstallScop... | {
"pile_set_name": "Github"
} |
//
// GPUImageSkinToneFilter.m
//
//
// Created by github.com/r3mus on 8/13/15.
//
//
#import "GPUImageSkinToneFilter.h"
@implementation GPUImageSkinToneFilter
#if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE
NSString *const kGPUImageSkinToneFragmentShaderString = SHADER_STRING
(
varying highp vec2 textureCoordina... | {
"pile_set_name": "Github"
} |
# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
# This *MUST* match the output of 'gcc -c' compiled with the same triple.
# CHECK: Flags [ (0x50001006)
.abicalls
| {
"pile_set_name": "Github"
} |
/* Simple procedures with a bit of metadata mixed in */
void p1();
void p2(int i);
void p3(int i, int j);
int p4(int i, int j);
| {
"pile_set_name": "Github"
} |
/*-
* BSD LICENSE
*
* Copyright(c) 2014-2015 Chelsio Communications.
* 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 th... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: google/rpc/status.proto
package rpc
import (
bytes "bytes"
fmt "fmt"
proto "github.com/gogo/protobuf/proto"
types "github.com/gogo/protobuf/types"
io "io"
math "math"
reflect "reflect"
strings "strings"
)
// Reference imports to suppress errors if... | {
"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"
} |
Total_Cost_Objective
c_u_ConstrainTotalAcreage_
c_l_EnforceCattleFeedRequirement(CORN)_
c_l_EnforceCattleFeedRequirement(SUGAR_BEETS)_
c_l_EnforceCattleFeedRequirement(WHEAT)_
c_u_LimitAmountSold(CORN)_
c_u_LimitAmountSold(SUGAR_BEETS)_
c_u_LimitAmountSold(WHEAT)_
r_l_EnforceQuotas(CORN)_
r_u_EnforceQuotas(CORN)_
r_l_E... | {
"pile_set_name": "Github"
} |
//
// main.m
// BookShelfExample
//
// Created by Michał Zaborowski on 13.06.2014.
// Copyright (c) 2014 Michał Zaborowski. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BSAppDelegate.h"
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
| {
"pile_set_name": "Github"
} |
{
"word": "Wat",
"definitions": [
"(in Thailand, Cambodia, and Laos) a Buddhist monastery or temple."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
{
"description": "Replica set discovery from secondary",
"uri": "mongodb://b/?replicaSet=rs",
"phases": [
{
"responses": [
[
"b:27017",
{
"ok": 1,
"ismaster": false,
"secondary": true,
"setName": "rs",
"hosts": [
... | {
"pile_set_name": "Github"
} |
[ipaservers]
ipaserver.test.local
[ipareplicas]
ipareplica1.test.local
[ipareplicas:vars]
ipaadmin_password=password1
ipadm_password=password1
ipaclient_force_join=yes
| {
"pile_set_name": "Github"
} |
// Copyright 2013 the V8 project authors. All rights reserved.
// Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. 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 o... | {
"pile_set_name": "Github"
} |
import ctypes, os, sys
from ctypes import *
import six
# MAXINT on Python 2, undefined on Python 3
MAXINT = 9223372036854775807
class UserString:
def __init__(self, seq):
if isinstance(seq, basestring):
self.data = seq
elif isinstance(seq, UserString):
self.data = seq.data[... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
#include "NUMA_vector.h"
#include "NUMA_dense_matrix.h"
#include "matrix_config.h"
#include "mem_worker_thread.h"
#include "matrix_store.h"
#include "sparse_matrix.h"
const size_t num_eles = 1024 * 1024 * 10;
size_t num_nodes = 1;
size_t nthreads = 8;
using namespace fm;
using namespace detail;
class set_seq_vec: pu... | {
"pile_set_name": "Github"
} |
// Copyright 2009,2010 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.
// FreeBSD system calls.
// This file is compiled as ordinary Go code,
// but it is also input to mksyscall,
// which parses the //sys lines and generates ... | {
"pile_set_name": "Github"
} |
module ErrorMessagesHelper
# Render error messages for the given objects. The :message and :header_message options are allowed.
def error_messages_for(*objects)
options = objects.extract_options!
options[:header_message] ||= "Invalid Fields"
options[:message] ||= "Correct the following errors and try ag... | {
"pile_set_name": "Github"
} |
/*******************************************************
* Copyright (c) 2020, ArrayFire
* All rights reserved.
*
* This file is distributed under 3-clause BSD license.
* The complete license agreement can be obtained at:
* http://arrayfire.com/licenses/BSD-3-Clause
**********************************************... | {
"pile_set_name": "Github"
} |
<?php
class Swift_Events_SendEventTest extends \PHPUnit_Framework_TestCase
{
public function testMessageCanBeFetchedViaGetter()
{
$message = $this->_createMessage();
$transport = $this->_createTransport();
$evt = $this->_createEvent($transport, $message);
$ref = $evt->getMessa... | {
"pile_set_name": "Github"
} |
{"extras": ["fenced-code-blocks"]}
| {
"pile_set_name": "Github"
} |
#include <stdio.h>
int main(int argc, char **argv)
{
puts(argv[0]);
return 0;
}
| {
"pile_set_name": "Github"
} |
import 'package:dio/dio.dart';
import 'package:movie/actions/api/urlresolver_api.dart';
class Bitporno {
static Future<String> getUrl(String link) async {
String _link;
try {
final Response _response = await Dio().get(link);
final _result = await UrlResolverApi.instance
.getDirectUrl(_r... | {
"pile_set_name": "Github"
} |
###########################################################################
# Created by: Yuan Hu
# Email: huyuan@radi.ac.cn
# Copyright (c) 2019
###########################################################################
import numpy as np
from skimage import io
def apply_mask(image, mask, color):
""... | {
"pile_set_name": "Github"
} |
// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}
| {
"pile_set_name": "Github"
} |
{
"name": "Unescaped chars in script",
"options": {},
"html": "<head><script language=\"Javascript\">var foo = \"<bar>\"; alert(2 > foo); var baz = 10 << 2; var zip = 10 >> 1; var yap = \"<<>>>><<\";</script></head>",
"expected": [
{
"type": "tag",
"name": "head",
"attribs": {},
"chi... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
namespace Servi... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2001-2006 Python Software Foundation
# Author: Barry Warsaw
# Contact: email-sig@python.org
"""Encodings and related functions."""
__all__ = [
'encode_7or8bit',
'encode_base64',
'encode_noop',
'encode_quopri',
]
import base64
from quopri import encodestring as _encodestring
d... | {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faRandom: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures:... | {
"pile_set_name": "Github"
} |
#import "CPTAxisSet.h"
#import "CPTAxis.h"
#import "CPTGraph.h"
#import "CPTLineStyle.h"
#import "CPTPlotArea.h"
/**
* @brief A container layer for the set of axes for a graph.
**/
@implementation CPTAxisSet
/** @property NSArray *axes
* @brief The axes in the axis set.
**/
@synthesize axes;
/** @property CPT... | {
"pile_set_name": "Github"
} |
const React = require("react");
const { useState, useEffect } = React;
function App({ onMount, colors }) {
const [selectedColorIndex, setSelectedColorIndex] = useState(0);
const selectedColor = colors[selectedColorIndex];
useEffect(() => {
if (onMount) {
onMount(setSelectedColorIndex);
}
window... | {
"pile_set_name": "Github"
} |
using Sharpen;
namespace android.location
{
[Sharpen.NakedStub]
public interface ILocationProvider
{
}
[Sharpen.NakedStub]
public static class ILocationProviderClass
{
}
}
| {
"pile_set_name": "Github"
} |
---
title: React 團隊的技術準則
date: '2019-12-25'
spoiler: UI 優先於 API
---
我很幸運地在 React 團隊的這段時間內,能看見 [Jordan](https://twitter.com/jordwalke)、[Sebastian](https://twitter.com/sebmarkbage)、[Sophie](https://twitter.com/sophiebits) 和其他團隊成員如何解決問題。在這篇文章中,我會把從他們身上所學到的,濃縮為一些較高層級的技術準則。這些準則未必詳盡,它們只是我個人對 React 團隊運作的觀察和整理——其他團隊成員或許會有不同的觀... | {
"pile_set_name": "Github"
} |
{
"name": "editor-model",
"master": true,
"version": "1.0.0",
"description": "",
"schemas": {
"104ad1f48518376": {
"_id": "104ad1f48518376",
"_name": "_Channel",
"_inherit": ["_Component"],
"$editorUpdateSystem": "event",
"$editorUpdateSchema": "event",
"$editorUpdateSc... | {
"pile_set_name": "Github"
} |
package io.mycat;
import io.mycat.configreaderwriter.JsonConfigReaderWriter;
import io.mycat.configreaderwriter.YamlConfigReaderWriter;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
public interface ConfigReaderWriter {
Collection<String> getSuffixSet();
<T> T transformation(... | {
"pile_set_name": "Github"
} |
@function _linear-positions-parser($pos) {
$type: type-of(nth($pos, 1));
$spec: null;
$degree: null;
$side: null;
$corner: null;
$length: length($pos);
// Parse Side and corner positions
@if ($length > 1) {
@if nth($pos, 1) == "to" { // Newer syntax
$side: nth($pos, 2);
@if ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""
Copyright (c) 2016-2018 Alex Forencich
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,... | {
"pile_set_name": "Github"
} |
[{ "address": "tccq9jj73ft3s4taqksv7fxy0qkhy978c9cqydsxy5y", "password": "" }]
| {
"pile_set_name": "Github"
} |
/*********************************************************************************
* *
* The MIT License (MIT) *
* ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 The Bazel Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package nl.bzk.brp.model.data.kern;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import n... | {
"pile_set_name": "Github"
} |
---
features:
- Added new functionality for showing and listing stack outputs without
resolving all outputs during stack initialisation.
- Added new API calls for showing and listing stack outputs
``/stack/outputs`` and ``/stack/outputs/output_key``.
- Added using of new API in python-heatclient for ``out... | {
"pile_set_name": "Github"
} |
---
- name: Clean yum cache
command: yum clean all
args:
warn: False
- name: Delete /var/cache/yum directory
file:
path: /var/cache/yum
state: absent
| {
"pile_set_name": "Github"
} |
// AFUIActivityIndicatorViewTests.h
// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)
//
// 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,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>EAGLE_00004</cbid>
<replay>
<write>
<data>aPenFullOfSheep:)\n</data>
<data>mov r2,1844852045\npush r2\n</data>
<data>mov r2,1787316874\npush r2\n</data>
<data>mov r1,-1219166372\npush r1\... | {
"pile_set_name": "Github"
} |
import doMap from '../../src/internals/doMap'
import { example, suite } from '../dsl'
export default suite(
'doMap',
example(
'run the component through the higher-order component',
() => {
const Component = 1
const higherOrderComponent = x => x + 1
return doMap(higherOrderComponent)(Co... | {
"pile_set_name": "Github"
} |
## Installing the Lua extension
First you'll need Lua 5.3. You can install this from your package manager.
```bash
$ brew install lua
```
Next you'll need to build the extension and install it. The extension is
built using the [Meson Build System](http://mesonbuild.com) and
[Ninja](https://ninja-build.org) build too... | {
"pile_set_name": "Github"
} |
// 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 is dis... | {
"pile_set_name": "Github"
} |
/*
* Unicode manipulation functions
*
* by WangLu
* 2012.11.29
*/
#ifndef UNICODE_H__
#define UNICODE_H__
#include <GfxFont.h>
#include <CharTypes.h>
namespace pdf2htmlEX {
/**
* Check whether a unicode character is illegal for the output HTML.
* Unlike PDF readers, browsers has special treatments for such c... | {
"pile_set_name": "Github"
} |
package cautils
import (
"crypto/x509"
"github.com/pkg/errors"
"github.com/smallstep/cli/crypto/pemutil"
"github.com/smallstep/cli/ui"
"github.com/urfave/cli"
)
// ACMECreateCertFlow performs an ACME transaction to get a new certificate.
func ACMECreateCertFlow(ctx *cli.Context, provisionerName string) error {
... | {
"pile_set_name": "Github"
} |
cd ./prepare/
sh run.sh
cd ..
python ./read-records.py --type=dump
| {
"pile_set_name": "Github"
} |
/* metacommand.c-- handles metacommand execution */
/* Copyright (C) 1996-1999,2001 Robert Masenten */
/* This program may be redistributed under the terms of the
GNU General Public License, version 2; see agility.h for details. */
/* */
/* Th... | {
"pile_set_name": "Github"
} |
from .dcn import (DeformConv, DeformConvPack, ModulatedDeformConv,
ModulatedDeformConvPack, DeformRoIPooling,
DeformRoIPoolingPack, ModulatedDeformRoIPoolingPack,
deform_conv, modulated_deform_conv, deform_roi_pooling)
from .nms import nms, soft_nms
from .roi_align ... | {
"pile_set_name": "Github"
} |
# uncompyle6 version 2.9.10
# Python bytecode 2.7 (62211)
# Decompiled from: Python 2.7.10 (default, Feb 6 2017, 23:53:20)
# [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
# Embedded file name: sdist.py
"""distutils.command.sdist
Implements the Distutils 'sdist' command (create a source distribution)."""
_... | {
"pile_set_name": "Github"
} |
inherited CustomizeParams: TCustomizeParams
Left = 340
Top = 192
HelpContext = 720
Caption = 'Custom Parameters'
ClientHeight = 343
ClientWidth = 557
ShowHint = True
OnDestroy = FormDestroy
OnShow = FormShow
ExplicitWidth = 563
ExplicitHeight = 372
PixelsPerInch = 96
TextHeight = ... | {
"pile_set_name": "Github"
} |
package org.geogebra.common.kernel.discrete.tsp;
import org.geogebra.common.kernel.MyPoint;
import org.geogebra.common.kernel.discrete.tsp.impl.FLS;
public final class TSPSolver implements TSP {
@Override
public double solve(final MyPoint[] points) {
return FLS.optimise(points);
}
}
| {
"pile_set_name": "Github"
} |
{
"name": "AnalyticsProvider",
"version": "1.0.0",
"summary": "Protocol to track Events",
"description": "Protocol to track Events...",
"homepage": "https://github.com/mariohahn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mario Hahn": "mh@tailored-apps.com"
},
"sourc... | {
"pile_set_name": "Github"
} |
1 1 Asthma, hay fever rs9273373
2 1 Asthma, hay fever rs4833095
3 1 Asthma, hay fever rs1438673
4 2 Hypertension rs2820037
5 2 Crohn's disease rs6596075
6 Urate levels rs12498742
| {
"pile_set_name": "Github"
} |
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/
#ifndef OLD_BLOCKMANAGER_H
#define OLD_BLOCKMANAGER_H
class karte_t;
/**
* Old class to manage track reservations.
* Only needed to load very old savegames.
*/
class old_blockmanager_t
{
private:
static void r... | {
"pile_set_name": "Github"
} |
# Copyright 2015 - present MongoDB, 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"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,dragonfly
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ATM = 0x1e
AF_BL... | {
"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"
} |
#ifndef HEADER_CURL_HMAC_H
#define HEADER_CURL_HMAC_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| ... | {
"pile_set_name": "Github"
} |
<!-- start of file -->
<!-- This .xml file is part of the Traffic-Control-HOWTO document -->
<!-- $Id$ -->
<!--
The article was authored by Martin A. Brown <martin@linux-ip.net>
for the linux community, and has been released under the GNU Free
Documentation License (GFDL) through The Linux Documentation
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
var baseFindIndex = require('./_baseFindIndex'),
baseIteratee = require('./_baseIteratee'),
toInteger = require('./toInteger');
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeMax = Math.max;
/**
* This method is like `_.find` except that it returns the inde... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2014 Space Monkey, 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"
} |
# -*- coding: utf-8 -*-
from __future__ import print_function
from sys import hexversion
import random
from .context import sortedcontainers
from sortedcontainers import SortedDict
from functools import wraps
if hexversion < 0x03000000:
from itertools import izip as zip
range = xrange
random.seed(0)
actions... | {
"pile_set_name": "Github"
} |
/*
* This file is part of LuckPerms, licensed under the MIT License.
*
* Copyright (c) lucko (Luck) <luck@lucko.me>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* ... | {
"pile_set_name": "Github"
} |
package parse
import (
"fmt"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure"
)
type DevSpaceControllerId struct {
ResourceGroup string
Name string
}
func DevSpaceControllerID(input string) (*DevSpaceControllerId, error) {
id, err := azure.ParseAzureResourceID(input)
... | {
"pile_set_name": "Github"
} |
<p align="center">
<a href="https://gofiber.io">
<img alt="Fiber" height="125" src="https://raw.githubusercontent.com/gofiber/docs/master/static/fiber_v2_logo.svg">
</a>
<br>
<!-- base64 flags are available at https://www.phoca.cz/cssflags/ -->
<a href="https://github.com/gofiber/fiber/blob/master/.githu... | {
"pile_set_name": "Github"
} |
package com.tspoon.androidtoolbelt.component.fragment;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.ActionBarActivity;
import android.view.View;
import butterknife.ButterKnife;
public abstract class BaseFragment extends Fragment {
p... | {
"pile_set_name": "Github"
} |
import { check } from 'meteor/check';
import unsharedWebcam from '../modifiers/unsharedWebcam';
import { isValidStream } from '/imports/api/video-streams/server/helpers';
export default function handleUserUnsharedHtml5Webcam({ header, body }, meetingId) {
const { userId, stream } = body;
check(header, Object);
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1552</int>
<string key="IBDocument.SystemVersion">12D78</string>
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
<string key="IBDocument.App... | {
"pile_set_name": "Github"
} |
<?php
class Swift_Mime_Headers_PathHeaderTest extends \PHPUnit_Framework_TestCase
{
public function testTypeIsPathHeader()
{
$header = $this->_getHeader('Return-Path');
$this->assertEquals(Swift_Mime_Header::TYPE_PATH, $header->getFieldType());
}
public function testSingleAddressCanBeS... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2020 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#pragma once
#ifndef C_API_GUI_DIALOGS_EXTENDED_PROGRESS_H
#define C_API_GUI_DIALOGS_EXTENDED_PROGRESS_H
#include "../definiti... | {
"pile_set_name": "Github"
} |
#include<cstdio>
#include<vector>
#include<cmath>
bool isPalindrome(long x){
std::vector<int> digits;
if(x <= 0){return false;}
while(x > 0){digits.push_back(x % 10); x /= 10;}
int n = digits.size();
for(int p = 0; p <= n / 2; p++){if(digits[p] != digits[n - 1 - p]){return false;}}
return tru... | {
"pile_set_name": "Github"
} |
module List
: sig
val map : ('a -> 'b) -> 'a list -> 'b list
val fold-left : ('a -> 'b -> 'a) -> 'a -> 'b list -> 'a
val filter : ('a -> bool) -> 'a list -> 'a list
val assoc : ('a -> 'a -> bool) -> 'a -> ('a * 'b) list -> 'b option
val reverse : 'a list -> 'a list
val fold-left-adjacent : ('a ... | {
"pile_set_name": "Github"
} |
credentials:
- password: '1234'
username: <nousername>
- password: '1234'
username: admin
name: Zebra Printer
signatures:
- <IMG SRC="logo.png" ALT="[Logo]">
- <H1>Zebra Technologies<BR>
- ZTC 170Xi4-300dpi ZPL</H1>
- <H2>Printer Home Page</H2>
# Zebra Printer <nousername>/1234 or admin/1234
| {
"pile_set_name": "Github"
} |
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (co... | {
"pile_set_name": "Github"
} |
default_app_config = 'mayan.apps.mailer.apps.MailerApp'
| {
"pile_set_name": "Github"
} |
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2007,2008, 2009 INRIA, UDcast
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This pr... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// ------------------------------------------------------------
namespace Dapr.Actors.Builder
{
using System;
using System.Collections.Generic;
internal class MethodBo... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.