text stringlengths 2 99.9k | meta dict |
|---|---|
--- src/3rdparty/squirrel/squirrel/sqvm.cpp.orig 2017-06-13 18:34:58 UTC
+++ src/3rdparty/squirrel/squirrel/sqvm.cpp
@@ -4,9 +4,9 @@
#include "../../../stdafx.h"
+#include <math.h>
#include <squirrel.h>
#include "sqpcheader.h"
-#include <math.h>
#include "sqopcodes.h"
#include "sqfuncproto.h"
#include "sqvm.h... | {
"pile_set_name": "Github"
} |
#coding=utf-8
#author:wolf@future-sec
import urllib2
def check(host,port,timeout):
url = "http://%s:%d"%(host,int(port))
error_i = 0
flag_list=['<th>Resin home:</th>','The Resin version','Resin Summary']
user_list=['admin']
pass_list=['admin','123456','12345678','123456789','admin123','admin888','ad... | {
"pile_set_name": "Github"
} |
StartChar: W.sw
Encoding: 66370 -1 2057
Width: 1060
VWidth: 0
Flags: MW
LayerCount: 2
Fore
SplineSet
833 529 m 0
833 313 649 -14 381 -14 c 0
280 -14 207 76 207 177 c 0
207 235 233 307 263 356 c 0
315 442 357 486 429 578 c 0
439 591 396 594 371 594 c 0
326 594 261 597 200 597 c 0
153 597 94 581 94 541 c 0
94 515... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright (c) 2018 Wolfram Research, Inc. All rights reserved.
~ Redistribution or use of this work in any form, with or without modification,
~ requires written permission from the copyright holder.
-->
<h3>
<a href="http://reference.wolfram.com/documentation-search.html?query=ProgressIndicatorBox... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AllGenerics.R, R/ballgown-replace-methods.R
\docType{methods}
\name{indexes<-}
\alias{indexes<-}
\alias{indexes<-,ballgown-method}
\title{Replace method for indexes slot in ballgown objects}
\usage{
indexes(x) <- value
\S4method{indexes}{bal... | {
"pile_set_name": "Github"
} |
SUMMARY = "Userspace tools for Linux IEEE 802.15.4 stack"
HOMEPAGE = "http://wpan.cakelab.org/releases/"
DESCRIPTION = "This is a set of utils to manage the Linux WPAN stack via \
netlink interface. This requires recent kernel with nl802154 interface."
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7... | {
"pile_set_name": "Github"
} |
using System;
using System.Globalization;
using LightBDD.Framework.Formatting;
using NUnit.Framework;
namespace LightBDD.Framework.UnitTests.Formatting
{
[TestFixture]
public class FormatBooleanAttribute_tests
{
private readonly ValueFormattingServiceStub _formattingService = new ValueFormattingSer... | {
"pile_set_name": "Github"
} |
# = Informations
#
# == License
#
# Ekylibre - Simple agricultural ERP
# Copyright (C) 2008-2009 Brice Texier, Thibaud Merigon
# Copyright (C) 2010-2012 Brice Texier
# Copyright (C) 2012-2019 Brice Texier, David Joulin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the ... | {
"pile_set_name": "Github"
} |
\name{gitR-class}
\alias{gitR-class}
\title{gitR reference class}
\description{
Contains all information about a git manager window.
}
| {
"pile_set_name": "Github"
} |
package param
import (
"fmt"
"strings"
)
//MethodParam keeps param information to be auto passed to controller methods
type MethodParam struct {
name string
in paramType
required bool
defaultValue string
}
type paramType byte
const (
param paramType = iota
path
body
header
)
//New c... | {
"pile_set_name": "Github"
} |
---
logging:
level:
org:
springframework:
web: DEBUG
app:
coronawarn: DEBUG
| {
"pile_set_name": "Github"
} |
/**
* Copyright 2013-2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
///
/// Copyright (c) 2010 - <company name here>
///
/// Useful macros
///
/// (File was in the PUBLIC DOMAIN - Author: ddkwizard.assarbad.net)
///////////////////////////////////////////////////////////////////////////////
// $I... | {
"pile_set_name": "Github"
} |
package com.haxademic.core.draw.textures.pgraphics;
import com.haxademic.core.app.P;
import com.haxademic.core.draw.context.PG;
import com.haxademic.core.draw.textures.pgraphics.shared.BaseTexture;
import com.haxademic.core.math.MathUtil;
import com.haxademic.core.math.easing.EasingFloat;
import processing.core.PCons... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="send_general_broadcast">发送广播</string>
<string name="send_local_broadcast">发送Local广播</string>
<string name="send_ordered_broadcast">... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 freebsd linux
package ipv4
import (
"net"
"unsafe"
"golang.org/x/net/internal/socket"
)
func (so *sockOpt) getIPMreqn(c *socket.Conn) (*... | {
"pile_set_name": "Github"
} |
$primary: #404040;
$default: #e0e0e0;
$secondary: #666;
$gray: #F2F2F2;
$red: #EB5424;
$yellow: #FEE209;
$blue: #2275da;
$grape: #9A54B1;
$green: #19A302;
$body-bg: #FFF;
$theme-colors: ( "primary": $blue, "warning": $yellow, );
$input-border: $default;
$input-color-placeholder: $default;
$link-color: $primary;
$colors... | {
"pile_set_name": "Github"
} |
<?php
class Braintree_Discount extends Braintree_Modification
{
public static function all()
{
$response = Braintree_Http::get('/discounts');
$discounts = array("discount" => $response['discounts']);
return Braintree_Util::extractAttributeAsArray(
$discounts,
'd... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: transaction.proto
package types
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a com... | {
"pile_set_name": "Github"
} |
# ax5.mustache
> "ax5.mustache" is a modified version of mustache
in the "https://github.com/janl/mustache.js", some of the syntax.
## ax5.mustache.render
`ax5.mustache.render(template, view)`
> *Argument01_template, Argument02_view, Usage, Output*
Argument01_ template:
```js
var tmpl = "{{title}} spends {{ca... | {
"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.Data.Entity.Migrations;
namespace NuGetGallery.Migrations
{
public partial class CuratedPackages : DbMigration
{
public ove... | {
"pile_set_name": "Github"
} |
---
order: 3
title:
zh-CN: 紧凑型
en-US: Compact Layout
---
## zh-CN
强制忽略 `error`、`extra` 展示。
## en-US
Force ignored `error`, `extra` display.
```ts
import { Component } from '@angular/core';
@Component({
selector: 'app-demo',
template: ` <form nz-form #f="ngForm" se-container labelWidth="150" gutter="32" si... | {
"pile_set_name": "Github"
} |
// This file can be required in Browserify and Node.js for automatic polyfill
// To use it: require('es6-promise/auto');
'use strict';
module.exports = require('./').polyfill();
| {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Red Hat Linux AFS client.
#
afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
kafs-y := \
$(afs-cache-y) \
addr_list.o \
callback.o \
cell.o \
cmservice.o \
dir.o \
dir_edit.o \
dynroot.o \
file.o \
flock.o \
fsclient.o \
inode.o \
main.o \
misc.o \
mntpt.o ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!-- saved from url=(0755)https://pos.baidu.com/s?hei=60&wid=852&di=u3491668<u=https%3A%2F%2Fblog.csdn.net%2Fa_a_ron%2Farticle%2Fdetails%2F79181108&dai=5&dtm=HTML_POST&tcn=1540891621&cmi=4&drs=1&ccd=24&tpr=1540891620740&tlm=1540891621&cja=false&cdo=-1&col=zh-CN&exps=111000&dis=0&pcs=1903x929&ps=6289x6... | {
"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.Data;
using System.Data.Common;
namespace Microsoft.AspNet.SignalR.SqlServer
{
internal class DbProviderFactoryAdapter : IDbProviderF... | {
"pile_set_name": "Github"
} |
using System;
using DeltaEngine.Datatypes;
using DeltaEngine.Entities;
using DeltaEngine.Physics3D;
namespace DeltaEngine.GameLogic
{
public class Projectile : PhysicalEntity3D
{
public Projectile(Actor3D owner, Actor3D target, HierarchyObject3D missile)
{
Owner = owner;
Position = owner.Posit... | {
"pile_set_name": "Github"
} |
---
fixes:
- |
Fix bugs of the concrete implementations of meth:`~qiskit.circuit.ControlledGate.inverse` method which do not preserve the `ctrl_state` parameter.
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# 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.
# The syscall package provides access to the raw system call
# interface of the underlying operating system. Porting Go to
# a new architectur... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="parent" onmouseover="mouselog(event)" onmouseout="mouselog(event)">parent
<div id="child">child</div>
</div>
<textarea id="text"></textarea>
<input type="button" onclick="text.value=... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Eiffel mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<link rel="stylesheet" href="../../theme/neat.css">
<script src="../../lib/codemirror.js"></script>
<script src="eiffel.js"></script>
<... | {
"pile_set_name": "Github"
} |
/**
* Copyright © MyCollab
* <p>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* <p>
* This program is ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://www.knime.org/2008/09/XMLConfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.knime.org/2008/09/XMLConfig http://www.knime.org/XMLConfig_2008_09.xsd" key="spec.xml">
<entry key="spec_name" type="xstring" value="default"... | {
"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 386,darwin
package unix
import (
"syscall"
"unsafe"
)
func Getpagesize() int { return 4096 }
func TimespecToNsec(ts Timespec) int64 { return int... | {
"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 fi... | {
"pile_set_name": "Github"
} |
package org.exoplatform.platform.upgrade.plugins;
import org.exoplatform.commons.api.settings.SettingService;
import org.exoplatform.container.PortalContainer;
import org.exoplatform.container.component.RequestLifeCycle;
import org.exoplatform.container.xml.InitParams;
import org.exoplatform.portal.mop.SiteKey;
import... | {
"pile_set_name": "Github"
} |
package com.udacity.gamedev.impossiblerectangles;
import org.robovm.apple.foundation.NSAutoreleasePool;
import org.robovm.apple.uikit.UIApplication;
import com.badlogic.gdx.backends.iosrobovm.IOSApplication;
import com.badlogic.gdx.backends.iosrobovm.IOSApplicationConfiguration;
import com.udacity.gamedev.impossibler... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* HellFirePvP / Astral Sorcery 2020
*
* All rights reserved.
* The source code is available on github: https://github.com/HellFirePvP/AstralSorcery
* For further details, see the License file there.
**********************************... | {
"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.
#include "mojo/core/test/test_utils.h"
#include <fcntl.h>
#include <stddef.h>
#include <unistd.h>
#include "base/posix/eintr_wrapper.h"
namespace mojo ... | {
"pile_set_name": "Github"
} |
" Vim syntax file
" Language: CA-OpenROAD
" Maintainer: Luis Moreno <lmoreno@eresmas.net>
" Last change: 2001 Jun 12
" For version 5.x: Clear all syntax items
" For version 6.x: Quit when a syntax file was already loaded
"
if version < 600
syntax clear
elseif exists("b:current_syntax")
finish
endif
syntax case ign... | {
"pile_set_name": "Github"
} |
import numpy as np
from glob import glob
import cv2
import matplotlib.pyplot as plt
np.random.seed(0)
def sigmoid(x):
return 1 / (1 + np.exp(-x))
class FullyConnectedLayer():
def __init__(self, in_n, out_n, use_bias=True, activation=None):
self.w = np.random.normal(0, 1, [in_n, out_n])
if us... | {
"pile_set_name": "Github"
} |
1 CleanupCache
2 DHDisableDeviceHost
3 DHEnableDeviceHost
4 DHSetICSInterfaces
5 DHSetICSOff
6 DeregisterNotification
7 DeregisterService
8 DeregisterServiceByUSN
9 FindServices
10 FindServicesCallback
11 FindServicesCancel
12 FindServicesClose
13 FreeSsdpMessage
14 GetFirstService
15 GetNextService
16 RegisterNotifica... | {
"pile_set_name": "Github"
} |
// This file is part of Dust Racing 2D.
// Copyright (C) 2012 Jussi Lind <jussi.lind@iki.fi>
//
// Dust Racing 2D 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 yo... | {
"pile_set_name": "Github"
} |
import store from "@/store";
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 检查权限
* @param value
* @returns {boolean}
*/
export default function checkPermission(value) {
if (value && value instanceof Array && value.length > 0) {
const permissions = store.getters["user/permissions"];
const pe... | {
"pile_set_name": "Github"
} |
Your directory account has been unlocked by a server administrator. If
you have any further questions, please contact an administrator.
| {
"pile_set_name": "Github"
} |
package com.haskforce
import javax.swing.Icon
import com.intellij.openapi.module._
import com.intellij.openapi.project.Project
object HaskellModuleType {
val MODULE_TYPE_ID = "HASKELL_MODULE"
def getInstance: HaskellModuleType = {
ModuleTypeManager.getInstance().findByID(MODULE_TYPE_ID).asInstanceOf[Haskell... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2018 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/... | {
"pile_set_name": "Github"
} |
//
// Prefix header for all source files of the 'janken' target in the 'janken' project
//
#import <Availability.h>
#ifndef __IPHONE_4_0
#warning "This project uses features only available in iOS SDK 4.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017-2019 Hazuki
~
~ 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"
} |
//
// 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 <ProVideo/PAEFilterDefaultBase.h>
@class NSString;
@interface PAEStyleTransfer : PAEFilterDefaultBase
{
struct HGRef<HSty... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import Tooltip from 'rc-tooltip';
import 'rc-tooltip/assets/bootstrap_white.css';
import '../style/Result.css';
import { outline } from '../actions';
import imgLoader from '../images/imgLoader.gif';
import document from '../images/document.svg';
export interface IData {
title: string... | {
"pile_set_name": "Github"
} |
//
// Resource.swift
// Kingfisher
//
// Created by Wei Wang on 15/4/6.
//
// Copyright (c) 2018 Wei Wang <onevcat@gmail.com>
//
// 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 with... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\Nikon;
use JMS\Serializer\Annotation\ExclusionPolicy;
u... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>module SafeYAML - jekyll-2.0.0.alpha.3 Documentation</title>
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<scr... | {
"pile_set_name": "Github"
} |
// +build freebsd
package initwd
import (
"fmt"
"os"
"syscall"
)
// lookup the inode of a file on posix systems
func inode(path string) (uint64, error) {
stat, err := os.Stat(path)
if err != nil {
return 0, err
}
if st, ok := stat.Sys().(*syscall.Stat_t); ok {
return uint64(st.Ino), nil
}
return 0, fmt.... | {
"pile_set_name": "Github"
} |
/* cpufreq-bench CPUFreq microbenchmark
*
* Copyright (C) 2008 Christian Kornacker <ckornacker@suse.de>
*
* 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 Licen... | {
"pile_set_name": "Github"
} |
package restful
// Copyright 2013 Ernest Micklei. All rights reserved.
// Use of this source code is governed by a license
// that can be found in the LICENSE file.
import (
"bytes"
"errors"
"fmt"
"net/http"
"os"
"runtime"
"strings"
"sync"
"github.com/emicklei/go-restful/log"
)
// Container holds a collect... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 the original author or 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 applica... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013, 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"
} |
package org.lsp.kotlinproject
import org.lsp.kotlinproject.Dummy
/**
* Some dummy class for testing purposes
* @author dhleong
*/
open class Dummy {
private var thingy = 42
fun boring() {
println("Hi")
List<String>()
Dummy().fluid().boring()
val list = List<String>()
... | {
"pile_set_name": "Github"
} |
from math import sqrt
import torch
def gaussian2D(radius, sigma=1, dtype=torch.float32, device='cpu'):
"""Generate 2D gaussian kernel.
Args:
radius (int): Radius of gaussian kernel.
sigma (int): Sigma of gaussian function. Default: 1.
dtype (torch.dtype): Dtype of gaussian tensor. De... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@color/j3" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.tencent.mm.ui.account.ResizeLayout android:orientation="vertica... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 Michal Podhradsky
*
* This file is part of paparazzi.
*
* paparazzi is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*... | {
"pile_set_name": "Github"
} |
# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- thockin
- smarterclayton
- wojtek-t
- deads2k
- brendandburns
- caesarxuchao
- liggitt
- nikhiljindal
- gmarek
- erictune
- davidopp
- sttts
- quinton-hoole
- luxas
- janetkuo
- justinsb
- ncdc
- soltysh
- dims
- madhusudancs
- hongchaodeng
- krousey
- mml... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# This script does below things:
# 1) Setup CouchDB.
# 2) Tell the firecamp manage server to set CouchDB service initialized.
#export REGION="us-east-1"
#export CLUSTER="cluster"
#export MANAGE_SERVER_URL="firecamp-manageserver.cluster-firecamp.com:27040"
#export SERVICE_NAME="mycouch"
#export SERVICE_MEM... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
//
// BEGIN SamplePerFaceMaterial command
//
#pragma region SamplePerFaceMaterial command
class CCommandSamplePerFaceMaterial : public CRhinoCommand
{
public:
CComma... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
import MD5 from 'crypto-js/md5';
import { StyledPortraitGravatar } from './portrait.style';
import sizeParams from './portrait-size.config';
import OptionsHelper from '../../utils/helpers/options-helper';
class PortraitGravatar extends React.Component {
... | {
"pile_set_name": "Github"
} |
use crate::{alloc, BPFError};
use alloc::Alloc;
use solana_rbpf::{
ebpf::{ELF_INSN_DUMP_OFFSET, MM_HEAP_START},
error::EbpfError,
memory_region::{translate_addr, MemoryRegion},
vm::{EbpfVm, SyscallObject},
};
use solana_runtime::message_processor::MessageProcessor;
use solana_sdk::{
account::Account... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Spout.
*
* Copyright (c) 2011 Spout LLC <http://www.spout.org/>
* Spout is licensed under the Spout License Version 1.
*
* Spout 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 Fou... | {
"pile_set_name": "Github"
} |
// RUN: %empty-directory(%t)
// RUN: %target-build-swift-dylib(%t/%target-library-name(resil)) -enable-library-evolution %S/Inputs/resilient_generic_struct_v1.swift -emit-module -emit-module-path %t/resil.swiftmodule -module-name resil
// RUN: %target-codesign %t/%target-library-name(resil)
// RUN: %target-build-swif... | {
"pile_set_name": "Github"
} |
package org.openstreetmap.atlas.geography.atlas.changeset;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import org.openstreetmap.atlas.geography.geojson.GeoJsonBuilder;
import org.openstreetmap.atlas.geography.geojson.GeoJsonObject;
import org.openstreetmap.atlas.streaming.resource.... | {
"pile_set_name": "Github"
} |
#ifndef __BT829_H__
#define __BT829_H__
#include "xf86i2c.h"
typedef struct {
int tunertype; /* Must be set before init */
/* Private variables */
I2CDevRec d;
CARD8 brightness;
CARD8 ccmode;
CARD8 code;
CARD16 contrast;
CARD8 format;
int height;
CARD8 h... | {
"pile_set_name": "Github"
} |
package provingground.interface
import org.mongodb.scala.bson.collection.immutable._
import provingground._, HoTT._, induction._
import ConciseTermJson._
object TermBson{
def jsToDoc(js: ujson.Value) = Document(ujson.write(js))
def docToJs(doc: Document) = ujson.read(doc.toJson)
val termToBson = termT... | {
"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"
} |
# frama-c -wp [...]
[kernel] Parsing tests/wp_region/structarray3.i (no preprocessing)
[wp] Running WP plugin...
[wp] Loading driver 'share/wp.driver'
[wp] Warning: Missing RTE guards
[wp] 0 goal scheduled
[wp] Proved goals: 0 / 0
[wp] Report in: 'tests/wp_region/oracle_qualif/structarray3.0.report.json'
[wp] Repor... | {
"pile_set_name": "Github"
} |
<?php
namespace Tests\Factories;
use App\Models\Post;
use Faker\Factory;
use Faker\Generator;
use Illuminate\Support\Arr;
class PostFactory
{
private int $times;
private ?string $type;
public function __construct(int $times = 1)
{
$this->times = $times;
}
public function tweet()
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>
<parent>
<groupId... | {
"pile_set_name": "Github"
} |
//
// WBSDKBasicButton.h
// WeiboSDK
//
// Created by DannionQiu on 14/10/24.
// Copyright (c) 2014年 SINA iOS Team. All rights reserved.
//
#import <UIKit/UIKit.h>
@class WBSDKBasicButton;
typedef void (^WBSDKButtonHandler)(WBSDKBasicButton *button,
BOOL isSuccess,
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="StatedFragment" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<com... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010,
* Gavriloaie Eugen-Andrei (shiretu@gmail.com)
*
* This file is part of crtmpserver.
* crtmpserver 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 L... | {
"pile_set_name": "Github"
} |
/**
* This file is part of ORB-SLAM2.
* This file is a modified version of EPnP <http://cvlab.epfl.ch/EPnP/index.php>, see FreeBSD license below.
*
* Copyright (C) 2014-2016 Raúl Mur-Artal <raulmur at unizar dot es> (University of Zaragoza)
* For more information see <https://github.com/raulmur/ORB_SLAM2>
*
* ORB-SLAM2... | {
"pile_set_name": "Github"
} |
#include <vector>
#include <cstdio>
using namespace std;
void D(int n,vector<int>*v,int*b){
b[n]=1;
for(int i=0;i<v[n].size();i++)if(!b[v[n][i]])D(v[n][i],v,b);
}
main(){
int m,n,i,j,next,d[259];
for(;scanf("%d%d",&m,&n)>1;puts(i<=n+1?"NG":"OK")){
d[0]=d[n+1]=0;
for(i=1;i<=n;i++)scanf("%d",d+i);
vector<int>vf... | {
"pile_set_name": "Github"
} |
#ifndef _LINDA_H
#define _LINDA_H
/*
* Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
*
* 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 ... | {
"pile_set_name": "Github"
} |
var createCtor = require('./_createCtor'),
root = require('./_root');
/** Used to compose bitmasks for function metadata. */
var WRAP_BIND_FLAG = 1;
/**
* Creates a function that wraps `func` to invoke it with the optional `this`
* binding of `thisArg`.
*
* @private
* @param {Function} func The function to w... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <linux/bpf.h>
#include "bpf_helpers.h"
int _version SEC("version") = 1;
char _license[] SEC("license") = "GPL";
SEC("skb_ctx")
int process(struct __sk_buff *skb)
{
#pragma clang loop unroll(full)
for (int i = 0; i < 5; i++) {
if (skb->cb[i] != i + 1)
return 1;
sk... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
import (
"context"
"encoding/json"
"fmt"
"net/http"
"net/url"
"strings"
"github.com/olivere/elastic/v7/uritempl... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this pe... | {
"pile_set_name": "Github"
} |
import { LightningElement } from 'lwc';
export default class AttributeDynamic extends LightningElement {
classAttribute = 'foo';
dataAttribute = 'foo';
styleAttribute = 'color: red;';
} | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShaderTranslator", "ShaderTranslator\ShaderTranslator.csproj", "{ED5E6E83-9648-49C9-86DB-3D4CBA99BA49}"
En... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PublishPreview matches snapshot 1`] = `
<div>
<section
class="sc-bdVaJa ezdyV sc-bwzfXH uTxCW"
>
<h3>
포스트 미리보기
</h3>
<div
class="contents"
>
<div
class="sc-htpNat fGfspC"
>
<div
class="sc-bxivh... | {
"pile_set_name": "Github"
} |
exports = module.exports = function (services, helpers) {
return function (req, res, next) {
res.send(200);
};
}; | {
"pile_set_name": "Github"
} |
..\..\bin\lcc -Wa-l -Wl-m -o gb-dtmf.gb gb-dtmf.c
| {
"pile_set_name": "Github"
} |
FROM scratch
COPY . subdir/
| {
"pile_set_name": "Github"
} |
#servers {
width: 1176;
height: 520;
}
#Hostname {
min-width: 360;
}
#Source {
min-width: 140;
}
#Map {
min-width: 120;
}
#Gameplay {
min-width: 120;
}
#Players {
min-width: 80;
}
#Ping {
min-width: 80;
}
#servers .error > Text {
color: darkred;
}
| {
"pile_set_name": "Github"
} |
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
*
* This program is free so... | {
"pile_set_name": "Github"
} |
@comment $NetBSD: PLIST,v 1.3 2016/08/18 11:23:48 jaapb Exp $
${OCAML_SITELIB}/ppx_type_conv/META
${OCAML_SITELIB}/ppx_type_conv/ignore_unused_warning.annot
${OCAML_SITELIB}/ppx_type_conv/ignore_unused_warning.cmt
${OCAML_SITELIB}/ppx_type_conv/ignore_unused_warning.cmti
${OCAML_SITELIB}/ppx_type_conv/ignore_unused_war... | {
"pile_set_name": "Github"
} |
# Ligand PDB 2w73
@<TRIPOS>MOLECULE
2w73_ligand
297 297 17 0 2
SMALL
GAST_HUCK
@<TRIPOS>DICT
BIOPOLYMER macromol
@<TRIPOS>ATOM
1 H1 -4.3113 -22.6846 25.7277 H 1 VAL395 0.2015
2 H2 -4.8435 -22.5042 27.2748 H 1 VAL395 0.2015
3 H3 ... | {
"pile_set_name": "Github"
} |
/*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2016 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.