Display options
- Sort by: date, alphabetical
- Sort order: normal, reverse
- Detail level: low, med, high
-
Display: 10, 25, 50, 100
bookmarks per page -
Open bookmarks in:
this window, new window
-
02 MAR 10
Exim 4 for Debian SAVE
2.1.1.1. General type of mail configuration
2.1.1.1.1. internet site; mail is sent and received directly using SMTP
2.1.1.1.2. mail sent by smarthost; received via SMTP or fetchmail
2.1.1.1.3. mail sent by smarthost; no local mail
2.1.1.1.4. local delivery only; not on a network
2.1.1.1.5. no configuration at this timeTAGS
-
23 FEB 10
GraphViz - How to connect subgraphs? - Stack Overflow SAVE
The DOT user manual gives the following example of a graph with clusters with edges between clustersTAGS
-
Flare | Data Visualization for the Web SAVE
PEOPLE
Flare is an ActionScript library for creating visualizations that run in the Adobe Flash Player. From basic charts and graphs to complex interactive graphics, the toolkit supports data management, visual encoding, animation, and interaction techniques. Even better, flare features a modular design that lets developers create customized visualization techniques without having to reinvent the wheel.TAGS
-
Circos - visualize genomes and genomic data SAVE
PEOPLE
Circos is designed for visualizing genomic data such as alignments, conservation, and generalized 2D data, such as line, scatter, heatmap and histogram plots. Circos is very flexible — you can use it to visualize any kind of data, not just genomics. Circos has been used to visualize customer flow in the auto industry, volume of courier shipments, database schemas, and presidential debates.TAGS
-
aiSee Graph Layout Software SAVE
PEOPLE
Looking for state-of-the-art graph layout software? Need a graph browser which supports 15 layout algorithms, fast visualization of huge graphs, recursive graph nesting, easy printing and export of graphs to various formats?TAGS
-
16 FEB 10
How to develop a stable, pre-forking HTTP daemon in Perl SAVE
PEOPLE
1. Daemonize itself.
* Set up an INT, TERM, and HUP signal handler so that the parent process kills itself and all child processes if we 'kill' the daemon later.
* Set up a CHLD 'reaper' signal handler so that if a child process dies, the parent knows about it and fixes it.
2. Implement a basic HTTP daemon using the HTTP::Daemon module.
3. Spawn a number of child processes.
* Fork a new child process.
* Store the PID of the child and increase the child count so we know how many children we currently have running.
4. Keep looping around, waiting for dying child processes, and creating new ones when necessary.
* When a dead child is detected, reduce the child count.
* Spawn new children up to the child count limit.TAGS
-
12 FEB 10
MX Lookup Tool - Check your DNS MX Records online - MxToolbox SAVE
PEOPLE
This test will list MX records for a domain in priority order. The MX lookup is done directly against the domain's authoritative name server, so changes to MX Records should show up instantly. You can click Diagnostics , which will connect to the mail server, verify reverse DNS records, perform a simple Open Relay check and measure response time performance. You may also check each MX record (IP Address) against 147 DNS based blacklists . (Commonly called RBLs, DNSBLs)TAGS
-
08 DEC 09
RegExr: Online Regular Expression Testing Tool SAVE
PEOPLE
It provides a simple interface to enter RegEx expressions, and visualize matches in real-time editable source text.TAGS