answer
stringlengths
15
1.25M
Rails.application.routes.draw do get 'weddings/index' get 'weddings/map' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root" resources :weddings root 'weddings#index...
// @Author Fathurahman <ipat.bogor@gmail.com> @ipatizer #pragma once #include "GUIWidget.h" #include "GUIScreen.generated.h" UCLASS(Blueprintable) class GAMEUI_API UGUIScreen : public UGUIWidget { GENERATED_BODY() <API key>(FOnOpenScreen); <API key>(FOnCloseScreen, FString, Result); public: friend class...
describe('Tywin Lannister (LoCR)', function() { integration(function() { beforeEach(function() { const deck1 = this.buildDeck('lannister', [ 'Sneak Attack', 'Tywin Lannister (LoCR)', 'Cersei Lannister (Core)', 'Hedge Knight' ]); const deck2...
#include "udf.h" #include "sg.h" #define r 2.0e-5 //reaction probability (-) #define v 360.0 //Boltzmann velocity (m/s) #define vs (r*v/4) //surface uptake velocity (m/s) #define Dm 1.82e-5 //diffusion coefficient of ozone in air (m2/s) #define rho 1.205 //density of air (k...
# CryptoFire-Chat A simple chat application [demo](https://chat-a9892.firebaseapp.com/) demonstrating end-to-end encryption where the content of messages is completely hidden from the sever. ## General This is a weekend project that is meant to test the WebCryptoAPI and Firebase. Messages are end-to-end encrypted betwe...
#include "bitcoin_txdb.h" #include "bitcoin_core.h" #include "uint256.h" #include <stdint.h> using namespace std; const unsigned char <API key>::COIN_KEY = 'c'; const unsigned char <API key>::BEST_CHAIN_KEY = 'B'; void <API key>::BatchWriteCoins(CLevelDBBatch &batch, const uint256 &hash, const Bitcoin_CCoins &coins) { ...
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>set_lk_max_locks</title> <link rel="stylesheet" href="apiReference.css" type="text/css" /> <meta name="generator" conte...
package com.yesco.android.core.parsing; /** * Class description. * * @author <a href="mailto:vmfo@xpand-it.com">vmfo</a> * @version $Revision: 666 $ * */ public interface ParsingTaskMethods { // return the parsed object public Object parsingMethod(); // receives the parsed object public void parsi...
"use strict"; var core = require("flax/core"); class Server extends events.EventEmitter { constructor() { super(); this.domainRoutes = {}; this.globalRoutes = {matchRoutes: {}, exactRoutes: {}}; this.addExactRoute({ route: '/showRoutes', fn : function(req, re...
angular.module('myapp', [ 'templates-app', 'templates-common', 'ui.router' ]).run(function () { }); angular.element(document).ready(function() { angular.bootstrap(document, ['myapp']); });
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euler-formula: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
import json from accelerator.models import CriterionOptionSpec from impact.v1.views.utils import valid_keys_note from impact.v1.helpers.validators import <API key> from impact.tests.api_test_case import APITestCase from impact.tests.utils import <API key> from impact.tests.factories import ( <API key>, Criterio...
# builder image FROM golang as builder RUN go get github.com/onsi/ginkgo/ginkgo@v1.8.0 # final image # TODO get rid of python dependencies # * wait-for-update.py FROM registry.opensource.zalan.do/library/python-3.9-slim:latest RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ bc \ curl \ g...
using System.Collections.Generic; using System.Linq; using Moq; using NUnit.Framework; [TestFixture] public class <API key> { [Test] public void Simple() { var mock = new Mock<Processor>(); mock.Setup(x => x.<API key>("ModuleWeaver")) .Returns(true); mock.CallBase = true;...
# nf-iot-end What is this? ``nf-iot-end`` is part of nf-iot framework which consist of : - ``nf-iot-end``, running on a raspberry pi device - ``nf-iot-middleware``, running on a virtual private server - ``nf-iot-ng``, running on browser or as hybrid mobile app. <pre> <--socket.io nf-iot-end ...
# Make Fibonacci From the Udacity version of Make 2048. # Make 2048 A Udacity version of Gabriele Cirulli's [original 2048](http://gabrielecirulli.github.io/2048/). The original version is a small clone of [1024](https: Notes for the Udacity version We're using this version as the recommended fork to avoid potential le...
using System; namespace Marten.Services { public class <API key> : Exception { public <API key>(int expected, int actual) : base($"Unexpected MAX(id) for event stream, expected {expected} but got {actual}") { } } }
from PyQt4 import QtGui, QtCore from shapely.geometry import Point from shapely import affinity from math import sqrt import FlatCAMApp from GUIElements import * from FlatCAMObj import FlatCAMGerber, FlatCAMExcellon class FlatCAMTool(QtGui.QWidget): toolName = "FlatCAM Generic Tool" def __init__(self, app, pare...
package aes.motive.gui; import aes.gui.core.GuiDialog; public class GuiBreaker extends GuiDialog { @Override protected void createGui() { } @Override public void initGui() { super.initGui(276, 166); } @Override protected void revalidateGui() { super.revalidateGui(); }...
<?php namespace Anla\Skipper\Http\Controllers; use Illuminate\Foundation\Auth\AuthenticatesUsers; use Illuminate\Http\Request; class <API key> extends Controller { use AuthenticatesUsers; public function login(Request $request) { return view('skipper::login'); } public function postLogin(Req...
<?php return array ( 'id' => 'mot_v820_ver1', 'fallback' => 'opwv_v62_generic', 'capabilities' => array ( 'model_name' => 'V820', 'brand_name' => 'Motorola', 'midi_monophonic' => 'true', 'midi_polyphonic' => 'true', 'colors' => '262144', 'wallpaper_png' => 'true', 'ringtone_mp3' => '...
/* jshint node: true */ 'use strict'; module.exports = { name: 'ember-sanctify' };
define(function (require, exports, module) { 'use strict'; var TR = require('gui/GuiTR'); var GuiCamera = function (guiParent, ctrlGui) { this._main = ctrlGui._main; // main application this._menu = null; // ui menu this._camera = this._main.getCamera(); // the camera this._cameraTimer = -1; // in...
package org.piwik.sdk.extra; import android.content.Context; import android.content.SharedPreferences; import android.content.pm.ApplicationInfo; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import org.junit.Before; import org.junit.Test; import org.mockito.ArgumentCaptor; import org...
// This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually #pragma once #include <common/common.h> #include <$<API key>.hpp> START_ATF_NAMESPACE struct DelayLoadProc { int fImportByName; $<API key> ___u1; }; END_ATF_NAMESPACE
#include <windows.h> #include <tchar.h> // Global Variables: BOOL fDraw = FALSE; POINT ptPrevious; HINSTANCE hInst; // current instance TCHAR szTitle[]="l8"; // The title bar text TCHAR szWindowClass[]="WinApp"; // the class name COLORREF Color[]={RGB(255,0,0),RGB(0,255,...
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { <API key> } from '@angular/material/slide-toggle'; import { SharedModule } from '../../shared-module/shared-module.module'; import { <API key> } from './landing-dialog.component'; @NgModule({ declarations: [<API key>], ...
ActiveRecord::Schema.define(:version => 1) do create_table :people do |t| t.string :first_name, :last_name, :occupation t.integer :age, :phone, :favorite_number end end
// <auto-generated> // This code was generated from a template. // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // </auto-generated> namespace ClubChallengeBeta.App_Data { using System; u...
<!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 v6.10.0: Member List</title> <link href="tabs.css" rel="...
/** * This code was auto-generated by a Codezu. * * Changes to this file may cause incorrect behavior and will be lost if * the code is regenerated. */ package com.mozu.api.clients.commerce; import java.util.List; import java.util.ArrayList; import com.mozu.api.MozuClient; import com.mozu.api.MozuClien...
layout: post date: 2011-07-07 18:00:00 title: Another delightful baby.... tags: [archived-posts] categories: archives permalink: /:categories/:year/:month/:day/:title/ Yesterday I posted the pictures of a little one at home...here's a little one who came and unabashedly looked up at me in Des Peres Creek, in Forest...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html xmlns="http: <head> <title>datasheet for <API key></title> <style type="text/css"> body { font-family:arial ;} a { text-decoration:underline ; color:#003000 ;} a:hover { text-decoration:underline ; color:0030f0 ;} td { padding : 5px ;} table.topT...
#include "stdafx.h" #include "MainDlg.h" #include "<API key>.h" int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { <API key>(hPrevInstance); <API key>(lpCmdLine); InitCommonControls();...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://apps.bdimg.com/libs/jquerymobile/1.4.5/jquery.mobile-1.4.5.min.css"> <script src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script> <script sr...
'use strict'; // Service for running code in the context of the application being debugged angular.module('ngDependencyGraph') .factory('appContext', function(chromeExtension, Const) { // Public API return { refresh: function(cb) { chromeExtension.eval(function(window) { window.documen...
# encoding: utf-8 require File.expand_path('../../../spec_helper.rb', __FILE__) module Backup describe Syncer::Cloud::LocalFile do describe '.find' do before do @tmpdir = Dir.mktmpdir('backup_spec') SandboxFileUtils.activate!(@tmpdir) FileUtils.mkdir_p File.join(@tmpdir, 'sync_dir/sub_dir') ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dep-map: 22 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styles...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ltac2: Not compatible </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith: 23 s </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styles...
using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; namespace NetOffice.MSHTMLApi { <summary> DispatchInterface IHTMLRectCollection SupportByVersion MSHTML, 4 </summary> [SupportByVersion("MSHTML", 4)] [EntityType(EntityType.IsDispatchInterface...
/* TEMPLATE GENERATED TESTCASE FILE Filename: <API key>.cpp Label Definition File: <API key>.strings.label.xml Template File: sources-sink-84_bad.tmpl.cpp */ /* * @description * CWE: 78 OS Command Injection * BadSource: file Read input from a file * GoodSource: Fixed string * Sinks: execlp * BadSink : execute ...
package main import ( "encoding/json" "io/ioutil" ) type configRepo struct { Url string `json:"url"` Directory string `json:"directory"` Hidden bool `json:"hidden"` Type string `json:"type"` Command CommandInfo `json:"command"` } type Config struct { ...
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## 0.3.0 (2016-02-25) Added - Prompt user for the grunt command ## 0.2.0 (2016-02-23) Added - Run grunt command after scaffolding and installing dependencies ## 0.1.3 (201...
import angular from '<API key>'; import commonjs from '<API key>'; import nodeResolve from '<API key>'; import typescript from '<API key>'; import uglify from '<API key>'; import { minify } from 'uglify-es'; // <API key> addons import sass from 'node-sass'; import CleanCSS from 'clean-css'; import { minify as minifyHtm...
using System; public class Test { static readonly int a = 5; static readonly int b = 6; public static int Main (string[] args) { int repeat = 1; if (args.Length == 1) repeat = Convert.ToInt32 (args [0]); Console.WriteLine ("Repeat = " + repeat); for (int i = 0; i ...
'use strict'; angular.module('myApp.CleanCut', ['ngRoute']) .config(['$routeProvider', function ($routeProvider) { $routeProvider.when('/', { templateUrl: 'views/split-costs/main.html', controller: 'CleanCutCtrl' }); }]) .controller('CleanCutCtrl', ['$scope', function...
<?php namespace ashrafakl\localization; use yii\base\Component; use Yii; /** * Locale class represents the data relevant to a locale such as countries, languages, and orientation, * this class uses and depend on the PHP intl extension. * @author ashrafakl@yahoo.com */ class Locale extends Component { private $l...
Pattern: Use of insecure TLS policy for Google Compute Issue: - ## Description TLS versions prior to 1.2 are outdated and insecure. You should use 1.2 as minimum version. **Resolution**: Enforce a minimum TLS version of 1.2. ## Examples Example of **incorrect** code: terraform resource "<API key>" "bad_example" { nam...
module.exports = {"PortLligatSans":{"normal":"<API key>.ttf","bold":"<API key>.ttf","italics":"<API key>.ttf","bolditalics":"<API key>.ttf"}};
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using PettyCash_C; using System.Data; using System.IO; using System.Net; namespace PettyCashApp.user { public partial class WebForm2 : System.Web.UI.Page { petty_cas...
describe("GUI base class", function() { var SubClass; beforeEach(function() { SubClass = GUI.extend(Function.empty); }); describe("Method render", function() { var spy1 = new Spy(); SubClass.prototype.render_ = spy1.spy; it("should call subclass render_ method", function(...
var path_1 = require('path'); var workflow_config_1 = require('../workflow.config'); module.exports = function tslint(gulp, plugins) { return function () { return gulp.src([ path_1.join(workflow_config_1.PATH.src.all, '**/*.ts'), path_1.join(workflow_config_1.PATH.src.all, '../gulpfi...
<HTML><HEAD> <TITLE>Review for Silence of the Lambs, The (1991)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0102926">Silence of the Lambs, The (1991)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/Re...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Tue Mar 24 15:37:01 MDT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface IRedisSortedSet (redis-java 0.0.4 Test API)</title> <meta name="date" content="2015-03-2...
module Examples.EX3 where import Control.Lens import Control.Lens.Setter import Control.Monad (void) import Control.Monad.Trans.Class (lift) import Data.List (intersperse, isPrefixOf) import Data.Time.LocalTime import Data.Maybe (catMaybes) import Twilio.Key import Twilio.IVR data User = User { lastname :: String, ...
package com.xplus.commons.pattern.creational.builder; public class Client { public static void main(String[] args) { Builder builder = new ConcreteBuilder(); Director director = new Director(builder); director.construct(); Product product = director.getProduct(); System.out.println("Product:" + pr...
'use strict'; module.exports = function (grunt) { grunt.initConfig({ jscs: { src: './lib/components*.jsx', options: { config: '.jscsrc', esnext: true, fix: true } }, babel: { components: { options: { presets: ['es2015', 'react'], ...
/*Problem 1. School classes We are given a school. In the school there are classes of students. Each class has a set of teachers. Each teacher teaches a set of disciplines. Students have name and unique class number. Classes have unique text identifier. Teachers have name. Disciplines have name, number of l...
'use strict'; describe('cashewApp.version module', function() { beforeEach(module('cashewApp.version')); describe('version service', function() { it('should return current version', inject(function(version) { expect(version).toEqual('1.1.4'); })); }); });
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Welcome extends CI_Controller { public function index() { $family = "Bostick"; $this->db->select('family'); $this->db->select('relationship'); $this->db->select('COUNT(relationship) AS Total'); $this->db->where("fami...
-- MySQL dump 10.13 Distrib 5.6.24, for osx10.8 (x86_64) -- Host: 127.0.0.1 Database: boughtonimpulse -- Server version 5.5.42 /*!40101 SET @<API key>=@@<API key> */; /*!40101 SET @<API key>=@@<API key> */; /*!40101 SET @<API key>=@@<API key> */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZON...
const setupRoutes = require('../utils/setupRoutes.js'); const graphql = require('../routes/api/graphql/api.graphql.route'); const graphiql = require('../routes/api/graphiql/api.graphiql.route'); module.exports = () => setupRoutes([ graphql, graphiql, ]);
* { margin: 0; padding: 0; outline: none; border: none; } html, body { height: 100%; width: 930px; text-align: center; margin: auto; } .menu { display: inline; margin-left:0; margin-top: 50px; } hr { border: none; background-color: #ababab; color: #ababab; hei...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http: <html> <head> <meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8"> <title>Slide 2</title> </head> <body text="#000080" bgcolor="#F7F9FC" link="#000080" vlink="#0000CC" alink="#000080"> <center> <a href="text0.html">First page</a...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.oceano.ostra.dao.impl; import br.uff.ic.oceano.core.dao.controle.JPAUtil; import br.uff.ic.oceano.core.dao.controle.anotations.MetodoRecuperaLista; import br.uff.ic.oceano.core.dao.generics.JPADaoGeneri...
import React from 'react'; import { Theme, ThemeProvider, useTheme, createMuiTheme } from '@material-ui/core/styles'; import useMediaQuery from '@material-ui/core/useMediaQuery'; import { Breakpoint } from '@material-ui/core/styles/createBreakpoints'; type BreakpointOrNull = Breakpoint | null; function useWidth() { c...
import sublime import sublime_plugin import json import os import traceback from threading import Thread from subprocess import PIPE, Popen dirtyFiles = [] pluginSettings = None <API key> = None <API key> = None <API key> = None pluginPath = None userPath = None <API key> = False def getPluginPath(appendPath = None): ...
/* * <API key>.java * */ package de.uni_stuttgart.vis.vowl.owl2vowl.constants; import org.codehaus.jackson.annotate.JsonValue; public enum <API key> { TITLE("title"), VERSION("versionInfo"), AUTHOR("creator"); private final String value; <API key>(String value) { this.value = value; }...
angular.module("ui.rCalendar.tpls", ["templates/rcalendar/calendar.html","templates/rcalendar/day.html","templates/rcalendar/displayEvent.html","templates/rcalendar/month.html","templates/rcalendar/<API key>.html","templates/rcalendar/<API key>.html","templates/rcalendar/week.html"]); angular.module( 'ui.rCalendar', []...
package strlit import ( "testing" ) func <API key>(t *testing.T) { var err error = <API key>{} // THIS IS WHAT ACTUALLY MATTERS! if nil == err { t.Error("This should never happen.") } } func <API key>(t *testing.T) { var complainer NotLiteral = <API key>{} // THIS IS WHAT ACTUALLY MATTERS! ...
# Change Log Notable changes for the [gmusicapi-wrapper](https: [Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.5.1...0.5.2) Fixed * Update album artist field name for mutagen change. [Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.5.0...0.5.1) Fixed * Fix undefined variable ('...
#[doc = "Register `GPR1` reader"] pub struct R(crate::R<GPR1_SPEC>); impl core::ops::Deref for R { type Target = crate::R<GPR1_SPEC>; #[inline(always)] fn deref(&self) -> &Self::Target { &self.0 } } impl From<crate::R<GPR1_SPEC>> for R { #[inline(always)] fn from(reader: crate::R<GPR1_SP...
#!/bin/sh set -e echo "mkdir -p ${<API key>}/${<API key>}" mkdir -p "${<API key>}/${<API key>}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { local source="${BUILT_PRODUCTS_DIR}/Pods-Ravelry_Tests/$1" local destination="${<API key>}/${<API key>}" if [ -L "${source}" ...
Pattern: Disabled temporary file logging for Google SQL Issue: - ## Description **Resolution**: Enable temporary file logging for all files. ## Examples Example of **incorrect** code: terraform resource "<API key>" "db" { name = "db" database_version = "POSTGRES_12" region = "us-centra...
import os basedir = os.path.abspath(os.path.dirname(__file__)) # if you have postgres use this uri: <API key> = "postgresql://rehub:rehub@localhost/rehub" # if you want to use sqlite, use this one: # <API key> = 'sqlite:///' + os.path.join(basedir, 'rehub.db') <API key> = os.path.join(basedir, 'db_repository') DEBUG=Tr...
<!DOCTYPE html> <html lang="vi"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>QUản Lý Phòng Khám Trí Hùng</title> <!-- Bootstrap Core CSS --> <link href="<?php echo MY_URL; ?>/GUI/b...
package org.melvinwm.circlefractal.javafx.drawer; import static org.junit.jupiter.api.Assertions.assertThrows; import java.util.function.Consumer; import org.junit.jupiter.api.Test; public class <API key> { private final static double centerX = 100; private final static double centerY = 100; @Test publi...
package gipf; import java.sql.Connection; import java.sql.SQLException; import java.util.List; import java.util.Optional; public class Joueur { /** * Construit un joueur avec tous ses attributs * * @param login * @param email * @param password * @param elo */ public Joueur(Str...
<?php namespace Star\Component\State\Callbacks; use Star\Component\State\<API key>; use Star\Component\State\StateMachine; use Webmozart\Assert\Assert; final class <API key> implements TransitionCallback { /** * @var string */ private $to; /** * @param string $to */ public function _...
import * as mobx from 'mobx'; import Task from './Task'; class TaskList { constructor(title = 'New Task List', tasks = []) { mobx.extendObservable(this, { title: title, tasks: tasks, sortTasks: mobx.action.bound(function (priorityTask = null) { if (priorit...
require 'date' require 'bigdecimal' require 'bigdecimal/util' require 'active_support/core_ext/big_decimal/conversions' require 'active_support/core_ext/string/conversions' module ActiveGraph::Shared class Boolean; end module TypeConverters CONVERTERS = {} class Boolean; end class BaseConverter cl...
<div class="commune_descr limited"> <p> Herblay est une ville géographiquement positionnée dans le département de Val-d'Oise en Île-de-France. Elle comptait 25&nbsp;824 habitants en 2008.</p> <p>À Herblay, le prix moyen à la vente d'un appartement se situe à 3&nbsp;725 &euro; du m² en vente. la valorisation moy...
/* * RTL Style Sheet */ .wk-slideshow-tabs .nav, .wk-slideshow-tabs .nav li, .wk-slideshow-tabs .nav span { float: right; } .wk-slideshow-tabs .nav li { margin-left: 0; margin-right: 5px; } .wk-slideshow-tabs .nav li:first-child { margin-right: 0; } /* Left */ .wk-slideshow-tabs .nav-left + .slides-co...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.requiredParam = requiredParam; /** * Gets called if a required parameter is missing and the expression * specifying the default value is evaluated. * @param {string} parameter name * @throws {Error} */ function requiredParam(par...
// <API key>.h // <API key> #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @class <API key>; @class <API key>; @class <API key>; <API key> /** * The `<API key>` protocol is adopted by classes that act as the delegate of a `<API key>`. */ @protocol <API key> <NSObject> @optional /** * Tells the delegat...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><API key>: Not compatible </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
#include "wallet.h" #include "walletdb.h" #include "crypter.h" #include "ui_interface.h" #include "base58.h" #include "kernel.h" using namespace std; extern int nStakeMaxAge; // mapWallet struct CompareValueOnly { bool operator()(const pair<int64, pair<const CWalletTx*, unsigned int> >& t1, cons...
# <API key>: true email_name_format = 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress' saml_options = { <API key>: ENV['SAML_REDIRECT_URL'], issuer: ENV['SAML_ISSUER'], idp_sso_target_url: ENV['SAML_SIGNIN_URL'], <API key>: ENV['SAML_FINGERPRINT'], <API key>: ENV['SAML_NAME_FORMAT'] || email_name_form...
/* global describe it before beforeEach afterEach */ /* eslint no-new: 0 */ var chai = require('chai') var async = require('async') var bitcore = require('bitcore-lib') var extend = require('shallow-extend') var factories = require('../test/factories/factories') var messages = require('../lib/messages') var drivers = r...
(function( window, undefined ) { var Globalize; if ( typeof require !== "undefined" && typeof exports !== "undefined" && typeof module !== "undefined" ) { // Assume CommonJS Globalize = require( "globalize" ); } else { // Global variable Globalize = window.Globalize; } Globalize.addCultureInfo( ...
{ "file": "documon/index.js", "filename": "index.js", "package": "root", "docfile": "root.html", "id": "root", "prettyLangs": [], "projectName": "Documon", "projectVersion": "0.0.1", "search": {} }
# Spreading Udaciousness # One of our modest goals is to teach everyone in the world to program and # understand computer science. To estimate how long this will take we have # developed a (very flawed!) model: # Everyone answering this question will convince a number, spread, (input to # the model) of their friends to...
from django.contrib import admin from metadata.models import * # Register your models here. admin.site.register(TanitJobsCategory) admin.site.register(KeeJobsCategory)
package main; import org.omg.CORBA.DATA_CONVERSION; import java.util.ArrayList; import java.util.Arrays; public class ClassList { public int dataset_size; public double[] label; public TreeNode[] <API key>; public double[] pred; public double[] grad; public double[] hess; public ClassList(Tr...
MIME-Version: 1.0 Server: CERN/3.0 Date: Sunday, 01-Dec-96 19:02:37 GMT Content-Type: text/html Content-Length: 14145 Last-Modified: Thursday, 02-May-96 10:38:48 GMT <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <!-- cs674 Final Project Short Report 5/1/96 --> <!-- Alfred Hong --> <head> <title>Regular Language to...
# Contributing Thanks for your interest in contributing to the JavaScript Air website! Join [gitter](https://gitter.im/javascriptair/site) channel for discussion. ## Setup Note: This project requires [Node.js v6](https: but all of the `yarn` commands on this page should work with [`npm`](https: 1. Fork the repo 2. Clon...
layout: post date: 2016-09-18 title: "Luna novias TAURO 2016" category: Luna novias tags: [Luna novias,2016] Luna novias TAURO Just **$349.99** 2016 <table><tr><td>BRANDS</td><td>Luna novias</td></tr><tr><td>Years</td><td>2016</td></tr></table> <a href="https: <!-- break --><a href="https: Buy it: [https:
import React, { Component, PropTypes } from 'react'; import { <API key> } from 'reselect'; import { connect } from 'react-redux'; import { browserHistory } from 'react-router'; import marked from 'marked'; import hljs from 'highlight.js'; marked.setOptions({ renderer: new marked.Renderer(), gfm: true, tables: tru...
// <API key>.h // MapKit #import <MapKit/MKFoundation.h> #import <MapKit/MKOverlayRenderer.h> #if TARGET_OS_IPHONE #import <UIKit/UIKit.h> #else #import <AppKit/AppKit.h> #endif <API key> MK_CLASS_AVAILABLE(10_9, 7_0) __TVOS_AVAILABLE(9_2) <API key> @interface <API key> : MKOverlayRenderer #if TARGET_OS_IPHONE @prope...