text stringlengths 3 1.05M |
|---|
package crypto
import (
"crypto/x509"
obcca "github.com/openblockchain/obc-peer/obc-ca/protos"
"github.com/openblockchain/obc-peer/openchain/crypto/utils"
"golang.org/x/net/context"
"strconv"
)
func (validator *validatorImpl) getEnrollmentCert(id []byte) (*x509.Certificate, error) {
sid := utils.EncodeBase64(... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
Here's the current plan for Cthulhu. The current version is still pre 0.1.
* [x] [0.1] interpreter and most prominent API calls available
* [x] [0.2] create an actual JavaScript API and not simply global methods
* [x] [0.3] replication
* [ ] more examples
* [ ] blocking calls/background processing
* [ ] functions with... |
import Effect from './effect'
export default class RGBShift extends Effect {
constructor () {
super()
const effect = new THREE.ShaderPass(THREE.RGBShiftShader)
effect.uniforms['amount'].value = 0.01 // 0.0015, 0.4,
this.effect = effect
}
update (params) {
this.effect.uniforms.amount.value ... |
<?php
class DemoController extends Controller
{
/**
* @var string the default layout for the views. Defaults to '//layouts/column2', meaning
* using two-column layout. See 'protected/views/layouts/column2.php'.
*/
public $layout='//layouts/main';
public $defaultAction = 'index';
/**
* @return array action... |
#include <QtTest>
#include <QtXml>
#include "function_test.h"
#define protected public
#define private public
#include "function_stub.h"
#include "function.h"
#undef private
#undef protected
#include "doc.h"
void Function_Test::initTestCase()
{
}
void Function_Test::initial()
{
Doc doc(this);
Function_S... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Bot. Jb. 22: 100 (1895)
#### Original name
Marasmius dusenii Henn.
### Remarks
null |
<?xml version="1.0" ?>
<LEOSimulation version="2.5.0">
<STELAVersion>2.5.1</STELAVersion>
<SpaceObject>
<mass unit="kg">5.0</mass>
<dragArea>0.055</dragArea>
<reflectingArea>0.22</reflectingArea>
<reflectivityCoefficient>1.5</reflectivityCoefficient>
<orbitType>LEO</orbitType>
<ConstantDragC... |
<?php
namespace Mpclarkson\ResqueBundle\Controller;
use Mpclarkson\ResqueBundle\Resque;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
/**
* Class DefaultController
* @package Mpclarkson\ResqueBundle\Controller
... |
const SignedSource = require('../index.js');
test('signFile', () => {
expect(
SignedSource.signFile(`# ${SignedSource.getSigningToken()}\ntest 1`)
).toEqual(
`# @generated SignedSource<<d9b7b52f54978f54b84a0fd48145e470>>\ntest 1`
);
expect(
SignedSource.signFile(`# ${SignedSource.getSigningToken... |
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.1
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Description of coherencysegpb</title>
<meta name="keywords" content="coherencysegpb">
<meta name="description" content="Multi-taper coherency,cross-spectrum and in... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Education_controller extends MY_Controller
{
public function __construct()
{
parent::__construct();
}
/**
* Подключение сторонних компонентов.
*
* @return void
*/
protected function load()
{
parent::load();
// Модель... |
(function () {
angular
.module('users')
.controller('CuidadorListController',
['$http', '$location', '$mdDialog', CuidadorListController]);
function CuidadorListController($http, $location, $mdDialog) {
var root = 'https://leonardoads.pythonanywhere.com/OrganizeBaby/default... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/tinderbox/XR-Trunk/WINNT_5.2_Depend/mozilla/netwerk/protocol/ftp/public/nsIFTPChannel.idl
*/
#ifndef __gen_nsIFTPChannel_h__
#define __gen_nsIFTPChannel_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to in... |
{
"template": "post",
"title": "LocalSettings and the problem of committing Secrets",
"description": "Azure App Service combines the previous Azure Websites, Mobile Services and BizTalk Services into one integrated offering and is a major PaaS play by Microsoft Azure, driving Continous Delivery and Developm... |
package com.leon.floatingactionmenu;
import android.content.Context;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.... |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>SKT--Ludum Dare 33</title>
<script src="phaser.min.js"></script>
<script src="main.min.js"></script>
<style>
body {
padding: 0... |
package com.codepath.apps.mysimpletweets.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.widget.SwipeRefreshLayout... |
class ChangeDniUsers < ActiveRecord::Migration
def change
change_column :users, :dni, :string, :null => true
end
end
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
namespace ResumeEditor.ResumeData
{
[Serializable]
public class ResumeException : Exception
{
public ResumeException()
{
}
public ResumeException(strin... |
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}
|
layout: model
title: English BertForQuestionAnswering model (from tli8hf)
author: John Snow Labs
name: bert_qa_unqover_bert_base_uncased_newsqa
date: 2022-06-02
tags: [en, open_source, question_answering, bert]
task: Question Answering
language: en
edition: Spark NLP 4.0.0
spark_version: 3.0
supported: true
annotator: ... |
namespace ExampleApp
{
namespace Search
{
namespace SdkModel
{
class InteriorMenuObserver : private Eegeo::NonCopyable
{
public:
InteriorMenuObserver(Eegeo::Resources::Interiors::InteriorSelectionModel& interiorSelectionModel,
... |
var catalog = require('bespin:plugins').catalog;
var env = require('environment').env;
var settings = require('settings').settings;
/**
* 'set' command
*/
exports.setCommand = function(args, request) {
var html;
if (!args.setting) {
var settingsList = settings._list();
html = '';
... |
package com.iglin.lab3_database;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.iglin.lab3_database.db.TimeTrackingContentProvider;
import com.iglin.lab3... |
<?php
namespace Cms\Form\Element;
use Mmi\Form\Element\ElementAbstract;
use Mmi\Form\Form;
/**
* Element wielokrotny checkbox
*/
class MultiField extends ElementAbstract
{
public const IS_ACTIVE = 'isActive';
//szablon początku pola
public const TEMPLATE_BEGIN = 'cmsAdmin/form/element/element-abstrac... |
<?php
class Application_Model_Votos extends Zend_Db_Table_Abstract
{
protected $_name = 'votos';
protected $_primary = 'idAssunto';
protected $_rowClass = 'Application_Model_Row_Voto';
//protected $_dependentTables = array('Application_Model_Assuntos');
protected $_referenceMap = array(
'voto' => arra... |
<?xml version="1.0"?>
<!--
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Magento_Eav" schema_version="2.0.0">
<sequence>
<module name="Magento_Core"/>
... |
using System.Collections.Generic;
using LinqToExcel;
using System.Linq;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
namespace BroadvineOnboard
{
public class ExcelSpreadSheet
{
public string SelectedWorksheet { get; set; }
public int RowStart { get; set; ... |
package com.microsoft.azure.management.network.v2020_03_01;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* List of Vpn-Sites.
*/
public class GetVpnSitesConfigurationRequest {
/**
* List of resource-ids of the vpn-sites for which config is to be
* downloaded.
... |
#include <QtGui/QMainWindow>
#include "lifewidget.h"
namespace Ui
{
class MainWindow;
}
/// This project is used to test the asynchronous automaton. If the game of life functions properly then the asynchronous algorithm is working correctly.
class MainWindow : public QMainWindow
{
Q_OBJECT
... |
namespace {
// Private implementation namespace
using NetworKit::node;
using NetworKit::count;
using NetworKit::index;
class MaximalCliquesImpl {
private:
const NetworKit::Graph& G;
std::vector<std::vector<node>>& result;
std::function<void(const std::vector<node>&)>& callback;
bool maximumOnly;
count ... |
package tools
import (
"fmt"
"github.com/mrlsd/go-benchmark-app/config"
"regexp"
"strconv"
)
// WrkResults - results for Wrk benchmarks
type WrkResults struct {
commandResults
FailedRequests float64
ReqSec float64
Requests float64
LatencyStats struct {
Avg, Stdev, Max struct {
Time float... |
package org.apache.geode.admin.jmx.internal;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.PrintStream;
import java.io.Serializa... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
#pragma once
#include "PolyGlobals.h"
#include "PolyString.h"
struct PHYSFS_File;
class _PolyExport OSFileEntry {
public:
OSFileEntry() {};
OSFileEntry(const Polycode::String& path, const Polycode::String& name, int type);
Polycode::String name;
Polycode::String extension;
Polycode::String nameWitho... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using System.Web.Security;
using MVC4_MobileApp.Models;
namespace MVC4_MobileApp.Controllers
{
[Authorize]
public class AccountController : Controller
{
//
... |
<?php
namespace Odin;
class Util
{
/*
* Create a URL safe slug from a string of text
*
* @param string $text The text you wish to slugify
*
* @return string
*/
public static function slugify($text)
{
// replace non letter or digits by -
$text = preg_replace('~[^\\pL\d]+~u', '-', $text);
... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include "entryref.h"
#include <vector>
namespace vespalib::datastore {
/*
* Class to filter entry refs based on which buffer the entry is referencing.
*
* Buffers being allowed have correspondin... |
package samples;
import java.util.Calendar;
import java.util.GregorianCalendar;
public class WaveData {
private int Order;
private double Tau;
private double Radians;
private double Sin;
private double Cos;
private double Tan;
private double Sinh;
private double Cosh;
private double Tanh;
public int getO... |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Device function to control the Newport 1930C powermeter
% Original code by Dongwan and Mark
% Modified by Mark Harfouche to enable usage of Instrument Control toolbox.
% 2016/05/17
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
classdef Newport1930C < handle
properties (SetAccess = private)
... |
class Artifacts::Base
def initialize(uri)
@uri = uri
end
protected
def response_body
@response_body ||= Rails.cache.fetch(@uri) { client.get(@uri).body }
end
def response_type
:json
end
private
def client
Faraday.new do |conn|
conn.response :mashify
conn.response respons... |
<?php
class Ess_M2ePro_Block_Adminhtml_Ebay_Account_Edit_Tabs extends Ess_M2ePro_Block_Adminhtml_Widget_Tabs
{
//########################################
public function __construct()
{
parent::__construct();
// Initialization block
// ---------------------------------------
... |
Diseños varios de una sola pieza para impresión 3D
|
module Volume
def volume
`osascript -e 'output volume of (get volume settings)'`.chomp.to_i
end
def volume= value
`osascript -e 'set volume output volume #{value}'`
end
end |
package model
import (
"errors"
"fmt"
"github.com/gin-gonic/gin"
"github.com/jinzhu/gorm"
"github.com/qb0C80aE/clay/extension"
"github.com/qb0C80aE/clay/logging"
mapstructutilpkg "github.com/qb0C80aE/clay/util/mapstruct"
"net/url"
"sort"
"sync"
)
var nameEphemeralBinaryObjectMap = map[string]*EphemeralBinar... |
package cloudfoundry_test
import (
"github.com/enaml-ops/omg-product-bundle/products/oss_cf/enaml-gen/etcd"
"github.com/enaml-ops/omg-product-bundle/products/oss_cf/enaml-gen/etcd_metrics_server"
. "github.com/enaml-ops/omg-product-bundle/products/oss_cf/plugin"
"github.com/enaml-ops/omg-product-bundle/products/os... |
package com.google.code.or.io.impl;
import com.google.code.or.common.glossary.UnsignedLong;
import com.google.code.or.common.glossary.column.StringColumn;
import com.google.code.or.io.XOutputStream;
import java.io.BufferedOutputStream;
import java.io.IOException;
import java.io.OutputStream;
/**
*
* ... |
#ifndef HECMW_VIS_COLOR_COMPOSITE_VR_H_INCLUDED
#define HECMW_VIS_COLOR_COMPOSITE_VR_H_INCLUDED
extern void compute_color_vr(
int current_ijk[3], int color_mapping_style, double *interval_point,
int transfer_function_style, double opa_value, int num_of_features,
double *fea_point, double view_point_d[3],... |
The aim of the project is to create a bot that can play Agar.io
The full coding process is streamed live on http://www.twitch.tv/apostolique
Make sure to install both bot.user.js and launcher.user.js
#Honorable mention
There are other people working on bots, you can check the forks, as well as GamerLio's Github whic... |
module OmertaLogger
class BusinessObjectOwnerHistory < ApplicationRecord
belongs_to :user
belongs_to :family
belongs_to :business_object
end
end
|
<?php
namespace PhpInPractice\EventStore\Example\Blog;
class ArticleReadRepository
{
/** @var ArticleTreeProjector */
private $projector;
public function __construct(ArticleTreeProjector $projector)
{
$this->projector = $projector;
}
public function fetchAll()
{
return $t... |
A basic game to test the features of libgdx
|
package com.kenshoo.metrics.anodot.metrics2;
import com.kenshoo.metrics.anodot.AnodotGlobalProperties;
import com.kenshoo.metrics.anodot.DWMetricNameParser;
/**
* Created by tzachz on 2/21/17
*/
class Anodot2MetricNameConverter {
private final AnodotGlobalProperties globalProperties;
Anodot2MetricNameConv... |
import time
import datetime
from vt_manager_kvm.communication.sfa.util.faults import MissingSfaInfo, UnknownSfaType, \
RecordNotFound, SfaNotImplemented, SliverDoesNotExist
from vt_manager_kvm.communication.sfa.util.defaultdict import defaultdict
from vt_manager_kvm.communication.sfa.util.sfatime import utcparse... |
require 'spec_helper'
module Pronto
describe Reek do
let(:reek) { Reek.new(patches) }
let(:patches) { nil }
describe '#run' do
subject { reek.run }
context 'patches are nil' do
it { should == [] }
end
context 'no patches' do
let(:patches) { [] }
it { sho... |
#include <omex/CaVisitor.h>
#include <omex/CaTypes.h>
LIBCOMBINE_CPP_NAMESPACE_BEGIN
#ifdef __cplusplus
CaVisitor::~CaVisitor ()
{
}
void
CaVisitor::visit (const CaOmexManifest& x)
{
visit( static_cast<const CaBase&>(x) );
}
void
CaVisitor::visit (const CaListOf& x, int type)
{
visit( static_cast<const C... |
package com.musitorika;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annota... |
// Gets data from provided url and updates DOM element.
function generate_os_data(url, element) {
$.get(url, function (data) {
$(element).text(data);
}, "json");
}
// If dataTable with provided ID exists, destroy it.
function destroy_dataTable(table_id) {
var table = $("#" + table_id);
var ex =... |
try:
import urllib.request
except ImportError:
raise ImportError('You should use Python 3.x')
import os.path
import gzip
import pickle
import os
import numpy as np
url_base = 'http://yann.lecun.com/exdb/mnist/'
key_file = {
'train_img': 'train-images-idx3-ubyte.gz',
'train_label': 'train-labels-idx1-u... |
Meteor.startup(function() {
Meteor.Mailgun.config({
username: 'postmaster@mg.runelytics.com',
password: 'f88acd0f6e0734f64b61b16432f9c6b2'
});
Meteor.methods({
'sendContactEmail': function(name, email, message) {
this.unblock();
Meteor.Mailgun.send({
to: 'takacmichal92@gmail.com... |
from __future__ import annotations
from progressivis.utils.errors import ProgressiveError
from progressivis.core.module import Module, ReturnRunStep
from progressivis.core.slot import SlotDescriptor
import numpy as np
from typing import Any
class Wait(Module):
parameters = [("delay", np.dtype(float), np.nan), ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CSharpGL;
namespace MultipleContexts
{
/// <summary>
/// Renders a cube every time the action list works.
/// </summary>
partial class CubeNode : ModernNode, IRenderable
{
public static CubeNode Cre... |
package com.qycloud.oatos.convert.test.logic;
import java.io.File;
import java.util.Date;
import com.artofsolving.jodconverter.DocumentConverter;
import com.artofsolving.jodconverter.openoffice.connection.OpenOfficeConnection;
import com.artofsolving.jodconverter.openoffice.connection.SocketOpenOfficeConnection;
impo... |
import React, { Component, PropTypes } from 'react'
import {
View,
Navigator,
DrawerLayoutAndroid,
AsyncStorage,
} from 'react-native'
import Navigate from '../utils/Navigate'
import Toolbar from '../components/Toolbar'
import Drawer from '../components/Drawer/DrawerContainer'
const styles = {
scene: {
... |
<div class="py-4 mb-2">
<h3 class="d-inline-block">New Widget</h3>
</div>
<%= formFor(widget, {action: adminWidgetsPath(), method: "POST"}) { %>
<%= partial("admin/widgets/form.html") %>
<%= linkTo(adminWidgetsPath(), {class: "btn btn-warning", "data-confirm": "Are you sure?", body: "Cancel"}) %>
<% } %>
|
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Kekiri.TestGen")]
[... |
class CreateEatQualities < ActiveRecord::Migration
def change
create_table :eat_qualities do |t|
t.string :name, null: false
t.timestamps null: false
end
end
end
|
namespace Backend {
namespace Dummy {
void STDPPlasticity::prepare() {
}
void STDPPlasticity::reset_state() {
}
}
}
|
using Common;
using Common.Algos;
using NUnit.Framework;
namespace Tests.Common
{
public class WeightedReindeerWearinessTest
{
[Test]
public void TestCalculation()
{
Tour tour = new Tour();
Gift gift1 = new Gift(1, 15, 10, 10);
Gift gift2 = new Gift(... |
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "it.venerons.APPLICATION"
version = "1.0.0"
versionCode = "1">
<name>RAINBL</name>
<description>
PROCESSING.JS AND PHONEGAP
</description>
<au... |
@interface MOBFileManager ()
@property (strong, nonatomic) NSFileManager *fileManager;
@property (strong, nonatomic) NSString *rootPath;
@end
@implementation MOBFileManager
- (instancetype)init
{
NSFileManager *fileManager = [NSFileManager defaultManager];
NSString *rootPath = [NSFileManager documentsPath]... |
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*
* This file is automatically generated by buildiface
* DO NOT EDIT
*/
#include "mpi_fortimpl.h"
/* Begin MPI profiling block */
#if defined(USE_WEAK_SYMBOLS) && !defined(USE... |
package org.jon.ivmark.graphit.core.graph.traversal;
import com.google.common.base.Function;
import com.google.common.base.Predicate;
import com.google.common.collect.Iterables;
import com.google.common.collect.TreeMultiset;
import org.jon.ivmark.graphit.core.Procedure;
import java.util.*;
/**
*
* Use when trave... |
package xyz.upperlevel.uppercore.nms.impl;
import xyz.upperlevel.uppercore.nms.NmsPacket;
import xyz.upperlevel.uppercore.nms.exceptions.UnsupportedVersionException;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import static xyz.upperlevel.uppercore.nms.NmsUtil.handleException;
public fina... |
require 'spec_helper'
describe Everything::Blog::Source::FileBase do
let(:file_base_instance) do
described_class.new
end
describe '#content' do
context 'when the class is used without going through a child class' do
subject { file_base_instance.content }
it 'raises a NotImplementedError' do... |
package org.apache.cassandra.serializers;
import java.nio.BufferUnderflowException;
import java.nio.ByteBuffer;
import java.util.*;
public class SetSerializer<T> extends CollectionSerializer<Set<T>>
{
// interning instances
private static final Map<TypeSerializer<?>, SetSerializer> instances = new HashMap<T... |
package org.actressframework.eda;
import org.springframework.stereotype.Component;
@Component
public class EventLogger extends AbstractBusLogger implements EventHandler {
}
|
package scala.slick.jdbc.meta
import java.sql._
import scala.slick.jdbc.ResultSetInvoker
import scala.slick.ql.TypeMapperDelegate
/**
* A wrapper for a row in the ResultSet returned by DatabaseMetaData.getVersionColumns().
*/
case class MVersionColumn(
column: String, sqlType: Int, typeName: String,
columnSize:... |
#ifndef PARSE_RELATION_H
#define PARSE_RELATION_H
#include "parser/parse_node.h"
extern RangeTblEntry *refnameRangeTblEntry(ParseState *pstate,
const char *schemaname,
const char *refname,
int location,
int *sublevels_up);
extern CommonTableExpr *scanNameSpaceForCTE(ParseState *pstate,
c... |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (BlackBerry; U; BlackBerry 9315; En-US) AppleWebKit/534.11+ (KHTML, Like Gecko) Version/7.1.0.838 Mobile Safari/534.11+</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link... |
.. Copyright 2016 Sebastian Semper, Christoph Wagner
https://www.tu-ilmenau.de/it-ems/
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/lice... |
using UnityEngine;
using System.Collections;
/*===============================================================*/
/**
* OnDisconnectedFromServer関数を書き込むコマンド
* 2015年2月5日 Buravo
*/
public class WriteOnDisconnectedFromServerCommand : Command
{
/*===============================================================*/
/**... |
import java.util.List;
public class RemoveFun extends BuiltinFun {
public RemoveFun() {
super("remove", 2);
}
@Override
public Value apply(List<Value> args, Position pos) {
Value value = args.get(0);
if (value instanceof ListValue) {
Value val = args.get(1);
if (val instanceof IntValue) {// idx acces... |
author: Livid
date: 2009-09-01 04:56:10+00:00
title: Оптимизация NFSv3
wordpress_id: 337
...
В основном смысл статьи в том, чтобы оптимизировать производительность
NFS. Однако, некоторые описываемые вещи не имеют к задаче прямого
отношения, хотя и улучшают ощущения от работы с NFS в целом.
Использованы следующие предп... |
NSString *const DConnectServiceInformationProfileName = @"serviceinformation";
NSString *const DConnectServiceInformationProfileParamSupports = @"supports";
NSString *const DConnectServiceInformationProfileParamConnect = @"connect";
NSString *const DConnectServiceInformationProfileParamWiFi = @"wifi";
NSString *const... |
package net.congstar.jira.plugins.scrumpoker.data;
import com.atlassian.jira.bc.issue.IssueService;
import com.atlassian.jira.issue.CustomFieldManager;
import com.atlassian.jira.issue.IssueInputParameters;
import com.atlassian.jira.issue.MutableIssue;
import com.atlassian.jira.issue.fields.CustomField;
import com.atla... |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QLD_SILO_and_hourly_stations — QLD_SILO_and_hourly_stations • JohnConner</title... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_191) on Mon Oct 29 18:19:18 CET 2018 -->
<title>de.esoco.data.document (esoco-business 1.3.0 API)</title>
<meta name="date" content="2018... |
package example.sos.careless.catalog.integration;
import example.sos.careless.catalog.Product;
import lombok.RequiredArgsConstructor;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestOperations;
/**
* @author Oliver Gierke
*... |
import React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown';
const pageFilename = 'components/portal';
const requireDemo = require.context('docs/src/pages/components/portal', false, /\.(js|tsx)$/);
const requireR... |
package algorithm.leet_106_120;
import algorithm.ListNode;
import algorithm.TreeNode;
/**
* Created by songheng on 5/9/16.
*/
public class ConvertSortedListtoBinarySearchTree_109 {
private ListNode current;
private int getListLength(ListNode head) {
int size = 0;
while (head != null) {
... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Annls mycol. 7(5): 435 (1909)
#### Original name
Sphaerella aquilina f. aspidiorum Sacc.
### Remarks
null |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-erasure: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap... |
<footer>
<div class="row">
<div class="col-lg-12 mastfoot">
<a href="#top" class="pull-right"><span class="glyphicon glyphicon-chevron-up" aria-hidden="true" ></span> top</a>
<p>© by carchain 2017 :: Made by 4 Students at <a href="http://www.ifi.uzh.ch/en/imrg.html"
... |
<!DOCTYPE html>
<html><head>
<title>Rakushki</title>
<meta name="viewport"
content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width, height=device-height" />
<meta charset="utf-8">
<link href="game.css" rel="stylesheet" />
</head><body class="">
... |
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using WebApi.Migration.Demo;
namespace WebApi.Migration.Demo.Migrations
{
[DbContext(typeof(AppContext))]
[Migrat... |
package cluster
import (
"encoding/json"
"time"
"github.com/eleme/banshee/models"
"github.com/eleme/banshee/storage"
"github.com/eleme/banshee/util/log"
"github.com/streadway/amqp"
)
type publisher struct {
opts *Options
db *storage.DB
msgCh chan *models.Message
conn *amqp.Conn... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |