text stringlengths 3 1.05M |
|---|
use ::{BroadcastMode, Instruction, MaskReg, MergeMode, Mnemonic, OperandSize, Reg, RoundingMode};
use ::RegType::*;
use ::instruction_def::*;
use ::Operand::*;
use ::Reg::*;
use ::RegScale::*;
use ::test::run_test;
#[test]
fn vfmadd231ps_1() {
run_test(&Instruction { mnemonic: Mnemonic::VFMADD231PS, operand1: Some... |
<?php
require_once('../../../wp/wp-load.php');
ini_set('display_errors', 1);
require_once('TwitterAPIExchange.php');
$twitter_api_options = get_option( 'twitter_api_options' );
/** Set access tokens here - see: https://dev.twitter.com/apps/ **/
$settings = array(
'oauth_access_token' => $twitter_api_options['oa... |
[](https://travis-ci.org/NunoAlexandre/broccoli)
# Broccoli
To start this api, follow these steps:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Nod... |
package com.mossle.bpm.jiaqian;
import static org.junit.Assert.assertNotNull;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.activiti.engine.RuntimeService;
import org.activiti.engine.TaskService;
import org.activiti.engine.delegate.DelegateEx... |
package org.spongepowered.asm.mixin.injection.selectors;
import org.spongepowered.asm.mixin.injection.Desc;
import org.spongepowered.asm.mixin.injection.selectors.dynamic.DynamicSelectorDesc;
import org.spongepowered.asm.mixin.injection.struct.MemberInfo;
/**
* Target Selectors are used to identify target members i... |
import threading
import mock
from oslo.config import cfg
import testscenarios
from oslo import messaging
from oslo.messaging.notify import dispatcher
from tests import utils as test_utils
load_tests = testscenarios.load_tests_apply_scenarios
class ListenerSetupMixin(object):
class Listener(object):
de... |
using Microsoft.AspNetCore.Mvc;
namespace AbpAspNetCoreDemo.Controllers
{
public class HomeController : DemoControllerBase
{
public IActionResult Index()
{
return View();
}
public IActionResult About()
{
ViewData["Message"] = L("AboutDescription... |
(function (t) {
// it
t.add("%num% characters remaining", "%num% caratteri rimanenti", "messages", "it");
t.add("%title% - New window", " %title% - Nuova finestra", "messages", "it");
t.add("--- Select a data ---", "--- Seleziona un data ---", "messages", "it");
t.add("--- Select a datagroup ---", "--- Seleziona un dat... |
/* eslint-disable strict */
// Isolate this code
(function () {
'use strict'
/** Module name must match this nodes html file @constant {string} moduleName */
const moduleName = 'uib-cache'
/** Node's label @constant {string} paletteCategory */
const nodeLabel = moduleName
/** Node's palette ... |
package org.apache.ignite.math.impls.vector;
import java.util.Map;
import org.apache.ignite.math.Matrix;
import org.apache.ignite.math.Vector;
import org.apache.ignite.math.exceptions.UnsupportedOperationException;
import org.apache.ignite.math.functions.IgniteFunction;
import org.apache.ignite.math.functions.IntDou... |
<?php
/**
* DO NOT EDIT THIS FILE!
*
* This file was automatically generated from external sources.
*
* Any manual change here will be lost the next time the SDK
* is updated. You've been warned!
*/
namespace DTS\eBaySDK\Test\MerchantData\Enums;
use DTS\eBaySDK\MerchantData\Enums\PaymentStatusCodeType;
class ... |
<md-button class="md-icon-button back-button" aria-label="Back" ng-click="route(list_view)">
<ng-md-icon icon="arrow_back" style="fill:darkblue" size="35"></ng-md-icon>
</md-button>
<fieldset>
<div class="info-labels">
<h3> Name: </h3>
<h3> Phone: </h3>
<h3> Email: </h3>
<h3> Address: </h3>
</div>
<div... |
<section class="contentBox padMd clrP clrBr clrSh3 <%= `${ob.screen}Screen` %>">
<div class="flexVCent gutterH posR">
<div class="<% if (ob.screen === 'intro') print('flexExpand') %>"><%= ob.brandingBoxT() %></div>
<% if (ob.screen === 'intro') { %>
<% if (ob.curConn && ob.curConn.server) { %>
<... |
import AuthLogout from '../auth/Logout.react';
import Component from 'react-pure-render/component';
import Helmet from 'react-helmet';
import React, {PropTypes} from 'react';
import RouterHandler from '../../common/components/RouterHandler.react';
import {FormattedMessage} from 'react-intl';
import {Link} from 'react-r... |
package io.reactivex.internal.operators.observable;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.*;
import java.util.List;
import org.junit.Test;
import io.reactivex.*;
import io.reactivex.disposables.Disposables;
import io.reactivex.exceptions.TestException;
import io.reactiv... |
package com.github.ambry.messageformat;
import com.github.ambry.store.StoreKey;
import com.github.ambry.utils.Crc32;
import com.github.ambry.utils.CrcInputStream;
import java.io.InputStream;
import java.nio.ByteBuffer;
/**
* PutMessageFormatInputStream which uses Blob Format V1 instead of the default V2
*/
@Depre... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
"""
profiling.viewer
~~~~~~~~~~~~~~~~
A text user interface application which inspects statistics. To run it
easily do:
.. sourcecode:: console
$ profiling view SOURCE
::
viewer = StatisticsViewer()
loop = viewer.loop()
loop.run()
"""
from __future__ import absolute_impo... |
package DAO.Campeonato.Inscrito;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import Control.Campeonato.Inscrito.JuizBateria_control;
import DAO.BDConexao_dao;
import Model.Campeonato.Inscrito.AtletaDisputa_model;
import Model.Campeonato.Ins... |
import Ember from 'ember';
import camelize from 'ember-allpurpose/string/dasherized-to-camel';
import capitalize from 'ember-allpurpose/string/capitalize-word';
import getOwner from 'ember-getowner-polyfill';
const {
computed,
Service,
RSVP
} = Ember;
const {
Promise, // jshint ignore:line
defer // jshint ... |
__author__ = 'palmer'
import argparse
import numpy as np
def centroid_imzml(input_filename, output_filename, step=[], apodization=False, w_size=10, min_intensity=1e-5, prevent_duplicate_pixels=False):
# write a file to imzml format (centroided)
"""
:type input_filename string - source file path (must be .... |
using BizArk.Data.Examples.MyRepository;
using BizArk.Data.SprocExt;
namespace BizArk.Data.Examples
{
public class RepositoryExamples
{
/// <summary>
/// Shows how to use a BizArk style repository.
/// </summary>
public void ExtensionRepository()
{
using (var db = BaDatabase.Create("MyDatabase"))
{... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>concurrency-pluto: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstr... |
<!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... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Tue Jun 03 14:04:24 ART 2014 -->
<title>LogTest</title>
<meta name="date" content="2014-06-03">
<link rel="stylesheet" type="tex... |
<?php
/**
* Created by PhpStorm.
* User: usuario
* Date: 28/12/17
* Time: 08:37
*/
namespace AbstractBundle\Resources\traits;
trait DateFormat
{
/**
* @param $data
* @return bool|\DateTime
*/
public function converterData($data, $format = "d/m/Y")
{
return
\DateTi... |
/*
* Internal flash for STM32F3.
* Size of the flash depends on the MCU model, flash is memory mapped
* and is divided to 2k sectors throughout.
* Programming is done 2 bytes at a time.
*/
#include <string.h>
#include <assert.h>
#include <hal/hal_flash_int.h>
#include <nvm.h>
#define SAMD21_FLASH_START_ADDR ... |
package root
import (
"fmt"
"net/http"
// "appengine"
// "appengine/user"
)
func init() {
http.HandleFunc("/", handler)
}
func handler(w http.ResponseWriter, r *http.Request) {
// c := appengine.NewContext(r)
fmt.Fprint(w, genUniqueLocalAddressForm)
}
const genUniqueLocalAddressForm = `
<html>
<body>
<p... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
import traceback
import xbmcaddon
import xbmc
import requests
from urlparse import urlparse
import json
wio_temperature = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
wio_humidity = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
wio_gpio_out = [0, 0, 0, 0, 0, 0]
class AddonMonitor(xbmc.Monitor):
def __init__(self, update_settings):
x... |
<!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-google-v7) on Fri Jul 15 11:56:44 PDT 2016 -->
<title>AdminDatastoreService.KeyBuilder (Google App Engine API for Java)</title>
<meta name="dat... |
/**/
#include <stdio.h>
#include <math.h>
int main (void){
float a, b, c, d;
float percent;
printf("Enter thresholds for A, B, C, D\nin that order, decreasing percentages > ");
scanf("%f%f%f%f", &a, &b, &c, &d);
printf("Thank you. Now enter student score (percent) >");
scanf("%f", &percent);
if (percent >= ... |
package playn.html;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.dom.client.Document;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.NativeEvent;
import com.google.gwt.event.dom.client.KeyCodes;
import com.google.gwt.e... |
namespace Atata.Bootstrap
{
/// <summary>
/// Represents Bootstrap list group control.
/// Default search finds the first occurring element with "list-group" class.
/// </summary>
/// <typeparam name="TItem">The type of the list item control.</typeparam>
/// <typeparam name="TOwner">The type of... |
<?php
/*
Safe sample
input : backticks interpretation, reading the file /tmp/tainted.txt
Uses a magic_quotes_filter via filter_var function
construction : concatenation with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, mo... |
using System;
using System.Text;
using ESRI.ArcGIS.esriSystem;
using Miner.Interop.Internal;
using ESRI.ArcGIS;
namespace Miner.Interop
{
/// <summary>
/// A supporting class used to check out the licenses necessary to run applications outside of Miner and Miner and ESRI
/// products.
/// </s... |
/*jslint node: true*/
'use strict';
var http = require("http");
var server = http.createServer(function (request, response) {
console.log('Incoming request ' + request.url);
var headers = {};
headers["Content-Type"] = "text/html";
response.writeHead(200, headers);
response.write("<h1>Hello " ... |
// Copyright 2015 Microsoft Corporation
//
// 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, modify, merge,... |
import { registerColor, foreground, editorInfoForeground, editorWarningForeground, errorForeground, badgeBackground, badgeForeground, listDeemphasizedForeground, contrastBorder, inputBorder, toolbarHoverBackground } from 'vs/platform/theme/common/colorRegistry';
import { registerThemingParticipant, ThemeIcon } from '... |
// Copyright 2014 The Bazel 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 appl... |
package org.xcolab.client.modeling.pojo;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.xcolab.client.modeling.pojo.tables.pojos.ModelPosition;
@JsonDeserialize(as = ModelPosition.class)
public interface IModelPosition {
Long getId();
void setId(Long id);
Long getPosition... |
package rod;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.hasItem;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.List;
import mockit.Expectations;
import mockit.Injectable;
import mockit.integration.junit4.JMockit;
import org.junit.Test... |
require File.expand_path('../../support_helper', __FILE__)
describe '02: registration.rb platform overrides framework classes after register' do
before do
set_environment
load_platform_configs(file: __FILE__, file_ext: '02_*')
register_framework_and_platform
@class = @env.class
@module = @env.... |
import tests.perf.test_ozone_ar_speed_many as gen
gen.run_test(200)
|
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Security.Cryptography;
using System.Windows.Media.Imaging;
using System.Windows.Media;
using System.Windows;
using System.Runtime.Serialization.Formatters.Binary;
using Newtonso... |
class Threadable::Event < Threadable::Model
def initialize threadable, event_record
@threadable, @event_record = threadable, event_record
end
attr_reader :event_record
delegate(*%w{
id
event_type
organization_id
conversation_id
content
created_at
persisted?
errors
}, to: ... |
Getting started on AWS EC2
--------------------------
**Table of Contents**
- [Prerequisites](#prerequisites)
- [Cluster turnup](#cluster-turnup)
- [Supported procedure: `get-qing`](#supported-procedure-get-qing)
- [Alternatives](#alternatives)
- [Getting started with your cluster](#getting-started-with-your-... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>interval: 4 m 44 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... |
<?php
/*
Safe sample
input : use fopen to read /tmp/tainted.txt and put the first line in $tainted
Flushes content of $sanitized if the filter number_int_filter is not applied
construction : use of sprintf via a %s with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without writt... |
const float InverseRandMax = (1.0f / RAND_MAX);
unsigned int g_randomSeed;
//===========================================================================================================
//Random Number Generators
void RandomSeed(unsigned int seedValue) {
srand(seedValue);
g_randomSeed = seedValue;
ConsoleLogPrintf... |
<html>
<head>
<title>Results for Default suite</title>
<link href="../testng.css" rel="stylesheet" type="text/css" />
<link href="../my-testng.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h3><p align="center">Results for<br/><em>Default suite</em></p></h3>
<table border='1' width='100%'>
<tr valign='top'>
<... |
#ifndef INCLUDED_eacompilertraits_H
#define INCLUDED_eacompilertraits_H
#include <EABase/config/eaplatform.h>
#include <EABase/config/eacompiler.h>
// Metrowerks uses #defines in its core C header files to define
// the kind of information we need below (e.g. C99 compatibility)
// Determine if this compi... |
/**
* Module dependencies.
*/
var util = require('./util')
, assert = require('assert')
, AssertionError = assert.AssertionError
, statusCodes = require('./http').STATUS_CODES
, eql = require('./eql')
, inspect = require('util').inspect;
/**
* Our function should
* @param obj
* @retur... |
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web serv... |
package anthonyvallee;
import java.util.List;
/**
* Created by Anthony on 29-10-15.
*/
public interface Observable {
void register(Observer observer);
void notifyObservers();
}
|
package com.kodroid.pilot.lib.statestack;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
/**
* Frame that lives in a {@link StateStack}.
*/
public abstract class StateStackFrame implements Serializable
{
//==================================================================//
// ... |
package fr.esiea.binome.Mehrenberger_Sidoli.IA;
//import java.io.BufferedReader;
//import java.io.FileInputStream;
//import java.io.InputStream;
//import java.io.InputStreamReader;
//import java.util.StringTokenizer;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import fr.esiea.binome.... |
require File.expand_path("../../config/environment", __FILE__)
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# The generated `.rspec` file contains `--require spec_helper` which will cause this
#... |
<?php
namespace Drupal\Core\EventSubscriber;
use Drupal\Component\Utility\Html;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
use Symfony\Component\HttpKernel\KernelEvents;
/**
* Subscribes to... |
layout: master
include: person
name: Gunnar Bøe
home: <a href="https://www.sigma2.no/">Sigma2</a>
country: "NO"
photo:
email: gunnar.boe@uninett.no
phone:
on_contract: no
has_been_on_contract: no
groups:
board:
finished: yes
nlpl-sg:
finished: yes
---
Board member between 2015-01-01 and 2018-06-07.
|
package org.keycloak.representations.idm;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* Client Policy's external representation class
*
* @author <a href="mailto:takashi.norimatsu.ws@hitachi.com">Takashi Norimatsu</a>
*/
@JsonIgnoreProperties(ignoreUnknown = true)
p... |
package ru.stqa.pft.addressbook.model;
public class ContactData {
private final String firstname;
private final String lastname;
private final String company;
private final String address;
private final String home;
private final String address2;
private String group;
public ContactDat... |
package com.coolweather.app.activity;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.text.TextUtils;
import android.view.View;
import android.view.View.OnClickListener;
import an... |
#ifndef NEWSBOAT_RSSPP_RSSPARSER_H_
#define NEWSBOAT_RSSPP_RSSPARSER_H_
#include <libxml/tree.h>
#include <string>
namespace rsspp {
class Feed;
struct RssParser {
virtual void parse_feed(Feed& f, xmlNode* rootNode) = 0;
explicit RssParser(xmlDocPtr d)
: doc(d)
{
}
virtual ~RssParser() {}
static std::string... |
#include "qpid/amqp_0_10/Connection.h"
#include "qpid/log/Statement.h"
#include "qpid/amqp_0_10/exceptions.h"
#include "qpid/framing/AMQFrame.h"
#include "qpid/framing/Buffer.h"
#include "qpid/framing/ProtocolInitiation.h"
namespace qpid {
namespace amqp_0_10 {
using sys::Mutex;
Connection::Connection(sys::OutputCo... |
title: Year 9 Repl.It
layout: post
author: zaamin.valjy
permalink: /year-9-repl.it/
source-id: 1ZQdNdOnUbgQXu9Nm-GF5IXb0oXe3KySsowLH8DV20T0
published: true
---
Today in IT we carried on with our Repl.IT project. We learnt how to put loops into our code and also we had to add some of the loops into our project so that t... |
var alt = require('../alt.js');
var selectionActions = require('../actions/selectionActions.js');
var cardActions = require('../actions/cardActions.js');
class SelectionStore {
constructor() {
this.set = null;
this.card = null;
this.index = null;
this.bindAction(selectionActions.selectCard, this.onSelectCard... |
from importlib import import_module
from django.http import HttpResponse
from . import settings as USettings
import os
import json
from django.views.decorators.csrf import csrf_exempt
import datetime
import random
from django.utils import six
from django.utils.six.moves.urllib.request import urlopen
from dj... |
package net.mabako.sgtools;
import android.content.Context;
import android.preference.EditTextPreference;
import android.text.InputType;
import android.util.AttributeSet;
/**
* Created by Supa on 29.02.2016.
*/
public class EditTextIntegerPreference extends EditTextPreference {
private Integer mInteger;
p... |
#include "../include/loris/lexer.hpp"
#include <iostream>
using namespace loris;
/*********************
TokenStream
*********************/
TokenStream::TokenStream()
{
index=0;
}
void TokenStream::AddToken(Token t)
{
tokens.push_back(t);
}
void TokenStream::AddToken(Token::Type type,string tok,int line)
{
To... |
/**
* Automatically generated file. Please do not edit.
* @author Highcharts Config Generator by Karasiq
* @see [[http://api.highcharts.com/highstock]]
*/
package com.highstock.config
import scalajs.js, js.`|`
import com.highcharts.CleanJsObject
import com.highcharts.HighchartsUtils._
/**
* @note JavaScript... |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (H11T; like Gecko; OpenBrowser) NetFront/3.4</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="styles... |
package com.dong.blog.core.domain;
import java.util.Date;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import com.don... |
/* ############################################################################
Name : morphological_features.h
Company : S. Vagionitis
Project : Finding Clones
Programmer : S. Vagionitis
Revisor : S. Vagionitis
Description : Header file for morphological features.
Programmer ... |
@implementation ProductTableViewCell
- (void)awakeFromNib {
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end
|
package com.cidic.sdx.controller;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.L... |
use std::fs;
use std::io;
use std::path::Path;
#[cfg(unix)]
use tokio::net::UnixListener;
#[cfg(unix)]
use tokio::net::UnixStream;
use futures::Future;
use crate::net::addr::AnySocketAddr;
use crate::net::connect::ToClientStream;
use crate::net::listen::SocketListener;
use crate::net::listen::ToSocketListener;
use c... |
describe("Ext.direct.PollingProvider", function() {
var provider, remotingProvider;
function createProvider(config) {
config = Ext.apply({}, config , {
url: '/foo',
baseParams: { foo: 'bar' }
});
provider = new Ext.direct.PollingProvider(config);
... |
package com.google.codelab.networkmanager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.content.LocalBroadcastManager;
import android.suppor... |
/**
*/
package CIM15.IEC61970.Informative.InfOperations;
import CIM15.IEC61968.Common.Document;
import CIM15.IEC61970.Domain.DateTimeInterval;
import java.util.Collection;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import... |
package org.apache.heron.streamlet.impl.streamlets;
import java.util.Set;
import org.apache.heron.api.topology.TopologyBuilder;
import org.apache.heron.streamlet.KeyValue;
import org.apache.heron.streamlet.KeyedWindow;
import org.apache.heron.streamlet.SerializableBinaryOperator;
import org.apache.heron.streamlet.... |
mod zeroarg;
mod manyarg;
|
namespace cc {
namespace {
// NOTE: We cannot use DebugScopedSetImplThreadAndMainThreadBlocked in these
// tests because it gets destroyed before the VideoLayerImpl is destroyed. This
// causes a DCHECK in VideoLayerImpl's destructor to fail.
static void DebugSetImplThreadAndMainThreadBlocked(
TaskRunnerProvider* ... |
using FluentAssertions;
using NSubstitute;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Toggl.Core.DataSources;
using Toggl.Core.Models.Interfaces;
using Toggl.Core.Sync.States.CleanUp;
using Toggl.Core.Tests.Mocks;
using Toggl.Stora... |
package sentry
import (
"context"
"net/http"
"github.com/fortytw2/hydrocarbon/discollect"
)
// ErrorReporter implements discollect.ErrorReporter and hydrocarbon.ErrorReporter
// using Sentry.io
type ErrorReporter struct {
pubKey, privKey string
c *http.Client
shutdown chan chan struct{}
reports... |
require 'functional/resource/base'
require 'chef/version'
require 'chef/shell'
require 'chef/mixin/command/unix'
describe Shell do
# chef-shell's unit tests are by necessity very mock-heavy, and frequently do
# not catch cases where chef-shell fails to boot because of changes in
# chef/client.rb
describe "smo... |
require File.expand_path(File.dirname(__FILE__) + "/spec_helper")
module Spectie
describe "Selenium Stories" do
track_example_run_state
it "can open a path, inspect response, and interact with elements" do
example_group = Class.new(Spectie::Selenium::StoryExampleGroup)
example_group.Scenario "O... |
Website for Garden and Landscape Designer Gerry O'Keeffe
# Built using [HTML5 Boilerplate](http://html5boilerplate.com)
HTML5 Boilerplate is a professional front-end template for building fast,
robust, and adaptable web apps or sites.
This project is the product of many years of iterative development and combined
c... |
farmbot-arduino-controller
==========================
This software is responsible for receiving G-Codes from the Raspberry Pi, executing them, and reporting back the results.
Technicals
==========================
Created with eclipseArduino V2 - For more details see http://www.baeyens.it/eclipse/
Command line flash ... |
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2020 Giorgio Antonioli
~
~ 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-... |
<?php
/**
* Jyxo PHP Library
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file license.txt.
* It is also available through the world-wide-web at this URL:
* https://github.com/jyxo/php/blob/master/license.txt
*/
/**
* Class for creating a JSON... |
import PropTypes from 'prop-types';
import React from 'react';
import Button from 'components/Button';
import Icon from 'components/Icon';
import ErrorBoundary from 'components/Wrappers/ErrorBoundary';
import { css } from 'emotion';
LoadMoreButton.propTypes = {
label: PropTypes.string,
style: PropTypes.object,
o... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Manual of the Rusts in the United States & Canada 77 (1934)
#### Original name
Calliospora holwayi Arthur, 1905
### Remarks
null |
package influxql
import (
"errors"
"fmt"
"math"
"sort"
"time"
)
// SelectOptions are options that customize the select call.
type SelectOptions struct {
// The lower bound for a select call.
MinTime time.Time
// The upper bound for a select call.
MaxTime time.Time
// Node to exclusively read from.
// If ... |
package io.dallen.spriggan;
import java.util.LinkedList;
import java.util.List;
/**
*
* @author Donovan Allen
*/
public class ServerLog {
private List<String> output = new LinkedList<String>();
private final String name;
private final ServerLogHandler logEvent;
public ServerL... |
package aggro
import (
"errors"
"github.com/shopspring/decimal"
)
func rangeValueForPeriod(value *decimal.Decimal, period []interface{}) (decimal.Decimal, error) {
var rangeVal decimal.Decimal
// Range each of the intervals (periods), determining which band the value
// falls into.
for i, p := range period {
... |
<?php
namespace Jstack\Newyse\Model;
/**
* Modified Resource
*
* See http://scws.newyse.com/nwsservice_[YOUR_ACCOUNT_NAME]_live/documentation/xml_ns1__WSModifiedResource.html
*/
class ModifiedResource
{
/**
* @var integer
*/
protected $resourceId;
/**
* @var \DateTime
*/
prote... |
SYNONYM
#### According to
Integrated Taxonomic Information System
#### Published in
null
#### Original name
null
### Remarks
null |
<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_2_0.xsd"
version="2.0">
<package>com.newtouch.lio... |
jest.mock("fs");
import { webFrame, ipcRenderer as ipc } from "electron";
import { actions } from "@nteract/core";
import * as Immutable from "immutable";
import * as menu from "../../src/notebook/menu";
describe("dispatchCreateCellAbove", () => {
test("dispatches a CREATE_CELL_ABOVE with code action", () => {
... |