Group actions

Coder Ponies!

Coder Ponies!

!coderpony coderponies nolife

A place for all those ponies who have the computer cutie-mark! Be it C, C++, Java, Pascal, x86 Asm, Javascript, Python, all is welcome!

Coder Ponies! (coderpony) group, page 2

Notices

  1. 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
  2. Think the promoted notices messed up a bit

    Thursday, 15-Jan-15 16:16:15 UTC from web
  3. !coderponies On a often-used Mac, I left bash for zsh and installed oh-my-zsh (then left it for prezto) and antigen. ALL HAIL ZSH

    Monday, 29-Dec-14 20:13:05 UTC from web
  4. I'm gonna make a cron script to e-mail myself upcoming assignments for next semester. No more schedule book :)

    Monday, 29-Dec-14 01:12:44 UTC from web
  5. GAAHH CURSE YOU LIBCONFIG. I'm trying to code a D20 system attack calculator that uses a character.cfg file to grab all the stats and weapons required to add the correct modifiers, and it's just deciding not to work. !nolife

    Sunday, 21-Dec-14 19:13:25 UTC from web
  6. Boolean values on C++. False = 0, True = WHATEVER C++ FEELS LIKE THROWING AT YOU.

    Tuesday, 16-Dec-14 00:53:28 UTC from web
    • !coderponies So I was ditzing around on the internet, and I found out that C++ was deliberately overcomplex. http://pny.lv/7uxu

      Friday, 05-Dec-14 16:24:37 UTC from web
    • Just learned that scientific publications don't routinely make available the computer code used. Seems a glaring omission to me. !coderponies

      Tuesday, 25-Nov-14 18:56:12 UTC from MuSTArDroid
      • !coderponies So, I just created a free Koding VM to muck around with. Suggestions? @redenchilada It's sorta like DigitalOcean except it has a free plan and provides full-on SSH, so I may be able to create a Poképon server.

        Friday, 21-Nov-14 00:36:53 UTC from web
        • http://bjorn.tipling.com/if-programming-languages-were-weapons !coderponies

          Wednesday, 12-Nov-14 11:34:24 UTC from Choqok
        • !coderponies Teacher taught us about defining custom Java robots (in this case called "Athletes"). Of course I took this opportunity to define way more commands than he told us to and as a result my main class work was done in like half the amount of code than my classmates.

          Friday, 31-Oct-14 14:44:35 UTC from web
          • //This is how you even: !nolife
            #<stdio.h>

            int main(void){
            int x;
            printf("\n This is how you \"even\":\n Please enter a number: ");
            scanf("%d", &x);
            while (getchar() != '\n');
            if ((x & 1) == 0) {
            printf(" Even.\n ");
            } else {
            printf(" Odd.\n ");
            }
            getchar();
            return 0;
            }

            Monday, 27-Oct-14 19:05:24 UTC from web
            • Wait, how was I not already a member of !nolife ?

              Thursday, 23-Oct-14 21:33:43 UTC from web
              • Paging someone knowledgeable about laptop hardware. My hard drive's showing incredibly long seek times and I think it might need replacing. I have an HP Pavilion dv7 (that I'll probably replace altogether in the long run, but while I'm tight on funds, just a hard drive will do). Would something like this http://www.newegg.com/Product/Product.aspx?Item=9SIA65W22F1455 be what I want?

                Thursday, 23-Oct-14 20:37:38 UTC from web
              • Play my platformer. http://rainbowdash.net/url/789999

                Monday, 13-Oct-14 02:47:46 UTC from web
              • !coderponies Mucking around with Linux Mint and creating a LAMP server. Any ideas for what to do with it?

                Sunday, 05-Oct-14 16:14:58 UTC from web
              • Alright, so in fixing the way the bird stops flapping whenever he stops flying, I accidentally fixed the stuttering issue. !coderponies

                Thursday, 02-Oct-14 01:21:39 UTC from web
              • HEY GUYS CHECK IT OUT I'M A BIG BOY PROGRAMMER NOW http://rainbowdash.net/url/784493 !coderponies

                Thursday, 02-Oct-14 01:08:19 UTC from web
              • https://searchcode.com/?q=if%28version%2Cstartswith%28%22windows+9%22%29 https://twitter.com/mikko/status/517358472715710465 Wondering why they skipped Windows 9?

                Wednesday, 01-Oct-14 22:48:09 UTC from web
              • Who here likes goto statements? Arent they just the /greatest/?

                Tuesday, 30-Sep-14 22:50:54 UTC from web
              • Well, guess I misinterpreted my teacher, because we're still working in Scratch. Whatever. !coderponies We worked on creating custom variables today and only after creating four separate blocks for four separate walking directions did I realize that I could have just created a single block and made the character face a different direction with a different keystroke. Whateeeeever.

                Tuesday, 30-Sep-14 14:40:08 UTC from web
                • !coderponies Starting Java in class tomorrow.

                  Tuesday, 30-Sep-14 03:04:35 UTC from web
                  • Today was my last day working in the horrible block-programming language that is Scratch. On Tuesday I'll be starting in Java. !coderponies

                    Saturday, 27-Sep-14 01:34:58 UTC from web
                  • # <stdio.h>
                    int main(void) {
                    printf("\n Y'all are tools.");
                    return 0;
                    }

                    Saturday, 27-Sep-14 00:31:06 UTC from web
                    • Note to self: you should stop and consider whether writing notes in second-person makes sense when you go back to read them later.

                      Tuesday, 23-Sep-14 06:03:44 UTC from web
                    • !coderpony http://tcrf.net/Spider-Man_%28Windows%29 #

                      Saturday, 20-Sep-14 04:22:06 UTC from web
                    • Repost for you guys too: Just throwing this out there, if you have slow internet speed mysteriously on just one of your computers CHECK TO SEE IF YOU HAVE AMD QUICKSTREAM INSTALLED, then burn that thing on the far side of the moon. I seriously spent money figuring out THAT was the source of my 1mb/s. !coderpony

                      Sunday, 07-Sep-14 05:27:36 UTC from web
                    • !coderponies I started my computer math class today, yaaaaaaaaaaay.

                      Tuesday, 02-Sep-14 21:05:56 UTC from web
                    • OK !coderponies - I believe I've made my feelings for Microsoft Excel well-known, but my employer has a raging hate-on for logical processes and quality software, and I want to know: is it possible to use Excel to make a web-accessible multi-user database? We're currently replicating work three, sometimes more times over because we won't move away from spreadsheets into databases. Like going to war with Nerf and Super-Soakers; good for their intended purposes, similar to the real deal, and completely godforsakenly inadequate to the task at hand. -_- tl:dr FML.

                      Tuesday, 19-Aug-14 19:25:56 UTC from MuSTArDroid
                      • RDN's Lucifer likes this.
                      • @scribus The only thing I can do is to express my deepest and most sincere condolences over your work. Using spreadsheets as a form of database is a crime against humanity and the current state of technology.

                        Tuesday, 19-Aug-14 19:33:23 UTC in context
                      • @broniebrown I've told them repeatedly. I've even outlined the wonderful system that would automate hundreds of work-hours a week by making what someone else is already doing count towards the result they want. The only thing keeping me from going ahead and cussing doing it is that I know it would be a waste of time & I'm not getting paid for it anyway.

                        Tuesday, 19-Aug-14 19:36:29 UTC in context
                    • !coderponies Niklaus Wirth, creator of the Pascal, Modula, and Oberon programming languages, has a book on writing compilers that is available for free online. It is 'Compiler Construction', and it is linked on his Wikipedia page.

                      Thursday, 31-Jul-14 17:56:12 UTC from bti