Jump to content
xisto Community

bakr_2k5

Members
  • Content Count

    90
  • Joined

  • Last visited

Everything posted by bakr_2k5

  1. Mozilla Firefox :PIt's a nice browser and is fast! Great plugin support and highly configurability!And it's open source!Currently i'm using links 2.10 (text-browser, opensource)That's also my favorite text-browser. Only lacks javascript support :Pbakr_2k5
  2. Hello,First off: Don't know if all goes well because i'm on a text-browser currently!K here we go:I'm installing gentoo, well i installed it already but setting up my make.conf,And my question is:My cflags are: CFLAGS="-march=athlon64 -O2 -pipe -mmmx -m3dnow -msse -msse2 -msse3"But do i have to set -mmx -3dnow -msse -msse2 now in the USE flags or is it done automatticly by the CFLAGS?It's making me really confused :PI don't really want to f*ckup my gentoo system at this early stage :POw yes another question:When i want to recompile/rebuild my gentoo setup,do i use "emerge -e world" or "emerge -e system" ??Thanks in advance,bakr_2k5PS @vyoma: How is it going with the cursor-for-loop problem?PS2 text-browsing isn't everything ...PS3 Sorry for the language!
  3. Well I'm back and came up with something again It took a while and I gues it isn't what you look for but eh I did it without any knowlage about PLSQL! PROCEDURE process_records() -- or what ever you want to call itIS CURSOR cur_some_record IS SELECT * FROM some_loaded_table ORDER BY some_sort_column;BEGIN SELECT COUNT(*) INTO v_rowcount FROM some_loaded_table; FOR some_record IN cur_some_record LOOP -- Do processing on each of the record -- referencing it as some_record.<some_column> EXIT WHEN v_rowcount < 2; -- Will process the first row and then shut the loop down IF there is 1 row END LOOP;END; I used this tutorial along side: http://docstore.mik.ua/orelly/oracle/prog2/ Otherwise I wouldn't get this code I HOPE you can use this bakr_2k5
  4. Hmm ok, please not that i'm not a PLSQL user or developper or whatsoever, i just look at the code and try to help :)But I found something I think it could be usefull. I'm currently trying to figure out how PLSQL works (the part where youre problem is)Later tonight (The Netherlands) I come up with a new solution, I HOPE I'm allready working on the code a bit, but just need too know a bit more about PLSQL.But so far what I understand is that you want to use the EXCEPTION command to handle the lonely row?I got to eat now. bakr_2k5
  5. Could be, i really don't know I'm no Aribic whatsoever. I never really searched if there is something behind the name bakr Though, Bachir sounds a lot like bakr! bakr_2k5
  6. Ok i edited a bit of your second code. Could this be what you want? -- Some intializing code FOR some_record IN cur_some_record LOOP IF some_record < 2 THEN -- process the lonely record EXIT; END IF; -- Do processing on each of the record -- referencing it as some_record.<some_column> END LOOP; bakr_2k5
  7. hello,This is what I have read somewhere a while ago:Windows Vista for business is comming out end 2006Windows Vista for home users is comming out early 2007Don't know it all for sure ofcourse but my memory says this About the price is nothing to say at this moment. You'll have to wait till it's in the shops :)bakr_2k5
  8. Hello Vyoma,Maybe you could use a blank first row? And skip the first row (the 0 'zero' row) in the loop?Don't know if it's a suitable solution. I used to using that in PHP / MySql can't really rember why bakr_2k5
  9. Well bakr_2k5 is my nickname bakr is my real name in Arabic. A long time ago someone pointed my to such a nickname creator and bakr is what came out and I liked it 2k5 is 2005 indead and that was the year I started using the nickname So bakr_2k5 rolled out of the press bakr_2k5
  10. hehe thank you all!I'm happy to participate with Xisto bakr_2k5
  11. Evening asta users,I'm bakr_2k5, i'm from The Netherlands and I'm 17 years old.My interests are gaming, programming, helping other people out, chatting with friends and being lazy once a while There are some circulations in my head about starting an open source project but it's just thinking for now I found this server on google somewhere and i thought well let's take a look, and here I am. ( i like it so far )This forum will keep me busy (i hope) and when I'm ready to start my project i can host it here so that's probally the main reason i'm here ;)Yes, I'm not so good in introducing myself, but eh, who cares ;)bakr_2k5PS When you think i'm annoying.. JELL / SCREAM at me so I know when to stop
  12. It looks great. I only don't really like the two "::" in the middle ... I think they don't really fit in.Ofcourse it's an apinion from a non psp user and non designer :)What kind of games do you plan to build?If those games all have the same genre / theme or whatever.You splash screen should have something incommon with the games itselves.I don't know anything of the psp etc. It's just what I think of it :)bakr_2k5
  13. I'm on a 2.6.17-1.2187_FC5 64bit (x86_64) Perhaps RedHat packages are a bit more expert orientated? Since RedHat is really a server distro... Well who knows. These commands work too on my system CONSOLE apachectl restart apachectl -k restart /etc/rc.d/init.d/httpd restart bakr_2k5
  14. hehe .. Well I don't know it .. I'm a linux user! You need help with the setnet32? I can hunt google for you! Hope i didn't understand your post wrong .. Kinda tired! bakr_2k5 <edit> setnet32 is from IBM so i think it's better to use MS created software for these purposes? Or edit the register, to keep it a bit clean! </edit> <edit2> Ok i found something about a hosts file, don't know if it's the same but it's worth a shot http://forums.xisto.com/no_longer_exists/ I think it's the equivalent of the netrc in *nux? I don't know it all for sure since i'm not really busy with networking etc. </edit2>
  15. Hello, Are you sure you want to you a pixel shader emulator? I think, well i know, you will need a damn huge cpu! Well you could check out: http://forums.xisto.com/no_longer_exists/ or https://www.transgaming.com/?modulplay&ceid=8 But i don't think it will run smoothly ... About what game are we talking? bakr_2k5
  16. Hello, I think hosts.equiv in the dir \%WINDIR%\system32\drivers\etc, is what you are looking for. Got it from: http://forums.xisto.com/no_longer_exists/ Don't know if it's true or whatsoever! I just googled for ".netrc on windows" and it was the first thing that came up. bakr_2k5
  17. I did a quick google search and came with this! Dev-PHP: http://devphp.sourceforge.net/ It has it's builtin webserver for previewing php en stuff like that.. Don't use it myself since it's software for windows, but a friend of mine used to use this. So check it out bakr_2k5
  18. Check this out: RedHat 8 iso! bakr_2k5
  19. Maybe this works? yum install mysql-server Yumex let's me see alot of mysql packages ... But this one you'll need (i think). bakr_2k5
  20. I use Fedora Core 5 and it states in the man pages: Strange .. Maybe some different versions?
  21. Hi nightfox, try this command as root: httpd -k restart bakr_2k5 <edit> Uh yes sorry about that, kinda old thread but anyway didn't know if the problem was gone </edit>
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.