text
stringlengths
3
1.05M
<?xml version="1.0" encoding="UTF-8" ?> <testsuite failures="2" time="10.426" errors="0" skipped="0" tests="2" name="TeamWorkTest"> <properties> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="sun.boot.library.path" value="/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd6...
<?php /** * Slys * * Navigation module bootstrap class * * @author Serghei Ilin <criolit@gmail.com> * @version $Id: Bootstrap.php 1139 2011-01-28 16:07:30Z criolit $ */ class Navigation_Bootstrap extends Zend_Application_Module_Bootstrap implements Slys_Api_Notification_Notifiable { protected function _init...
**Approved** | [#corefx/39037](https://github.com/dotnet/corefx/issues/39037#issuecomment-507769350) | [Video](https://www.youtube.com/watch?v=SdNdvSN_OHY&t=0h0m0s) We liked option Part A) + Part B) 2, i.e. a single `WriteTo(writer)` on all three elements. > Can we instead add Write methods to `Utf8JsonWriter`? We d...
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>md_flp_no_unit_line_line_unit</title> <!-- Bootstrap the unified shell in ...
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: aprotectedmethod()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample...
package com.orientechnologies.orient.core.iterator; import com.orientechnologies.common.log.OLogManager; import com.orientechnologies.orient.core.db.ODatabaseDocumentInternal; import com.orientechnologies.orient.core.db.record.ORecordOperation; import com.orientechnologies.orient.core.id.ORID; import com.orien...
<html> <head> <link rel="stylesheet" href="../dist/taxi.css" /> <script type="text/javascript" src="../dist/vendor.js"></script> <script type="text/javascript" src="../dist/taxi.js"></script> <script type="text/javascript"> taxi.bdd.inject(this); </script> <script type="text/javascript...
using BaseTestAuto: PredicateTrueAssertion, check, Returned, Pass, Threw, Fail, Error using BaseTestAuto: TestAssertion, set_options, file, line, isbroken, shouldskip @testset "PredicateTrueAssertion" begin @testset "check with correct sampled value, no context" begin ta = PredicateTrueAssertion() outcome = c...
"use strict"; var randomJs = require("random-js"); var engine = randomJs.engines.mt19937().autoSeed(); function random(min, max) { var distribution = randomJs.integer(min, max); return distribution(engine); } exports.random = random;
Given a paragraph and a list of banned words, return the most frequent word that is not in the list of banned words. It is guaranteed there is at least one word that isn't banned, and that the answer is unique. Words in the list of banned words are given in lowercase, and free of punctuation. Words in the paragraph ...
jfk === What is this? ------------- Decoding the Kennedy Assassination, a project examining the conspiracy theories behind John F. Kennedy's death, 50 years later. Live demo: http://data.digitalfirstmedia.com/jfk/ ![Screenshot](screenshots/jfk.png) Credits --------- Jason Fields, Daniel Fuentes, Sarah Glen, Nelson...
import { connect } from 'react-redux' import Logs from '../components/Logs' import { loadOlder } from '../actions/logs' const mapDispatchToProps = (dispatch) => ({ loadOlderLogs: () => { dispatch(loadOlder()) } }) const mapStateToProps = (state) => { return ({ latestLog: state.logs.latest, olderLogs: st...
Celluloid::Redis ================ [![Gem Version](https://badge.fury.io/rb/celluloid-redis.svg)](http://rubygems.org/gems/celluloid-redis) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/celluloid/celluloid-io/blob/master/LICENSE.txt) [![Build Status](https://secure.travis-ci.org...
import random __author__ = 'Sasho Savkov' __credits__ = ["Sasho Savkov", "William Morgan"] __license__ = "MIT" __email__ = "me@sasho.io" __status__ = "Production" def resample(a, b): """ Pools two lists together and randomly splits them back into two. Example: [a, b, c] & [1, 2, 3] -> [b, 3, 2] ...
go-checkout =========== Checkout specific revision of go package in GOPATH. Supports git, hg and bzr. Installation ------------ go get github.com/doloopwhile/gocheckout Usage ----- gocheckout [options] <package_name> <revision> For example, if your product require version to build version 0.1 of [martini](h...
PHP File Editor is a project which lets a user edit files on their server from a web interface. It has syntax highlighting which makes programming much easier through this. It also has a live preview section to see your changes on the same page. Dependencies: - codemirror Preview: - http://i.imgur.com/Q3vDqrQ....
'use strict'; module.exports = { decorators: require('./components/decorators'), Spotlight: require('./components/spotlight'), LightFx: require('./components/lightfx') };
from secret import BOT_TOKEN from discord.ext import commands from aiohttp import ClientSession from util.checks import is_owner from datetime import datetime from math import ceil from db.models import objects, Configuration from secret import MIXPANEL_TOKEN, DISCORD_BOTS_TOKEN from collections import Counter import b...
import itertools import collections from marnadi.utils import Lazy, CachedDescriptor from . import decoders class Data(CachedDescriptor, collections.Mapping): __slots__ = '_content_decoders', def __init__(self, *content_decoders, **kw_content_decoders): super(Data, self).__init__() self._c...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="99eec3c8-ab74-4e7e-90cf-372c16fe04a1" name="Default" comment=""> <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/PB/PhoneBookBundle/Repository/PhoneBookRepository.php" /> ...
<ripple android:color="@color/background" xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@android:id/mask" android:drawable="@color/white"/> </ripple>
class Base(object): def __init__(self, *args, **kwargs): pass
ModuleLoader.require([ ], function() { module("tinymce.EditorCustomTheme", { setupModule: function() { QUnit.stop(); tinymce.init({ selector: "textarea", add_unload_trigger: false, disable_nodechange: true, skin: false, entities: 'raw', indent: false, theme: function (...
// Copyright (c) 2012 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 "net/quic/core/quic_simple_buffer_allocator.h" namespace net { char* SimpleBufferAllocator::New(size_t size) { return new char[size]; } ...
'use strict'; var path = require('path'); var gulp = require('gulp'); var conf = require('./conf'); var browserSync = require('browser-sync'); function isOnlyChange(event) { return event.type === 'changed'; } gulp.task('watch', ['markups', 'inject'], function () { gulp.watch([path.join(conf.paths.src, '/*.html...
:orphan: Installing Elgg on EasyPHP ########################## You should first be familiar with the :doc:`standard installation instructions <../install>`. - Assuming no MySQL, PHP or Apache installations exist already. - Best run as a development/test server 1. Stop IIS running if installed 2. Download and ins...
title: acr28 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: r28 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1: ...
// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Grab the querystring, removing question mark at the front and splitting on // the ampersand. var queryString = location.search.substring(1).split("&"); // The feed URL is t...
package com.amazonaws.services.identitymanagement.model.transform; import javax.xml.stream.events.XMLEvent; import javax.annotation.Generated; import com.amazonaws.services.identitymanagement.model.*; import com.amazonaws.transform.Unmarshaller; import com.amazonaws.transform.StaxUnmarshallerContext; import com.ama...
DROP VIEW IF EXISTS view_persediaan_barang3_disdik; CREATE VIEW view_persediaan_barang3_disdik AS SELECT *, CASE WHEN pra_saldo > 0 AND jumlah >= pra_saldo THEN pra_saldo WHEN pra_saldo > 0 AND jumlah < pra_saldo THEN jumlah ELSE 0 END AS saldo FROM view_persediaan_barang2_disdik WHERE 1 = 1 AND id_sk...
--- layout: page title: "About" description: "Never forget what you are, for surely the world will not. Make it your strength. Then it can never be your weakness. Armor yourself in it, and it will never be used to hurt you. " header-img: "img/about-bg.jpg" --- <!-- Language Selector --> <select class="sel-lang" onchan...
require 'spec_helper' klass = OneviewSDK::ImageStreamer::API2010::DeploymentPlan RSpec.describe klass do include_context 'shared context' it 'inherits from API2000' do expect(described_class).to be < OneviewSDK::ImageStreamer::API2000::DeploymentPlan end end
using UnityEngine; using System.Collections; public class eventx : MonoBehaviour { void AddFire(){ UnityEngine.Debug.Log("fire"); } // Use this for initialization void Start () { } // Update is called once per frame void Update () { } }
#ifndef PRIVATEPAYCONFIG_H #define PRIVATEPAYCONFIG_H #include <QDialog> namespace Ui { class PrivatepayConfig; } class WalletModel; /** Multifunctional dialog to ask for passphrases. Used for encryption, unlocking, and changing the passphrase. */ class PrivatepayConfig : public QDialog { Q_OBJECT public: ...
from mistral_actions.openstack import OpenstackBase as base POWER_STATES = [ 'nostate', # 0x00 'running', # 0x01 '', # 0x02 'paused', # 0x03 'shutdown', # 0x04 '', # 0x05 'crashed', # 0x06 'suspended' # 0x07 ] class InvalidStatusException(Exception): pass class NotExpect...
<!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/html; charset=utf-8" /> <title>statsmodels.miscmodels.count.PoissonGMLE.hessian &#...
; Hello Sprite Good Delay 1.0 ; February 19, 2007 ; John Harrison ; using sprites WITH interrupts. ; look at this sprite example third. Before looking at this one, look at: ; 1. hello-sprite-no-interrupts.asm ; 2. hello-sprite.asm (uses interrupts) ; An extension of Hello World, based mostly from GALP INCLUDE "gbhw....
THis repository demonstrates the mentioned languages
#pragma once #include "PlatformDepMethodsHolder.h" #include <stdio.h> #include <ABI43_0_0jsi/ABI43_0_0jsi.h> using namespace ABI43_0_0facebook; namespace ABI43_0_0reanimated { using RequestFrameFunction = std::function<void(std::function<void(double)>)>; class RuntimeDecorator { public: static void decorateRunti...
var demoName = "demo_TableLogger.js"; // Called on page load load = function() { getScripts( [ pathSrc + "TableLogger.js" ], logStuff ); }; fail = function( message ) { report( demoName, message ); }; logStuff = function() { // Construct a TableLogger logger = new j...
@class NSString; @protocol StoreEmotionRewardAskForRewardCgiDelegate <NSObject> @optional - (void)onAskForRewardCgiFailWithPid:(NSString *)arg1; - (void)onAskForRewardCgiOkWithPid:(NSString *)arg1 AndReqKey:(NSString *)arg2; @end
from django.conf.urls import url from . import views urlpatterns = [ url(r'^authors/$', views.AuthorCrudViewset.list(), name='authors'), url(r'^authors/new/$', views.AuthorCrudViewset.create(), name='new-author'), url(r'^authors/(?P<pk>\d+)/$', views.AuthorCrudViewset.detail(), name='author-detail'), u...
import datetime from vidscraper.exceptions import UnhandledVideo from vidscraper.suites.ustream import (Suite, ApiLoader, OEmbedLoader) from vidscraper.tests.base import BaseTestCase class UstreamTestCase(BaseTestCase): def setUp(self): self.suite = Suite() class ...
<div class="commune_descr limited"> <p> Prunay-en-Yvelines est un village situé dans le département des Yvelines en Île-de-France. Elle totalisait 814 habitants en 2008.</p> <p>À Prunay-en-Yvelines, le prix moyen à la vente d'un appartement s'évalue à zero &euro; du m² en vente. La valeur moyenne d'une ...
<?php declare(strict_types=1); namespace CQRSTest\CommandHandling\Stubs; final class DoFailureCommand { }
<?php namespace Clockwork\DataSource; use Clockwork\Helpers\StackTrace; use Clockwork\Request\Request; use Clockwork\Support\Laravel\Eloquent\ResolveModelScope; use Clockwork\Support\Laravel\Eloquent\ResolveModelLegacyScope; use Clockwork\Support\Laravel\Eloquent\ResolveModelOldScope; use Illuminate\Database\Database...
package ews.client.security; import org.springframework.security.core.Authentication; import org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler; import org.springframework.security.web.authentication.logout.LogoutSuccessHandler; import org.springframework.stereotype.Component...
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class TimeConfiguration </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class TimeConfiguration "> ...
Use [Vagrant](https://www.vagrantup.com) to automatically build an OpenStack Manila environment including NetApp clustered Data ONTAP simulator backend ##### About This project is the foundation for the automation lab used as part of the OpenStack Liberty Design Summit session [Manila: Taking OpenStack Shared File St...
================ Pipeline Modules ================ This section contains the documentation on the various modules used to define the PyRadiomics pipeline and pre-process the input data. Feature class modules, which contain the feature definitions are documented in the :ref:`radiomics-features-label` section. Addition...
import { moduleForComponent, test } from 'ember-qunit'; moduleForComponent('mdl-mega-footer', 'Unit | Component | mdl mega footer', { // Specify the other units that are required for this test // needs: ['component:foo', 'helper:bar'], unit: true }); test('it renders', function(assert) { assert.expect(2); ...
<!-- @license Apache-2.0 Copyright (c) 2018 The Stdlib 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...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_city" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/acti...
module.exports = require('./profile/init');
document.window.append("", null);
package cd4017be.automation.TileEntity; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.DamageSource; import net.minecraft.util.ITickable; import net.minecraft.util.math.AxisAlignedBB; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.Vec3d; import net.minecraft.world.Explos...
from behave import when, then from selenium import webdriver from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.common.keys import Keys @when('we visit "{site}"') def step1(context,...
package com.tcl.manager.arithmetic.opetate; import java.util.Collection; import java.util.List; import com.tcl.manager.arithmetic.base.IOperate; import com.tcl.manager.arithmetic.entity.AppScoreInfo; /** * 补分算法:记录的最高分不到90分,加权到90,未记录的给予默认分 * * @author jiaquan.huang * */ public class ChangeScoreArithmetic imple...
description: Getting Started keywords: mac, beta, alpha, tutorial redirect_from: - /mackit/ - /mackit/getting-started/ - /mac/ - /mac/started/ - /docker-for-mac/started/ - /installation/mac/ title: Get started with Docker for Mac --- Welcome to Docker for Mac! Please read through these topics on how to get started. T...
package com.google.debugging.sourcemap; import java.io.IOException; /** * We encode our variable length numbers as base64 encoded strings with the least significant digit * coming first. Each base64 digit encodes a 5-bit value (0-31) and a continuation bit. Signed * values can be represented by using the least s...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Prime Media</title> <!-- B...
module MixedGauge # Support parallel execution with each shard and deal with AR connection # management in parallel execution. class AllShardsInParallel # @param [Array<Class>] shards An array of shard model class # @param [Expeditor::Service] service def initialize(shards, service:) @shards = s...
<!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 Tue Apr 26 20:39:57 CST 2011 --> <TITLE> FiniteDifference (SuanShu 1.3.1 API Documentation) </TITLE> <META NAME="date" CONTENT="2011...
<?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Model; class DatabaseSeeder extends Seeder { public function run() { Model::unguard(); $this->call('AreasTableSeeder'); $this->call('TablesTableSeeder'); $this->call('StatusesTableSeeder'); $this->call('ClientsTableSeeder'); $this-...
- 2018-11-01: **Grace Hopper** and I went to _Martha's Vineyard_. George had to cancel at the last minute. - 2018-01-04: Got lunch with **Grace Hopper** and **George Washington Carver**. @food - 2017-12-31: Celebrated the new year in _Paris_ with **Marie Curie**. @partying - 2017-11-15: Talked to **George Washington Ca...
package com.palantir.tslint; import java.io.File; import java.io.IOException; import java.util.Map; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.IResourceDelta; import org.eclipse.core.resources.IResourceDeltaVisitor; import org.eclipse.c...
namespace foundation { class Dictionary; } namespace renderer { class Frame; } namespace renderer { class IPassCallback; } namespace renderer { class ITileCallbackFactory; } namespace renderer { class ITileRendererFactory; } namespace renderer { // // Generic frame renderer factory. // class G...
using testing::_; using testing::AnyNumber; using testing::NiceMock; using testing::Ref; using testing::Return; using testing::SaveArg; using testing::StrictMock; namespace proximity_auth { namespace { const char kOtherDeviceName[] = "Other device name"; const char kOtherBluetoothAddress[] = "FF:BB:CC:DD:EE:FF"; con...
use crate::{boilerplate::Application, physics}; use m3d::Mesh; use vangers::{ config, level, model, render::{ debug::LineBuffer, object::BodyColor, Batcher, GraphicsContext, Render, ScreenTargets, }, space, }; use cgmath::prelude::*; use std::collections::HashMap; #[derive(Debug, PartialEq)] ...
@implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. return YES; } - (void)applicationWillResignActive:(UIApplication *)application { // Sent when the ...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace TerrainGenerator { /// <summary> /// Interaktionslogik für "App.xaml" /// </summary> public partial class App : Application ...
<section id="description" class="container-fluid description drop-shadow"> <div class="row"> <div class="col-md-6 col-paddingless description__image"> <img src="img/blue-earth-c.jpg"> </div> <div class="col-md-4 margin-bottom margi...
import contextlib import signal import socket import sys import threading def run_interactive_shell(serverFunc, stdin=True, stdout=True, port=5005): addr = '127.0.0.1' readyFlag = threading.Event() t = threading.Thread(target=console_loop, args=(addr, port, readyFlag, stdin, stdout)) t.setDaemon(True) t.start() ...
module.exports = monster => { return (monster.types[1] || monster.types[0]).name; };
namespace Morphling::Gamelogic::Tictactwo { class Tictactwo_model; class Rule_board_is_full : public Rule { public: bool check(Model* model) override; std::string get_message() const override; private: bool check_board_is_full(Tictactwo_model* model); }; }
@extends('layouts.admin') @section('content') <div class="container well col-lg-12"> <div class="row"> @include('Alerta.alertaFormulario') <div class="col-lg-8 col-lg-offset-2 form-horizontal"> <h3>Detalle de Investigacion</h3> {!! Form::open(['route'=>'investigacion.st...
import logging import threading from concurrent import futures from multiprocessing import pool from opencensus.trace import execution_context, tracer from opencensus.trace.propagation import binary_format log = logging.getLogger(__name__) MODULE_NAME = "threading" def trace_integration(tracer=None): """Wrap t...
import React from 'react'; import { Token } from '../../../../../src/tokens/types'; import { TokensProps } from '../../TokensTypes'; import { StackVertical } from '@talend/design-system'; import DefinitionListItemElevation from './DefinitionListItem/DefinitionListItemElevation'; const TokensDefinitionList = ({ tokens...
/* Circular doubly linked list in javascript. In a ciruclar linked list the last node in the list points to this.head as its next. In the case of a list with only one node, this.head both points back to itself from its previous and points forward to itself with its next. */ "use strict"; function Circ(){ this.head...
package org.apache.ibatis.ibator.internal.util; /** * This class is from javapractices.com: * * http://www.javapractices.com/Topic17.cjp * * Collected methods which allow easy implementation of <code>equals</code>. * * Example use case in a class called Car: * * <pre> * public boolean equals(...
package ec2 import ( "context" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/internal/awsutil" ) // Contains the parameters for DescribeImageAttribute. type DescribeImageAttributeInput struct { _ struct{} `type:"structure"` // The AMI attribute. // // Note: Depending on your account privil...
#include "RDTextEdit.h" #include <QKeyEvent> #include <QScrollBar> RDTextEdit::RDTextEdit(QWidget *parent) : QTextEdit(parent) { } RDTextEdit::~RDTextEdit() { } void RDTextEdit::focusInEvent(QFocusEvent *e) { QTextEdit::focusInEvent(e); emit(enter()); } void RDTextEdit::focusOutEvent(QFocusEvent *e) { QText...
<?xml version="1.0"?> <!-- --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="content"> <block class="Magento\Contact\Block\ContactForm" n...
layout: page title: "About" description: "This is what I do." header-img: "img/about-bg.jpg" --- My name is Daniele Zanni and I am a **Javascript full stack expert** based in [Sydney, Australia](https://www.thenerdwiththebackpack.com/). My focus is on the **Front End Development** of **scalable applications** and I a...
package com.poliveira.parallaxrecyclerview; import android.content.Context; import android.graphics.Canvas; import android.graphics.Rect; import android.os.Build; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; import android.view.animation.TranslateAnimation; im...
capture face on camera ![alt me](https://rawgit.com/erasta/cameraFace/master/Screenshot.from.2017-09-12.12-15-56.png)
var Crafty = require('../core/core.js'); /**@ * #WebGL * @category Graphics * @kind Component * * @trigger Draw - when the entity is ready to be drawn to the stage - {type: "canvas", pos, co, ctx} * @trigger NoCanvas - if the browser does not support canvas * * When this component is added to an entity it wil...
#ifndef _itkDijkstrasAlgorithm_h_ #define _itkDijkstrasAlgorithm_h_ #include <string> #include <iostream> #include <stack> #include <vector> #include <list> #include <queue> #include <map> #include "vnl/vnl_math.h" // #include "vnl/vnl_matrix_fixed.h" // #include "vnl/vnl_vector_fixed.h" #include "itkImage.h" #inclu...
import numpy as np import cv2, time, sys, threading, json from OpenGL import GL from view import * from controller import * from threads import * from constants import * from single_camera import * from stereo import Stereo as stereo class WinduCore(object): def __init__(self): super(WinduCore, self)._...
package com.mongodb.util; public class JSON { public static java.lang.Object parse(java.lang.String jsonString) { return null; } }
A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. It is: * **Fast**: Tokio's zero-cost abstractions give you bare-metal performance. * **Reliable**: Tokio leverages Rust's ownership, type system, and concurrency model to reduce bugs and ensure thread safety. ...
using System; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBA { public interface IGBAGPUViewable : IEmulatorService { GBAGPUMemoryAreas GetMemoryAreas(); /// <summary> /// calls correspond to entering hblank (maybe) and in a regular frame, the sequence of calls will be 160, 161,...
FROM balenalib/orange-pi-zero-fedora:34-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", since the vast m...
<!DOCTYPE html> <html lang="en"> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description...
package com.google.template.soy.soytree; import com.google.common.base.Preconditions; import com.google.template.soy.base.SourceLocation; import com.google.template.soy.basetree.CopyState; import com.google.template.soy.data.SanitizedContent.ContentKind; import com.google.template.soy.data.internalutils.NodeContentK...
require 'metrica/version' require 'metrica/service' require 'metrica/config' module Metrica class << self def configure yield(config) @service = nil end def config @config ||= Metrica::Config.new end def service @service ||= Metrica::Service.new(config) end def ...
package org.decimal4j.arithmetic; import org.decimal4j.api.DecimalArithmetic; import org.decimal4j.scale.Scale18f; import org.decimal4j.scale.ScaleMetrics; import org.decimal4j.scale.Scales; import org.decimal4j.truncate.DecimalRounding; import org.decimal4j.truncate.TruncatedPart; /** * Contains methods for multip...
<?php namespace Mcms\Mailchimp\StartUp; use Mcms\Mailchimp\Middleware\PublishPage; use Illuminate\Routing\Router; use Illuminate\Support\ServiceProvider; /** * Class RegisterMiddleware * @package Mcms\Mailchimp\StartUp */ class RegisterMiddleware { /** * Register all your middleware here * @param...
import React, { FC } from 'react'; import { Alert, Icon } from '@grafana/ui'; import { AppNotificationSeverity, LdapConnectionInfo, LdapServerInfo } from 'app/types'; interface Props { ldapConnectionInfo: LdapConnectionInfo; } export const LdapConnectionStatus: FC<Props> = ({ ldapConnectionInfo }) => { return ( ...
namespace Mages.Core.Vm.Operations { using Mages.Core.Runtime.Converters; using System; /// <summary> /// Pops three elements from the stack and pushes one. /// </summary> sealed class CondOperation : IOperation { public static readonly IOperation Instance = new CondOperation(); ...