text
stringlengths
2
99.9k
meta
dict
/* * 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" }
jQuery(function($) { DOMXSS.scanResponse($); if ("undefined" != typeof script_urls) { var urls = $.parseJSON(script_urls) for (url in urls) { $.ajax({ url: '/scan?url=' + encodeURIComponent(urls[url]), dataType: 'html', success: function(data) { $('#responses'...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #include <linux/ceph/ceph_debug.h> #include <linux/in.h> #include "super.h" #include "mds_client.h" #include "ioctl.h" #include <linux/ceph/striper.h> /* * ioctls */ /* * get and set the file layout */ static long ceph_ioctl_get_layout(struct file *file, void __user *arg) { s...
{ "pile_set_name": "Github" }
/* Copyright Airship and Contributors */ import UIKit #if canImport(AirshipCore) import AirshipCore #elseif canImport(Airship) import Airship #endif /** * A wrapper for representing an Airship push in the Debug UI */ struct PushNotification { let prettyTypes:[String:String] = [ "push_resolution" : "Pus...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require "test_helper" class CoreTestPolicy include ActionPolicy::Policy::Core def index? true end def update? allow! if record[:editable] false end def destroy? deny! if record[:undeletable] true end end class TestPolicyCore < Minitest::Test def se...
{ "pile_set_name": "Github" }
body { padding-top: 20px; padding-bottom: 20px; } .navbar { margin-bottom: 20px; } .passed { color: #339900; } .failed { color: #ff0000; } .tree { min-height:20px; padding:19px; margin-bottom:20px; background-color:#fbfbfb; -webkit-border-radius:4px; -moz-border-radius:4px; }...
{ "pile_set_name": "Github" }
#!/usr/bin/python2.4 # # Copyright 2008 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or...
{ "pile_set_name": "Github" }
EESchema-LIBRARY Version 2.3 #encoding utf-8 # # 1N5819FSCT-ND # DEF 1N5819FSCT-ND D 0 0 N N 1 F N F0 "D" 0 100 60 H V C BNN F1 "1N5819FSCT-ND" 0 -150 60 H V C CNN F2 "digikey-footprints:DO-41" 200 100 60 H I L CNN F3 "" 200 300 60 H I L CNN DRAW P 2 0 1 0 50 -50 25 -50 N P 2 0 1 0 50 50 50 -50 N P 2 0 1 0 50 50 75 50 ...
{ "pile_set_name": "Github" }
'use strict'; var assert = require('assert'); var config = require('../lib/config'); var helper = require('../helper'); var redis = config.redis; describe("The 'sinter' method", function () { helper.allTests(function (ip, args) { describe('using ' + ip, function () { var client; ...
{ "pile_set_name": "Github" }
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # zejn <zejn@kiberpipa.org>, 2012 msgid "" msgstr "" "Project-Id-Version: django-core\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-05-02 16:18+0200\n" "PO-Revision-Date: 2013-04...
{ "pile_set_name": "Github" }
.logo { width: 200rpx; height: 180rpx; margin-bottom: 20rpx; }
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/ads/googleads/v0/enums/conversion_action_status.proto package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to s...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
# Description: # Go API for TensorFlow. package( default_visibility = ["//visibility:private"], ) licenses(["notice"]) # Apache 2.0 exports_files(["LICENSE"]) sh_test( name = "test", size = "small", srcs = ["test.sh"], data = [ ":all_files", # Go sources "//tensorflow:libtensor...
{ "pile_set_name": "Github" }
/* * Copyright(c) 2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it ...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Love Löfdahl, Per Wendel * * 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 req...
{ "pile_set_name": "Github" }
//======== (C) Copyright 2001 Charles G. Cleveland All rights reserved. ========= // // The copyright to the contents herein is the property of Charles G. Cleveland. // The contents may be used and/or copied only with the written permission of // Charles G. Cleveland, or in accordance with the terms and conditions ...
{ "pile_set_name": "Github" }
## jsoup: 8b837a43cbe2c12624ab2088dc4ff9a725af5f4d ## --- org.jsoup.integration.TestServer java.lang.Exception: Test class should have exactly one public constructor at org.junit.runners.BlockJUnit4ClassRunner.validateOnlyOneConstructor(BlockJUnit4ClassRunner.java:134) at org.junit.runners.BlockJUnit4ClassRunner.vali...
{ "pile_set_name": "Github" }
--- name: config.chart.padding.top authors: - Forio normalize_css: no ...
{ "pile_set_name": "Github" }
import { Injectable } from '@angular/core'; import { LineNumberedString, LinenumberingService, LineNumberRange } from './linenumbering.service'; import { ViewUnifiedChange } from '../../shared/models/motions/view-unified-change'; const ELEMENT_NODE = 1; const TEXT_NODE = 3; const DOCUMENT_FRAGMENT_NODE = 11; /** * ...
{ "pile_set_name": "Github" }
// Test proto for nested messages. syntax = "proto2"; //- @"package proto_kythe_test;" ref ThePackage package proto_kythe_test; option java_package = "io.kythe"; //- @ParentMessage defines/binding ParentMessageNode //- ParentMessageNode childof ThePackage //- ParentMessageNode code PMRoot //- PMRoot child.0 PMContex...
{ "pile_set_name": "Github" }
H 1533539906 tags: BFS 给Walls and Gates很像, 不同的是, 这道题要选一个 coordinate, having shortest sum distance to all buildings (marked as 1). #### BFS - BFS 可以 mark shortest distance from bulding -> any possible spot. - Try each building (marked as 1) -> BFS cover all 0. - time: O(n^2) * # of building; use new visited[][] to ma...
{ "pile_set_name": "Github" }
// Copyright 2017 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. // This benchmark is based on the six-speed benchmark build output. // Copyright 2014 Kevin Decker <https://github.com/kpdecker/six-speed/> new Benchma...
{ "pile_set_name": "Github" }
# OpenType Features in Recursive Tracking issue: https://github.com/arrowtype/recursive/issues/92 Helpful reference: [IBM Plex Mono features](https://github.com/IBM/plex/blob/f51d07200ae54caed11da4de140142ed61af1be3/IBM-Plex-Mono/sources/masters/IBM%20Plex%20Mono-Thin.ufo/features.fea) Features spec https://docs.mic...
{ "pile_set_name": "Github" }
<?php print 'SimpleTest PHP was executed!';
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (C) 2007, Dave Watson <dwatson@mimvista.com> * Copyright (C) 2008, Robin Rosenberg <robin.rosenberg@dewire.com> * Copyright (C) 2006, Shawn O. Pearce <spearce@spearce.org> * Copyright (C) 2010, Mathias Kinzler <mathias.kinz...
{ "pile_set_name": "Github" }
/*- * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. * All or some portions of this file are derived from material licensed * to the University of California by American Telephone and Telegraph * Co. or Unix System La...
{ "pile_set_name": "Github" }
/*******************************************************************\ Module: Value Set (Flow Insensitive, Sharing) Author: Daniel Kroening, kroening@kroening.com \*******************************************************************/ /// \file /// Value Set (Flow Insensitive, Sharing) #include "value_set_fi.h" #in...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="en-us" /> ...
{ "pile_set_name": "Github" }
source "https://rubygems.org" group :development do # gem "bundler", "~> 1.1.5" gem "jeweler", "~> 1.6.4" # gem "rcov", ">= 0" gem "reek", "~> 1.2.8" gem "vcr" gem "webmock" gem "turn" # Better output for Test::Unit end gem "rest-client" gem "activesupport" gem "activemodel" gem "json" gem "test-unit"
{ "pile_set_name": "Github" }
/*********************************************************************/ /* Copyright 2009, 2010 The University of Texas at Austin. */ /* All rights reserved. */ /* */ /* Redistribution and use in sou...
{ "pile_set_name": "Github" }
import io import pytest from pre_commit_hooks.end_of_file_fixer import fix_file from pre_commit_hooks.end_of_file_fixer import main # Input, expected return value, expected output TESTS = ( (b'foo\n', 0, b'foo\n'), (b'', 0, b''), (b'\n\n', 1, b''), (b'\n\n\n\n', 1, b''), (b'foo', 1, b'foo\n'), ...
{ "pile_set_name": "Github" }
<pre id='imposters-specification'><code>{ <span id='imposters-imposters'><%- indent(2) %>&quot;imposters&quot;: [</span> <span id='imposters-imposter'><%- indent(4) %>{ &quot;protocol&quot;: &quot;http&quot;, &quot;port&quot;: 4546, &quot;_links&quot;: { &quot;self&quot;: { &quot;hre...
{ "pile_set_name": "Github" }
/* * Copyright 2017 pi.pe gmbh . * * 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...
{ "pile_set_name": "Github" }
// Copyright (C) 2009-2012 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 // (see accompanying file LICENSE_1_0.txt or a copy at // http://www.boost.org/LICENSE_1_0.txt) // Home at http://www.boost.org/libs/functional/overloaded_function #ifndef BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONF...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> </pickle> <pickle> <dictionary> <item> <key> <string>delegated_list</string> </key> <value> <list/> ...
{ "pile_set_name": "Github" }
name: Test on: [push, pull_request] jobs: test: strategy: fail-fast: false matrix: node-version: [10.x, 12.x, 14.x] os: [macos-10.14, ubuntu-18.04] runs-on: ${{ matrix.os }} steps: - name: Check out Git repository uses: actions/checkout@v2 - name: node_modules...
{ "pile_set_name": "Github" }
# node-querystring query string parser for node and the browser supporting nesting, as it was removed from `0.3.x`, so this library provides the previous and commonly desired behaviour (and twice as fast). Used by [express](http://expressjs.com), [connect](http://senchalabs.github.com/connect) and others. ## Instal...
{ "pile_set_name": "Github" }
/** * @author zhangruihao.zhang * @version v1.0.0 * @since 2019/04/24 */ public class LeetCode_153_108 { class Solution1 { public int findMin(int[] nums) { if(nums.length == 1){ return nums[0]; } if(nums.length == 2){ return nums[0] > ...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
/* * S/390 common I/O routines -- blacklisting of specific devices * * Copyright IBM Corp. 1999, 2013 * Author(s): Ingo Adlung (adlung@de.ibm.com) * Cornelia Huck (cornelia.huck@de.ibm.com) * Arnd Bergmann (arndb@de.ibm.com) */ #define KMSG_COMPONENT "cio" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt...
{ "pile_set_name": "Github" }
/* * The MIT License (MIT) * * Copyright (c) 2007-2015 Broad Institute * * 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 *...
{ "pile_set_name": "Github" }
import { NgModule } from '@angular/core'; import { SharedModule } from 'app/shared'; import { ApplicationInspectorUsageGuideContainerComponent } from './application-inspector-usage-guide-container.component'; @NgModule({ declarations: [ ApplicationInspectorUsageGuideContainerComponent ], imports: ...
{ "pile_set_name": "Github" }
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
{ "pile_set_name": "Github" }
// // PlexAutoUpdate.cpp // Plex // // Created by Tobias Hieta <tobias@plexapp.com> on 2012-10-24. // Copyright 2012 Plex Inc. All rights reserved. // #include "PlexAutoUpdate.h" #include <boost/foreach.hpp> #include "FileSystem/PlexDirectory.h" #include "FileItem.h" #include "PlexJobs.h" #include "File.h" #includ...
{ "pile_set_name": "Github" }
package com.androidyuan.aesjniencrypt; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on a...
{ "pile_set_name": "Github" }
# Managing people ## Organizational Behaviour Research Aim: Explain people's behaviour * Theories á la "If A then B is likely to follow" * Dependencies, not causal relationships & formulas such as e.g. Chemistry, Physics ## Taylorism Select the best people for the job (**!**), instruct them in the best methods, perfor...
{ "pile_set_name": "Github" }
package com.mashibing.bean; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import java.time.LocalDateTime; import java.io.Serializable; /** * <p> * 业主信息表 * </p> * * @author lian * @since 2020-04-18 */ public class ZhCustomer implements Serializable { ...
{ "pile_set_name": "Github" }
/** * The list grid filter allows you to create a filter selection that limits results * to values matching an element in a list. The filter can be set programmatically or via * user input with a configurable {@link Ext.form.field.Checkbox check box field} in the filter section * of the column header. * * Lis...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozil...
{ "pile_set_name": "Github" }
#============================================================= -*-perl-*- # t/object.t # # Template script testing code bindings to objects. # # Written by Andy Wardley <abw@wardley.org> # # Copyright (C) 1996-2000 Andy Wardley. All Rights Reserved. # Copyright (C) 1998-2000 Canon Research Centre Europe Ltd. # # This ...
{ "pile_set_name": "Github" }
import React, { Component } from 'react' export default class Link extends Component { render () { const url = this.props.to || this.props.href || this.props.url const reload = !!this.props.reload const onClick = this.props.onClick const classNames = `link ${this.props.class} ${this.props.className}`...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <job xmlns="http://eobjects.org/analyzerbeans/job/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <source> <data-context ref="my database" /> <columns> <column id="col_fn" path="PUBLIC.EMPLOYEES.FIRSTNAME" /> <column id="col_ln" path="PUBLIC.EMPLOYEES.LASTN...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014 Ambroz Bizjak * 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 conditio...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. /* * This file was automatically generated by com.microsoft.tfs.core.ws.generator.Generator * from the /complexType.vm template. */ package ms.sql.reporting.reportingservices; import com.mic...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * This file is part of Hyperf. * * @link https://www.hyperf.io * @document https://hyperf.wiki * @contact group@hyperf.io * @license https://github.com/hyperf/hyperf/blob/master/LICENSE */ namespace Hyperf\Database\Commands\Ast; use Hyperf\Contract\Castable; use Hyperf\...
{ "pile_set_name": "Github" }
- id: foo1 bar: b1 - id: foo2 bar: b2
{ "pile_set_name": "Github" }
package com.alibaba.otter.canal.instance.manager.plain; import java.util.Properties; /** * plain远程配置,提供基于properties纯文本的配置 * * @author rewerma 2019-01-25 下午05:20:16 * @author agapple * @version 1.0.0 */ public class PlainCanal { private Properties properties; private String md5; private String ...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <title>CodeMirror 2: Clojure mode</title> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="clojure.js"></script> <link rel="stylesheet" href="../../theme/default.css"> <style>.CodeMirror {backgrou...
{ "pile_set_name": "Github" }
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * ak4641.c -- AK4641 ALSA Soc Audio driver * * Copyright (C) 2008 Harald Welte <laforge@gnufiish.org> * Copyright (C) 2011 Dmitry Artamonow <mad_soft@inbox.ru> * * Based on ak4535.c by Richard Purdie */ #include <linux/module.h> #include <linux/init.h> #include <lin...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.facebook.imagepipeline" > <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="21" /> </manifest>
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head i18n-values="dir:textdirection;"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta charset="utf-8"/> <title>Android System Trace</title> <style> html, body { height: 100%; } body { -webkit-flex-direction: column; display: -webkit-flex; margi...
{ "pile_set_name": "Github" }
/* * Knowage, Open Source Business Intelligence suite * Copyright (C) 2016 Engineering Ingegneria Informatica S.p.A. * * Knowage 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 Free Software Foundation, either version 3 o...
{ "pile_set_name": "Github" }
/// \ingroup vtk /// \class ttkPointDataConverter /// \author Guillaume Favelier <guillaume.favelier@lip6.fr> /// \date February 2016 /// /// \brief TTK VTK-filter that converts data types for point-based scalar /// fields (for instance, from double to float). /// /// \param Input Input point-based scalar field (vtkDat...
{ "pile_set_name": "Github" }
// Copyright lowRISC contributors. // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 { // Top level dut name (sv module). name: rv_core_ibex // Fusesoc core file used for building the file list. fusesoc_core: lowrisc:ip:rv_core_ibex:0.1 import...
{ "pile_set_name": "Github" }
package reflect2 import ( "reflect" "unsafe" ) type UnsafeArrayType struct { unsafeType elemRType unsafe.Pointer pElemRType unsafe.Pointer elemSize uintptr likePtr bool } func newUnsafeArrayType(cfg *frozenConfig, type1 reflect.Type) *UnsafeArrayType { return &UnsafeArrayType{ unsafeType: *newUnsafeT...
{ "pile_set_name": "Github" }
@import url("../common/domButtons/DomButtonGrayPlus.css"); @import url("../common/domButtons/DomButtonGrayMinus.css"); @import "variables.less"; @import "../common/ValuePicker.less";
{ "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/icon_search_pressed" android:state_pressed="true"/> <item android:drawable="@drawable/icon_search_normal"/> </selector>
{ "pile_set_name": "Github" }
title: $:/TiddlyDesktop/Settings/UserConfig caption: User Configuration Folder tags: $:/TiddlyDesktop/Settings This is the folder in which ~TiddlyDesktop stores internal configuration. Notably, the subfolder `user-config-tiddlywiki` contains the backstage wiki folder. If you are experiencing problems with ~TiddlyDeskt...
{ "pile_set_name": "Github" }
description "mark all messages as read for a user" instance $x stop on reddit-stop or runlevel [016] respawn respawn limit 10 5 nice 10 script . /etc/default/reddit wrap-job paster run --proctitle markread_q$x $REDDIT_INI $REDDIT_ROOT/r2/lib/db/queries.py -c 'consume_mark_all_read()' end script
{ "pile_set_name": "Github" }
[ { "EventCode": "0x2", "Counter": "0,1", "UMask": "0x83", "EventName": "STORE_FORWARDS.ANY", "SampleAfterValue": "200000", "BriefDescription": "All store forwards" }, { "EventCode": "0x2", "Counter": "0,1", "UMask": "0x81", "Ev...
{ "pile_set_name": "Github" }
<?php /** * This file contains class::TableLapsComputed * @package Runalyze\DataObjects\Training\View\Section */ use Runalyze\Model\Trackdata; use Runalyze\Model\Swimdata; use Runalyze\Activity\Distance; use Runalyze\Activity\Duration; use Runalyze\Data\Stroketype; /** * Display swim lanes * * @author Hannes Ch...
{ "pile_set_name": "Github" }
from itsdangerous import URLSafeTimedSerializer from flask_mail import Mail,Message from . import app from flask import render_template, url_for, Markup from random import randint from datetime import datetime from app.models import ImageStore, User import hashlib import os from lxml.html.clean import Cleaner import py...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{919544AC-D39B-463F-8414-3C3C67CF727C}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>FontLi...
{ "pile_set_name": "Github" }
#N canvas 317 289 445 227 10; #X obj 30 148 init.post.dollarg; #X obj 30 120 dollarg; #X obj 30 96 loadbang; #X obj 30 174 print ARGUMENTS; #X obj 129 174 print DONE; #X text 26 14 Description: Parses abstraction arguments.; #X text 26 50 See examples in the pdmtl/examples/abstraction_arguments folder for examples.; #X...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <model ref="r:c6a00314-98d5-42dc-9012-005ad02a9422(com.mbeddr.doc.aspect.constraints)"> <persistence version="9" /> <languages> <devkit ref="00000000-0000-4000-0000-5604ebd4f22c(jetbrains.mps.devkit.aspect.constraints)" /> </languages> <imports> <import index="tpce...
{ "pile_set_name": "Github" }
-- | Mapping between Cabal's and GHC's representation of language extensions. module Language.Haskell.Tools.Daemon.MapExtensions ( module Language.Haskell.Tools.Daemon.MapExtensions , module Language.Haskell.Tools.Refactor.Utils.Extensions ) where import DynFlags (DynFlags, xopt_unset, xopt_set) import Language...
{ "pile_set_name": "Github" }
<?php namespace Spatie\String\Exceptions; use Exception; class ErrorCreatingStringException extends Exception { }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2010 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/license...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Zuite" module="Products.Zelenium.zuite"/> </pickle> <pickle> <dictionary> <item> <key> <string>_objects</string> </key> <value> <tuple/> </value>...
{ "pile_set_name": "Github" }
{ "name": "image-editor", "version": "0.0.1", "private": true, "main": "lib/index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "build": "gulp bundle", "clean": "gulp clean", "test": "gulp test", "preversion": "node ./tools/pre-version.js", "postversion": "gulp dist" }, ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <wsp:Policy xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" wsu:Id="TLSCleanPolicy"> <wsp:ExactlyOne> <wsp:All> <sp:TransportBinding xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-secur...
{ "pile_set_name": "Github" }
--- features: - The storage of new measures that ought to be processed by *metricd* can now be stored using different storage drivers. By default, the driver used is still the regular storage driver configured. See the `[incoming]` section in the configuration file.
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_222) on Wed Aug 14 11:24:43 AEST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RepositoryFactory (RDF4J 2...
{ "pile_set_name": "Github" }
/* * Sonar C++ Plugin (Community) * Copyright (C) 2010-2020 SonarOpenCommunity * http://github.com/SonarOpenCommunity/sonar-cxx * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundat...
{ "pile_set_name": "Github" }
#include "lc_global.h" #include <stdlib.h> #include "group.h" #include "lc_file.h" lcGroup::lcGroup() { mGroup = nullptr; } void lcGroup::FileLoad(lcFile* File) { qint32 GroupIndex; char Name[LC_MAX_GROUP_NAME + 1]; File->ReadU8(); File->ReadBuffer(Name, sizeof(Name)); mName = QString::fromUtf8(Name); File->R...
{ "pile_set_name": "Github" }
/* Credit to https://gist.github.com/wataru420/2048287 */ .highlight { /* Comment */ /* Error */ /* Keyword */ /* Operator */ /* Comment.Multiline */ /* Comment.Preproc */ /* Comment.Single */ /* Comment.Special */ /* Generic.Deleted */ /* Generic.Deleted.Specific */ /* Generic.Emph */ /* Generi...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 inEditor=false onBuild=true org.eclipse.cdt.codan.checkers.errnoreturn=Warning org.eclipse.cdt.codan.checkers.errnoreturn.params={launchModes\=>{RUN_ON_FULL_BUILD\=>true,RUN_ON_INC_BUILD\=>true,RUN_ON_FILE_OPEN\=>false,RUN_ON_FILE_SAVE\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true},s...
{ "pile_set_name": "Github" }
/// \file SVDMathPlugin.h /// /// \author Roger James /// \date 13th November 2013 /// /// This file provides the Singular Value Decomposition (Markley) math plugin functionality #pragma once #include "BasicMathPlugin.h" namespace INDI { namespace AlignmentSubsystem { /*! * \class SVDMathPlugin * \brief This class...
{ "pile_set_name": "Github" }
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package google import ( "context" "encoding/json" "errors" "fmt" "net/url" "strings" "time" "cloud.google.com/go/compute/metadata" "golang.org/x/oaut...
{ "pile_set_name": "Github" }
#version 120 /* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org Copyright (c) 2000-2009 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any ...
{ "pile_set_name": "Github" }
/*- * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved. * SPDX-License-Identifier: BSD-1-Clause */ #ifndef _BER_TLV_TAG_H #define _BER_TLV_TAG_H #ifdef __cplusplus extern "C" { #endif enum asn_tag_class { ASN_TAG_CLASS_UNIVERSAL = 0, /* 0b00 */ ASN_...
{ "pile_set_name": "Github" }
The Drupal Graph Component Thanks for using this Drupal component. You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal You can get the full Drupal repo here: https://www.drupal.org/project/drupal/git-instructions You can browse the full Drupal...
{ "pile_set_name": "Github" }
# A Doc is a client's view on a sharejs document. # # Documents are created by calling Connection.open(). They are only instantiated # once the client has the document snapshot. # # Documents are event emitters - use doc.on(eventname, fn) to subscribe. # # Documents get mixed in with their type's API methods. So, you c...
{ "pile_set_name": "Github" }
#!/bin/bash [ -f testing.sh ] && . testing.sh #testing "name" "command" "result" "infile" "stdin" testing "mkdir" "mkdir one && [ -d one ] && echo yes" "yes\n" "" "" rmdir one touch existing testing "existing" \ "mkdir existing 2> /dev/null || [ -f existing ] && echo yes" "yes\n" "" "" rm existing testing "one tw...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>SSLParameters (Java SE 12 &amp; JDK 12 )</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="javax.net.ssl.SSLParameters class"> <meta name="keywords" content="getCipherSu...
{ "pile_set_name": "Github" }
/* Copyright (c) 2010-2011 mbed.org, MIT License * * 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, merge, pu...
{ "pile_set_name": "Github" }
<nginx-hour-statistics hour="2015-03-25 10:00"> <pool id="mobile-api-web"> <server ip="192.168.211.162"> <domain id="m.api.51ping.com"> <period minute="0"> <status code="400" count="10"/> <status code="401" count="4"/> <...
{ "pile_set_name": "Github" }