text stringlengths 2 99.9k | meta dict |
|---|---|
// 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.
package httpproxy_test
import (
"bytes"
"errors"
"fmt"
"net/url"
"os"
"strings"
"testing"
"golang.org/x/net/http/httpproxy"
)
// setHelper calls t.He... | {
"pile_set_name": "Github"
} |
https-portal:
build: ../../..
ports:
- '80:80'
- '443:443'
environment:
FORCE_RENEW: $FORCE_RENEW
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
links:
- wordpress # to make sure wordpress starts first
wordpress:
image: wordpress
ports:
- '8080:80'
expose:
- '80'
... | {
"pile_set_name": "Github"
} |
error[E0599]: no method named `fake` found for type `{integer}` in the current scope
--> $DIR/macro-backtrace-invalid-internals.rs:5:13
|
LL | 1.fake()
| ^^^^ method not found in `{integer}`
...
LL | fake_method_stmt!();
| -------------------- in this macro invocation
|
= ... | {
"pile_set_name": "Github"
} |
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../.symlinks/flutter/ios"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FMDB" "${PODS_ROOT}/Headers/Public/path_provider" "${PODS_ROOT}/Headers/Public/shared_prefer... | {
"pile_set_name": "Github"
} |
/* vim:ts=4:sts=4:sw=4:
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla 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://... | {
"pile_set_name": "Github"
} |
<?php
/**
* 控制过滤器, 集成了RBAC菜单权限验证
* @author 边走边乔 <771405950>
*/
namespace backend\components;
use Yii;
use yii\web\User;
use yii\di\Instance;
use yii\web\ForbiddenHttpException;
//class AccessControl extends \yii\base\ActionFilter {
class AccessControl extends \yii\filters\AccessControl {
/**
* This metho... | {
"pile_set_name": "Github"
} |
'''
@author prateek3255
@date 05/01/2018
'''
def rabinKarp(string,pattern,q=153):
n=len(string)
m=len(pattern)
d=256
h=d**(m-1)%q
p=0
t=0
for i in range(0,m):
p=(d*p+ord(pattern[i]))%q
t=(d*t+ord(string[i]))%q
for i in range(n-m+1):
if p==t and string[i... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010-2011 Espressif System
*
*/
#ifndef _WLAN_LWIP_IF_H_
#define _WLAN_LWIP_IF_H_
#define LWIP_IF0_PRIO 28
#define LWIP_IF1_PRIO 29
enum {
SIG_LWIP_RX = 0,
};
struct netif * eagle_lwip_if_alloc(struct ieee80211_conn *conn, const uint8 *macaddr, struct ip_info *info);
struct netif * e... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Proton Technologies AG
//
// This file is part of ProtonMail Bridge.
//
// ProtonMail Bridge 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 y... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ce4d5cda474b9a14385be6aca998e173
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 9
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRefe... | {
"pile_set_name": "Github"
} |
package me.ccrama.redditslide.Visuals;
import android.content.Context;
import android.graphics.Color;
import androidx.core.content.ContextCompat;
import java.util.Map;
import java.util.TreeMap;
import me.ccrama.redditslide.R;
/**
* Created by carlo_000 on 2/8/2016.
*/
public class GetClosestColor {
public s... | {
"pile_set_name": "Github"
} |
#include<stdio.h>
#include<assert.h>
int main()
{
int rd, rs, rt;
int result;
rs = 0x00000010;
rt = 0x00000001;
result = 0x00000008;
__asm
("addqh.w %0, %1, %2\n\t"
: "=r"(rd)
: "r"(rs), "r"(rt)
);
assert(rd == result);
rs = 0xFFFFFFFE;... | {
"pile_set_name": "Github"
} |
package com.pediy.bbs.kanxue.util;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class SimpleHASH {
private static String convertToHex(byte[] data) {
StringBuilder buf = new StringBuilder();
for (byte b : data) {... | {
"pile_set_name": "Github"
} |
export interface ISPDataService {
GetWebProperties(webUrl: string, selectFields: string[]): Promise<any>;
}
| {
"pile_set_name": "Github"
} |
#include "pe_exception.h"
namespace pe_bliss
{
//PE exception class constructors
pe_exception::pe_exception(const char* text, exception_id id)
:std::runtime_error(text), id_(id)
{}
pe_exception::pe_exception(const std::string& text, exception_id id)
:std::runtime_error(text), id_(id)
{}
//Returns exception ID
pe_e... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go.
// source: ipv6_rib_edm_proto.proto
// DO NOT EDIT!
/*
Package cisco_ios_xr_ip_rib_ipv6_oper_ipv6_rib_vrfs_vrf_afs_af_safs_saf_ip_rib_route_table_names_ip_rib_route_table_name_protocol_local_lspv_information is a generated protocol buffer package.
It is generated from these files:
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
</head>
<body>
Automatic redirection failed, click this <a href="doc/html/index.html">link</a>
<hr>
<p>Copyright Louis Dionne 2013-2017</p>
<p>
Distributed under the Boost Software License, Ve... | {
"pile_set_name": "Github"
} |
[
"a",
"à",
"â",
"abord",
"afin",
"ah",
"ai",
"aie",
"ainsi",
"allaient",
"allo",
"allô",
"allons",
"après",
"assez",
"attendu",
"au",
"aucun",
"aucune",
"aujourd",
"aujourd'hui",
"auquel",
"aura",
"auront",
"aussi",
... | {
"pile_set_name": "Github"
} |
function varargout = norm_tv(varargin)
% NORM_TV Returns total variation semi-norm
switch class(varargin{1})
case 'double' % What is the numerical value of this argument (needed for displays etc)
X = varargin{1};
[n,m] = size(X);
Dx = [diff(X,1,1);zeros(1,m)];
Dy = [dif... | {
"pile_set_name": "Github"
} |
/* eslint sonarjs/cognitive-complexity: 0 */ // --> OFF
import { TestSuite } from '../../../../client-common/src/__tests__/TestSuite';
const testSuite = new TestSuite('secured_api_keys');
test(testSuite.testName, async () => {
const client = testSuite.makeSearchClient();
const index1 = client.initIndex(testSuite... | {
"pile_set_name": "Github"
} |
.dd { position: relative; display: block; margin: 10px; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,... | {
"pile_set_name": "Github"
} |
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerate... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | {
"pile_set_name": "Github"
} |
# 🏭 plugin-lib-webpack
[](https://www.npmjs.com/package/@start/plugin-lib-webpack) [](https://travis-ci.org/deepsweet/start) [
#------------------------------------------------------------------------------
# NbConvertApp configuration
#------------------------------------------------------------------------------
# This application is used to convert notebook files (*.ipynb) to v... | {
"pile_set_name": "Github"
} |
============
Clangd
============
.. contents::
.. toctree::
:maxdepth: 1
:program:`Clangd` is an implementation of the `Language Server Protocol
<https://github.com/Microsoft/language-server-protocol>`_ leveraging Clang.
Clangd's goal is to provide language "smartness" features like code completion,
find referenc... | {
"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="text.prev">
... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.aq;
import com.tencent.mm.e.b.bj;
import com.tencent.mm.model.ah;
import com.tencent.mm.model.ar;
import com.tencent.mm.modelcdntran.CdnTransportEngine;
import com.tencent.mm.modelcdntran.f.a;
import com.tencent.mm.modelcdntran.keep_ProgressInfo;
import com.tencent.mm.modelcdntran.keep_SceneResu... | {
"pile_set_name": "Github"
} |
#define __SYSCALL_LL_E(x) \
((union { long long ll; long l[2]; }){ .ll = x }).l[0], \
((union { long long ll; long l[2]; }){ .ll = x }).l[1]
#define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
static __inline long __syscall0(long n)
{
register unsigned long d0 __asm__("d0") = n;
__asm__ __volatile__ ("trap #0" : "+r"(d0)
... | {
"pile_set_name": "Github"
} |
---
title: C26451
description: "Describes the causes of MSVC code analysis warning C26451, and shows how to fix it."
ms.date: 07/15/2020
ms.topic: "reference"
f1_keywords: ["C26451"]
helpviewer_keywords: ["C26451"]
dev_langs: ["C++"]
---
# Warning C26451
> Arithmetic overflow: Using operator '*operator*' on a *size-a*... | {
"pile_set_name": "Github"
} |
package s3
import (
"crypto/tls"
"crypto/x509"
"fmt"
"io"
"net/http"
"os"
"strings"
"golang.org/x/net/proxy"
)
type Client struct {
AccessKeyID string
SecretAccessKey string
Token string
Region string
Bucket string
Domain string
Protocol string
SOCKS5Pr... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# 2019 QCRI (Ahmed Ali)
export LC_ALL=C
words_file=
train_text=
dev_text=
oov_symbol="<UNK>"
echo "$0 $@"
[ -f path.sh ] && . ./path.sh
. ./utils/parse_options.sh || exit 1
echo "-------------------------------------"
echo "Building an SRILM language model "
echo "-------------------... | {
"pile_set_name": "Github"
} |
/**
* External dependencies
*/
var React = require( 'react' ),
sprintf = require( 'sprintf-js' ).sprintf;
/**
* Internal dependencies
*/
var config = require( '../config.js' ),
postClasses = require( './shared/post-classes.jsx' ),
editLink = require( './shared/edit-link.jsx' );
/**
*
*/
module.exports = Rea... | {
"pile_set_name": "Github"
} |
/*
The MIT License (MIT)
Copyright (c) wenjie.zhao
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, publis... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
... | {
"pile_set_name": "Github"
} |
/* @theme: default; */
$product-view-desc-title-offset: 0 0 $offset-y-m 0;
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Plat... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
#language: fr
Fonctionnalité:
Contexte:
Étant donné je suis sur "/xml/feed.xml"
Scénario:
Alors le flux XML devrait être valide avec sa DTD
Scénario:
Alors le flux XML devrait être valide avec le XSD "tests/fixtures/www/xml/schema.xsd"
Scénario:
Alors le flux XML devr... | {
"pile_set_name": "Github"
} |
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="test">
<content>
<span><children/></span>
</content>
</binding>
</bindings>
<script type="application/x-javascript">
function runTest() {
var div = document.getElemen... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
import math
import torch as th
import torch
from torch import nn
class Bottleneck(nn.Module):
expansion = 4
def __init__(self, inplanes, planes, stride=1, downsample=None):
super(Bottleneck, self).__init__()
self.conv1 = nn.Conv2d(inplanes, planes, kernel_size=1, bias=False... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2016-2019, Blue Brain Project
# Cyrille Favreau <cyrille.favreau@epfl.ch>
#
# This file is part of Brayns <https://github.com/BlueBrain/Brayns>
#
# This library is free software; you can redistribute it and/or modify it under
# the ... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <limits.h>
#include "syscall.h"
char *ctermid(char *s)
{
static char s2[L_ctermid];
int fd;
if (!s) s = s2;
*s = 0;
fd = open("/dev/tty", O_WRONLY | O_NOCTTY | O_CLOEXEC);
if (fd >= 0) {
ttyname_r(fd, s, L_ctermid);
__syscall(SYS_close, fd);
... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You ca... | {
"pile_set_name": "Github"
} |
a
{
text-decoration:none;
padding: 2px 4px 4px 6px;
display : block;
border-width: 1px;
border-style: solid;
margin : 0px;
}
a.cke_scayt_toogle:hover,
a.cke_scayt_toogle:focus,
a.cke_scayt_toogle:active
{
border-color: #316ac5;
background-color: #dff1ff;
color : #000;
cursor: pointer;
margin : 0px;
}
a.cke_... | {
"pile_set_name": "Github"
} |
diff -u binutils-2.17.50.0.17.oorig/ld/Makefile.am binutils-2.17.50.0.17/ld/Makefile.am
--- binutils-2.17.50.0.17.oorig/ld/Makefile.am 2007-06-18 19:29:29.000000000 +0200
+++ binutils-2.17.50.0.17/ld/Makefile.am 2007-06-25 10:00:36.000000000 +0200
@@ -18,7 +18,7 @@
# We put the scripts in the directory $(scriptdir)/ld... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020, 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 Softwa... | {
"pile_set_name": "Github"
} |
export GOPATH=$PROJECTS/go
export PATH="$GOPATH/bin:$PATH"
| {
"pile_set_name": "Github"
} |
package gokeepasslib
import (
"errors"
"github.com/tobischo/gokeepasslib/v3/crypto"
)
// Constant enumerator for the inner random stream ID
const (
NoStreamID uint32 = 0 // ID for non-protection
ARC4StreamID uint32 = 1 // ID for ARC4 protection, not implemented
SalsaStreamID uint32 = 2 // ID for Salsa20 ... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the ... | {
"pile_set_name": "Github"
} |
# Hey Emacs, this is a -*- makefile -*-
###############################################################################
# Makefile for the RES-Raven-Mega3290 project
###############################################################################
## General Flags
PROJECT = ravenlcd_3290
MCU = atmega3290
TARGET = $(PROJ... | {
"pile_set_name": "Github"
} |
17
17
17
15
14
14
14
14
14
16
16
15
15
16
17
17
17
16
16
17
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="pluginSchema"
xmlns:gml="http://www.opengis.net/gml"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:schemaLocation="pluginSchema /data/capabilities/validate/pluginSchema.xsd">
<name>Uniquity</name>
<description... | {
"pile_set_name": "Github"
} |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_mail_channel
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~12.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-12 11:32+0000\n"
"PO-Revision-Date: 2019-08-26 09:16+0000\n"
"Language-Team: U... | {
"pile_set_name": "Github"
} |
#------------------------------------------------------------------------
# Copyright (c) 1997-2001 by Total Control Software
# All Rights Reserved
#------------------------------------------------------------------------
#
# Module Name: dbShelve.py
#
# Description: A reimplementati... | {
"pile_set_name": "Github"
} |
//============================================================================
// Copyright (c) 1996-2002 Winbond Electronic Corporation
//
// Module Name:
// Wb35Tx.c
//
// Abstract:
// Processing the Tx message and put into down layer
//
//=====================================================================... | {
"pile_set_name": "Github"
} |
#ifndef __SOUND_PHASE_H
#define __SOUND_PHASE_H
/*
* ALSA driver for ICEnsemble ICE1712 (Envy24)
*
* Lowlevel functions for Terratec PHASE 22
*
* Copyright (c) 2005 Misha Zhilin <misha@epiphan.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
/*
* Copyright [2020] [MaxKey of copyright http://www.maxkey.top]
*
* 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 req... | {
"pile_set_name": "Github"
} |
"""
Using This Code Example
=========================
The code examples provided are provided by Daniel Greenfeld and Audrey Roy of
Two Scoops Press to help you reference Two Scoops of Django: Best Practices
for Django 1.8. Code samples follow PEP-0008, with exceptions made for the
purposes of improving book formattin... | {
"pile_set_name": "Github"
} |
---
id: dev
title: Craft.js - Build any page editor with React
---
You know a web application is fancy when it has a page editor. Without a doubt, a page editor helps boost user experience significantly. If you're a frontend developer and have been tasked to be build one before, then you know precisely the difficult... | {
"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/UITableViewController.h>
@class NSArray, NSString;
@protocol _UIDocumentPickerOverviewDelegate;
__attribute__((visibility("hidden")))
@interface _UIDocumentPickerOv... | {
"pile_set_name": "Github"
} |
usr/lib/lib*.so.*
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2012, The Cinder Project, All rights reserved.
This code is intended for use with the Cinder C++ library: http://libcinder.org
Redistribution and use in source and binary forms, with or without modification, are permitted provided that
the following conditions are met:
* Redistributions of s... | {
"pile_set_name": "Github"
} |
//=========================================================================
// FILENAME : tagutils-wav.c
// DESCRIPTION : WAV metadata reader
//=========================================================================
// Copyright (c) 2009 NETGEAR, Inc. All Rights Reserved.
// based on software from Ron Pedde's FireFly... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009 Francisco Jerez.
* 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 in the Software without restriction, including
* without limitation the rights to use,... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types = 1);
namespace Embed\Detectors;
class Language extends Detector
{
public function detect(): ?string
{
$document = $this->extractor->getDocument();
$metas = $this->extractor->getMetas();
$ld = $this->extractor->getLinkedData();
return $document->sele... | {
"pile_set_name": "Github"
} |
{
"name": "@uifabric/example-data",
"version": "7.1.5",
"description": "Data generators for Fluent UI React examples.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
},
"lice... | {
"pile_set_name": "Github"
} |
(function(angular) {
'use strict';
function HeroListController($scope, $element, $attrs) {
var ctrl = this;
// This would be loaded by $http etc.
ctrl.list = [
{
name: 'Superman',
location: ''
},
{
name: 'Batman',
location: 'Wayne Manor'
}
];
ctrl.updateHero = funct... | {
"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_102) on Wed Oct 19 15:34:06 PDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OrcProto.DecimalStatistics ... | {
"pile_set_name": "Github"
} |
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
//
// 1. Set default font family to sans-serif.
// 2. Prevent iOS text size adjust after orientation change, without disabling
// user zoom.
//
html {
font-family: sans-serif; // 1
-ms-text-size-adjust: 100%; // 2
-webkit-text-size-adjust: 100%; // ... | {
"pile_set_name": "Github"
} |
__[32m<a href="__">[0m
| {
"pile_set_name": "Github"
} |
/* Copyright Massachusetts Institute of Technology 1985 */
#include "copyright.h"
/*
* XMenu: MIT Project Athena, X Window system menu package
*
* XMenu.h - Include file for the MIT Project Athena
* XMenu X window system menu package.
*
* Author: Tony Della Fera, DEC
* August, 1984
*/
#ifndef _XM... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// 1简单工厂模式
//
// Created by 黄成都 on 15/8/10.
// Copyright (c) 2015年 黄成都. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
// generated by gengoos.go using 'go generate'
package sys
const GOOS = `windows`
const GoosAndroid = 0
const GoosDarwin = 0
const GoosDragonfly = 0
const GoosFreebsd = 0
const GoosLinux = 0
const GoosNacl = 0
const GoosNetbsd = 0
const GoosOpenbsd = 0
const GoosPlan9 = 0
const GoosSolaris = 0
const GoosWindows = 1
| {
"pile_set_name": "Github"
} |
0
2
2
2
2
2
0
2
2
2
2
2
2
0
2
0
0
2
0
2
0
0
0
2
0
2
2
2
2
0
0
0
0
2
4
2
4
0
0
2
0
2
2
2
2
0
0
2
4
2
6
2
4
0
0
0
4
0
2
2
0
0
0
0
2
2
2
0
0
0
2
4
2
0
2
2
0
0
2
0
0
0
2
0
0
2
0
0
2
0
0
0
2
2
0
0
2
0
2
2
0
2
0
0
4
0
2
0
0
2
2
2
4
0
0
0
2
0
2
0
0
2
2
2
2
0
0
2
2
2
0
2
0
0
2
4
2
2
0
2
2
0
0
0
2
0
2
2
0
0
0
0
0
2
4
0
2
2
2
2
... | {
"pile_set_name": "Github"
} |
#
# Copyright Soramitsu Co., Ltd. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#
add_library(keys_manager
keys_manager_impl.cpp
)
target_link_libraries(keys_manager
boost
shared_model_cryptography
logger
)
| {
"pile_set_name": "Github"
} |
1
00:00:33,515 --> 00:00:45,093
♬~
2
00:00:45,093 --> 00:00:47,596
(清)大病?
3
00:00:47,596 --> 00:00:50,098
兄さんが?
4
00:00:50,098 --> 00:00:53,001
(熊吉)
話すかどうか迷ったけんど➡
5
00:00:53,001 --> 00:00:56,872
ここまで一緒に来てよ
隠す訳にゃあいかにゃあ。
6
00:00:56,872 --> 00:01:03,612
先生は 立つこんもできにゃあ
大病にかかってるだ。
7
00:01:03,612 --> 00:01:09,484
(到)予... | {
"pile_set_name": "Github"
} |
auto lo
iface lo inet loopback
address 10.0.0.22/32
auto eth0
iface eth0 inet dhcp
# downlinks
auto swp1
iface swp1
auto swp2
iface swp2
auto swp3
iface swp3
auto swp4
iface swp4
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Toradex AG.
*
* Author: Sanchayan Maity <sanchayan.maity@toradex.com>
*
* Based on the barebox ocotp driver,
* Copyright (c) 2010 Baruch Siach <baruch@tkos.co.il>
* Orex Computed Radiography
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o... | {
"pile_set_name": "Github"
} |
c
c dpodi computes the determinant and inverse of a certain
c double precision symmetric positive definite matrix (see below)
c using the factors computed by dpoco, dpofa or dqrdc.
c
c on entry
c
c a double precision(lda, n)
c the output a from dpoco or dpofa
c ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.oracle.webservices.internal.api.databinding;
import com.sun.xml.internal.ws.api.databindin... | {
"pile_set_name": "Github"
} |
/*
* Sample dynamic sized record fifo implementation
*
* Copyright (C) 2010 Stefani Seibold <stefani@seibold.net>
*
* Released under the GPL version 2 only.
*
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/mutex.h>
#include <linux/kfifo.h>
/*
* This module show... | {
"pile_set_name": "Github"
} |
/*
* (C) 2011 Thomas Renninger <trenn@suse.de>, Novell Inc.
*
* Licensed under the terms of the GNU GPL License version 2.
*/
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <getopt.h>
#include <cpufreq.h>
#include "helpers/helpers.h"
#include "helpers... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 "services/device/public/cpp/generic_sensor/sensor_traits.h"
namespace device {
using mojom::SensorType;
double GetSensorMaxAllowedFrequency(Se... | {
"pile_set_name": "Github"
} |
/*
* Loader Library by Parra Studios
* A plugin for loading javascript code at run-time into a process.
*
* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia <vic798@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Lice... | {
"pile_set_name": "Github"
} |
using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
using Dasync.EETypes;
using Dasync.EETypes.Communication;
using Dasync.EETypes.Descriptors;
using Dasync.Serialization;
using Dasync.ValueContainer;
n... | {
"pile_set_name": "Github"
} |
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Globalization;
namespace StrongGrid.Utilities
{
/// <summary>
/// Converts a <see cref="DateTime" /> expressed in a format acceptable to SendGrid to and from JSON.
/// </summary>
/// <seealso cref="Newtonsoft.Json.Converters.DateT... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIICYDCCAhKgAwIBAgIQAIC6aHfvpeVCfcZzLFSFuDAFBgMrZXAwgZ8xCzAJBgNV
BAYTAlVTMRAwDgYDVQQIDAdNb250YW5hMRAwDgYDVQQHDAdCb3plbWFuMQ0wCwYD
VQQEDARSb290MRAwDgYDVQQKDAd3b2xmU1NMMRAwDgYDVQQLDAdFRDI1NTE5MRgw
FgYDVQQDDA93d3cud29sZnNzbC5jb20xHzAdBgkqhkiG9w0BCQEWEGluZm9Ad29s
ZnNzbC5jb20wIhgPMjAxODA0MTIxNjIy... | {
"pile_set_name": "Github"
} |
// Modified by Princeton University on June 9th, 2015
/*
* ========== Copyright Header Begin ==========================================
*
* OpenSPARC T1 Processor File: fsmuld_msb_near.s
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
*
* The above named p... | {
"pile_set_name": "Github"
} |
/**
* \file
*
* \brief Header file for SAMD20E15
*
* Copyright (c) 2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
| {
"pile_set_name": "Github"
} |
/*
* Tencent is pleased to support the open source community by making Tinker available.
*
* Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in
* compliance with the License. You may obtain a ... | {
"pile_set_name": "Github"
} |
// Boost.Geometry
// Copyright (c) 2018 Adam Wulkiewicz, Lodz, Poland.
// Copyright (c) 2015-2020 Oracle and/or its affiliates.
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying fil... | {
"pile_set_name": "Github"
} |
/**
* This file is part of alf.io.
*
* alf.io is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* alf.io is distributed in the ... | {
"pile_set_name": "Github"
} |
<header>Protected Web Directories (under home directory)</header>
This option specifies whether the domain owner will have access to the Protected Web Directories Webmin module, which allows creation of one or more directories that are password protected. This can, of course, be done using .htaccess files, but many us... | {
"pile_set_name": "Github"
} |
/* jshint node:true */
/* global describe, it */
"use strict";
var jsc = require("../lib/jsverify.js");
var arbitraryAssert = require("../lib/arbitraryAssert.js");
describe("suchthat", function () {
var arb = jsc.suchthat(jsc.integer, function (v) {
return v % 2 === 0;
});
it("should construct valid arbitr... | {
"pile_set_name": "Github"
} |
.DirectoryWrapper {
display: grid;
width: 100%;
height: 100%;
.splitPaneWrapper {
grid-area: 2 / 1 / 101 / 2;
position: relative;
.scrollAreaWrapper {
width: 100%;
display: grid;
align-content: start;
.scrollarea {
... | {
"pile_set_name": "Github"
} |
/*
* pata_oldpiix.c - Intel PATA/SATA controllers
*
* (C) 2005 Red Hat
*
* Some parts based on ata_piix.c by Jeff Garzik and others.
*
* Early PIIX differs significantly from the later PIIX as it lacks
* SITRE and the slave timing registers. This means that you have to
* set timing per channel, ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.