text stringlengths 2 99.9k | meta dict |
|---|---|
package com.wix.reactnativenotifications.core.notificationdrawer;
import android.content.Context;
import com.wix.reactnativenotifications.core.AppLaunchHelper;
public interface INotificationsDrawerApplication {
IPushNotificationsDrawer getPushNotificationsDrawer(Context context, AppLaunchHelper defaultAppLaunchH... | {
"pile_set_name": "Github"
} |
(cl:in-package #:common-lisp-user)
(defpackage #:sicl-mir-to-lir
(:use #:common-lisp)
(:export
#:mir-to-lir
#:*rax*
#:*rax*
#:*rbx*
#:*rcx*
#:*rdx*
#:*rsp*
#:*rbp*
#:*rsi*
#:*rdi*
#:*r8*
#:*r9*
#:*r10*
#:*r11*
#:*r12*
#:*r13*
#:*r14*
#:*r15*))
| {
"pile_set_name": "Github"
} |
carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
carl9170-$(CONFIG_CARL9170_DEBUGFS) += debug.o
obj-$(CONFIG_CARL9170) += carl9170.o
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
//
// VMOptions=
// VMOptions=--short_socket_read
// VMOptions=--short_socket_write
// VMOptions=--short... | {
"pile_set_name": "Github"
} |
idx label predict basePredict correct time
0 3 3 3 1 0:00:16.029334
20 7 5 5 0 0:00:15.918181
40 4 4 4 1 0:00:15.844616
60 7 7 7 1 0:00:15.823835
80 8 8 8 1 0:00:15.996645
100 4 5 5 0 0:00:15.833195
120 8 1 8 0 0:00:16.076786
140 6 6 2 1 0:00:16.093920
160 2 2 2 1 0:00:15.887400
180 0 0 0 1 0:00:17.100096
20... | {
"pile_set_name": "Github"
} |
structure Ponyo_Net_Http_Server : PONYO_NET_HTTP_SERVER =
struct
local
structure Format = Ponyo_Format_String
structure Socket = Ponyo_Net_Socket
structure String = Ponyo_String
structure Thread = Ponyo_Thread
structure Request = Ponyo_Net_Http_Request (Socket)
stru... | {
"pile_set_name": "Github"
} |
package com.example.qyh.joe.fragment;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.app.ActivityCompat;
import android.support.v4.ap... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to plac... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014, Ryan Lewis All rights reserved. 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 following dis... | {
"pile_set_name": "Github"
} |
export const API = process.env.VUE_APP_API;
| {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
package cldr
import (
"encoding/xml"
"regexp"
"strconv"
)
// Elem is implemented by every XML element.
type Elem interface {
setEnclosing(Elem)
setName(s... | {
"pile_set_name": "Github"
} |
/***************************************************
* 版权声明
*
* 本操作系统名为:MINE
* 该操作系统未经授权不得以盈利或非盈利为目的进行开发,
* 只允许个人学习以及公开交流使用
*
* 代码最终所有权及解释权归田宇所有;
*
* 本模块作者: 田宇
* EMail: 345538255@qq.com
*
*
***************************************************/
#ifndef __PRINTK_H__
#define __PRINTK_H__
#include <s... | {
"pile_set_name": "Github"
} |
#ifndef CAFFE_ELTWISE_LAYER_HPP_
#define CAFFE_ELTWISE_LAYER_HPP_
#include <vector>
#include "../layer.hpp"
namespace caffe {
/**
* @brief Compute elementwise operations, such as product and sum,
* along multiple input Blobs.
*
* TODO(dox): thorough documentation for Forward, Backward, and proto params.
... | {
"pile_set_name": "Github"
} |
# This list is a compilation of EISA ids.
# It also includes numerous ISA cards for which an EISA id
# has been allocated.
#
# Please send any patch/addition/correction to
# Marc Zyngier <maz@wild-wind.fr.eu.org>
#
# Many entries were contributed by Andries.Brouwer@cwi.nl
ABP0510 "Advansys ABP-510 ISA SCSI Host Adapte... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
module ExternalLogoutHelper
def external_logout_props
{
version: SETTINGS[:version].version,
caption: Setting[:login_text],
logoSrc: image_path("login_logo.png"),
submitLink: extlogin_users_path,
backgroundUrl: nil,
}
end
def mount_external_logout
react_component('Extern... | {
"pile_set_name": "Github"
} |
module SimplyStored
module Couch
module Validations
def validates_uniqueness_of(*attr_names)
attr_names.each do |name|
if not respond_to?("by_#{name}")
view "by_#{name}", :key => name
end
end
validates_with ValidatesUniquenessOf, _merge_attributes(at... | {
"pile_set_name": "Github"
} |
html, body {
height: 100%;
}
#hawkeye-container {
margin-left: auto;
margin-right: auto;
padding: 0;
width: 100%;
height: 96%;
padding-top: 2%;
padding-bottom: 2%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: borde... | {
"pile_set_name": "Github"
} |
Source: zstd
Version: 1.4.4
Port-Version: 2
Description: Zstandard - Fast real-time compression algorithm
Homepage: https://facebook.github.io/zstd/
| {
"pile_set_name": "Github"
} |
"""Simple implementation of the Level 1 DOM.
Namespaces and other minor Level 2 features are also supported.
parse("foo.xml")
parseString("<foo><bar/></foo>")
Todo:
=====
* convenience methods for getting elements and text.
* more testing
* bring some of the writer and linearizer code into conformance with this
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using ActiveUp.Net.Samples.Utils;
using ActiveUp.Net.Mail;
namespace ActiveUp.Net.Samples.IMAP4
{
public partial class RenameMailbox : ActiveUp.Net.Sa... | {
"pile_set_name": "Github"
} |
<a href="bunyan.1.html">bunyan(1) man page</a>
| {
"pile_set_name": "Github"
} |
/*
Copyright 2020 The Kubermatic Kubernetes Platform contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law ... | {
"pile_set_name": "Github"
} |
import del from 'del';
import fs from 'fs';
import { getStd, fork, spawn } from './utils';
import path from 'path';
import assert = require('assert');
import extend from 'extend2';
const options = {
silent: true,
env: {
...process.env,
ETS_SILENT: 'false',
ETS_WATCH: 'true',
},
cwd: path.resolve(__... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (C) 1998-2005, OFFIS
*
* This software and supporting documentation were developed by
*
* Kuratorium OFFIS e.V.
* Healthcare Information and Communication Systems
* Escherweg 2
* D-26121 Oldenburg, Germany
*
* THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND OFFIS MAKES NO WARRA... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Auto-imported from Gecko test 448111-1.html</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
<link rel="help" href... | {
"pile_set_name": "Github"
} |
/***********************************************************************
* Software License Agreement (BSD License)
*
* Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved.
* Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved.
*
* Redistribution and use in source and bi... | {
"pile_set_name": "Github"
} |
/*
* @Author: 小粽子
* @Date: 2017-12-11 20:50:41
* @Last Modified by: 小粽子
* @Last Modified time: 2017-12-11 20:50:41
*/
const merge = require('webpack-merge');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const common = require('./webpack.common.js');
module.exports = merge(common, {
plugins: [... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* Copyright (C) 2011 by Mauro Gamba <maurillo71@gmail.com> *
* *
* This program is free software; you can redistribute it and/or modify *
* it unde... | {
"pile_set_name": "Github"
} |
Description: fix denial of service and possible code execution via
stack overflows in File Transfer feature
Origin: backport, https://github.com/newsoft/libvncserver/commit/06ccdf016154fde8eccb5355613ba04c59127b2e
Origin: backport, https://github.com/newsoft/libvncserver/commit/f528072216dec01cee7ca35d94e171a3b909e677... | {
"pile_set_name": "Github"
} |
<?php
class DependencyFailureTest extends PHPUnit_Framework_TestCase
{
public function testOne()
{
$this->fail();
}
/**
* @depends testOne
*/
public function testTwo()
{
}
/**
* @depends !clone testTwo
*/
public function testThree()
{
}
/**
... | {
"pile_set_name": "Github"
} |
(*
* Copyright (c) 2019, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the "hack" directory of this source tree.
*
*)
(* This `.mli` file was generated automatically. It may include extra
definitions that should not actually be expose... | {
"pile_set_name": "Github"
} |
{{- if and .Values.rbac.create (not .Values.rbac.namespaced) }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ template "grafana.clusterRoleBindingName" . }}
labels:
{{- include "commonLabels" . | nindent 4 }}
subjects:
- kind: ServiceAccount
name: {{ template "graf... | {
"pile_set_name": "Github"
} |
# DESCRIPTION
# Verify 3 by 3 columns are dependent
# ENDDESCRIPTION
##\{ textbook_ref_exact("Holt Linear Algebra", "2.3","10") \}
## DBsubject(Linear algebra)
## DBchapter(Euclidean spaces)
## DBsection(Linear independence)
## Institution(Saint Louis University)
## Author(Mike May)
## Level(3)
## TitleText1('Linear A... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
describe "StringIO#print" do
before :each do
@io = StringIO.new('example')
end
it "prints $_ when passed no arguments" do
$_ = nil
@io.print
@io.string.should == "example"
$_ = "blah"
@io.print
@io.string.shoul... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Chromium Embedded Framework 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 CEF_LIBCEF_BROWSER_PERMISSIONS_PERMISSION_CONTEXT_H_
#define CEF_LIBCEF_BROWSER_PERMISSIONS_PERMISSION_CONTEXT_H_
#include "ba... | {
"pile_set_name": "Github"
} |
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).
Below you'll find information about performing common tasks. The most recent version of this guide is available [here](https://github.com/react-community/create-react-native-app/blob/master/react-n... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
* VA Linux Systems Inc., Fremont, California.
* Copyright 2008 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to... | {
"pile_set_name": "Github"
} |
var user = require('./users.controller.js')
var multer = require('multer')
var upload = multer({ dest: 'client/uploads/' })
module.exports = function (app, auth, mail, settings, models, logger) {
app.post('/api/user/photos/upload', upload.single('file'), user.postPhoto)
app.post('/api/user/authenticate', user.chec... | {
"pile_set_name": "Github"
} |
<properties
pageTitle="Get started with authentication (Xamarin.iOS) - Mobile Services"
description="Learn how to use authentication in your Azure Mobile Services app for Xamarin.iOS."
documentationCenter="xamarin"
services="mobile-services"
manager="dwrede"
authors="lindydonna"
editor=""/>
<tags
ms.service="... | {
"pile_set_name": "Github"
} |
(1:1)FeatureLine:Feature/Some rules/
(2:1)Empty://
(3:3)BackgroundLine:Background//
(4:5)StepLine:Given /fb/
(5:1)Empty://
(6:3)RuleLine:Rule/A/
(7:1)Other:/ The rule A description/
(8:1)Other://
(9:5)BackgroundLine:Background//
(10:7)StepLine:Given /ab/
(11:1)Empty://
(12:5)ScenarioLine:Example/Example A/
(13:7)Ste... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d6132359ece035a4995c4859a13e95e3
timeCreated: 1486634495
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Thomas Akehurst
*
* 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... | {
"pile_set_name": "Github"
} |
#import <UIKit/UIKit.h>
@interface MITViewWithCenterText : UIView
@property (weak, nonatomic) IBOutlet UILabel *overviewText;
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *overviewIndicator;
@end
| {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Cake.Common.Tests.Fixtures.Build;
using NSubstitute;
using Xunit;
namespace Cake.Common.Tests.Unit.Build.App... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectC... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge... | {
"pile_set_name": "Github"
} |
/*
* 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"
} |
/*
* Copyright (©) 2016 Jeff Harris <jefftharris@gmail.com>
* All rights reserved. Use of the code is allowed under the
* Artistic License 2.0 terms, as specified in the LICENSE file
* distributed with this code, or available from
* http://www.opensource.org/licenses/artistic-license-2.0.php
*/
package net.tjado.... | {
"pile_set_name": "Github"
} |
cheats = 2
cheat0_desc = "Infinite Energy"
cheat0_code = "M 8 48378 58 0\nZ 8 48392 58 0"
cheat0_enable = false
cheat1_desc = "Infinite Time"
cheat1_code = "Z 8 49915 0 0"
cheat1_enable = false | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>DarkBASIC Professional Help File</title>
</head>
<body background="..\..\gfx\dbpro_bg.jpg">
<!-- Page Header -->
<center><table width="340" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="..\..\gfx\dbph_head_1.jpg" width="102" height="51"></td>
<td><a href="..\..\main.htm"><img src... | {
"pile_set_name": "Github"
} |
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
/** @file
@section license License
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, Versi... | {
"pile_set_name": "Github"
} |
#
# 8390 device configuration
#
config NET_VENDOR_8390
bool "National Semi-conductor 8390 devices"
default y
depends on NET_VENDOR_NATSEMI
---help---
If you have a network (Ethernet) card belonging to this class, say Y.
Note that the answer to this question doesn't directly affect the
kernel: saying N wi... | {
"pile_set_name": "Github"
} |
/**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file threadPriority.h
* @au... | {
"pile_set_name": "Github"
} |
package eta.runtime;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
public class RuntimeOptions {
private Properties p;
public RuntimeOptions(String path) {
loadProperties(path);
}
/*
* Loads properties from resource which
* may be override by ... | {
"pile_set_name": "Github"
} |
"""SCons.Tool.Packaging.rpm
The rpm packager.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal i... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link ... | {
"pile_set_name": "Github"
} |
<?php
return [
'Tracking Code' => 'İzleme Kodu',
];
| {
"pile_set_name": "Github"
} |
Download and docs:
http://pypi.python.org/pypi/colorama
Development:
http://code.google.com/p/colorama
Discussion group:
https://groups.google.com/forum/#!forum/python-colorama
Description
===========
Makes ANSI escape character sequences for producing colored terminal text and
cursor positioning work un... | {
"pile_set_name": "Github"
} |
/*=======================================
Template Design By MarkUps
Author URI : http://www.markups.io/
========================================*/
.mu-service-icon-box,
.mu-team-social-info a:hover,
.mu-team-social-info a:focus,
.mu-testimonial-slide .slick-dots li button::before,
.mu-testimonial-slide .slick-dot... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_sIMD4I_Hh_
#define DLIB_sIMD4I_Hh_
#include "simd_check.h"
#include "../uintn.h"
namespace dlib
{
#ifdef DLIB_HAVE_SSE2
class simd4i
{
public:
typedef int3... | {
"pile_set_name": "Github"
} |
COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
INTEGER INCX,INCY,N
COMPLEX CX(*),CY(*)
COMPLEX RES
EXTERNAL CDOTCW
CALL CDOTCW(N,CX,INCX,CY,INCY,RES)
CDOTC = RES
RETURN
END
COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY)
INTEGER INCX,INCY,N
COMP... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2007, Cameron Rich
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice,
# this list of conditions and ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
// ==UserScript==
// @name feed button in urlbar
// @namespace http://oflow.me/archives/310
// @description RSS購読ボタンをURLバーの中につっこむ
// @compatibility Firefox 4.0, 5.0, 6.0b1
// @version 1.0.20110711
// ==/UserScript==
//
// Firefox 6以降でdata:text/cssがbase64エンコードでないとアレ
/... | {
"pile_set_name": "Github"
} |
;;; -*- coding: utf-8-unix -*-
;;;
;;;Part of: Vicare Scheme
;;;Contents: tests for arguments validation library
;;;Date: Mon Oct 1, 2012
;;;
;;;Abstract
;;;
;;;
;;;
;;;Copyright (C) 2012, 2013, 2014, 2015, 2016 Marco Maggi <marco.maggi-ipsu@poste.it>
;;;
;;;This program is free software: you can redistribute it and/... | {
"pile_set_name": "Github"
} |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Copyright 2020 The Magma Authors.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
... | {
"pile_set_name": "Github"
} |
;
; This is a minimal sample xl2tpd configuration file for use
; with L2TP over IPsec.
;
; The idea is to provide an L2TP daemon to which remote Windows L2TP/IPsec
; clients connect. In this example, the internal (protected) network
; is 192.168.1.0/24. A special IP range within this network is reserved
; for the rem... | {
"pile_set_name": "Github"
} |
package compute
// 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
//
// Unl... | {
"pile_set_name": "Github"
} |
package metrics
import (
"fmt"
"io"
"sort"
"time"
)
// Write sorts writes each metric in the given registry periodically to the
// given io.Writer.
func Write(r Registry, d time.Duration, w io.Writer) {
for _ = range time.Tick(d) {
WriteOnce(r, w)
}
}
// WriteOnce sorts and writes metrics in the given regist... | {
"pile_set_name": "Github"
} |
央视/null
电信/null
移动/null
网通/null
联通/null
铁通/null
百度/null
环球网/null
长城网/null
新浪/null
腾讯/null
搜搜/soso
谷歌/null
雅虎/null
微软/null
中关村/null
搜狐/null
网易/null
硅谷/null
维基百科/null
巨人网络/null
阿里巴巴/null
阿里旺旺/旺旺
旺旺/null
淘宝/null
赶集网/null
猪八戒网/null
唯你英语/null
拉手网/null
百贯福泰/null
汇划算/null
汇划算网/null
聚划算/null
天猫/null
天猫网/null
亚马逊/null
亚马逊网/null... | {
"pile_set_name": "Github"
} |
<?php
use PHPUnit\Framework\TestCase;
class CoverageMethodParenthesesTest extends TestCase
{
/**
* @covers CoveredClass::publicMethod()
*/
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}
| {
"pile_set_name": "Github"
} |
" themis: supporter: builtin_assert: Handle Vim built-in assertion functions.
" Version: 1.5.4
" Author : thinca <thinca+vim@gmail.com>
" License: zlib License
let s:save_cpo = &cpoptions
set cpoptions&vim
let s:receiver = {}
function! s:receiver.start_test(bundle, entry) abort
if exists('v:errors')
let v:erro... | {
"pile_set_name": "Github"
} |
spring.application.name=ratings-data-service
server.port=8083 | {
"pile_set_name": "Github"
} |
//
// NSMenu+Extension.swift
// Fuwari
//
// Created by Kengo Yokoyama on 2018/07/14.
// Copyright © 2018年 AppKnop. All rights reserved.
//
import Cocoa
extension NSMenu {
func addItem(withTitle title: String, action: Selector? = nil, target: AnyObject? = nil, representedObject: AnyObject? = nil, state: NSCon... | {
"pile_set_name": "Github"
} |
/* crypto/ui/ui.h */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2001.
*/
/* ====================================================================
* Copyright (c) 2001 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or witho... | {
"pile_set_name": "Github"
} |
////
Automatically generated by PainlessDocGenerator. Do not edit.
Rebuild by running `gradle generatePainlessApi`.
////
[[painless-api-reference-CharSequence]]++CharSequence++::
* ++[[painless-api-reference-CharSequence-charAt-1]]char link:{java8-javadoc}/java/lang/CharSequence.html#charAt%2Dint%2D[charAt](int)++ (li... | {
"pile_set_name": "Github"
} |
cheats = 11
cheat0_desc = "No Damage\Player 1"
cheat0_enable = false
cheat0_code = "50000402 0000;8113CF08 0000"
cheat1_desc = "No Damage\Player 2"
cheat1_enable = false
cheat1_code = "50000402 0000;8113EF98 0000"
cheat2_desc = "Unlock All Tracks and Vehicles"
cheat2_enable = false
cheat2_code = "8008D0AC 0001"
cheat3_... | {
"pile_set_name": "Github"
} |
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
# / __| | | | |_) | |
# | (__| |_| | _ <| |___
# \___|\___/|... | {
"pile_set_name": "Github"
} |
"""empty message
Revision ID: f234688f5ebd
Revises: 213fcca48483
Create Date: 2019-06-30 18:30:55.295040
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'f234688f5ebd'
down_revision = '213fcca48483'
branch_labels = None
depends_on = None
def upgrade():
# ... | {
"pile_set_name": "Github"
} |
.. _INSTALL:
Installing Modules on Unix
==========================
This document is an overview of building and installing Modules on a Unix
system.
Requirements
------------
Modules consists of one Tcl script so to run it from a user shell the
only requirement is to have a working version of ``tclsh`` (version
8.... | {
"pile_set_name": "Github"
} |
// Package dynblock provides an extension to HCL that allows dynamic
// declaration of nested blocks in certain contexts via a special block type
// named "dynamic".
package dynblock
import (
"github.com/hashicorp/hcl/v2"
)
// Expand "dynamic" blocks in the given body, returning a new body that
// has those blocks e... | {
"pile_set_name": "Github"
} |
AF: Afghanistan
AX: 'Åland Islands'
AL: Albania
DZ: Algeria
AS: 'American Samoa'
AD: Andorra
AO: Angola
AI: Anguilla
AQ: Antarctica
AG: 'Antigua & Barbuda'
AR: Argentina
AM: Armenia
AW: Aruba
AU: Australia
AT: Austria
AZ: Azerbaijan
BS: Bahamas
BH: Bahrain
BD: Bangladesh
BB: Barbados
BY: Belarus
BE: Belgium
BZ: Belize
... | {
"pile_set_name": "Github"
} |
##### Atividade
# Cibersegurança
Atividade de Inquérito
### Objetivos de Aprendizado:
- [LO 6.3.1] Identificar as preocupações com segurança cibernética existentes e as possíveis opções para abordar esses problemas com a Internet e os sistemas construídos sobre ela. [P1]
- [LO 7.1.2] Explique como as pessoas particip... | {
"pile_set_name": "Github"
} |
;- CONFOUNDED
;- VERSION 2.0
0x25170948
BPOIdyCkpyapD9Sbg3ihzVjX8mzTmAiSjhpEsP5B/JLAUDn9RIsDnOLXLHQd4946VR2lqavLJnGf535CcN9aVHqaE7edVWRGCCSlTWuQe0+xe/4wEPL0yyy/
ICXX5FGTs9Wge0dkjfMQhmVUDyTjw0Evh8OrBNTbafv2iHkUz1d9kc4tkBzCkXekUn9kmMRycr4cVh7axwPwM7tCo/vGuzF16Mj9a0ZnUdZBDdIjBglhhywc
ScLZQkpfNNiPuvCNpKJgN+2kxMBya/l3w7vO9p... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: a52a050b94d6d8645a4fd8c551674741
folderAsset: yes
timeCreated: 1470190843
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=4.2.1 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
// RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=5.0.0 -fobjc-arc -fsyntax-only %s... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Drawing;
using System.Windows.Forms.VisualStyles;
namespace System.Windows.Forms
{
... | {
"pile_set_name": "Github"
} |
// Copyright 2020 the V8 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.
//
// Flags: --dynamic-map-checks --allow-natives-syntax --opt --no-always-opt
function f(v) {
return v.b;
}
var v = { a: 10, b: 10.23 };
%PrepareFunc... | {
"pile_set_name": "Github"
} |
/*!
*
* Angle - Bootstrap Admin Template
*
* Version: 4.7.1
* Author: @themicon_co
* Website: http://themicon.co
* License: https://wrapbootstrap.com/help/licenses
*
*/
// Bootstrap
@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
// Variables
@import "app/variables";
... | {
"pile_set_name": "Github"
} |
// dear imgui: Renderer for OpenGL3 / OpenGL ES2 / OpenGL ES3 (modern OpenGL with shaders / programmatic pipeline)
// This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..)
// (Note: We are using GL3W as a helper library to access OpenGL functions since there is no standard header to acce... | {
"pile_set_name": "Github"
} |
enable_language(CXX)
add_library(main INTERFACE)
target_compile_features(main PRIVATE cxx_delegating_constructors)
| {
"pile_set_name": "Github"
} |
//! This module contains some useful macros to simply
//! create supervisors and children groups.
/// This macro creates a new children group with the given amount of worker
/// callbacks, and a closure that will be executed when a message is received.
///
/// # Example
///
/// ```
/// # use bastion::prelude::*;
/// #... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
// Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
// them here for backwards compatibility.
package unix
const (
IFF_SMART ... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// 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)
//
// Preprocessed version of "lslboost/mpl/shift_right.hpp" header
// -- DO NOT modi... | {
"pile_set_name": "Github"
} |
/* The contents of this file are subject to the Netscape Public
* License Version 1.1 (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.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" ... | {
"pile_set_name": "Github"
} |
/*
* Copyright Beijing 58 Information Technology Co.,Ltd.
*
* 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
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.