text stringlengths 2 99.9k | meta dict |
|---|---|
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <inttypes.h>
#include "symbol.h"
#include "debug.h"
#ifndef NT_GNU_BUILD_ID
#define NT_GNU_BUILD_ID 3
#endif
/**
* elf_symtab__for_each_symbol - iterate thru all the symbols
*
* @syms: struct elf_symtab insta... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -e
if [ $# -lt 1 ]; then
argv0=`basename $0`
echo "$argv0: Convert source code written for Xr to use Cairo instead." >&2
echo "" >&2
echo "Usage: $argv0 file [...]" >&2
exit 1
fi
xr2cairo() {
file=$1
backup=$file.xr
if [ -e $backup ]; then
echo "Warning: Backup file $backup alr... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2014-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.
//
#include ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2011 Christian Plattner. All rights reserved.
* Please refer to the LICENSE.txt for licensing details.
*/
package ch.ethz.ssh2.channel;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
/**
* A StreamForwarder forwards data between... | {
"pile_set_name": "Github"
} |
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
SDFUNCTIONS.H
Author: Peter Loan
Date: 17-JUL-08
Copyright (c) 2008 MusculoGraphics, Inc.
All rights reserved.
*******************************************************************************/
#ifndef SDFUNCTIONS
#defin... | {
"pile_set_name": "Github"
} |
'use strict';
var isImplemented = require('../../../../array/#/keys/is-implemented');
module.exports = function (a) { a(isImplemented(), true); };
| {
"pile_set_name": "Github"
} |
var deprecated = {
method: function(msg, log, fn) {
var called = false;
return function(){
if (!called) {
called = true;
log(msg);
}
return fn.apply(this, arguments);
};
},
field: function(msg, log, parent, field, val) {
var called = false;
var getter = funct... | {
"pile_set_name": "Github"
} |
namespace XenAdmin.Dialogs
{
partial class AttachDiskDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </su... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010, 2012-2015 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 9f06f803fde64574382de54cd933bc0a
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRefe... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file misc.h
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief This file contains all the functions prototypes for the miscellaneous
* firmware library functions (add-on to ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: bb87f0303d0c8714e88ad56bde216b58
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/* Agobot3 - a modular IRC bot for Win32 / Linux
Copyright (c) 2003 Ago
All rights reserved.
This is private software, you may redistribute it under the terms of
the APL(Ago's Private License) which follows:
Redistribution and use in binary forms, with or without modification,
are permitted provided that the ... | {
"pile_set_name": "Github"
} |
{
"layers": {
"CERES_Terra_Surface_Shortwave_Flux_Diffuse_All_Sky_Monthly": {
"id": "CERES_Terra_Surface_Shortwave_Flux_Diffuse_All_Sky_Monthly",
"title": "Diffuse Shortwave Surface Flux (Monthly, All-Sky)",
"subtitle": "Terra / CERES",
"description": "ceres/CERES_Terra_Surface_Shortwave_F... | {
"pile_set_name": "Github"
} |
# RUN: toyc-ch7 %s -emit=ast 2>&1 | FileCheck %s
# User defined generic function that operates on unknown shaped arguments.
def multiply_transpose(a, b) {
return transpose(a) * transpose(b);
}
def main() {
# Define a variable `a` with shape <2, 3>, initialized with the literal value.
# The shape is inferred fro... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "新北市新莊區建福路50號1樓",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCo... | {
"pile_set_name": "Github"
} |
package io.cucumber.datatable;
import difflib.Delta;
import difflib.DiffUtils;
import difflib.Patch;
import org.apiguardian.api.API;
import java.util.AbstractMap.SimpleEntry;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@API(status = API.Status.INTERNAL)
public c... | {
"pile_set_name": "Github"
} |
module.exports = require('./wrapperValue');
| {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
describe "Symbol#dup" do
it "returns self" do
:a_symbol.dup.should equal(:a_symbol)
end
end
| {
"pile_set_name": "Github"
} |
# Copyright 2020 Google LLC
#
# 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, softw... | {
"pile_set_name": "Github"
} |
HBEFA2/zero
HBEFA2/HDV_3_1
HBEFA2/HDV_3_2
HBEFA2/HDV_3_3
HBEFA2/HDV_6_1
HBEFA2/HDV_6_2
HBEFA2/HDV_6_3
HBEFA2/HDV_6_4
HBEFA2/HDV_6_5
HBEFA2/HDV_6_6
HBEFA2/HDV_12_1
HBEFA2/HDV_12_2
HBEFA2/HDV_12_3
HBEFA2/HDV_12_4
HBEFA2/HDV_12_5
HBEFA2/HDV_12_6
HBEFA2/HDV_12_7
HBEFA2/HDV_12_8
HBEFA2/HDV_12_9
HBEFA2/HDV_12_10
HBEFA2/HD... | {
"pile_set_name": "Github"
} |
Newsgroups: sci.crypt
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!howland.reston.ans.net!darwin.sura.net!sgiblab!sgigate!sgi!wdl1!phobos!koontzd
From: koontzd@phobos.lrmsc.loral.com (David Koontz )
Subject: Re: triple des
Message-ID: <1993Apr28.152601.14010@wdl.loral.com>
Keywords: des
Sender: new... | {
"pile_set_name": "Github"
} |
import { hexToRgb } from './utils';
import { removeClass, getTopMargin, fadeIn, show, addClass } from './handle-dom';
import defaultParams from './default-params';
var modalClass = '.sweet-alert';
var overlayClass = '.sweet-overlay';
/*
* Add modal + overlay to DOM
*/
import injectedHTML from './injected-html';
... | {
"pile_set_name": "Github"
} |
{{/* vim: set filetype=mustache: */}}
{{/*
Expand the name of the chart.
*/}}
{{- define "coscale.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited to... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model>
<name>TLC555</name>
<content>.SUBCKT TLC555 THRES CONT TRIG RESET OUT DISC VCC GND
XD8 GND RESI D_Z18V
XD7 GND RESET D_Z18V
XR2 RESET RESI TLC55X_RWELL
+ PARAMS: W=50u L=20u
XD2 GND TRGI D_Z18V
XD1 ... | {
"pile_set_name": "Github"
} |
package Paws::Lightsail::Operation;
use Moose;
has CreatedAt => (is => 'ro', isa => 'Str', request_name => 'createdAt', traits => ['NameInRequest']);
has ErrorCode => (is => 'ro', isa => 'Str', request_name => 'errorCode', traits => ['NameInRequest']);
has ErrorDetails => (is => 'ro', isa => 'Str', request_name... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e
for i in test-*.js; do
echo -n $i ...
bash setup.sh
node $i
! [ -d target ]
echo "pass"
done
rm -rf target
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<binding:binding id="phc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
<name>PHC Binding</name>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (C) 2014 AChep@xda <artemchep@gmail.com>
~
~ 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; eithe... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 Markus Junginger, greenrobot (http://greenrobot.de)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Un... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 triegen
import (
"bytes"
"fmt"
"io"
"strings"
"text/template"
)
// print writes all the data structures as well as the code necessary to use the
... | {
"pile_set_name": "Github"
} |
FROM ubuntu:quantal
MAINTAINER Jeff Lindsay <progrium@gmail.com>
ADD . /tmp/build
RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive cd /tmp/build && ./cedar.sh
RUN rm -rf /tmp/build
| {
"pile_set_name": "Github"
} |
2010-10-20 1064
| {
"pile_set_name": "Github"
} |
/**
* Given a webpack require context it require all the files
* @param {Object} requireContext - A webpack require context
* @returns {Object[]} - An array of webpack modules
*/
const requireAll = (requireContext: any) => {
return requireContext.keys().map(requireContext);
};
export default requireAll;
| {
"pile_set_name": "Github"
} |
# dummy
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -I%S -fvisibility hidden -triple x86_64-linux-gnu -emit-llvm -o - | FileCheck %s
#include <stdarg.h>
#include <typeinfo>
// If struct __va_list_tag did not explicitly have default visibility, then
// under -fvisibility hidden the type of function f, due to its va_list (aka
// __builtin_va_list, ... | {
"pile_set_name": "Github"
} |
[
"ãu$s)\u0000¡¾Ú0¥)\u0018Ý' ",
[
[
"Bug293.test",
1,
2,
1,
[
"@MaxIFuel_assumption", "@query",
"refinement_interpretation_Tm_refine_bd81f7f6888a757bc18ca62c4d181a1c"
],
0,
"6926c7aad9585d91abcd3c466c218e78"
]
]
] | {
"pile_set_name": "Github"
} |
/**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#pragma once
#include <thrift/lib/py3/enums.h>
#include "src/gen-cpp2/module_types.h"
template<>
const std::vector<std::pair<std::string_view, std::string_view>>& ::thrift::py3::PyEnumTraits<
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<script type="text/javascript" language="JavaScript">
ORIGINAL_PAGE_PATH = "/apis/maps/documentation/java... | {
"pile_set_name": "Github"
} |
# 7.1 使用 RestTemplate 调用 REST 端点
从客户的角度来看,与 REST 资源进行交互需要做很多工作 —— 主要是单调乏味的样板文件。使用低级 HTTP 库,客户端需要创建一个客户端实例和一个请求对象,执行请求,解释响应,将响应映射到域对象,并处理过程中可能抛出的任何异常。不管发送什么 HTTP 请求,所有这些样板文件都会重复。
为了避免这样的样板代码,Spring 提供了 RestTemplate。正如 JDBCTemplate 处理使用 JDBC 糟糕的那部分一样,RestTemplate 使你不必为调用 REST 资源而做单调的工作。
RestTemplate 提供了 41 个与 REST 资源交... | {
"pile_set_name": "Github"
} |
package com.fastweixin.company.message.req;
/**
* 微信企业号地理位置上报事件
* ====================================================================
* 上海聚攒软件开发有限公司
* --------------------------------------------------------------------
* @author Nottyjay
* @version 1.0.beta
* @since 1.3.6
* ==================... | {
"pile_set_name": "Github"
} |
void Msg::%name%(%cppMethodParameters%) {
write(MAGIC_NUMBER);
write(%cppMsgSize%); // size
%cppWrite% flush();
reset();
}
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Psy Shell.
*
* (c) 2012-2015 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Psy\TabCompletion\Matcher;
/**
* A variable name tab completion Matcher.
*
* This matcher p... | {
"pile_set_name": "Github"
} |
.dw-trans .dw-persp {
overflow: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.dw-trans .dw,
.dw-trans .dwo {
-webkit-animation-fill-mode: forwards;
-webkit-animation-duration: 200ms;
-moz-animation-fill-mode: forwards;
-moz-animation-duration: 200... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
app:showAsAction="always"
android:id="@+id/done"
android:title="@string/done"
android:icon="@drawable/ic_done"/>
</menu>
| {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------
/*
Copyright (C) 2010 EDuke32 developers and contributors
This file is part of EDuke32.
EDuke32 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 So... | {
"pile_set_name": "Github"
} |
/*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code ("Doom 3 Source Code").
Doom 3 Source Code is free software: you can redistribute it and/or modify
it... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Twig.
*
* (c) Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Twig_Tests_ErrorTest extends PHPUnit_Framework_TestCase
{
public function testErrorWithObjectFilename()
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSValueTransformer.h"
@interface XSByteAmountTransformer : NSValueTransformer
{
}
+ (BOOL)allowsReverseTransformation;
+ (Class)transformedValueClass;
- (id)transformedVa... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
package sprig
import (
"github.com/imdario/mergo"
"github.com/mitchellh/copystructure"
)
func get(d map[string]interface{}, key string) interface{} {
if val, ok := d[key]; ok {
return val
}
return ""
}
func set(d map[string]interface{}, key string, value interface{}) map[string]interface{} {
d[key] = value
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# 2015 Copyright (C) White
#
# 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, version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
#... | {
"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><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<link rel="stylesheet" type="text/css" href="search... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require "active_support/core_ext/object/acts_like"
require "active_support/core_ext/object/blank"
require "active_support/core_ext/object/duplicable"
require "active_support/core_ext/object/deep_dup"
require "active_support/core_ext/object/try"
require "active_support/core_ext/object/incl... | {
"pile_set_name": "Github"
} |
// Detect if a web page sniffs the user agent or not.
var page = require('webpage').create(),
system = require('system'),
sniffed,
address;
page.onInitialized = function () {
page.evaluate(function () {
(function () {
var userAgent = window.navigator.userAgent,
pla... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
#include <aws/kinesisanalytics/KinesisAnalyticsRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
n... | {
"pile_set_name": "Github"
} |
/*
* The MIT License
*
* Copyright 2015 Thibault Debatty.
*
* 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... | {
"pile_set_name": "Github"
} |
/*
Copyright(c) 2016 Panos Karabelas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms... | {
"pile_set_name": "Github"
} |
<!--
This file is autogenerated based on
https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
If you edit that file, it will get updated everywhere else.
If you edit this file, your changes will get overridden :)
-->
# Polymer Elements
## Guide for Contributors
Polymer Elements are built ... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-proxy-arm:v1.6.11
| {
"pile_set_name": "Github"
} |
package com.supeream.serial;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
public class Reflections {
public static Field getField(final Class<?> clazz, final String fieldName) throws Exception {
Field field = clazz.getDeclaredField(fieldName);
if (field == null && clazz.g... | {
"pile_set_name": "Github"
} |
# encoding=utf-8
#
# Usage:
# gen_xmlpool.py /path/to/t_option.h localedir lang lang lang ...
#
# For each given language, this script expects to find a .mo file at
# `{localedir}/{language}/LC_MESSAGES/options.mo`.
#
from __future__ import print_function, unicode_literals
import argparse
import gettext
import io
... | {
"pile_set_name": "Github"
} |
# Generated Thu Jul 11 17:13:02 2019 by ./gen-tests.pl '-n' '550' '-o' 'auth-extra' '-v' 'realm=foo.com,dmd5-host=foo.bar.com' '-i' '' '-d' '.' '-r' '-s' '%SWAKS% --dump AUTH --to user@host1.nodns.test.swaks.net --from recip@host1.nodns.test.swaks.net --helo hserver --server "ser.ver" --au USER --ap PASS'
auto: REMOVE... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Amazon.com, Inc. or its affiliates.
* 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 applic... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Data.Entity.Spatial;
namespace TouristAttractions.Models
{
public class TouristAttraction
{
public int TouristAttractionId { get; set; }
public string Name { get; set; }
public DbGeography Location { get; set; }
public List<Review... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/mmc/allwinner,sun4i-a10-mmc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Allwinner A10 MMC Controller Device Tree Bindings
allOf:
- $ref: "mmc-controller.yaml"
maintainers:
- Chen-Yu Tsai <wens@csie.org>
... | {
"pile_set_name": "Github"
} |
/*
* Hibernate Search, full-text search for your domain model
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.search.query.facet;
import java.util.List;
import org.ap... | {
"pile_set_name": "Github"
} |
---
archs: [ armv7, armv7s, arm64, arm64e ]
platform: ios
install-name: /System/Library/Frameworks/LocalAuthentication.framework/Support/DaemonUtils.framework/DaemonUtils
current-version: 693.122.1
compatibility-version: 1
exports:
- archs: [ armv7, armv7s, a... | {
"pile_set_name": "Github"
} |
package com.r4intellij.run.debug.mock;
import com.intellij.icons.AllIcons;
import com.intellij.xdebugger.frame.XFullValueEvaluator;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import javax.swing.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.as... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996, 1999, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
# from django.contrib import admin
# Register your models here.
| {
"pile_set_name": "Github"
} |
using System;
using System.Web.Http;
namespace WebApp
{
[RoutePrefix("coinflip")]
public class CoinFlipController : ApiController
{
private static readonly Random Random = new Random();
[HttpGet]
[Route("next")]
public string Run()
{
if (Random.Next(2) ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sakaiproject.prese... | {
"pile_set_name": "Github"
} |
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.2.1](https://github.com/phodal/adr/compare/v1.2.0...v1.2.1) (2020-08-19)
## [1.2.0](https://github.com/phodal/adr/compare/v... | {
"pile_set_name": "Github"
} |
local parser = require "testing.elimination_parser"
local ll1 = require 'll1.ll1'
local elimination = require 'll1.elimination'
local config = ll1.configure(parser.grammar)
print(config:pretty())
local new_config = elimination.eliminate_cycles(config)
--print(new_config:pretty())
local no_rec = elimination.ind... | {
"pile_set_name": "Github"
} |
---
archs: [ armv7, armv7s, arm64, arm64e ]
platform: ios
install-name: /System/Library/PrivateFrameworks/RelevanceEngineUI.framework/RelevanceEngineUI
current-version: 1
compatibility-version: 1
exports:
- archs: [ armv7, armv7s, arm64, arm64e ]
symbols:... | {
"pile_set_name": "Github"
} |
open List
open Flx_ast
open Flx_bbdcl
open Flx_bexe
open Flx_bexpr
open Flx_bparameter
open Flx_btype
open Flx_call
open Flx_exceptions
open Flx_list
open Flx_maps
open Flx_mtypes2
open Flx_options
open Flx_print
open Flx_set
open Flx_types
open Flx_typing
open Flx_unify
open Flx_use
open Flx_util
open Flx_bid
let de... | {
"pile_set_name": "Github"
} |
#ifndef LUACXX_QVector3D_INCLUDED
#define LUACXX_QVector3D_INCLUDED
#include "Qt5Gui.hpp"
class QVector3D;
LUA_METATABLE_BUILT(QVector3D)
extern "C" int luaopen_Qt5Gui_QVector3D(lua_State* const);
#endif // LUACXX_QVector3D_INCLUDED
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2002 Vojtech Pavlik <vojtech@ucw.cz>
* Copyright (c) 2001-2002, 2007 Johann Deneux <johann.deneux@gmail.com>
*
* USB/RS232 I-Force joysticks and wheels.
*/
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | {
"pile_set_name": "Github"
} |
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "golang",
"creationTimestamp": null,
"annotations": {
"openshift.io/display-name": "Go"
}
},
"spec": {
"lookupPolicy": {
"local": false
},
"tags": [
{
"name": "latest",
"annotations": {
"description": "Build and ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011+, HL7, 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:
* Redistributions of source code must retain the above... | {
"pile_set_name": "Github"
} |
/*
* include/configs/gose.h
*
* Copyright (C) 2014 Renesas Electronics Corporation
*
* SPDX-License-Identifier: GPL-2.0
*/
#ifndef __GOSE_H
#define __GOSE_H
#undef DEBUG
#define CONFIG_R8A7793
#define CONFIG_ARCH_RMOBILE_BOARD_STRING "Gose"
#include "rcar-gen2-common.h"
#if defined(CONFIG_ARCH_RMOBILE_EXTRAM_... | {
"pile_set_name": "Github"
} |
// #Regression #Conformance #ObjectOrientedTypes #InterfacesAndImplementations
// Regression test for FSHARP1.0:3748
// This code used to compile and then throw at runtime
// Now we emit an error.
//<Expects id="FS0366" span="(31,19-31,45)" status="error">No implementation was given for 'abstract member INodeWrapper\... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019, Nordic Semiconductor
* 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 condit... | {
"pile_set_name": "Github"
} |
// The MIT License (MIT)
//
// Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
//
// 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 limitat... | {
"pile_set_name": "Github"
} |
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../i... | {
"pile_set_name": "Github"
} |
<?php
/** .-------------------------------------------------------------------
* | Software: [HDCMS framework]
* | Site: www.hdcms.com
* |-------------------------------------------------------------------
* | Author: 向军 <2300071698@qq.com>
* | WeChat: aihoudun
* | Copyright (c) 2012-2019, www.houdunw... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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 unix
import "unsafe"
// FcntlInt performs a fcntl syscall on fd with the provided command and argument.
func FcntlInt(fd uintptr, cmd, arg int) (int, ... | {
"pile_set_name": "Github"
} |
<Workspace Version="0.8.1.1693" X="30" Y="327.261854166667" zoom="2.525" Name="Color.Purple" ID="952636b9-7335-4864-b6dd-c8d6a2eada0f" Description="Returns the colour purple." Category="Clockwork.Core.Color.Create">
<NamespaceResolutionMap>
<ClassMap partialName="DSCore.Color" resolvedName="DSCore.Color" assembly... | {
"pile_set_name": "Github"
} |
CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/CTSlidingUpPanel
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
OTHER_LDFLAGS = -framework "UIKit"
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
PODS_BUILD_DIR = $BUILD... | {
"pile_set_name": "Github"
} |
# Copyright 2016 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.
import os
import subprocess
import sys
import py_utils
from py_utils import binary_manager
from py_utils import dependency_util
def _NodeBinariesConfigPat... | {
"pile_set_name": "Github"
} |
import {parse, unparse} from "papaparse";
// Convert from CSV string to JSON
export function fromCSV<T>(csv: File): Promise<T[]> {
return new Promise((resolve, reject) => {
parse<T>(csv, {
header: true,
complete: ({errors, data}) => {
if (errors.length) {
return reject(errors);
... | {
"pile_set_name": "Github"
} |
# PRM - Pull Request Manager
[](https://aur.archlinux.org/packages/prm)
[](https://github.com/ldez/homebrew-tap)
[) {
require_once("index.html");
exit;
}
class fshare_vn extends DownloadClass {
public function Download($link) {
global $premium_acc;
if (($_REQUEST["premium_acc"] == "on" && $_REQUEST["premium_user"] && $_REQUEST["premium_pass"]) || ($_REQUEST["premium_ac... | {
"pile_set_name": "Github"
} |
package http
import (
"go-common/app/service/main/passport-auth/conf"
"go-common/app/service/main/passport-auth/service"
"go-common/library/log"
bm "go-common/library/net/http/blademaster"
"go-common/library/net/http/blademaster/middleware/verify"
)
var (
svr *service.Service
vfy *verify.Verify
)
// Init init... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>SwipeCellKit Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset='utf-8'>
<script src="js/jquery.min.js" defer></script>
<script src="js... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.