Igor's home timeline

Notices

  1. Gettin' my hands nerdy !nolife http://rainbowdash.net/attachment/857519

    Wednesday, 08-Mar-17 04:22:38 UTC from web
  2. Gonna re-write my QBASIC mouse breeding program from my last college English class as my first official C project. !coderponies

    Wednesday, 01-Mar-17 04:42:50 UTC from web
    • So now that I have internet-free time, I'm telling myself to learn C and make a Turbografx 16 homebrew game. !coderponies !vgp #

      Thursday, 09-Feb-17 20:54:51 UTC from web
    • is anyone still active in this group?

      Wednesday, 12-Oct-16 18:22:42 UTC from web
      • http://pny.lv/0fsdx The game is now somewhat playable! (WASD=move enter=dash)

        Wednesday, 11-May-16 02:52:21 UTC from web
      • I sure love me some C# tho... (Any Unity devs up in here?)

        Sunday, 20-Mar-16 22:50:31 UTC from web
      • !coderpony $45 but if you can get this book used, it's a fun read if you like art, programming and geometry. http://qttr.at/172x

        Friday, 04-Mar-16 22:04:23 UTC from quitter.se
        • More importantly, !nolife
          http://pastebin.com/Ygyc9CSD
          - Fixed a minor bug related to people deleting their posts
          - Only mods can turn it on/off (Change the modList list as needed)
          - Will no longer be run independently, so if a person is interested in it, get python, install modules, run it yourself on any OS (I think)

          Thursday, 25-Feb-16 05:01:47 UTC from web
          • !nolife http://pastebin.com/udfddSPG
            Lvbot II updated.

            New:
            - Slightly cleaner
            - Slightly more efficient
            - Can turn the welcoming function on/off
            - Less triggering and more PC welcome/congratulatory messages (Slightly)

            Planned:
            - Make it so only mods can turn welcome functions on/off
            - More efficient and clean
            - More messages
            - Find a way to make the bot reference Dwarf Fortress
            - Considering making the bot post a single random message if no one has posted for three hours

            Tuesday, 23-Feb-16 17:31:30 UTC from web
          • !nolife Current MMORPG clientless bot progress (Ragnarok Online), since RDN is becoming my code storage source, since I lost my CD and can't remember my github.
            (It's for learning, I swear).
            http://pastebin.com/0B7yF2gB

            Thursday, 18-Feb-16 18:35:55 UTC from web
            • !nolife Also a general IP-finding toy from a programming race I did with a friend way back. Probably inefficient, for all you super-hackers out there.
              http://pastebin.com/A1GhMC9E

              Wednesday, 23-Dec-15 23:01:16 UTC from web
              • !nolife Final Lvbot code unless I work up creativity or the OCD to either add social-based functions or clean the code up a bit. (Passing user/pass as arguments instead of using global, for instance, is pretty awkward).

                http://pastebin.com/rn46eBxQ

                Thursday, 26-Nov-15 01:40:30 UTC from web
                • !nolife Lvbot II
                  More casual functions to be added. (Like special messages for Red).
                  http://pastebin.com/n4Bkvhhw

                  Wednesday, 25-Nov-15 04:57:07 UTC from web
                  • !coderpony do any of you like Haskell? I'm trying to learn but it feels harder than Scheme

                    Thursday, 19-Nov-15 01:07:13 UTC from quitter.se
                    • I'm trying to run this command in Bash... :(){ :|: & };:
                      ...but it's saying "bash: :: command not found". Anyone else have this issue? http://rainbowdash.net/attachment/827891

                      Tuesday, 06-Oct-15 09:46:49 UTC from web
                    • !coderponies JESUS CHRIST IT'S LEARNING http://rainbowdash.net/attachment/827860

                      Sunday, 04-Oct-15 18:58:34 UTC from web
                    • http://i.imgur.com/3POtveC.jpg

                      Saturday, 03-Oct-15 23:31:32 UTC from web
                    • !coderponies http://rainbowdash.net/url/827482

                      Thursday, 24-Sep-15 14:07:06 UTC from web
                      • # GCC diagnostic ignored "-Wvarargs" // Trust me, I'm not a terrible coder... I think...

                        Friday, 28-Aug-15 00:53:43 UTC from web
                        • Anyone familiar with PostGIS? How to find US cities to use with it. I have PostGIS, my project is hooked up, and I have OpenJump for browsing data visually. !coderponies

                          Tuesday, 18-Aug-15 19:46:02 UTC from web
                          • http://pny.lv/mhvs Here's a game I made !coderponies

                            Monday, 17-Aug-15 20:06:45 UTC from web
                          • !coderpony Has anypony used Rust? Is it good for servers?

                            Sunday, 16-Aug-15 16:52:30 UTC from web
                          • !coderpony Do any of you program with #? I am trying to learn why people like it.

                            Tuesday, 21-Jul-15 00:14:48 UTC from quitter.se
                            • !coderpony Is there a Python-written 2D animation program?

                              Sunday, 07-Jun-15 05:10:10 UTC from web
                            • !vgp !coderponies !equestriagaming !important !streamers !eatrameninthecoldwhileupsidedown !twitchfaces The Diamonde Kwest DLC is finished! Get it now! http://pny.lv/e53m

                              Wednesday, 01-Apr-15 16:22:01 UTC from web
                              • (define last (lambda (lst) (if (null? (cdr lst)) (car lst) (last (cdr lst)))))

                                Wednesday, 25-Mar-15 18:08:05 UTC from web
                              • do {} while (0); triggers me

                                Saturday, 14-Mar-15 16:15:52 UTC from web
                              • !coderpony Hi! Are there any python-written zcode compilers?

                                Thursday, 12-Mar-15 19:07:04 UTC from web
                                • @redenchilada Are there any objectives for the RDN source code that an intrepid mercenary programmer could contribute a patch for? !coderpony

                                  Thursday, 26-Feb-15 00:21:45 UTC from web
                                • Here's the coding in case anybody's curious. Every single moveclip there has this coding.

                                  //start random color code
                                  onClipEvent (load) {
                                  myColor = Math.round(Math.random()*0xFFFFFF);
                                  myColoredObject = new Color(this);
                                  myColoredObject.setRGB(myColor);
                                  }
                                  //end

                                  Tuesday, 20-Jan-15 01:14:53 UTC from web