Posts: 106
Threads: 4
Joined: Nov 2011
Reputation:
1
What Can You Code:
Java, Batch
Favorite Coding Language:
Hard decision, maybe Batch.
Will You Give Support To Fellow Coders:
Yes
How Many Hours Per Week Can You Be On:
I'd say an average of two hours a day, so about 14 hours a week.
Age:
20
Proof Of Your Coding Abilities:
I have a few batch tutorials on Hackforums, as well as showcases of a client I've coded for a game called Minecraft in Java. Here's a Batch search engine I created for a tutorial on Hackforums.
Code: @echo off
REM Always remember @echo off
title Search Engine
REM Feel free to set a title.
color 0A
REM Feel free to set a color.
echo Hello, welcome to your search engine. If you would like to search the web, type in what you want to search for. If you want to leave, type exit.
REM This is what it will say when the file is first opened.
:A
REM Setting an area to go to if the file is told to below.
set /p var=
REM Setting a variable with the user input flag
if %var% == exit goto B
REM If the variable is exit, it will go to :B.
start http://lmgtfy.com/?q=%var%
REM If the variable doesn't equal exit, it will load a let me google that for you page on your variable that you typed.
cls
REM cls will clear the screen.
echo Page was successfully loaded. If you would like to search something again, type anything else it. If you want to leave, type exit.
REM This is what it will echo once the page is loaded.
goto A
REM Once this is done it will go to :A
:B
REM This is where the file will skip to if the variable equals exit.
exit
REM This will close the file
Posts: 2,216
Threads: 187
Joined: Jul 2011
You'll have to provide proof of your coding abilities via TeamViewer as you could've got that from Google.
Posts: 106
Threads: 4
Joined: Nov 2011
Reputation:
1
(12-07-2011, 04:42 PM)BreShiE Wrote: You'll have to provide proof of your coding abilities via TeamViewer as you could've got that from Google.
Not a problem. If you want, I could send pictures of the tutorials I've made on HF as well.
Posts: 2,793
Threads: 251
Joined: Oct 2009
Reputation:
85
What Can You Code:
HTML, PHP, VBS, (Batch, lol )
Favorite Coding Language:
Has to be VBS
Will You Give Support To Fellow Coders:
I'll honestly try my best.
How Many Hours Per Week Can You Be On:
Well I'm staff so quite a few
Age:
18
Proof Of Your Coding Abilities:
Not sure how to prove this one, I assume most of you have seen my sites + Breshie I think you know I can code? I need to talk to you about the project also...
Posts: 2,216
Threads: 187
Joined: Jul 2011
Yeah I know you can code, I'm adding you into the coders now.
@Purple Haze, PM me.
Posts: 42
Threads: 1
Joined: Nov 2011
Reputation:
0
What Can You Code:
Python, C++, Html
Favorite Coding Language:
Python by far
Will You Give Support To Fellow Coders:
Of course
How Many Hours Per Week Can You Be On:
5ish
Age:
15
Proof Of Your Coding Abilities:
PM, tell me if I am allowed to link other webistes
Posts: 2,216
Threads: 187
Joined: Jul 2011
I just PM'ed you Rhynorater, awaiting your reply.
Posts: 165
Threads: 23
Joined: Nov 2011
Reputation:
2
BreSHiE
I don't know how to code but I want to learn how to in VB. I am going to message you. Thanks.
Posts: 2,216
Threads: 187
Joined: Jul 2011
Still open guys, I've had a lot of stuff to deal with lately that's why I started becoming inactive again, but I'm back now!
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
12-29-2011, 10:16 PM
(This post was last modified: 12-29-2011, 10:17 PM by AceInfinity.)
What Can You Code:
By language? Batch, Registry, Perl, Javascript, PHP, AutoIT, VB.Net, C#, C++, Powershell, and ASM along with some ASP.Net and of course well versed in HTML/CSS
Favorite Coding Language:
I don't have a favrorite, I have a list of my favorite languages: Powershell, Perl, VB.Net
Will You Give Support To Fellow Coders:
Always have, I don't think that will change anytime soon.
How Many Hours Per Week Can You Be On:
If you subtract the number of hours i'm on my own forum from my total time spent on the computer and subtract a few more hours for other computer activities like music, email, etc... That's the result it's variant.
Age:
29 - Probably older than lots of people on this forum, but I guess there's no disadvantage or advantage to it, knowledge doesn't come with Age as it's decision maker.
Proof Of Your Coding Abilities:
Tech.Reboot.Pro
Countless threads I have on SF out of the 4000+ posts and pages and pages of threads I have here that I don't feel like searching through lol
Edit; I guess i'll share a couple:
- http://www.supportforums.net/showthread.php?tid=24157
- http://www.supportforums.net/showthread.php?tid=24158
- http://www.supportforums.net/showthread.php?tid=20669
- http://www.supportforums.net/showthread.php?tid=21642
|