answer
stringlengths
15
1.25M
package ie.dit; public class Match implements Comparable { String word; float ed; public Match(String word, float ed) { this.word = word; this.ed = ed; } public int compareTo(Object m) { return (int) (ed - ((Match) m).ed); } }
namespace JetBrains.Annotations { using System; [AttributeUsage( AttributeTargets.Method | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.Delegate | AttributeTargets.Field)] internal sealed class NotNullAttribute : Attribute { } [AttributeUsage(...
#include <QMetaOrm/<API key>.h> #include <QSqlDatabase> const QString& <API key>::getDatabaseName() const { return databaseName; } void <API key>::setDatabaseName(const QString& databaseName) { this->databaseName = databaseName; } const QString& <API key>::getHostName() const { return hostName; } void <API ...
define(['lodash','authentication'], function(_) { return ['$scope', '$http', '$timeout', '$location', '$q', function ($scope, $http, $timeout, $location, $q) { $scope.requests = []; $scope.refresh = refresh; $scope.sum = sum; $scope.distinct = distinct; $scope.getFromLa...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28641_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
.styleSans176.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle> { font-family: Sans; font-size: 176.0pt; font-weight: normal; font-style: normal; text-align: 0; letter-spacing: 0pt; line-height: 0pt; } .styleSans157.0000<enum PANGO_WEIGHT_NORMAL o...
<?php declare(strict_types=1); namespace Sylius\Component\Core\Promotion\Updater\Rule; use Sylius\Component\Core\Model\TaxonInterface; use Sylius\Component\Core\Promotion\Checker\Rule\<API key>; use Sylius\Component\Promotion\Model\<API key>; use Sylius\Component\Resource\Repository\RepositoryInterface; final class <AP...
'use strict'; var should = require('should'), request = require('supertest'), app = require('../../server'), mongoose = require('mongoose'), User = mongoose.model('User'), Attendee = mongoose.model('Attendee'), agent = request.agent(app); /** * Globals */ var credentials, user, attendee; /** ...
export function isUndefined(obj){ return typeof obj === 'undefined' } export function isNull(obj){ return obj === null } export function isFunction(obj){ return typeof obj === 'function' } export function isString(obj){ return typeof obj === 'string' } export function isArray(obj){ return Array.isAr...
from unittest import TestCase from dax.processor_graph import ProcessorGraph from dax import yaml_doc from dax.tests import <API key> as yamls from dax.tests import <API key> as common from dax.processors import AutoProcessor class TestLog: def __init__(self): self.warnings = list() def warning(self, me...
import ColorUtil from "../utils/ColorUtil"; import ArraySpan from "../math/ArraySpan"; import Behaviour from "./Behaviour"; export default class Color extends Behaviour { /** * @memberof! Proton# * @augments Proton.Behaviour * @constructor * @alias Proton.Color * * @param {Proton.ArraySpan | String}...
<?php namespace Montage; use Montage\Exceptions\MontageException; /** * The documents class implements IteratorAggregate, making it simple to * use as the basis of a loop. * * Class Documents * @package Montage */ class Documents implements \IteratorAggregate { /** * @var array */ public $docume...
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; overflow-x: hidden; } p li{ font-size: 18px; margin-top: 15px; } #about p::first-letter { font-weight: bold; color: #000000; font-size: larger; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.acti...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AcademyEcosystem.Models { public abstract class MeatEater : Animal, ICarnivore { public MeatEater(string name, Point location, int size) : base(name, location, size) ...
# coding=utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. from msrest.serialization import Model class Incident(Model): """An alert incident indicates the activation status of an alert rule. Variables are only ...
import React, { Component } from 'react' import Immutable from 'immutable' import classNames from 'classnames' import SxCheckBox from './check-box' class SxCheckBoxGroup extends Component{ constructor(props, context) { super(props, context) this.state = { options: Immutable.fromJS(props....
from kivy.logger import Logger ''' Mock for checking the connection. Set success to test ''' class Netcheck(): def __init__(self, prompt=None): if prompt is None: prompt = self._no_prompt self._prompt = prompt self.MOCK_RESULT=False self.<API key>=True def set_prompt...
import { useTranslation } from 'react-i18next' import type { <API key> } from '../types/<API key>' import { formatDate } from './format_date' export const <API key> = ( timeframe: <API key> ): string => { const { t } = useTranslation('<API key>') return typeof timeframe === 'string' ? t(timeframe) : `${fo...
#pragma warning disable 1591 // <auto-generated> // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> [assembly: global::Android.Runtime.<API key>("Prevoz.Droid.Resource", IsApplication=true)] namespac...
@font-face { font-family:'Montserrat-Bold'; src:url('../fonts/Montserrat-Bold.otf') format('truetype'); } @font-face { font-family:'Montserrat-Hairline'; src:url('../fonts/Montserrat-Hairline.otf') format('truetype'); } @font-face { font-family:'Montserrat-Regular'; src:url('../fonts/Montserrat-...
# {%METHOD%} {%Name%} - {%OpName%} ## Description {%Name%} represents a thing that does something. {%OpName%} will do xyz and return something. ## Parameters | Parameter | Type | Opt? | Description | | | a | Num | No | Set a | ## Filters Filters a...
package net.bensdeals.util; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; public class StringUtil { private static final int BUFFER_SIZE = 4096; public static FileInputStream responseA...
<main class="<?php echo $config['grid']['main'] ?>"> <section> <h1>Web shop: Simple administration interface for categories and products data</h1> <h2> <a href="https://codeweek.eu" title="CodeWeek">CodeWeek.eu</a> </h2> <h3 class="text-center">October 17th - October 21st...
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> <?php echo $title;?></title> <link rel="stylesheet" href="<?php echo base_url();?>application/assets/css/bootstrap.css" /> <link rel="stylesheet" href="<?php echo b...
module Fetchable class Fetcher def self.deep_fetch(fetchable, url, redirect_chain, options) headers = Hashie::Mash.new headers['if-none-match'] = fetchable.etag if fetchable.etag.present? headers['if-modified-since'] = fetchable.last_modified.rfc2822 if fetchable.last_modified.present? opt...
export * from './services.module'; export * from './util.service'; export * from './timelog.service'; export * from './error.service';
\begin{figure} \tikzsetnextfilename{succ-triangolo} \centering \begin{tikzpicture} \begin{axis}[ enlargelimits, legend pos=outer north east, axis x line=bottom,axis y line=middle, xmin=0,xmax=2.2,ymin=-0....
function Assert-ROWComponent { < .SYNOPSIS Ensures that the RES ONE Workspace component is installed. [CmdletBinding()] param ( [Parameter(Mandatory)] [ValidateSet('Agent','Console','RelayServer')] [System.String] $Component ) process { if (-not (<API key> -Co...
<?php namespace Lmi\Bundle\SchoolBundle\Form\Map; use DateTime; use Lmi\Bundle\SchoolBundle\Entity\Image; use Lmi\Bundle\SchoolBundle\Entity\News; use Lmi\Bundle\SchoolBundle\Form\Type\ImageType; use Symfony\Component\HttpFoundation\File\File; use Symfony\Component\HttpFoundation\File\UploadedFile; /** * @author Dmitr...
package ftn.e2.udd.websearch.android.service; import android.net.http.AndroidHttpClient; import org.apache.http.client.HttpClient; import ftn.e2.udd.websearch.android.dto.SearchResult; import ftn.e2.udd.websearch.android.util.SearchUtils; public class SearchService { private static SearchService instance; priva...
<?php //use Illuminate\Support\Facades\Request; //use Illuminate\Support\Facades\URL; //use Illuminate\Html\HtmlFacade as HTML; HTML::macro('nav', function ($list, $attributes = null) { $nav = []; // iterate through each element of the array and get url => link pairs foreach ($list as $url => $val) { ...
module.exports = { release: { options: { config: 'production', path: '<%= path %>', srcBasePath: 'release/', } } }
# <API key>: true module Gitlab module Ci module Pipeline module Seed class Stage < Seed::Base include Gitlab::Utils::StrongMemoize delegate :size, to: :seeds delegate :dig, to: :seeds def initialize(pipeline, attributes) @pipeline = pipeline ...
class Admin::UsersController < Admin::HomeController def index @users = User.order('id desc').paginate(:page=>params[:page]) authorize @users end end
<! - - @license - - The MIT License (MIT) - - Copyright (c) 2015 Intel Corporation - - 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 without limitatio...
# <API key>: true # Puma can serve each request in a thread from an internal thread pool. # The `threads` method setting takes two numbers: a minimum and maximum. # Any libraries that use thread pools should be configured to match # the maximum value specified for Puma. Default is set to 5 threads for minimum # and max...
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; ...
namespace MQTTnet.Protocol { public enum <API key> { Success = 0, <API key> = 146 } }
import Ember from 'ember-metal/core'; import run from 'ember-metal/run_loop'; import compile from '<API key>/system/compile'; var Router, router, App, container; function bootApplication() { router = container.lookup('router:main'); run(App, 'advanceReadiness'); } function handleURL(path) { return run(function() ...
<?php /** * Base actions for the <API key> <API key> module. * * @package <API key> * @subpackage action * @author Christian Schaefer <caefer@ical.ly> */ abstract class <API key> extends sfActions { /** * Generates a thumbnail image * * @param sfWebRequest $request The symfony request object...
package com.nikitakozlov.pury; import com.nikitakozlov.pury.profile.Profiler; import com.nikitakozlov.pury.profile.ProfilerId; import com.nikitakozlov.pury.profile.ProfilingManager; import com.nikitakozlov.pury.result.model.ProfileResult; import org.junit.After; import org.junit.Before; import org.junit.Test; import or...
#include "Control.h" void Control::Execute() { switch(Mode) { case IDLE: State.HeadingReached = false; State.DistanceReached = false; // - Keep motors braked in idle mode. State.effectors.rightMotor.MotorBrake(); State.effectors.leftMotor.Motor...
<! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="generator" content="PSPad editor, www.pspad.com"> <title></title> </head> <body> </body> </html> <script> (function(i,s,o,g,r,a,m){i['<API key>...
uid: SolidEdgePart.HelixProtrusion.Reorder(System.Object,System.Boolean) summary: remarks: syntax: parameters: - id: InsertBefore description: Specifies if the active feature object is to be placed before or after the target object. If this argument is True, the active feature object is inserted before th...
#ifndef ALPS_H #define ALPS_H #include "experiments.h" #include "population.h" #include "population_state.h" #include "graph.h" #include <iostream> #include <fstream> #define ALPS_MAX_LAYERS 10 class alps { public: long evals; int generation; int scale; int max_layers; int clayers; int layer_cei...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("WoopsaDemoClient")] [assembly: AssemblyDescription("Client demonstration for woopsa .net")] [assembly: ComVisible(false)] [assembly: Guid("<API key>")]
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TicTacToe { class Program { static void Main(string[] args) { int numPlayers = 0; bool validInput = false; Console.WriteLine("Welcome ...
<?php namespace Kris\LaravelFormBuilder; use Illuminate\Support\Arr; use Illuminate\Support\Str; use Kris\LaravelFormBuilder\Fields\FormField; class RulesParser { /** * @var FormField */ protected $field; /** * @var FormHelper */ protected $formHelper; /** * @param FormField...
<?php namespace backend\controllers; use Yii; use common\components\MyController; use common\myhelpers\Debugger; /** * ActiveRecord controller */ class <API key> extends MyController { public function actionIndex() { // $primaryConnection = Yii::$app->db; // $secondaryConnection = Yii::$app->sec...
require File.expand_path('../boot', __FILE__) require 'rails/all' Bundler.require require "enju_trunk_frbr" module Dummy class Application < Rails::Application
using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; namespace UnityPlatformer { // TODO this class is not useful enough to be extended // move all logic to methods so each bit of code can be extended <summary> Create a player at given position </summary> public class Play...
module.exports = { dist: { files: [{ expand: true, cwd: '<%= config.app %>/images', src: '{,*/}*.svg', dest: '<%= config.dist %>/images' }] } };
#include <stdlib.h> #include <string.h> #include <stdio.h> #include "computer_set.h" computer_set_t *computer_set_create( char *_class, int busy_executors, list_t *computer, char *display_name, int total_executors ) { computer_set_t *<API key> = malloc(sizeof(computer_set_t)); if (!<API ...
<?php (defined('BASEPATH')) OR exit('No direct script access allowed'); class vw_budgets extends MY_Model { public function __construct() { parent::__construct(); $this->load->database(); $this->vwBugets = "vw_budgets"; } public function get($id) { ...
import itertools def topological_order(graph): global current_label current_label = len(graph) global label_offset label_offset = -1 global ordered_graph ordered_graph = {} explored_nodes = [] for node in graph: if node not in explored_nodes: explored_nodes.extend(dfs...
"use strict"; require('../model/user.js'); var mongoose = require('mongoose'), User = mongoose.model('Employee'), _ = require('lodash'); exports.create = function(req, res){ var user = new User(req.body); user.save(function(err){ if(err){ return res.status(400).send({message: err}); ...
'use strict'; // Render text and html to the page. (function(module) { const homeView = {}; // TODO: Add any homeView logic here. Filtering, templates, handlebars. // NOTE: homeView.doSomething = function() {}; // homeView.index = function() { // $('#home-content').show().siblings().hide(); // Make homeVi...
from . import services def prep_rules(rules): prepped = [] for rule in rules: if rule['enabled']: prepped.append(prep_rule(rule)) return prepped def prep_rule(raw_rule): rule = dict(raw_rule) if rule['service'] != 'custom': proto, port = services.decode_service(rule['serv...
import { getGreeting } from '../support/app.po'; describe('client-app', () => { beforeEach(() => cy.visit('/')); it('should display welcome message', () => { // Custom command example, see `../support/commands.ts` file cy.login('my-email@something.com', 'myPassword'); // Function helper example, see `.....
package com.wt.dms.service.impl; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.TreeMap; import java.util.UUID; imp...
using System; using System.Collections.Generic; using System.Reflection; namespace DvachBrowser3.TextRender { <summary> Состояние атрибутов. </summary> public sealed class <API key> : <API key> { private readonly Dictionary<string, <API key>> current = new Dictionary<string, <API key>>(Strin...
module Frekwenza class StopWords attr_reader :stop_words def initialize(sw) if sw.kind_of?(String) string = read(sw) build_list(string) else @stop_words = sw end end private def read(file) string = "" File.open(file, "r") do |f| string ...
import sys reload(sys) sys.setdefaultencoding("UTF8") import os import uuid from flask import * from flask.ext.socketio import SocketIO, emit from flask_socketio import join_room, leave_room import psycopg2 import psycopg2.extras app = Flask(__name__) app.config['SECRET_KEY'] = 'secret!' socketio = SocketIO(app) messag...
// @flow /* eslint-disable react/no-multi-comp */ import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { withStyles, createStyleSheet } from 'material-ui/styles'; import Paper from 'material-ui/Paper'; import Tabs, { Tab } from 'material-ui/Tabs'; import { browserHistory } from 'react-ro...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using <API key>.Interpreter; namespace <API key> { struct ApplyContext { public readonly IEnumerator<Sentence> Style; public readonly PositionStep[] Position; public readon...
class Solution { public: int <API key>(int a) { if (a < 2) { return a; } long result = 0, base = 1; for (int i = 9; i >= 2; --i) { while (a % i == 0) { result += i * base; base *= 10; a /= i; } ...
package ProgramControl; import java.io.File; import java.io.IOException; import java.util.ArrayList; import mp3agic.ID3v2; import mp3agic.<API key>; import mp3agic.Mp3File; import mp3agic.<API key>; public class FileOrganizer extends FileController { public FileOrganizer() { // No tasks for constructor ...
#include <iostream> #include <seqan/store.h> #include <seqan/arg_parse.h> #include <seqan/misc/misc_interval_tree.h> #include <seqan/parallel.h> using namespace seqan; // define used types typedef FragmentStore<> TStore; typedef Value<TStore::TAnnotationStore>::Type TAnnotation; typedef TAnnotation::TId TId; typedef TA...
Groups = Proto.clone().newSlots({ protoType: "Groups", groups: [], }).setSlots({ add: function(g) { this.groups().push(g) }, groupWithKey: function(k) { for (var i = 0; i < this.groups().length; i ++) { var g = this.groups()[i] if (g.key() == k...
// MessageCenter.h // Auto #import <Foundation/Foundation.h> #import "NSObject+SingletoneObject.h" @class BaseModel; @interface MessageCenter : NSObject /** * Shows message view to user * * @param message Message text */ + (void)showMessage:(NSString*)message; /** * Shows error message to user if 'error' exis...
require 'rails_helper' # Specs in this file have access to a helper object that includes # the GamesHelper. For example: # describe GamesHelper do # describe "string concat" do # it "concats two strings with spaces" do # expect(helper.concat_strings("this","that")).to eq("this that") # end # end # end...
import { test, moduleFor } from 'ember-qunit'; moduleFor('controller:lookup-refund', '<API key>', { // Specify the other units that are required for this test. // needs: ['controller:foo'] }); // Replace this with your real tests. test('it exists', function() { var controller = this.subject(); ok(controller); }...
# Entity-Resolution Data Science: Text Analysis and Entity Resolution in F Entity resolution is a common, yet difficult problem in data cleaning and integration. Entity Resolution (ER) refers to the task of finding records in a dataset that refer to the same entity across different data sources (e.g., data files, books...
import logging import json import redis import sys import urllib import os from urlparse import urlparse from pylons import request, response, session, tmpl_context as c, url from pylons.decorators import jsonify from pylons.controllers.util import abort, redirect from mapofinnovation.lib.base import BaseController, re...
package persistence import ( "log" "superstellar/backend/pb" "strconv" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/dynamodb" ) type ScoreBoardReader struct { adapter *DynamoDbAdapter } func NewScoreBoardReader(adapter *DynamoDbAdapter) *ScoreBoardReader { return &Score...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.ModelBinding; namespace Microsoft.AspNetCore.Mvc { <summary> This class contains extension methods for rapidly working with Core MVC objects. </summary> publi...
const expect = require('chai').expect const date = require('../../../lib/validator/custom-formats/date') describe('validator/custom-formats/date', () => { it('returns false when value is undefined', () => { expect(date(undefined)).to.be.equal(false) }) it('returns false when value is null', () => { expect...
Airbrake.configure do |config| config.async do |notice| MicroAwesomeService::Queue.add('normal', "<API key>", notice.to_xml) end end
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_60) on Wed Sep 17 11:35:51 EEST 2014 --> <title>A-Index</title> <meta name="date" content="2014-09-17"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="t...
package com.issueTracker.constants; public interface Constants { String EXISTING_USER = "Error! User with this username already exists."; String NON_EXISTING_USER = "Error! User with this username and password not exists."; String <API key> = "Error! Username must be between 5 and 30 symbols."; String <...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Login extends CI_Controller { public function index() { $this->load->view('login'); } }
#ifndef <API key> #define <API key> #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace moveit_msgs { static const char LOADMAP[] = "moveit_msgs/LoadMap"; class LoadMapRequest : public ros::Msg { public: typedef const char* _filename_type; _filename_type filena...
import getProjection from '../utils/get-projection'; export default function _getDetail(dbModel, params, fieldASTs) { const projection = getProjection(fieldASTs); return dbModel .findById(params.id) .select(projection) .lean() .exec(); }
#!/usr/bin/env bash PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/Transcode:/usr/local/Transcode/Library export PATH # export PATH to Transcode libraries # set -xv; exec 1>>/tmp/<API key> 2>&1 # updateTranscode # This script checks to see if Transcode or Ruby Gems need to be udpated and logs...
const { pathOr, is } = require('ramda') // the default React Native version for this boilerplate const <API key> = '0.49.5' // where the version lives under gluegun const pathToVersion = ['parameters', 'options', '<API key>'] // accepts the context and returns back the version const <API key> = pathOr(<API key>, pathTo...
<!DOCTYPE html> <html> <head> <title>Linux Foundation – – </title> <meta charset="utf-8" /> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-s...
# Module Documentation ## Module Main # `body` purescript body :: forall e. Request e -> Wai e String # `echoApplication` purescript echoApplication :: forall e. Application e # `countApplication` purescript countApplication :: forall e. AVar Number -> Application (trace :: Trace | e) # `main` purescript main :: forall...
package edu.galileo.android.photofeed.domain; import com.google.firebase.auth.FirebaseAuth; import com.google.firebase.auth.FirebaseUser; import com.google.firebase.database.DataSnapshot; import com.google.firebase.database.DatabaseError; import com.google.firebase.database.DatabaseReference; import com.google.firebase...
import CoInputNumber from './input-number'; export default CoInputNumber;
package ru.lanbilling.webservice.wsdl; import javax.annotation.Generated; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "",...
<!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.6"/> <title>VSCP framework: Modules</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <sc...
title: links for 2008-01-19 through 2008-01-25 author: alba layout: post permalink: /2008/01/25/<API key>/ categories: - asides tags: - design - film * [Disney Dream Portrait Series][1] more from photos added by Annie Leibovitz. (I love that Tina Fey is Tinkerbell) * [Motion Tracking: The Motion Picture][2] ...
# fill out the method below, then run the tests with # $ rake 1:2 # Given two numbers, a and b, return half of whichever is smallest, as a float # arithmetic2(1, 2) # => 0.5 # arithmetic2(19, 10) # => 5.0 # arithmetic2(-6, -7) # => -3.5 def arithmetic2(a, b) if a <= b; return a.to_f / 2 else return b.to_f / 2 ...
<!DOCTYPE html> <html lang="en"> <style type="text/css"> .btn{ color: white; padding: background-color: #18BC9C; border-radius: 0px; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; } #register{ padding-top: 30px; } </style> <head> ...
const { Client, Server } = require(`<API key>`) let memoizedValue module.exports = (() => options => { if (!memoizedValue) { let instance if (typeof window !== `undefined` && window.document.createElement) { const styleElements = document.<API key>( `_styletron_hydrate_` ) instance =...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Tue Oct 03 13:59:46 PDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>gov.nasa.jpl.mudrod.discoveryengine Class Hierarchy (Mudrod :: Parent 0.0.1-SNAPSHOT API)</title> <meta n...
// <API key>.h // ZJZ #import "<API key>.h" @interface <API key> : <API key> @end
<html><head> <title>Perl Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" > <link rel="stylesheet" title="black with blue on white" type="text/css" href="<API key>.css" media="all" > <link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="<...
package evergarden.violet; import java.io.OutputStream; import charlotte.tools.ArrayTools; import charlotte.tools.FileTools; import charlotte.tools.HTTPResponse; import charlotte.tools.IntTools; import charlotte.tools.MathTools; import charlotte.tools.SockClient; import charlotte.tools.StringTools; public class HTTPChu...
ZUTOOLS.Button = function ( settings ) { var self = this; this.onclick = settings.onclick; this.domNode = document.createElement( 'div' ); this.domNode.setAttribute( 'class', 'button action corners small' ); this.domNode.innerHTML = settings.text; this.domNode.addEventListener( 'click', onClick,...