text
stringlengths
3
1.05M
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ModuleInject.Common.Exceptions; using ModuleInject.Interfaces; using ModuleInject.Modularity.Registry; using ModuleInject.Injection.Hooks; using ModuleInject.Interfaces.Hooks; using ModuleInject.Common.Disposing; namespace Mo...
package org.opencb.cellbase.lib.builders; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.MapperFeature; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.eclipse.jetty.util.ajax.JSON; im...
<?xml version="1.0" encoding="UTF-8"?> <Profile xmlns="http://hl7.org/fhir"> <text> <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><pre> &lt;<a title="Describes the intention of how one or more practitioners intend to deliver care for a particular patient for a period of time, possibly limi...
SOURCE="${BASH_SOURCE[0]}" RDIR="$( dirname "$SOURCE" )" SUDO=`which sudo 2> /dev/null` SUDO_OPTION="" #SUDO_OPTION="--sudo" OS_TYPE=${1:-} OS_VERSION=${2:-} ANSIBLE_VERSION=${3:-} ANSIBLE_VAR="" ANSIBLE_INVENTORY="tests/inventory" ANSIBLE_PLAYBOOk="tests/test.yml" ANSIBLE_LOG_LEVEL="-v" #ANSIBLE_LOG_LEVEL="-vvv" APAC...
#ifndef pthread_util_incl #define pthread_util_incl #include <pthread.h> #include <boost/shared_ptr.hpp> #include <map> #include <vector> #include <deque> #include <assert.h> #include <stdio.h> #include <errno.h> #include <string.h> #define PTHREAD_ASSERT_SUCCESS(rc) \ do { ...
<div id="dialog-forge-relationship" title="Forge New Relationship"> <form id="form-forge-relationship" action="{% url 'cripts.relationships.views.add_new_relationship' %}" method='POST' enctype="multipart/form-data" item-type="relationship"> <table class="form">{{ relationship_form.as_table }}</table> ...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
using System; using System.Data.Linq; using System.Data.Linq.Mapping; using System.Data; using System.ComponentModel; using System.Collections.Generic; using System.Reflection; using System.Linq; using System.Linq.Expressions; namespace S11Context { public partial class DrugFormularyItem { } }
<?xml version="1.0" encoding="UTF-8"?> <protocol name="presentation_time"> <!-- wrap:70 --> <copyright> Copyright © 2013-2014 Collabora, Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in ...
@class ViewController; @interface AppDelegate : UIResponder <UIApplicationDelegate> @property(strong, nonatomic) UIWindow* window; @property(strong, nonatomic) ViewController* viewController; @end
using System; using System.Diagnostics; using Gibraltar.Monitor.Serialization; using Loupe.Extensibility.Data; namespace Gibraltar.Monitor { /// <summary> /// A single raw sample of a metric. /// </summary> /// <remarks> /// Individual samples represent a single data point and may not be direc...
FROM balenalib/asus-tinker-board-s-debian:jessie-run # A few reasons for installing distribution-provided OpenJDK: # # 1. Oracle. Licensing prevents us from redistributing the official JDK. # # 2. Compiling OpenJDK also requires the JDK to be installed, and it gets # really hairy. # # For some sample build ...
#ifndef MPF_ENCODER_H #define MPF_ENCODER_H /** * @file mpf_encoder.h * @brief MPF Stream Encoder */ #include "mpf_stream.h" APT_BEGIN_EXTERN_C /** * Create audio stream encoder. * @param sink the sink to write encoded stream to * @param codec the codec to use for encode * @param pool the pool to allocate...
Ext.onReady( function() { var NS = EV, AggregateLayoutWindow, AggregateOptionsWindow, FavoriteWindow, SharingWindow, InterpretationWindow, AboutWindow, LayerWidgetEvent, extendCore, createViewport, dimConf, chartConf, ns = { core: {}, app: {} }; // set app config ...
package org.thingsboard.server.service.telemetry; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @ApiModel public class TsData implements Comparable<TsData>{ private final long ts; private final Object value; public TsData(long ts, Object value) { super(...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using GSoft.Dynamite.WebParts; namespace GSoft.Dynamite.Publishing.Contracts.Configuration { /// <summary> /// Web part configurations used in the publishing module. ...
""" The MIT License (MIT) Copyright (c) 2015 Kyle Hollins Wray, University of Massachusetts Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without ...
package org.apache.hadoop.hbase.regionserver; import java.io.IOException; import java.util.Arrays; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.hbase.*; import org.apache.hadoop.hbase.client.Get; import org.apache.hadoop.hbase.client.Put; import org.apache.h...
using namespace be; TEST_CASE("be::SimpleThreadPoolExecutor", BE_CATCH_TAGS) { SimpleThreadPoolExecutor executor; int a = 0; REQUIRE(!executor); REQUIRE(executor.threads() == 0); REQUIRE(executor.active_threads() == 0); REQUIRE(executor.empty()); REQUIRE(executor.size() == 0); executor.post(...
<?php /** * Processes the "remember me" cookie. * * @package symfony * @subpackage plugin * @author Fabien Potencier <fabien.potencier@symfony-project.com> * @version SVN: $Id$ * * @deprecated Use {@link sfGuardRememberMeFilter} instead */ class sfGuardBasicSecurityFilter extends sfBasicSecurity...
/** * Author jmorrison * Date: 8/29/11 * Time: 12:20 PM */ function isArray(obj) { return (obj.constructor.toString().indexOf(”Array”) != -1); }
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Snake.Client; namespace Snake.Api.Test.Controllers { [TestClass] public class TrackLogControllerTest { [TestMethod] ...
import * as path from 'path'; import * as semver from 'semver'; import * as util from '../common'; import { OmnisharpDownloader } from './OmnisharpDownloader'; import { PlatformInformation } from '../platform'; import { modernNetVersion } from './OmnisharpPackageCreator'; export class OmnisharpManager { private...
class CommandRegistrar(): """A singleton to manage the command table and command execution""" _instance = None def __init__(self): self.command_table = {} @staticmethod def instance(): """Get the singleton, create an instance if needed""" if not CommandRegistrar._instance:...
layout: default title: OCAM CIS modal-id: 2 date: 2015-03-01 img: ocam-api.png alt: image-alt project-date: March 2015 client: String HQ / OCAM client-url: http://app.stringhq.com category: Web Development description: RESTful API serving as the backend for a video e-learning site for the OCAM government agenct in Puer...
"""Splits the single StaffSystem into multiple StaffSystems with bars.""" # TODO(ringw): Detect double barlines (with the expected distance between # them) as one DOUBLE_BAR. from __future__ import absolute_import from __future__ import division from __future__ import print_function import numpy as np from moonlight....
document.observe("dom:loaded", function() { $$('.overridden-hint-list-toggle').each(function(element) { element.observe('click', function (event) { this.toggleClassName('visible'); var list = this.next('.overridden-hint-list'); list.toggleClassName('visible'); ...
template<class Executor> void test(Executor exec) { using shape_type = agency::executor_shape_t<Executor>; using index_type = agency::executor_index_t<Executor>; shape_type shape = 10; auto result = agency::bulk_sync_execute(exec, [](index_type idx, std::vector<int>& results, std::vector<int>& shared_ar...
package org.libx4j.xrs.server.ext; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.MediaType; import javax...
#include "berryICommandCategoryListener.h" #include "berryCommandCategory.h" #include "berryCommandCategoryEvent.h" namespace berry { void ICommandCategoryListener::Events ::AddListener(ICommandCategoryListener* l) { if (l == nullptr) return; categoryChanged += Delegate(l, &ICommandCategoryListener::CategoryC...
package org.xbill.DNS; import static org.junit.jupiter.api.Assertions.assertArrayEquals; import java.io.IOException; import org.junit.jupiter.api.Test; import org.xbill.DNS.utils.base64; class OPENPGPKEYRecordTest { @Test void rdataFromString() throws IOException { Tokenizer t = new Tokenizer("CAFEBABE"); ...
using System; using System.Globalization; using System.Linq; using System.Reflection; namespace TaskManagment.Services.Areas.HelpPage.ModelDescriptions { internal static class ModelNameHelper { // Modify this to provide custom model name mapping. public static string GetModelName(Type...
package com.special.ResideMenuDemo; import java.util.List; import java.util.Map; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.graphics.Typeface; import android.util.Log; import android.view.LayoutInflater; import and...
import React from 'react' import {actions} from 'mirrorx' const AddTopic = () => { let input const submit = () => { if (input.value.trim()) { actions.topics.add(input.value) input.value = '' } } return ( <div> <input type="text" ref={el => input = el}/> <button onClick={s...
package com.google.zxing.common.detector; import com.google.zxing.NotFoundException; import com.google.zxing.ResultPoint; import com.google.zxing.common.BitMatrix; /** * <p> * A somewhat generic detector that looks for a barcode-like rectangular region * within an image. It looks within a mostly white region of ...
<!DOCTYPE html> <html> <head> {% block head %} <title>{% block title %}{% endblock %}</title> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/bootstrap-responsive.min.css"> <link rel="stylesheet" href="/css/common.css"> {% endblock %} </head> <body> {% block header ...
"""Module which provides variables and constants in order to ease developments among several python versions and platforms. """ from __future__ import unicode_literals from sys import version_info from platform import python_implementation __all__ = [ '__version__', # lib version ] # Store the version here so:...
The recipe shows how to use events with prompts. **Using events as an alternative to promises** ```js const { Input } = require('enquirer'); const prompt = new Input({ name: 'username', message: 'What is your username?' }) .on('keypress', (s, key) => console.log([s, key])) .on('submit', answer => console.log(answ...
package org.mule.transport.erlang; import java.util.concurrent.Callable; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.mule.MessageExchangePattern; import org.mule.api.MessagingException; import org.mule.api.MuleEvent; import org.mule.api.MuleMessage; import org.mule....
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
/** MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py */ #ifndef ASSIMP_BUILD_NO_STEPFILE_IMPORTER #include "code/Importer/StepFile/StepReaderGen.h" namespace Assimp { using namespace StepFile; namespace { typedef EXPRESS::ConversionSchema::SchemaEntry SchemaEntry; const SchemaEntry schema_raw[] = { ...
## Preface **This repository has a lot of rubbish and mistakes.** > Spreading on floor a rug for yoga it's already yoga... @ ## Mission It was created just for my studying Java and others IT technologies. ## Basics Technologies - Apache Maven for managing project (downloads and adds libs; saves str...
import time import requests from fake_useragent import UserAgent from lxml import html class ProxiedRequest(object): """ A class that provides an automatic way of obtaining a list of rotating proxies used to make web requests. It scrapes proxies from us-proxy.com. """ def __init__(self, pr...
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>pdsimage package &mdash; pdsimage 1.0 documentati...
<? Yii::import('application.modules.user.controllers.YumController'); Yii::import('application.modules.user.models.Yum'); Yii::import('application.modules.role.models.*'); Yii::import('application.modules.membership.models.*'); class YumMembershipController extends YumController { public $defaultAction = 'index'; p...
import urllib, os, subprocess, time from daemon import runner URL = 'http://51t.ru/list.txt?h=1&el=' ECHO = 'ii.14/pipe.2032' MSGS_LST = '/var/tmp/check_new_msgs.lst' #ECHO = '/'.join(os.listdir('echo')) class Check(): def __init__(self): self.stdin_path = '/dev/null' self.stdout_path = '/dev/nul...
"""Test repairs from supervisor issues.""" from __future__ import annotations import os from typing import Any from unittest.mock import ANY, patch import pytest from homeassistant.components.repairs import DOMAIN as REPAIRS_DOMAIN from homeassistant.core import HomeAssistant from homeassistant.setup import async_s...
package forward import ( "bytes" "fmt" "net/http" "net/http/httptest" "strings" "testing" "time" "github.com/mailgun/vulcand/Godeps/_workspace/src/github.com/mailgun/oxy/testutils" "github.com/mailgun/vulcand/Godeps/_workspace/src/github.com/mailgun/oxy/utils" . "github.com/mailgun/vulcand/Godeps/_workspace...
package com.opengamma.strata.finance.rate.deposit; import java.io.Serializable; import java.time.LocalDate; import java.util.Map; import java.util.NoSuchElementException; import java.util.Set; import org.joda.beans.Bean; import org.joda.beans.BeanDefinition; import org.joda.beans.ImmutableBean; import org.joda.beans...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ParserCore { public delegate IExplore DelegateExpessionExplorer(IExplore exp); public interface ISqlConvertible : IExplore { string ToStr(); string ToSql(ExpressionSqlBuilder builder); ...
namespace DebuggerCommonApi { public class InstructionInfo { // Essential data for displaying disassembly public ulong Address; public string Operands; public string Comment; public string Mnemonic; public string SymbolName; public LineEntryInfo LineEntry;...
package cn.daixiaodong.myapp.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import java.util.List; import cn.daixiaodong.myapp.R; import cn.daixiaodong...
class CWeaponRPG; class CLaserDot; class RocketTrail; //########################################################################### // >> CMissile (missile launcher class is below this one!) //########################################################################### class CMissile : public CBaseCombatCharacter { ...
var fs = require('fs'); var path = require('path'); var xmldom = require('xmldom'); var file = 'pom.xml'; function version() { var pom = fs.readFileSync(path.join(process.cwd(), file), 'utf8'); var doc = new xmldom.DOMParser().parseFromString(pom); var versions = doc.documentElement.getElementsByTagName("versio...
package Udemy_Tutorials; import java.io.File; import java.io.FileNotFoundException; import java.util.Scanner; /** * Created by Alternate on 6/29/2014. */ public class FileIO { public static void main (String[]args) throws FileNotFoundException { String path = "C:\\Users\\Alternate\\IdeaProjects\\Stuff\\...
<!DOCTYPE html> <html> <script src="../resources/run-after-layout-and-paint.js"></script> <!-- https://crbug.com/411183 Test case for svg with <image> children having xlink:href dataURL sources that contain a color profile. --> <body> <!-- The blue sector of the 3 test images should be at 12 o'clock. --> <img...
package v1 // MPIJobListerExpansion allows custom methods to be added to // MPIJobLister. type MPIJobListerExpansion interface{} // MPIJobNamespaceListerExpansion allows custom methods to be added to // MPIJobNamespaceLister. type MPIJobNamespaceListerExpansion interface{} // MXJobListerExpansion allows custom metho...
@implementation SpineItemListController - (id)initWithContainer:(RDContainer *)container package:(RDPackage *)package { if (container == nil || package == nil) { return nil; } if (self = [super initWithTitle:LocStr(@"SPINE_ITEMS") navBarHidden:NO]) { m_container = container; m_package = package; } return...
package pl.newicom.dddd.messaging import akka.actor.Actor.Receive import scala.collection.mutable trait Deduplication { private val processedMessages: mutable.Set[String] = mutable.Set.empty def receiveDuplicate(handleDuplicate: Message => Unit): Receive = { case m: Message if wasProcessed(m) => hand...
module Azure::Network::Mgmt::V2019_06_01 module Models # # Defines values for ApplicationGatewaySslPolicyType # module ApplicationGatewaySslPolicyType Predefined = "Predefined" Custom = "Custom" end end end
import { scriptsReady } from 'sambell/client'; // @NOTE // sambellReady tells us all our async chunks have loaded. // all other files can use es6 module imports. this cant for async module load reasons. // you likely will not need to touch this file. scriptsReady(() => { const React = require('react'); const { hy...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http://www.springframework.org/schema/mvc" xsi:schemaLocation="http://www.springframework.or...
<?php /** * Activity * * PHP version 5 * * @category Class * @package ultracart\v2 * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ /** * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com...
<?php /* Safe sample input : use shell_exec to cat /tmp/tainted.txt sanitize : use of floatval construction : use of sprintf via a %u */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and distribute this software and its documentat...
<?php //http://symfony.com/doc/current/reference/forms/types.html namespace AppBundle\Form\Type; use Symfony\Component\Form\AbstractType; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Form\Extension\Core\Type\TextType; use Core\BaseBundle\Form\Type\LinkType; class ConfirmType extends Ab...
Tiny flow with conditional branching. ## Installation npm install flat-flow --save ## Usage { flow } = require 'flat-flow' # This is how to use me. flow [ # 1-arity functions are called and result from (err, result) merged with locals. # If you pass an error as first arg, the whole flo...
using System.Collections.Generic; namespace TaurusSoftware.WebUntisNet.Rpc.Types { public class SubstitutionsResponse : RpcResponse<SubstitutionsResponse.ResponseResult> { public class ResponseResult : List<Substitution>, IRpcResponseResult { } } }
The Telepresence DNS resolver is dynamically configured to resolve names using the namespaces of currently active intercepts. Processes running locally on the desktop will have network access to all services in the such namespaces by service-name only. All intercepts contribute to the DNS resolver, even those that do ...
package gov.nih.nci.cabig.caaers.web.admin; import java.util.List; import gov.nih.nci.cabig.caaers.dao.OrganizationDao; import gov.nih.nci.cabig.caaers.dao.query.OrganizationQuery; import gov.nih.nci.cabig.caaers.domain.LocalOrganization; import gov.nih.nci.cabig.caaers.domain.Organization; import gov.nih.nci.cabig....
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content=""> <meta name="author" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="images/favicon.png" /> <title>Menusa Prin...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>annox-samples-po</artifactId> <packaging>pom</packaging> <name>...
namespace apps_util { IncrementingIconKeyFactory::IncrementingIconKeyFactory() : last_timeline_(0) {} apps::mojom::IconKeyPtr IncrementingIconKeyFactory::MakeIconKey( uint32_t icon_effects) { return apps::mojom::IconKey::New( ++last_timeline_, apps::mojom::IconKey::kInvalidResourceId, icon_effects); } } ...
import { SourceType } from 'coffee-lex'; import SourceTokenListIndex from 'coffee-lex/dist/SourceTokenListIndex'; import NodePatcher from '../../../patchers/NodePatcher'; import { PatcherContext } from '../../../patchers/types'; import notNull from '../../../utils/notNull'; import postfixExpressionRequiresParens from ...
<!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_60-ea) on Tue Sep 06 12:41:45 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wil...
require_dependency 'spree/api/controller_setup' module Spree module Api class BaseController < ActionController::Base include Spree::Api::ControllerSetup include Spree::Core::ControllerHelpers::Store include Spree::Core::ControllerHelpers::StrongParameters attr_accessor :current_api_user...
package com.allaboutscala.learn.spark.functions import com.allaboutscala.learn.spark.utils.Context object Tutorial_15_DataFrameDropNull extends App with Context { val donuts = Seq(("plain donut", 1.50), (null.asInstanceOf[String], 2.0), ("glazed donut", 2.50)) val dfWithNull = sparkSession .createDataFrame(...
<?php /** * sfOpenPNESecurityUser will handle credential for OpenPNE. * * @package OpenPNE * @subpackage user * @author Kousuke Ebihara <ebihara@tejimaya.com> */ class sfOpenPNESecurityUser extends opBaseSecurityUser { protected $authAdapters = array(); /** * Initializes the current user. ...
package com.javarush.task.task16.task1601; /* My first thread Создать public static class TestThread — нить с интерфейсом Runnable. TestThread должен выводить в консоль «My first thread«. */ public class Solution { public static class TestThread implements Runnable{ public void run(){ System....
<?php namespace Process\Controller; use Zend\Mvc\Controller\AbstractActionController; use Zend\View\Model\ViewModel; use Process\Model\OutputInventory; use Process\Model\OutputInventoryTable; use Process\Model\DetailsOutputInventory; use Process\Form\DetailsOutputInventoryForm; use Zend\Validator\File\Size; use Zend\V...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <ImageView android:id="@+id/image_view" android:layout_width="match_parent" android:layout_heig...
package uk.gov.hmrc.ct.accounts.frs102 import org.mockito.Mockito._ import org.scalatestplus.mockito.MockitoSugar import uk.gov.hmrc.ct.accounts.frs102.boxes._ import uk.gov.hmrc.ct.accounts.frs102.retriever.FullAccountsBoxRetriever trait BoxesFixture extends MockitoSugar { implicit val boxRetriever = mock[FullA...
<!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...
<html> <head> </head> <body> <p>You can hear the Shepard tone... just turn up the volume:</p> <script src="shepard.js"></script> <p>Volume: <input type="range" min="0" max="100" value="0" oninput="setVolume(this.value)" ontouchstart="start();" onmousedown="start();" /></p> </body> </html>
from __future__ import print_function import os from builtins import object from builtins import str from lib.common import helpers class Module(object): def __init__(self, mainMenu, params=[]): self.info = { 'Name': 'Invoke-EventLogBackdoor', 'Author': ['@sixdub'], ...
#import "SDWebImagePrefetcher.h" #if (!defined(DEBUG) && !defined (SD_VERBOSE)) || defined(SD_LOG_NONE) #define NSLog(...) #endif @interface SDWebImagePrefetcher () @property (strong, nonatomic) SDWebImageManager *manager; @property (strong, nonatomic) NSArray *prefetchURLs; @property (assign, nonatomic) NSUIntege...
<!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 Thu Feb 23 11:39:42 CET 2017 --> <title>nl.esciencecenter.xenon.util Class Hierarchy (Xenon-release 1.2.0 API for Xenon developers)</tit...
========= Internals ========= .. index:: internals Database schema =============== User storage ------------ ============ ====== =============================================================================== Name Type Contents ============ ====== ====================================================...
package co.icecave.dialekt.ast; import org.mockito.Mockito; import org.testng.annotations.Test; import org.testng.Assert; public class LogicalNotTest { public LogicalNotTest() { this.child = new Tag("foo"); this.expression = new LogicalNot(this.child); } @Test public void testChil...
namespace Syndicate { namespace Graphics { class SYNDICATE_API FontManager { // Name => Texture Font static std::map<std::string, texture_font_t*> m_FontCache; static std::map<std::string, std::string> m_FontDataCache; static std::map<std::string, std::string> m_FontPathCache; public: static void loadFont(const ...
package com.datical.integration.nolio; import com.nolio.platform.shared.api.ActionDescriptor; import com.nolio.platform.shared.api.NolioAction; @ActionDescriptor( name = "Datical DB Deploy", description = "This action deploys changes in the ChangeLog file to the Target Database.", category = "Datical") publi...
//#include "ssp_global.h" #include "ansc_platform.h" #include "ccsp_base_api.h" #include <libparodus/libparodus.h> #include <cjson/cJSON.h> #include <sysevent/sysevent.h> #include <syscfg/syscfg.h> #include <math.h> #include "cosa_deviceinfo_apis.h" #include "utapi/utapi.h" #include "utapi/utapi_util.h" #include "safe...
var Sequelize = require('sequelize'), config = require('./../config.json').dev, sequelize = new Sequelize(config.database, config.username, config.password, config); var db = {}; db.sequelize = sequelize; db.Sequelize = Sequelize; module.exports.oauth = require("./oauth.js")(db); module.exports.User = require('....
package io.cloudslang.content.ssh.utils; import com.hp.oo.sdk.content.plugin.SessionResource; import com.jcraft.jsch.Channel; import com.jcraft.jsch.Session; import io.cloudslang.content.ssh.entities.SSHConnection; import java.util.Collection; import java.util.Map; /** * Wrapper class on SSH session. * * @author ...
""" Helper functions for constructing views. Includes conversions between the database format, expanded grid info for rendering, SVG thumbnails, and ipuz format for saving. """ import json from re import sub, split from django.contrib.auth import authenticate from django.contrib.auth.models import User from django.co...
#pragma once #include "JellyGlobals.h" #include "JellyVector3.h" #include "JellyVector2.h" #include "JellyColor.h" #include <vector> namespace Jelly { /** * A mesh vertex. */ class _JellyExport Vertex : public Vector3 { public: /** * Default constructor. */ Vertex(); /** * Initializ...
package ai.elimu.dao.jpa; import ai.elimu.dao.StoryBookParagraphDao; import java.util.List; import org.apache.commons.lang.StringEscapeUtils; import org.springframework.dao.DataAccessException; import ai.elimu.model.content.StoryBookChapter; import ai.elimu.model.content.StoryBookParagraph; public class StoryBookPa...
import styled from 'styled-components' export const Wrap = styled.div` height: calc(100% - 1rem); padding: 1rem; ` export const Content = styled.div` display: flex; flex-direction: row; background: #f5f5f5; padding-bottom: 10px; overflow-y: auto; ` export const Header = styled.div` font-weight: 500; ...
// 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. using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.AddImports; u...
use std::os; use std::io::Command; fn main() { let args = os::args(); Command::new("git").arg("commit").arg("-am").arg(args[2].to_string()).status(); Command::new("git").arg("push").status(); }