text stringlengths 3 1.05M |
|---|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>Editor example - Excel like keyboard navigation</title>
<link rel="stylesheet" type="text/css" h... |
import App from './app/App.react';
import Fields from './fields/FieldsPage.react';
import Home from './home/HomePage.react';
import Intl from './intl/IntlPage.react';
import Me from './me/MePage.react';
import NotFound from './notfound/NotFoundPage.react';
import Offline from './offline/OfflinePage.react';
import Profi... |
package com.linkedin.parseq.internal;
import java.util.concurrent.TimeUnit;
/**
* Default implementation of Clock interface that delegates to default Java platform's nano timer.
*
* @author Jaroslaw Odzga (jodzga@linkedin.com)
*
*/
public class PlatformClock implements Clock {
@Override
public long nanoTime... |
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.primeton.com/AppService", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.dappon.app.webservice.hr;
|
package com.facebook.buck.apple.xcode.xcodeproj;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import com.google.common.collect.ImmutableList;
import org.junit.Test;
/**
* Unit tests for {@link FileTypes}.
*/
public class FileTypesTest {
@Test
public void testFileE... |
FROM balenalib/generic-armv7ahf-fedora:30-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python-pip \
python-dbus \
&& dnf clean all
# install "virtualenv", since the vast maj... |
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* 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 a... |
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 23, 2012 05:14:03 PM America/New_York */
@font-face {
font-family: 'SpecialElite';
src: url('SpecialElite-webfont.eot');
src: url('SpecialElite-webfont.eot?#iefix') format('embedded-opentype'),
url('SpecialElite-webfont.woff'... |
package com.jetbrains.python.inspections;
import com.jetbrains.python.fixtures.PyInspectionTestCase;
import com.jetbrains.python.psi.LanguageLevel;
import org.jetbrains.annotations.NotNull;
/**
* @author vlan
*/
public class PyUnboundLocalVariableInspectionTest extends PyInspectionTestCase {
public void testSimp... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Universal Boilerplate</title>
</head>
<body>
<script type="text/javascript" src="/bundle.js"></script></body>
</html> |
#include <assert.h>
#include <mosquitto.h>
#include <logging_mosq.h>
#include <memory_mosq.h>
#include <net_mosq.h>
#include <read_handle.h>
int _mosquitto_handle_connack(struct mosquitto *mosq)
{
uint8_t byte;
uint8_t result;
int rc;
assert(mosq);
if(mosq->core.in_packet.remaining_length != 2){
return MOSQ... |
<?php
include "proses/lib_function.php";
koneksi_db();
//var_dump($id_kategori);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" conten... |
package io.fabric8.insight.maven.aether;
public class UpdateVersion extends VersionChange {
private String version1;
private String version2;
public UpdateVersion(String version1, String version2) {
this.version1 = version1;
this.version2 = version2;
}
@Override
public Strin... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
/****************************************************************************
** Meta object code from reading C++ file 'transactiontablemodel.h'
**
** Created: Fri Nov 8 13:49:35 2013
** by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
**
** WARNING! All changes made in this file will be lost!
**************... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xam... |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Elders.Cronus.Workflow
{
public abstract class WorkflowBase<TContext> : IWorkflow where TContext : class
{
protected ExecutionChain<TContext> ExecutionChain { get; set; }
public WorkflowBase()
{
... |
\hypertarget{namespace_highway_1_1_data_1_1_entity_framework_1_1_unity}{\section{Package Highway.\-Data.\-Entity\-Framework.\-Unity}
\label{namespace_highway_1_1_data_1_1_entity_framework_1_1_unity}\index{Highway.\-Data.\-Entity\-Framework.\-Unity@{Highway.\-Data.\-Entity\-Framework.\-Unity}}
}
\subsection*{Classes}
\b... |
package scala.pickling.generation
import org.scalatest.FunSuite
import scala.pickling._, Defaults._, json._
class CheckGenPicklerUnpicklerTogether extends FunSuite {
case class Pi(number: Int)
test("check that pickler and unpickler are generated together (I)") {
val p = implicitly[Pickler[Pi]]
val u = ... |
#ifndef MAKE_PATTERNS_HPP
#define MAKE_PATTERNS_HPP
#include <opencv2/core/core.hpp>
#include "MLP.hpp"
#include "HoughTransform.hpp"
namespace artelab
{
cv::Mat threshold_mlp(MLP& nnetwork, cv::Size win_size, HoughTransform& hough);
}
#endif /* MAKE_PATTERNS_HPP */
|
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do
# resolve $SOURCE until the file is no longer a symlink
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
SOURCE="$(readlink "$SOURCE")"
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
# if $SOURCE was a relative symlink, we need to resolve it relat... |
FROM balenalib/orange-pi-one-debian:sid-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVitti... |
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200');
body, input {
font-family: 'Nunito Sans', sans-serif;
}
body {
background-color: #fafafa;
margin: 0;
font-family: sans-serif;
}
/* Utils */
.hidden {
position: absolute;
left: -10000em;
}
|
import re
from django.db import models
from django.utils.translation import ugettext_lazy as _
class Customer(models.Model):
DEFAULT_DOCUMENT = 3
DEFAULT_SSN = ""
last_name = models.CharField(max_length=50, verbose_name=_("Last Name"))
first_name = models.CharField(max_length=50, verbose_name=_("Firs... |

# sails-arangodb
Provides easy access to `arangodb` from Sails.js & Waterline.
This module is a Waterline/Sails adapter, an early implementation of a
rapidly-developing, tool-agnostic data standard. Its goal is to
provide a set of declarative interfaces, conven... |
package org.apache.ignite.internal.processors.cache.distributed;
import java.io.Externalizable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import java.uti... |
<?php
namespace app\models;
use Yii;
use yii\base\Model;
/**
* LoginForm is the model behind the login form.
*/
class LoginForm extends Model
{
public $username;
public $password;
public $rememberMe = true;
private $_user = false;
/**
* @return array the validation rules.
*/
pu... |
{% extends "_base_lsst.html" %}
{% load url from future %}
{% block page_title %} {{ viewParams.MON_VO }} PanDA jobs{% endblock %}
{% block subtitle %}PanDA jobs<font size=-1>{{ viewParams.selection|safe }}
</font>
{% if showwarn and njobs%}
<font style="color:#FF8040; size=-1"><b>Warning: limit {{joblimit... |
<ROSETTASCRIPTS>
<SCOREFXNS>
<ScoreFunction name="fullatom" weights="talaris2014">
<Reweight scoretype="hbond_sr_bb" weight="1.6"/>
</ScoreFunction>
</SCOREFXNS>
<RESIDUE_SELECTORS>
# Standard FFL ResidueSelectors.
<xi:include href="../../xml_pieces/selectors.xml" />
... |
This repository contains the presentations for [Code on the Sea 2015](http://www.codeonthesea.com/)
- [Reactive Programming for the Rest of Us](https://github.com/mattpodwysocki/CodeOnTheSea2015/tree/master/reactiveprogramming)
- [RxJS and the Future of Web Apps](https://github.com/mattpodwysocki/CodeOnTheSea2015/tree/... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CJia.HIS
{
public class Presenter<M,V>
where M : CJia.HIS.Model , new()
where V : CJia.HIS.IView
{
/// <summary>
/// View视图
/// </summary>
public V View{get; protect... |
<!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 Jul 17 09:40:07 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... |
Some config files that are useful to me.
Env:
- ArchLinux everywhere (home, server, raspi)
- LXDE
- zsh + zsh-grml-config
- terminator
- emacs-nox
|
Instant-Search Demo
====================
This is a sample project implementing an instant-search based e-commerce website with [Algolia](http://www.algolia.com). Algolia is a Search API that provides hosted full-text, numerical and faceted search.
## Features
* Full JavaScript (based on [jQuery](http://jquery.com/), ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cats.Models
{
public partial class UserDashboardPreference
{
public int? UserDashboardPreferenceID { get; set; }
public int UserID { get; set; }
public int Dash... |
namespace Checkpoints
{
typedef std::map<int, uint256> MapCheckpoints;
// How many times we expect transactions after the last checkpoint to
// be slower. This number is a compromise, as it can't be accurate for
// every system. When reindexing from a fast disk with a slow CPU, it
// can be up to 2... |
'use strict';
// MODULES //
var Float32Array = require( '@stdlib/array/float32' );
var Uint8Array = require( '@stdlib/array/uint8' );
var addon = require( './smskramp.native.js' );
// MAIN //
/**
* Evaluates the ramp function for each element in a single-precision floating-point strided array `x` according to a ... |
using WebKit::WebDataSource;
using WebKit::WebFrame;
using WebKit::WebPerformance;
using WebKit::WebString;
using base::Time;
using base::TimeDelta;
using content::DocumentState;
static const TimeDelta kPLTMin(TimeDelta::FromMilliseconds(10));
static const TimeDelta kPLTMax(TimeDelta::FromMinutes(10));
static const si... |
package com.dianping.paas.core.spring.conditional;
import com.dianping.paas.core.config.ConfigManager;
import com.dianping.paas.core.extension.ExtensionLoader;
import org.springframework.context.annotation.Condition;
import org.springframework.context.annotation.ConditionContext;
import org.springframework.core.type.A... |
<!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" lang="fi" xml:lang="fi">
<head>
<title>Ihmeellinen maailma: Fideismi</title>
<meta http-equiv="Content-Type" content />
<link type="image/x-icon" rel="s... |
require 'test_helper'
class BienvenidoControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get bienvenido_index_url
assert_response :success
end
end
|
// This is a generated file. Not intended for manual editing.
package com.intellij.lang.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface YangUsesAugmentStmt extends PsiElement {
@NotNull
List<YangCaseStmt> getCaseStmtList();
@NotNull
List... |
/*
* pata_sl82c105.c - SL82C105 PATA for new ATA layer
* (C) 2005 Red Hat Inc
* (C) 2011 Bartlomiej Zolnierkiewicz
*
* Based in part on linux/drivers/ide/pci/sl82c105.c
* SL82C105/Winbond 553 IDE driver
*
* and in part on the documentation and errata sheet
*
*
* Note: The controller like many cont... |
hello-erlang
============
A basic, useless Erlang module.
|
import logging as logging_module
import os
# From metrickeep/core/settings.py to metrickeep/
cwd = os.path.abspath(os.path.dirname(__file__))
PROJECT_ROOT = os.path.abspath(os.path.join(cwd, os.pardir))
# logging
# -------
logging = {
'format': '%(asctime)s | [%(levelname)s] %(message)s',
'level': 'INFO',
}... |
//===--- SourceManager.h - Track and cache source files ---------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
'use strict';
(function (scope) {
/**
* The mathUtil class is use to calculate lines
*
* @class MathUtil
* @constructor
*/
function MathUtils() {
}
/**
* This method is use to calculate the size of the rectangle that contains an ellipse arc.
*
* @method getEllip... |
namespace hect
{
///
/// Provides access to the system keyboard.
class HECT_EXPORT Keyboard :
public EventDispatcher<KeyboardEvent>
{
public:
Keyboard();
///
/// Returns whether the given key is down.
///
/// \param key The key to check if it is down.
bool is_key_down(Key key) const;
... |
Teachable Machine is an experiment that makes it easier for anyone to explore machine learning, live in the browser – no coding required. Learn more about the experiment and try it yourself on [g.co/teachablemachine](https://g.co/teachablemachine).
The experiment is built using the [TensorFlow.js](https://js.tensorfl... |
<?php
namespace Frontend\SitBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
/**
* Subcategoria
*
* @ORM\Table(name="sit.subcategoria")
* @ORM\Entity
*/
class Subcategoria
{
/**
* @var integer
*
* @ORM\Column(name="id", type="integer", nul... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2015 [1076559197@qq.com | tchen0707@gmail.com]
~
~ 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.apac... |
CREATE TABLE "ISIS2304A061720"."PREFERENCIAZONA"
( "IDUSUARIO" NUMBER(*,0),
"NOMBREZONA" VARCHAR2(20 BYTE)
) SEGMENT CREATION IMMEDIATE
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
NOCOMPRESS NOLOGGING
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 F... |
package io.victoralbertos.mockery.api.built_in_mockery;
import io.victoralbertos.mockery.api.Mockery;
import io.victoralbertos.mockery.internal.built_in_mockery.RequestBodyValidMockery;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import okhttp3.RequestBody;
import static java.lang.ann... |
<?php
/**
* Created by PhpStorm.
* User: jderay
* Date: 9/3/14
* Time: 9:09 PM
*/
namespace Giftcards\FixedWidth;
interface LineInterface
{
/**
* @return mixed
*/
public function __toString();
/**
* @param $slice
* @return mixed
*/
public function get($slice);
/**
... |
from song import Song
import unittest
class TestSong(unittest .TestCase):
def setUp(self):
self.song = Song(
title="Odin", artist="Manowar", album="The Sons of Odin", length="3:44")
def test_create_new_song(self):
self.assertTrue(isinstance(self.song, Song))
self.assertEq... |
namespace SJP.Schematic.Oracle.Queries;
internal static class GetMaterializedViewName
{
internal sealed record Query
{
public required string SchemaName { get; init; }
public required string ViewName { get; init; }
}
internal sealed record Result
{
public required string ... |
<!doctype html>
<meta charset="utf-8">
<!-- load D3js -->
<script src="//d3plus.org/js/d3.js"></script>
<!-- load D3plus after D3js -->
<script src="//d3plus.org/js/d3plus.js"></script>
<!-- create container element for visualization -->
<div id="viz"></div>
<style>
@font-face {
font-family: "Righteous";
... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ItemSnapshot.cs" company="Exit Games GmbH">
// Copyright (c) Exit Games GmbH. All rights reserved.
// </copyright>
// <summary>
// An <see cref="Item" /> sends this <see cref... |
<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>{{ page.title | append: ' - ' |append: site.name }}</title>
<link rel="shortcut icon" href="{{ '/styles/images/favicon.png' | prepend: site.baseurl }}">... |
True if the results are equivalent.
```csharp
public static bool AreEquivalentResults(ServiceResult? first, ServiceResult? second)
```
## See Also
* class [ServiceResult](../ServiceResult.md)
* class [ServiceDataUtility](../ServiceDataUtility.md)
* namespace [Facility.Core](../../Facility.Core.md)
<!-- DO NOT EDIT:... |
package com.microsoft.azure.management.network.v2020_03_01;
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.network.v2020_03_01.implementation.FirewallPolicyRuleGroupInner;
import com.microsoft.azure.arm.model.Indexable;
import com.microsoft.azure.arm.model.Refreshable;
import co... |
<?php
// @codingStandardsIgnoreFile
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! function_exists( 'kirki_get_option' ) ) {
/**
* Get the value of a field.
* This is a deprecated function that we used when there was no API.
* Please use the Kirki::get_option() method instead.
... |
__webpack_public_path__ = window.location.protocol + '//' + window.location.host + '/';
|
QMAKE_TARGET = moshpithero
LUPDATE = $(QNX_HOST)/usr/bin/lupdate
LRELEASE = $(QNX_HOST)/usr/bin/lrelease
update: $(QMAKE_TARGET).pro FORCE
$(LUPDATE) $(QMAKE_TARGET).pro
release: $(QMAKE_TARGET).pro $(QMAKE_TARGET).ts
$(LRELEASE) $(QMAKE_TARGET).pro
FORCE:
|
"""
This defines a the Server's generic session object. This object represents
a connection to the outside world but don't know any details about how the
connection actually happens (so it's the same for telnet, web, ssh etc).
It is stored on the Server side (as opposed to protocol-specific sessions which
are stored o... |
package io.muoncore.spring.annotations;
import io.muoncore.spring.repository.MuonRepositoryRegistrar;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
/**
* Enable Muon annotated repository interfaces to be implemeted by muon
* To be used on {@link org.springframework.context.an... |
package com.kevin.firstlineofcode.ui.home;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView... |
<div class="commune_descr limited">
<p>
Moyencourt-lès-Poix est
un village
localisé dans le département de Somme en Picardie. Elle totalisait 163 habitants en 2008.</p>
<p>À coté de Moyencourt-lès-Poix sont situées les villes de
<a href="{{VLROOT}}/immobilier/fricamps_80365/">Fricamps</a> située à 3&nbs... |
<p align="center"><img src="https://raw.githubusercontent.com/keon/algorithms/master/docs/source/_static/logo/logotype1blue.png"></p>
English | [简体中文](README_CN.md) | [Deutsch](README_GE.md) | [日本語](README_JP.md) | [한국어](README_KR.md) | [Português](README_PTBR.md) | [Français](README_FR.md)
[ do { if ( (x)) die("error: " #x " failed (returned non-zero)." ); } while (0)
#define TEST_Z(x) do { if (!(x)) die("error: " #x " failed (returned zero/null)."); } while (0)
... |
/*Magenta #ec008c & #fb61bd */
.btn:focus, .subscribe-btn, .progress .progress-bar, .accordionMod .panel-heading .current, #current:after, .tp-leftarrow.default:hover, .tp-rightarrow.default:hover, .contact-box:hover, .ch-info-wrap, .ch-info .ch-info-back, .content-box-about .ch-info-front, figure.effect-zoe figcaptio... |
Array containing different variable types and accessing them.
```
var list = [1,'a',{name: 'abc',age: 5}];
for(x in list)
{
console.log(list[x])
}
```
|
import { Product } from './../../../products/product.model';
import { ProductService } from './../../../services/product.service';
import { Component, OnInit, Input } from '@angular/core';
@Component({
selector: 'app-order-product-list-item',
templateUrl: './order-product-list-item.component.html',
styleUrls: ['... |
package com.github.zafarkhaja.semver.expr;
import com.github.zafarkhaja.semver.expr.Lexer.Token;
import org.junit.Test;
import org.junit.experimental.runners.Enclosed;
import org.junit.runner.RunWith;
import static com.github.zafarkhaja.semver.expr.Lexer.Token.Type.*;
import static org.junit.Assert.*;
/**
*
* @aut... |
package v1alpha1
import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
)
// GroupName specifies the group name used to register the objects.
const GroupName = "bundle.gke.io"
// GroupVersion specifies the group and the version used to registe... |
package net.siufung.bzgzpt.persistence.collect.service.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import cn.jbinfo.platform.core.basic.exception.ServiceException;
import cn.jbinfo.platform.core.framewo... |
exports.config = {
/**
* Use `seleniumAddress` for faster startup; run `./node_modules/.bin/webdriver-manager start` to launch the Selenium server.
* Use `seleniumPort` to let Protractor manage its own Selenium server instance (using the server JAR in its default location).
*/
seleniumAddress: 'h... |
'use strict';
const errors = require('feathers-errors');
module.exports = function exports() {
return (req, res, next) => {
next(new errors.NotFound('Page not found'));
};
};
|
package com.simplecityapps.recyclerview_fastscroll.views;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.... |
<!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/html; charset=utf-8" />
<title>statsmodels.tsa.arima_process.ar2arma — stats... |
package com.microsoft.azure.management.apimanagement.v2019_01_01;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Defines headers for Get operation.
*/
public class ApiOperationPolicyGetHeaders {
/**
* Current entity state version. Should be treated as opaque and used to
* make condition... |
<div class="meta">
<span class="byline author vcard">
<?php echo __('By', 'roots'); ?> <a href="<?php echo get_author_posts_url(get_the_author_meta('ID')); ?>" rel="author" class="fn"><?php echo get_the_author(); ?></a>
</span>
<span class="date">
<time class="published" datetime="<?php echo get_the_time('c'); ?>"><?p... |
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>beacons-platform-dev</application>
<version>beaconsplatform-version-01</version>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
<instance-class>F4</instance-cla... |
package com.summer.android.gson;
/**
* Created by root on 17-3-29.
*/
public class AQI {
public AQICity city;
public class AQICity{
public String aqi;
public String pm25;
}
}
|
namespace occ_map {
template<class T>
class PixelMap {
public:
// normal constructor
PixelMap<T>(const double _xy0[2], const double _xy1[2], double mPP, T initValue = T(), bool allocate_data = true, bool align_to_pixels = true);
// Copy Constructor
template<class F>
PixelMap<T>(const PixelMap<F> * to_copy,... |
var stemmer = require('lib/natural/porter_stemmer');
describe('porter_stemmer', function() {
it('should perform step 1a', function() {
expect(stemmer.step1a('caresses')).toBe('caress');
expect(stemmer.step1a('ponies')).toBe('poni');
expect(stemmer.step1a('ties')).toBe('ti');
expect(stemmer.step1a('caress'))... |
/* This is loosely based on code by Hari Nair. Specifically,
* <http://cpansearch.perl.org/src/DHUNT/PDL-Planet-0.12/libimage/gif.c>
*/
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "gif_lib.h"
#include "unsigned.h"
#include "image.h"
#include "gif.h"
#include "util.h"
e... |
package org.emergent.android.weave.client;
import org.apache.http.HttpEntity;
import org.apache.http.entity.StringEntity;
import org.apache.http.protocol.HTTP;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.UnsupportedEncodingException;
import java.net.URI;
impo... |
<?php
// WARNING, this is a read only file created by import scripts
// WARNING
// WARNING, Changes made to this file will be clobbered
// WARNING
// WARNING, Please make changes on poeditor instead of here
//
//
?>
subject: {target.type} #{target.id} aruanne
{alternative:plain}
Tere,
{target.type} aruanne on j... |
package iot
//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
//distribut... |
#ifndef MixedContentChecker_h
#define MixedContentChecker_h
#include "base/gtest_prod_util.h"
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "platform/network/ResourceRequest.h"
#include "public/platform/WebMixedContentContextType.h"
#include "public/platform/WebURLRequest.h"
#include "wtf/t... |
//
// BSNewViewController.m
// 仿-百思不得姐
//
// Created by LinBin on 16/4/29.
// Copyright © 2016年 LinBin. All rights reserved.
//
#import "BSNewViewController.h"
#import "UIBarButtonItem+LBButtonToBarButtonItem.h"
#import "UIView+LBFrameExtension.h"
#import "BBBLabel.h"
#import "BBBScrollLayout.h"
#import "BBBCustom... |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.2.2; xx; SAMSUNG GT-I9082 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/m... |
package fr.sii.ogham.core.builder.retry;
import fr.sii.ogham.core.async.Awaiter;
import fr.sii.ogham.core.retry.RetryExecutor;
import fr.sii.ogham.core.retry.RetryStrategy;
import fr.sii.ogham.core.retry.RetryStrategyProvider;
/**
* Interface used to create an instance of a {@link RetryExecutor} that can
* benefit ... |
using System;
using System.Linq.Expressions;
using Microsoft.EntityFrameworkCore.Query.Expressions;
using Microsoft.EntityFrameworkCore.Query.ExpressionTranslators;
namespace EFCore.SqlCe.Query.ExpressionTranslators.Internal
{
public class SqlCeDateTimeNowTranslator : IMemberTranslator
{
public virtua... |
layout: layout.hbs
---
# Team Homework
## Objectives
* Business app: Fiber visualizer and cost estimator
* Build system: [Webpack](http://webpack.github.io/docs/)
## Teaming
For this week's homework, the team size is two. You can opt to work alone too.
Coming up next week, we will merge two teams of two into a bi... |
Compass::Compass(QObject *parent) :
QObject(parent)
{
heading = 0.0;
state = true;
datagram.clear();
}
double Compass::getHeading() {
return this->heading;
}
void Compass::parseBuffer(){
// Declare variables
QString checksumReceived;
QByteArray payloadPart;
QList<QByteArray> payloa... |
'use strict';
const autoprefixer = require('autoprefixer');
const path = require('path');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
const InterpolateHtmlPlugin = require('react-dev-utils... |
#ifndef PCL_FEATURES_IMPL_RIFT_H_
#define PCL_FEATURES_IMPL_RIFT_H_
#include <pcl/features/rift.h>
//////////////////////////////////////////////////////////////////////////////////////////////
template <typename PointInT, typename GradientT, typename PointOutT> void
pcl::RIFTEstimation<PointInT, GradientT, PointOu... |