answer
stringlengths
15
1.25M
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Open Source Oracle</title> <meta name="description" content="Open Source Oracle"> <meta name="author" content="Martin Giffy D'Souza"> <meta name="<API key>" content="yes" /> <meta name="<API key>" c...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>Реєстрація</title> <!-- Bootstrap core CSS --> <link href="../vend...
import React from 'react'; import PropTypes from 'prop-types'; import Styled from 'rsg-components/Styled'; import SectionHeading from 'rsg-components/SectionHeading'; import Markdown from 'rsg-components/Markdown'; const styles = ({ space }) => ({ root: { marginBottom: space[4], }, }); export function S...
package org.snf4j.core; import java.io.BufferedReader; import java.io.<API key>; import java.io.InputStreamReader; import java.net.InetAddress; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketChannel; import javax.net.ssl.SSLEng...
class Node { constructor(key, val) { this.key = key this.val = val this.lft = null this.rgt = null } } class BinarySearchTree { constructor() { this.root = null } <API key>(key) { let [node, parent] = [this.root, null] while (node) { ...
import convertToMarkdown from './convert-to-markdown'; import resolveApiSpec from './resolve-api-spec'; const api = { convertToMarkdown, resolveApiSpec, }; export default api;
Style =========================== Constraints: - Existence of an abstraction to which all functions can be converted. This main abstraction provides an interface to (1) wrap around values, so that they become the abstraction; and (2) bind wrapped values to functions, so to establish sequences of functions. - Larg...
/* 284 Peeking Iterator Given an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that support the peek() operation -- it essentially peek() at the element that will be returned by the next call to next(). Here is an example. Assume that the iterator is initialized to ...
<h4>Welcome to the e2e demos for Angular <a href="https://getmdl.io/" target="_blank">Material Design Lite!</a></h4> <h6>Checkout the <a href="https://github.com/mseemann/angular2-mdl">GitHub</a> project on how to install and use the angular-mdl package.</h6> <h5>News:</h5> <p> This package contains only components...
package org.codehaus.xfire.gen.jsr181; import java.net.<API key>; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import javax.xml.namespace.QName; import org.codehaus.xfire.<API key>; import org.codehaus.xfire.annotations.<API key>; import ...
#!/bin/bash set -ex if [ "$(uname -s)" = "Darwin" ]; then download_url="https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.darwin.x86_64.tar.xz" expect_hash="<SHA256-like>" elif [[ "$(lsb_release -i)" == *"Ubuntu"* ]]; then download_url="https://github.com/koalaman/shellcheck/releas...
<?php /** * This is just a proxy to detect if we can use the "fast" Pagination * or if we use the "safe" variant by Doctrine2. */ namespace ZfcDatagrid\DataSource\Doctrine2; use Doctrine\ORM\QueryBuilder; use Doctrine\ORM\Tools\Pagination\Paginator as Doctrine2Paginator; use Zend\Paginator\Adapter\AdapterInterface; ...
<!DOCTYPE html> <html xmlns="http: <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/> <title>JA++ Getting Started With A Server</title> <link href="styles.css" rel="stylesheet" /> </head> <body onload="init_bar();"> <h1>Getting Started With A JA++ Server</h1> <hr /> <div id="pagewrap"> ...
from repreader import RepReader from operator import itemgetter from displayer import Displayer from optparse import OptionParser import sys usage = "Usage: %prog -u <USERNAME> -p <PASSWORD> -n <USERNUMBER TO DISPLAY>" parser = OptionParser(usage) parser.add_option( "-u", "--username", dest="user", help...
using AutoRest.Core; using AutoRest.Core.Utilities; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Xunit; using Xunit.Abstractions; using static AutoRest.Core.Utilities.DependencyInjection; namespace AutoRest.CSharp.Unit.Tests { public class ServerCodeS...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><API key>: 14 s </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="sty...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dep-map: Not compatible </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>UiTextInterpreter (GWT Javadoc)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body>...
<!DOCTYPE html> <html xmlns:msxsl="urn:<API key>:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="<API key>">.NET Portability Report</title> <style> /* Body style, for the entire document */...
<h3 id="structure" class="page-header"> Module Structure <a class="permalink" href=" <small>Cleverstacks's Architecture has been designed to be simple and intiutive to use and extend.</small> </h3> <ol class="breadcrumb"> <li><a href="/documentation">Documentation</a></li> <li><a href="/documentation/backend">B...
// pion: a Boost C++ framework for building lightweight HTTP interfaces #ifndef <API key> #define <API key> #include <pion/http/plugin_service.hpp> namespace pion { // begin namespace pion namespace plugins { // begin namespace plugins HelloService: web service that responds with "Hello World" class HelloSe...
/* eslint-env mocha */ 'use strict' const { expect } = require('interface-ipfs-core/src/utils/mocha') const platform = require('<API key>') const f = require('./utils/factory')() describe('.diag', function () { this.timeout(50 * 1000) // go-ipfs does not support these on Windows if (platform === 'win32') { return...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `FACILITY_SHELL` constant in crate `hresult`."> <meta name=...
# Change Log [Full Changelog](https://github.com/jage/elk/compare/v0.6.0...v0.6.1) **Merged pull requests:** - Remove deprecated has\_rdoc= from gemspec [\ [Full Changelog](https://github.com/jage/elk/compare/v0.5.1...v0.6.0) **Implemented enhancements:** - Ruby 2.3, 2.4 and 2.5 support [\ **Fixed bugs:** - "undefined ...
// FishLampDataTypeID.h // FishLamp #import "FishLampCore.h" #import "<API key>.h" @class FLBase64Data; @protocol FLStringEncoding <NSObject> - (NSString*) stringFromObject:(id) object; - (id) objectFromString:(NSString*) string; - (NSArray*) encodingKeys; @end @interface NSObject (FLEncodingSelectors) + (NSString*) ...
module HypothesisClient module Helpers module Text class Any attr_accessor :can_match, :error, :text def initialize(a_content) @can_match = true @content = a_content @text = "#{@content}" # strip leading and trailing spaces @text.sub!(/^[\n|\...
var http = require('http'); var fs = require('fs') var url = require('url') var webpack = require("webpack") var path = require('path') build('test.web', function() { // build tests, then... startTestServer() }) function startTestServer() { var port = 8100 var server = http.createServer(function (request, r...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.11.9: v8::HeapStatistics Class Reference</title> <li...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v7.8.0: Member List</title> <link href="tabs.css" rel="s...
require('babel-core/register')({ presets: ['es2015', 'react'] }); var express = require('express'); var path = require("path"); var bodyParser = require('body-parser'); var React = require('react'); var ReactDOMServer = require('react-dom/server') var exphbs = require('express-handlebars'); var RRouter = require('r...
var utils = require('./test-utils'); var assert = require('chai').assert; var fs = require('fs'); var Domain = require('../lib/database').Domain; suite('Search API', function() { var server; var context; var temporaryDatabase; setup(function() { temporaryDatabase = utils.<API key>(); context = temporary...
import {AbstractObject} from "./_abstract_object"; export class SAPScriptStyle extends AbstractObject { public getType(): string { return "STYL"; } public getAllowedNaming() { return { maxLength: 30, allowNamespace: true, }; } public getDescription(): string | undefined { // todo ...
* MOCK framework for Moai * Copyright (C) 2012 Tommo Zhou(tommo.zhou@gmail.com). All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * witho...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></sc...
define(['router/index'], function(Router){ function User(data){ for (var k in data) { this[k] = data[k]; } } User.prototype.showPath = function(path){ return Router.generate('users/' + this.id); }; User.prototype.editPath = function(path){ return Router.generate('users/' + this.id + '/ed...
<?php /** * postModel */ class postNewsModel extends appModel { private $sysRoot; private $dbh; private $id; private $postData; function __construct($s, $i) { $this->sysRoot = $s; $this->id = $i; $this->postData = $_POST; $this->dbh = $this->connectDB(); } ...
FROM robbertkl/base MAINTAINER Robbert Klarenbeek <robbertkl@renbeek.nl> # Install services RUN cleaninstall \ cron \ rsyslog # Install s6-overlay RUN VERSION=`latestversion just-containers/s6-overlay` \ && curl -sSL "https://github.com/just-containers/s6-overlay/releases/download/v${VERSION}/s6-overlay-amd...
import FileField from 'ember-uploader/components/file-field'; import Uploader from 'ember-uploader/uploaders/uploader'; import { computed } from '@ember/object'; import { inject as service } from '@ember/service'; import { isEmpty } from '@ember/utils'; import readableFileSize from 'ilios/utils/readable-file-size'; imp...
[tangle](https://github.com/tanglejs/tangle) is a set of tools for building web applications. `module` implements the `module` subcommand for [tangle](https://github.com/tanglejs/tangle).
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using LiveToLift.Data; using LiveToLift.Web.Infrastructure.Models; using LiveToLift.Models; using AutoMapper.QueryableExtensions; namespace LiveToLift.Services { public class ExerciseService : CommonS...
require 'spec_helper' describe 'NbaStats' do describe 'client' do client = NbaStats::Client.new describe '.player_career_stats' do player_career_stats = client.player_career_stats(201609) it 'should return a player_career_stats resource' do expect(player_career_stats).to be_a NbaStats::Res...
package com.iotake.suller.sullerj.binder.value; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkNotNull; import java.lang.reflect.Field; public abstract class <API key> implements <API key> { protected static final class Anything { priv...
class Ey::Core::Client class Real def <API key>(params = {}) id = params.delete("id") request( :method => :put, :path => "/<API key>/ :body => { "auto_scaling_policy" => params.fetch("auto_scaling_policy") }, ) end end class Mock def <API key>(params = {})...
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "guicommon.h" #include "<API key>.h" #include "measurementplotview.h" #include "pwmoutputplotview.h" namespace Ui { class MainWindow; } class QLabel; class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *pa...
#!/usr/bin/env bash curl --socks5 127.0.01:9050 http://checkip.amazonaws.com/ (echo authenticate '"rentonggeji"'; echo signal newnym; echo quit) | nc localhost 9051 sleep 3 curl --socks5 127.0.01:9050 http://checkip.amazonaws.com/
'use strict'; var express = require('express'); var bodyParser = require('body-parser'); var cookieParser = require('cookie-parser'); var stylus = require('stylus'); var nib = require('nib'); var config = require('./server/config.json'); var Logger = require('./server/common/Logger'); var app = express(); var server = ...
/** * Customize the displayed name of a useState, useReducer or useRef hook * in the devtools panel. * * @param value Wrapped native hook. * @param name Custom name */ export function addHookName<T>(value: T, name: string): T;
import { guidFor, OWNER } from 'ember-utils'; import { Cache, assert, warn, runInDebug, isFeatureEnabled } from 'ember-metal'; import { lookupPartial, hasPartial, lookupComponent, STYLE_WARNING } from 'ember-views'; import { Environment as GlimmerEnvironment, AttributeManager, isSafeString, compileLayou...
require 'test_helper' require 'lotus/action/request' describe Lotus::Action::Request do def build_request(attributes = {}) url = 'http://example.com/foo?q=bar' env = Rack::MockRequest.env_for(url, attributes) Lotus::Action::Request.new(env) end describe '#body' do it 'exposes the raw body of the r...
Author(s): * Mike Conley <mconley@mozilla.com>
<?php namespace Metrique\Building\Repositories\Contracts; interface <API key> { public function hook($pointer); }
describe "stack_memory_file" do moneta_build do tempdir = self.tempdir Moneta.build do use(:Stack) do add { adapter :Memory } add { adapter :File, dir: File.join(tempdir, "stack_memory_file") } end end end moneta_specs ADAPTER_SPECS.returnsame end
using System; using NUnit.Framework; namespace HermaFx.DataAnnotations { [TestFixture] public class <API key> { private class DateModel : ModelBase<<API key>> { public DateTime? Value1 { get; set; } [GreaterThan("Value1")] public DateTime? Value2 { get; se...
#import <iWorkImport/GQDTGroupingCell.h> @interface GQDTGroupingCell (Private) - (int)readAttributes:(struct _xmlTextReader *)arg1; - (void)setProcessorBundle:(struct __CFBundle *)arg1; - (int)readRootFormat:(struct _xmlTextReader *)arg1; - (int)readElement:(struct _xmlTextReader *)arg1; - (int)readValue:(struct _xmlTe...
# this just exports all the keys to forward them from GLFW to the user. KEY_ESC = GLFW.KEY_ESC export KEY_ESC
var Sequelize = require('sequelize'); module.exports = function(url) { return new Sequelize(url, { native: true, dialect: "postgres" }); }
<?php namespace Damedia\<API key>\Form\Type; use Symfony\Component\Form\AbstractType; use Symfony\Component\OptionsResolver\<API key>; use Doctrine\ORM\EntityRepository; class NewsSelectType extends AbstractType { private $pageId; public function __construct($pageId) { $this->pageId = $pageId; } ...
<? include("../admin/function/db.php"); include("payments_settings.php"); if($_POST) { try { $api_key=$site_mollie_account; include "../admin/plugins/mollie/examples/initialize.php"; $payment = $mollie->payments->get($_POST["id"]); $order_id = $payment->metadata->order_id; ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: 3 m 3 s </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="sty...
<?php /** * @namespace */ namespace ShiftTest\Unit\ShiftContentNew\Type\Field; use Mockery; use ShiftTest\TestCase; use ShiftContentNew\Type\Field\Field; /** * Type field test * This holds unit tests for content type field functionality. * * @category Projectshift * @package ShiftContentNew * @subpackage...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace Spektra.Editor { <summary> Interaction logic for App.xaml </summary> public partial class App : Application { } }
<?php /** * namespace definition and usage */ namespace PizzaRead\Controller; use PizzaRead\Repository\<API key>; use Zend\ServiceManager\FactoryInterface; use Zend\ServiceManager\<API key>; /** * Pizza controller factory * * Factory to create the controller for pizzas * * @package PizzaRead */ class <API ke...
-- vtab6.test -- execsql { -- SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d
package oe.item; import cpw.mods.fml.common.eventhandler.SubscribeEvent; import cpw.mods.fml.relauncher.Side; import net.minecraft.block.Block; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.Entity; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.m...
import { Routes } from '@angular/router'; import { CourseListComponent } from './courses/course-list'; import { LoginPageComponent } from './login-page'; import { NoContentComponent } from './no-content'; export const ROUTES: Routes = [ { path: '', component: CourseListComponent }, { path: 'login', compone...
#!/usr/bin/python import time import serial import sys import json def ftdi232h_cmd(thePort, theBaud, theCommand): ser = serial.Serial( port=thePort, # /dev/ttyUSB0 baudrate=theBaud, # 9600 parity=serial.PARITY_NONE, stopbits=serial.STOPBITS_ONE, bytesize=serial.EIGHTBITS, xonxoff=0, rtscts=0, dsrdtr=0, )...
// UIPopoverController+HLSExtensions.h // CoconutKit @interface UIViewController (<API key>) /** * Return the popover controller which displays the receiver, or nil if none */ @property (nonatomic, readonly, weak) UIPopoverController *popoverController; @end
<?php namespace Bware\SymphoBee\Routing\UriMatcher; /** * UriMatcherInterface * @author Lingtalfi * 2015-06-02 * */ interface UriMatcherInterface { /** * @param string $pattern , its syntax depends on the concrete class * @param string $uri , the request uri to match the pattern against * @retu...
# Student Spotlight > Here we're going to be showcasing our Spring 2015 graduating students from the CS department at HU. > Please note, however, that only students who voluntarily shared their information are showcased here. > If you want to contact them, just click their name to be redirected to their LinkedIn accoun...
module.exports = { name: 'highcharts', description: '', example_data: '{ "chart":{ "type":"bar" }, "series":[ { "data":[ 1, 0, 4 ], "name":"Jane" }, { "data":[ 5, 7,...
# Naio Build system for node.js native addons ***This will only build c/c++ files in `src` directory.*** # Install `npm i --save naio nan` # Example [naio-test](https://github.com/wilhelmmatilainen/naio-test) # How to use ***Check out the example above*** 1. Install 2. Add to package.json 1. "libraries": ["v8", "<API...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="nl"> <head> <!-- Generated by javadoc (1.8.0_74) on Fri Feb 12 21:52:20 CET 2016 --> <title>DigitalOutputTest</title> <meta name="date" content="2016-02-12"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript...
package com.github.bleuzen.blizcord; import java.awt.Desktop; import java.io.File; import java.net.URI; import java.util.concurrent.TimeUnit; import com.github.bleuzen.blizcord.bot.Bot; import com.github.bleuzen.blizcord.gui.GUI_Main; import com.sedmelluq.discord.lavaplayer.track.AudioTrack; import com.sedmelluq.discor...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ptsf: 34 s </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styleshe...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.9.3: v8::HeapStatsUpdate Struct Reference</title> <l...
package com.varunvats.practice.array import com.varunvats.practice.sorting.UnitSpec class LongestCycleSpec extends UnitSpec { val theArrayContains = afterWord("the array contains") "The longest cycle" when theArrayContains { "no elements" should { "be empty" in { LongestCycle.get(IndexedSeq.empty)...
<?php /** * sfValidatorBase allows you to apply constraints to user entered parameters. * * WARNING: This class is deprecated and will be removed in symfony 1.2. * * @package symfony * @subpackage validator * @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Sean Kerr <sean@co...
#!/bin/bash # this function is the unit test python <API key>.py
<!DOCTYPE html PUBLIC "- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script type="text/javascript"> function AddToFaves_hp() { var is_4up = parseInt(navigator.appVersion); ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.10.32 - v0.10.33: v8::StringObject Class Reference</...
import React /* { Component } */ from "react" import { Link } from "gatsby" import Img from "gatsby-image" import FaExtLink from "react-icons/lib/fa/external-link" import FaGithub from "react-icons/lib/fa/github" import FaClipboard from "react-icons/lib/fa/clipboard" import { /* options, rhythm, */ scale, rhythm } from...
import { ComponentFixture, TestBed } from '@angular/core/testing'; import { By } from '@angular/platform-browser'; import { DebugElement } from '@angular/core'; import { ModeComponent } from './mode.component'; export function main() { describe('ModeComponent (inline template)', () => { let comp: ...
'use strict'; function <API key>($scope, $modalInstance, franklinAPIService, franklinReposModel) { const dmc = this; dmc.showLoader = false; dmc.showLoaders = new Array($scope.deployableRepos.length); dmc.showLoaders.map((x) => x = false); const functions = { registerRepo, cancel...
package com.facebook.android; public final class R { public static final class attr { } public static final class drawable { public static final int black=0x7f0200a3; public static final int border=0x7f020000; public static final int <API key>=0x7f020001; public static final ...
#include <VBE/system/Storage.hpp> #include <VBE/system/StorageImpl.hpp> // static std::unique_ptr<std::istream> Storage::openAsset(const std::string& filename) { return StorageImpl::openAsset(filename); } // static std::string Storage::readToString(std::unique_ptr<std::istream> file){ // get length of file ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Single Page Apps for GitHub Pages</title> <script type="text/javascript"> // Single Page Apps for GitHub Pages // This script takes the current url and converts the path and query // string into just a query string, and then...
(function () { var app = angular.module('contactApp'); app.controller('contactController', contactController); function contactController($scope, $http, $routeParams, filterFilter, contactFactory) { vm = this vm.dclocation = $routeParams.siteId vm.selectedUserEmail = []; vm.<...
# Tumblfetch Fetch images from tumblr. ## Installation $ gem install tumblfetch ## Usage $ cd ~/path/to/download $ tumblfetch init $ vi .fetch $ tumblfetch ## Contributing 1. Fork it ( https://github.com/senosa/tumblfetch/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Com...
<pre> There was a server error: <br> <?php print_r((array)$error_message) ?> </pre> <script language="javascript" type="text/javascript"> var error_message = '<?php echo json_encode((array)$error_message) ?>'; window.top.window.showError(error_message); </script> <?php require_once dirname(__FILE__).'/../.....
import React from 'react'; import PropTypes from 'prop-types'; import cx from 'classnames'; const FormElementLabel = (props) => { const { className, hideLabel, id, label, legend, readOnly, required, rest } = props; const renderRequired = () => { if (required) { return (<a...
import time import numpy as np import pandas as pd from sklearn import linear_model from sklearn.metrics import mean_squared_error from sklearn.neural_network import MLPRegressor from sklearn.ensemble import <API key> import matplotlib.pyplot as plt from prepare.prepare_lin import PrepareDataLin from prepare.prepare_wa...
using HomeWork.Services; using HomeWork.ViewModels; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Newtonsoft.Json; using Microsoft.Practices.Unity; using System.Web; using System.Web.Mvc; using HomeWork.Model; using System.Collections.Generic; using System.Dynamic; namespace HomeWork.Cont...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Runtime.InteropServices; using System.Text; namespace PowerArgs { <summary> Used for internal implementation, but marked public for testing, please do not use. This is basically a wrapper around the syste...
Namespace Data Public Class WatcherTimer Implements IWatcher Public Event Changed() Implements IWatcher.Changed Private WithEvents tmrRefresh As System.Timers.Timer = Nothing Public Sub New(dInterval As Double) tmrRefresh = New System.Timers.Timer tmrRefresh.S...
#include "terrainview_p.h" #include <QtConcurrent> #include <cmath> #include <smmintrin.h> #include "terrain.h" #include "cpu.h" #if defined(__APPLE__) # define memset std::memset #endif static void transposeImage(quint32 *dest, QSize size, const quint32 *src) { Q_ASSUME((size.width() & 3) == 0); Q_ASSUME((siz...
<html><body> <p> About this time a revelation was given for the Church to move to the state of XXSTATE. Therefore, all preparations were made for emigrating to the West. Several of the brethren went in the fall before and during the winter; but in the Spring, myself, my mother, and some of the family went on board of a...
<?php namespace MZ\Proxy\Tests; use MZ\Proxy; use MZ\Proxy\Shortcuts; class ShortcutsTest extends \<API key> { public function testWraps() { $data = array(); $data[] = array( 'shortcut' => function ($subject) { return Shortcuts\wrapWithMemoryProxy($subject); ...
<?php /** * <API key> class file. * * @author Anastaszor */ class <API key> extends CachalotObject implements <API key> { /** * (non-PHPdoc) * @see IDataTypeStatement::toDataType() */ public function toDataType() { return new MediumblobDataType(); } /** * ...
;(function () { function ResizeHandler(el) { el.remember('_resizeHandler', this); this.el = el; this.parameters = {}; this.lastUpdateCall = null; this.p = el.doc().node.createSVGPoint(); } ResizeHandler.prototype.transformPoint = function(x, y, m){ this.p.x = ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" > <link rel="stylesheet" href="../src/<API key>.css"> <style> body{ background-color:#666; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin:0px; ...