termi654's home timeline

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. Barrel distortion can be precalculated so that you just can look up where the pixels map to, no need for GPU. Figured this a few weeks ago.

    Friday, 02-Jan-15 06:30:05 UTC from web
  4. !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
  5. 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
  6. I am working on a crt-looking effect. scanlines http://rainbowdash.net/url/814872

    Saturday, 27-Dec-14 03:50:27 UTC from web
    • For Linux gamedevs, here's my barrel distortion filter that works over stdin and stdout. http://pastebin.com/CSZx438D

      Friday, 26-Dec-14 23:59:58 UTC from web
    • 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
    • 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
                      • WEE-WOO WEE-WOO I'M A BIG BAD IMPORTANT USER WHO DON'T NEED NO RULES #

                        Tuesday, 23-Sep-14 14:24:12 UTC from ban me pls
                      • 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