text stringlengths 3 1.05M |
|---|
ACCEPTED
#### According to
Euro+Med Plantbase
#### Published in
null
#### Original name
null
### Remarks
null |
import itertools
import copy
import cv2
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.cm as cm
from matplotlib.patches import Ellipse
import docopt
from libphotogrammetry.Image import Image
def get_contours(img):
''' Get contours in given image
'''
thresh = copy.deepcopy(img)
... |
#import <Foundation/Foundation.h>
#import "GULCCComponentType.h"
#import "GULCCLibrary.h"
NS_ASSUME_NONNULL_BEGIN
/// A type-safe macro to retrieve a component from a container. This should be used to retrieve
/// components instead of using the container directly.
#define GUL_COMPONENT(type, container) \
[GULCCC... |
system = {
"cdmi_domains": False,
"cdmi_notification": False,
"cdmi_query": False,
"cdmi_queues": False,
# export protocols
"cdmi_export_webdav": False,
"cdmi_export_cifs": False,
"cdmi_security_https_transport": True,
# Storage System Metadata... |
module.exports = handler
const Busboy = require('busboy')
const debug = require('debug')('solid:post')
const path = require('path')
const header = require('../header')
const patch = require('./patch')
const error = require('../http-error')
const { extensions } = require('mime-types')
function handler (req, res, next)... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>izf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
@protocol JavaUtilFunctionConsumer;
@interface ComGoogleCommonCollectForwardingIterator : ComGoogleCommonCollectForwardingObject < JavaUtilIterator >
#pragma mark Public
- (jboolean)hasNext;
- (id)next;
- (void)remove;
#pragma mark Protected
- (instancetype)init;
- (id<JavaUtilIterator>)delegate;
@end
J2OBJC_... |
(function() {
'use strict';
var Firebase = require('firebase');
const db = Firebase.database();
var _gamesRef = db.ref('games');
var _timelinesRef = db.ref('timelines');
var buildArcadeWRTimeline = function() {
_gamesRef.once('value', function(gamesSnapshot) {
// Grab every arcade platform gam... |
package org.apache.accumulo.core.logging;
import static java.util.stream.Collectors.toList;
import java.util.Collection;
import java.util.List;
import java.util.Optional;
import java.util.concurrent.TimeUnit;
import org.apache.accumulo.core.client.admin.CompactionConfig;
import org.apache.accumulo.core.client.admin... |
package iurii.job.interview.selection;
/**
* Created by iurii.dziuban on 01/08/2017.
*/
public interface Stub {
}
|
module Redeploy
class PqStateComparer
def initialize
@results = []
end
def update_all_states!
Pq.all.each(&:update_state!)
end
def run
record_set = Pq.joins(:progress)
.where("replace(upper(pqs.state), ' ', '_') != replace(upper(progresses.name), ' ', '_')"... |
if (this.safari) {
safari.self.tab.dispatchMessage('request');
safari.self.addEventListener('message', function(e) {
handler(e.message);
}, false);
}
else if (this.chrome)
chrome.extension.sendRequest(null, handler);
function handler(data) {
var i = data.length;
while (i--) {
var item = data[i].data;
if (i... |
package org.cordovastudio.editors.designer.model;
/**
* @author Alexander Lobas
*/
public interface IConfigurableComponent {
void configure(RadComponent rootComponent) throws Exception;
} |
package redis.clients.redisson.jcache.configuration;
import javax.cache.configuration.Configuration;
import javax.cache.configuration.MutableConfiguration;
import redis.clients.redisson.Redisson;
import redis.clients.redisson.api.RedissonClient;
import redis.clients.redisson.config.Config;
/**
*
* @author Nikita... |
PRAGMA foreign_keys=off;
BEGIN TRANSACTION;
ALTER TABLE auth RENAME TO auth_temp;
CREATE TABLE IF NOT EXISTS auth (name VARCHAR (32) PRIMARY KEY ON CONFLICT IGNORE, password VARCHAR (512), privileges VARCHAR (512), last_login INTEGER);
INSERT INTO auth SELECT name, password, privileges, last_login FROM auth_temp;
DRO... |
package taursus.remoteControlClient.activities;
import android.content.Intent;
import android.os.Bundle;
import taursus.remoteControlClient.ISettingsRepository;
import taursus.remoteControlClient.SettingsSharedPreferencesRepository;
import taursus.remoteControlClient.layoutConnectForm.ConnectFormLayout;
import taursu... |
package com.github.dactiv.showcase.test.manager.foundation.audit;
import static org.junit.Assert.assertEquals;
import java.util.Date;
import com.github.dactiv.showcase.common.enumeration.entity.OperatingState;
import com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord;
import com.github.dactiv... |
// Copyright (c) 2013 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.
#include "net/ssl/ssl_platform_key_android.h"
#include <string>
#include "base/android/jni_android.h"
#include "base/android/jni_array.h"
#include "... |
'use strict';
// MODULES //
var tape = require( 'tape' );
var array2iterator = require( '@stdlib/array/to-iterator' );
var iterEmpty = require( '@stdlib/iter/empty' );
var isnan = require( '@stdlib/math/base/assert/is-nan' );
var iterstdev = require( './../lib' );
// TESTS //
tape( 'main export is a function', f... |
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]... |
package org.pentaho.di.trans.steps.denormaliser;
import java.util.List;
import org.pentaho.di.core.CheckResult;
import org.pentaho.di.core.CheckResultInterface;
import org.pentaho.di.core.Const;
import org.pentaho.di.core.database.DatabaseMeta;
import org.pentaho.di.core.exception.KettleException;
import org.pentah... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
package com.example.nu.taxidriver;
/**
* Created by user on 7/7/2015.
*/
public interface ApplicationConstants {
// Php Application URL to store Reg ID created
static final String APP_SERVER_URL = "http://http://taxires.site90.com/taxi/gcm.php?shareRegId=true";
// Google Project Number
static final ... |
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?45203189');
src: url('../font/fontello.eot?45203189#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?45203189') format('woff2'),
url('../font/fontello.woff?45203189') format('woff'),
url('../font/fontello.ttf... |
import urllib2
DOCID = "1vhPW2O35duAQWuF78b306_5gsPBjq7Jiygdt9U-iIdc"
googfile = "https://docs.google.com/document/d/" + DOCID +"/export?format=txt&id=" + DOCID
def download(url, localfile):
# this is downloaded from the internet. I did not write this part ;)
import urllib
webFile = urllib.urlopen(url)
local... |
#include <sbml/packages/groups/extension/GroupsModelPlugin.h>
#include <sbml/packages/groups/sbml/Group.h>
#include <sbml/Model.h>
using namespace std;
#ifdef __cplusplus
LIBSBML_CPP_NAMESPACE_BEGIN
/*
* Creates a new GroupsModelPlugin
*/
GroupsModelPlugin::GroupsModelPlugin(const std::st... |
@interface ViewController : UIViewController
@end
|
// Status
#define HIB_IC 0x400FC020 // Hibernation Interrupt Clear
#define HIB_RTCT 0x400FC024 // Hibernation RTC Trim
#define HIB_RTCSS 0x400FC028 // Hibernation RTC Sub Seconds
#define HIB_IO 0x400FC02C // H... |
/*
* Appirater.m
* appirater
*
* Created by Arash Payan on 9/5/09.
* http://arashpayan.com
* Copyright 2010 Arash Payan. All rights reserved.
*/
#import "Appirater.h"
#import <SystemConfiguration/SCNetworkReachability.h>
#include <netinet/in.h>
NSString *const kAppiraterFirstUseDate = @"kAppiraterFirstUseD... |
<mvc:View
controllerName="sap.m.sample.NavContainer.controller.NavContainer"
xmlns:core="sap.ui.core"
xmlns:mvc="sap.ui.core.mvc"
xmlns="sap.m">
<VBox
class="sapUiSmallMargin">
<NavContainer
id="navCon"
width="98%"
height="16em"
class="navContainerControl sapUiSmallMarginBottom">
<Page
id="... |
/* Generated By:JavaCC: Do not edit this line. CharStream.java Version 4.1 */
/* JavaCCOptions:STATIC=false */
package org.apache.lucene.queryParser;
/**
* This interface describes a character stream that maintains line and
* column number positions of the characters. It also has the capability
* to backup the str... |
// Copyright (c) 2011-2020 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SYSCOIN_QT_GUICONSTANTS_H
#define SYSCOIN_QT_GUICONSTANTS_H
#include <cstdint>
/* Milliseconds between model update... |
#include "../../_internal/convert.hpp"
#include "../category.hpp"
#include "../../hsi/hsi.hpp"
#include "../../rgb/rgb.hpp"
namespace color
{
namespace _internal
{
template< typename YDbDr_tag_name, typename hsi_tag_name >
struct convert
<
::color::category::YDbDr< Y... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.puntodeventa.global.report.viewer;
import com.puntodeventa.global.report.DataSource.CompraProductDS;
import com.puntodeventa.global.report.bean.CompraProduct;
import com.puntodeventa.services.DAO.CompraDAO;
... |
<?php
/**
* Adminhtml tax rule Edit Container
*
* @category Mage
* @package Mage_Adminhtml
* @author Magento Core Team <core@magentocommerce.com>
*/
class Mage_Adminhtml_Block_Checkout_Agreement_Edit extends Mage_Adminhtml_Block_Widget_Form_Container
{
/**
* Init class
*
*/
pub... |
from tinydb import TinyDB
'''
# 把项目实例的变化添加到etcd中
host, port = self.application.settings.get("etcd").split(":")
client = etcd.Client(host=host, port=int(port))
for i in range(numprocs):
client.write(
"/projects/{0}/{1}".format(program, process_name.format(process_num=... |
"""
This module contains the spatial lookup types, and the `get_geo_where_clause`
routine for Oracle Spatial.
Please note that WKT support is broken on the XE version, and thus
this backend will not work on such platforms. Specifically, XE lacks
support for an internal JVM, and Java libraries are required to use... |
"""
Functions in this module correspond more or less to the functions described
in the HFSS Scripting Guide, Section "Boundary and Excitation Module Script
Commands".
At last count there were 4 functions implemented out of 20.
"""
from __future__ import division, print_function, unicode_literals, absolute_import
fr... |
package com.amazonaws.services.servicecatalog.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.Request;
import com.amazonaws.http.HttpMethodName;
import com.amazonaws.services.servicecatalog.model.*;
import com.amazonaws.transform.Marshaller;
import ... |
'use strict';
angular.module('drop-menu', [])
.provider('dmConfig', function () {
var defaults = {
timeout: 500
},
userOptions = {};
return {
setOptions : function (options) {
angular.extend(userOptions, options);
},
... |
<HTML><HEAD>
<TITLE>Review for Frankenstein (1994)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0109836">Frankenstein (1994)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Pedro+Sena">P... |
require "config"
require "engine.class"
require "engine.Key"
--- Receives keypresses and acts upon them
module(..., package.seeall, class.inherit(engine.Key))
function _M:init()
engine.Key.init(self)
self.commands = {}
self.ignore = {}
self.on_input = false
end
--- Adds the profiler keybind (ctrl, alt, shift, p)... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
namespace NetSerializer
{
static class Helpers
{
public static IEnumerable<FieldInfo> GetFieldInfos(Type type)
{
Debug.Asse... |
`react-lazy` has a lot of changes in the v1 release as it now uses the new IntersectionObserver API with code that is
heavily based on work at
[@researchgate/react-intersection-observer](https://github.com/researchgate/react-intersection-observer). For the most
part `react-lazy`'s implementation is identical, but there... |
package org.geneontology.minerva.server.handler;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.eclipse.jetty.server.Server;
import org.geneontology.minerva.UndoAwareMolecularModelManager;
import org.geneontology... |
namespace clover {
namespace nodes {
NodeEvent::NodeEvent()
: type(nullptr)
, queued(false){
}
NodeEvent::NodeEvent(const util::Str8& type_name)
: NodeEvent(global::g_env.resCache->getResource<NodeEventType>(type_name)){
}
NodeEvent::NodeEvent(const NodeEventType& t)
: type(&t)
, queued(false){
}
NodeEven... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
from __future__ import division
import json
import networkx as nx
from coopr.pyomo import ConcreteModel, Objective, Constraint, Var
from coopr.pyomo import Binary, NonNegativeIntegers
from coopr.pyomo import summation
data = json.load(open('/tmp/data.json'))
G = nx.DiGraph()
for node in data['nodes']:
G.add_node(n... |
from copy import copy
from django import template
register = template.Library()
@register.inclusion_tag('joke.html', takes_context=True)
def display_joke(context, joke_obj):
context = copy(context)
context.update({'joke': joke_obj})
return context |
package com.sgu.infowksporga.web.rest.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation... |
ACCEPTED
#### According to
Integrated Taxonomic Information System
#### Published in
null
#### Original name
null
### Remarks
null |
/**
* @license Angular v9.1.0-next.4+61.sha-e552591.with-local-changes
* (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT
*/
(function (factory) {
typeof define === 'function' && define.amd ? define(factory) :
factory();
}((function () {
'use strict';
/**
* @license
* Copyright... |
package org.apache.phoenix.jdbc;
import static org.apache.phoenix.monitoring.GlobalClientMetrics.GLOBAL_MUTATION_SQL_COUNTER;
import static org.apache.phoenix.monitoring.GlobalClientMetrics.GLOBAL_QUERY_TIME;
import static org.apache.phoenix.monitoring.GlobalClientMetrics.GLOBAL_SELECT_SQL_COUNTER;
import java.io.Fi... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Ann. Mo. bot. Gdn 2: 744 (1915)
#### Original name
null
### Remarks
null |
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('visit', '0051_auto_20150810_2033'),
]
operations = [
migrations.AddField(
model_name='visit',
name='contact_result',
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.P280.html">
</head>
<body>
<p>Redirecting to <a href="type.P280.html">type.P280.html</a>...</p>
<script>location.replace("type.P280.html" + location.search + location.hash);</script>
</body>
</html> |
using System;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
using Azure.ResourceManager.Automation.Models;
namespace Azure.ResourceManager.Automation
{
internal partial class SoftwareUpdateConfigurationMachineRunsRestOperatio... |
require('keen/arguments/ArgumentParser')
require('keen/arguments/ArgumentType')
module Keen
module TaskInvoker
def self.invoke(clazz, command, args)
obj = clazz.new()
if (!obj.respond_to?(command))
raise ArgumentError.new("Task class #{clazz} does not contain a command '#{command}'")
end
parsedA... |
'use strict';
// MODULES //
var isObject = require( '@stdlib/assert/is-plain-object' );
var hasOwnProp = require( '@stdlib/assert/has-own-property' );
var isPositiveInteger = require( '@stdlib/assert/is-positive-integer' ).isPrimitive;
var isBoolean = require( '@stdlib/assert/is-boolean' ).isPrimitive;
var format =... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content... |
package com.cleeng.api.domain;
import org.jsonrpc.JSONRPCRequest;
public class UpdateCustomerSubscriptionRequest extends JSONRPCRequest {
public UpdateCustomerSubscriptionRequest(String method, UpdateCustomerSubscriptionParams params) {
super("1", "2.0");
this.method = method;
this.params... |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { LoginSideComponent } from './login-side.component';
describe('LoginSideComponent', () => {
let component: LoginSideComponent;
let fixture: ComponentFixture<LoginSideComponent>;
beforeEach(async(() => {
TestBed.configureTesti... |
package jwt
import "fmt"
type VoiceGrant struct {
Incoming Incoming `json:"incoming"`
Outgoing Outgoing `json:"outgoing"`
PushCredentialSid string `json:"push_credential_sid"`
EndpointID string `json:"endpoint_id"`
}
type Incoming struct {
Allow bool `json:"allow"`
}
type Outgoing ... |
<?php
namespace Symfony\Component\Finder\Adapter;
@trigger_error('The '.__NAMESPACE__.'\PhpAdapter class is deprecated since version 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
use Symfony\Component\Finder\Iterator;
/**
* PHP finder engine implementatio... |
import React from 'react';
import ReactDOM from 'react-dom';
import _ from 'lodash';
import EventBus from '../EventBus';
class EditImageView extends React.Component
{
constructor(props)
{
super(props);
this.state = {
contact: _.cloneDeep(props.contact),
dirty: false
};
}
componentDidMount()
{
var m... |
package org.intellij.lang.xpath.xslt.run;
import com.intellij.icons.AllIcons;
import com.intellij.openapi.actionSystem.LangDataKeys;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.application.ReadAction;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openap... |
from django.shortcuts import render_to_response
from django.template import RequestContext
from django.http import Http404,HttpResponse,HttpResponseRedirect
from django.contrib.auth.decorators import permission_required
from forms import DebaterForm
from errors import *
from models import *
import mittab.libs.tab_logic... |
// Copyright 2017 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.
#include <memory>
#include "base/bind.h"
#include "base/run_loop.h"
#include "base/threading/platform_thread.h"
#include "chrome/browser/history/history_... |
local random = require 'lqc.random'
local r = require 'lqc.report'
local command = require 'lqc.fsm.command'
local property = require 'lqc.property'
local lqc = require 'lqc.quickcheck'
local lqc_gen = require 'lqc.lqc_gen'
local int = require 'lqc.generators.int'
local elements = lqc_gen.elements
local function is_c... |
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
import {CreateGroupScheduleComponent} from './create-group-schedule.component';
describe('CreateGroupScheduleComponent', () => {
let component: CreateGroupScheduleComponent;
let fixture: ComponentFixture<CreateGroupScheduleComponent>;
befo... |
/*!
* Implements mechanism for sending updates to objects
* that are observers. Objects that need to send updates
* to observing objects should inherit from this class.
*
* \author Stephen Plaza (plaza.stephen@gmail.com)
*/
#ifndef DISPATCHER_H
#define DISPATCHER_H
#include "ModelObserver.h"
#include <vector>
... |
.class public Landroid/media/AudioFormat$Builder;
.super Ljava/lang/Object;
.source "AudioFormat.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/media/AudioFormat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Builde... |
"""
To handle "splash" Request meta key correctly when HTTP cache is enabled
Scrapy needs a custom caching backed.
See https://github.com/scrapy/scrapy/issues/900 for more info.
"""
from __future__ import absolute_import
import os
from scrapy.contrib.httpcache import FilesystemCacheStorage
from .dupefilter import sp... |
package org.apache.poi.sl.usermodel;
public interface ShapeTypes {
public static final int NotPrimitive = 0;
public static final int Rectangle = 1;
public static final int RoundRectangle = 2;
public static final int Ellipse = 3;
public static final int Diamond = 4;
public static final int Iso... |
"""Interface to Primare amplifiers using Twisted SerialPort.
This module allows you to control your Primare I22 and I32 amplifier from the
command line using Primare's binary protocol via the RS232 port on the
amplifier.
"""
import click
import logging
from threading import Thread
from twisted.internet.serialport i... |
from django.conf.urls import url
from homepage.views import LoginView, LogoutView
urlpatterns = [
url(r'^logout/$', LogoutView.as_view(), name='homepage-logout'),
url(r'^$', LoginView.as_view(), name='homepage-login'),
]
|
from thinglang.lexer.lexical_token import LexicalToken
class LexicalRepeatFor(LexicalToken):
"""
The *for* loop.
Examples:
for a in b
for a in [1, 2, 3]
"""
class LexicalRepeatWhile(LexicalToken): # repeat while
"""
The *while* loop.
Examples:
while true
... |
package edu.jhu.thrax.util;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.URI;
import java.util.A... |
using LibGit2Sharp;
namespace GitVersion
{
public interface IGitRepository : IRepository
{
IGitRepositoryCommands Commands { get; }
}
}
|
from __future__ import unicode_literals
from flask import request, session
from sqlalchemy.orm import contains_eager
from indico.core.db import db
from indico.modules.admin import RHAdminBase
from indico.modules.categories.models.categories import Category
from indico.modules.events.models.events import Event
from in... |
<?php
namespace Lord\Laroute\Generators;
use Illuminate\Filesystem\Filesystem;
use Lord\Laroute\Compilers\CompilerInterface as Compiler;
interface GeneratorInterface
{
/**
* Create a new template generator instance.
*
* @param $compiler \Lord\Laroute\Compilers\CompilerInterface
* @param $fi... |
BODY {background: #ffffff; color: #333366;font-size: 12px; font-family: verdana; margin-top: 5px;}
TABLE {border: 0px; padding:1px; font-size:12px;}
TD {vertical-align: top; }
H3 { text-decoration: none; }
H5 { font-size:10px; font-decoration:none; }
B {text-decoration: none; }
A {color: #333366; text-decoration: under... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>loading_indicator_id (ActiveScaffold::Helpers::Ids)</title>
<meta http-equiv="Content-Type" content="text/html; chars... |
package st.zudamue.support.android.component.model;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.io.Serializable;
/**
* Created by xdaniel
*
* @author Daniel Costa <costa.xdaniel@gmail.com>
*/
public interface ItemView extends Serializable
{
public Vie... |
import datetime
import hashlib
import json
import mock
from nose.tools import eq_, ok_
from django.conf import settings
from django.core.cache import cache
from django.core.urlresolvers import reverse
from airmozilla.base.tests.testbase import DjangoTestCase
from airmozilla.uploads.models import Upload
from airmozil... |
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("Ab... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>JavaLibrary4</name>
<source-roots>
<root... |
module DatastoreAdmin
VERSION = "0.0.1"
end
|
<div class="gridBlock">
{% for item in {{include.data_source}} %}
{% include content/items/gridblock.html item=item layout=include.layout imagealign=include.imagealign align=include.align %}
{% endfor %}
</div> |
using System.Threading;
using System.Threading.Tasks;
using IdentityModel.OidcClient.Results;
namespace IdentityModel.OidcClient
{
/// <summary>
/// Models pluggable identity token validation
/// </summary>
public interface IIdentityTokenValidator
{
/// <summary>
/// Validates an id... |
layout: posts_by_category
categories: System Administration
title: System Administration
permalink: /category/System%20Administration
--- |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace NuGetSearch.Common
{
/// <summary>
/// Icon Manager provides asynchronous icon loading with throttling
/// </summary>
/// <typeparam name="T">The platform-specific icon type</typeparam... |
from nose.plugins.attrib import attr
from test.integration.base import DBTIntegrationTest
class TestSimpleSeed(DBTIntegrationTest):
def setUp(self):
DBTIntegrationTest.setUp(self)
self.run_sql_file("test/integration/005_simple_seed_test/seed.sql")
@property
def schema(self):
retu... |
package org.apdplat.qa;
import java.util.ArrayList;
import java.util.List;
import org.apdplat.qa.datasource.DataSource;
import org.apdplat.qa.datasource.GoogleDataSource;
import org.apdplat.qa.files.FilesConfig;
import org.apdplat.qa.system.CommonQuestionAnsweringSystem;
import org.apdplat.qa.system.Questi... |
<?php
require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/trend/bestFitClass.php';
require_once PHPEXCEL_ROOT . 'PHPExcel/Shared/JAMA/Matrix.php';
class PHPExcel_Polynomial_Best_Fit extends PHPExcel_Best_Fit
{
/**
* Algorithm type to use for best-fit
* (Name of this trend class)
*
* @var string
... |
#include "GA.h"
#include "GAPowerUp.h"
#include "GACharacter.h"
#include "GAAudioManager.h"
#include "Net/UnrealNetwork.h"
AGAPowerUp::AGAPowerUp(const class FPostConstructInitializeProperties& PCIP)
: Super(PCIP)
{
IsInit = false;
IsPowerUpActive = false;
EffectRadius = 1000;
IsAffectingAll =... |
package com.navercorp.pinpoint.profiler.context;
import org.junit.Before;
/**
* @author Woonduk Kang(emeroad)
*/
public class DepthCompressCallStackTest extends CallStackTest {
private Span span;
private SpanEvent spanEvent;
@Before
public void before() {
span = new Span();
span... |
//: typeinfo/PetCount2.java
package typeinfo.solution.ex11.pets; /* Added by Eclipse.py */
import typeinfo.solution.ex11.pets.*;
public class PetCount2 {
public static void main(String[] args) {
PetCount.countPets(Pets.creator);
}
} /* (Execute to see output) *///:~
|
package source
// SourceInterface base interface for all project source parsers
type SourceInterface interface {
Files(repo string, path string) ([]string, error)
}
|
package net.bootsfaces.component.tabLinks;
import javax.faces.context.FacesContext;
import javax.faces.event.AbortProcessingException;
import javax.faces.event.ComponentSystemEvent;
import javax.faces.event.ListenerFor;
import javax.faces.event.ListenersFor;
import javax.faces.event.PostAddToViewEvent;
import javax... |