text stringlengths 2 99.9k | meta dict |
|---|---|
rwildcard = $(foreach d, $(wildcard $1*), $(filter $(subst *, %, $2), $d) $(call rwildcard, $d/, $2))
ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif
include $(DEVKITARM)/base_tools
LD = $(DEVKITARM)/bin/arm-none-eabi-ld
OBJCOPY = $(DEVKITAR... | {
"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 <Cocoa/NSObject.h>
@interface IPMailServerSettings : NSObject
{
}
- (void)_finalizeISPAccountsSettings:(id)arg1;
- (id)_ispPl... | {
"pile_set_name": "Github"
} |
<!--
****************************************************************************
* Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a ... | {
"pile_set_name": "Github"
} |
<template>
<tr class="browserItem">
<td v-if="draggable && max > 1" class="browserItem__cell browserItem__cell--drag">
<div class="drag__handle--drag"></div>
</td>
<td class="browserItem__cell browserItem__cell--thumb" v-if="currentItem.hasOwnProperty('thumbnail')">
<a href="#" target="_blank"... | {
"pile_set_name": "Github"
} |
{
"ver": "1.0.5",
"uuid": "aad822e1-8ddc-4a90-94ef-d3058a98d1f4",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
} | {
"pile_set_name": "Github"
} |
#include "clar_libgit2.h"
#include "clar_libgit2_trace.h"
#ifdef _WIN32
int __cdecl main(int argc, char *argv[])
#else
int main(int argc, char *argv[])
#endif
{
int res;
char *at_exit_cmd;
clar_test_init(argc, argv);
res = git_libgit2_init();
if (res < 0) {
fprintf(stderr, "failed to init libgit2");
return ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008-2020, Hazelcast, 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 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Created by Artem Boldariev <artem.boldarev@gmail.com>, 2018.
This file is distributed under the terms of CC0 license (Public Domain).
See the 'LICENSE.txt' file for the additional details.
-->
<!--
Helpful WEB-pages about WiX:
http://weblogs.sqlteam.com/mladenp/archive/... | {
"pile_set_name": "Github"
} |
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "../jquery.validate"], factory );
} else if (typeof module === "object" && module.exports) {
module.exports = factory( require( "jquery" ) );
} else {
factory( jQuery );
}
}(function( $ ) {
/*
* Translated default ... | {
"pile_set_name": "Github"
} |
# PR #1781 Updated dependencies
ProblemFilters.exclude[Problem]("com.google.api.*")
ProblemFilters.exclude[Problem]("com.google.protobuf.*")
ProblemFilters.exclude[Problem]("com.google.pubsub.v1.*")
ProblemFilters.exclude[ReversedMissingMethodProblem]("com.google.longrunning.Operations.waitOperation")
ProblemFilters.ex... | {
"pile_set_name": "Github"
} |
# Default configuration for sparc64-softmmu
include pci.mak
include usb.mak
CONFIG_M48T59=y
CONFIG_PTIMER=y
CONFIG_SERIAL=y
CONFIG_SERIAL_ISA=y
CONFIG_PARALLEL=y
CONFIG_PCKBD=y
CONFIG_FDC=y
CONFIG_IDE_ISA=y
CONFIG_IDE_CMD646=y
CONFIG_PCI_APB=y
CONFIG_MC146818RTC=y
CONFIG_ISA_TESTDEV=y
CONFIG_EMPTY_SLOT=y
CONFIG_SUN4V_... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>
Macros: Defining Your Own
</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>
8. Macros: Defining Your Own
</h1>
<p>
... | {
"pile_set_name": "Github"
} |
/**
* ***************************************************************************
* Copyright (c) 2010 Qcadoo Limited
* Project: Qcadoo MES
* Version: 1.4
*
* This file is part of Qcadoo.
*
* Qcadoo is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public Li... | {
"pile_set_name": "Github"
} |
const express = require("express");
const jsonServer = require("json-server");
const chokidar = require("chokidar");
const cors = require("cors");
const fileName = process.argv[2] || "./data.js"
const port = process.argv[3] || 3500;
let router = undefined;
const app = express();
const createServer = () => {
del... | {
"pile_set_name": "Github"
} |
package alert
import (
"errors"
"net/http"
"github.com/opsgenie/opsgenie-go-sdk-v2/client"
)
type CreateAlertRequest struct {
client.BaseRequest
Message string `json:"message"`
Alias string `json:"alias,omitempty"`
Description string `json:"description,omitempty"`
R... | {
"pile_set_name": "Github"
} |
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
package ec2
import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/client"
"github.com/aws/aws-sdk-go/aws/client/metadata"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/aws/signer/v4"
"github.com/aws/aws-sdk-go/private/p... | {
"pile_set_name": "Github"
} |
module YAML
#
# YAML::Stream -- for emitting many documents
#
class Stream
attr_accessor :documents, :options
def initialize( opts = {} )
@options = opts
@documents = []
end
def []( i )
@documents[ i ]
end
def add( doc )
@documents << doc
end
def edit( doc_nu... | {
"pile_set_name": "Github"
} |
Deleting properties
Keywords in hash keys
Functions return `undefined` by default
JavaScript compilation
Detect online connection | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e7afc8c74d1f73b458705e0b946292a0
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
| {
"pile_set_name": "Github"
} |
--
-- WS-SW-ARP-MIB.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Wednesday, May 24, 2006 at 16:43:04
--
WS-SW-ARP-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
wsSwArp
... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: false
require "cgi"
require "rexml/document"
require_relative "rss-testcase"
require "rss/1.0"
require "rss/2.0"
require "rss/trackback"
module RSS
class TestTrackBack < TestCase
def setup
@prefix = "trackback"
@uri = "http://madskills.com/public/xml/rss/module/trackback/"... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999, 2006, 2008 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except i... | {
"pile_set_name": "Github"
} |
@bender-tags: 4.8.0, bug, 1008
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, toolbar, colorbutton
** Scenario (both editors): **
1. Select each word or put caret in each word and click `Text Color`/`Background Color` button.
### Expected result:
Proper text/background color should be highlighted in c... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Text;
namespace Line.Messaging
{
public static class BoxComponentExtensions
{
/// <summary>
/// Add a flex component to the Box component.
/// </summary>
/// <param name="self">BoxComponent</param>
/// <param ... | {
"pile_set_name": "Github"
} |
/*
* Corona-Warn-App / cwa-verification
*
* (C) 2020, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You m... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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.
#ifndef MOJO_PUBLIC_CPP_BINDINGS_TESTS_STRUCT_WITH_TRAITS_IMPL_TRAITS_H_
#define MOJO_PUBLIC_CPP_BINDINGS_TESTS_STRUCT_WITH_TRAITS_IMPL_TRAITS_H_
#includ... | {
"pile_set_name": "Github"
} |
id: "test"
type: 0
intensity: 0.0
color { x: 0.0 y: 0.0 z: 0.0 }
range: 0.0
decay: 0.0
| {
"pile_set_name": "Github"
} |
/* Copyright (C) 2011 [Gobierno de Espana]
* This file is part of "Cliente @Firma".
* "Cliente @Firma" 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, or (at y... | {
"pile_set_name": "Github"
} |
1 russian x-vnd.Haiku-SimpleClock 3791523607
SimpleClock System name Простые часы
| {
"pile_set_name": "Github"
} |
#muuid {2f07ea05-05b5-4ff0-875d-c590da2ddac1}
;============================================================
; File: BASS_interface.dll
; Plugin: BASS Interface
; Version: 0.0.0.14
; Authors: tico-tico
;============================================================
[Un4seen's BASS interface Miranda NG plugin.]
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# Test case for image corruption (overlapping data structures) in qcow2
#
# Copyright (C) 2013 Red Hat, Inc.
#
# 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 versio... | {
"pile_set_name": "Github"
} |
// (C) Copyright Jeremy Siek 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)
#include <functional>
#include <algorithm>
#include <iostream>
#include <boost/iterator/transform_iterator.hpp>
... | {
"pile_set_name": "Github"
} |
#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H
#define CPPUNIT_EXTENSIONS_TESTSETUP_H
#include <cppunit/extensions/TestDecorator.h>
namespace CppUnit {
class Test;
class TestResult;
class CPPUNIT_API TestSetUp : public TestDecorator
{
public:
TestSetUp( Test *test );
void run( TestResult *result );
protected:
vir... | {
"pile_set_name": "Github"
} |
## @file
# Component description file for EFI Shell module.
#
# This is a binary module containing multiple binary shell applications.
# All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
# file, and they are can be run in shell environment.
# Copyright (c) 2006 - 2010, Intel ... | {
"pile_set_name": "Github"
} |
package system
import "syscall"
// fromStatT converts a syscall.Stat_t type to a system.Stat_t type
func fromStatT(s *syscall.Stat_t) (*StatT, error) {
return &StatT{size: s.Size,
mode: uint32(s.Mode),
uid: s.Uid,
gid: s.Gid,
rdev: uint64(s.Rdev),
mtim: s.Mtimespec}, nil
}
| {
"pile_set_name": "Github"
} |
Regression test suite for cairo.
How to use cairo's test suite
=============================
Using this test should be as simple as running:
make test
assuming that the cairo distribution in the directory above has been
configured and built. The test suite here goes through some effort to
run against the locally co... | {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:Ryan Holtz
/**********************************************************************
STmicro ST6-series microcontroller disassembler
To Do:
- Named registers/bits
**********************************************************************/
#include "emu.h"
#incl... | {
"pile_set_name": "Github"
} |
db DEX_RATTATA ; pokedex id
db 30, 56, 35, 72, 25
; hp atk def spd spc
db NORMAL, NORMAL ; type
db 255 ; catch rate
db 57 ; base exp
INCBIN "gfx/pokemon/front/rattata.pic", 0, 1 ; sprite dimensions
dw RattataPicFront, RattataPicBack
db TACKLE, TAIL_WHIP, NO_MOVE, NO_MOVE ; level 1 learnset
db G... | {
"pile_set_name": "Github"
} |
%
% Usage: Y =mexNormalize(X);
%
% Name: mexNormalize
%
% Description: rescale the columns of X so that they have
% unit l2-norm.
%
% Inputs: X: double m x n matrix
%
% Output: Y: double m x n matrix
%
% Author: Julien Mairal, 2010
| {
"pile_set_name": "Github"
} |
---
- include_tasks: "Debian/{{ distribution }}.yml"
when: ansible_distribution == distribution
with_items:
- "Ubuntu"
loop_control:
loop_var: distribution
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_RANGE_C_BACK_HPP_INCLUDED
#define BOOST_MPL_AUX_RANGE_C_BACK_HPP_INCLUDED
// 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)
//
// See h... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using Xamarin.Forms;
using Xamvvm;
namespace Examples
{
public partial class App : Application
{
public App()
{
InitializeComponent();
var factory = new XamvvmFormsFactory(this);
factory.RegisterNavigationPage<MainNavigationPageModel>(() => this.GetPageFromCache<MainP... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2002 Intersil Americas Inc.
* Copyright (C) 2003 Herbert Valerio Riedel <hvr@gnu.org>
* Copyright (C) 2003 Luis R. Rodriguez <mcgrof@ruslug.rutgers.edu>
* Copyright (C) 2003 Aurelien Alleaume <slts@free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it und... | {
"pile_set_name": "Github"
} |
ARCH=avr:6
MACHINE=
SCRIPT_NAME=avr
OUTPUT_FORMAT="elf32-avr"
MAXPAGESIZE=1
EMBEDDED=yes
TEMPLATE_NAME=elf
TEXT_LENGTH=1024K
DATA_ORIGIN=0x800200
DATA_LENGTH=0xfe00
EXTRA_EM_FILE=avrelf
FUSE_NAME=fuse
EEPROM_LENGTH=64K
FUSE_LENGTH=1K
LOCK_LENGTH=1K
SIGNATURE_LENGTH=1K
USER_SIGNATURE_LENGTH=1K
| {
"pile_set_name": "Github"
} |
.tree-view {
margin-left: 1.25rem;
}
.tree-view-collapsed {
display: none;
}
.tree-view-icon {
float: left;
}
.tree-view-title {
margin-left: 1.25rem;
}
.tree-view .cursor-pointer {
cursor: pointer;
}
| {
"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="qanda.inheri... | {
"pile_set_name": "Github"
} |
{
"name": "sleepwatcher",
"full_name": "sleepwatcher",
"oldname": null,
"aliases": [
],
"versioned_formulae": [
],
"desc": "Monitors sleep, wakeup, and idleness of a Mac",
"license": null,
"homepage": "https://www.bernhard-baehr.de/",
"versions": {
"stable": "2.2.1",
"head": null,
"b... | {
"pile_set_name": "Github"
} |
import xerial.sbt.Sonatype._
publishMavenStyle := true
sonatypeProfileName := "org.xerial"
sonatypeProjectHosting := Some(GitHubHosting(user="xerial", repository="sbt-sonatype", email="leo@xerial.org"))
developers := List(
Developer(id = "leo", name = "Taro L. Saito", email = "leo@xerial.org", url = url("http://xer... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# encoding: utf-8
require "spec_helper"
describe Mongoid::Extensions::TimeWithZone do
describe ".demongoize" do
after(:all) do
Mongoid.use_utc = false
Mongoid.use_activesupport_time_zone = true
end
let!(:time) do
Time.local(2010, 11, 19)
end
co... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2014, 2015 Alexander Lamaison <alexander.lamaison@gmail.com>
#
# Redistribution and use in source and binary forms,
# with or without modification, are permitted provided
# that the following conditions are met:
#
# Redistributions of source code must retain the above
# copyright notice, this list o... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DnsClient" Version="1.0.7" />
</ItemGroup>
</Project>
| {
"pile_set_name": "Github"
} |
# The contents of this file are subject to the Common Public Attribution
# License Version 1.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://code.reddit.com/LICENSE. The License is based on the Mozilla Public
# License Version 1.1, ... | {
"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... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* aflatin.c */
/* */
/* Au... | {
"pile_set_name": "Github"
} |
<?php
namespace Neos\Flow\Configuration;
/*
* This file is part of the Neos.Flow package.
*
* (c) Contributors of the Neos Project - www.neos.io
*
* This package is Open Source Software. For the full copyright and license
* information, please view the LICENSE file which was distributed with this
* source code.... | {
"pile_set_name": "Github"
} |
using Coevery.Projections.Models;
using Coevery.Data;
using Coevery.ContentManagement.Handlers;
namespace Coevery.Projections.Handlers {
public class ListViewPartHandler : ContentHandler {
public ListViewPartHandler(IRepository<ListViewPartRecord> repository) {
Filters.Add(StorageFilter.For(re... | {
"pile_set_name": "Github"
} |
<?php
namespace Codeages\Plumber\Queue;
use Codeages\Plumber\PlumberException;
class QueueException extends PlumberException
{
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/bdp_paycenter_ic_back_press" android:state_pressed="true"/>
<item android:drawable="@drawable/bdp_paycenter_ic_back_normal"/>
</selector> | {
"pile_set_name": "Github"
} |
// select.c
#include "stdafx.h"
#include "qe3.h"
#include "oddbits.h"
// externs
/*
===========
Test_Ray
===========
*/
#define DIST_START MAX_WORLD_COORD
trace_t Test_Ray (vec3_t origin, vec3_t dir, int flags)
{
brush_t *brush;
face_t *face;
float dist;
trace_t t;
memset (&t, 0, sizeof(t));... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: fc877f803c89900438eaf10618f2b4d8
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 10
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestR... | {
"pile_set_name": "Github"
} |
package object
import (
"github.com/scaleway/scaleway-cli/internal/core"
)
func GetCommands() *core.Commands {
return core.NewCommands(
objectRoot(),
objectConfig(),
configGetCommand(),
configInstallCommand(),
)
}
func objectRoot() *core.Command {
return &core.Command{
Short: `Object-storage utils`... | {
"pile_set_name": "Github"
} |
/*
* WPA Supplicant / Empty template functions for crypto wrapper
* Copyright (c) 2005, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "crypto.h"
int md4_vector(size_t num_ele... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Diagnostics.Tracing;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Testing.Tracing;
using Xu... | {
"pile_set_name": "Github"
} |
function Uninstall-Package
{
[CmdletBinding()]
param
(
[Parameter(Mandatory=$true)]
[ValidateNotNullOrEmpty()]
[string]
$fastPackageReference
)
Write-Debug -Message ($LocalizedData.ProviderApiDebugMessage -f ('Uninstall-Package'))
Write-Debug -Message ($Localize... | {
"pile_set_name": "Github"
} |
{
"build": [
[
"bash",
"-c",
"#{os == 'windows' ? 'patch -p1 < findlib-1.8.1.patch' : 'true'}"
],
[
"./configure",
"-bindir",
"#{self.bin}",
"-sitelib",
"#{self.lib}",
"-mandir",
"#{self.man}",
"-config",
"#{self.lib}/findlib.conf",
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Persistent storage on WebLogic Kubernetes Operator</title>
<link>/weblogic-kubernetes-operator/2.0.1/userguide/managing-domains/persistent-storage/</link>
<description>Rec... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Senders\FluentEmail.MailKit\FluentEmail.MailKit.csproj" />
</ItemGroup>
<ItemGroup>
<Packag... | {
"pile_set_name": "Github"
} |
.EditPageToolbar {
@include box-shadow(0, 4px, 2px, $color-epl-gradient-shadow, false, 0);
@include linear-gradient($color-epl-gradient, top, $color-epl-gradient-light, 50%, $color-epl-gradient-dark, 100%);
@include clearfix;
padding: 0 15px;
position: relative;
border-bottom: solid 1px $color-page-border;
.cke... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="bg_button_normal_color">#1488cf</color>
<color name="bg_button_press_color">#126294</color>
</resources>
| {
"pile_set_name": "Github"
} |
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
// ****************************************************************************
// File: Volume... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Example customization of dimensions originally defined in res/values/dimens.xml
(such as screen margins) for screens with more than 820dp of available width. This
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
-->
<dimen name="ac... | {
"pile_set_name": "Github"
} |
=== Automatización - Pruebas, Integración continua (IC), Despliegue Continuo (DC)
¡*Automatice todo*! Esto ayuda a reducir la barrera para entrar y aumentar la repetibilidad.
* Las pruebas automatizadas tienen muchos beneficios y dan confianza en el estado y la calidad de la aplicación:
- Las pruebas unitarias son e... | {
"pile_set_name": "Github"
} |
importance: 5
---
# Свойство функции после bind
В свойство функции записано значение. Изменится ли оно после применения `bind`? Обоснуйте ответ.
```js
function sayHi() {
alert( this.name );
}
sayHi.test = 5;
alert( sayHi.test ); // 5
*!*
var bound = sayHi.bind({
name: "Вася"
});
alert( bound.test ); // что вы... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.03">
<data>
<int key="IBDocument.SystemTarget">768</int>
<string key="IBDocument.SystemVersion">9J61</string>
<string key="IBDocument.InterfaceBuilderVersion">677</string>
<string key="IBDocument.AppKit... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="id" english-language-name="Indonesian">
<!-- * This file is generated automatically. -->
<!-- * To submit changes to this file upstream (to the DocBook Project) -->
<!-- * do not submit an edited version of... | {
"pile_set_name": "Github"
} |
/********************************************************************
created: 2017/7/18
filename: TextureShaderHelper.h
author: Crazii
purpose:
*********************************************************************/
#ifndef __Blade_TextureShaderHelper_h__
#define __Blade_TextureShaderHelper_h__
#include <interfa... | {
"pile_set_name": "Github"
} |
{% load nexus_helpers %}{% load url from future %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}{% if title %}{{ title }} | {% endif %}Nexus{% endblock %}</title>
<link rel="stylesheet" href="{% nexus_media_prefix %}/nexus/css/nexus.css">
<link rel="... | {
"pile_set_name": "Github"
} |
sleep(2000)
log('我是 3 号脚本')
| {
"pile_set_name": "Github"
} |
<?php
/**
* transcode wrapper functions
* @package IDNA Convert
* @subpackage charset transcoding
* @author Matthias Sommerfeld, <mso@phlylabs.de>
* @version 0.1.0
*/
/**
* Convert a string from any of various encodings to UTF-8
*
* @param string String to encode
*[@param string Encoding; Default: ISO-88... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'trash-alt';
var width = 448;
var height = 512;
var ligatures = [];
var unicode = 'f2ed';
var svgPathData = 'M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32... | {
"pile_set_name": "Github"
} |
class TesseractLang < Formula
desc "Enables extra languages support for Tesseract"
homepage "https://github.com/tesseract-ocr/tessdata_fast/"
url "https://github.com/tesseract-ocr/tessdata_fast/archive/4.0.0.tar.gz"
sha256 "f1b71e97f27bafffb6a730ee66fd9dc021afc38f318fdc80a464a84a519227fe"
license "Apache-2.0"... | {
"pile_set_name": "Github"
} |
'\"
'\" Copyright (c) 1994 The Australian National University
'\" Copyright (c) 1994-1997 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\" Author: Paul Mackerras (paulus@cs.anu.edu.au),
'\" Depa... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Copyright (c) 2016 Facebook, Inc.
# Licensed under the Apache License, Version 2.0 (the "License")
import ctypes as ct
import unittest
from bcc import BPF
class TestSharedTable(unittest.TestCase):
def test_close_extern(self):
b1 = BPF(text="""BPF_TABLE_PUBLIC("array", int, int, tab... | {
"pile_set_name": "Github"
} |
{
"name": "TS-212",
"description": "A two-bay NAS server.",
"url": "http://www.qnap.com/useng/index.php?sn=862&c=355&sc=688&t=696&n=3881"
} | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:557843839171711a4973acd8bfd07cb6ea62a0496cf81f3c652569ffe18ad93a
size 5003
| {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ff_SN{
"%%ALIAS"{"ff_Latn_SN"}
}
| {
"pile_set_name": "Github"
} |
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="7.95.0.0"
processorArchitecture="X86"
name="patch.exe"
type="win32"/>
<!-- Identify the application security requirements. -->
<trustInfo xml... | {
"pile_set_name": "Github"
} |
124
NULL 0 NULL 0
Joined 7 0,69,188,255,456,1188,0,30,486,1188 Latin 1 0 1 Joined # Joined [4a 6f 69 6e 65 64 ]a
|Broken|0|1 f 0,69,186,255,812,2058,0,80,892,2058 Common 45 10 45 |Broken|0|1 # Broken
Ж 5 61,68,220,255,115,309,0,52,122,320 Cyrillic 41 0 3 Ж # Ж [416 ]A
у 3 0,52,185,197,82,193,0,77,89,304 Cyrillic 92 0 4... | {
"pile_set_name": "Github"
} |
// (c) 2012 Alexander Solovyov
// under terms of ISC license
package gostatic
import (
"fmt"
"reflect"
"strconv"
"strings"
"time"
"gopkg.in/yaml.v2"
)
type PageHeader struct {
Title string
Tags []string
Date time.Time
Hide bool
Other map[string]string
}
var DATEFORMATS = []string{
time.RFC3339,
tim... | {
"pile_set_name": "Github"
} |
#!/bin/bash
wget https://data.vision.ee.ethz.ch/kmaninis/share/OSVOS/Downloads/models/5stage-vgg.caffemodel
mv 5stage-vgg.caffemodel ../../models/
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* SendmailTransport for sending mail through a Sendmail/Postfix (etc..) binary.
*
* Supported modes a... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDyzCCArOgAwIBAgIHBHKtIguieDANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UE
BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU
MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5
ICgxMjUxOTg3NjYwNTk1OTA1KTEbMBkGA1UEAwwSTG9jYWwgUm9vdCBmb3IgNzQ1
MB4XDTIwMDcxNDAzMTUyN1oXDTIxMDcx... | {
"pile_set_name": "Github"
} |
/*
* Off-channel operation helpers
*
* Copyright 2003, Jouni Malinen <jkmaline@cc.hut.fi>
* Copyright 2004, Instant802 Networks, Inc.
* Copyright 2005, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007, Michael Wu <flamingice@sourmilk.net>
* Copyright 2009 Johannes Berg... | {
"pile_set_name": "Github"
} |
<?php
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initi... | {
"pile_set_name": "Github"
} |
{
"_from": "spdx-license-ids@^3.0.0",
"_id": "spdx-license-ids@3.0.5",
"_inBundle": false,
"_integrity": "sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ=",
"_location": "/spdx-license-ids",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "spdx-license-ids@^3.0.0",
"name... | {
"pile_set_name": "Github"
} |
package org.eclipse.ceylon.compiler.java.test.expression.operator;
abstract class BWMyByte extends .java.lang.Object implements .org.eclipse.ceylon.compiler.java.runtime.model.ReifiedType, .ceylon.language.Binary<.org.eclipse.ceylon.compiler.java.test.expression.operator.BWMyByte>, .ceylon.language.Invertible<.org.ecl... | {
"pile_set_name": "Github"
} |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2016 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | {
"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"
} |
description: Bind DNS software.
name: bind
version: 1.0.0
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.