Go Back   Gaming Gutter > GamingGutter > Applications > Programming Team


Programming Team - Want to apply for the programming team? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Ruzzykinz.
Today 06:14 PM
Last post by Vaginal-Milkshake
Today 06:29 PM
19 Replies, 67 Views
Go to first new post Lenny Conundrum
02-09-2007 11:09 AM
by Noodle
Last post by G.I.R.
Today 06:23 PM
740 Replies, 34,723 Views
Go to first new post Whats your favorite...
08-06-2008 08:59 PM
Last post by Mirage
Today 06:18 PM
109 Replies, 841 Views
Go to first new post I feel like shit.
Yesterday 10:49 PM
Last post by Zombii
Today 06:18 PM
28 Replies, 166 Views
Go to first new post Anglo-Saxon Riddles
Today 05:53 PM
by Fewmitz
Last post by Fewmitz
Today 06:16 PM
2 Replies, 14 Views
Closed Thread
 
LinkBack Thread Tools Display Modes

 Moobies App
Old 12-20-2006, 03:43 PM   #1 (permalink)
Underground

Male CaluM is offline
 
CaluM's Avatar
 
Join Date: Dec 2006
Age: 18
Posts: 431
GPoints: 28
iTrader: 0 / 0%
CaluM Is gaining popularity
Rep Power: 7
Moobies App

  1. What is your username? Moobies
  2. What is your posts per day rate? um?
  3. What programming languages do you know? VB6, VB.NET, Perl, And a little C++
  4. 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
  5. 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
Old 12-20-2006, 03:45 PM   #2 (permalink)
Banned

Female Katie is offline
 
Join Date: Oct 2006
Location: Earth
Posts: 854
GPoints: 6
iTrader: 0 / 0%
Katie Is gaining popularity
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
Old 12-20-2006, 03:49 PM   #3 (permalink)
Banned

Male Carnage is offline
 
Join Date: Sep 2006
Location: Saco, Maine
Age: 18
Posts: 1,879
GPoints: 393
iTrader: 1 / 100%
Carnage Is Popular
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
Old 12-20-2006, 07:35 PM   #4 (permalink)
Ryan
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Rep Power:
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
Old 12-26-2006, 11:03 PM   #5 (permalink)
scfan
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Rep Power:
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
Old 12-27-2006, 04:39 PM   #6 (permalink)
Dead.

Male Rambo is offline
 
Join Date: Dec 2006
Location: Birmingham, United Kingdom
Age: 20
Posts: 2,587
GPoints: 129
iTrader: 0 / 0%
Rambo Is gaining popularity
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
Old 12-27-2006, 04:44 PM   #7 (permalink)
Dead.

Male Rambo is offline
 
Join Date: Dec 2006
Location: Birmingham, United Kingdom
Age: 20
Posts: 2,587
GPoints: 129
iTrader: 0 / 0%
Rambo Is gaining popularity
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>&nbsp;</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
Old 12-28-2006, 05:40 AM   #8 (permalink)
Dead.

Male Rambo is offline
 
Join Date: Dec 2006
Location: Birmingham, United Kingdom
Age: 20
Posts: 2,587
GPoints: 129
iTrader: 0 / 0%
Rambo Is gaining popularity
Rep Power: 10
Re: Moobies App

Accept me god dammit.
__________________
EX-ADMIN
of gaminggutter
 

 Re: Moobies App
Old 12-28-2006, 05:52 AM   #9 (permalink)
Kane for mod!

Male Flame is offline
 
Join Date: Sep 2006
Posts: 1,530
GPoints: 66
iTrader: 1 / 100%
Flame Is Recognizable
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
Old 12-28-2006, 05:52 AM   #10 (permalink)
Underground

Male Ryan is offline
 
Ryan's Avatar
 
Join Date: Oct 2006
Posts: 10,308
GPoints: 361
iTrader: 0 / 0%
Ryan Is gaining popularity
Rep Power: 20
Re: Moobies App

Quote:
Originally Posted by Flame View Post
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.

 
Closed Thread

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:29 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.14776206 seconds (100.00% PHP - 0% MySQL) with 19 queries