text stringlengths 3 1.05M |
|---|
first_name = 'Ovi'
last_name = 'Calvo'
age = 113
# RSpec Tests. They are included in this file because the local variables you are creating are not accessible across files. If we try to run these files as a separate file per normal operation, the local variable checks will return nil.
describe 'first_name' do
it ... |
package org.apache.taverna.reference.impl.external.object;
import org.apache.taverna.reference.ExternalReferenceSPI;
import org.apache.taverna.reference.ReferenceContext;
import org.apache.taverna.reference.ValueToReferenceConversionException;
import org.apache.taverna.reference.ValueToReferenceConverterSPI;
/**
*... |
local aspectRatio = display.pixelHeight / display.pixelWidth
application = {
content = {
width = aspectRatio > 1.5 and 800 or math.ceil( 1200 / aspectRatio ),
height = aspectRatio < 1.5 and 1200 or math.ceil( 800 * aspectRatio ),
scale = "letterBox",
fps = 60,
imageSuffix = {
... |
<!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_45) on Thu Jun 04 11:49:47 AEST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class au.gov.amsa.c... |
import React, { Component, PropTypes } from 'react';
// import connect from 'react-redux';
import Helmet from 'react-helmet';
import { PatientForm } from 'components';
import styles from './Patients.scss';
import { connect } from 'react-redux';
import {parseLookup} from 'utils/extractValue';
import {save as savePatient... |
// 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.intellij.execution.lineMarker;
import com.intellij.codeInsight.daemon.LineMarkerInfo;
import com.intellij.execution.ExecutionBundle;
import com.intellij.execution.Tes... |
package com.asakusafw.runtime.io.json;
import java.io.IOException;
/**
* An exception occurred if JSON data is malformed.
* @since 0.10.3
* @see ErrorAction
*/
public class JsonFormatException extends IOException {
private static final long serialVersionUID = 1L;
/**
* Creates a new instance.
... |
<?php
namespace Jazz\Application;
require_once ('Jazz/ILoader.php');
require_once ('Jazz/Application/Finder/APrepare.php');
/**
* Finder Interface
*
* A Finder is responsible for loading and returning the various elements
* within an Application. The following types of files are used:
* - Classes
* - Config ... |
#define DEBUG_TYPE "tailcallelim"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/IntrinsicInst.h"... |
<?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 Lic... |
import { Injectable } from '@angular/core';
/**
* Monaco Editor Service
*
* Service used by Monaco Editor Component to load only once instance of the Monaco Editor Library
*/
@Injectable()
export class DejaEditorService {
private _loading: boolean;
private _loader: Promise<unknown>;
/**
* Load... |
<?php
namespace Symfony\Component\Console;
use Symfony\Component\Console\Descriptor\TextDescriptor;
use Symfony\Component\Console\Descriptor\XmlDescriptor;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\C... |
layout: model
title: Detect clinical entities (ner_healthcare_slim)
author: John Snow Labs
name: ner_healthcare_slim
date: 2021-04-01
tags: [ner, clinical, licensed, de]
task: Named Entity Recognition
language: de
edition: Healthcare NLP 3.0.0
spark_version: 3.0
supported: true
annotator: MedicalNerModel
article_header... |
<?php
namespace Magento\Sales\Controller\Order;
use Magento\Sales\Controller\OrderInterface;
class PrintAction extends \Magento\Sales\Controller\AbstractController\PrintAction implements OrderInterface
{
}
|
layout: relation
title: 'compound:atov'
shortdef: 'adjective and verb compound'
udver: '2'
---
compound:atov is used for adjective and verb compound.
~~~ sdparse
Cô ấy già đi quá 。
advmod(già, quá)
compound:pron(Cô, ấy)
nsubj(già, Cô)
compound:atov(già, đi)
punct(già, 。)
~~~
<!-- Interlanguage links updated Po lis 1... |
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
-moz-border-radius: 0 0 0 0 !impo... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace PlayingWithTrees
{
public class Tree<T>
{
public Tree(T value, params Tree<T>[] children)
{
this.Value = value;
this.Children = new List<Tree<T>>();
foreach (var child in children)... |
require 'spec_helper'
module VSphereCloud
describe Network, fake_logger: true do
subject(:network) { Network.new(switch_provider, router_provider, ip_block_provider) }
let(:nsxt_provider) { instance_double(VSphereCloud::NSXTProvider) }
let(:switch_provider) { instance_double(VSphereCloud::NSXTSwitchProvi... |
namespace CSPong
{
namespace
{
const f32 k_maxForce = 500000.0f;
}
CS_DEFINE_NAMEDTYPE(AIControllerComponent);
//----------------------------------------------------------
//----------------------------------------------------------
AIControllerComponent::AIControllerCompon... |
import java.io._
import scala.reflect.io.AbstractFile
import scala.tools.nsc.Settings
import scala.tools.nsc.interpreter.IMain
import scala.tools.nsc.util._
import scala.reflect.internal.util.AbstractFileClassLoader
import scala.tools.nsc.interpreter.shell.ReplReporterImpl
object Test {
def main(args: Array[String]... |
<resources>
<string name="app_name">RewardAnim</string>
</resources>
|
<?php
class ModelCode extends CCodeModel
{
public $connectionId='db';
public $tablePrefix;
public $tableName;
public $modelClass;
public $modelPath='application.models';
public $baseClass='CActiveRecord';
public $buildRelations=true;
public $commentsAsLabels=false;
/**
* @var array list of candidate relati... |
layout: "fluid/docs_base"
version: "3.6.1"
versionHref: "/docs/v3/3.6.1"
path: ""
category: api
id: "splitpane"
title: "SplitPane"
header_sub_title: "Ionic API Documentation"
doc: "SplitPane"
docType: "class"
---
<h1 class="api-title">
<a class="anchor" name="split-pane" href="#split-pane"></a>
SplitPane
<h3... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.apimanagement.models;
import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
/** The Us... |
require File.expand_path(
File.join(File.dirname(__FILE__), %w[.. lib shellshot]))
require 'rubygems'
require 'test/unit'
require 'ruby-prof'
require 'ruby-debug'
|
/* __ *\
** ________ ___ / / ___ __ ____ Scala.js Test Suite **
** / __/ __// _ | / / / _ | __ / // __/ (c) 2013, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ |/_// /_\ \ http://scala-js.org/ **
** /____/\___/_/ |_/... |
<?php
global $APPLICATION, $errors;
$localization = \WS\Migrations\Module::getInstance()->getLocalization('setup');
$options = \WS\Migrations\Module::getInstance()->getOptions();
$module = \WS\Migrations\Module::getInstance();
$errors && CAdminMessage::ShowMessage(
array(
"MESSAGE" => implode(', ', $errors... |
import Ember from "ember";
import RegexValidation from "./RegexValidation";
/**
* Validate on a regex on each value in a Comma Seperated Value. Pass type = 2 to get this.
*
* @class EmberColumnData.CSVRegexValidation
* @extends EmberColumnData.RegexValidation
* @module ember-column-data
* @submodule ember-column... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>aac-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... |
require 'dotenv'
Dotenv.load
require 'sinatra'
require 'sinatra/json'
require 'newrelic_rpm'
require 'dalli'
require 'rack/cors'
require './scraper'
class ApiApp < Sinatra::Base
set :cache, Dalli::Client.new(
ENV.fetch("MEMCACHIER_SERVERS", 'localhost').split(","),
{:username => ENV["MEMCACHIER_USERN... |
/*
* util.h
*
* Created on: Apr 30, 2012
* Author: alpsayin
*/
#ifndef UTIL_H_
#define UTIL_H_
#include <stdint.h>
#define BUILD __DATE__" "__TIME__
#define GMT_OFFSET (+1)
#if 1
#define CHECKPOINT(x) do{ printf("===== CHECKPOINT #%d ===== %s()\n", x, __FUNCTION__); }while(0)
#else
#define CHECKPOINT(x) ... |
/*
* Implement CPU time clocks for the POSIX clock interface.
*/
#include <linux/sched.h>
#include <linux/posix-timers.h>
#include <asm/uaccess.h>
#include <linux/errno.h>
static int check_clock(const clockid_t which_clock)
{
int error = 0;
struct task_struct *p;
const pid_t pid = CPUCLOCK_PID(which_clock);
if... |
title: Como empezar a centrarse en el valor
updated: 2020-05-27 14:00
comments: true
mailchimp: true
layout: post
image: /images/thought_process.png
excerpt: Me pregunto la misma pregunta todos los días. Aporta valor mi trabajo? O estoy moviendo rocas cuesta arriba sólo para dejarlas caer y empezar de nuevo?
---
Puede... |
#pragma once
/*
* Peers
*/
#include <c-rbtree.h>
#include <c-stdaux.h>
#include <stdlib.h>
#include <sys/types.h>
#include "bus/match.h"
#include "bus/name.h"
#include "bus/policy.h"
#include "bus/reply.h"
#include "dbus/connection.h"
typedef struct Bus Bus;
typedef struct DispatchContext DispatchContext;
typedef ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycologia 1(4): 149 (1909)
#### Original name
Boletus affinis Peck, 1873
### Remarks
null |
package de.alpharogroup.wicket.behaviors.events;
import org.apache.wicket.Component;
import org.apache.wicket.ajax.AbstractAjaxTimerBehavior;
import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.event.Broadcast;
import org.apache.wicket.util.time.Duration;
/**
* The class {@link RefreshComponen... |
clear all;
%Create a Manipulator
M = Manipulator();
%0.01 seconds timestep
time_step = 0.01;
end_time = 10;
M = addJoint( M, 0 , 0, 0.1 , 0);
M = addJoint( M, 0 , 0, 0.1 , 0);
angle_old = zeros(2,1);
joint_velocity = zeros(2,1);
joint_rotrate = [0.1,0.1];
manip_position_old = zeros(3,1);
%for plotting data later... |
import Zip from '../lib/npm_modules/jszip-3.1.3.js';
let io = {};
let fs = require('fs');
let path = require('path');
io.getExt = (filename) => {
return path.extname(filename);
};
io.getFileText = (filePath) => {
filePath = path.join(require('electron').remote.app.getAppPath(), filePath);
return fs.readFileSync(fi... |
<?php
namespace yii\web;
use Yii;
use yii\base\InlineAction;
use yii\helpers\Url;
/**
* Controller is the base class of web controllers.
* Controller是web控制器的基类
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class Controller extends \yii\base\Controller
{
/**
* @var boolean whether to ena... |
package pl.appformation.smash.requests;
import org.json.JSONArray;
import org.json.JSONException;
import java.io.IOException;
import okio.Okio;
import pl.appformation.smash.SmashNetworkData;
import pl.appformation.smash.SmashRequest;
import pl.appformation.smash.SmashResponse;
import pl.appformation.smash.SmashRespon... |
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/menu_share"
android:title="@string/menu_share"/>
<item
android:id="@+id/menu_pilot_manager"
android:title="@string/app_pilots"/>
<item
android:id="@+id/menu_race_manager"
... |
layout: post
title: What I want to do at Recurse Center
summary: Scopes of the projects that I want to work on Recurse Center
comments: True
twitter: True
tags: [recurse-center, distributed-systems, rust, heck]
---
I'll be joining [Recurse Center](https://www.recurse.com/) next week.
Recurse Center(RC) is where people... |
id: V-38609
status: implemented
tag: services
---
The package containing the ``tftpd`` service is removed by V-38606.
|
package cli
import (
"fmt"
"io"
"io/ioutil"
"log"
"os"
"path/filepath"
"github.com/kardianos/osext"
"launchpad.net/goyaml"
)
//Yaml file keys
const (
HOST = "host"
PORT = "port"
PATH = "ws_path"
WSTIMEUP = "ws_timeup"
EXECLINE = "exec_line"
CLIENTKEY = "client_key"
C... |
// Copyright 2022 The Oppia Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by ap... |
package jsky.app.ot.gemini.editor.targetComponent;
import edu.gemini.shared.gui.ButtonFlattener;
import jsky.app.ot.gemini.editor.targetComponent.details2.TargetDetailPanel;
import jsky.app.ot.gemini.parallacticangle.ParallacticAngleControls;
import jsky.util.gui.Resources;
import jsky.util.gui.TextBoxWidget;
import ... |
<?php
namespace Services;
use Lexik\Bundle\JWTAuthenticationBundle\Events;
use Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager;
use Symfony\Component\Security\Core\User\User;
use Lexik\Bundle\JWTAuthenticationBundle\Tests\Stubs\User as CustomUser;
/**
* JWTManagerTest
*
* @author Nicolas Cabot <n.cabot@l... |
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("No... |
System.register([], function (exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
var Bar, Buttons;
return {
setters: [],
execute: function () {
Bar = (function () {
function Bar(buttons) {
this.buttons = but... |
package it.unipi.thesis.andrea.esposito.onjag.test
import org.apache.spark.{SparkContext, HashPartitioner}
import it.unipi.thesis.andrea.esposito.onjag.protocols._
import it.unipi.thesis.andrea.esposito.onjag.core._
import org.apache.spark.rdd.RDD
import org.apache.spark.Logging
import scala.reflect.ClassTag
import ... |
var kunstmaanbundles = kunstmaanbundles || {};
kunstmaanbundles.pagepartEditor = function (window) {
var events = {
add: [],
edit: [],
delete: []
};
var init, addPagePart, editPagePart, deletePagePart, movePagePartUp, movePagePartDown, subscribeToEvent, unSubscribeToEvent, execute... |
package uk.ac.ebi.quickgo.index.annotation.coterms;
import java.io.IOException;
import java.io.Writer;
import org.springframework.batch.item.file.FlatFileHeaderCallback;
/**
* Write the header to files that contain co-occurring terms and related statistics.
*
* @author Tony Wardell
* Date: 13/09/2016
* Time: 16:... |
<?php
use yii\helpers\Inflector;
use yii\helpers\StringHelper;
/* @var $this yii\web\View */
/* @var $generator yii\gii\generators\crud\Generator */
$urlParams = $generator->generateUrlParams();
$idModelName = Inflector::camel2id(StringHelper::basename($generator->modelClass));
echo "<?php\n";
?>
use yii\helpers\... |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.jzsoft.fm.MainActivity" >
<item
android:id="@+id/newJob"
android:orderInCategory="100"
a... |
package molecularscience.machines.research;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.util.ResourceLocation;
import org.lwjgl.opengl.GL11;
public class GuiResearchTable extends GuiContainer {... |
<?php
/**
* Class to work with gz archives
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Framework\Archive;
class Gz extends \Magento\Framework\Archive\AbstractArchive implements \Magento\Framework\Archive\ArchiveInterface
{
/**
* Pack file by GZ compressor.
*
... |
Might not need SuperAgent. Look into Fluxible's Fetchr as an alternative.
#### PropTypes
Makes sure all components are properly validating/requiring props.
#### API Changes
- Add palettes to `/releases.json`
To be used when listing out all releases. Will be nice for creating a mood page, possibly selecting music b... |
layout: blog
title: Sucht mit Repression bekämpfen
category: blog
tags: [Sucht,Energie]
summary: Weil Regentanz so gut gegen den Klimawandel geholfen hat.
image: regentanz.jpg
---
|
<!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) on Wed Aug 14 21:12:43 EDT 2013 -->
<title>Uses of Class org.drip.regression.fixedpointfinder.OpenRegressorSet</title>
<meta nam... |
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
/* $FreeBSD: releng/9.3/sys/dev/drm2/ttm/ttm_lock.h 262988 2014-03-10 23:16:19Z dumbbell $ */
/** @file ttm_lock.h
* This file implements a simple replacement for the buffer manager use
* of the DRM heavyweight hardware lock.
* The lock is a read-w... |
<?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 Li... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Praemissa in floram cryptogamicam Javae insulae (Batavia) 54 (1838)
#### Original name
Polyporus bicolor Jungh., 1838
### Remarks
null |
from Vector import Vector3, Rotation
from kivy.app import App
from pyash.core.engine import Engine
from pyash.systems.iteratingsystem import IteratingSystem
from pyash.core.component import Component
from pyash.bits import Bits
from pyash.signals import Signal, Listener
from pyash.core.family import Family
from... |
using AutoMapper;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using SIL.XForge.WebApi.Server.DataAccess;
using SIL.XForge.WebApi.Server.Dtos;
using SIL.XForge.WebApi.Server.Models;
using SIL.XForge.WebApi.Server.Services;
using System.Linq;
using System.Security.Claims;
using System.Thread... |
package com.hfcai.designPattern.singleton;
/**
* @date 17-2-14.
* @className SingletonEnum
* @serial 1.0.0
* jdk 1.5引入的单例实现,较为简单高效
*/
public enum SingletonEnum {
INSTANCE;
private Object object;
SingletonEnum(){
//Initialization
object=new Object();
//handle
}
publ... |
package com.twitter.whiskey.util;
/**
* @author Michael Schore
*/
public class DefaultClock implements Clock {
@Override
public long now() {
return System.currentTimeMillis();
}
@Override
public long nowNanos() {
return System.nanoTime();
}
}
|
module Aws
module SQS
module Plugins
# @api private
class QueueUrls < Seahorse::Client::Plugin
class Handler < Seahorse::Client::Handler
def call(context)
if queue_url = context.params[:queue_url]
update_endpoint(context, queue_url)
update_re... |
"""Tests that filenames meet specifications"""
import logging
from datetime import datetime
from pathlib import Path
from typing import Callable, List, Optional, Sequence, Tuple
NUM_REQUIRED_DIRECTORY_FIELDS = 9
NUM_OPTIONAL_DIRECTORY_FIELDS = 1
FILE_NUM_FIELDS = 16
FIELDS = [
{"code": "DATE", "label": "Date"}... |
package com.twelvemonkeys.imageio.plugins.psd;
import com.twelvemonkeys.imageio.util.IIOUtil;
import com.twelvemonkeys.io.enc.DecoderStream;
import com.twelvemonkeys.io.enc.PackBitsDecoder;
import com.twelvemonkeys.lang.StringUtil;
import javax.imageio.stream.ImageInputStream;
import java.io.DataInput;
import java.... |
package org.dcsc.core.user.group;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
impo... |
#ifndef WSCLIENT_SRC_TYPES_H_
#define WSCLIENT_SRC_TYPES_H_
#include "position.h"
namespace wsclient::consts
{
constexpr auto DRAW_TILES_X = 15;
constexpr auto DRAW_TILES_Y = 11;
constexpr auto KNOWN_TILES_X = 18;
constexpr auto KNOWN_TILES_Y = 14;
} // namespace wsclient::consts
#endif // WSCLIENT_SRC_TYPES_H... |
#if !defined(POLARSSL_CONFIG_FILE)
#include "polarssl/config.h"
#else
#include POLARSSL_CONFIG_FILE
#endif
#if defined(POLARSSL_ENTROPY_C)
#include "polarssl/entropy.h"
#include "polarssl/entropy_poll.h"
#if defined(POLARSSL_TIMING_C)
#include "polarssl/timing.h"
#endif
#if defined(POLARSSL_HAVEGE_C)
#include "pol... |
<?php namespace App\Http\Middleware;
use Closure;
use Illuminate\Contracts\Auth\Guard;
class AdminMiddleware {
protected $auth;
public function __construct(Guard $auth) {
$this->auth = $auth;
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycol. Res. 100(7): 786 (1996)
#### Original name
Corynesporascaceae Sivan.
### Remarks
null |
FROM balenalib/astro-tx2-fedora:32-build
ENV NODE_VERSION 14.16.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 ha.pool.sks-keyservers.net ... |
package com.dongxiguo.commons.continuations
import scala.util.continuations._
import SuspendableFunctionQueue._
import java.util.concurrent.atomic.AtomicReference
object SuspendableFunctionQueue {
type Task = () => _ @suspendable
def enquene(task: Task)(origin: List[Task]): List[Task] = {
task :: origin
... |
require File.expand_path('../../test_helper', __FILE__)
class SummaryTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end
|
Scalable Network Optimization (SCANOP) Experiments
Goal: To increase competence while building prototype Scalable Self-Organizing Network (SCASON) solutions
|
package io.proleap.cobol.asg.metamodel.valuestmt.condition;
import java.util.List;
import io.proleap.cobol.CobolParser.ConditionNameSubscriptReferenceContext;
import io.proleap.cobol.CobolParser.InDataContext;
import io.proleap.cobol.CobolParser.InFileContext;
import io.proleap.cobol.CobolParser.InMnemonic... |
package com.example.npc.myweather2;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public ... |
package com.alachisoft.tayzgrid.common.protobuf;
public final class RaiseCustomEventCommandProtocol {
private RaiseCustomEventCommandProtocol() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public static final class RaiseCustomEventCommand extends
... |
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place Your Javascript Below This Line*/
var google_maps_loaded = false; // no longer seems to be needed, nevertheless
// no 'var' with functions
loadedGoogleMapsAPI = function(){ google_maps_loaded = true; };
// callback kinda required with google maps
var scri... |
/**
* generated by Xtext 2.10.0
*/
package com.laegler.stubbr.lang.validation;
import com.laegler.stubbr.lang.validation.AbstractStubbrLangValidator;
/**
* This class contains custom validation rules.
*
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation
*/
@SuppressWarnings(... |
// This code is auto-generated, do not modify
package com.spectralogic.ds3client.commands.spectrads3;
import com.spectralogic.ds3client.networking.HttpVerb;
import com.spectralogic.ds3client.commands.interfaces.AbstractRequest;
import java.util.Date;
import com.google.common.net.UrlEscapers;
import com.spectralogic.... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mne.decoding.FilterEstimator — MNE 0.14.1 documentation</title>
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link r... |
function CaseQuestionIndex(index){
var caseIndex = index;
var self = Titanium.UI.createWindow({
// barColor: '#940315',
barColor: '#FF3A2D',
backgroundColor: 'white'
});
var view = Titanium.UI.createView({
top:'0',
layout: 'vertical',
height: 'auto'
});
var introArray = [
{info:'Two friends are intereste... |
from hyper.packages.hyperframe.frame import (
Frame, DataFrame, RstStreamFrame, SettingsFrame,
PushPromiseFrame, PingFrame, WindowUpdateFrame, HeadersFrame,
ContinuationFrame, BlockedFrame, GoAwayFrame, FRAME_MAX_LEN, FRAME_MAX_ALLOWED_LEN
)
from hyper.packages.hpack.hpack_compat import Encoder, Decoder
fro... |
<?php
/**
* Internationalisation file for the Asirra module of the ConfirmEdit
* extension.
*
* @file
* @ingroup Extensions
*/
$messages = array();
/* English */
$messages['en'] = array(
'asirra-desc' => 'Asirra module for ConfirmEdit',
'asirra-edit' => 'To help protect against automated edit spam, please sel... |
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
|
namespace base {
class DictionaryValue;
}
// Manages persistent preferences for the service process. This is basically a
// thin wrapper around JsonPrefStore for more comfortable use.
class ServiceProcessPrefs {
public:
// |file_message_loop_proxy| is the MessageLoopProxy for a thread on which
// file I/O can be ... |
package uk.co.badgersinfoil.metaas.impl.antlr;
import org.asdt.core.internal.antlr.AS3Parser;
import junit.framework.TestCase;
public class LinkedListTreeTests extends TestCase {
LinkedListTreeAdaptor adaptor = new LinkedListTreeAdaptor();
public void testIt() {
LinkedListToken a = new LinkedListToken(AS3Parser.... |
package merge
import (
"reflect"
"testing"
"time"
"github.com/intervention-engine/fhir/models"
"github.com/mitre/ptmerge/fhirutil"
"github.com/stretchr/testify/suite"
)
type MatcherTestSuite struct {
suite.Suite
}
func TestMatcherTestSuite(t *testing.T) {
suite.Run(t, new(MatcherTestSuite))
}
type FooType ... |
package com.amazonaws.services.ecs.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
*
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/RegisterTaskDefinition" target="_top">AWS API
* Documentation</a>
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::non_blocking_io</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../..... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Nordic Jl Bot. 4(1): 79 (1984)
#### Original name
Cladonia norvegica Tønsberg & Holien
### Remarks
null |
package io.dropwizard.servlets.tasks;
import com.codahale.metrics.Meter;
import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.Timer;
import com.codahale.metrics.annotation.ExceptionMetered;
import com.codahale.metrics.annotation.Metered;
import com.codahale.metrics.annotation.Timed;
import io.dropwi... |
# Checks for updates to Babel. If a new version is available, upgrades the Babel references in
# package.json to the new version, commits the new package.json, and pushes it to Github.
param(
[switch] $Clean = $false,
[switch] $PublishNpm = $true
)
$ErrorActionPreference = "Stop";
Set-StrictMode -Version Latest
... |
using System;
using System.ComponentModel;
namespace Azure.ResourceManager.Network.Models
{
/// <summary> Web application firewall mode. </summary>
public readonly partial struct ApplicationGatewayFirewallMode : IEquatable<ApplicationGatewayFirewallMode>
{
private readonly string _value;
/... |
"""Useful utility decorators. """
from __future__ import print_function, division
import sys
import types
import inspect
from sympy.core.decorators import wraps
from sympy.core.compatibility import class_types, get_function_globals, get_function_name, iterable
def threaded_factory(func, use_add):
"""A factory f... |
#pragma once
#include "aws/core/auth/signer/AWSAuthSignerInterface.h"
namespace Aws
{
namespace Http
{
class HttpRequest;
} // namespace Http
namespace Utils
{
namespace Event
{
class Message;
}
} // namespace Utils
namespace Auth
{
... |