Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - Who can help out with what languages? | |
Pages: 1 2 3 4Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
Prier

Archangel
Administrative Priestess.
NUCLEAR SUB WEEEOOOO
Level: 119

Posts: 3690/8392
EXP: 18790939
For next: 138352

Since: 03-15-04
From: Nerima Dist. - Tokyo, Japan

Since last post: 1 day
Last activity: 1 day
Posted on 10-18-04 02:35 AM Link | Quote
Only thing I've got somewhat decent is C++, and that's only basic stuff. I have looked over VB (ancient stuff, 2.0 Primer and 5.0 Enterprise back in the day) a little and Turbo Pascal (still got a book on it somewhere, a half-ass attempt at basic stuff my senior year).

Here's all I can show you for C++ that I've got right now...I've done worse than this...like trying to set up classes and structures...but it's been a while.

So C++ [basic] I guess.


(edited by Hiryuu on 11-02-04 05:50 AM)
Cymoro
PATRICK DUFFY WILL LASER YOUR SOUL


Level: 67

Posts: 1406/2216
EXP: 2549743
For next: 43129

Since: 03-15-04
From: Cymoro Gaming

Since last post: 6 hours
Last activity: 4 hours
Posted on 10-21-04 03:31 AM Link | Quote
Put me down for PHP and Q[uick]Basic.
blackhole89

LOLSEALS
Moderator of ROM hacking
EmuNET IRC network admin
Head GM of TwilightRO
Level: 47

Posts: 424/971
EXP: 739208
For next: 26995

Since: 03-15-04
From: Dresden/Germany

Since last post: 14 hours
Last activity: 12 hours
Posted on 10-24-04 02:20 PM Link | Quote
And me for C/C++, Visual Basic (little of it), 65c816 ASM, Atmel AVR (microcontroller) ASM (first one! YAY), PHP and JavaScript. Maybe some more too, but that's all I can remember for now.

~Blacky.
Smallhacker

Green Birdo

SMW Hacking Moderator
Level: 68

Posts: 729/2273
EXP: 2647223
For next: 81577

Since: 03-15-04
From: Söderhamn, Sweden

Since last post: 10 hours
Last activity: 9 hours
Posted on 10-24-04 02:53 PM Link | Quote
Very good at:
Blitz Basic
ZZT-OOP (Programming langauge in the Game Creation System ZZT)
SZZT-OOP (Programming langauge in the Game Creation System Super ZZT)
Robotics (Programming langauge in the Game Creation System MegaZeux)
Whatever the language is called in RPG Maker

Good at:
PHP

Know a little about:
TI-83+ Basic
Action Scripting (Flash)


...I think that's all...
elixirnova

Red Paratroopa
Level: 22

Posts: 102/177
EXP: 56507
For next: 1843

Since: 04-05-04
From: Midgar

Since last post: 1 day
Last activity: 1 day
Posted on 10-27-04 07:32 PM Link | Quote
Ah seams I also now know
more C
C++
6502 ASM
65816 ASM
and a touch of PHP figuring i made a message board a while ago
Edit: Just learnt Direct X 9.0 with my C++ knowlege


(edited by elixirnova on 11-28-04 11:10 PM)
Brandon

Goomba
Level: 9

Posts: 8/21
EXP: 2351
For next: 811

Since: 03-15-04
From: Houston, Texas

Since last post: 40 days
Last activity: 10 hours
Posted on 12-01-04 04:31 PM Link | Quote
Hmm... lets see.

I know BASIC and both the calc languages pretty well. I have some of the basics of C down though I'm currently studying it.
Gavin

Fuzzy
Rhinoceruses don't play games. They fucking charge your ass.
Level: 43

Posts: 330/799
EXP: 551711
For next: 13335

Since: 03-15-04
From: IL, USA

Since last post: 13 hours
Last activity: 13 hours
Posted on 12-08-04 12:42 AM Link | Quote
i'd say i've become rather proficient with PHP in the last month... at least proficient enough to be halfway through a board system..
Vyper

Bit
Level: 26

Posts: 16/256
EXP: 100094
For next: 2181

Since: 03-15-04
From: Final Fantasy Fire

Since last post: 8 days
Last activity: 7 days
Posted on 12-15-04 04:16 AM Link | Quote
Well, I'm alright at VB (Visual Basic), and I'm currently taking one class this year for it and another next. I can try and help out with that.

Also, I'm ok with HTML. I'm a lot better at editing than creating, however. I'm starting to get the hang of PHP, too. So far, just mark me down for helping to edit HTML and helping with VB.
Ramsus

Octoballoon
Level: 19

Posts: 1/162
EXP: 34651
For next: 1126

Since: 01-24-05
From: United States

Since last post: 39 days
Last activity: 71 days
Posted on 01-24-05 04:09 AM Link | Quote
C - I know the language itself inside/out (pointers permeate my very existence), and I'm familiar with a number of the libraries on Linux (I never really did any Windows or game programming). I've been a Mac user since late 2003, so I'm somewhat out of touch with Linux programming. Anyway, this was the first language I really understood, and it's still my favorite.

C++ - I don't like this language. It's a personal preference. After templates, I just got sick of the immense size, complexity, and strictness of the language.

PHP - Yeah, I know this one fairly well. Who doesn't these days?

Python - I wrote a few simple programs and games. The language is so easy though, that I can't think of why someone would need help unless they're totally new to programming. Haven't messed with it (or Lisp) since I lost interest in functional programming (and programming in general) last spring.

Fortran 77 - I've read a few books online and written a few things (just started learning this last week). I'm probably going to go over the standard later. So far, I really like this language. Now I just get some real programs written in it.

Objective-C - I still need a lot more experience with this language and Cocoa programming in general before I can help anyone except an absolute beginner. Definitely my favorite OO language though, and one of my favorite languages in general.

Javascript - I love this language. I only use it with W3C DOM to do web development though, so I can't help with WSH questions.

Of course, I've been programming for five years now, but I suck (mostly at creating algorithms for advanced problems). That's why I'm currently working on going back and teaching myself the mathematical foundations of computer science (i.e. discrete math), since I pretty much skipped over it in trying to teach myself programming. Once I finish that, I'm going to study advanced algorithm design and analysis, a few hundred commonly used, important, or otherwise interesting algorithms, and maybe compiler design/implementation before I really start programming again.

In the meantime, I don't mind answering those questions that I can when I see them.

Pretty strange for an intended Art/French major, eh?


(edited by Ramsus on 01-23-05 08:07 PM)
windwaker

Ball and Chain Trooper
WHY ALL THE MAYONNAISE HATE
Level: 61

Posts: 1026/1797
EXP: 1860597
For next: 15999

Since: 03-15-04

Since last post: 4 days
Last activity: 6 days
Posted on 01-24-05 05:00 AM Link | Quote
C - I can make windows GUIs, and some more simple stuff.
Javascript - enough to make a nice looking/interactive site.
PHP - I've been messing with it for about half a year, I know a bit.
setrodox

Ninji
Level: 26

Posts: 237/238
EXP: 89717
For next: 12558

Since: 03-15-04
From: good old austria

Since last post: 178 days
Last activity: 61 days
Posted on 02-03-05 02:56 PM Link | Quote
c/c++ [network, sdl, opengl, kernel, gtk]
(n)ASM [basic]
python[cgi, twisted, pygame, network, gtk]
java[network, applet, j2me(only for basic questions), swing]
perl[cgi]
blitzbasic[2d, 3d]

i can progamm in other languages too, but i can't help anybody with them.
Bugsteak

Micro-Goomba
Level: 7

Posts: 5/15
EXP: 949
For next: 499

Since: 02-08-05
From: Ohio, USA!

Since last post: 247 days
Last activity: 247 days
Posted on 02-11-05 01:31 AM Link | Quote
I can help with some basic Java stuff.

I'm also familiar with BlitzBasic(www.BlitzBasic.com), which is basically a form of QBasic with DirectX graphics handling built in.

I'm also good with scripting in DragonSpeak and any program from the RPGmaker series.


(edited by Bugsteak on 02-13-05 05:40 AM)
conrad

Level: 3

Posts: 1/4
EXP: 113
For next: 15

Since: 04-16-05
From: russia

Since last post: 77 days
Last activity: 46 days
Posted on 04-16-05 06:54 AM Link | Quote
I figure my first post may as well give some insight as to what I like to think of myself as capable of doing.

Programming:
Any form of BASIC (GW, Q, VB, etc.), C. I don't do much C++ though, I'm not very fond of it.

Scripting:
PHP, ASP, Rexx

Assembly:
x86, 1802

Esoteric, and otherwise useless languages:
Brainfuck, SRPC
Sandy53215
Acmlm (10:55:31 PM): they're having fun for the first time in so long
Level: 47

Posts: 446/948
EXP: 713034
For next: 53169

Since: 03-15-04
From: Milwaukee, Wisconsin (U.S.A)

Since last post: 1 day
Last activity: 4 hours
Posted on 04-18-05 09:33 PM Link | Quote
You can put me down for PHP and SQL. After everyone asking me questions I figured why not eh?


(edited by Randy53215 on 04-18-05 04:34 AM)
King_Killa

Koopa
Level: 15

Posts: 15/117
EXP: 15096
For next: 1288

Since: 06-13-05
From: Shangri-La

Since last post: 37 days
Last activity: 18 days
Posted on 06-15-05 03:49 AM Link | Quote
You can put me down for PHP (mysql)
paraplayer

Snifit
Level: 22

Posts: 124/280
EXP: 57271
For next: 1079

Since: 06-06-05

Since last post: 44 days
Last activity: 44 days
Posted on 06-22-05 08:30 AM Link | Quote
Might as well say this. I'm decent with Flash actionscript...

BlueSonic

Micro-Goomba
Level: 7

Posts: 2/19
EXP: 951
For next: 497

Since: 06-23-05
From: Finland

Since last post: 113 days
Last activity: 112 days
Posted on 06-23-05 04:51 PM Link | Quote
Delphi (This is the first language I learned, feel free to ask me _anything_ releated to it )
Pascal (VGA, SVGA, direct hardware access)
ASM/x86 (I have some experience with nasm and Delphi's inline asm)
ASM/GB-Z80 (noca$h debugger rocks )
PHP
C/C++
VB.net
C# (it is exactly same as vb.net, with just different syntax)

I also know some Java and ARM7 ASM (GBA), but I doubt I could help anyone with them.


(edited by BlueSonic on 06-23-05 07:53 AM)
Sukasa

Boomboom
Error 349857348734534: The system experienced an error.
Level: 57

Posts: 1219/1981
EXP: 1446921
For next: 39007

Since: 02-06-05
From: *Shrug*

Since last post: 6 days
Last activity: 1 day
Posted on 07-15-05 02:51 AM Link | Quote
I'm pretty good with a couple out-of-the-way languages, NQC and the RCX languages for programming the RCX 2.0 microcomputer made by LEGO. I dunno if you want a language like those, but I 'm good with them.
swdarcade
Newcomer
Level: 3

Posts: 5/5
EXP: 103
For next: 25

Since: 08-08-05

Since last post: 85 days
Last activity: 71 days
Posted on 08-09-05 05:42 AM Link | Quote
PHP/Mysql - I run a company that is online using a MySql database for inventory.
Html, Flash, Javascript,Pascal,Visual Basic. I have used Delphi (which is Pascal) also I have done some Pearl scipts for auto email and forms.

I am always, more than happy to help if I can.
score_under

Level: 4

Posts: 5/10
EXP: 271
For next: 8

Since: 08-20-05

Since last post: 71 days
Last activity: 52 days
Posted on 08-21-05 09:53 PM Link | Quote
I can do
  • Javascript
  • GML -- Game maker's script {Actually program dev.}



(edited by score_under on 08-21-05 12:53 PM)
Pages: 1 2 3 4Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Programming - Who can help out with what languages? | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.014 seconds.