text stringlengths 2 99.9k | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<!-- See fburl.com/140690840 for information about i18n on Android -->
<!-- @generated -->
<!-- FB Locale: az_AZ -->
<resources exclude-from-buck-resource-map="true">
</resources>
| {
"pile_set_name": "Github"
} |
#!/bin/bash
# Importing useful functions for cc testing
if [ -f ./func.sh ]; then
source ./func.sh
elif [ -f scripts/func.sh ]; then
source scripts/func.sh
fi
## Join all the peers to the channel
echo_b "=== Updating config of channel ${APP_CHANNEL}... ==="
echo_b "Sign the channel update tx by Org1/Peer0 and Org2... | {
"pile_set_name": "Github"
} |
package gpio
import (
"errors"
"strings"
"testing"
"time"
"gobot.io/x/gobot/gobottest"
)
const (
stepsInRev = 32
)
func initStepperMotorDriver() *StepperDriver {
return NewStepperDriver(newGpioTestAdaptor(), [4]string{"7", "11", "13", "15"}, StepperModes.DualPhaseStepping, stepsInRev)
}
func TestStepperDriv... | {
"pile_set_name": "Github"
} |
/* expert_info_dialog.h
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef EXPERT_INFO_DIALOG_H
#define EXPERT_INFO_DIALOG_H
#include <config.h>
#include <glib.h>
#include "filter_action.h"
#... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2014 PHPExcel
*
* This library 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 Foundation; either
* version 2.1 of the License, or (at your option) any later ve... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#if (defined __GNUC__) && (!defined __MINGW32__) && (!defined __CYGWIN__)
#define EIGEN_WEAK_LINKING __attribute__ ((weak))
#else
#define EIGEN_WEAK_LINKING
#endif
#ifdef __cplusplus
extern "C"
{
#endif
EIGEN_WEAK_LINKING int xerbla_(const char * msg, int *info, int)
{
printf("Eigen BLAS ERROR ... | {
"pile_set_name": "Github"
} |
/*
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
+-----... | {
"pile_set_name": "Github"
} |
import docuri from 'docuri'
import randomString from 'src/util/random-string'
export * from './create-page'
export * from './delete-page'
export * from './download-page'
export * from './get-pages'
export * from './get-page-content'
export * from './statistics'
export * from './text-search'
export const pageKeyPrefix... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_39) on Wed Mar 11 11:15:19 CST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
接口 com.sina.weibo.sdk.api.share.I... | {
"pile_set_name": "Github"
} |
{
"id": "35290517",
"url": "https:\/\/collection.cooperhewitt.org\/types\/35290517\/",
"name": "knotted net",
"count_objects": "1",
"supersedes": "0",
"superseded_by": "0"
} | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftfntfmt.h */
/* */
/* Su... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available... | {
"pile_set_name": "Github"
} |
module.exports = `
.overflow-visible { overflow: visible; }
.overflow-hidden { overflow: hidden; }
.overflow-scroll { overflow: scroll; }
.overflow-auto { overflow: auto; }
.overflow-x-visible { overflow-x: visible; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-x-scroll { overflow-x: scroll; }
.overflow-x-aut... | {
"pile_set_name": "Github"
} |
package com.x.organization.core.express.person;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import com.x.base.core.project.AbstractContext;
import com.x.base.core.project.annotation.FieldDescribe;
import com.x.base.core.project.gson.GsonPropertyObject;
class ActionListWithGroup ex... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007-2010 Júlio Vilmar Gesser.
* Copyright (C) 2011, 2013-2015 The JavaParser Team.
*
* This file is part of JavaParser.
*
* JavaParser can be used either under the terms of
* a) the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the... | {
"pile_set_name": "Github"
} |
>Mycoplasma_agalactiae_5632_FP671138_gi|290752532|emb|CBH40504.1|
MNKYEIMLIIDPAIDMAMANEIVESVFDKKNINKVVKLENSTLAYPINKSSKAQYIVYTLEAKSELIAEF
TRRANIAKFIWRQMVINLDTEKGFQRSKKAFKHRIAKDAKVANKGTGVKQLIENLEKTMSHKAKPGFKKE
VKKSN
>Mycoplasma_genitalium_uid97_L43967_gi|3844677|gb|AAC71308.1|
MHYNIILLVDGTLSLEQANQVEQKHQKLLEKATEFKSEYLGLKE... | {
"pile_set_name": "Github"
} |
//
// MWCaptionView.m
// MWPhotoBrowser
//
// Created by Michael Waterfall on 30/12/2011.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import "MWCommon.h"
#import "MWCaptionView.h"
#import "MWPhoto.h"
static const CGFloat labelPadding = 10;
// Private
@interface MWCaptionView () {
id <MW... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* RRDtool 1.4.9 Copyright by Tobi Oetiker, 1997-2014
*****************************************************************************
* rrd_format.h RRD Database Format header
**************************************************************... | {
"pile_set_name": "Github"
} |
/**
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* polymer.html
*/
// tslint:disable:variable-name Describing an API that's defined elsewhere.
/// <refer... | {
"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 m... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 Chris Ohk, Youngjoong Kim, SeungHyun Jeon
// We are making my contributions/submissions to this project solely in our
// personal capacity and are not conveying any rights to any intellectual
// property of any third parties.
// It is based on peter1591's hearthstone-ai repository.
// References... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft... | {
"pile_set_name": "Github"
} |
import { ViewingRoomsList_query$key } from "__generated__/ViewingRoomsList_query.graphql"
import { ViewingRoomsListFeatured_featured$key } from "__generated__/ViewingRoomsListFeatured_featured.graphql"
import { ViewingRoomsListQuery } from "__generated__/ViewingRoomsListQuery.graphql"
import LoadFailureView from "lib/C... | {
"pile_set_name": "Github"
} |
/*
* An implementation of the CAMELLIA algorithm as mentioned in RFC3713
* Copyright (c) 2014 Supraja Meedinti
*
* This file is part of FFmpeg.
*
* FFmpeg 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"
} |
#
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)... | {
"pile_set_name": "Github"
} |
// Copyright 2018, OpenCensus 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 agree... | {
"pile_set_name": "Github"
} |
2.4.0 / 2019-04-17
==================
* deps: bytes@3.1.0
- Add petabyte (`pb`) support
* deps: http-errors@1.7.2
- Set constructor name when possible
- deps: setprototypeof@1.1.1
- deps: statuses@'>= 1.5.0 < 2'
* deps: iconv-lite@0.4.24
- Added encoding MIK
2.3.3 / 2018-05-08
==============... | {
"pile_set_name": "Github"
} |
<!DOCTYPE QPH><QPH language="es">
<phrase>
<source>About</source>
<target>Acerca de</target>
</phrase>
<phrase>
<source>access key</source>
<target>tecla de acceso</target>
</phrase>
<phrase>
<source>accessibility</source>
<target>accesibilidad</target>
</phrase>
<phrase>
<source>action hand... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
---
title: Segment
sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-36/packages/expo-analytics-segment'
---
import InstallSection from '~/components/plugins/InstallSection';
import PlatformsSection from '~/components/plugins/PlatformsSection';
**`expo-analytics-segment`** provides access to <https://segment.com/... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Ui_TrimAmountOptions</class>
<widget class="QWidget" name="Ui_TrimAmountOptions">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>168</width>
<height>33</height>
</rect>
</property>
<property name="sizePolicy">
... | {
"pile_set_name": "Github"
} |
{%- from "metalk8s/macro.sls" import pkg_installed with context %}
include:
- metalk8s.repo
Install sos report and custom plugins:
{{ pkg_installed('metalk8s-sosreport') }}
- require:
- test: Repositories configured
| {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LI... | {
"pile_set_name": "Github"
} |
[Main]
agent_key: not-empty-but-too-short
| {
"pile_set_name": "Github"
} |
,
.
;
+
-
|
/
\
'
"
:
?
<
[
]
{
}
!
@
#
$
%
^
&
*
(
)
~
`
,
。
;
‘
’
“
”
/
?
~
!
@
#
¥
%
……
&
×
(
—)
【
】
{
}
|
、
《
》
:
第二
一番
一直
一个
一些
许多
种
有的是
也就是说
末##末
啊
阿
哎
哎呀
哎哟
唉
俺
俺们
按
按照
吧
吧哒
把
罢了
被
本
本着
比
比方
比如
鄙人
彼
彼此
边
别
别的
别说
并
并且
不比
不成
不单
不但
不独
不管
不光
不过
不仅
不拘
不论
不怕
不然
不如
不特
不惟
不问
不只
朝
朝着
趁
趁着
乘
冲
除
除此之外
除非
除了
此
此间
此外
从
从... | {
"pile_set_name": "Github"
} |
var cookieSession = require('cookie-session')
module.exports = function(options) {
var session = cookieSession(options)
return function(socket, next) {
var req = socket.request
var res = Object.create(null)
session(req, res, next)
}
}
| {
"pile_set_name": "Github"
} |
/*********************************************************
* Copyright (C) 2011-2020 VMware, Inc. All rights reserved.
*
* This program 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 Foundation version 2.1 an... | {
"pile_set_name": "Github"
} |
package com.othershe.calendarview.utils;
import android.text.TextUtils;
import java.util.Calendar;
public class SolarUtil {
/**
* 计算阳历节日
*
* @param year
* @param month
* @param day
* @return
*/
public static String getSolarHoliday(int year, int month, int day) {
int... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright 2013 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | {
"pile_set_name": "Github"
} |
package fr.adrienbrault.idea.symfony2plugin.external.toolbox.provider;
import com.intellij.codeInsight.lookup.LookupElement;
import com.intellij.psi.PsiElement;
import de.espend.idea.php.toolbox.completion.dict.PhpToolboxCompletionContributorParameter;
import de.espend.idea.php.toolbox.extension.PhpToolboxProviderAbst... | {
"pile_set_name": "Github"
} |
#pragma checksum "C:\Users\panag\Desktop\anyplace\windows\AnyPlace\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8265E9B7CBEEE292C90A587790A4D67A"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Ver... | {
"pile_set_name": "Github"
} |
#include "mupdf/fitz.h"
#include "color-imp.h"
#include <assert.h>
#include <limits.h>
#include <string.h>
#include <math.h>
fz_pixmap *
fz_keep_pixmap(fz_context *ctx, fz_pixmap *pix)
{
return fz_keep_storable(ctx, &pix->storable);
}
void
fz_drop_pixmap(fz_context *ctx, fz_pixmap *pix)
{
fz_drop_storable(ctx, &p... | {
"pile_set_name": "Github"
} |
**********************************************************************
Automatic MetaSploit AutoPWN Function: Requirements: PExpect
**********************************************************************
Metasploit 3 allows you to use a function called db_autopwn.
Autopwn in a basic nutshell port scans systems for ope... | {
"pile_set_name": "Github"
} |
class C {
class D { public int i() { return 2; } }
static class E { public int i() { return 2; } }
static class F { static class G { public int i() { return 2; } } }
}
// Test2 has an INNERCLASS attribute for C$D
class Test_2 {
public static int acceptD(C.D cd) { return cd.i(); }
public static int acceptE(C.... | {
"pile_set_name": "Github"
} |
package jetbrains.mps.editorTest;
/*Generated by MPS */
import jetbrains.mps.MPSLaunch;
import jetbrains.mps.lang.test.runtime.BaseTransformationTest;
import org.junit.ClassRule;
import jetbrains.mps.lang.test.runtime.TestParametersCache;
import org.junit.Test;
import jetbrains.mps.lang.test.runtime.BaseEditorTestBod... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# Copyright: Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
__metaclass__ = type
DOCUMENTATION = '''
---
module: ovh_ip_failover
short_description: Manage OVH IP failover ... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// 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"
} |
package br.tiagohm.markdownview.ext.bean;
import com.vladsch.flexmark.Extension;
import com.vladsch.flexmark.html.HtmlRenderer;
import com.vladsch.flexmark.parser.Parser;
import com.vladsch.flexmark.util.options.DataKey;
import com.vladsch.flexmark.util.options.MutableDataHolder;
import br.tiagohm.markdownview.Markdo... | {
"pile_set_name": "Github"
} |
bad_JJ
popular_JJ
major_JJ
mocking_JJ
fantastic_JJ
fair_JJ
low_JJ
better_JJR
higher_JJR
spiceworld_JJ
very_JJ
very_JJ
young_JJ
older_JJR
british_JJ
real_JJ
spicy_JJ
real_JJ
aforementioned_JJ
scary_JJ
posh_JJ
humored_JJ
spoof_JJ
quick_JJ
nice_JJ
good_JJ
surprising_JJ
natural_JJ
flawless_JJ
reasonable_JJ
bad_JJ
extreme_J... | {
"pile_set_name": "Github"
} |
#include "main.h"
#include "mainctrl.h"
#include "utility.h"
class CScannerLSASS : public CScannerBase
{
public:
CScannerLSASS();
virtual ~CScannerLSASS() throw() { }
bool Exploit();
};
// reverse shellcode
unsigned char reverseshell[] =
"\xEB\x10\x5B\x4B\x33\xC9\x66\xB9\x25\x01\x80\x34\x0B\x99\xE2... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2019 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
* which is available at https:... | {
"pile_set_name": "Github"
} |
@charset "utf-8";
/* CSS Document by jacy use in weisite */
.container{ background:none}
/* 详情页 */
.detail { padding:10px;}
.detail h6{ font-size:20px; padding:10px 0; font-weight:bold;}
.detail .info{ border-bottom:1px solid #ccc; line-height:30px; margin-bottom:10px;}
.detail img{ padding:5px 0; max-width:100%;}
.det... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/inherit.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespac... | {
"pile_set_name": "Github"
} |
%define name @PACKAGE@
%define ver @VERSION@
%define rel 1
%define prefix %{_usr}
%define docdir %{_defaultdocdir}
Summary : LAME Ain't an MP3 Encoder... but it's the best.
Summary(fr) : LAME n'est pas un encodeur MP3 ;->
Name: %{name}
Version: %{ver}
Release: %{rel}
License: LGPL
Vendor: The LAME Project
Packager: Yo... | {
"pile_set_name": "Github"
} |
//===- ARMInstPrinter.h - Convert ARM MCInst to assembly syntax -*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
// (C) Copyright Edward Diener 2011-2015
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
#if !defined(BOOST_VMD_DETAIL_DATA_EQUAL_7_HPP)
#define BOOST_VMD_DETAIL_DATA_EQUAL_... | {
"pile_set_name": "Github"
} |
<?php
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005-2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2011 Regis Houssin <regis.houssin@inodbox.com>
* Copyright (C) 2017 Nicolas Zabouri <info@inovea-conseil.com>
*
* This pr... | {
"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.
package hpack
import (
"fmt"
)
// headerFieldTable implements a list of HeaderFields.
// This is used to implement the static and dynamic tables.
type header... | {
"pile_set_name": "Github"
} |
// Copyright 2013 the V8 project authors. All rights reserved.
// Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistributions o... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
(function() {
var numIter = 20000;
var len = 100;
var a = Array(len);
for (var i = 0; i < len; i++) {
a[... | {
"pile_set_name": "Github"
} |
using System.Net.Http.Headers;
using System.Text;
namespace System.Net.Http
{
public class HttpResponseMessage : IDisposable
{
private const HttpStatusCode defaultStatusCode = HttpStatusCode.OK;
private HttpStatusCode statusCode;
private HttpResponseHeaders headers;
private st... | {
"pile_set_name": "Github"
} |
.. _pbrvolumespluginapi-label:
PBR Volumes API
===============
This is the API exposed by the PBR Volumes plugin. This plugin, together with the
``pbrt-v3`` engine, allows for visualization of volumes and participating media
defined with physically based properties.
For this API to be available, the Brayns backend se... | {
"pile_set_name": "Github"
} |
// +build linux aix
// +build !js
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
func isTerminal(fd int) bool {
_, err := unix.IoctlGetTermios(fd, ioctlReadTermios)
return err == nil
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 42b21ac9ba7449047897628396303276
timeCreated: 1530263253
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
//===- ThreadLocal.cpp - Thread Local Data ----------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Edward Diener 2013.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt o... | {
"pile_set_name": "Github"
} |
function getName()
return "Map 04"
end
function onMapLoaded()
end
function initMap()
-- get the current map context
local map = Map.get()
map:addTile("tile-background-ice-06", 0, 0)
map:addTile("tile-background-ice-05", 0, 1)
map:addTile("tile-background-ice-06", 0, 2)
map:addTile("tile-background-ice-07", 0, ... | {
"pile_set_name": "Github"
} |
package com.necer.utils;
import android.content.Context;
import android.util.TypedValue;
import com.necer.entity.CalendarDate;
import com.necer.entity.Lunar;
import org.joda.time.LocalDate;
import org.joda.time.Months;
import org.joda.time.Weeks;
import java.util.ArrayList;
import java.util.List;
/**
* Created by... | {
"pile_set_name": "Github"
} |
package xfer
import (
"bytes"
"errors"
"fmt"
"io"
"io/ioutil"
"runtime"
"sync/atomic"
"testing"
"time"
"github.com/docker/distribution"
"github.com/docker/docker/image"
"github.com/docker/docker/layer"
"github.com/docker/docker/pkg/progress"
"github.com/opencontainers/go-digest"
"golang.org/x/net/conte... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files m... | {
"pile_set_name": "Github"
} |
---
title: Convolution Layer
---
# Convolution Layer
* Layer type: `Convolution`
* [Doxygen Documentation](http://caffe.berkeleyvision.org/doxygen/classcaffe_1_1ConvolutionLayer.html)
* Header: [`./include/caffe/layers/conv_layer.hpp`](https://github.com/BVLC/caffe/blob/master/include/caffe/layers/conv_layer.hpp)
* C... | {
"pile_set_name": "Github"
} |
# Provision a web server instance using Ubuntu on a
# t2.micro node with an AWS Tag naming it "web-server"
# Create web server
resource "aws_instance" "web_server" {
ami = data.aws_ami.ubuntu.id
vpc_security_group_ids = ["${aws_security_group.web_server.id}"]
instance_type = "t2.micro... | {
"pile_set_name": "Github"
} |
package org.jsmpp.bean;
import static org.testng.Assert.assertEquals;
import org.testng.annotations.Test;
/**
* @author pmoerenhout
*/
public class RawDataCodingTest {
@Test
public void testAllRawDataCodings() {
for (int i = 0; i < 256; i++) {
byte expected = (byte) (0xff & i);
RawDataCoding ... | {
"pile_set_name": "Github"
} |
<template>
<button
class="mint-button"
:class="['mint-button--' + type, 'mint-button--' + size, {
'is-disabled': disabled,
'is-plain': plain
}]"
:disabled="disabled">
<span class="mint-button-icon" v-if="icon || $slots.icon">
<slot name="icon">
<i v-if="icon" class="mintu... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 - 2020 Blazebit.
*
* 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 agre... | {
"pile_set_name": "Github"
} |
#include "activations.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
char *get_activation_string(ACTIVATION a)
{
switch(a){
case LOGISTIC:
return "logistic";
case LOGGY:
return "loggy";
case RELU:
retur... | {
"pile_set_name": "Github"
} |
// +build !linux
package netlink
func GetNetNsIdByPid(pid int) (int, error) {
return 0, ErrNotImplemented
}
func SetNetNsIdByPid(pid, nsid int) error {
return ErrNotImplemented
}
func GetNetNsIdByFd(fd int) (int, error) {
return 0, ErrNotImplemented
}
func SetNetNsIdByFd(fd, nsid int) error {
return ErrNotImpl... | {
"pile_set_name": "Github"
} |
---------....#......---------...
.........#....#....#............
...------#.G..#....#............
..#......bbb...#...#............
..#.G.E........#...#............
..#.bbbb.......#....#...........
..#...........#.---..#....GG---.
..#..........#.......#....BB....
..#..........#...G...#..........
..#----...G.#....B..#..... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"><html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml"
lang="en-US" xmlns:fb="http://ogp.me/ns/fb#"
><head
profile="http://gmpg.org/xfn/11"><link
rel="st... | {
"pile_set_name": "Github"
} |
#ifndef WL_WUI_SAVEGAMELOADER_H
#define WL_WUI_SAVEGAMELOADER_H
#include <string>
#include <vector>
#include "game_io/game_preload_packet.h"
#include "wui/savegamedata.h"
class SavegameLoader {
public:
SavegameLoader(Widelands::Game& game);
virtual ~SavegameLoader() {
}
std::vector<SavegameData> load_files(const... | {
"pile_set_name": "Github"
} |
nChild <-
13
nInd <-
34
gamma <-
structure(c(0.7425, 10.267, 10.5215, 9.3877, 0.2593, -0.5998,
10.5891, 6.6701, 8.8921, 12.4275, 12.4788, 13.7778, 5.8374, 6.9485,
13.7184, 14.3476, 4.8066, 9.1037, 10.7483, 0.3887, 3.2573, 11.6273,
15.8842, 14.8926, 15.5487, 15.4091, 3.9216, 15.475, 0.4927, 1.3059,
1.5012, 0.8021, 5... | {
"pile_set_name": "Github"
} |
<% page_title @title %>
<script type="text/javascript">
servers = <%= @servers.to_json.html_safe %>;
dashboard = <%= @dashboard.to_json.html_safe %>;
blob = "<%= @blob %>";
</script>
<div class="fullscreen">
<div class="single_widget" ng-controller="SingleWidgetCtrl">
<span ng-repeat="widget in widgets" ng... | {
"pile_set_name": "Github"
} |
'use strict'
const path = require('path')
const utils = require('./utils')
const config = require('../config')
const vueLoaderConfig = require('./vue-loader.conf')
function resolve (dir) {
return path.join(__dirname, '..', dir)
}
const createLintingRule = () => ({
test: /\.(js|vue)$/,
loader: 'eslint-loader',
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 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 deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
$variant: 'light';
$light-panel: 'true';
$nautilus_ver: 3.28;
$min_ver: 22;
@import '../../gtk-3.0/sass/colors';
@import '../../gtk-3.0/sass/drawing';
@import '../../gtk-3.0/sass/common';
@import '../../gtk-3.0/sass/applications';
@import '../../gtk-3.0/sass/budgie';
@import '../../gtk-3.0/sass/gnome-applications';
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 9d261bc80e8a2ce4baa0ad99af8e0a89
timeCreated: 1464946228
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@interface TNotificationCenterObserverGlue : NSObject
{
function_d3afe2e2 _invokeSimple;
function_17... | {
"pile_set_name": "Github"
} |
<div class="optional-license-text">
<p>NASA OPEN SOURCE AGREEMENT VERSION 1.3</p>
</div>
<p>THIS OPEN SOURCE AGREEMENT ("AGREEMENT") DEFINES THE RIGHTS OF USE, REPRODUCTION, DISTRIBUTION,
MODIFICATION AND REDISTRIBUTION OF CERTAIN COMPUTER SOFTWARE ORIGINALLY RELEASED BY ... | {
"pile_set_name": "Github"
} |
# Qt dependencies
find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
# run moc automatically when needed
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
# library with the Qt UI classes
add_library(libappimageupdate-qt SHARED qt-updater.cpp spoiler.cpp ${PROJECT_SOURCE_DIR}/include/appimage/update/qt-ui.h)
ta... | {
"pile_set_name": "Github"
} |
---
name: Ashampoo GmbH & Co. KG
wfh: Required
travel: Restricted
visitors: Restricted
events: Restricted
last_update: 2020-03-16
| {
"pile_set_name": "Github"
} |
<?php
namespace Github\Endpoint;
class ActivityStarRepoForAuthenticatedUser extends \Github\Runtime\Client\BaseEndpoint implements \Github\Runtime\Client\Endpoint
{
protected $owner;
protected $repo;
/**
* Note that you'll need to set `Content-Length` to zero when calling out to this endpoint. For mo... | {
"pile_set_name": "Github"
} |
[![npm][npm]][npm-url]
[![node][node]][node-url]
[![deps][deps]][deps-url]
[![chat][chat]][chat-url]
<div align="center">
<a href="https://github.com/webpack/webpack">
<img width="200" height="200"
src="https://webpack.js.org/assets/icon-square-big.svg">
</a>
<h1>Style Loader</h1>
<p>Adds CSS to the ... | {
"pile_set_name": "Github"
} |
'''This module implements specialized container datatypes providing
alternatives to Python's general purpose built-in containers, dict,
list, set, and tuple.
* namedtuple factory function for creating tuple subclasses with named fields
* deque list-like container with fast appends and pops on either end
* Cha... | {
"pile_set_name": "Github"
} |
//
// main.m
// FastImageCacheDemo
//
// Created by Rui Peres on 17/06/2015.
// Copyright (c) 2015 Path. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FICDAppDelegate.h"
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([FICDA... | {
"pile_set_name": "Github"
} |
<?php
/*
* $Id: Mock.php 7490 2010-03-29 19:53:27Z jwage $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN ... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* File Name : I2C.h
* Description : This file provides code for the configuration
* of the I2C instances.
******************************************************************************
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@id/weekdays_recycler_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.ServiceModel.Security
{
using System.Runtime;
using System.ServiceModel;
... | {
"pile_set_name": "Github"
} |
// Package http DEPRECATED USE net/http/httptest
package http
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.