Browse

Sort by Name | Rating

Next page »

Themes 1 to 5 of 30

Active4D by Aparajita Fishman

long int SomeFunction();                                     
int OtherFunction();                                         
                                                             
int CallingFunction()                                        
{                                                            
    long int test1;                                          
    int test2;                                               
                                                             
    test1 = SomeFunction();                                  
    if (test1 > 0)                                           
          test2 = 0;                                         
    else                                                     
          test2 = OtherFunction();                           
                                                             
    return test2;                                            
}                                                            

All Hallow's Eve by David Heinemeier Hansson

long int SomeFunction();                                     
int OtherFunction();                                         
                                                             
int CallingFunction()                                        
{                                                            
    long int test1;                                          
    int test2;                                               
                                                             
    test1 = SomeFunction();                                  
    if (test1 > 0)                                           
          test2 = 0;                                         
    else                                                     
          test2 = OtherFunction();                           
                                                             
    return test2;                                            
}                                                            

Amy by William D. Neumann

long int SomeFunction();                                     
int OtherFunction();                                         
                                                             
int CallingFunction()                                        
{                                                            
    long int test1;                                          
    int test2;                                               
                                                             
    test1 = SomeFunction();                                  
    if (test1 > 0)                                           
          test2 = 0;                                         
    else                                                     
          test2 = OtherFunction();                           
                                                             
    return test2;                                            
}                                                            

Blackboard by Domenico Carbotta

long int SomeFunction();                                     
int OtherFunction();                                         
                                                             
int CallingFunction()                                        
{                                                            
    long int test1;                                          
    int test2;                                               
                                                             
    test1 = SomeFunction();                                  
    if (test1 > 0)                                           
          test2 = 0;                                         
    else                                                     
          test2 = OtherFunction();                           
                                                             
    return test2;                                            
}                                                            

Brilliance Black by Thomas Aylott

Thomas Aylott ㊷ subtleGradient.com

long int SomeFunction();                                     
int OtherFunction();                                         
                                                             
int CallingFunction()                                        
{                                                            
    long int test1;                                          
    int test2;                                               
                                                             
    test1 = SomeFunction();                                  
    if (test1 > 0)                                           
          test2 = 0;                                         
    else                                                     
          test2 = OtherFunction();                           
                                                             
    return test2;                                            
}                                                            

Next page »

Themes 1 to 5 of 30