- Post
- #52379
- Topic
- CGI and Digital or Real models and actors-whats your prefferance.?
- Link
- https://originaltrilogy.com/post/id/52379/action/topic#52379
- Time

ricarleite
- User Group
- Members
- Join date
- 9-Apr-2004
- Last activity
- 21-Aug-2020
- Posts
- 6,592
Post History
- Post
- #52378
- Topic
- David Blaine tricks revealed (SPOILERS!!)
- Link
- https://originaltrilogy.com/post/id/52378/action/topic#52378
- Time
- Post
- #52377
- Topic
- James bond is awesome
- Link
- https://originaltrilogy.com/post/id/52377/action/topic#52377
- Time
- Post
- #52376
- Topic
- Motti and dayv are missing
- Link
- https://originaltrilogy.com/post/id/52376/action/topic#52376
- Time
- Post
- #52375
- Topic
- Code Wars: Return of the java
- Link
- https://originaltrilogy.com/post/id/52375/action/topic#52375
- Time
Quote
Originally posted by: Shimraa
yous could just use switch couldnt you.
No, you can't use comparison of any kind. Some people tried to cheat by transforming a while statement into an if:
if(boolvar){
dostuff();
}
into
temp = true
while(boolvar && temp){
dostuff();
temp = false;
}
You can't do that either.
And Hal 9000, what kind of programing language is that? The binary language of a moister vaporator? Bocce? A primitive dialect from Endor moons?
- Post
- #52253
- Topic
- Jokes thread : Reloaded
- Link
- https://originaltrilogy.com/post/id/52253/action/topic#52253
- Time
Link dosent work.
- Post
- #52260
- Topic
- Lucas to give the Oscars back to the Academy
- Link
- https://originaltrilogy.com/post/id/52260/action/topic#52260
- Time
...a lumberjack! Leaping from tree to tree as they float down the mighty rivers of British Columbia! The smell of fresh cut timber! The giant redwood! The larch! The fir! The mighty Scots pine! With my best girlie by my side, we'd sing... sing... sing!
- Post
- #52257
- Topic
- CNN HEADLINE NEWS
- Link
- https://originaltrilogy.com/post/id/52257/action/topic#52257
- Time
- Post
- #52256
- Topic
- Happy 5th Anniversary Phantom Menace!
- Link
- https://originaltrilogy.com/post/id/52256/action/topic#52256
- Time
- Post
- #52255
- Topic
- CGI and Digital or Real models and actors-whats your prefferance.?
- Link
- https://originaltrilogy.com/post/id/52255/action/topic#52255
- Time
- Post
- #52254
- Topic
- Stupidest Prequal complaints
- Link
- https://originaltrilogy.com/post/id/52254/action/topic#52254
- Time
- Post
- #52252
- Topic
- Regan dead at 93
- Link
- https://originaltrilogy.com/post/id/52252/action/topic#52252
- Time
- Post
- #52251
- Topic
- Catwoman
- Link
- https://originaltrilogy.com/post/id/52251/action/topic#52251
- Time
- Post
- #52250
- Topic
- Dropping out of hyperspace
- Link
- https://originaltrilogy.com/post/id/52250/action/topic#52250
- Time
- Post
- #52249
- Topic
- Code Wars: Return of the java
- Link
- https://originaltrilogy.com/post/id/52249/action/topic#52249
- Time
Quote
Originally posted by: Shimraa
what the null pointer bit again.
If that variable wasn't declared anywhere, then the compiler itself would stop and complain about this. If it has been declared, but not set any value, two things could happen: the compiler could get that thet variable was null and complain, or I belive it would throw a nullPointerException, since that variable is pointing to an unlocated memory area.
It has been a while since I've stoped programing in Java, so, I might be wrong on the exception thrown.
Here's a challenge for you: create a function in any coding that gets 3 numbers and orders then, but without using IF.
- Post
- #52184
- Topic
- Happy 5th Anniversary Phantom Menace!
- Link
- https://originaltrilogy.com/post/id/52184/action/topic#52184
- Time
- Post
- #52183
- Topic
- MORE CHANGES!!! (for the 2004 OT DVD release)
- Link
- https://originaltrilogy.com/post/id/52183/action/topic#52183
- Time
Quote
Originally posted by: shanep
Re-read my post Bossk. I said it was never released. It was offered for order with the firing jetpack on the blister packs for Star Wars figures. The BG toys did have firing missiles and one family sued the maker when their kid shot himself in the eye with a Viper missile.
LOL...
Didn't the toy company expect this? Kids hurting their eyes with toy missles? I bet they did some research on how much profit they would make with the missle-firing toy (A), how much profit from a non-missle firing toy (B), and the amount of money spent off-court settlement with these cases (C). They figured it out that A-B > C, so they released with a missle anyway.
- Post
- #52182
- Topic
- Star Wars Pan Scan
- Link
- https://originaltrilogy.com/post/id/52182/action/topic#52182
- Time
All this "aspect rations" things is too confusing, there should be a standart aspect ratio, and that's it.
- Post
- #52181
- Topic
- Stupidest Prequal complaints
- Link
- https://originaltrilogy.com/post/id/52181/action/topic#52181
- Time
- Post
- #52180
- Topic
- How do obese people use the toilet?
- Link
- https://originaltrilogy.com/post/id/52180/action/topic#52180
- Time
Quote
Originally posted by: Skipper
I know I will regret asking this.....
who would?
honestly?
I dont know, a nurse maybe, that was paid to do so? Or their husband or wife? I mean, if you're married to a very fat person with large nails, and you loved him/her very much, wouldn't you help that person wipe?
- Post
- #52179
- Topic
- New Dracula Legacy Collection DVD
- Link
- https://originaltrilogy.com/post/id/52179/action/topic#52179
- Time
- Post
- #52178
- Topic
- Regan dead at 93
- Link
- https://originaltrilogy.com/post/id/52178/action/topic#52178
- Time
And the surviving ex-american presidents are:
Gerald Ford - he's about 90 years old now, and his last name is a car company.
Jimmy Carter - the nobel prize man, and responsible for the 1980 olimpic games boycott. He's about... 75 now? He's creepy.
George Bush - Daddy! The oil senior man!
Bill Clinton - now THAT's a man who had fun at the office.
- Post
- #52177
- Topic
- Code Wars: Return of the java
- Link
- https://originaltrilogy.com/post/id/52177/action/topic#52177
- Time
Call a resetDataBase void method, with no arguments. I asume it... resets the data base.
Create a new TextInputFile class, passing the file name as argument, and I asume it has all the bufferedwriter classes inside it.
While we didn't reach the end of the input file (btw it should be an OUTPUT file, you're READING it)...
...read a whole bunch of strings, each of these in a separated line.
...create a Character class passing an incorrect number of arguments (the lines read), which would throw an exception, BUT... I'll assume you overrided that constructor and created one of your own.
... and you insert this Character object by caling an unespecified "insertSingleChar" method, I'm not sure what it does.
Then you close the file, good call my young padawan.
If the integer variable numChar is bigger than zero, the method will return true. Unfortunally this will throw an nullPointerExecption, as this variable was not declared, alocated, and was never incremented. I'm assuming it's global, for some creepy reason.
Else... it returns false.
Ok, it's a method that's supposed to read a file and save it into a database, and if it reads nothing, it returns false, returning true otherwise. Unfortunally, for the reasons I have mentioned above, it wont work.
I'll post a link about how to make obscure, confusing code so that no one knows what's supposed to do, and no one can change it. It's hilarious, for those who know how to program.

- Post
- #52109
- Topic
- MORE CHANGES!!! (for the 2004 OT DVD release)
- Link
- https://originaltrilogy.com/post/id/52109/action/topic#52109
- Time
About his date of creation, I've managed to get some information and I think I figured it out. His armor was a rejected early Darth Vader concept, which had the Lord of the Sith as a bounty hunter, for some weird reason. When Star Wars became a huge hit, plans for a sequel started, and one of the first characters that came up for ESB was Bobba, pretty much from the original DV concept. Since he was created so soon, he was able to make his first appearence in a 1978 cartoon, in the HS. His character was not well defined, tough, as I belive he actually helped Luke on that cartoon.
Maybe that's why he's so popular, because he was available to the audience so early that they created some sort of expectation for the character.
- Post
- #52107
- Topic
- New Dracula Legacy Collection DVD
- Link
- https://originaltrilogy.com/post/id/52107/action/topic#52107
- Time
Quote
Originally posted by: WarblerQuote
Originally posted by: ricarleite
Maybe they wanted to reproduce the original theatrical release, was it censored at the time of the original release, or later (which would not make much sense to me)?
I don't know, does anyone else here know?Quote
Originally posted by: ricarleite
The Frankeinstein one has that original line, something like "now I know how it feels to be God"? That was censored back in the original release. They used to censor silly things back in the 30s. If they watched today's movies, it would blow their minds out...
that's the point to me, they should release the uncensored version like they did the the 1st DVD release, instead with the new one they aparently released the censored version.
Oh, so it's the original theatrical release. Hey, you can't complain about that here! Remember what we all want, DVDs of the Star Wars original theatrical release!