text
stringlengths
3
1.05M
package org.apache.qpid.IBMPerfTest; import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.wso2.andes.client.AMQConnection; import org.wso2.andes.client.AMQSession; import org.wso2.andes.client.AMQTopic; import javax.jms.Connection; import javax.jms.JMSException; import javax.jms.Session; import ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Annales de la Société des Sciences Naturelles et d'Archéologie de Toulon et du Var 37(4): 233 (1985) #### Original name Disaeta arbuti Bonar, 1928 ### Remarks null
public class DarkRoast extends Beverage { public DarkRoast() { description = "Dark Roast Coffee"; } public double cost() { return .99; } }
namespace ash { ImeModeView::ImeModeView(Shelf* shelf) : TrayItemView(shelf) { SetVisible(false); CreateLabel(); SetupLabelForTray(label()); Update(); SetBorder(views::CreateEmptyBorder(gfx::Insets::TLBR( kUnifiedTrayTextTopPadding, 0, 0, kUnifiedTrayTextRightPadding))); Shell::Get()->system_tray_no...
import java.util.HashMap; class Test { HashMap<Integer, String> map = new HashMap<<caret>>(); }
namespace CustomQueue { using System.Collections.Generic; public class Queue<T> { private readonly LinkedList<T> values = new LinkedList<T>(); public int Count { get { return this.values.Count; } } public void En...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ //--------------------------------...
'use strict' var assert = require('assert') var constaninople = require('../') describe('isConstant(src)', function () { it('handles "[5 + 3 + 10]"', function () { assert(constaninople.isConstant('[5 + 3 + 10]') === true) }) it('handles "/[a-z]/.test(\'a\')"', function () { assert(constaninople.isConsta...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace Fungus { [CommandInfo("Sprite", "Set Collider", "Sets all collider (2d or 3d) components on the target objects to be active / inactive")] [AddComponentMenu("")] public class SetCollider : Command ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Linq; using System.Threading; using Microso...
sudo docker run --name worldserver -h worldserver --net=overlay -p 8084:8084 -i -t -v /mnt/archive/Programming/Cloud/ElixirMessagingServer/DotNet/WorldServer:/opt/WorldServer mono:4.2.1.102 bash #sudo docker build -t my_elixir_server . #sudo docker run --name elixirserver -i -t my_elixir_server /opt/ElixirMessagingServ...
// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //------------------------------------------------------------------------------ // // Reimplementation of the Boost result_of utilit...
#ifndef PMKSA_CACHE_H #define PMKSA_CACHE_H #include "radius/radius.h" /** * struct rsn_pmksa_cache_entry - PMKSA cache entry */ struct rsn_pmksa_cache_entry { struct rsn_pmksa_cache_entry *next, *hnext; u8 pmkid[PMKID_LEN]; u8 pmk[PMK_LEN]; size_t pmk_len; os_time_t expiration; int akmp; /* WPA_KEY_MGM...
class UsersController < InheritedResources::Base actions :index end
@class ImActorModelEntityContentInternalContentRemoteContainer; @interface AMServiceContent : AMAbsContent #pragma mark Public - (instancetype)initWithImActorModelEntityContentInternalContentRemoteContainer:(ImActorModelEntityContentInternalContentRemoteContainer *)contentContainer; - (NSString *)getCompatText; @e...
#include <linux/pci.h> #include <linux/netdevice.h> #include <linux/vmalloc.h> #include <linux/delay.h> #include <linux/idr.h> #include <linux/module.h> #include <linux/printk.h> #ifdef CONFIG_INFINIBAND_QIB_DCA #include <linux/dca.h> #endif #include "qib.h" #include "qib_common.h" #include "qib_mad.h" #ifdef CONFIG...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "default", { enumerable: true, get: function get() { return _DialogActions.default; } }); var _DialogActions = ...
title: Hpku-Teman Belajarku - Mentoring 14 Juni 2012 date: 2012-06-14 categories: - laporan - mentoring - Hpku-Teman Belajarku --- Oleh Heru Tjatur via surel Aktivitas Program HPku Teman Belajarku belum melengkapi beberapa pelaporan aktivitas yang telah dilakukan. Beberapa hal yang dapat saya kemukakan a.l.: ...
"""Functional tests for Split Op.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import numpy as np from tensorflow.python.framework import constant_op from tensorflow.python.framework import dtypes from tensorflow.python.framework import errors_impl f...
<!-- * Copyright 2005-2011 The Codehaus * * 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 ...
@echo off cls .paket\paket.bootstrapper.exe if errorlevel 1 ( exit /b %errorlevel% ) .paket\paket.exe restore if errorlevel 1 ( exit /b %errorlevel% ) packages\FAKE\tools\FAKE.exe build.fsx %* --nocache
<?php defined('SYSPATH') or die('No direct script access.'); class Minion_CLI extends Kohana_Minion_CLI {}
@interface PodsDummy_Mantle : NSObject @end @implementation PodsDummy_Mantle @end
var mongoose = require('mongoose'); module.exports = mongoose.model('User',{ //_id: mongoose.Schema.Types.ObjectId, username: String, password: String, email: String, gender: String, address: String });
// Package reconcilers master count based reconciler package reconcilers import ( "net" "sync" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/util/retry" "k8s.io/klog/v2" endpointsv1 "k8s.io/kubernetes/pkg/api/v1/endpoints" ) ...
namespace boost { namespace units { namespace si { typedef unit<absorbed_dose_dimension,si::system> absorbed_dose; BOOST_UNITS_STATIC_CONSTANT(gray,absorbed_dose); BOOST_UNITS_STATIC_CONSTANT(grays,absorbed_dose); } // namespace si } // namespace units } // namespace boost #endif // BOOST_UNITS_SI_A...
--- 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, Versi...
/*! * inferno v1.0.0-beta15 * (c) 2016 Dominic Gannaway * Released under the MIT License. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.Inferno = factory()); }(thi...
namespace Google.Cloud.AIPlatform.V1.Snippets { // [START aiplatform_v1_generated_ModelService_GetModelEvaluation_sync_flattened_resourceNames] using Google.Cloud.AIPlatform.V1; public sealed partial class GeneratedModelServiceClientSnippets { /// <summary>Snippet for GetModelEvaluation</summar...
<!DOCTYPE html> <html><head> <title> scheduler: adding external script that removes itself from document when loading</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="testlib/testlib.js"></script> </head> <body...
package org.jetbrains.plugins.groovy.lang.psi.api.statements; import com.intellij.psi.PsiElement; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.jetbrains.plugins.groovy.lang.psi.GroovyPsiElement; import org.jetbrains.plugins.groovy.lang.psi.api.statements.clauses.GrC...
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (ge...
typedef NS_ENUM(NSInteger, TopicQueryType){ TopicQueryTypeAll = 0, TopicQueryTypeMe }; typedef NS_ENUM(NSInteger, LabelOrderType){ LabelOrderTypeUpdate = 51, LabelOrderTypeCreate = 49, LabelOrderTypeHot = 53, }; @class Project; @interface ProjectTopics : NSObject @property (readwrite, nonatomic,...
''' Example BCSD transformation pipeline definition file ''' from __future__ import absolute_import import os import pipelines import pipelines.climate.transformations as trn from pipelines.climate.toolbox import ( load_climate_data, weighted_aggregate_grid_to_regions, bcsd_transform) __author__ = 'Mi...
<?xml version="1.0" encoding="UTF-8" ?> <!-- This file is part of the Sylius package. (c) Paweł Jędrzejewski For the full copyright and license information, please view the LICENSE file that was distributed with this source code. --> <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-ma...
/* ftconfig.h. Generated from ftconfig.in by configure. */ /***************************************************************************/ /* */ /* ftconfig.in */ /* ...
# update-notifier [![Build Status](https://travis-ci.org/yeoman/update-notifier.svg?branch=master)](https://travis-ci.org/yeoman/update-notifier) > Update notifications for your CLI app ![](screenshot.png) Inform users of your package of updates in a non-intrusive way. #### Contents - [Examples](#examples) - [How]...
/*! * \file default_attribute_names.cpp * \author Andrey Semashev * \date 13.07.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include <boost/log/detail/config.hpp> #inc...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.8.1 */ @-webkit-keyframes sliderFocusThumb { 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; ...
var exports: any; var assert: any; var MockRenderer = null; var JavaScriptMode = null; /// <reference path="tests/ace-default-tests.ts" /> /// <reference path="tests/ace-background_tokenizer-tests.ts" /> /// <reference path="tests/ace-document-tests.ts" /> /// <reference path="tests/ace-edit_session-tests.ts" /> /// <...
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="me.littlecheesecake.waterfalllayout"> <application android:supportsRtl="true"> </application> </manifest>
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Azure.Devices.ProtocolGateway.Mqtt.Routing { using System.Collections.Generic; public sealed class RoutingConfiguration { publ...
/*------------------------------------------------------------------------- * * nodeBitmapIndexscan.c * Routines to support bitmapped index scans of relations * * Portions Copyright (c) 2007-2008, Greenplum inc * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1...
module Dynamoid module Middleware class IdentityMap def initialize(app) @app = app end def call(env) Dynamoid::IdentityMap.clear @app.call(env) ensure Dynamoid::IdentityMap.clear end end end end
package org.apache.hadoop.mapreduce.v2.app.launcher; import java.io.IOException; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.concurrent.BlockingQueue; import java.util.concurrent.ConcurrentHashMap; import java.util.co...
package org.apache.felix.ipojo.handlers.event.publisher; import java.util.Dictionary; /** * An Publisher is the interface between the EventAdminPublisherHandler and a * component instance. The POJO can send event through the handler by calling a * {@code send} method. * * @author <a href="mailto:dev@felix.apach...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
<?xml version="1.0"?> <doc> <assembly> <name>DotNetOpenAuth.OAuth.Consumer</name> </assembly> <members> <member name="T:DotNetOpenAuth.OAuth.ChannelElements.IConsumerTokenManager"> <summary> A token manager for use by a web site in its role as a consumer of ...
package com.carsFinder.twitter; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import model.DataPackage; import vo.StatusVO; import vo.ViewObject; import com.opensymphony.xwork2.ActionSupport; public class MainAction extends ActionSupport{ private static final lon...
import placeholder import expect import re from spirv_test_framework import inside_spirv_testsuite def empty_main_assembly(): return """ OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint Vertex %4 "main" OpName %4 "main" %2 = OpTypeVoid %3 = OpTypeFunction %...
"use strict"; var util = require("./util.js"); var maybeWrapAsError = util.maybeWrapAsError; var errors = require("./errors.js"); var TimeoutError = errors.TimeoutError; var OperationalError = errors.OperationalError; var haveGetters = util.haveGetters; var es5 = require("./es5.js"); function isUntypedError(obj) { ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>read_until (3 of 8 overloads)</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_as...
mvn clean install
package org.apache.camel.component.crypto.processor; import java.security.KeyStore; import java.security.PrivateKey; import java.security.SecureRandom; import java.security.Signature; import static java.lang.String.format; import org.apache.camel.Exchange; import org.apache.camel.Message; import org.apache.camel.com...
package networks import ( "github.com/mitchellh/mapstructure" "github.com/rackspace/gophercloud" "github.com/rackspace/gophercloud/pagination" ) type commonResult struct { gophercloud.Result } // Extract is a function that accepts a result and extracts a network resource. func (r commonResult) Extract() (*Networ...
//! \file fbxmatrix.h #ifndef _FBXSDK_CORE_MATH_MATRIX_H_ #define _FBXSDK_CORE_MATH_MATRIX_H_ #include <fbxsdk/fbxsdk_def.h> #include <fbxsdk/core/math/fbxvector4.h> #include <fbxsdk/fbxsdk_nsbegin.h> class FbxAMatrix; /** FBX SDK basic 4x4 double matrix class. * \nosubgrouping */ class FBXSDK_DLL FbxMatrix ...
@interface PTKUSAddressZip : PTKAddressZip @end
<teiCorpus xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader type="family"> <fileDesc> <titleStmt> <title>Patent family information</title> <funder>European Patent Office</funder> <sponsor>AM DG1</sponsor> </titleStmt> <publicationStmt> <authority>European Patent Office</authority> <availa...
package com.invizorys.mobile.adapter; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.invizorys.mobile.R; import com.invizorys.mobile.model.HistoryRecord; import com.invizorys.mobile....
<?php namespace ZendPdf\Cmap; use ZendPdf as Pdf; use ZendPdf\Exception; /** * Implements the "trimmed table mapping" character map (type 6). * * This table type is preferred over the {@link \ZendPdf\Cmap\SegmentToDelta} * table when the Unicode characters covered by the font fall into a single * contiguous ra...
@interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. return YES; } - (void)applicationWillResignActive:(UIApplication *)applicat...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("01....
<?php defined('C5_EXECUTE') or die('Access Denied.'); ?> <div class="form-group"> <?php echo $form->label($view->field('content'), $label); if ($description) { ?> <i class="fas fa-question-circle launch-tooltip" title="" data-original-title="<?php echo $description ?>"></i> <?php } ?> <di...
var baseFlatten = require('./_baseFlatten'), baseIteratee = require('./_baseIteratee'), baseUniq = require('./_baseUniq'), isArrayLikeObject = require('./isArrayLikeObject'), last = require('./last'), rest = require('./rest'); /** * This method is like `_.union` except that it accepts `iteratee` w...
namespace IM { namespace Group { // Internal implementation detail -- do not call these. void protobuf_AddDesc_IM_2eGroup_2eproto(); void protobuf_AssignDesc_IM_2eGroup_2eproto(); void protobuf_ShutdownFile_IM_2eGroup_2eproto(); class IMNormalGroupListReq; class IMNormalGroupListRsp; class IMGroupInfoListReq; class ...
DELETE FROM environmentVariables WHERE environmentVariables.id IN ( SELECT environmentVariables.id FROM environmentVariables INNER JOIN builds ON builds.id = environmentVariables.entityId WHERE environmentVariables.entityType = 'Job' AND builds.state = 'Completed' ); --//@UNDO
Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and maintained by [Dave Gandy](http://twitter.com/byscuits). Stay up to date [@fontawesome](http://twitter.com/fontawesome). Get started at http://fontawesome.io! ##License - The Font Awesome font is licensed...
"use strict" const ruleMessages = require("../../utils/ruleMessages") const validateOptions = require("../../utils/validateOptions") const whitespaceChecker = require("../../utils/whitespaceChecker") const selectorAttributeOperatorSpaceChecker = require("../selectorAttributeOperatorSpaceChecker") const ruleName = "se...
`hyperkube` is an all-in-one binary for the Kubernetes server components Also, it's very easy to run this `hyperkube` setup dockerized. See https://github.com/kubernetes/kubernetes/blob/master/docs/devel/local-cluster/docker.md for up-to-date commands. `hyperkube` is built for multiple architectures and _pushed automa...
from __future__ import unicode_literals import string import warnings from django.core.exceptions import ImproperlyConfigured, ValidationError from django.db import models from django.db.models.signals import pre_delete, pre_save from django.utils.deprecation import RemovedInDjango19Warning from django.utils.encoding...
<HTML><HEAD> <TITLE>Review for Wag the Dog (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120885">Wag the Dog (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Michael+Redman"...
var profile = require('../../../lib/util/profile'); exports.getMockedProfile = function () { var newProfile = new profile.Profile(); newProfile.addSubscription(new profile.Subscription({ id: '5893435f-6990-4bb3-bebb-b12f3535f990', managementCertificate: { key: 'mockedKey', cert: 'mockedCert' ...
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="text.toc"> <...
// Script: jQuery hashchange event // // *Version: 1.3, Last updated: 7/21/2010* // // Project Home - http://benalman.com/projects/jquery-hashchange-plugin/ // GitHub - http://github.com/cowboy/jquery-hashchange/ // Source - http://github.com/cowboy/jquery-hashchange/raw/master/jquery.ba-hashchange.js //...
var five = require("../lib/johnny-five.js"), board, ping; board = new five.Board(); board.on("ready", function() { // Create a new `ping` hardware instance. ping = new five.Ping(7); // Properties // ping.microseconds // // Roundtrip distance in microseconds // // ping.inches // // Calculat...
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // *Preprocessed* version of the main "lambda_no_ctps.hpp" header // -- DO NOT modify by hand! namespa...
it("should replace a context with a new regExp", function() { function rqInContext(x) { return require(x); } rqInContext("./only-this").should.be.eql("ok"); });
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] =...
using namespace BloombergLP; using namespace bsl; // ============================================================================ // TEST PLAN // ---------------------------------------------------------------------------- // Overview // ...
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-ng-hide-complex-debug</title> <link href="animations.css" rel="stylesheet" type="text/css"> <script src="../../../angular.js"></script> <script src="../../../angular-animate.js"></script> </head> <body ng-app="n...
<footer id="footer" class="footer hidden-print"> <div class="container text-center"> <div> <i class="fa fa-flag"></i> Font Awesome {{ site.fontawesome.version }} <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg"> Created by <a href="http://twitter.com/{{ site.fontawesome.a...
/** */ package isostdisois_13584_32ed_1techxmlschemaontomlSimplified; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>REMOTELOCATIONS</b></em>'. * <!-- end-user-doc --> * * <p> * The follow...
package org.zstack.storage.primary.iscsi; import org.zstack.header.storage.primary.PrimaryStorageVO_; import javax.persistence.metamodel.SingularAttribute; import javax.persistence.metamodel.StaticMetamodel; /** * Created by frank on 4/20/2015. */ @StaticMetamodel(IscsiFileSystemBackendPrimaryStorageVO.c...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="nl"> <head> <!-- Generated by javadoc (1.8.0_77) on Sat Jun 17 15:33:53 CEST 2017 --> <title>CarReviewer Class Hierarchy</title> <meta name="date" content="2017-06-17"> <link rel="styleshe...
export declare function isBrowserIE(): boolean; export declare function isBrowserEdge(): boolean; export declare function isBrowserSafari(): boolean; export declare function isBrowserChrome(): boolean; export declare function isBrowserFirefox(): boolean; export declare function isIOSUserAgent(): boolean; export declare...
if [ -z "${RCT_NO_LAUNCH_PACKAGER+xxx}" ] ; then if nc -w 5 -z localhost 8081 ; then if ! curl -s "http://localhost:8081/status" | grep -q "packager-status:running" ; then echo "Port 8081 already in use, packager is either not running or not running correctly" exit 2 fi else open "$SRCROOT/....
/*! * \file main.cpp * \author Andrey Semashev * \date 07.03.2009 * * \brief An example of logging to a syslog server (syslogd, for example). * * The example shows how to initialize logging to a local syslog server. * The code creates a sink that will use native syslog API to emit messages. */ // #defin...
@DESCRIPTION@
package org.jtrim2.concurrent.query; import java.util.Arrays; import org.junit.Test; import static org.junit.Assert.*; import static org.mockito.Mockito.*; public class MultiAsyncDataStateTest { private static MultiAsyncDataState create(AsyncDataState... subStates) { return new MultiAsyncDataState(subSta...
ROOTDIR = $(CURDIR) ifeq ($(OS),Windows_NT) UNAME_S := Windows else UNAME_S := $(shell uname -s) endif ifndef config ifdef CXXNET_CONFIG config = $(CXXNET_CONFIG) else ifneq ("$(wildcard ./config.mk)","") config = config.mk else config = make/config.mk endif endif ifndef DMLC_CORE DMLC_CORE = $(ROOTDIR)/dmlc-c...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.senai</groupId>...
origin-packaging ================ OpenShift Origin "Next" (v3) Packaging Workspace for collaborating on Next-Gen OpenShift Origin Packaging needs. Builds ------ Builds for the mean time will happen in this copr: [origin-next](http://copr.fedoraproject.org/coprs/maxamillion/origin-next/) When the dust settles and th...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>AWSS3ReplicateObjectResult Class Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1333)"> </head> <body class="app...
from __future__ import unicode_literals import codecs import datetime import locale from decimal import Decimal from django.utils import six from django.utils.functional import Promise from django.utils.six.moves.urllib.parse import quote, unquote if six.PY3: from urllib.parse import unquote_to_bytes class Dja...
#include "SkBitmapHeap.h" #include "SkBitmap.h" #include "SkReadBuffer.h" #include "SkWriteBuffer.h" #include "SkTSearch.h" SkBitmapHeapEntry::SkBitmapHeapEntry() : fSlot(-1) , fRefCount(0) , fBytesAllocated(0) { } SkBitmapHeapEntry::~SkBitmapHeapEntry() { SkASSERT(0 == fRefCount); } void SkBitma...
/** * @author zz85 / http://www.lab4games.net/zz85/blog * Extensible curve object * * Some common of Curve methods * .getPoint(t), getTangent(t) * .getPointAt(u), getTagentAt(u) * .getPoints(), .getSpacedPoints() * .getLength() * .updateArcLengths() * * This following classes subclasses THREE.Curve: * * --...
ZFormFieldType const ZFormFieldSimpleTextType = @"ZFormFieldSimpleTextType"; ZFormFieldType const ZFormFieldEMailType = @"ZFormFieldEMailType"; ZFormFieldType const ZFormFieldPasswordType = @"ZFormFieldPasswordType"; ZFormFieldType const ZFormFieldZipcodeType = @"ZFormFieldZipcodeType"; ZFormFieldType const ZFormFieldP...
============= OS Exercise 1 ============= Question -------- ADDQUESTION Solution -------- .. literalinclude:: ../../languages/python/software_engineering_os_exec1.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/software_engineering_os_exec1.py :language: python :codesite: ideone ...
<?php namespace Symfony\Component\HttpKernel\Tests\DataCollector; use Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector; use Symfony\Component\HttpKernel\Debug\ErrorHandler; class LoggerDataCollectorTest extends \PHPUnit_Framework_TestCase { /** * @dataProvider getCollectTestData */ ...
package org.apache.camel.component.netty4.http; import io.netty.handler.codec.http.FullHttpRequest; import io.netty.handler.codec.http.FullHttpResponse; import org.apache.camel.impl.DefaultMessage; /** * Netty HTTP based {@link org.apache.camel.Message}. * <p/> * This implementation allows direct access to the Ne...