text stringlengths 2 99.9k | meta dict |
|---|---|
//
// FLEXRuntimeUtility.h
// Flipboard
//
// Created by Ryan Olson on 6/8/14.
// Copyright (c) 2020 Flipboard. All rights reserved.
//
#import "FLEXRuntimeConstants.h"
#define PropertyKey(suffix) kFLEXPropertyAttributeKey##suffix : @""
#define PropertyKeyGetter(getter) kFLEXPropertyAttributeKeyCustomGetter : NSS... | {
"pile_set_name": "Github"
} |
var mkdirp = require('../');
var path = require('path');
var fs = require('fs');
var exists = fs.exists || path.exists;
var test = require('tap').test;
var _0777 = parseInt('0777', 8);
var _0755 = parseInt('0755', 8);
test('sync perm', function (t) {
t.plan(4);
var file = '/tmp/' + (Math.random() * (1<<30)).to... | {
"pile_set_name": "Github"
} |
/* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
use Bytes;
export proc getFirstNullBytePos(in b: bytes): int {
for i in 0..<b.size do
if b[i] == 0x00 then
return i;
return -1;
}
export proc printBytes(in b: bytes): void {
writeln(b);
return;
}
export proc noArgsRetBytes(): bytes {
var result: bytes = "Foo!";
return result;
}
export proc tak... | {
"pile_set_name": "Github"
} |
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
#pragma once
#include "Cover.h"
#include "CoverSurface.h"
#include "CoverUser.h"
#include "DynamicCoverManager.h"
#include <CryAISystem/HashGrid.h>
struct CachedCoverLocationValues
{
CachedCoverLocationValues()
: location(ZERO)
, normal(ZE... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python2
"""
search for bytes in a WMI repository.
author: Willi Ballenthin
email: william.ballenthin@fireeye.com
"""
import sys
import logging
import binascii
import argparse
import cim
logger = logging.getLogger(__name__)
def build_rainbow_table(repo):
"""
build a mapping from WMI reposit... | {
"pile_set_name": "Github"
} |
---
title: Locatable camera in Unity
description: Learn how to capture a photo to a file or to a Texture2D, how to capture a photo and interact with the raw bytes, and how to capture a video.
author: wguyman
ms.author: wguyman
ms.date: 03/21/2018
ms.topic: article
keywords: photo, video, hololens, camera, unity, locata... | {
"pile_set_name": "Github"
} |
<?php
$sys_catalog_header_id_h = $reference_table_h = $reference_id_h = null;
if (!empty($_GET['sys_catalog_header_id'])) {
if (is_array($_GET['sys_catalog_header_id'])) {
$sys_catalog_header_id_h = $_GET['sys_catalog_header_id'][0];
} else {
$sys_catalog_header_id_h = $_GET['sys_catalog_header_id'];
}
}
if (!e... | {
"pile_set_name": "Github"
} |
var isFunction = require('./isFunction'),
isObjectLike = require('../internal/isObjectLike');
/** Used to detect host constructors (Safari > 5). */
var reIsHostCtor = /^\[object .+?Constructor\]$/;
/** Used for native method references. */
var objectProto = Object.prototype;
/** Used to resolve the decompiled so... | {
"pile_set_name": "Github"
} |
Accept-Ranges: none
Alt-Svc: quic=":443"; ma=2592000; v="39,38,37,35"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: text/html; charset=utf-8
Date: Fri, 06 Oct 2017 01:14:50 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Status: 404
Vary: Accept-Encoding
X... | {
"pile_set_name": "Github"
} |
/**
* @file
* Styles for the content language administration page.
*/
.language-content-settings-form .bundle {
width: 24%;
}
.language-content-settings-form .field {
width: 24%;
padding-left: 3em; /* LTR */
}
[dir="rtl"] .language-content-settings-form .field {
padding-right: 3em;
padding-left: 1em;
}
.l... | {
"pile_set_name": "Github"
} |
/**
* Copyright IBM Corp. 2016, 2018
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import React from 'react';
import { mount } from 'enzyme';
import { Download16 } from '@carbon/icons-react';
import { TableToolbarMenu } from... | {
"pile_set_name": "Github"
} |
var _ = require("../util");
var config = require("../config");
var node = require("./node");
var Lexer = require("./Lexer");
var varName = _.varName;
var ctxName = _.ctxName;
var extName = _.extName;
var isPath = _.makePredicate("STRING IDENT NUMBER");
var isKeyWord = _.makePredicate("true false undefined null this Ar... | {
"pile_set_name": "Github"
} |
{
"smelter": [
{
"input": {
"ore": "dustIron",
"count": 1
},
"input2": {
"ore": "dustCoal",
"count": 4
},
"output": {
"ore": "ingotSteel",
"count": 1
},
"energy": 4000
},
{
"input": {
"ore": "ingotIron",
"count": 1
},
"input2": {
"ore": "dustCoal"... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Copyright 2011 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.
# This script creates a complete godoc app in $APPDIR.
# It copies the cmd/godoc and src/go/... sources from GOROOT,
# synthesizes an app.yaml... | {
"pile_set_name": "Github"
} |
/**
*
* APDPlat - Application Product Development Platform
* Copyright (c) 2013, 杨尚川, yang-shangchuan@qq.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, either version 3 of the Lice... | {
"pile_set_name": "Github"
} |
%li
= link_to_record_audit( record_audit )
%div[ record_audit ]{ :style => 'display: none' }
%strong= t :label_audit_time
= record_audit.created_at
%br
%strong= t :label_audit_changes
%br
= display_hash record_audit.audited_changes
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<title>ScrollableView-v-vh-af</title>
<... | {
"pile_set_name": "Github"
} |
#include"../../include/fast_io.h"
#include"../../include/fast_io_device.h"
int main()
{
fast_io::ibuf_file ibf("w.txt");
fast_io::ibuf_file ibf2(ibf);
} | {
"pile_set_name": "Github"
} |
begin
require "bundler"
Bundler.setup
rescue LoadError
$stderr.puts "You need to have Bundler installed to be able build this gem."
end
require "rake/testtask"
require "rake/rdoctask"
gemspec = eval(File.read(Dir["*.gemspec"].first))
desc 'Default: run unit tests.'
task :default => :test
desc 'Test the acts_a... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------+
// | Anuko Time Tracker
// +----------------------------------------------------------------------+
// | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
// +------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('overEvery', require('../overEvery'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) 2020 Chelsio Communications. All rights reserved. */
#ifdef CONFIG_CHELSIO_TLS_DEVICE
#include <linux/highmem.h>
#include "chcr_ktls.h"
#include "clip_tbl.h"
static int chcr_init_tcb_fields(struct chcr_ktls_info *tx_info);
/*
* chcr_ktls_save_keys: calculate... | {
"pile_set_name": "Github"
} |
owner = MON
controller = MON
add_core = MON
infra = 1
| {
"pile_set_name": "Github"
} |
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import io
from unittest import mock
from django.core.management import call_command
from crashstats.crashstats.models ... | {
"pile_set_name": "Github"
} |
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Saji Nediyanchath (saji89@gmail.com). */
jQuery(function($){
$.datepicker.regional['ml'] = {
closeText: 'ശരി',
prevText: 'മുന്നത്തെ',
nextText: 'അടുത്തത് ',
currentText: 'ഇന്ന്',
monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്... | {
"pile_set_name": "Github"
} |
# coding: utf-8
"""
OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501
OpenAPI spec version: 1.0.0
Generated by: https://openapi-generator.tech
"""
from __future_... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#include <common.h>
#include <command.h>
static int mmc_nspi (const char *);
int do_dataflash_mmc_mux (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
switch (argc) {
case 2: /*... | {
"pile_set_name": "Github"
} |
API Documentation
=================
Pycassa Modules
---------------
.. toctree::
:maxdepth: 3
pycassa
pycassa/pool
pycassa/columnfamily
pycassa/columnfamilymap
pycassa/system_manager
pycassa/index
pycassa/batch
pycassa/types
pycassa/util
pycassa/logging/pycassa_logger
pycassa/logg... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 ignore
// +build aix
/*
Input to cgo -godefs. See also mkerrors.sh and mkall.sh
*/
// +godefs map struct_in_addr [4]byte /* in_addr */
// +godefs m... | {
"pile_set_name": "Github"
} |
from __future__ import print_function
import numpy as np
np.random.seed(1337) # for reproducibility
from keras.preprocessing import sequence
from keras.models import Sequential
from keras.layers import Dense, Dropout, Activation, Lambda
from keras.layers import Embedding
from keras.layers import Convolution1D,MaxPool... | {
"pile_set_name": "Github"
} |
<?php
/**
* Pimcore
*
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Enterprise License (PEL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @category Pimcore
* ... | {
"pile_set_name": "Github"
} |
/**
* @license Highcharts JS v3.0.6 (2013-10-04)
* Prototype adapter
*
* @author Michael Nelson, Torstein Hønsi.
*
* Feel free to use and modify this script.
* Highcharts license: www.highcharts.com/license.
*/
// JSLint options:
/*global Effect, Class, Event, Element, $, $$, $A */
// Adapter interface betwee... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* 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 availabl... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// DoraemonLoadAnalyzeDemo
//
// Created by yixiang on 2019/1/22.
// Copyright © 2019年 yixiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:flowable="http://flowable.org/bpmn"
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.om... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title><%= title ? title + ' - ' : '' %><%= config.site.title %></title>
<link rel='stylesheet' href='/bootstrap/bootstrap.css' />
<link rel='stylesheet' href='/stylesheets/container-app.css' />
<link rel='stylesheet' href='/stylesheets/style.css' />
<script>
var config = <%- JSON... | {
"pile_set_name": "Github"
} |
/**
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of ... | {
"pile_set_name": "Github"
} |
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
#[cfg(any(feature = "v3_24", feature = "dox"))]
use glib::object::Cast;
#[cfg(any(feature = "v3_24", feature = "dox"))]
use glib::object::IsA;
use glib::object::ObjectType as ObjectT... | {
"pile_set_name": "Github"
} |
# loader-utils
## Methods
### `getLoaderConfig`
Recommended way to retrieve the loader config:
```javascript
// inside your loader
config = loaderUtils.getLoaderConfig(this, "myLoader");
```
Tries to read the loader config from the `webpack.config.js` under the given property name (`"myLoader"` in this case) and m... | {
"pile_set_name": "Github"
} |
Component({
data: {
radioItems: [
{ name: 'cell standard', value: '0' },
{ name: 'cell standard', value: '1' }
],
checkboxItems: [
{ name: 'standard is dealt for u.', value: '0' },
{ name: 'standard is dealicient for u.', value: '1' }
]... | {
"pile_set_name": "Github"
} |
Changelog
=========
v0.6.0
------
- Updated "devDependencies" versions to fix vulnerability alerts
- Dropped support of io.js and node.js v0.12.x and lower since new versions of
"devDependencies" couldn't work with those old node.js versions
(minimal supported version of node.js now is v4.0.0)
v0.5.1
------
- F... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="DCWorkflowDefinition" module="Products.DCWorkflow.DCWorkflow"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/... | {
"pile_set_name": "Github"
} |
/* file: linear_regression_training_result.cpp */
/*******************************************************************************
* Copyright 2014-2020 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... | {
"pile_set_name": "Github"
} |
# -*- mode: snippet -*-
# name: println!(...)
# key: p
# uuid: p
# --
println!("$1", ${2:`%`});$0 | {
"pile_set_name": "Github"
} |
ace.define("ace/snippets/twig",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "twig";
});
| {
"pile_set_name": "Github"
} |
DEAL:2d::Block 0 has 2401 dofs
DEAL:2d::Block 1 has 2401 dofs
DEAL:2d::Block 2 has 1024 dofs
DEAL:3d::Block 0 has 117649 dofs
DEAL:3d::Block 1 has 117649 dofs
DEAL:3d::Block 2 has 32768 dofs
| {
"pile_set_name": "Github"
} |
# @base without URI.
@base .
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'selectall', 'da', {
toolbar: 'Vælg alt'
} );
| {
"pile_set_name": "Github"
} |
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="generator" content="HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org"/><meta name="Keywords" content="executive car wash, executive carwash, suwanee car wash, detailing, waxing, a... | {
"pile_set_name": "Github"
} |
# -*- Mode: Text; tab-width: 2; indent-tabs-mode: nil; coding: utf-8; -*-
# vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
# Keyboard shortcuts for quick type selection in annotation.
F FUTURE
N NON_FUTURE
M MODAL_PRED
E EPISTEMIC_1_99
A FACTIVE
H HEARSAY
O OTHER_EPISTEMIC_1_99
Z ZERO_MODAL
| {
"pile_set_name": "Github"
} |
---
alias: eep0ugh1wa
description: Frequently asked questions about any technical matters regarding Prisma.
---
# Technical
### Can I host Prisma myself?
There are basically two ways for hosting Prisma:
- With [Prisma Cloud](https://www.prismagraphql.com/cloud/). Follow [this](!alias-ua9gai4kie) tutorial to started... | {
"pile_set_name": "Github"
} |
package org.commonmark.ext.gfm.strikethrough.internal;
import org.commonmark.renderer.html.HtmlWriter;
import org.commonmark.renderer.html.HtmlNodeRendererContext;
import org.commonmark.node.Node;
import java.util.Collections;
import java.util.Map;
public class StrikethroughHtmlNodeRenderer extends StrikethroughNode... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Automatically generated file. Do not edit. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ferramentas de Bloco</title>
<link rel="stylesheet" type="text/css" href="../../../style.css" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /></hea... | {
"pile_set_name": "Github"
} |
/*
*
* (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
* In accordance with Secti... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator ... | {
"pile_set_name": "Github"
} |
package com.dotmarketing.portlets.user.factories;
import java.util.List;
import com.dotmarketing.beans.UserProxy;
import com.dotmarketing.business.APILocator;
import com.dotmarketing.common.db.DotConnect;
import com.dotmarketing.db.HibernateUtil;
import com.dotmarketing.exception.DotHibernateException;
imp... | {
"pile_set_name": "Github"
} |
// Boost string_algo library find_iterator.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2004.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.lslboost.org/LICENSE_1_0.txt)
// See http://w... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015 Low Latency Trading Limited : Author Richard Rose
* 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 L... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
/** @jsxRuntime classic */
<button data-value={"a value\n with\nnewlines\n and spaces"}>Button</button>;
| {
"pile_set_name": "Github"
} |
/**
* When compiling on Windows with the Microsoft toolchain, try to detect the Visual Studio setup.
*
* Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.t... | {
"pile_set_name": "Github"
} |
> **[instagram-private-api](../README.md)**
[Globals](../README.md) / ["responses/insights.service.account.response"](../modules/_responses_insights_service_account_response_.md) / [InsightsServiceAccountResponseAccount_insights_unit](_responses_insights_service_account_response_.insightsserviceaccountresponseaccount_... | {
"pile_set_name": "Github"
} |
defmodule Tai.IEx.Commands.SettingsTest do
use ExUnit.Case, async: false
import ExUnit.CaptureIO
setup do
config =
Tai.Config.parse()
|> Map.put(:send_orders, true)
start_supervised!({Tai.Settings, config})
start_supervised!(Tai.Commander)
:ok
end
test "settings displays the cur... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android" android:keyWidth="10%p">
<Row>
<Key android:codes="q" android:keyEdgeFlags="left" android:popupCharacters="" />
<Key android:codes="z" android:popupCharacters="" />
<Key android:codes... | {
"pile_set_name": "Github"
} |
import PropTypes from 'prop-types';
const option = PropTypes.shape({
name: PropTypes.string.isRequired,
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired
});
export const optionType = PropTypes.oneOfType([option, PropTypes.shape({
name: PropTypes.string.isRequired,
type: PropTypes.stri... | {
"pile_set_name": "Github"
} |
/*
* Artificial Intelligence for Humans
* Volume 1: Fundamental Algorithms
* Java Version
* http://www.aifh.org
* http://www.jeffheaton.com
*
* Code repository:
* https://github.com/jeffheaton/aifh
* Copyright 2013 by Jeff Heaton
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may... | {
"pile_set_name": "Github"
} |
/**
* @file
* @brief
*
* @date 19.07.13
* @author Ilia Vaprol
*/
#include <kernel/cpu/cpu.h>
#include <kernel/cpu/cpudata.h>
#include <kernel/sched/affinity.h>
#include <kernel/thread.h>
#include <time.h>
static struct thread *idle __cpudata__ = NULL;
static clock_t started __cpudata__;
void cpu_init(unsigned ... | {
"pile_set_name": "Github"
} |
true
| {
"pile_set_name": "Github"
} |
package com.minecolonies.coremod.commands;
import com.minecolonies.api.util.constant.Constants;
import com.minecolonies.coremod.commands.citizencommands.*;
import com.minecolonies.coremod.commands.colonycommands.*;
import com.minecolonies.coremod.commands.colonycommands.requestsystem.CommandRSReset;
import com.minecol... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Elcodi package.
*
* Copyright (c) 2014-2016 Elcodi Networks S.L.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* Feel free to edit as you please, and have fun.
*
* @author Marc Morera <yuhu@... | {
"pile_set_name": "Github"
} |
package pers.husen.highdsa.service.activemq.mqreceiver;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import javax.annotation.Resource;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.Session;
import org.apache.logging.log4j.LogManager;
impo... | {
"pile_set_name": "Github"
} |
<?php
/**
* Hook to add the modinfo module to the frontpage.
*
* @param array &$links The links on the frontpage, split into sections.
*/
function cron_hook_frontpage(&$links) {
assert(is_array($links));
assert(array_key_exists('links', $links));
$links['config'][] = array(
'href' => SimpleSAML\Module::getMo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | {
"pile_set_name": "Github"
} |
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | {
"pile_set_name": "Github"
} |
/**
* \file cmd-obj.c
* \brief Handle objects in various ways
*
* Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
* Copyright (c) 2007-9 Andi Sidwell, Chris Carr, Ed Graham, Erik Osheim
*
* This work is free software; you can redistribute it and/or modify it
* under the terms of either:
*
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Copyright 2009 Google 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 copyright
# notice, this list of... | {
"pile_set_name": "Github"
} |
# Copyright 2020 The Kubermatic Kubernetes Platform contributors.
#
# 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"
} |
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration> | {
"pile_set_name": "Github"
} |
struct A {
void * vA;
A() : vA {nullptr} {}
};
struct B {
void * vB {nullptr};
B() {}
};
struct C {
void * vC {nullptr};
C() : vC {nullptr} {}
};
| {
"pile_set_name": "Github"
} |
/**
* @file event_buffer.h
*
* @remark Copyright 2002 OProfile authors
* @remark Read the file COPYING
*
* @author John Levon <levon@movementarian.org>
*/
#ifndef EVENT_BUFFER_H
#define EVENT_BUFFER_H
#include <linux/types.h>
#include <asm/mutex.h>
int alloc_event_buffer(void);
void free_event_buffer(void)... | {
"pile_set_name": "Github"
} |
namespace Excel02AddinCS4
{
partial class SamplePane
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
... | {
"pile_set_name": "Github"
} |
extends ./base
block main
h1 Page Not Found
p
| We're not sure how you got here. If you were trying to save a timetable as
| image or PDF, please check your link and try again.
| {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Puppet mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/edit/matchbrackets.js"></script>
<script src="puppet.js"></scr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import os
import unittest
from simpletap.fdecrypt import lib
class TestListProfiles(unittest.TestCase):
def test_listing_profiles(self):
"""list profiles should show the profile list"""
cmd = lib.get_script() + ["-l", lib.get_test_data()]
ou... | {
"pile_set_name": "Github"
} |
// Licensed to Elasticsearch B.V. under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright
// ownership. Elasticsearch B.V. licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may
// not use ... | {
"pile_set_name": "Github"
} |
# locally calculated
sha256 5ea2cd2fa7fa1474d3e0580064e7a22014ef8d64dbbd7c546277fa4beb5acf86 libclc-d1cbc92e2ceee59963f5c3a576382e5bba31f060.tar.gz
sha256 3c536c052db9afd997809e38785c9f2a9e54e2892330fa7c5b438e18a7413479 LICENSE.TXT
| {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Fortran mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="fortran.js"></script>
<style>.CodeMirror {border-top: 1px solid black; bo... | {
"pile_set_name": "Github"
} |
Aaron Lehmann <aaron.lehmann@docker.com>
Akash Gupta <akagup@microsoft.com>
Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Andrew Pennebaker <apennebaker@datapipe.com>
Brandon Philips <brandon.philips@coreos.com>
Christopher Jones <tophj@linux.vnet.ibm.com>
Daniel, Dao Quang Minh <dqminh89@gmail.com>
Derek McGowan <derek@mc... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<item-tests>
<item-test property="#contentURL" value="mms://kqedwm.streamguys.us/wm.kqed/ads/asiaf/asiaf03062007.wma">
<assert-property-value name="#contentURL" value="mms://kqedwm.streamguys.us/wm.kqed/ads/asiaf/asiaf03062007.wma"/>
</item-test>
<item-test property="#contentURL" value="... | {
"pile_set_name": "Github"
} |
.consultations-home-intro{
margin-top: $margin-s;
> :first-child{
margin-bottom: $margin-s;
}
@include breakpoint(medium){
margin-top: $margin-sm;
display: flex;
justify-content: center;
> :first-child{
margin-right: $margin-sm;
margin-bottom: 0;
}
p:last-child{
... | {
"pile_set_name": "Github"
} |
namespace Neo.UI
{
partial class ViewPrivateKeyDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
// $Id: textarea.js,v 1.30 2009/08/31 05:51:08 dries Exp $
(function ($) {
Drupal.behaviors.textarea = {
attach: function (context, settings) {
$('textarea.resizable', context).once('textarea', function () {
// When wrapping the text area, work around an IE margin bug. See:
// http://jaspan.com/ie-in... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* predict.h: intra prediction
*****************************************************************************
* Copyright (C) 2003-2014 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@vi... | {
"pile_set_name": "Github"
} |
// slang-ir-link.h
#pragma once
#include "slang-compiler.h"
namespace Slang
{
struct IRVarLayout;
struct LinkedIR
{
RefPtr<IRModule> module;
IRVarLayout* globalScopeVarLayout;
List<IRFunc*> entryPoints;
};
// Clone the IR values reachable from the given e... | {
"pile_set_name": "Github"
} |
<?php
require __DIR__.'/common.inc';
use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
$storage = new NativeSessionStorage(['cookie_samesite' => 'lax']);
$storage->setSaveHandler(new TestSessionHandler());
$storage->start();
$_SESSION = ['foo' => 'bar'];
ob_start(function ($buffer) { retur... | {
"pile_set_name": "Github"
} |
@
@ Copyright (c) 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 project ... | {
"pile_set_name": "Github"
} |
package arn
// Register a list of supported character roles.
func init() {
DataLists["anime-character-roles"] = []*Option{
{"main", "Main character"},
{"supporting", "Supporting character"},
}
}
// AnimeCharacter contains the information for a character and his role in an anime.
type AnimeCharacter struct {
Ch... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.