text stringlengths 2 99.9k | meta dict |
|---|---|
//=============================================================================
// MuseScore
// Music Composition & Notation
//
// Copyright (C) 2020 MuseScore BVBA and others
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version ... | {
"pile_set_name": "Github"
} |
jQuery(function($){
$.datepicker.regional['kk-KZ'] = {"Name":"kk-KZ","closeText":"Close","prevText":"Prev","nextText":"Next","currentText":"Today","monthNames":["қаңтар","ақпан","наурыз","сәуір","мамыр","маусым","шілде","тамыз","қыркүйек","қазан","қараша","желтоқсан",""],"monthNamesShort":["Қаң","Ақп","Нау","Сәу","Ма... | {
"pile_set_name": "Github"
} |
public class I100 {
void f() {
Object o;
o = new String @A [] {"foo", "bar"};
o = new String @A @B [] @C [] {"foo", "bar"};
}
}
| {
"pile_set_name": "Github"
} |
//--------------------------------------------------------------------------------------
// File: WICTextureLoader12.h
//
// Function for loading a WIC image and creating a Direct3D runtime texture for it
// (auto-generating mipmaps if possible)
//
// Note: Assumes application has already called CoInitializeEx
/... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout 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"
tools:context=".view.DatePickerAc... | {
"pile_set_name": "Github"
} |
import { CommonModule } from '@angular/common';
import {
NgModule, Component, OnInit, AfterViewInit, OnDestroy,
Input, ViewChild, ElementRef, Renderer2, EventEmitter, Output
} from '@angular/core';
@Component({
selector: 'free-chip-group',
template: `
<div class="free-chip-group" [ngClass]="chipClass">
... | {
"pile_set_name": "Github"
} |
TAG TEXT COMMENT
GLOBAL_ACCOUNT Account
GLOBAL_ADDFRIEND_BUTTON Freund hinzufügen
GLOBAL_ADDFRIEND_ERROR_ALREADY_FRIEND Diese Person ist bereits Ihr Freund.
GLOBAL_ADDFRIEND_ERROR_MALFORMED Sie müssen eine E-Mail-Adresse oder ein BattleTag eingeben.
GLOBAL_ADDFRIEND_HEADER Freund hinzufügen
GLOBAL_ADDFRIEND_... | {
"pile_set_name": "Github"
} |
/*
* This file is part of ELKI:
* Environment for Developing KDD-Applications Supported by Index-Structures
*
* Copyright (C) 2019
* ELKI Development Team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<project name="TopCoder Java Generic Build" default="dist" basedir=".">
<property file="${basedir}/build.version"/>
<property file="../topcoder_global.properties"/>
<!-- Import the dependencies of this build file -->
<import file="${basedir}/build-dependencies.xml"/>
<!... | {
"pile_set_name": "Github"
} |
/*
* FSEventsFix
*
* Works around a long-standing bug in realpath() that prevents FSEvents API from
* monitoring certain folders on a wide range of OS X releases (10.6-10.10 at least).
*
* The underlying issue is that for some folders, realpath() call starts returning
* a path with incorrect casing (e.g. "/users... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... | {
"pile_set_name": "Github"
} |
#define LineTypeSolid 0.0
#define LineTypeDash 1.0
#define Animate 0.0
attribute vec4 a_Color;
attribute vec3 a_Position;
attribute vec4 a_Instance;
attribute float a_Size;
uniform mat4 u_ModelMatrix;
uniform float segmentNumber;
uniform vec4 u_aimate: [ 0, 2., 1.0, 0.2 ];
varying vec4 v_color;
varying vec2 v_normal;
... | {
"pile_set_name": "Github"
} |
{{- if (not .Values.existingSecret) -}}
apiVersion: v1
kind: Secret
metadata:
name: {{ template "redmine.fullname" . }}
labels: {{- include "redmine.labels" . | nindent 4 }}
type: Opaque
data:
{{- if .Values.redminePassword }}
redmine-password: {{ default "" .Values.redminePassword | b64enc | quote }}
{{- els... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'freeimu_cal.ui'
#
# Created: Mon Dec 17 17:22:26 2012
# by: PyQt4 UI code generator 4.9.6
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
try:
_fromUtf8 = QtCore.QString.fromUtf8
except Att... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011, 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.
// Dart test to catch error reporting bugs in class fields declarations.
// Should be an error because w... | {
"pile_set_name": "Github"
} |
Metadata-Version: 2.0
Name: lxml
Version: 3.7.1
Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Home-page: http://lxml.de/
Author: lxml dev team
Author-email: lxml-dev@lxml.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/St... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2001-2020 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by ... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Defines an entity type.
*/
/**
* Implements hook_entity_info().
*/
function field_test_entity_info() {
// If requested, clear the field cache while this hook is being called. See
// testFieldInfoCache().
if (variable_get('field_test_clear_info_cache_in_hook_entity_info', FALSE)) {
f... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE toc
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
"http://java.sun.com/products/javahelp/toc_2_0.dtd">
<toc version="2.0">
<tocitem text="ZAP User Guide" tocid="toplevelitem">
<tocitem text="Add Ons" tocid="addons">
<tocitem text=... | {
"pile_set_name": "Github"
} |
AUTOMAKE_OPTIONS = subdir-objects
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_DRIVER_CFLAGS) \
$(RADEON_CFLAGS)
AM_CXXFLAGS = \
$(GALLIUM_DRIVER_CXXFLAGS) \
$(RADEON_CFLAGS)
noinst_LTLIBRARIES = libr600.la
libr600_la_SOURCES = \
$(C_SOURCES) \
$(CXX_SOURCES... | {
"pile_set_name": "Github"
} |
//TODO: consider deprecating by adding necessary features to multiBar model
nv.models.discreteBar = function() {
//============================================================
// Public Variables with Default Settings
//------------------------------------------------------------
var margin = {top: 0, right: ... | {
"pile_set_name": "Github"
} |
package httpauth
import (
"database/sql"
"fmt"
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
"os"
"testing"
)
func testSqlInit(t *testing.T, driver string, info string) {
con, err := sql.Open(driver, info)
if err != nil {
t.Errorf("Couldn't set up test database: %... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#ifndef __DTS_IMX6SLL_PINFUNC_H
#define __DTS_IMX6SLL_PINFUNC_H
/*
* ... | {
"pile_set_name": "Github"
} |
{
"name": "web",
"reason": {
"react-jsx": 2
},
"sources": {
"dir": "src",
"subdirs": true
},
"package-specs": {
"module": "es6",
"in-source": true
},
"suffix": ".bs.js",
"refmt": 3
} | {
"pile_set_name": "Github"
} |
#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.
debug=false
ac_cs_recheck=false
ac_cs_silent=false
SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
## -------------------- ##... | {
"pile_set_name": "Github"
} |
<title>帖子列表</title>
<div class="layui-card layadmin-header">
<div class="layui-breadcrumb" lay-filter="breadcrumb">
<a lay-href="">主页</a>
<a><cite>应用</cite></a>
<a><cite>帖子列表</cite></a>
</div>
</div>
<div class="layui-fluid">
<div class="layui-card">
<div class="layui-form layui-card-header lay... | {
"pile_set_name": "Github"
} |
type Person record {
string name;
};
type Employee record {
string name;
boolean intern;
};
Person person1 = {name: "John"};
Employee employee1 = {name: "John", intern: true};
function basicTupleAssignment() returns string {
[int, string, boolean...] t = [1, "s", true, true];
[int, string,
... | {
"pile_set_name": "Github"
} |
##===- lib/Target/Mips/TargetDesc/Makefile -----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===-------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "736h",
"filename" : "Default-736h@3x.png",
"minimum-system-version" : "8.0",
"orientation" : "portrait",
"scale" : "3x"
},
{
"extent" : "full-screen",
"idiom" : "iphone",
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
<sect1 id="ch-tools-settingenviron">
<?dbhtml filename="settingenvironment.htm... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <AppKit/NSPathComponentCell.h>
@class NSImageCell;
@interface DVTPathComponentCell : NSPathComponentCell
{
NSImageCell *_... | {
"pile_set_name": "Github"
} |
/**
* 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, software
* distributed ... | {
"pile_set_name": "Github"
} |
# Debugger
Calva comes with a powerful expression-based debugger, inspired by [Cider](https://cider.mx/)'s debugger, and using the same underlying library, [cider-nrepl](https://github.com/clojure-emacs/cider-nrepl). We hope you love it!

// Arg represents a positional argument on the command line.
type Arg struct {
// The name of the positional argument (used in the help)
Name string
// A description of the positional argument (used in the help)
Description string
// The minimal number of required positional... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!236 &1
ClusterInputManager:
m_ObjectHideFlags: 0
m_Inputs: []
| {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2013 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/icu-config.xml & build.xml
// *
// *********... | {
"pile_set_name": "Github"
} |
syms T(x) a b
s = input('Ingrese la ecuación: ') k = sym(s);
eq = diff(k * diff(T, x), x) == 0;
dsolve(eq, 'x') | {
"pile_set_name": "Github"
} |
""" Python 'undefined' Codec
This codec will always raise a ValueError exception when being
used. It is intended for use by the site.py file to switch off
automatic string to Unicode coercion.
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""
impo... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkCountFaces.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file original="" product-name="Neos.Neos" source-language="en" datatype="plaintext" target-language="tr">
<body>
<trans-unit id="properties._hidden" xml:space="preserve">
<source>Hide</source>
... | {
"pile_set_name": "Github"
} |
--------------ofCamera parameters--------------
transformMatrix
0.999386, 0.0350086, 0, 0
-0.0350087, 0.999388, 0, 0
0, 0, 1, 0
0, 0, 261.083, 1
fov
60
near
6.65107
far
6651.07
lensOffset
0, 0
isOrtho
0
--------------ofEasyCam parameters-----... | {
"pile_set_name": "Github"
} |
SUBROUTINE ccsdt_y_tr2_6_2(d_a,k_a_offset,d_b,k_b_offset,d_c,k_c_o
&ffset)
C $Id$
C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0
C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002)
C i1 ( h3 h4 h10 h11 )_vtr + = -1/4 * Sum ( p5 p6 ) * tr ( p5 p6... | {
"pile_set_name": "Github"
} |
#ifndef ParticleFlowReco_PFDisplacedVertexFwd_h
#define ParticleFlowReco_PFDisplacedVertexFwd_h
#include <vector>
#include "DataFormats/Common/interface/Ref.h"
/* #include "DataFormats/Common/interface/RefVector.h" */
/* #include "DataFormats/Common/interface/RefProd.h" */
namespace reco {
class PFDisplacedVertex;
... | {
"pile_set_name": "Github"
} |
# Access Control
The Torus CLI can be used to restrict access to secrets stored within your org. To control access to specific objects we will be using [Path](../concepts/path.md) expressions.
## teams
Users in Torus can be grouped into Teams inside an Organization. These teams have segmented access to the secrets whi... | {
"pile_set_name": "Github"
} |
//
// TTMCaptureManager.h
// SlowMotionVideoRecorder
// https://github.com/shu223/SlowMotionVideoRecorder
//
// Created by shuichi on 12/17/13.
// Copyright (c) 2013 Shuichi Tsutsumi. All rights reserved.
//
#import <Foundation/Foundation.h>
@import CoreMedia;
typedef NS_ENUM(NSUInteger, CameraType) {
Camer... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
SMTP
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP with no mail data
</name>
<stdin nonewline="yes">
</stdin>
<command>
smtp://%HOSTIP:%SMTPPORT/911 --mail-rcpt recipient@example.com --mail-from sender@example.com -... | {
"pile_set_name": "Github"
} |
package secret
import (
kapi "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
"github.com/Qihoo360/wayne/src/backend/resources/common"
)
type SecretType string
type Secret struct {
// metav1.TypeMeta `json:",inline"`
ObjectM... | {
"pile_set_name": "Github"
} |
html, body {
background-color: #F2F2F2;
-webkit-tap-highlight-color: transparent;
min-height: 100%;
height: auto;
}
ul,ul li{
list-style: none;
}
section.weui-cells__recent{
margin-bottom:60px;
}
.hide{
display: none;
}
.weui-cells{
margin-top: 0rem;
}
.Topcarousel {
display: block;
color: #... | {
"pile_set_name": "Github"
} |
//snippet-sourcedescription:[LongPolling.java demonstrates how to enable long polling on a queue.]
//snippet-keyword:[SDK for Java 2.0]
//snippet-keyword:[Code Sample]
//snippet-service:[Amazon Simple Queue Service]
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[2/20/2020]
//snippet-sourceauthor:[scmac... | {
"pile_set_name": "Github"
} |
2000
| {
"pile_set_name": "Github"
} |
package com.swifty.fillcolor.util;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.widget.Toast;
import com.google.gson.Gson;
import com.sw... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_dct4_q31.c
*
* Description: Processing function... | {
"pile_set_name": "Github"
} |
# Tools to create benchmarks
| {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | {
"pile_set_name": "Github"
} |
<!--- Copyright (C) Lightbend Inc. <https://www.lightbend.com> -->
# Using CoffeeScript
[CoffeeScript](https://coffeescript.org/) is a small and elegant language that compiles into JavaScript. It provides a nice syntax for writing JavaScript code.
Compiled assets in Play must be defined in the `app/assets` directory.... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2012 Impetus Infotech.
* 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"
} |
# SkyWalking 跨进程传播的头部协议
* 版本 2.0
## 摘要
SkyWalking 跨进程传播的头部协议版本 2.0 也叫做 sw6 协议. 第二版的协议与[第一版协议(亦即 sw3)](Skywalking-Cross-Process-Propagation-Headers-Protocol-v1.md)有相同的目的.
就是确保上下文得以正常传播.
## 与版本 v1 的差异
两个版本的差异主要来自 SkyWalking 的演进, 包括
1. 服务网格和语言并不总是一样, 头部中的某些信息应该是可选的
1. 需要 BASE64 编码
1. 包括了采样标记
## 头部项
* 头部名称: `sw6`
* ... | {
"pile_set_name": "Github"
} |
<template>
<view>
<view class="cu-list menu card-menu margin-top">
<view class="cu-item" v-for="(x , index) in addressList" :key="index">
<view class="content padding-tb-sm" @tap.stop="select(x)">
<view class="content">
<text class="cuIcon-location text-r... | {
"pile_set_name": "Github"
} |
---
title: "Check-in Stations (Badge Printing)"
linkTitle: "Badge Printing"
weight: 2
description: >
How to assemble and configure your check-in stations for check-in and badge printing
---

{{% pageinfo %}}
Please note that:
- Check-in stations **... | {
"pile_set_name": "Github"
} |
prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
includedir = @includedir@
Name : libtinyIPSec
Description : Doubango Telecom tinyIPSec (IPSec) library
Version : @PACKAGE_VERSION@
Requires:
Requires.private: tinySAK = @PACKAGE_VERSION@
Conflicts:
Cflags : -I${includedir}/tinyipsec
Libs : -L${libdir} -l... | {
"pile_set_name": "Github"
} |
typeof_eq_undefined: {
options = {
comparisons: true,
unsafe: false
};
input: { a = typeof b.c != "undefined" }
expect: { a = "undefined" != typeof b.c }
}
typeof_eq_undefined_unsafe: {
options = {
comparisons: true,
unsafe: true
};
input: { a = typeof b.c !=... | {
"pile_set_name": "Github"
} |
//
// OCHamcrest - HCIsCloseTo.h
// Copyright 2011 hamcrest.org. See LICENSE.txt
//
// Created by: Jon Reid
//
#import <OCHamcrestIOS/HCBaseMatcher.h>
@interface HCIsCloseTo : HCBaseMatcher
{
double value;
double delta;
}
+ (id)isCloseTo:(double)aValue within:(double)aDelta;
- (id)initWithValue:(double)a... | {
"pile_set_name": "Github"
} |
// -------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// -----------------------------------------------------------... | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "quark:soul_sandstone_bricks"
},
"result": "quark:soul_sandstone_bricks_vertical_slab",
"count": 2,
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "quark:flag",
"flag": "soul_sandstone"
... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using FizzWare.NBuilder;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Common.Disk;
using NzbDrone.Core.DecisionEngine;
using NzbDrone.Core.Download;
using NzbDrone.Core.Download.TrackedDownloads;
using NzbDrone.Core.History;
using NzbDrone.Core.MediaFiles;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 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 source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
/**
* Catalan translation for bootstrap-datetimepicker
* J. Garcia <jogaco.en@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['ca'] = {
days: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte", "Diumenge"],
daysShort: ["Diu", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis", "Diu"]... | {
"pile_set_name": "Github"
} |
#ifndef ZOOM_H
#define ZOOM_H
#ifndef STDTYPES_H
#include "stdtypes.h"
#endif
struct button;
struct rast;
struct short_xy;
extern struct button zpan_cycle_group;
/* muparts.c */
extern void zpan_ccycle_redraw(struct button *hanger);
/* zoom.c */
extern Boolean check_zoom_drag(void);
extern Boolea... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the L... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('flip', require('../flip'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename 404.tpl ... | {
"pile_set_name": "Github"
} |
{
"name": "The Future is Like Pie",
"url": "https://thefutureislikepie.com",
"description": "My name is Lisa Maria Martin, and I am an independent consultant, writer, speaker, and editor.",
"twitter": "redsesame"
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Samsung Electronics Co.Ltd
* Author: Joonyoung Shim <jy0922.shim@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/modul... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_PP_IS_ITERATING
/*=============================================================================
Copyright (c) 2011 Eric Niebler
Copyright (c) 2001-2011 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.bo... | {
"pile_set_name": "Github"
} |
<?php
/**
* Defines common attribute collections that modules reference
*/
class HTMLPurifier_AttrCollections
{
/**
* Associative array of attribute collections, indexed by name
*/
public $info = array();
/**
* Performs all expansions on internal data for use by o... | {
"pile_set_name": "Github"
} |
android_binary(
name = "bin",
keystore = ":debug_keystore",
manifest = "AndroidManifest.xml",
native_library_merge_map = {
"libnative.so": [],
},
)
keystore(
name = "debug_keystore",
properties = "debug.keystore.properties",
store = "debug.keystore",
)
| {
"pile_set_name": "Github"
} |
#include <math.h>
#include "stat.h"
#include "evlist.h"
#include "evsel.h"
#include "thread_map.h"
void update_stats(struct stats *stats, u64 val)
{
double delta;
stats->n++;
delta = val - stats->mean;
stats->mean += delta / stats->n;
stats->M2 += delta*(val - stats->mean);
if (val > stats->max)
stats->max =... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1998-2006, 2008-2010, 2014 Proofpoint, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* By using this file, you agree to the t... | {
"pile_set_name": "Github"
} |
//
// SyncManager.swift
// Potatso
//
// Created by LEI on 8/2/16.
// Copyright © 2016 TouchingApp. All rights reserved.
//
import Foundation
import CloudKit
public enum SyncServiceType: String {
case None
case iCloud
}
public protocol SyncServiceProtocol {
func setup(_ completion: ((Error?) -> Void)... | {
"pile_set_name": "Github"
} |
#pragma once
#include <time.h>
#include <iostream>
#include <memory>
#include <vector>
#include "../common/record.h"
#include "data_loader.h"
#include "elf/base/context.h"
#include "elf/legacy/python_options_utils_cpp.h"
inline elf::shared::Options getNetOptions(
const ContextOptions& contextOptions,
const ... | {
"pile_set_name": "Github"
} |
TIMUS_1223
This is the EGGs puzzle. It was popular in the past, due to Google interviews for case eggs=2
Tutorial (Study all): https://brilliant.org/wiki/egg-dropping
You may go directly to solutions below first.
====
Solutions with Editorials below:
DP Solution
https://github.com/Otrebus/timus/blob/master/... | {
"pile_set_name": "Github"
} |
package simpledb_test
import (
"bytes"
"io/ioutil"
"net/http"
"testing"
"github.com/stretchr/testify/assert"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/awstesting/unit"
"github.com/aws/aws-sdk-go/service/simpledb... | {
"pile_set_name": "Github"
} |
# MIT License
#
# Copyright (c) 2015-2020 Iakiv Kramarenko
#
# 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, modif... | {
"pile_set_name": "Github"
} |
{% extends 'admin/master.html' %}
{% block body %}
<br>
<h3>ReportView</h3>
<h4><i>Beta</i> Version 0.1</h4>
<p>aciConSearch is a GUI application for searching connections the ACI policy configuration.</p>
<h4>License</h4>
<p>Copyright 2015 Cisco Systems, Inc.</p>
<p>Licensed under the Apache License, Version 2.0 (th... | {
"pile_set_name": "Github"
} |
proxy=Ð#Ð,Ù#Ð
localencoding=1 | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2002-2012 Croteam Ltd.
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<me... | {
"pile_set_name": "Github"
} |
/*
* EFI Time Services Driver for Linux
*
* Copyright (C) 1999 Hewlett-Packard Co
* Copyright (C) 1999 Stephane Eranian <eranian@hpl.hp.com>
*
* Based on skeleton from the drivers/char/rtc.c driver by P. Gortmaker
*
* This code provides an architected & portable interface to the real time
* clock by using EFI ... | {
"pile_set_name": "Github"
} |
from django.db.models import Count
from django.template.loader import render_to_string
from jinja2.ext import Extension
from agreements.models import Issuer
def issuer_select(selected_issuer_slug=None):
# Select all issuers that have associated agreements, ordered by name.
#
# This is equivalent to the ... | {
"pile_set_name": "Github"
} |
# Extensions for Protocol Buffers to create more go like structures.
#
# Copyright (c) 2013, Vastech SA (PTY) LTD. All rights reserved.
# http://github.com/gogo/protobuf/gogoproto
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions ... | {
"pile_set_name": "Github"
} |
module ActiveSupport
# MessageVerifier makes it easy to generate and verify messages which are signed
# to prevent tampering.
#
# This is useful for cases like remember-me tokens and auto-unsubscribe links where the
# session store isn't suitable or available.
#
# Remember Me:
# cookies[:remember_me]... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6ccf6a5caacb0274f97a42d589391ab4
timeCreated: 1536827136
licenseType: Pro
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
| {
"pile_set_name": "Github"
} |
{
"name": "qs",
"main": "dist/qs.js",
"version": "5.1.0",
"homepage": "https://github.com/hapijs/qs",
"authors": [
"Nathan LaFreniere <quitlahok@gmail.com>"
],
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"keywords": [
"querystring",
"qs"
],
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta name="layout" content="main"/>
<title>Streama</title>
</head>
<body>
<div class="message-wrapper">
<i class="ion-ios-checkmark"></i>
<h1>${title}</h1>
<h3>${message}</h3>
<br/><br/>
<g:link uri="/" class="btn btn-secondary">Return to Dashboard</g:link>
</div>
</body... | {
"pile_set_name": "Github"
} |
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; c-file-style: "stroustrup"; -*-
// vi:set ts=4 sts=4 sw=4 noet :
// Copyright 2008, 2012, The TPIE development team
//
// This file is part of TPIE.
//
// TPIE is free software: you can redistribute it and/or modify it under
// the terms of the GNU Lesser General P... | {
"pile_set_name": "Github"
} |
.. algorithm::
.. summary::
.. relatedalgorithms::
.. properties::
Description
-----------
Uses the :ref:`UB matrix <Lattice>` on the sample to calculate the Miller indices for all
peaks in the peaks workspace. Unlike :ref:`algm-IndexPeaks` this
algorithm does not perform any mandatory optimization. This algorithm... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.