text stringlengths 2 99.9k | meta dict |
|---|---|
// This is the SIP interface definition for the QJsonObject mapped type.
//
// Copyright (c) 2018 Riverbank Computing Limited <info@riverbankcomputing.com>
//
// This file is part of PyQt5.
//
// This file may be used under the terms of the GNU General Public License
// version 3.0 as published by the Free Software F... | {
"pile_set_name": "Github"
} |
//============================================================================
#pragma once
#include "Point2.h"
#include "ColorRgba.h"
//============================================================================
namespace Javelin
{
//============================================================================
... | {
"pile_set_name": "Github"
} |
<?php
/*
DOMpdf had a security issue reported with it. Since Bamboo does not use the vulnerable file (this one)
I've simply opted to replace it with this blank file. This way, users who are upgrading from earlier versions will
replace the vulnerable file with this one... and be none-the-wiser. How sneaky of me... | {
"pile_set_name": "Github"
} |
#version 410 core
layout(triangles) in;
// Create as the outcome a line loop
layout(line_strip, max_vertices = 4) out;
void main(void)
{
for(int i = 0; i < gl_in.length(); ++i)
{
gl_Position = gl_in[i].gl_Position;
EmitVertex();
}
// This closes the the triangle
gl_Position = gl_in[0].gl_Position;
EmitVert... | {
"pile_set_name": "Github"
} |
We expect that the content of this directory is:
- cpachecker.jar
- the "lib" directory of CPAChecker | {
"pile_set_name": "Github"
} |
/*!
@Name:layer mobile v2.0.0 弹层组件移动版
@Author:贤心
@Site:http://layer.layui.com/mobie/
@License:MIT
*/
layui.define(function(exports){
"use strict";
var win = window, doc = document, query = 'querySelectorAll', claname = 'getElementsByClassName', S = function(s){
return doc[query](s);
};
//默认... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
<item
android:drawable="@drawable/widget_location_sharing_day"
android:duration="500" />
<item
android:drawable="@drawable/widget_location_sharin... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &4724769416699403879
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4724769416698970759}
- component: {fileID: 472... | {
"pile_set_name": "Github"
} |
.full-width {
width: 100%;
}
.shipping-card {
min-width: 120px;
margin: 20px auto;
}
.mat-radio-button {
display: block;
margin: 5px 0;
}
.row {
display: flex;
flex-direction: row;
}
.col {
flex: 1;
margin-right: 20px;
}
.col:last-child {
margin-right: 0;
}
| {
"pile_set_name": "Github"
} |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2019, Open Source Geospatial Foundation (OSGeo)
*
* 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 Softw... | {
"pile_set_name": "Github"
} |
module Make () =
struct
exception Error of Source.region * string
let warn at m = prerr_endline (Source.string_of_region at ^ ": warning: " ^ m)
let error at m = raise (Error (at, m))
end
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using HandyControl.Data;
namespace HandyControl.Controls
{
[TemplatePart(Name = ElementButtonConfirm, Type = typeof(Button))]
[TemplatePart(Name = Elemen... | {
"pile_set_name": "Github"
} |
#ifndef __COMMON__
#define __COMMON__
#include <cuda_runtime_api.h>
/*
* General settings
*/
const int WARP_SIZE = 32;
const int MAX_BLOCK_SIZE = 512;
/*
* Utility functions
*/
template <typename T>
__device__ __forceinline__ T WARP_SHFL_XOR(T value, int laneMask, int width = warpSize,
... | {
"pile_set_name": "Github"
} |
from django.contrib import admin
# Register your models here.
| {
"pile_set_name": "Github"
} |
#ifndef EIGEN_ITERATIVELINEARSOLVERS_MODULE_H
#define EIGEN_ITERATIVELINEARSOLVERS_MODULE_H
#include "SparseCore"
#include "OrderingMethods"
#include "src/Core/util/DisableStupidWarnings.h"
/**
* \defgroup IterativeLinearSolvers_Module IterativeLinearSolvers module
*
* This module currently provides iterative... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NFAccountProxy, NFFolder, NFNote, NSString;
@protocol NFLocalToRemotePusherProtocol <NSObject>
- (BOOL)deleteFolderFromRemote:(NFFolder *)arg1 fromPare... | {
"pile_set_name": "Github"
} |
# 03 SASS
In this demo we rename our css file to scss extension and add a simple SASS variable. We will learn how to add a loader that can
make the SASS preprocess and then chain it to our css / style pipe.
We will start from sample _01 Styles/02 Import Bootstrap_.
Summary steps:
- Rename `mystyles.css` to scss.
-... | {
"pile_set_name": "Github"
} |
import 'dart:async';
import 'dart:convert';
import 'dart:typed_data';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'file_translation_loader.dart';
class _CustomAssetBundle extends PlatformAssetBundle {
Future<String> loadString(String key, {bool cache = true}) async {
... | {
"pile_set_name": "Github"
} |
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
#ifndef testConsoleBuf_hxx
#define testConsoleBuf_hxx
static const wchar_t cmdConsoleBufChild[] = L"testConsoleBufChild";
static const wchar_t BeforeInputEventName[... | {
"pile_set_name": "Github"
} |
/*
* @ author sessionboy
* @ github https://github.com/sessionboy
* @ website http://sinn.boyagirl.com
* @ use 统一响应请求中间件
* @ error-data 返回错误时,可携带的数据
* @ error-msg 自定义的错误提示信息
* @ error-status 错误返回码
* @ error-errdata 可返回服务器生成的错误
* @ success-data 请求成功时响应的数据
* @ success-msg 请求成功时响应的提示信息
* @ 调用ctx.error() 响应错误
* @ 调用c... | {
"pile_set_name": "Github"
} |
usr/share/doc-base
usr/share/doc/pcp-doc
usr/share/doc/pcp-doc/html
usr/share/doc/pcp-doc/html/diskmodel
usr/share/doc/pcp-doc/html/images
usr/share/doc/pcp-doc/html/importdata
usr/share/doc/pcp-doc/html/pmie
usr/share/doc/pcp-doc/html/pmview
usr/share/pcp/demos/tutorials
| {
"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
* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tamiko@gentoo.org</email>
<name>Matthias Maier</name>
</maintainer>
<longdescription>
Doxygen is a tool for analyzing, documenting, and reverse-engineeri... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
~ SPDX-License-Identifier: GPL-3.0-only
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_he... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -dragonfly -tags dragonfly,amd64 syscall_bsd.go syscall_dragonfly.go syscall_dragonfly_amd64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build dragonfly,amd64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT ... | {
"pile_set_name": "Github"
} |
"""
Green SSL module for Python 3.2
"""
import ssl as ssl_orig
import socket as socket_orig
import errno
from ..patcher import copy_attributes
from ..const import READ, WRITE
from ..support import get_errno
copy_attributes(ssl_orig, globals(), srckeys=dir(ssl_orig))
from ..greenio import socket
SSLContext_orig = ss... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2005-2011 Joel de Guzman
Copyright (c) 2011 Thomas Heller
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... | {
"pile_set_name": "Github"
} |
/*
* Wi-Fi Direct - P2P Device Discoverability procedure
* Copyright (c) 2010, Atheros Communications
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "common/ieee802_11_defs.h"
#include "p2p_i.h"
#inclu... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2013-2014 Facebook, Inc.
*
* 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"
} |
import 'https://gist.githubusercontent.com/jut-test/273396ac4efcc838687b/raw/dde7c96c7560c38a29881d0345fc2d5727ee082e/main.juttle'
as this_module;
emit
| this_module.stamper -mark "test"
| {
"pile_set_name": "Github"
} |
---
alias: je3ahghip5
description: Learn how to use the Prisma CLI
---
# Overview
The Prisma command line interface (CLI) is the primary tool to manage your database services with Prisma.
Generally, the configuration of a Prisma service is handled using the CLI and the service definition file [`prisma.yml`](!alias-f... | {
"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><link rel="apple-touch-icon" sizes="180x180" href="/glide/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/glide/favicon-32x32.png"><link rel="icon" ... | {
"pile_set_name": "Github"
} |
import { graphqlClient } from "util/graphql";
import { syncUpdates, syncDeletes } from "./graphqlCacheHelpers";
const getUpdateContent = (type, resp) => {
const singleResult = resp[`update${type}`] || resp[`create${type}`];
const result = singleResult ? singleResult[type] || singleResult[`${type}s`] : resp[`update... | {
"pile_set_name": "Github"
} |
// CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `CS208.Foo'
// Line: 20
// Compiler options: -unsafe
namespace CS208
{
public class Foo
{
}
public class Bar
{
unsafe static void Main ()
{
Foo f = new Foo ();
Foo *s = &f;
}
}
}
| {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Layout/Visibility.h"
#include "Widgets/DeclarativeSyntaxSupport.h"
#include "Widgets/SCompoundWidget.h"
#include "Models/ProjectLauncherModel.h"
class SEditableTextBox;
/**
* Implements the profile page for... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file system_stm32f30x.c
* @author MCD Application Team
* @version V1.2.3
* @date 22-September-2016
* @brief CMSIS Cortex-M4 Device Peripheral Access Layer System Source File.
* This file contains... | {
"pile_set_name": "Github"
} |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_MulticastDelegate3201952435.h"
#include "mscorlib_System_Void1841601450.h"
#include "AssemblyU2DCSharpU2Dfirstpass_Valve_VR_ETrackingUn1464400093.h"
// Syst... | {
"pile_set_name": "Github"
} |
/* SCTP kernel implementation
* Copyright (c) 2003 International Business Machines, Corp.
*
* This file is part of the SCTP kernel implementation
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
* the GNU General Public License as published by
* the Fr... | {
"pile_set_name": "Github"
} |
# WOYEPS - Bit Boy!!
[Core]
[OnFrame]
[ActionReplay]
[Gecko]
[Video_Settings]
[Video_Hacks]
ImmediateXFBEnable = False
| {
"pile_set_name": "Github"
} |
package com.wangsaichao.cas.service;
import java.util.Map;
/**
* @author: wangsaichao
* @date: 2018/7/19
* @description:
*/
public interface UserService {
Map<String,Object> findByUserName(String userName);
}
| {
"pile_set_name": "Github"
} |
"=============================================================================
" FILE: complete.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation file... | {
"pile_set_name": "Github"
} |
Subject: re : aqemkfg , ordered it copied
free cable % rnd _ syb tv
comparison ak brain consist iniquitous twit trigram trajectory buteo buttock steve farad algerian argonaut yen edison loquacious headquarter shell bouncy temporal birdseed caliper deity combine gallberry hub pretoria apocalyptic audrey pittsburgh arc... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Validator\Constraints;
/**
* @api
*/
class DateTime... | {
"pile_set_name": "Github"
} |
// #docregion
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule } from '@angular/forms';
import { AppComponent } from './app.component';
import {
AfterContentParentComponent,
AfterContentComponent,
ChildComponent
} from './after-content.com... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from collections import namedtuple
from unittest.mock import patch
import pytest
from awxkit.ws import WSClient
ParseResult = namedtuple("ParseResult", ["port", "hostname", "secure"])
def test_explicit_hostname():
client = WSClient("token", "some-hostname", 556, False)
assert client.... | {
"pile_set_name": "Github"
} |
/*
File: AUOutputBase.cpp
Abstract: AUOutputBase.h
Version: 1.1
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
Inc. ("Apple") in consideration of your agreement to the following
terms, and your use, installation, modification or redistribution of
this Apple software constitutes ac... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 Maxime Ripard. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that... | {
"pile_set_name": "Github"
} |
#tb 0: 100/2397
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 208x232
#sar 0: 0/1
0, 0, 0, 1, 54288, 0xbb88db84
| {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.drawBorderTop = exports.drawBorderJoin = exports.drawBorderBottom = exports.drawBorder = undefined;
var _lodash = require('lodash');
var _lodash2 = _interopRequireDefault(_lodash);
function _interopRequireDefault(obj) { return ob... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "AppIcon29x29@2x.png",
"scale" : "2x"
},
{
... | {
"pile_set_name": "Github"
} |
using Xamarin.Forms;
namespace RadioButtonDemos
{
public partial class GroupedRadioButtonsPage : ContentPage
{
public GroupedRadioButtonsPage()
{
InitializeComponent();
}
void OnColorsRadioButtonCheckedChanged(object sender, CheckedChangedEventArgs e)
{
... | {
"pile_set_name": "Github"
} |
FROM python:3-onbuild
WORKDIR .
RUN apt-get update && apt-get install -y \
sqlite3 \
libsqlite3-dev
RUN pip3 install -U pip setuptools wheel
RUN pip3 install -e .
RUN echo "django-x509 Installed"
WORKDIR tests/
CMD ["./docker-entrypoint.sh"]
EXPOSE 8000
ENV NAME djangox509
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
// Use of this source code is governed by a MIT license found in the LICENSE file.
package codec
// By default, this json support uses base64 encoding for bytes, because you cannot
// store and read any arbitrary string in json (only unicode).
// However, ... | {
"pile_set_name": "Github"
} |
Brasilia, Xxxxxxxxxx, Brilliant, Brazilian, Brassily, Brilliance
| {
"pile_set_name": "Github"
} |
################################################################################
# Validate that huge GTID_EXECUTED values are properly handled on distributed
# recovery, transactions certification and certification garbage collection
# procedure.
#
# Test:
# 0. The test requires two servers: M1 and M2.
# 1. Generate a... | {
"pile_set_name": "Github"
} |
package com.utkarshsinha.gyrorecorder;
import android.annotation.TargetApi;
import android.content.Context;
import android.hardware.Camera;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.media.Camco... | {
"pile_set_name": "Github"
} |
django.jQuery(function($) {
var type_select = $('#id_type'),
vpn_specific = $('.field-vpn, .field-auto_cert'),
gettext = window.gettext || function(v){ return v; },
toggle_vpn_specific = function(changed){
if (type_select.val() == 'vpn') {
vpn_specific.show();
... | {
"pile_set_name": "Github"
} |
/*
* Driver for DVBSky USB2.0 receiver
*
* Copyright (C) 2013 Max nibble <nibble.max@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License,... | {
"pile_set_name": "Github"
} |
$NetBSD: patch-lib_stdio.in.h,v 1.1 2015/06/30 21:39:09 richard Exp $
avoid warnings w.r.t. gets() when c++ is used
--- lib/stdio.in.h.orig 2015-01-15 08:25:52.000000000 +0000
+++ lib/stdio.in.h
@@ -723,7 +723,7 @@ _GL_WARN_ON_USE (getline, "getline is un
so any use of gets warrants an unconditional warning; besid... | {
"pile_set_name": "Github"
} |
<?php
/*
Copyright (C) 2011-08/2014 Alexander Zagniotov
Copyright (C) 2015 Norbert Preining
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 the License, or
(at your option) any l... | {
"pile_set_name": "Github"
} |
#if defined(__GNUC__) && !defined(__clang__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9))
#define HAVE_STD_ATOMIC 1
#else
#define HAVE_STD_ATOMIC 0
#endif
#if __gnu_linux__ && __clang__
/* There is bug in clang on GNU/Linux, when it uses gcc's stdatomic.h instead of own one
* and this cause compiler er... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011 Apple Inc.
*
* 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 on the rights to use, cop... | {
"pile_set_name": "Github"
} |
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.2.8
EXPORTS
adler32 @1
compress @2
crc32 @3
deflate @4
deflateCopy ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 54ab053b5f4414ff9a8a7e81b545fe23
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
# Experimental features are described in docs/process/experimental-flags.md
# (Despite the name, they are n... | {
"pile_set_name": "Github"
} |
/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery', 'jquery-ui'], factory);
} else {
factory(jQuery);
}
}(function ($) {
... | {
"pile_set_name": "Github"
} |
社会福祉法
(昭和二十六年三月二十九日法律第四十五号)最終改正:平成二五年六月一四日法律第四四号(最終改正までの未施行法令)平成二十四年八月二十二日法律第六十七号(未施行)
第一章 総則(第一条―第六条)
第二章 地方社会福祉審議会(第七条―第十三条)
第三章 福祉に関する事務所(第十四条―第十七条)
第四章 社会福祉主事(第十八条・第十九条)
第五章 指導監督及び訓練(第二十条・第二十一条)
第六章 社会福祉法人
第一節 通則(第二十二条―第三十条)
第二節 設立(第三十一条―第三十五条)
第三節 管理(第三十六条―第四十五条)
第四節 解散及び合併(第四十六条―第五十五条)
... | {
"pile_set_name": "Github"
} |
var arrayMap = require('./_arrayMap'),
baseAt = require('./_baseAt'),
basePullAt = require('./_basePullAt'),
compareAscending = require('./_compareAscending'),
flatRest = require('./_flatRest'),
isIndex = require('./_isIndex');
/**
* Removes elements from `array` corresponding to `indexes` and ret... | {
"pile_set_name": "Github"
} |
var path = require("path");
var slug = require("mollusc");
var crypto = require("crypto");
var debug = require("debug")("utils");
var utils = {};
utils.value_in_value = function (v1, v2) {
if (v1 === null || v1 === undefined) {
return true;
}
if (v2 === null || v2 === undefined) {
return false;
}
switch (typ... | {
"pile_set_name": "Github"
} |
/*
* jerror.h
*
* Copyright (C) 1994-1997, Thomas G. Lane.
* Modified 1997-2009 by Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file defines the error and message codes for the JPEG li... | {
"pile_set_name": "Github"
} |
using System;
using AutoFixture.Idioms;
using Xunit;
namespace AutoFixture.IdiomsUnitTest
{
public class EmptyStringBehaviorExpectationTest
{
[Fact]
public void SutIsBehaviorExpectation()
{
// Arrange
var expectation = new EmptyStringBehaviorExpectation();
... | {
"pile_set_name": "Github"
} |
defmodule Mix.Tasks.Ecto.MigrationsTest do
use ExUnit.Case
import Mix.Tasks.Ecto.Migrations, only: [run: 3]
import Support.FileHelpers
migrations_path = Path.join([tmp_path(), inspect(Ecto.Migrations), "migrations"])
setup do
File.mkdir_p!(unquote(migrations_path))
:ok
end
defmodule Repo do
... | {
"pile_set_name": "Github"
} |
rows = {[1.931344e+002
2.021231e+002
2.121106e+002
2.171044e+002
2.290894e+002
2.360806e+002
2.430719e+002
2.500631e+002
2.710369e+002
2.790269e+002
2.930094e+002
3.069919e+002
3.139831e+002
3.209744e+002
3.279656e+002
3.339581e+002
3.409494e+002
3.539331e+002
3.599256e+002
3.659181e+002
3.769044e+0... | {
"pile_set_name": "Github"
} |
pub mod register;
pub mod cpu;
pub mod ppu;
pub mod apu;
pub mod rom;
pub mod memory;
pub mod mapper;
pub mod button;
pub mod joypad;
pub mod input;
pub mod audio;
pub mod display;
pub mod default_input;
pub mod default_audio;
pub mod default_display;
use cpu::Cpu;
use rom::Rom;
use button::Button;
use input::Input;
u... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol ICDocCamZoomablePageContentViewDelegate
@required
- (void)pageContentViewDidPencilDown;
@end
| {
"pile_set_name": "Github"
} |
package load
import (
"encoding/json"
"github.com/shirou/gopsutil/internal/common"
)
var invoke common.Invoker
func init() {
invoke = common.Invoke{}
}
type AvgStat struct {
Load1 float64 `json:"load1"`
Load5 float64 `json:"load5"`
Load15 float64 `json:"load15"`
}
func (l AvgStat) String() string {
s, _ ... | {
"pile_set_name": "Github"
} |
package octopus.api.projects;
import java.io.IOException;
import java.nio.file.Paths;
import octopus.api.database.Database;
import octopus.server.database.titan.TitanLocalDatabaseManager;
public class OctopusProject
{
private final String pathToProjectDir;
private String name;
public OctopusProject(String name,... | {
"pile_set_name": "Github"
} |
import pytest
SKIP = True
@pytest.mark.parametrize("x", range(5000))
def test_foo(x):
if SKIP:
pytest.skip("heh")
| {
"pile_set_name": "Github"
} |
.. i18n: .. index::
.. i18n: single: analytic; accounts
..
.. index::
single: analytic; accounts
.. i18n: Putting Analytic Accounts in Place
.. i18n: ==================================
..
使辅助核算项到位
==================================
.. i18n: For the initial setup of good analytic accounts you should:
..
为能更好的... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2013 yvt
This file is part of OpenSpades.
OpenSpades 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.
OpenSpades is... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { connect } from 'react-redux';
import { toggleMobileDisplayHidden } from '../../mega-menu/actions';
export class Main extends React.Component {
constructor() {
super();
this.state = {
closeMenu: {
hidden: true,
},
openMenu: {},
};
}
compon... | {
"pile_set_name": "Github"
} |
frappe.listview_settings['Employee Separation'] = {
add_fields: ["boarding_status", "employee_name", "department"],
filters:[["boarding_status","=", "Pending"]],
get_indicator: function(doc) {
return [__(doc.boarding_status), frappe.utils.guess_colour(doc.boarding_status), "status,=," + doc.boarding_status];
}
};... | {
"pile_set_name": "Github"
} |
(set-logic QF_S)
(set-option :strings-exp true)
(set-info :status sat)
(declare-const input_0_1000 String)
(assert (= (str.substr input_0_1000 0 4) "good"))
(assert (= (str.substr input_0_1000 5 1) "I"))
(assert (not (= input_0_1000 "goodAI")))
(check-sat)
| {
"pile_set_name": "Github"
} |
package net.okjsp
class ContentVote {
Integer point = 1
Article article
Content content
Avatar voter
Date dateCreated
static constraints = {
point bindable: false
voter bindable: false
voter unique: 'content'
}
static mapping = {
version false
}... | {
"pile_set_name": "Github"
} |
Çevrimiçi hizmetlerinde doğrulama kodlarınızı yönetmeniz için özgür,
güvenli ve açık kaynak 2FA uygulaması
<b>Şifreleme</b>
Tüm tek kullanımlık kodlarınız bir kasada saklanır. Kasaya bir parola atamayı
seçerseniz, ki bu şiddetle tavsiye edilir, kasanız AES-256 kullanılarak şifrelenecektir.
Kötü niyetli birisi kasanı... | {
"pile_set_name": "Github"
} |
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*-
# vi: set ft=python sts=4 ts=4 sw=4 noet :
# This file is part of Fail2Ban.
#
# Fail2Ban 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;... | {
"pile_set_name": "Github"
} |
<!--# layout("/common/layout.html",{"jsBase":"/js/admin/role/"}){ -->
<form class="layui-form layui-form-pane" id="updateForm">
<div class="layui-row">
<div class="layui-form-item">
<label class="layui-form-label">角色名称</label>
<div class="layui-input-block">
<input type="text" name="name" value="${role.n... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# portable serial port access with python
# this is a wrapper module for different platform implementations of the
# port enumeration feature
#
# (C) 2011-2013 Chris Liechti <cliechti@gmx.net>
# this is distributed under a free software license, see license.txt
"""\
This module will provide a fu... | {
"pile_set_name": "Github"
} |
SRCS=\
../../../myWindows/wine_date_and_time.cpp \
../../../Windows/DLL.cpp \
../../../Windows/FileDir.cpp \
../../../Windows/FileFind.cpp \
../../../Windows/FileIO.cpp \
../../../Windows/FileName.cpp \
../../../Windows/PropVariant.cpp \
../../../Windows/PropVariantConversions.cpp \
../../../Common/IntToString.cpp \
..... | {
"pile_set_name": "Github"
} |
# Go-MySQL-Driver
A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) package

---------------------------------------
* [Features](#features)
* [Requirements](#r... | {
"pile_set_name": "Github"
} |
################################################################################
#
# Checks if an error has occurred and if so rolls back the entire transaction.
# Only source this file when such behavior is needed.
#
# Since this file needs to be sourced _after_ the statement that we want to check
# for error, any una... | {
"pile_set_name": "Github"
} |
j2deployer j2deployer
ovwebusr OvW*busr1
cxsdk kdsxc
root owaspbwa
| {
"pile_set_name": "Github"
} |
<!ENTITY licenseKey.label "License key:">
<!ENTITY licenseInvoice.label "Transaction ID:">
<!ENTITY warning1.label "Extended features are enabled only if valid license data are provided and license is activated">
<!ENTITY warning2.label "To activate your license, please fill in the data below and restart BlueGriffon. ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t... | {
"pile_set_name": "Github"
} |
package reviewing
var DefaultReviews = []Review{
{BeerID: 1, FirstName: "Joe", LastName: "Tribiani", Score: 5, Text: "This is good but this is not pizza!"},
{BeerID: 2, FirstName: "Chandler", LastName: "Bing", Score: 1, Text: "I would SO NOT drink this ever again."},
{BeerID: 1, FirstName: "Ross", LastName: "Geller... | {
"pile_set_name": "Github"
} |
# Copyright (c) 1999-2006, International Business Machines Corporation and
# others. All Rights Reserved.
# A list of EBCDIC UCM's to build
# ibm-37 and ibm-1047 are already mentioned in makedata.mak and Makefile.in
UCM_SOURCE_EBCDIC = ebcdic-xml-us.ucm\
ibm-1025_P100-1995.ucm ibm-1026_P100-1995.ucm ibm-1097_P100-1995... | {
"pile_set_name": "Github"
} |
data "terraform_remote_state" "network" {
backend = "s3"
config {
bucket = "tfstate-pragmatic-terraform-on-aws"
key = "network/terraform.tfstate"
region = "ap-northeast-1"
}
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NSDictionary, NSTimer, NSURL;
@interface CIMDebugLogger : NSObject
{
int _mecabraInputMethodType... | {
"pile_set_name": "Github"
} |
#include <list>
int main()
{
std::list<int> list;
for (int i = 0;
i < 1500;
i++)
list.push_back(i);
return list.size(); // break here
}
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.