search for: exotic

Displaying 20 results from an estimated 409 matches for "exotic".

2010 Oct 17
1
N1MM crashes when using exotic callsigns
I get a runtime error '5' when entering any callsigns other than US or Canada signs. Error dump is as follows: wine: Unhandled page fault on read access to 0x00000030 at address 0x66080e1c (thread 003b), starting debugger... Unhandled exception: page fault on read access to 0x00000030 in 32-bit code (0x66080e1c). err:dbghelp:pe_load_dbg_file Couldn't find .DBG file
2014 Jan 23
0
Ogg and Android (Vorbis and more exotic)
Hi guys! I wanted to participate in your experience: Recently I put some files to my Android mobile (Samsung Galaxy SII) in addition to the Ogg/Vorbis ones: Speex, flac, Opus Unfortunately it seems the Music player crashes periodically since then. (Needless to say that it cannot play speex and Opus) You'll notice that your list of albums (normally at 180) suddenly becomes very short (1
2009 Jan 20
1
Trying to run a exotic app "Saral Tax",
Hi, "Saral Tax" is the only app that needs dual booting the PC. i'm trying to run this on wine and Arch linux. Fonts availabe through wine-doors are installed. Installation of Saraltax is flawless. But only the splash screen is displayed when the app is invoked. Errors displayed when running from prompt is pasted below. [ajayar at redcolony Saral Tax]$ wine WinTax.exe
2007 Sep 16
2
metadata on the wiki
On 14 Sep 2007 at 15:52, Ian Malone wrote: > Vorbis comments could do better than they currently do > but no-one seems compelled to implement any of the exotic > tag proposals that have hung around for years. Exotic tag proposals?! Do you mean the ones linked from the wiki? As far can tell, the only roadblock to "implementation" (by which, I assume you mean support from players) is their unofficial status. -- -:-:- David K. Gasaway -:...
2017 Jun 17
2
suggestion to fix packageDescription() for Windows users
...#--------------- If I understand correctly, that will force ASCII//TRANSLIT encoding when DESCRIPTION files are read by packageDescription() on Windows machines. The upside is that Windows users will get the authors in the package citation, unlike the current situation. The downside is that the exotic symbols in the authors' names are replaced with common ones that are similar. I think getting the citations to easily include the authors' names is pretty important, even if their names have exotic characters, so this is worth fixing. Is this edit to packageDescription the best way to...
2008 May 16
2
[LLVMdev] Matching struct layouts.
...What about unions? > > There are no bitfields, but it does have a variable length array at the end. > There are no unions. You could use llvm-gcc to convert the struct to an LLVM type. Otherwise, it wouldn't be too hard to convert the struct by hand as long as it doesn't have any exotic types in it. A VLA at the end (with element type T) is currently represented by placing a field of type T at the end (i.e. just one element). Ciao, Duncan. PS: Please reply to the list as well as to me - that way others can comment too.
2009 Jun 24
3
Auth worker max line size
Hello I have been playing with some exotic authentication scheme with Dovecot and PAM. That involves sending really large base64 encoded data as the IMAP password, and I have hit a line limit in Dovecot, with AUTH_WORKER_MAX_LINE_LENGTH set to 1024. This limit is especially frustrating since other parts of the software use much larger lim...
2017 Jun 17
3
suggestion to fix packageDescription() for Windows users
...nderstand correctly, that will force ASCII//TRANSLIT encoding when >> DESCRIPTION files are read by packageDescription() on Windows machines. >> The upside is that Windows users will get the authors in the package >> citation, unlike the current situation. The downside is that the exotic >> symbols in the authors' names are replaced with common ones that are >> similar. >> >> I think getting the citations to easily include the authors' names is >> pretty important, even if their names have exotic characters, so this is >> worth fixing. Is...
2007 Feb 14
2
Fanless solution
Hi there, I'm looking for a compact fanless solution preferrably wall mountable and not too exotic. It needs to be commercial grade. I don't really consider most of the Via ITX solutions I have seen commercial grade but perhaps someone can convince me otherwise. This solution is about the best I have found. Maybe a bit on the exotic side but I like the fact it is wall mountable AND has 2...
2005 Mar 21
2
[LLVMdev] llvm+gentoo=OK
Hi all maybe it is of interest for someone: I successfully compiled llvm and gcc front-end sources at Gentoo Linux (even on exotic x86-compatible CPU). Things seem to be running OK. This is a good prerequisite for making llvm ebuild script and promote llvm to hackers of fast-growing progressive Gentoo world. -- Valery A.Khamenya
2008 Mar 15
0
[LLVMdev] exact semantics of 'nounwind'
...rminate. I happen to think that this ought to be explicitly modelled > in the IR by arcing to another BB that calls terminate. > > We do agree that we need crystal-clear semantics in the language, so I'm > taking it to the mailing list to see what if we can form a consensus. the exotic part of nounwind semantics has now been removed (this was that the nounwind attribute had to be carefully preserved and propagated down to the codegenerators, which would put a special entry in the dwarf eh tables, because C++ semantic correctness was depending on the runtime being informed about n...
2006 Jun 27
3
Possible to get a definition of a function from a package to use without invoking the package?
....6. A previous request for help with the Mac problem yielded no results, so now I wonder if I could just extract the definitions for the couple of functions that I need and save them in my own file of R functions. I'm pretty sure that mod() and instring() are very basic and don't have any exotic dependencies. I did find an alternative mod() in the new matlab package, and that's fine. Now I just need another way to get the instring() functionality. Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler _at_ pnl.gov
2008 May 16
0
[LLVMdev] Matching struct layouts.
...t;> There are no bitfields, but it does have a variable length array at the end. >> There are no unions. > > You could use llvm-gcc to convert the struct to an LLVM type. > Otherwise, it wouldn't be too hard to convert the struct by > hand as long as it doesn't have any exotic types in it. A > VLA at the end (with element type T) is currently represented > by placing a field of type T at the end (i.e. just one element). But can I assume that both gcc and LLVM will layout the structure in the same way (member alignment, padding)? Regards, -Mahadevan.
2019 Feb 16
2
32 seconds vs 72 minutes -- expected performance difference?
...thought most mailing lists scrub attachments. > > -- Saurabh. This is a complete lateral jump. In the El/Centos line of distros I've seen a lot of issues caused by using the r8169 driver on RTL8111/8168/8411 cards including things like DNS failures and network slowdowns and other more exotic issues. The card performs better (in EL/Centos) with the r8168 driver which does not come built into the kernel, unless Ubuntu has unified the two drivers under the r8169 banner. You can do a quick check with: lspci -k | grep Eth -A 3 Please ignore this post if it is totally irrelevant. Nick
2017 Jun 18
2
suggestion to fix packageDescription() for Windows users
...t will force ASCII//TRANSLIT encoding when >>>> DESCRIPTION files are read by packageDescription() on Windows machines. >>>> The upside is that Windows users will get the authors in the package >>>> citation, unlike the current situation. The downside is that the exotic >>>> symbols in the authors' names are replaced with common ones that are >>>> similar. >>>> >>>> I think getting the citations to easily include the authors' names is >>>> pretty important, even if their names have exotic characte...
2007 Sep 14
4
metadata on the wiki
The biggest problem with Vorbis comments are too loose specifications and too little standardisation. Another problem is attribution of involved parties. Currently only the ARTIST field name is supported in software. More standardised field names need to be worked out for organisations and persons involved in the production of the recording. See:
2009 Feb 20
1
NOT an R problem: cannot install packages from distant repository
...:menuInstallPkgs(). Did anybody meet the same problem, and how can I solve it ? Renaud -- Renaud Lancelot EDEN Project, coordinator http://www.eden-fp6project.net/ UMR CIRAD-INRA "Contrôle des maladies animales exotiques et émergentes" Joint research unit "Control of emerging and exotic animal diseases" CIRAD Campus International de Baillarguet TA A-DIR / B F34398 Montpellier http://www.cirad.fr http://bluetongue.cirad.fr/ Tel. +33 4 67 59 37 17 - Fax +33 4 67 59 37 95 Secr. +33 4 67 59 37 37 - Cell. +33 6 77 52 08 69 [[alternative HTML version deleted]]
2017 Jun 17
0
suggestion to fix packageDescription() for Windows users
...> If I understand correctly, that will force ASCII//TRANSLIT encoding when > DESCRIPTION files are read by packageDescription() on Windows machines. > The upside is that Windows users will get the authors in the package > citation, unlike the current situation. The downside is that the exotic > symbols in the authors' names are replaced with common ones that are > similar. > > I think getting the citations to easily include the authors' names is > pretty important, even if their names have exotic characters, so this is > worth fixing. Is this edit to packageDes...
2003 Mar 26
2
R-1.7.0 beta available
...sing "make dist" (like the final release will be) and thus they may have problems that don't show up on CVS or rsync checkouts (e.g. files missing). You're encouraged to try them out and report errors if you find any. In particular, we'd like you to do it if you have an "exotic" hardware/software platform. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
2020 Mar 04
2
How to add new AVR targets?
...the ISR function handlers must match those > referred to in avr-libc/avr-libgcc/crt*. This is because the ISR > table is specified in assembly inside the GCC AVR CRT. The way it > works is that the external symbol references in the CRT object files > are declared with an exotic linkage type that causes the linker to > skip linking of the symbols if they are undefined references. If you > chose a custom ISR table in a custom CRT or runtime library, you > would be free to choose ISR names as you pleased. > Thank you for your explanation. But I suspe...