text stringlengths 2 99.9k | meta dict |
|---|---|
<component name="libraryTable">
<library name="Maven: io.lettuce:lettuce-core:5.0.5.RELEASE">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/io/lettuce/lettuce-core/5.0.5.RELEASE/lettuce-core-5.0.5.RELEASE.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/io/lettuce/lettuce-cor... | {
"pile_set_name": "Github"
} |
// Generated by gencpp from file geometry_msgs/TwistWithCovariance.msg
// DO NOT EDIT!
#ifndef GEOMETRY_MSGS_MESSAGE_TWISTWITHCOVARIANCE_H
#define GEOMETRY_MSGS_MESSAGE_TWISTWITHCOVARIANCE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/built... | {
"pile_set_name": "Github"
} |
# Header
```tsx
import { Header } from 'smarthr-ui'
```
```tsx
<Header
isAdmin
isCrew
user={{
displayName: 'example@example.com',
avatar: 'https://placehold.jp/150x150.png',
}}
currentTenantName="example, Inc."
tenantContent={<div>example, Inc.</div>}
notificationLength={999}
onClickLogo={hand... | {
"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"
} |
#ifndef AGBPRINT_H
#define AGBPRINT_H
void agbPrintEnable(bool enable);
bool agbPrintIsEnabled();
void agbPrintReset();
bool agbPrintWrite(uint32_t address, uint16_t value);
void agbPrintFlush();
#endif // AGBPRINT_H
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MALClient.Models.Models.Forums
{
public class MalForumUser
{
public MalUser MalUser { get; set; } = new MalUser();
public string Title { get; set; }
public stri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<model ref="00000000-0000-4000-5f02-5beb5f025beb/i:f9f3aef(checkpoints/jetbrains.mps.lang.editor.menus.contextAssistant.testLanguage.constraints@descriptorclasses)">
<persistence version="9" />
<attribute name="checkpoint" value="DescriptorClasses" />
<attribute name="genera... | {
"pile_set_name": "Github"
} |
'use strict'
const BB = require('bluebird')
const Fetcher = require('../fetch')
const fs = require('fs')
const pipe = require('mississippi').pipe
const through = require('mississippi').through
const readFileAsync = BB.promisify(fs.readFile)
const statAsync = BB.promisify(fs.stat)
const MAX_BULK_SIZE = 2 * 1024 * 10... | {
"pile_set_name": "Github"
} |
//
// Authors:
// Rafael Mizrahi <rafim@mainsoft.com>
// Erez Lotan <erezl@mainsoft.com>
// Vladimir Krasnov <vladimirk@mainsoft.com>
//
//
// Copyright (c) 2002-2005 Mainsoft Corporation.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Ivory Http Adapter package.
*
* (c) Eric GELOEN <geloen.eric@gmail.com>
*
* For the full copyright and license information, please read the LICENSE
* file that was distributed with this source code.
*/
namespace Ivory\HttpAdapter;
/**
* @author GeLo <geloen.eric@gmail.com>... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, Arm Limited and affiliates
* SPDX-License-Identifier: Apache-2.0
*
* 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/LICENS... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Plugin
* @subpackage Fields.URL
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
JLoader::import('components.com_fields.libraries.f... | {
"pile_set_name": "Github"
} |
##########################################################################
#
# Copyright (c) 2013, Image Engine Design 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:
#
# * Redistrib... | {
"pile_set_name": "Github"
} |
# Allow root access via ssh
go-replace --mode=lineinfile -s 'PermitRootLogin' -r 'PermitRootLogin yes' -- /etc/ssh/sshd_config
| {
"pile_set_name": "Github"
} |
namespace AppVeyorIntegration.Settings
{
partial class AppVeyorSettingsUserControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M19,3L5,3c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
#pragma once
namespace ServiceModel
{
namespace ModelV2
{
class IndependentVolumeRef
: public ContainerVol... | {
"pile_set_name": "Github"
} |
use serde_json::value::Value as Json;
use super::block_util::create_block;
use crate::block::{BlockContext, BlockParams};
use crate::context::Context;
use crate::error::RenderError;
use crate::helpers::{HelperDef, HelperResult};
use crate::json::value::to_json;
use crate::output::Output;
use crate::registry::Registry;... | {
"pile_set_name": "Github"
} |
Testing 2000
Testing 2001
Testing 2002
Testing 2003
Testing 2004
Testing 2005
Testing 2006
Testing 2007
Testing 2008
Testing 2009
Testing 2010
Testing 2011
Testing 2012
Testing 2013
Testing 2014
Testing 2015
Testing 2016
Testing 2017
Testing 2018
Testing 2019
Testing 2020
Testing 2021
Testing 2022
Testing 2023
Testing ... | {
"pile_set_name": "Github"
} |
<a:application xmlns:a="http://ajax.org/2005/aml">
<a:vsplitbox id="root" anchors="0 0 0 0">
<a:bar id="barQuestion" height="0" visible="false">
</a:bar>
<a:vsplitbox id="vbMain">
<a:bar skin="c9-menu-bar" id="logobar" height="31"> <!-- 40 -->
<a:bar clas... | {
"pile_set_name": "Github"
} |
<!--#include virtual="header.inc" -->
<h3>Source Code</h3>
There are different options for getting the source code.
<br/>
<br/>
<ul>
<li>The recommended way is via git, at <a href="http://github.com/bruderstein/PythonScript" />github</a>.</li>
<li>There's automatic zips (tarballs, actually) on the <a href="h... | {
"pile_set_name": "Github"
} |
//
// RACValueTransformer.h
// ReactiveCocoa
//
// Created by Josh Abernathy on 3/6/12.
// Copyright (c) 2012 GitHub, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
// A private block based transformer.
@interface RACValueTransformer : NSValueTransformer
+ (instancetype)transformerWithBlock:(id (... | {
"pile_set_name": "Github"
} |
// +build windows
package osutil
import (
"os/exec"
"golang.org/x/sys/windows"
)
//----------
const EscapeRune = '^'
//----------
func SetupExecCmdSysProcAttr(cmd *exec.Cmd) {
cmd.SysProcAttr = &windows.SysProcAttr{
HideWindow: true,
CreationFlags: 0x08000000, // CREATE_NO_WINDOW
}
}
func KillExecCmd... | {
"pile_set_name": "Github"
} |
MAME note: this package is derived from the following original SoftFloat
package and has been "re-packaged" to work with MAME's conventions and
build system. The source files come from bits64/ and bits64/templates
in the original distribution as MAME requires a compiler with a 64-bit
integer type.
Package Overview ... | {
"pile_set_name": "Github"
} |
// @flow
import type {MarkSpec} from './Types';
const LinkMarkSpec: MarkSpec = {
attrs: {
href: {default: null},
rel: {default: 'noopener noreferrer nofollow'},
target: {default: 'blank'},
title: {default: null},
},
inclusive: false,
parseDOM: [
{
tag: 'a[href]',
getAttrs: dom ... | {
"pile_set_name": "Github"
} |
/* Class = "UIButton"; normalTitle = "Example Button 1"; ObjectID = "35F-cl-mdI"; */
"35F-cl-mdI.normalTitle" = "Example Button 1";
/* Class = "UIButton"; normalTitle = "Example Button 2"; ObjectID = "COa-YO-eGf"; */
"COa-YO-eGf.normalTitle" = "Example Button 2";
/* Class = "UIButton"; normalTitle = "Example Button ... | {
"pile_set_name": "Github"
} |
土田ユウ子最新番号
【BOR-022】燃えよ奥様!</a>2005-04-03MARX$$$ボーダー80分钟 | {
"pile_set_name": "Github"
} |
SOCKIT BOARD
M: Marek Vasut <marex@denx.de>
S: Maintained
F: include/configs/socfpga_sockit.h
F: configs/socfpga_sockit_defconfig
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
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.
-->
<link rel="import" href="/components/iron-icons/iron-icons.html">
<link rel="import" href="/dashboard/static/simple_xhr.html">
<dom-modu... | {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011-2016 Maxim Milakov
*
* 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"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Index</title>
<style>
html {
font-size: 48px;
}
</style>
</head>
<body>
You are at index.
<br>
<p>Who is your daddy?</p>
<h1>{{.}}</h1>
</body>
</html> | {
"pile_set_name": "Github"
} |
#
# Configuration for the Aureon51 (Envy24HT) chip
#
# default with dmix & dsnoop
Aureon51.pcm.default {
@args [ CARD ]
@args.CARD {
type string
}
type asym
playback.pcm {
type plug
slave.pcm {
@func concat
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
}
}
capture.pcm {
type plug
slave.pcm {
@... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
<settings>
... | {
"pile_set_name": "Github"
} |
# AUTOGENERATED FILE
FROM balenalib/artik10-fedora:30-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", si... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002, 2009, 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"
} |
<!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:50 CEST 2015 -->
<title>org.apache.tools.ant.taskdefs.optional.ssh Class Hierarchy (Apache Ant API)</title>
<me... | {
"pile_set_name": "Github"
} |
namespace LinFu.IoC.Interfaces
{
/// <summary>
/// Allows an object to create its own service instances.
/// </summary>
public interface IFactory
{
/// <summary>
/// Creates a service instance using the given <see cref="IFactoryRequest" /> instance.
/// </summary>
... | {
"pile_set_name": "Github"
} |
Title: Support multiline plugin output for Check_MK Checks
Level: 2
Component: core
Version: 1.2.5i1
Date: 1390310917
Class: feature
Check_MK checks can now return multiline ouput by just using the \n in it ouput.
| {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2014-2016 Open Whisper Systems
*
* Licensed according to the LICENSE file in this repository.
*/
syntax = "proto2";
package signalservice;
option java_package = "org.whispersystems.signalservice.internal.websocket";
option java_outer_classname = "WebSocketProtos";
message WebSocketReq... | {
"pile_set_name": "Github"
} |
libavcodec/mxpegdec.o: libavcodec/mxpegdec.c libavcodec/internal.h \
libavutil/buffer.h libavutil/channel_layout.h libavutil/mathematics.h \
libavutil/attributes.h libavutil/rational.h libavutil/intfloat.h \
libavutil/pixfmt.h libavutil/avconfig.h libavutil/version.h \
libavutil/macros.h libavcodec/avcodec.h libavu... | {
"pile_set_name": "Github"
} |
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1997-2016. 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
%%
... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2012-2013, NVIDIA Corporation.
*/
/*
* Function naming determines intended use:
*
* <x>_r(void) : Returns the offset for register <x>.
*
* <x>_w(void) : Returns the word offset for word (4 byte) element <x>.
*
* <x>_<y>_s(void)... | {
"pile_set_name": "Github"
} |
/*
* Software License Agreement (BSD License)
*
* Copyright (c) 2012, Willow Garage, 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 ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {mailto} function plugin
*
* Type: function<br>
* Name: mailto<br>
* Date: May 21, 2002
* Purpose: automate mailto address link creation, and optionally encode them.<br>
* Params:
* <pre>
* - address ... | {
"pile_set_name": "Github"
} |
'
' Copyright (c) 2007, Cameron Rich
'
' 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,
' this list of conditions and ... | {
"pile_set_name": "Github"
} |
#!/bin/env python
# Copyright Disney Enterprises, Inc. 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
# and the following modification to it: Section 6 Trademarks.
# deleted and replaced with:
#
# 6. Trademark... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
.profile {
padding: 56px 20px;
min-height: 100%;
width: 100%;
}
| {
"pile_set_name": "Github"
} |
#!/bin/bash
startdir=`pwd`
make -f Makefile.resample clean
make -f Makefile.resample OPTS="-DLINKALL -DFFMPEG -DDSD -DVISEXPORT -DRESAMPLE -DIR -I/usr/local/include" LDFLAGS="-L/usr/local/lib /usr/lib/i386-linux-gnu/libFLAC.a /usr/lib/i386-linux-gnu/libvorbisfile.a /usr/lib/i386-linux-gnu/libvorbis.a /usr/lib/i386-linu... | {
"pile_set_name": "Github"
} |
unit PEInfo;
{$mode objfpc}{$H+}
interface
uses
windows, LCLIntf, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, CEFuncProc, NewKernelHandler, Buttons, StdCtrls, ExtCtrls,
ComCtrls, LResources, symbolhandler, PEInfoFunctions;
function peinfo_getcodesize(header: pointer; headersize: intege... | {
"pile_set_name": "Github"
} |
<html>
<body>
What number is this?
<form method="post">
<img src="/protectantirobots/img/?path={{ path }}"/>
<input type="hidden" name="path" value="{{ path }}"/>
<input name="n"/>
<input type="submit"/>
</form>
{% if msg %}
<s... | {
"pile_set_name": "Github"
} |
/*
* File: reuse1.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canbe... | {
"pile_set_name": "Github"
} |
define(function(require, exports, module) {
main.consumes = ["Plugin", "c9", "debugger"];
main.provides = ["debugger.xdebug"];
return main;
function main(options, imports, register) {
var Plugin = imports.Plugin;
var c9 = imports.c9;
var debug = imports["debugger"];
var... | {
"pile_set_name": "Github"
} |
@ngdoc overview
@name Start Targets
@description
# Start Targets
When SocketStream is started in runs on an Orchestrator just like the build tool Gulp.
Note that this interface is experimental and may change
#### Starting the server
The `default` target will build assets and start a web server as needed. If other ... | {
"pile_set_name": "Github"
} |
let
pkgs_ = with pkgs; {
a = derivation {
name = "a";
system = builtins.currentSystem;
builder = "/bin/sh";
args = [ "-c" "touch $out" ];
inherit b;
};
inherit b;
};
packageOverrides = p: {
b = derivation {
name = "b-overridden";
system = builtins.curren... | {
"pile_set_name": "Github"
} |
<form id="post-thread-form" method="post"
{% if post %}
action="{{ path(target.type ~ '_thread_post_update', {(target.type ~ 'Id'): target.id, threadId: thread.id, postId:post.id}) }}"
{% else %}
action="{{ path(target.type ~ '_thread_post', {(target.type ~ 'Id'): target.id, threadId: thread.id}) }}"
{% e... | {
"pile_set_name": "Github"
} |
// ==========================================================================
// SeqAn - The Library for Sequence Analysis
// ==========================================================================
// Copyright (c) 2006-2018, Knut Reinert, FU Berlin
// All rights reserved.
//
// Redistribution and us... | {
"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="zh">
<head>
<!-- Generated by javadoc (1.8.0_181) on Tue Oct 29 14:27:40 CST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.ppdai.das.console.commo... | {
"pile_set_name": "Github"
} |
// { dg-do compile }
// { dg-options "-std=gnu++0x" }
// 2008-06-29 Paolo Carlini <paolo.carlini@oracle.com>
// Copyright (C) 2008-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 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 b... | {
"pile_set_name": "Github"
} |
PREFIX=/usr/local/ssdb
$(shell sh build.sh 1>&2)
include build_config.mk
all:
chmod u+x deps/cpy/cpy
chmod u+x tools/ssdb-cli
cd "${LEVELDB_PATH}"; ${MAKE} static_lib
cd src/util; ${MAKE}
cd src; ${MAKE}
cd tools; ${MAKE}
install:
mkdir -p ${PREFIX}
mkdir -p ${PREFIX}/_cpy_
mkdir -p ${PREFIX}/deps
mkdir -p... | {
"pile_set_name": "Github"
} |
/*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) |
+---------... | {
"pile_set_name": "Github"
} |
// fbc_cv is free software and uses the same licence as FFmpeg
// Email: fengbingchun@163.com
// reference: ffmpeg 4.2
// libavutil/parseutils.c
#ifdef _MSC_VER
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdin... | {
"pile_set_name": "Github"
} |
package storage
import (
"encoding/xml"
"fmt"
"net/http"
"net/url"
"strconv"
)
// FileServiceClient contains operations for Microsoft Azure File Service.
type FileServiceClient struct {
client Client
auth authentication
}
// ListSharesParameters defines the set of customizable parameters to make a
// List S... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The etcd 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 t... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2001-2011 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at h... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
export interface MessageBoxMarketerialLayoutProps {
dataHook?: string;
title: React.ReactNode;
content: React.ReactNode;
primaryButtonLabel?: string;
primaryButtonDisabled?: boolean;
primaryButtonNode?: React.ReactNode;
secondaryButtonLabel?: string;
onPrimaryButtonClick... | {
"pile_set_name": "Github"
} |
{
"firstName" : "Andy",
"lastName" : "Hammerhands",
"age" : 34,
"color" : 255
} | {
"pile_set_name": "Github"
} |
/*
* linux/drivers/char/watchdog/omap_wdt.h
*
* BRIEF MODULE DESCRIPTION
* OMAP Watchdog timer register definitions
*
* Copyright (C) 2004 Texas Instruments.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as publishe... | {
"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.
// +build !gccgo
#include "textflag.h"
//
// System calls for amd64, Solaris are implemented in runtime/syscall_solaris.go
//
TEXT ·sysvicall6(SB),NOSPLIT,$0... | {
"pile_set_name": "Github"
} |
/* === Green Badge ==*/
.mblDomButtonGreenBadge > div {
-moz-border-radius: 12px;
background-color: #6bc642;
background-image: -moz-linear-gradient(top, #7be75a 0%, #6bc642 50%, #4aad21 50%, #398c08 100%);
}
| {
"pile_set_name": "Github"
} |
$tile-spacing: 0.75rem !default
.tile
align-items: stretch
display: block
flex-basis: 0
flex-grow: 1
flex-shrink: 1
min-height: min-content
// Modifiers
&.is-ancestor
margin-left: $tile-spacing * -1
margin-right: $tile-spacing * -1
margin-top: $tile-spacing * -1
&:last-child
margi... | {
"pile_set_name": "Github"
} |
module.exports = { target: 'serverless' }
| {
"pile_set_name": "Github"
} |
/*
==============================================================================
This file is part of the juce_core module of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission to use, copy, modify, and/or distribute this software for any purpose with
or without fee is hereby granted, p... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright 2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
* (C) Copyright 2012 Alejandro Mery <amery@geeks.cl>
*
* 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 ... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "BookMark.generated.h"
/**
* A camera position the current level.
*/
UCLASS(hidecategories=Object, MinimalAPI)
class UBookMark : public UObject
... | {
"pile_set_name": "Github"
} |
'use strict';
exports.__esModule = true;
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writabl... | {
"pile_set_name": "Github"
} |
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2
* Developed and maintained by the Pcsx2 Development Team.
*
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz]
*
* SPU2-X is free software: you can redistribute it and/or modify it under the terms
* of the GNU... | {
"pile_set_name": "Github"
} |
package gorgonia
import (
"bytes"
"fmt"
"reflect"
"unsafe"
"github.com/chewxy/hm"
"github.com/pkg/errors"
"gorgonia.org/tensor"
)
// Scalar represents a scalar(non-array-based) value. Do note that it's the pointers of the scalar types (F64, F32, etc) that implement
// the Scalar interface. The main reason is ... | {
"pile_set_name": "Github"
} |
#ifndef cfg_H
#define cfg_H
#include <iostream>
#include <cstring>
#include <fstream>
#include <set>
#include <map>
typedef float Dtype;
struct cfg
{
static bool msg_average;
static void LoadParams(const int argc, const char** argv)
{
for (int i = 1; i < argc; i += 2)
{
if (s... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
define(function (require) {
var graphic = require('../../util/graphic');
var symbolUtil = require('../../util/symbol');
var zrUtil = require('zrender/core/util');
var LargeSymbolPath = graphic.extendShape({
shape: {
points: null,
sizes: null
},
symbolPr... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CLK_SIFIVE_FU540_PRCI) += fu540-prci.o
| {
"pile_set_name": "Github"
} |
// AST walker module for Mozilla Parser API compatible trees
// A simple walk is one where you simply specify callbacks to be
// called on specific nodes. The last two arguments are optional. A
// simple use would be
//
// walk.simple(myTree, {
// Expression: function(node) { ... }
// });
//
// to do s... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Hootenanny.
*
* Hootenanny 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.
*
* This program is distri... | {
"pile_set_name": "Github"
} |
Title: Gimmix:一个新的 MPD 客户端播放器
Date: 2006-12-30 11:20
Author: toy
Category: Apps
Slug: gimmix
[Gimmix](http://gimmix.berlios.de) 是一个新的 MPD(music player
daemon)客户端播放器,它使用 C/GTK+2
开发完成,具有简洁的图形化界面,看起来十分清爽。

Gimmix 已经支持的特性包括:
- 具有简洁及完全视图两种模式;
- 包括音乐库浏览器;
- 支持按艺术... | {
"pile_set_name": "Github"
} |
import React from 'react';
import ApiLayout from './layouts/ApiLayout';
import DefaultLayout from './layouts';
export default function withLayout(Component) {
return (props) => {
const { pathname } = props.location;
let Layout = DefaultLayout;
if (
pathname.startsWith('/getting-started') ||
... | {
"pile_set_name": "Github"
} |
#ifndef _Z_BG_JYA_HAHENIRON_H_
#define _Z_BG_JYA_HAHENIRON_H_
#include <ultra64.h>
#include <global.h>
typedef struct
{
/* 0x0000 */ Actor actor;
/* 0x014C */ char unk_14C[0x68];
} BgJyaHaheniron; // size = 0x01B4
extern const ActorInit Bg_Jya_Haheniron_InitVars;
#endif
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2005,2006,2007,2008 IBM Corporation
*
* Authors:
* Kylene Hall <kjhall@us.ibm.com>
* Reiner Sailer <sailer@us.ibm.com>
* Mimi Zohar <zohar@us.ibm.com>
*
* File: ima_fs.c
* implemenents security file system for reporting
* current measurement list and... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | {
"pile_set_name": "Github"
} |
0
| {
"pile_set_name": "Github"
} |
{
"spark": {
"log.level": "WARN",
"checkpoint.dir": "hdfs:///griffin/checkpoint/${JOB_NAME}",
"init.clear": true,
"batch.interval": "1m",
"process.interval": "5m",
"config": {
"spark.default.parallelism": 4,
"spark.task.maxFailures": 5,
"spark.streaming.kafkaMaxRatePerPartiti... | {
"pile_set_name": "Github"
} |
define(function () {
'use strict';
// hack to work around the server's auto-redirection feature
var addRedirectPrevention = window.dashboardVersion != null && window.Dashboard && !window.AppInfo.isNativeApp;
return {
load: function (url, req, load, config) {
if (url.indexOf('://')... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any pur... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* afcover.h */
/* */
/* Au... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="TcpTransportPacket.cs">
// Copyright (c) 2014 Alexander Logger. All rights reserved.
// </copyright>
// -------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
---
subcategory: "API Management"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_api_management_identity_provider_aad"
description: |-
Manages an API Management AAD Identity Provider.
---
# azurerm_api_management_identity_provider_aad
Manages an API Management AAD Identity Provider.
## Example Usag... | {
"pile_set_name": "Github"
} |
package ecs
//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
//distribut... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.