text stringlengths 2 99k | meta dict |
|---|---|
// Copyright 2008 Isis Innovation Limited
#include "ptam/MapMaker.h"
#include "ptam/MapPoint.h"
#include "ptam/Bundle.h"
#include "ptam/PatchFinder.h"
#include "ptam/SmallMatrixOpts.h"
#include "ptam/HomographyInit.h"
#include <cvd/vector_image_ref.h>
#include <cvd/vision.h>
#include <cvd/image_interpolate.h>
#includ... | {
"pile_set_name": "Github"
} |
# author: Yasuhiro Matsumoto
use Web::Scraper::LibXML;
sub init {
my $self = shift;
$self->{handle} = "/ann/news/";
}
sub needs_content { 1 }
sub find {
my ($self, $args) = @_;
my $res = scraper {
process "//a[contains(\@href, '300k')]", movie => sub { my ($link) = $_->attr('onClick') =~ /(mm... | {
"pile_set_name": "Github"
} |
# CoreData
* 要把 `Core Data` 作为一个对象图管理系统来使用,而不是关系型数据库
* `Core Data` 的架构图:

- **托管对象**:我们创建的数据模型。
- **托管对象上下文**:托管对象上下文记录了它管理的对象,以及对这些对象的 CRUD,每个被托管的对象都知道自己属于哪个上下文。
- `Core Data` 支持多个上下文。
- 数据底层实际上会被存储在 `SQLite` 数据库里。
* `Core Data` 存储结构化的数据。所以为了... | {
"pile_set_name": "Github"
} |
options.url.description = the URL of the RSS feed
options.url.type = java.lang.String
options.fixedRate.description = the fixed rate polling interval specified in milliseconds
options.fixedRate.default = 5000
options.fixedRate.type = int
options.maxMessagesPerPoll.description = the maximum number of messages per poll... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 18:49:58 PDT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Jackson-mo... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "CurveKeyEditors/SBoolCurveKeyEditor.h"
#include "Styling/SlateTypes.h"
#include "Widgets/Input/SCheckBox.h"
#include "Curves/KeyHandle.h"
#include "ISequencer.h"
#include "ScopedTransaction.h"
#include "Curves/IntegralCurve.h"
#define LOCTEXT_NAME... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
(function() {
var fs = require('fs');
var he = require('../he.js');
var strings = process.argv.splice(2);
var stdin = process.stdin;
var data;
var timeout;
var action;
var options = {};
var log = console.log;
var main = function() {
var option = strings[0];
var count = 0;
if (/^(?... | {
"pile_set_name": "Github"
} |
<?php
namespace GuzzleHttp\Psr7;
use Psr\Http\Message\StreamInterface;
/**
* Stream decorator that prevents a stream from being seeked
*/
class NoSeekStream implements StreamInterface
{
use StreamDecoratorTrait;
public function seek($offset, $whence = SEEK_SET)
{
throw new \RuntimeException('Ca... | {
"pile_set_name": "Github"
} |
{
"dateSelected": "התאריך {date, date, full} שנבחר",
"finishRangeSelectionPrompt": "חץ כדי לסיים את בחירת טווח התאריכים",
"next": "הבא",
"previous": "הקודם",
"selectedDateDescription": "התאריך שנבחר: {date, date, full}",
"selectedRangeDescription": "הטווח שנבחר: מ-{start, date, long} ועד {end, date, long}",... | {
"pile_set_name": "Github"
} |
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04... | {
"pile_set_name": "Github"
} |
{% extends "FOSUserBundle::layout.html.twig" %}
{% block subtitle %}{{ 'change_password.heading'|trans() }}{% endblock %}
{% form_theme form 'LadbCoreBundle:Common:_form-theme.twig.twig' %}
{% block fos_user_content %}
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-push-3">
<div clas... | {
"pile_set_name": "Github"
} |
#import "NSIndexSet+Analysis.h"
@implementation NSIndexSet (Analysis)
- (BOOL)WB_containsOnlyOneRange
{
NSUInteger tCount=self.count;
if (tCount>0)
{
NSUInteger tFirstIndex=self.firstIndex;
NSUInteger tLastIndex=self.lastIndex;
return ((tLastIndex-tFirstIndex+1)==tCou... | {
"pile_set_name": "Github"
} |
easyblock = 'ConfigureMake'
name = 'libxc'
version = '2.0.1'
homepage = 'http://www.tddft.org/programs/octopus/wiki/index.php/Libxc'
description = """Libxc is a library of exchange-correlation functionals for density-functional theory.
The aim is to provide a portable, well tested and reliable set of exchange and co... | {
"pile_set_name": "Github"
} |
package com.easytoolsoft.easyreport.membership.domain;
import java.io.Serializable;
import java.util.Date;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.B... | {
"pile_set_name": "Github"
} |
package dataworks_public
//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, softwar... | {
"pile_set_name": "Github"
} |
import numpy as np
import chainer
import argparse
def load_np_array_from_file(filename):
with open(filename, "r") as f:
dims_num = int(f.readline())
shape = tuple(int(d) for d in f.readline().strip().split(" "))
raw_data = [np.float32(d) for d in f.readline().strip().split(" ")]
re... | {
"pile_set_name": "Github"
} |
<component name="CopyrightManager">
<settings>
<module2copyright>
<element module="All" copyright="Geyser" />
</module2copyright>
</settings>
</component> | {
"pile_set_name": "Github"
} |
#
# Generate word2vec snapshot model worker
#
FROM dockermediacloud/common:latest
# Install Python dependencies
COPY src/requirements.txt /var/tmp/
RUN \
cd /var/tmp/ && \
pip3 install -r requirements.txt && \
rm requirements.txt && \
rm -rf /root/.cache/ && \
true
# Copy sources
COPY src/ /opt/m... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Intel Corporation. All rights reserved.
Copyright (C) 2015 Gael Guennebaud <gael.guennebaud@inria.fr>
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... | {
"pile_set_name": "Github"
} |
Promise.request = function(url) {
var result = new Promise();
var xhr = new XMLHttpRequest();
var eventHandler = {
handleEvent: function(e) {
if (e.target.readyState != 4) { return; }
xhr.removeEventListener("readystatechange", eventHandler);
if (e.target.status == 200) {
result.fulfill(e.target.re... | {
"pile_set_name": "Github"
} |
steps:
- name: ":docker: :package: 1.13"
plugins:
docker-compose#v2.0.0:
build: yarpc-go-1.13
image-repository: 027047743804.dkr.ecr.us-east-2.amazonaws.com/uber
agents:
queue: builders
- wait
- name: ":go: 1.13 update-deps"
command: "etc/bin/update-deps.sh"
plugins:
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <XCTTargetBootstrap/NSObject-Protocol.h>
@class NSXPCConnection, NSXPCListener;
@protocol NSXPCListenerDelegate <NSObject>
@... | {
"pile_set_name": "Github"
} |
Aruba.platform.require_matching_files('../file/**/*.rb', __FILE__)
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2018-present HiveMQ and the HiveMQ Community
*
* 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 ... | {
"pile_set_name": "Github"
} |
//
// _ _ ______ _ _ _ _ _ _ _
// | \ | | | ____| | (_) | (_) | | | |
// | \| | ___ | |__ __| |_| |_ _ _ __ __ _| | | |
// | . ` |/ _ \ | __| / _` | | __| | '_ \ / _` | | | |
// | |\ | (_) | | |___| (_| | | |_| | | | | (_| |_|_|_|
// |_| \_|\___/ |______\__,_|_|\... | {
"pile_set_name": "Github"
} |
package net.squanchy.signin
import android.app.Activity
import dagger.Component
import net.squanchy.analytics.Analytics
import net.squanchy.injection.ActivityLifecycle
import net.squanchy.injection.ApplicationComponent
import net.squanchy.injection.applicationComponent
fun signInComponent(activity: Activity): SignInC... | {
"pile_set_name": "Github"
} |
project_path: /web/_project.yaml
book_path: /web/fundamentals/_book.yaml
description: Dopo aver eliminato le risorse non necessarie, la cosa migliore che possiamo fare per migliorare il tempo di caricamento della pagina è minimizzare la dimensione totale delle risorse da scaricare ottimizzando e comprimendo le risorse ... | {
"pile_set_name": "Github"
} |
import csv from 'fast-csv';
/**
* Saves an array to a CSV file
* <p>This method is exclusive to Node.js</p>
* @memberof module:bcijs
* @function
* @name saveCSV
* @param {Array} array
* @param {string} filename
* @returns {Promise} A promise object that resolves when the file has been saved. Does not currently... | {
"pile_set_name": "Github"
} |
{
"farms": [
{
"name": "lb01",
"family": "ipv4",
"virtual-addr": "200.1.1.1",
"virtual-ports": "8080",
"source-addr": "",
"mode": "snat",
... | {
"pile_set_name": "Github"
} |
package dbplugin
import (
"context"
"encoding/json"
"errors"
"time"
"google.golang.org/grpc"
"github.com/golang/protobuf/ptypes"
"github.com/hashicorp/vault/helper/pluginutil"
)
var (
ErrPluginShutdown = errors.New("plugin shutdown")
)
// ---- gRPC Server domain ----
type gRPCServer struct {
impl Databas... | {
"pile_set_name": "Github"
} |
package org.openstreetmap.atlas.geography.atlas.items.complex.restriction;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Optional;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
import org.junit.Assert;
import org.junit.... | {
"pile_set_name": "Github"
} |
create_ip -name gig_ethernet_pcs_pma -vendor xilinx.com -library ip -module_name gig_ethernet_pcs_pma_0
set_property -dict [list \
CONFIG.Standard {SGMII} \
CONFIG.Physical_Interface {LVDS} \
CONFIG.Management_Interface {false} \
CONFIG.SupportLevel {Include_Shared_Logic_in_Core} \
CONFIG.LvdsRefC... | {
"pile_set_name": "Github"
} |
<?php
class BaseClass {
protected $protected = [1, 2, 3];
private $private = ['a', 'b', 'c'];
}
class DerivedClass extends BaseClass {
function __get($name)
{
throw new \Exception('Derived class getter called with: ' . $name);
}
}
try {
$test = new DerivedClass();
echo "Statement ... | {
"pile_set_name": "Github"
} |
//
// OAMutableURLRequestTest.m
// OAuthConsumer
//
// Created by Jon Crosby on 10/19/07.
// Copyright 2007 Kaboomerang LLC. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// ... | {
"pile_set_name": "Github"
} |
#include "cornerAxis.h"
#include <math.h>
using namespace std;
using namespace qglviewer;
void Viewer::draw() {
float nbSteps = 200.0;
glBegin(GL_QUAD_STRIP);
for (float i = 0; i < nbSteps; ++i) {
float ratio = i / nbSteps;
float angle = 21.0 * ratio;
float c = cos(angle);
float s = sin(angle);... | {
"pile_set_name": "Github"
} |
<?php
/**
* Shopware 5
* Copyright (c) shopware AG
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public License with an additional
* perm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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, Ver... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED
#define BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2002-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.or... | {
"pile_set_name": "Github"
} |
/* -*-C-*-
********************************************************************************
*
* File: chopper.c (Formerly chopper.c)
* Description:
* Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987
* Modified: Tue Jul 30 16:18:52 1991 (Mark Seaman) marks@hpgrlt
* L... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 K Team. All Rights Reserved.
requires "../map-tests.k"
module ASSIGNMENT-5-SPEC
imports MAP-TESTS
rule <k> assignment ( (MAP:Map X:MyId |-> 1) [ Y:MyId <- 2 ] [ Z:MyId <- 3 ] ) => . </k> requires Y =/=K X andBool notBool Y in_keys(MAP)
endmodule
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIView.h>
@class NSAttributedString, NSString, UIButton, UILabel;
@protocol SKUIMessageBannerDelegate;
@interface SKUIMessageBanner : UIView
{
id <SKUIMessageBa... | {
"pile_set_name": "Github"
} |
module Revily
module Event
class Job
class IncidentTrigger < Incident
def process
current_user.contacts.each do |contact|
contact.notify(incidents.triggered)
end
end
end
end
end
end
| {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
#define MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
#include <cstddef>
#include "base/component_ex... | {
"pile_set_name": "Github"
} |
<Canvas>
<Kind>40</Kind>
<Name>Presets</Name>
<IsMinified>0</IsMinified>
<XPosition>652.000000000</XPosition>
<YPosition>347.000000000</YPosition>
</Canvas>
<Widget>
<Kind>2</Kind>
<Name>Replicator</Name>
<Value>1</Value>
</Widget>
<Widget>
<Kind>2</Kind>
<Name>Replicator_echoVor... | {
"pile_set_name": "Github"
} |
<?php
/**
* @copyright Copyright (C) 2017 AIZAWA Hina
* @license https://github.com/fetus-hina/stat.ink/blob/master/LICENSE MIT
* @author AIZAWA Hina <hina@fetus.jp>
*/
namespace app\components\widgets;
use Yii;
use app\assets\ActiveReltimeAsset;
use yii\base\Widget;
use yii\helpers\Html;
use yii\helpers\Json;
u... | {
"pile_set_name": "Github"
} |
Cache-control: no-store
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>uIP 1.0: uip_tcpip_hdr Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</... | {
"pile_set_name": "Github"
} |
/* testBSIFutureComposer() */
/* Rip_BSIFutureComposer() */
#include "globals.h"
#include "extern.h"
short testBSIFutureComposer ( void )
{
PW_Start_Address = PW_i;
/* file size < 18424 */
if ( test_1_start(PW_Start_Address + 18424) )
{
/*printf ( "#1 (start:%ld) (number of samples:%ld)\n" , PW_Start_Address... | {
"pile_set_name": "Github"
} |
/*
* @BEGIN LICENSE
*
* Psi4: an open-source quantum chemistry software package
*
* Copyright (c) 2007-2019 The Psi4 Developers.
*
* The copyrights for code used from other parties are included in
* the corresponding files.
*
* This file is part of Psi4.
*
* Psi4 is free software; you can redistribute it an... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file usbh_ctlreq.c
* @author MCD Application Team
* @brief This file implements the control requests for device enumeration
******************************************************************************
* @attention
... | {
"pile_set_name": "Github"
} |
package service
import (
"context"
"github.com/rancher/rio/modules/gloo/pkg/vsfactory"
riov1 "github.com/rancher/rio/pkg/apis/rio.cattle.io/v1"
rioadminv1controller "github.com/rancher/rio/pkg/generated/controllers/admin.rio.cattle.io/v1"
riov1controller "github.com/rancher/rio/pkg/generated/controllers/rio.catt... | {
"pile_set_name": "Github"
} |
define(function (require) {
var PointerPath = require('./PointerPath');
var graphic = require('../../util/graphic');
var numberUtil = require('../../util/number');
var parsePercent = numberUtil.parsePercent;
function parsePosition(seriesModel, api) {
var center = seriesModel.get('center')... | {
"pile_set_name": "Github"
} |
#
# Copyright 2007-2016, Kaazing Corporation. 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 applic... | {
"pile_set_name": "Github"
} |
<ApplicationInsights xdt:Transform="SetAttributes" xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<ContextInitializers xdt:Transform="InsertIfMissing">
<Add xdt:Transform="InsertIfMissing" xdt:Locator="Match(Type)" Type="M... | {
"pile_set_name": "Github"
} |
project Test is
package Compiler is
for Default_Switches ("ada") use ("-gnat12");
end Compiler;
package Prove is
for Proof_Dir use "proof/dir";
end Prove;
end Test;
| {
"pile_set_name": "Github"
} |
class PhotoTag < ActiveRecord::Base
belongs_to :tag
belongs_to :photo
end
| {
"pile_set_name": "Github"
} |
c-----------------------------------------------------------------------
c\BeginDoc
c
c\Name: dsconv
c
c\Description:
c Convergence testing for the symmetric Arnoldi eigenvalue routine.
c
c\Usage:
c call dsconv
c ( N, RITZ, BOUNDS, TOL, NCONV )
c
c\Arguments
c N Integer. (INPUT)
c Number of Ritz... | {
"pile_set_name": "Github"
} |
{
"name": "simple",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "1.x",
"apollo-client": "2.x",
"apollo-link-rest": "0.x",
"graphql": "0.x",
"graphql-anywhere": "4.x",
"graphql-tag": "2.x",
"qs": "^6.6.0",
"react": "16.x",
"react-apollo": "2... | {
"pile_set_name": "Github"
} |
/*++
Copyright (C) Microsoft Corporation, 1991 - 1999
Module Name:
classwmi.c
Abstract:
SCSI class driver routines
Environment:
kernel mode only
Notes:
Revision History:
--*/
#include "stddef.h"
#include "ntddk.h"
#include "scsi.h"
#include "classpnp.h"
#include "m... | {
"pile_set_name": "Github"
} |
PYTHONMALLOC=malloc_debug
export PYTHONMALLOC
check_PROGRAMS += \
${modules_python_tests_TESTS}
modules_python_tests_TESTS = \
modules/python/tests/test_python_logmsg \
modules/python/tests/test_python_template \
modules/python/tests/test_python_persist_name \
modules/python/tests/test_python_persist \
mo... | {
"pile_set_name": "Github"
} |
[](https://travis-ci.org/ufoai/ufoai)
[](https://ci.appveyor.com/project/ufoai/ufoai)
Please see the [wiki](http://ufoai.sf.net) for more information on how to compi... | {
"pile_set_name": "Github"
} |
// +build !integration all
package changelog
import (
"testing"
"time"
"github.com/short-d/app/fw/assert"
"github.com/short-d/app/fw/timer"
"github.com/short-d/short/backend/app/entity"
"github.com/short-d/short/backend/app/fw/ptr"
"github.com/short-d/short/backend/app/usecase/authorizer"
"github.com/short-d... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/pci_ops.h>
#include <bootblock_common.h>
#include <southbridge/intel/common/early_spi.h>
#include <southbridge/intel/i82801ix/i82801ix.h>
#include <console/console.h>
/* Just define these here, there is no gm35.h file to include. */
#define D0F0_PCIEXBAR_LO... | {
"pile_set_name": "Github"
} |
/*
* Theme Name: Scratchpad
* Description: Gutenberg Block Editor Styles
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Typography
2.0 General Block Styles
3.0 Blocks - Common Blocks
4.0 Blocks -... | {
"pile_set_name": "Github"
} |
//
// BasicUIScrollViewController.swift
// SnapKit
//
// Created by Spiros Gerokostas on 01/03/16.
// Copyright © 2016 SnapKit Team. All rights reserved.
//
import UIKit
class BasicUIScrollViewController: UIViewController {
var didSetupConstraints = false
let scrollView = UIScrollView()
let... | {
"pile_set_name": "Github"
} |
package com.vladmihalcea.book.hpjp.hibernate.concurrency;
import com.vladmihalcea.book.hpjp.util.AbstractTest;
import org.hibernate.LockMode;
import org.hibernate.LockOptions;
import org.hibernate.Session;
import org.hibernate.annotations.Cascade;
import org.hibernate.annotations.CascadeType;
import org.junit.Before;
... | {
"pile_set_name": "Github"
} |
function onStepIn(creature, item, position, fromPosition, toPosition)
local player = creature:getPlayer()
if not player then
return true
end
local WarzoneIV = Position(33460, 32267, 15)
local WarzoneIV_b = Position(33650, 32310, 15)
local WarzoneV = Position(33324, 32109, 15)
local WarzoneV_b = Position(3368... | {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="outer.region... | {
"pile_set_name": "Github"
} |
From ba502b6eab1519d57f6ea13cb61984415fa7c361 Mon Sep 17 00:00:00 2001
Message-Id: <ba502b6eab1519d57f6ea13cb61984415fa7c361.1592846147.git.zanussi@kernel.org>
In-Reply-To: <07cd0dbc80b976663c80755496a03f288decfe5a.1592846146.git.zanussi@kernel.org>
References: <07cd0dbc80b976663c80755496a03f288decfe5a.1592846146.git.z... | {
"pile_set_name": "Github"
} |
<%@ Application Codebehind="Global.asax.cs" Inherits="BusinessApps.O365ProjectsApp.WebApp.MvcApplication" Language="C#" %>
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014, 2020 Igalia S.L.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the followi... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Diagnostics.CodeAnalysis;
namespace WebMatrix.WebData
{
/// <summary>
/// Defines key names for use in a web.config <appSettin... | {
"pile_set_name": "Github"
} |
.CodeMirror-merge {
position: relative;
border: 1px solid #ddd;
white-space: pre;
}
.CodeMirror-merge, .CodeMirror-merge .CodeMirror {
height: 350px;
}
.CodeMirror-merge-2pane .CodeMirror-merge-pane { width: 47%; }
.CodeMirror-merge-2pane .CodeMirror-merge-gap { width: 6%; }
.CodeMirror-merge-3pane .CodeMirro... | {
"pile_set_name": "Github"
} |
package org.mapfish.print.servlet;
import org.mapfish.print.ExceptionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import java.io.IOException;
import java.io.PrintWriter;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date... | {
"pile_set_name": "Github"
} |
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero Genera... | {
"pile_set_name": "Github"
} |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF to embed a chromium-based
// browser in De... | {
"pile_set_name": "Github"
} |
---
title: 3422 - WebSocketAsyncWriteStart
ms.date: 03/30/2017
ms.assetid: 4d0c7ab4-9044-464b-b2dc-0b5e59a773aa
ms.openlocfilehash: 097987693204c4dc302665dfa8bdacb5d9aceed3
ms.sourcegitcommit: 9b552addadfb57fab0b9e7852ed4f1f1b8a42f8e
ms.translationtype: MT
ms.contentlocale: es-ES
ms.lasthandoff: 04/23/2019
ms.locfileid... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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)
This is an auto-generated file. D... | {
"pile_set_name": "Github"
} |
---
title: "mavsdk"
layout: formula
---
{{ content }}
| {
"pile_set_name": "Github"
} |
//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef VOICE_BANMGR_H
#define VOICE_BANMGR_H
#ifdef _WIN32
#pragma once
#endif
// This class manages the ... | {
"pile_set_name": "Github"
} |
/* Basque/ Euskara LANGUAGE
================================================== */
if (typeof VMM != 'undefined') {
VMM.Language = {
lang: "eu",
api: {
wikipedia: "eu"
},
date: {
month: ["Urtarrila", "Otsaila", "Martxoa", "Apirila", "Maiatza", "Ekaina", "Uztaila", "Abuztua", "Iraila", "Urria", "Azaroa", "... | {
"pile_set_name": "Github"
} |
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
.syntax unified
.globl _func
.thumb_func _foo
.space 0x37c6
_foo:
@------------------------------------------------------------------------------
@ B (thumb2 b.w encoding T4) rdar://12585795
@-----------------------------... | {
"pile_set_name": "Github"
} |
# reading-and-annotate-rocketmq-3.4.6
阿里巴巴消息中间件rocketmq-3.4.6源码分析、中文详细注释
| {
"pile_set_name": "Github"
} |
import json
import logging
import os
import platform
import subprocess
import threading
from urllib.request import urlopen
from urllib.error import HTTPError
if platform.system() == "Windows":
try:
from colorama import init
init(convert=True)
except ImportError:
try:
import ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Ruediger Moeller.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
#include "meta.h"
#include "../coding/coding.h"
typedef enum { ATRAC3, ATRAC9, KOVS, KTSS, KTAC } atsl_codec;
/* .ATSL - Koei Tecmo audio container [One Piece Pirate Warriors (PS3), Warriors All-Stars (PC)] */
VGMSTREAM * init_vgmstream_atsl(STREAMFILE *streamFile) {
VGMSTREAM *vgmstream = NULL;
STREA... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 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/license... | {
"pile_set_name": "Github"
} |
# The MIT License
#
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Wim Rosseel
#
# 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 withou... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Broadcasting
{
class PendingBroadcast
{
protected $events;
protected $event;
function __construct($events, $event)
{
$this->events = $events;
$this->event = $event;
}
}
}
namespace Illuminate\Validation
{
clas... | {
"pile_set_name": "Github"
} |
-- !!! Redefining an imported name
-- was: Imported var clashes with local var definition
module M where
import Prelude(id)
id x = x
| {
"pile_set_name": "Github"
} |
# This is the basic function tests for innodb FTS
-- source include/have_innodb.inc
call mtr.add_suppression("\\[ERROR\\] InnoDB: user stopword table not_defined does not exist.");
call mtr.add_suppression("\\[ERROR\\] InnoDB: user stopword table test/user_stopword_session does not exist.");
select * from informatio... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pierre et Marie Curie (Paris VI)
*
* from
*
* linux/include/linux/minix_fs.h
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include <li... | {
"pile_set_name": "Github"
} |
diff --git a/src/device.c b/src/device.c
index 0fda950..eb09e53 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1247,8 +1247,6 @@ int __connman_device_init(const char *device, const char *nodevice)
if (nodevice != NULL)
nodevice_filter = g_strsplit(nodevice, ",", -1);
- cleanup_devices();
-
return 0;
}
| {
"pile_set_name": "Github"
} |
<h1>User Profile</h1>
<p>
<b>Name:</b>
<%= @user.name %>
</p>
<p>
<b>Email:</b>
<%= @user.email %>
</p>
<%= link_to "Back", new_user_path %>
| {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
11
13
11
7
15
5
11
11
11
9
5
76
15
15
5
11
9
15
13
21
5
3
11
13
9
11
5
11
3
7
3
5
17
9
13
11
11
9
21
9
7
15
7
9
19
11
19
5
17
13
11
33
11
9
9
3
11
11
9
15
13
11
9
13
15
9
11
21
9
11
13
9
17
5
19
7
25
7
17
9
11
9
13
27
17
13
15
19
15
17
11
5
19
11
11
19
11
3
7
11
11
3
9
7
7
0
5
5
1
5
13
13
7
11
11
9
5
11
5
5
13
5
21
11
... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 ingore
// Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar.
// cookiejar包实现了保管在内存中的符合RFC 6265标准的http.CookieJar接口。
package... | {
"pile_set_name": "Github"
} |
@model cloudscribe.SimpleContent.Web.ViewModels.PageViewModel
@section Meta {
<meta name="robots" content="noindex, follow" />
}
@section Styles {
<partial name="StylePartial" model="@Model" />
}
@section Toolbar {
<partial name="ToolsPartial" model="@Model" />
}
@await Component.InvokeAsync("Navi... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<title>DPUB-ARIA roles allowed on h1 to h6</title>
</head>
<body>
<h1 role="doc-subtitle">H1 Subtitle</h1>
<h2 role="doc-subtitle">H2 Subtitle</h2>
<h3 role="doc-subtitle">H3 Subtitle</h3>
... | {
"pile_set_name": "Github"
} |
.. _eu.gmic.FreakyBW:
G’MIC Freaky B&W node
=====================
.. raw:: html
<!-- Do not edit this file! It is generated automatically by Natron itself. -->
*This documentation is for version 1.0 of G’MIC Freaky B&W (eu.gmic.FreakyBW).*
Description
-----------
Author: David Tschumperle. Latest Update: 2015/... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.