Byte Blog Posts

Robot that can make and launch paper planes !

Uploaded with ImageShack.usClick here to read full post »...
by life of a gadget geek on Mar 19, 2013

True story for hackers

True story of the hackersTweets by @PrashantM911if you want to read up more on this topic you can always ask Me in the Comments or Google :) that's it for now , like us on facebook , comment and share !
by life of a gadget geek on Dec 9, 2012

is it a bike ? is it a helicopter ? no it's hover bike !!!

 This Hoverbike probably takes the grand prize for “Most Freaking Cool Invention” from me !This video gamey sci fi-ish seeming  bike is a multi-purpose  superlight aircraft ,that's correct aircraft , this one qualifies as one !!!  powere...
by life of a gadget geek on Dec 6, 2012

Bits N bytes

Hello guys ,   Today I want to talk about data units, units used to measure the data you use in your day to day life , also transfer of data when measured by ISPs or even your network related software , like uTorrent.....Read full story »...
by life of a gadget geek on Dec 2, 2012

Increase Your Attention Span

A good attention span is a powerful tool in your arsenal of thinking skills. Practice paying attention and focusing on your work.
by Random Thoughts On Life Blog on Nov 6, 2012

Convert hex to binary and byte array in C#

Convert Class:   We use Convert class to convert one data type to the other data type. It has overloaded static methods. Static methods are that methods which only call by class name and we cannot call them by object name.   Convert hex to...
by technology News on Aug 26, 2012

Convert string into byte and char array in C#

Convert string into byte and char array in C# String into Byte ArrayByte arrays store only byte values which are in the form of integers. These integers range from 0-255 in base 10 or 0-FF in Hex.Following code sample shows that how to convert string...
by technology News on Aug 5, 2012

Convert Hex into byte, integer and Unicode in C#

Convert Hex into byte, integer and Unicode in C# Hex NumbersHexadecimal numbers uses sixteen distinct symbols, the symbols 0-9 represent values zero to nine and A, B, C, D, E, F (or alternatively a–f) to repre...
by technology News on Aug 1, 2012

Convert byte array into integer and long in java

Convert byte array into integer and long in java Conversion of Byte Array into integer:To convert Byte array into integer you have to make a class. Then you have to convert byte [ ] array to integer correctly. Make a class BytesHelper that is fi...
by technology News on Jul 30, 2012

How to perform And Operation on byte in C#.net

How to perform And Operation on byte in C#.net Byte data type:   In C# byte data type represents an 8-bit unsigned integer.   Perform and operation on Byte:   Perform and operation on Byte. To perform and operation on byte in C#.net is...
by technology News on Jul 26, 2012

Convert byte array to string in java & string to byte array (sequence of bytes) with example code

The following tutorial tells about how to convert a String to byte array and byte array to String with suitable examples. Byte array may be used as buffer in many programs to store the data in byte format .The following lines of code read data f...
by techlabs on Jul 12, 2012

Data recovery is extremely important for businesses

Data recovery is extremely important for business as well as for personal users One of... more »...
by Professional IT Blog on Jun 30, 2012
Close