text
stringlengths
2
99.9k
meta
dict
<?php /** * PHPExcel * * Copyright (c) 2006 - 2015 PHPExcel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ve...
{ "pile_set_name": "Github" }
digraph technical_context_diagram { rankdir=LR; //Rank Direction Left to Right user [label="User"] angular [label="Front-end\n(Angular)", style=filled, fillcolor=green, shape=rectangle] api [label="Api\n(Node.js)", shape=rectangle, style=filled, fillcolor=green] keycloak [label="Auth\n(Keycloak)", ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace SignUp.Web { public partial class About : Page { protected void Page_Load(object sender, EventArgs e) { } } }
{ "pile_set_name": "Github" }
// Copyright (c) 2017-2020 Thomas Fussell // // 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" }
fileFormatVersion: 2 guid: 284ea0adc5e86de439a863e14c15d2fc folderAsset: yes timeCreated: 1459272859 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
package dhcpv6 import ( "fmt" "github.com/u-root/u-root/pkg/uio" ) // OptVendorOpts represents a DHCPv6 Status Code option // // This module defines the OptVendorOpts structure. // https://tools.ietf.org/html/rfc3315#section-22.17 type OptVendorOpts struct { EnterpriseNumber uint32 VendorOpts Options } //...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to th...
{ "pile_set_name": "Github" }
''' Created on Jan 8, 2011 @author: Peter ''' from numpy import * def loadDataSet(fileName): #general function to parse tab -delimited floats numFeat = len(open(fileName).readline().split('\t')) - 1 #get number of fields dataMat = []; labelMat = [] fr = open(fileName) for line in fr.readlines():...
{ "pile_set_name": "Github" }
=============== Use case videos =============== This section of the documentation contains videos that are demonstrating common use cases and workflows. .. toctree:: :maxdepth: 2 demand-forecasting/index inventory-planning/index production-planning/index
{ "pile_set_name": "Github" }
concrete AdjectiveChi of Adjective = CatChi ** open ResChi, Prelude in { lin PositA a = a ** {hasAdA = False} ; --ComparA a np = complexAP (a.s ++ than_s ++ np.s) ; ComparA a np = complexAP (than_s ++ np.s ++ a.s) ; UseComparA a = complexAP (geng_s ++ a.s) ; AdjOrd ord = complexAP ord.s ; ...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/tribble_paste.R \name{guess_sep} \alias{guess_sep} \title{guess_sep} \usage{ guess_sep(char_vec) } \arguments{ \item{char_vec}{a table from the clipboard in character vector form.} } \value{ the separator selected to parse char_vec as a table...
{ "pile_set_name": "Github" }
// // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in bin...
{ "pile_set_name": "Github" }
## Hands-On Time --- # Alerting Humans ## Alertmanager --- ```bash source creds echo "route: repeat_interval: 30m group_interval: 30m receiver: 'slack' receivers: - name: 'slack' slack_configs: - send_resolved: true title: '[{{ .Status | toUpper }}] {{ .GroupLabels.service }} service i...
{ "pile_set_name": "Github" }
--- title: "Behavior differences in the Chrome Process and IE Process hosting types | MicrosoftDocs" description: "Learn about the behavior differences in the Chrome Process and IE Process hosting types." ms.custom: - dyn365-USD ms.date: 07/15/2019 ms.service: - dynamics-365-customerservice ms.topic: "article" a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Author</key> <string>Bugprogrammer,Rover</string> <key>CodecID</key> <integer>649</integer> <key>CodecName</key> <string>ALC289</string> ...
{ "pile_set_name": "Github" }
import {IPopupOffset} from "../../../Component"; import {Alignment} from "../../../Viewer"; /** * Interface for the options that define behavior and * appearance of a popup. * * @interface */ export interface IPopupOptions { /** * Specify if the popup should capture pointer events. * * @descrip...
{ "pile_set_name": "Github" }
/* * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/ManagerServlet.java,v 1.28 2002/09/18 14:00:44 remm Exp $ * $Revision: 1.28 $ * $Date: 2002/09/18 14:00:44 $ * * ==================================================================== * * The Apache Software License, ...
{ "pile_set_name": "Github" }
#!/bin/bash export APPLICATION_NAME="corral" export APPLICATION_SUMMARY="Pony dependency manager tool"
{ "pile_set_name": "Github" }
``` __ _ ___ __ _ _ _ / _` |/ _ \ / _` | | | | | (_| | (_) | (_| | |_| | \__, |\___/ \__, |\__,_| |___/ |_| ``` [![GitHub tag](https://img.shields.io/github/tag/doug-martin/goqu.svg?style=flat)](https://github.com/doug-martin/goqu/releases) [![Test](https://github.com/doug-martin/goqu/workflows/Test/...
{ "pile_set_name": "Github" }
<snippet> <content><![CDATA[AppBase.APP_ENTER_BACKGROUND_EVENT]]></content> <tabTrigger>AppBase.APP_ENTER_BACKGROUND_EVENT</tabTrigger> <scope>source.lua</scope> <description>.</description> </snippet>
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include "pch.h" #include <cpprest/ws_client.h> #include <thread> #include "user_context.h" #include "xbox_system_factory.h" #include "web_socket_connection.h" #include "utils.h...
{ "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" }
# Expect script for ld-d10v tests # Copyright (C) 2002-2020 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either ver...
{ "pile_set_name": "Github" }
FROM src src1 JOIN src src2 ON (src1.key = src2.key) JOIN src src3 ON (src1.key + src2.key = src3.key) INSERT OVERWRITE TABLE dest1 SELECT src1.key, src3.value
{ "pile_set_name": "Github" }
--- inputs: - all_filebeat: filebeat: host: 0.0.0.0:5000 ssl_key: "/etc/filebeat/filebeat.key" ssl_crt: "/etc/filebeat/filebeat.crt" outputs: - tcp1: tcp: host: "127.0.0.1:6000" - ws1: websocket: host: 0.0.0.0:7200 - es: elasticsearch: hos...
{ "pile_set_name": "Github" }
C SUBROUTINE SHERR (IERR,MESS,LMESS) C C PURPOSE To print an error number and an error message C or just an error message. C ...
{ "pile_set_name": "Github" }
<?php /** * CoreShop. * * This source file is subject to the GNU General Public License version 3 (GPLv3) * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt * files that are distributed with this source code. * * @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (...
{ "pile_set_name": "Github" }
/* * Mission.h * * Created on: Nov 13, 2018 * Author: yankai */ #ifndef OpenKAI_src_Mission_Mission_H_ #define OpenKAI_src_Mission_Mission_H_ #include "../../Base/_ThreadBase.h" namespace kai { enum MISSION_TYPE { mission_unknown, mission_base, mission_land, mission_loiter, mission_goto, mission_rt...
{ "pile_set_name": "Github" }
/* * KiRouter - a push-and-(sometimes-)shove PCB router * * Copyright (C) 2014-2018 CERN * Copyright (C) 2016 KiCad Developers, see AUTHORS.txt for contributors. * Author: Maciej Suminski <maciej.suminski@cern.ch> * * This program is free software: you can redistribute it and/or modify it * under the terms of t...
{ "pile_set_name": "Github" }
[English](README.md) ∙ [简体中文](README.zh-CN.md) # Goproxy 中国 中国最可靠的 Go 模块代理。 Goproxy 中国完全实现了 Go 的[模块代理协议](https://golang.org/cmd/go/#hdr-Module_proxy_protocol)。并且它是一个由中国备受信赖的云服务提供商[七牛云](https://www.qiniu.com)支持的非营利性项目。我们的目标是为中国和世界上其他地方的 Gopher 们提供一个免费的、可靠的、持续在线的且经过 CDN 加速的模块代理。请在 [status.goproxy.cn](https://status.go...
{ "pile_set_name": "Github" }
/* * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24 * * Copyright 2015 Cirrus Logic Inc. * * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.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 * ...
{ "pile_set_name": "Github" }
--- # This task file ensures expected variables exist in the case where systems have # been upgraded from states where these values were not initially configured. - name: Ensure ETCD_CA_FILE is absent lineinfile: destfile: "{{ etcd_conf_file }}" regexp: 'ETCD_CA_FILE' state: absent - name: Ensure ETCD_P...
{ "pile_set_name": "Github" }
#include "ui/menudef.h" #include "ui/menumacros.h" #define DEFAULT_TEXT_SCALE 0.25 #define ORIGIN_QUICKMESSAGE 10 10 #define QM_MENU_GRADIENT_START_OFFSET #define QM_MENU_START( WINDOWNAME ) \ \ menuDef { \ name WINDOWNAME \...
{ "pile_set_name": "Github" }
import React = require("react"); import csx = require('../base/csx'); import {BaseComponent} from "../ui"; import * as ui from "../ui"; import * as pure from "../../common/pure"; export interface Props extends React.HTMLAttributes<any> { name: string; size?: any; // 1g,2x,3x,4x,5x rotate?: string; // '45',...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.Configuration.EnvironmentVariables; namespace Microsoft.Extensions.Configuration { /// <summary> /// Extension methods for registeri...
{ "pile_set_name": "Github" }
package com.fujiyuu75.sequent.sample import android.os.Bundle import android.support.v4.app.Fragment import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.LinearLayout import com.fujiyuu75.sequent.Sequent class SampleFragment1 : Fragment() { private var ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets"> <Import Project="$(WebKit_Libraries)\tools\vsprops\FeatureDefines.props" /> <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" /> ...
{ "pile_set_name": "Github" }
package com.nixmash.springdata.mail; import com.nixmash.springdata.jpa.common.ApplicationSettings; import com.nixmash.springdata.jpa.model.User; import com.nixmash.springdata.jpa.service.UserService; import com.nixmash.springdata.mail.common.MailSettings; import com.nixmash.springdata.mail.components.MailSender; impor...
{ "pile_set_name": "Github" }
--- swagger: "2.0" info: version: "1.0.0" title: "Swagger Petstore" description: "A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification" termsOfService: "http://swagger.io/terms/" contact: name: "Swagger API Team" license: nam...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997-1999 The Stanford SRP Authentication Project * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without ...
{ "pile_set_name": "Github" }
/* * rt5645.h -- RT5645 ALSA SoC audio driver * * Copyright 2013 Realtek Microelectronics * Author: Bard Liao <bardliao@realtek.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 Fou...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2016 Credit Suisse * Copyright 2018-2020 Werner Keil, Otavio Santana, Trivadis AG * * 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/lic...
{ "pile_set_name": "Github" }
(function() { var showingNav = true; $(document).ready( function () { var jqNav = $('div.fw_nav'); jqNav.css('right', ($(window).width() - $('div.fw_container').width()) /2); var n = $('div.nav_blocker')[0]; n.style.height = $(jqNav).outerHeight()+"px"; n.style.width = ($(jqNav).outerWidth()+20)+"px"; Syntax...
{ "pile_set_name": "Github" }
/** * Licensed to jclouds, Inc. (jclouds) under one or more * contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. jclouds licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use ...
{ "pile_set_name": "Github" }
//===--- XCore.h - XCore ToolChain Implementations --------------*- C++ -*-===// // // 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" }
import assert from 'assert'; import lodashStable from 'lodash'; import { stubB } from './utils.js'; import result from '../result.js'; describe('result', function() { var object = { 'a': 1, 'b': stubB }; it('should invoke function values', function() { assert.strictEqual(result(object, 'b'), 'b'); }); it...
{ "pile_set_name": "Github" }
the crown jewel of 1970's irwin allen disaster movies , the poseidon adventure features an all-star cast including gene hackman and ernest borgnine spouting some of the most laughable dramatic dialogue in movie history while trapped on a cruise ship . the story begins on the u . s . s . poseidon's big new year's crui...
{ "pile_set_name": "Github" }
// This bit of code is based from some code from libwebp 0.5.0 (specifically from examples/pngdec.c) // It is BSD-licensed // Converts the NULL terminated 'hexstring' which contains 2-byte character // representations of hex values to raw data. // 'hexstring' may contain values consisting of [A-F][a-f][0-9] in pairs,...
{ "pile_set_name": "Github" }
package log import ( "encoding" "encoding/json" "fmt" "io" "reflect" ) type jsonLogger struct { io.Writer } // NewJSONLogger returns a Logger that encodes keyvals to the Writer as a // single JSON object. Each log event produces no more than one call to // w.Write. The passed Writer must be safe for concurrent...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example69</title> <script src="../../../angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app="locationExample"> <div ng-controller="LocationController"> <input type="text" ng-model=...
{ "pile_set_name": "Github" }
// RUN: llvm-objdump -t %p/Inputs/proc-specific-section-elf | FileCheck %s CHECK: 00000000 *UND* 00000000 print
{ "pile_set_name": "Github" }
package models.analysis import play.api.libs.json.JsValue object Tokens { def apply(data: JsValue) = (data \ "tokens").as[JsValue] }
{ "pile_set_name": "Github" }
/****************************************************************************** * * file: CmdLineOutput.h * * Copyright (c) 2004, Michael E. Smoot * All rights reverved. * * See the file COPYING in the top directory of this distribution for * more information. * * THE SOFTWARE IS PROVIDED _AS I...
{ "pile_set_name": "Github" }
div:not(#bat):not(#man) { display: inline-block; }
{ "pile_set_name": "Github" }
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
{ "pile_set_name": "Github" }
#include <fc/thread/thread.hpp> #include <fc/string.hpp> #include <fc/time.hpp> #include <boost/thread.hpp> #include "context.hpp" #include <boost/thread/condition_variable.hpp> #include <boost/thread.hpp> #include <boost/atomic.hpp> #include <vector> //#include <fc/logger.hpp> namespace fc { struct sleep_priority...
{ "pile_set_name": "Github" }
# Name the components on this agent a.sources = irc a.sinks = logSink a.channels = c1 # Describe the source a.sources.irc.type=com.stratio.ingestion.source.irc.IRCSource a.sources.irc.host=irc.freenode.org a.sources.irc.port=6667 a.sources.irc.nick=stratiotest a.sources.irc.irc-channels=stratiotest a.sources.irc.user=...
{ "pile_set_name": "Github" }
AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS) libfstdir = @libfstdir@ libfst_LTLIBRARIES = compact8_acceptor-fst.la compact8_string-fst.la compact8_unweighted-fst.la compact8_unweighted_acceptor-fst.la compact8_weighted_string-fst.la compact16_acceptor-fst.la compact16_string-fst.la compact16_unweighted-fst....
{ "pile_set_name": "Github" }
<view style="margin-top: 100px;"> <i-button bind:click="handleOpen1">普通对话框</i-button> <i-button bind:click="handleOpen2">无标题对话框</i-button> <i-button bind:click="handleOpen3">自定义按钮对话框</i-button> <i-button bind:click="handleOpen4">纵向按钮,自定义颜色及图标</i-button> <i-button bind:click="handleOpen5">异步操作</i-but...
{ "pile_set_name": "Github" }
library(tidyverse) library(jkmisc) library(ggchicklet) library(viridis) library(glue) library(here) text_bc <- function(text, color) { glue("<span style = color:{color}>**{text}**</span>") } media_franchises <- readr::read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2019/20...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 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 BASE_EVENT_TYPES_H #define BASE_EVENT_TYPES_H #pragma once #include "build/build_config.h" #if defined(OS_WIN) #include <windows.h> #elif de...
{ "pile_set_name": "Github" }
// AtlEdit.h : Declaration of the CAtlEdit // // This is a part of the Active Template Library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Active Template Library Reference and related // electronic documentation provided with the libr...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = [ "conversion.go", "defaults.go", "doc.go", "register.go", "zz_generated.conversion.go", "zz_generated.defaults.go", ], importpath = "k8s.io/ku...
{ "pile_set_name": "Github" }
{ "Be a Part of Something Bigger": "Faça parte de algo maior", "Everything that we make is 100% open source and developed collaboratively by people from all over the world. Even if you're not a programmer, you can get involved and make a difference.": "Tudo o que fazemos é 100% código aberto e desenvolvido em c...
{ "pile_set_name": "Github" }
// Copyright 2020 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. // +build go1.13 package errors import "errors" // Is is errors.Is. func Is(err, target error) bool { return errors.Is(err, target) }
{ "pile_set_name": "Github" }
<?php namespace Faker\Provider\lt_LT; class Internet extends \Faker\Provider\Internet { protected static $userNameFormats = array( '{{lastNameMale}}.{{firstNameMale}}', '{{lastNameFemale}}.{{firstNameFemale}}', '{{firstNameMale}}##', '{{firstNameFemale}}##', '?{{lastNameFem...
{ "pile_set_name": "Github" }
// // Copyright (c) Microsoft Corporation. All rights reserved. // using System; using System.Collections.Generic; using Microsoft.VisualStudio.TemplateWizard; using EnvDTE; using System.IO; namespace CustomWizard { public class RootWizard : IWizard { private static readonly int NUMBER_OF_PROJECTS =...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2014, Troy D. Hanson http://troydhanson.github.com/uthash/ All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
{ "pile_set_name": "Github" }
/* * ALSA driver for ICEnsemble VT1724 (Envy24HT) * * Lowlevel functions for ONKYO WAVIO SE-90PCI and SE-200PCI * * Copyright (c) 2007 Shin-ya Okada sh_okada(at)d4.dion.ne.jp * (at) -> @ * * This program is free software; you can redistribute it and/or modify * i...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <meta charset="UTF-8"> <title>CSS Test: system cyclic, invalid</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/"> <link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#cyclic-system"> <link rel="match" href="system-common-invalid-ref.html"> <link rel="stylesh...
{ "pile_set_name": "Github" }
{ This file is part of the Free Component Library (FCL) Copyright (c) 1999-2000 by Michael Van Canneyt and Florian Klaempfl Classes unit for Watcom See the file COPYING.FPC, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be...
{ "pile_set_name": "Github" }
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #include <crtdefs.h> #ifndef _EH_H_ #define _EH_H_ #ifndef RC_INVOKED #pragma pack(push,_CRT_PACKING) #...
{ "pile_set_name": "Github" }
<refentry id="appendix.autolabel"> <refmeta> <refentrytitle>appendix.autolabel</refentrytitle> <refmiscinfo role="type">boolean</refmiscinfo> </refmeta> <refnamediv> <refname>appendix.autolabel</refname> <refpurpose>Are Appendixes automatically enumerated?</refpurpose> </refnamediv> <refsynopsisdiv> <src:fragment id='...
{ "pile_set_name": "Github" }
'use strict'; var _Object$setPrototypeO; function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var finished = require('./end-of-stream'); var kLastResolve = Sym...
{ "pile_set_name": "Github" }
3.0 (quilt)
{ "pile_set_name": "Github" }
/** * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applica...
{ "pile_set_name": "Github" }
<?php /** * 获取链接内容类 * * @package Z-BlogPHP * @subpackage ClassLib/Network/Networkfile_get_contents 网络连接 */ class Networkfile_get_contents implements iNetwork { private $readyState = 0; #状态 private $responseBody = null; #返回的二进制 private $responseStream = null; #返回的数据流 private $responseText = ''; #返回...
{ "pile_set_name": "Github" }
version: 1 n_points: 4 { 318.182 698.200 318.182 2074.882 1880.479 2074.882 1880.479 698.200 }
{ "pile_set_name": "Github" }
package mongokit import ( "fmt" "strconv" "time" "go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/bson/primitive" "github.com/256dpi/lungo/bsonkit" ) // FieldUpdateOperators defines the field update operators. var FieldUpdateOperators = map[string]Operator{} func init() { // register field up...
{ "pile_set_name": "Github" }
/* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2010 - DIGITEO - Allan SIMON * Copyright (C) 2010 - DIGITEO - Bruno JOFRET * * Copyright (C) 2012 - 2016 - Scilab Enterprises * * This file is hereby licensed under the terms of the GNU GPL v2.0, * pursuant to article 5.3.4 of ...
{ "pile_set_name": "Github" }
// 0x07004800 - 0x07004818 static const Lights1 bbh_seg7_lights_07004800 = gdSPDefLights1( 0x20, 0x20, 0x20, 0x50, 0x50, 0x50, 0x28, 0x28, 0x28 ); // 0x07004818 - 0x07004830 static const Lights1 bbh_seg7_lights_07004818 = gdSPDefLights1( 0x66, 0x66, 0x66, 0xff, 0xff, 0xff, 0x28, 0x28, 0x28 ); // 0x070...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. namespace System.Data.Entity.Core.Metadata.Edm { using System.Collections.Generic; using System.Data.Entity.Utilities; using System.Linq; using System.Reflection; in...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright 2018 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
{ "pile_set_name": "Github" }
{ "forge_marker": 1, "defaults": { "model": "cube_all", "textures": { "all": "bewitchment:blocks/elder_leaves" } }, "variants": { "normal": [ {} ] } }
{ "pile_set_name": "Github" }
importance: 4 --- # カレンダーを作成する 関数 `createCalendar(elem, year, month)` を書いてください。 この呼び出しは、与えられた年/月でカレンダーを作成し、`elem` の中に置きます。 カレンダーはテーブルである必要があり、その週は `<tr>` で、日は `<td>` です。テーブルのトップは曜日の `<tr>` です: 最初の日は月曜で、日曜まで続きます。 例えば、`createCalendar(cal, 2012, 9)` は要素 `cal` に次のカレンダーを生成します: [iframe height=210 src="solution"] P.S....
{ "pile_set_name": "Github" }
/* Copyright (c) 2016 Phoenix Systems 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 condition...
{ "pile_set_name": "Github" }
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
{ "pile_set_name": "Github" }
/* ========================================================== * bootstrap-formhelpers-languages.en_US.js * https://github.com/vlamanna/BootstrapFormHelpers * ========================================================== * Copyright 2012 Vincent Lamanna * * Licensed under the Apache License, Version 2.0 (the "License...
{ "pile_set_name": "Github" }
angular.module('app') .directive('loadingContainer', function () { return { restrict: 'AC', link: function (scope, el, attrs) { el.removeClass('app-loading'); scope.$on('$stateChangeStart', function (event) { el.addClass('app-loading'); ...
{ "pile_set_name": "Github" }
<?php // This file was auto-generated from sdk-root/src/data/mediapackage/2017-10-12/paginators-1.json return [ 'pagination' => [ 'ListChannels' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Channels', ], 'ListOriginEndpoints' => [ 'input_token' => 'Next...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
{ "pile_set_name": "Github" }
# # Makefile for the Linux Coda filesystem routines. # obj-$(CONFIG_CODA_FS) += coda.o coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \ coda_linux.o symlink.o pioctl.o sysctl.o # If you want debugging output, please uncomment the following line. # EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLO...
{ "pile_set_name": "Github" }
/* Copyright 2017, 2018 Ankyra 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 di...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE // Brainfuck mode created by Michael Kaminsky https://github.com/mkaminsky11 (function(mod) { if (typeof exports == "object" && typeof module == "object") mod(require("../../lib/codemi...
{ "pile_set_name": "Github" }
--- # We just wrap `build` so this is really it name: "jellyfin" version: "10.7.0" packages: - debian.amd64 - debian.arm64 - debian.armhf - ubuntu.amd64 - ubuntu.arm64 - ubuntu.armhf - fedora.amd64 - centos.amd64 - linux.amd64 - windows.amd64 - macos - portable
{ "pile_set_name": "Github" }
// Base class // // Kickstart any navigation component with a set of style resets. Works with // `<nav>`s or `<ul>`s. .nav { display: flex; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: $nav-link-padding; @include hover-focus { text-decoration: none; ...
{ "pile_set_name": "Github" }
using System; using Bit.Core.Utilities; namespace Bit.Core.Models.Table { public class Group : ITableObject<Guid>, IExternal { public Guid Id { get; set; } public Guid OrganizationId { get; set; } public string Name { get; set; } public bool AccessAll { get; set; } publ...
{ "pile_set_name": "Github" }
#set environment variable RM_INCLUDE_DIR to the location of redismodule.h ifndef RM_INCLUDE_DIR RM_INCLUDE_DIR=../RedisModulesSDK endif ifndef RMUTIL_LIBDIR RMUTIL_LIBDIR=../RedisModulesSDK/rmutil endif # find the OS uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') # Compile flags for linux / osx ifeq ...
{ "pile_set_name": "Github" }
MVC, PVC and (¬M)VC === **preamble** This essay gives some background on two separate architecture patterns: The separation of domain logic from application logic, and the implementation of an application using the model-view-controller ("MVC") pattern. The integration of the two patterns is discussed and two alterna...
{ "pile_set_name": "Github" }
// // CSharpSetMemberBinder.cs // // Authors: // Marek Safar <marek.safar@gmail.com> // // Copyright (C) 2009 Novell, Inc (http://www.novell.com) // // 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...
{ "pile_set_name": "Github" }