search for: spacific

Displaying 10 results from an estimated 10 matches for "spacific".

Did you mean: pacific
2014 Nov 26
3
flac-1.3.1pre1
...es not work with > my system's awk, which is "awk version 20110810" as distributed > with current OpenBSD 5.6 GENERIC.MP#610 amd64. > With mawk-1.3.4.20140914 it works fine > (and ./test_replaygain.sh passes). > > Can anyone please shed some light on what's mawk-spacific > about that awk script? It seems to be just a sine-generator. > > Here is the head of the hexdump of the two generated tones. Ha! If the final printf("%c", byte[bx]); is changed to printf("%d", byte[bx]); the results produced by mawk and awk are identical. So t...
2014 Nov 30
4
awk vs. mawk
...es not work with > my system's awk, which is "awk version 20110810" as distributed > with current OpenBSD 5.6 GENERIC.MP#610 amd64. > With mawk-1.3.4.20140914 it works fine > (and ./test_replaygain.sh passes). > > Can anyone please shed some light on what's mawk-spacific > about that awk script? It seems to be just a sine-generator. > Ha! If the final > printf("%c", byte[bx]); > is changed to > printf("%d", byte[bx]); > the results produced by mawk and awk are identical. > So the diference must be just that mawk printf...
2009 Dec 24
11
attack
Hi, My server is under attack allows the attacker to abuse of a php script of a vhost. How can I find what is the script. Regards, maverh
2014 Nov 26
0
flac-1.3.1pre1
...tone-generating awk script does not work with my system's awk, which is "awk version 20110810" as distributed with current OpenBSD 5.6 GENERIC.MP#610 amd64. With mawk-1.3.4.20140914 it works fine (and ./test_replaygain.sh passes). Can anyone please shed some light on what's mawk-spacific about that awk script? It seems to be just a sine-generator. Here is the head of the hexdump of the two generated tones. Notice how the 2501's are preceded by the 0000's with mawk. awk: 0000000 0080 da00 7882 ffff daff 7882 0080 2500 0000010 877d 2501 877...
2003 Nov 20
0
Getting and providing help on this list (was "Printing on Samba with WinNT...")
...ould change dramatically if at least 25% of people who successfully acquired help on this list would feel obliged to give the same help to other newbies only on one occasion. > A significant number of people subscribe to this list in the hope of > getting a quick and painless answer to their spacific problem. It may take > someone 15-30 minutes to think through what they want and to offer a > simple reply. The alternatives to do this are: > > 1. Do not repsond - leave the person to sort their own way through > our documentation. Usualy, that does cause frustration. > >...
2014 Dec 03
0
awk vs. mawk
...system's awk, which is "awk version 20110810" as distributed > > with current OpenBSD 5.6 GENERIC.MP#610 amd64. > > With mawk-1.3.4.20140914 it works fine > > (and ./test_replaygain.sh passes). > > > > Can anyone please shed some light on what's mawk-spacific > > about that awk script? It seems to be just a sine-generator. > > > Ha! If the final > > printf("%c", byte[bx]); > > is changed to > > printf("%d", byte[bx]); > > the results produced by mawk and awk are identical. > > So the di...
2009 Apr 06
2
Converting Number into Integer in ruby
I am working with a legacy oracle database. The primary key is not defined as an integer but as a number. This results in a url with an id as a number, such as 1234.0 instead of 1234. It works fine, but I would prefer 1234 to be displayed in the url. I have attempted to redefine the model id method to convert to an integer using to_i method, but no luck. Any ideas? Thanks, Vaibhav -- Posted via
2014 Dec 10
1
awk vs. mawk
...s "awk version 20110810" as distributed > > > with current OpenBSD 5.6 GENERIC.MP#610 amd64. > > > With mawk-1.3.4.20140914 it works fine > > > (and ./test_replaygain.sh passes). > > > > > > Can anyone please shed some light on what's mawk-spacific > > > about that awk script? It seems to be just a sine-generator. > > > > > Ha! If the final > > > printf("%c", byte[bx]); > > > is changed to > > > printf("%d", byte[bx]); > > > the results produced by mawk and awk...
2014 Dec 11
2
awk vs. mawk
...s "awk version 20110810" as distributed > > > with current OpenBSD 5.6 GENERIC.MP#610 amd64. > > > With mawk-1.3.4.20140914 it works fine > > > (and ./test_replaygain.sh passes). > > > > > > Can anyone please shed some light on what's mawk-spacific > > > about that awk script? It seems to be just a sine-generator. > > > > > Ha! If the final > > > printf("%c", byte[bx]); > > > is changed to > > > printf("%d", byte[bx]); > > > the results produced by mawk and awk...
2014 Nov 25
19
flac-1.3.1pre1
Hi all, As people may have seen there's a pre-release here: http://downloads.xiph.org/releases/flac/beta/ Specifically: flac-1.3.1pre1.tar.xz : The source code flac-1.3.1pre1-win.zip : Windows 32 and 64 bit binaries Please test. I'm particularly interested in hearing about the windows binaries which were cross compiled from Linux to Windows. Unfortunately there is a bug