Linux NFS fsync problems435 (4/30/2008 8:18:10 PM) comp.os.linux.networking Hi, I have an NFS mount from a linux client to a linux NFS server using a soft mount. I have a program that is writing to a file on that share, correctly checking for return values and after each write calls f... byaarov
NFS fsync lies in Linux0113 (4/30/2008 8:16:58 PM) comp.protocols.nfs Hi,
I have an NFS mount from a linux client to a linux NFS server using a
soft mount.
I have a program that is writing to a file on that share, correctly
checking for return values and after each write ca... byaarov
lzw in gif12104 (1/29/2008 12:41:04 AM) comp.compression With deflate, we need to use an algorithm like precomp to figure out the corresponding deflate stream for the uncompressed bytes. Do we need to do something similar to that with LZW compressed streams used in ... byaarov
deflate algorithm used in zip11115 (1/8/2008 3:37:29 AM) comp.compression Hi, Am I correct in understanding that gzip uses zlib for the deflate implementation, but unzip uses a different implementation and not zlib? If so, can zlib be used to inflate the deflate encoded stream in a ... byaarov
GIF decoder4440 (6/30/2007 5:35:30 PM) comp.compression Hi I am looking for a GIF decoder, one that just removes the LZW compression part of the GIF file. I do not need to parse/interpret the GIF image... just need to remove LZW so I can recompress using something ... byaarov
dgelsd for prediction946 (6/11/2007 5:34:33 PM) comp.lang.fortran Hi, I am trying to use SVD to predict a number in a series. In my system, I have sequences of 3 data points, from which I am trying to preddict a 4th data point. I provide these to SVD as a system of linear e... byaarov
solving a system of linear equations1937 (6/6/2007 4:15:39 PM) comp.lang.fortran Hi, In my experiments, I have a system of linear equations in 12 variables. The 12 variables are essentially some context to my new compression algorithm. I have many such equations. They are of the form a1... byaarov
Representing a sequence of 5bit numbers293 (5/25/2007 6:57:06 AM) comp.compression Hi, I have recurring sequences of groups of 5 bit numbers which appear to be random. Each group is 100 digits long. That is, I have groups of 100 digits, where each digit is a random 5 bit number. I would l... byaarov
fitting data points2110 (5/2/2007 11:37:11 PM) comp.compression Hi, I have a bunch of 1D data points (numbers along the time axis) and I need to compress them. In order to do this, I want to find a mathematical function that best fits the data points. For example, some of... byaarov
Adobe zlib compression aggressiveness7227 (4/5/2007 5:17:47 PM) comp.text.pdf Hi, In a PDF file, for the objects that use the FlateDecode filter, zlib compression is used. As far as I know, they use the actual zlib library itself. However, they must have some special tuning going on, s... byaarov
byaarov's replies:
Items(3) /1
solving a system of linear equations1937 (6/6/2007 4:15:39 PM) comp.lang.fortran Hi, In my experiments, I have a system of linear equations in 12 variables. The 12 variables are essentially some context to my new compression algorithm. I have many such equations. They are of the form a1... byaarov(33)
dgelsd for prediction946 (6/11/2007 5:34:33 PM) comp.lang.fortran Hi, I am trying to use SVD to predict a number in a series. In my system, I have sequences of 3 data points, from which I am trying to preddict a 4th data point. I provide these to SVD as a system of linear e... byaarov(33)
Linux NFS fsync problems435 (4/30/2008 8:18:10 PM) comp.os.linux.networking Hi, I have an NFS mount from a linux client to a linux NFS server using a soft mount. I have a program that is writing to a file on that share, correctly checking for return values and after each write calls f... byaarov(33)