» Site Navigation | | | » Advertisement | | | » Recent Threads | Ruzzykinz. Today 06:14 PM Today 06:29 PM 19 Replies, 67 Views | Lenny Conundrum 02-09-2007 11:09 AM Today 06:23 PM 740 Replies, 34,723 Views | | | | | | | |  | |  | Moobies App |  |
12-20-2006, 03:43 PM
|
#1 (permalink)
| Underground
Join Date: Dec 2006 Age: 18 Posts: 431
GPoints: 28 Rep Power: 7 | Moobies App - What is your username? Moobies
- What is your posts per day rate? um?
- What programming languages do you know? VB6, VB.NET, Perl, And a little C++
- How have you contributed programming-wise to the website? Nothing so far as i dont really know what people on this site want me to program for them, anyone has any offers ill deeply consider them
- What can you bring to the programming team? Well im a JR.Programmer over at neocodex and i think i could have made a higher rank if i didnt format and never bother to reinstall VB, i have it installed now though and im ready to program again, And i assure you i havent gotten rusty
Dim Team, Calum as String
Calum = "Not On Team"
While Calum = "Not On Team"
Team = "Less Productive"
End While
If Team = "Less Productive" Then
Calum = "Valuable Team Member"
Team += Calum
Endif
Therefore the team has added a Valuable Team Member 
(btw if code is buggy its not meant to be real or whatever i just quickly wrote it)
__________________ | |
| |  |  | Re: Moobies App |  |
12-20-2006, 03:45 PM
|
#2 (permalink)
| Banned
Join Date: Oct 2006 Location: Earth Posts: 854
GPoints: 6 Rep Power: 0 | Re: Moobies App You'll probably get into programming since you have had experience over at Codex. By the way, your PPD is 8.49. | |
| |  | Re: Moobies App |  |
12-20-2006, 03:49 PM
|
#3 (permalink)
| Banned
Join Date: Sep 2006 Location: Saco, Maine Age: 18 Posts: 1,879
GPoints: 393 Rep Power: 0 | Re: Moobies App Umm..what's so great about that short script? XD Anyway, you don't meet requirements. You need 100 posts. Apply again when you meet the requirements. | |
| |  | Re: Moobies App |  |
12-20-2006, 07:35 PM
|
#4 (permalink)
| | | Re: Moobies App No, 50 posts is the req.
Thats what Chris was told (Aethean).
So it will the same for Calum.
And I really think we should accept you, we need as many programmers as we can get at this early stage, and you have a very good rep. :P | |
| |  | Re: Moobies App |  |
12-26-2006, 11:03 PM
|
#5 (permalink)
| | | Re: Moobies App You forgot to assign the variable to whatever you were using, but I guess in this case you wouldn't need it, although how do you know that the team will be better with Calum? It doesn't display it anywhere! It is a good app. I think that I might try, but mine won't be nearly as good as yours, so keep your head up! | |
| |  | Re: Moobies App |  |
12-27-2006, 04:39 PM
|
#6 (permalink)
| Dead.
Join Date: Dec 2006 Location: Birmingham, United Kingdom Age: 20 Posts: 2,587
GPoints: 129 Rep Power: 10 | Re: Moobies App Naughty Calum.
When you do:
Dim Team, Calum As String
Team is 'dimmed' (thats not correct termonoly I know) not as a string, but something else, I forgot what it is 'dimmed' too, but it is not a string.
And make me on the team, mofo's Calum know's I can program too, and I am working on a new program as we type...
__________________ EX-ADMIN of gaminggutter | |
| |  | Re: Moobies App |  |
12-27-2006, 04:44 PM
|
#7 (permalink)
| Dead.
Join Date: Dec 2006 Location: Birmingham, United Kingdom Age: 20 Posts: 2,587
GPoints: 129 Rep Power: 10 | Re: Moobies App Code: Option Explicit
Private OldCaption As String
Const CountDown = 10
Dim I As Integer
Private Sub Form_Load()
I = CountDown
picSplash.AutoRedraw = True
picSplash.AutoSize = True
frmFront.AutoRedraw = True
OldCaption = lblLoading.Caption
tmrLoad.Interval = 1000
tmrLoad.Enabled = True
End Sub
Private Sub tmrLoad_Timer()
Dim msg As String
I = I - 1
msg = OldCaption & " in " & I & " seconds."
If I = 0 Then
tmrLoad.Enabled = False
msg = "Error.. Register DLL not found"
End If
lblLoading.Caption = msg
End Sub Or if you need more to warrant my as a programmer, here is part of the source of my old game trainer loader: (no longer works) Code: If selecter.Text = "Deckswabber" Then
strHTML = Wrapper.GetWrapper("http://www.neopets.com/games/deckswabber.phtml", "http://www.neopets.com/gameroom.phtml?game_type=2")
strGameLink = GetBetweenMe(strHTML, "game_win = window.open('", "&questionSet=&quality=' + quality, 'newwin_19', '' +sizestr + '' );")
strHTML = Wrapper.GetWrapper(strGameLink, "http://www.neopets.com/games/deckswabber.phtml")
strGame = GetBetweenMe(strHTML, "<param name=movie value=""", """>")
strHTML = Wrapper.GetWrapper("http://www.neopets.com/gamescores.phtml?game_id=19&limit=100", "http://www.neopets.com/games/deckswabber.phtml")
End If
strHTMLScore = GetBetweenMe(strHTML, "<td align=center>100</td>", "<td align=center rowspan=1> </td>")
strHTMLScore = Right(strHTMLScore, 25)
strScore = GetBetweenMe(strHTMLScore, "enter>", "</td>")
lblHighScore.Caption = "100th Score: " & strScore
flash.Movie = strGame
cmdStart.Enabled = True
cmdStop.Enabled = True
__________________ EX-ADMIN of gaminggutter | |
| |  |  | Re: Moobies App |  |
12-28-2006, 05:40 AM
|
#8 (permalink)
| Dead.
Join Date: Dec 2006 Location: Birmingham, United Kingdom Age: 20 Posts: 2,587
GPoints: 129 Rep Power: 10 | Re: Moobies App Accept me god dammit.
__________________ EX-ADMIN of gaminggutter | |
| |  | Re: Moobies App |  |
12-28-2006, 05:52 AM
|
#9 (permalink)
| Kane for mod!
Join Date: Sep 2006 Posts: 1,530
GPoints: 66 Rep Power: 9 | Re: Moobies App double posting, then taking gods name in vain, im catholic i dont like people doing it, BTW ill accept you if you post some programs and make your own app.
__________________
[center] | |
| |  | Re: Moobies App |  |
12-28-2006, 05:52 AM
|
#10 (permalink)
| Underground
Join Date: Oct 2006 Posts: 10,308
GPoints: 361 Rep Power: 20 | Re: Moobies App Quote:
Originally Posted by Flame double posting, then taking gods name in vain, im catholic i dont like people doing it, BTW ill accept you if you post some programs and make your own app. |    | |
| |  | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |