DDUniverse

DD blog Posts

Write up on tech geek history:  Fortran, the DIMENSION statement 

Introduction: Overview  Among the additions to FORTRAN 77 in this International Standard, seven stand out as the major ones:  (1) Array operations (2) Improved facilities for numerical computation (3) Parameterized intrinsic data types  (4) User-defined data types (5) Facilities for modular data and procedure definitions (6) Pointers (7) The concept of language evolution A number […]

Write up on tech geek history:  Fortran, the DIMENSION statement  Read More »

Tales of the Trionous Galaxy: Origins of Princess Okere : Chapter 2

The 12 Judges of the Prison Planet have begun an insurrection onto the Basfarti System- Prison Planet siding with the Spartan Kache Governor Green Storm. Princess Okere alongside her Artificial Lifeform Bodyguard Humanoid standalone in hunting the 12 Judges down & attempts to bring back Basfarti System Law & Order to the Trionous Galaxy. Written

Tales of the Trionous Galaxy: Origins of Princess Okere : Chapter 2 Read More »

Write up on tech geek history: Multi threading in java

Literature Review Multi-threading means multiple flow of control. Multi-threading programming is a conceptual paradigm for programming where one can divide a program into two or more processes which can be run in parallel. There are two main advantages of multi-threading : Fist, program with multiple threads will, in general, result in better utilization of system

Write up on tech geek history: Multi threading in java Read More »

Write up on Tech Geek History Perl DBI Database (revision 2)

Literature Review DBI – The Database Interface for Perl 5 DBI, the Database Interface for Perl 5, is an ongoing effort to provide a robust database-independent interface for database connectivity that abstracts the ‘guts’ of database technologies away from the programmer. With the explosion in popularity of Perl as the de rigeur language for CGI programming, a

Write up on Tech Geek History Perl DBI Database (revision 2) Read More »

Write up on Tech Geek History: Atomicity in databases “SQL Scripting”

Literature Review Background of Study What is the Management System?  A database-management system (DBMS) is a collection of interrelated data and a set of programs to access those data. This is a collection of related data with an implicit meaning and hence is a database. The collection of data, usually referred to as the database,

Write up on Tech Geek History: Atomicity in databases “SQL Scripting” Read More »