IDG Connect
Good IT related articles
Build NAS server using Samba
Good article on How to Build a home NAS server using Samba
http://www.redhatmagazine.com/2007/06/26/how-to-build-a-dirt-easy-home-nas-server-using-samba/
Windows Developer Power Tools
Find all the tools available on Windows platform
Perl 6
Perl 6 cookbook under progress
Improving Perl Programming
Good one from O’Reilly blogs articles
http://www.onlamp.com/pub/a/onlamp/2007/04/12/five-ways-to-improve-your-perl-programming.html
Building sites out of Adobe’s Flex and PHP
Excellent Article on How to start building Website Like Youtube using open source technology PHP, MySql and Adobe’s Flex
http://www.onlamp.com/pub/a/php/2007/05/24/creating-mytube-with-flex-and-php.html?page=1
SQL Command Reference
Data Definition Statements
CREATE TABLE table ( table-def-item-list )
DROP TABLE table [ drop-options ]
ALTER TABLE table alter-action
CREATE VIEW view [ ( column-list ) ]
AS query-spec [ WITH CHECK OPTION ]
DROP VIEW view [ drop-options ] CREATE db-object-type db-object-name [ db-object-spec ]
DROP db-object-type [ drop-options ]
ALTER db-object-type alter-action
GRANT { ALL PRIVILEGES | privilege-list }
ON { table | db-object-type db-object-name }
TO { PUBLIC | user-list } [ WITH GRANT OPTION ]
REVOKE { ALL PRIVILEGES | privilege-list }
ON { table | db-object-type db-object-name }
FROM { PUBLIC | user-list } [ WITH GRANT OPTION ]
Basic Data Manipulation StatementsSELECT [ ALL | DISTINCT ] { select-item-list | * }INTO variable-list FROM table-ref-list [ WHERE search-condition ]
SELECT [ ALL | DISTINCT ] { select-item-list | * }INTO host-variable-list FROM table-ref-list [ WHERE search-condition ]
[ GROUP BY column-ref-list ] [ HAVING search-condition ] [ ORDER BY sort-item-list ]
INSERT INTO table [ ( column-list ) ] { VALUES ( insert-item-list ) | query-expr }DELETE FROM table [ WHERE search-condition ] UPDATE table SET set-assignment-list [ WHERE search-condition ]
Transaction Processing Statements
COMMIT [ WORK ]ROLLBACK [ WORK ]
Cursor-Based Statements
DECLARE cursor [ SCROLL ] CURSOR FOR query-expr[ ORDER BY sort-item-list ] [ FOR { READ ONLY | UPDATE [ OF column-list ] } ]OPEN cursorCLOSE cursorFETCH [ [ fetch-dir ] FROM ] cursor INTO variable-listDELETE FROM table WHERE CURRENT OF cursorUPDATE table SET set-assignment-list WHERE CURRENT OF cursor
NEXT | PRIOR | FIRST | LAST | ABSOLUTE row-nr | RELATIVE row-nr
Top 10 New Features in Windows Server 2008
10: The self-healing NTFS file system
9: Parallel session creation
8: Clean service shutdown.
7: Kernel Transaction Manager
6: SMB2 network file system.
5: Address Space Load Randomization (ASLR)
4: Windows Hardware Error Architecture (WHEA).
3: Windows Server Virtualization
2: PowerShell
1: Server Core
Read Detailed Article here: http://www.betanews.com/article/Top_10_New_Features_in_Windows_Server_2008/1180045346/1
BioPerl
Bioperl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications. As such, it does not include ready to use programs in the sense that many commercial packages and free web-based interfaces do (e.g. Entrez, SRS). On the other hand, Bioperl does provide reusable Perl modules that facilitate writing Perl scripts for sequence manipulation, accessing of databases using a range of data formats and execution and parsing of the results of various molecular biology programs including Blast, clustalw, TCoffee, genscan, ESTscan and HMMER. Consequently, bioperl enables developing scripts that can analyze large quantities of sequence data in ways that are typically difficult or impossible with web based systems.
Browse this tutorial
Search for Extraterrestrial Information (SETI)
SETI@home is a scientific experiment that uses Internet-connected computers in the Search for Extraterrestrial Intelligence (SETI). You can participate by running a free program that downloads and analyzes radio telescope data.
SETI (Search for Extraterrestrial Intelligence) is a scientific area whose goal is to detect intelligent life outside Earth. One approach, known as radio SETI, uses radio telescopes to listen for narrow-bandwidth radio signals from space. Such signals are not known to occur naturally, so a detection would provide evidence of extraterrestrial technology. Radio telescope signals consist primarily of noise (from celestial sources and the receiver’s electronics) and man-made signals such as TV stations, radar, and satellites. Modern radio SETI projects analyze the data digitally. More computing power enables searches to cover greater frequency ranges with more sensitivity. Radio SETI, therefore, has an insatiable appetite for computing power.
Previous radio SETI projects have used special-purpose supercomputers, located at the telescope, to do the bulk of the data analysis. In 1995, David Gedye proposed doing radio SETI using a virtual supercomputer composed of large numbers of Internet-connected computers, and he organized the SETI@home project to explore this idea. SETI@home was originally launched in May 1999
-
Recent
- Crude Oil dashboard
- SAP V1, V2 and V3 Udates
- Reporting Authorization in SAP BI 7.0
- Key Points to remember at the time of Requirement Gathering for BPS Planning
- Transaction for BPS Front End Applicatioin
- Status and Tracking Systems (STS) Application
- SAP BI-IP Implementation steps
- BEx – Query Designer
- SAP SEM BPS Planning Application
- SAP OLAP Cache – Reporting Agent
- SAP BI – Remodeling/Repartioning/ReClustering
- SAP BI – Physical Partitioning
-
Links
- Free Books
- IT Ethics course web site
- Info Infrastructure Protection
- Planet Labs
- The 2006 UCSB International Capture The Flag
- Master School site
- My undergrad school
- Packet Storm
- Security Focus
- BlackHat Hacking
- Good informative link for Windows based
- Well maintain source for LAMP
- O’Reilly Blogs
- Linux Online Resourses
-
Archives
- December 2008 (1)
- October 2008 (1)
- September 2008 (2)
- August 2008 (12)
- July 2008 (1)
- February 2008 (3)
- October 2007 (2)
- September 2007 (1)
- August 2007 (9)
- July 2007 (21)
- June 2007 (22)
-
Categories
-
RSS
Entries RSS
Comments RSS