text stringlengths 2 99k | meta dict |
|---|---|
/*
* epyxfastload.c - Cartridge handling, EPYX Fastload cart.
*
* Written by
* Andreas Boose <viceteam@t-online.de>
*
* Fixed by
* Ingo Korb <ingo@akana.de>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redis... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tests\Localization;
class NhnMxTest extends Localiza... | {
"pile_set_name": "Github"
} |
<%= @user.name %>
| {
"pile_set_name": "Github"
} |
// +build go1.6
package s3
import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/request"
)
func platformRequestHandlers(r *request.Request) {
if r.Operation.HTTPMethod == "PUT" {
// 100-Continue should only be used on put requests.
r.Handlers.Sign.PushBack(add100Continue)
}
}
func add100C... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html> | {
"pile_set_name": "Github"
} |
/**
* Bootstrap Table Czech translation
* Author: Lukas Kral (monarcha@seznam.cz)
* Author: Jakub Svestka <svestka1999@gmail.com>
*/
(function ($) {
'use strict';
$.fn.bootstrapTable.locales['cs-CZ'] = {
formatLoadingMessage: function () {
return 'Čekejte, prosím...';
},
... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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 unix
// Round the length of a raw sockaddr up to align it properly.
func cmsgAlignOf(salen int) int {
salign := SizeofPtr
if SizeofPtr == 8 && !suppo... | {
"pile_set_name": "Github"
} |
################################################################################
# inc/partition_methods2.inc #
# #
# Purpose: ... | {
"pile_set_name": "Github"
} |
---
title_supertext: "Conflict Resolution:"
title: "NodeJS"
description: ""
project: "riak_kv"
project_version: "2.0.4"
menu:
riak_kv-2.0.4:
name: "NodeJS"
identifier: "usage_conflict_resolution_nodejs"
weight: 104
parent: "usage_conflict_resolution"
toc: true
aliases:
- /riak/2.0.4/dev/using/confli... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import { withTranslation, Trans } from 'react-i18next';
import { StyleSheet, View, Text } from 'react-native';
import navigator from 'libs/navigation';
import { connect } from 'react-redux';
import PropTypes from 'prop-types';
import FlagSecure from 'react-native-flag-secure-an... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Mehdi Goli Codeplay Software Ltd.
// Ralph Potter Codeplay Software Ltd.
// Luke Iwanski Codeplay Software Ltd.
// Contact: <eigen@codeplay.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Publi... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
*******************************... | {
"pile_set_name": "Github"
} |
#ifndef CORE_UTIL_STRINGUTIL_H_
#define CORE_UTIL_STRINGUTIL_H_
#include <string>
#include <vector>
namespace ml
{
namespace util
{
//TODO TEST
inline bool startsWith(const std::string& str, const std::string& startCandidate) {
if (str.length() < startCandidate.length()) { return false; }
for (size_t i = 0; i ... | {
"pile_set_name": "Github"
} |
#include "device_code.h"
#include <string.h>
bool fetch_or_generate_ssid_prefix(device_code_t* result) {
strcpy(reinterpret_cast<char*>(result->value), "Electron");
result->length = 8;
return true;
}
| {
"pile_set_name": "Github"
} |
<?php
/**
* ExplainProcessor.php
*
* This file implements the processor for the DESCRIBE statements.
*
* PHP version 5
*
* LICENSE:
* Copyright (c) 2010-2014 Justin Swanhart and André Rothe
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should return correct JSON 1`] = `
Object {
"success": true,
}
`;
exports[`should return correct posts data 1`] = `
Array [
Object {
"acceptedAt": 0,
"allowResponses": true,
"approvedHomeCollectionId": "",
"audioVersionDurationSec": 0,
"can... | {
"pile_set_name": "Github"
} |
import React, { PureComponent } from 'react';
import { FormattedMessage } from 'react-intl';
import {
Country, Role, Date, URL, Frequency,
} from 'components/common';
import './CollectionInfo.scss';
class CollectionInfo extends PureComponent {
render() {
const { collection } = this.props;
if (!collection)... | {
"pile_set_name": "Github"
} |
what do you get when you rip-off good movies like woody allen's bananas and martin scorsese's after hours ?
you'd think you'd get the best of both films .
instead you get woo .
falling in somewhere between def jam's how to be a player ( which was awful ) and booty call ( which was ok ) , woo is yet another in the em... | {
"pile_set_name": "Github"
} |
# #############################################################################
# Copyright (c) 2018-present lzutao <taolzu(at)gmail.com>
# All rights reserved.
#
# This source code is licensed under both the BSD-style license (found in the
# LICENSE file in the root directory of this source tree) and the GPLv2 (fou... | {
"pile_set_name": "Github"
} |
# Format: //devtools/kokoro/config/proto/build.proto
# Copyright 2019 Google LLC
#
# 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 ... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* @license
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/e... | {
"pile_set_name": "Github"
} |
{-# OPTIONS --omega-in-omega #-}
open import Agda.Primitive
test : Setω
test = Setω
record R : Setω where
field
A : ∀ {ℓ} → Set ℓ
data Type : Setω where
el : ∀ {ℓ} → Set ℓ → Type
| {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_PROSODY
bool "prosody"
depends on BR2_USE_MMU # fork
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
depends on !BR2_PACKAGE_LUA_5_3
depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem
select BR2_PACKAGE_LUABITOP if !BR2_PACKAGE_LUAJIT # runtime
select BR2_PACKAGE_LUAEXPAT # run... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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 can obtain one at http://mozilla.org/MPL/2.0/. */
#include <cstdlib>
#include <cstri... | {
"pile_set_name": "Github"
} |
# language: ru
Функционал: Распределение поступающей оплаты по документам реализации и зачёт аванса контрагента
Как Бухгалтер
Я Хочу: чтобы чтобы при фиксации оплаты от Контрагента происходило распределение поступившей суммы по документам реализации товаров и услуг, по которым существуют задолженности
И проис... | {
"pile_set_name": "Github"
} |
module.exports = function(){
var orig = Error.prepareStackTrace;
Error.prepareStackTrace = function(_, stack){ return stack; };
var err = new Error;
Error.captureStackTrace(err, arguments.callee);
var stack = err.stack;
Error.prepareStackTrace = orig;
return stack;
};
| {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-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/vector.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespace... | {
"pile_set_name": "Github"
} |
version: 1
n_points: 4
{
1676.439 186.057
1676.439 450.704
1934.122 450.704
1934.122 186.057
}
| {
"pile_set_name": "Github"
} |
Device-Tree bindings for charger of Active-semi ACT8945A Multi-Function Device
Required properties:
- compatible: "active-semi,act8945a-charger".
- active-semi,chglev-gpios: charge current level phandle with args
as described in ../gpio/gpio.txt.
- active-semi,lbo-gpios: specify the low battery voltage detect ph... | {
"pile_set_name": "Github"
} |
set for foreach
align_func_params=false
align_keep_tabs=false
align_left_shift=true
align_mix_var_proto=false
align_nl_cont=false
align_on_operator=false
align_on_tabstop=false
align_right_cmt_mix=false
align_same_func_call_params=false
align_single_line_brace=false
align_single_line_func=false
align_var_def_attribute... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 4bd6ec46eeae43deb6819d72f6cf4ef9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -verify -pedantic -Wno-empty-translation-unit -fsyntax-only -triple spir-unknown-unknown
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
#pragma OPENCL EXTENSION cl_no_such_extension : disable /* expected-warning {{unknown OpenCL extension 'cl_no_such_extension' - ignoring}} */
#pragma OPENCL EXT... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python3
#
# This file is part of idahunt.
# Copyright (c) 2017, Aaron Adams <aaron.adams(at)nccgroup(dot)trust>
# Copyright (c) 2017, Cedric Halbronn <cedric.halbronn(at)nccgroup(dot)trust>
#
# Filter for arbitrary names to be used by idahunt.py command line:
# e.g. idahunt.py --filter "filters/names.py -n D... | {
"pile_set_name": "Github"
} |
--no-step-log --no-duration-log --net-file=net.net.xml --routes=input_routes.rou.xml -a input_additional.add.xml -b 0 -e 1000
| {
"pile_set_name": "Github"
} |
Imports Microsoft.VisualBasic
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Auxiliary
include Msf::Exploit::Remote::HTTP::Wordpress
include Msf::Auxiliary::Scanner
def initialize(info = {})
super(update_info(info,
... | {
"pile_set_name": "Github"
} |
// flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
// flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
declare module "flow-bin" {
declare module.exports: string;
}
| {
"pile_set_name": "Github"
} |
package travelplan.entity;
import lombok.Data;
import java.util.Date;
/**
* @author fdse
*/
@Data
public class TransferTravelInfo {
private String fromStationName;
private String viaStationName;
private String toStationName;
private Date travelDate;
private String trainType;
public Tr... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
require File.join(File.dirname(__FILE__), '/../lib/rseg')
input = ARGV[0]
if input.nil? || input == ''
puts "Usage: rseg <text>"
exit
end
puts Rseg.remote_segment(input).join(' ') | {
"pile_set_name": "Github"
} |
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
C --------------------------------------------------------------------
C SUNDIALS Copyright Start
C Copyright (c) 2002-2020, Lawrence Livermore National Security
C and Southern Methodist University.
C All rights reserved.
C
C See the top-level LICENSE and NOTICE files for details.
C
C SPDX-L... | {
"pile_set_name": "Github"
} |
#line 1 "helpers.function"
/*----------------------------------------------------------------------------*/
/* Headers */
#include <stdlib.h>
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"
#else
#include <stdio.h>
#define mbedtls_fprintf fprintf
#define mbedtls_snprintf snprintf
#define mbedtls_ca... | {
"pile_set_name": "Github"
} |
// package plumbing implement the core interfaces and structs used by go-git
package plumbing
import (
"errors"
"io"
)
var (
ErrObjectNotFound = errors.New("object not found")
// ErrInvalidType is returned when an invalid object type is provided.
ErrInvalidType = errors.New("invalid object type")
)
// Object is... | {
"pile_set_name": "Github"
} |
remote refid st t when poll reach delay offset jitter
==============================================================================
*time8-st1.apple 17.168.198.148 2 u 26 1024 377 103.294 -0.040 0.105
dns2-ha.au.syra .STEP. 16 u - 1024 0 0.000 0.000 0.000
| {
"pile_set_name": "Github"
} |
setrepeat 2
frame 4, 08
frame 0, 08
dorepeat 1
frame 4, 30
endanim
| {
"pile_set_name": "Github"
} |
{ "translations": {
"Registration is not allowed with the following domains:" : "La registrazione non è consentita per i seguenti domini:",
"Registration is only allowed with the following domains:" : "La registrazione è consentita solo con i seguenti domini:",
"The entered verification code is wrong" : "Il... | {
"pile_set_name": "Github"
} |
Subject: reply
daren ,
thank you for the comments . the feeling is mutual .
ken
- attl . htm | {
"pile_set_name": "Github"
} |
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.documentapi;
import com.yahoo.document.Document;
import com.yahoo.document.DocumentId;
import java.util.LinkedList;
import java.util.List;
/**
* A simple document queue that queue... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2003-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C 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 t... | {
"pile_set_name": "Github"
} |
# coding: utf-8
"""
Pengyi Zhang
201906
"""
import cv2
import argparse
import json
import os
import numpy
import torch
import torch.nn as nn
from torch.utils.data import DataLoader
from models import *
from utils.datasets import *
from utils.utils import *
from utils.parse_config import *
... | {
"pile_set_name": "Github"
} |
namespace Curvature
{
partial class EditWidgetParameter
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | {
"pile_set_name": "Github"
} |
/*
* ProtocolLib - Bukkit server library that allows access to the Minecraft protocol.
* Copyright (C) 2012 Kristian S. Stangeland
*
* This program is free software; you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation; either... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2... | {
"pile_set_name": "Github"
} |
<?php
/**
* ECSHOP
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com;
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何... | {
"pile_set_name": "Github"
} |
if not(exist('test'))
test = 0;
end
test = test+1;
addpath('../toolbox/');
rep = MkResRep(num2str(test));
clf; hold on;
f0 = [];
while true
axis equal; axis([0 1 0 1]); % axis off;
[a,b,button] = ginput(1);
if button==3
break;
end
plot(a,b, '.', 'MarkerSize', 25);
f0(end+1) ... | {
"pile_set_name": "Github"
} |
/******************************************************************
* LexMarkdown.cxx
*
* A simple Markdown lexer for scintilla.
*
* Includes highlighting for some extra features from the
* Pandoc implementation; strikeout, using '#.' as a default
* ordered list item marker, and delimited code blocks... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 EKA2L1 Team.
*
* This file is part of EKA2L1 project
* (see bentokun.github.com/EKA2L1).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using NLog;
namespace NfxAspNetMvc.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
//var logger = logger
var logger = LogMan... | {
"pile_set_name": "Github"
} |
package toml
import (
"fmt"
"log"
"math"
"reflect"
"strings"
"testing"
"time"
)
func TestDecodeSimple(t *testing.T) {
var testSimple = `
age = 250
andrew = "gallant"
kait = "brady"
now = 1987-07-05T05:45:00Z
nowEast = 2017-06-22T16:15:21+08:00
nowWest = 2017-06-22T02:14:36-06:00
yesOrNo = true
pi = 3.14
color... | {
"pile_set_name": "Github"
} |
/* Exercise nested function decomposition, gcc/tree-nested.c. */
int
main (void)
{
int p1 = 2, p2 = 6, p3 = 0, p4 = 4, p5 = 13, p6 = 18, p7 = 1, p8 = 1, p9 = 1;
void test1 ()
{
int i, j, k;
int a[4][4][4];
__builtin_memset (a, '\0', sizeof (a));
#pragma acc parallel
#pragma acc loop collapse(3)
... | {
"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"
} |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.ApplicationModel.Calls
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFE... | {
"pile_set_name": "Github"
} |
{
"topStories": [
{
"headlines": {
"headline": "アフガニスタンの病院で銃撃 新生児や母親など12人が死亡"
},
"locators": {
"assetUri": "/japanese/52643045",
"cpsUrn": "urn:bbc:content:assetUri:japanese/52643045",
"assetId": "52643045"
},
"summary": "アフガニスタンの... | {
"pile_set_name": "Github"
} |
/*
This file is provided under a dual BSD/GPLv2 license. When using or
redistributing this file, you may do so under either license.
GPL LICENSE SUMMARY
Copyright(c) 2014 Intel Corporation.
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU Gene... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2008 Novell, Inc.
* Copyright (C) 2008 Red Hat, Inc.
*/
#ifndef __NMS_KEYFILE_READER_H__
#define __NMS_KEYFILE_READER_H__
#include "nm-connection.h"
NMConnection *nms_keyfile_reader_from_keyfile (GKeyFile *key_file,
... | {
"pile_set_name": "Github"
} |
var convert = require('./convert');
module.exports = convert('zip', require('../zip'));
| {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 required by applicabl... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace Xamarin.Android.Prepare
{
partial class Runtimes
{
static Context ctx => Context.Instance;
static string GetMonoUtilitySourcePath (string utilityName)
{
return Path.Combine (Configurables.Paths.MonoProfileToolsDir... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-arm64:v1.3.1-beta.1
| {
"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 "mojo/public/cpp/bindings/callback_helpers.h"
#include <memory>
#include <string>
#include <utility>
#include "base/bind.h"
#include "base/bind... | {
"pile_set_name": "Github"
} |
---
---
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
// Core variables and mixins
@import "vendor/bootstrap/variables";
@import "vendor/bootstrap/mixins";
// Reset and dependencies
@import "ven... | {
"pile_set_name": "Github"
} |
[
[0, 0, "minecraft:air"],
[1, 0, "minecraft:stone[variant=stone]"],
[1, 1, "minecraft:stone[variant=granite]"],
[1, 2, "minecraft:stone[variant=smooth_granite]"],
[1, 3, "minecraft:stone[variant=diorite]"],
[1, 4, "minecraft:stone[variant=smooth_diorite]"],
[1, 5, "minecraft:stone[variant=andesite]"],
[1, 6, "minecraf... | {
"pile_set_name": "Github"
} |
<%
jagg.initializer("signup-task", {
preInitialize:function () {
jagg.addFooterJS("signup", "jagg", "templates/signup-task/js/signup.js");
}
});
%>
| {
"pile_set_name": "Github"
} |
package com.example.administrator.cookman.utils;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import com.example.administrator.cookman.R;
/**
* Created by Administrator on 2017/3/29.
*/
public class VersionUtil {
/**
* 获取版本号
*
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
export TEMP_PATH="/mnt/world/ultracopier-temp/"
export ULTRACOPIER_SOURCE="/home/user/Desktop/ultracopier/sources/"
export BASE_PWD=`pwd`
cd ${BASE_PWD}
export ULTRACOPIER_VERSION=`grep -F "ULTRACOPIER_VERSION" ${ULTRACOPIER_SOURCE}/Variable.h | grep -F "1.2" | sed -r "s/^.*([0-9]+\.[0-9]+\.[0-9]+\.[0-9]... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
#include "IStore... | {
"pile_set_name": "Github"
} |
Opt out serialization/deserialization for _random.Random
| {
"pile_set_name": "Github"
} |
<p align="center"><img src="https://i.imgur.com/FDRVPr8.png"></p>
## Usage
### Create an App
```zsh
# with `nextron`
$ nextron init my-app --example with-javascript-emotion
# with npx
$ npx create-nextron-app my-app --example with-javascript-emotion
# with yarn
$ yarn create nextron-app my-app --example with-javas... | {
"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="htmlhelp.chm... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2020, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*
* See full license text in LICENSE file at top of project tree
*/
#include "Destination.h"
#include "Identity.h"
#include "ClientContext.h"
#include "I2PService.h"
#include <boost/asio/error.hpp>
... | {
"pile_set_name": "Github"
} |
mutation PublishNavigationChanges($input: PublishNavigationChangesInput!) {
publishNavigationChanges(input: $input) {
navigationTree {
...NavigationTree
}
}
}
fragment NavigationTree on NavigationTree {
_id
items {
expanded
isPrivate
isSecondary
isVisible
}
hasUnpublishedChange... | {
"pile_set_name": "Github"
} |
import { useCallback } from 'react';
import { useFormApi } from 'informed';
/**
* This hook takes a callback 'onClick' prop and
* returns another callback function that calls form.reset
* before invoking the onClick prop function.
*
* @param {object} props
* @param {function} props.onClick
*
* @returns... | {
"pile_set_name": "Github"
} |
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:output method="xml" doctype-public="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" encoding="UTF-8"/>
<xsl:template name="headeradminproject">
<div id="header">
<div id="headertop">
<div id="datetime">
<xs... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : Uzbek Latin [uz-latn]
//! author : Rasulbek Mirzayev : github.com/Rasulbeeek
import moment from '../moment';
export default moment.defineLocale('uz-latn', {
months : 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split('_'),
monthsS... | {
"pile_set_name": "Github"
} |
// Souffle - A Datalog Compiler
// Copyright (c) 2017, The Souffle Developers. All rights reserved
// Licensed under the Universal Permissive License v 1.0 as shown at:
// - https://opensource.org/licenses/UPL
// - <souffle root>/licenses/SOUFFLE-UPL.txt
.decl Edge(vertex1:symbol,vertex2:symbol,weight:number)
Edge(a,b... | {
"pile_set_name": "Github"
} |
/*
* libwebsockets - peer limits tracking
*
* Copyright (C) 2010-2017 Andy Green <andy@warmcat.com>
*
* 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:
* version 2.1 of the Lice... | {
"pile_set_name": "Github"
} |
<?php
/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
namespace MauticPlugin\MauticCitrixBundle\Form\Type;
use Mautic\EmailBundle\Form\Type\EmailListType;
use MauticP... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build s390x
// +build linux
// +build !gccgo
#include "textflag.h"
//
// System calls for s390x, Linux
//
// Just jump to package syscall's implementatio... | {
"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"
} |
// OCMockito by Jon Reid, http://qualitycoding.org/about/
// Copyright 2015 Jonathan M. Reid. See LICENSE.txt
#import "MKTReturnValueSetter.h"
@interface MKTReturnValueSetter (SubclassResponsibility)
- (void)setReturnValue:(id)returnValue onInvocation:(NSInvocation *)invocation;
@end
@interface MKTReturnValueSett... | {
"pile_set_name": "Github"
} |
<?php
namespace Zendesk\API\Resources\Core;
use Zendesk\API\Exceptions\MissingParametersException;
use Zendesk\API\Resources\ResourceAbstract;
/**
* The Push Notification Devices class exposes methods seen at
* https://developer.zendesk.com/rest_api/docs/core/push_notification_devices
*/
class PushNotificationDev... | {
"pile_set_name": "Github"
} |
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
void platform_os_delay(uint32_t milliseconds)
{
vTaskDelay(milliseconds);
} | {
"pile_set_name": "Github"
} |
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"document-preview-command-set": {
"components": [
{
"entrypoint": "./lib/extensions/documentPreview/DocumentPreviewCommandSet.js",
"manifest": "./src/... | {
"pile_set_name": "Github"
} |
/* lib/common/types.h. Generated from types.h.in by configure. */
/* $Id$ $Revision$ */
/* vim:set shiftwidth=4 ts=8: */
/*************************************************************************
* Copyright (c) 2011 AT&T Intellectual Property
* All rights reserved. This program and the accompanying materials
* ... | {
"pile_set_name": "Github"
} |
using System;
using ActiveLogin.Identity.Swedish;
namespace ActiveLogin.Authentication.Common.Serialization
{
internal static class JwtSerializer
{
/// <summary>
/// Specified in: http://openid.net/specs/openid-connect-core-1_0.html#rfc.section.5.1
/// </summary>
/// <param name... | {
"pile_set_name": "Github"
} |
/************************************************************
Copyright 1987, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
c... | {
"pile_set_name": "Github"
} |
# Quantified Self (QS) Ledger
## A Personal Data Aggregator and Dashboard for Self-Trackers and Quantified Self Enthusiasts
[Quantfied Self (QS) Ledger](https://github.com/markwk/qs_ledger) aggregates and visualizes your personal data.
The project has two primary goals:
1. **download all of your personal data** f... | {
"pile_set_name": "Github"
} |
package org.nzbhydra.searching;
import com.google.common.base.Splitter;
import com.google.common.base.Stopwatch;
import com.google.common.base.Strings;
import lombok.Data;
import lombok.NoArgsConstructor;
import net.jodah.expiringmap.ExpirationPolicy;
import net.jodah.expiringmap.ExpiringMap;
import org.nzbhydra.confi... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.