text
stringlengths
3
1.05M
dcb: A Docker container image family building CLI ================================================= # Upstream Image Family * upstream-registry.com/upstream-groupname/upstream-appname:platform # Target Image * target-registry.com/target-groupname/target-appname:platform
namespace rocksdb { class SnapshotList; // Snapshots are kept in a doubly-linked list in the DB. // Each SnapshotImpl corresponds to a particular sequence number. class SnapshotImpl : public Snapshot { public: SequenceNumber number_; // const after creation virtual SequenceNumber GetSequenceNumber() const over...
// Copyright (c) 2010-2015, Shane Jarych // 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 condit...
/* * This module provides the interface between yaffs_nand.c and the * MTD API. This version is used when the MTD interface supports the * 'mtd_oob_ops' style calls to read_oob and write_oob, circa 2.6.17, * and we have small-page NAND device. * * These functions are invoked via function pointers in yaffs_nand...
use strict; use Bio::KBase::ObjectAPI::KBaseFBA::DB::TemplateBiomass; package Bio::KBase::ObjectAPI::KBaseFBA::TemplateBiomass; use Moose; use namespace::autoclean; extends 'Bio::KBase::ObjectAPI::KBaseFBA::DB::TemplateBiomass'; #******************************************************************************************...
package com.amazonaws.services.apigateway.model; import javax.annotation.Generated; /** * <p> * Returns the status of the <b>CacheCluster</b>. * </p> */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public enum CacheClusterStatus { CREATE_IN_PROGRESS("CREATE_IN_PROGRESS"), AVAILABLE("AVAILABLE...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Wings { public interface IComponentState { ComponentStateType Type { get; } } public interface IHasResult<TResult> { TResult Result...
package io.joern.jssrc2cpg.testfixtures import io.joern.x2cpg.testfixtures.CfgTestCpg class JsCfgTestCpg extends CfgTestCpg with JsSrc2CpgFrontend { override val fileSuffix: String = ".js" }
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license at the bottom of this file. using System; using System.Collections.Generic; using System.Configuration; using System.IdentityModel.Tokens; using System.Linq; using Microsoft.Owin.Security; using Microsoft.Owin.Se...
/** A QuestionnaireItem presenting the 7pt Quality scale as defined in ITU-T P.851 p. 19. Labels are by default in German - the content of the labels is defined in the SVG. @class QuestionnaireItemSVGQuality7pt @augments UIElement @augments UIElementInteractive @augments QuestionnaireItem @augments QuestionnaireItemSV...
<?xml version="1.0" encoding="utf-8" ?> <languages> <language name="English" id="en"> <enums> <cookievisitorgroupcriteria> <enums> <cookievaluecondition> <is>Is equal to</is> <contains>Contains</contains> <doesnotcontain>Does not contain</doesnotcontain...
package com.bindroid.trackable; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import java.util.Stack; /** * A {@link List} implementation that implements Trackable on all of its methods, n...
'use strict'; var Response = function (status, message) { this.status = status; this.message = message; this.lines = []; }; Response.GROUP_SELECTED = 211; // RFC 3977 Response.NO_SUCH_GROUP = 411; // RFC 3977 Response.NO_SUCH_ARTICLE = 430; // RFC 3977 Response.ARTICLE_RETRIEVED = 220; // RFC 3977 Response.cr...
<!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-google-v5) on Thu Dec 19 17:42:36 EST 2013 --> <title>ProposalErrorReason</title> <meta name="date" content="2013-12-19"> <link rel="st...
package com.typesafe.sbt package packager package rpm import sbt._ import com.typesafe.sbt.packager.linux.LinuxSymlink object RpmHelper { /** Returns the host vendor for an rpm. */ def hostVendor = Process(Seq("rpm", "-E", "%{_host_vendor}")) !! def buildRpm(spec: RpmSpec, workArea: File, log: sbt.Logger)...
package com.opengamma.strata.loader.csv; import java.lang.invoke.MethodHandles; import java.time.LocalDate; import org.joda.beans.ImmutableBean; import org.joda.beans.JodaBeanUtils; import org.joda.beans.MetaBean; import org.joda.beans.TypedMetaBean; import org.joda.beans.gen.BeanDefinition; import org.joda.beans.ge...
package org.thingsboard.server.service.queue.processing; import org.thingsboard.server.gen.transport.TransportProtos; import org.thingsboard.server.queue.common.TbProtoQueueMsg; import java.util.List; import java.util.UUID; import java.util.concurrent.ConcurrentMap; import java.util.function.BiConsumer; public inte...
<div class="form-group"> <label for="input_{content:key}">{content:fieldLabel}</label> <input type="text" class="form-control" id="input_{content:key}" name="{content:modelName}[{content:key}]" value="<?php echo $model->{content:key};?>" placeholder="Enter {content:fieldLabel}..."> <div class="help-block...
Plugin.define "acarsd" do author "Andrew Horton" version "0.1" description "acarsd is an Aircraft Communication Addressing and Reporting System (ACARS) decoder for a LINUX or Windows. It decodes ACARS transmissions collected from a radio scanner in real-time using sound cards. acarsd also provides realtime webserver." ...
CleengApiModule - Zend Framework 2 wrapper for Cleeng PHP SDK ============================================================= See [Cleeng API Reference](http://cleeng.com/open/v3/Reference) for Cleeng API documentation. Installation ------------ `CleengApiModule` supports installation via [Composer](http://getcomposer...
A Wordpress portfolio theme
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Placodium verruculiferum Oxner ### Remarks null
import { WindPower } from "../../"; export = WindPower;
A tool to test whether your xDS server is conformant to the xDS protocol. *This repo is a _strong_ work in progress, and holds both working code and learning experiments. We try to keep the two as separate and clear as possible.* # Run the example You can run the test suite against our example server: an implementat...
using System.Linq.Expressions; using System.Reflection; using GameRayBurst.FtLinq.Recompiler.Util; namespace GameRayBurst.FtLinq.Recompiler.Enumerable { internal class CountImpl : AggregationMethodBase { private readonly string myCountMethod; protected CountImpl(string countMethod) ...
namespace Google.Cloud.Bigtable.Admin.V2.Snippets { // [START bigtableadmin_v2_generated_BigtableInstanceAdmin_PartialUpdateInstance_sync] using Google.Cloud.Bigtable.Admin.V2; using Google.LongRunning; using Google.Protobuf.WellKnownTypes; public sealed partial class GeneratedBigtableInstanceAdmin...
package xworker.lang.actions.utils; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.Reader; import java.io.Writer; import java.lang.reflect.InvocationTargetException; ...
// Copyright 2013 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. #include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h" #include <utility> #include "base/command_line.h" #include "base/f...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S15.2.4.3_A7; * @section: 15.2.4.3, 13.2; * @assertion: Object.prototype.toLocaleString can't be used as a constructor; * @description: Checking if creating "new Objec...
================================================================================ HostLicenseConnectInfo ================================================================================ .. describe:: Property of :py:class:`~pyvisdk.do.host_connect_info.HostConnectInfo` .. describe:: See also :py...
package com.coolweather.app.model; import java.util.ArrayList; import java.util.List; import com.coolweather.app.db.CoolWeatherOpenHelper; import com.coolweather.app.util.LogUtil; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLi...
var loadNextCleanMolecule = function() { var currentIndex = moleculeIds.indexOf(currentMolecule); if (currentIndex < (totalMolecules - 1)) { currentIndex++; currentMolecule = moleculeIds[currentIndex]; loadCleanMoleculeData(); } }; var loadPrevCleanMolecule = function() { var ...
<?php use yii\helpers\Html; use yii\grid\GridView; use app\models\general\GeneralLabel; /* @var $this yii\web\View */ /* @var $searchModel frontend\models\RefJenisPenggunaEKemudahanSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ $this->title = GeneralLabel::jenis_pengguna; $this->params['breadcrumbs'][...
{-# LANGUAGE OverloadedLabels , DataKinds , FunctionalDependencies , FlexibleInstances , FlexibleContexts , ScopedTypeVariables , TypeFamilies #-} module Main ( main ) where import GHC.OverloadedLabels import GHC.TypeLits {- A exploration of OverloadedLabels. - https://gitlab.haskell.org/g...
package org.kuali.kfs.module.purap.businessobject; import org.kuali.kfs.sys.businessobject.UnitOfMeasure; import org.kuali.rice.core.api.util.type.KualiDecimal; public interface ReceivingItem { public Integer getReceivingItemIdentifier(); public void setReceivingItemIdentifier(Integer receivingItemIdentif...
import unittest import imath import IECore import Gaffer import GafferTest class TypedObjectPlugTest( GafferTest.TestCase ) : def testSerialisation( self ) : s = Gaffer.ScriptNode() s["n"] = Gaffer.Node() s["n"]["t"] = Gaffer.ObjectPlug( "hello", defaultValue = IECore.IntData( 1 ), flags = Gaffer.Plug.Flags...
package software.amazon.awssdk.codegen.naming; import static java.util.Collections.singletonList; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatThrownBy; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.eq; ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package org.springframework.http.converter; import java.lang.reflect.Type; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.List; import org.hamcrest.Matchers; import org.junit.Test; import org.springframework.core.ParameterizedTypeReference; import org.springframework.core.io.ClassPat...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class AddApiTokenToUsersTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('users', fun...
package org.odk.collect.android.adapters; import org.odk.collect.android.logic.HierarchyElement; import org.odk.collect.android.views.HierarchyElementView; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import java.util.ArrayList; import ...
from __future__ import unicode_literals from django.db import models from django.contrib.contenttypes.fields import GenericForeignKey from django.contrib.contenttypes.models import ContentType class Activity(models.Model): """Represents a single activity item in the stream of site activity.""" ACTIVITY_TYPES...
FROM balenalib/floyd-nano-fedora:34-run ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver keyserver.ubuntu.com --recv-k...
import logging from random import randint import re import urllib import os from datetime import datetime __author__ = "Arun KR (kra3) <the1.arun@gmail.com>" __license__ = "Simplified BSD" RE_IP = re.compile(r'^[\d+]{1,3}\.[\d+]{1,3}\.[\d+]{1,3}\.[\d+]{1,3}$', re.I) RE_PRIV_IP = re.compile(r'^(?:127\.0\.0\.1|10\.|192...
from __future__ import print_function, division __author__ = 'george' from utils.lib import O class Point(O): id = 0 def __init__(self, decisions, objectives=None): O.__init__(self) Point.id += 1 self.id = Point.id self.decisions = decisions self.objectives = objectives def __hash__(self): ...
/* Branch Monitor * Marcus Botacin * 2017 */ #include "BTS.h" #include "dbg\debug.h" #include "list\list.h" extern PTDS_BASE DS_BASE; extern PTBTS_BUFFER BTS_BUFFER; extern PDEVICE_OBJECT drv; /* ISR */ BOOLEAN NmiCallback(IN PVOID Context,IN BOOLEAN Handled) { int i; LARGE_INTEGER pa; UINT32...
package testdata //go:generate go run ./internal/generator/main.go c:\\ucd-10.0.0
/** * Define settings to be used for all Content Types. */ CT = function () { this.settings = { // The kind of enabled router (iron_router or flow_router). router: 'flow_router' } } CT.prototype.Configure = function (options) { this.settings = _.extend(this.settings, options); } CT.prototype.getSettin...
package org.apereo.cas.config; import org.apereo.cas.configuration.CasConfigurationProperties; import org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties; import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.context.annotation.Configurati...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Mobile_policy extends My_Force_Login { public function __construct() { parent::__construct(); $this->load->library('grocery_CRUD'); $this->load->model('computing-support/Mobile_policy_model', 'mobile_policy_model')...
#include <hre/config.h> #include <float.h> #include <limits.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <strings.h> #include <dm/dm.h> #include <hre/stringindex.h> #include <hre/user.h> #include <lts-io/user.h> #include <ltsmin-lib/ltsmin-syntax.h> #include <pins-lib/p...
using arrow::ir::Generic; using arrow::ptr; using arrow::GContext; using arrow::ir::GenericFunction; using arrow::ir::GenericTypeRecord; using arrow::ir::GenericImplement; namespace ir = arrow::ir; void Generic::update_cache(std::vector<ptr<ir::Type>>& type_arguments, ptr<Node> node) { // Make (cache) name std::st...
package me.zbl.fullstack.service.api; import me.zbl.fullstack.entity.User; import me.zbl.fullstack.entity.dto.form.UserLoginForm; import me.zbl.fullstack.entity.dto.form.UserRegisterForm; import javax.servlet.http.HttpServletRequest; /** * 用户信息操作接口 * * @author James */ public interface IUserService { /** ...
<?xml version="1.0" encoding="UTF-8"?> <!-- Reviewed: no --> <!-- EN-Revision: 22821 --> <sect2 id="zend.filter.set.stringtoupper"> <title>StringToUpper</title> <para> このフィルタは、入力を全て大文字に変換します。 </para> <sect3 id="zend.filter.set.stringtoupper.options"> <title>Supported options for Zend_F...
function [X_norm, mu, sigma] = featureNormalize(X) %FEATURENORMALIZE Normalizes the features in X % FEATURENORMALIZE(X) returns a normalized version of X where % the mean value of each feature is 0 and the standard deviation % is 1. This is often a good preprocessing step to do when % working with learning alg...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
@interface JRRefreshTests : XCTestCase @end @implementation JRRefreshTests - (void)setUp { [super setUp]; // Put setup code here. This method is called before the invocation of each test method in the class. } - (void)tearDown { // Put teardown code here. This method is called after the invocation of ea...
FROM balenalib/orange-pi-lite-fedora:35-build ENV GO_VERSION 1.16.14 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "8a8e06b02a5e7339675cbbad9eb46a0db2cab7da21306de7c3a60d37a6a96022 go$GO_VERSION.linux-armv7hf.tar....
<?php namespace spec\Sylius\Component\Core\Metadata\HierarchyProvider; use PhpSpec\ObjectBehavior; use Sylius\Component\Core\Metadata\HierarchyProvider\ProductHierarchyProvider; use Sylius\Component\Core\Model\ArchetypeInterface; use Sylius\Component\Core\Model\ProductInterface; use Sylius\Component\Metadata\Hierar...
package andrevictor.com.jarbas.Telas; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.NavigationView; import android.support.design.widget.Snackbar; import android.support.v4...
import { LaunchScreen } from 'meteor/launch-screen'; export const listRenderHold = LaunchScreen.hold();
dbpedia="<http://dbpedia.org/resource/" def undbp(eid): """ Convert a dbpdia entity id (uri) to a plaintext label. """ return eid[len(dbpedia):-1].replace("_"," ")
package io.datarouter.httpclient.client; import java.time.Duration; import java.util.function.Supplier; public interface SimpleDatarouterHttpClientSettings{ Duration getTimeout(); Supplier<Integer> getNumRetries(); Supplier<Boolean> getEnableBreakers(); Supplier<Boolean> getTraceInQueryString(); Supplier<Boole...
package de.janscheurenbrand.nosql.handlers; import de.janscheurenbrand.nosql.util.Template; import io.undertow.io.Sender; import io.undertow.server.HttpHandler; import io.undertow.server.HttpServerExchange; /** * Created by janscheurenbrand on 13/04/15. */ public class IndexHandler implements HttpHandler { @Ove...
namespace Checkpoints { typedef std::map<int, uint256> MapCheckpoints; // How many times we expect transactions after the last checkpoint to // be slower. This number is a compromise, as it can't be accurate for // every system. When reindexing from a fast disk with a slow CPU, it // can be up to 2...
using System.Collections.Generic; using System.ComponentModel; using System.Web.Mvc; namespace POSSIBLE.RobotsTxtHandler.UI.Models { public class RobotsTxtViewModel { [DisplayName("Site Id")] public string SiteId { get; set; } public IEnumerable<SelectListItem> SiteList { get; set; } ...
import asyncio import functools from galerka.util import asyncached def synchronize(func): coro = asyncio.coroutine(func) @functools.wraps(func) def run(): return asyncio.get_event_loop().run_until_complete(coro()) return run class AsyncachedTestClass: def __init__(self, log): ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sparticle.Security.Algorithm.Symmetric { public class TripleDes : SymmetricEncrypt { public TripleDes() { Algo = "System.Security.Cryptography.TripleDES"; ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package edu.mit.media.funf.storage; public class StorageUtils { }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qcert: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
// // Generated by JTB 1.3.2 // package syntaxtree; /** * Grammar production: * f0 -> ClassDeclaration() * | ClassExtendsDeclaration() */ public class TypeDeclaration implements Node { public NodeChoice f0; public TypeDeclaration(NodeChoice n0) { f0 = n0; } public void accept(visitor.Vis...
from __future__ import absolute_import, division, print_function, unicode_literals import os import unittest import xml.etree.ElementTree as ET from builtins import object from textwrap import dedent from pants.base.build_environment import get_buildroot from pants.util.contextutil import open_zip, temporary_dir from...
Politics::Application.routes.draw do resources :trans # The priority is based upon order of creation: # first created -> highest priority. # Sample of regular route: # match 'products/:id' => 'catalog#view' # Keep in mind you can assign values other than :controller and :action # Sample of named rout...
<!DOCTYPE html> <html> <head> <title>Lorem Ipsum page</title> <link rel="stylesheet" type="text/css" href="CSS Files\LoremIpsumPageCSS.css"> </head> <body> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde maxime corporis rerum labore quod quibusdam, numquam quos aut nihil. Dignissimos eos ratione is...
function(tbb_conf_gen_print_help) message("Usage: cmake -DINSTALL_DIR=<config_install_dir> -DSYSTEM_NAME=Linux|Darwin|Windows <parameters> -P tbb_config_generator.cmake Parameters: For custom TBB package: -DTBB_VERSION_FILE=<tbb_version_file> -DTBB_VERSION=<major>.<minor>.<interface> (alternative to TBB_...
/** * Tests the behaviour class, mapping the input of the sensors to correct state */ var expect = require('chai').expect; var RxBotics = require('rxbotics'); var Behaviour = RxBotics.Behaviour; function process(sensorReadings) { return new Behaviour().processReadings({ sensorReadings : sensorReadings ...
Source code for blog posts on http://mycodelog.com (now http://alibad.wordpress.com)
from django.contrib import admin from . import models # Register your models here. admin.site.register(models.Note)
package cz.seznam.euphoria.spark; import cz.seznam.euphoria.core.executor.io.GenericSpillTools; import cz.seznam.euphoria.core.util.Settings; import org.apache.spark.serializer.Serializer; /** * A {@code SpillTools} implementation for spark. */ class SparkSpillTools extends GenericSpillTools { SparkSpillTools(S...
layout: page title: Costs permalink: /costs/ --- ## Cost Model While Dash is a free service for UC campuses, CDL does pass on the costs of storage used. We work directly with each campus on setting up this billing arrangement. For more information, contact uc3@ucop.edu
import os # This is the name of the anime/THINGY and season number name = "Bakuman S03E" total_number_of_episodes = 25 # we take all the files in the directory the script has been placed for filename in os.listdir("."): # Here the code will vary depending on what the files are originally named # I download all ...
external help file: PSTeachingTools-help.xml Module Name: PSTeachingTools online version: https://bit.ly/3oe0N01 schema: 2.0.0 --- # Get-Vegetable ## SYNOPSIS Get vegetable objects ## SYNTAX ```yaml Get-Vegetable [[-Name] <String>] [-RootOnly] [<CommonParameters>] ``` ## DESCRIPTION Use this command to retrieve ...
namespace et { namespace gui { //====================== // RML Render Interface //====================== // static Rml::CompiledGeometryHandle const RmlRenderer::s_InvalidGeometry = 0u; Rml::TextureHandle const RmlRenderer::s_InvalidTexture = 0u; //------------------------------------- // RmlRenderInterface::c-tor...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelViewportActions.h" #include "EditorShowFlags.h" #include "StatsData.h" #include "BufferVisualizationData.h" #include "GameFramework/WorldSettings.h" #define LOCTEXT_NAMESPACE "LevelViewportActions" FLevelViewportCom...
'use strict'; const fs = require('hexo-fs'); const { join, dirname } = require('path'); const Promise = require('bluebird'); describe('Load plugins', () => { const Hexo = require('../../../lib/hexo'); const hexo = new Hexo(join(__dirname, 'plugin_test'), { silent: true }); const loadPlugins = require('../../../...
#include <QApplication> #include "mainwindow.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }
require File.expand_path('../../../test_helper', __FILE__) require 'time' module Aliyun::Openapi class ClientTest < Minitest::Test def setup Aliyun::Openapi.configure do |config| config.server_address = 'ecs.aliyuncs.com' config.ssl_required = true config.access_key_id = 'testid' ...
function densitym = statetomography(Eadiv, b) %#ok<*EQEFF> %#ok<*NOPRT> beep off % sort data structure issues of measurement vector b = cell2mat(b)'; % get dimensions of system len = length(b); [~,dim] = size(Eadiv{1}); qubits = log2(dim); % define spanning measurement set Oi = zeros(dim, dim, dim^2-1); for i=1:di...
#include <stddef.h> #include <stdarg.h> #include <string.h> #include <stdio.h> #include <stdlib.h> #include "xml.h" #define IPC_MAX_BUFFER_LEN (65536) static int _TreeToString(const TreeNode node, char * buffer, size_t bufferSize, int level); void Xml_TreeToStdout(const TreeNode node, const char * tag) { sta...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coinductive-examples: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boot...
package org.gradle.nativebinaries.internal.resolve; import org.gradle.api.DomainObjectSet; import org.gradle.nativebinaries.NativeLibraryBinary; import org.gradle.nativebinaries.NativeLibraryRequirement; public interface LibraryBinaryLocator { DomainObjectSet<NativeLibraryBinary> getBinaries(NativeLibraryRequir...
pre code{ font-size:12px !important; color:#000; line-height:16px !important; } pre code b{ font-weight: normal; color: #800080; } pre code em{ font-weight: normal; color: #008080; background-color:#eee; } pre code i,pre code i b,pre code i em{ font-weight: normal; font-style: normal; color: #...
<h2>Link rewrite tests:</h2> <p> <a href="/jump_to/i4x://ManTestX/ManTest1/problem/009f9b6b79404206a2c316117099fed5">Jump to Sports Problem</a> <a href="/jump_to_id/009f9b6b79404206a2c316117099fed5">Jump to Sports Problem by ID</a> </p> <h2>ZOOMING DIAGRAMS</h2> <p>Some edX classes use extremely large, extremely d...
namespace krono { MeshGroupLoader::MeshGroupLoader(void) { } MeshGroupLoader::~MeshGroupLoader(void) { } }
from gui import * from server_browser import * from game import *
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bull. trimest. Soc. mycol. Fr. 41: 304 (1925) #### Original name Agaricus echinocephalus Vittad., 1835 ### Remarks null
subdirs ------- Deprecated. Use the :command:`add_subdirectory` command instead. Add a list of subdirectories to the build. :: subdirs(dir1 dir2 ...[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] ) Add a list of subdirectories to the build. The :command:`add_subdirectory` comm...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2005-2006 The Apache Software Foundation or its licensors, as applicable 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 ...
.. SWAT {{{1 .. _swat-tutorial: ************* SWaT tutorial ************* This tutorial shows how to use MiniCPS to simulate a subprocess of a Water Treatment testbed. In particular, we demonstrate basic controls through simulated PLCs, the network traffic, and simple physical layer simulation. We now provide: * A l...