text stringlengths 3 1.05M |
|---|
/**
* @file oled256 256x64x16 OLED display driver
*/
#undef DEBUG
#include <SPI.h>
#include <oled256.h>
#include <avr/pgmspace.h>
/* Work around a bug with PROGMEM and PSTR where the compiler always
* generates warnings.
*/
#undef PROGMEM
#define PROGMEM __attribute__(( section(".progmem.data") ))
#undef PST... |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
import {Component, Input, OnInit} from '@angular/core';
import {Summoner} from "../../../../models/dto/summoner";
import {ChampionsContainer} from "../../../../models/dto/containers/champions-container";
import {ItemsContainer} from "../../../../models/dto/containers/items-container";
import {GameReference} from "../..... |
// this sourcecode is modified by Huawei Technologies Co., Ltd.
package com.acmeair.morphia.entities;
import com.acmeair.entities.AirportCodeMapping;
import javax.persistence.Column;
import javax.persistence.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.persistence.Entity;
import j... |
using System;
using System.Collections.Generic;
using Mozu.Api.Contracts.Core;
namespace Mozu.Api.Contracts.Customer
{
///
/// The details of a customer's purchase order account.
///
public class CustomerPurchaseOrderAccount
{
///
///Unique identifier of the customer account generated by the system. A... |
<!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_07) on Thu Sep 01 10:31:36 CEST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
test.obvious.data (obviou... |
import {
Box,
Button,
Flex,
Message,
ModalDialog,
Spacer,
Text,
useToasts,
} from "@artsy/palette"
import * as React from "react"
import { useState } from "react"
import { createRefetchContainer, graphql, RelayRefetchProp } from "react-relay"
// eslint-disable-next-line no-restricted-imports
import { af... |
package org.drip.state.creator;
/*
* -*- mode: java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
/*!
* Copyright (C) 2017 Lakshmi Krishnamurthy
* Copyright (C) 2016 Lakshmi Krishnamurthy
* Copyright (C) 2015 Lakshmi Krishnamurthy
* Copyright (C) 2014 Lakshmi Krishnamurthy
*
* This file is... |
package org.oep.core.dossiermgt.service.base;
import com.liferay.portal.kernel.bean.BeanReference;
import com.liferay.portal.kernel.bean.IdentifiableBean;
import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
import com.liferay.portal.kernel.exception.Sy... |
SYNONYM
#### According to
Integrated Taxonomic Information System
#### Published in
Great Basin Naturalist 44:193. 1984
#### Original name
null
### Remarks
null |
<?php
namespace frontend\controllers;
use Yii;
use app\models\LaporanPenyertaanKejohananPegawai;
use frontend\models\LaporanPenyertaanKejohananPegawaiSearch;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use app\models\general\GeneralVariable;
/**
* LaporanPenyertaanKejoha... |
'use strict';
moduloPaciente.controller('PacienteViewController', ['$scope', '$routeParams', 'serverService', 'pacienteService', '$location',
function ($scope, $routeParams, serverService, pacienteService, $location) {
$scope.fields = pacienteService.getFields();
$scope.obtitle = pacienteService.... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.flags;
import com.yahoo.vespa.flags.json.FlagData;
import java.util.Map;
/**
* @author hakonhall
*/
public interface FlagRepository {
Map<FlagId, FlagData> getAllFlagData();
}
|
{% block content %}
{% if form.errors %}
<p>Your username or password is incorrect. Please try again.</p>
{% endif %}
<form method="post" action="{% url 'login' %}">
{% csrf_token %}
<table>
<tr>
<td>{{ form.username.label_tag }}</td>
<td>{{ form.username }}</td>
</tr>
<tr>
<td>{{ form.password.label_tag ... |
#include "graph/inode.hpp"
#pragma once
#ifndef TENNCOR_ILEAF_HPP
#define TENNCOR_ILEAF_HPP
namespace nnet
{
template <typename T>
class ileaf : public inode<T>
{
public:
virtual ~ileaf (void);
// >>>> CLONER & ASSIGNMENT OPERATORS <<<<
//! clone function
ileaf<T>* clone (void) const;
//! move function
ile... |
function test_example_RBM_hinton_layer1_full_lateralVisible()
% load mnist_uint8;
%
% train_x = double(train_x) / 255;
% test_x = double(test_x) / 255;
% train_y = double(train_y);
% test_y = double(test_y);
load hinton_2006_mnist_train;
%% ex1 train a 100 hidden unit RBM and visualize its weights
rng(0,'twister'... |
<?php
use Symfony\Component\Translation\MessageCatalogue;
$catalogue = new MessageCatalogue('pt_PT', array (
'security' =>
array (
'An authentication exception occurred.' => 'Ocorreu uma excepção durante a autenticação.',
'Authentication credentials could not be found.' => 'As credenciais de autenticação... |
using System;
using System.Collections.Generic;
using System.Reflection;
using Newtonsoft.Json;
namespace YouTrackSharp.Json
{
/// <summary>
/// A JSON convertor that can convert a string representing an array of version numbers to an actual list of version numbers represented as <see cref="T:System.String"/>... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/White"
android:focusable="... |
chrome.browserAction.onClicked.addListener(function(tab) {
var url = "https://canvasplay.github.io/css-head-inspector/head.css";
chrome.tabs.executeScript({
code: "(function(){var s=document.querySelector('[name=css-head-inspector]'); if(s) document.body.removeChild(s); if(s) return; s=document.createElement('l... |
using System;
using System.Diagnostics.Contracts;
namespace Rikrop.Core.Network
{
public class HttpPostRequest : HttpRequest
{
private readonly IPostContent _postContent;
public override string Method
{
get { return HttpRequestMethod.Post; }
}
public overr... |
a {
@apply text-primary-500 no-underline;
}
|
MongoidUserstampDemo::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# The test environment is used exclusively to run your application's
# test suite. You never need to work with it otherwise. Remember that
# your test database is "scratch space" fo... |
use from_str::FromStr;
use num::FromStrRadix;
use num::strconv;
use option::Option;
pub use core::u16::{BITS, BYTES, MIN, MAX};
uint_module!(u16)
|
package org.apache.hc.core5.http2.impl;
import org.apache.hc.core5.http.impl.HttpProcessors;
import org.apache.hc.core5.http.protocol.HttpProcessor;
import org.apache.hc.core5.http.protocol.HttpProcessorBuilder;
import org.apache.hc.core5.http.protocol.RequestExpectContinue;
import org.apache.hc.core5.http.protocol.R... |
import { Component, OnInit, Input } from '@angular/core';
import { TimetableAuthService } from "../timetable-auth/timetable-auth.service";
//moduleID in Component decorator plays a crucial role
//Without this defined, templateUrl throws 404 on ./app.component.html
//https://github.com/mgechev/angular-seed/issues/628
... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
package org.paukov.trie;
import static org.fest.assertions.Assertions.assertThat;
import org.junit.jupiter.api.Test;
class TrieTest {
@Test
void test() {
Trie trie = new Trie();
trie.insert("apple");
assertThat(trie.search("apple")).isTrue();
assertThat(trie.search("app")).isFalse();
assertT... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
/**
* CONGA SPI with interfaces for the supported handlebars plugin types.
*/
package io.wcm.devops.conga.generator.spi.handlebars;
|
/* Title: Pure/Admin/check_sources.scala
Author: Makarius
Some sanity checks for Isabelle sources.
*/
package isabelle
object Check_Sources
{
def check_file(path: Path)
{
val file_name = path.implode
val file_pos = path.position
def line_pos(i: Int) = Position.Line_File(i + 1, file_nam... |
<?php
abstract class Service extends Framework {
private $binds = array();
abstract public function run();
public final function requires($name) {
if (!Services::check($name)):
throw new ServiceException(Exceptions::FILENOTFOUND . $name);
endif;
}
public final funct... |
using System.ComponentModel;
using System.Configuration.Install;
using System.ServiceProcess;
namespace SetWindowsService.Application
{
[RunInstaller(true)]
public partial class EasyInstaller : Installer
{
public EasyInstaller()
{
InitializeComponent();
var service... |
@interface MainWindowController ()
- (MainZoneController *) mainZoneController;
- (ConfigController *) configController;
- (void) loadView:(NSViewController *)viewController;
- (BOOL) needsConfiguration;
@end
@implementation MainWindowController
- (id)init {
if ((self = [super initWithWindowNibName:@"MainWindow"... |
export default (function() {
var localStorageMock = (function() {
var store = {};
return {
getItem: function(key) {
return store[key] || null;
},
setItem: function(key, value) {
store[key] = value.toString();
},
clear: function() {
store = {};
}
... |
import numpy as np
import cv2, time
from matplotlib import pyplot as plt
cap = cv2.VideoCapture(0)
'''
for i in range (10):
ret, img = cap.read()
if ret:
break
else:
# capture failed even after 10 tries
raise MyExceptiom("Video driver does not like me.")
time.sleep(2)
'''
while(True):
# Ca... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootst... |
class ConcreteHolidays::NewYearsDayObserved
include ConcreteHolidays::Calculations
def self.date(year) # January 1st
to_weekday_if_weekend(Date.new(year,1,1))
end
end
|
package net.roboconf.dm.scheduler.internal;
import java.util.HashMap;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import org.mockito.Mockito;
import org.quartz.JobDataMap;
import org.quartz.JobDetail;
import org.quartz.JobExecutionContext;
import or... |
<?php
/**
* Class SlackAuthController
*
*/
class SlackAuthController extends Controller
{
/**
* It seems like a lot is going on here
* But in reality, it's mainly just configuration stuff
*
* @param SS_HTTPRequest $request
*/
public function index(SS_HTTPRequest $request)
{
... |
'use strict';
var express = require('express'),
router = new express.Router(),
brokers = require('./controller'),
auth = require('../../middleware');
router.get('/', brokers.all);
router.get('/:brokerId', brokers.show);
router.get('/active', brokers.active);
router.put('/:brokerId', auth.ensureAuth, brokers.updat... |
.class Landroid/support/v4/view/ViewPropertyAnimatorCompat$BaseViewPropertyAnimatorCompatImpl$Starter;
.super Ljava/lang/Object;
.source "ViewPropertyAnimatorCompat.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/... |
using System;
using System.Linq;
using Windows.ApplicationModel.Resources;
using Windows.UI.Popups;
using Windows.UI.Xaml;
namespace ChangeLanguageDemo
{
public sealed partial class MainPage
{
public MainPage()
{
InitializeComponent();
}
private void LanguageButto... |
<?xml version="1.0" encoding="UTF-8"?>
<!-- vi:ts=2:sw=2:expandtab: -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.deephacks</groupId... |
<?php
return array(
/*
|--------------------------------------------------------------------------
| Application Debug Mode
|--------------------------------------------------------------------------
|
| When your application is in debug mode, detailed error messages with
| stack traces will be shown on every ... |
package com.maxdemarzi;
import org.junit.Rule;
import org.junit.Test;
import org.neo4j.harness.junit.Neo4jRule;
import org.neo4j.test.server.HTTP;
import java.util.HashMap;
import static org.junit.Assert.assertTrue;
public class HelloWorldTest {
@Rule
public Neo4jRule neo4j = new Neo4jRule()
.wi... |
export LANG=C
set -e
outputfile=${1?Must provide an output file}
inputfile="$(<../../LICENSE)"
appendRepoLicense() {
repo=$1
echo "Adding license for ${repo}"
inputfile+=$'\n'"***"$'\n'"$repo"$'\n\n'
# Copy LICENSE* files
for licensefile in $repo/LICENSE*; do
if [ -f $licensefile ]; then
inputfile... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqeal: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
package cloudesl
//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
//dist... |
<html lang="en-us">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-65724832-2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
... |
package org.apache.myfaces.debug;
import javax.faces.component.UIComponent;
/**
* Identification inferface for types that know about {@link UIComponent}.
*
* @author martinkoci
*/
public interface ComponentAware
{
UIComponent getComponent();
}
|
/**
* @fileoverview Rule to flag use of an lexical declarations inside a case clause
* @author Erik Arvidsson
*/
"use strict";
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
module.... |
<?xml version="1.0"?>
<Document>
<Sentence>
<value>Esophagitis refers to any inflammation, irritation, or swelling of the esophagus.</value>
<pattern_crowdsource> Esophagitis refers to any [[inflammation|C0021368]], irritation, or [[swelling|C0013604]] of the [[esophagus|C0014876]]. </pattern_crowdsource>
<ann... |
<?php
namespace Tests\Magium\Elements;
use Magium\AbstractConfigurableElement;
use Magium\AbstractTestCase;
use Magium\Cli\CommandLoader;
use Magium\Extractors\AbstractExtractor;
use Magium\Extractors\ExtractorInterface;
use Magium\Themes\BaseThemeInterface;
use Magium\Themes\ThemeConfigurationInterface;
use Magium\T... |
import csv
import json
import codecs
import cStringIO
import logging
class UTF8Recoder:
"""
Iterator that reads an encoded stream and reencodes the input to UTF-8
"""
def __init__(self, f, encoding):
self.reader = codecs.getreader(encoding)(f)
def __iter__(self):
return self
d... |
import React, { Component } from 'react';
import { LinkContainer } from 'react-router-bootstrap';
import logo from './logo.svg';
import './root.scss';
export default class Root extends Component {
render() {
return (
<div className='root'>
<div className='header'>
<img src={logo} classNam... |
"""
This module make use of global variables, in the same flavor of the logging
module does.
"""
import doctest
import math
from pathlib import Path
import numpy as np
import h5py
from . import Writer, Reader
class ErrorManager:
def __call__(self, err, filename, name, actual, expected, store_as):
raise ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MarketWatch.Web.Fundamentals
{
public sealed class Distributions
{
public double? IncomeDividend { get; set; }
public string DividendFrequency { get; set; }
public double? CapitalGain2... |
package ru.scalalaz.gen.writers
import java.nio.file.{Files, Path, Paths}
import ru.scalalaz.gen.{Page, PageFile}
import html.*
class SpecialPagesHTMLWriter(targetDir: String) {
def write(pages: Seq[PageFile]): Unit = {
val pageUnits = pages.map { f =>
val fName = f.path.getFileName.toString.replace(... |
<?php
/**
* @deprecated since 1.4 field already changed to varchar 255 default null in sales upgrade to 1.4
*/
$installer = $this;
/* @var $installer Mage_Sales_Model_Mysql4_Setup */
$installer->startSetup();
// $installer->getConnection()->changeColumn($this->getTable('sales_order'), 'coupon_code', 'coupon_code'... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu Jun 05 21:17:05 CEST 2014 -->
<title>Uses of Package labyrinth.pathfinding</title>
<meta name="date" content="2014-06-05">
<... |
package org.codehaus.mojo.jdepend;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
/**
* Run JDepend and generate a site report. Goal which generate the JDepend metrics.
*
* @author Karl-Heinz Marbaise
*/
@Mojo( name = "generate-no-fork", requiresPr... |
/*
Part of Scallop Transcript Assembler
(c) 2017 by Mingfu Shao, Carl Kingsford, and Carnegie Mellon University.
See LICENSE for licensing.
*/
#ifndef __GTF_GENE_H__
#define __GTF_GENE_H__
#include <fstream>
#include <vector>
#include <set>
#include <map>
#include "item.h"
#include "transcript.h"
using namespace s... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
<?php
namespace Tests\unit\WindowsAzure\MediaServices\Models;
use WindowsAzure\MediaServices\Models\AssetDeliveryPolicy;
use WindowsAzure\MediaServices\Models\AssetDeliveryPolicyType;
use WindowsAzure\MediaServices\Models\AssetDeliveryProtocol;
use WindowsAzure\MediaServices\Models\AssetDeliveryPolicyConfigurationKe... |
// Copyright 2019 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 "chrome/browser/ui/views/global_media_controls/media_toolbar_button_view.h"
#include "base/feature_list.h"
#include "base/strings/pattern.h"
#in... |
/*jslint vars: true */
/*global define, $, brackets, window, console */
define(function (require, exports, module) {
'use strict';
var HTMLUtils = brackets.getModule('language/HTMLUtils');
var ProjectManager = brackets.getModule('project/ProjectManager');
/**
* Represents a CodeHintProvider
*
*... |
package net.bytebuddy.dynamic.scaffold.inline;
import net.bytebuddy.description.method.MethodDescription;
import net.bytebuddy.description.type.TypeDescription;
import net.bytebuddy.implementation.AbstractSpecialMethodInvocationTest;
import net.bytebuddy.implementation.Implementation;
import net.bytebuddy.implementati... |
<!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_151) on Wed May 02 00:35:13 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... |
package net.chriswareham.mvc;
/**
* Interface to be implemented by classes that chain interceptors.
*
* @author Chris Wareham
*/
public interface ActionInterceptorChain {
/**
* Call the next interceptor in the chain or the action at the end of the chain.
*
* @param request holds data for the r... |
[](https://www.npmjs.org/package/cleverbot.io)
[](http://travis-ci.org/CleverbotIO/node-cleverbot.io)
[:
json_object = json_schema.Load(file_path)
model = Model()
model.AddNamespace(json_object[0], file_path)
cpp_bundle_generator = CppBundleGenerator(
... |
namespace ceres {
namespace internal {
namespace {
// Small constant for various floating point issues.
const double kEpsilon = 1e-12;
} // namespace
// Compute a scaling vector that is used to improve the conditioning
// of the Jacobian.
void TrustRegionMinimizer::EstimateScale(const SparseMatrix& jacobian,
... |
<?xml version="1.0" encoding="utf-8"?>
<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="match_parent"
android:background="@color/background_color"
android:orientation... |
import codecs
import logging
import os
import signal
import subprocess
import sys
from collections import OrderedDict
from io import StringIO
from subprocess import Popen, PIPE, STDOUT, TimeoutExpired
from flask import Flask, request, redirect, render_template, send_from_directory
from flask_caching import Cache
impo... |
<article class="background">
<div class="background__image">
<img src="assets/images/cover-image-dijszabas-sm.jpg" srcset="assets/images/cover-image-dijszabas-sm.jpg 640w, assets/images/cover-image-dijszabas.jpg 1200w" alt="Vintage maps.">
<!-- <span class="background__scroll-down js-scroll-down"></span> -->... |
// Copyright 2019 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.chrome.browser.browserservices.trustedwebactivityui.splashscreen;
import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
i... |
//(function () {
function mygetElementsByClassName(classname) {
if (document.getElementsByClassName)
return document.getElementsByClassName(classname);
else {
var classElements = new Array();
var els = document.getElementsByTagName("*");
var e... |
Use ActiveRecord migrations, but not in Rails.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'portugal'
```
And then execute:
```shell
$ bundle install
```
## Usage
In your `Rakefile`:
```ruby
require 'portugal/tasks'
Portugal.configure do |config|
config.migrations_path = File.expa... |
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("T... |
package com.example.effervescencemmxiv;
import android.annotation.SuppressLint;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.location.Criteria;
import android.location.Location;
impo... |
<!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... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>It's Lathe!</title>
<!-- lathe.html -->
<!--
Copyright (c) 2011 Ross Angle
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(t... |
namespace Steep.Web.Areas.Administration.Models
{
using Data.Models;
using Infrastructure.Mapping;
public class UserAdminViewModel : IMapFrom<User>
{
private string avatarUrl;
public string Id { get; set; }
public string UserName { get; set; }
public string Firstname... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-2.0-xr-w32-bld/build/netwerk/base/public/nsICancelable.idl
*/
#ifndef __gen_nsICancelable_h__
#define __gen_nsICancelable_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL f... |
package de.st_ddt.crazyspawner.tasks;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.entity.LivingEntity;
import org.bukkit.metadata.MetadataValue;
import de.st_ddt.crazyspawner.CrazySpawner;
import de.st_ddt.crazyspawner.entities.Compatib... |
<?php
namespace yii\log;
use Yii;
use yii\base\Component;
use yii\base\InvalidConfigException;
use yii\helpers\ArrayHelper;
use yii\helpers\StringHelper;
use yii\helpers\VarDumper;
use yii\web\Request;
/**
* Target is the base class for all log target classes.
*
* A log target object will filter the messages log... |
using System;
using System.Threading.Tasks;
using Orleans.Concurrency;
using Orleans.MultiCluster;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.DependencyInjection;
using System.Collections.Generic;
using System.Linq;
namespace Orleans.Runtime.ReminderService
{
[Reentrant]
[OneInstancePerClus... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package com.vmware.vim25;
/**
* @author Steve Jin (http://www.doublecloud.org)
* @version 5.1
*/
@SuppressWarnings("all")
public class NoVmInVApp extends VAppConfigFault {
} |
//Basic API implementations.
#include <algorithm>
#include <chrono>
#include <iomanip>
#include <memory>
#include <sstream>
#include "api.h"
#include "api_basic.h"
#include "api_collection.h"
#include "common.h"
#include "gc.h"
#include "platform.h"
#include "scope.h"
#include "sysclass.h"
#include "sysclassbld__im... |
+++
hook = "The basics of Postgres development: how to build the project, run the test suite, and format a patch for submission."
location = "San Francisco"
published_at = 2016-08-17T15:59:51Z
title = "The Missing Manual for Hacking Postgres"
+++
It's probably obvious that Postgres is my favorite
database. One minor g... |
#import "RCTViewManager.h"
#import "RCTConvert.h"
#if !TARGET_OS_TV
@interface RCTConvert(UIDatePicker)
+ (UIDatePickerMode)UIDatePickerMode:(id)json;
@end
#endif
@interface RCTDatePickerManager : RCTViewManager
@end
|
title: Hello World
tags: [tag1]
---
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub... |
layout: post
date: '2016-07-05'
title: "Amy Kuschel Harriet Sleeveless Court Train Mermaid/Trumpet"
category: Amy Kuschel
tags: [Amy Kuschel,Mermaid/Trumpet,V-neck,Court Train,Sleeveless]
---
### Amy Kuschel Harriet
Just **$349.99**
### Sleeveless Court Train Mermaid/Trumpet
<table><tr><td>BRANDS</td><td>Amy Kuschel... |
Some Academic Codes
|
package com.google.cloud.errorreporting.spi.v1beta1;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.RetrySettings;
import com.google.api.gax.grpc.ChannelProvider;
import com.google.api.gax.grpc.ClientSettings;
import com.google.api.gax.grpc.ExecutorProvider;
import com.google... |
import tests.model_control.test_ozone_custom_models_enabled as testmod
testmod.build_model( ['Anscombe'] , ['MovingAverage'] , ['Seasonal_WeekOfYear'] , ['ARX'] ); |