text stringlengths 2 99.9k | meta dict |
|---|---|
=pod
=head1 NAME
X509_NAME_print_ex, X509_NAME_print_ex_fp, X509_NAME_print,
X509_NAME_oneline - X509_NAME printing routines
=head1 SYNOPSIS
#include <openssl/x509.h>
int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, unsigned long flags);
int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, ... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2003 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_POINT_TrANSFORMS_ABSTRACT_Hh_
#ifdef DLIB_POINT_TrANSFORMS_ABSTRACT_Hh_
#include "../matrix/matrix_abstract.h"
#include "vector_abstract.h"
#include <vector>
namespace dlib
{
/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003-2010, Mark Borgerding. All rights reserved.
* This file is part of KISS FFT - https://github.com/mborgerding/kissfft
*
* SPDX-License-Identifier: BSD-3-Clause
* See COPYING file for more information.
*/
/* kiss_fft.h
defines kiss_fft_scalar as either short or a float type
and de... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 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"
} |
# frozen_string_literal: true
require "cases/helper"
require "models/book"
require "support/schema_dumping_helper"
module ViewBehavior
include SchemaDumpingHelper
extend ActiveSupport::Concern
included do
fixtures :books
end
class Ebook < ActiveRecord::Base
self.table_name = "ebooks'"
self.pri... | {
"pile_set_name": "Github"
} |
#ifndef REPLXX_UTF8STRING_HXX_INCLUDED
#define REPLXX_UTF8STRING_HXX_INCLUDED
#include <memory>
#include "unicodestring.hxx"
namespace replxx {
class Utf8String {
private:
typedef std::unique_ptr<char[]> buffer_t;
buffer_t _data;
int _bufSize;
public:
Utf8String( void )
: _data()
, _bufSize( 0 ) {
}
expli... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2013 Scott Lembcke and Howling Moon Software
*
* 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, co... | {
"pile_set_name": "Github"
} |
module.exports = {
siteMetadata: {
title: `Meme · 表情包生成`,
description: `这里是由 @Wincer 开发的一款在线表情包制作工具,纯 JavaScript 编写,支持动图和用户自定义上传静态图片。`,
author: `@Wincer`,
},
plugins: [
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-source-filesystem`,
options: {
name: `images`,
p... | {
"pile_set_name": "Github"
} |
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2010 Joel de Guzman
Copyright (c) 2001-2010 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"
} |
<!DOCTYPE html>
<html>
<head>
<title>Simple Page</title>
</head>
<body style="margin: 10px; padding: 0px;">
<div id="box" style="width: 100px; height: 100px; background-color: red;">Red box</div>
<div>Tex after box</div>
</body>
</html>
| {
"pile_set_name": "Github"
} |
* {
border: none;
border-radius: 0;
/* `otf-font-awesome` is required to be installed for icons */
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
min-height: 0;
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0... | {
"pile_set_name": "Github"
} |
package com.florianmski.tracktoid.ui.widgets;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.florianmski.tracktoid.R;
import com.florianmski.tracktoid.TraktoidTheme;
import com.florianmski.tra... | {
"pile_set_name": "Github"
} |
import { Component, OnInit, Input } from '@angular/core';
@Component({
selector: 'd-demo-nav',
templateUrl: './d-demo-nav.component.html',
styleUrls: ['./d-demo-nav.component.scss'],
})
export class DDemoNavComponent implements OnInit {
@Input() navItems: any;
demoDocViewerMain;
constructor() {}
ngOnIni... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* clk-si5351.h: Silicon Laboratories Si5351A/B/C I2C Clock Generator
*
* Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
* Rabeeh Khoury <rabeeh@solid-run.com>
*/
#ifndef _CLK_SI5351_H_
#define _CLK_SI5351_H_
#define SI5351_BUS_BASE_ADDR 0x60
#define ... | {
"pile_set_name": "Github"
} |
//===- LineIterator.cpp - Unit tests --------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2013 Webyog Inc
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 is distrib... | {
"pile_set_name": "Github"
} |
+++
title = "REALbasic"
description = ""
date = 2018-10-10T13:26:40Z
aliases = []
[extra]
id = 8498
[taxonomies]
categories = []
tags = []
+++
{{Language|REALbasic
|strength=strong
|safety=safe}}
{{implementation|BASIC}}{{IDE}}{{Compiler}}
{{language programming paradigm|Object-oriented}}
'''REALbasic''' (or '''RB''')... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activity_transition"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/iv_pic"
android:layout_width="ma... | {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2013 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
// *
// *****... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#pragma once
#include "easyhook/easyhook.h"
#include "rendering/dx/RenderSystemDX.h"
#include "windowing/windows/WinSystemWin32... | {
"pile_set_name": "Github"
} |
import UIKit
import CoreData
import CoreBluetooth
class BluetraceManager {
private var peripheralController: PeripheralController!
private var centralController: CentralController!
var queue: DispatchQueue!
var bluetoothDidUpdateStateCallback: ((CBManagerState) -> Void)?
static let shared = Blue... | {
"pile_set_name": "Github"
} |
({
init: function(cmp) {
var messages = cmp.get("v.messages");
var color = cmp.get("v.color");
messages.push(color + " #" + messages.length)
cmp.set("v.messages", messages);
}
}) | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: ADempiere ERP & CRM Smart Business Solution *
* Copyright (C) 2006-2017 ADempiere Foundation, All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | {
"pile_set_name": "Github"
} |
// Author: Danilo Piparo CERN, Enrico Guiraud 4/2018, Vincenzo Eduardo Padulano 06/2020
/*************************************************************************
* Copyright (C) 1995-2020, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="AssemblyInfo.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\HostObjectHelpers.cpp">
<Filter>Source Files</Fi... | {
"pile_set_name": "Github"
} |
// Code generated by radius-dict-gen. DO NOT EDIT.
package rfc3576
import (
"strconv"
"layeh.com/radius"
. "layeh.com/radius/rfc2865"
)
const (
ErrorCause_Type radius.Type = 101
)
func init() {
ServiceType_Strings[ServiceType_Value_AuthorizeOnly] = "Authorize-Only"
}
const (
ServiceType_Value_AuthorizeOnly... | {
"pile_set_name": "Github"
} |
gcr.io/ml-pipeline/ml-pipeline-local-confusion-matrix:0.0.23
| {
"pile_set_name": "Github"
} |
{
"testEnvironment": "./environment",
"testRunner": "jest-circus/runner",
"testTimeout": 120000,
"testRegex": "\\.spec\\.js$",
"reporters": ["detox/runners/jest/streamlineReporter"],
"verbose": true
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
FROM dlang2/ldc-ubuntu:1.15.0
WORKDIR /dlang/app
COPY . .
RUN apt-get update -yqq && apt-get install -yqq libpq-dev zlib1g-dev
RUN dub build -b release --compiler=ldc2 --config=postgresql
CMD ["/dlang/app/fwb"]
| {
"pile_set_name": "Github"
} |
{
"type": "File",
"start": 0,
"end": 74,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 4,
"column": 1
}
},
"program": {
"type": "Program",
"start": 0,
"end": 74,
"loc": {
"start": {
"line": 1,
"column": 0
},... | {
"pile_set_name": "Github"
} |
package com.cdbhe.plib.base;
import android.content.Context;
import android.graphics.Color;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Build;
import android.os.Bundle;
import android.util.TypedValue;
import android.view.LayoutInflater;
import android.view.View;
import and... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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.
//go:generate go run gen.go -output fixedhuff.go
// Package flate implements the DEFLATE compressed data format, described in
// RFC 1951. The gzip and zlib p... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | {
"pile_set_name": "Github"
} |
# `embark-deploy-tracker`
> Contract deployment tracker for Embark
Visit [framework.embarklabs.io](https://framework.embarklabs.io/) to get started with
[Embark](https://github.com/embarklabs/embark).
| {
"pile_set_name": "Github"
} |
// (C) Copyright 2013 Vicente J. Botet Escriba
// 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)
#ifndef BOOST_THREAD_CALL_CONTEXT_HPP
#define BOOST_THREAD_CALL_CONTEXT_HPP
#include <boost/thread/detail/config.h... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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 darwin dragonfly freebsd netbsd openbsd
// BSD system call wrappers shared by *BSD based systems
// including OS X (Darwin) and FreeBSD. Like the ot... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | {
"pile_set_name": "Github"
} |
/*
****************************************************************************
* -- GRASS Development Team --
*
* MODULE: GRASS gis library
* FILENAME: compress.c
* AUTHOR(S): Markus Metz
* PURPOSE: To provide an interface for compressing and
* decompressing data... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2019 Evolveum and contributors
~
~ This work is dual-licensed under the Apache License 2.0
~ and European Union Public License. See LICENSE file for details.
-->
<objectCollection xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-... | {
"pile_set_name": "Github"
} |
% ------------------------------------------------------------------------
% Copyright (C)
% Universitat Politecnica de Catalunya BarcelonaTech (UPC) - Spain
% University of California Berkeley (UCB) - USA
%
% Jordi Pont-Tuset <jordi.pont@upc.edu>
% Pablo Arbelaez <arbelaez@berkeley.edu>
% June 2014
% ---------... | {
"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"
} |
type kind =
| Discord
| Docs;
[@react.component]
let make = (~kind) => {
switch (kind) {
| Discord =>
<svg
height="24"
viewBox="0 0 24 24"
transform="translate(0 -1)"
fill="currentColor"
stroke="currentColor"
strokeWidth="0"
xmlns="http://www.w3.org/2000/svg">
... | {
"pile_set_name": "Github"
} |
package com.oreilly.demo.android.pa.clientserver.server.servlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.json.JSONObject;
import com.oreilly.demo.android.pa.clientserver.server.ServerStatic;
import com.oreilly.demo.android.pa.clientserver.server.dataobj... | {
"pile_set_name": "Github"
} |
# Mac OS X: add homebrew, macports and fink paths, including homebrew Qt and zlib
if(APPLE)
message(STATUS "Enabling build support for Mac OS X")
set(CMAKE_PREFIX_PATH "/usr/local/lib;/usr/local/opt/qt5;/opt/local/lib;/sw/lib;${CMAKE_PREFIX_PATH}")
set(CMAKE_INCLUDE_PATH "/usr/local/include;/usr/local/opt/qt5/inc... | {
"pile_set_name": "Github"
} |
using Server.Items;
namespace Server.Engines.Quests
{
public class SecretsoftheSoulforge : BaseQuest
{
public SecretsoftheSoulforge()
: base()
{
AddObjective(new ObtainObjective(typeof(MagicalResidue), "Magical Residue", 50, 0x2DB1));
AddReward(new BaseRewar... | {
"pile_set_name": "Github"
} |
Array3d v(-3,5,0);
cout << v.sign() << endl;
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 The Android Open Source Project
* 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, t... | {
"pile_set_name": "Github"
} |
// Boost string_algo library predicate.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003.
//
// 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.boos... | {
"pile_set_name": "Github"
} |
# Test if compile errors are produced where necessary.
cmake_minimum_required(VERSION 3.1.0)
include(CheckCXXSourceCompiles)
include(CheckCXXCompilerFlag)
set(CMAKE_REQUIRED_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/../../include)
set(CMAKE_REQUIRED_FLAGS ${CXX_STANDARD_FLAG} ${PEDANTIC_COMPILE_FLAGS})
function (generat... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.1.2.cdm.json"
},
{
"corpusPath": "/core/operationsCommon/Common.1.0.cdm.json",
"moniker": "base_Common"
},
{
"corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json",
"m... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module ThinkingSphinx::Masks
#
end
require 'thinking_sphinx/masks/group_enumerators_mask'
require 'thinking_sphinx/masks/pagination_mask'
require 'thinking_sphinx/masks/scopes_mask'
require 'thinking_sphinx/masks/weight_enumerator_mask'
| {
"pile_set_name": "Github"
} |
<?php
/**
* JBZoo Application
*
* This file is part of the JBZoo CCK package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package Application
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function() {
var mode = CodeMirror.getMode({indentUnit: 2}, "ruby");
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
MT("divide_equal_operator",
... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:72801d827d9b0272d07baa93382c13730498598d4d4421bbbfa923be344a352b
size 3368
| {
"pile_set_name": "Github"
} |
{"SkipDirs": ["examples"]}
| {
"pile_set_name": "Github"
} |
// Fixes Issue #1770
var common = require('../common-tap.js')
var test = require('tap').test
var npm = require('../../')
var osenv = require('osenv')
var path = require('path')
var fs = require('fs')
var rimraf = require('rimraf')
var mkdirp = require('mkdirp')
var pkg = path.resolve(__dirname, 'outdated-notarget')
var... | {
"pile_set_name": "Github"
} |
# encoding: UTF-8
require 'helper'
describe Swot do
it "recognizes academic email addresses and domains" do
assert Swot::is_academic?('lreilly@stanford.edu')
assert Swot::is_academic?('LREILLY@STANFORD.EDU')
assert Swot::is_academic?('Lreilly@Stanford.Edu')
assert Swot::is_academic?('lreilly@slac.sta... | {
"pile_set_name": "Github"
} |
import Foundation
import UIKit
import AsyncDisplayKit
import Postbox
import SwiftSignalKit
import Display
import TelegramCore
import SyncCore
import TelegramPresentationData
import TelegramUIPreferences
import UniversalMediaPlayer
import TextFormat
import AccountContext
import RadialStatusNode
import StickerResources
i... | {
"pile_set_name": "Github"
} |
package cromwell.webservice
import cats.data.Validated.{Invalid, Valid}
import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should.Matchers
import spray.json.DefaultJsonProtocol._
import spray.json._
class PartialWorkflowSourcesSpec extends AnyFlatSpec with Matchers {
behavior of "mergeMaps met... | {
"pile_set_name": "Github"
} |
-- source include/have_binlog_format_row.inc
-- source include/master-slave.inc
# Bug#12415: DROP of temporary table on master stops slave
connection master;
--echo **** On Master ****
CREATE TABLE t1 (a int);
CREATE TABLE t2 (a int);
CREATE TEMPORARY TABLE t2 (a int, b int);
SHOW TABLES;
sync_slave_with_master;
--ech... | {
"pile_set_name": "Github"
} |
/*
* Seven Kingdoms: Ancient Adversaries
*
* Copyright 1997,1998 Enlight Software Ltd.
*
* 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 op... | {
"pile_set_name": "Github"
} |
from Tkinter import *
class ScrolledList:
default = "(None)"
def __init__(self, master, **options):
# Create top frame, with scrollbar and listbox
self.master = master
self.frame = frame = Frame(master)
self.frame.pack(fill="both", expand=1)
self.vbar = vbar = Scrollba... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 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"
} |
/*
* 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
* distr... | {
"pile_set_name": "Github"
} |
<?php
// include files
require_once("includes/check-authorize.php");
require_once("includes/functions.php");
$empire_kill_agent = "";
if(strtolower($_SERVER['REQUEST_METHOD']) == 'post')
{
if(isset($_POST['kill_agent']) && strlen($_POST['kill_agent'])>0)
{
$kill_agent = html_entity_decode(urldecode($_P... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS user;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(25) DEFAULT NULL,
`age` int(11) DEFAULT NULL,
`gender` tinyint(1) DEFAULT NULL,
`money` bigint(21) DEFAULT NULL,
`update_time` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHAR... | {
"pile_set_name": "Github"
} |
--TEST--
Test DOMDocument::loadXML() basic behavior
--DESCRIPTION--
This test verifies the basic behaviour of the method
Environment variables used in the test:
- XML_FILE: the xml file to load
- LOAD_OPTIONS: the second parameter to pass to the method
- EXPECTED_RESULT: the expected result
--CREDITS--
Antonio Diaz Rui... | {
"pile_set_name": "Github"
} |
#N canvas 371 284 617 572 10;
#X obj 111 252 g_hsl4 slider 0 127;
#X text 260 273 "g_hsl4 slider 0 127";
#X obj 111 200 list prepend slider;
#X obj 111 223 list trim;
#X floatatom 111 153 5 0 0 0 - - -;
#X floatatom 159 153 5 0 0 0 - - -;
#X floatatom 207 152 5 0 0 0 - - -;
#X floatatom 255 152 5 0 0 0 - - -;
#N canvas... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 The Kubernetes 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 ag... | {
"pile_set_name": "Github"
} |
<html>
<body bgcolor="#ffffff">
Support classes useful for encoding and supporting the various RSA PKCS documents.
</body>
</html>
| {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2018 http://thinkphp.cn All rights reserved.
// +----------------------------------------------... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2018 Facebook
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*/
#include <linux/bpf.h>
#include <linux/if_ether.h>
#incl... | {
"pile_set_name": "Github"
} |
# RUN_PARMS: raster_simple_opacity.png [SHP2IMG] -m [MAPFILE] -i png -o [RESULT]
# RUN_PARMS: raster_simple_opacity.pdf [SHP2IMG] -m [MAPFILE] -i pdf -o [RESULT]
# RUN_PARMS: raster_simple_opacity.svg [SHP2IMG] -m [MAPFILE] -i svg -o [RESULT]
# RUN_PARMS: raster_simple_opacity.cairo.png [SHP2IMG] -m [MAPFILE] -i cairop... | {
"pile_set_name": "Github"
} |
// +build windows
package ole
import (
"reflect"
"syscall"
"unsafe"
)
func reflectQueryInterface(self interface{}, method uintptr, interfaceID *GUID, obj interface{}) (err error) {
selfValue := reflect.ValueOf(self).Elem()
objValue := reflect.ValueOf(obj).Elem()
hr, _, _ := syscall.Syscall(
method,
3,
s... | {
"pile_set_name": "Github"
} |
C800: हंगुल शब्दांश Jeo
C801: हंगुल शब्दांश जोग
C802: हंगुल शब्दांश जोगग
C803: हंगुल शब्दांश जोग्स
C804: हंगुल शब्दांश जियोन
C805: हंगुल शब्दांश जोंज
C806: हंगुल शब्दांश जोंह
C807: हंगुल शब्दांश जियोड
C808: हंगुल शब्दांश जियोल
C809: हंगुल शब्दांश ज्योलग
C80A: हंगुल शब्दांश ज्योलम
C80B: हंगुल शब्दांश ज्योलब
C80C: हंगुल ... | {
"pile_set_name": "Github"
} |
package octopus
import scala.concurrent.{ExecutionContext, Future}
import language.higherKinds
import scala.annotation.implicitNotFound
@implicitNotFound("Implicit instance for octopus.AppError[${M}] not found in scope!")
trait AppError[M[_]] extends Serializable {
def pure[A](a: A): M[A]
def failed[A](why: Throw... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
// The Loki Library
// Copyright (c) 2001 by Andrei Alexandrescu
// This code accompanies the book:
// Alexandrescu, Andrei. "Modern C++ Design: Generic Programming and Design
// Patterns Applied". Copyright (c) 2001. Addison-Wes... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ma", "ma.VS2008.vcproj", "{3D39C84D-E135-4E5A-94CD-DA3852890A37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
R... | {
"pile_set_name": "Github"
} |
// Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this f... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d7fd9488000d3... | {
"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 ma... | {
"pile_set_name": "Github"
} |
// *** 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! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
{
"nome": "Selvino",
"codice": "016197",
"zona": {
"codice": "1",
"nome": "Nord-ovest"
},
"regione": {
"codice": "03",
"nome": "Lombardia"
},
"provincia": {
"codice": "016",
"nome": "Bergamo"
},
"sigla": "BG",
"codiceCatastale": "I597",
"cap": [
"24020"
],
"popolazione": 1991
}
| {
"pile_set_name": "Github"
} |
#include "pthread_impl.h"
int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old)
{
return EINVAL;
}
| {
"pile_set_name": "Github"
} |
/*
* 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
* distribu... | {
"pile_set_name": "Github"
} |
For now, declaration of non-global arrays is not implemented on line 4 of input034.c
| {
"pile_set_name": "Github"
} |
post_install() {
cat << EOF
Get started with the example configuration:
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config
$ polybar example
For more information, see https://github.com/polybar/polybar/wiki
EOF
}
post_upgrade() {
[ "$(vercmp "$2" "2.5.1-1")" = "-1" ] || ex... | {
"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"
} |
{{ template "templates/header" . }}
<div class="row">
<h2>Active GetMessage requests <span class="badge" style="vertical-align: middle">{{ .GetMessageRequests | len }}</span></h2>
<form action="/kill" method="post">
<input type="submit" value="Kill selected sessions">
<table class="table table-stripe... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Copyright 2019 DT42
#
# This file is part of BerryNet.
#
# BerryNet 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.
#
#... | {
"pile_set_name": "Github"
} |
# Configuration for probot-stale - https://github.com/probot/stale
daysUntilStale: 60
daysUntilClose: 14
limitPerRun: 30
staleLabel: stale
exemptLabels:
- pinned
- security
- "to be implemented"
- "for reference"
- "move to PR"
- "enhancement"
only: issues
onlyLabels: []
exemptProjects: false
exemptMilest... | {
"pile_set_name": "Github"
} |
from meteor import *
info = T('''[info]
author = <#pin_author#>
date = <#pin_date#>
version = "<#pin_version#>"
description = "<#pin_description#>"
homepage = <#pin_homepage#>
''')
modules = T('''[modules]
<#modules_names#>
<#modules_info#>
''')
modules_names = T('''<#m_name#> = <#m_name#>
''')
modules_info = T(''... | {
"pile_set_name": "Github"
} |
function coctailsort(a::Vector)
b = copy(a)
isordered = false
lo, hi = 1, length(b)
while !isordered && hi > lo
isordered = true
for i in lo+1:hi
if b[i] < b[i-1]
b[i-1], b[i] = b[i], b[i-1]
isordered = false
end
end
... | {
"pile_set_name": "Github"
} |
Educational Community License, Version 2.0
(plain text)
Educational Community License
Version 2.0, April 2007
http://www.osedu.org/licenses/
The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the n... | {
"pile_set_name": "Github"
} |
var searchData=
[
['dark_5fblue',['DARK_BLUE',['../group__DefinesAndEnums.html#gab17de36a1b487f9ad9ef7dabd63531ab',1,'processviewserver.h']]],
['dark_5fcyan',['DARK_CYAN',['../group__DefinesAndEnums.html#ga8e78c0ca33ec357c0332d33da94f01f8',1,'processviewserver.h']]],
['dark_5fgreen',['DARK_GREEN',['../group__Defi... | {
"pile_set_name": "Github"
} |
a9c92718692c7eb3fdce5041a6a21eb6 *tests/data/fate/vsynth1-ljpeg.avi
6309482 tests/data/fate/vsynth1-ljpeg.avi
c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ljpeg.out.rawvideo
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200
| {
"pile_set_name": "Github"
} |
"main_resource"
| {
"pile_set_name": "Github"
} |
<?php
/**
* PHPExcel_Writer_Excel2007_DocProps
*
* Copyright (c) 2006 - 2015 PHPExcel
*
* 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 (a... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.