Thread: thread with the most posts

Page 7478 of 7483 FirstFirst ... 6478697873787428746874767477747874797480 ... LastLast
Results 74,771 to 74,780 of 74822
  1. #74771  
    Programmer

    Elysian's Avatar
    Join Date
    Dec 2018
    Posts
    110
    Thanks given
    6
    Thanks received
    51
    Rep Power
    362
    <>< lvl?
    Reply With Quote  
     

  2. Thankful user:


  3. #74772  
    Goodbye and Goodnight!

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

  4. Thankful user:


  5. #74773  
    Extreme Donator

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

  6. Thankful user:


  7. #74774  
    Programmer

    Elysian's Avatar
    Join Date
    Dec 2018
    Posts
    110
    Thanks given
    6
    Thanks received
    51
    Rep Power
    362
    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  
     

  8. Thankful user:


  9. #74775  
    Goodbye and Goodnight!

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

  10. Thankful user:


  11. #74776  
    Registered Member

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

  12. Thankful user:


  13. #74777  
    arr.each { |x| x }


    Join Date
    Jul 2013
    Posts
    1,384
    Thanks given
    179
    Thanks received
    323
    Rep Power
    1063
    uwu :3
    Reply With Quote  
     

  14. Thankful user:


  15. #74778  
    Finland

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

    Spoiler for God:
    Attached image
    Reply With Quote  
     

  16. Thankful user:


  17. #74779  
    Registered Member

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

  18. Thankful user:


  19. #74780  
    Inferno Founder

    Nihad's Avatar
    Join Date
    May 2017
    Posts
    1,838
    Thanks given
    16
    Thanks received
    331
    Rep Power
    375
    mooooooooooooooooo
    Reply With Quote  
     

  20. Thankful user:


Page 7478 of 7483 FirstFirst ... 6478697873787428746874767477747874797480 ... LastLast

Thread Information
Users Browsing this Thread

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