Hi,
Are there programs for compressing video files just like WinZip & WinRar
for text files in a lossless way !!!?
User Profile
Collapse
-
Compressing Video Files ( 1 GB to smaller )
-
At first it was samller, then it increased, after that it came back
to the first value !
OK, I read that, very interesting. But I have to ask why the
milliseconds in DateTime have 7 digits, while I know
they are 4 digits (1 second = 1000 milliseconds) !? -
Why Time Difference Differs For The Same Application !?
Hi,
I have an application, I made a time difference (in millisecons)
between two auto events within the application.
I ran it twice, but the result (milliseconds) is not the same.
WHY !? -
Try this,
Hashtable table = new Hashtable();
string input;
while( ( input = reader.ReadLine () ) != null)
{
string[] tokens = input.Split(' ');
table[ tokens[0] ] = tokens[1];
}Leave a comment:
-
Plater,
What you could do, if you wanted, would be to build up your own communications standard where you would only look at X amount of bits from data that is sent.
If I did that, I will send a number of bits for no thing and my first goal
is to send exactly the needed data (i am dealing with bits).Leave a comment:
-
-
Regarding Sockets.send()
Hi,
The normal way is to send a byte a time. Can we send less than a byte
using maybe SocketFlags.Par tial or something else !!?
I think if we could do that, we would have more flexibility & controling. -
So, can we get a byte via read() and convert it to BitArray and then
we manipulate the array one by one !!!!?Leave a comment:
-
kenobewan,
:) you're right. I thought the data type Byte is the normal byte which
consists of 8 bits. anyways...Leave a comment:
-
Manipulating BITS in C#
Hi,
Now, if we have a String we can manipulate its basic components
(Char). How about a Byte, are we able to manipulate its (Bits) one
by one.
I found a class Bit in Java, how about C#.
What do you think, guys !? -
-
i want to get the bits (from binary file) and store them
in an array for manipulating, using C#.
what should i do, please !?Leave a comment:
-
Getting bits of a file
Hi,
i have a question. How can i get a stream of bits from a file??
No activity results to display
Show More
Leave a comment: