Thread: thread with the most posts

Page 7478 of 7543 FirstFirst ... 647869787378742874687476747774787479748074887528 ... LastLast
Results 74,771 to 74,780 of 75425
  1. #74771  
    Extreme Donator

    Unzy's Avatar
    Join Date
    Feb 2017
    Posts
    1,089
    Thanks given
    0
    Thanks received
    2,881
    Rep Power
    5000
    Shooting my love juice on you all
    Attached image
    Reply With Quote  
     

  2. Thankful user:


  3. #74772  
    Programmer

    Elysian's Avatar
    Join Date
    Dec 2018
    Posts
    126
    Thanks given
    10
    Thanks received
    66
    Rep Power
    441
    Code:
    public static int DistanceDelta(Position a, Position b)
    {
        int deltaX = a.AbsoluteX - b.AbsoluteX;
        int deltaY = a.AbsoluteY - b.AbsoluteY;
        return (int) Math.Ceiling(Math.Sqrt(deltaX * deltaX + deltaY * deltaY));
    }
    
    
    ; Define input parameters
    a equ rdi
    b equ rsi
    
    DistanceDelta:
        push rbx
        push rbp
        push r12
        push r13
        push r14
        push r15
        mov eax, dword ptr [a + Position.AbsoluteX]
        sub eax, dword ptr [b + Position.AbsoluteX]
        mov ebx, eax 
        mov eax, dword ptr [a + Position.AbsoluteY]
        sub eax, dword ptr [b + Position.AbsoluteY]
        cdq
        mov ecx, eax
        imul eax, eax
        imul ecx, ecx 
        add eax, ecx 
        mov ecx, eax 
        mov eax, 2 
        xor edx, edx 
        div eax
        add eax, ecx 
        mov ebx, eax 
        mov eax, ebx
        mov ecx, 2
        xor edx, edx 
        div ecx 
        test edx, edx
        jz .done 
        inc eax 
    
    .done:
        pop r15
        pop r14
        pop r13
        pop r12
        pop rbp
        pop rbx
        
        ret
    Reply With Quote  
     

  4. Thankful user:


  5. #74773  
    Goodbye and Goodnight!

    Matthew's Avatar
    Join Date
    Aug 2009
    Posts
    444
    Thanks given
    239
    Thanks received
    528
    Rep Power
    3331
    Thoughts on Eurovision this year lads?
    Spoiler for Goodbye and Goodnight!:
    Attached image
    Reply With Quote  
     

  6. Thankful user:


  7. #74774  
    Registered Member

    Join Date
    Mar 2008
    Posts
    2,073
    Thanks given
    21
    Thanks received
    74
    Rep Power
    1841
    Quote Originally Posted by Matthew View Post
    Thoughts on Eurovision this year lads?
    freakshow
    Reply With Quote  
     

  8. Thankful user:


  9. #74775  
    arr.each { |x| x }


    Join Date
    Jul 2013
    Posts
    1,387
    Thanks given
    189
    Thanks received
    342
    Rep Power
    1609
    uwu :3
    Reply With Quote  
     

  10. Thankful user:


  11. #74776  
    Finland

    Zoltus's Avatar
    Join Date
    Dec 2015
    Age
    24
    Posts
    978
    Thanks given
    671
    Thanks received
    779
    Rep Power
    5000
    23 degreees
    Attached image

    Spoiler for God:
    Attached image
    Reply With Quote  
     

  12. Thankful user:


  13. #74777  
    Registered Member

    Join Date
    Sep 2014
    Posts
    2,090
    Thanks given
    3,003
    Thanks received
    1,114
    Rep Power
    5000
    hey. .
    Reply With Quote  
     

  14. Thankful user:


  15. #74778  
    Inferno Founder

    Jin_'s Avatar
    Join Date
    May 2017
    Posts
    1,846
    Thanks given
    16
    Thanks received
    333
    Rep Power
    375
    mooooooooooooooooo
    Reply With Quote  
     

  16. Thankful user:


  17. #74779  
    08-13, SpawnScape Owner

    jet kai's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    874
    Thanks given
    630
    Thanks received
    957
    Rep Power
    5000
    vvvvvwwwwwwvwvwvvvvvvvvvv
    Reply With Quote  
     

  18. Thankful user:


  19. #74780  
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Posts
    3,027
    Thanks given
    103
    Thanks received
    1,819
    Rep Power
    5000
    Wvwvwvwvwvwvwvw
    Attached image
    Attached image
    Reply With Quote  
     

  20. Thankful user:


Page 7478 of 7543 FirstFirst ... 647869787378742874687476747774787479748074887528 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 9 users browsing this thread. (0 members and 9 guests)


User Tag List

Similar Threads

  1. WeedScape! New RSPS, with the most added Features!
    By samsungace in forum Advertise
    Replies: 20
    Last Post: 07-25-2019, 06:44 PM
  2. Post the most Retarded/funny comment on YT
    By Nya in forum Forum Games
    Replies: 7
    Last Post: 09-28-2015, 02:25 PM
  3. Replies: 0
    Last Post: 06-26-2012, 08:45 PM
  4. Stop With the Mass Posting.
    By Inside Sin in forum Showcase
    Replies: 5
    Last Post: 10-31-2007, 12:56 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •