Thread: thread with the most posts

Page 7477 of 7653 FirstFirst ... 6477697773777427746774757476747774787479748775277577 ... LastLast
Results 74,761 to 74,770 of 76529
  1. #74761  
    Goodbye and Goodnight!

    Matthew's Avatar
    Join Date
    Aug 2009
    Posts
    455
    Thanks given
    248
    Thanks received
    538
    Rep Power
    4795
    Mooooornin'
    Spoiler for Goodbye and Goodnight!:
    Attached image
    Reply With Quote  
     

  2. Thankful user:


  3. #74762  
    Member thread with the most posts Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    hi lol

    Attached imageAttached image
    Reply With Quote  
     

  4. Thankful user:


  5. #74763  
    Programmer

    Elysian's Avatar
    Join Date
    Dec 2018
    Posts
    157
    Thanks given
    10
    Thanks received
    79
    Rep Power
    694
    wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
    Reply With Quote  
     

  6. Thankful user:


  7. #74764  
    Goodbye and Goodnight!

    Matthew's Avatar
    Join Date
    Aug 2009
    Posts
    455
    Thanks given
    248
    Thanks received
    538
    Rep Power
    4795
    hi lol132
    Spoiler for Goodbye and Goodnight!:
    Attached image
    Reply With Quote  
     

  8. Thankful user:


  9. #74765  
    L O S E Y O U R S E L F
    Format's Avatar
    Join Date
    Aug 2013
    Posts
    2,311
    Thanks given
    1,131
    Thanks received
    1,461
    Rep Power
    5000


    Reply With Quote  
     

  10. Thankful user:


  11. #74766  
    Programmer

    Elysian's Avatar
    Join Date
    Dec 2018
    Posts
    157
    Thanks given
    10
    Thanks received
    79
    Rep Power
    694
    <>< lvl?
    Reply With Quote  
     

  12. Thankful user:


  13. #74767  
    Goodbye and Goodnight!

    Matthew's Avatar
    Join Date
    Aug 2009
    Posts
    455
    Thanks given
    248
    Thanks received
    538
    Rep Power
    4795
    You must spread some Reputation around before giving it to Format again.
    Spoiler for Goodbye and Goodnight!:
    Attached image
    Reply With Quote  
     

  14. Thankful user:


  15. #74768  
    Extreme Donator

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

  16. Thankful user:


  17. #74769  
    Programmer

    Elysian's Avatar
    Join Date
    Dec 2018
    Posts
    157
    Thanks given
    10
    Thanks received
    79
    Rep Power
    694
    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  
     

  18. Thankful user:


  19. #74770  
    Goodbye and Goodnight!

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

  20. Thankful user:


Page 7477 of 7653 FirstFirst ... 6477697773777427746774757476747774787479748775277577 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 16 users browsing this thread. (0 members and 16 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
  •