|
10
|
|
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
- Read an ascii file into a string
- Write an ascii file from a string
- Read a binary file into something appropriate. If possible, store in a string, too.
- Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers (sorted alphabetically):
- Ada
- Bash
- C
- C++
- C#/.Net
- Delphi
- Groovy
- Java
- Lua
- PHP
- Perl
- Python
- R6RS Scheme
- Rebol
- Ruby
- VB
Missing Answers:
|
|
|
|
9
|
|
|
|
|
|
|
|
8
|
|
edited Nov 27 '08 at 23:18
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
- Read an ascii file into a string
- Write an ascii file from a string
- Read a binary file into something appropriate. If possible, store in a string, too.
- Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers (sorted alphabetically):
- Bash
- C
- C++
- C#/.Net
- Delphi
- Groovy
- Java
- Lua
- PHP
- Perl
- Python
- R6RS Scheme
- Rebol
- Ruby
- VB
Missing Answers:
|
|
|
|
7
|
|
edited Oct 13 '08 at 16:54
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
- Read an ascii file into a string
- Write an ascii file from a string
- Read a binary file into something appropriate. If possible, store in a string, too.
- Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers (sorted alphabetically):
- Bash
- C
- C++
- C#/.Net
- Delphi
- Groovy
- Lua
- PHP
- Perl
- Python
- R6RS Scheme
- Rebol
- Ruby
- VB
Missing Answers:
|
|
|
|
6
|
|
edited Oct 13 '08 at 6:02
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
1)
- Read an ascii file into a string2)
- Write an ascii file from a string3)
- Read a binary file into something appropriate. If possible, store in a string, too.4)
- Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers (sorted alphabetically): Python
Ruby
C#/.Net
R6RS Scheme
C
PHP
Perl
- Bash
- C
- C++
- C#/.Net
- Delphi
- Groovy
- Rebol
- Lua
- PHP
- Perl
- Python
- R6RS Scheme
- Rebol
- Ruby
Missing Answers: VB
Java
|
|
|
|
5
|
|
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
1) Read an ascii file into a string
2) Write an ascii file from a string
3) Read a binary file into something appropriate. If possible, store in a string, too.
4) Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers:
Python
Ruby
C#/.Net
R6RS Scheme
C
PHP
Perl
Bash
Delphi
Groovy
Rebol
Lua
Missing Answers:
VB
Java
Common Lisp
|
|
|
|
4
|
|
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
1) Read an ascii file into a string
2) Write an ascii file from a string
3) Read a binary file into something appropriate. If possible, store in a string, too.
4) Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers:
Python
Ruby
C#/.Net
R6RS Scheme
C
PHP
Perl
Bash
Delphi
Groovy
Rebol
Lua
|
|
|
|
3
|
|
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
1) Read an ascii file into a string
2) Write an ascii file from a string
3) Read a binary file into something appropriate. If possible, store in a string, too.
4) Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers:
Python
Ruby
C#/.Net
|
|
|
|
2
|
|
|
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
1) Read an ascii file into a string
2) Write an ascii file from a string
3) Read a binary file into something appropriate. If possible, store in a string, too.
4) Write a binary file from something appropriate. If possible, write from a string, too.
Current Answers:
Python
Ruby
|
|
|
|
1
|
|
|
Simplest, efficient ways to read binary and ascii files to string or similar in various languages.
Personally, I always forget this stuff. So I figured this is a useful thing to have as a reference.
1) Read an ascii file into a string
2) Write an ascii file from a string
3) Read a binary file into something appropriate. If possible, store in a string, too.
4) Write a binary file from something appropriate. If possible, write from a string, too.
|
|
|