This is 100x more powerful to actually understand that what the fuck is goin' on than to listen to our teacher that doesn't even know what the flying fuck is she talking about.
teacher whta if we ask them to enter a number from 50-100 and then they keep going.. it stops when they entered a different number..then sums up all the number they entered.. how do u do that?
@migthygarfield67 From C# experience on something like this, you would need to have them input the two values first to prevent infinite stack overflow. Say 10 - 100. You will need 3 integers for that. a = minimum b = maximum c = 0 Have it start at a so a++ until it reaches b then stop. c = a + c a = 10 c = 10 + 0 = 10 c int = 10 a = 11 c = 11 + 10 = 21 Essentially that would be the loop until it reaches the maximum. You will need to figure out how to combine this yourself now. GL.
got this errors on the codes that you sent.. please help me on this.. thanks in advance! C:\test\hello.java:3: cannot find symbol symbol : class Scanner location: class apples Scanner input = new Scanner(System.in); ^ C:\test\hello.java:3: cannot find symbol symbol : class Scanner location: class apples Scanner input = new Scanner(System.in); ^ 2 errors
got this errors on the codes that you sent.. please help me on this.. thanks in advance! C:\test\hello.java:3: cannot find symbol symbol : class Scanner location: class apples Scanner input = new Scanner(System.in); ^ C:\test\hello.java:3: cannot find symbol symbol : class Scanner location: class apples Scanner input = new Scanner(System.in); ^ 2 errors
@LordJogaBonito that's what i thought and i was gon reply the same thing without realising that it was already the second top rated comment... lolz.... good on ya....
public class Class1{ public static void main(String[] args){ int PowerLevel = 0; for(PowerLevel = 0; PowerLevel <= 9000; PowerLevel+=1000){ System.out.println("Power Level: "+PowerLevel+"..."); } System.out.println("Your Power Level is OVER NINE THOUSAAAND!!!"); }
if int counter= 1; counter <= 10; why does the loop keep going until it reaches 10??? the moment counter turns 2, its being less then 10..So I guess it should stop. Any help guys??
@valzameck324 The loop stops when counter<=10 stops being true, which is when counter=11, so it doesn't print anything. I had to look up a better explanation of what the parameters do.
@MisterM2402 So if that the case, is it the same to set counter ==10 ? I mean, why would you set it <10 if at the end it's has to reach 10 anyways (the =10 part..) ??
@valzameck324 If you had it as counter==10, as soon as that condition stops being true, the loop terminates. Straight off the bat, the loop stops because counter is initialised to 1, which isn't equal to 10, which means counter==10 has stopped being true (though really it has never BEEN true haha). If counter==10 (or whatever condition you have there) starts off as being false, the loop has reached it's "goal state" before it starts and doesn't need to do any more. :)
for loops are for if you know were you want to go to, the main diffrence it the increment argument that lets you select how many "per step" you want to go as well.
hey i have a question what if i wanted to start at a specific number ex: 100 and go backwards? so I wanted to subtract instead of adding what symbol is it? i tried the subtracting symbol - but it didn't work
These tutorials are great! Every time I see a 4 min video, I think "this is going to be long," but it goes by so fast, and I understand everything immediately! What would we do without Bucky?
@janvoslos Lol! Try run that code ;) It will continnue "like" to like 1000000000000 or something :) Becouse so long it is over 0. As it is in the beggining! So it will countine so long that the "double" can handle it! ;)
@FBPcartong I like using Maize, and naming the objects "MaizeObjects" So when my dad is reviewing the code (He teaches me too) He's like, What it Maize ? and i can just say "Corn"
class apples{ public static void main(String[] args){ int y=0; for(int counter=20;counter>=-50;counter+=-2){ System.out.println("("+counter+","+y+")"); y++; } }
What software did you use, I downloaded a Notepad++ and I found it easy and comfortable to use. But it seems you're using a CGENIE in this tutorial? plz reply...
@TheXRealXBrapp Let me describe why. Why do you have to set the increment? Why would you ever need to change that? Why not just change the second parameter?
@TheXRealXBrapp For loops are brilliant... You use the variable, in this case "counter" but I always use "i" myself, with your arrays. When you learn about arrays you'll see why these "useless" for loops are necessary.
When I reach the last episode, I'm going to post this: (╯°□°)╯︵ ┻━┻
someirishskater 6 days ago in playlist Java (Beginner) Programming Tutorials 2
Comment removed
AwesomeVideos300 1 week ago in playlist Java (Beginner) Programming Tutorials
I'm glad I know a lot about Lua. That makes learning this easy!
MysteriousQuiggles 1 week ago
For loops have confused me for a long time..... And I finally get it!!! :D
I have tried several different books and video series and this has done the best so far
allendupras 1 week ago in playlist Java (Beginner) Programming Tutorials
Damn, now I gotta find what BearZzZz1 said...
AND I SHOULD BE LEARNING JAVA.
damn you youtube...
TheViolinCalamity 3 weeks ago 6
@TheViolinCalamity Corny.
FrapsYou 3 weeks ago
@TheViolinCalamity Find out what went down?
Cant see what happened?:D
bondy1407 2 weeks ago
"sup guys, it's bucky"
legendary
misterolichip 3 weeks ago in playlist Java (Beginner) Programming Tutorials
It seems like that 20,000 views are dropped every tutorial unless it's featured somewhere.
kagamers 3 weeks ago in playlist More videos from thenewboston
thanks for the videos!
fanukizz3334 1 month ago
This is 100x more powerful to actually understand that what the fuck is goin' on than to listen to our teacher that doesn't even know what the flying fuck is she talking about.
vozERi 1 month ago
I learned more from this this video than I did from my teacher over a course of 6 weeks. Thank you.
tutrmw 1 month ago
when you said 22nd i thought 20 seconds lol
SkydwellerMusic 1 month ago
why <?
DreadMasterSora 1 month ago
This has been flagged as spam show
I want this video on my E63 phone.
dustykeller924 1 month ago
i always forget the semicolons and make kommas instead. Why the heck are there semicolons?
MrYouMath 1 month ago
This has been flagged as spam show
Can someone help me please , Im doing the table of 2 like bucky but It wont work, Im using the for loop (I use Jcreator) ?? thanks
MultiGamerDA 1 month ago
Comment removed
MultiGamerDA 1 month ago
omg
NICKcoolize 1 month ago
@LordJogaBonito lol! ur right lmao.
karun8236 1 month ago
I like how it goes on forever if u type in -- instead of ++
yothaman10 2 months ago in playlist Java Programming Tutorials
he is the real 1 tat i might cry if he die(he is way more greater than Steve Jobs......)
KimuraSetsuna 2 months ago
is it just me or are these starting to make more sense now?
KristopherSw 2 months ago
Wish I had found your videos back in September....
LuckyGal71 2 months ago
Honestly, no, Honestly, Who are those fuckers who disliked this video ? I want to kill them!
zdape 2 months ago
tech teacher: please type your book 500 times.
class: ahh. :(
me: muah ha ha ha ha
iEditEffects 3 months ago
do people use java to make games nowadays for big game companys?
kidharris55 3 months ago in playlist Java Programming Tutorials
@kidharris55 Nope, not really. The only "big" game company that have made a popular game using Java is Minecraft, and it's graphics sux.
MrLemonmage 3 months ago in playlist Java Programming Tutorials
@MrLemonmage What about runescape! .... wait damnit i wasnt supposed to reveal that! oh the shame!
jakspyder 2 months ago
@MrLemonmage Graphics are awesome, supposed to be like that, unlike fortresscrap
Francis1775 2 months ago
@kidharris55 They do, But more C The IW eingine(mw3 + mw2 etc) Was written in C :)
Miip3rson 2 months ago in playlist Java Programming Tutorials
@Miip3rson C++* :P
zZerualz 2 months ago
@zZerualz :L
Miip3rson 2 months ago
@Miip3rson :D
zZerualz 2 months ago
This is the most important, when ever i saw for (int i = 0, i > 0, i++) i used to shit my pants now this solved it.
Claymore2408 3 months ago
may I ask a question?
when answering a quiz that needs to be in a syntax form of a program
how can I answer it easy and fast?
TheBladeKnight12 3 months ago
What Application is he using to write his programs? Anyone know? Thanks.
IndianPlayer15 3 months ago
@IndianPlayer15 Eclipse,Get back to first tutorials...
ThePaja2000 3 months ago
teacher whta if we ask them to enter a number from 50-100 and then they keep going.. it stops when they entered a different number..then sums up all the number they entered.. how do u do that?
migthygarfield67 3 months ago
Mlackey94 3 months ago in playlist Java Tutorials
So, essentially, it is:
for (This amount; to this amount; do this change every time it runs this part of the command){do this as the body of the command}
or what?
MinerPenguin 3 months ago
Can anyone help me I copied the code exactly and it's says counter cannot be resolved to a variable? tnx
IOS2012 3 months ago
@IOS2012 Be sure that you haven't put a ";" after the for loop. What I mean:
for (int counter etc);{ - it should just be - for (int counter etc){
Tokkker 3 months ago
2:36 EQUALS THREE!! xD
DJafferiK 4 months ago
@kile392jr1 a long time!
TheDiggster13 4 months ago
wow dude ur better than my university lecturer!
he takes like an hour to teach this bit and i still dont understand xD!
ExtremeColdBlizzard 4 months ago 32
@ExtremeColdBlizzard
you learn these basics on university? lol
devilazpl 1 month ago in playlist Java Programming Tutorials
@devilazpl I think he means college
Espiration 1 month ago in playlist Java Programming Tutorials
@devilazpl you learned english!?
js7vgd 4 weeks ago in playlist Java (Beginner) Programming Tutorials
@js7vgd
no sry i didnt... yet
devilazpl 4 weeks ago
@kile392jr1 You should keep a notebook like i do and summarize each lesson
knight11ind 4 months ago in playlist Java Programming Tutorials
@kile392jr1 make "counter++" to "counter- -" (<---Thats 2 minus signs) so, if you do that then you get an infinite loop. it will NEVER finish :D
NickKeeks 4 months ago
Comment removed
TheSciurusDoomus 4 months ago in playlist Java Programming Tutorials
Even though I've learned these basic things at school, I still like to watch your tutorials all the way through. You are a really good teacher.
MrGunwerk 4 months ago 2
Your voice reminds me of Trip from Star Trek: Enterprise.
xxnactise 5 months ago in playlist More videos from thenewboston
Hello everyone,
Can anyone help me explain why you have to write "i == first-1" in the for loop?
This code is suppose to print out the number of "*" you entered for the first.
for (int i=0;i < first;i++) {
if (i == first-1) {
System.out.println("*");
}
else {
System.out.print("*");
}
emh281 5 months ago
Keep pressing 4 .
Bucky is like Oink Oink Oink Lol.
buzzingbee25 5 months ago
Comment removed
HoodedPianist1 5 months ago
Comment removed
HoodedPianist1 5 months ago
Hey cud you tell me what program you use for program writing it will be greatly appreciated thx mayn
blinks02 5 months ago
@blinks02 Eclipse.
dumbnfilms 5 months ago in playlist Java Programming Tutorials
@blinks02 It's Eclipse, btw he's explaining it in tutorial 2
GT5OWNS 5 months ago
@blinks02 Tutorial 3*
GT5OWNS 5 months ago in playlist Java Programming Tutorials
when u say while it sounds like wow :P
translative245 6 months ago
when u saw while it sounds like wow :P
translative245 6 months ago
@BearZzZz1 or change counter to 1...
clannoobz 6 months ago
@BearZzZz1 that will output that 501 times :O take away the equal to part
clannoobz 6 months ago
This has been flagged as spam show
ivyearatan1 6 months ago
ivyearatan1 6 months ago
for(int counter=1;counter<=100;counter+=10){ System.out.println(counter/10); }
hehe
VaginosaurusRex 6 months ago
teacher: write on the board "i wont talk in class again" 500 times, that'll teach you the lesson.
student:
for(int counter=0;counter<=500;counter++) { System.out.println("i wont talk in class again"); }
problem?
BearZzZz1 6 months ago 129
@BearZzZz1
Yes there is a problem, 501 times not 500 because of <=
AlephAriadiate 4 months ago 2
@BearZzZz1 I would actually love for that to happen. So much.
Tubrista 3 months ago in playlist Java Programming Tutorials
@BearZzZz1 That would actually print it 501 times.
LordJogaBonito 3 months ago in playlist Java Programming Tutorials 70
@LordJogaBonito The more the merrier?
Francis1775 2 months ago
@LordJogaBonito wow owned.
fingerblaster9000 2 months ago
@LordJogaBonito No, it would just stop at 499, cause it starts at 0.
MattMcCool 1 month ago in playlist Java Programming Tutorials
@LordJogaBonito that's what i thought and i was gon reply the same thing without realising that it was already the second top rated comment... lolz.... good on ya....
funkenn 1 month ago
@LordJogaBonito Then you sure showed your teacher!
pkerpker1234 1 month ago
@BearZzZz1 If you do that, you would get 501 messages!
Go learn you'r lessons! :P
zinoonomiwo 3 months ago in playlist Java Programming Tutorials
@BearZzZz1 That would be 501 :P
magnez9 2 months ago in playlist Java Programming Tutorials
@BearZzZz1 HAHA OMG SOO GOOOD!
thejord1000 2 months ago in playlist Java Programming Tutorials
@BearZzZz1 you have set the counter to 0 so it will start at 0 and not 1 that is how u are getting it print 501 times
2701rob 2 months ago in playlist Java Programming Tutorials
@BearZzZz1 In coding everything starts at 0, so LordJogaBonito is right :)
L3gendArch3r 1 month ago in playlist Java Programming Tutorials
please help me come up with this output:
Enter how many times you want to add : _________
Enter number: ___
Enter number:____
......
The sum is:____
Would you like to add more? [ 1/0 ] >>___
( if 1 - it will prompt you and ask the user from the original screen. and if 0 it will exit ).. thanks in advance
ivyearatan1 6 months ago
@thenewboston how can you make the out put 1,2,3,4,7,8,9 ... the 5,6 will be not seen.. plss teach me.. ty
RICHMORE2007 6 months ago
@RICHMORE2007 2 for loops. one forloop that goes from 1 to 4, another that goes from 7-9.
VaginosaurusRex 6 months ago
@RICHMORE2007 You must differs between 5,6 & the rest of the numbers so here's an idea...
for (int counter=1; counter<=10 ; counter++) { if ( counter !=5 && counter !=6 ) { System.out.println(counter); } }
Like that .. Hope It helped!
artourky 6 months ago in playlist Java Programming Tutorials
@FBPcartong try that and it doesn't work without its fellow friend <, no likes for you am afraid -_-
ydizzy08 7 months ago
Man java and C language are sooo similar...just a few up downs....ReST Is sAME!!!...
Deathangelhj 7 months ago
@Deathangelhj Most languages are. PHP is also using quite a lot the same logics :)
declie2 6 months ago
i must be loosing my mind what does counter++ mean again
TheNinjaofawesomness 7 months ago
Comment removed
parkbennink1 7 months ago
@TheNinjaofawesomness it means counter +1.
so when he changed it to +=3 it would plus 3 each time it goes thru each loop until it finishes.
parkbennink1 7 months ago
Sorry If that sent with spaces instead...
RealMinecraftTV 7 months ago in playlist Java Programming Tutorials
Lol Here's what I put to practice this:
public class Class1{ public static void main(String[] args){ int PowerLevel = 0; for(PowerLevel = 0; PowerLevel <= 9000; PowerLevel+=1000){ System.out.println("Power Level: "+PowerLevel+"..."); } System.out.println("Your Power Level is OVER NINE THOUSAAAND!!!"); }
}
RealMinecraftTV 7 months ago in playlist Java Programming Tutorials
if int counter= 1; counter <= 10; why does the loop keep going until it reaches 10??? the moment counter turns 2, its being less then 10..So I guess it should stop. Any help guys??
valzameck324 7 months ago
@valzameck324 The loop stops when counter<=10 stops being true, which is when counter=11, so it doesn't print anything. I had to look up a better explanation of what the parameters do.
MisterM2402 7 months ago
@MisterM2402 So if that the case, is it the same to set counter ==10 ? I mean, why would you set it <10 if at the end it's has to reach 10 anyways (the =10 part..) ??
valzameck324 7 months ago
@valzameck324 If you had it as counter==10, as soon as that condition stops being true, the loop terminates. Straight off the bat, the loop stops because counter is initialised to 1, which isn't equal to 10, which means counter==10 has stopped being true (though really it has never BEEN true haha). If counter==10 (or whatever condition you have there) starts off as being false, the loop has reached it's "goal state" before it starts and doesn't need to do any more. :)
MisterM2402 7 months ago
@MisterM2402 ahh, Thats what I needed to know!!. Thanks a lot dude :)
valzameck324 7 months ago
simple and awesome sir :)
Yooun777 8 months ago
i like how most vids get less and less veiws from people giving up
"AA is for quiters"
ChillinWithTym 8 months ago
@ChillinWithTym *quitters lol
FreePKMNWalkthroughs 8 months ago
double works better
beastbrb 8 months ago
apples and tuna... the foods of java
TheSplodeZone 8 months ago 100
@TheSplodeZone I like to drink java while eating apples and tuna.
MrNinestarkiller 7 months ago in playlist Java Programming Tutorials 3
4 people are jealous of java being able to count to ten.
thejammedlocker 8 months ago in playlist Java Programming Tutorials
oh shoot. i put a minus instead of a plus and i CANT STOP IT FROM RUNNING!
AMVfanatic1081 8 months ago
There are 85K views and only 372 likes, this is effed up.
OriKadosh 9 months ago
it doesnt recognize the variable 'counter' -_-
drums4woodstock 9 months ago
public class apples { public static void main(String[] args){ for(int counter=1;counter<=10;counter--){ System.out.println(counter); } }
}
try this. it's fucking awesome.
NathanTheCreeper 9 months ago
public static void main(String args[]){ for(int tutorial=22;tutorial<=87;tutorial++){ System.out.println("Tutorial " + tutorial); } }
kymykaly 10 months ago
for loops are for if you know were you want to go to, the main diffrence it the increment argument that lets you select how many "per step" you want to go as well.
sonicthehedgehogxp 10 months ago
Thanks for the responses .. virtual integration is good
skittozoe 10 months ago
Make a program as this and send it to someone ... xD
class loops { public static void main (String Args[]){ for(double counter=1;counter<=10000;counter+=0.0000000001){ System.out.println(counter); } }
}
2kGamerR 10 months ago
@2kGamerR Wow.
ubernub43 9 months ago
@7thdeadlysin :
Use System.out.println("*");
Should work.
MrClass1cc 10 months ago
If i want to use *'s instead of numbers for my counters, how would I do this using for loop?
7thdeadlysin 10 months ago
@Alexanderstuve There is a wrap-around with some primitive types, you may be exceeding the limit.
qwertyu14361 10 months ago
been curious for a while.. what font does bucky use for eclipse?
ar4youready 11 months ago
@ar4youready Um that's the default font. (courier)
thatbennyguy 10 months ago
@thatbennyguy Thanks! And not on Mac apparently :/
ar4youready 10 months ago
hey new boston... can you show us how to combine other statement? Can you show us more? like tutorial 22 part 2... more advance for loop example..
redfoxarts 11 months ago
how do you display the result horizontally?
redfoxarts 11 months ago
@redfoxarts System.out.print(counter + " "); instead of System.out.println(counter); .
MrJohnny777 11 months ago
@redfoxarts Just omit the newline characters and use a space instead.
qwertyu14361 10 months ago
{System.out.print ("thank you, ")
ReKardooo1 11 months ago
hey i have a question what if i wanted to start at a specific number ex: 100 and go backwards? so I wanted to subtract instead of adding what symbol is it? i tried the subtracting symbol - but it didn't work
ShadowMysticWarrior 11 months ago
@ShadowMysticWarrior try
for (int counter=100;counter>=0;counter--)
JusMe159 11 months ago
@ShadowMysticWarrior, you've got to use i-- in the same way you use i++. But make sure you set the initial i to the max.
qwertyu14361 10 months ago
lol you're funny when you cant think of the word to say, or when you type something wrong and say 'deal with it'
Babelfish112 11 months ago
These tutorials are great! Every time I see a 4 min video, I think "this is going to be long," but it goes by so fast, and I understand everything immediately! What would we do without Bucky?
utupoe111 11 months ago
for (like=0;like=9999999;like++)
ohh yeah!
FBPcartong 1 year ago 83
@FBPcartong I'm sure this has been said in the last 3 months since you wrote it, but your coding is wrong.
It should be
for (like=408;like!=9999999:like++){}
DMBishin 8 months ago
@DMBishin
no, your coding is wrong too.
i'll use the number of likes that you used to show it even though it's different now, it should be
for(int like=428;like=9999999;like++){}
you used a colon which will make an error
and you didn't declare your variable in the starting statement,
if you don't declare the variable, then 'like' will be underlined and it will make an error because it doesn't know what like is.
6NoHope9 8 months ago
@FBPcartong hahaah// nice one...
greenjamesm37 8 months ago in playlist java programing toturials
@FBPcartong for (like=0;like>=-1;like++)
OHH YEAH more :D
sinthorias 8 months ago
@FBPcartong
String like = "ENDLESS!!!! LIKES!!";
System.out.println(like);
System.out.print("We are such a nerds..");
leonidhaimov 8 months ago
Comment removed
Playsim1234 7 months ago
@Playsim1234 why would you want to give it .5 like? it an int
janvoslos 7 months ago
@janvoslos Lol! Try run that code ;) It will continnue "like" to like 1000000000000 or something :) Becouse so long it is over 0. As it is in the beggining! So it will countine so long that the "double" can handle it! ;)
Playsim1234 7 months ago
@Playsim1234 ah! smart!
janvoslos 7 months ago
@FBPcartong you mean like<=9999999
FutureComputing 7 months ago in playlist thenewboston Java Tutorials 3
@FBPcartong
You can"t ;)
It needs to be
for (like=0;like<=9999999;like++)
IWolfGod 6 months ago
@FBPcartong I assume you mean like==9999999 :D
Wouter10123 6 months ago
@FBPcartong FTFY for(int like = 0;like=9999999;like++);
if(like = 9999999){
System.out.println("All the likes thenewboston deserves!");
}
JsmithTV 6 months ago 2
@JsmithTV
if(like == 99999999)*
soldado1997 5 months ago in playlist Java Programming Tutorials
@FBPcartong I like using Maize, and naming the objects "MaizeObjects" So when my dad is reviewing the code (He teaches me too) He's like, What it Maize ? and i can just say "Corn"
dumbnfilms 5 months ago in playlist Java Programming Tutorials
@FBPcartong Doesn't work :P
GRStudios360 5 months ago
This has been flagged as spam show
I made an y=ax+b calculator:
class apples{ public static void main(String[] args){ int y=0; for(int counter=20;counter>=-50;counter+=-2){ System.out.println("("+counter+","+y+")"); y++; } }
}
link7557 1 year ago
You Sir bucky... are the WIN!
paki123 1 year ago
yeah! thanks for this dude a quick refresh about for loops. this will be coming out in our exam tomorrow! :)
alamar33 1 year ago
Thank you for the tutorials, you've helped me out alot. Your a better teacher than mine.
rockskaterfool89 1 year ago
Comment removed
dmartinng 1 year ago
YAy!
i made my first program that could be useful!
it's a calculating thing that turns numbers into a 8-bit binary code :D
RobloxmannenTV 1 year ago
good man helped alot through my exam comin up tommorw..:)
mrskeleton786 1 year ago
@TehGameMaker: Thnks for your help... I'll download it... Thnks again... :)
Decgaid06 1 year ago
What software did you use, I downloaded a Notepad++ and I found it easy and comfortable to use. But it seems you're using a CGENIE in this tutorial? plz reply...
Decgaid06 1 year ago
@Decgaid06 its called ECLIPSE. its free, definitely worth your time.
TehGameMaker 1 year ago
Comment removed
RobloxmannenTV 1 year ago
I have netbeans and i love it is eclipse better?
0YellowSubmarine0 1 year ago
@0YellowSubmarine0 I have netbeans and i LOVE it as well.
xXChaosHavokXx 1 year ago
@0YellowSubmarine0 ..I find Eclispe to have a more streamlined interface than Netbeans.
qwertyu14361 1 year ago
@0YellowSubmarine0 Eclipse is very streamlined and easier to use, I find.
qwertyu14361 10 months ago
dude u rook
TheMugiwra 1 year ago
@TheMugiwra he rooks?
oliball123 1 year ago
This seems kinda useless...
TheXRealXBrapp 1 year ago
@TheXRealXBrapp Let me describe why. Why do you have to set the increment? Why would you ever need to change that? Why not just change the second parameter?
TheXRealXBrapp 1 year ago
@TheXRealXBrapp For loops are brilliant... You use the variable, in this case "counter" but I always use "i" myself, with your arrays. When you learn about arrays you'll see why these "useless" for loops are necessary.
AcridicHD 1 year ago
you really cant be thanked enough for these tutorials, great job !
42daveryan 1 year ago
is this just for numbers? or in what other ways could I use this?
Linkvier 1 year ago