| Author |
RE: Binary, ASCII, Hex, etc converter question |
SwartMumba
Member

Posts: 292
Location: TX <--- I'm here
Joined: 18.09.07 Rank: Uber Elite |
|
Why don't you code your own?
It's not hard.
|
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
FireSaleHaxor
Member
Posts: 52
Location: UK
Joined: 23.07.07 Rank: Newbie |
|
Can you build up on your last post SwartMumba please.
Maybe a couple pf links to tutorials or articles or even something as basic as recommending what programming language to use.
Thanks.
|
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
reaper4334
Member

Posts: 314
Location: Uk
Joined: 24.11.06 Rank: God |
|
|
SwartMumba wrote:
Why don't you code your own?
It's not hard.
I agree, it's not really that hard to make your own...
If you don't do any programming... then I recomend Python...
Using Python you'll be able to use the replace() function to do lots of the work which makes it quite simple.
Reaper
|
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
spyware
Member

Posts: 4190
Location: The Netherlands
Joined: 14.04.07 Rank: God Warn Level: 90
|
|
Install PHP and download the code.

"The chowner of property." - Zeph Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term. - Carl Sagan Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor? - Ebert |
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
SwartMumba
Member

Posts: 292
Location: TX <--- I'm here
Joined: 18.09.07 Rank: Uber Elite |
|
|
FireSaleHaxor wrote:
Can you build up on your last post SwartMumba please.
Maybe a couple pf links to tutorials or articles or even something as basic as recommending what programming language to use.
Thanks.
I am sure you can do it any program.
I know I can do it in python because that is what I am currently learning.
Download python: www.python.org and then search for your topics in the "Python manuals" or google for it.
|
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
SySTeM
-=[TheOutlaw]=-
Posts: 1524
Location: England, UK
Joined: 27.07.05 Rank: The Overlord |
|
http://snarkles.net/scblockedripts/sneak/sneak.php <- that's where Yellowpipe took the scblockedript from, and used it without displaying the fact it was taken from snarkles.
|
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
lesserlightsofheaven
Member
Posts: 723
Location: EAX
Joined: 02.11.06 Rank: God Warn Level: 30
|
|
|
FireSaleHaxor wrote:
Can you build up on your last post SwartMumba please.
Maybe a couple pf links to tutorials or articles or even something as basic as recommending what programming language to use.
Thanks.
He doesn't have to build on it, because it really is that easy.
Maybe you should find that information on your own. |
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
ynori7
Future Emperor of Earth

Posts: 1481
Location: #valhalla
Joined: 08.10.07 Rank: Diabolical |
|
|
FireSaleHaxor wrote:
Can you build up on your last post SwartMumba please.
Maybe a couple pf links to tutorials or articles or even something as basic as recommending what programming language to use.
Thanks.
you can do it in just about any language. it's all about what you're most comfortable with. besides, the language is the least important part. defining the problem is where your effort should be.
|
|
| Author |
RE: Binary, ASCII, Hex, etc converter question |
ynori7
Future Emperor of Earth

Posts: 1481
Location: #valhalla
Joined: 08.10.07 Rank: Diabolical |
|
|
FireSaleHaxor wrote:
Can you build up on your last post SwartMumba please.
Maybe a couple pf links to tutorials or articles or even something as basic as recommending what programming language to use.
Thanks.
you can do it in just about any language. it's all about what you're most comfortable with. besides, the language is the least important part. defining the problem is where your effort should be.
|
|