Networked Robots:
Publications:
- zOS/LDAP RACF Password Synchronization with IBM Tivoli Directory
Integrator (published as IBM RedPaper 2004)
- Autonomic Query Optimization in Oracle9i (IBM Sharenet 2003-04) [pdf]
- Regression
Framework: an improved model of software testing (IBM Sharenet 2003-04)
- Virtual
Reality and its Applications (VNIT,Nagpur)
Talks:
- C/C++ Development under Linux : Nowrosjee Wadia College August 2003 [ppt]
- Build your own Linux Kernel Module: Centre of Learning [ppt]
- How to crack an Interview (Operating Systems and C) [ppt]
- Linux: System Administration and Security Issues (CS Workshops
10/7/2004, Texas A&M University)
[ppt] [sidenotes]
- UNIX Shell Programming (CS Workshops
10/7/2004, Texas A&M University)
[ppt]
Projects:
- Tuning Transactions of ORACLE Replication, Standby and Parallel servers [Report]
- A DNS server for UNIX systems that utilizes MySQL for data storage.
Instant, dynamic updates to DNS data may be made via simple SQL queries, a
completely new implementation of DNS, written in C.
- A web-based LDAP tool for managing all aspects of the LDAP server.
With it one can browse your LDAP tree, view LDAP schema, perform searches,
create, delete, copy and edit LDAP entries.
- A general purpose LDAP editor which allows editing of LDIF records or
standard unix flat file representations of LDAP databases an editor. The
filter should conform to the string representation for search filters as
defined in RFC 2254.
- A project is a authentication plugin for the Squid proxy server that
authenticates users against an ldapv3 server. It includes support for static
and dynamic groups.
- An LDAP shell entirely written in Perl that can search entries, apply some
changes to them (massive updates), display some entry attributes... The shell
support command completion, DN completion, online help and a lot of more
features.
- Oracle Cluster software (written in C using Glib/Gtk+) allows you to set
up a High-Availability fault tolerant cluster, for Linux, Solaris, and other
UNIX systems. It provides services like DNS, WWW, Postgres, MySQL, Sybase,
Oracle, etc, without a long interruption. db request broker Client-server
database independent interface a-la perl DBI. Clients do not connect directly
to the databases but use an intermediate server .. Supported databases:
mysql,postgres,db2,oracle,informix,msql.
- A Virtual File System which enables all programs to look inside
archived or compressed files, or access remote files without recompiling the
programs or changing the kernel. At the moment it supports floppies, tar and
gzip files, zip, bzip2, ar and rar files, ftp sessions, http, webdav, rsh/rcp,
ssh/scp. Quite a few other handlers are implemented with the Midnight
Commander's external FS.
- A simple yet secure alternative to products like tripwire. It has a
small memory footprint, uses up-to-date cryptographic algorithms, and has
features that make sense (like including the MD5 checksum of newly generated
databases in the report)
- Compiler for the Pascal language with enhanced optimization features
- Pascal to C translator using Lex and Yacc
- Simulation of Real Time Air-traffic Controller system
- Optimized Search Path implementation using Djikstra's Algorithm