Jump to content

Ayporos

Members
  • Joined

Everything posted by Ayporos

  1. sorry loffel, I just felt the need to respond to his 'mature' reply with an equally 'mature' reply.
  2. thanks maggot. btw either I don't get the concept of that octopus game or I really suck at it, how do I get it to actually 'own' the girl? oh wait, I can press mouse1 to make the tentacle go nutts on her lol nvm:sly:
  3. Well, my end goal is that the program will be able to just automatically assign the needed memoryspace, i.e. if it needs 8bytes it assigns 8 bytes and if it needs 16 it assigns 16 etc. I don't know if this is possible but that's what I want. Also I need a way to fix the problem with the text field because it will only display prime numbers from start value to ~start value + 100.000. I believe this is due to the nature of the textfield and it's way of storing data.. don't know how to edit/update/change/check that though. Btw I've also uploaded the compiled program of a prime numbers generator from codeguru. I found it is a bit sloppy though cuz the 'save list as .txt' doesn't work (or atleast not for me) and it displays a list of 'prime number counter', 'actual prime number'. I just want it to display 'prime number', 'next prime number' as in my program. ALSO I tried letting that program calculate the prime numbers from 0 to 10.000 and with my program. I found that with my program it takes about 2 seconds, and with his it takes about 250 seconds. wtf is up with that?! Link to my program: http://members.home.nl/frankvandermast/Project1.exe Link to his program: http://members.home.nl/frankvandermast/Primes.exe Link to my current source code: http://members.home.nl/frankvandermast/code.txt
  4. how can an anime girl being raped by tentacles be gay? you a bit confused there buddy? It's ok, it happens to the best of us..
  5. I know the rules say 'no random links to pr0n and such', but this is really funny and entertaining, or atleast I thought it was. Linky: http://www.newgrounds.com/portal/view/290300 you have to press "Play this game" button (couldn't work out a direct link).
  6. Ayporos posted a post in a topic in Computer Discussion
    btw Dreamweaver, your signature is just the best man! I can't stop admiring it:nigga:
  7. Ayporos posted a post in a topic in Flames
    Perhaps you could use it on the FAQ search thingy?:sly:
  8. Ayporos posted a post in a topic in Artwork Showcase
    hmmm Mult1 just looves giving constructive criticism..
  9. same, not getting any response from download server.
  10. Ayporos posted a post in a topic in Computer Discussion
    :lmfao:
  11. Ayporos posted a post in a topic in General Discussion
    Omg that's just retarded... stop killing your braincells and read a book! somebody is seriously trying to get himself banned here..
  12. Ok, I did a bit of tweaking nd stuff, but it's not completely done yet. If you wanna have a look here's a link to the compiled executable: http://members.home.nl/frankvandermast/Project1.exe Also I've found the maximum number you'll get displayed in the text2.text is 99709 even if you declare the max. value to search for as a milion or bigger. It will calculate up to a milion but just display untill 99709. Perhaps a limitation in the textfield? Also it doesn't display the number untill it's completely finished calculating all the primes.. it should be updating the list every time a new prime is found. Perhaps this is the problem, my memory can only store the text up to 99709? EDITED @ 28/01/2006, 17:22GMT : Ok guys I did some upgrades to the program again, made it a bit more complex. You can now insert a starting value for the list generator and I also added in a function to insert a number and let it check if inserted number is prime. Still haven't fixed the problem stated above though, but the 'checker' appears to accept larger numbers than 100000. Still limited by the 'Long' variable type though. I searched a bit about defining your own variable types with the 'Type' command or sumthing, but all I could find was rubbish o.O
  13. Ayporos posted a post in a topic in Flames
    k. btw you remind me of the guy in this picture: http://members.home.nl/frankvandermast/download.jpg
  14. Ayporos posted a post in a topic in General Discussion
    OLD!!! and also probably a REPOST:facesj:
  15. Ayporos posted a post in a topic in Flames
    toooo much crap posted & replied here so I'm not even gonna bother reading. I just wanted to say.. STOP THROWING GARBAGE ON MY LAWN!! er, bit of arfenhouse there, couldn't help myself after the 'I just wanted to say'.. srry. Anyway, large post count != l33tness. And if newbies/noobies on the forums post messages like that, I'm sure they feel that's the appropriate way to post messages on this forum because they want to blend in with all you 'hardcore vets', think about that:O_o:
  16. Ayporos posted a post in a topic in Flames
    PHEAR TEH DUTCH!!! FOR WE PWN YUO!!! MESS WITH US, AND WE SEND TEH BELGIUM @ J00 K!!! btw does that 'DoS' actually work, was too lazy to read the code:nigga:
  17. hmhmm.. dunno, bit of a habbit I think. ALWAYS used IE so.. Perhaps I'll give Firefox a try on my new laptop im getting next year when I go to university =)
  18. ah! that's a very good idea megafighter, I never thought of that. That fixes the rounding off problem alltogether.:boink: Now for the infinite loop... hmmm:ugh: EDIT: OMFG WOOOT IT WORKS!!!!!!!!!!!!!!!!!!!! *does a happy dance* Now it'll probably need some tweaking and optimising, but atleast it is displaying prime numbers and not looping forever: Private Sub cmdSearch_Click() Dim Teller, Half, Root, Counter1, Counter2, Number1, Number2 As Long If IsNumeric(txtText1.Text) Then Teller = CLng(txtText1.Text) If Teller > 0 And Teller < 1000000000 Then For Counter1 = 3 To Teller Number1 = Round(Counter1 / 2) Number2 = Number1 * 2 If Number2 = Counter1 Then Else Root = Round(Sqr(Counter1)) + 1 For Counter2 = 3 To Root Number1 = Round(Counter1 / Counter2) Number2 = Round(Number1 * Counter2) If Number2 = Counter1 Then Exit For Else If Counter2 = Root And Not Number2 = Counter1 Then txtText2.Text = txtText2.Text + ", " + CStr(Counter1) End If End If Next Counter2 End If Next Counter1 Else txtText2.Text = "You have to type a POSITIVE NUMBER between ZERO and ONE BILION in the field above!!" End If Else txtText2.Text = "You have to type a POSITIVE NUMBER between ZERO and ONE BILION in the field above!!" End If End Sub
  19. Ayporos posted a post in a topic in Other Games
    seconded.
  20. I know my desktop doesn't look very spectacular, but hey who cares.. btw, this thread inspired me to change my wallpaper again.. I'll post old aswell. Desktop: http://members.home.nl/frankvandermast/pcbackgroundold.jpg Old Desktop: http://members.home.nl/frankvandermast/pcbackground.jpg
  21. Ayporos posted a post in a topic in Computer Discussion
    agreed. Anyway I put together the pc I'm using atm when I was still a sobby nooby:O_o: Paid 2260 euros for it.. nd it aint even that l33t.:tear:
  22. Ayporos posted a post in a topic in Computer Discussion
    Let's not get into that discussion FOR THE 1000th TIME.. But anyway I did have a program like those stated above a long time ago. Got annoyed by its resourceconsumption nd deleted it again. Am just using standard Windowx XP Silver, looks good enough for me:cool:
  23. owned. Anyway, I think I'll have a look at the possibilities with .bat files.. I'm a total programming noob anyway, but hey aren't we all at some point:O_o: Gotta learn it SOMEHOW.
  24. Hey Jett, nice tutorial. I've tried it out, but eventually when I try to run it (after this): I get an error saying there is no buffering space available or sumthing. Perhaps I copied some of the code wrong?
  25. just tried, didn't work. Anyway when I run the program it does use up 100% CPU so it is doing something.. it eventually gets stuck though and I have to force end it. Perhaps there is a bug in one (or both) of the loops. Anyway I've just finished downloading MSDN Library so will install that asap and see if I can find any info on there. EDIT: Yet annother code 'update'.. dunno if it is in the right direction, cuz I get no change (btw I changed first For loop to '10 to teller' to perhaps fish out any problems the '3 to root' 2nd For loop could have if root was lesser than 3): Private Sub cmdSearch_Click() Dim Teller, Half, Root, Counter1, Counter2, Number1, Number2 As Long If IsNumeric(txtText1.Text) Then Teller = CLng(txtText1.Text) If Teller > 0 And Teller < 1000000000 Then txtText2.Text = "1, 2" For Counter1 = 10 To Teller Number1 = Round((Counter1 / 2), 10) Number2 = Round((Counter1 / 2), 0) If Number1 = Number2 Then Else Root = (Round((Sqr(Counter1)), 0) + 1) For Counter2 = 3 To Root Number1 = Round((Counter1 / Counter2), 10) Number2 = Round((Counter1 / Counter2), 0) If Number1 = Number2 Then Counter2 = (Root - 1) Else If Counter2 = (Root - 1) And Not Number1 = Number2 Then txtText2.Text = txtText2.Text + ", " + CStr(Counter1) End If End If Next Counter2 End If Next Counter1 Else txtText2.Text = "You have to type a POSITIVE NUMBER between ZERO and ONE BILION in the field above!!" End If Else txtText2.Text = "You have to type a POSITIVE NUMBER between ZERO and ONE BILION in the field above!!" End If End Sub