|
1. How to use the JFace Tree Viewer
Model selectedDomainObject = (Model) selection.getFirstElement();
if (!(selectedDomainObject instanceof MovingBox)) {
receivingBox = selectedDomainObject.getParent();
} else {
receivingBox =
http://www.eclipse.org/articles/Article-TreeViewer/TreeViewerArticle.htm - 57.1kb
2. lf45, SystemAdministration: Introduction to DNS
to know the name of this domain? To solve this problem the "in-addr.arpa" (Figure 5) domain was created. This domain is called reverse domain and the resolution of IP-addresses to domain names is named reverse map (reverse mapping or reverse
http://www.tldp.org/linuxfocus/English/May1998/article45.html - 61.4kb
3. Lemon Parser Generator Tutorial LG #106
values to the token names starting at 1. Why start at 1, and
not 0? Because 0 is reserved for the Parse function. Remember, "Parse
(pParser, 0, 0);", with the second parameter set to zero, signals an end
to the input.
example1.h
http://linuxgazette.net/106/chirico.html - 33.8kb
4. DNS Records Explained with Syntax and examples, DNS Records Tutorials
DNS Records Explained with Syntax and examples DNS Records Tutorials,A record,AAAA,NS,CNAME,MX,SOA,SRV,TXT,PTR,NAPTR
http://www.debianhelp.co.uk/dnsrecords.htm - 28.9kb
5. freshmeat.net: Tutorials - Lemon Parser Generator Tutorial
freshmeat maintains the Web
http://freshmeat.net/articles/view/1270/ - 44.8kb
|