text stringlengths 3 1.05M |
|---|
ifneq ($(KERNELRELEASE),)
# kbuild part of makefile
ifneq ($(KMOD_TESTSUITE_ARCH_BUILD),1)
obj-m := mod-simple.o
# mod-foo depends on foo-x, and foo-x modules don't depend
# on anyone
obj-m += mod-foo-a.o
obj-m += mod-foo-b.o
obj-m += mod-foo-c.o
obj-m += mod-foo.o
# mod-loop: create loops in dependencies:
# 1) mod-... |
<add>
<doc>
<field name="uid">doi:10.1371/journal.pntd.0001054</field>
<field name="doi">10.1371/journal.pntd.0001054</field>
<field name="data_source">PLoS Open Access XML</field>
<field name="authors">Kis Robertson, Boonlert Lumlertdacha, Richard Franka, Brett Petersen, Saithip Bhengsri, Sununta Henchaichon, Leonard ... |
using Encog.MathUtil.RBF;
using Encog.Neural.SOM.Training.Neighborhood;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Encog.Neural.Networks.Training.Competitive.Neighborhood
{
[TestClass]
public class TestNeighborhood
{
[TestMethod]
public void TestBubble()
{
... |
<?php
namespace Cubiche\Core\EventBus\Tests\Fixtures\Event;
use Cubiche\Core\EventBus\Event\Event;
use Cubiche\Core\EventBus\Event\EventSubscriberInterface;
/**
* UserEventSubscriber class.
*
* @author Ivannis Suárez Jerez <ivannis.suarez@gmail.com>
*/
class UserEventSubscriber implements EventSubscriberInterf... |
package io.morethan.javabenchmarks.showcase;
import java.util.concurrent.TimeUnit;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Fork;
import org.openjdk.jmh.annotations.Measurement;
import org.openjdk.jmh.annotations.Mode;
import or... |
package reports
import (
"context"
"database/sql"
"strconv"
"strings"
"time"
"github.com/360EntSecGroup-Skylar/excelize"
"github.com/trackit/jsonlog"
"github.com/trackit/trackit/aws"
"github.com/trackit/trackit/aws/usageReports/history"
"github.com/trackit/trackit/usageReports/es"
"github.com/trackit/trac... |
<!DOCTYPE html>
<html>
<head>
<title>Salesforce</title>
<meta about="Search Salesforce content."/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="format-dete... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
if (!window.jQuery) {
throw new Error("[tblib/util.js] jQuery has not been loaded");
} else if (!window.TBI) {
throw new Error("[tblib/util.js] base.js has not been loaded");
}
TBI.Util = {};
$(function () {
var ua = navigator.userAgent.toLowerCase();
if (ua.search(/firefox/)!=-1)
document.bod... |
<?php
// The data models.
namespace EnableMediaReplace\ShortPixelLogger;
class DebugItem
{
protected $time;
protected $level;
protected $message;
protected $data = array();
protected $caller = false; // array when filled
protected $model;
const LEVEL_ERROR = 1;
const LEVEL_WARN = 2;
... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Stomiopeltella caricis Siemaszko
### Remarks
null |
// ***********************************************************************
// Copyright (c) 2016 Charlie Poole
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, incl... |
void mexFunction(int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[]){
matlabTransform(nlhs, plhs, nrhs, prhs, UW_CLOSE);
}
|
package org.apache.hadoop.hbase.procedure;
import java.io.Closeable;
import java.io.IOException;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.RejectedExecutionException;
import java.util.concurrent.SynchronousQueue;
import java.util.concurrent.Thr... |
#include "ofxMidiOut.h"
// -----------------------------------------------------------------------------
ofxMidiOut::ofxMidiOut(const string name) {
midiOut = ofPtr<ofxBaseMidiOut>(new OFX_MIDI_OUT_TYPE(name));
}
// -----------------------------------------------------------------------------
ofxMidiOut::~ofxMidiOu... |
package harp.script;
import com.google.common.collect.ImmutableList;
import harp.executable.Executable;
import harp.node.NodeSpec;
import harp.resource.Resource;
import java.util.List;
/**
* A Context is a container for all the execution elements parsed from a set of Harp scripts.
*
* <p>All the execution elemen... |
using System;
using Agiil.Domain;
using Agiil.Domain.Projects;
using CSF.Entities;
using CSF.ORM;
namespace Agiil.Domain.Projects
{
public class CurrentlyChosenProjectDecorator : IGetsCurrentProject
{
readonly IGetsCurrentProject wrapped;
readonly IAppSessionStore session;
readonly IEn... |
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0">
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
<p class="level0">git-fast-import - Backend for fast Git data importers <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
<p class="level0">
<p class="level0"><pre class=... |
package com.hazelcast.map.impl.query;
import com.hazelcast.core.HazelcastInstance;
import com.hazelcast.core.IMap;
import com.hazelcast.query.Predicate;
import com.hazelcast.query.SampleObjects;
import com.hazelcast.query.TruePredicate;
import com.hazelcast.query.impl.predicates.InstanceOfPredicate;
import com.hazelca... |
package com.opengamma.strata.basics.value;
import org.joda.convert.FromString;
import org.joda.convert.ToString;
import com.google.common.base.CaseFormat;
import com.opengamma.strata.collect.ArgChecker;
/**
* The type of value adjustment.
* <p>
* A {@code double} value can be transformed into another value in va... |
(function() {
'use strict';
angular.module('ez.list').factory('EzListDraggable', [function() {
var dragItem,
dragItemEl,
$dragItemEl,
dragItemList,
dragItemListEl,
dragItemListScope,
dragItemIndex,
dragContainerEl = angular.element('<ul class="ez-drag-con... |
static void blDebugVariant_(const void* obj, const char* name, int indent);
// ============================================================================
// [BLDebug - Begin]
// ============================================================================
#define BL_DEBUG_OUT(MSG) blRuntimeMessageFmt("%*s%s", ... |
package com.expedia.echox3.internal.transport.request.dest;
import com.expedia.echox3.basics.tools.time.WallClock;
import com.expedia.echox3.internal.transport.message.ReceiveMessage;
import com.expedia.echox3.internal.transport.message.TransmitMessage;
import com.expedia.echox3.internal.transport.request.MessageTyp... |
package org.apache.camel.component.http;
import org.apache.camel.test.junit4.CamelTestSupport;
import org.junit.Ignore;
import org.junit.Test;
/**
* @version $Revision$
*/
public class HttpQueryGoogleProxyTest extends CamelTestSupport {
public boolean isUseRouteBuilder() {
return false;
}
@Te... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_checkout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/... |
#include <mrpt/obs.h> // Precompiled headers
#include <mrpt/slam/CObservationStereoImagesFeatures.h>
#include <mrpt/utils/CFileOutputStream.h>
using namespace mrpt::slam;
using namespace mrpt::utils;
using namespace mrpt::poses;
using namespace mrpt::math;
using namespace std;
// This must be added to any CSeria... |
import Route from '@ember/routing/route';
export default Route.extend({
actions: {
toggleModal() {
this.controllerFor('modals').toggleProperty('showModal');
}
}
});
|
The Prometheus monitoring mixin for Jaeger provides a starting point for people wanting to monitor Jaeger using Prometheus, Alertmanager, and Grafana. To use it, you'll need [`jsonnet`](https://github.com/google/go-jsonnet) and [`jb` (jsonnet-bundler)](https://github.com/jsonnet-bundler/jsonnet-bundler). They can be in... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
(function() {
var method;
var noop = function() {};
var methods = [
'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error',
'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log',
'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd',
'timeline... |
SYNONYM
#### According to
Integrated Taxonomic Information System
#### Published in
null
#### Original name
null
### Remarks
null |
layout: page
title: House Chemical Party
date: 2016-05-24
author: Ann Pena
tags: weekly links, java
status: published
summary: Nulla eget gravida enim, ac maximus ipsum. Duis in.
banner: images/banner/people.jpg
booking:
startDate: 03/29/2016
endDate: 03/31/2016
ctyhocn: CAKKTHX
groupCode: HCP
published: true
-... |
const debug = require('@tryghost/debug')('web:api:v2:content:app');
const boolParser = require('express-query-boolean');
const bodyParser = require('body-parser');
const express = require('../../../../../shared/express');
const shared = require('../../../shared');
const routes = require('./routes');
module.exports = f... |
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {
OsdCpuSmoothNormalContext::OsdCpuSmoothNormalContext(
FarPatchTables const *patchTables, bool resetMemory) :
_numVertices(0), _resetMemory(resetMemory) {
// copy the data from the FarTables
_patches = patchTables->GetPatchTable();
_patchAr... |
Preferences -> Contnet Assist -> auto activation for java:
. 改为 .(abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
###
|
if Rails.env.production?
uri = URI.parse(ENV["REDISTOGO_URL"])
Resque.redis = Redis.new(:host => uri.host, :port => uri.port, :password => uri.password)
end |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jmlcoq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
module Lambdasim.SimRunner (
startSimulation,
) where
import Control.Concurrent
import Control.Concurrent.STM
import Control.Monad
import Control.Parallel.Strategies
import Data.Record.Label
import Data.Time (UTCTime, getCurrentTime)
import Network.Info
import Prelude ()
import Lambdasim.Prelude
import Lambdasim.... |
This doc teaches you how to write an Operating System (OS) from scratch.
##Table Of Contents
* ####[Introduction](#introduction)
* ####[Initial Development Environment Setup](#initial-dev-env-setup)
* [Installing GCC - the GNU Compiler Collection](#install-gcc)
* [Windows](#install-gcc-win)
* [Mac](#... |
package de.muspellheim.actors.example;
import de.muspellheim.actors.example.actors.AlarmbellActor;
import de.muspellheim.actors.example.actors.JavaFxDialogActor;
import de.muspellheim.actors.example.actors.WatchdogActor;
import de.muspellheim.actors.example.actors.messages.CurrentTimeEvent;
import de.muspellheim.act... |
This is an example of using _shorthand_ to build a blog post.
## Parts
1. [build.shorthand](build.shorthand) - this is the _shorthand_ file orchestrating everything
2. [post.md](post.md) - the Post we want to make in Markdown
3. [template.md](template.md) - is a markdown file with _shorthand_ embedded, it is our tem... |
namespace CEGUI
{
CDEMGeometryBuffer::CDEMGeometryBuffer(CDEMRenderer& owner, RefCounted<RenderMaterial> renderMaterial)
: GeometryBuffer(std::move(renderMaterial))
, d_owner(owner)
{
}
//--------------------------------------------------------------------
void CDEMGeometryBuffer::setVertexLayout(Render::PVertexLay... |
layout: post
title: Reproducible Bioinformatics Pipelines
categories: blog
excerpt: How the SBC uses reproducible pipelines....
tags: []
image:
feature:
link:
date: 2022-11-08
modified:
share: true
author: mark_dunning
---
Reproducible analysis pipelines are a crucial part of the day-to-day operation of the Bioinfo... |
<?php
namespace ProjectHello\CoreBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
/**
* This is the class that loads and ... |
/*! instant.page v1.2.2 - (C) 2019 Alexandre Dieulot - https://instant.page/license */
let urlToPreload
let mouseoverTimer
let lastTouchTimestamp
const prefetcher = document.createElement('link')
const isSupported = prefetcher.relList && prefetcher.relList.supports && prefetcher.relList.supports('prefetch')
const isD... |
<?php
namespace Suin\RSSWriter;
use XoopsUnit\TestCase;
class ItemTest extends TestCase
{
private $channelInterface = '\Suin\RSSWriter\ChannelInterface';
public function testTitle()
{
$title = uniqid();
$item = new Item();
$this->assertSame($item, $item->title($title));
$... |
package com.deleidos.rtws.commons.dao.jdbc;
import java.sql.PreparedStatement;
/**
* Defines an interface for classes capable of initializing a prepared statement with parameter values.
*/
public interface StatementHandler {
public void handle(PreparedStatement statement);
}
|
class HomeController {
constructor() {
this.isLoggedIn = false;
}
isLoggedIn() {
return this.isLoggedIn;
}
}
export default HomeController; |
var React = require('react');
module.exports = React.createClass({
propTypes: {
text : React.PropTypes.string,
inline: React.PropTypes.bool,
size: React.PropTypes.string,
},
getDefaultProps: function() {
return {
text: 'Loading',
inline: false,
size: 'big',
};
},
rend... |
#import "CompatibilityFixes.h"
#import "MainWindow.h"
#import "intf.h"
#import "CoreInteraction.h"
#import "AudioEffects.h"
#import "MainMenu.h"
#import "open.h"
#import "controls.h" // TODO: remove me
#import "playlist.h"
#import "SideBarItem.h"
#import <math.h>
#import <vlc_playlist.h>
#import <vlc_url.h>
#import <... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
FEMS Yeast Res. 4(3): 242 (2003)
#### Original name
Kluyveromyces yarrowii Van der Walt, 1986
### Remarks
null |
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
// User tasks
#pragma link C++ class AliAnalysisTaskSigma0+;
#pragma link C++ class AliAnalysisTaskSigma0Spectra+;
#pragma link C++ class AliAnalysisTaskSigma0Corr+;
#pragma link C++ class AliCaloParticle+;
#pragma link C++ ... |
Only a Test
|
package org.apache.stratos.adc.mgt.registry;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.stratos.adc.mgt.exception.ADCException;
import org.apache.stratos.adc.mgt.internal.DataHolder;
import org.apache.stratos.adc.mgt.lookup.ClusterIdToCartridgeSubscriptionM... |
from django import forms
from utils import BaseBootstrapForm
from django.contrib.auth import get_user_model
from django.contrib.auth import authenticate, login
from django.utils.translation import ugettext_lazy as _
User = get_user_model()
class UserForm(forms.ModelForm, BaseBootstrapForm):
password2 = forms.Ch... |
/**
* Middleware handler for read the http header field and measure the request time.
*
* @module <%= shortcut %>/middleware/measure
*
* @requires <%= shortcut %>/logger
*/
'use strict';
const logger = require('app/logger').getLogger('<%= shortcut %>.middleware.measure');
/**
* measureTime - Returns the mi... |
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ===============================... |
package iso20022
// Set of elements used to provide the total sum of entries per bank transaction code.
type TotalsPerBankTransactionCode3 struct {
// Number of individual entries for the bank transaction code.
NumberOfEntries *Max15NumericText `xml:"NbOfNtries,omitempty"`
// Total of all individual entries inclu... |
using System.Reflection;
using System.Runtime.CompilerServices;
using 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.
[assembly: AssemblyTitle("Mv... |
package cgeo.geocaching.models;
import static org.assertj.core.api.Java6Assertions.assertThat;
import cgeo.CGeoTestCase;
import cgeo.geocaching.enumerations.WaypointType;
import cgeo.geocaching.location.Geopoint;
import java.util.Collection;
import java.util.Iterator;
public class WaypointTest extends CGeoTestCase ... |
export function initialize(application) {
// Injects all Ember components & models (for actions) with the application controler, for modals
application.inject('component', 'application', 'controller:application');
application.inject('model', 'application', 'controller:application');
}
export default {
name... |
import pytest ; pytest
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
# Bokeh imports
from bokeh.protocol import Protocol
from bokeh.protocol.exceptions import ValidationError
# Module under test
... |
package io.getquill.dsl
private[getquill] trait CoreDsl
extends InfixDsl
with OrdDsl
with QueryDsl
with QuotationDsl
with EncodingDsl
|
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using NextCallerApi;
using NextCallerApi.Entities;
using NextCallerApi.Entities.Common;
using NextCallerApi.Exceptions;
using FormatException = NextCallerApi.Exceptions.FormatException;
namespace NextCallerApiSample.NextCallerClie... |
<!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_67) on Wed Oct 08 15:57:23 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface o... |
package it.unisa.dia.gas.plaf.jpbc.field.vector;
import it.unisa.dia.gas.jpbc.Element;
import it.unisa.dia.gas.jpbc.ElementPowPreProcessing;
import it.unisa.dia.gas.plaf.jpbc.field.base.AbstractVectorElement;
import java.math.BigInteger;
import java.util.List;
/**
* @author Angelo De Caro (jpbclib@gmail.com)
*/
pu... |
package com.mapr.db.samples.basic;
import com.mapr.db.MapRDB;
import com.mapr.db.Table;
import org.ojai.Document;
import org.ojai.DocumentStream;
import org.ojai.store.DocumentMutation;
import org.ojai.store.QueryCondition;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.u... |
module Panther
module Policy
class Base
attr_reader :user, :resource
def initialize(user:, resource:)
@user = user
@resource = resource
end
end
end
end
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="40dp"
android:clickable="true"
android:orientation="vertical"
... |
* {
margin: 0;
padding: 0;
}
.inline {
display: inline;
}
#signin,
#signout {
text-align: right;
margin-top: 8px;
}
#signin input,
#signout input {
display: inline;
width: 200px;
}
#signin input[type='submit'],
#signout input[type='submit'] {
width: 120px;
margin-top: -2px;
}
.unseen-notification,
.se... |
package no.nb.webarchive.cdxtool;
import java.io.IOException;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeUnit;
import org.apache.log4j.Logger;
import no.nb.webarchive.cdxtool.cdx.IncrementalCDXMerger;
import no.nb.webarchive.cdxtool.cdxjob.CdxGeneratorVisitor;
/**
* Main class f... |
module Spree
class DefaultTaxZoneValidator < ActiveModel::Validator
def validate(record)
if record.included_in_price
record.errors.add(:included_in_price, I18n.t(:included_price_validation)) unless Zone.default_tax
end
end
end
end
module Spree
class TaxRate < ActiveRecord::Base
be... |
module("Plugins.record_unpersistent_deletion#has_many");
test('get hasMany correctly requests data. checked with loadPromise', function() {
expect(3);
var adapter = Ember.Adapter.extend({
namespace : 'rest',
loadHasMany : function(record, propName, type, collection) {
Em.run.later... |
namespace formulate.app.Forms
{
// Namespaces.
using System;
using Newtonsoft.Json;
/// <summary>
/// Information attached to a form field.
/// </summary>
/// <typeparam name="T">The type of data used by this field meta information.</typeparam>
public class FormFieldMetaInfo<T> : IFo... |
package com.fullstack.config;
import com.fullstack.backend.service.UserSecurityService;
import com.fullstack.web.controllers.ForgotMyPasswordController;
import com.fullstack.web.controllers.SignupController;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.B... |
<?php
namespace Symfony\Component\Finder\Expression;
/**
* @author Jean-François Simon <contact@jfsimon.fr>
*/
interface ValueInterface {
/**
* Renders string representation of expression.
*
* @return string
*/
public function render();
/**
* Renders string representation of... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pts: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
<!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_29) on Sun Feb 05 12:13:54 CET 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.jboss.netty... |
package com.github.jnthnclt.os.lab.core.stress;
import com.github.jnthnclt.os.lab.base.BolBuffer;
import com.github.jnthnclt.os.lab.base.UIO;
import com.github.jnthnclt.os.lab.collections.bah.LRUConcurrentBAHLinkedHash;
import com.github.jnthnclt.os.lab.core.LAB;
import com.github.jnthnclt.os.lab.core.LABEnvironment;
... |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Swatibhageria.GitHub.io by SwatiBhageria</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="http... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/devtools/clouddebugger/v2/debugger.proto
namespace Google\Cloud\Debugger\V2;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Request to list breakpoints.
*... |
Installation and configuration
=======
You can find detailed instructions of how to install and configure this connector on the
[SlipStream documentation](http://ssdocs.sixsq.com/documentation/administrator_guide/cloudstack_connector.html).
|
namespace Factotum
{
partial class MeterModelEdit
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should... |
#include <boost/thread/pthread/timespec.hpp>
#include <boost/thread/pthread/pthread_mutex_scoped_lock.hpp>
#if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
#include <boost/thread/pthread/thread_data.hpp>
#endif
#include <boost/thread/pthread/condition_variable_fwd.hpp>
#ifdef BOOST_THREAD_USES_CHRONO
#include <... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using IBatisNet.Common;
using IBatisNet.DataMapper;
using IBatisNet.DataMapper.Configuration;
using IBatisNet.Common.Utilities;
using IBatisNet.Common.Logging;
namespace WebApplication2
{
public class Insert
{
public... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>reflexive-first-order: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boo... |
namespace VocabInstaller.Migrations
{
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
public sealed partial class Review : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(Review... |
module Azure::EventHub::Mgmt::V2017_04_01
module Models
#
# Defines values for EncodingCaptureDescription
#
module EncodingCaptureDescription
Avro = "Avro"
AvroDeflate = "AvroDeflate"
end
end
end
|
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
from future import standard_library
standard_library.install_aliases()
from hpOneView.resources.resource import ResourceClient
class ApplianceNodeInformation(object):... |
package roles_files
import (
"errors"
"fmt"
fsnotify "github.com/FiloSottile/Heartbleed/server/_third_party/github.com/howeyc/fsnotify"
roles "github.com/FiloSottile/Heartbleed/server/_third_party/github.com/smugmug/goawsroles/roles"
"io/ioutil"
"log"
"os"
"sort"
"strings"
"sync"
"time"
)
const (
FILE ... |
{-# LANGUAGE OverloadedStrings #-}
-- |
-- Module : Database.HyperDex.Internal.Options
-- Copyright : (c) Aaron Friel 2013-2014
-- License : BSD-style
-- Maintainer : mayreply@aaronfriel.com
-- Stability : unstable
-- Portability : portable
--
module Database.HyperDex.Internal.Options
( Conne... |
package example.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Customer1744 {
@Id @GeneratedValue(strategy = GenerationType.AUTO) private long id;
private String firstName;
private String l... |
package mappings
import (
"github.com/redhat-cip/skydive/flow"
"github.com/redhat-cip/skydive/flow/packet"
"github.com/redhat-cip/skydive/logging"
"github.com/redhat-cip/skydive/topology"
"github.com/redhat-cip/skydive/topology/graph"
)
type OvsFlowEnhancer struct {
Graph *graph.Graph
}
func (gfe *OvsFlowEnh... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
// Copyright 2014 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.native_test;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.Instrumentation;
import android.con... |
class Admin::ArticlesController < ApplicationController
before_action :authenticate_user!, only: [:index, :show, :destroy]
before_action :set_article, only: [:show, :destroy, :update]
def index
@articles = Article.all
end
def show
end
def update
if @article.update(article_params)
@art... |