Notice: Welcome to
TinyChan, an account has automatically been created and assigned to you, you don't have to register or log in to use the board, but don't clear your cookies unless you have
set a memorable name and password. Alternatively, you can
restore your ID. The use of this site requires cookies to be enabled; please cease browsing this site if you don't consent.
Topic: Minichan source code
+Anonymous A — 1.2 year ago #67,501
+Anonymous B — 1.2 year ago, 16 hours later[T] [B] #670,584
I hate how every file is 20 to 30 lines long. I code like a crack addict and put 2,000 lines in one file.
·Anonymous B — 1.2 year ago, 1 minute later, 16 hours after the original post[T] [B] #670,585
@previous (B)
…and then I’ll make 20 to 30 files like that.
·Anonymous B — 1.2 year ago, 10 minutes later, 16 hours after the original post[T] [B] #670,587
Is it built on top of mini board? Because otherwise it makes no sense.
+Anonymous C — 1.2 year ago, 5 hours later, 22 hours after the original post[T] [B] #670,614
Yummy source code cookies
+Anonymous D — 1 year ago, 1 month later, 1 month after the original post[T] [B] #673,589
var count var sum = 10;
var sum = 0;
while (count > 0)
{
sum = sum + count;
if (sum > 42) break;
count--;
}
alert (sum);+Anonymous E — 1 year ago, 1 week later, 1 month after the original post[T] [B] #673,953

What do I do with the code now?
+Anonymous F — 1 year ago, 2 hours later, 1 month after the original post[T] [B] #673,965
@previous (E)
imbibe sprite
Start a new topic to continue this conversation.
Or browse the latest topics.