search for: techn

Displaying 8 results from an estimated 8 matches for "techn".

Did you mean: techno
2001 Sep 21
1
In Addidtion to the Sound problem ... !! read this !!
...ats = 00000FFF, dwSupport = 0000006C trace:wave:OSS_WaveInit OSS dsp in caps=00003300 trace:wave:OSS_WaveInit OSS in dsp mask=00000018 trace:wave:OSS_WaveInit in dwFormats = 00000FFF trace:midi:OSS_MidiInit Initializing the MIDI variables. trace:midi:OSS_MidiInit name='Loopback MIDI Port 1' techn=1 voices=16 notes=16 s upport=3 trace:midi:OSS_MidiInit OSS info: midi dev-type=37, capa=0 trace:midi:OSS_MidiInit name='Loopback MIDI Port 2' techn=1 voices=16 notes=16 s upport=3 trace:midi:OSS_MidiInit OSS info: midi dev-type=37, capa=0 trace:midi:OSS_midMessage (0000, 0064, 00000000,...
2011 Dec 05
2
bit error robustness
...So is there a way to do the test from the command line? thx, Heiko ________________________________________________________________________________________ Sennheiser electronic GmbH & Co.KG, Sitz: Wedemark, Handelsregister: AG Hannover HRA 120100, Aufsichtsratsvorsitzender: Prof. Dr. sc. techn. J?rg Sennheiser phG: Sennheiser Beteiligungsgesellschaft mbH, Sitz: Wedemark, Handelsregister: AG Hannover HRB 120179, Gesch?ftsf?hrer: Volker Bartels, Peter Claussen, Dr. Heinrich Esser, Daniel Sennheiser Diese E-Mail enth?lt vertrauliche oder rechtlich gesch?tzte Informationen. Wenn Sie nicht d...
2004 Oct 19
1
WINEDEBUG for a non-descript segfault
Hi, I'm loooking at a Linux program that calls WIne and then segfaults without any real information. Are there any debug channels that make most sense to try and trap in this specific case? Thanks, Mark
2019 Jan 24
1
Bug or undocumented behavior in normalizePath() with file system links on windows
...reich Gesundheit | R&D Division Health Escherweg 2, 26121 Oldenburg - Germany Phone/Fax: +49 (0) 441 9722 346 / -111 E-Mail: david.korfkamp at offis.de URL: http://www.offis.de Registergericht: Amtsgericht Oldenburg VR 1956 Vorstand: Prof. Dr.-Ing. Wolfgang H. Nebel (Vorsitzender), Prof. Dr. techn. Susanne Boll-Westermann, Prof. Dr.-Ing. Axel Hahn, Prof. Dr.-Ing. Andreas Hein, Prof. Dr. Sebastian Lehnhoff [[alternative HTML version deleted]]
1998 Aug 24
1
R-beta: Segmentation fault
...ror shows up. Could it possibly it is something going on inside R which is causing the problem? Or that I have a hardware problem?? -- Jarle Tufto Email: jarlet at math.ntnu.no Dept. of Math. Sci.,Lade http://www.math.ntnu.no/~jarlet Norwegian Univ. of Sci. and Techn. Phone:+47 735 91498 7034 Trondheim, Norway Fax:+47 735 91038 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe&quo...
2002 Feb 17
0
client with W2K browse through server disc
...ritable = yes printable = no directory mask = 0770 create mask = 0770 [vzdelav] comment = Informacni usek path = /home/samba/groups/vzdelavaci browsable = yes public = no writable = yes printable = no directory mask = 0770 create mask = 0770 [techn] comment = Technicky usek path = /home/samba/groups/technicky browsable = no public = no writable = yes printable = no directory mask = 0770 create mask = 0770 [sekretar] comment = Sekretariat path = /home/samba/groups/sekretariat browsable =...
1999 Aug 01
0
Problem with Password sync
I'm trying to figure out how I can change to SMB password and UNIX password together. On the Win98 I change the password via : Control Panel - Passwords - Change Windows password (select also Microsoft Networking) After a few seconds I get the message 'The password you typed is not correct for MS Networking' Are there any known problems with password sync ? I read the digest 2112 till
2006 May 16
4
Model class conditional on ENV["RAILS_ENV"] == "test"
I am trying to setup a model class that I want to inherit from ActveRecord when in the test mode, and not inherit when in production and/or development mode. The reason for this is so that I can use fixtures to test that the logic in the model is working correctly, but I don''t want the database table around during production (and normal development). I would like to do this the