[QUOTE=AcidAmbience;48219922]Nah everything is still intact from the looks of it, spawn is completely fine atleast[/QUOTE]
Alright, because Damn. I spent like 10 hours on that base alone. Just hope its okay.
[QUOTE=DudeGuyKT;48219865]you been saying some real like gonzo philosophical stuff lately and i'm kind of worried about it[/QUOTE]
I'm becoming jaden smith
[QUOTE=Leg of Doom;48219933]I'm becoming jaden smith[/QUOTE]
ok be careful with your transition
[QUOTE=Leg of Doom;48219933]I'm becoming jaden smith[/QUOTE]
[t]http://i.imgur.com/yeIQUMI.jpg[/t]
Uhh guys he still hasn't returned.
Now I'm getting worried.
[QUOTE=DJswitch;48219463]I'll check up on the outside wall again and I'll come back in like two or three minutes.[/QUOTE]
RIP
if that's his last post i'm seriously going to be upset
Maybe he fell asleep on the way back.
surgery in less than 2 hours
i'm hype
and by hype i mean jesus christ my heart is going 3000MPH and i feel [sp]FEEL, NOT AM[/sp] like i'm going to die.
[QUOTE=SuperHoboMan;48220103]surgery in less than 2 hours
i'm hype
and by hype i mean jesus christ my heart is going 3000MPH and i feel [sp]FEEL, NOT AM[/sp] like i'm going to die.[/QUOTE]
do you know when you'll wake up so you can update us?
[QUOTE=DudeGuyKT;48220134]do you know when you'll wake up so you can update us?[/QUOTE]
no clue. and i didn't get any sleep last night so i'll probably be sleeping for like an entire day when it's finished :v:
i also probably won't be at my computer a lot because apparently sitting in chairs is going to be a BITCH for the next ~2 weeks or so
i'll update when i can, i just don't know when i'll have the energy to do so.
[QUOTE=SuperHoboMan;48220103]surgery in less than 2 hours
i'm hype
and by hype i mean jesus christ my heart is going 3000MPH and i feel [sp]FEEL, NOT AM[/sp] like i'm going to die.[/QUOTE]
The tension before surgery is the worst, but hey, you get a really cool heated blanket which is seriously the best invention ever and I'm sad that we are not worthy to be graced by such device in the outside world.
[QUOTE=Novangel;48220159]The tension before surgery is the worst, but hey, you get a really cool heated blanket which is seriously the best invention ever and I'm sad that we are not worthy to be graced by such device in the outside world.[/QUOTE]
i think it's strange that the US is one of the only places where this specific operation is an out-patient thing
every other country i read about has people stay over night
the heated blanket will be short lived
It'll be fine, if it's anything like mine you'll literally wake up and have no recollection of the last few minutes or so before you go under. It was super spooky, I can't even remember them injecting the second anaesthetic into me.
Alls I remember from surgery is I was put out and I woke up 12 hours later in my bedroom with a bitching headache.
I was like 9 then though
[QUOTE=Novangel;48220182]It'll be fine, if it's anything like mine you'll literally wake up and have no recollection of the last few minutes or so before you go under. It was super spooky, I can't even remember them injecting the second anaesthetic into me.[/QUOTE]
I don't even remember getting the anaesthetic the one time I've had surgery. One minute they're telling me what's going on while I'm lying on the table, the next I'm waking up in post-op.
[QUOTE=The Stills;48220280]I don't even remember getting the anaesthetic the one time I've had surgery. One minute they're telling me what's going on while I'm lying on the table, the next I'm waking up in post-op.[/QUOTE]
Yeah I got some relaxing agent or some shit while they're explaining to me what it does and prepping the actual anaesthetic, next thing I know I wake up in post-op.
It's such an odd feeling, when you go to sleep it's instantaneous but you can still feel that time has passed. But when you're under with anaesthetic it literally feels instantaneous.
It's fucked up and I don't like it.
Got a leaked script from the new always sunny episode
Frank: chollie please
Charlie: *angry fox noises*
Dee: caw caw oh goddamnit you boners
Dennis: I am a golden God
Mac: *does something gay* I love karate
Decided to give the G2's camera a shot outdoors.
[T]http://i.imgur.com/VpnYMIn.jpg[/T]
This is actually really damn impressive, considering I focused on the rooftop of my mom's shed in our backyard. Really curious how this camera performs when I take a direct shot of a sunset.
[url]https://msdn.microsoft.com/en-us/library/system.dynamic.expandoobject(v=vs.110).aspx[/url]
This is my favorite class in C#.
[t]http://i.imgur.com/hluDxJF.png[/t]
This make it even better
[t]http://i.imgur.com/B88pEGa.png[/t]
I feel pretty meh today. I have a hard time to cheer me up.
[IMG]http://i.imgur.com/XBjrEQ7.png[/IMG]
thanks you filthy WEEB
i think my voice may be permanently fucked by this sore throat
i really hope it goes back to normal
[QUOTE=LittleBabyman;48220425][IMG]http://i.imgur.com/XBjrEQ7.png[/IMG]
thanks you filthy WEEB[/QUOTE]
i'm actually mad how all the effort I put into having the XOXO thing in the messages don't even work
Christ, my head hurts after this
[code]using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Dynamic;
using System.Reflection;
namespace TimGame
{
class ClassLoader
{
public dynamic Classes;
public ClassLoader()
{
Classes = new ExpandoObject();
}
private Type[] GetTypes(Assembly Assembly, string Scope="TimGame" ){
return Assembly.GetTypes().Where(t => String.Equals(t.Namespace, Scope, StringComparison.Ordinal)).ToArray();
}
public void ComputeClasses()
{
Type[] NamespaceClasses = this.GetTypes(Assembly.GetExecutingAssembly());
for (int i = 0; i < NamespaceClasses.Length; i++)
{
((IDictionary<string, object>)this.Classes)[NamespaceClasses.GetType().Name ] = NamespaceClasses;
}
}
}
}
[/code]
But now I feel like an amazing programmer.
I will never understand programming.
Sorry, you need to Log In to post a reply to this thread.