Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Dim fp As Integer

    ^^ Too verbose !!

  2. #17
    -Raz0r-'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia
    Posts
    117
    Reputation
    15
    Thanks
    38
    My Mood
    Lurking
    Quote Originally Posted by freedompeace View Post
    Whitespace comes in useful sometimes, when you have an excessively large function, and want to separate major parts in the code.
    I mean I like whitespace, but I'm strict about it. Indentation, tabbing, spacing in brackets, etc.
    Languages: C, C++, x86 ASM, PHP, Lua

  3. #18
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    I hate it when people are programming in One language C++ so to speak and try to make in the format of an other

    [php]
    int love = NULL
    if ( love == 1 ){
    love++;
    } else if (love == 2) {
    love ++;
    }else if (love == 3){
    love = 0;
    } else {
    love = NULL;
    }
    void wow(){
    Sleep(1000);
    Sleep(6500);
    Sleep( love)
    this->IsAnnoying = TRUE;
    }
    [/php]
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  4. #19
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    When people on a forum don't use code tags and don't indent code.

    Imports MySexuality
    Public Class Form1
    Private Function ImA******() As String
    For i as integer = 0 to infinity
    msgbox("i suck dick all damn day 'cos i put code like this")
    Next
    Return "I'm a fag"
    End Function
    Public Sub CheckifImGay
    Do until i'm not gay
    threading.thread.sleep(1) '...infinite loop number 2
    Loop
    End Sub
    End Class
    Friend Class ShitILikeCock
    Private Likedick as boolean
    Public property CockStatus() As boolean
    Get
    return likedick
    End Get
    Set (byVal value as boolean)
    likedick = value
    End Set
    End Property
    End Class





    SEE HOW GAY AND HARD TO READ THAT SHIT IS!?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  5. #20
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by topblast View Post
    I hate it when people are programming in One language C++ so to speak and try to make in the format of an other

    [php]
    int love = NULL
    if ( love == 1 ){
    love++;
    } else if (love == 2) {
    love ++;
    }else if (love == 3){
    love = 0;
    } else {
    love = NULL;
    }
    void wow(){
    Sleep(1000);
    Sleep(6500);
    Sleep( love)
    this->IsAnnoying = TRUE;
    }
    [/php]
    I don't get it ._.

    Quote Originally Posted by Jason View Post
    When people on a forum don't use code tags and don't indent code.

    Imports MySexuality
    Public Class Form1
    Private Function ImA******() As String
    For i as integer = 0 to infinity
    msgbox("i suck dick all damn day 'cos i put code like this")
    Next
    Return "I'm a fag"
    End Function
    Public Sub CheckifImGay
    Do until i'm not gay
    threading.thread.sleep(1) '...infinite loop number 2
    Loop
    End Sub
    End Class
    Friend Class ShitILikeCock
    Private Likedick as boolean
    Public property CockStatus() As boolean
    Get
    return likedick
    End Get
    Set (byVal value as boolean)
    likedick = value
    End Set
    End Property
    End Class





    SEE HOW GAY AND HARD TO READ THAT SHIT IS!?
    I just copaay-payst in2 Vizual Stugeo 'n' read

  6. #21
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by freedompeace View Post
    I don't get it ._.



    I just copaay-payst in2 Vizual Stugeo 'n' read
    Yes but a lot of the time I'm on a computer without an IDE when I'm forum-ing, so that's not a viable option. Plus if I'm making the effort to help someone, I'm already going out of my way for them, the least they could do is make getting information as simple as possible (AKA fucking READABLE )

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. MPGH Pet Peeves
    By Jabuuty671 in forum General
    Replies: 32
    Last Post: 07-28-2010, 12:33 PM
  2. Pet Peeve In Crossfire!
    By Peter Chao in forum CrossFire Discussions
    Replies: 26
    Last Post: 06-05-2010, 11:07 AM
  3. a good java program
    By snipelock in forum Java
    Replies: 18
    Last Post: 04-17-2009, 02:56 PM
  4. Runescape 2 auto programs
    By fabled in forum Hack Requests
    Replies: 19
    Last Post: 09-05-2007, 01:43 PM
  5. Problem Wit Hacking Programs
    By f5awp in forum General Gaming
    Replies: 5
    Last Post: 01-10-2006, 05:44 AM