text stringlengths 3 1.05M |
|---|
/**
*
*/
package xal.app.machinesimulator;
import java.util.HashMap;
import java.util.Map;
/**
* @author luxiaohan
*This class define a Model vector parameter with label name,key path which map to the parameter
*/
public class ModelVectorParameter extends Parameter {
/**the key path map to this parameter*/
pr... |
java -jar lin-ordering-1.0.jar ""$*""
#echo "All the command line parameters are "$*""
|
class Person:
def __init__(self, name):
self.name = name
def sayHi(self):
print("hi, I'm ", self.name)
p = Person("test")
p.sayHi() |
using AutoObjectBuilder;
using NUnit.Framework;
using ObjectAutoBuilder.Test.Base;
using ObjectAutoBuilder.Test.Helper;
namespace ObjectAutoBuilder.Test.Integration
{
[TestFixture]
public class StringFixture : TestFixtureBase
{
[Test]
public void T1()
{
str... |
package fr.adrienbrault.idea.symfony2plugin.widget.action;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.Presentation;
import com.intellij.openapi.project.Project;
import com.intellij.psi.PsiElement;
import com.intell... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
'use strict';
var should = require('should'),
request = require('supertest'),
path = require('path'),
mongoose = require('mongoose'),
User = mongoose.model('User'),
Feat = mongoose.model('Feat'),
express = require(path.resolve('./config/lib/express'));
/**
* Globals
*/
var app, agent, credentials, user,... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
<!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_65) on Wed Nov 12 13:03:00 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>AccessDelegate (Haz... |
package com.robothand.highqualitybot.permission;
import com.robothand.highqualitybot.Utils;
import com.robothand.highqualitybot.command.Command;
import net.dv8tion.jda.core.entities.Member;
import net.dv8tion.jda.core.entities.Role;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.FileNotFoundE... |
<?php
namespace Google\Service\Dataproc;
class GkeNodeConfig extends \Google\Collection
{
protected $collection_key = 'accelerators';
protected $acceleratorsType = GkeNodePoolAcceleratorConfig::class;
protected $acceleratorsDataType = 'array';
/**
* @var string
*/
public $bootDiskKmsKey;
/**
* @... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>smpl: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
set -o xtrace
if ! which gdb > /dev/null; then
echo "gdb not found. Will not search for core files"
exit 0
fi
echo "Debugging core files"
cd build
shopt -s nullglob
for i in *.core; do
echo $i
# find out which executable corresponds to the core dump
# file <core> produces a string like:
# ./core... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using Compute.Tests;
using Microsoft.Azure.Management.Compute.Models;
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
using System;
using System.Collecti... |
using LiveSplit.Model;
using LiveSplit.Options;
using LiveSplit.TimeFormatters;
using LiveSplit.UI;
using LiveSplit.Web.Share;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Windows.Forms;
namespace LiveSplit.... |
/**
*
*/
package com.gemstone.gemfire.internal.cache;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.util.Collection;
import java.util.Set;
import com.gemstone.gemfire.CancelException;
import com.gemstone.gemfire.DataSerializer;
import com.gemstone.gemfire.distributed... |
package mooklabs.nausicaamod.mobs.flying;
import net.minecraft.client.Minecraft;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.client.settings.GameSettings;
import net.minecraft.entity.Entity;
public class ModelSpore extends ModelBase {
ModelRende... |
\documentclass[compileTAMUreport.tex]{subfiles}
\begin{document}
\chapter{Methodology}
For reference in this section, Figures \ref{fig:flowregime} and \ref{fig:boilingregime} give examples of the meaning of typical flow and boiling regimes, respectively.
%%%%%%%%%%%%%%%% begin FIGURE 2 %%%%%%%%%%%%%%%%%%%
\begin{fig... |
package org.gradle.test.performance.mediummonolithicjavaproject.p389;
public class Production7796 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
... |
load('test/mjsunit/wasm/wasm-constants.js');
load('test/mjsunit/wasm/wasm-module-builder.js');
(function print_deserialized_code() {
// https://crbug.com/849656
print(arguments.callee.name);
var builder = new WasmModuleBuilder();
builder.addImport('', 'imp', kSig_i_v);
builder.addFunction('main', kSig_i_v)
... |
```js
import React, { Component } from 'react';
import { AppRegistry, View } from 'react-native';
export default class FlexDimensionsBasics extends Component {
render() {
return (
// Try removing the `flex: 1` on the parent View.
// The parent will not have dimensions, so the children can't expand.
... |
from django.conf.urls import patterns
from django.conf.urls import url
from openstack_dashboard.dashboards.admin.aggregates.compute import views
urlpatterns = patterns(
'openstack_dashboard.dashboards.admin.aggregates.compute.views',
url(r'^(?P<compute_host>[^/]+)/evacuate_host$',
views.EvacuateHostV... |
if (Meteor.isServer) {
Meteor.startup(function () {
var path = Npm.require('path');
var fs = Npm.require('fs-extra');
var readline = Npm.require('readline');
var watch = Npm.require('watch');
var watchPackages = [];
var walkSyncPackages = function(dir, filelist) {
var files = fs.readdir... |
package iaf.perf.course.day3;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import iaf.perf.course.day3.greyscale.EfficientGreyscaleSolution;
import iaf.perf.course.day3.greyscale.GreyscaleEx;
import iaf.perf.course.day3.greyscale.Greysc... |
import numpy
import cPickle
import gzip
import os
import sys
import time
from collections import OrderedDict
import theano
import theano.tensor as T
from theano.ifelse import ifelse
import theano.printing
import theano.tensor.shared_randomstreams
from theano.tensor.signal import downsample
from theano.tensor.nnet impo... |
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Sistemas Operativos | UNET</title>
<meta name="description" content="Láminas de la materia de Sistemas Operativos de la Universidad Nacional Experimental del Táchira">
<meta name="author" content="Miguel Angel Useche Castro">
<meta nam... |
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>gymsystems_client documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scal... |
layout: page
title: Intent Parameters
---
Some intents require parameters to work.
The key of the parameter is used when fetching parameters in your intent.
If your key was 'date' in your intent you can call, `request.parameters.value('date');` for the value.
If a parameter is required and is not specified by the us... |
Python class covering Storm UI API REST
> The Storm UI daemon provides a REST API that allows you to interact with a Storm cluster, which includes retrieving metrics data and configuration information as well as management operations such as starting or stopping topologies.
> The REST API returns JSON responses and su... |
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source $DIR/experiment-env.sh
exp_master_prop_file="$DIR/master.properties"
exp_deploy_script="$DIR/internals/deploy-experiments.sh"
exp_start_script="$DIR/internals/start-exp.sh"
exp_stop_script="$DIR/internals/kill-exp.sh"
Start_HopsFS_Script="$DIR/internals/hdfs... |
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>welcome on Brennan Macaig</title>
<link>https://www.brennanmacaig.com/tags/welcome/</link>
<description>Recent content in welcome on Brennan Macaig</description>
<gener... |
<?php
class UserTest extends Mock_TestCase
{
/**
* testing create
*/
public function testCreate()
{
$user= new User('1','user');
$user->setNickname("nickname");
$res = $user->create();
foreach ($res as $result) {
$this->assertEquals($result,true,"user object does not save correctly");
}
$this->... |
module NewRelic
module Agent
module Instrumentation
module Memcache
module_function
def instrument_methods(the_class, method_names)
method_names.each do |method_name|
next unless the_class.method_defined?(method_name.to_sym) || the_class.private_method_defined?(method_n... |
FOUNDATION_EXPORT double Pods_HDAugmentedRealityDemoVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_HDAugmentedRealityDemoVersionString[];
|
package org.cloudfoundry.client.v3.packages;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.immutables.value.Value;
/**
* The response payload for the Copy Package operation
*/
@JsonDeserialize
@Value.Immutable
abstract class _CopyPackageResponse extends Package {
}
|
from __future__ import unicode_literals
import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.abspath(os.path.curdir)
DEBUG = True
INTERNAL_IPS = [
'127.0.0.1'
]
ADMINS = (
('Alice Bloggs', 'alice@example.com'),
)
ALLOWED_HOSTS = ['*']
MANAGERS = ADMINS
... |
package ix;
import java.util.Iterator;
import org.junit.*;
public class TransformTest {
@Test
public void normal() {
Ix<Integer> source = Ix.just(1).transform(new IxTransform<Integer, Integer>() {
@Override
public int moveNext(Iterator<Integer> it, IxConsumer<? super Intege... |
<?php
class once extends core{
//############################ VALIDATION ##################################################
function validate_email(){
$isValid = true;
$atIndex = strrpos($this->data['email'], "@");
$domain = substr($this->data['email'], $atIndex+1);
$local = substr($email, 0, $atIndex);
if... |
//------------------------------------------------------------------------------
// <copyright file="PaintEvent.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//-----------------------------------... |
using namespace std;
#ifdef UNICODE
#define COUT wcout
#define CIN wcin
typedef std::wistringstream IStringStream;
#else
#define COUT cout
#define CIN cin
typedef std::istringstream IStringStream;
#endif
bool zpcallback(const zp::Char* path, zp::u32 fileSize, void* param)
{
COUT << path << endl;
return true;
... |
/*$
* @name datetime.js
* @fileOverview date and time formatting routines
*
*/
/*globals G11n enyo*/
//* @public
/**
Returns a date formatter object that formats dates according to the given
parameters.
* params (String/Object): Parameters that control the output format
If _params_ is pass... |
package com.yeamy.widget.demo;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.ListFragment;
import android.support.v7.app.AppCompatActivity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
i... |
import {Injectable} from '@angular/core';
import {Http, Response} from '@angular/http';
import {Observable} from 'rxjs/Rx';
import 'rxjs/Rx';
import {Headers, RequestOptions, URLSearchParams} from '@angular/http';
import {Person} from '../Models/Person';
@Injectable()
export class PeopleService {
defaultOptions... |
import { expect } from 'chai';
import * as sinon from 'sinon';
import * as utils from 'src/utils.js';
import * as viewability from 'modules/viewability.js';
describe('viewability test', () => {
describe('start measurement', () => {
let sandbox;
let intersectionObserverStub;
let setTimeoutStub;
let ob... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
file : scr_server.xml
created : Tue Dec 18 23:40:54 CET 2007
copyright : (C) 2002 Daniele Loiacono
-->
<!-- This program is free software; you can redistribute it and/or modify -->
<!-- it under the terms of ... |
package de.hpi.bpmn2_0.factory;
import org.oryxeditor.server.diagram.Shape;
import de.hpi.bpmn2_0.annotations.StencilId;
import de.hpi.bpmn2_0.exceptions.BpmnConverterException;
import de.hpi.bpmn2_0.model.choreography.ChoreographyActivity;
import de.hpi.bpmn2_0.model.choreography.ChoreographySubProcess;
import de.... |
<!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_301) on Wed Aug 03 11:25:17 BST 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.github.rv... |
{% load images_tags %}
<a href="{% url 'polls:list_poll'%}">< All polls </a><br/>
Opps Poll Result
<h1>{{ poll.question }}</h1>
<div>{{ poll.headline|safe }}</div>
{% if poll.main_image %}
<img src="{% image_url poll.main_image.image.url width=100 %}" />
{% endif %}
Total votes: {{poll.vote_count}}
<br>
<ul style="w... |
/*****************************************************************************
* Some Comments:
*
* - this only works for ogg and/or mp3, and we don't check this yet.
* - MP3 metadata is not passed along, since metadata is only available after
* this module is opened.
*
* Typical usage:
*
* vlc v4l:/dev/vi... |
layout: default
title: About Jin
---
<div class="post">
<h1 class="pageTitle">About Jin</h1>
<img src="{{ '/assets/img/MyPhoto.jpg' | prepend: site.baseurl }}" alt="">
<p class="intro"><span class="dropcap">A</span> full-stack programmer based on Java.
completed Computer Science degree in New Zealand(The Universit... |
package com.google.idea.testing;
import com.intellij.lang.LanguageExtensionPoint;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.components.impl.ComponentManagerImpl;
import com.intel... |
package josejamilena.pfc.analizador;
import java.sql.SQLException;
import java.util.LinkedList;
import java.util.List;
import javax.swing.JFrame;
import org.jdesktop.application.Action;
public class SeleccionarCliente extends javax.swing.JDialog {
private List<String> lista = null;
public SeleccionarCliente... |
<?php
namespace Enl\Flysystem\Cloudinary\Plugin;
class GetUrl extends AbstractPlugin
{
/**
* Get the method name.
*
* @return string
*/
public function getMethod()
{
return 'getUrl';
}
public function handle($path, $options = [])
{
return $this->apiFacade->... |
void initHasnorUtils(void);
|
package io.gomint.server.world.anvil;
import io.gomint.server.entity.EntityPlayer;
import io.gomint.server.util.IntPair;
import io.gomint.server.world.ChunkAdapter;
import io.gomint.server.world.ChunkCacheAdapter;
import io.gomint.server.world.CoordinateUtils;
import net.openhft.koloboke.collect.LongCursor;
import ... |
.class Landroid/widget/SemExpandableListView$IndicatorImageView$2;
.super Ljava/lang/Object;
.source "SemExpandableListView.java"
# interfaces
.implements Landroid/animation/Animator$AnimatorListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/widget/SemExpandableListVie... |
public class Cliente {
private String nome;
public Cliente(String nome) {
super();
this.nome = nome;
}
public Cliente() {
super();
// TODO Auto-generated constructor stub
}
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
}
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Drops particles where the entity was.
//
//=============================================================================//
#include "cbase.h"
#include "EntityParticleTrail.h"
#include "networkstringtable_gamedll.h"
// memdbgon... |
`constant`
==========
{% raw %}
> There is no language syntax to set nor to retrieve a constant. Twig specifications don't even describe what a constant is. As such, it is highly recommended to not use the `constant` function in your template and to consult your Twig engine implementation details if you really need t... |
package sagan.team.support;
import sagan.search.SearchEntry;
import sagan.team.MemberProfile;
import org.junit.Before;
import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
public class MemberProfileSearchEntryMapperTests {
private MemberProfil... |
[](https://travis-ci.org/gollogly/angular-ci-example)
This project is an application skeleton for a typical [AngularJS](http://angularjs.org/) web app.
You can use it to quickly bootstrap your angular webapp projects and dev environme... |
<?php
namespace Shandong\OperaBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
/**
* This is the class that validates and merges configuration from your app/config files
*
* To learn more see {@link http://symf... |
Title: DataGrab Configuration Options
Base Header Level: 3
# Url Title #
DataGrab's default behaviour is to generate an entry's url title from the
entry's Title field (as it would if you were publishing an entry manually).
If you need the entry to have a specific url title then you can specify
which field of the da... |
MEAN Stack User Registration and Login Example Application
To see a demo and further details go to http://jasonwatmore.com/post/2015/12/09/MEAN-Stack-User-Registration-and-Login-Example.aspx
# primerimpacto
|
<?php
namespace Silex\Provider;
use Pimple\Container;
use Pimple\ServiceProviderInterface;
use Silex\Api\EventListenerProviderInterface;
use Silex\ControllerCollection;
use Silex\Provider\Routing\LazyRequestMatcher;
use Silex\Provider\Routing\RedirectableUrlMatcher;
use Symfony\Component\EventDispatcher\EventDispat... |
require 'spec_helper'
describe 'lma_collector::collectd::libvirt' do
let(:facts) do
{:kernel => 'Linux', :operatingsystem => 'Ubuntu',
:osfamily => 'Debian'}
end
describe 'with defaults' do
it { is_expected.to contain_class('collectd::plugin::libvirt') }
end
end
|
package org.whitesource.agent;
import org.apache.commons.io.FileUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.whitesource.agent.api.model.ChecksumType;
import org.whitesource.agent.api.model.CopyrightInfo;
import org.whitesource.agent.api.model.DependencyHintsInfo;
import org.whitesource.... |
package com.trivago.mail.pigeon.bean;
import com.trivago.mail.pigeon.storage.ConnectionFactory;
import com.trivago.mail.pigeon.storage.IndexTypes;
import com.trivago.mail.pigeon.storage.RelationTypes;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.Relationship;
import org.neo4j.graphdb.Transaction;... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Windows.Forms.Design;
using System.Drawing.Drawing2D;
namespace XenAdmin.Controls
{
[Designer(typeof(ParentControlDesigner))]
publ... |
layout: post
title: Further automating wilson tweeting
comments: true
---
Back in February I was working on [tweeting from R](http://aurielfournier.github.io/auto-tweeting/) on behalf of the Wilson Ornithological Society, as I'm the person who tweets about new articles in the Wilson Journal of Ornithology.
The past ... |
Number Formatter
=========
A small library that adds commas to numbers
## Installation
`npm install hookedupjoe-number-formatter`
## Usage
var numFormatter = require('hookedupjoe-number-formatter');
var formattedNum = numFormatter(35666);
Output should be `35,666`
## Tests
`npm test`
## Co... |
Node = function(doc) {
this._doc = doc;
};
Node.prototype = {};
Node.prototype.getPropertyName = function(name) {
switch (name) {
case 'left':
return '_left';
case 'right':
return '_right';
case 'depth':
return '_depth';
case 'root':
return '_root';
}
};
Node.prototype.g... |
package cn.sharesdk.demo.platform.facebook;
import android.app.Activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.provider.MediaStore;
import android.util.Log;
import android.widget.Toast;
import com.mob.MobSDK;
import com.mob.tools.utils.BitmapHelp... |
package org.apache.geode.redis.internal.commands.executor.sortedset;
import org.junit.ClassRule;
import org.apache.geode.redis.GeodeRedisServerRule;
public class ZRangeIntegrationTest extends AbstractZRangeIntegrationTest {
@ClassRule
public static GeodeRedisServerRule server = new GeodeRedisServerRule();
@... |
function getProductSub(){
return navigator.productSub;
}
fp.productSub = getProductSub(); |
'use strict';
var axios = require('axios');
var AppActions = require('../actions/AppActions');
var ServerActions = require('../actions/ServerActions');
var baseApiUrl = 'http://localhost:3000/';
var _ = require('lodash');
var Api = {
getCategories() {
return axios.get(baseApiUrl + 'categories?includes=sections... |
#include "LSH.h"
//#define PROFILE_READ
typedef std::chrono::high_resolution_clock Clock;
/* OpenCL - Sparse. */
void LSH::getHash(cl_mem *hashIndices_obj, cl_mem *probeDataIdx_obj, cl_mem *dataIdx_obj, cl_mem *dataVal_obj,
cl_mem *dataMarker_obj, int numInputEntries, int numProbes) {
#ifdef PROFILE_READ
auto begin... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="abc_action_bar_home_description">Navigate home</string>
<string name="abc_action_bar_home_description_format">%1$s, %2$s</string>
<string name="abc_action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string>
<string name="abc_ac... |
/**
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/
package com.microsoft.azure.cognitiveservices.vision.models;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* A collection of 27-point face landmarks... |
import mergeSort from '../../../utils/sortingAlgorithms/mergeSort';
import { getRootComparator } from './registry';
export const DO_NOT_SWAP = 0;
export const FIRST_BEFORE_SECOND = -1;
export const FIRST_AFTER_SECOND = 1;
export function sort(indexesWithData, rootComparatorId, ...argsForRootComparator) {
const root... |
<?php
namespace Nette\Utils;
use Nette;
/**
* Paginating math.
*
* @author David Grudl
*
* @property int $page
* @property-read int $firstPage
* @property-read int|NULL $lastPage
* @property int $base
* @property-read bool $first
* @property-read bool $last
* @property-read int|NULL $pageCount
... |
#include <cassert>
#include <sstream>
#include "args.hh"
#include "call_type.hh"
std::map<std::string, CallType &> &
CallType::map()
{
static std::map<std::string, CallType &> all;
return all;
}
CallType::CheckArgsResult
CallType::checkArgs(Args &args)
{
if (args.size() && args[0] == "--" + name) {
... |
package at.ac.tuwien.dsg.hcu.common.interfaces;
import java.util.List;
import at.ac.tuwien.dsg.hcu.common.model.Assignment;
import at.ac.tuwien.dsg.hcu.common.model.Task;
public interface NegotiateCallbackInterface {
public void deployAssignments(Task task, List<Assignment> assignments);
public void requeue... |
<html>
<head>
<title>David Rendel's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coinductive-reals: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... |
'use strict';
var __extends = this.__extends || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
__.prototype = b.prototype;
d.prototype = new __();
};
var pointer = require('json-pointer');
var VError = require('verror');
var Promise = req... |
@interface ScoietyViewController : UIViewController
@end
|
package com.ofg.bankstatement.parser.pekao;
import au.com.bytecode.opencsv.CSVReader;
import com.google.common.base.Preconditions;
import com.ofg.bankstatement.parser.BankStatementParser;
import com.ofg.loans.api.beans.AddressInfo;
import com.ofg.loans.api.beans.payment.PaymentInfo;
import com.ofg.loans.api.beans.pay... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class GameOverScript : MonoBehaviour {
public int playerHP;
public float score; //Pontuacao final do jogador quando ele morrer
public float minimalScore; //Pontuacao que o jog... |
<?php
class SDIS62_Controller_Action_OauthConsumer extends Zend_Controller_Action
{
/**
* Zend_Oauth_Consumer
*
* @var Zend_Oauth_Consumer|null
*/
private $consumer;
/**
* Le chemin vers le fichier de configuration
* Par défaut, le fichier de configuation doit se trouver dan... |
#include <types.h>
#include <lib.h>
#include <lamebus/lamebus.h>
#include "autoconf.h"
/* Lowest revision we support */
#define LOW_VERSION 1
/* Highest revision we support */
#define HIGH_VERSION 1
struct lnet_softc *
attach_lnet_to_lamebus(int lnetno, struct lamebus_softc *sc)
{
int slot = lamebus_probe(sc, L... |
exports = module.exports = {
data: require('./data.handlebars'),
modal: require('./modal')
};
|
package io.renren.modules.log.dao;
import io.renren.common.dao.BaseDao;
import io.renren.modules.log.entity.SysLogOperationEntity;
import org.apache.ibatis.annotations.Mapper;
/**
* 操作日志
*
* @author Mark sunlightcs@gmail.com
* @since 1.0.0
*/
@Mapper
public interface SysLogOperationDao extends BaseDao<SysLogOp... |
import * as React from 'react';
import { AuthStore } from "../stores/auth/AuthStore";
import { container } from '../inversify-container';
import { TYPES } from "../inversify-types";
import { ComponentClass } from 'react';
import { observer } from "mobx-react";
import { RouterStore } from 'mobx-react-router';
import { r... |
require 'highline/import'
module CliUI
module Questionable
end
end
|
title: "Preparation of extraversion survey data"
author: "Sebastian Sauer"
layout: post
tags: [rstats, psychometrics, survey]
---
For teaching purposes and out of curiosity towards some psychometric questions, I have run a survey on extraversion [here](https://docs.google.com/forms/d/e/1FAIpQLSfD4wQuhDV_edx1WBfN3Qo... |
<!DOCTYPE frameset SYSTEM "frameset.dtd">
<frameset>
<predicate lemma="focus">
<roleset framnet="Place_weight_on" id="focus.01" name="focus, concentrate" vncls="87.1">
<roles>
<role descr="agent, focusser" f="" n="0">
<vnrole vncls="87.1" vnt... |
#include <aws/dataexchange/model/CreateJobResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/UnreferencedParam.h>
#include <utility>
using namespace Aws::DataExchange::Model;
using namespace Aws::Ut... |
package com.streamsets.datacollector.restapi.bean;
import com.streamsets.pipeline.api.impl.Utils;
import java.util.List;
public class ModelDefinitionJson {
private final com.streamsets.datacollector.config.ModelDefinition modelDefinition;
public ModelDefinitionJson(com.streamsets.datacollector.config.ModelDef... |