Sandip@1983
Member
- Member since
- May 28, 2012
- Last active
- Jul 27, 2012
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
5afd0405-e754-491c-9606-1cde6f11f6a4
Here is an Abstract for Leave Management System
-
#Threads
b86cda71-d5f2-4346-838b-d2b657eeab7f
Hi, I have attached a Project which has a Abstract in it. I have not developed this project however it quite good...
-
#Threads
495d9ca3-a905-4ead-a658-02d946b440f2
Well, I will have to write it down. If you wish I have other Abstract ready for other web applications.Am travelling. will...
-
#Threads
4fc3dcea-9624-4c94-8928-64a2ecdcd118
That's good. Step 1. List down all the requirement for a Management perspective to monitor employees worktime etc.. You should have a...
-
#Threads
fe041562-2c95-42ee-b0e2-5d24a0f2eb85
I am really Sorry , I Really don't have any details. It just came in my mind....while hearing pain from my Manager....
-
#Threads
5ecc6e07-cba1-4e56-a66a-0884af8cdf71
.... 1.System IDLE time 2.Time away from Machine.. 3.Online status. All the above will be inserted in Databases by server. (web based...
-
#Threads
dc930438-a822-420a-9df5-a4bc1247ff91
Its Basically client server model. Client app will be installed on ALL the Machines of Employees as a windows services. There will...
-
#Threads
260f8e30-f79a-4e6b-9f10-083912abe16f
Well, 1.How about creating a Work time Management System ? 2. Issue local trains tickets through SMS
-
#Threads
0c970650-b867-4294-aa7d-298c49e8079f
Here you go, class A { int a; int b; void showab() { System.out.print(a+","+b); } } class B extends A { int...