text
stringlengths
3
1.05M
import { AuthContextModule, ContextModule } from "@artsy/cohesion" import { Flex } from "@artsy/palette" import { ArtworkGrid_artworks } from "v2/__generated__/ArtworkGrid_artworks.graphql" import { Mediator } from "v2/Artsy" import { ArtworkGridEmptyState } from "v2/Components/ArtworkGrid/ArtworkGridEmptyState" import...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
static void ApplyStyle( QMenu *qtMenu, long style ) { if ( style & wxMENU_TEAROFF ) qtMenu->setTearOffEnabled( true ); } wxMenu::wxMenu(long style) : wxMenuBase( style ) { m_qtMenu = new QMenu(); ApplyStyle( m_qtMenu, style ); } wxMenu::wxMenu(const wxString& title, long style) : wxMenuBa...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout ="center" ="vertical" ="fill_parent" ="wrap_content" xmlns:android="http://schemas.android.com/apk/res/android"> <com.quizup.core.widgets.topicButton.challenge.TopicWidgetChallenge ="center_horizontal" ="@id/view" ="fill_parent" ="wrap_content" style="@style/to...
#ifndef SIM3SOLVER_H #define SIM3SOLVER_H #include <opencv2/opencv.hpp> #include <vector> #include "KeyFrame.h" namespace ORB_SLAM2 { class Sim3Solver { public: Sim3Solver(KeyFrame* pKF1, KeyFrame* pKF2, const std::vector<MapPoint*> &vpMatched12, const bool bFixScale = true); void SetRansacParameters(...
require 'spec_helper' describe Venue, :type => :model do end
<?php // autoload.php @generated by Composer require_once __DIR__ . '/composer' . '/autoload_real.php'; return ComposerAutoloaderInit60d08673a26ebd9836d225b180e57fcd::getLoader();
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > <TextView android:id="@+id/userNameText" android:layout_width="wrap_co...
namespace UAlbertaBot { struct AirThreat { BWAPI::Unit unit; double weight; }; struct GroundThreat { BWAPI::Unit unit; double weight; }; class MicroManager { BWAPI::Unitset m_units; protected: SquadOrder m_order; virtual void executeMicro(const BWAPI::Unitset & targets) = 0; ...
/* eslint-disable */ // Auto-generated by generate-enums script on Thu Feb 24 2022 03:38:38 GMT-0500 (Eastern Standard Time) /** * @enum * @readonly */ const ELogFileType = { "SystemBoot": 0, "SystemReset": 1, "SystemDebug": 2, // Value-to-name mapping for convenience "0": "SystemBoot", "1": "SystemReset", ...
FOUNDATION_EXPORT double YHSDKLibVersionNumber; //! Project version string for YHSDKLib. FOUNDATION_EXPORT const unsigned char YHSDKLibVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <YHSDKLib/PublicHeader.h> #import <YHSDKLib/YHUserInfoSer...
<!DOCTYPE html> <style> table, td { border: 1px solid black; } </style> <html lang="en"> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script>...
class Course::Assessment::Answer::Programming < ActiveRecord::Base # The table name for this model is singular. self.table_name = table_name.singularize acts_as :answer, class_name: Course::Assessment::Answer.name has_many :files, class_name: Course::Assessment::Answer::ProgrammingFile.name, ...
h1 { font-size: 60px; line-height: 60px; margin: 25px; } a { color: black; } p { margin: 0px 5px; } body { background-color: yellow; font-family: 'Oleo Script', cursive; margin: 0px; text-align: center; } .clearfix { clear: both; } .resistor-container { margin-bottom: 15px; position: relative; }...
(function(){ var Utils = FL.Utils; var EventDispatcher = FL.EventDispatcher; var HTMLAudio = FL.Audio = function(properties){ this.src = null; this.loop = false; this.autoPlay = false; this.loaded = false; this.playing = false; this.duration = 0; this...
package net import "../internal/common" func IOCounters(pernic bool) ([]IOCountersStat, error) { return []IOCountersStat{}, common.ErrNotImplementedError } func FilterCounters() ([]FilterStat, error) { return []FilterStat{}, common.ErrNotImplementedError } func ProtoCounters(protocols []string) ([]ProtoCountersSt...
import common from '../shared/utils.common'; import changes from '../shared/utils.changes'; export default class Data { constructor(meta, def, root) { let definition = def; if(meta.extend) { definition = common.extend(meta.extend, definition); } this.definition = common....
#ifndef GRAPH_PROXY_H #define GRAPH_PROXY_H /// COMPONENT #include <csapex/model/graph.h> #include <csapex/model/observer.h> #include <csapex/io/io_fwd.h> #include <csapex/io/proxy.h> namespace csapex { class GraphImplementation; class GraphProxy : public Graph, public Observer { public: GraphProxy(io::ChannelPt...
/* * firmwareTable.h * * Created on: Dec 29, 2016 * Author: frank * Contains the list of all the node firmware versions accepted */ #ifndef FIRMWARETABLE_H_ #define FIRMWARETABLE_H_ #define cc_VERSION 0x00000001 #define mc_VERSION 0x00000001 #define bps_VERSION 0x00000001 #define ads_VERSION 0x000000...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Reactive.Testing; using NUnit.Framework; using System.Reactive; using ReactiveUI.Testing; namespace ReactiveOperators.Tests { [TestFixture] public cla...
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2004, 2007 StatPro Italia srl This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribu...
Easily decorate an HTML canvas with a bouncy ball mini-game. Just include the script into a page and decorate a `canvas` with the `bouncy-ball` id... ```html <canvas id="bouncy-ball"></canvas> <script src="BouncyBallGame.js"></script> ``` ... then click on the canvas to get going. See the code for a more complete e...
using System; using System.Collections.Generic; using Bloomberglp.Blpapi; using JetBlack.Bloomberg.Identifiers; using JetBlack.Bloomberg.Responses; namespace JetBlack.Bloomberg.Requests { public class HistoricalDataRequest { public ICollection<string> Tickers { get; set; } public IList<string>...
package org.openlayers.ol.source; import jsinterop.annotations.*; import org.openlayers.ol.Coordinate; import org.openlayers.ol.ImageLoadFunctionType; import org.openlayers.ol.events.ImageEvent; import org.openlayers.ol.proj.Projection; import org.openlayers.ol.source.options.ImageWMSSourceOptions; /** * Source fo...
package com.jreaper.plugins.reaper.task; import com.jreaper.model.entity.seed.SeedChannel; import java.util.List; /** * Created by zarubin on 14.01.2015. */ public interface IReaperTaskExecutor { void execute(SeedChannel seedChannel); }
/** * * Emerald (kbi/elude @2014-2016) * */ #include "shared.h" #include "collada/collada_data_scene_graph_node_matrix.h" #include "collada/collada_data_transformation.h" #include "system/system_assertions.h" #include "system/system_resizable_vector.h" PUBLIC collada_data_scene_graph_node_item collada_data_scene_g...
enyo.kind({ name: 'moon.sample.ExpandableDataPickerSample', kind: 'FittableRows', classes: 'moon enyo-unselectable enyo-fit', components: [ {kind: 'moon.Scroller', fit: true, components: [ {name: 'picker', kind: 'moon.ExpandableDataPicker', content: 'Expandable Data Picker', noneText: 'Nothing Selected', compo...
#region Apache License // // 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 under the Apache License, Version 2....
import initialState from 'vclub/redux/initialClubState'; // adding figures export const ADD_NEW_FIGURE = 'club/whiteboard/add-new-figure'; export function addNewFigure(figure) { return { type: ADD_NEW_FIGURE, payload: { figure, }, meta: { remote: true, broadcast: true, }, }; ...
#include "config.h" #include "wine/port.h" #include <stdarg.h> #include <stdio.h> #include "gphoto2_i.h" #include "wingdi.h" #include "winuser.h" #include "wine/library.h" #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(twain); #ifdef HAVE_GPHOTO2 static void *libjpeg_handle; #define MAKE_FUNCPTR(f) static typ...
This repository contains the code for a proof-of-concept installation based on the Grid-EYE sensor and panStamp microcontrollers. It includes the handler script, the operating code for the panStamps and some basic training data for the GRT. We used the setup to track subjects performing sport exercises in front of the ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bull. Soc. mycol. Fr. 43: 97 (1927) #### Original name Anthracobia humillima Malençon, 1927 ### Remarks null
<?php namespace Demierre\UserBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\Loader; /** * This is the class that loads and mana...
<?php namespace Blog\Factory; use Blog\Model\Post; use Blog\Model\ZendDbSqlRepository; use Interop\Container\ContainerInterface; use Zend\Db\Adapter\AdapterInterface; use Zend\Hydrator\Reflection as ReflectionHydrator; use Zend\ServiceManager\Factory\FactoryInterface; class ZendDbSqlRepositoryFactory implements Fact...
use ::{BroadcastMode, Instruction, MaskReg, MergeMode, Mnemonic, OperandSize, Reg, RoundingMode}; use ::RegType::*; use ::instruction_def::*; use ::Operand::*; use ::Reg::*; use ::RegScale::*; fn cvtpi2pd_1() { run_test(&Instruction { mnemonic: Mnemonic::CVTPI2PD, operand1: Some(Direct(XMM1)), operand2: Some(Direc...
const { expect } = require('chai'); const { AirValidationError } = require('../../../src/Services/Air/AirErrors'); const allowDirectAccess = require('../../../src/Services/Air/validators/allow-direct-access'); describe('#Air#validators#allow-direct-access', () => { it('should throw when allowDirectAccess invalid typ...
class Skopeo < Formula desc "Work with remote images registries" homepage "https://github.com/containers/skopeo" url "https://github.com/containers/skopeo/archive/v0.1.40.tar.gz" sha256 "ee1e33245938fcb622f5864fac860e2d8bfa2fa907af4b5ffc3704ed0db46bbf" revision 1 bottle do cellar :any rebuild 1 ...
<!DOCTYPE html> <html> <head> <title>Facebook Album Challenge</title> <link rel="shortcut icon" type="image/jpg" href="libs/resources/img/favicon.jpg"/> <link rel="stylesheet" type="text/css" href="libs/resources/css/jquery.fancybox.css" /> <link rel="stylesheet" type="text/css" href="libs/resources/css/boots...
# Using Tribune-specific Bootstrap This customization of Twitter Bootstrap attempts to balance the ability to merge upstream Twitter Bootstrap updates with the ability to create custom CSS on a per-market basis. This custom CSS often relies on and overrides Bootstrap's standard styles. Here's what has been modified: ...
test repo on how to move directories
package com.pushtorefresh.storio.contentresolver.impl; import android.content.ContentResolver; import android.net.Uri; import com.pushtorefresh.storio.contentresolver.BuildConfig; import com.pushtorefresh.storio.contentresolver.ContentResolverTypeMapping; import com.pushtorefresh.storio.contentresolver.StorIOContentR...
from __future__ import absolute_import import datetime from bson.objectid import ObjectId from girder.api.rest import ModelImporter, RestException, getCurrentUser from girder.constants import AccessType import cumulus from cumulus.constants import ClusterType def get_task_token(cluster=None): """ Gets a Gir...
import sinon from 'sinon'; import { shallow } from 'enzyme'; import React from 'react'; import HamburgerSettingsButton from '../../app/components/HamburgerSettingsButton'; function setup() { const actions = { // Button has an openSettings function. openSettings: sinon.spy(), }; const component = shallow(...
<!-- ~ Copyright (c) 2016. Zhongdong Yang (David Moriaty in some occasions), the independent developer, has started this project cn.edu.ncepu.lova at 2016 since he was 20 years old. The app is based on storing and sharing information among all his prentice. --> <android.support.v4.widget.NestedScrollView xmlns...
require 'nokogiri' require 'open-uri' module Spree class ProductsScraper < BaseScraper attr_reader :taxon, :taxon_url def initialize(taxon, scraper, taxon_url) super(scraper) @taxon = taxon @taxon_url = taxon_url end def scrape log.info "Parsing products of #{taxon.name}" ...
/* * Copyright (C) 1998, 1999, 2000, * * Arjuna Solutions Limited, * Newcastle upon Tyne, * Tyne and Wear, * UK. * * $Id: Interposition.java 2342 2006-03-30 13:06:17Z $ */ package com.arjuna.ats.internal.jts.interposition.resources.arjuna; import java.util.LinkedList; import java.util.List; import org.omg...
Poetry is a minimalistic HTML5/CSS3 boilerplate with verbose markup written in Less. ## Quick start Download/clone this repo and explore included html templates. You can use Sketch 3 template with symbols and text styles to speed up prototyping. ## License and disclaimer * It was inspired by [Skeleton](getskeleton...
using System.Web.Mvc; namespace DemoWebApp { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); } } }
<Type Name="XmlReflectionImporter" FullName="System.Xml.Serialization.XmlReflectionImporter"> <TypeSignature Maintainer="auto" Language="C#" Value="public class XmlReflectionImporter" /> <AssemblyInfo> <AssemblyName>System.Xml</AssemblyName> <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 0...
int main(int argc, char * argv[]) { // Load the file data into the struct. BookData * book_data = get_book_data_from_file(argv[ARGUMENT_FILE_TO_PARSE]); // Output all the data to stdout. output_out_all_contents_of_book_data(book_data); // Free memory used and exit the program. free_book_data(b...
"""I/O functionality.""" __all__ = [ "load_boolean_mask", "load_images", "load_images_from_dir", "load_labels", "save_as_nifti_file", ] from pathlib import Path from typing import Callable, Iterable, List, Union import logging import nibabel as nib import numpy as np from nibabel.nifti1 import N...
namespace AcademyPlatform.Models.Courses { using System.ComponentModel.DataAnnotations; public enum CoursePricingType { None, [Display(Name = "Безплатен")] Free, [Display(Name = "Платен достъп")] PaidAccess, [Display(Name = "Платен сертификат")] Paid...
package ndm.miniwms.service; import java.util.List; import ndm.miniwms.pojo.StockIn; import ndm.miniwms.vo.TableModel; public interface IStockInService { List<StockIn> all(); int delById(Integer id); int update(StockIn stockIn); int add(StockIn stockIn); StockIn selectById(Integer id); List<StockIn>...
using namespace std::string_literals; // This is part of the swiftFrontendTool interface, we hook into the // compilation pipeline and extract files after the Swift frontend performed // semantic analysis class Observer : public swift::FrontendObserver { public: explicit Observer(const codeql::SwiftExtractorConfigu...
'use strict'; // MODULES // var tape = require( 'tape' ); var ENV = require( '@stdlib/process/env' ); var chi2gof = require( '@stdlib/stats/chi2gof' ); var now = require( '@stdlib/time/now' ); var isnan = require( '@stdlib/math/base/assert/is-nan' ); var isUint32Array = require( '@stdlib/assert/is-uint32array' ); v...
package org.apache.curator.framework.imps; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Predicate; import com.google.common.collect.Iterables; import org.apache.curator.RetryLoop; import org.apache.curator.TimeTrace; import org.apache.curator.framework.api.*; import org.apache...
class ReadingListEntry; // The delegate to handle callbacks from the ReadingListStore. class ReadingListStoreDelegate { public: // These three mathods handle callbacks from a ReadingListStore. virtual void StoreLoaded(std::unique_ptr<ReadingListEntries> unread, std::unique_ptr<ReadingLi...
<html><body> <p> This directory contains the GrinXlet API for Java SE/Grinview. A project that uses GrinXlet can refer to the public API in this package, in places like its director. This package is the Java SE version of GrinView. Any public APIs here can be safely used from the director's code, and will work both w...
package org.headlessintrace.rcp.event; import java.util.EventObject; import org.headlessintrace.client.connection.ConnectionDetail; public class ConnectionEvent extends EventObject { boolean m_successful = false; public ConnectionEvent(ConnectionDetail source, boolean success) { super(source); this.m...
GoSpotify is a simple service that syncs your playlists from SoundCloud, VK and Last.fm to Spotify. ![gospotify 2014-07-13 19-37-04 2014-07-13 19-39-37](https://cloud.githubusercontent.com/assets/944286/3565170/48203002-0aac-11e4-8c1f-b68994c2200c.jpg) ## Status [![Build Status](https://secure.travis-ci.org/krasnouk...
package org.optaplanner.core.impl.heuristic.selector.common.nearby; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException; import java.util.Random; import org.junit.jupiter.api.Test; import org.optaplanner.core.impl.testutil.TestRan...
<!DOCTYPE html> <html lang="en-GB"> <head> {% include work_queue_head_andy.html %} </head> <body background="{{ site.baseurl }}/images/help-bg.png"> <div class="container container-andy"> {{ content }} </div> {% include work_queue_footer_andy.html %} </body> </html>
#pragma once #include <string> #include <cstdio> #include <cstdlib> #include <ctime> #include <iostream> #include <sstream> #include "crow/settings.h" namespace crow { enum class LogLevel { #ifndef ERROR DEBUG = 0, INFO, WARNING, ERROR, CRITICAL, #endif Debug ...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> <component name="FrameworkDetectionExcludesConfiguration"> <file type="web" url="file://$PROJECT_DIR$" /> </component> <component name="MavenProjectsManager"> ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Hedwigia 23: 7 (1884) #### Original name Fusidium adoxae Rabenh., 1857 ### Remarks null
namespace base { class FilePath; } namespace bookmarks { // Writes a set of bookmark elements from a profile to the specified pasteboard. void WriteBookmarksToPasteboard( NSPasteboard* pb, const std::vector<BookmarkNodeData::Element>& elements, const base::FilePath& profile_path); // Reads a set of bookm...
var Cerobee = require('clerobee'); var clerobee; /** * Communication abstractation used for interaction between entities * * @class Communication * @constructor */ function Communication(originalId, flowId, externalId, division, source, event, params, callback, responder, error, response){ this.id = clerobee.generat...
package examples.Bricklet.Temperature; import com.tinkerforge.BrickletTemperature; import com.tinkerforge.IPConnection; public class ExampleCallback { private static final String host = "localhost"; private static final int port = 4223; private static final String UID = "ABC"; // Change to your UID // Note: To m...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/FitChart.iml" filepath="$PROJECT_DIR$/FitChart.iml" /> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> </m...
 #pragma once #include <aws/iotsecuretunneling/IoTSecureTunneling_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace IoTSecureTunneling { namespace Model { enum class ClientMode { NOT_SET, SOURCE, DESTINATION, ALL }; namespace ClientModeMapper { AWS_IOTSECURE...
rem Sets the basedir to the directory where libraries are located set BASEDIR=%~dp0 java -classpath "%BASEDIR%*;%BASEDIR%lib\*" com.evolveum.midpoint.testing.model.client.sample.Upload %*
package com.azure.spring.cloud.actuator.storage; import com.azure.core.http.rest.Response; import com.azure.storage.queue.QueueServiceAsyncClient; import com.azure.storage.queue.models.QueueServiceProperties; import org.junit.jupiter.api.Test; import org.mockito.Mockito; import org.springframework.boot.actuate.health....
Imports System.Data Partial Class fFacturas_IHC Inherits vis2formularios.frmReporte Dim loObjetoReporte As CrystalDecisions.CrystalReports.Engine.ReportDocument Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Try Dim loComandoSeleccionar ...
(function (window, undefined) { /** * Applies attributes to a DOM object * @param {object} context The DOM obj you want to apply the attributes to * @param {object} attrs A key/value pair of attributes you want to apply * @returns {undefined} */ function _applyAttrs(context, attrs) { for (var...
FROM rafaelcatrou/docker_gnat:v1.0 MAINTAINER Rafael Catrou <rafael@localhost> # -------------------------------------------------------------------------------------------------- # Configuration management # -------------------------------------------------------------------------------------------------- RUN apt-get...
local map = { {0,1,0,1,0}, {0,1,0,1,0}, {0,1,1,1,0}, {0,0,0,0,0}, } -- Value for walkable tiles local walkable = 0 -- Library setup -- Calls the grid class local Grid = require ("jumper.grid") -- Calls the pathfinder class local Pathfinder = require ("jumper.pathfinder") -- Creates a grid object local grid = Grid...
module(...,package.seeall) local ffi = require("ffi") local C = ffi.C local S = require("syscall") local shm = require("core.shm") local lib = require("core.lib") --- ### Hardware device information devices = {} --- Array of all supported hardware devices. --- --- Each entry is a "device info" table with these att...
<?php namespace common\models; use Yii; use yii\base\Exception; /** * This is the model class for table "currenttestlibrary". * * @property integer $currentTestLibraryId * @property integer $userId * @property integer $testLibraryId * @property integer $testTypeId * @property string $remark */ class CurrentT...
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, national...
'use strict'; module.exports = Popup; var util = require('../util/util'); var Evented = require('../util/evented'); var DOM = require('../util/dom'); var LngLat = require('../geo/lng_lat'); /** * A popup component. * * @class Popup * @param {Object} [options] * @param {boolean} [options.closeButton=true] If `tr...
<?php class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collection { protected $collection_key = 'performanceReport'; public $kind; protected $performanceReportType = 'Google_Service_AdExchangeBuyer_PerformanceReport'; protected $performanceReportDataType = 'array'; public function ...
describe("Media Player", function () { /** ** MediaPlayer Audio Tests **/ it("VT200-0646-Play Audio(valid file local)", function () { dispTestCaseRunning("VT200-0646-Play | Audio(valid file local"); dispExpectedResult("You should hear the audio"); _result.waitToRunTest(); runs(function () { if ...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
package hprose.example.promise; import hprose.util.concurrent.Promise; public class Exam13 { public static void main(String[] args) throws InterruptedException { Promise.some((Integer element) -> element > 10, 12, Promise.value(5), 8, Promise.value(130), 44) .then((Boolean ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TormentedDemonSimulator { public class Rotation { List<Ability> abilities = new List<Ability>(); public CombatStyle Style { get; private set; } public Ability this[int index] { get { return abiliti...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.intmax_t.html"> </head> <body> <p>Redirecting to <a href="type.intmax_t.html">type.intmax_t.html</a>...</p> <script>location.replace("type.intmax_t.html" + location.search + location.hash);</script> </body> </html>
#ifndef MMDTLINEAR_DUAL #define MMDTLINEAR_DUAL #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> #include <locale.h> #include <set> #include "linear.h" #include "tron.h" #include "linear.h" // same standard typedefs and macros #include "shared.h" #include "mmdt-line...
<?php /** * @author Gerard van Helden <drm@melp.nl> */ abstract class BaseIntegrationTest extends PHPUnit_Framework_TestCase { protected $tmpDir; protected $templateDir = '../assets/integration'; protected $testData; function setUp() { if (is_writable(dirname(__FILE__) . '/../assets/tmp'...
using System.Web; using System.Web.Mvc; namespace Rn2OnAirMucicList { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); } } }
package ilargia.entitas.systems; import ilargia.entitas.Entity; import ilargia.entitas.api.IContexts; import ilargia.entitas.api.system.IReactiveSystem; import ilargia.entitas.collector.ICollector; import ilargia.entitas.factories.EntitasCollections; import java.util.List; /** * A ReactiveSystem calls Ex...
/** * \file * Defines the ENC class for constants definitions. * * \author Alessandro Antonello <aantonello@paralaxe.com.br> * \date Agosto 26, 2013 * \since Simple Framework 2.5 * * \par License * Apache v2 License. */ package sf.lang; /** * \ingroup sf_lang * Recognized string encoding constants. * T...
<?php $inspeccion = mysql_fetch_object($datos); ?> <h2 class="title">Datos Inspeccion</h2> <div class="entry"> <div> <label style="font-weight: bold">Semillera: </label> <label><?php echo $inspeccion -> semillera;?></label> </div> <div style="margin-bottom: 10px" ></div> <div> <label style="font-weight: bold...
package com.iesebre.DAM2.introtext; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.v4.app.NavUtils; import android.view.MenuItem; import android.widget.TextView; public class resul...
<?php namespace AppBundle\Factory; use AppBundle\Service\Payment\Gateway\Paypal; use AppBundle\Service\Payment\Gateway\Paytrek; use AppBundle\Service\Payment\Gateway\Payu; class PaymentGatewayFactory { public static function create($paymentGatewaySlug, $em, \Swift_Mailer $mailer) { switch ($paymentGa...
package com.tonini.diego.dexpense.model; /** * Created by Diego on 27/03/2015. */ public interface IMovement { public void setName(String name); public void setDateInMillis(long dateInMillis); public void setValue(double amount); public void setParentWalletid(int id_wallet); public void setR...
package com.bluelinelabs.conductor.internal; import android.support.annotation.NonNull; import android.view.View; import android.view.ViewGroup; import com.bluelinelabs.conductor.ControllerChangeHandler; public class NoOpControllerChangeHandler extends ControllerChangeHandler { @Override public void perform...
When batect runs a task, there are a number of steps that it follows: First, it determines which tasks to run and what order to run them in, based on the prerequisites of the requested task and any prerequisites of those prerequisites and so on. Next, for each task, it determines what containers need to be started fo...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <meta name="generator" content="AsciiDoc 8.6.6" /> <title>git-ls-remote...
import async from 'async'; export default ({ data, sortKey, sortOrder, filterText }) => new Promise((resolve, reject) => { async.filter(data, (item, cb) => { cb(null, Object.values(item).reduce( (matches, value) => matches ? true : ('' + value).includes(filterText), false )); }, (err, results) ...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="eo" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Mxcoin</source> <translation>Pri Mxcoin</translation> </message>...