search for: astounded

Displaying 20 results from an estimated 63 matches for "astounded".

2001 Sep 27
4
configuration question
Hello, The first thing I would suggest is to check freshmeat.net and see if there is something comparable to astound out there for linux, therefore bypassing the whole windows program need, bypassing the need for most pay-per-license fees. As far as running a windows program under linux, you would need WINE, vmware or some other win-emulator. Hope this advise helps some. -----Original
2016 Dec 21
2
syslinux mkisofs hard-disk-boot isohybrid
> Hi, > > Pascal wrote: > > mkisofs -o core.iso -b boot/core.img -c boot/boot.cat -hard-disk-boot core/ > > my iso image is ok with qemu on bios and uefi, > > Astounding. As CD-ROM this is not supposed to work with UEFI unless the > firmware emulates BIOS. What particular UEFI firmware did you use ? > > > and with qemu as hard disk on uefi but not on
2016 Dec 21
4
syslinux mkisofs hard-disk-boot isohybrid
hello every body, I'm trying to build an isohybrid image based on syslinux able to boot on bios and uefi with optical disk or usb key. I've build a 16Mb hard disk image (core.img) with necessary parts for bios (legacy bootable partition, protective mbr, gptmbr.bin & syslinux installation) and for uefi (gpt, esp, /efi/boot/bootx64.efi & syslinux files). my hard disk image is ok -
2016 Dec 21
0
syslinux mkisofs hard-disk-boot isohybrid
Hi, Pascal wrote: > mkisofs -o core.iso -b boot/core.img -c boot/boot.cat -hard-disk-boot core/ > my iso image is ok with qemu on bios and uefi, Astounding. As CD-ROM this is not supposed to work with UEFI unless the firmware emulates BIOS. What particular UEFI firmware did you use ? > and with qemu as hard disk on uefi but not on bios. That's even more astounding. The UEFI
2008 Jul 01
1
Unexpected shutdown of Icecast
...it was down, log in remotely only to find that Icecast was not running. I would restart it, report to the station manager that he or someone must have shut it down, and forget about it. But just now, while doing some other maintenance on the system, I inadvertently shut it down myself and was so astounded that I had to do it again to prove that my action had really made it quit. All I did was press the Escape key when Icecast had focus and it was gone. Is there any good reason for it to shut down like that? I suppose that installing it as a service would take care of it, right? I guess that wo...
2012 Dec 28
1
[LLVMdev] Surprising SCEV / Constant folding result
Hello, I've tested LLVM's ScalarEvolution analysis with different small examples. Here's a result that surprised me: void dont_optimize_away(int); void foo(int n) { int res = 0; for (int i = 0; i < n; ++i) { // The kind of things that SCEV can recognize is quite astounding... // It wins over gcc for this one. //res = res + i*i; // Also, the kind of things it
2002 May 19
1
rterm.exe and graphics windows
I have started using R 1.5.0 on Windows 2000. The refinement of this system in such a short time is astounding, and I thank those who have worked on it and made it available! I have been using rterm.exe to develop R scripts in my preferred editor (not emacs) by sending the command rterm.exe --save < %f where the editor substitutes the filename for %f. This works wonderfully, and the
2016 Dec 22
0
syslinux mkisofs hard-disk-boot isohybrid
Le mercredi 21 d?cembre 2016, Ady Ady via Syslinux <syslinux at zytor.com> a ?crit : > > > Hi, > > > > Pascal wrote: > > > mkisofs -o core.iso -b boot/core.img -c boot/boot.cat -hard-disk-boot > core/ > > > my iso image is ok with qemu on bios and uefi, > > > > Astounding. As CD-ROM this is not supposed to work with UEFI unless the >
2011 Jul 19
3
3.5.5, ADS mode, user authentication syntax
All, I'm in the process of migrating a samba server from Solaris 10 (running 3.0.37) to Solaris 11 Express (running 3.5.5). The system is joined to a Win2k3 Active Directory. Migrating the configuration worked fine, the shares are available and everything mostly works as intended. The problem we're having is with the syntax of authentication requests from Windows client machines. On the
2005 Mar 02
1
General pre-processing prior to feeding sound to speex.
Hi, I have speex running as a part of a voice conferencing app. Well, one under development anyway. I'm running VBR at quality 3 and get a "hissy-squelchy" background noise. This is fine, kinda, because the internal microphone in the laptop picks up hiss, the sound of the (actually very quiet) hard drive and generally speaking is of less than exemplary quality. To help
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
Hi, On Mon, Jan 19, 2015 at 03:44:45PM -0500, Duncan Murdoch wrote: > >>>>> git has an interface for cloning SVN repositories into git > >>>>> which some users might decide to use. For those users' > >>>>> surprise, the repository will always fail to build on > >>>>> svnonly target and it will exit early. >
2006 Feb 28
4
Off-Topic Mambo Vulnerabilities & Patches
On the Mambo CMS site there are vulnerabilities found. Whilst this is not a CentOS problem, people rent/deploy servers (CentOS) on the net with Mambo. A guy in one of the user forums on the net, had his Mambo 4.5.2 server hacked and they installed some interesting stuff in /tmp . When a server is hacked it gives bad PR for the underlying OS. <----announcement on
2013 Apr 14
1
R 3.0.0 memory use
I did some benchmarking of data frame code, and it appears that R 3.0.0 is far worse than earlier versions of R in terms of how many large objects it allocates space for, for data frame operations - creation, subscripting, subscript replacement. For a data frame with n rows, it makes either 2 or 4 extra copies of all of: 8n bytes (e.g. double precision) 24n bytes 32n bytes
2006 Mar 14
14
Gusto.com Rails Site
Hello - I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were
2016 Oct 18
3
unable to compile llvm with gcc 4.7.4
Hi, This is not the purpose of my distro. The purpose of my distro is to account for complexity lock-in and to remove this as much as possible. This complexity is usually performed in 2 ways: - ultra costly languages/runtime to implement (c++/java...), and I don't think "ultra" is a word big enough. - multiplication of script languages
2015 May 01
5
[LLVMdev] What does "debugger tuning" mean?
...a pile of private patches to get LLVM to emit DWARF that looks like what their debugger wants? If the answer to these questions is Yes then my answer to your question is Sure, we could, if we find those differences to be important. I promise you that these things are true at Sony, and I would be astounded if it wasn't true for Apple. Guess what? LLDB and SCE are two of the debugger-tuning options for a reason. Show me another _real_ case of _real_ differences that matter to the community, and we can talk about another debugger tuning option. > I am having a lot of trouble understanding how...
2005 Jun 03
2
IceCast 2.2 MP3 stream and Real Player noise
It does not appear to happen with ShoutCast... Fred -----Original Message----- From: Michael Smith [mailto:mlrsmith@gmail.com] Sent: Friday, June 03, 2005 1:11 PM To: Greg Cc: karl@xiph.org; Fred Black; icecast Subject: Re: [Icecast] IceCast 2.2 MP3 stream and Real Player noise On 6/3/05, Greg <greg@indexcom.com> wrote: > Just checked using RealPlayer Windows 10.5 latest release.
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
...mplaining about them being "broken", steps may be taken to make it clearer who broke them." https://stat.ethz.ch/pipermail/r-devel/2013-March/066131.html As a newcomer hoping to contribute to R who had already encountered this same compilation issue and considered it was a bug, I am astounded to learn that it is instead desired and intentional behavior. --nate
2008 May 06
1
Slightly OT: Extra icons on desktop - SOLVED
I can't think of a better word for this than "weird." I went back and reread most of the emails on the original thread, and both Ross and Bill suggested that something about "misc" might be off. So, I created a new mount point called "other," pointed fstab at it, modified my scripts and symlinks that used to reference /misc, and rebooted. Voila! /other was
2008 Nov 26
0
Re: The single major remaining Wine complaint everyone makes...
2D Speed? I think 256 color support is more important. Sonic CD in Linux must happen! /sarcasm, slightly...I miss Sonic CD... [Crying or Very sad] Really though. the fact that I can buy some Windows 98 games at goodwill for 99 cents and know they will run in Linux is astounding. I just bought Heretic 2 for $2 and it runs perfectly.