text
stringlengths
2
99.9k
meta
dict
<!-- include tpl=head_lay --> <div class="layui-card"> <div class="layui-card-header"> {lang要进入文件管理,请输入管理员二次密码进行验证,才能执行此操作} </div> <div class="layui-card-body"> <form method="post" class="layui-form" id="post_save" onsubmit="return $.admin_filemanage.vcode_act()"> <div class="layui-inline"> <label class="la...
{ "pile_set_name": "Github" }
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * Copyright (C) 2005 Oracle. All rights reserved. * * 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 *...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta name="description" content="Interested in adding textures, lighting, shadows, normal maps, glowi...
{ "pile_set_name": "Github" }
#include <Eigen/Core> #include <iostream> using namespace Eigen; using namespace std; template<typename Derived> Eigen::VectorBlock<Derived, 2> firstTwo(MatrixBase<Derived>& v) { return Eigen::VectorBlock<Derived, 2>(v.derived(), 0); } template<typename Derived> const Eigen::VectorBlock<const Derived, 2> firstTwo(c...
{ "pile_set_name": "Github" }
import Foundation import RxSwift func mergeToArray<T>(observables: [Observable<T>]) -> Observable<[T]> { return observables.toObservable().merge().toArray() }
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_ONE_CHAR_EXCEPT_HPP #define BOOST_METAPARSE_ONE_CHAR_EXCEPT_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2013. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) ...
{ "pile_set_name": "Github" }
// Copyright 2013 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 norm import ( "unicode/utf8" "golang.org/x/text/transform" ) // Reset implements the Reset method of the transform.Transformer interface. func (For...
{ "pile_set_name": "Github" }
// Minio Cloud Storage, (C) 2016 Minio, 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 o...
{ "pile_set_name": "Github" }
# EZNEW Provides a simple, easy-to-use, flexible, and efficient .NET development framework. # Reporting issues and bugs If you have any questions or Suggestions, you can report to us via email,to the lidingbin@live.com, and we will reply to you as soon as possible, or you can contact [DingBin Li](https://github.com/...
{ "pile_set_name": "Github" }
apps: - compose/* - compose/**/* ci: - .github/workflows/* core: - ./*.sh - ./**/*.sh - .scripts/* - .scripts/**/* docs: - ./*.md - ./**/*.md - ./mkdocs.yml - docs/* - docs/**/* repo: - ./* - .github/* - .github/**/* - "!./*.md" - "!./*.sh" - "!.github/workflows/*"
{ "pile_set_name": "Github" }
""" Collection of Utility methods for creating often used, pre-styled wx Widgets """ import wx from contextlib import contextmanager from gooey.gui.three_to_four import Constants @contextmanager def transactUI(obj): """ Coarse grain UI locking to avoid glitchy UI updates """ obj.Freez...
{ "pile_set_name": "Github" }
require 'test_helper' class ProductTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
{ "pile_set_name": "Github" }
======================================================================== STATIC LIBRARY : WlanMgr Project Overview ======================================================================== AppWizard has created this WlanMgr library project for you. This file contains a summary of what you will find in each of the ...
{ "pile_set_name": "Github" }
# #import <...> snippet Imp #import <${1:Cocoa/Cocoa.h}> # #import "..." snippet imp #import "${1:`vim_snippets#Filename()`.h}" # @selector(...) snippet sel @selector(${1:method}:) # @"..." string snippet s @"${1}" # Object snippet o ${1:NSObject} *${2:foo} = [${3:$1 alloc}]${4}; # NSLog(...) snippet log NSLog(@"...
{ "pile_set_name": "Github" }
# Tenko parser autogenerated test case - From: tests/testcases/assigns/to_keyword/autogen.md - Path: tests/testcases/assigns/to_keyword/gen/should_listen_to_use_strict_directive_in_getter_wrapped/return.md > :: assigns : to keyword : gen : should listen to use strict directive in getter wrapped > > ::> return ## Inp...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.NetCore.Analyzers.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; namespace Microsoft....
{ "pile_set_name": "Github" }
dirs = StressActor StressController all: for x in $(dirs); do (cd $$x; make -j4) || exit 1; done clean: for x in $(dirs); do (cd $$x; make clean) || exit 1; done
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="128" height="128" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="1"> <tileset firstgid="1" name="collision" tilewidth="32" tileheight="...
{ "pile_set_name": "Github" }
yoyoad
{ "pile_set_name": "Github" }
/obj/machinery/computer/pod name = "mass drivers and pod doors control" desc = "A control for launching pods. Some people prefer firing Mechas." icon_screen = "mass_driver" light_color = "#555555" circuit = /obj/item/circuitboard/pod var/list/id_tags = list() var/list/door_only_tags = list() var/list/synced = l...
{ "pile_set_name": "Github" }
itk_add_test(NAME AutomaticMeshTest COMMAND ${ITK_TEST_DRIVER} $<TARGET_FILE:AutomaticMesh>) itk_add_test(NAME ImageToPointSetTest COMMAND ${ITK_TEST_DRIVER} $<TARGET_FILE:ImageToPointSet> ${ITK_SOURCE_DIR}/Examples/Data/BrainMidSagittalSlice.png) itk_add_test(NAME Mesh1Test COMMAND ${ITK_TEST_DRIVER} $<TARGET_FILE:M...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 8608ec81ee27a15488d33f9dad239e91 timeCreated: 1461691111 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package kinesisvideomedia import ( "io" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/aws/request" ) const opGetMedia = "GetMedia" // GetMediaRequest generates a "aws/request.Reques...
{ "pile_set_name": "Github" }
// // Border // .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-right-0 { border-right: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } // // Border-radius // .rounded { @include border-radius($bord...
{ "pile_set_name": "Github" }
module.exports = require('./assign');
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file usbh_hid_parser.c * @author MCD Application Team * @version V3.0.0 * @date 18-February-2014 * @brief This file is the header file of the usbh_hid_parser.c ******************************************...
{ "pile_set_name": "Github" }
/**************************************************************************** * * ftgloadr.c * * The FreeType glyph loader (body). * * Copyright (C) 2002-2019 by * David Turner, Robert Wilhelm, and Werner Lemberg * * This file is part of the FreeType project, and may only be used, * modified, and distribute...
{ "pile_set_name": "Github" }
#include <GUIConstantsEx.au3> #include <GuiMonthCal.au3> #include <WindowsConstants.au3> $Debug_MC = False ; Check ClassName being passed to MonthCal functions, set to True and use a handle to another control to see it work Global $iMemo _Main() Func _Main() Local $tTime, $hMonthCal ; Create GUI GUICreate("Mont...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: Apache-2.0 // Copyright 2017 Loopring Technology Limited. pragma solidity ^0.7.0; import "../DummyToken.sol"; contract LRC is DummyToken { constructor() DummyToken( "LRC_TEST", "LRC", 18, 10 ** 27 ) { } }
{ "pile_set_name": "Github" }
<?php /** * This file is part of PHPPresentation - A pure PHP library for reading and writing * presentations documents. * * PHPPresentation is free software distributed under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software Foundation. * * For the full copyright a...
{ "pile_set_name": "Github" }
--- title: "Intro to RBAC" chapter: true weight: 90 pre: '<i class="fa fa-film" aria-hidden="true"></i> ' tags: - beginner - CON205 --- # Intro to RBAC {{< youtube Q-b8tNQCmzs >}} In this chapter, we'll learn about how role based access control (RBAC) works in kubernetes.
{ "pile_set_name": "Github" }
/** * The HashedItemStore associates JSON objects with states in browser history and persists these * objects in sessionStorage. We persist them so that when a tab is closed and re-opened, we can * retain access to the state objects referenced by the browser history. * * Because there is a limit on how much data w...
{ "pile_set_name": "Github" }
#include "service_debug.h" #include <stdlib.h> /** * Shared newlib implementation for stm32 devices. (This is probably suitable for all embedded devices on gcc.) */ extern "C" { /* * Implement C++ new/delete operators using the heap */ void *operator new(size_t size) { return malloc(size); } void *operator ne...
{ "pile_set_name": "Github" }
<?php /** * @package dompdf * @link http://dompdf.github.com/ * @author Benj Carson <benjcarson@digitaljunkies.ca> * @author Fabien Ménager <fabien.menager@gmail.com> * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ /** * Reflows text frames. * * @access private * ...
{ "pile_set_name": "Github" }
package org.bukkit.scheduler; import org.bukkit.plugin.Plugin; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.Future; public interface BukkitScheduler { /** * Schedules a once off task to occur after a delay. * <p> * This task will be executed by the main...
{ "pile_set_name": "Github" }
sp.disable_function.function("str_repeat").ret("fufufu").drop().dump("/tmp/dump_result/");
{ "pile_set_name": "Github" }
# Patterns\.Dollar Method [Home](../../../../../../README.md) **Containing Type**: [Patterns](../README.md) **Assembly**: Pihrtsoft\.Text\.RegularExpressions\.Linq\.dll ## Overloads | Method | Summary | | ------ | ------- | | [Dollar()](#Pihrtsoft_Text_RegularExpressions_Linq_Patterns_Dollar) | Returns a pattern t...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <title>Code coverage report for lib/utils/options.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../../prettify.css"> <style> body, html { margin:0; padding: 0; } body { font-family: Helvetica Neue,...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020, Nico Weber <thakis@chromium.org> * 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 ...
{ "pile_set_name": "Github" }
// $$Root$$Doc.cpp : implementation file // #include "stdafx.h" #include "$$Root$$.h" #include "$$Root$$Doc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // C$$Root$$Doc ...
{ "pile_set_name": "Github" }
package com.cryallen.common.compiler.info; /** * Created by chenran3 on 2018/2/2. */ public class ModuleProxyInfo { public static final String MODULE_PREFIX = "CC_Module_"; public String moduleName; public String packageName; public String delegateName; }
{ "pile_set_name": "Github" }
//===- unittests/Basic/ShellUtilityTest.cpp -------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LI...
{ "pile_set_name": "Github" }
// ************************************************************************ // ***************************** CEF4Delphi ******************************* // ************************************************************************ // // CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based // browser in D...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Process; /** * Generic executable finder. * * @aut...
{ "pile_set_name": "Github" }
what happens when you put martin lawrence in a fat suit in real life ? you get martin lawrence in a coma ( the comedian thought he was getting fat , so he put on numerous layers of heavy clothing and went jogging in 100 degree heat , ending up in a coma ) . so what happens when you put martin lawrence in a fat suit i...
{ "pile_set_name": "Github" }
- name: Step 002 Post Infrastructure hosts: localhost connection: local become: false gather_facts: false tags: - step002 - post_infrastructure tasks: - debug: msg: "Step 000 Post Infrastructure - Dummy action"
{ "pile_set_name": "Github" }
// Copyright 2020 The Okteto 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 ...
{ "pile_set_name": "Github" }
/* This file is part of Darling. Copyright (C) 2018 Lubos Dolezel Darling is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Darling is distr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">{ "Info": [ { "IsSuccess": "True", "InAddress": "苗栗縣頭份市中華路930號", "InSRS": "EPSG:4326", "InFuzzyType": "[單雙號機制]+[最近門牌號機制]", "InFuzzyBuffer": "0", "InIsOnlyFullMatch": "False", "InIsLockCou...
{ "pile_set_name": "Github" }
; ; Menu Icons v2.2 ; by Lexikos ; ; Associates an icon with a menu item. ; NOTE: On versions of Windows other than Vista, the menu MUST be shown with ; MI_ShowMenu() for the icons to appear. ; ; MenuNameOrHandle ; The name or handle of a menu. When setting icons for multiple items, ; ...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.com> // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // // See http:/...
{ "pile_set_name": "Github" }
--- spring: cloud: config: uri: http://config:8888
{ "pile_set_name": "Github" }
# frozen_string_literal: true require_relative 'spec_helper' ## # Assertions about when books are rebuilt based on changes in source # repositories or the book's configuration. RSpec.describe 'building all books' do class Config attr_accessor :target_branch attr_accessor :checkout_branch attr_accessor :...
{ "pile_set_name": "Github" }
var arrayMap = require('./_arrayMap'), createOver = require('./_createOver'); /** * Creates a function that invokes `iteratees` with the arguments it receives * and returns their results. * * @static * @memberOf _ * @since 4.0.0 * @category Util * @param {...(Function|Function[])} [iteratees=[_.identity]] ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or cop...
{ "pile_set_name": "Github" }
package net.anotheria.moskito.core.config.accumulators; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import net.anotheria.moskito.core.stats.TimeUnit; import org.configureme.annotations.Configure; import org.configureme.annotations.ConfigureMe; import java.io.Serializable; /** * Auto-accumulator confi...
{ "pile_set_name": "Github" }
{ "name": "dargs", "version": "4.0.1", "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/dargs.git" }, "keywords": [ "options", "arguments", "args", "fla...
{ "pile_set_name": "Github" }
<template> <section class="app-main"> <transition name="fade-transform" mode="out-in" > <router-view /> </transition> </section> </template> <script> export default { } </script> <style scoped> </style>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>qSlicerTablesModuleWidget</class> <widget class="qSlicerWidget" name="qSlicerTablesModuleWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>467</width> <height>502</height> </rect> </property> <property name=...
{ "pile_set_name": "Github" }
AXWebArea ++AXGroup ++++AXButton AXTitle='Choose File' ++++++AXButton AXTitle='Choose File'
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <network-security-config> <debug-overrides> <trust-anchors> <certificates src="system" /> <certificates src="user" /> </trust-anchors> </debug-overrides> </network-security-config>
{ "pile_set_name": "Github" }
import { writable } from '../../../../store'; const todos = [ writable({ done: false, text: 'write docs' }), writable({ done: false, text: 'implement contextual stores' }), writable({ done: false, text: 'go outside' }) ]; export default { error: `Stores must be declared at the top level of the component (this may...
{ "pile_set_name": "Github" }
[package] name = "chapter-37-layers2" version = "0.1.0" authors = ["Herbert Wolverson <herberticus@gmail.com>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rltk = { version = "0.8.0", features = ["serde"] } specs = { version = "0.16....
{ "pile_set_name": "Github" }
CONFIG_IGB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_HID=y CONFIG_HIDRAW=y CONFIG_HID_CP2112=y # CONFIG_HID_APPLEIR is not set # CONFIG_HID_BETOP_FF is not set # CONFIG_HID_ELO is not set # CONFIG_HID_HOLTEK is not set # CONFIG_HID_HUION is not set # CONFIG_HID_NTRIG is not set # CONFIG_HID_PENMOUNT is not set # CONFIG_HID_RO...
{ "pile_set_name": "Github" }
///////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2007-2013 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://ww...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2020, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.org). * * 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...
{ "pile_set_name": "Github" }
// Copyright Oliver Kowalke 2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) namespace detail { template< typename Ctx, typename Fn > transfer_t context_ontop_void( transfer_t); temp...
{ "pile_set_name": "Github" }
PREFIX : <http://example/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT * { ?x :r ?v . FILTER ( ?v > "2006-08-22"^^xsd:date ) }
{ "pile_set_name": "Github" }
/* SPI S L A V E - originally by Roger Linhart and Nick Gammon * * Slave toggles slave LED upon receipt of buttonPressedCommand code. * * Communication Protocol: * Slave acknowledges SS (Slave Select) by sending -1 slave response code and * receiving master command code. On subsequent SS slave echoes master comm...
{ "pile_set_name": "Github" }
require 'ostruct' require 'test_helper' require 'support/steps' class Micro::Case::CallTest < Minitest::Test Failure = Micro::Case::Result Add2ToAllNumbers1 = Micro::Cases.flow([ Steps::ConvertToNumbers, Steps::Add2 ]) def test_the_calling_of_use_cases assert_raises(ArgumentError) { Steps::Conver...
{ "pile_set_name": "Github" }
# $Id: makefile,v 1.16 2002/07/10 23:29:56 pcharles Exp $ # # package net.sourceforge.jpcap.capture # PKG = net.sourceforge.jpcap.net PKG_DIR = $(subst .,/, $(PKG)) PKG_UND = $(subst .,_, $(PKG)) REL = ../../../.. include ${MAKE_HOME}/os.makefile include ${MAKE_HOME}/rules.makefile WRAPPER = PacketCapture JAVA = \ ...
{ "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 (version 1.7.0_10-ea) on Sun Jul 14 20:03:34 PDT 2013 --> <title>Uses of Class org.codehaus.jackson.io.SegmentedStringWriter (Jackson JSON Processor)<...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, 2014, Oracle and/or its affiliates. * All rights reserved. Use is subject to license terms. * * This file is available and licensed under the following license: * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
{ "pile_set_name": "Github" }
# The MIT License # # Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. # # 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" }
// Copyright 2016 The Xorm 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 xorm import "reflect" // IterFunc only use by Iterate type IterFunc func(idx int, bean interface{}) error // Rows return sql.Rows compatible Rows o...
{ "pile_set_name": "Github" }
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file collisionEntry.cxx * @...
{ "pile_set_name": "Github" }
// author: Jannik Strötgen // email: stroetgen@uni-hd.de // resources automatically created; see our EMNLP 2015 paper for details: // https://aclweb.org/anthology/D/D15/D15-1063.pdf // // english: "yesterday","UNDEF-last-day" селхана // english: "today","UNDEF-this-day" тахана // english: "tomorrow","UNDEF-next-day" кх...
{ "pile_set_name": "Github" }
#region License // // Copyright (c) 2013, Kooboo team // // Licensed under the BSD License // See the file LICENSE.txt for details. // #endregion using Kooboo.CMS.Common.Persistence.Non_Relational; using Kooboo.CMS.Sites.Models; using Kooboo.CMS.Web.Grid2; using Kooboo.Globalization; using Kooboo.Web.Mvc; using Koo...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Project: WFS Translator * Purpose: Implements OGRWFSDataSource class * Author: Even Rouault, even dot rouault at spatialys.com * ****************************************************************************** * Copyright (c) 2...
{ "pile_set_name": "Github" }
// Package qpxexpress provides access to the QPX Express API. // // See http://developers.google.com/qpx-express // // Usage example: // // import "google.golang.org/api/qpxexpress/v1" // ... // qpxexpressService, err := qpxexpress.New(oauthHttpClient) package qpxexpress // import "google.golang.org/api/qpxexpres...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 94deac4a34065bf40a044f0ddb16422d folderAsset: yes DefaultImporter: userData:
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
# Key Runner - Home: https://web.archive.org/web/20150412095108/http://killergame.net/keyrunner/ - State: mature, inactive since 2013 - Platform: Windows, Linux - Keywords: action, open content - Code repository: https://gitlab.com/osgames/keyrunner.git (import of sources) - Code language: C++ - Code license: GPL-3.0 ...
{ "pile_set_name": "Github" }
/* * Copyright 2012 Red Hat Inc. * * 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, publish, d...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden Copyright (c) 2009-2010 Christopher Schmidt Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- This page is framed by formElement.html, and used to display the results of form submission. --> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" href="demos.css" /> <style> body {...
{ "pile_set_name": "Github" }
// Copyright 2015 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 solaris package terminal import ( "golang.org/x/sys/unix" "io" "syscall" ) // State contains the state of a terminal. type State struct { state...
{ "pile_set_name": "Github" }
(* Modified by TrustInSoft *) (**************************************************************************) (* *) (* This file is part of Frama-C. *) (* ...
{ "pile_set_name": "Github" }
.User-Index scroller, .User-Index scroll-view[scroll-type="div"], .User-Index scroll-view[scroll-type="iscroll"] scroller { padding-top: 50px; } .User-Index.immersion scroller, .User-Index.immersion scroll-view[scroll-type="div"], .User-Index.immersion scroll-view[scroll-type="iscroll"] scroller { padding-top: 65px...
{ "pile_set_name": "Github" }
/* Copyright 2015 The TensorFlow 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 applicable law or a...
{ "pile_set_name": "Github" }
<%-- Copyright (C) 2011 JTalks.org Team 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 version. This ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <dmxmodel name="Studio_Due City Color 1800 7 Channels" parm1="7" parm2="1" parm3="1" DisplayAs="DMX" StringType="Single Color White" Transparency="0" PixelSize="2" ModelBrightness="" Antialias="1" StartSide="B" Dir="L" StrandNames="" NodeNames="Motor Speed,Cyan,Yellow,Magenta,Dimm...
{ "pile_set_name": "Github" }
--- title: jsonb_build_object() and json_build_object() headerTitle: jsonb_build_object() and json_build_object() linkTitle: jsonb_build_object() description: Build a JSON object from a variadic list that specifies keys with values of arbitrary SQL data type. menu: latest: identifier: jsonb-build-object pare...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s -target-feature +avx | FileCheck %s namespace test1 { typedef double __m256d __attribute__((__vector_size__(32))); class PR22753 { public: __m256d data; }; // CHECK: define <4 x double> @_ZN5test14testENS_7PR22753E(<4 x double> PR22753 test(PR227...
{ "pile_set_name": "Github" }
// Restore IP Addresses // 时间复杂度O(n^4),空间复杂度O(n) public class Solution { public List<String> restoreIpAddresses(String s) { List<String> result = new ArrayList<>(); List<String> ip = new ArrayList<>();; // 存放中间结果 dfs(s, ip, result, 0); return result; } /** * 解析字符串 ...
{ "pile_set_name": "Github" }
.. This file is part of the OpenDSA eTextbook project. See .. http://opendsa.org for more details. .. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and .. distributed under an MIT open source license. .. avmetadata:: :author: Cliff Shaffer :requires: :satisfies: :topic: Lower Bounds State S...
{ "pile_set_name": "Github" }
/* * Musepack SV8 decoder * Copyright (c) 2007 Konstantin Shishkov * * 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 Licens...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <body> <div style="overflow:scroll; width:300px; height:100px; background-color:lime;"></div> <div style="background-color:yellow; width:300px; height:100px; margin-top:-50px; position:relative; z-index:1;"></div> </body> </html>
{ "pile_set_name": "Github" }
% File src/library/stats/man/birthday.Rd % Part of the R package, https://www.R-project.org % Copyright 1995-2018 R Core Team % Distributed under GPL 2 or later \name{birthday} \alias{qbirthday} \alias{pbirthday} \title{Probability of coincidences} \description{ Computes answers to a generalised \emph{birthday parad...
{ "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" }