search for: cuz

Displaying 20 results from an estimated 181 matches for "cuz".

Did you mean: caz
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
...Well, awright, I thought, let's do it. Problem is, though: The download links on freshmeat are all broken and I don't know where to find this library. Does anyone, please, still have this laying around, or even better, give me some smart way how I can do this without hardcore hacking ('cuz I don't know A THING about wrapping C functions and stuff). Maybe somebody wants to do this for me 'cuz you don't have anything else to do? Well, just a try ... Thanks a lot. -M P.S.: I'm now subscribed to this list. Geez, cool, heh? It just means I'm receiving over 100 mails...
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
...Well, awright, I thought, let's do it. Problem is, though: The download links on freshmeat are all broken and I don't know where to find this library. Does anyone, please, still have this laying around, or even better, give me some smart way how I can do this without hardcore hacking ('cuz I don't know A THING about wrapping C functions and stuff). Maybe somebody wants to do this for me 'cuz you don't have anything else to do? Well, just a try ... Thanks a lot. -M P.S.: I'm now subscribed to this list. Geez, cool, heh? It just means I'm receiving over 100 mails...
2008 Mar 21
6
Starcraft - Gives me no visual output
starcraft is a game ive enjoyed for a long time and last time i played it was on windows. now im trying it on ubuntu feisty, with wine installed. starcraft installed amazingly fast, but when i started it up, its as if the computer was giving no visual output, and the monitor itself gave me an error message. basicly i could still hear the starcraft music in the background, but i couldnt see a
2008 Jan 28
1
[LLVMdev] Building self-hosting compiler in language "X", using LLVM
...m new to LLVM and compilers at all (i did wrote few interpretators, but thats not same as compiler), and i want to write compiler (which compiles source to native code executebles - no VMs or runtime files) for some language (i'll call it a language "X", as it don't have name yet, cuz i'm desinging it - a hobby project of mine) and i want to write compiler in that language ("X"), a self-hosting compiler as they call it. I have a little knowlage of x86 assembly, object file formats, linkers, executables and all that stuff, so i first tought that i'm going to ma...
2003 Jun 09
7
Quickbooks revisited
I did testing on generating this report from a 130 MB Quickbooks file. Locally, 15 seconds. Samba Server, 1:35. Shared off of my win98 Workstation, 2+ mins. I do not understand the reason it is SOO slow. I know it is a fairly large file. The only explanation I can come up with is the way QuickBooks is accessing the files. Maybe jumping all around the file, requiring many operations on the
2007 Aug 01
2
getting hex out of ints
...arg0; } pid111::myfunc:return /self->arg/ { @[self->arg] = quantize(); } works great, but i''d like arg0 to be printed in hex. I''ve tried numerous approaches to do this but i''ve hit a wall every time. I''ve tried: 1) self->arg = sprintf(arg0); no, cuz dtrace has no sprintf 2) self->arg = string((void*)arg0); no, cuz it tried to dereference arg0, but it''s a value Then I wrote a translator: struct byhex { string hex; }; translator struct byhex <uint64_t arg> { hex = ... }; .... self->arg = xlate<struct byh...
2011 Nov 24
1
[LLVMdev] arm neon intrinsics cross compile error on windows system
...stdint.h. And, codesourcery toolchain also has stdint.h header file at same place of stdio.h Generally, Clang has "lib/clang/3.0/include" default search path. If I added codesourcery toolchain path for stdio.h with -I option, stdint.h has been loaded at the specified toolchain path first cuz clang's default search path priority moved back. In my case, when I busted codesourcery toolchains stdint.h, it's okay to build. And also it was okay cuz clang called /usr/include/stdint.h first on Unbuntu linux. How could I avoid this conflict, not to be removed stdint.h of toolchian? I...
2007 Mar 19
2
does wine work well with old fullscreen games on native windows xp?
I just want to set up a wine inside the windows xp, cuz I want ot run some old games (like planescape: torment) in window mode, can wine for windows do that?
2010 Nov 24
4
Installing Wine Problem
When I run the wine installer on my mac (tools/wineinstall), it opens termanal and I get this: You're running this from the wrong directory. Change to the Wine source's main directory and try again. logout How do I fix this?
2009 Jul 30
2
Any more details on Lance? (just curious; no pressure)
...e "Facts." Are there any more details, mainly along the lines of CentOS sticking around - I know you folks all work really hard on this, and you know better than me how many others depend on you - but - there's that little specter of doubt yelling in my virtual ears (has to yell 'cuz it's really tiny) and I'd like nothing better (well, almost) than to gag it. Thanks for all you do, and for keeping us all informed. mhr
2011 Jun 16
3
puppet repository from puppetlabs
Hi All, Is there a ubuntu repository managed by puppetlabs? I am using lucid and latest puppet package it offers is 0.25.4. I could of course just download source, or a deb from debian or newer ubuntu, or get it using gem. But would be nice if there is a PPA available for lucid, cuz it would work nicely with routine upgrade. puppetdashboard worked nicely with the puppet labs ppa deb http://apt.puppetlabs.com/ubuntu lucid main and deb-src deb-src http://apt.puppetlabs.com/ubuntu lucid main Please advise. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it...
2011 Nov 24
0
[LLVMdev] arm neon intrinsics cross compile error on windows system
...ery > toolchain also has stdint.h header file at same place of stdio.h > > Generally, Clang has "lib/clang/3.0/include" default search path. > If I added codesourcery toolchain path for stdio.h with -I option, > stdint.h has been loaded at the specified toolchain path first cuz clang's > default search path priority moved back. > > In my case, when I busted codesourcery toolchains stdint.h, it's okay to > build. > And also it was okay cuz clang called /usr/include/stdint.h first on > Unbuntu linux. > > How could I avoid this conflict, not t...
2015 Feb 03
5
user nobody can't access file
...SWD: /var/www/qa/launchpadnew/site/ftp_check.php But if I become the nobody user and try to access the file, it tries to prompt me for a password: -bash-3.2$ php /var/www/qa/launchpadnew/site/ftp_check.php [sudo] password for nobody: Can someone please point out for me where I'm going wrong? Cuz I don't see it!! Thanks ! :) Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
2011 Nov 24
2
[LLVMdev] arm neon intrinsics cross compile error on windows system
...stdint.h. And, codesourcery toolchain also has stdint.h header file at same place of stdio.h Generally, Clang has "lib/clang/3.0/include" default search path. If I added codesourcery toolchain path for stdio.h with -I option, stdint.h has been loaded at the specified toolchain path first cuz clang's default search path priority moved back. In my case, when I busted codesourcery toolchains stdint.h, it's okay to build. And also it was okay cuz clang called /usr/include/stdint.h first on Unbuntu linux. How could I avoid this conflict, not to be removed stdint.h of toolchian? I...
2008 Jul 16
6
OT - Windows slowdown?
...9;s running Windows XP, SP1 (I think), but since the update it has run about 1/3 as fast as it used to. Does anyone know if there was a WXP update that killed performance on laptops? None of my other XP installs, SP1 or SP2, suffers from this. (Actually, I should say "their other" 'cuz I don't use Windows unless I can't avoid it, and then I try to do it on my WXP VM where it's still relatively safe.) Thanks. mhr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080715/52b53642/a...
2011 Nov 23
4
[LLVMdev] arm neon intrinsics cross compile error on windows system
Dear all. I built the LLVM 3.0 rc4 with Clang front-end in windows os env. (also with -DLLVM_TARGETS_TO_BUILD=all option) For arm neon intrinsics testing, I tried to compile some codes, which are included a few neon intrinsics. Although I got a well done bitcode on ubuntu build pc, it shows some errors when compile the codes on windows. Could you let me know why occurred errors? is this just a
2009 Jan 16
5
Help: OpenId and restful_acl
Hi All, I have restful_authentication with restful_acl installed on my app, now I want to use OpenId with restful_acl,so my question is... does this make any problems for me or not? I haven''t explored the OpenId for ROR yet, and I am going to do that now,but I just wan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2008 May 28
4
[Game] Final Fantasy 7 does not work
Hi at all i have a great problem with mi wine. i have Xubuntu 6.06 (dapper drake) on my Asus L8400 Notebook. i cannot post my Sys definitions, cuz i haven't a tool like siw.exe whos runnig under linux. when i start my ff7, a litle moment after, there appears a error message. > Unable to locate a MIDI-Device. Final Fantasy VII requires a Windows95-compliant MIDI Device. my console print follow text: Code: root at error-laptop:/hom...
2011 Nov 24
0
[LLVMdev] arm neon intrinsics cross compile error on windows system
...hain also has stdint.h header file at same place of stdio.h**** > > Generally, Clang has "lib/clang/3.0/include" default search path. **** > > If I added codesourcery toolchain path for stdio.h with -I option, > stdint.h has been loaded at the specified toolchain path first cuz clang's > default search path priority moved back.**** > > ** ** > > In my case, when I busted codesourcery toolchains stdint.h, it's okay to > build.**** > > And also it was okay cuz clang called /usr/include/stdint.h first on > Unbuntu linux.**** > > ** **...
2005 Dec 16
1
can boot custom kernel.
i compiled xen 3 and then following the instruction in the user manual compiled a cuztom dom0 kernel. i even made a initrd for that kernel. i use ubuntu 5.10. problem is now i can''t boot into dom0. my root partion is /dev/hda5 and it no such device found. i can''t tell you exact output cuz it goes by too fast . any help. ___________________________________________...