Z Documentation. Release 2. Bart Thate

Size: px
Start display at page:

Download "Z Documentation. Release 2. Bart Thate"

Transcription

1 Z Documentation Release 2 Bart Thate July 06, 2014

2

3 Contents 1 DOCS README License PLUGINS rext.plugs.add module rext.plugs.all module rext.plugs.api module rext.plugs.cfg module rext.plugs.dump module rext.plugs.find module rext.plugs.first module rext.plugs.init module rext.plugs.irc module rext.plugs.join module rext.plugs.last module rext.plugs.ls module rext.plugs.mbox module rext.plugs.rm module rext.plugs.rss module rext.plugs.slice module rext.plugs.spider module rext.plugs.status module rext.plugs.test module rext.plugs.timer module rext.plugs.udp module rext.plugs.version module rext.plugs.wiki module rext.plugs.xmpp module PACKAGE rext package Python Module Index 27 i

4 ii

5 Welcome to Rext! XMPP, IRC, CLI, UDP. source: contact: Contents 1

6 2 Contents

7 CHAPTER 1 DOCS 1.1 README judge not 1.2 License Copyright (c) 2014, B.H.J Thate 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 limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: As the creator of this piece of software, Bart Thate, i disclaim all rights on the code contained in this software package. Therefore this software is free of all claims on it. This program is a given, therefore no one can be able to put it under any restriction, limitations or bounds. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PAR- TICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT- WARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3

8 4 Chapter 1. DOCS

9 CHAPTER 2 PLUGINS 2.1 rext.plugs.add module add a value. do_add(event) 2.2 rext.plugs.all module do_all(event) 2.3 rext.plugs.api module Object Copy API. class APIHandler(request, client_address, server) Bases: http.server.basehttprequesthandler timeserver request handler class do_delete(zelf ) handle a REST request. do_get(zelf ) handle a REST request. do_post(zelf ) handle a REST request. do_put(zelf ) handle a REST request. handle_request(zelf ) handle a REST request. log_request(zelf, code) log the request setup(zelf ) called on each incoming request. 5

10 write_header(zelf, type= text/plain ) write headers to the client. class APIServer(zelf, *args, **kwargs) Bases: http.server.httpserver, rext.object API server allow_reuse_address = True daemon_thread = True exit(zelf ) shutdown the API server. handle_error(zelf, request, addr) log the error serve(zelf ) serving loozelf. start(zelf, *args, **kwargs) api_all(handler, request) api_favicon(handler, request) api_get(handler, request) api_home(handler, request) api_show(handler, request) init(*args, **kwargs) 2.4 rext.plugs.cfg module cfg edit. do_cfg(event) 2.5 rext.plugs.dump module do_dump(event) 2.6 rext.plugs.find module do_find(event) 2.7 rext.plugs.first module the difference. do_first(event) 6 Chapter 2. PLUGINS

11 2.8 rext.plugs.init module run plugins initialization code. do_init(event) 2.9 rext.plugs.irc module start various ps. init(*args, **kwargs) start_irc(cfg) 2.10 rext.plugs.join module join etc. do_join(event) 2.11 rext.plugs.last module the difference. do_last(event) 2.12 rext.plugs.ls module list kernel attributes. do_list(event) 2.13 rext.plugs.mbox module mailbox input plugin. do_mbox(event) 2.14 rext.plugs.rm module remove. do_remove(event) 2.8. rext.plugs.init module 7

12 2.15 rext.plugs.rss module rss module. class RSS(zelf, time_sleep, *args, **kwargs) Bases: rext.object display(zelf, *args, **kwargs) do_run(zelf, *args, **kwargs) look(zelf, *args, **kwargs) start(zelf, *args, **kwargs) init(*args, **kwargs) 2.16 rext.plugs.slice module do_slice(event) 2.17 rext.plugs.spider module poller module. class Spider(zelf, time_sleep, *args, **kwargs) Bases: rext.object crawl(zelf, *args, **kwargs) do_spider(event) 2.18 rext.plugs.status module check the status of an object. do_status(event) 2.19 rext.plugs.test module test plugin. do_test(event) do_testwait(event) 2.20 rext.plugs.timer module time the timing. 8 Chapter 2. PLUGINS

13 class Timer(zelf, time_sleep, event, *args, **kwargs) Bases: rext.object do_run(zelf, *args, **kwargs) echo(zelf, *args, **kwargs) do_timer(event) 2.21 rext.plugs.udp module relay txt through a udp port listener. class UDP(zelf, *args, **kwargs) Bases: rext.object output(zelf, input, addr) init(*args, **kwargs) 2.22 rext.plugs.version module do_version(event) 2.23 rext.plugs.wiki module query wikipedia. do_wiki(event) 2.24 rext.plugs.xmpp module xmpp related stuff. init(*args, **kwargs) start_xmpp(cfg) rext.plugs.udp module 9

14 10 Chapter 2. PLUGINS

15 CHAPTER 3 PACKAGE 3.1 rext package Subpackages rext.contrib package Submodules rext.contrib.feedparser module Universal feed parser Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds Visit for the latest version Visit for the latest documentation Required: Python 2.4 or later Recommended: iconv_codec < exception CharacterEncodingOverride Bases: rext.contrib.feedparser.thingsnobodycaresaboutbutme exception CharacterEncodingUnknown Bases: rext.contrib.feedparser.thingsnobodycaresaboutbutme class FeedParserDict Bases: builtins.dict get(key, default=none) has_key(key) keymap = { items : entries, date : updated, date_parsed : updated_parsed, issued : published, tagline : subtitle setdefault(key, value) exception NonXMLContentType Bases: rext.contrib.feedparser.thingsnobodycaresaboutbutme exception ThingsNobodyCaresAboutButMe Bases: builtins.exception exception UndeclaredNamespace Bases: builtins.exception 11

16 parse(url_file_stream_or_string, etag=none, modified=none, agent=none, referrer=none, handlers=none, request_headers=none, response_headers=none) Parse a feed from a URL, file, stream, or string. request_headers, if given, is a dict from http header name to value to add to the request; this overrides internally generated values. registerdatehandler(func) Register a date handler function (takes string, returns 9-tuple date in GMT) class sgmllib Bases: builtins.object class SGMLParser Bases: builtins.object goahead(i) parse_starttag(i) rext.contrib.rijndael module To include - from rijndael import rijndael To do a key setup - r = rijndael(key, block_size = 16) A pure python (slow) implementation of rijndael with a decent interface key must be a string of length 16, 24, or 32 blocksize must be 16, 24, or 32. Default is 16 To use - ciphertext = r.encrypt(plaintext) plaintext = r.decrypt(ciphertext) If any strings are of the wrong length a ValueError is thrown decrypt(key, block) encrypt(key, block) class rijndael(key, block_size=16) Bases: builtins.object test() decrypt(ciphertext) encrypt(plaintext) Module contents rext.plugs package Submodules rext.plugs.add module do_add(event) add a value. 12 Chapter 3. PACKAGE

17 rext.plugs.all module do_all(event) rext.plugs.api module Object Copy API. class APIHandler(request, client_address, server) Bases: http.server.basehttprequesthandler timeserver request handler class do_delete(zelf ) handle a REST request. do_get(zelf ) handle a REST request. do_post(zelf ) handle a REST request. do_put(zelf ) handle a REST request. handle_request(zelf ) handle a REST request. log_request(zelf, code) log the request setup(zelf ) called on each incoming request. write_header(zelf, type= text/plain ) write headers to the client. class APIServer(zelf, *args, **kwargs) Bases: http.server.httpserver, rext.object API server allow_reuse_address = True daemon_thread = True exit(zelf ) shutdown the API server. handle_error(zelf, request, addr) log the error serve(zelf ) serving loozelf. start(zelf, *args, **kwargs) api_all(handler, request) api_favicon(handler, request) api_get(handler, request) api_home(handler, request) api_show(handler, request) init(*args, **kwargs) 3.1. rext package 13

18 rext.plugs.cfg module do_cfg(event) cfg edit. rext.plugs.dump module do_dump(event) rext.plugs.find module do_find(event) rext.plugs.first module do_first(event) the difference. rext.plugs.init module do_init(event) run plugins initialization code. rext.plugs.irc module start various ps. init(*args, **kwargs) start_irc(cfg) rext.plugs.join module do_join(event) join etc. rext.plugs.last module do_last(event) the difference. rext.plugs.ls module do_list(event) list kernel attributes. rext.plugs.mbox module do_mbox(event) mailbox input plugin. rext.plugs.rm module do_remove(event) remove. rext.plugs.rss module rss module. class RSS(zelf, time_sleep, *args, **kwargs) Bases: rext.object display(zelf, *args, **kwargs) do_run(zelf, *args, **kwargs) look(zelf, *args, **kwargs) 14 Chapter 3. PACKAGE

19 start(zelf, *args, **kwargs) init(*args, **kwargs) rext.plugs.slice module do_slice(event) rext.plugs.spider module poller module. class Spider(zelf, time_sleep, *args, **kwargs) Bases: rext.object crawl(zelf, *args, **kwargs) do_spider(event) rext.plugs.status module do_status(event) check the status of an object. rext.plugs.test module do_test(event) do_testwait(event) test plugin. rext.plugs.timer module time the timing. class Timer(zelf, time_sleep, event, *args, **kwargs) Bases: rext.object do_run(zelf, *args, **kwargs) echo(zelf, *args, **kwargs) do_timer(event) rext.plugs.udp module class UDP(zelf, *args, **kwargs) Bases: rext.object output(zelf, input, addr) init(*args, **kwargs) relay txt through a udp port listener. rext.plugs.version module do_version(event) rext.plugs.wiki module do_wiki(event) query wikipedia rext package 15

20 rext.plugs.xmpp module init(*args, **kwargs) start_xmpp(cfg) xmpp related stuff. Module contents Submodules rext.completer module completer stuff. class TheCompleter(options) Bases: rlcompleter.completer complete(text, state) rext.defines module defines. rext.log module provide logging infrastructure. class Filter(name= ) Bases: logging.filter filter(zelf, record) class Formatter(fmt=None, datefmt=none, style= % ) Bases: logging.formatter hooks into the logging system. format(zelf, record) cfg_log(loglevel) return a properly configured logger. rext.test module define core test classes. class Test(zelf, *args, **kwargs) Bases: unittest.case.testcase class that implements setup and teardow of tests. 16 Chapter 3. PACKAGE

21 rext.utils module utils package. a_time(daystr) aj(sep=none, *args) b_time(obj) check_permissions(ddir, dirmask=448, filemask=384) day() decode_char(txt, encoding= utf-8, what= ) dispatch(target, event, cmnd, *args, **kwargs) dj(*args) do_sed(filename, sedstring) replace oldbot strings with the new one. do_url(type, url, myheaders={}, postdata={}, keyfile=none, certfile=, port=80) dtime(stamp) enc_char(s) enc_name(input) enc_needed(s) error(*args, **kwargs) feed(text) format(*args, **kwargs) from_enc(txt, encoding= utf-8, what= ) get_clsname(obj) get_encoding(data) get_exception(*args, **kwargs) get_frame(search= code ) get_func(*args, **kwargs) get_funcname(func) get_highest(target, file_name) determine new file extension. get_how(*args, **kwargs) get_name(obj) get_plugname(*args, **kwargs) get_source(mod, package) get_status(target) get_strace(*args, **kwargs) get_urls(data) 3.1. rext package 17

22 hello(name= ) hms() intersect(a, b) class istr Bases: builtins.str j(*args) list_eggs(filter= ) list_files(*args, **kwargs) loop(*args, **kwargs) make_dir(path) make_opts(options) make_signature(data) make_time(daystr) make_version(name= ) mj(*args) need_redirect(resp) need_skip(obj, black=[], white=[]) nr_days(seconds) parse(txt) parse_ (fn) parse_url(*args, **kwargs) Attribute Index Value Value if not present scheme 0 URL scheme specifier empty string netloc 1 Network location part empty string path 2 Hierarchical path empty string query 3 Query component empty string fragment 4 Fragment identifier empty string parse_urls(*args, **kwargs) ptime(daystr) reduced_keys(*args, **kwargs) resolve(*args, **kwargs) resolve_host(ip=none, timeout=1.0) resolve_ip(hostname=none, timeout=1.0) rtime() short_date(*args, **kwargs) show_eggs(filter= rext ) smooth(a) split_txt(what, l=375) str_day(seconds) strip_html(text) 18 Chapter 3. PACKAGE

23 strip_wiki(text) stripbadchar(s) stripped(input) strtotime(what) convert string to time. tdiff(d1, d2) time_stamp(*args, **kwargs) time_string(*args, **kwargs) time_time(*args, **kwargs) to_enc(what, encoding= utf-8 ) today() return time of 0:00 today. touch(fname) txt_parse(txt) unescape(text) union(a, b) unique(a) useragent() verify_signature(data, signature) Module contents Basic package for the Rext program. Defines all the basic Objects and functionality. class Bot(zelf, *args, **kwargs) Bases: rext.dispatcher Base Bot class. announce(zelf, *args, **kwargs) begin(zelf, *args, **kwargs) connect(zelf, *args, **kwargs) do_one(zelf, *args, **kwargs) exit(zelf, *args, **kwargs) get_prompt(zelf, *args, **kwargs) join_channels(zelf, *args, **kwargs) set_cfg(zelf, *args, **kwargs) class ConsoleBot(zelf, *args, **kwargs) Bases: rext.bot boot(zelf, *args, **kwargs) 3.1. rext package 19

24 do_one(zelf, *args, **kwargs) get_prompt(zelf, *args, **kwargs) say(zelf, *args, **kwargs) class Dispatcher(zelf, *args, **kwargs) Bases: rext.object The Dispatcher is the object to delegate the workload to the Runners. Runners get instantiated when needed. cleanup(zelf, dojoin=false) Remove idle Runners. dispatch(zelf, *args, **kwargs) dispatch an event (object) onto a runner if matching command is found. do_func(zelf, *args, **kwargs) Execute command/event pair if command is registered. execute(zelf, *args, **kwargs) Execute a command, event pair. If the threaded attribute is set, dispatch to a Runner. exit(zelf, name=none) Stop the Runners running in this Dispatcher. is_alive(zelf, *args, **kwargs) Check whether there are any Runners running. make_new(zelf, *args, **kwargs) Create a Runner, try for idle Runners already available first. put(zelf, *args, **kwargs) Put load to the Runner, create a new Runner if necessary. register(zelf, *args, **kwargs) register a callback type with corresponding callback function. exception Error Bases: builtins.baseexception Basic Exception used in the Rext program. exception FileNotFoundError Bases: rext.error Exception thrown when file is not found. class IRCBot(zelf, *args, **kwargs) Bases: rext.bot action(zelf, printto, what, event=none, *args, **kwargs) bind(zelf ) broadcast(zelf, txt) cc =. close(zelf ) connect(zelf, reconnect=true) ctcp(zelf, printto, what) ctcpreply(zelf, printto, what) 20 Chapter 3. PACKAGE

25 delop(zelf, channel, who) do_one(zelf, *args, **kwargs) donick(zelf, nick, setorig=false, save=false, whois=false) doop(zelf, channel, who) getchannelmode(zelf, channel) handle_366(zelf, *args, **kwargs) handle_433(zelf, event) handle_513(zelf, event) handle_ctcp(zelf, event) handle_invite(zelf, event) handle_notice(zelf, event) handle_ping(zelf, event) handle_privmsg(zelf, event) join(zelf, channel, password=none) join_channels(zelf, *args, **kwargs) logon(zelf ) marker = \r\n names(zelf, channel) notice(zelf, printto, what) part(zelf, channel) ping(zelf, *args, **kwargs) pong(zelf, *args, **kwargs) privmsg(zelf, printto, what) quit(zelf, reason= ) read_some(zelf, *args, **kwargs) say(zelf, *args, **kwargs) send(zelf, txt) settopic(zelf, channel, txt) voice(zelf, channel, who) who(zelf, who) whois(zelf, who) class Looper(zelf, *args, **kwargs) Bases: rext.object A Looper calls a function every x seconds. func_do(zelf, *args, **kwargs) start(zelf, *args, **kwargs) 3.1. rext package 21

26 exception NoJSON Bases: rext.error Exception thrown incase no JSON could be decoded/encoded. exception NoTarget Bases: rext.error Exception thrown incase of missing argument attribute. exception NotSet Bases: rext.error Exception thrown when a attribute is not set. class Object Bases: builtins.dict THE Basic Object on which the rest of the Rext program is based. announce(zelf, *args, **kwargs) announce to all the running bots. check_notwanted(zelf, *args, **kwargs) function to check whether an objects is not desired, first argument is a dict that has the attributes to be matched. check_wanted(zelf, *args, **kwargs) function to check whether an objects is desired, first argument is a dict that has the attributes to be matched. clear(zelf ) clear the object s ready state. define(zelf, *args, **kwargs) set a attribute on this object. dump(zelf, *args, **kwargs) create a JSON string ready to be saved to disk. exec_str(zelf, *args, **kwargs) execute a string as a command. first(zelf, *args, **kwargs) return the first object where the key and/or value matches. get_args(zelf, *args, **kwargs) get the arguments of the txt attribute. get_clean(zelf, *args, **kwargs) return a cloned object, with only the proper keys used. get_cmnd(zelf, *args, **kwargs) determine the command in the zelf.txt attribute, if present. get_days(zelf, *args, **kwargs) get the number of days relative to the objects creation time. get_filetime(zelf, *args, **kwargs) get timestamp related filename. get_keys(zelf, *args, **kwargs) return the keys of this object, skipping the unwanted keys e.g those that start with a _. get_parsed(zelf, *args, **kwargs) parse the txt attribute, so command can be determined. 22 Chapter 3. PACKAGE

27 get_rest(zelf, *args, **kwargs) get the rest of the txt arguments (words) e.g. minus the first word (the command). get_root(zelf, *args, **kwargs) return the root dir of the Rext program. get_slice(zelf, *args, **kwargs) args: list of keywords to slice the dict. get_timed(zelf, *args, **kwargs) retrieve the creation time of an object. get_url_file(zelf, *args, **kwargs) get the url of the object s file so that it can be retrieved when API server is running. get_url_show(zelf, *args, **kwargs) return url that gives a readable representation of the object s JSON file. last(zelf, *args, **kwargs) return the last object where the key and/or value matches. load(zelf, *args, **kwargs) load a JSON file into this object. make_path(zelf, *args, **kwargs) return workdir path and create the workdir if necessary. make_signature(zelf, sig=none) create a signature of the data contained in this object. obj_iter(zelf, *args, **kwargs) iterate over the pure keys (not starting with _ ). objects(zelf, *args, **kwargs) return a list of all object s in the workdir. pretty(zelf ) return a nice formatted JSON string of this object. read(zelf, *args, **kwargs) read the JSON file from disk. ready(zelf ) signal the object into the ready state. register(zelf, *args, **kwargs) register a value in a list on this object. reply(zelf, *args, **kwargs) send reply to object s origin. save(zelf, *args, **kwargs) save this object s JSON onto disk. say(zelf, *args, **kwargs) output text through the _target attribute (the bot that received the object). selected(zelf, *args, **kwargs) return a list of desired objects, first argument is a dict giving the desired attributes. selector(zelf, *args, **kwargs) boolean function to see if this objects has the desired attributes rext package 23

28 show(zelf ) return a list of key,value pairs of this object s attributes. sync(zelf, *args, **kwargs) sync this object s JSON to disk. to_full(zelf, *args, **kwargs) return full JSON dump of this object. to_json(zelf, *args, **kwargs) return the JSON string representation of this object. wait(zelf, sec=180.0) wait for the object to be put in a ready state. class Plugins(zelf, *args, **kwargs) Bases: rext.object Object to register Plugins with. do_init(zelf, *args, **kwargs) Call the init function of all plugin or a specific one if argument is given. exit(zelf, *args, **kwargs) close all plugins by calling there shutdown() function. get_names(zelf, plugsdir) Return plugnames from the plugin directory. load_mod(zelf, plugname, pdir=, force=false) load a plugin; s module. load_package(zelf, modname) Load the plugins package. load_plugs(zelf, path) Load plugins from the plugin directory. plug_init(zelf, *args, **kwargs) Initialize a plugin, use the init() function provided in the plugin, if available. plug_shutdown(zelf, plugname) Shutdown a plugin by calling the shutdown() function, if provided. reload(zelf, plugname, force=false) Reload (unload, load) a plugin. exception RemoteDisconnect Bases: rext.error Exception thrown when the connection is disconnected. class Runner(zelf, *args, **kwargs) Bases: threading.thread The working unit of the Rext program, arguments are function, objects pairs pushed to the Runner. exit(zelf, *args, **kwargs) stop the Runner by setting the status to an empty string. put(zelf, *args, **kwargs) put arguments/kwargs to the Runner. class XMPPBot(zelf, *args, **kwargs) Bases: rext.bot 24 Chapter 3. PACKAGE

29 announce(zelf, *args, **kwargs) connect(zelf ) do_one(zelf, *args, **kwargs) exception(zelf, ex) handle_connected(zelf, *args, **kwargs) handle_disconnected(zelf, *args, **kwargs) handle_failedauth(zelf, error, *args) handle_failure(zelf, ex, *args, **kwargs) handle_message(zelf, data, *args, **kwargs) handle_presence(zelf, data, *args, **kwargs) loop(zelf, *args, **kwargs) say(zelf, *args, **kwargs) session_start(zelf, event) boot(*args, **kwargs) The boot() function is needed to get the Rext program properly initialized. Use it at the beginning of your program. irc_parse(obj, *args, **kwargs) shutdown() The shutdown() function is used to close the Rext program in a apropiate manner rext package 25

30 26 Chapter 3. PACKAGE

31 Python Module Index r rext, 19 rext.completer, 16 rext.contrib, 12 rext.contrib.feedparser, 11 rext.contrib.rijndael, 12 rext.defines, 16 rext.log, 16 rext.plugs, 16 rext.plugs.add, 12 rext.plugs.all, 13 rext.plugs.api, 13 rext.plugs.cfg, 14 rext.plugs.dump, 14 rext.plugs.find, 14 rext.plugs.first, 14 rext.plugs.init, 14 rext.plugs.irc, 14 rext.plugs.join, 14 rext.plugs.last, 14 rext.plugs.ls, 14 rext.plugs.mbox, 14 rext.plugs.rm, 14 rext.plugs.rss, 14 rext.plugs.slice, 15 rext.plugs.spider, 15 rext.plugs.status, 15 rext.plugs.test, 15 rext.plugs.timer, 15 rext.plugs.udp, 15 rext.plugs.version, 15 rext.plugs.wiki, 15 rext.plugs.xmpp, 16 rext.test, 16 rext.utils, 17 27

CoreLib Documentation

CoreLib Documentation CoreLib Documentation Release 25 Bart Thate August 14, 2014 Contents 1 CONTACT 3 2 DOCS 5 2.1 LICENSE................................................. 5 2.2 README................................................

More information

Fritz Speed Documentation

Fritz Speed Documentation Fritz Speed Documentation Release 0.1.1 Thomas Westfeld February 04, 2016 Contents 1 What it does 1 2 How It Works 3 3 Contents 5 3.1 Installation................................................ 5 3.2

More information

Healthstone Monitoring System

Healthstone Monitoring System Healthstone Monitoring System Patrick Lambert v1.1.0 Healthstone Monitoring System 1 Contents 1 Introduction 2 2 Windows client 2 2.1 Installation.............................................. 2 2.2 Troubleshooting...........................................

More information

monoseq Documentation

monoseq Documentation monoseq Documentation Release 1.2.1 Martijn Vermaat July 16, 2015 Contents 1 User documentation 3 1.1 Installation................................................ 3 1.2 User guide................................................

More information

Analog Documentation. Release 0.3.4. Fabian Büchler

Analog Documentation. Release 0.3.4. Fabian Büchler Analog Documentation Release 0.3.4 Fabian Büchler April 01, 2014 Contents 1 Contents 3 1.1 Quickstart................................................ 3 1.2 Analog API................................................

More information

Architecting the Future of Big Data

Architecting the Future of Big Data Hive ODBC Driver User Guide Revised: October 1, 2012 2012 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and

More information

plonesocial.auth.rpx Documentation

plonesocial.auth.rpx Documentation plonesocial.auth.rpx Documentation Release 0.9 Carsten Rebbien August 14, 2014 Contents 1 Tutorial 3 1.1 Install plonesocial.auth.rpx in Plone................................... 3 1.2 Creating an account

More information

MultiValue Dashboard. Installation Guide

MultiValue Dashboard. Installation Guide MultiValue Dashboard Installation Guide Introduction to MultiValue Dashboard MultiValue Dashboard is a dynamic Web-based development tool for the creation of desktop widgets utilizing your knowledge of

More information

Notification messages

Notification messages AXIS P8221 Network I/O Audio Module TECHNICAL NOTE Notification messages How to integrate AXIS P8221 Updated: August 19, 2011 Rev: 1.1 TABLE OF CONTENTS 1 INTRODUCTION 3 1.1 HTTP and TCP 3 1.2 VAPIX 3

More information

PHP Integration Kit. Version 2.5.1. User Guide

PHP Integration Kit. Version 2.5.1. User Guide PHP Integration Kit Version 2.5.1 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate PHP Integration Kit User Guide Version 2.5.1 December, 2012 Ping Identity Corporation 1001

More information

S3 Monitor Design and Implementation Plans

S3 Monitor Design and Implementation Plans S 3 Monitor Version 1.0 Specifications and Integration Plan 1 Copyright c 2011 Hewlett Packard Copyright c 2011 Purdue University Permission is hereby granted, free of charge, to any person obtaining a

More information

latest Release 0.2.6

latest Release 0.2.6 latest Release 0.2.6 August 19, 2015 Contents 1 Installation 3 2 Configuration 5 3 Django Integration 7 4 Stand-Alone Web Client 9 5 Daemon Mode 11 6 IRC Bots 13 7 Bot Events 15 8 Channel Events 17 9

More information

Sophos for Microsoft SharePoint Help. Product version: 2.0

Sophos for Microsoft SharePoint Help. Product version: 2.0 Sophos for Microsoft SharePoint Help Product version: 2.0 Document date: September 2015 Contents 1 About Sophos for Microsoft SharePoint...3 2 Dashboard...4 3 Configuration...5 3.1 On-access scan...5 3.2

More information

StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP4StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

socketio Documentation

socketio Documentation socketio Documentation Release 0.1 Miguel Grinberg January 17, 2016 Contents 1 What is Socket.IO? 3 2 Getting Started 5 3 Rooms 7 4 Responses 9 5 Callbacks 11 6 Namespaces 13 7 Using a Message Queue 15

More information

Flask-SSO Documentation

Flask-SSO Documentation Flask-SSO Documentation Release 0.3.0 CERN July 30, 2015 Contents 1 Contents 3 1.1 Installation................................................ 3 1.2 Quickstart................................................

More information

IDS and Penetration Testing Lab IIIa

IDS and Penetration Testing Lab IIIa IDS and Penetration Testing Lab IIIa Dissecting a Botnet C&C - rbot Triggering Lab Malware operation Upon execution malware connects to botirc.net server and establishes standard IRC session with #test

More information

HP WBEM Services Software Developer's Kit Version A.02.11.00 Release Notes. HP-UX 11i v3

HP WBEM Services Software Developer's Kit Version A.02.11.00 Release Notes. HP-UX 11i v3 HP WBEM Services Software Developer's Kit Version A.02.11.00 Release Notes HP Part Number: 5900-2555 Published: March 2013 Copyright 2012, 2013 Hewlett-Packard Development Company, L.P. Legal Notices The

More information

Log Insight Manager. Deployment Guide

Log Insight Manager. Deployment Guide Log Insight Manager Deployment Guide VERSION: 3.0 UPDATED: OCTOBER 2015 Copyright Notices Copyright 2002-2015 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Allscripts Professional EHR

Allscripts Professional EHR for Allscripts Professional EHR Remote Desktop (RDP) Setup and Installation Guide April, 2015 ii Copyright 2010 2015 NoteSwift, Inc. All Rights Reserved. NoteSwift is a trademark of NoteSwift, Inc., in

More information

TECHILA INTERCONNECT END-USER GUIDE

TECHILA INTERCONNECT END-USER GUIDE TECHILA INTERCONNECT END-USER GUIDE 16 NOVEMBER 2015 TECHILA INTERCONNECT 2/17 16 NOVEMBER 2015 Disclaimer Techila Technologies Ltd. disclaims any and all warranties, express, implied or statutory regarding

More information

Simba ODBC Driver with SQL Connector for Apache Cassandra

Simba ODBC Driver with SQL Connector for Apache Cassandra Simba ODBC Driver with SQL Connector for Apache Cassandra Installation and Configuration Guide May 7, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information

More information

Send Email TLM. Table of contents

Send Email TLM. Table of contents Table of contents 1 Overview... 3 1.1 Overview...3 1.1.1 Introduction...3 1.1.2 Definitions... 3 1.1.3 Concepts... 3 1.1.4 Features...4 1.1.5 Requirements... 4 2 Warranty... 5 2.1 Terms of Use... 5 3 Configuration...6

More information

PROFESSIONAL. Node.js BUILDING JAVASCRIPT-BASED SCALABLE SOFTWARE. Pedro Teixeira WILEY. John Wiley & Sons, Inc.

PROFESSIONAL. Node.js BUILDING JAVASCRIPT-BASED SCALABLE SOFTWARE. Pedro Teixeira WILEY. John Wiley & Sons, Inc. PROFESSIONAL Node.js BUILDING JAVASCRIPT-BASED SCALABLE SOFTWARE Pedro Teixeira WILEY John Wiley & Sons, Inc. INTRODUCTION xxvii CHAPTER 1: INSTALLING NODE 3 Installing Node on Windows 4 Installing on

More information

Version Control with Subversion

Version Control with Subversion Version Control with Subversion http://www.oit.duke.edu/scsc/ http://wiki.duke.edu/display/scsc scsc@duke.edu John Pormann, Ph.D. jbp1@duke.edu Software Carpentry Courseware This is a re-work from the

More information

Synology NAS Server. Group Installation Guide 2008-06-16. Synology NAS Server Group Installation Guide

Synology NAS Server. Group Installation Guide 2008-06-16. Synology NAS Server Group Installation Guide Synology NAS Server Group Installation Guide 2008-06-16 States and other countries. Synology Inc. 2008 Synology Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia for Business Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E50 Legal Notice Copyright Nokia 2006. All rights reserved. Reproduction, transfer, distribution

More information

Developing a Web Server Platform with SAPI Support for AJAX RPC using JSON

Developing a Web Server Platform with SAPI Support for AJAX RPC using JSON Revista Informatica Economică, nr. 4 (44)/2007 45 Developing a Web Server Platform with SAPI Support for AJAX RPC using JSON Iulian ILIE-NEMEDI, Bucharest, Romania, inemedi@ie.ase.ro Writing a custom web

More information

ScanJour PDF 2014 R8. Configuration Guide

ScanJour PDF 2014 R8. Configuration Guide Configuration Guide Contents 1. Configuration Guide for ScanJour PDF 2014 R8 3 2. What's new 4 3. Installing ScanJour PDF WebService 5 4. Features 10 5. Connecting with WorkZone Content Server 14 6. The

More information

openssl egg Bindings to the OpenSSL SSL/TLS library Extension for Chicken Scheme Version 1.1.1 Thomas Chust

openssl egg Bindings to the OpenSSL SSL/TLS library Extension for Chicken Scheme Version 1.1.1 Thomas Chust openssl egg Bindings to the OpenSSL SSL/TLS library Extension for Chicken Scheme Version 1.1.1 Thomas Chust i Table of Contents 1 About this egg............................ 1 1.1 Version history..............................................

More information

8.7. Resource Kit User Guide

8.7. Resource Kit User Guide 8.7 Resource Kit User Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This document contains proprietary information protected by copyright. The software described in this document is furnished under

More information

The HTTP Plug-in. Table of contents

The HTTP Plug-in. Table of contents Table of contents 1 What's it for?... 2 2 Controlling the HTTPPlugin... 2 2.1 Levels of Control... 2 2.2 Importing the HTTPPluginControl...3 2.3 Setting HTTPClient Authorization Module... 3 2.4 Setting

More information

CompleteView Admin Console User s Manual. Version 3.8

CompleteView Admin Console User s Manual. Version 3.8 CompleteView Admin Console User s Manual Version 3.8 Table Of Contents Introduction... 1 End User License Agreement... 1 Overview... 2 Configuration... 3 Starting the Admin Console... 3 Adding a Server...

More information

StreamServe Persuasion SP4 Service Broker

StreamServe Persuasion SP4 Service Broker StreamServe Persuasion SP4 Service Broker User Guide Rev A StreamServe Persuasion SP4 Service Broker User Guide Rev A 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No

More information

Integrity Checking and Monitoring of Files on the CASTOR Disk Servers

Integrity Checking and Monitoring of Files on the CASTOR Disk Servers Integrity Checking and Monitoring of Files on the CASTOR Disk Servers Author: Hallgeir Lien CERN openlab 17/8/2011 Contents CONTENTS 1 Introduction 4 1.1 Background...........................................

More information

Available Update Methods

Available Update Methods The Spectralink 84-Series handsets support multiple methods for updating handset software. This document will detail each of those processes in order to give you the greatest flexibility when administering

More information

AlienVault Unified Security Management (USM) 4.x-5.x. Deployment Planning Guide

AlienVault Unified Security Management (USM) 4.x-5.x. Deployment Planning Guide AlienVault Unified Security Management (USM) 4.x-5.x Deployment Planning Guide USM 4.x-5.x Deployment Planning Guide, rev. 1 Copyright AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

More information

Nuance Mobile Developer Program. HTTP Services for Nuance Mobile Developer Program Clients

Nuance Mobile Developer Program. HTTP Services for Nuance Mobile Developer Program Clients Nuance Mobile Developer Program HTTP Services for Nuance Mobile Developer Program Clients Notice Nuance Mobile Developer Program HTTP Services for Nuance Mobile Developer Program Clients Copyright 2011

More information

Tutorial for Avaya 4600 and 9600 Series IP Telephones Push and Browser Applications Setup

Tutorial for Avaya 4600 and 9600 Series IP Telephones Push and Browser Applications Setup Tutorial for Avaya 4600 and 9600 Series IP Telephones Push and Browser Applications Setup 1 of 25 Contents About this Tutorial... 3 Intended Audience... 3 Prerequisites... 3 Chapter 1: Overview of Avaya

More information

Installation and Testing of NMM (Windows)

Installation and Testing of NMM (Windows) Installation and Testing of NMM (Windows) Motama GmbH, Saarbruecken, Germany (http://www.motama.com) April 2010 Copyright (C) 2005-2010 Motama GmbH, Saarbruecken, Germany http://www.motama.com Permission

More information

Settle-to-File Credit Card Driver for 3700 POS

Settle-to-File Credit Card Driver for 3700 POS Restaurant Enterprise Series Settle-to-File Credit Card Driver for 3700 POS Version 4.x August 15, 2008 Copyright 2004-2008 by MICROS Systems, Inc. Columbia, MD USA All Rights Reserved MD0003-076 ii Installation

More information

High Availability Configuration Guide Version 9

High Availability Configuration Guide Version 9 High Availability Configuration Guide Version 9 Document version 9402-1.0-08/11/2006 2 HA Configuration Guide IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable

More information

Django Mail Queue Documentation

Django Mail Queue Documentation Django Mail Queue Documentation Release 2.3.0 Derek Stegelman May 21, 2016 Contents 1 Quick Start Guide 3 1.1 Requirements............................................... 3 1.2 Installation................................................

More information

CORPORATE HEADQUARTERS Elitecore Technologies Ltd. 904 Silicon Tower, Off. C.G. Road, Ahmedabad 380015, INDIA www.cyberoam.com

CORPORATE HEADQUARTERS Elitecore Technologies Ltd. 904 Silicon Tower, Off. C.G. Road, Ahmedabad 380015, INDIA www.cyberoam.com CYBEROAM LDAP INTEGRATION GUIDE VERSION: 7 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty of

More information

Altiris Monitor Pack for Servers 7.1 SP2 from Symantec Release Notes

Altiris Monitor Pack for Servers 7.1 SP2 from Symantec Release Notes Altiris Monitor Pack for Servers 7.1 SP2 from Symantec Release Notes Altiris Monitor Pack for Servers 7.1 SP2 from Symantec Release Notes The software described in this book is furnished under a license

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for Big Data User s Guide

TIBCO ActiveMatrix BusinessWorks Plug-in for Big Data User s Guide TIBCO ActiveMatrix BusinessWorks Plug-in for Big Data User s Guide Software Release 1.0 November 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

BlackBerry Enterprise Server Resource Kit

BlackBerry Enterprise Server Resource Kit BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 3 Administration Guide Published: 2011-06-20 SWD-1701690-0620052958-001 Contents

More information

Application Note 49. Using the Digi TransPort Fleet Card. October 2011

Application Note 49. Using the Digi TransPort Fleet Card. October 2011 Application Note 49 Using the Digi TransPort Fleet Card October 2011 Contents 1 INTRODUCTION... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Corrections... 3 1.4 Version... 3 2 Fleet card Features... 4

More information

Symantec Endpoint Protection Shared Insight Cache User Guide

Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide The software described in this book is furnished under a license agreement and

More information

LAN API FOR DOORBIRD AND BIRDGUARD

LAN API FOR DOORBIRD AND BIRDGUARD OVERVIEW LAN API FOR DOORBIRD AND BIRDGUARD Revision: 0.4 Date: 19th of January 2019 This document specifies the external API of Bird Home Automation products. The interface provides the functionality

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

Grinder Webtest Documentation

Grinder Webtest Documentation Grinder Webtest Documentation Release 0.1 Automation Excellence March 15, 2012 CONTENTS i ii You are reading the documentation for Grinder Webtest, a custom module for the Grinder load test framework

More information

ncipher Modules Integration Guide for Axway Validation Authority Server 4.11 (Responder) www.thales-esecurity.com

ncipher Modules Integration Guide for Axway Validation Authority Server 4.11 (Responder) www.thales-esecurity.com ncipher Modules Integration Guide for Axway Validation Authority Server 4.11 (Responder) www.thales-esecurity.com Version: 1.0 Date: 30 May 2012 Copyright 2012 Thales e-security Limited. All rights reserved.

More information

Created by : Ashish Shah, J.M. PATEL COLLEGE UNIT-5 CHAP-1 CONFIGURING WEB SERVER

Created by : Ashish Shah, J.M. PATEL COLLEGE UNIT-5 CHAP-1 CONFIGURING WEB SERVER UNIT-5 CHAP-1 CONFIGURING WEB SERVER 1 APACHE SERVER The Apache Web server is the most popular Web server on the planet. Individuals and organizations use Linux primarily to create an inexpensive and stable

More information

Spring Design ScreenShare Service SDK Instructions

Spring Design ScreenShare Service SDK Instructions Spring Design ScreenShare Service SDK Instructions V1.0.8 Change logs Date Version Changes 2013/2/28 1.0.0 First draft 2013/3/5 1.0.1 Redefined some interfaces according to issues raised by Richard Li

More information

Radius Integration Guide Version 9

Radius Integration Guide Version 9 Radius Integration Guide Version 9 Document version 9402-1.0-18/10/2006 2 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but

More information

Downtime Reports. Administrator's Guide

Downtime Reports. Administrator's Guide Downtime Reports Administrator's Guide November 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Downtime Reports...4 Configuring a source report folder...4 Customizing the application

More information

Secure Web Gateway Version 11.7 High Availability

Secure Web Gateway Version 11.7 High Availability Secure Web Gateway Version 11.7 High Availability Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying,

More information

Log Service Installation Instructions

Log Service Installation Instructions Log Service Installation Instructions Abstract The purpose of the Log Service is to centrally handle log messages in one place for the entire Web site. This document describes how to install the Log Service

More information

Using the Studio Source Control Hooks

Using the Studio Source Control Hooks Using the Studio Source Control Hooks Version 2008.1 29 January 2008 InterSystems Corporation 1 Memorial Drive Cambridge MA 02142 www.intersystems.com Using the Studio Source Control Hooks Caché Version

More information

SURF HMP getting started guide

SURF HMP getting started guide [Pick the date] SURF Motion Media Platform User Guide SURF HMP getting started guide Document version: 1.3 Date: May 2015 www.surf-com.com a Copyright 2005-2015, SURF Communication Solutions Ltd. This

More information

Google Cloud Print Setup. User s Guide

Google Cloud Print Setup. User s Guide Google Cloud Print Setup User s Guide [INDEX] 1. Before Use... 3 1-1. Settings for Enabling Local Printing... 3 1-1-1. Bonjour Settings... 3 1-1-2. SSL Settings for WebDAV Server Funtion... 3 1-1-3. Quick

More information

Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server. An Oracle White Paper October 2008

Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server. An Oracle White Paper October 2008 Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server An Oracle White Paper October 2008 Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office

More information

Google Cloud Print User's Manual

Google Cloud Print User's Manual Google Cloud Print User's Manual Symbols used in this manual This manual uses the following symbols. Note! These are cautions and limitations for correct operation. It is strongly recommended that you

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Network Interface Failover using FONA

Network Interface Failover using FONA Network Interface Failover using FONA Created by Adam Kohring Last updated on 2014-10-20 12:30:12 PM EDT Guide Contents Guide Contents Overview Prerequisites Wiring Raspberry Pi to Fona ifacefailover Service

More information

Subversion Server for Windows

Subversion Server for Windows Subversion Server for Windows VisualSVN Team VisualSVN Server: Subversion Server for Windows VisualSVN Team Copyright 2005-2008 VisualSVN Team Windows is a registered trademark of Microsoft Corporation.

More information

SOFTWARE LICENSE LIMITED WARRANTY

SOFTWARE LICENSE LIMITED WARRANTY CYBEROAM INSTALLATION GUIDE VERSION: 6..0..0..0 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty

More information

Policy Based Encryption Z. Administrator Guide

Policy Based Encryption Z. Administrator Guide Policy Based Encryption Z Administrator Guide Policy Based Encryption Z Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 May 2015 This guide describes how to configure Microsoft Office 365 for use with Dell One Identity Cloud Access Manager

More information

Veritas Operations Manager Release Notes. 3.0 Rolling Patch 1

Veritas Operations Manager Release Notes. 3.0 Rolling Patch 1 Veritas Operations Manager Release Notes 3.0 Rolling Patch 1 Veritas Operations Manager Release Notes The software described in this book is furnished under a license agreement and may be used only in

More information

CS WinOMS Practice Management Software Server Migration Help Guide

CS WinOMS Practice Management Software Server Migration Help Guide CS WinOMS Practice Management Software Server Migration Help Guide Checklist Prior to Beginning a Server Migration: A. The CS WinOMS install disk. Install files can be downloaded to server via FTP, contact

More information

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT White Paper IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT Abstract This guide outlines the ideal way to successfully install and configure an IBM WebSphere

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

SPARROW Gateway. Developer Data Vault Payment Type API. Version 2.7 (6293)

SPARROW Gateway. Developer Data Vault Payment Type API. Version 2.7 (6293) SPARROW Gateway Developer Data Vault Payment Type API Version 2.7 (6293) Released July 2015 Table of Contents SPARROW Gateway... 1 Developer Data Vault Payment Type API... 1 Overview... 3 Architecture...

More information

Policy Based Encryption E. Administrator Guide

Policy Based Encryption E. Administrator Guide Policy Based Encryption E Administrator Guide Policy Based Encryption E Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

Policy Based Encryption E. Administrator Guide

Policy Based Encryption E. Administrator Guide Policy Based Encryption E Administrator Guide Policy Based Encryption E Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

#!/usr/bin/perl use strict; use warnings; use Carp; use Data::Dumper; use Tie::IxHash; use Gschem 3; 3. Setup and initialize the global variables.

#!/usr/bin/perl use strict; use warnings; use Carp; use Data::Dumper; use Tie::IxHash; use Gschem 3; 3. Setup and initialize the global variables. 1. Introduction. This program creates a Bill of Materials (BOM) by parsing a gschem schematic file and grouping components that have identical attributes (except for reference designator). Only components

More information

Quick Connect Express for Active Directory

Quick Connect Express for Active Directory Quick Connect Express for Active Directory Version 5.2 Quick Start Guide 2012 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Remote Access API 2.0

Remote Access API 2.0 VYATTA A BROCADE COMPANY Vyatta System Remote Access API 2.0 REFERENCE GUIDE Vyatta A Brocade Company 130 Holger Way San Jose, CA 95134 www.brocade.com 408 333 8400 COPYRIGHT Copyright 2005 2015 Vyatta,

More information

Configuring and Monitoring the Client Desktop Component

Configuring and Monitoring the Client Desktop Component Configuring and Monitoring the Client Desktop Component eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part

More information

EMC ViPR Controller. ViPR Controller REST API Virtual Data Center Configuration Guide. Version 2.3.0.0 302-002-070 01

EMC ViPR Controller. ViPR Controller REST API Virtual Data Center Configuration Guide. Version 2.3.0.0 302-002-070 01 EMC ViPR Controller Version 2.3.0.0 ViPR Controller REST API Virtual Data Center Configuration Guide 302-002-070 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in USA. Published

More information

VERITAS NetBackup 6.0 for Oracle

VERITAS NetBackup 6.0 for Oracle VERITAS NetBackup 6.0 for Oracle System Administrator s Guide for UNIX and Linux N15262B September 2005 Disclaimer The information contained in this publication is subject to change without notice. VERITAS

More information

Open source framework for interactive data exploration in server based architecture

Open source framework for interactive data exploration in server based architecture Open source framework for interactive data exploration in server based architecture D5.5 v1.0 WP5 Visual Analytics: D5.5 Open source framework for interactive data exploration in server based architecture

More information

EPESI PARTNERSHIP PROGRAM [EPP]

EPESI PARTNERSHIP PROGRAM [EPP] EPESI PARTNERSHIP PROGRAM [EPP] (Terms & conditions) Program Description Epesi Partnership Program [EPP] was created by Telaxus LLC for third party individuals and companies offering or willing to offer

More information

SolarWinds Technical Reference

SolarWinds Technical Reference SolarWinds Technical Reference Using SSL Certificates in Web Help Desk Introduction... 1 How WHD Uses SSL... 1 Setting WHD to use HTTPS... 1 Enabling HTTPS and Initializing the Java Keystore... 1 Keys

More information

User Guide for Paros v2.x

User Guide for Paros v2.x Table of Contents 1 Introduction...1 1.1 Paros Overview...1 1.2 History...1 2 Copyright...2 3 Installation...3 4 Configuration...4 5 Functions...6 5.1 Spider...6 5.2 Scanner...6 5.3 Filter...7 5.4 Trapping

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

XEP-0135: File Sharing

XEP-0135: File Sharing XEP-0135: File Sharing Peter Saint-Andre mailto:peter@andyet.net xmpp:stpeter@stpeter.im https://stpeter.im/ 2004-06-04 Version 0.1 Status Type Short Name Deferred Standards Track files This document specifies

More information

Witango Application Server 6. Installation Guide for OS X

Witango Application Server 6. Installation Guide for OS X Witango Application Server 6 Installation Guide for OS X January 2011 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: support@witango.com Web: www.witango.com

More information

ADS Integration Guide

ADS Integration Guide ADS Integration Guide Document version 9402-1.0-18/10/2006 Cyberoam ADS Integration Guide IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of

More information

Introduction to Logging. Application Logging

Introduction to Logging. Application Logging Introduction to Logging David Beazley Copyright (C) 2008 http://www.dabeaz.com Note: This is a supplemental subject component to Dave's Python training classes. Details at: http://www.dabeaz.com/python.html

More information

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 Technical Note Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 In the VMware Infrastructure (VI) Perl Toolkit 1.5, VMware

More information

Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication

Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication Using CertAgent to Obtain Domain Controller and Smart Card Logon Certificates for Active Directory Authentication Contents Domain Controller Certificates... 1 Enrollment for a Domain Controller Certificate...

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle TimesTen In-Memory Database Installation Guide Release 11.2.1 E13081-02 June 2009 This document was first written and published in November

More information

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS White Paper TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS Abstract This white paper explains how to diagnose and troubleshoot issues in the RSA Access Manager single sign-on

More information

Configure Managed File Transfer Endpoints

Configure Managed File Transfer Endpoints Configure Managed File Transfer Endpoints 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

CORD Monitoring Service

CORD Monitoring Service CORD Design Notes CORD Monitoring Service Srikanth Vavilapalli, Ericsson Larry Peterson, Open Networking Lab November 17, 2015 Introduction The XOS Monitoring service provides a generic platform to support

More information

AKIPS Network Monitor User Manual (DRAFT) Version 15.x. AKIPS Pty Ltd

AKIPS Network Monitor User Manual (DRAFT) Version 15.x. AKIPS Pty Ltd AKIPS Network Monitor User Manual (DRAFT) Version 15.x AKIPS Pty Ltd October 2, 2015 1 Copyright Copyright 2015 AKIPS Holdings Pty Ltd. All rights reserved worldwide. No part of this document may be reproduced

More information