well aware of
dnsruby 1.34
dnsruby is a new DNS library written specifically for Ruby. more>>
dnsruby 1.34 is a helpful thread-aware DNS stub resolver library written in Ruby. It is based on resolv.rb, the standard Ruby DNS implementation, but gives a complete DNS implementation, including DNSSEC.
The Resolv class can be used to resolve addresses using /etc/hosts and /etc/resolv.conf, or the DNS class can be used to make DNS queries. These interfaces will attempt to apply the default domain and searchlist when resolving names.
The Resolver and SingleResolver interfaces allow finer control of individual messages. The Resolver class sends queries to multiple resolvers using various retry mechanisms. The SingleResolver class is used by Resolver to send individual Messages to individual resolvers.
Limitations:
- NIS is not supported.
- /etc/nsswitch.conf is not supported.
- NSEC3 validation still TBD
Major Features:
- I/O - Dnsruby implements a pure Ruby event loop to perform I/O. Support for EventMachine has been deprecated.
- DNSSEC - Dnsruby supports DNSSEC and NSEC(3). DNSSEC support is on by default - but no trust anchors are configured by default.
- Resolver queries return Dnsruby:Message objects. Message objects have five sections:
- The header section, a Dnsruby:Header object.
- The question section, a list of Dnsruby:Question objects.
- The answer section, a list of Dnsruby:Resource objects.
- The authority section, a list of Dnsruby:Resource objects.
- The additional section, a list of Dnsruby:Resource objects.
Working of Compiler
Here we will learn the basics of working of compiler. more>> Working of Compiler is a powerful application which helps you learn the basics of working of compiler. At compile time (CT), absolute addresses of variables and statement labels are not known. Here in this aritcle , the compiling process is explained A compiler for a language generally has several different stages as it processes the input.<<less
Proper Handling of Onerror Event
Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors more>> Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors on events or when an expected form of data has not been received. Aside from instructing the browser on the options available when error happens; onerror could be used by developers to know more about the application. This could be used to detect bugs in the application so that a remedy could be proposed as soon as possible. The basic coding for onerror event goes this way:<<less
Nutrition Values of Foods 1.0
A very simple and short script that you could search, review or list interactively through more than 7400 food item. no mysql, no php skill need. You could simply change the code in order to adapt your page. more>> A very simple and short script that you could search, review or list interactively through more than 7400 food item. no mysql, no php skill need. You could simply change the code in order to adapt your page.<<less
Spell Check Rex 1.1
Does your website contain spelling errors or "typos"? How many sales or new members are you missing out on? Spell Check Rex is a free, open source, spell checking program, written in PHP and MySQL, that can be installed on your website to regularly more>> Does your website contain spelling errors or "typos"? How many sales or new members are you missing out on? Spell Check Rex is a free, open source, spell checking program, written in PHP and MySQL, that can be installed on your website to regularly monitor and report on spelling mistakes. It works by first spidering the site it is installed on, before checking these indexed pages against its included word list. Results are then provided both on-screen and via a downloadable report. Highly configurable, the program works with framed websites, has locale-aware spellings, comes with free support, and has a professional installation option. To watch the program in action and to find out more, visit spellcheckrex.org.<<less
Number library of functions 1.0
A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion. more>> A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion.<<less
PHP ip2country 1.0.1
Free PHP ip to country class with mysql importer for Maxminds Geolite country CSV file. The script can be used to get the country name or country code. This is useful for providing location aware content, web analytics, displaying the country name from more>> Free PHP ip to country class with mysql importer for Maxminds Geolite country CSV file. The script can be used to get the country name or country code. This is useful for providing location aware content, web analytics, displaying the country name from where the visitor is, preventing fraud, blocking users from certain countries and more.<<less
Blockquote 6.x-1.0
This Drupal module is used to create styled blockquotes in your pages. more>> Blockquote 6.x-1.0 is a professional and useful Drupal module is used to create styled blockquotes in your pages.
These blocks are intended for one or more verses or paragraphs that are quoted verbatim (word for word). Separating this text into a block shows that the whole block is quoted, therefore no punctuation marks are needed to indicate the beginning or end of the quotation. The module has RTL support for RTL or BIDI aware themes.
Installation: Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.
Requirements: Drupal 6.x
Review of PHP blogging software
One of the basic decisions when writing software is where to put stuff. The organization should make intuitive sense, be modular and easy to modify. Creating an open-source, full-fledged blogging package is a complex task. It takes a lot of time and more>> One of the basic decisions when writing software is where to put stuff. The organization should make intuitive sense, be modular and easy to modify. Creating an open-source, full-fledged blogging package is a complex task. It takes a lot of time and effort to produce, and when you finally have code youre happy with, some schmuck like me, who downloaded it for free, comes along to tell you what you did wrong. Actually, Im not so upset with b2evolution, but I think theres something to be learned here about how all our great automated (pre-fab) tools may not be all that great...<<less
Worldmap of your visitors 1.0
This script allows you to track and geo locate the visitors of your own website. Afterwards the script plots all visitors on a world map. The script is easy to configure and very fast. Also you can change all settings like different world maps or other more>> This script allows you to track and geo locate the visitors of your own website. Afterwards the script plots all visitors on a world map. The script is easy to configure and very fast. Also you can change all settings like different world maps or other pins representing the visitors on your map.<<less
PHP Calendar of Events 1.0
This script creates a PHP calendar of events that uses an overlib effect to indicate new events--Javascript must be enabled. The script main class myEventsCalendar.php allows you to add multiple events for each day in a year by calling a simple addEvent more>> This script creates a PHP calendar of events that uses an overlib effect to indicate new events--Javascript must be enabled. The script main class myEventsCalendar.php allows you to add multiple events for each day in a year by calling a simple addEvent method. The calendar then shows a preview of the event in an overlib effect as well as a detail page for further information. For this calendar you are going to need a file to test the main class, and also include the required js. Finally, further modifications to the script are possible once you learn how to use the main class, e.g. adding features, integrating the script to a MySql database etc..<<less
Ultimate of PHP Obfuscating 1.0.0
The PHP YAKUZA obfuscator application encodes and obfuscates PHP code to make the output difficult to reverse engineer. The application requires no pre-modifications to your code and no additional components on your server. All of obfuscated scripts are more>> The PHP YAKUZA obfuscator application encodes and obfuscates PHP code to make the output difficult to reverse engineer. The application requires no pre-modifications to your code and no additional components on your server. All of obfuscated scripts are ready to use. The PHP YAKUZA replaces variables, functions, classes, members, constants names from PHP scripts with nonsense names and obscure strings. No changes required to your source code, No changes required on server, PHP4 and PHP5 versions supported, Easy to use , Advanced GUI .<<less
Pebble 2.3.1
Pebble is a lightweight, open source, Java EE blogging tool. more>>
Pebble 2.3.1 offers you a helpful Java EE blogging tool which is designed as small, fast and feature-rich with unrivalled ease of installation and use. Blog content is stored as XML files on disk and served up dynamically, so there's no need to install a database. All maintenance and administration can be performed through your web browser, making Pebble ideal for anybody who is constantly on the move or doesn't have direct access to their host.
Major Features:
- Content
- Posting and management of content through your web browser, including rich text editor support.
- Blogger and MetaWeblog API interface included for posting content via compatible tools.
- Categorisation of content into multiple hierarchical categories.
- Tagging of content and a generation of a tagcloud.
- RSS enclosures for distributing files or podcasting.
- Simple content publication workflow.
- Pinging websites via XML-RPC when new blog entries are added.
- Publication of static content alongside your blog entries.
- Reader responses
- Reader responses, in the form of threaded comments and MovableType TrackBacks.
- E-mail notifications when new responses are received.
- Pluggable moderation, spam detection and CAPTCHA support.
- Bulk response management features to approve/reject/remove comments and TrackBacks.
- Web-based Adminstration
- Management of your blog via a web browser.
- File management and the ability to upload arbitary files and images.
- Capture of blog referers, requests and logs for viewing or export.
- Customizable regex based referer filters to combat referer spam.
- Integrated help and documentation.
- Newsfeeds
- RSS 2.0, RDF and Atom 1.0 feeds for blog entries and responses.
- Category and tag specific newsfeeds.
- Navigation
- View blog entries by permalink, day or month.
- Navigate through your blog entries in several ways, including a locale-aware calendar control.
- Text based and advanced searching.
- Team, project, multi-user blogs and security
- Multiple people can contribute to a single blog.
- Host more than a single blog for a project, group or community.
- Integrate Pebble with your existing security infrastructure (e.g. LDAP, Active Directory, RDBMS, etc).
- i18n
- Content in international character sets such as UTF-8.
- Publication of content aligned with your timezone, regardless of where your host is based.
- Locale sensitive delivery of dates, times and numbers.
- Translated public-facing text provides a consistent user experience
TechArena Software Forum of India
TechArena Technology, Computer Hardware and Software Forums of India. Visit our Forum - http://forums.techarena.in AND Visit our Gallery - http://gallery.techarena.in more>> TechArena Technology, Computer Hardware and Software Forums of India. Visit our Forum - http://forums.techarena.in AND Visit our Gallery - http://gallery.techarena.in<<less
String library of functions 1.0
A library of functions embedding into the original javascript String object: it features the replacement of all occurrances (supports arrays), accents and HTML entities management, data type conversion and recognition; slashes management, stripping Tags more>> A library of functions embedding into the original javascript String object: it features the replacement of all occurrances (supports arrays), accents and HTML entities management, data type conversion and recognition; slashes management, stripping Tags out;; Euclidean distance between strings ... and more operations.<<less