text
stringlengths
3
1.05M
W.LocationPosition = function() { var win = UI.Win({ title:'Current Position', layout:'vertical' }); var headlineCoordinates = Ti.UI.createLabel({ text:'Your current coordinates:', top:10, font:{fontSize:12}, width:'auto', height:'auto' }); var coordinates = Ti.UI.createLabel...
class CreatePassTable < ActiveRecord::Migration def self.up create_table :pass_locations do |t| t.float :latitude t.float :longitude t.references :pass t.timestamps end create_table :pass_barcodes do |t| t.string :message t.string :format t.string :message_encod...
// Copyright (c) 2012 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.content.browser; import android.content.ActivityNotFoundException; import android.content.Context; import android.content.Intent...
import gql from 'graphql-tag'; import { DocumentNode, OperationDefinitionNode } from 'graphql'; import { ApolloClient } from '../core'; import { InMemoryCache } from '../cache'; import { ApolloLink, Operation } from '../link/core'; import { itAsync, stripSymbols, mockSingleLink, mockObservableLink, } from '../...
<form class="form-horizontal" role="form"> <div class="row"> <div class="col-sm-6 col-lg-4"> <div class="form-group"> <label for="inputEmail" class="col-md-4 control-label">Nombre:</label> <div class="col-md-8"> <input type="text" class="form-control" id="txtNombre" ...
package com.inomma.kandu.ui.activities; import java.util.ArrayList; import java.util.List; import org.json.JSONException; import org.json.JSONObject; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import an...
azure config mode arm kv=$(cat ./rawcert.pem) azure ad app create -n "lbupdater" --home-page "https://lbupdater/" -i "https://lbupdater/" --key-usage "Verify" --key-value $kv -vv
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Enchir. fung. (Paris) 120 (1886) #### Original name Agaricus trepidus Fr., 1838 ### Remarks null
<?php namespace Ekotechnology\Balanced\Exceptions; class FactoryTypeUnknown extends \Exception {}
System.register([], function(exports_1, context_1) { "use strict"; var __moduleName = context_1 && context_1.id; var Config; return { setters:[], execute: function() { Config = (function () { function Config() { } Config.MAIN_HE...
/*jslint node: true, latedef: nofunc*/ /*eslint-env node*/ 'use strict'; var fs = require('fs'); var path = require('path'); var os = require('os'); var child_process = require('child_process'); var crypto = require('crypto'); var zlib = require('zlib'); var readline = require('readline'); var request = require('reque...
package mesh import ( "math" "sync" ) type unicastRoutes map[PeerName]PeerName type broadcastRoutes map[PeerName][]PeerName type Routes struct { sync.RWMutex ourself *LocalPeer peers *Peers onChange []func() unicast unicastRoutes unicastAll unicastRoutes // [1] broadcast broadcastR...
#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_RED_AUDIO_ENCODER_COPY_RED_H_ #define WEBRTC_MODULES_AUDIO_CODING_CODECS_RED_AUDIO_ENCODER_COPY_RED_H_ #include <vector> #include "webrtc/base/buffer.h" #include "webrtc/base/scoped_ptr.h" #include "webrtc/modules/audio_coding/codecs/audio_encoder.h" namespace webrtc { /...
<!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>WRAP_EXCLUDE &mdash; CMake 3.3.2 Documentation</title...
<!DOCTYPE html> <html lang="pt"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Contrução, pintura, hidráulica, elétrica, reforço da estrutura e Serviços em Gereal Salvador Bahia"> <meta name="author" conte...
def test client = Google::APIClient.new(:application_name => "supress") connection = Fog::Compute.new(:provider => "Google", :google_client => client) begin p connection.client.discovered_apis p connection.servers rescue StandardError => e p e.message end end
``nsPopover`` is a simple component for angularjs applications that adds small overlays of content, like those on the iPad, to any element for housing secondary information.. It has only angularjs as dependency. ### [Example] (http://nohros.com/nsPopover) ## Install You can download all necessary nsPopover files man...
layout: post title: Horny guy getting a rimjob and blowjob titleinfo: pornvd desc: Watch Horny guy getting a rimjob and blowjob. Pornhub is the ultimate xxx porn and sex site. --- <iframe src="http://www.pornhub.com/embed/985285540" frameborder="0" width="630" height="338" scrolling="no"></iframe> <h2>Horny guy gettin...
package io.iohk.ethereum.network.p2p import io.iohk.ethereum.network.p2p.Message.Version import io.iohk.ethereum.network.p2p.messages.Codes import io.iohk.ethereum.network.p2p.messages.CommonMessages.SignedTransactions._ import io.iohk.ethereum.network.p2p.messages.PV61.BlockHashesFromNumber._ import io.iohk.ethereum....
package net.nhs.esb.allergy.route.converter; import java.util.HashMap; import java.util.Map; import net.nhs.esb.allergy.model.Allergy; import net.nhs.esb.allergy.model.AllergyComposition; import net.nhs.esb.allergy.model.AllergyUpdate; import org.apache.camel.Converter; import org.springframework.stereotype.Component...
<?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="wrap_content" android:background="@drawable/drawer_item_secondary_background"> <LinearLayout...
{-# LANGUAGE DataKinds #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE PolyKinds #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE StandaloneDeriving #-} {- | Quotient rings for eulidean domains. See @Algebra.Ring.Polynomial.Quotient@ in @halg-polynomi...
/** * Module dependencies. */ var passport = require('passport-strategy') , util = require('util') , utils = require('./utils'); /** * `Strategy` constructor. * * @param {Object} options * @api public */ function Strategy(options, verify, issue) { if (typeof options == 'function') { issue = verify; ...
@ParametersAreNonnullByDefault @FieldsAndMethodsAreNonnullByDefault package mezz.jei.network.packets; import javax.annotation.ParametersAreNonnullByDefault; import mezz.jei.util.FieldsAndMethodsAreNonnullByDefault;
package com.infinities.nova.securitygroups.rules.controller; import javax.ws.rs.container.ContainerRequestContext; import com.infinities.nova.securitygroups.rules.model.SecurityGroupRuleForCreateTemplate; import com.infinities.nova.securitygroups.rules.model.SecurityGroupRuleTemplate; /** * @author pohsun * */ p...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bot. Gaz. 56:64. 1913 #### Original name null ### Remarks null
/** * @module ember-paper */ import { bool } from '@ember/object/computed'; import Component from '@ember/component'; import { computed } from '@ember/object'; import { htmlSafe } from '@ember/string'; import TransitionMixin from 'ember-css-transitions/mixins/transition-mixin'; /** * @class PaperBackdrop * @exten...
<?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>FunctionProcessing</name> <source-roots> ...
package org.apache.airavata.gfac.gram.handler; import java.net.URI; import java.net.URISyntaxException; import java.util.Properties; import org.apache.airavata.common.exception.ApplicationSettingsException; import org.apache.airavata.commons.gfac.type.ApplicationDescription; import org.apache.airavata.gfac.GFacExcep...
<!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" xml:lang="en" lang="en"> <!-- Mirrored from bvs.wikidot.com/forum/t-77190/walking-the-dog-specail-mission by HTTrack Website Copier/3.x [XR&CO'2014], Sun...
import os from flask import render_template, jsonify, request from app import app import pymysql as mdb @app.route('/') @app.route('/index') def index(): con = mdb.connect('localhost', "root", "ozfgefgvrwix", 'test1') with con: cur = con.cursor(mdb.cursors.DictCursor) cur.execute("SELECT * FRO...
<ul class="leagues"> <li (click)="leagueClicked($event, league)" class="league" [ngClass]="{'active': (selected[0] == league)}" *ngFor="let league of leagues"> <span>{{league.name}}</span> <div *ngIf="league.includeSSF" class="league-ssf" [ngClass]="{'active': (selected[0] == league && selected[1])}" (click)=...
Motors ====== This section discusses quadcopter motors. KV Rating --------- The motors used on quadcopters come with a KV rating. The KV rating does not refer to kilo-Volts but rather to a velocity rating constant which relates to the motor's revolutions per minute when a 1V potential is applied to the motor with no...
var fs = Npm.require('fs'); var Future = Npm.require('fibers/future'); // used for sync io var Fiber = Npm.require('fibers'); // used to launch tsc execuable var exec = Npm.require('child_process').exec; // provides file pattern match var glob = Npm.require('glob'); var path = Npm.require('path'); // provides temp fol...
require 'raml/parser/body' describe Raml::Parser::Body do let(:instance) { Raml::Parser::Body.new } let(:type) { 'application/json' } let(:attribute) { { 'schema' => 'dogs', 'example' => 'cats' } } describe '#parse' do subject { instance.parse(type, attribute) } it { is_expected.to be_kind_of Raml::B...
module.exports = function (req, res, next) { console.log(req.isAuthenticated()); if (req.isAuthenticated()) { var action = req.param('action'); if (action == "create") { req.body.userId = req.session.user.id; req.body.username = req.session.user.username; } ...
package org.apache.geode.internal.logging.log4j; import static org.apache.geode.distributed.ConfigurationProperties.LOCATORS; import static org.apache.geode.distributed.ConfigurationProperties.LOG_FILE; import static org.apache.geode.distributed.ConfigurationProperties.SECURITY_LOG_FILE; import static org.apache.geod...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="BookmarkManager"> <bookmark url="file://$PROJECT_DIR$" /> </component> <component name="ChangeListManager"> <list default="true" id="cdb932d9-7e58-4d94-93a9-e7b232ef17da" name="Default" comment=""> <change type="MODIFICATI...
package nl.fhict.intellicloud.answers.tests; import android.test.AndroidTestCase; import nl.fhict.intellicloud.answers.*; public class AnswerTest extends AndroidTestCase { User answerer; Answer answer; @Override protected void setUp() throws Exception { answerer = new User(0, "Remco", "Loeff", "", UserTy...
<?php use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\Config\Loader\LoaderInterface; class AppKernel extends Kernel { public function registerBundles() { $bundles = array( new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), new Symfony\Bundle\SecurityBundle\Sec...
[![Build Status](https://travis-ci.org/dartsome/redstone_database_mongo.svg?branch=master)](https://travis-ci.org/dartsome/redstone_database_mongo?branch=master) [![Pub version](https://img.shields.io/pub/v/redstone_database_mongo.svg)](https://pub.dartlang.org/packages/redstone_database_mongo) redstone_database_mongo...
#ifndef _Included_io_tweag_sparkle_Sparkle #define _Included_io_tweag_sparkle_Sparkle /* C/C++ header file for Java class io_tweag_sparkle_Sparkle */ #include <jni.h> #ifdef __cplusplus extern "C" { #endif /* * Class: io_tweag_sparkle_Sparkle * Method: initializeHaskellRTS * Signature: ()V */ JNIEXPORT v...
from multiprocessing import pool, cpu_count from random import random from time import sleep def parallelCCompiler(self, sources, output_dir=None, macros=None, include_dirs=None, debug=0, extra_preargs=None, extra_postargs=None, depends=None): """ Monkey-patch for parallel compilation with distutils. """ # those...
module.exports = { description: 'Enlist a new member to the faction. Requires permissions.', process: async msg => { if (msg.mentions.users.first() !== undefined) { let target = msg.guild.member(msg.mentions.users.first()) await target.addRoles([msg.guild.roles.find('name', 'Initiate').id]) ...
'use strict'; var extend = require('extend'); var path = require('path'); var rump = require('rump'); exports.rebuild = function() { var sassDefaults; rump.configs.main.globs = extend(true, { build: { sass: '*.scss' }, watch: { sass: '**/*.scss' } }, rump.configs.main.globs); rum...
namespace TIKSN.Progress { public interface IOperationProgressFactory { DisposableProgress<OperationProgressReport> Create(string activity, string statusDescription); } }
package com.yelelen.sfish.presenter; import com.yelelen.sfish.Model.SoundTrackModel; import com.yelelen.sfish.contract.LoadContent; import com.yelelen.sfish.contract.SoundTrackListener; import com.yelelen.sfish.helper.Contant; import com.yelelen.sfish.helper.SoundTrackDbHelper; import com.yelelen.sfish.parser.JsonPars...
package org.apache.pdfbox.pdmodel.interactive.measurement; import org.apache.pdfbox.cos.COSArray; import org.apache.pdfbox.cos.COSDictionary; import org.apache.pdfbox.cos.COSName; /** * This class represents a rectlinear measure dictionary. */ public class PDRectlinearMeasureDictionary extends PDMeasureDictionary ...
<?php /** * ServiceViewStorageVolumeTest * * PHP version 5 * * @category Class * @package Swagger\Client * @author http://github.com/swagger-api/swagger-codegen * @license http://www.apache.org/licenses/LICENSE-2.0 Apache Licene v2 * @link https://github.com/swagger-api/swagger-codegen */ /** * REST...
<?php namespace Viteloge\UserBundle\Controller { use Symfony\Component\HttpFoundation\Request; use FOS\UserBundle\Controller\SecurityController as BaseController; class SecurityController extends BaseController { public function loginAction(Request $request) { $translated = $this->ge...
<!-- This file is auto-generated from fborender_test_generator.py DO NOT EDIT! --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>WebGL Framebuffer Render Tests</title> <link rel="stylesheet" href="../../../../resources/js-test-style.css"/> <script src="../../../../js/js-tes...
/** * Created by ziv on 22/04/2017. */ import { Router } from 'express'; import * as MedicalRightsController from '../controllers/medicalrights.controller'; const router = new Router(); // Get all conditions router.route('/medicalConditions').get(MedicalRightsController.getAllConditions); // Get all rights router.r...
#include <rtthread.h> #include <rtservice.h> #include <rtdevice.h> #include "mstorage.h" #ifdef RT_USB_DEVICE_MSTORAGE #define STATUS_CBW 0x00 #define STATUS_CSW 0x01 #define STATUS_RECEIVE 0x02 #define STATUS_SEND 0x03 static int status = STATUS_CBW; ALIGN(RT_ALIGN_S...
ACCEPTED #### According to Index Fungorum #### Published in Brotéria, sér. Ci. Nat. 1(3): 101 (1932) #### Original name Durella braunii Rick ### Remarks null
namespace views { class Label; } // namespace views namespace ash { class AuthIconView; class AuthFactorModel; class AnimatedAuthFactorsLabelWrapper; class ArrowButtonView; // A view that displays a collection of auth factors to be shown on the lock and // login screens. class ASH_EXPORT LoginAuthFactorsView : publ...
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:background="@color/button_color_bg" android:orientation="vertical" > <TextView android:id="@i...
namespace nw { // common // ref in chrome/browser/renderer_preferences_util.cc // content/renderer/render_frame_impl.cc // extensions/browser/app_window/app_window_contents.cc CONTENT_EXPORT bool GetUserAgentFromManifest(std::string* agent); // ref in extensions/renderer/dispatcher.cc CONTENT_EXPORT void SetUserAgent...
package com.mmw.demo.data; import com.mmw.demo.entity.Task; import com.mmw.demo.entity.User; import org.springside.modules.test.data.RandomData; /** * Task相关实体测试数据生成. * * @author calvin */ public class TaskData { public static Task randomTask() { Task task = new Task(); task.setTitle(randomTitle()); Use...
FOUNDATION_EXPORT double FAAlertControllerVersionNumber; FOUNDATION_EXPORT const unsigned char FAAlertControllerVersionString[];
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Public_Restricted_Controller extends MY_Controller { function __construct() { parent::__construct(); // logic for template if (!$this->ion_auth->logged_in()) { // redirect them to the login...
import java.text.DateFormatSymbols; import java.time.Month; import java.util.Scanner; public class MonthPrinter { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int number = Integer.parseInt(scanner.nextLine()); String month = ""; switch (number...
<?php /** * CMB2 Theme Options * @version 0.1.0 */ class IGV_Admin { /** * Option key, and option page slug * @var string */ private $key = 'IGV_options'; private $prefix = 'igv'; /** * Options page metabox id * @var string */ private $metabox_id = 'IGV_option_metabox'; /** * Options P...
<h1> AngularJS-Examples </h1> <p>This repository contains some examples of usage AngularJS framework. </p> You can open this [link](http://temp1domain.eu.pn/AngularJS-Examples/#/), to see the app.
<# .SYNOPSIS Convert a string into a script block .DESCRIPTION Convert a string into a script block, optionally using a set of variable values that will be applied to the string before the conversion. #> [System.Diagnostics.DebuggerHidden()] param( # The string you are converting to a script block. [Sy...
yii2-krajee-base ================ [![Stable Version](https://poser.pugx.org/kartik-v/yii2-krajee-base/v/stable)](https://packagist.org/packages/kartik-v/yii2-krajee-base) [![Unstable Version](https://poser.pugx.org/kartik-v/yii2-krajee-base/v/unstable)](https://packagist.org/packages/kartik-v/yii2-krajee-base) [!...
<?php namespace DCarbone\PHPFHIRGenerated\STU3\PHPFHIRTests\FHIRElement\FHIRBackboneElement\FHIRObservation; use PHPUnit\Framework\TestCase; use DCarbone\PHPFHIRGenerated\STU3\FHIRElement\FHIRBackboneElement\FHIRObservation\FHIRObservationRelated; /** * Class FHIRObservationRelatedTest * @package \DCarbone\PHPFHI...
import Base from './Base'; import env from './env'; const config = { presets: [ // Latest stable ECMAScript features [ require.resolve('babel-preset-env'), { targets: { // React parses on ie 9, so we should too ie: 9, // We currently minify with uglify ...
package dagger2.internal.codegen; import com.google.auto.common.AnnotationMirrors; import com.google.auto.common.MoreElements; import com.google.auto.common.MoreTypes; import com.google.auto.value.AutoValue; import com.google.common.base.CaseFormat; import com.google.common.base.Function; import com.google.common.bas...
package com.hubrick.raml.codegen; import java.util.Objects; /** * @author ahanin * @since 1.0.0 */ public class InlineSchemaReference { private String ramlFile; private String schema; private InlineSchemaReference(String ramlFile, String schema) { this.ramlFile = ramlFile; this.schem...
import unittest import mock from django.contrib.auth.models import User from ..models import RecoveryToken class RecoveryTokenTestCase(unittest.TestCase): @mock.patch('authentication.models.models.Model.save') @mock.patch('authentication.models.uuid4') @mock.patch('authentication.models.hashlib') de...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Acquaintance; /** * * @author goope */ public interface IGame { }
<?php /** * * Part of the QCubed PHP framework. * * @license MIT * */ namespace QCubed\FormState; use QCubed\ObjectBase; use \QCubed\Project\Control\FormBase; use QCubed\Cryptography; /** * Class SessionHandler * * Session-based FormState handler. Uses PHP Sessions to store the form state. * * Stores the...
[![Build Status](https://travis-ci.org/jairhenrique/django-elephant.svg)](https://travis-ci.org/jairhenrique/django-elephant) [![PyPI version](https://badge.fury.io/py/django-elephant.svg)](https://badge.fury.io/py/django-elephant) [![codecov.io](https://codecov.io/github/jairhenrique/django-elephant/coverage.svg?branc...
package be.ugent.oomo.groep12.studgent.common; import java.util.Date; import android.os.Parcel; import android.os.Parcelable; import com.google.android.gms.maps.model.LatLng; /** * Generic Event class implementing IEvent * */ public class CalendarEvent implements ICalendarEvent { protected int id; protected ...
package org.activiti.engine.impl.asyncexecutor; import java.util.Collection; import org.activiti.engine.impl.interceptor.Command; import org.activiti.engine.impl.interceptor.CommandContext; import org.activiti.engine.runtime.Job; /** */ public class ResetExpiredJobsCmd implements Command<Void> { protected Col...
""" Inline Hilite. pymdownx.inlinehilite An alternative inline code extension that highlights code. Can use CodeHilite to source its settings or pymdownx.highlight. `:::javascript var test = 0;` - or - `#!javascript var test = 0;` Copyright 2014 - 2017 Isaac Muse <isaacmuse@gmail.com> """ from...
import * as React from "react"; import { // Higher-order components mapProps, withProps, withPropsOnChange, withHandlers, defaultProps, renameProp, renameProps, flattenProp, withState, withReducer, branch, renderComponent, renderNothing, shouldUpdate, pure, onlyUpdateForKeys, onlyUpdateForPropTy...
<?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:layout_width="match_parent" android:layout_height="match_parent" tools:context="site.paulo.localchat.ui.signup.SignUpActivity"> ...
import type * as RPCTypes from '../constants/types/rpc-gen' import type * as RPCTypesGregor from '../constants/types/rpc-gregor-gen' // Constants export const resetStore = 'common:resetStore' // not a part of gregor but is handled by every reducer. NEVER dispatch this export const typePrefix = 'gregor:' export const c...
package multicluster import ( "errors" "github.com/spf13/pflag" v1 "k8s.io/api/core/v1" "k8s.io/client-go/tools/clientcmd" ) // TODO(ayj) - add to istio.io/api/annotations const clusterContextAnnotationKey = "istio.io/clusterContext" // KubeOptions contains kubernetes options common to all commands. type KubeOp...
/* jshint indent: 2 */ module.exports = function(sequelize, DataTypes) { return sequelize.define('phpbb_search_wordlist', { word_id: { type: DataTypes.INTEGER(8), allowNull: false, primaryKey: true, autoIncrement: true }, word_text: { type: DataTypes.STRING, allowNull:...
package org.multibit.model.bitcoin; import com.google.groestlcoin.core.*; import com.google.groestlcoin.core.Wallet.BalanceType; import com.google.groestlcoin.store.BlockStoreException; import org.multibit.controller.Controller; import org.multibit.controller.bitcoin.BitcoinController; import org.multibit.model.Abstr...
<?php /** * PluginEav form. * * @package ##PROJECT_NAME## * @subpackage filter * @author ##AUTHOR_NAME## * @version SVN: $Id: sfDoctrineFormFilterPluginTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ abstract class PluginEavFormFilter extends BaseEavFormFilter { }
<project name="dcm4chee-hl7" default="jar"> <property file="build.properties"/> <property file="../build.properties" /> <property name="version" value="2.13.1"/> <property name="javac.debug" value="on"/> <property name="javac.deprecation" value="off"/> <property name="javac.optimize" value="on"/> <property na...
package mangastream_com import ( "log" "net/http" "strconv" "strings" // "code.google.com/p/go.net/html" "golang.org/x/net/html" ) // GrokUrl returns an integer cast of the page number, // or a -1 for when it's the last page in the last release (=="end"). func GrokUrl(url string) (num int) { urlSplit := strin...
UbuntuTools ===========
#ifndef MB85RS1MT_H #define MB85RS1MT_H #include <stdint.h> #include <avr/io.h> #define OPCODE_WREN 0b0110 /* Write Enable Latch */ #define OPCODE_WRDI 0b0100 /* Reset Write Enable Latch */ #define OPCODE_RDSR 0b0101 /* Read Status Register */ #define OPCODE_WRSR 0b0001 /* Write Status Regi...
import tower_cli from tower_cli.api import client from tests.compat import unittest, mock class CredentialTests(unittest.TestCase): """A set of tests for ensuring that the credential resource's create command works in the way we expect. """ def setUp(self): self.res = tower_cli.get_resource('...
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
module Triangle (rows) where import Data.Foldable (toList) import Data.List (iterate) import qualified Data.Sequence as S -- `containers` package rows :: Int -> [[Integer]] rows n = take n . fmap toList . iterate f . S.singleton $ 1 where f :: S.Seq Integer -> S.Seq Integer f = S.zi...
namespace pano { struct MatchInfo; struct Shape2D; class Camera; class CameraEstimator { public: CameraEstimator( std::vector<std::vector<MatchInfo>>& matches, const std::vector<Shape2D>& image_shapes); ~CameraEstimator(); CameraEstimator(const CameraEstimator&) = delete; CameraEstimator& operator ...
<?xml version='1.0' encoding='utf-8'?> <widget id="jp.codearts.cordovaphasertypescript" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Cordova Phaser TypeScript</name> <description> Cordova Phaser TypeScript </description> <author email="...
An [AngularJS](http://angularjs.org/) directive which slides another panel over your browser to reveal an additional interaction pane. It does all the css manipulation needed to position your content off canvas with html attibutes and it does not depend on jQuery See it in action [HERE](http://dpiccone.github.io/ng-p...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<?xml version="1.0" encoding="UTF-8"?> <billStatus> <bill> <title>Hydropower Policy Modernization Act of 2017</title> <sponsors> <item> <fullName>Rep. McMorris Rodgers, Cathy [R-WA-5]</fullName> <identifiers> <gpoId>8209</gpoId> <lisID>1809</lisID> <bioguide...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
**flexmark-java extension for ins processing** Converts `++ins++` syntax into `<ins>ins</ins>`: ++ins++
package testsubjects; import java.io.Serializable; import java.util.function.BiFunction; public class StaticSerializableBiFunction implements BiFunction<String, String, String>, Serializable { private String returnValue; public StaticSerializableBiFunction(String returnValue) { this.returnValue = ...
package de.uos.inf.ischedule.model; import org.joda.time.DateTimeConstants; /** * A <code>DayOfWeekDemand</code> is a demand for a shift on a day of week. * Only one <code>DayOfWeekDemand</code> should be defined for a given pair * [day of week, shift]. * * @author David Meignan */ public class Da...
using System; namespace MusicConcept.Library { public enum SongChangedType { NextSong, PreviousSong, NewPlayback, SkipToSong, /// <summary> /// No song change happend. Just making sure the information is up to date. /// </summary> None } }