search for: engeneered

Displaying 16 results from an estimated 16 matches for "engeneered".

Did you mean: engendered
2017 Nov 16
2
Opus vs AAC (endurance test)
using iTunes i've noticed that AAC is very good at re-encoding own lossy sound. let's test Opus! neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a neroaacdec.exe -if 001.m4a -of aac001.wav wavdiff.exe 000.wav aac001.wav Comparing 000.wav - aac001.wav... Max diff: -17.3867dB RMS diff: -33.0851dB Mean diff: -32.4582dB opusenc.exe --bitrate 512 "000.wav" 001.opus opusdec.exe 001.opus
2009 Sep 29
1
[LLVMdev] converting x86 instructions to LLVM instructions
* Timo Juhani Lindfors (timo.lindfors at iki.fi) wrote: > Hi, > > Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes: > > if it does not already exists, could it mean it is a nonsense, then why? > > Why don't you compile your program directly to LLVM bitcode? - In security-testing you sometimes apply black boxing. I've had a similar idea
2020 Sep 05
1
Some questions about NUT driver development
Hello, I am developing a new NUT driver for brazilian UPS brand "Ragtech" by reverse engeneering. I have never been involved in NUT driver development, so I wish to ask some basic questions. Any help will be much appreciated! 1. Is there a mandatory C code style? I mean, any strong recommendation? If there are none, I prefer to keep mine. 2. What are the purposes of "instant
2003 Jun 06
3
Do we need WINS Replication?
...server, which can be connected to; but doesn't return to the primary server when the link is up. I know only one solution of it - use WINS replication, but Samba 2.2.8a still doesn't support it. Why - are any other solutions? Probably the MS WINS replication protocol is hard to be reverse-engeneered, but I'd like to use replication at least between 2 Samba's, no MS Windows! I'm always ready to test such a thing! Here are some "bad" solutions I found on the list archives: 1. Use Windows WINS servers in both segments. (Pff, I hate to use Windows as a server!) 2. Use on...
2008 Oct 27
0
adehabitat version 1.8
Dear all, I have uploaded to CRAN the version 1.8 of the package 'adehabitat'. Significant changes are listed below: * getverticeshr now relies on the function contourLines(), and returns smoother estimates of the kernel home range (see the help page). * the new function kernelkc (and related functions) now allows the estimation of the utilization distribution in space and time of
2005 Jun 22
0
3month Internship between February end July 2006
Hello, I make a sawdwish course in network and software engeneering at CPE lyon and in my company I'm working on Asterisk from 1 year. So, I'm looking for a internship (3 month) in a english country on a Asterisk project. Thanks, Thomas DEILLON
2001 Feb 14
0
Keyboard not handled properly.. were to start debbugging?
Joao clemente wrote: > Hi there. > > I just intalled wine and crossed my fingers hoping that it worked at the > first try... > > It ALMOST did perfectly... The one problem I'm having is that my keyboard is > not being correctly handled... Well, I've looked at teh sources trying to > locate the problem and I've found that when wine tries to find the correct >
2008 May 17
0
libsmbclient: how to see if authentication succeeded
Hello, I'm looking for a way in libsmbclient to see if authentication succeeded or not. Not finding libsmbclient documentation except examples, I started looking at code and found some doing a trivial operation (stat on a known-readable path for example). However, in my case I have no guarenteed-readable directory or file. I did find a workaround though, but it's a bit of a kludge that
2004 Mar 24
1
Built of theora.dsw
Hello everybody, I'm a new member of this mailing-list. My name is Remi BEAUDOUIN, I'm student in an engeneering school in France (ENSEIRB, Bordeaux), major Data and Image Processing. I'm currently doing my last internship before graduating in Thales Airborne Systems. I'm working on video compression and I have to choose the best way to encode and to embed it on a DSP TMS320DM642
2017 Nov 16
0
Opus vs AAC (endurance test)
Opus is specifically designed to survive tandeming but you need to keep the frames aligned and not mess with the gain, which your tools probably do not do. On Thu, Nov 16, 2017 at 10:58 PM, encrupted anonymous < sergeinakamoto at gmail.com> wrote: > using iTunes i've noticed that AAC is > very good at re-encoding own lossy sound. > let's test Opus! > > neroaacenc.exe
2007 Oct 17
2
Preflight check / lint
Hi, Am writing scripts to manage configuration management and Asterisk. I would like to be able to point the asterisk binary at config directory with an asterisk.conf in it, and for asterisk to run a pre- flight check. A bit like a pint check in php, 'apachectl configtest' and lots of other tools. asterisk will then exit with 0 on a safe config, and 1 on a bad config. I can
2007 Mar 27
0
GSoC Apply, request for review
Hi, I am sending my application I submitted for the GSoC. There are still some hours left before the deadline, so if you have any remarks or a tip, I can still update it. thanks... i think there are some grammatical errors =(... == Name and Contact details == Andr? Luiz Nazareth da Costa Primary e-mail: andre.lnc@gmail.com Secondary e-mail: andre.lnc@lsc.ic.unicamp.br Gtalk:
1999 Mar 29
13
Samba help
Hello, I've recently installed Samba on a S.u.S.E. computer, and I am wondering what the best way to edit and manipulate the smb.conf file is. could anybody help me out??
2007 Jul 13
2
nearest correlation to polychoric
Dear all, Has someone implemented in R (or any other language) Knol DL, ten Berge JMF. Least-squares approximation of an improper correlation matrix by a proper one. Psychometrika, 1989, 54, 53-61. or any other similar algorithm? Best regards Jens Oehlschl?gel Background: I want to factanal() matrices of polychoric correlations which have negative eigenvalue. I coded Highham 2002
2009 Dec 28
2
DeviceKit-power
My UPS Powercom WOW-1000U does greatly work with NUT, but not auto-cofigurable... This UPS is not usb-hid ups, and works well with this settings in NUT: [powercom] desc = "powercom" driver = powercom port = "/dev/serial/by-id/usb-POWERCOM_CO.__LTD._USB_to_Serial-if00-port0" type = IMP lsusb -v fragment attached. Unlike other UPSes, gnome-power-manager does
2010 Mar 10
39
SSD Optimizations
I''m looking to try BTRFS on a SSD, and I would like to know what SSD optimizations it applies. Is there a comprehensive list of what ssd mount option does? How are the blocks and metadata arranged? Are there options available comparable to ext2/ext3 to help reduce wear and improve performance? Specifically, on ext2 (journal means more writes, so I don''t use ext3 on SSDs,