Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
Acmlm's Board - I2 Archive - - Posts by neotransotaku
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
User Post
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 464/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-20-04 12:00 AM, in Show me the light... Link
and you shall receive

Okay, that was corny but anyways. I finally have some artwork to show instead of well, commenting on them.

These are a few pictures I produced for my Computer Graphics project that is due at 11:59pm PDT.

Picture 1
Picture 2
Picture 3

The last one has a defect that I wonder is noticable or not, what do you people think?

Anyways, feel free to comment and let me know what I can do to improve this project of mine
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 465/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-20-04 01:09 AM, in Last movie you saw in a theater? Link
Undercover Brother

yeah, that was the last movie I saw in a theatre with non-family members anyways--almost 2 years ago

however, the last movie i saw with my family would be the Haunted Mansion, which was a few months ago. However, if it weren't for passes, Undercover Brother would have been the last move i saw in a theatre...
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 466/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-20-04 01:14 AM, in Will you fight me Yuna (Neotransotaku) Link
neotransotaku raised his hand and let go of some dust that he then blew on and ice fire that erupted in the direction of the Charter marks. then, neotransotaku materialized extremely sharp ice shards and directed them in the direction of Mithareio
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 467/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-20-04 02:19 PM, in Remnants of old Windows versions Link
you can safely delete any old windows folder without worry about messing up stuff.

if you don't want the OS selection screen when you boot up, i believe you need to have only 1 line after the "[operating systems]" section of the boot.ini file. i think the safer thing to do is to set the timeout field of [boot loader] to be 0 and make sure default is set to the OS you want to boot up.
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 468/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-20-04 02:25 PM, in .cpp Link
Originally posted by Jagori
It can? I'm using MS Visual C++ 6.0 and I can't find it... where would I be able to change this setting? (and I've tried just straight up compiling a C file, and it didn't work). Even if it does work, that's still the reason I got Bloodshed


if you want to compile in C mode for Visual Studio without setting anything, you must do the following:

1) have your file end in .C
2) make sure EVERYTHING is declared before you use it

the following code will not compile in C mode

int main()
{
int x = 0;
x = x + x;
int y;
}

however, if the file that was in ended in .cpp, then you will have no problems. the interesting thing is if you use gcc, then you can declare stuff, well local variables anyways, anywhere you want...
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 469/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-20-04 07:15 PM, in Australian Rugby VS American Football Link
The world plays Rugby but that includes America too as my University has won 13 of the past 14 NCAA championships and my cousin is on a Rugby team that sports international players. However, is Rugby a mainstream sport in America? No it is not and that is where you would be correct.

In terms of how the game is played, Rugby is like football without protection (or footbal is rugby with protection). However, because the way football is played, you need protection as you have 11 guys going after 1 person whereas in Rugby, not everyone goes after the person with the ball.
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 470/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-21-04 12:22 AM, in .cpp Link
okay, i missed a return statement... but still, gcc will compile that code and that same code will compile when i use .cpp extension in visual studio 6, but will not compile if i use .c

if you want to write universal c code, then you should just use ANSI C compiler
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 471/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-21-04 04:24 AM, in what is asm hacking? Link
that book really doesn't help , as you need to have initution to understand what an assembly instruction realy means in the context of where it appears along with knowing what it is doing.

for example, you could see addiu $t1, $t1, $2 in ASM but what are you really adding together? It could be exp you gained from a battle, money you just found, items you just bought, etc. unless you know what the other code around you is doing, you have very little chance of doing any real good ASM hacking.

neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 472/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-21-04 10:18 AM, in Getting data from an offset in C++ Link
can you give an example of what do you mean by "offset". the meaning of offset right now depends on the context of what you mean by it.
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 473/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-22-04 12:38 AM, in Baseball trivia Link
yup, that's it. it was in 1995 that the tigers won the season series against toronto.

Q: How many no-hitters did nolan ryan throw after the age of 40?
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 474/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-22-04 07:59 AM, in Getting data from an offset in C++ Link
those two codes do the exact same thing--the code from Euclid intiailizes a variable on declarations while the code you put up declares a variable and then initializes it.

most, if not all ROM data, is stored in bytes. as a result, wider grabbing specifiers like %d, %ld, %f, etc would be useless. the only way in C/C++ to grab just 1 byte at a time is to use %c.

Originally posted by Icy Guy
I'm trying to get my questions out in as few topics as possible, because I'd imagine that you guys'd get sick of seeing topics asking about C++ tips again and again.


well, most of this board, or the people who come in here program in VB...there are few C/C++ programmers and even less Java programmers (I believe I'm the only one here on the board who prefers Java over C/C++ and VB
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 475/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-22-04 08:49 PM, in Getting data from an offset in C++ Link
well, if you use Visual Studio, you are supposed to use _T macro for strings anyways. For other compilers, it is assumed you are not working in unicode because most example C books (at least the most famous one) works in an ANSI environment.

fread...is that in stdio.h?
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 476/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-23-04 02:17 AM, in Collecting Lives Link
because I've played the game so much, it is now really hard for me to mess up several times in a level. as a result, i typically take them as I go. in addition, because I know the trick to getting lives consistenly, it doesn't matter.
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 477/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-23-04 03:13 AM, in Blogs Link
blogs of total strangers? no
blogs of my friends i see everyday? no
blogs of my friends I rarely see? every now and then as I reallly don't have a need to know their everyday activities.

do I have a blog? yes
do I post often? no
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 478/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-23-04 03:16 AM, in Well, there's this girl, see... Link
hmm...a very personal subject...a subject that I believe will come out the wrong way for this situation i believe. I think you are better of getting to become good friends with her and then at that point, asking her if she does than doing it now. I think a girl hearing that kind of question from someone who is an acquaintence gives away the fact that the person asking it as ulterior motives for talking to her, etc.

in short, don't ask and get to know her more...
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 479/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-23-04 03:51 AM, in Getting used to Windows XP Pro. Link
Originally posted by Error
I'm pretty impressed and pretty not.. alot of "please reboot now" shit.. some things never change, eh?

How do you people keep up such good uptime with that crap?


if you were installing the OS, of course you had to reboot several times. If you had to do that with software, then I dunno. I typically don't do it.

anyways for useful software, refer to this: http://board.acmlm.org/thread.php?id=497
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 480/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-23-04 09:54 PM, in Rated "R" Movies Link
I don't go out to the movies much...so I can't really answer this question. But chances are, even if i did, they wouldn't want me watching them...I know they do not want my brother watching them based on certain events that has happened. But in short, my parent's wouldn't let me.

Anyways, the first R movie I saw...I don't remember
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 481/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-24-04 03:28 AM, in JonBenet Ramsey Link
asking who dunnit is like asking if OJ did do it

anyways, everyone is to blame for the why this is still an unsolved mystery. because of that, this case will never be solved--ever.
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 482/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-24-04 03:30 AM, in Hi Link
i love FF6 yet I don't remember about that --although i remember the world of ruin however

anyways, welcome to the board malboro and hope you kill time here for a very long time
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 483/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 04-24-04 03:32 AM, in secrets... Link
that's good...but well, it is kinda hard to not do so, you know? no one likes to lose something special and don't want to hear anything bad about what they have.

anyways, i'm glad everything is okay but um...control your emotions and thoughts more, then you might not have to go through something like this again
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
Acmlm's Board - I2 Archive - - Posts by neotransotaku


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.013 seconds.