text
stringlengths
3
1.05M
I know how to create GTEventMultiBundle object from a collection of GTEventBundle objects.
package main import ( "flag" "fmt" "log" "os" "path/filepath" "github.com/jlhawn/stemma" "github.com/jlhawn/stemma/sysutil" ) func main() { flag.Parse() if flag.NArg() < 1 { fmt.Println("Usage: stemma-show-app DIGEST|TAG") os.Exit(1) } repo, err := stemma.NewRepository(".") if err != nil { log.Fa...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * DataTables features */ .dataTables_wrapper { position: relative; clear: both; zoom: 1; /* Feeling sorry for IE */ } .dataTables_processing { position: absolute; top: 50%; left: 50%; width: 250px; height: 30px; margin-left: -125p...
var _= require('underscore'); module.exports= exports= _; exports.sum= function (arr) { return _.reduce(arr, function(memo, num){ return memo + num; }, 0); }; exports.allKeys= function (a,b) { return _.union(_.keys(a),_.keys(b)); };
package mntrng.event; public class EventTag { private final String name; private final String value; public EventTag(String name, String value) { this.name = name; this.value = value; } public String getName() { return name; } public String getValue() { r...
var ignoreWordsArr = require('./ignoreWords') ; /** * Counts word frequncy from string passed in and returns the result * @param {String} string The text we want to get word frequency from * @return {Array} Sorted (desc) array containing objects like { word: "problems", frequency: 99 } */ function getWor...
require "petitest/texts/base_text" module Petitest module Texts class RaisedCodeText < ::Petitest::Texts::BaseText # @return [Petitest::Test] attr_reader :test # @param test [Petitest::Test] def initialize(test:) @test = test end # @note Override def to_s ...
package com.kasabi.data.movies; public interface Linker { public String getURL ( String name ); }
'use strict'; /** * @ngdoc function * @name fec3App.controller:AboutCtrl * @description * # AboutCtrl * Controller of the fec3App */ angular.module('fec3App') .controller('payment3Ctrl', function($scope) { $scope.gotopayment4 = function() { window.location = "#/payment3";...
Last night, I tweeted this: <blockquote class="twitter-tweet"><p>Wouldn’t it be nice if instead of returning an array of objects from a fetch, Core Data returned some kind of auto updating fetch result?</p>&mdash; Luke Redpath (@lukeredpath) <a href="https://twitter.com/lukeredpath/status/277934596811804673" data-date...
set -e cd cmd/hardhat CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o hardhat .
using System; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin.Security; using InsectCatalog.Models; namespace InsectCatalog.Controllers { [Authorize] public class M...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Syll. fung. (Abellini) 1: 536 (1882) #### Original name Sphaeria arbuticola Fr., 1823 ### Remarks null
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("02....
<%# Copyright 2013-2017 the original author or authors from the StackStack project. This file is part of the StackStack project, see http://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. Yo...
<!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_191) on Thu Oct 25 10:18:51 CEST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Constant Field Values (eID...
namespace content { namespace { GURL GetStartupURL() { base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); if (command_line->HasSwitch(switches::kContentBrowserTest)) return GURL(); const base::CommandLine::StringVector& args = command_line->GetArgs(); #if defined(OS_ANDROID) // Del...
include('harvestfestival:quests/templates/default_quest') include('harvestfestival:quests/templates/base_npc') required_npc = 'yulif' function canStart (player, scripts) { if (prereq == undefined) { return true } else { return scripts.completed('harvestfestival:npcs_harvest_goddess_hearts_0_blueprints') ...
package thehambone.blackopsterminalemulator.io; import java.awt.Image; import java.awt.image.BufferedImage; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Constructor; import java.lang.reflect....
define(['jquery', './pubsub'], function ($, pubSub) { 'use strict'; var constants = {}; constants.APP_NAME = 'The Lab'; constants.CODEMIRROR_ELEMENT = document.getElementById('myCodeMirror'); constants.getJQ_HELP_BUTTONS = function () { return $('.helpButton'); }; constants.getJ...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.lakra.word"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic...
@implementation NSArray (Category) - (NSArray *)reverseArray{ NSArray *reverseArray = self.reverseObjectEnumerator.allObjects; return reverseArray; } - (NSArray *)sortArray{ NSArray *sortReturnArray = [self sortedArrayUsingComparator:^NSComparisonResult(id obj1, id obj2) { return [obj1 localizedSta...
package com.amazonaws.services.cloudformation.model; import java.io.Serializable; import javax.annotation.Generated; /** * <p> * The output for a <a>CreateStack</a> action. * </p> * * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateStack" target="_top">AWS API * Docum...
title: Calico Networking for Mesos canonical_url: 'https://docs.projectcalico.org/v2.6/getting-started/mesos/' --- Calico introduces ip-per-container & fine-grained security policies to Mesos, while maintaining speed and scalability and rendering port-forwarding obsolete. Mesos supports several different Networking A...
import factories from "../api" export default opts => { const { galaxyLoaderWithoutAuthenticationFactory } = factories(opts) const galaxyLoader = galaxyLoaderWithoutAuthenticationFactory return { galaxyGalleriesLoader: galaxyLoader(id => `galleries/${id}`), } }
beer = 99 while beer >= 0: if beer == 2: print beer, "bottles of beer on the wall,", beer, "bottles of beer." print "Take one down and pass it around,no more bottles of beer on the wall." elif beer == 1: print beer, "bottle of beer on the wall,", beer, "bottle of beer." print "...
/* * CCAccelerometer.h * * Created on: Aug 9, 2011 * Author: laschweinski */ #ifndef CCACCELEROMETER_H_ #define CCACCELEROMETER_H_ #include "platform/CCAccelerometerDelegate.h" namespace cocos2d { class CCAccelerometer { public: CCAccelerometer(){} ~CCAccelerometer(){} static CCAcceleromet...
import { Component, OnInit } from '@angular/core'; import { CartService } from '../cart.service'; @Component({ selector: 'app-cart', templateUrl: './cart.component.html', styleUrls: ['./cart.component.css'] }) export class CartComponent implements OnInit { items; constructor( private cartService: CartSe...
module TransitionMatrix ( makeMatrix , randomMatrix , randomMatrixNullDiag , mkRandomTransitionMatrix , mkRandomNullDiagTransitionMatrix , mkBlockTransitionMatrix , toTransitionMatrix , toNLMatrix , fromNLMatrix , eig , estimatePAbs , TransitionMatrix (..) , TransitionMatrixGenerator (..) ) where import Data.Matrix im...
BOOST_AUTO_TEST_SUITE(getarg_tests) static void ResetArgs(const std::string& strArg) { std::vector<std::string> vecArg; if (strArg.size()) boost::split(vecArg, strArg, boost::is_space(), boost::token_compress_on); // Insert dummy executable name: vecArg.insert(vecArg.begin(), "testbitcoin"); ...
package com.microrisc.simply.iqrf.dpa.v21x.di_services.method_id_transformers; import com.microrisc.simply.di_services.MethodIdTransformer; import com.microrisc.simply.iqrf.dpa.v21x.devices.Coordinator; import com.microrisc.simply.iqrf.dpa.v21x.devices.EEEPROM; import com.microrisc.simply.iqrf.dpa.v21x.devices.EEPRO...
<?xml version="1.0" encoding="UTF-8"?> <sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4"> <model> <listOfCompartments> <compartment id="c" constant="false"/> </listOfCompartments> <listOfParameters> <parameter id="p" value="1" constant="false"/> <parame...
package viewVerktyg; import javafx.application.Application; import javafx.application.Platform; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.control.TextField; import jav...
package com.jivesoftware.robot.intellij.plugin.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface RobotForLoopInRange extends PsiElement { @Nullable RobotDoubleBoundForLoop getDoubleBoundForLoop(); @Nullable RobotDoubleBoundForLoopWithStep ge...
.. Redcon documentation master file, created by sphinx-quickstart on Thu Jul 17 17:03:48 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Redcon's documentation! ================================== Contents: .. toctree:: :maxd...
module Assert { export class Assert implements IAssert { that: IAssertThat = AssertThat.call(this); } function AssertThat(): IAssertThat { var object: any = function <T>(item: T): IValueAssertion<T> { return new AssertionContainer([item]); } object.all = AssertA...
package info.dgjones.st2x.transform.tokenmatcher; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import info.dgjones.st2x.javatoken.JavaToken; import info.dgjones.st2x.util.ToStringGenerator; public class MatchAny implements TokenMatcher { private final List<TokenMatcher> matchers...
class FixColumns < ActiveRecord::Migration def change rename_column :versions, :projeto_id, :project_id rename_column :links, :projeto_id, :project_id rename_column :pictures, :projeto_id, :project_id end end
module OkrsHelper end
title: Displaying PDFs lazily with Vue author: Ross Kaffenberger published: true summary: Building a PDF Viewer with Vue - Part 2 description: This tutorial demonstrates how to use Vue to defer fetching and rendering of PDF page data until elements are scrolled into the client browser. series: 'PDF Viewer' category: Co...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>founify: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
var express = require('express'); var router = express.Router(); var pg = require('pg'); //pg.defaults.user = "dude"; //pg.defaults.host = '/var/run/postgresql'; router.param('coords', function(req, res, next, coords) { // do validation on coords here // blah blah validation // log something so we know its work...
#include "time-utils.h" #if USE_BOOST_CHRONO_MONOTONIC_TIME #include <boost/chrono.hpp> extern "C" uint64_t time_get_monotonic_us() { return boost::chrono::duration_cast<boost::chrono::microseconds>( boost::chrono::steady_clock::now().time_since_epoch()) .count(); } #endif // USE_BOOST_CHRONO_MONOTONIC_TIME
package id.web.twoh.coolandroiddesign; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.MenuItem; import android.view.View; import android.widget....
<?php namespace Phix_Project\ExceptionsLib1; use Exception; class E4xx_MethodNotAllowedException extends E4xx_BadRequestException { public function __construct($message, $cause = null) { Exception::__construct('Method not allowed: ' . $message, 405, $cause); } }
layout: post title: "Who am I?" subtitle: "This is the subtitle" date: 2016-01-20 00:11:17 -0800 categories: Technology --- This is my inagural post. I pose the question, 'Who am I?' Zoolander has taught us all that there is more to life than being really, really, ridiculously good-looking. Continue blog post here....
title: Torneo de Ping Pong 🏓 layout: post-novedad featured: false categoria: noticia fecha: 25 de septiembre hora: 11hs image_url: /img/ping-pong-vecinal.jpg meta: Este domingo 24 organizamos un torneo de Ping Pong abierto a toda la comunidad del paraje entre ríos. --- Les dejamos esta foto con todos los participante...
package Boutons; import Controleurs.Controleur; import Controleurs.ControleurExterne; import Controleurs.ControleurInterne; import Requetes.Requete; import Requetes.RequeteInterne; /**{@link BoutonInterne} permettant de stopper l'{@link Client.Ascenseur} dans lequel il se trouve. * @author Thomas */ public class Bo...
@implementation AsyncResultCancel @end #pragma mark - AsyncResultUndefined static AsyncResultUndefined* singletonUndefined = nil; @implementation AsyncResultUndefined + (AsyncResultUndefined*)sharedUndefined { // Though this method possibly returns a different object in a strict sense, it should not be a proble...
Cookpad::Application.routes.draw do get "pages/index" root 'pages#index' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root" # root 'welcome#index' # Example of ...
module.exports = { rules: { 'selector-list-comma-newline-after': 'always', 'selector-list-comma-newline-before': 'never-multi-line', 'selector-list-comma-space-after': 'always-single-line', 'selector-list-comma-space-before': 'never' } };
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Ver...
var Backbone = require('backbone'), _ = require('underscore'); exports.init = function(){ var Router = Backbone.Router = function(options) { this.cid = _.uniqueId('Router'); this._configure(options || {}); this.initialize.apply(this, arguments); }; var routerOptions = ['attributes']; _.extend(Router.prot...
import * as asn1js from "asn1js"; import { getParametersValue, clearProps } from "pvutils"; import OtherKeyAttribute from "./OtherKeyAttribute.js"; //************************************************************************************** /** * Class from RFC5652 */ export default class RecipientKeyIdentifier {...
import Ember from 'ember'; const { isArray } = Ember; var ABORT = 0; var ROLLBACK = 1; var BUBBLE = 2; function addDirtyModel(dirtyModels, model) { if (!isArray(model)) { model = [model]; } model.forEach(m => { var hasDirtyAttributes = m.get('hasDirtyAttributes'); // backward compatibility if...
using BrumWithMe.MVC.Controllers; using BrumWithMe.Services.Data.Contracts; using BrumWithMe.Services.Providers.Mapping.Contracts; using BrumWithMe.Web.Models.Trip; using Moq; using NUnit.Framework; using TestStack.FluentMVCTesting; namespace BrumWithMe.Mvc.Tests.Controllers.TripControllerTests { [TestFixture] ...
package org.hackreduce.models; import java.util.logging.Logger; import org.apache.hadoop.io.Text; public class FreebaseQuadRecord { Logger LOG = Logger.getLogger(FreebaseQuadRecord.class.getName()); private String source; private String property; private String destination; private String value; public Free...
<?php class Engine_Memcached extends Engine_Interface { private $memdata = array(); private $mid; private $cache; private $timeLife = 2592000; // 1 месяц public function __construct() { parent::__construct(); if ($this->registry["memc"]) { $this->cache = new Memcache(); $this->cache->connect($thi...
.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); y...
"""Check that a check is working.""" from past.builtins import basestring from unittest import TestCase import os import codecs class Check(TestCase): """All tests inherit from Check.""" __test__ = False def setUp(self): """Placeholder for setup procedure.""" pass def tearDown(self...
package org.assertj.core.error; import java.util.List; /** * Creates an <code>{@link AssertionError}</code> indicating that an assertion that verifies that an object * has null fields failed. * * @author Vladimir Chernikov */ public class ShouldHaveAllNullFields extends BasicErrorMessageFactory { private sta...
#include "protocol_common.h" #include <algorithm> #include <variant> #include "logger.h" #include "thing.h" #include "creature.h" #include "item.h" #include "incoming_packet.h" #include "outgoing_packet.h" namespace protocol { static const utils::data_loader::ItemTypes* item_types = nullptr; void setItemTypes(con...
package com.alibaba.jstorm.stats.rolling; import java.util.HashMap; import com.alibaba.jstorm.callback.RunnableCallback; import com.alibaba.jstorm.utils.TimeUtils; public class RollingWindowSet { private RunnableCallback updater; private RunnableCallback extractor; private RollingWindow[] windows; // all_time st...
import "reflect-metadata"; import {createConnection, ConnectionOptions} from "../../src/index"; import {EverythingEntity} from "./entity/EverythingEntity"; const options: ConnectionOptions = { driver: { type: "sqlite", storage: "temp/sqlitedb.db" }, logging: { logOnlyFailedQueries: ...
[&#8249; Apteligent Doc Home](./) <h1>Apteligent Integration Guide</h1> <<[../../shared/-VERSION-/version.md] ##SDK Version <<[../version] ##Integration Sign up for [Apteligent](https://www.apteligent.com/) and create your app. Open a terminal and use the following command to install the SDKBOX Apteligent plugin. `...
@interface ViewController : UIViewController @end
#region MIT License #endregion using System; using System.Runtime.InteropServices; using SharpFont.Internal; namespace SharpFont { /// <summary> /// The size metrics structure gives the metrics of a size object. /// </summary> /// <remarks><para> /// The scaling values, if relevant, are determined first durin...
<html> <body> This inspection reports long literals ending with lowercase 'l'. These literals may be confusing, as lowercase 'l' looks very similar to '1'. <p> <small>Powered by InspectionGadgets</small> </body> </html>
require 'spec_helper' describe Shoulda::Matchers::ActiveModel::Helpers do include Shoulda::Matchers::ActiveModel after { I18n.backend.reload! } describe 'default_error_message' do context 'if the translation for the model attribute’s error exists' do it 'provides the right error message for validate_p...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace OpenidConnectExample.Models.ManageViewModels { public class ChangePasswordViewModel { [Required] [DataType(DataType.Password)] [Displa...
TestHelpers.commonWidgetTests( "droppable", { defaults: { accept: "*", activeClass: false, addClasses: true, create: null, disabled: false, greedy: false, hoverClass: false, scope: "default", tolerance: "intersect" } });
from qgis.core import * layer = processing.getObject(entree) field1_index = layer.fieldNameIndex(dip) if layer.selectedFeatureCount(): nb = len(layer.selectedFeatures()) T = [elem.attributes()[field1_index] for elem in layer.selectedFeatures()] else: nb = layer.featureCount() T = [elem.attributes()[fie...
package io.awacs.component.org.jetbrains.java.decompiler.modules.decompiler; import io.awacs.component.org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent; import io.awacs.component.org.jetbrains.java.decompiler.modules.decompiler.exps.IfExprent; import io.awacs.component.org.jetbrains.java.decompiler.modul...
package org.guvnor.ala.ui.openshift.backend.handler; import java.util.HashMap; import java.util.Map; import org.guvnor.ala.openshift.config.OpenShiftProviderConfig; import org.guvnor.ala.ui.model.ProviderConfiguration; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mocki...
package org.apache.beam.runners.apex.translation; import java.util.List; import org.apache.beam.runners.apex.ApexRunner; import org.apache.beam.runners.apex.translation.operators.ApexParDoOperator; import org.apache.beam.sdk.coders.Coder; import org.apache.beam.sdk.transforms.DoFn; import org.apache.beam.sdk.transfo...
require('babel-register'); if (process.env.NODE_ENV === 'production') { console.log('enabling newrelic service'); require('newrelic'); } require('./server');
package gittp import "net/http" type gitContext struct { r *http.Request w http.ResponseWriter } // NotFound sends a not found response func (h *gitContext) NotFound() { http.Error(h.w, "not found", http.StatusNotFound) }
package pl.java.scalatech.entity; import java.time.LocalDateTime; import org.codehaus.jackson.annotate.JsonIgnoreProperties; import org.codehaus.jackson.annotate.JsonProperty; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.ToString; import ...
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2"> <!-- From: file:/tmp/tmp-deduplicated544265255467845272/blaze-out/gcc-4.X.Y-crosstool-v18-hybrid-grtev4-k8-opt/genfiles/java/com/google/android/gmscore/integ/client/cast/res/values-ja/cast_strings.xml --> <eat-c...
multilanguage-interface-demo是基于multilanguage开发的一个多语接口demo,当一个多语系统变得复杂时, 考虑到性能、容错或者耦合性可能需要剥离出来,这时就可以参考该demo。 multilanguage可参考https://github.com/xionghuiCoder/multilanguage
package io.github.tpartyka.testapp import akka.actor.ActorSystem import akka.event.{Logging, LoggingAdapter} import akka.http.scaladsl.Http import akka.http.scaladsl.server.Route import akka.stream.ActorMaterializer import de.heikoseeberger.akkahttpcirce.FailFastCirceSupport import scala.concurrent.ExecutionContext ...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.o...
package requirements import ( "cf/api" "cf/configuration" "cf/models" "cf/net" "cf/terminal" ) type DomainRequirement interface { Requirement GetDomain() models.DomainFields } type domainApiRequirement struct { name string ui terminal.UI config configuration.Reader domainRepo api.DomainR...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.psi.impl; import com.intellij.lang.ASTNode; import com.intellij.navigation.ItemPresentation; import com.intellij.openapi.util.Pair; import com.intell...
class WebDevToolsAgent; // DevToolsAgentFilter is registered as an IPC filter in order to be able to // dispatch messages while on the IO thread. The reason for that is that while // debugging, Render thread is being held by the v8 and hence no messages // are being dispatched there. While holding the thread in a tigh...
<?php /* TwigBundle:Exception:traces_text.html.twig */ class __TwigTemplate_6c19897a3d5527b317ab9931379a68e1f074a264f5cb680e676db2911bc212cb extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = a...
hello-world-lamp ================ Hello world in PHP to test LAMP deployments!
Compiling/running agyriond unit tests ------------------------------------ agyriond unit tests are in the `src/test/` directory; they use the Boost::Test unit-testing framework. To compile and run the tests: cd src make -f makefile.unix test_agyrion # Replace makefile.unix if you're not on unix ./test_agyrion ...
"""ArangoDB api.""" from functools import wraps, partial from itertools import chain from six.moves import map from six import iteritems import requests import requests.adapters from . import exc import logging LOG = logging.getLogger(__name__) def json_result(): """Decorate an arango response call to extr...
layout: page title: Hutchinson 35th Anniversary date: 2016-05-24 author: Kathleen Dickson tags: weekly links, java status: published summary: Aenean pharetra placerat massa, nec congue quam ultricies. banner: images/banner/meeting-01.jpg booking: startDate: 12/17/2018 endDate: 12/22/2018 ctyhocn: YYBNBHX groupC...
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> <title>Coverage for app/exceptions: 100%</title> <link rel=...
/** * Convert the given string to a unique color. */ export default function stringToColor(string: string): string;
package se.cygni.snake.api.generator; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializationFeature; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import se.cygni.snake.api.GameMessage; import ...
SintraUbuntuer personal web site
import React, { Component } from 'react' import PropTypes from 'prop-types' import { Link } from 'react-router-dom' import Logo from './getthroughit_logo.jpg' import UserNavLink from '../containers/UserNavLink' import { HOME } from '../routes' class Navbar extends Component { render() { return ( <header c...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Phytologia 75:344. 1994 ("1993") #### Original name null ### Remarks null
package org.pweitz.reactnative.locationswitch; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.JavaScriptModule; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.uimanager.ViewManager; import java.util.ArrayList...
.. _refcard_decorators: .. module:: pelix.ipopo.decorators iPOPO Decorators ================ Component definition -------------------- Those decorators describe the component. They must decorate the factory class itself. Factory definition ^^^^^^^^^^^^^^^^^^ The factory definition decorator must be unique per cla...
search_result['4098']=["topic_00000000000009D3.html","LoginRequestDto.UserName Property",""];
#ifndef NDASH_EXTRACTOR_EXTRACTOR_H_ #define NDASH_EXTRACTOR_EXTRACTOR_H_ #include <cstdint> #include "upstream/constants.h" namespace ndash { namespace extractor { class ExtractorInputInterface; class ExtractorOutputInterface; class ExtractorInterface { public: ExtractorInterface() {} virtual ~ExtractorInt...