A Twist In Time : The Discussion Thread

MonorailRed

Applebees
Let's have a moment of silence for Stitch's Great Escape as it is now operating seasonally :cry::cry::cry:

:rolleyes::p

post-42998-Tangled-best-day-ever-gif-Imgu-APoJ.gif
 

tcool123

Well-Known Member
Original Poster

tcool123

Well-Known Member
Original Poster
So I have good news........


And no its not a celebratory post of Stitch's Great Escape going seasonal which means it will likely close. I mean other than Carousel of Progress, I don't know any attraction that went seasonal and didn't get replaced.


So the real news......

I'm not failing AP COMPUTER SCIENCE anymore! I have a very high C now! And that means I'm one grade closer to Principal's Honor Roll :cool:
We get a free lunch for getting principal's honor roll at a nearby restaurant, so have that to hopefully look towards to :hungry:
Plus we get out of school for the first block, so I have that to look forward to! :D
 

Voxel

President of Progress City
So I have good news........


And no its not a celebratory post of Stitch's Great Escape going seasonal which means it will likely close. I mean other than Carousel of Progress, I don't know any attraction that went seasonal and didn't get replaced.


So the real news......

I'm not failing AP COMPUTER SCIENCE anymore! I have a very high C now! And that means I'm one grade closer to Principal's Honor Roll :cool:
We get a free lunch for getting principal's honor roll at a nearby restaurant, so have that to hopefully look towards to :hungry:
Plus we get out of school for the first block, so I have that to look forward to! :D
Tcool. I'm giving you the death stare right now..

Now having said that, if you want help in Computer Science feel free to message me. I'm currently getting my Masters in Computer Science and don't mind helping out with what I can.
 

DinoInstitute

Well-Known Member
So I have good news........


And no its not a celebratory post of Stitch's Great Escape going seasonal which means it will likely close. I mean other than Carousel of Progress, I don't know any attraction that went seasonal and didn't get replaced.


So the real news......

I'm not failing AP COMPUTER SCIENCE anymore! I have a very high C now! And that means I'm one grade closer to Principal's Honor Roll :cool:
We get a free lunch for getting principal's honor roll at a nearby restaurant, so have that to hopefully look towards to :hungry:
Plus we get out of school for the first block, so I have that to look forward to! :D
You can always put on your computer science resume that you have mastered the spoiler button :p ;) :D
 

spacemt354

Chili's
So I have good news........


And no its not a celebratory post of Stitch's Great Escape going seasonal which means it will likely close. I mean other than Carousel of Progress, I don't know any attraction that went seasonal and didn't get replaced.


So the real news......

I'm not failing AP COMPUTER SCIENCE anymore! I have a very high C now! And that means I'm one grade closer to Principal's Honor Roll :cool:
We get a free lunch for getting principal's honor roll at a nearby restaurant, so have that to hopefully look towards to :hungry:
Plus we get out of school for the first block, so I have that to look forward to! :D
I am on the 4th spoiler and I refuse to go further

(though quoting you I got the answer to the spoiler):p
 

tcool123

Well-Known Member
Original Poster
Tcool. I'm giving you the death stare right now..
It wouldn't be because of the 15 spoilers I used, would it? :angelic:
Or is it because I have a C in computer science? Which is only .02 points off from a B. And since my teacher hasn't put in today's classwork in which I got an A on, by next class I will be up to a B. :D

Now having said that, if you want help in Computer Science feel free to message me. I'm currently getting my Masters in Computer Science and don't mind helping out with what I can.
Thanks Vox for the offer! :D I'll keep that in mind when we start to do actual programming by ourselves, and not with the aid of the teacher. So possibly next week. However at the mean time we're doing simple things such as arrays, integer division, etc.
Also I will be asking you for help when ever we do De Morgan's Law in class. Because that looks annoying :cyclops:

You can always put on your computer science resume that you have mastered the spoiler button :p ;) :D
:p
 

Voxel

President of Progress City
It wouldn't be because of the 15 spoilers I used, would it? :angelic:
Or is it because I have a C in computer science? Which is only .02 points off from a B. And since my teacher hasn't put in today's classwork in which I got an A on, by next class I will be up to a B. :D


Thanks Vox for the offer! :D I'll keep that in mind when we start to do actual programming by ourselves, and not with the aid of the teacher. So possibly next week. However at the mean time we're doing simple things such as arrays, integer division, etc.
Also I will be asking you for help when ever we do De Morgan's Law in class. Because that looks annoying :cyclops:


:p
Hahaha No problem. and ahh Arrays and integers!! Fun times..
What Language are you using?
 

tcool123

Well-Known Member
Original Poster
Like I said before, all I've done so far in my very basic programming class is Scratch. :p

But I'm pretty darn good at it at least:cool:
:hilarious: Scratch is very advanced
Oh how I miss dragging and dropping blocks of code. The last time I did so was for the Lego Mindstorm in the seventh grade. Those were the times, they were very simple times.
 

Voxel

President of Progress City
Mean while I'm over here writing this:
Code:
let managedObjectContext: NSManagedObjectContext? = (UIApplication.sharedApplication().delegate as? AppDelegate)?.managedObjectContext
        
        let fetchRequest = NSFetchRequest(entityName: "DeckMemory")
        
        do{
            let results = try managedObjectContext?.executeFetchRequest(fetchRequest)
            resultsList = results as! [DeckMemory]
            return resultsList!.count
        }catch let error as NSError {
            print("Could not fetch \(error), \(error.userInfo)")
        }
        
        return 0
 

Register on WDWMAGIC. This sidebar will go away, and you'll see fewer ads.

Back
Top Bottom