text stringlengths 2 99.9k | meta dict |
|---|---|
/* MollenOS
*
* Copyright 2018, Philip Meulengracht
*
* 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 License, or
* (at your option) any later version.
*
*... | {
"pile_set_name": "Github"
} |
//! Advanced Rust quantum computer simulator.
//!
//! See the code [here](https://github.com/beneills/quantum).
#![deny(missing_docs,
missing_debug_implementations, missing_copy_implementations,
trivial_casts, trivial_numeric_casts,
unsafe_code,
unstable_features,
unused_import_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<system name="radar">
<channel name="Radar">
<fcs_function name="Scope scale">
<function>
<quotient>
<value>0.026</value>
<property>systems/radar/range</property>
</quotient>
</function>
<output>systems/radar/factor</output>
</fcs_f... | {
"pile_set_name": "Github"
} |
package types
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
// PluginDevice plugin device
// swagger:model PluginDevice
type PluginDevice struct {
// description
// Required: true
Description string `json:"Description"`
// na... | {
"pile_set_name": "Github"
} |
package com.simplemobiletools.camera.helpers
const val ORIENT_PORTRAIT = 0
const val ORIENT_LANDSCAPE_LEFT = 1
const val ORIENT_LANDSCAPE_RIGHT = 2
// shared preferences
const val SAVE_PHOTOS = "save_photos"
const val SOUND = "sound"
const val FOCUS_BEFORE_CAPTURE = "focus_before_capture_2"
const val VOLUME_BUTTONS_A... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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>Chapter 5. Diagnos... | {
"pile_set_name": "Github"
} |
module Hector
module Commands
module Names
def on_names
channel = Channel.find(request.args.first)
respond_to_names(channel)
end
def respond_to_names(channel)
responses = Response.apportion_text(channel.nicknames, "353", nickname, "=", channel.name, :source => Hector.ser... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_METAPARSE_V1_DIGIT_VAL_HPP
#define BOOST_METAPARSE_V1_DIGIT_VAL_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2009 - 2010.
// 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)
... | {
"pile_set_name": "Github"
} |
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
$(... | {
"pile_set_name": "Github"
} |
using AspNetCoreSpa.Domain.Entities;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace AspNetCoreSpa.Infrastructure.Persistence.Configurations
{
public class TerritoryConfiguration : IEntityTypeConfiguration<Territory>
{
public void Configure(EntityT... | {
"pile_set_name": "Github"
} |
package com.github.kfcfans.powerjob.server.service;
import com.github.kfcfans.powerjob.server.persistence.core.model.InstanceInfoDO;
import com.github.kfcfans.powerjob.server.persistence.core.model.JobInfoDO;
import com.github.kfcfans.powerjob.server.persistence.core.model.WorkflowInfoDO;
import com.github.kfcfans.pow... | {
"pile_set_name": "Github"
} |
/* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* 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.o... | {
"pile_set_name": "Github"
} |
import React from "react"
import { useStaticQuery, graphql } from "gatsby"
import Img from "gatsby-image"
/*
* This component is built using `gatsby-image` to automatically serve optimized
* images with lazy loading and reduced file sizes. The image is loaded using a
* `useStaticQuery`, which allows us to load the ... | {
"pile_set_name": "Github"
} |
configSet=ext_solr_11_0_0
schema=thai/schema.xml
name=core_th
dataDir=../../data/thai
| {
"pile_set_name": "Github"
} |
1 DUMM DU M 0 -1 -2 0.000 0.000 0.000
2 DUMM DU M 1 0 -1 1.000 0.000 0.000
3 DUMM DU M 2 1 0 1.000 90.000 0.000
4 P P M 3 2 1 1.600 119.040 200.000
5 O1P O2 E 4 3 2 1.480 109.610 150.000
6 O2P O2 E 4 3 2... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm8s_conf.h
* @author MCD Application Team
* @version V2.2.0
* @date 30-September-2014
* @brief This file is used to configure the Library.
*********************************************************... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 S... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 s390x,linux
package unix
import (
"unsafe"
)
//sys Dup2(oldfd int, newfd int) (err error)
//sysnb EpollCreate(size int) (fd int, err error)
//sys ... | {
"pile_set_name": "Github"
} |
name: Marvelous Pigments
type: item
# Marvelous Pigments
_Wondrous item, very rare_
Typically found in 1d4 pots inside a fine wooden box with a brush (weighing 1 pound in total), these pigments allow you to create three-dimensional objects by painting them in two dimensions. The paint flows from the brush to ... | {
"pile_set_name": "Github"
} |
package WorkingApp;
use Dancer ':syntax';
get '/app' => sub { "app" };
1;
| {
"pile_set_name": "Github"
} |
.phone-authenticator-enroll {
.okta-form-subtitle {
text-align: center;
}
&__phone {
&--small {
display: inline-block;
max-width: 70%;
}
}
&__phone-ext {
display: inline-block;
position: absolute;
width: 27%;
margin-left: 3%;
}
&__phone-ext.o-form-fieldset:last-chil... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>react-web-animations: Examples</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'>
<style>
body {
font-family: Roboto, Helvetica, Arial, Sans-Serif;
font-size: 16px;
font-weight: 30... | {
"pile_set_name": "Github"
} |
<?php
if(!defined('OSTADMININC') || !$thisstaff || !$thisstaff->isAdmin()) die('Access Denied');
$info=array();
$qstr='';
if($dept && $_REQUEST['a']!='add') {
//Editing Department.
$title='Update Department';
$action='update';
$submit_text='Save Changes';
$info=$dept->getInfo();
$info['id']=$dep... | {
"pile_set_name": "Github"
} |
package com.androidhuman.rxfirebase2.firestore;
import com.google.android.gms.tasks.Task;
import com.google.firebase.firestore.DocumentReference;
import com.androidhuman.rxfirebase2.core.OnCompleteDisposable;
import android.support.annotation.NonNull;
import io.reactivex.Completable;
import io.reactivex.Completable... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Copyright 2017 gRPC 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 ... | {
"pile_set_name": "Github"
} |
#include "InitKeyFrame.h"
#include <opencv2/opencv.hpp>
#include "SystemSetting.h"
namespace ORB_SLAM2
{
InitKeyFrame::InitKeyFrame(SystemSetting &SS):pVocabulary(SS.pVocabulary)//, pKeyFrameDatabase(SS.pKeyFrameDatabase)
{
fx = SS.fx;
fy = SS.fy;
cx = SS.cx;
cy = SS.cy;
invfx = SS.invfx;
invf... | {
"pile_set_name": "Github"
} |
/* ====================================================================
* Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
*
* The Elliptic Curve Public-Key Crypto Library (ECC Code) included
* herein is developed by SUN MICROSYSTEMS, INC., and is contributed
* to the OpenSSL project.
*
* The ECC Code ... | {
"pile_set_name": "Github"
} |
/*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | {
"pile_set_name": "Github"
} |
package org.sql2o.converters;
/**
* Used by sql2o to convert a value from the database into a {@link Short}.
*/
public class ShortConverter extends NumberConverter<Short> {
public ShortConverter(boolean primitive) {
super(primitive);
}
@Override
protected Short convertNumberValue(Number val... | {
"pile_set_name": "Github"
} |
var path = require('path')
, cors = require('cors')
, morgan = require('morgan')
, bodyParser = require('body-parser')
, methodOverride = require('method-override');
module.exports = function (express, app) {
__dirname = app.get('__dirname');
// View engine setup
app.set('view engine', 'ejs');
app.se... | {
"pile_set_name": "Github"
} |
SharedPointer[Tuple[Int32, Bool]]
| {
"pile_set_name": "Github"
} |
#include <node.h>
#include <string>
#include <algorithm>
#include <iostream>
using namespace v8;
/* Demonstrates converstions of v8:Value's passed as arguments.
See https://v8docs.nodesource.com/node-0.8/dc/d0a/classv8_1_1_value.html
for more types and conversion methods
*/
Local<Value> make_return(Isolate * is... | {
"pile_set_name": "Github"
} |
language-python-roundtrip 3 test_shutil.py
<<<
>>>
>>>2
>>>=0
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ViewPagerTransformation.iml" filepath="$PROJECT_DIR$/ViewPagerTransformation.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJEC... | {
"pile_set_name": "Github"
} |
using Xamarin.Forms;
namespace TransitionApp.Views.Listview
{
public partial class ListViewToPage : ContentPage
{
public ListViewToPage()
{
InitializeComponent();
}
}
}
| {
"pile_set_name": "Github"
} |
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Use graphical install
graphical
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang... | {
"pile_set_name": "Github"
} |
use crate::config::utils::{get_color, get_string};
use crate::display::color::Color;
use anyhow::Result;
use git2::Config;
#[derive(Clone, Debug)]
pub struct Theme {
pub(crate) character_vertical_spacing: String,
pub(crate) color_action_break: Color,
pub(crate) color_action_drop: Color,
pub(crate) color_action_edi... | {
"pile_set_name": "Github"
} |
all:
cover:
go test -cover -v -coverprofile=cover.dat ./...
go tool cover -func cover.dat
.PHONY: cover
| {
"pile_set_name": "Github"
} |
(*
This file is taken from the Objective Caml standard library.
Some functions have been added to suite Unison needs.
*)
(***********************************************************************)
(* *)
(* Objective Caml ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace Impatient.Query.Infrastructure
{
public class DefaultImpatientQueryCache : IImpatientQueryCache
{
private readonly Dictionary<int, Delegate> dictionary
= new Dictionary<int, Delegate>();
public Delegate GetOrAdd<TArg>(int k... | {
"pile_set_name": "Github"
} |
<VirtualHost *:80>
ServerName wildcard.tld
ServerAlias ?.wildcard.tld
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
| {
"pile_set_name": "Github"
} |
package com.avito.android.test.element.field
import androidx.test.espresso.assertion.ViewAssertions
import androidx.test.espresso.matcher.ViewMatchers
import com.avito.android.test.InteractionContext
import com.avito.android.test.checks.Checks
import com.avito.android.test.checks.ChecksImpl
import com.avito.android.te... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Copyright 2008, 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... | {
"pile_set_name": "Github"
} |
@extends('layout.default')
@section('title')
<title>Moderation - @lang('staff.staff-dashboard') - {{ config('other.title') }}</title>
@endsection
@section('breadcrumb')
<li>
<a href="{{ route('staff.dashboard.index') }}" itemprop="url" class="l-breadcrumb-item-link">
<span itemprop="title"... | {
"pile_set_name": "Github"
} |
package nl
import (
"unsafe"
)
const (
SizeofXfrmUserExpire = 0xe8
)
// struct xfrm_user_expire {
// struct xfrm_usersa_info state;
// __u8 hard;
// };
type XfrmUserExpire struct {
XfrmUsersaInfo XfrmUsersaInfo
Hard uint8
Pad [7]byte
}
func (msg *XfrmUserExpire) Len() int {
return ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002 - 2006 IBM 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 available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | {
"pile_set_name": "Github"
} |
/*
* TeleStax, Open Source Cloud Communications Copyright 2012.
* and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser... | {
"pile_set_name": "Github"
} |
[
]
| {
"pile_set_name": "Github"
} |
package core.org.akaza.openclinica.dao.hibernate;
import core.org.akaza.openclinica.domain.datamap.ResolutionStatus;
public class ResolutionStatusDao extends AbstractDomainDao<ResolutionStatus> {
@Override
public Class<ResolutionStatus> domainClass() {
return ResolutionStatus.class;
}
public ... | {
"pile_set_name": "Github"
} |
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 2000;
width: 100... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
* form for use in connection with the web services and APIs provided by
* Facebook.
... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2012 von Karman Institute for Fluid Dynamics, Belgium
//
// This software is distributed under the terms of the
// GNU Lesser General Public License version 3 (LGPLv3).
// See doc/lgpl.txt and doc/gpl.txt for the license text.
#include "NewtonMethod/NewtonMethod.hh"
#include "UFEMSetup.hh"
#include "F... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2009, 2020 Mountainminds GmbH & Co. KG and Contributors
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org... | {
"pile_set_name": "Github"
} |
import bench
class Foo:
def __init__(self):
self._num = 20000000
def num(self):
return self._num
def test(num):
o = Foo()
i = 0
while i < o.num():
i += 1
bench.run(test)
| {
"pile_set_name": "Github"
} |
import Main from '@/components/main';
// t_peony路由
export const peony = [
{
path: '/peony',
name: 'Peony',
component: Main,
meta: {
title: '牡丹管理',
icon: 'icon iconfont iconyoujianguanli'
},
children: [
// 牡丹花 列表
{
... | {
"pile_set_name": "Github"
} |
;(function($){
/**
* jqGrid Chinese Translation for v4.2
* henryyan 2011.11.30
* http://www.wsria.com
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* update 2011.11.30
* add double u3000 SPACE for search... | {
"pile_set_name": "Github"
} |
package Paws::GuardDuty::DescribePublishingDestination;
use Moose;
has DestinationId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'destinationId', required => 1);
has DetectorId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'detectorId', required => 1);
use MooseX:... | {
"pile_set_name": "Github"
} |
#include "script_component.hpp"
/*
* Author: BaerMitUmlaut
* Initializes the module settings.
*
* Arguments:
* 0: Module <OBJECT>
*
* Return Value:
* None
*
* Example:
* [MODULE] call ace_advanced_fatigue_fnc_moduleSettings
*
* Public: No
*/
params ["_logic"];
[_logic, QGVAR(enabled), "Enabled"] call EFU... | {
"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"
} |
// AFURLConnectionOperation.h
// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)
//
// 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, inclu... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Name: src/osx/glcanvas_osx.cpp
// Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
// Copyright: (c) Stefan Csomor
// Licence: ... | {
"pile_set_name": "Github"
} |
--TEST--
Test fileatime(), filemtime(), filectime() & touch() functions : error conditions
--FILE--
<?php
/*
Prototype: int fileatime ( string $filename );
Description: Returns the time the file was last accessed, or FALSE
in case of an error. The time is returned as a Unix timestamp.
Prototype: int fil... | {
"pile_set_name": "Github"
} |
/*++
/* NAME
/* postconf_misc 3
/* SUMMARY
/* miscellaneous low-level code
/* SYNOPSIS
/* #include <postconf.h>
/*
/* void pcf_set_config_dir()
/* DESCRIPTION
/* pcf_set_config_dir() forcibly overrides the var_config_dir
/* parameter setting with the value from the environment or
/* with the default pathname, and updat... | {
"pile_set_name": "Github"
} |
-- join6.test
--
-- execsql {
-- SELECT * FROM t1 NATURAL JOIN t2 NATURAL JOIN t3;
-- }
SELECT * FROM t1 NATURAL JOIN t2 NATURAL JOIN t3; | {
"pile_set_name": "Github"
} |
module Admin::Views::Dashboard
class Index
include Admin::View
def dashboard_active?
true
end
end
end
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Pla... | {
"pile_set_name": "Github"
} |
## Piper [](https://travis-ci.org/fireyy/piper)
<p align="center">
<a href="https://piper-now.herokuapp.com" target="_blank">
<img src="screen.png" width="700px">
<br>
Live Demo
</a>
</p>
> A drag-and-drop mobile website builder base on... | {
"pile_set_name": "Github"
} |
# Event 16100 - task_0
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|ShimName|AnsiString|None|`None`|
|TBD|Message|AnsiString|None|`None`|
## Tags
* etw_level_Informational
* etw_keywords_Shims
* etw_task_task_0 | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -dragonfly -tags dragonfly,amd64 syscall_bsd.go syscall_dragonfly.go syscall_dragonfly_amd64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build dragonfly,amd64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMM... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 Arista Networks, Inc. All rights reserved.
// Arista Networks, Inc. Confidential and Proprietary.
#ifndef EOS_INLINE_IP_INTF_H
#define EOS_INLINE_IP_INTF_H
namespace eos {
inline ip_intf_mgr * ip_intf_handler::get_ip_intf_mgr() const {
return mgr_;
}
}
#endif // EOS_INLINE_IP_INTF_H
| {
"pile_set_name": "Github"
} |
Basic test 9
STARTTEST
:%d
a<?php
class Bar:call PhpInsertUse()
ax:w! test.out
:qa!
ENDTEST
| {
"pile_set_name": "Github"
} |
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Andrew Steinborn <git@steinborn.me>
Date: Sun, 5 Jul 2020 22:38:18 -0400
Subject: [PATCH] Optimize NetworkManager Exception Handling
diff --git a/src/main/java/net/minecraft/server/EnumProtocol.java b/src/main/java/net/minecraft/server/EnumP... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 Voice System SRL
*
* This file is part of Kamailio, a free SIP server.
*
* Kamailio 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 you... | {
"pile_set_name": "Github"
} |
/*
---------------------------------------------------------------------
/ Copyright (c) 1996. \
| The Regents of the University of California. |
| All rights reserved. |
| ... | {
"pile_set_name": "Github"
} |
# SapMachine JRE
The SapMachine JRE provides Java runtimes from the [SapMachine][] project. Versions of Java from the `10` line are available. Unless otherwise configured, the version of Java that will be used is specified in [`config/sap_machine_jre.yml`][].
<table>
<tr>
<td><strong>Detection Criterion</stron... | {
"pile_set_name": "Github"
} |
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2020 DBeaver Corp and others
* Copyright (C) 2017-2018 Alexander Fedorov (alexander.fedorov@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'markdown';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f60f';
var svgPathData = 'M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46... | {
"pile_set_name": "Github"
} |
% -*- coding: utf-8 -*-
% Титулка
\begin{tikzpicture}
\tikzstyle{every node}=[font=\fontsize{8pt}{8pt}]
% cons cell
\makeatletter
\pgfdeclareshape{cons}{
\savedanchor{\car}{\pgfpoint{-5.40pt}{0.00pt}}
\savedanchor{\cdr}{\pgfpoint{+5.40pt}{0.00pt}}
\savedanchor{\origin}{\pgfpoint{0.00pt}{0.00pt}}
\savedan... | {
"pile_set_name": "Github"
} |
.class Landroid/support/transition/ChangeClipBounds$1;
.super Landroid/animation/AnimatorListenerAdapter;
# instance fields
.field final synthetic this$0:Landroid/support/transition/ChangeClipBounds;
.field final synthetic val$endView:Landroid/view/View;
# direct methods
.method constructor <init>(Landroid/support... | {
"pile_set_name": "Github"
} |
project: rtportableserver, messaging, ziop {
after += catior_lib
libs += TAO_Catior_i
}
| {
"pile_set_name": "Github"
} |
package apimanagement
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
... | {
"pile_set_name": "Github"
} |
/* ptrace.c: Sparc process tracing support.
*
* Copyright (C) 1996, 2008 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*
* Based upon code written by Ross Biro, Linus Torvalds, Bob Manson,
* and David Mosberger.
*
* Added Linux support -miguel (weird, eh?, the... | {
"pile_set_name": "Github"
} |
# Settings specified here will take precedence over those in config/environment.rb
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the webserver when you make code changes.
config.ca... | {
"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 no... | {
"pile_set_name": "Github"
} |
/*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2017, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following conditions... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <DVTKit/DVTAbstractColorPicker.h>
@class NSImage;
@interface DVTSegmentColorWell : DVTAbstractColorPicker
{
NSImage *_icon;
}
@property(copy, nonatomic) NSImage *i... | {
"pile_set_name": "Github"
} |
// I2Cdev library collection - MPU6050 I2C device class, 9-axis MotionApps 4.1 implementation
// Based on InvenSense MPU-6050 register map document rev. 2.0, 5/19/2011 (RM-MPU-6000A-00)
// 6/18/2012 by Jeff Rowberg <jeff@rowberg.net>
// Updates should (hopefully) always be available at https://github.com/jrowberg/i2cde... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>赋值已知数据 - 数据表格</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0... | {
"pile_set_name": "Github"
} |
@using (Script.Foot()) {
<script type="text/javascript">
//<![CDATA[
$(function () {
var $name = $("#CommonFormElement #InputName");
var $displayName = $("#AutoLabel #Label");
var jsonUrl = "@Url.Action("GetTechnicalName", "Admin", new { Area = "Orchard.DynamicFo... | {
"pile_set_name": "Github"
} |
{
"name": "@integration/jasmine",
"version": "2.16.0",
"description": "Jasmine integration tests",
"author": {
"name": "Jan Molak",
"email": "jan.molak@smartcodeltd.co.uk",
"url": "https://janmolak.com"
},
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"private": true,
"co... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b37740868ec6041e0a2a0fbe4a15e69c
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
/*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, prop... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.j... | {
"pile_set_name": "Github"
} |
//===- llvm/Transforms/Utils/IntegerDivision.h ------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
[
{
"kids":[],
"uid":"218310412",
"parent":"",
"text":"暗语略多[挖鼻屎]",
"mid":"zhVoo9zJv",
"date":"2013-02-06 15:03:18"
},
{
"kids":[],
"uid":"siqi94110",
"parent":"",
"text":"",
"mid":"zhViydclA",
"date":"2013-02-06 14:48:54"
},
{
"kids":[],
"uid":"1692519155",
"parent":"zcNzseLcx",
"text":"[哈哈][哈哈]",
"mid":"zhV25Aa3D",
"d... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
/**
* The [[Prototype]] property of the newly constructed object
* is set to the original Array prototype object, the one that
* is the initial value of Array.prototype
*
* @path ch15/15.4/15.4.2/15.4.2.1/S15.4.2.1_A1.1_T2.js
* @description Array.protot... | {
"pile_set_name": "Github"
} |
package com.github.megatronking.svg.sample.drawables;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Paint;
import com.github.megatronking.svg.support.SVGRenderer;
/**
* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatic... | {
"pile_set_name": "Github"
} |
from eth.vm.computation import BaseComputation
def blockhash(computation: BaseComputation) -> None:
block_number = computation.stack_pop1_int()
block_hash = computation.state.get_ancestor_hash(block_number)
computation.stack_push_bytes(block_hash)
def coinbase(computation: BaseComputation) -> None:
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com>
#
# Basic plugin template created by:
# Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com>
# Copyright (C) 2007-2008 Andrew Resch <andrewresch@gmail.com>
#
# This file is part of Deluge and is licensed under GNU General Public Lice... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.