text
stringlengths
3
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="utf-8" http-equiv="encoding"> <title>PureScript Knockout Test</title> </head> <body> <h1>PureScript Knockout Test</h1> <input type="number" data-bind="textInput: text"></in...
 #pragma once #include <aws/panorama/Panorama_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSMap.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace...
package stingray import ( "encoding/json" "net/http" ) // A SSLServerKey is a Stingray trusted certificate. type SSLServerKey struct { jsonResource `json:"-"` SSLServerKeyProperties `json:"properties"` } type SSLServerKeyProperties struct { Basic struct { Note *string `json:"note,omitempty"` Pr...
namespace ui { namespace ime { class InfolistEntryView; // A widget delegate representing the infolist window UI. class UI_CHROMEOS_EXPORT InfolistWindow : public views::BubbleDialogDelegateView { public: InfolistWindow(views::View* candidate_window, const std::vector<ui::InfolistEntry>& entri...
/*! @license Firebase v3.6.0 Build: 3.6.0-rc.3 Terms: https://developers.google.com/terms */ 'use strict'; var Auth = require('./auth.js'); var firebase = require('../app-node'); /** * Factory function that creates a new auth service. * @param {Object} app The app for this service * @param {function(Object...
package org.pircbotx.hooks.events; import javax.annotation.Nullable; import org.pircbotx.Channel; import org.pircbotx.User; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.NonNull; import org.pircbotx.hooks.Event; import org.pircbotx.PircBotX; import org.pircbotx.UserHostmask;...
package com.linkedin.pinot.core.query.aggregation.function; import com.linkedin.pinot.common.data.FieldSpec; import com.linkedin.pinot.core.common.BlockValSet; import com.linkedin.pinot.core.query.aggregation.AggregationResultHolder; import com.linkedin.pinot.core.query.aggregation.ObjectAggregationResultHolder; impo...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <!--Top bar--> <LinearLayout ...
require 'aasm' require "cancancan" require 'pry-byebug' require 'devise_token_auth' require "shareconomy/engine" require 'apipie-rails' require 'pry-byebug' require 'active_model_serializers' module Shareconomy end
Jsonix.Schema.XSD.Strings = Jsonix.Class(Jsonix.Schema.XSD.List, { name : 'Strings', initialize : function() { Jsonix.Schema.XSD.List.prototype.initialize.apply(this, [ Jsonix.Schema.XSD.String.INSTANCE, Jsonix.Schema.XSD.qname('strings'), ' ' ]); }, // TODO Constraints CLASS_NAME : 'Jsonix.Schema.XSD.Strings' }...
app.service('AceService', function() { var aceService = {}; var editor = null; aceService.initialize = function(container) { editor = ace.edit(container); var langTools = ace.require("ace/ext/language_tools"); editor.setTheme("ace/theme/monokai"); editor.getSession().setMod...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. package com.azure.search.documents.indexes.models; import com.azure.core.u...
package com.tuanchauict.annopref.compiler; import com.tuanchauict.annopref.compiler.datastructure.PreferenceField; /** * Created by tuanchauict on 11/17/16. */ public class UnsupportedTypeException extends Exception { public PreferenceField field; public UnsupportedTypeException(PreferenceField field) { ...
This module implements Typed Lua tltype. ]] if not table.unpack then table.unpack = unpack end local tltype = {} tltype.integer = false -- literal types -- Literal : (boolean|number|string) -> (type) function tltype.Literal (l) return { tag = "TLiteral", [1] = l } end -- False : () -> (type) function tltype.Fal...
ACCEPTED #### According to Index Fungorum #### Published in in Sarwar, Mycopath. Mycol. appl. 29(3-4): 321 (1966) #### Original name Stemphylium nabarii Sarwar ### Remarks null
package com.taobao.tddl.executor.function.scalar.string; import com.taobao.tddl.common.utils.TStringUtil; import com.taobao.tddl.executor.common.ExecutionContext; import com.taobao.tddl.executor.function.ScalarFunction; import com.taobao.tddl.executor.utils.ExecUtils; import com.taobao.tddl.optimizer.core.datatype.Dat...
<?xml version="1.0" encoding="UTF-8"?> <sem:triples uri="http://www.lds.org/vrl/publications-and-documents/church-publications/ideas-for-a-more-loving-family-publication" xmlns:sem="http://marklogic.com/semantics"> <sem:triple> <sem:subject>http://www.lds.org/vrl/publications-and-documents/church-publications/ide...
package com.amazonaws.services.lightsail.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.lightsail.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import static com.fasterxml.jackson.core.JsonToken.*; /*...
"""GPS position model.""" import logging from auvsi_suas.models import distance from django.contrib import admin from django.core import validators from django.db import models logger = logging.getLogger(__name__) class GpsPositionMixin(models.Model): """GPS position mixin for adding a latitude and longitude de...
""" WSGI config for searcher project. This module contains the WSGI application used by Django's development server and any production WSGI deployments. It should expose a module-level variable named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover this application via the ``WSGI_APPLICATION``...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IdentityAnnounceUnitTest.cs" company="Sean McElroy"> // Copyright Sean McElroy; released as open-source software under the licensing terms of the MIT License. // </copyright> //...
MAX_POWER = 15 RETRACTED = 0 RETRACTING = 1 EXTENDED = 2 EXTENDING = 3 function has_lower_power(node, messages, power) local received_power = messages:source(node.location) return received_power == nil or received_power.value < power end function value_or_zero(message) return message and message.value...
""" Stakeholder engagement API This API enables Intelligent Engagement for your Business. iEngage is a platform that combines process, augmented intelligence and rewards to help you intelligently engage customers. OpenAPI spec version: 1.0 Generated by: https://github.com/swagger-api/swagger-code...
console.log('confirming final connection with web Javascript')
package io.grpc; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Preconditions; import java.net.URI; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /** * Provider of name resolvers for name agnostic consumption. * * <p>Implementations <em>shoul...
package com.xanderblinov.translator.adapter; import android.app.Activity; import android.content.Context; import android.database.Cursor; import android.text.TextUtils; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; /** * Date: 3/9/2015 * Time: 11:43 AM * * @author xan...
import os import sys target_dir_path = sys.argv[1] suffix = sys.argv[2] for f in os.listdir(target_dir_path): print f[:-13] if f[:-13] != suffix: continue old_path = os.path.join(target_dir_path,f) new_path = os.path.join(target_dir_path,suffix) os.rename(old_path,new_path)
<!DOCTYPE html> <html class="no-js"><head> <title>new hampshire for sale - craigslist</title> <meta name="description" content="new hampshire for sale - craigslist"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <link rel="canonical" href="https://nh.craigslist.org/search/sss"> <link r...
getJasmineRequireObj().JsApiReporter = function() { var noopTimer = { start: function(){}, elapsed: function(){ return 0; } }; function JsApiReporter(options) { var timer = options.timer || noopTimer, status = "loaded"; this.started = false; this.finished = false; ...
// // ======================================================================== // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
package com.github.dandelion.datatables.core.extension.plugin; import java.util.Arrays; import java.util.HashSet; import org.junit.Test; import com.github.dandelion.core.web.AssetRequestContext; import com.github.dandelion.datatables.core.extension.AbstractExtensionTest; import com.github.dandelion.datatables.core.e...
import io import os import re import sys from glob import glob from invoke import task #: branch prefixes for which some checks are skipped SPECIAL_BRANCHES = ("master", "develop", "release") @task def clean(c): """ Remove artifacts and binary files. """ c.run("python setup.py clean --all") patterns = [...
// // CRenderTargetDepthOGLES1_1.h // OpenJam // // Created by Yevgeniy Logachev on 9/2/16. // // #if defined(RENDER_OGLES1_1) #ifndef CRENDERTARGETDEPTHOGLES1_1_H #define CRENDERTARGETDEPTHOGLES1_1_H #include "CRenderTargetDepthOGLBase.h" namespace jam { class CRenderTargetDepthOGLES1_1 : public CRenderT...
package org.unitime.timetable.gwt.client.rooms; import org.unitime.timetable.gwt.client.ToolBox; import org.unitime.timetable.gwt.client.page.UniTimeNotifications; import org.unitime.timetable.gwt.client.page.UniTimePageLabel; import org.unitime.timetable.gwt.client.widgets.LoadingWidget; import org.unitime.timetable...
#include "config.h" #include "NavigationAction.h" #include "Event.h" #include "FrameLoader.h" #include "ScriptController.h" namespace WebCore { static NavigationType navigationType(FrameLoadType frameLoadType, bool isFormSubmission, bool haveEvent) { if (isFormSubmission) return NavigationType::FormSub...
<?php class Google_Service_Compute_InstanceGroupManagersListPerInstanceConfigsResp extends Google_Collection { protected $collection_key = 'items'; protected $itemsType = 'Google_Service_Compute_PerInstanceConfig'; protected $itemsDataType = 'array'; public $nextPageToken; protected $warningType = 'Google_S...
<?php use \PHPUnit\Framework\TestCase; use \GuzzleHttp\Client; class GuzzleHarness extends TestCase { /** @var GuzzleHttp\Client */ protected $client = null; public function setUp() { $this->client = new Client([ 'base_uri' => 'http://127.0.0.1:8081', 'timeout' => 1, ...
package com.planet_ink.coffee_mud.Abilities.Traps; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import ...
<?php namespace ZendTest\Config\Reader; use \PHPUnit_Framework_TestCase as TestCase, \Zend\Config\Reader\Reader, \ReflectionClass; /** * @category Zend * @package Zend_Config * @subpackage UnitTests * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: CNum.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></scri...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<?php /** * ControllerCommand generates a controller class. * * @author Qiang Xue <qiang.xue@gmail.com> * @package system.cli.commands.shell * @since 1.0 */ class ControllerCommand extends CConsoleCommand { /** * @var string the directory that contains templates for the model command. * Defaul...
// Copyright Joyent, Inc. and other Node contributors. // // 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, modi...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
<div class='api-documentation content'> <div class='alert alert-success'> <span> <ul> <li>This is API documentation, both REST and SOAP.</li> <li> Please be advised that as long as STAPI stays in alpha version, SOAP contracts and Swagger specifications can and will change. New versions of STAPI ...
'use strict' const TestRunner = require('test-runner') const commandLineArgs = require('../') const a = require('assert') const runner = new TestRunner() runner.test('type-other: different values', function () { const definitions = [ { name: 'file', type: function (file) { return file ...
import serial from time import sleep #ser = serial.Serial("/dev/ttyAMA0",115200) #ser = serial.Serial("/dev/ttyS0",115200) ser = serial.Serial(port="/dev/ttyUSB0",baudrate=9600,timeout=10) print('serial test start ...') cnt = 0 str1 = 'Hello World ' try: while True: str2 = str1 + str(cnt) + str('\n') ...
Data analysis can help us understand what is in the dataset and the characteristics of the data. Data binning is a commonly-used data analysis technique. It groups continous values into a small number of discretized bins. We will get the distribution of the data from the binning result. We can use SQLFlow TO RUN stat...
id: 472 title: Nueva apariencia date: 2011-08-03T19:13:24+00:00 author: nhpatt layout: post guid: http://nhpatt.com/nueva-apariencia/ permalink: /nueva-apariencia/ categories: - blog --- No he resistido la tentación y he cambiado de theme (una vez más). Intento encontrar la mejor combinación de sencillez y legibilida...
package widgets import ( "strings" "github.com/ambientsound/pms/songlist" "github.com/ambientsound/pms/style" "github.com/gdamore/tcell/v2" "github.com/gdamore/tcell/v2/views" ) type ColumnheadersWidget struct { columns songlist.Columns view views.View style.Styled views.WidgetWatchers } func NewColumn...
package data.hullmods; import com.fs.starfarer.api.combat.BaseHullMod; public class NullHullMod extends BaseHullMod { }
/** * */ package org.commcare.xml; import java.io.IOException; import java.util.Vector; import org.commcare.data.xml.TransactionParser; import org.commcare.xml.util.InvalidStructureException; import org.commcare.xml.util.UnfullfilledRequirementsException; import org.javarosa.core.model.instance.FormInstance; impor...
package org.apache.predictionio.tools import java.io.File import grizzled.slf4j.Logging import org.apache.predictionio.data.storage.EngineManifest import org.apache.predictionio.data.storage.EngineManifestSerializer import org.apache.predictionio.data.storage.Storage import org.apache.hadoop.conf.Configuration imp...
import logger from '@pnpm/logger' import normalizeRegistryUrl = require('normalize-registry-url') import {StoreController} from 'package-store' import path = require('path') import {LAYOUT_VERSION} from '../constants' import pnpmPkgJson from '../pnpmPkgJson' import { ReporterFunction } from '../types' export interface...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t4087051103; // System.Object struct Il2...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Biatora furfuracea Kremp. ### Remarks null
from django.core.exceptions import ObjectDoesNotExist from djblets.webapi.decorators import webapi_response_errors from djblets.webapi.errors import DOES_NOT_EXIST from djblets.webapi.fields import BooleanFieldType, StringFieldType from reviewboard.hostingsvcs.errors import HostingServiceError from reviewboard.scmtool...
using System; using System.Linq.Expressions; using HyperMock.Exceptions; using HyperMock.Matchers; using Shouldly; using Xunit; namespace HyperMock.UnitTests.Matchers { public class PredicateParameterMatcherTests { private readonly PredicateParameterMatcher _matcher; public PredicateParameter...
package com.google.cloud.compute.v1; import com.google.api.core.BetaApi; import com.google.api.gax.httpjson.ApiMessage; import java.util.List; import java.util.Objects; import javax.annotation.Generated; import javax.annotation.Nullable; @Generated("by GAPIC") @BetaApi /** * Request object for method compute.instan...
package org.kie.server.api; public class KieServerConstants { public static final String LOCATION_HEADER = "Location"; public static final String CLASS_TYPE_HEADER = "X-KIE-ClassType"; public static final String KIE_CONTENT_TYPE_HEADER = "X-KIE-ContentType"; public static final String KIE_CONVERSAT...
<!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_05) on Tue Feb 02 23:09:48 CET 2016 --> <title>Uses of Class com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial.MaterialType (libgdx API)</...
<!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_75) on Wed Jun 10 23:21:21 IST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Overview (Solr 5.2....
package serverrpc import ( "net" "github.com/golang/glog" "github.com/hyperhq/hyperd/daemon" "github.com/hyperhq/hyperd/types" "google.golang.org/grpc" ) // ServerRPC is the main server for gRPC type ServerRPC struct { server *grpc.Server daemon *daemon.Daemon } // NewServerRPC creates a new ServerRPC func N...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Poria endotephra Bres. ### Remarks null
#include "mitkIGTConfig.h" #include "mitkIGTUIActivator.h" //All Tracking devices, which should be available by default #include "mitkNDIAuroraTypeInformation.h" #include "mitkNDIPolarisTypeInformation.h" #include "mitkVirtualTrackerTypeInformation.h" #include "mitkMicronTrackerTypeInformation.h" #include "mitkNPOpt...
import __future__ import sys sys.stdin = open("./stdin.txt", 'r') save = {} save_arr = [] for _ in range(int(raw_input())): name = raw_input() score = float(raw_input()) save_arr.append(score) save.setdefault(score,[]) save[score].append(name) save[score] = sorted(save[score]) k = sorted(list(...
var webpack = require('webpack'); var path = require('path'); var SRC_DIR = path.resolve(__dirname + '/src'); var config = { entry: SRC_DIR + '/index.js', output: { path: './public', filename: 'bundle.js' }, module: { rules: [{ test: /\.scss$/, use: [{ loader: "style-...
<!DOCTYPE html> <head> <title>About me</title> <meta charset="UTF-8"> <!-- Bootstrap 3 is mobile-first. Use this to ensure proper rendering and touch zooming --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="http:...
using namespace seqan; using namespace std; SEQAN_DEFINE_TEST(test_GParseMasterID_dummy) { String<char> masterId= "$ABCD$"; String<char> refSeq= "ABCDE$CDE$" storage.maxId="CCC"; clusterRecord.id="CDAB$CCC$"; String<char> res = GParseMasterID(masterId,refSeq); SEQAN_ASSERT_EQ(res="$CDE$"); } #en...
<div id="canvas_applet"> <style> </style> <div style="height:100%; position:relative;"> <div id="plugin_example_graph" style="height:250px;width:80%;margin:1em auto;border:1px solid gray;"></div> </div> </div> <script> (function () { var view = Backbone.View.extend({ ...
Data Formats ============ YAML ---- The term *YAML* stand for "YAML Ain't Markup Language". According to the Web Page at * <http://yaml.org/> "YAML is a human friendly data serialization standard for all programming languages." There are multiple versions of YAML existing and one needs to take care of that your sof...
<?xml version="1.0" encoding="UTF-8"?> <billStatus> <bill> <billType>HR</billType> <constitutionalAuthorityStatementText><![CDATA[<pre>From the Congressional Record Online through the Government Publishing Office [<a href='http://www.gpo.gov'>www.gpo.gov</a>]By Mr. BLUMENAUER:H.R. 1266.Congress has the power ...
class AddStateToTopics < ActiveRecord::Migration def change add_column :topics, :state, :string, null: false, default: 'approved' add_index :topics, :state end end
package db_test import ( "testing" "github.com/lxc/lxd/lxd/db" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) // Add, get and remove an operation. func TestOperation(t *testing.T) { tx, cleanup := db.NewTestClusterTx(t) defer cleanup() id, err := tx.OperationAdd("abcd") require...
<?php /* Safe sample input : use proc_open to read /tmp/tainted.txt sanitize : check if there is only letters and/or numbers construction : interpretation with simple quote */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and dist...
<form clrForm clrLayout="vertical" *ngIf="!title"> <clr-input-container *ngFor="let item of data"> <label>{{item.label}}</label> <input clrInput type="text" [(ngModel)]="item.value" [name]="item.label" disabled> </clr-input-container> </form> <div class="card" *ngIf="title"> <div class="card-header"> ...
/** * @fileoverview Tests for keyword-spacing rule. * @author Toru Nagashima */ "use strict"; //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ const parser = require("../../fixtures/fix...
<!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_112-google-v7) on Fri Mar 16 11:21:54 PDT 2018 --> <title>SandboxFactory</title> <meta name="date" content="2018-03-16"> <link rel="stylesheet"...
function model = modelAddDynamics(model, type, varargin) % MODELADDDYNAMICS Add a dynamics kernel to the model. % % Description: % % MODELADDDYNAMICS(MODEL, TYPE, ...) adds a dynamics model to a model. % Arguments: % MODEL - the model to add dynamics to. % TYPE - the type of dynamics model to add in. % ... - ad...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_131) on Tue Jun 20 01:13:30 CEST 2017 --> <title>F-Index</title> <meta name="date" content="2017-06-20"> <link rel="stylesheet" type="text/css"...
package org.ephman.abra.tools; import java.util.Map; /** just a generator interface * * @author Paul M Bethe * @version 9/19/02 */ public interface ClassGenerator extends Generator { /** listing of mappings from dave-knull types to the type names of that language */ public Map getTypeMap (); }
#ifndef USER_STATUS_H #define USER_STATUS_H #include <string> #include <stdint.h> #include <stdlib.h> #include "GPStream.h" /*Basic API*/ class IStatusType { public: IStatusType(const std::string name):mName(name){} virtual ~IStatusType(){} inline std::string name() const {return mName;} virtual voi...
#include <array> #include <cstdio> #include <iostream> #include <sstream> #include <stdexcept> #include <string> #include <vector> #ifndef FMT_HEADER_ONLY #define FMT_HEADER_ONLY #endif // clang-format off #include "scv/scv_util.h" #include "scv/scv_introspection.h" #include "scv/scv_tr.h" // clang-format on #include ...
package com.tectonica.jonix.onix3; import java.io.Serializable; import com.tectonica.jonix.JPU; import com.tectonica.jonix.OnixElement; import com.tectonica.jonix.codelist.ContributorPlaceRelators; import com.tectonica.jonix.codelist.RecordSourceTypes; /* * NOTE: THIS IS AN AUTO-GENERATED FILE, DON'T EDIT MANUALL...
<?php declare(strict_types=1); /* * This file is part of PHP CS Fixer. * * (c) Fabien Potencier <fabien@symfony.com> * Dariusz Rumiński <dariusz.ruminski@gmail.com> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace PhpCsFixer\Test...
#ifndef __itkImageAlgorithm_h #define __itkImageAlgorithm_h #include "itkImageRegionIterator.h" #ifdef ITK_HAS_STLTR1_TR1_TYPE_TRAITS # include <tr1/type_traits> #elif defined ITK_HAS_STLTR1_TYPE_TRAITS # include <type_traits> #else # include "itkIsSame.h" #endif namespace itk { template <typename TPixelType, u...
<?php declare(strict_types=1); /** * @see https://github.com/gajus/dindent for the canonical source repository * * @license https://github.com/gajus/dindent/blob/master/LICENSE BSD 3-Clause * * The following code is a Gajus' Dindent library. * * Because there are some troubles related with the last versions ...
from sys import exc_info from traceback import format_exception from pysnmp.carrier.base import AbstractTransportDispatcher from pysnmp.error import PySnmpError from tornado.ioloop import IOLoop, PeriodicCallback class TornadoDispatcher(AbstractTransportDispatcher): def __init__(self, io_loop=None): Abst...
A subscriber is a function attach to an application. This subscriber will be notify every time an event/message is being handle by the application. ## Signature As we can see here a subscriber is a function taking `ModelChanged<'TMessage,'TModel>` as an entry and return `unit`. ModelChanged type definition: ```fsha...
-------------------------------- -- Overload methods to set new value at the specified index.<br> -- note If the index is out of range, it will throw an exception.<br> -- param val List value.<br> -- param index List index. -- @function [parent=#MWArrayList] setObjectAtIndex -- @param self -- @param #cc.Ref v...
id: 587d8251367417b2b2512c61 title: Lavorare con i nodi in una lista concatenata challengeType: 1 forumTopicId: 301721 dashedName: work-with-nodes-in-a-linked-list --- # --description-- Un'altra struttura dati che incontrerai in computer science è la <dfn>lista concatenata</dfn>. Una lista concatenata è una collezion...
@interface _____beatUITests : XCTestCase @end @implementation _____beatUITests - (void)setUp { [super setUp]; // Put setup code here. This method is called before the invocation of each test method in the class. // In UI tests it is usually best to stop immediately when a failure occurs. se...
\documentclass[11pt]{article} \usepackage{html} \usepackage{psfig} \usepackage{nomencl} \oddsidemargin -0.1in % Note that \oddsidemargin = \evensidemargin \evensidemargin -0.1in %\topmargin -55pt % Nominal distance from top of page to top % % of box containing running head. \h...
package betterwithaddons.item; import betterwithaddons.entity.EntityArtifactFrame; import betterwithaddons.util.IHasVariants; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.entity.EntityHanging; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Ite...
/** * Created by guntars on 07/04/15. */ define(['dm/Model'], function (Model) { return Model.extend({ init: function () { this.data = { a: 0, b: 2 } this.localEventBus.subscribe('test', function (cb, data) { cb('Test Work...
<hr size="1"> <address style="text-align: right;"> <a href="http://sourceforge.net" title="Hosted by SourceForge.net" target="_top"> <img src="http://sourceforge.net/sflogo.php?group_id=12272&amp;type=1" width="88" height="31" border="0" align="top" alt="SourceForge.net Logo" /></a> <small>Generated by&nbsp;<a href="h...
/* wd.c: A WD80x3 ethernet driver for linux. */ /* Written 1993-94 by Donald Becker. Copyright 1993 United States Government as represented by the Director, National Security Agency. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by referen...
package com.capitalone.dashboard.datafactory.jira.sdk.connector; import com.google.api.client.http.HttpRequestFactory; /** * Generates the base HTTP connection artifact needed to connect to Jira * * @author kfk884 * */ public interface BaseConnection { /** * Generates proxy credentials * * @param proxy ...
Full source for [astronomytonight.net](http://astronomytonight.net/main/form.sky), a site for amateur astronomers. The site has basic astronomy data for any location, and weather data for specific countries (the US and Canada). Customizable for your observing location. The layout of the source tree matches the runtime...
using System; using System.Collections.Generic; using System.Configuration; using System.Reflection; using Spark.Parser; namespace Spark.Configuration { public class SparkSectionHandler : ConfigurationSection, ISparkSettings { [ConfigurationProperty("xmlns")] public string XmlNamespace ...