text
stringlengths
2
99.9k
meta
dict
require 'rails_helper' # WARNING: Some tests require real backend answers, so make sure you uncomment # this line and start a test backend. # CONFIG['global_write_through'] = true RSpec.describe Webui::Kiwi::ImagesController, type: :controller, vcr: true do let(:project) { create(:project, name: 'fake_project') } ...
{ "pile_set_name": "Github" }
#import "Testing.h" #import "ObjectTesting.h" #import <Foundation/NSCalendar.h> #if defined(GS_USE_ICU) #define NSCALENDAR_SUPPORTED GS_USE_ICU #else #define NSCALENDAR_SUPPORTED 1 /* Assume Apple support */ #endif int main() { START_SET("NSCalendar basic") if (!NSCALENDAR_SUPPORTED) SKIP("NSCalendar not su...
{ "pile_set_name": "Github" }
// Copyright 2012 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 nacl plan9 windows package ipv4 import ( "net" "syscall" ) // ReadFrom reads a payload of the received IPv4 datagram, from the // endpoint c, cop...
{ "pile_set_name": "Github" }
app.version=1.0 app.id=com.udacity.gamedev.gamesandscreens.IOSLauncher app.mainclass=com.udacity.gamedev.gamesandscreens.IOSLauncher app.executable=IOSLauncher app.build=1 app.name=GamesAndScreens
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 299cb17e556654544a0af672224fc59b folderAsset: yes timeCreated: 1522648884 licenseType: Free DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2019 PSPDFKit GmbH. All rights reserved. * * THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW * AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. * UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SU...
{ "pile_set_name": "Github" }
@import (reference) "../../../core/client/less/mt-var.less"; .pagination-border-top { border-top: 2px solid lighten(@gray-base, 85%); } .pagination-border-bottom { border-bottom: 2px solid lighten(@gray-base, 85%); } .follow-list { padding: 20px 10px; .follow-item { position: relative; ...
{ "pile_set_name": "Github" }
+++ # A "Meet the Team" section created with the People widget. # This section displays people from `content/authors/` which belong to the `user_groups` below. widget = "people" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. active = false # Activat...
{ "pile_set_name": "Github" }
# Setup configure Configuring TargetSpecificDeps1-0.1... # Setup build Preprocessing executable 'lemon' for TargetSpecificDeps1-0.1.. Building executable 'lemon' for TargetSpecificDeps1-0.1.. Preprocessing library for TargetSpecificDeps1-0.1.. Building library for TargetSpecificDeps1-0.1..
{ "pile_set_name": "Github" }
s = set([2,3,4]) t = set([3,4,5]) u = set([1,3,5]) print s s.difference_update(t) u.difference_update(t) print s print u print s == set([2]) print u == set([1]) s = set([2,3,4]) t = set([3,4,5]) t.difference_update(s, u) print t print t == set([5])
{ "pile_set_name": "Github" }
- 🖼️ Make attachment grid responsive (for tablets) - ℹ️ Display some hints for common error responses of the server - 🌎 Language updates
{ "pile_set_name": "Github" }
(* ** Bit-strings *) (* ****** ****** *) %{^ // #include <pthread.h> // %} // end of [%{^] (* ****** ****** *) // #include "share/atspre_staload.hats" // (* ****** ****** *) // #staload UN = $UNSAFE // (* ****** ****** *) // #staload UNISTD = "libats/libc/SATS/unistd.sats" // (* ****** ****** *) // #staload _ = "lib...
{ "pile_set_name": "Github" }
#include "WinServiceTest.h" #include "CppUnit/TestCaller.h" #include "CppUnit/TestSuite.h" using Poco::Util::WinService; WinServiceTest::WinServiceTest(const std::string& name) : CppUnit::TestCase(name) { } WinServiceTest::~WinServiceTest() { } void WinServiceTest::testServiceCouldCreatedWithExistingConnectio...
{ "pile_set_name": "Github" }
<template> <c-scroller></c-scroller> </template> <script> class Toast implements ToastInterface { props = { } data = { } beforeCreate() { } methods = { } } export default new Toast() </script> <style scoped> </style> <script cml-type="json"> { "base": { "usingComponents": { "c-scr...
{ "pile_set_name": "Github" }
align_assign_span=0 align_assign_thresh=20 align_enum_equ_span=2 align_enum_equ_thresh=30 align_func_params=false align_func_proto_gap=1 align_func_proto_span=2 align_keep_extra_space=false align_keep_tabs=false align_left_shift=true align_mix_var_proto=false align_nl_cont=true align_on_operator=true align_on_tabstop=f...
{ "pile_set_name": "Github" }
{ "version":"2.0", "metadata":{ "apiVersion":"2017-04-28", "endpointPrefix":"cloudhsmv2", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"CloudHSM V2", "serviceFullName":"AWS CloudHSM V2", "serviceId":"CloudHSM V2", "signatureVersion":"v4", "signingName":"cloudhsm"...
{ "pile_set_name": "Github" }
function [TmodelC, Cmodel] = addToTmodel(Cmodel, Tmodel, rxnList, metList, varargin) % Adds reactions and info from a comparison model into the % master template database, `Tmodel`. Called by `mergeModelsBorg`, calls `cleanTmodel` % % USAGE: % % [TmodelC, Cmodel] = addToTModel(Cmodel, Tmodel, rxnList, metList) % % IN...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c6cfd14a6d556d94397de381355e22df NativeFormatImporter: userData:
{ "pile_set_name": "Github" }
<?php namespace DoctrineExtensions\Tests\Query\Mysql; class SetTest extends \DoctrineExtensions\Tests\Query\MysqlTestCase { public function testFindInSet() { $dql = "SELECT p FROM DoctrineExtensions\Tests\Entities\Set p WHERE FIND_IN_SET(p.id, p.set) != 0"; $this->assertDqlProducesSql( ...
{ "pile_set_name": "Github" }
/* * Backpack - Skyscanner's Design System * * Copyright 2016-2020 Skyscanner Ltd * * 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 * ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2015 Ki 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, distribute, sublice...
{ "pile_set_name": "Github" }
// Copyright 2016 CoreOS, 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 agreed to in...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -std=c++11 -verify %s -Wunused namespace { double operator"" _x(long double value) { return double(value); } int operator"" _ii(long double value) { return int(value); } // expected-warning {{not needed and will not be emitted}} } namespace rdar13589856 { template<class T> double value() { return...
{ "pile_set_name": "Github" }
# # cookie.rb -- Cookie class # # Author: IPR -- Internet Programming with Ruby -- writers # Copyright (c) 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou # Copyright (c) 2002 Internet Programming with Ruby writers. All rights # reserved. # # $IPR: cookie.rb,v 1.16 2002/09/21 12:23:35 gotoyuzo Exp $ require 'time' requir...
{ "pile_set_name": "Github" }
/* Interface between the opcode library and its callers. Written by Cygnus Support, 1993. The opcode library (libopcodes.a) provides instruction decoders for a large variety of instruction sets, callable with an identical interface, for making instruction-processing programs more independent of the inst...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #pragma once #include "guilib/DispResource.h" #include "windowing/VideoSync.h" #include <atomic> class CWinSystemX11GLContext...
{ "pile_set_name": "Github" }
import Vue from 'vue' import Main from './message.vue' const MessageConstructor = Vue.extend(Main) const typeList = ['info', 'success', 'warning', 'error'] const getMessageContainerElement = () => { let el = document.body.querySelector('#message__container') if (!el) { el = document.createElement('div') ...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Gitlab module Kubernetes module Pod PENDING = 'Pending' RUNNING = 'Running' SUCCEEDED = 'Succeeded' FAILED = 'Failed' UNKNOWN = 'Unknown' PHASES = [PENDING, RUNNING, SUCCEEDED, FAILED, UNKNOWN].freeze end end end
{ "pile_set_name": "Github" }
#!/bin/sh # PCP QA Test No. 943 # Exercise pmdaproc access permission checking. # # Copyright (c) 2013 Red Hat. # seq=`basename $0` echo "QA output created by $seq" # get standard environment, filters and checks . ./common.product . ./common.filter . ./common.check _get_libpcp_config $unix_domain_sockets || _notrun ...
{ "pile_set_name": "Github" }
Ember.Application.initializer({ name: 'load-steps', after: 'store', initialize: function(container, application) { var store = container.lookup('store:main'); var steps = { "steps": [ { id: 0, name: 'welcome', humanName: "Welcome to the Vault Interactive Tutorial!"}, { id: 1, name: ...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "composite": true, "declarationDir": "./dist", "rootDir": "./src", "tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark-specialconfigs.tsbuildinfo" }, "extends": "../../../tsconfig.base.json", "include": [ "src/**/*" ], "references": [ { "path": ...
{ "pile_set_name": "Github" }
// (C) Copyright Michael Glassford 2004. // Use, modification and distribution are subject to 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) #if !defined(BOOST_TLS_HOOKS_HPP) #define BOOST_TLS_HOOKS_HPP #include <boost/thread/deta...
{ "pile_set_name": "Github" }
#include <unittest/unittest.h> #include <thrust/swap.h> #include <thrust/iterator/iterator_traits.h> #include <thrust/iterator/retag.h> #include <thrust/system/cpp/memory.h> template<typename ForwardIterator1, typename ForwardIterator2> ForwardIterator2 swap_ranges(my_system &system, ...
{ "pile_set_name": "Github" }
from django.contrib import admin from .models import Album, Song admin.site.register(Album) admin.site.register(Song)
{ "pile_set_name": "Github" }
--- title: Copy, GetFromClipboard, GetText Methods, DataObject Object Example keywords: fm20.chm5225163 f1_keywords: - fm20.chm5225163 ms.prod: office ms.assetid: 6be27a7e-58f2-5cad-5ed0-570520fd61f1 ms.date: 06/08/2017 --- # Copy, GetFromClipboard, GetText Methods, DataObject Object Example The following example de...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Windows.Input; using GalaSoft.MvvmLight.Command; using Plugin.Connectivity; using TorneoPredicciones.Models; using TorneoPredicciones.Services; namespace TorneoPredicciones.ViewModels { public class P...
{ "pile_set_name": "Github" }
// -*- C++ -*- // // $Id: SPIPE_Stream.inl 88707 2010-01-25 18:49:25Z johnnyw $ #include "ace/OS_NS_sys_uio.h" #include "ace/OS_NS_errno.h" #include "ace/OS_NS_unistd.h" #if defined (ACE_WIN32) #include "ace/OS_NS_sys_socket.h" #endif ACE_BEGIN_VERSIONED_NAMESPACE_DECL // Create an ACE_SPIPE_Stream. ACE_INLINE int ...
{ "pile_set_name": "Github" }
// Copyright 2007 Google Inc. 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 agree...
{ "pile_set_name": "Github" }
// UVa820 Internet Bandwidth // Rujia Liu // 题意:给一个无向网络,求最大流 // 算法:规模不大,用EdmondsKarp算法即可。 #include<cstdio> #include<cstring> #include<queue> #include<vector> #include<algorithm> using namespace std; const int maxn = 100 + 10; const int INF = 1000000000; struct Edge { int from, to, cap, flow; Edge(int u, int v, in...
{ "pile_set_name": "Github" }
/* -*- coding: utf-8 -*- * ---------------------------------------------------------------------- * Copyright © 2012-2013, RedJack, LLC. * All rights reserved. * * Please see the COPYING file in this distribution for license details. * ---------------------------------------------------------------------- */ #i...
{ "pile_set_name": "Github" }
/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ import { Card } from "antd"; import { React } from "../../app-framework"; import { Icon } from "../../r_misc"; import { SITE_NAME, LIVE_DEMO_REQUEST } from "smc-util/theme"; e...
{ "pile_set_name": "Github" }
# Samsung pin control drivers obj-$(CONFIG_PINCTRL_SAMSUNG) += pinctrl-samsung.o obj-$(CONFIG_PINCTRL_EXYNOS) += pinctrl-exynos.o obj-$(CONFIG_PINCTRL_EXYNOS5440) += pinctrl-exynos5440.o obj-$(CONFIG_PINCTRL_S3C24XX) += pinctrl-s3c24xx.o obj-$(CONFIG_PINCTRL_S3C64XX) += pinctrl-s3c64xx.o
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www....
{ "pile_set_name": "Github" }
""" Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP866.TXT' with gencodec.py. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_map) def decode(self,input,errors='strict'): ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2012, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
{ "pile_set_name": "Github" }
const appPaths = require('../app-paths') const { fatal } = require('./logger') module.exports = async function getApi(item) { try { const api = require( require.resolve(`quasar/dist/api/${item}.json`, { paths: [appPaths.appDir] }) ) return { api } } catch (e) {} const...
{ "pile_set_name": "Github" }
[[template]] src = "${REMCO_TEMPLATE_DIR}/plugin-s3-logstore.properties" dst = "${REMCO_TMP_DIR}/framework/plugin-s3-logstore.properties" mode = "0644"
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9e6a20494274d5045a1b36a770ea76b4 timeCreated: 1468669952 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Api Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/> <link typ...
{ "pile_set_name": "Github" }
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
{ "pile_set_name": "Github" }
<%-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved The contents of this file are subject to the terms of the Common Development and Distribution License (the License). You may not use this file except in compliance with the ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2020. Nitrite author or 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 app...
{ "pile_set_name": "Github" }
// @flow import React, { Component } from 'react' import { type ProgressState } from 'spunky' import { FormattedMessage, IntlShape } from 'react-intl' import QrCodeScanner from '../../components/QrCodeScanner' import Button from '../../components/Button' import PasswordInput from '../../components/Inputs/PasswordInput...
{ "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" }
{ "images": [ { "idiom": "universal" }, { "scale": "1x", "idiom": "universal" }, { "scale": "2x", "idiom": "universal" }, { "scale": "3x", "idiom": "universal" }, { "idiom": "iphone" }, { "scale": "1x", "idiom": "i...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. 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 // notice, this list of ...
{ "pile_set_name": "Github" }
go-radix [![Build Status](https://travis-ci.org/armon/go-radix.png)](https://travis-ci.org/armon/go-radix) ========= Provides the `radix` package that implements a [radix tree](http://en.wikipedia.org/wiki/Radix_tree). The package only provides a single `Tree` implementation, optimized for sparse nodes. As a radix tr...
{ "pile_set_name": "Github" }
好奇心原文链接:[雪球_广告_好奇心日报-](https://www.qdaily.com/articles/57978.html) WebArchive归档链接:[雪球_广告_好奇心日报-](http://web.archive.org/web/20190623194732/https://www.qdaily.com/articles/57978.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3ykaj4edtj30u01viq8m)
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # ----------------------------------------------------------------------------- # Copyright (c) 2009- Spyder Kernels Contributors # # Licensed under the terms of the MIT License # (see spyder_kernels/__init__.py for details) # ---------------------------------------------------------------------...
{ "pile_set_name": "Github" }
" A simple wiki plugin for Vim " " Maintainer: Karl Yngve Lervåg " Email: karl.yngve@gmail.com " function! wiki#url#wiki#parse(url) abort " {{{1 let l:url = deepcopy(s:parser) " Extract anchor let l:anchors = split(a:url.stripped, '#', 1) let l:url.anchor = len(l:anchors) > 1 ? join(l:anchors[1:], '#') :...
{ "pile_set_name": "Github" }
/* * AUTHOR:Yan Zhenjie * * DESCRIPTION:create the File, and add the content. * * Copyright © www.mamaqunaer.com. All Rights Reserved * */ package com.yanzhenjie.nohttp.sample.http; import com.yanzhenjie.nohttp.RequestMethod; /** * <p>请求String。</p> * Created by Yan Zhenjie on 2016/11/16. */ public class Str...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg_tab" > <LinearLayout android:layout_width="wrap_content" android:layou...
{ "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> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * 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 ...
{ "pile_set_name": "Github" }
# Title ![Text](screenshot.png) The Title component is a block element with a bold weight. ## How to use ```json "title": { "prototype": "digit/ui/title.reel", "properties": { "element": {"#": "title"} } } ``` ```html <h3 data-montage-id="title"></h3> ``` ## Available properties * `value` -...
{ "pile_set_name": "Github" }
# 自定义spine边界 使用自定义边界来限制脊椎范围的spine演示。 ![自定义spine边界示例](https://matplotlib.org/_images/sphx_glr_spines_bounds_001.png) ```python import numpy as np import matplotlib.pyplot as plt # Fixing random state for reproducibility np.random.seed(19680801) x = np.linspace(0, 2*np.pi, 50) y = np.sin(x) y2 = y + 0.1 * np.random....
{ "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 t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Plat...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Site BuildName="Linux-g++-4.1-LesionSizingSandbox_Debug" BuildStamp="20090223-0710-Experimental" Name="camelot.kitware" Generator="ctest2.7-20080827" OSName="Linux" Hostname="Camelot" OSRelease="2.6.20-17-generic" OSVersion="#2 SMP Wed Aug 20 16:47:34 UTC 2008" OSP...
{ "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 not use ...
{ "pile_set_name": "Github" }
# 「一入 Java 深似海 」系列课程 - 第一期 第二节:Java 面向对象设计 ## Java 接⼝设计 ### 通⽤设计 - 可访问性 #### 四种修饰符 - public - (default) - protected:不能用于修饰最外层 class - private:不能用于修饰最外层 class ### 通⽤设计 - 可继承性 ### 具体类设计 ### 常⻅场景 - 功能组件 - HashMap - 接⼝/抽象类实现 - HashMap <- AbstractMap <- Map - 数据对象 - POJO - ⼯具辅助 - *Utils - ViewHe...
{ "pile_set_name": "Github" }
package com.jeecms.core.tpl; import java.util.Date; /** * 模板接口 * * @author liufang * */ public interface Tpl { /** * 获得模板完整名称,是文件的唯一标识。 * * @return */ public String getName(); /** * 获得路径,不包含文件名的路径。 * * @return */ public String getPath(); /** * 获得模板名称,不包含路径的文...
{ "pile_set_name": "Github" }
#ifndef __wglext_h_ #define __wglext_h_ 1 #ifdef __cplusplus extern "C" { #endif /* ** Copyright (c) 2013-2014 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVe...
{ "pile_set_name": "Github" }
### FILE="Main.annotation" ## Copyright: Public domain. ## Filename: UPDATE_PROGRAM.agc ## Purpose: A section of Artemis revision 071. ## It is part of the reconstructed source code for the first ## release of the flight software for the Command Module's ## (CM) Apollo Gu...
{ "pile_set_name": "Github" }
File=pdfsettings.kcfg ClassName=PDFSettings Mutators=true Singleton=true
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of orphan in UD_Classical_Chinese-Kyoto' udver: '2' --- ## Treebank Statistics: UD_Classical_Chinese-Kyoto: Relations: `orphan` This relation is universal. 2 nodes (0%) are attached to their parents as `orphan`. 2 instances of `orphan` (100%) are left-to-right (parent precedes c...
{ "pile_set_name": "Github" }
// Copyright 2019 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions */ @interface SGMNLEventInBanner : NSObject { PETScalarEventTracker * _tracker; } @property (nonatomic, readonly) PETScalarEventTracker *tracker; - (void).cxx_destruct; - (id)init; - (void)trackE...
{ "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. Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microsoft.VisualStudio.Composition Imports Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel Imp...
{ "pile_set_name": "Github" }
/*global QUnit */ /*eslint no-undef:1, no-unused-vars:1, strict: 1 */ sap.ui.define([ "sap/ui/qunit/utils/createAndAppendDiv", "sap/m/HBox", "sap/ui/core/HTML", "sap/m/FlexItemData", "sap/m/VBox", "sap/m/App", "sap/m/Page", "jquery.sap.global", "sap/ui/dom/includeStylesheet" ], function( createAndAppendDiv, ...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2016 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
@@toc { depth=3 } 《Scala 实用指南》 一本写给Java开发者的Scala快速入门书。 @@@ index * [目录](contents.md) @@@
{ "pile_set_name": "Github" }
import Header from './Header' export default Header
{ "pile_set_name": "Github" }
// // PrefsSleep.m // KisMAC // // Created by Michael Thole on Mon Jan 20 2003. // Copyright (c) 2003 Michael Thole. All rights reserved. // #import "PrefsSleep.h" #import "WaveHelper.h" @implementation PrefsSleep -(void)updateUI { [aNoSleep setState:[[controller objectForKey:@"disableSleepMode"] boolValue]...
{ "pile_set_name": "Github" }
" smcl.vim -- Vim syntax file for smcl files. " Language: SMCL -- Stata Markup and Control Language " Maintainer: Jeff Pitblado <jpitblado@stata.com> " Last Change: 26apr2006 " Version: 1.1.2 " Log: " 20mar2003 updated the match definition for cmdab " 14apr2006 'syntax clear' only under version control " check for 'b...
{ "pile_set_name": "Github" }
from datetime import tzinfo,timedelta class TomlTz(tzinfo): def __init__(A,toml_offset): B=toml_offset if B=='Z':A._raw_offset='+00:00' else:A._raw_offset=B A._sign=-1 if A._raw_offset[0]=='-'else 1;A._hours=int(A._raw_offset[1:3]);A._minutes=int(A._raw_offset[4:6]) def tzname(A,dt):return'UTC'+A._raw_offset ...
{ "pile_set_name": "Github" }
# Volatility # Copyright (C) 2007-2013 Volatility Foundation # # This file is part of Volatility. # # Volatility is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License Version 2 as # published by the Free Software Foundation. You may not use, modify or # distribu...
{ "pile_set_name": "Github" }
//todo: not converted initially - pending //export = BasicAuthModuleForUTF8;
{ "pile_set_name": "Github" }
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2018-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
{ "pile_set_name": "Github" }
using System; using UnityEngine; namespace UnityStandardAssets.ImageEffects { [ExecuteInEditMode] [RequireComponent (typeof(Camera))] [AddComponentMenu ("Image Effects/Bloom and Glow/Bloom")] public class Bloom : PostEffectsBase { public enum LensFlareStyle { ...
{ "pile_set_name": "Github" }
# $Id: lt.po,v 1.6 2006/03/22 04:21:02 mindless Exp $ # # Gallery - a web based photo album viewer and editor # Copyright (C) 2000-2006 Bharat Mediratta # # 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 Fou...
{ "pile_set_name": "Github" }
// This file is part of CPAchecker, // a tool for configurable software verification: // https://cpachecker.sosy-lab.org // // SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org> // // SPDX-License-Identifier: Apache-2.0 package org.sosy_lab.cpachecker.util.coverage; import com.google.common.colle...
{ "pile_set_name": "Github" }
# # SPDX-License-Identifier: BSD-2-Clause-Patent # [Defines] INF_VERSION = 0x00010006 BASE_NAME = UefiShellSpiFlashLib FILE_GUID = 2f2dd8c9-221f-4acf-afe5-5897264c5774 MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 0.1 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER CONSTRUCTOR = ShellSpiFlashLibC...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////////// /// OpenGL Mathematics (glm.g-truc.net) /// /// Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentatio...
{ "pile_set_name": "Github" }
Newsgroups: sci.electronics Path: cantaloupe.srv.cs.cmu.edu!magnesium.club.cc.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!cupnews0.cup.hp.com!dclaar From: dclaar@cup.hp.com (Doug Claar) Subject: Los Angeles Freeway traffic reports Sender: news@cupnews0.cup.hp.com (N...
{ "pile_set_name": "Github" }
#ifndef TEXTURERUNLENGTHFEATURES_H #define TEXTURERUNLENGTHFEATURES_H namespace ants { extern int TextureRunLengthFeatures( std::vector<std::string>, // equivalent to argv of command line parameters to main() std::ostream* out_stream // [optional] output stream to write ); }...
{ "pile_set_name": "Github" }
// // HomePageHeadView.m // mokoo // // Created by Mac on 15/8/24. // Copyright (c) 2015年 Mac. All rights reserved. // #define kDeviceWidth [UIScreen mainScreen].bounds.size.width #define kDeviceHeight [UIScreen mainScreen].bounds.size.height #import "HomePageHeadView.h" @implementation HomePageHeadView -(id)init...
{ "pile_set_name": "Github" }
/* * Copyright 2007, Haiku Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * François Revol <revol@free.fr> * * Copyright 2004, Axel Dörfler, axeld@pinc-software.de * Distributed under the terms of the MIT License. */ #include <KernelExport.h> #include <boot/stage2...
{ "pile_set_name": "Github" }
.\" $NetBSD: seq.1,v 1.6 2008/11/26 15:03:47 ginsbach Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation .\" by Brian Ginsbach. .\" .\" Redistribution and use in source and binary forms, with or without .\...
{ "pile_set_name": "Github" }