text stringlengths 3 1.05M |
|---|
package me.fallblank.weiworld.ui;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.widget... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Uredo laburni DC.
### Remarks
null |
/*!
@file
@author Albert Semenov
@date 08/2010
*/
#ifndef __DEMO_KEEPER_H__
#define __DEMO_KEEPER_H__
#include "BaseManager.h"
#include "StateController.h"
#include "EditorState.h"
#include "TestState.h"
namespace tools
{
class Application :
public base::BaseManager,
public MyGUI::Singlet... |
/**
* @fileoverview Rule to flag fall-through cases in switch statements.
* @author Matt DuVall <http://mattduvall.com/>
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
... |
FROM balenalib/n310-tx2-debian:bullseye-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVitti... |
import os
import sys
from bosk.management import run_commands
if __name__ == '__main__':
os.environ.setdefault('BOSK_SETTING_MODULE', 'project.setting')
run_commands()
|
#ifndef __template_xchar
#define __template_xchar // template <class xchar>
#endif
#ifndef __xdecl
#define __xdecl // __cdecl
#endif
/***
*xchar *wcsrchr(string, ch) - find last occurrence of ch in wide string
*
*Purpose:
* Finds the last occurrence of ch in string. The terminating
* ... |
import gsap from 'gsap';
declare var spirit: spirit.SpiritStatic;
export = spirit;
export as namespace spirit;
declare namespace spirit {
type GSAP = typeof gsap;
interface SpiritStatic {
config: Config;
version: string;
setup(gsapInstance: GSAP): Promise<void>;
create(data: DataGroup | DataG... |
package fr.free.nrw.commons;
import org.junit.Assert;
import org.junit.Test;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import fr.free.nrw.commons.upload.FileUtils;
import ... |
// This file is automatically generated.
package adila.db;
/*
* LG Optimus 2X
*
* DEVICE: p999
* MODEL: LG-P999
*/
final class p999 {
public static final String DATA = "LG|Optimus 2X|";
}
|
<?php
/**
* The object manages the main CMS menu. See {@link LeftAndMain::init()} for
* example usage.
*
* The menu will be automatically populated with menu items for subclasses of
* {@link LeftAndMain}. That is, for each class in the CMS that creates an
* administration panel, a CMS menu item will be create... |
FROM tarantool/tarantool:1.7
#ADD init.lua /opt/tarantool/init.lua
#
#CMD ["tarantool", "init.lua"] |
describe('angularjs homepage', function() {
it('should have a title', function() {
browser.get('http://10.240.13.23:8080/stockmarket/game#/watchList');
expect(browser.getTitle()).toEqual('VSM - Stock Market League');
});
}); |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
$(function(){
// Cache some selectors
var clock = $('#clock'),
alarm = clock.find('.alarm'),
ampm = clock.find('.ampm'),
dialog = $('#alarm-dialog').parent(),
alarm_set = $('#alarm-set'),
alarm_clear = $('#alarm-clear'),
time_is_up = $('#time-is-up').parent();
// This will hold the number of seconds l... |
package com.flextrade.jfixture.builders;
import com.flextrade.jfixture.NoSpecimen;
import com.flextrade.jfixture.SpecimenBuilder;
import com.flextrade.jfixture.SpecimenContext;
import java.util.UUID;
class StringGenerator implements SpecimenBuilder {
@Override
public Object create(Object request, SpecimenCo... |
<?php
namespace Loevgaard\DandomainFoundationBundle\Updater;
use Loevgaard\DandomainFoundation\Entity\Currency;
use Loevgaard\DandomainFoundation\Entity\Generated\CurrencyInterface;
use Loevgaard\DandomainFoundation\Repository\CurrencyRepository;
class CurrencyUpdater implements CurrencyUpdaterInterface
{
/**
... |
namespace ChoiceNet
{
namespace Eco
{
enum ListenerType
{
UNDEFINED_TYPE = 0,
MARKET_PLACE = 1,
DEMAND_SERVER = 2,
PROVIDER = 3,
CONSUMER = 4,
PRESENTER = 5,
MAX_LISTENER_TYPE = 6
};
extern const char * ListenerTypeDesc[MAX_LISTENER_TYPE];
enum ListenerStatus
{
CONNECTED = 1,
DISCONNECTED = 2,
ACTIVE = 3
... |
#ifndef MITKVIRTUALTRACKINGDEVICE_H_HEADER_INCLUDED_
#define MITKVIRTUALTRACKINGDEVICE_H_HEADER_INCLUDED_
#include <MitkIGTExports.h>
#include <mitkTrackingDevice.h>
#include <mitkVirtualTrackingTool.h>
#include <itkMultiThreader.h>
#include "itkFastMutexLock.h"
#include <vector>
namespace mitk
{
/** Documentati... |
#include "umlReflectionExec/CallEventObject.hpp"
//General Includes
#include "abstractDataTypes/SubsetUnion.hpp"
#include "uml/CallEvent.hpp"
#include "umlReflection/UMLPackage.hpp"
#include "fUML/Semantics/Loci/Locus.hpp"
#include "uml/Class.hpp"
//Includes From Composite Structures
/*Not done for metamodel object cl... |
def extractBenazircariBlogspotCom(item):
'''
Parser for 'benazircari.blogspot.com'
'''
vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title'])
if not (chp or vol) or "preview" in item['title'].lower():
return None
tagmap = [
('PRC', 'PRC', 'translated'),
('Loit... |
namespace ROC
{
class Element : public virtual IElement
{
std::vector<Element*> m_children;
std::vector<Element*> m_parents;
Element(const Element &that) = delete;
Element& operator=(const Element &that) = delete;
public:
bool HasChildren() const;
const std::vector<Element*>& GetChildren() con... |
title: Making an instrument
---
{:.note-box}
This is currently out of date---so it's not listed in the docs "menu". It should
be fixed though, because it's useful. So fixes are welcome!
This guide refers to the values in the DSP signal chain as `double`, whereas
they are now `SAMPLE`, which is aliased to `float` by d... |
package images
import (
"fmt"
"runtime"
"strings"
"testing"
kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
"k8s.io/kubernetes/cmd/kubeadm/app/constants"
)
const (
testversion = "v10.1.2-alpha.1.100+0123456789abcdef+SOMETHING"
expected = "v10.1.2-alpha.1.100_0123456789abcdef_SOMETHING"
gcrP... |
require 'spec_helper'
RSpec.describe BaioTrackingClient do
describe 'setup' do
context 'when dnot default configs' do
it 'raise error' do
described_class.clear_configs
expect{ described_class.client }.to raise_error(BaioTrackingClient::NoConfigurationError)
end
end
context 'w... |
.class public Lcom/htc/net/usbnet/UsbnetStateTracker;
.super Ljava/lang/Object;
.source "UsbnetStateTracker.java"
# interfaces
.implements Landroid/net/NetworkStateTracker;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/htc/net/usbnet/UsbnetStateTracker$DhcpHandler;,
... |
package com.infinities.skyport.async.impl.service;
import org.apache.commons.lang3.concurrent.ConcurrentException;
import org.dasein.cloud.identity.IdentityServices;
import com.google.common.reflect.Reflection;
import com.infinities.skyport.ServiceProvider;
import com.infinities.skyport.async.AsyncServiceProvider.Ta... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace Excalibur.WebUI.Controllers
{
public class HomeController : Controller
{
// GET: Home
public ActionResult Index()
{
return View();
}
// GET:... |
using Moen.KanColle.Dentan.Data;
using Moen.KanColle.Dentan.Data.Raw;
using Moen.KanColle.Dentan.Record;
using System.Collections.Generic;
using System.Linq;
namespace Moen.KanColle.Dentan.Api.Parser
{
[Api("api_get_member/questlist")]
class QuestListParser : ApiParser<RawQuestList>
{
static IEqua... |
import pytest
import mock
from cache_version.models import get_model_cache_version
def describe_get_model_cache_version():
@pytest.fixture
def model():
return mock.sentinel.MODEL
@pytest.fixture
def mocked_inspect_model(mocker):
return mocker.patch('cache_version.models.InspectModel')... |
FROM centurylink/ca-certs
ADD main /
EXPOSE 3000
ENTRYPOINT ["/main"]
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title><.Compute IT></title>
<!--... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.NFULNL_CFG_CMD_PF_UNBIND.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.NFULNL_CFG_CMD_PF_UNBIND.html">../../../../libc/constant.NFULNL_CFG_CMD_PF_UNBIND.html</a>...</p>
<s... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tait: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel=... |
<p>Categories</p> |
<?php
namespace spec\Prophecy\Exception\Doubler;
use PhpSpec\ObjectBehavior;
use Prophecy\Doubler\Generator\Node\ClassNode;
use spec\Prophecy\Exception\Prophecy;
class ClassCreatorExceptionSpec extends ObjectBehavior
{
function let(ClassNode $node)
{
$this->beConstructedWith('', $node);
... |
title: "CS 16: Problem Solving with Computers -I , Spring 17 Mirza"
---
# CS 16: Problem Solving with Computers -I , Spring 17
<!--{{site.course}}, {{site.quarter}}-->
<div id="info" data-role="collapsible" data-collapsed="false">
<h2>Course Information</h2>
<ul>
{% for item in site.info %}
<li><a href="{{item.url... |
import React, {Component} from 'react'
var LinkComponent = React.createClass({
render: function(){
var url = this.props.data;
return <a href={url}>{this.props.data}</a>
}
});
module.exports = LinkComponent; |
import React from 'react'
// This import is only needed when checking authentication status directly from getInitialProps
// import auth0 from '../lib/auth0'
import { useFetchUser } from '../lib/user'
import Layout from '../components/layout'
function ProfileCard ({ user }) {
return (
<>
<h1>Profile</h1>
... |
<?php
declare(strict_types=1);
namespace Auth0\SDK\Exception;
/**
* @codeCoverageIgnore
*/
final class AuthenticationException extends \Exception implements Auth0Exception
{
public const MSG_REQUIRES_GRANT_TYPE = 'A grant type must be specified for this request';
public static function requiresGrantType(
... |
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.h"
#include <map>
#include <utility>
#include "base/bind.h"
#include "base/metrics/use... |
/***********************************************\
* _____ _ _ _____ ______ _____ _ *
* | __ \ /\ | \ | |/ ____| ____| __ \| | *
* | | | | / \ | \| | | __| |__ | |__) | | *
* | | | |/ /\ \ | . ` | | |_ | __| | _ /| | *
* | |__| / ____ \| |\ | |__| | |____| | \ \|_| *
* |_____/_/ ... |
<?php namespace sgoendoer\Sonic\examples;
use sgoendoer\Sonic\Sonic;
use sgoendoer\Sonic\API\LikeRequestBuilder;
use sgoendoer\Sonic\Model\LikeObject;
use sgoendoer\Sonic\Model\LikeObjectBuilder;
class LikeAPIExample
{
public static function performGETLikeRequest($targetedGID, $likeID)
{
// create an instance of ... |
package ru.job4j.task1.controller;
/**
* The class ControllerConstants include the parameters and attributes constants.
* It is constants' storage.
*
* @author Alex Proshak (olexandr_proshak@ukr.net)
*/
public class ControllerConstants {
/**
* Attributes.
*******************************************... |
// Formatting library for C++ - the core API
//
// Copyright (c) 2012 - present, Victor Zverovich
// All rights reserved.
//
// For the license information refer to format.h.
#ifndef FMT_CORE_H_
#define FMT_CORE_H_
#include <cassert>
#include <cstdio>
#include <cstring>
#include <iterator>
#include <string>
#include ... |
package org.docksidestage.postgresql.dbflute.cbean;
/**
* The condition-bean of vendor_uuid_bar.
* <p>
* You can implement your original methods here.
* This class remains when re-generating.
* </p>
* @author DBFlute(AutoGenerator)
*/
public class VendorUuidBarCB extends org.docksidestage.postgresql... |
var Socket = require('./utils/Socket'),
ServerConfigMd = require('./models/serverConfigMd'),
_app;
function App() {
var self = this;
// ensure we're a singleton
if (_app) return _app;
_app = this;
// TODO: what is wrong with the localStorage adapter??? shouldn't need
// to manually provide the d... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace DataExplorer.Domain.DataTypes.Loaders
{
public class ImageLoader : IDataLoader
{
private readonly IBitmapImageWrapper _bi... |
\chapter{Listing of Heapsort Routine}\label{a:sort}
\verbatiminput{indexx.for}
|
<?php
/**
* Created by PhpStorm.
* User: naffiq
* Date: 6/14/17
* Time: 11:14
*/
use naffiq\helpers\Number;
class NumberTest extends \PHPUnit\Framework\TestCase
{
public function testToText()
{
$testValue = 10245;
$this->assertEquals('ten thousand two hundred forty-five', Number::toText($... |
namespace Hyperledger.Indy.LedgerApi
{
/// <summary>
/// Exception thrown when the no consensus was reached during a ledger operation.
/// </summary>
public class LedgerConsensusException : IndyException
{
const string message = "No consensus was reached during the ledger operation";
... |
import * as BluebirdPromise from "bluebird";
import * as assert from "assert";
import {
testContext,
disposeTestDocumentStore
} from "../../Utils/TestUtil";
import { UsersIndex } from "../../Assets/Indexes";
import { Post, User } from "../../Assets/Entities";
import {
IDocumentStore,
GetStatis... |
import {Component, Input, Output} from "@angular/core";
import {ShipmentResource} from "../api/resources/shipment.resource";
import {TranslateService} from "ng2-translate/ng2-translate";
@Component({
selector: "educama-shipment-list",
templateUrl: "./shipment-list.component.html"
})
export class ShipmentListCo... |
function CBIG_ASDf_Plot400Schaefer19Subcor17Networks_419by419Input(corr_mat, scalelim, filename_prefix)
% CBIG_ASDf_Plot400Schaefer19Subcor17Networks_419by419Input(corr_mat, scalelim, filename_prefix)
%
% This function draws the 419x419 correlation matrix (400 cortical ROIs +
% 19 subcortical ROIs).
% Major networks a... |
/*
*
* 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
* distri... |
classdef prtDecision < prtAction
% prtDecision Base class for sll prt decision objects
%
% This is a base class from which all prt decision objects inherit. It
% cannot be instantiated. prtDecision objects inherit the RUN function
% from prtAction objects.
%
% prtDecision objects accept ... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Thu May 12 20:16:07 CST 2011 -->
<TITLE>
Uses of Class CreateMember
</TITLE>
<META NAME="date" CONTENT="2011-05-12">
<LINK REL ="stylesheet"... |
package com.github.dozermapper.core.vo.deepindex.customconverter;
public class First {
private Second[] secondArray;
private Second second;
public Second getSecond() {
return second;
}
public void setSecond(Second second) {
this.second = second;
}
public... |
#include <stdio.h>
#include <stdlib.h>
#include "errors.h"
void error(int code, const char *function) {
fprintf(stderr, "%s: ", function);
switch (code) {
case MEMORY:
fprintf(stderr, "Out of memory\n");
break;
case EMPTY_CODE:
fprintf(stderr, "Empty queue\... |
@interface UIView (TouchExclusivity)
- (void) setTouchExclusivity: (UIView*) view;
@end |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Javadoc API documentation for Fresco." />
<link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" />
<title>
Va... |
package com.github.highcharts4gwt.generator.common.field;
import javax.annotation.CheckForNull;
public enum FieldType
{
Number
{
@CheckForNull
@Override
public <IN, OUT> OUT accept(FieldTypeVisitor<IN, OUT> visitor, IN in)
{
return visitor.visitNumber(in);
... |
<!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_91) on Wed Dec 12 19:04:15 PST 2018 -->
<title>org.robolectric.manifest</title>
<meta name="date" content="2018-12-12">
<link rel="stylesheet" ... |
import "babel-polyfill";
import SlackBot from "slackbots";
import slackToken from "./slackToken.js"; // .gitignoreしてるので自分のトークンを使ってください
import BotLoader from "./Loader/BotLoader.js";
import PluginLoader from "./Loader/PluginLoader.js";
import MessageEventLoader from "./Loader/MessageEventLoader.js";
import GetMessageFor... |
package org.apache.jsieve.comparators;
import org.apache.jsieve.exception.SievePatternException;
/**
* Class AsciiCasemap implements the EQUALITY operation of the i;ascii-casemap
* comparator as defined by RFC2244, section 3.4 - "With this function the
* values "hello" and "HELLO" have the same ordinal value and... |
package org.wisdom.jcrom.service;
import org.wisdom.jcrom.runtime.AutoCloseableSession;
import javax.jcr.Session;
public interface AutoCloseableSessionProvider {
AutoCloseableSession createAutoCloseableSession(Session session);
}
|
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle ... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="6.0dp" />
<solid android:color="#ffffff"/>
</shape>
|
package com.sixrr.inspectjs.validity;
import com.intellij.lang.javascript.psi.JSFunction;
import com.intellij.lang.javascript.psi.JSObjectLiteralExpression;
import com.intellij.lang.javascript.psi.JSThisExpression;
import com.intellij.lang.javascript.psi.JSExpressionCodeFragment;
import com.intellij.psi.util.PsiTreeUt... |
<?php
declare(strict_types = 1);
namespace Google\Web_Stories\Tests\Integration;
/**
* @coversDefaultClass \Google\Web_Stories\Ad_Manager
*/
class Ad_Manager extends DependencyInjectedTestCase {
private \Google\Web_Stories\Ad_Manager $instance;
public function set_up(): void {
parent::set_up();
update_op... |
<!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 Sat Apr 09 10:11:07 EDT 2016 -->
<title>Uses of Class org.apache.cassandra.db.lifecycle.LifecycleTransaction.ReaderState (apache-cassand... |
import heapq
import numpy as np
from scipy.optimize import curve_fit
from scipy.spatial.distance import pdist, squareform
from .dimensionality_reduction import dim_reduce
def fourier_series(x, *a):
"""
Arbitrary dimensionality fourier series.
The first parameter is a_0, and the second parameter is the i... |
/**
* window.c.CategoryButton component
* Return a link with a btn-category class.
* It uses a category parameter.
*
* Example:
* m.component(c.CategoryButton, {
* category: {
* id: 1,
* name: 'Video',
* online_projects: 1
* }
* })
*/
import m from 'mithril';
const category... |
package org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import j... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
nv.models.lineChart = function() {
//============================================================
// Public Variables with Default Settings
//------------------------------------------------------------
var lines = nv.models.line()
, xAxis = nv.models.axis()
, yAxis = nv.models.axis()
, legend = ... |
/* Universidade Estadual do Ceara
Introducao a Computacao 2016.2 - Prof. Gildacio
Jessica Cristina Cacau Patricio (1388627)
Exercicio 709 */
#include<stdio.h>
#include<stdlib.h>
#include<strings.h>
/* Funcao que retorna a soma de duas variaveis double */
double soma (double a, double b) {
return a+b;
}
/* Funcao... |
<?php
namespace PMT\KanbanBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class DefaultController extends Controller
{
public function indexAction()
{
return $this->render('PMTKanbanBundle:Default:index.html.twig');
}
}
|
(function(){
'use strict';
angular
.module('app')
.factory('UserService', UserService);
UserService.$inject = ['$http'];
function UserService($http){
var service = {};
service.Create = Create;
service.Connect = Connect;
return service;
function Create(user){
... |
import React from 'react';
import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';
import { createStore, applyMiddleware } from 'redux';
import ReduxPromise from 'redux-promise';
import { StyleRoot } from 'radium';
import App from './components/app';
import reducers from './reducers';
const createSt... |
Imports System
Imports System.Reflection
Imports 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.
' Review the values of the assembly attribut... |
package org.apache.sis.referencing.operation.transform;
import java.util.Arrays;
import org.opengis.geometry.DirectPosition;
import org.opengis.referencing.operation.Matrix;
import org.apache.sis.referencing.operation.matrix.Matrices;
import org.apache.sis.referencing.operation.matrix.MatrixSIS;
import org.apache.sis... |
CS
==
.. image:: https://travis-ci.org/exoscale/cs.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/exoscale/cs
A simple, yet powerful CloudStack API client for python and the command-line.
* Python 2.7+ and 3.3+ support.
* All present and future CloudStack API calls and parameters are suppo... |
#pragma once
#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace ElasticBeanstalk
{
namespace Model
{
/**
* <p/><p><h3>See Also:</h3> <a
* href="h... |
require 'spec_helper'
describe Spree::Order do
describe "Create order with the same bill & ship addresses" do
it "should have equal ids when set ids" do
address = Factory(:address)
@order = Factory(:order, :bill_address_id => address.id, :ship_address_id => address.id)
@order.bill_address_id.s... |
<!--
~ Hibernate, Relational Persistence for Idiomatic Java
~
~ Copyright (c) 2010, Red Hat Inc. or third-party contributors as
~ indicated by the @author tags or express copyright attribution
~ statements applied by the authors. All third-party contributions are
~ distributed under license by Red Hat Inc.... |
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2022] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... |
namespace Syncify
{
using System;
using System.Drawing;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using Microsoft.Win32;
public partial class MainForm : Form
{
public MainForm()
{
this.InitializeComponent... |
/**
*
*/
package org.opentosca.xaaspackager.data;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.xml.namespace.QName;
import org.opentosca.xaaspackager.model.DeploymentArtifactTopology;
/**
* @author nyu
*
*/
public class MainResourceDAO {
public final String wineryAddre... |
import { RULE_TYPE } from 'fela-utils'
import { renderToString } from 'fela-tools'
import createRenderer from '../createRenderer'
describe('Renderer', () => {
describe('Instantiating a new renderer', () => {
it('should initialize all values', () => {
const renderer = createRenderer()
expect(rendere... |
<?php
$mess=array(
"Allowed Extensions" => "Extensions autorisées",
"Extensions List" => "Liste d'extensions",
"Ext. Label" => "Libellé pour la liste",
"Limitations" => "Limitations",
"Files Number" => "Nombre de fichiers",
"File Size" => "Taille par fichier",
"Cumul. Size" => "Taille cumulée",
);
?> |
package com.yitong.weixin.common.utils;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.apache.commons.beanutils.PropertyUtils;
import org.apache.commons.lang3.StringUtils;
/**
* Collections工具集.
*... |
package org.apache.streams.local.tasks;
import org.apache.streams.core.StreamsDatum;
import org.apache.streams.local.queues.ThroughputQueue;
import org.apache.streams.local.test.processors.PassthroughDatumCounterProcessor;
import org.apache.streams.local.test.providers.NumericMessageProvider;
import org.apache.strea... |
layout: post
title: "ML Based: NLP Current Topics"
author: Guanlin Li
tag: redmond_rg
---
> Since I am really interested in Machine Learning especially those related to strong statistical or math insight or guarantee, I would like to collect, according to my preference and taste, a list of current topics in NLP which ... |
"use strict"
// Namespace
var StorySlicer = {};
var StorySlicer.Game = function() {
var _state = {},
var _panels = {},
var _run = function() {
var panel = _panels['start'];
// display template
};
var _add_panel = function (new_panel) {
};
return {
start: _run,
addPanel: ... |
module.exports = {
callbackParameter: function(callback){
if(typeof(callback) !== 'function')
throw new Error("Callback argument is not optional");
return true;
}
}; |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>kildall: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Orleans.Runtime.Configuration;
using Orleans.Storage;
using Orleans.TestingHost;
using UnitTests.GrainInterfaces;
using UnitTests.Tester;
using Tester;
using Xunit;
namespace UnitTests.General
{
public class GenericGrainsInAzureSto... |
System.register([], function (_export) {
'use strict';
var ScrollHandler;
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
return {
setters: [],
execute: function () {
ScrollHandler = (funct... |