Topic profile page for ASCII.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: ASCII.
Topic "Ascii" was discussed 42,682 times on 2,542 sites in last 3 months
akpm rendered in ASCII -... akpm rendered in ASCII - http://www.flickr.com/photos/x_jamesmorris/2651622527/ Wednesday, 09-Jul-08 07:39:06 UTC in context
Started 19 hours, 40 minutes ago (2009-12-01 15:12:00)
by mchen
We have a proximity reader connected to the serial port and when a card is read the Lookout Ascii Object grabs the data. I connected a "pot" to Ascii.RSV1 and setup the "pot" reset/resetvalue to equal 0 when necessary. Everything works OK providing a different card is used, if the the same card number is used the "pot" will not update due to data remaining the same value. ...
Started 1 day, 3 hours ago (2009-12-01 07:45:00)
by eeepc4gsurf
Hello everyone. I have a very basic program which I wrote, to print the integer equivalents of an ASCII character. The code is below: Code: #include int main(void) { char c; while (1) { scanf("%c", &c); printf("%d", c); } } The code is supposed to take a character as input and print the integer equivalent of that character. But the problem ...
Started 2 days, 4 hours ago (2009-11-30 06:46:00)
by L-cynthiya
Hello, I am having a small problem regarding the conversion of the ebcdic file . I need to convert the ebcdic file into the ASCII but don't know the code for the same. Is there any method available to the perform the conversion. I have heard about the add on for the conversion not sure that they are available in the market or not. So i need you help to solve my problem regarding ...
Started 2 days, 19 hours ago (2009-11-29 15:33:00)
by USER9000
Can someone explain why large segments within the ASCII armored key blocks of Fedora 11 & 12 match? Attached below are the respective key blocks. Two matching regions between the blocks are highlighted with bold arrows. In addition, large segments within the RPM-GPG-KEY-rpmfusion-free-fedora-12-primary key match parts of these same segments (highlighted in italics - see below). I assume this...
Started 3 days, 4 hours ago (2009-11-29 06:24:00)
by Techno Rabbit
The ASCII is like this: --- --- --- And so we play until: x-- --- --- ______________________________ x-- -o- --- _____________________________ Just ask to challenge someone and play. But put something like: Player 1 vs Player 2 (1) --x --- --- ______________________________ Okay?
Started 3 days, 19 hours ago (2009-11-28 15:17:00)
by wavelength
Can someone explain why large segments within the ASCII armored key blocks of Fedora 11 & 12 match? Attached below are the respective key blocks. Two matching regions between the blocks are highlighted with bold arrows. In addition, large segments within the RPM-GPG-KEY-rpmfusion-free-fedora-12-primary key match parts of these same segments (highlighted in italics - see below). I ...
Started 1 week ago (2009-11-24 15:33:00)
by ddempsey
Sorting in ASCII order Hello Mr. Excel - thanks for all of your help, I need to sort a column in ASCII order, because I need to send the values in that order to a different piece of software (the software has a bug that makes this necessary). Normally, when you sort, you would get something like this: Cat CHICKEN DOG ...
Started 6 days, 2 hours ago (2009-11-26 08:39:00)
by newOOuser
Hi, I have created a file in Open Office and now when I am trying to open it again its asking me for ascii filter option and when I open it its giving me all junk chrs . some of them look like :
Started 5 days, 6 hours ago (2009-11-27 04:46:00)
by negar karimi
Hello every body I want to know the ascii code of Backspace and Delet in vb.Net.how I can find those? please tell me the functions. I want user writes in a textbox only numbers, this is my code < If IsNumeric(e.KeyChar) = False Then e.KeyChar = "" End If > but in this way user can not use delet and backspace. I want to active these 2 buttons by ascii codes? please ...
Started 1 week ago (2009-11-25 07:34:00)
by GerritGroot
Hi, Imagine that I've got a text file with, let's say, a hundred lines and I want to write something on line 34 without deleting the other lines. Can this be done without rewriting all other lines? I tried with combinations of ACCESS='APPEND' and then a REWIND(), but that deletes all stuff underneath the specific line (in this case 34) Thanks, Gerrit P.S.: My file is ASCII, and not of a ...
Started 1 week, 1 day ago (2009-11-23 12:33:00)
by jpastin
I got tired of having all of my spaces condensed in the HTML view of the ticket thread. A lot o my canned replies have small ascii art boxes around important info. These show up great in email, but not so great on the website. For example here is a before pic: and here is what I want an after pic to look like: The modifications are pretty straightforward. In...
Started 4 days, 8 hours ago (2009-11-28 02:11:00)
by prominababy
problem with hash table i got this problem in creating a hash table for string. Basically, my program will ask the user to input the string, than the program will create the index by calculating the ascii number of the string and put the string into an array of pointers. and i also use struct to contain the string. this is my code ( its a english-indonesia dictionary) :...
Started 5 days, 10 hours ago (2009-11-27 00:09:00)
by panyamravi
Hi Friends, Have few doubts with respect to BO XI. - How does the data transfer between Business Objects and the BO database / BO server work? - Which protocol will be used (http, https, etc.) ? - Which format does the data have (ASCII, HTML, etc.)? - Which port number will be used respectively to which address the BO client does connect ? The reason i am ...
Started 1 week, 1 day ago (2009-11-23 18:21:00)
by Dominus
Hi all, I have the following script: Code: set the_list to "" set nl to ASCII character 10 tell application "Finder" set file_list to name of every file of folder "Macintosh HD:users:dominus:documents:dosbox" whose name ends with ".conf" repeat with entry in file_list set the_list to the_list & nl & entry end repeat end tell set optionen to (choose from list file_list ...
Started 6 days, 23 hours ago (2009-11-25 11:42:00)
by Amit
Hi All, We want to embed Frutiger font using SSRS in PDF. We have installed SSRS 2005 with SP 3 and checked with font vendor for support for embedding. When we use SSRS, font is not embedded in PDF and appears of type ASCII. I cheked following things Article from BLOG http://blogs.msdn.com/...
Started 1 day, 18 hours ago (2009-11-30 16:18:00)
by deshaipet
Hi Friends .. Which ftp mode should be used ( I meant ASCII,binary and AUTO) to ftp Db2 database backups and/or archived logs? Thanks in advance Panditt