text
stringlengths
3
1.05M
using FluentValidation; using Streamus.Domain.Interfaces; using Streamus.Domain.Validators; using Streamus.Dto; using System; namespace Streamus.Domain { public class Video : IAbstractDomainEntity<string> { public virtual string Id { get; set; } public virtual string Title { get; set; } ...
 using Newtonsoft.Json; using System; using System.Linq; namespace CommonImageModel { /// <summary> /// Represents all of the context required to process an image and find its original /// frame /// </summary> [Serializable] [JsonObject(MemberSerialization.OptIn)] public sea...
var express = require('express'); var router = express.Router(); var cardReaderService = require('./card_reader_service'); /** * Provides url endpoints that are called via curl from the gphoto-hook-script * to update the state of the picture taking process. */ var cardSwipeRouter = function() { ro...
namespace WBSF { class CEvapotranspirationModel : public CBioSIMModelBase { public: CEvapotranspirationModel(); virtual ~CEvapotranspirationModel(); virtual ERMsg OnExecuteAnnual(); virtual ERMsg OnExecuteMonthly(); virtual ERMsg OnExecuteDaily(); virtual ERMsg OnExecuteHourly(); v...
<Record> <Term>Fluprofen</Term> <SemanticType>Pharmacologic Substance</SemanticType> <ParentTerm>Nonsteroidal Antiinflammatory Drug</ParentTerm> <ClassificationPath>Chemicals_and_Drugs_Kind/Drug, Food, Chemical or Biomedical Material/Pharmacologic Substance/Analgesic Agent/Nonnarcotic Analgesic/Analgesic and Antipy...
<?php namespace app\controllers; use Yii; use yii\web\Controller; use yii\web\Response; //引入 PHPExcel require dirname(dirname(__FILE__)).'/include/phpexcel/PHPExcel.php'; //引入model include('model/CateSalePerc.php'); include('model/NameTypeData.php'); //引入utils include_once('utils/FileUtils.php'); class CateDistContr...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
"use strict"; const BaseModel = require("../components/nodeviau/models/BaseModel"); /** * Sample simple model for example. */ class AnabelModel extends BaseModel{ /** * Define attributes. */ model(){ this.id = null; this.name = null; this.phrase = null; this.em...
datafolder: engine-cli-edge datafile: docker_info title: docker info --- <!-- Sorry, but the contents of this page are automatically generated from Docker's source code. If you want to suggest a change to the text that appears here, you'll need to find the string by searching this repo: https://www.github.com/docker/d...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Mollisia cotoneastri Starbäck ### Remarks null
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.08.07 at 06:17...
<?php // Start of SPL v.0.2 interface RecursiveIterator extends Iterator, Traversable { /** * Returns if an iterator can be created fot the current entry. * @link http://www.php.net/manual/en/recursiveiterator.haschildren.php * @return bool true if the current entry can be iterated over, otherwise returns fal...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_51) on Thu Apr 14 09:51:14 CDT 2016 --> <title>BinaryDeJong03</title> <meta name="date" content="2016-04-14"> <link rel="stylesheet" type="text...
We'd love to accept your patches! Before we can take them, we have to jump a couple of legal hurdles. Please fill out either the individual or corporate Contributor License Agreement (CLA). * If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to...
#region Header // -------------------------------------------------------------------------- // Tethys.Silverlight // ========================================================================== // // This library contains common code for Windows Forms applications. // // ================================================...
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>indexing</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type...
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Introducción al método...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.rickenbazolo.carnet.bean; import com.rickenbazolo.carnet.model.Contact; import java.io.Serializable; import java.util.Arra...
/** * @file cli_init.c * * This is the call, that has to be done by the boot shell! Dont call it again! */ /* PowerOS, Copyright (C) 2014. All rights reserved. */ #include "dosbase_private.h" #define GetSysTime(a) _LIBCALL(TimerBase, 10, VOID, (APTR, struct TimeVal *), (TimerBase,a)) #define MagicCLI 0x434c490...
pc.extend(pc, function () { var targetX, targetY; var vecA = new pc.Vec3(); var vecB = new pc.Vec3(); var _pq = new pc.Vec3(); var _pa = new pc.Vec3(); var _pb = new pc.Vec3(); var _pc = new pc.Vec3(); var _pd = new pc.Vec3(); var _m = new pc.Vec3(); var _sct = new pc.Vec3(); ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in in Engler & Prantl, Nat. Pflanzenfam. (Leipzig), Teil. <b>I</b> 1**: 141 (1898) #### Original name Grandinia ravenelli Henn., 1898 ### Remarks null
{% extends "common/base.html" %} {% block title %} <title>OOI Instruments</title> {% endblock %} {% block head %} <link href="/css/compiled/index.css" rel="stylesheet" type="text/css" /> <!-- <link href="/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="/lib/backgrid/...
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="CoreNLP-to-HTML.xsl" type="text/xsl"?> <root> <document> <sentences> <sentence id="1"> <tokens> <token id="1"> <word>The</word> <lemma>the</lemma> <CharacterOffsetBegin>0</CharacterO...
package com.dianping.cat.cross; import java.util.HashSet; import java.util.Map; import java.util.Set; import com.dianping.cat.report.ReportManager; import com.dianping.cat.report.DefaultReportManager.StoragePolicy; public abstract class MockReportManager<T> implements ReportManager<T> { private Set<String> m_set; ...
set -e echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then local source="${BUILT_PRODUCTS_DIR}...
namespace Lucene { /// Some useful Lucene constants. class LPPAPI Constants { private: Constants(); public: virtual ~Constants(); public: static String OS_NAME; static String LUCENE_MAIN_VERSION; static String LUCENE_VERSION; }; /// Use by certain classes to match version compatibility across...
import numpy as np from ..parallel import parallel_func from ..io.proj import make_projector_info from ..io.pick import pick_types from ..utils import logger, verbose, _time_mask @verbose def compute_raw_psd(raw, tmin=0., tmax=None, picks=None, fmin=0, fmax=np.inf, n_fft=2048, n_overlap=0, ...
#import <Foundation/Foundation.h> #import "MEGATransfer.h" #import "MEGARequest.h" #import "MEGAError.h" #import "MEGANodeList.h" #import "MEGAUserList.h" #import "MEGAContactRequestList.h" @class MEGASdk; /** * @brief Protocol to get all events related to a MEGA account. * * Implementations of this protocol can ...
(function() { 'use strict'; angular .module('web') .controller('SaveAnswerController', SaveAnswerController); /** @ngInject */ function SaveAnswerController(answerService,$state) { var self = this; var setCreator = function(answer){ answer.creator= { ...
/** * */ package com.github.phantomthief.thrift.client.impl; import java.lang.reflect.InvocationTargetException; import java.util.List; import java.util.function.Function; import java.util.function.Supplier; import org.apache.thrift.TServiceClient; import org.apache.thrift.protocol.TCompactProtocol; import org.apa...
using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public class VolumeParametersTest { [TestMethod] public void TestSurfaceAlbedo() { //parameters from Eva 7 Torso surface double transmittedDistanceOfMeasurement = 0.3; double transmittedColor = 0.95f; double scatteringDistanceOfMeasurement = 0.1...
package fake import ( appv1alpha1 "github.com/kubernetes-sigs/application/pkg/apis/app/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" serializer "k8s.io/apimachinery/pkg/runtime/serializer" ) var scheme = runtime.NewS...
import types def inherit_docstring(cls): for name, func in vars(cls).items(): if isinstance(func, types.FunctionType) and not func.__doc__: #print func, 'needs doc' for parent in cls.__bases__: parfunc = getattr(parent, name, None) if parfunc and geta...
/** * (c) 2010 Tobias Sarnowski * All rights reserved. */ package org.onsteroids.eve.api; import com.eveonline.api.exceptions.ApiException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * @author Tobias Sarnowski */ public final class InternalApiException extends ApiException { private static f...
import hammerhead from './../deps/hammerhead'; import testCafeCore from './../deps/testcafe-core'; import CURSOR_UI_MESSAGES from './messages'; var Promise = hammerhead.Promise; var shadowUI = hammerhead.shadowUI; var browserUtils = hammerhead.utils.browser; var messageSandbox = hammerhead.eventSandbox...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Annls mycol. 33: 217 (1935) #### Original name Sordaria cladoniae Anzi, 1860 ### Remarks null
#nullable disable using System; namespace PasPasPas.Globals.Runtime { /// <summary> /// variable flags /// </summary> [Flags] public enum VariableFlags : byte { /// <summary> /// no flags /// </summary> None = 0b_0, /// <summary> /// ...
@interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. return YES; } - (void)applicationWillResignActive:(UIApplication *)applicat...
VIEWS="/var/lib/ambari-server/resources/views" STACK="" FQDN=$(hostname -f) CLUSTER_NAME="" CURL='curl' USERNAME="admin" PASSWORD="admin" agent="store-installer" VERSION="0.1.5" USE_DEMO_SERVER=no #read -d '' data << EOF #[{ #"ViewInstanceInfo" : { "label" : "Ambari Store", "description" : "Ambari Application Store",...
import {Redirect} from 'react-router'; import React from 'react'; export default class ProfileComponent extends React.Component { constructor(props, context) { super(props, context); this.state = { direct: "/profile", page_id: 1 }; this.increase = this.increase.bind(this); this.direc...
import R from 'ramda' import React from 'react' import { Text, View, TouchableWithoutFeedback, } from 'react-native' import moment from 'moment' import DatePicker from 'react-native-datepicker' import * as variable from '../../theme/ume-theme/variable' import toast from '../../component/toast/normal' i...
package gdw import ( "fmt" "testing" ) func TestBatch(t *testing.T) { test := adder{count: 0} pool := NewWorkerPool(3) defer pool.Close() batch1 := pool.NewTempBatch() batch2 := pool.NewTempBatch() pool.NewBatch("my batch") defer batch1.Clean() defer batch2.Clean() defer pool.CleanBatch("my batch") batch1...
// Copyright 2011 The Closure Library 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 Licensegg at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless re...
/** * 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 * distribut...
<?xml version="1.0" encoding="UTF-8"?> <section name="Workbench"> <section name="org.eclipse.equinox.internal.p2.ui.dialogs.InstallWizard.WizardSettings"> <item value="838" key="DIALOG_WIDTH"/> <item value="0" key="DIALOG_Y_ORIGIN"/> <item value="654" key="DIALOG_HEIGHT"/> <item value="93" key="DIALOG_X_ORIGIN...
/** * THIS IS THE ENTRY POINT FOR THE CLIENT, JUST LIKE server.js IS THE ENTRY POINT FOR THE SERVER. */ import 'babel-polyfill'; require('smoothscroll-polyfill').polyfill(); import React from 'react'; import ReactDOM from 'react-dom'; import createStore from './redux/create'; import ApiClient from './helpers/ApiClien...
package ext.extensions.forms; import android.widget.EditText; /** * Created by evelina on 21/09/14. */ public class EditTextErrorHandler implements ErrorHandler { public final EditText view; public EditTextErrorHandler(EditText view) { this.view = view; } @Override public void onError(ValidationFailure[] ...
define( //begin v1.x content ({ add: "Hinzufügen", addAuthor: "Autor hinzufügen", addContributor: "Mitwirkenden hinzufügen" }) //end v1.x content );
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. *//* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templ...
package net.kyori.adventure.text.format; import java.util.stream.Stream; import net.kyori.adventure.util.HSVLike; import net.kyori.adventure.util.RGBLike; import net.kyori.examination.Examinable; import net.kyori.examination.ExaminableProperty; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotation...
<h3>Invite Members</h3> {% include "partials/messages.html" %} <form class="pure-form pure-form-stacked" action="{% url 'internal:team-invite' %}" method="POST" data-ajax-submit data-ajax-response="invite-members"> {% csrf_token %} {{ invite_team_form }} <input type="submit" value="Invite Users" /> </form>
NSString *RMMeetingViewControllerStoryboardID = @"MeetingViewController"; @interface RMMeetingViewController () @end @implementation RMMeetingViewController - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; i...
package server import ( "testing" v1 "github.com/containerd/cgroups/stats/v1" "github.com/stretchr/testify/assert" ) func TestGetWorkingSet(t *testing.T) { for desc, test := range map[string]struct { memory *v1.MemoryStat expected uint64 }{ "nil memory usage": { memory: &v1.MemoryStat{}, expec...
\section{Motivation und Aufgabenstellung} \label{l:motiv} Die Softwareentwicklung für Mikrocontroller lässt sich in zwei Phasen unterteilen. In der ersten Phase, bis zum Abschluss der Implementierung, wird auf einem Fremdsystem entwickelt. Durch ihre weite Verbreitung kommen zumeist Personalcomputer zum Einsatz. Mit...
<?php use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\Config\Loader\LoaderInterface; class AppKernel extends Kernel { public function registerBundles() { return array( new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), new JeroenDesloovere\Bundle\VCardBundle\J...
/* @flow */ import { InputTypeComposer } from 'graphql-compose'; import { getTypeName, type CommonOpts, desc } from '../../../utils'; export function getTypeITC<TContext>(opts: CommonOpts<TContext>): InputTypeComposer<TContext> { const name = getTypeName('QueryType', opts); const description = desc( ` Fil...
const models = require('./models/index.js'); const sequelize = models.sequelize; // —————————————————————————————————————————————————— // Database (create tables) // —————————————————————————————————————————————————— // Session const session = require('express-session'); const SequelizeStore = require('co...
package org.itsnat.droid.impl.xmlinflater.shared.attr; import org.itsnat.droid.impl.xmlinflater.AttrContext; import org.itsnat.droid.impl.xmlinflater.MethodContainer; import org.itsnat.droid.impl.xmlinflater.shared.classtree.ClassDesc; /** * Created by jmarranz on 30/04/14. */ public abstract class AttrDes...
package es.tid.ospf.ospfv2.lsa.tlv.subtlv; import java.util.Arrays; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Base class for OSPF Sub TLVs * RFC 3630 TE Extensions to OSPF Version 2 September 2003 2.3.2. TLV Header The LSA payload consists of one or mor...
const Phase = require('./phase.js'); const SimpleStep = require('./simplestep.js'); const KeepOrMulliganPrompt = require('./setup/keepormulliganprompt.js'); const SetupCardsPrompt = require('./setup/setupcardsprompt.js'); const CheckAttachmentsPrompt = require('./setup/checkattachmentsprompt.js'); const RookerySetupPro...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Mon Apr 01 21:58:42 EDT 2013 --> <TITLE> atg.service.pipeline (ATG Java API) </TITLE> <META NAME="date" CONTENT="2013-04-01"> <LINK REL ="st...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Sun Aug 26 15:13:09 EDT 2012 --> <TITLE> Uses of Class org.newdawn.slick.ScalableGame (Slick - The 2D Library) </TITLE> <META NAME="...
@interface KWFontNameValueTransformer : NSValueTransformer @end
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, de...
<script type="text/javascript" src="{{ STATIC_URL}}jquery/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="{{ STATIC_URL}}jquery/jquery-ui-1.8.23.custom.min.js"></script> <script type="text/javascript" src="{{ STATIC_URL}}jquery/jquery.ui.timepicker.js"></script> <script type="text/javascript" src="{{...
package com.almasb.fxgl.physics.box2d.collision; import com.almasb.fxgl.physics.box2d.collision.Distance.DistanceProxy; import com.almasb.fxgl.physics.box2d.common.Transform; /** * Input for Distance. * You have to option to use the shape radii * in the computation. * */ class DistanceInput { DistanceProxy ...
"""Utility script to update docker hub descriptions using the Rest API. Usage: update_docker_hub.py update --username=<username> --password=<password> [--image=<image>] update_docker_hub.py (-h | --help) update_docker_hub.py --version Options: -h --help Show this screen. --version ...
import { Table, Icon, Button } from '@rocket.chat/fuselage'; import { useMutableCallback } from '@rocket.chat/fuselage-hooks'; import React from 'react'; import DeleteWarningModal from '../../../../client/components/DeleteWarningModal'; import { useSetModal } from '../../../../client/contexts/ModalContext'; import { u...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FastPrimeChecker { public class FastPrimeChecker { public static void Main(string[] args) { int endNumber = int.Parse(Console.ReadLine()); for ...
<?php $config = [ 'components' => [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation 'cookieValidationKey' => $_SERVER['COOKIE_KEY'], ], ], ]; if (!YII_ENV_TEST) { // configuration adjustments for 'd...
asyncTest('Dom Ready Event', function() { expect(4); ces.download('test18.ces', function(source) { var body = document.querySelector('#qunit-fixture'); var secret = document.createElement('div'); secret.className = 'secret'; body.appendChild(secret); var secretToggle...
Tree builder -------------- The Bundle take the name of a data file as a parameter and returns the result as json tree. The text file is a CSV where each line is formatted as follows: `node_id|parent_id|node_name` The `web\plainphp\build-tree.php` is a simple php code that converts the data source file in json tree. T...
<?php namespace Neos\Eel\Helper; use Neos\Flow\Annotations as Flow; use Neos\Eel\ProtectedContextAwareInterface; /** * JSON helpers for Eel contexts * * @Flow\Proxy(false) */ class JsonHelper implements ProtectedContextAwareInterface { /** * JSON encode the given value * * @param mixed $value...
'use strict'; define('share', function () { var module = {}; module.addShareHandlers = function (name) { var baseUrl = window.location.protocol + '//' + window.location.host; function openShare(url, urlToPost, width, height) { window.open(url + encodeURIComponent(baseUrl + config.relative_path + urlToPost)...
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2015 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <ldml> <identity> ...
How to Turn On Debug and How to Increase Log Verbosity? ======================================================= You got some kind of issue in MPF? A crash, weird behaviour or it won't start? Then this guide is for you. You will learn how to turn up logging and how to selectively enable debugging. 1. Run MPF without t...
The MIT License (MIT) Copyright (c) Alexis Tan 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...
using System; using System.Collections.Generic; using UnityEngine; [Serializable] public class AStarNode : MonoBehaviour { public Vector2 GridPosition; public bool IsWalkable = true; public float GCostModifier = 1f; public List<AStarNode> AdjacentNodes; public LayerMask layersToLinecast; private void Start() ...
<?php /** * @package Snap */ ?> <section class="portfolio-description"> <a href="<?php the_permalink(); ?>" rel="bookmark"> <h4><?php the_title(); ?></h4> </a> <div class="portfolio-excerpt"> <?php get_template_part('_portfolio-meta'); ?> </div> <?php get_template_part( '_portfolio-details' ); ?>...
Your RSS News Feeds on Android Wear! Get news headlines pushed right to your wrist. Send to your phone to read later. ## Some of the Cool Features: - Follow any number of RSS/Atom feeds. - Headlines and a brief description will get sent to your device - you'll see the most recent headlines first. - Choose how frequen...
using namespace std; class MainWindow; class GameModel { //Renndering paramiters. int b_s_speed; int s_speed; //All game objects i.e. backgrond, obstacles, runner... vector<GameObject*> objs; //MainWindow paramiters QRect *screen; //This is used for window resising QRect* window;...
ACCEPTED #### According to GRIN Taxonomy for Plants #### Published in null #### Original name null ### Remarks null
#include <stdio.h> #include "pxi.h" /* * Date and Copyright holder of this code base. */ #define COPYRIGHT_STRING "2015 Robert Jervis" /* * Major Release: Incremented when a breaking change is released * Minor Feature Release: Incremented when significant new features * are released. * Fix Release: Incremented w...
layout: post title: 苹果资源官方下载地址 category: 资源 tags: Apple keywords: Apple description: --- ### Xcode下载 [Xcode 6.4](https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_6.4/Xcode_6.4.dmg) [Xcode 7.2.1](https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_7.2.1/...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Mosaddek"> <meta name="keyword" content="slick, flat, dashboard, bootstrap...
$here = Split-Path -Parent $MyInvocation.MyCommand.Path $sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace '\.Tests\.', '.' . "$here\$sut" . .\New-CloudBotAzureSession.ps1 Describe "Run a new Azure Deployment using KEMP-Bot" { Mock Get-Content -Verifiable { return "{'tenantId': '1234', 'applicatio...
<com.tle.beans.mime.MimeEntry> <id>202785</id> <institution> <id>202538</id> <uniqueId>0</uniqueId> <enabled>true</enabled> </institution> <extensions class="list"> <string>aifc</string> <string>aiff</string> <string>aif</string> </extensions> <type>audio/x-aiff</type> <description...
<?xml version="1.0" encoding="UTF-8"?> <clientConfig> <emailProvider id="khaki.plala.or.jp"> <domain>khaki.plala.or.jp</domain> <displayName>ぷらら</displayName> <displayShortName>ぷらら</displayShortName> <incomingServer type="pop3"> <hostname>khaki.mail.plala.or.jp</hostname> <port>110</port> ...
@implementation RHHorizontalSwipeView @synthesize orderedViews=_orderedViews; @synthesize scrollView=_scrollView; @synthesize delegate=_delegate; - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { _scrollView = [[UIScrollView alloc] initWithFrame:frame]; _scrol...
// // Guess_The_IntroAppDelegate.h // Guess The Intro // // Created by Daniel Kennett on 05/05/2011. #import <Cocoa/Cocoa.h> #import <CocoaLibSpotify/CocoaLibSpotify.h> #import "SPPlaybackManager.h" @interface Guess_The_IntroAppDelegate : NSObject <NSApplicationDelegate, NSWindowDelegate, SPSessionDelegate, SPPla...
package org.apache.lens.cli.commands; import java.io.File; import java.util.List; import org.apache.lens.api.APIResult; import org.apache.lens.api.metastore.XFactTable; import org.apache.lens.api.metastore.XPartition; import org.apache.lens.api.metastore.XStorageTableElement; import org.apache.lens.cli.commands.anno...
<?php namespace common\components; use Yii; use yii\web\UrlManager; class MultiLingualUrlManager extends UrlManager { public function createUrl($params) { if ($this->selectedLanguageIsNotTheDefalutLanguage() && $this->isSelectedLanguageSupported()) { $params['language']...
import Vue from 'vue' export declare class Tab extends Vue { /** * Title to be displayed under each step. * * Default value: '' */ title: string /** CSS class to be applied to each step icon. * * Default value: '' */ icon: string /** * Function to execute before changing tabs. I...
// // tests for node-daap // var daap = require('../lib/daap.js'); console.log('Make sure your environment is properly configured !!'); console.log('Make sure iTunes is ready.'); /* Edit these if needed */ daap.host = '127.0.0.1'; daap.port = 3689; daap.pairingCode = '0x5D73103827379243'; var sessionI...
import Benchmark from "benchmark"; import { point } from "@turf/helpers"; import midpoint from "./index"; var pt1 = point([0, 0]); var pt2 = point([10, 0]); new Benchmark.Suite("turf-midpoint") .add("turf-midpoint", function () { midpoint(pt1, pt2); }) .on("cycle", function (event) { console.log(String(...
import { expect } from 'chai' import { createStore } from 'redux' import createMiddleware from '../src/createMiddleware' import applyMiddleware from '../src/applyMiddleware' describe('applyMiddleware', () => { it('composes a mix of middleware with and without actionHandlers properly', () => { let index = 0 l...
package collinear; import org.junit.Test; import static org.junit.Assert.assertNotNull; public class FastCollinearPointsTest { @Test public void testBasic() { assertNotNull(new FastCollinearPoints(new Point[]{new Point(1, 2)})); } @Test(expected = NullPointerException.class) public void ...
#ifndef __ENVIRONMENT_H_ #define __ENVIRONMENT_H_ #include "../utils/mdpconfig.h" /** \brief base class for environments defining planning graphs It is independent of the graph search used The main means of communication between environment and graph search is through stateID. Each state is uniquely define...
module.exports = { policy: require('./oauth2'), routes: require('./oauth2-routes'), schema: {} };
// // QYTranslucentYesViewController.m // 骑阅 // // Created by chen liang on 2017/3/1. // Copyright © 2017年 chen liang. All rights reserved. // #import "QYTranslucentYesViewController.h" @interface QYTranslucentYesViewController () @end @implementation QYTranslucentYesViewController - (void)viewDidLoad { [s...