Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276
Full Statistics
|
Online Users |
There are currently 224 online users. » 0 Member(s) | 223 Guest(s) Bing
|
Latest Threads |
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,414
|
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 775
|
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,546
|
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,256
|
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,141
|
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 1,010
|
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 985
|
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,203
|
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 1,009
|
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 964
|
|
|
Hello there, everyone! |
Posted by: CoderRyne - 08-03-2011, 05:44 AM - Forum: Introduce Yourself
- Replies (15)
|
 |
Hi there! I would just like to finally take the opportunity introduce myself to the Buildism community. I have been around Buildism now for quite a while, but I until now, I have never really posted anything on the forums.
My name is Ryne Thiel and I am a young CS (computer science) and programming student at the College of Lake County in Chicago, Illinois. I have been coding Java as my main language now for a few days over seven years. I am now 17, and I started coding Java when I turned 10; however, I cannot deny that a lot of my experience in programming comes from the college courses that I have taken since I was 14.
In addition, I also used to (until about one week ago) own a Java game programming company, but I sold it for a rather cheap price. We were doing very well with our projects, but I just didn't have the money to continue the development of our singleplayer / multiplayer 2D and 3D games.
Anyway, enough about me. It is a pleasure to be here on Buildism, and I hope to become an active member of the community. I hope you all welcome me into your community with respect, just as I would really like to respect all of you.
I'll be working on a few projects on Buildism, so hopefully you enjoy them as much as I enjoy making them. Feel free to PM me if you'd like!
-CoderRyne
Ryne Thiel
|
|
|
Well this just makes me mad... |
Posted by: Chaos - 08-03-2011, 04:55 AM - Forum: Programming
- Replies (3)
|
 |
I was writing some code and I found something funny. (example)
[lua]
<?php
echo '$variable';
?>
[/lua]
Doesn't work. It works for printing words, but not variables. I didn't know why.
But here's the strange thing that made me mad.
After about a half an hour trying to figure out what's wrong I just started messing around.
It turns out THIS works...
[lua]
<?php
echo("$post");
?>
[/lua]
Wow...THEY ARE THE SAME THING...
|
|
|
|