Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

My hometown is Jamnagar (Gujarat, India). My career goal is Establishing a Game Industry. Currently, i m a Student studying in BE Computer Engineering in Ahmedabad (Gujarat, India). And i do freelancing in Graphics & Animation Designing, Web…

Interests
Computer Games, Graphics & Animation Designing, Web Designing, Programming
Favorite Forums
Favorite Tags
c x 9
java x 6
c++ x 2
Member Avatar for missileh

Hi. If anyone has multiple partitions (computer with Macintosh OS X) then please can u give me the output of system_profiler SPSerialATADataType command on the terminal? If system_profiler SPSerialATADataType doesn't give any output then try one of the following: system_profiler SPIDEDataType system_profiler SPSerialSCSIDataType Whichever command out of these three gives …

Member Avatar for redage
0
140
Member Avatar for missileh

Hi..., I just wanted to ask what are the posible scenarios where we could use function pointers in C... If anyone out there has any example then please do tell me....

Member Avatar for jephthah
0
138
Member Avatar for missileh

Hi... Does anyone know how can we get motherboard details using a c program for a Mac machine ? I want details like Motherboard Manufacturer, Its Model No., Its version and Serial Number. How can this information be obtained ??

Member Avatar for missileh
0
90
Member Avatar for missileh

How can we execute shell scripts in java program? Can we redirect the output of a shell script in a stream/buffer object? If any1 knows then please reply... Thanx...

Member Avatar for missileh
0
181
Member Avatar for reiyn17

hey guys.. can you help me explain this code? public Boolean insertAfter (double key, double dd) { Link current = first1 while (current.dData != key) { current = current.next; if (current == null) Return false; } Link newLink = new Link(dd); if (current == last) { newLink.next = null; last …

Member Avatar for reiyn17
0
128
Member Avatar for missileh

Hi. I have a JAR file and want it to be executed on another machine in the network. I want to write an application that takes an IP address of a machine in the network and executes the JAR file on that machine. How can i do this??

Member Avatar for jwenting
0
69
Member Avatar for missileh

Can i create an application that uses WMI to find hardware information using Visual C++ 6 ?? If yes, then does anyone have sample code?? if yes then do help me out...

Member Avatar for Ancient Dragon
0
76
Member Avatar for paurik

Hi, is there any1 who has tried to read the SMBIOS using C. If yes, then i m having some problems in it. If possible help me out. As a starting to extracting Hardware information from SMBIOS, i hv written this code to find out the Structure Table Address. First …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for missileh

If i have 4 contiguos bytes (Example: 78h, F2h, 43h, A0h) in memory that refer to a 32-bit physical address. Then how can i form a 32-bit physical address out of these? After forming the physical address how can i read contiguous data (1byte at a time) from that address …

Member Avatar for Ancient Dragon
0
118