Search Results

Search: Posts Made By: Zephyr
1,361
Posted By Zephyr
Thank you! The double quotes did the trick!
Thank you! The double quotes did the trick!
1,361
Posted By Zephyr
Troubles inside an envelope function
Hi all!

I have a function (named "orig") that analyze web sites given from an argument, it works very well when by itself:

#!/bin/bash

chain="$1"
echo chain $chain

curl "$chaine" -o...
5,128
Posted By Zephyr
That thread inspired me when I stumble on it. I...
That thread inspired me when I stumble on it. I am thinking binary64.
5,128
Posted By Zephyr
Using binary representation of IEEE 754
Hi!

What is the way to get the binary representation of a IEEE 754 (like 0001110110001111010101100111001011100100101010111101) without using perl. Bash for example, would be fine.

I need to...
3,226
Posted By Zephyr
I will have to do it in another way or go to...
I will have to do it in another way or go to perl.

Thank you!
3,226
Posted By Zephyr
switch format between 64 bit double and 64 bit integer
In order to perform some arithmetical operations on 64 bit double I need to transform of the binary representation of a 64 bit double to a 64
bit integer do the operations and then transform back...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 04:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy