text stringlengths 2 99.9k | meta dict |
|---|---|
@###############################################
@#
@# ROS message source code generation for C++
@#
@# EmPy template for generating <msg>.h files
@#
@###############################################
@# Start of Template
@#
@# Context:
@# - file_name_in (String) Source .srv file
@# - spec (msggen.SrvSpec) Parsed speci... | {
"pile_set_name": "Github"
} |
<use name="SimG4Core/Watcher"/>
<use name="SimG4Core/SensitiveDetector"/>
<use name="SimG4Core/Notification"/>
<use name="SimDataFormats/SimHitMaker"/>
<use name="DataFormats/GeometryVector"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="boost"/>
<use name="geant4core"/>
<use name="root"/... | {
"pile_set_name": "Github"
} |
package open
import (
"os/exec"
)
// Open opens a resource on macOS, using the "open" command.
func (o *OsOpener) Open(resource string) error {
cmd := exec.Command("open", resource)
out, err := cmd.CombinedOutput()
if len(out) > 0 {
o.logger.Debug(string(out))
}
return err
}
| {
"pile_set_name": "Github"
} |
GL_EXT_texture_rectangle
http://developer.apple.com/opengl/extensions/ext_texture_rectangle.html
GL_EXT_texture_rectangle
GL_TEXTURE_RECTANGLE_EXT 0x84F5
GL_TEXTURE_BINDING_RECTANGLE_EXT 0x84F6
GL_PROXY_TEXTURE_RECTANGLE_EXT 0x84F7
GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT 0x84F8
| {
"pile_set_name": "Github"
} |
/* Copyright (c) 2013, Ben Noordhuis <info@bnoordhuis.nl>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | {
"pile_set_name": "Github"
} |
//
// Code (inline and block)
// --------------------------------------------------
// Inline and block code styles
code,
kbd,
pre,
samp {
font-family: @font-family-monospace;
}
// Inline code
code {
padding: 2px 4px;
font-size: 90%;
color: @code-color;
background-color: @code-bg;
border-radius: @border-... | {
"pile_set_name": "Github"
} |
---
title: "COR_SEGMENT Structure"
ms.date: "03/30/2017"
api_name:
- "COR_SEGMENT"
api_location:
- "mscordbi.dll"
api_type:
- "COM"
f1_keywords:
- "COR_SEGMENT"
helpviewer_keywords:
- "COR_SEGMENT structure [.NET Framework debugging]"
ms.assetid: 93aeecb9-7fef-4545-8daf-f566dfc47084
topic_type:
- "api... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge... | {
"pile_set_name": "Github"
} |
<template>
<div>
<h1> {{ post.title }} </h1>
<div>
<nuxtent-body :body="post.body" />
</div>
</div>
</template>
<script>
export default {
async asyncData ({ app, route }) {
return {
post: await app.$content('/').get(route.params.slug)
}
}
}
</script>
| {
"pile_set_name": "Github"
} |
describe("", function() {
var rootEl;
beforeEach(function() {
rootEl = browser.rootEl;
browser.get("build/docs/examples/example-input-directive/index-jquery.html");
});
var user = element(by.exactBinding('user'));
var userNameValid = element(by.binding('myForm.userName.$valid'));
var lastNameValid = el... | {
"pile_set_name": "Github"
} |
using System;
using Microsoft.Xna.Framework;
using StardewValley;
using StardewValley.Buildings;
namespace Pathoschild.Stardew.Automate.Framework
{
/// <summary>The base implementation for a machine.</summary>
internal abstract class BaseMachine : IMachine
{
/*********
** Accessors
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Get the current version from the Cargo.toml file
if [[ ! -f Cargo.toml ]]; then
echo "Could not find Cargo.toml file"
echo "Run release from project root"
exit 1
fi
CVER=$(grep -E '^version' Cargo.toml | head -1 | sed -E 's/version\ =\ "(.+)"/\1/')
if [[ -z $1 ]]; then
echo
echo " ... | {
"pile_set_name": "Github"
} |
// (C) Copyright Peter Dimov 2007.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org/libs/config for most recent version.
// MACRO: BOOST_... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2019 Seata.io Group.
*
* 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 l... | {
"pile_set_name": "Github"
} |
{
"codeActionKinds": [
"quickfix",
"refactor",
"refactor.extract",
"refactor.inline",
"refactor.rewrite",
"source",
"source.organizeImports"
],
"workDoneProgress": false,
"documentSelector": [
{
"language": "csharp",
... | {
"pile_set_name": "Github"
} |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2015 Photon Storm Ltd.
* @license {@link http://choosealicense.com/licenses/no-license/|No License}
*
* @description This example requires the Particle Storm Plugin to run.
* For more details please see http://phaser.io/shop/p... | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^winlogbeat/.*"
- "@ci" ## special token regarding the changeset for the ci
- "@oss" ## special token regarding th... | {
"pile_set_name": "Github"
} |
#![allow(dead_code, unused_variables)]
#![deny(non_snake_case)]
pub use self::input::{Capturing, Tokens, TokensInput};
use self::{input::Buffer, util::ParseObject};
use crate::{
error::SyntaxError,
lexer::Lexer,
token::{Token, Word},
Context, JscTarget, Syntax,
};
use std::ops::{Deref, DerefMut};
use sw... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.aj;
import com.tencent.mm.loader.stub.b;
import com.tencent.mm.sdk.platformtools.am.a;
import java.io.File;
final class c$b
implements am.a
{
private boolean auu = false;
private String bTF;
private String bYm;
private c.a bYn;
private String username;
public c$b(c paramc, Stri... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 81899cddfbc72494497a6db0ae045f2c
timeCreated: 1465903628
licenseType: Pro
ShaderImporter:
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
Provides the gear daemon's http API with and without encrypted token support.
*/
package cmd
| {
"pile_set_name": "Github"
} |
escape_char /
comment_char %
%
% Uyghur language locale for China
% Source:
% Contact: Pablo Saratxaga
% Email: pablo@mandriva.com
% Language: ug
% Territory: CN
% Revision: 0.1
% Date: 2005-11-08
% Users: general
% Charset: UTF-8
% Distribution and use is free, also
% for commercial purposes.
LC_IDENTIFICATION
title ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* SA... | {
"pile_set_name": "Github"
} |
package io.noties.markwon.app.sample
import android.os.Parcelable
import io.noties.markwon.sample.annotations.MarkwonArtifact
import kotlinx.android.parcel.Parcelize
@Parcelize
data class Sample(
val javaClassName: String,
val id: String,
val title: String,
val description: String,
... | {
"pile_set_name": "Github"
} |
{extend name="header_public" /}
{block name="title"}登录- {$options.siteName}{/block}
{block name="content"}
<link rel="stylesheet" href="/static/css/login.css" />
<link rel="stylesheet" href="/static/css/photoswipe.css">
<link rel="stylesheet" href="/static/css/default-skin/default-skin.css">
<script src="/static/js/jqu... | {
"pile_set_name": "Github"
} |
#N canvas 0 22 191 83 10;
#X obj 10 4 inlet~;
#X obj 10 52 outlet~;
#N canvas 0 22 450 300 @hv_obj 0;
#X obj 163 70 inlet~;
#X obj 156 144 outlet~;
#X restore 10 27 pd @hv_obj __sqrt~f;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
| {
"pile_set_name": "Github"
} |
#!/usr/bin/python
import os
import multiprocessing
import shutil
# Provide access to the helper scripts
def modify_path():
scripts_dir = os.path.dirname(__file__)
while not 'Scripts' in os.listdir(scripts_dir):
scripts_dir = os.path.abspath(os.path.join(scripts_dir, '..'))
scripts_dir = os.path.jo... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
# *** Do not edit by hand unless you're certain you know what you are doing! ***
import warnings
import pulumi
import pulumi.runtime
from typing import Any, Mapping, Optional, Sequence, Union
from .. import _utilitie... | {
"pile_set_name": "Github"
} |
package FusionInventory::Agent::Task::Inventory::MacOS::Memory;
use strict;
use warnings;
use parent 'FusionInventory::Agent::Task::Inventory::Module';
use FusionInventory::Agent::Tools;
use FusionInventory::Agent::Tools::MacOS;
our $runMeIfTheseChecksFailed =
["FusionInventory::Agent::Task::Inventory::Generic:... | {
"pile_set_name": "Github"
} |
#include <defs.h>
#include <sem.h>
#include <sfs.h>
/*
* lock_sfs_fs - lock the process of SFS Filesystem Rd/Wr Disk Block
*
* called by: sfs_load_inode, sfs_sync, sfs_reclaim
*/
void
lock_sfs_fs(struct sfs_fs *sfs) {
down(&(sfs->fs_sem));
}
/*
* lock_sfs_io - lock the process of SFS File Rd/Wr Disk Block
... | {
"pile_set_name": "Github"
} |
set(LLVM_LINK_COMPONENTS
support
FrontendOpenMP
)
add_clang_library(clangMove
Move.cpp
HelperDeclRefGraph.cpp
DEPENDS
omp_gen
)
clang_target_link_libraries(clangMove
PRIVATE
clangAnalysis
clangAST
clangASTMatchers
clangBasic
clangFormat
clangFrontend
clangLex
clangSerialization
cl... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Requires pdftk and shasum.
# For Mac, get pdftk from https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-mac_osx-10.11-setup.pkg
name="sofp"
# Expected total number of pages in the book draft:
draft_pages=468
# The number of pages in each chapter:
pagecounts=(3 17 42 34 24 49 43 12 6... | {
"pile_set_name": "Github"
} |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.Test.CSharp8.NamingRules
{
using StyleCop.Analyzers.Test.CSharp7.NamingRules;
public class SA1304CSharp8UnitTests : S... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Mozilla Foundation
*
* 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 agr... | {
"pile_set_name": "Github"
} |
//// Copyright (c) Cragon. All rights reserved.
//namespace Casinos
//{
// using System;
// using UnityEngine;
// using XLua;
// // 该类去创建Launch.lua
// public class Launch
// {
// //---------------------------------------------------------------------
// public ParseStreamingAssetsData... | {
"pile_set_name": "Github"
} |
<resources>
<string name="search_hint">Search…</string>
<string name="no_result_found">Results not found</string>
<string name="select_country">Select a country</string>
</resources>
| {
"pile_set_name": "Github"
} |
{
"id": 206888201,
"node_id": "MDEwOlJlcG9zaXRvcnkyMDY4ODgyMDE=",
"name": "github-api",
"full_name": "hub4j-test-org/github-api",
"private": false,
"owner": {
"login": "hub4j-test-org",
"id": 7544739,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjc1NDQ3Mzk=",
"avatar_url": "https://avatars3.githubuserco... | {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_FMDB : NSObject
@end
@implementation PodsDummy_Pods_FMDB
@end
| {
"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 BOOST_MPL_ERASE_KEY_FWD_HPP_INCLUDED
#define BOOST_MPL_ERASE_KEY_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_Hh_
#define DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_Hh_
#include <vector>
#include "../matrix.h"
#include "cross_validate_multiclass_trainer_abs... | {
"pile_set_name": "Github"
} |
# Mantis
Mantis is a platform to build an ecosystem of realtime stream processing applications.
Similar to micro-services deployed in a cloud, Mantis applications (jobs) are deployed on the Mantis platform.
The Mantis platform provides the APIs to manage the life cycle of jobs (like deploy, update, and terminate), ma... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<title>Source expressions are discarded with `strict-dynamic` in the script-src directive.</title>
<script src='/resources/testharness.js' nonce='dummy'></script>
<script src='/resources/testharnessreport.js' nonce='dummy'></script>
<!-- CSP served: script-src 'self' 'str... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
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 ... | {
"pile_set_name": "Github"
} |
/***********************************************************************
* Software License Agreement (BSD License)
*
* Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved.
* Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved.
*
* THE BSD LICENSE
*
* Redistribution an... | {
"pile_set_name": "Github"
} |
$!
$!+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=!$
$! NASTRAN Data Deck Generated By SimXpert : VERSION - 2011.2 $
$! 07.11.2017 [Tue] 08:58 AM $
$!+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=... | {
"pile_set_name": "Github"
} |
/* gmp_vfscanf -- formatted input from a FILE.
Copyright 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of either:
* the GNU Lesser General Public License as published by the Free
Softwa... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 Team XBMC
* http://xbmc.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GeoExt.FeatureRenderer — GeoExt v1.1</title>
... | {
"pile_set_name": "Github"
} |
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* gimpblobeditor.h
*
* 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 3 ... | {
"pile_set_name": "Github"
} |
-*- emacs-wiki -*-
a typical umlsetup.sh might look like this.
* POOLSPACE=/mara6/sandboxes/keys/UMLPOOL
this decides where all the UML roots and UML kernel sources will go.
* BUILDTOP=/mara6/sandboxes/keys export BUILDTOP
This is just a convenience variable.
* REGRESSRESULTS=${POOLSPACE}/results
Set this to ... | {
"pile_set_name": "Github"
} |
namespace ClassLib095
{
public class Class066
{
public static string Property => "ClassLib095";
}
}
| {
"pile_set_name": "Github"
} |
export void f_f(uniform float RET[], uniform float aFOO[]) {
uniform float * uniform b = aFOO;
b += 10;
uniform int8 index = -5;
RET[programIndex] = b[index];
}
export void result(uniform float RET[]) {
RET[programIndex] = 6;
}
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager:v1.10.11
| {
"pile_set_name": "Github"
} |
# 2015 Jun 10
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#************************************... | {
"pile_set_name": "Github"
} |
allocation
shorten: objOop toIndexableSize: indexableSize
"Reduce the number of indexable fields in objOop, a pointer object, to nSlots. Convert the
unused residual to a free chunk. Without changes to numSlotsForShortening:toIndexableSize:
this only works for arrayFormat and longFormat objects.
Answer the number... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806_char_snprintf_73b.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE806.label.xml
Template File: sources-sink-73b.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Initialize... | {
"pile_set_name": "Github"
} |
// COPYRIGHT © 2020 Esri
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
//
// This material is licensed for use under the Esri Master License
// Agreement (MLA), and is bound by the terms of that agreement.
// You may redistribute... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on Fri 07 Jul 2017 10:18:32 PM CEST by Netedit Version dev-SVN-r24506
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org... | {
"pile_set_name": "Github"
} |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { PaginationComponent } from './pagination.component';
describe('PaginationComponent', () => {
let component: PaginationComponent;
let fixture: ComponentFixture<PaginationComponent>;
beforeEach(async () => {
TestBed.configureT... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="US-ASCII"?>
<!--This file was created automatically by xsl2profile-->
<!--from the DocBook XSL stylesheets.-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0" xmlns:ng="http:... | {
"pile_set_name": "Github"
} |
export default {
en: {
save: 'Save',
shippingMethodLabel: 'Select Shipping Method'
},
pt: {
save: 'Guardar',
shippingMethodLabel: 'Selecione Método de Envio'
}
};
| {
"pile_set_name": "Github"
} |
-- boundary2.test
--
-- db eval {
-- SELECT r, a FROM t1 WHERE x='0000000000003fff'
-- }
SELECT r, a FROM t1 WHERE x='0000000000003fff' | {
"pile_set_name": "Github"
} |
<div>
<div>{name}的知乎回答集锦</div>
<table class="margin-center">
<tbody>
<tr>
<th>回答数</th>
<td>{answer_count}</td>
</tr>
<tr>
<th>被关注数</th>
<td>{follower_count}</td>
</tr>
<tr>
<th>累计收获赞同</th>
<td... | {
"pile_set_name": "Github"
} |
version: '2'
services:
redis:
extends:
file: ../docker-compose-commons.yml
service: redis
rabbitmq:
extends:
file: ../docker-compose-commons.yml
service: rabbitmq
mongo:
extends:
file: ../docker-compose-commons.yml
service: mongo
elasticsearch:
extends:
... | {
"pile_set_name": "Github"
} |
/**
* @file
*/
/*
Copyright (C) 2002-2020 UFO: Alien Invasion.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:1637199b7740b6590b694f9a616ba8017aa2942283b770803ba2918c92fe500b
size 339
| {
"pile_set_name": "Github"
} |
define( [
"../var/support"
], function( support ) {
"use strict";
support.focusin = "onfocusin" in window;
return support;
} );
| {
"pile_set_name": "Github"
} |
function [y,mm]=ewgrpdel(x,w,m)
%EWGRPDEL calculates the energy weighted group delay waveform Y=(X,W,M)
% For each sample, x(n), this routine calculates the energy-weighted average
% group delay over frequency using a window centred on x(n). This is equal to
% the delay from the window centre to the centre of gravi... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Martin Mueller
*
* This file is part of paparazzi.
*
* paparazzi is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
*... | {
"pile_set_name": "Github"
} |
@page :first{
body:hover{
left:10px;
}
}
@charset "utf8";
@-moz-document url("http://www.w3.org/"),url-prefix("http://www.w3.org/Style/"),domain("mozilla.org"),regexp("https:.*"){
body{
color:#800080;
background:#ff0;
}
}
@font-face {
font-family:"FontAwesome";
src:url("../font/fontawesome-webfont.eot?v=3.2... | {
"pile_set_name": "Github"
} |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
The code included in this file is provided under the terms o... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: org.apache.tomcat:tomcat-juli:8.5.5">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/tomcat-juli/8.5.5/tomcat-juli-8.5.5.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/tomcat-juli/8.5.5... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Palantir Technologies, 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 l... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using MailChimp.Net.Models;
using Newtonsoft.Json;
namespace MailChimp.Net.Core
{
public class WebHookResponse : BaseResponse
{
public WebHookResponse()
{
Webhooks = new HashSet<WebHook>();
}
[JsonProperty("webhooks")]
pub... | {
"pile_set_name": "Github"
} |
/**
* @file arch/alpha/oprofile/op_model_ev4.c
*
* @remark Copyright 2002 OProfile authors
* @remark Read the file COPYING
*
* @author Richard Henderson <rth@twiddle.net>
*/
#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/ptrace.h>
#include <asm/system.h>
#include "op_i... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require_relative '../../../spec_helper'
describe Wpxf::Net::UserAgent do
let(:subject) { (Class.new { include Wpxf::Net::UserAgent }).new }
describe '#clients_by_frequency' do
it 'returns a Hash' do
expect(subject.clients_by_frequency).to be_a Hash
end
it 'returns... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2007, 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"
} |
package com.github.penfeizhou.animation.webp.decode;
import com.github.penfeizhou.animation.webp.io.WebPReader;
import java.io.IOException;
/**
* ANMF chunk:
* For animated images, this chunk contains information about a single frame.
* If the Animation flag is not set, then this chunk SHOULD NOT be present.
* 0... | {
"pile_set_name": "Github"
} |
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org
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... | {
"pile_set_name": "Github"
} |
import glob = require("glob");
const backgroundJobAction: (params: { expression: string; options?: any }) => Promise<Array<string>> = async ({
expression,
options
}) => {
return new Promise((resolve, reject) => {
glob(expression, options, (err: any, matches: string[]) => {
if (err) {
reject(err... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-present Abixen Systems. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any ... | {
"pile_set_name": "Github"
} |
# Redis configuration file example
# Note on units: when memory size is needed, it is possible to specify
# it in the usual form of 1k 5GB 4M and so forth:
#
# 1k => 1000 bytes
# 1kb => 1024 bytes
# 1m => 1000000 bytes
# 1mb => 1024*1024 bytes
# 1g => 1000000000 bytes
# 1gb => 1024*1024*1024 bytes
#
# units are case i... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2006-2007, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
*/
#ifndef DOCUMENT_BUILD_H
#define DOCUMENT_BUILD_H
#include <stdio.h>
#include <Rect.h>
#include <String.h>
#include "IconBuild.h"
#include "nanosvg.h"
... | {
"pile_set_name": "Github"
} |
local ffi = require("ffi")
dofile("../common/ffi_util.inc")
ffi.cdef[[
typedef enum enum_i { FOO_I = -1, II = 10 } enum_i;
typedef enum enum_u { FOO_U = 1, UU = 10 } enum_u;
enum_i call_ei_i(int a) asm("call_i");
enum_u call_eu_i(int a) asm("call_i");
int call_i_ei(enum_i a) asm("call_i");
int call_i_eu(enum_u a) a... | {
"pile_set_name": "Github"
} |
---
header-id: creating-a-blade-profile
---
# Creating a Blade Profile
[TOC levels=1-4]
There are two steps to follow when adding a new Blade profile:
- [Creating a new profile](#creating-a-new-profile)
- [Setting the profile in Liferay Workspace](#setting-a-profile)
You'll learn how to create a profile first.
##... | {
"pile_set_name": "Github"
} |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, o... | {
"pile_set_name": "Github"
} |
function Enable-DuplicateToken
{
<#
.SYNOPSIS
Nishang payload which duplicates the Access token of lsass and sets it in the current process thread.
.DESCRIPTION
This payload duplicates the Access token of lsass and sets it in the current process thread.
The payload must be run with elevated permissions.
.EX... | {
"pile_set_name": "Github"
} |
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { render, waitFor, waitUntil } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';
import { TestContext } from 'ember-test-helpers';
import { noop } from 'lodash';
interface IParams {
nItems: number;
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2013 Luigi Sgro. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http... | {
"pile_set_name": "Github"
} |
package com.alibaba.weex.uitest.TC_AG;
import com.alibaba.weex.WXPageActivity;
import com.alibaba.weex.util.TestFlow;
import java.util.HashMap;
import org.junit.Before;
import org.junit.Test;
public class AG_Web_Web_Event extends TestFlow {
public AG_Web_Web_Event() {
super(WXPageActivity.class);
}
@Before
publ... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/cloud/speech/v1/cloud_speech.proto
/*
Package speech is a generated protocol buffer package.
It is generated from these files:
google/cloud/speech/v1/cloud_speech.proto
It has these top-level messages:
RecognizeRequest
LongRunningRecognizeRequest
... | {
"pile_set_name": "Github"
} |
/*
* xtiff.c
*
* Extended TIFF Directory GEO Tag Support.
*
* You may use this file as a template to add your own
* extended tags to the library. Only the parts of the code
* marked with "XXX" require modification.
*
* Author: Niles D. Ritter
*
* Revisions:
* 18 Sep 1995 -- Deprecated Integraph Ma... | {
"pile_set_name": "Github"
} |
//
// ViewController.h
// OpenGLES08-图像边缘检测
//
// Created by qinmin on 2017/2/20.
// Copyright © 2017年 qinmin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
| {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
#include "content/child/db_message_filter.h"
#include "content/common/database_messages.h"
#include "third_party/WebKit/public/platform/WebString.h"
#inc... | {
"pile_set_name": "Github"
} |
@east @north : PSK "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
@west @north : PSK "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
| {
"pile_set_name": "Github"
} |
/*
Copyright 2016 OpenMarket Ltd
Copyright 2017 Vector Creations Ltd
Copyright 2018-2019 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.