Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 80

Thread: Welcome Back!

  1. #51
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    They are still here..

    Edit: Unless you meant the "Lesser Demon", "King Black Dragon", "Chicken", etc.?
    Last edited by Da 0wner; 03-21-2009 at 11:23 AM.

  2. #52
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    AFAIK, SRL works with my iPhone, so thats already done

  3. #53
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice one guys


  4. #54
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    w000t we are back weeldne gs looking good

  5. #55
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Very, very nice :-). I <3 Wizzup, thanks for your efforts my dear. Forums look very neat, now have fun learning your exams ^_^.
    Verrekte Koekwous

  6. #56
    Join Date
    Feb 2009
    Location
    Philipines
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sweet, Srl Junior Member can now get avatars. Thank you

    Edit:
    Quote Originally Posted by Wizzup? View Post
    Previously, everyone was able to select those special avatars.
    This is now again restricted to Site Donators only.
    Sorry for you who got their hopes up!
    Last edited by Dark Arcana; 03-21-2009 at 02:19 PM.

  7. #57
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Awesome work guys. Look forward to see what is to come in the future.

    Where is the Quick Reply icon to activate Quick Reply?

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  8. #58
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    bottom right, blue icon.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  9. #59
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    Could you make it 128 * 128 for Dev?
    Devs still get 180x180 .... And Ronny ain't coming back as long as I'm here.

  10. #60
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    You might also want to be pleased to hear all Infractions have been whiped! Everyone is starting out with a clean profile!
    Fuckhin sweeet. <3


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  11. #61
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ZephyrsFury View Post
    Devs still get 180x180 .... And Ronny ain't coming back as long as I'm here.
    Mine isn't :-(
    Verrekte Koekwous

  12. #62
    Join Date
    Oct 2006
    Location
    H0M3
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how i missed this place while its been down. man i even was sad enough to check back everyday.

  13. #63
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    This is sounding awesome!
    I really love what I've seen so far ..
    Good job, all of you!

    Edit: Activity/longevity bars are gone?
    Last edited by EvilChicken!; 03-21-2009 at 08:05 PM.

  14. #64
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Woot, i kept checking every day.
    I do visit every 2-6 months

  15. #65
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by zasz View Post
    Woot, i kept checking every day.
    lol i did too ! Man I am so glad this is back up!

  16. #66
    Join Date
    Aug 2006
    Location
    London
    Posts
    2,021
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    just checking out some of the highlighting

    java Code:
    public class HelloWorld {
        public static void main(String[] args) {
             System.out.println("Hello World!");
        }
    }

    lisp Code:
    (defun messagehandler (message nick channel socket)
      (let ((msglist (word-list message)))
        (princ message) (terpri)
        (cond
         ((integerp (read-from-string (cadr msglist)))
          (handle-code (read-from-string (cadr msglist))))
         ((string= "PING" (car msglist))
          (handle-ping (cadr msglist) socket))
         ((string= "PRIVMSG" (cadr msglist))
          (handle-msg message nick channel socket))
         (t t))))

    xml Code:
    <?xml version="1.0" encoding="UTF-8"?>

    <!--
            run 'ant <target>' from the command line, where <target> is one of the following
                compile     compiles the source files and places in bin
                clean       deletes the binary files
                clean-all       deletes the jar and destribution
                jar     makes an executable jar file
                dest        makes a source destribution
               
    running ant with no target defaults to build
    -->
    <project name="cubetransform" default="build">
       
        <property name="src" value="src"/>
        <property name="bin" value="bin"/>
        <property name="mainclass" value="org.jakov.cubetransform.Main"/>
        <property name="distdir" value="${ant.project.name}"/>

        <target name="init">
            <!-- place any initialisation here -->
        </target>
       
        <target name="build" depends="jar, clean"/>
       
        <target name="clean" depends="init">
            <delete includeemptydirs="true" failonerror="false">
                <fileset dir="${bin}"/>
            </delete>
        </target>
       
        <target name="clean-all" depends="clean">
            <delete file="${ant.project.name}.jar" failonerror="false"/>
            <delete file="${distdir}.zip" failonerror="false"/>
        </target>

        <target name="compile" depends="init">
            <mkdir dir="${bin}"/>
            <javac srcdir="${src}" destdir="${bin}" debug="true"/>
         </target>

        <target name="jar" depends="compile">
            <jar destfile="${ant.project.name}.jar">
                <fileset dir="${bin}"/>
                <manifest>
                    <attribute name="Main-Class" value="${mainclass}"/>
                    <attribute name="Built-By" value="${user.name}"/>
                </manifest>
            </jar>
        </target>
       
        <target name="dest" depends="init">
       
            <mkdir dir="${distdir}"/>
           
            <copy todir="${distdir}" file="build.xml"/>
            <copy todir="${distdir}" file="license.txt"/>
           
            <copy todir="${distdir}/${src}">
                <fileset dir="${src}"/>
            </copy>
           
            <zip destfile="${distdir}.zip">
                <fileset dir=".">
                    <include name="${distdir}/**"/>
                </fileset>
            </zip>
           
            <delete includeemptydirs="true">
                <fileset dir="${distdir}"/>
            </delete>
        </target>
       
    </project>

    c Code:
    #include <stdio.h>
    #include <stdlib.h>

    int
    main(int argv, char** argv) {
        printf("Hello World!\n");
        return EXIT_SUCCESS;
    }

    cpp Code:
    #include <iostream>

    using namespace std;

    int
    main(int argv, char** argv) {
        cout << "Hello World!" << endl;
        return EXIT_SUCCESS;
    }


    asm Code:
    .file   "go.c"
        .section    .rodata
    .LC0:
        .string "%4i"
        .text
    .globl main
        .type   main, @function
    main:
        leal    4(%esp), %ecx
        andl    $-16, %esp
        pushl   -4(%ecx)
        pushl   %ebp
        movl    %esp, %ebp
        pushl   %ecx
        subl    $36, %esp
        movl    $1, -8(%ebp)
        jmp .L2
    .L5:
        movl    $1, -12(%ebp)
        jmp .L3
    .L4:
        movl    -12(%ebp), %eax
        imull   -8(%ebp), %eax
        movl    %eax, 4(%esp)
        movl    $.LC0, (%esp)
        call    printf
        addl    $1, -12(%ebp)
    .L3:
        cmpl    $12, -12(%ebp)
        jle .L4
        movl    $10, (%esp)
        call    putchar
        addl    $1, -8(%ebp)
    .L2:
        cmpl    $12, -8(%ebp)
        jle .L5
        movl    $0, %eax
        addl    $36, %esp
        popl    %ecx
        popl    %ebp
        leal    -4(%ecx), %esp
        ret
        .size   main, .-main
        .ident  "GCC: (GNU) 4.3.3"
        .section    .note.GNU-stack,"",@progbits
    Join the Official SRL IRC channel. Learn how to Here.

  17. #67
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice, Nice, Very good job!
    Wow, the pages finally load fast! The Netherlands FTW!

    "You see how much SRL-Forums is worth to you when it's gone"

    ~Fatheadz
    ~Hermen

  18. #68
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks a ton guys, everything looks like it is getting back up and running well
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  19. #69
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Actually, this server is way too fast
    Btw. the Forum time is set-up up to the Netherlands, yay!
    ~Hermen

  20. #70
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome!! <3 SRL

    Edit: O.o whats community member
    Edit2: Oh... So that's what it is... Goddang it.. I liked Jr. Member's name's colour better >.< Now I look like someone who was banned or a leecher >.>
    Last edited by jkmaster; 03-22-2009 at 05:46 AM.
    I had to change this from my old one...?

  21. #71
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jkmaster View Post
    Awesome!! <3 SRL

    Edit: O.o whats community member
    Edit2: Oh... So that's what it is... Goddang it.. I liked Jr. Member's name's colour better >.< Now I look like someone who was banned or a leecher >.>
    It's a bug, when an admin finds out they will probably change your name back to the normal junior color.

  22. #72
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sweet, looks nice!

  23. #73
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Can't attach things in PMs?

  24. #74
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Devs still get 180x180
    Holy shit! That cruel man made this shit personal, time to Scaleotoad!

  25. #75
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    feels like i never left.

    They are sisters...
    Runescape Classic

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I'm Back
    By sweetleaf in forum News and General
    Replies: 2
    Last Post: 10-19-2008, 12:14 AM
  2. I am back.
    By op_ivy_freak in forum News and General
    Replies: 1
    Last Post: 01-01-2008, 12:39 AM
  3. Well im back!
    By chwiggy in forum News and General
    Replies: 2
    Last Post: 11-28-2007, 09:57 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •