Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

libproxy is a library that provides automatic proxy configuration management.

5.0
 
  0 reviews  |  2 users  |  6,000 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

Suporta calculo on line dos seguintes serviços no site dos correios: PAC SEDEX

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

pacparser is a library to parse proxy auto-config (PAC) files. Proxy auto-config files are a vastly used proxy configuration method these days. Web browsers can use a PAC file to determine which proxy server to use or whether to go direct for a given URL. PAC files are written in JavaScript and can ... [More] be programmed to return different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL, source IP address, protocol, time of the day etc. PAC files introduce a lot of possibilities. Look at the wikipedia link above to find out more about them. Needless to say, PAC files are now a widely accepted method for proxy configuration management and companies all over are using them in corporate environment. Almost all popular web browsers support PAC files. The idea behind pacparser is to make it easy to add this PAC file parsing capability to any program (C and python supported right now). It comes as a shared C library and a python module which can be used to make any C or python program PAC scripts intelligent. Some very useful targets could be popular web software like wget, curl and python-urllib. Please look at the README and other links for more information. Usage ExamplesUsing it with python: >>> import pacparser >>> pacparser.init() >>> pacparser.parse_pac('examples/wpad.dat') >>> pacparser.find_proxy('http://www.google.com', 'www.google.com') 'PROXY proxy1.manugarg.com:3128; PROXY proxy2.manugarg.com:3128; DIRECT' >>> pacparser.find_proxy('http://www2.manugarg.com', 'www2.manugarg.com') 'DIRECT' >>> pacparser.cleanup() >>>Using it in C: manugarg@hobbiton:~$ cat pactest.c #include int pacparser_init(); int pacparser_parse_pac(char* pacfile); char *pacparser_find_proxy(char *url, char *host); void pacparser_cleanup(); int main(int argc, char* argv[]) { char *proxy; pacparser_init(); pacparser_parse_pac(argv[1]); proxy = pacparser_find_proxy(argv[2], argv[3]); printf("%s\n", proxy); pacparser_cleanup(); } manugarg@hobbiton:~$ gcc -o pactest pactest.c -lpacparser manugarg@hobbiton:~$ ./pactest wpad.dat http://www.google.com www.google.com PROXY proxy1.manugarg.com:3128; PROXY proxy2.manugarg.com:3128; DIRECT [Less]

0
 
  0 reviews  |  1 user  |  1,680 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

PROYECTO 8 CONTROL DE TEMPERATURA USANDO OPTO22 PAC Taller de Sistemas Electrónicos Ingeniería en Automática Industrial Universidad del Cauca I – 2008 Fase 1: Usando el controlador automático programable OPTO-22, se debe controlar la temperatura de un recinto a través de: • ... [More] Termocupla, • Módulo de temperatura SNAP-AICTD • Ventilador (motor DC). El algoritmo debe realizarse usando maquinas de estado y diagramas de flujo. Fase 2: Realizar el control de la fase 1, usando un controlador PID, además debe activar una señal de alarma cuando la temperatura sobrepase un umbral definido y debe permitir desactivar dicha alarma una vez el usuario tome control del suceso. Fase 3: El sistema debe estar en capacidad de ser monitoreado y controlado de manera remota, desde cualquier punto de la red de la Universidad del Cauca. Para ello el sistema le debe permitir al operario las siguientes funciones • Fijar el setpoint de temperatura. • Fijar umbral de alarma • Desplegar el valor de temperatura • Fijar los valores de sintonización del PID. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

Projet d'ihm de master 2 pro GI

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

fju proxy.pac

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed almost 2 years ago
  pac
 
 

This extension makes it possible to evaluate proxy.pac files using the tcljs Tcl extension. To do so, some predefined JavaScript functions are required. This package provides these functions.

0
 
  0 reviews  |  0 users  |  538 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Clue application

0
 
  0 reviews  |  0 users  |  3,371 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

自动代理设置

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

Base CubeA simple micro-framework that pushes PHP5 to the limitSee the introduction, samples and roadmap in English. Um micro-framework que leva o PHP5 ao limiteVeja a introdução, exemplos e metas em português.

0
 
  0 reviews  |  0 users  |  250,002 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.