binary

  1. A

    Binary number in C

    How to take a binary number as input in C?
  2. D

    MAC: gfxCardStatus older binary

    Does somebody have a gfxCardStatus older binary. With newer version 2.2.1 I am seeing mac blacking out and apple has documentation about it. Looking for version <2.2.1 Can somebody share the binary for this freeware. Or any site which has all versions of mac software..(something like...
  3. E

    vb.net and file serialization

    I got simple queries here.. 1. Can a serialized binary file be edited externally or by 3rd party apps... (stuff like notepad++)? 2. Can a serialized binary file be accessed by an similar app other then the one it was created with? (Say i have 2 apps a1 and a2. a1 has a serializable...
  4. G

    11/11/11 11:11:11 Nerd new year!

    Countdown starts for nerd new year.:grin: 11/11/11 11:11:11 *mashable.com/2011/11/10/111111/ *timesofindia.indiatimes.com/life-style/spirituality/science-of-spirituality/111111-111111-auspicious-or-doomsday/articleshow/10679212.cms\
  5. MetalheadGautham

    Creating Binary Python Executables

    There are a handful of python programs I find really useful but they are all in *.py format. Often I need to use them in a distro which has no package for python installed or is barebones. In such cases, is there a way to make binary python executables ? How ?
  6. K

    Binary Search in C++ using old code, search doesnt register element in last position

    hey, Using old code(non-ANSI) The search detects elements in all positions in the 1-d array, except the last one pastebin- *pastebin.com/f4db70a8b Does anyone see my mistake? debugging is not my strong suit
  7. Shikher_neo

    Problem encryption program in c++

    hi buddy, I have built an encryption program using c++ which works fine with text files.but it does not work et al with any other format(like jpg or exe).i have tried opening files as binary and used read and write functions but to no avail. Please help me.
  8. CadCrazy

    Via tiptoes toward openness

    Board and chipmaker Via is gearing up toward releasing Linux driver source code and product documentation for its popular x86-compatible chipsets and peripherals. The company has launched a website where Ubuntu 8.04 and SUSE 10 binary graphics drivers can be downloaded, with source code and...
  9. Gigacore

    Write love letter in Binary

    Alright, If you are scared of exchanging love letters in recognizable language, there is a simple solution to over come it :p Snarkles.Net has a free open source PHP script licensed under GPL, which converts text to binary and vice binary to text vice versa. You can download the PHP script and...
  10. cool_callis

    deletion of node in threaded binary tree

    can any tell me the algorithm/code or simply explain the procedure to delete a node from right in threaded binary tree?????????
  11. casanova

    Java Interview

    J ava Interview Q. What is the difference between an Abstract class and Interface? A. Terms are different ... Nothing more Q. What is JFC ? A. Jilebi, Fanta & Coffee Q. Explain 2 tier and 3 -tier Architecture ? A. Two wheelers like scooters will have 2 tyres and autorickshaws...
  12. N

    How can i see bit information??

    How can i see bit information of every pixel of an image file?? I need it for my project work ...please tell me.... i want information in binary form .like.101010101111........for 1st pixel etc etc
  13. D

    hexadecimal

    hi there how to get hexadecimal and binary value of any number?
  14. Gigacore

    Bytes that u have never heard before. (Must read for tech savvy)

    So when will talk about storage we usually speak about Byte, KB, MB, GB or the Max TB.. Have u heard of PB? If not read it.......... In computer science a byte is a unit of measurement of information storage, now usually considered to contain eight bits. In many computer architectures it is a...
  15. N

    Binary Search

    In C we normally apply binary search on array ... Is it possible to apply binary search on a text file containing sequence of words in ascending order in C language >?? if yes then how?? pls specify...
  16. D

    How to get binary format of a sound file?

    i just wanted to know how can i get the binary format of a wav file i.e sound file using any programming language like C. Please help me i want that to use in some software development.
  17. D

    leading 0's padding. Is it possible in c++?

    i need to store the number '00011' in an integer variable but since C++ considers the 3 zeros insignificant, it drops them by default and only the number 11 gets stored in the variable.. How can i store the binary number as it is...... can someone help. im trying to write a function that...
  18. M

    [vb quest] convert a decimal to binary

    hi there, can ny1 tell me how to convert a decimal no into binary in visual basic 6.0 sending the function a call (argument is the decimal) getting back the binary as string say i send a no 45 i need to return the string :101101 can ny1 help me d this thnx
  19. rohan

    Decimal, Binary and Hexadecimal

    Prologue: Intoduction Well, I've been learning the Assembly Language(i'm a quite a n00b to it) and it requires helluva knowledge of binary and hexadecimal. Luckily, I knew the basics earlier(thank god). But, I've seen on many forums that people really get stuck at Binary and Hexadecimal...
  20. T

    Binary Language Query

    Hi …this I m learning nitty gritty of computers & in the process I came across this para which I cudn’t follow much…can u plz elaborate & explain in a little less technical manner, it wud be kind of u to do so. -------In the decimal system, each digit position represents a value of 10...
Top Bottom