text stringlengths 3 1.05M |
|---|
#include "common.h"
#include "git2/types.h"
#include "git2/net.h"
#include "git2/repository.h"
#include "git2/object.h"
#include "git2/tag.h"
#include "git2/transport.h"
#include "git2/revwalk.h"
#include "git2/odb_backend.h"
#include "git2/pack.h"
#include "git2/commit.h"
#include "git2/revparse.h"
#include "pack-... |
package org.jwat.gzip;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;... |
Pinwheel replaces a standard SELECT element with a Javascript-enhanced version that, when clicked, "pinwheels" outward to display the choices.
Pinwheel degrades gracefully: it reverts to the good ol' SELECT in the absence of Javascript.
Pinwheel requires the keen Prototype and Scriptaculous libraries. The versions us... |
package org.taskana.impl;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import java.sql.Timestamp;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mockito;
imp... |
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex... |
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:doc="http://www.mulesoft.org/schema/mule/documentation"
xmlns:servlet="http://www.mulesoft.org/schema/mule/servlet"
xsi:schemaLocation="http://www.mulesoft... |
from __future__ import absolute_import
__all__ = ['DocSection', 'Endpoint', 'StatsMixin']
import logging
import time
from datetime import datetime, timedelta
from django.conf import settings
from django.utils.http import urlquote
from django.views.decorators.csrf import csrf_exempt
from enum import Enum
from pytz im... |
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('recipies', '0005_auto_20160227_0054'),
]
operations = [
migrations.CreateModel(
name='RecipeSteps',
fields=[
... |
cask "makemkv" do
version "1.15.4"
sha256 "a8fc6bc4f249d6b0853f5a2a76aac897cf9bbd35784a177ac0d29ac669853adf"
url "https://www.makemkv.com/download/makemkv_v#{version}_osx.dmg"
appcast "https://www.makemkv.com/download/"
name "MakeMKV"
desc "Video format converter (transcoder)"
homepage "https://www.makem... |
\documentclass{report}
\usepackage{graphicx}
\usepackage[top=0.8in, bottom=0.8in, left=0.5in, right=0.8in]{geometry}
\usepackage[percent]{overpic}
\begin{document}
{\bf Figure S3. Differences in distribution of CAI highlight organism--dependent patterns of codon usage.}
(A) Proteome--wide CAI distribution for {\it Th... |
exports.skip_vdom =
"tests writing out component initialization script - irrelevant for vdom";
|
package main
import (
"context"
stitcher "cloud.google.com/go/video/stitcher/apiv1"
stitcherpb "google.golang.org/genproto/googleapis/cloud/video/stitcher/v1"
)
func main() {
ctx := context.Background()
c, err := stitcher.NewVideoStitcherClient(ctx)
if err != nil {
// TODO: Handle error.
}
defer c.Close()
... |
from base64 import b16decode, b16encode, b64decode, b64encode
import colander
from sqlalchemy import BINARY, Column, Index, PrimaryKeyConstraint
from sqlalchemy.ext.declarative import declared_attr
from sqlalchemy.types import TypeDecorator
from ichnaea.models.constants import INVALID_MAC_REGEX, VALID_MAC_REGEX
from ... |
//
// WZLLabel.m
// WZLLable
//
// Created by li’Pro on 2017/8/2.
// Copyright © 2017年 wzl. All rights reserved.
//
#import "WZLLabel.h"
@implementation WZLLabel
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRec... |
package com.guardtime.ksi.integration;
import com.guardtime.ksi.CommonTestUtil;
import com.guardtime.ksi.KSI;
import com.guardtime.ksi.exceptions.KSIException;
import com.guardtime.ksi.service.http.simple.SimpleHttpExtenderClient;
import com.guardtime.ksi.unisignature.KSISignature;
import com.guardtime.ksi.unisignatu... |
layout: blog
title: "Global Health + Program Management + Technology"
---
|
DROP TABLE users CASCADE;
CREATE TABLE users
(id SERIAL PRIMARY KEY,
username VARCHAR(30) UNIQUE,
password VARCHAR(200) NOT NULL,
created TIMESTAMP DEFAULT current_timestamp NOT NULL);
|
package libvirt_kvm
var TmpltNUMATune = `<numatune>
<memory mode='{{.MemMode}}' nodeset='{{.NUMACells}}'/>
{{.MemNodes}}
</numatune>`
|
package org.apache.ivy.osgi.repo;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.text.ParseException;
import javax.xml.transform.TransformerConfigurationException;
import javax.xml.transform.sax.S... |
import { SelectionRangeProvider, StandardTokenType, SelectionRange } from 'vs/editor/common/modes';
import { ITextModel } from 'vs/editor/common/model';
import { Position } from 'vs/editor/common/core/position';
import { Range } from 'vs/editor/common/core/range';
export class WordSelectionRangeProvider implements S... |
require 'git-issues'
require 'git-issues/providers'
require 'rest-client'
require 'json'
require 'inquirer'
require 'zlog'
Zlog.init_stdout loglevel: :debug
class GitContributors
Log = Logging.logger[self]
VERSION = "0.0.1"
FORMAT = '* %-20LOGIN %-53NAME'
PROVIDERS = RepoProviders.new
attr_reader :repos, ... |
#import "NSObject.h"
#import "NSCoding-Protocol.h"
@class NSString;
@interface MSShare : NSObject <NSCoding>
{
NSString *_personID;
NSString *_firstName;
NSString *_lastName;
NSString *_emailAddress;
NSString *_UUID;
int _sharingOurStream;
int _sharingTheirStream;
}
+ (id)share;
@prope... |
#include <gtest/gtest.h>
#include "../include/LightGBM/utils/chunked_array.hpp"
using LightGBM::ChunkedArray;
/*!
Helper util to compare two vectors.
Don't compare floating point vectors this way!
*/
template <typename T>
testing::AssertionResult are_vectors_equal(const std::vector<T> &a, const std::vector<T> &... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
/*
* Create Date: 2013-04-20
* Create By: johny.zheng
* Version: V1.0.0
* Update Date: 2013-06-08
* Company: mrtech
* dev.igetui.com
*/
namespace com.igetui.api.openservice.igetui
{
public class Target
{
pub... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2005-2006 The Apache Software Foundation or its licensors, as applicable
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
... |
package kbu.smartCheck.service;
import java.util.List;
import javax.inject.Inject;
import org.springframework.stereotype.Service;
import kbu.smartCheck.domain.LectureVO;
import kbu.smartCheck.persistence.LectureDAO;
@Service
public class LectureServiceImpl implements LectureService {
@Inject
private LectureDAO ... |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Simple Table</title>
<link rel="stylesheet" href="styles/main.css"/>
</head>
<body>
<table>
<thead>
<tr>
<th colspan="2">Software University</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href... |
// Copyright 2021 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... |
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.components.browser_ui.photo_picker;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import or... |
import { Notification } from 'element-ui'
let duration = 3000
let position = 'bottom-right'
let success = function (message) {
Notification.success({
title: '成功',
message: message,
duration: duration,
position: position
})
}
let info = function (message) {
Notification.info({
title: '消息',
... |
/* OperServ core functions
*
* (C) 2003-2014 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
*/
#include "module.h"
class CommandOSKill : public Command
... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 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"
android:layout_width="match_parent"
android:layout_height="mat... |
package uk.ac.ncl.openlab.intake24.sql.tools.food.localisation
import org.apache.poi.xssf.usermodel.XSSFWorkbook
import org.apache.poi.xssf.usermodel.XSSFCell
trait XSSFCellColorHack {
def getCellColor(wb: XSSFWorkbook, cell: XSSFCell, default: String): String = {
val style = cell.getCellStyle()
val fgCo... |
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
]
operations = [
migrations.CreateModel(
name='Attribute',
fields=[
('id', models.AutoField(verbose_name='ID', seriali... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href=... |
package com.microsoft.bingads.api.test.entities.negative_keywords.negative_keyword_list.read;
import com.microsoft.bingads.api.test.entities.negative_keywords.negative_keyword_list.BulkNegativeKeywordListTest;
import com.microsoft.bingads.bulk.entities.BulkNegativeKeywordList;
import com.microsoft.bingads.internal.fun... |
DOPTimelineView
=============
A instgram like timeline view of photos.
* The viewer hanles photo views in a scrollable list view. Photos contained in a post can be a single one or
not more than nine photos, will be displayed according the number of photos.
|
import os
from io import StringIO
from django.core.management import CommandError, call_command
from django.test import TestCase
from django.test.utils import override_settings
from unittest import mock
class ResetDbExceptionsTests(TestCase):
"""Tests if reset_db command raises exceptions."""
def test_shou... |
using Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling;
using MongoDB.Driver;
using MongoDB.Driver.Communication.Security;
using System;
namespace Microsoft.DataTransfer.MongoDb.Shared
{
sealed class MongoTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy
{
public bool IsTr... |
use crate::blob::generate_blob_uri;
use crate::blob::responses::AcquireBlobLeaseResponse;
use azure_sdk_core::errors::{check_status_extract_headers_and_body, AzureError};
use azure_sdk_core::headers::LEASE_ACTION;
use azure_sdk_core::lease::LeaseId;
use azure_sdk_core::prelude::*;
use azure_sdk_core::{No, ToAssign, Yes... |
<?php
// Call Zend_Validate_File_IsImageTest::main() if this source file is executed directly.
if (!defined("PHPUnit_MAIN_METHOD")) {
define("PHPUnit_MAIN_METHOD", "Zend_Validate_File_IsImageTest::main");
}
/**
* Test helper
*/
require_once dirname(__FILE__) . '/../../../TestHelper.php';
/**
* @see Zend_Vali... |
package org.osmdroid.tileprovider.modules;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.InputStream;
import org.osmdroid.tileprovider.MapTile;
import org.osmdroid.tileprovider.tilesource.ITileSource;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import and... |
package pl.mmkay.ztm;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan
@EnableAutoConfigurati... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paradoxes: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.discrete.discrete_model.LogitResults.t_test — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" hr... |
@interface VCRRecordingTests : SenTestCase
@end
|
FN="XtraSNPlocs.Hsapiens.dbSNP144.GRCh37_0.99.12.tar.gz"
URLS=(
"https://bioconductor.org/packages/3.11/data/annotation/src/contrib/XtraSNPlocs.Hsapiens.dbSNP144.GRCh37_0.99.12.tar.gz"
"https://bioarchive.galaxyproject.org/XtraSNPlocs.Hsapiens.dbSNP144.GRCh37_0.99.12.tar.gz"
"https://depot.galaxyproject.org/softw... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
GwtMaterial
%%
Copyright (C) 2015 - 2016 GwtMaterialDesign
%%
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.apac... |
module Refactor
module Logging
@@logger = nil
def self.log(level, message = nil, &message_block)
if defined?(Rails) && @@logger.nil?
@@logger = Rails.logger
end
if @@logger
if block_given?
@@logger.send(level, &message_block)
else
@@logger.send... |
using UnityEngine;
public class DontDestroyOnLoad : MonoBehaviour
{
void Start()
{
DontDestroyOnLoad(gameObject);
}
}
|
package de.tum.in.www1.artemis.domain;
public class Commit {
private String commitHash;
private String authorName;
private String message;
private String authorEmail;
private String branch;
public String getMessage() {
return message;
}
public void setMessage(String messa... |
package net.intelie.slowproxy;
import java.util.concurrent.atomic.AtomicLong;
import static net.intelie.slowproxy.SpeedDefinition.formatBytes;
public class StatusTask implements Runnable {
private final AtomicLong totalUpload;
private final AtomicLong totalDownload;
private final AtomicLong connected;
... |
An ``atomic_xor`` request stores the bitwise-xor of the amount specified with
the value of each attribute specified by the request. The attributes will be
modified atomically without interference from other operations.
Consistency:
``atomic_xor`` requests to the same key will be observed in the same order by
al... |
package com.landawn.abacus.http;
import static com.landawn.abacus.http.HTTP.jsonParser;
import static com.landawn.abacus.http.HTTP.kryoParser;
import static com.landawn.abacus.http.HTTP.xmlParser;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.lang.annota... |
<?php
/*
Unsafe sample
input : get the field userData from the variable $_GET via an object
Uses a full_special_chars_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,... |
package org.consumersunion.stories.server.api.rest.merger;
import javax.inject.Inject;
import org.consumersunion.stories.common.client.service.datatransferobject.ProfileSummary;
import org.consumersunion.stories.common.shared.dto.post.ProfilePut;
import org.consumersunion.stories.common.shared.model.Profile;
import o... |
<!DOCTYPE html><html lang="en"><head><title>class.js</title><script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js" type="text/javascript"></script><link href="http://alexgorbatchev.com/pub/... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
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"
android:layout_width="match_parent"
android:layout_height=... |
/*
* Problem 11. Adding polynomials
* Write a method that adds two polynomials.
* Represent them as arrays of their coefficients.
*/
using System;
using System.Linq;
class AddingPolynomials
{
static void PrintPolynom(int[] pol)
{
Console.Write("The Result is ");
for (int i = pol.Length - 1; ... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blarg Persts — Fancy Theme, Many Words, Wow</title>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700... |
/*
* 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 distributed under t... |
import Select from 'react-select';
var _ = require('lodash');
var React = require('react');
var PropTypes = require('prop-types');
var sundial = require('sundial');
var cx = require('classnames');
var personUtils = require('../../lib/core/personUtils');
var metrics = require('../constants/metrics');
var styles = req... |
<?xml version="1.0" encoding="UTF-8"?>
<Tokens version="1.0">
<File path="Classes/EC2ImportKeyPairRequestMarshaller.html">
<Token>
<TokenIdentifier>//apple_ref/occ/cl/EC2ImportKeyPairRequestMarshaller</TokenIdentifier>
<Abstract type="html">Import Key Pair Request Marshaller</Abstract>
<DeclaredIn>EC2Imp... |
package org.ndexbio.cx2.aspect.element.core;
public enum VerticalAlignment {
top,center,bottom;
}
|
Use `dart run tool/run_tests.dart` to run tests in this package.
|
import Initializer from './initializer';
import flux from './flux';
export default function() {
var args = Array.prototype.slice.apply(arguments);
return function(Component) {
flux(Component);
if (!Component.isInitializer) {
// Define what action this component required after created
Component.postAction... |
import selenium from 'selenium-webdriver';
export default {
timeout: 5000,
urlRoot: 'http://localhost:8000',
browser() {
const driver = new selenium.Builder()
.withCapabilities({ browserName: 'phantomjs' })
.build();
driver.manage().window().maximize();
return driver;
}
};
|
package li.cil.oc.example.block;
import li.cil.oc.api.Network;
import li.cil.oc.api.network.*;
import li.cil.oc.api.prefab.DriverTileEntity;
import net.minecraft.tileentity.TileEntityFurnace;
import net.minecraft.world.World;
/**
* This driver allows interacting with vanilla furnaces via the Adapter block.
*/
publi... |
Generated via `npm run demo:build`
|
SummonerApi
===========
.. py:currentmodule:: riotwatcher
.. autoclass:: riotwatcher._apis.team_fight_tactics.SummonerApi
:members:
:undoc-members:
|
namespace content {
class BrowserContext;
}
namespace browsing_data {
// Mock for ServiceWorkerHelper.
// Use AddServiceWorkerSamples() or add directly to response_ list, then
// call Notify().
class MockServiceWorkerHelper : public ServiceWorkerHelper {
public:
explicit MockServiceWorkerHelper(content::BrowserCon... |
package org.rocket.network.netty;
import com.github.blackrush.acara.EventBus;
import com.github.blackrush.acara.Subscription;
import com.google.common.collect.Sets;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.*;
import org.fungsi.Unit;
import org.fungsi.concurrent.Future;
import org.fungsi.concu... |
<div class="container-fluid">
<h1>{{organization.name}}</h1>
</div>
<div id="org-memory-usage" class="container-fluid">
<h3>
Organization Quota Usage
</h3>
<p>
<span class="org-memory-usage">
{{org_memory_usage}} Mb
</span>
out of
<span class="org-memory-quota">
{{org_memory_lim... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Lecidea andesita Nyl.
### 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.6.0_27) on Thu Oct 17 21:45:05 EDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Interface o... |
package com.laytonsmith.tools.docgen.localization;
import com.laytonsmith.PureUtilities.Common.UIUtils;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import j... |
<html lang="en">
<head>
<title>MSP430 - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Machine-Dependent.html#Machine-Dependent" t... |
package metrics
import (
"crypto/tls"
"fmt"
"net"
"os"
"path/filepath"
"testing"
"contrib.go.opencensus.io/exporter/ocagent"
"github.com/google/go-cmp/cmp"
"go.opencensus.io/stats/view"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io... |
#ifndef ASF_H
#define ASF_H
/*
* This file includes all API header files for the selected drivers from ASF.
* Note: There might be duplicate includes required by more than one driver.
*
* The file is automatically generated and will be re-written when
* running the ASF driver selector tool. Any changes will be ... |
envelope::~envelope() {}
double inverts::operator()(double x){ return 1 / x; }
scales::scales(double factor) : factor(factor) {}
double scales::operator()(double x) { return factor * x; }
stretched::stretched(en_ptr e_, double w)
{
en_ptr b = P<extracted>(e_);
e = P<warped>(b, scales(1 / w));
}
double stret... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example22-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.9/angular.min.js"></script>
</head>
<body ng-app="">
<script>
function SettingsController1() {
this.name = "J... |
#ifndef LULLABY_UTIL_STRUCTURE_OF_ARRAYS_H_
#define LULLABY_UTIL_STRUCTURE_OF_ARRAYS_H_
#include <memory>
#include <type_traits>
#include <vector>
#include "lullaby/util/logging.h"
namespace lull {
// A structure of arrays holds a number of arrays of different types, making it
// easy to keep, track and maintain ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
Space.eventSourcing.Process.extend('Donations.OrgRegistration', {
STATES: {
initiated: 'initiated',
approved: 'approved',
adminSignupFailed: 'adminSignupFailed',
adminSignupCompleted: 'adminSignupCompleted',
orgCreationFailed: 'orgCreationFailed',
completed: 'completed'
},
fields: {
... |
C+ENQ_CLIP
subroutine enq_clip ( lun, clip_level, s )
C
C Returns the clip level (maximum amplitude) of the sample file.
C
C Given:
C Sample file Fortran logical unit number.
integer lun
C
C Returned:
C Maximum amplitude in external units (Jy)
real... |
module.exports = {
// should spacejelly start selenium?
// if so, nightwatch.selenium.start_process will be set to 'false'
"startSelenium": true,
// should spacejelly set the selenium-server-{..}.jar path?
// if so, nightwatch.selenium.server_path will be replaced
"replaceSeleniumPath": true,
"timeout": fals... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>high-school-geometry: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boot... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/androidTesting.iml" filepath="$PROJECT_DIR$/androidTesting.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml... |
package com.stulsoft.fsm
import org.scalatest.{FlatSpec, Matchers}
/**
* @author Yuriy Stul.
*/
class IntParameterTest extends FlatSpec with Matchers {
behavior of "ParameterText"
">" should "work" in {
val p1 = IntParameter(1)
val p2 = IntParameter(2)
p1 > p2 shouldBe false
p2 > p1 shouldBe t... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Kirkia 6:126. 1967
#### Original name
null
### Remarks
null |
We could use any map in this case (even one of your own data). For this example we will download the "working memory" term map from [ neurosynth.org ](neurosynth.org). This map represents the results of an automated "term-based" meta-analysis of working memory.
```sh
ciftify_vol_result \
HCP_S1200_GroupAvg \
working... |
//-----------------------------------------------------------------------
// <copyright file="SwaggerResponse.cs" company="NSwag">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license>
// <author>Rico Suter, mail@rsuter.com... |
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // Hauptsymbole
/////////////////////////////////////////////////////////////////////////////
// CFileRobotApp:
// Siehe FileRobot.cpp für die Implementierung dieser Klasse
//
class CFileRobotApp : public CWinApp
{
public:
C... |
package com.lin.sdk.params;
public class UserParams {
private String language = "";
private String appstoreid = "";
private String country = "";
private String firstName = "";
private String lastName = "";
public String getLanguage() {
return language;
}
public void setLanguage(String language) {
this.... |
package akka.io
import java.net.InetSocketAddress
import java.nio.channels.{ SelectionKey, DatagramChannel }
import akka.actor.{ ActorRef, ActorLogging, Actor }
import akka.io.Udp.{ CommandFailed, Send }
import akka.io.SelectionHandler._
import scala.util.control.NonFatal
/**
* INTERNAL API
*/
private[io] trait W... |
coParsedFunction::coParsedFunction()
: function(nullptr)
{
}
coParsedFunction::~coParsedFunction()
{
delete function;
}
|
#pragma once
#include <aws/inspector/Inspector_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // name... |
module Grader
class SubmissionRoomMaker
def initialize
@config = Grader::Configuration.get_instance
end
def produce_grading_room(submission)
user = submission.user
problem = submission.problem
grading_room = "#{@config.user_result_dir}/" +
"#{user.login}/#{problem.name}/... |
city: Kaiserslautern
title: Code for Kaiserslautern
lat: 49.440540
long: 7.762300
markerposition: left
aliases:
- /kaiserslautern
- /kl
members:
- name: Falco Nogatz
username-github: fnogatz
username-twitter: ulmerleben
- name: Marius Henkel
username-github: rausnehmkeil
username-twitter: rausnehmkeil
links... |