text
stringlengths
3
1.05M
var downloadingDeadlines = []; var uploadingDeadlines = []; function addPeer(peer, type) { var source = $('#peer-template').html(); if (source !== undefined) { var template = Handlebars.compile(source); //abbreviate peer variable var p = peer; //set default peer values p.filters = "all"; //set addre...
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Bad Blends</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link ...
package com.amazonaws.services.ec2.model; import java.io.Serializable; import javax.annotation.Generated; /** * <p> * Describes a Scheduled Instance. * </p> * * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ScheduledInstance" target="_top">AWS API * Documentation</a> */ @Generated(...
video { float: left; margin-right: 10px; transform: rotateY(180deg); -webkit-transform:rotateY(180deg); /* Safari and Chrome */ -moz-transform:rotateY(180deg); /* Firefox */ }
# lift-ng **lift-ng** is the most powerful, most secure AngularJS backend available today. The design philosophy of **lift-ng** is to capture the spirit of both [Lift](http://liftweb.net) and [AngularJS](http://docs.angularjs.org/guide/overview) into one package. The result is a secure-by-default framework facilitati...
layout: event categories: - events links: title: The Great Migration date: 2015-1-13T18:00:00-06:00 event_id: 138 youtube_id: sponsor: <a href='http://thoughtworks.com'>ThoughtWorks</a> tags: - openhack published: true --- No presentations this week - just come to build, share, and learn about civic tech! This w...
import Qlock from './Qlock.html'; import './index.css'; const qlock = new Qlock({ target: document.querySelector('body') }); if (module.hot) { module.hot.accept(); }
<?php namespace Google\Service\AnalyticsData; class CohortSpec extends \Google\Collection { protected $collection_key = 'cohorts'; protected $cohortReportSettingsType = CohortReportSettings::class; protected $cohortReportSettingsDataType = ''; protected $cohortsType = Cohort::class; protected $cohortsDataT...
/* * W.J. van der Laan 2011-2012 */ #include "bitcoingui.h" #include "clientmodel.h" #include "walletmodel.h" #include "optionsmodel.h" #include "guiutil.h" #include "guiconstants.h" #include "init.h" #include "ui_interface.h" #include "qtipcserver.h" #include <QApplication> #include <QMessageBox> #include <QTextCo...
<div class="side-panel-container"> <div class="faceting-columns-container"> <uib-accordion close-others="false"> <!-- TODO test this last active --> <div uib-accordion-group ng-repeat="fc in vm.reference.facetColumns track by $index" is-open="vm.facetModels[$index].isOpen" id="fc-{{...
module QA context 'Create', :smoke do describe 'Snippet creation' do it 'User creates a snippet' do Runtime::Browser.visit(:gitlab, Page::Main::Login) Page::Main::Login.perform(&:sign_in_using_credentials) Page::Main::Menu.perform(&:go_to_snippets) Resource::Snippet.fabrica...
<!DOCTYPE frameset SYSTEM "frameset.dtd"> <frameset> <predicate lemma="evidence"> <note> Frames file for 'evidence' based on sentences in wsj. No Verbnet entry. </note> <roleset id="evidence.01" name="provide proof for" vncls="-"> <roles> <ro...
class Product < ActiveRecord::Base acts_as_superclass as: 'producible' belongs_to :store validates_presence_of :name, :price def parent_method "#{name} - #{price}" end def dummy_raise_method(obj) obj.dummy end end
#include "mongoc/mongoc-prelude.h" #ifdef MONGOC_ENABLE_CRYPTO_COMMON_CRYPTO #ifndef MONGOC_CRYPTO_COMMON_CRYPTO_PRIVATE_H #define MONGOC_CRYPTO_COMMON_CRYPTO_PRIVATE_H #include "mongoc/mongoc-config.h" BSON_BEGIN_DECLS void mongoc_crypto_common_crypto_hmac_sha1 (mongoc_crypto_t *crypto, ...
<?xml version="1.0" encoding="ISO-8859-1"?> <LEOSimulation version="2.5.0"> <STELAVersion>2.5.1</STELAVersion> <SpaceObject> <mass unit="kg">4.0</mass> <dragArea>0.045</dragArea> <reflectingArea>0.18</reflectingArea> <reflectivityCoefficient>1.5</reflectivityCoefficient> <orbitType>LEO</orbitType> <Consta...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extructures: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
namespace SharpChunker.Json.Tests.TestDataModel { public class Book { public int Id { get; set; } public string Name { get; set; } } }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Tue Jul 23 09:59:44 BST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.github.rve...
define([ '../util/ajax' ], function(ajax) { 'use strict'; var api = { vertexDelete: function(vertexId, workspaceId) { return ajax('POST->HTML', '/admin/deleteVertex', { graphVertexId: vertexId, workspaceId: workspaceId }); }, ...
#include <aws/event-stream/event_stream.h> #include <aws/common/encoding.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef _WIN32 # define DELIM "\\" #else # define DELIM "/" #endif /** * 4996 is to disable unsafe function sprintf vs sprintf_s * 4310 is to disable type casting to smalle...
package org.hisp.dhis.android.core.parser.internal.expression.operator; import org.hisp.dhis.android.core.parser.internal.expression.CommonExpressionVisitor; import org.hisp.dhis.android.core.parser.internal.expression.ExpressionItem; import org.hisp.dhis.antlr.operator.AntlrOperatorLogicalNot; import org.hisp.dhis....
title: axq43 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: q43 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1: ...
package io.netty.example.time; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.Socke...
Since Pebble is now dead this repo is now well dead If you are really interested in it feel free to fork it Maybe I'll even come and help you out # discord4pebble A super-in-alpha app for pebble that lets you read messages on your watch. Except messages haven't been implemented yet so ¯\\\_(ツ)\_/¯
package us.evelus.world.net.msg.impl; import us.evelus.world.net.msg.GameMessage; public final class SpawnObserverMessage extends GameMessage { public static final int EXACT_POS = 0x0; public static final int SYNC_MOB = 0x1; private int flag; private int hash; public SpawnObserverMessage(int fl...
/** * ExperimentServiceLocator.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter. */ package com.google.api.ads.adwords.axis.v201601.cm; public class ExperimentServiceLocator extends org.apache.axis.client.Service implements com.google.api.ads....
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2008 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #ifndef SLURM_H_INCLUDED #define SLURM_H_INCLUDED #include "hydra.h" HYD_status HYDT_bscd_slurm_launch_procs(char **args, struct HYD_proxy *proxy_list, ...
package main import ( "encoding/json" "fmt" "io" "math/rand" "runtime" "time" "v.io/v23/context" "v.io/x/lib/cmdline" "v.io/x/ref/lib/v23cmd" "v.io/x/ref/runtime/internal/rpc/stress" "v.io/x/ref/runtime/internal/rpc/stress/internal" ) var ( duration time.Duration workers int maxChunkCnt int ...
 CKEDITOR.skins.add( 'v2', (function() { var preload = []; if ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 ) { // For IE6, we need to preload some images, otherwhise they will be // downloaded several times (CSS background bug). preload.push( 'icons.png', 'images/sprites_ie6.png', 'images/dialog_sides.gif'...
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Maps App Quartz</string> <string name="basemap_thumbnail">basemap thumbnail</string> <!-- navigation drawer --> <string name="navigation_drawer_close">Close navigation drawer</string> <string name="navigation_drawer_open">O...
module Softlayer class Tag class Reference module Virtual class Guest module Block module Device module Template autoload :Group, 'softlayer/tag/reference/virtual/guest/block/device/template/group' end end end ...
import copy import os import ConfigParser import ooinstall.cli_installer as cli from test.fixture import OOCliFixture, SAMPLE_CONFIG, build_input, read_yaml from mock import patch MOCK_FACTS = { '10.0.0.1': { 'common': { 'ip': '10.0.0.1', 'public_ip': '10.0.0.1', 'hos...
using System.Web.Http; using HalSwaggerSample.ApiApp.Helpers; using HalSwaggerSample.ApiApp.Models; namespace HalSwaggerSample.ApiApp.Controllers { /// <summary> /// This represents the controller entity for products. /// </summary> [RoutePrefix("products")] public class ProductController : ApiCo...
<?php include_once($_SERVER['DOCUMENT_ROOT'] . '/admin/inc/admin-config.inc.php'); $session->redirectIfNotLoggedIn(); if(isset($_POST['post_id']) && !empty($_POST['post_id'])) { if(!isset($_POST['date_published']) || empty($_POST['date_published'])) { $stmt = $db->prepare("UPDATE posts SET date_published = now()...
package java.lang.annotation; /** * Indicates that an annotation interface is automatically inherited. If * an Inherited meta-annotation is present on an annotation interface * declaration, and the user queries the annotation interface on a class * declaration, and the class declaration has no annotation for th...
(function(e, a) { for(var i in a) e[i] = a[i]; }(window, /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /...
namespace gl32core { // import enums to namespace // AlphaFunction using gl::GL_ALWAYS; using gl::GL_EQUAL; using gl::GL_GEQUAL; using gl::GL_GREATER; using gl::GL_LEQUAL; using gl::GL_LESS; using gl::GL_NEVER; using gl::GL_NOTEQUAL; // AttributeType using gl::GL_BOOL; using gl::GL_BOOL_VEC2; using gl::GL_BOOL_VEC...
package com.spright.le.logstash.logback; import com.fasterxml.jackson.core.SerializableString; import com.fasterxml.jackson.core.io.CharacterEscapes; import com.fasterxml.jackson.core.io.SerializedString; import com.fasterxml.jackson.databind.MappingJsonFactory; import net.logstash.logback.decorate.JsonFactoryDecorato...
#ifndef H_CToDoView #define H_CToDoView #pragma once #include "CCalendarViewBase.h" #include "CPopupButton.h" #include "CToDoTable.h" class CToDoTable; // =========================================================================== // CToDoView class CToDoView : public CCalendarViewBase { friend class CCalendarV...
import random import pickle import os.path import requests WORD_SITE = "http://svnweb.freebsd.org/csrg/share/dict/words?view=co&content-type=text/plain" CACHE_NAME = "words.pickle" class WordsPassword(object): """ Generate password consisting of words """ def __init__(self, number_of_words=4, min_len...
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include <sys/time.h> #include <sys/types.h> #include <sys/syscall.h> #include "log.h" #define MAX_DEBUG_OUTPUT_DOMAINS 16 /* * parsed when process is initialized, readonly for the rest of the time, * so we don't care about thread safety ...
using System.Threading.Tasks; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFramework; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin; using RealTimeTracingWithAngular.Models; namespace RealTimeTracingWithAngular { // Configure the application user manager used in this applica...
require "noooot/version" module Noooot alias :not :! end class Object include Noooot end
--- layout: post title: Leetcode Problem 230 Summary date: 2016-08-22 categories: blog tags: [study] --- # 题目 Given a binary search tree, write a function kthSmallest to find the kth smallest element in it. Note: You may assume k is always valid, 1 ≤ k ≤ BST's total elements. Follow up: What if the BST is mod...
/* */ package com.hundsun.network.gates.wangjiang.biz.service.pojo.bidorder; /* */ /* */ import com.hundsun.network.gates.luosi.biz.service.TradeAdapter; /* */ import com.hundsun.network.gates.luosi.qingbo.reomte.dto.BidOrderTradeDTO; /* */ import com.hundsun.network.gates.luosi.qingbo.reomte.reques...
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="../style.css"/> </head> <body> <script type="text/javascript" src="../init.js"></script> <script type="text/javascript" src="../libs/lodash.min.js"></script> <script type="text/javascript" src="../libs/bluebird.min.js"></script> <script type="text/javascrip...
layout: page title: "IPHY 3440: Clinical Nutrition Statistics" comments: true description: "blanks" keywords: "IPHY,3440,CU,Boulder" --- <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea4o9/highcharts.js?dl=0"></...
<?php namespace frontend\controllers; use common\components\BaseController; use Yii; use common\models\LoginForm; use frontend\models\PasswordResetRequestForm; use frontend\models\ResetPasswordForm; use frontend\models\SignupForm; use frontend\models\ContactForm; use yii\base\InvalidParamException; use yii\web\BadRequ...
using System; using System.Collections; using System.Collections.Generic; using System.Security; using System.Globalization; using System.Runtime; using System.Runtime.CompilerServices; using System.Runtime.Serialization; namespace System.Collections.Generic { [Serializable] [TypeDependencyAttribute("System.C...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Operatori { public class StanjeEnum : BaseEnum { public static StanjeEnum Stop = new StanjeEnum(0, "Stop"); public static StanjeEnum Play = new StanjeEnum(1, "Play"); ...
<?xml version="1.0" encoding="UTF-8"?> <servico versao="2" xmlns="http://servicos.gov.br/cartas-servico/v2/schema/servico" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://servicos.gov.br/cartas-servico/v2/schema/servico ../servico.xsd"> <nome> Consulta PJ Habilitadas Exportação de Se...
using System.IO; using System.Reflection; using Microsoft.Extensions.Configuration; using Serilog; using Serilog.Events; using Serilog.Sinks.SystemConsole.Themes; namespace ArchitectNow.ApiStarter.Api.Configuration { public static class LoggingExtensions { public static LoggerConfiguration ConfigureLo...
""" Copyright 2017-present Airbnb, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, sof...
/* * (c)2006 Jesse Skinner/Dean Edwards/Matthias Miller/John Resig * Special thanks to Dan Webb's domready.js Prototype extension * and Simon Willison's addLoadEvent * * For more info, see: * http://www.thefutureoftheweb.com/blog/adddomloadevent * http://dean.edwards.name/weblog/2006/06/again/ * http://www.viva...
<section class="container"> <article class="row"> <div class="jumbotron"> <h1 class="text-center">Sistema de CRUD básico</h1> <p> Primeros pasos de que todo está funcionando bien sobre la carpeta assets. esta cargando bootstrap (este es un jumbotron) ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
__all__ = [ 'SubscriptionRequest' ] from .SubscriptionRequest import SubscriptionRequest
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package com.sri.ai.util.computation.anytime.api; /** * @author braz * * @param <T> the type of values being approximated */ public interface Approximation<T> { }
var showCompletion = function(){ alert('GREAT! YOU SOLVE IT!!!'); } var expect = chai.expect; var assert = chai.assert; function runUserCode(){ $('.nav-tabs li:eq(1) a').trigger('click'); isInitRun = false; bonfireExecute(true); } // obtaining absolute path of this script var editor; $(function(){ edi...
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="whiteTheme" parent="Theme.AppCompat.NoActionBar"> <item name="android:colorPrimaryDark">@android:color/white</item> <item name="android:windowLightStatusBar">true</item> <item name="android:windowBackground">@android:color/whit...
#ifndef BZ_VECDOT_CC #define BZ_VECDOT_CC #ifndef BZ_VECGLOBS_H #error <blitz/vecdot.cc> must be included via <blitz/vecglobs.h> #endif BZ_NAMESPACE(blitz) template<typename P1, typename P2> inline BZ_SUMTYPE(BZ_PROMOTE(_bz_typename P1::T_numtype, _bz_typename P2::T_numtype)) _bz_dot(P1 vector1, P2 vector2) { ...
/* $Id: BaseUIDerby.java 1228764 2012-01-08 01:30:49Z kwright $ */ /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You un...
layout: tagpage tag: Pediatrics header: no ---
<?php /*-----------------------------------------------------------------------------------*/ /* Start Footer /*-----------------------------------------------------------------------------------*/ /** * * The template for displaying the footer * * Contains footer content and the closing of the #main and #p...
GSGL.tilemap = { Tilemap : function(params) { var tilemap = { layers : [], tilesets : [], width : 0, height : 0, tilewidth : 0, tileheight : 0, backgroundcolor : new GSGL.graphics.Color(), ready : false, constructor : function(params) { for(key in params) { if(this[key] != undefi...
<?php /* * This file is part of PHP CS Fixer. * * (c) Fabien Potencier <fabien@symfony.com> * Dariusz Rumiński <dariusz.ruminski@gmail.com> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace PhpCsFixer\Fixer\CastNotation; use PhpCs...
require 'active_support/core_ext/hash/slice' require 'simple_states' class Job # Executes a test job (i.e. runs a test suite) remotely and keeps tabs about # state changes throughout its lifecycle in the database. # # Job::Test belongs to a Build as part of the build matrix and will be # created with the Bu...
<!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> ...
layout: postag title: 'PART' shortdef: 'particle' udver: '2' --- ### Definition Particles are uninflected words, and they are not further analyzed into morphemes. Many Yupik particles are borrowed from Chukchi, a geographically neighboring language, and are mostly adverbial or connective in meaning (de Reuse, 1994, p...
import RegistryEmptyView from './RegistryEmptyView'; export default RegistryEmptyView;
<html> <head> <title>Jos Buttler's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#i...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content...
package cfitsio // #include <stdio.h> // #include "go-cfitsio.h" import "C" import ( "fmt" "io" "io/ioutil" "os" "unsafe" ) type HDUType int const ( IMAGE_HDU HDUType = C.IMAGE_HDU // Primary Array or IMAGE HDU ASCII_TBL HDUType = C.ASCII_TBL // ASCII table HDU BINARY_TBL HDUType = C.BINARY_TBL // Binary...
namespace java.util.concurrent { public partial class LinkedBlockingQueue<E> : AbstractQueue<E>, BlockingQueue<E>, global::java.io.Serializable { public override void clear(){} public override bool contains(global::System.Object prm1){return default(bool);} public virtual int drainTo(Col...
@interface ZLSearchResult : NSObject @property (nonatomic, strong, readonly) NSString *title; @property (nonatomic, strong, readonly) NSString *subtitle; @property (nonatomic, strong, readonly) NSString *parentTitle; @property (nonatomic, strong, readonly) NSString *uri; @property (nonatomic, strong, readonly) NSStrin...
package de.zalando.model import de.zalando.apifirst.Application._ import de.zalando.apifirst.Domain._ import de.zalando.apifirst.ParameterPlace import de.zalando.apifirst.naming._ import de.zalando.apifirst.Hypermedia._ import de.zalando.apifirst.Http._ import de.zalando.apifirst.Security import java.net.URL import Sec...
//===-- Verifier.cpp - Implement the Module Verifier -----------------------==// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------...
<?php namespace Todo\TodoBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; class todoType extends AbstractType { public function buildForm(FormBuilderInterface $builder, array $options) { //ici c notre formulaire le html est fini!!! ...
'use strict'; const React = require('react'); const { Linking, Platform, StyleSheet, Text, TouchableOpacity, ToastAndroid, View, } = require('react-native'); const RNTesterBlock = require('../../components/RNTesterBlock'); type Props = $ReadOnly<{| url?: ?string, |}>; class OpenURLButton extends R...
package com.planet_ink.coffee_mud.Abilities.Ranger; import com.planet_ink.coffee_mud.Abilities.StdAbility; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com...
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
config.cache_classes = true # Log error messages when you accidentally call methods on nil. config.whiny_nils = true # Show full error reports and disable caching config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false config.action_view.cache_template_...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<?php namespace Acme\UserBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; class UserType extends AbstractType { /** * @param FormBuilderInterface $builder * @param array $options *...
// Karma configuration // Generated on Wed Apr 13 2016 12:08:44 GMT+0300 (MSK) module.exports = function(config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) basePath: '', // frameworks to use // available frameworks: https://npmjs.org/browse/keyword/k...
<?php namespace Kendo\Dataviz\UI; class ChartValueAxisItemNotesDataItemLabel extends \Kendo\SerializableObject { //>> Properties /** * The background color of the label. Accepts a valid CSS color string, including hex and rgb. * @param string $value * @return \Kendo\Dataviz\UI\ChartValueAxisItemNotes...
/* generated by fix.bat */ #define ALLEGRO_MINGW32
// // GEZOutlineView.h // // GridEZ // // Copyright 2006, 2007 Charles Parnot. All rights reserved. // #import <Cocoa/Cocoa.h> /* This subclass of NSOutlineView is used to catch moveLeft: and moveRight: events */ @interface GEZOutlineView : NSOutlineView { } @end
namespace BitTorrent { /// <summary> /// Different BitTorrent clients use their own stylized ID's, so the client /// used can be calculated from it's id. /// </summary> public enum PeerClientType { Unknown, // begin "Azureus style" Ares, Arctic, Artemis, Azureus, BitPump, BitB...
<?php declare(strict_types=1); /** * This file is part of Swoft. * * @link https://swoft.org * @document https://swoft.org/docs * @contact group@swoft.org * @license https://github.com/swoft-cloud/swoft/blob/master/LICENSE */ namespace App\Aspect; use App\Common\MyBean; use Swoft\Aop\Annotation\Mapping\A...
/*************************************************************************/ /* collision_object_2d.h */ /*************************************************************************/ /* This file is part of: */ /* ...
Learn dutch by doing tests. This is a playground for various technologies... The words used were taken from the publicly available list found here: [https://www.nt2school.nl](https://www.nt2school.nl/portal/site/e7563c1b-f530-4a4b-809a-19deb3ecdfb5/page/webcontent1) Technologies used 1. [Apache Wicket 8](https://w...
<!DOCTYPE html> <title>Test for auto-fit and auto-fill with huge grids (lots of tracks)</title> <link href="resources/grid.css" rel="stylesheet"> <link href="../css-intrinsic-dimensions/resources/width-keyword-classes.css" rel="stylesheet"> <link href="../css-intrinsic-dimensions/resources/height-keyword-classes.css" r...
var app = app || {}; (function ($) { //Check if SignalR is defined if (!$ || !$.connection) { return; } //Create namespaces app.signalr = app.signalr || {}; app.signalr.hubs = app.signalr.hubs || {}; //Get the chat hub app.signalr.hubs.chat = app.signalr.hubs.chat || $.connec...
module.exports = { config: { // default font size in pixels for all tabs fontSize: 16, // font family with optional fallbacks fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) curs...
Ohjelmistotuotantoprojekti (Software lab), autumn 2017 University of Helsinki Backend of the project can be found [here](https://github.com/UniversityOfHelsinkiCS/back-grappa2) Grappa 2.0 (GRAdut Pikaisesti PAkettiin 2.0) will be a tool for both students and staff to manage master theses, to simplify and to speed up ...
''' main ''' import argparse import json import logging import os import pkgutil import re import sys import time import uuid from httplib import HTTPConnection from threading import Lock, Thread from ..common import status from heron.common.src.python.utils import log # The location of default configure file DEFAULT...
title: amr18 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: r18 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1: ...
namespace stellar_dotnet_sdk.responses { /// <summary> /// Fee would bring account below reserve. /// </summary> public class TransactionResultInsufficientBalance : TransactionResult { public override bool IsSuccess => false; } }