text stringlengths 2 99.9k | meta dict |
|---|---|
<%@ page import='java.util.*,com.doublechaintech.retailscm.*,com.doublechaintech.retailscm.employeeskill.EmployeeSkill'%>
<%@ page language="java" contentType="text/plain; charset=utf-8"%>
<%@ page isELIgnored="false"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="fmt" uri="http:/... | {
"pile_set_name": "Github"
} |
# flake8: noqa
"""A Python library for controlling YeeLight RGB bulbs."""
from yeelight.main import Bulb, BulbType, BulbException, discover_bulbs
from yeelight.flow import Flow, HSVTransition, RGBTransition, TemperatureTransition, SleepTransition
from yeelight.version import __version__
| {
"pile_set_name": "Github"
} |
second
| {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/checkData.R
\name{checkData}
\alias{checkData}
\title{check input data type and format and coerce to the desired output type}
\usage{
checkData(
x,
method = c("xts", "zoo", "data.frame", "matrix", "vector"),
na.rm = TRUE,
quiet = TRUE... | {
"pile_set_name": "Github"
} |
// Copyright 2015 the V8 project 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 "src/v8.h"
#if V8_TARGET_ARCH_S390
#include "src/ic/access-compiler.h"
namespace v8 {
namespace internal {
#define __ ACCESS_MASM(masm)
vo... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
#[doc = "Reader of register PIDR3"]
pub type R = crate::R<u32, super::PIDR3>;
impl R {}
| {
"pile_set_name": "Github"
} |
-- boundary2.test
--
-- db eval {
-- SELECT a FROM t1 WHERE r <= 72057594037927935 ORDER BY x
-- }
SELECT a FROM t1 WHERE r <= 72057594037927935 ORDER BY x | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015, 2016 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
namespace N2.Addons.Wiki.UI.Views
{
public partial class Version : WikiTemplatePage
{
protected Items.WikiArticle CurrentVersion
{
get
{
int versionID = int.Parse(CurrentArguments);
return Engine.Persister.Get<Items.WikiArticle>(versionID);... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;*</Extensions>
<UniqueIdentifier>{56F9A5EA-1486-4EE7-8BA0-B1BF57D0E43C}</Un... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkApplicationWindow" id="window1">
<property name="title" translatable="yes">Builder Basics</property>
<property name="default_width">320</property>
<property name="default_height">240</property>
... | {
"pile_set_name": "Github"
} |
# Copyright 2013 the V8 project authors. All rights reserved.
# Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of sourc... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# 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
# "Li... | {
"pile_set_name": "Github"
} |
@testable import struct MongoSwift.ReadPreference
import MongoSwiftSync
extension MongoDatabaseOptions: Decodable {
public init(from decoder: Decoder) throws {
let container = try decoder.container(keyedBy: CodingKeys.self)
let readConcern = try container.decodeIfPresent(ReadConcern.self, forKey: .... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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.
// Note: the file data_test.go that is generated should not be checked in.
//go:generate go run maketables.go triegen.go
//go:generate go test -tags test
// Pa... | {
"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.
import "get_source_report_with_mixin_lib1.dart";
class Test1 with A {}
| {
"pile_set_name": "Github"
} |
"""PyTest Fixtures."""
import os
import pytest
from ansiblelint.constants import DEFAULT_RULESDIR
from ansiblelint.rules import RulesCollection
from ansiblelint.testing import RunFromText
@pytest.fixture
def default_rules_collection():
"""Return default rule collection."""
assert os.path.isdir(DEFAULT_RULES... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010 LinkedIn
*
* 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 agreed to in... | {
"pile_set_name": "Github"
} |
require 'mspec/runner/formatters/base'
class SummaryFormatter < BaseFormatter
end
| {
"pile_set_name": "Github"
} |
.ListItem {
display: flex;
flex-shrink: 0;
align-items: center;
width: 100%;
min-height: 48px;
border-bottom: var(--border);
}
| {
"pile_set_name": "Github"
} |
module Distribution.Server.Framework.AuthCrypt (
PasswdPlain(..),
PasswdHash(..),
newPasswdHash,
checkBasicAuthInfo,
BasicAuthInfo(..),
checkDigestAuthInfo,
DigestAuthInfo(..),
QopInfo(..),
) where
import Distribution.Server.Features.Security.MD5
import Distribution.Server.Framework.AuthTypes... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* Open MCT, Copyright (c) 2014-2020, United States Government
* as represented by the Administrator of the National Aeronautics and Space
* Administration. All rights reserved.
*
* Open MCT is licensed under the Apache License, Version ... | {
"pile_set_name": "Github"
} |
// +build windows
package sequences
import (
"syscall"
"unsafe"
)
var (
kernel32Dll *syscall.LazyDLL = syscall.NewLazyDLL("Kernel32.dll")
setConsoleMode *syscall.LazyProc = kernel32Dll.NewProc("SetConsoleMode")
)
func EnableVirtualTerminalProcessing(stream syscall.Handle, enable bool) error {
const ENABLE_... | {
"pile_set_name": "Github"
} |
//
// SMThreadTableViewCell.h
// SimpleMail
//
// Created by Ben Gotow on 7/8/14.
// Copyright (c) 2014 Inbox. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SMThreadTableViewCell : UITableViewCell
@property (nonatomic, strong) IBOutlet UILabel * dateLabel;
@property (nonatomic, strong) IBOutlet UILa... | {
"pile_set_name": "Github"
} |
*** orig/isolinux.cfg 2016-10-12 04:45:19.000000000 +0200
--- custom/isolinux.cfg 2017-02-12 00:36:09.201190417 +0100
***************
*** 4,7 ****
include menu.cfg
default vesamenu.c32
prompt 0
! timeout 0
--- 4,7 ----
include menu.cfg
default vesamenu.c32
prompt 0
! timeout 100
*** orig/boot/grub/grub.cfg ... | {
"pile_set_name": "Github"
} |
The curves tool allows to adjust the tonal range and colors of the image through control points.
The tool provides a separate curve for each image channel. In the case of RGB images, an additional curve, called "RGB", allows to modify all three channels at the same time.
In the graphs, the horizontal axis represents ... | {
"pile_set_name": "Github"
} |
package main
import (
"flag"
"fmt"
"go/ast"
"go/parser"
"go/token"
"os"
"path/filepath"
"sort"
"strings"
)
const invalidArgumentExitCode = 3
var dontRecurseFlag = flag.Bool("n", false, "don't recursively check paths")
func main() {
flag.Parse()
if len(flag.Args()) == 0 {
fmt.Println("missing argument:... | {
"pile_set_name": "Github"
} |
function test() {
class R extends RegExp {}
var r = new R("baz","g");
return r instanceof R && r instanceof RegExp && Object.getPrototypeOf(R) === RegExp;
}
if (!test())
throw new Error("Test failed");
| {
"pile_set_name": "Github"
} |
'use strict';
var _unambiguous = require('eslint-module-utils/unambiguous');
var _docsUrl = require('../docsUrl');
var _docsUrl2 = _interopRequireDefault(_docsUrl);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/**
* @fileOverview Report modules that could parse i... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# Copyright 2003, 2004 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
import BoostBuild
t = BoostBuild.Tester()
# Regression test: when staging V2 used to change suffixes on targets
# corr... | {
"pile_set_name": "Github"
} |
--TEST--
mb_output_handler() and mbstring.http_output_conv_mimetypes (4)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.internal_encoding=UTF-8
--FILE--
<?php
mb_http_output("EUC-JP");
header("Content-Type: application/octet-stream");
ob_start();
ob_start('mb_ou... | {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1... | {
"pile_set_name": "Github"
} |
package org.bigbluebutton.core.models
import com.softwaremill.quicklens._
object RegisteredUsers {
def create(userId: String, extId: String, name: String, roles: String,
token: String, avatar: String, guest: Boolean, authenticated: Boolean,
guestStatus: String): RegisteredUser = {
new ... | {
"pile_set_name": "Github"
} |
client
dev tun
proto udp
remote nyc-c13.ipvanish.com 443
resolv-retry infinite
nobind
persist-key
persist-tun
persist-remote-ip
ca /etc/openvpn/ipvanish/ca.ipvanish.com.crt
verify-x509-name nyc-c13.ipvanish.com name
auth-user-pass /config/openvpn-credentials.txt
comp-lzo
verb 3
auth SHA256
cipher AES-256-CBC
keysize 25... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<!-- EN: decree failed -->
<DecreeFailed.stages.decree_failed.label>указ не исполнен</DecreeFailed.stages.decree_failed.label>
<!-- EN: My noble authority has not been respected as it should be. -->
<DecreeFailed.stages.decree_failed.description>Моё знат... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from contextlib import contextmanager
from . import PromptParameterException, prompts
from .prompts import list, confirm, input, password, checkbox, rawlist, expand, editor
from prompt_toolkit.patch_stdout import patch_stdout as pt_patch_stdout
from prompt_toolkit.shortcuts import PromptSession... | {
"pile_set_name": "Github"
} |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="@dimen/widget_margin">
<LinearLayout
android:i... | {
"pile_set_name": "Github"
} |
{
"aggregate":
{
"name": "newname",
"availability_zone": "nova2"
}
} | {
"pile_set_name": "Github"
} |
-------------------------------------------------------------------------------
--- $Id: ViewerColours.hs#2 2009/07/18 22:48:30 REDMOND\\satnams $
--- $Source: //depot/satnams/haskell/ThreadScope/ViewerColours.hs $
-------------------------------------------------------------------------------
module GUI.ViewerColours... | {
"pile_set_name": "Github"
} |
# mousetrap
mousetrap is a tiny library that answers a single question.
On a Windows machine, was the process invoked by someone double clicking on
the executable file while browsing in explorer?
### Motivation
Windows developers unfamiliar with command line tools will often "double-click"
the executable for a tool... | {
"pile_set_name": "Github"
} |
// Copyright (C) MongoDB, Inc. 2017-present.
//
// 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
// +build !go1.9
package bson // import "go.mongo... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
// them here for backwards compatibility.
package unix
const (
IFF_SMART ... | {
"pile_set_name": "Github"
} |
package ini
// Walk will traverse the AST using the v, the Visitor.
func Walk(tree []AST, v Visitor) error {
for _, node := range tree {
switch node.Kind {
case ASTKindExpr,
ASTKindExprStatement:
if err := v.VisitExpr(node); err != nil {
return err
}
case ASTKindStatement,
ASTKindCompletedSecti... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIB1TCCAT4CCQDV5mPlzm9+izANBgkqhkiG9w0BAQUFADAvMS0wKwYDVQQDEyQ3
NTI3YmQ3Ny1hYjNlLTQ3NGItYWNlNy1lZWQ2MDUzOTMxZTcwHhcNMTUwNzA2MjI0
NTA3WhcNMjUwNzAzMjI0NTA3WjAvMS0wKwYDVQQDEyQ3NTI3YmQ3Ny1hYjNlLTQ3
NGItYWNlNy1lZWQ2MDUzOTMxZTcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB
ALNRHEirN6vQAIBtf+Ud2yfgZ308sqt/... | {
"pile_set_name": "Github"
} |
version=3
http://sf.net/pure-data/nusmuk-utils-(.*)\.tar\.gz
| {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:49.231626",
"description": "rbenv plugin to Run a command across all installed rubies.",
"fork": false,
"full_name": "chriseppstein/rbenv-each",
"language": "Shell",
"updated_at": "2015-02-27T23:43:25.963483"
} | {
"pile_set_name": "Github"
} |
#include "gauge_wrapper.h"
#include "allocator_mgr.h"
#include "wxgui_defs.h"
#include "wxgui_helpers.h"
#include "xmlutils.h"
#include <wx/gauge.h>
GaugeWrapper::GaugeWrapper()
: wxcWidget(ID_WXGAUGE)
{
PREPEND_STYLE(wxGA_HORIZONTAL, true);
PREPEND_STYLE(wxGA_VERTICAL, false);
PREPEND_STYLE(wxGA_SMOOT... | {
"pile_set_name": "Github"
} |
'use strict';
var React = require('react');
var classNames = require('classnames');
var ClassNameMixin = require('./mixins/ClassNameMixin');
var AvgGrid = require('./AvgGrid');
var omit = require('object.omit');
var Thumbnails = React.createClass({
mixins: [ClassNameMixin],
propTypes: {
classPrefix: React.Pr... | {
"pile_set_name": "Github"
} |
/******************
* display_list.h *
*****************/
/**********************************************************************************
* Adapted from: *
* https://github.com/RudolphRiedel/FT800-FT813 *
* ... | {
"pile_set_name": "Github"
} |
/*
The MIT License (MIT)
Copyright (C) 2017 RSK Labs Ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, ... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* USB ConnectTech WhiteHEAT driver
*
* Copyright (C) 2002
* Connect Tech Inc.
*
* Copyright (C) 1999, 2000
* Greg Kroah-Hartman (greg@kroah.com)
*
* See Documentation/usb/usb-serial.rst for more information on using this
* driver
*
*/
#... | {
"pile_set_name": "Github"
} |
/*
* XAOperation.h
* eXttra
*
* Created by nibs ra on 2/10/05.
* Copyright 2005 __MyCompanyName__. All rights reserved.
*
*/
#ifndef _XA_OPERATION_H_
#define _XA_OPERATION_H_
/*
#include <XAOperation.h>
*/
#include <XATypes.h>
Boolean XAPerformOperation(XAOperationRef opaqueRef, int fd, CFStringRef path... | {
"pile_set_name": "Github"
} |
import 'package:logger/src/log_output.dart';
import 'package:logger/src/logger.dart';
/// Logs simultaneously to multiple [LogOutput] outputs.
class MultiOutput extends LogOutput {
List<LogOutput> _outputs;
MultiOutput(List<LogOutput> outputs) {
_outputs = _normalizeOutputs(outputs);
}
List<LogOutput> _n... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resizimg plugin | Trumbowyg</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../../css/main.css">
</head>
<body class="documentation-body">
<... | {
"pile_set_name": "Github"
} |
(function() {
"use strict";
var Assert = YUITest.Assert;
YUITest.TestRunner.add(new YUITest.TestCase({
name: "Outline:none Errors",
"Using outline: none should result in a warning": function() {
var result = CSSLint.verify(".foo { outline: none; }", { "outline-none": 1 });
... | {
"pile_set_name": "Github"
} |
package edu.stanford.bmir.protege.web.client.progress;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.HTMLPanel;
import com.google.gwt.user.client.... | {
"pile_set_name": "Github"
} |
module.exports = {
up: function(migration, DataTypes, done) {
migration.addColumn(
'TwitterUsers',
'deactivatedAt',
DataTypes.DATE
);
done()
},
down: function(migration, DataTypes, done) {
migration.removeColumn(
'TwitterUsers',
'deactivatedAt');
done()
}
}
| {
"pile_set_name": "Github"
} |
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"admission.go",
"config.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/admission/podtolerationrestriction",
visibility = ["//visibility:public"],
deps = [
"//vendor... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app />
| {
"pile_set_name": "Github"
} |
import "fmt"
import "h2g2.mcl"
import "mod1/"
# imports as example1
import "git://github.com/purpleidea/mgmt-example1/"
import "git://github.com/purpleidea/mgmt-example2/"
$answer = $h2g2.answer
test "hello" {
anotherstr => fmt.printf("the answer is: %d", $answer),
}
test "hello2" {
anotherstr => fmt.printf("i imp... | {
"pile_set_name": "Github"
} |
/*
while.c
*/
#include <testfwk.h>
char c1 = 0, c2 = 1;
void
testEmptyWhile(void)
{
/* loops forever if bug ist present */
do {} while (c1 && c2);
/* other cases: */
do {} while ( c1 && c1);
do {} while ( c1 && !c2);
do {} while (!c1 && !c2);
do {} while ( c2 && c1);
do {} while (!c2 && c1);
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
if grep -q -Ew "(drbl-live-debug|ocs-debug|ocs-live-debug)" /proc/cmdline; then
/bin/bash
fi
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 93acd980342222e4a99a3bb483f4332c
timeCreated: 1469677997
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
CONFIG_HW_COMPATIBILITY=y
# CONFIG_MTD is not set
CONFIG_LUAPKG="lua5.2"
CONFIG_EXTRA_CFLAGS="-g"
CONFIG_BOOTLOADER_NONE=y
CONFIG_HASH_VERIFY=y
CONFIG_ENCRYPTED_IMAGES=y
CONFIG_WEBSERVER=y
CONFIG_MONGOOSESSL=y
CONFIG_LUAEXTERNAL=y
CONFIG_RAW=y
CONFIG_LUASCRIPTHANDLER=y
CONFIG_SHELLSCRIPTHANDLER=y
CONFIG_HANDLER_IN_LUA=... | {
"pile_set_name": "Github"
} |
package dao;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.OnConflictStrategy;
import android.arch.persistence.room.Query;
import android.arch.persistence.room.TypeConverters;
import java.util.Li... | {
"pile_set_name": "Github"
} |
using NHapi.Base.Parser;
using NHapi.Base;
using NHapi.Base.Log;
using System;
using System.Collections.Generic;
using NHapi.Model.V27.Segment;
using NHapi.Model.V27.Datatype;
using NHapi.Base.Model;
namespace NHapi.Model.V27.Group
{
///<summary>
///Represents the MFN_M15_MF_INV_ITEM Group. A Group is an ordered coll... | {
"pile_set_name": "Github"
} |
|4+0&#ffffff0|2| @72
|4|3| @72
|4@1| @72
|4|5| @72
|4|6| @72
|4|7| @72
|4|8| @72
>4|9| @72
|~+0#4040ff13&| @73
|!+2#ffffff16#00e0003|/|b|i|n|/|s|h| |[|T|e|r|m|i|n|a|l|]| @55
| +0#0000000#ffffff0@74
|~+0#4040ff13&| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|~| @73
|[+1#0000000&|N|o| |N|a|m|e|]| @65
| +0&&@74
| {
"pile_set_name": "Github"
} |
.artwork-metadata-stub
include ./templates/didactics
include ./templates/contact
| {
"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 the main "plus.hpp" header
// -- DO NOT modify by hand!
namespace boost {... | {
"pile_set_name": "Github"
} |
package me.xiaobailong24.mvvmarms.weather.app.utils;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.ColorInt;
import android.support.annotation.DrawableRes;
import android.support.annotation.IdRes;
import android.support.annotation.NonNul... | {
"pile_set_name": "Github"
} |
package unit.issues;
class Issue7032 extends unit.Test {
function test() {
eq(10, def(null));
}
static function def(p) {
return def2(p);
}
static inline function def2(?p = 10) {
return p;
}
} | {
"pile_set_name": "Github"
} |
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'Type: Enhancement'
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like*... | {
"pile_set_name": "Github"
} |
{
"compilers": {
"less": {
"autoPrefix": "",
"cssComb": "none",
"ieCompat": true,
"strictMath": false,
"strictUnits": false,
"relativeUrls": true,
"rootPath": "",
"sourceMapRoot": "",
"sourceMapBasePath": "",
"sourceMap": false
},
"sass": {
... | {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_MVVMPlayground : NSObject
@end
@implementation PodsDummy_Pods_MVVMPlayground
@end
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | {
"pile_set_name": "Github"
} |
// the Neovius surface: https://en.wikipedia.org/wiki/Neovius_surface
let
neovius = make_shape {
dist[x,y,z,_] = -(3*(cos x+cos y+cos z) + 4*cos x*cos y*cos z);
is_3d = true;
};
in
neovius >> shell .2 >> lipschitz 10 `intersection` cube 20
| {
"pile_set_name": "Github"
} |
// src/script/scala-2/progscala3/rounding/DoWhileAlternative.scala
var count = 0
// The old do/while construct was removed in Scala 3
// do {
// count += 1
// println(count)
// } while (count < 10)
// Using the Scala-2 like syntax, you have to write it as follows:
while ({
count += 1
println(count)
count <... | {
"pile_set_name": "Github"
} |
export default Ember.ObjectController.extend({
actions: {
saveSettings: function () {
var controller = this;
controller.get('model').save().then(function () {
controller.send('notify', 'success', 'Settings saved!');
controller.send('buildSignal');
});
}
}
});
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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 CONTENT_UTILITY_UTILITY_THREAD_IMPL_H_
#define CONTENT_UTILITY_UTILITY_THREAD_IMPL_H_
#include <memory>
#include <string>
#include <vector>
... | {
"pile_set_name": "Github"
} |
/*
w32time interface definitions
*/
[
uuid("8fb6d884-2388-11d0-8c35-00c04fda2795"),
endpoint("ncacn_np:[\\pipe\\srvsvc]","ncacn_np:[\\pipe\\atsvc]","ncacn_np:[\\pipe\\browser]","ncacn_np:[\\pipe\\keysvc]","ncacn_np:[\\pipe\\wkssvc]"),
version(4.1),
pointer_default(unique),
helpstring("Win32 Time Server")
]... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
// Copyright (c) 2013-2014 Adam Wulkiewicz, Lodz, Poland.
// This file was... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_05"
android:background="@color/comment_line" />
| {
"pile_set_name": "Github"
} |
# This file is part of cloud-init. See LICENSE file for license information.
"""cloud-init Integration Test Verify Script."""
from tests.cloud_tests.testcases import base
class TestUserGroups(base.CloudTestCase):
"""Example cloud-config test."""
def test_group_ubuntu(self):
"""Test ubuntu group exis... | {
"pile_set_name": "Github"
} |
#ifndef __eglplatform_h_
#define __eglplatform_h_
/*
** Copyright (c) 2007-2016 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, includi... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////
// $Id$
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001-2018 The Bochs Project
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Less... | {
"pile_set_name": "Github"
} |
var kICD_FileData: Int { get }
var kICD_MetaData: Int { get }
var kICD_ThumbnailData: Int { get }
var kICD_ThumbnailDataFormatJPEG: Int { get }
var kICD_ThumbnailDataFormatTIFF: Int { get }
var kICD_ThumbnailDataFormatPNG: Int { get }
var hasChildrenMask: Int { get }
var hasThumbnailMask: Int { get }
var fileLockedMas... | {
"pile_set_name": "Github"
} |
-----BEGIN EDDSA PRIVATE KEY-----
MFICAQAwBQYDK2VwBCIEIFwOftlJ9QL4yEBIBh9UmTRwCu+A6puPK9OFmVk0A19P
oSIEIKZgKbt92EfL1B7QbQ9XANgqH1BqQrxd5bgZZbLfJK9Q
-----END EDDSA PRIVATE KEY-----
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 37cb9e3c68c881e458e3d738e5c69343
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"
} |
module FastJsonapi
class Scalar
attr_reader :key, :method, :conditional_proc
def initialize(key:, method:, options: {})
@key = key
@method = method
@conditional_proc = options[:if]
end
def serialize(record, serialization_params, output_hash)
if conditionally_allowed?(record, ... | {
"pile_set_name": "Github"
} |
test_number=002
description="fail when missing required params"
$bin >/dev/null 2>&1
if [ $? -eq 0 ]; then
test_status $test_number 0 "$description" FAIL
else
test_status $test_number 0 "$description" PASS
fi
| {
"pile_set_name": "Github"
} |
package abi37_0_0.expo.modules.av;
public interface AudioEventHandler {
void pauseImmediately();
boolean requiresAudioFocus();
void updateVolumeMuteAndDuck();
void handleAudioFocusInterruptionBegan();
void handleAudioFocusGained();
void onPause();
void onResume();
}
| {
"pile_set_name": "Github"
} |
---
author:
name: Linode
email: docs@linode.com
deprecated: yes
description: 'Securely copying files to and from your Linode with Filezilla, a free and open source file transfer client for Linux desktop systems.'
keywords: ["filezilla", "ftp", "linux scp", "sftp", "linux sftp program", "linux ftp"]
tags: ["ubuntu"]... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Psy Shell.
*
* (c) 2012-2018 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Psy\Test\Formatter\Fixtures;
class SomeClass
{
const SOME_CONST = 'some const';
privat... | {
"pile_set_name": "Github"
} |
"""Tools to save/restore model from checkpoints."""
import argparse
import sys
import os
import torch
import re
import json
CHECKPOINT_PATTERN = re.compile('^checkpoint-(\d+)$')
class ArgsDict(dict):
def __init__(self, **kwargs):
super(ArgsDict, self).__init__()
for key, value in kwargs.items()... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 Jochen Becher
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with th... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.