Welcome to the WWW of Karthik

E-mail : kxa060100 (at) utdallas (dot) edu
Web : www.utdallas.edu/~kxa060100

home
programming
resume
misc. stuff

Something that might be useful!

And while you browse this page you may feel that all of the codes listed here are pretty simple, so why take pains to upload them here? The answer simply is that it could be useful for somebody. Those things i post here are something that you won't find somewhere else normally (hopefully)!

This page will always be under construction!

Codes/tutorials listed in p-s-c

Note: All of these postings were mostly before 2006 (External links open in a new window)


POSIX Threads - Samples

pthreads - creation and mutexes
pthreads - semaphores

Misc.

run a function after specified time intervals

Use this header file in case you need a stack or a queue data structure, usage information is available in the same file itself - data_structures.h


Java:

Calculator - view

Note that this is not an applet! But a stand-alone app.!!

The code may contain some bugs (I'm not sure though!), You can still use it to learn something about coding stand-alone applications in Java! I will post more java codes that i wrote in the near future (when i get time!)

An implementation of a linked list - Click here

Quick Navigation