Let's have a moment of silence for Stitch's Great Escape as it is now operating seasonally
Let's have a moment of silence for Stitch's Great Escape as it is now operating seasonally
Hey, but you won't know unless you try!I'm not sure whenever to join this or not. I'm not sure if I can come up with anything for the first challenge that isn't completely ridiculous.
Ding dong, a billboard attraction is nearly dead!Let's have a moment of silence for Stitch's Great Escape as it is now operating seasonally
Tcool. I'm giving you the death stare right now..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
We get a free lunch for getting principal's honor roll at a nearby restaurant, so have that to hopefully look towards to
Plus we get out of school for the first block, so I have that to look forward to!
You can always put on your computer science resume that you have mastered the spoiler buttonSo 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
We get a free lunch for getting principal's honor roll at a nearby restaurant, so have that to hopefully look towards to
Plus we get out of school for the first block, so I have that to look forward to!
Nah I got lazy and looked at the source code where I just expanded all of it instead of clicking spoiler..You can always put on your computer science resume that you have mastered the spoiler button
I am on the 4th spoiler and I refuse to go furtherSo 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
We get a free lunch for getting principal's honor roll at a nearby restaurant, so have that to hopefully look towards to
Plus we get out of school for the first block, so I have that to look forward to!
It wouldn't be because of the 15 spoilers I used, would it?Tcool. I'm giving you the death stare right now..
Thanks Vox for the offer! 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.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.
You can always put on your computer science resume that you have mastered the spoiler button
Hahaha No problem. and ahh Arrays and integers!! Fun times..It wouldn't be because of the 15 spoilers I used, would it?
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.
Thanks Vox for the offer! 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
JavaHahaha No problem. and ahh Arrays and integers!! Fun times..
What Language are you using?
Java is extremely portable, it has the philosophy of code once run everywhere.. It's also the language I most despise, I find it too verbose and difficult to work with on a memory level.Java
and the most advanced compiler of them all....
Eclipse
Mostly because my teacher told us to use those two as it is more portable.
Scratch is very advancedLike I said before, all I've done so far in my very basic programming class is Scratch.
But I'm pretty darn good at it at least
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.