.:HSTuners::


::Hondas Wanted::
 

Go Back   HSTuners > The Lounge Area > Shifting Gears - Off Topic Discussions > For The Geek In You
User Name
Password
FAQ Members List Calendar Mark Forums Read

Reply
 
Thread Tools Display Modes
Old 12-17-2002, 06:27 PM   #1
Addict
Zoom-Zoom
 
Addict's Avatar
 
Join Date: Sep 2001
Location: Ohio
Posts: 3,924
Any programmers?

So any of you geeks into programming at all? I've been programming in VB for about 6 years. Moving onto vb.NET which is an interesting thing. Also learning C# on the side. I've dabbled in C++, but it just doesn't trip my trigger.
__________________
Quote:
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Addict is offline   Reply With Quote
Old 12-17-2002, 06:28 PM   #2
94_AcCoRd_EX
Insomniac Moderator
 
94_AcCoRd_EX's Avatar
 
Join Date: Aug 2001
Location: OR
Age: 43
Posts: 11,142
3 terms of Java, starting C++ next term, also taking assembly next term I think. I have a little C experience also.

I'm not too great at Java though, I really need to get into it more. When I'm done with my degree in 2 years, I'll have a minor in CS.
__________________
1994 Accord EX coupe

--Need hosting for your pics on HST? PM me...--
94_AcCoRd_EX is offline   Reply With Quote
Old 12-17-2002, 08:19 PM   #3
feanor
 
Posts: n/a
In College, I was a dual major in CompSci and Criminal Justice..

Coded in C, C++, Scheme, Pascal, various shell scripts, and perl.. co-wrote a huge matchmaking system at Ball State University called "Meet Market" - yes, pun was intended - in Pascal on a Vax.. wheee, those were the days..


I do alot of coding in PHP and Perl nowadays...

Bryan
  Reply With Quote
Old 12-17-2002, 08:36 PM   #4
ebpda9
Repost Wagon
 
ebpda9's Avatar
 
Join Date: Dec 2001
Location: over here
Age: 43
Posts: 17,266
i'm a CSC major--more in depth programming. so far i programmed in pascal, C, C++
__________________


ebpda9 is offline   Reply With Quote
Old 12-17-2002, 08:38 PM   #5
feanor
 
Posts: n/a
Some fine scheme code:

; Problem #1, vector-linear-search
;
; vector-linear-search takes a vector (c) and a predicate (pred). It then
; searches through the successive components of v starting from the left end
; and returns the index of the leftmost component of v satisfying pred. If
; no such component is found, it returns -1.
;
(define vector-linear-search
(lambda (v pred)
(let ((size (vector-length v)))
(letrec ((helper
(lambda (i)
(cond
((= i (sub1 size))
(begin
(if (apply pred (list (vector-ref v i)))
i
-1)))
((apply pred (list (vector-ref v i)))
i)
(else
(helper (add1 i)))))))
(cond
((zero? size) -1)
(else
(helper 0)))))))

Ahh

Bryan
  Reply With Quote
Old 12-17-2002, 08:50 PM   #6
ChrisCantSkate
Thought Police
 
ChrisCantSkate's Avatar
 
Join Date: Aug 2001
Location: orlando florida
Age: 40
Posts: 9,662

i know html
__________________
Black Vtec Prelude-h22a power'd



Many dreams come true, and some have silver linings.
I live for my dreams and a pocket full of gold.
ChrisCantSkate is offline   Reply With Quote
Old 12-17-2002, 09:01 PM   #7
ebpda9
Repost Wagon
 
ebpda9's Avatar
 
Join Date: Dec 2001
Location: over here
Age: 43
Posts: 17,266
Quote:
Originally posted by ChrisCantSkate

i know html
does that count ?
__________________


ebpda9 is offline   Reply With Quote
Old 12-17-2002, 09:22 PM   #8
Addict
Zoom-Zoom
 
Addict's Avatar
 
Join Date: Sep 2001
Location: Ohio
Posts: 3,924
Yeah I do scripting too, but I just didn't count it. KiX, WSH, vbScript. And of course HTML & PHP. Can't quite get along without 'em.

Quote:
Originally posted by hondaman-iac
does that count ?

Yup.
__________________
Quote:
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Addict is offline   Reply With Quote
Old 12-17-2002, 10:27 PM   #9
nonovurbizniz
Registered User
 
nonovurbizniz's Avatar
 
Join Date: Jul 2002
Location: ECUSA
Age: 46
Posts: 2,693
I took C++ I'm good at what we did but....That don't mean much.
I know html pretty well too.

also I read a Java book after that and if you know one you BASICALLY know the other.
__________________
I am an A$$hole... take anything I say to heart at YOUR OWN RISK...
nonovurbizniz is offline   Reply With Quote
Old 12-17-2002, 11:31 PM   #10
94_AcCoRd_EX
Insomniac Moderator
 
94_AcCoRd_EX's Avatar
 
Join Date: Aug 2001
Location: OR
Age: 43
Posts: 11,142
Quote:
Originally posted by nonovurbizniz
I took C++ I'm good at what we did but....That don't mean much.
I know html pretty well too.

also I read a Java book after that and if you know one you BASICALLY know the other.


Well, C++ and Java are both object oriented, so I hope the switch won't be too hard for myself.
__________________
1994 Accord EX coupe

--Need hosting for your pics on HST? PM me...--
94_AcCoRd_EX is offline   Reply With Quote
Old 12-18-2002, 02:29 AM   #11
drdingo21
Registered User
 
drdingo21's Avatar
 
Join Date: Aug 2002
Location: Elkhart, IN
Age: 41
Posts: 1,642
i know, C++, Java, HTML, A little bit of Pascal, VB6, And the all mighty Q-basic
drdingo21 is offline   Reply With Quote
Old 12-18-2002, 02:30 AM   #12
94_AcCoRd_EX
Insomniac Moderator
 
94_AcCoRd_EX's Avatar
 
Join Date: Aug 2001
Location: OR
Age: 43
Posts: 11,142
Quote:
Originally posted by drdingo21
And the all mighty Q-basic


Heh, I forgot about that one. I think everybody knows a little qbasic
__________________
1994 Accord EX coupe

--Need hosting for your pics on HST? PM me...--
94_AcCoRd_EX is offline   Reply With Quote
Old 12-18-2002, 03:25 AM   #13
Accord Man
THE GENERAL
 
Accord Man's Avatar
 
Join Date: Aug 2001
Location: Earth (usually)
Age: 41
Posts: 5,698
Visual Basic, C++ & I did a litte compiling in Java..

I would know more, but I'm not studying in the computer field..

__________________
HondaStyle.com Babysitter's Club Member #0


Soon to be >Dr Max Immuh<
Accord Man is offline   Reply With Quote
Old 12-18-2002, 08:49 AM   #14
spoogenet
 
Posts: n/a
Quote:
Originally posted by 94_AcCoRd_EX
3 terms of Java, starting C++ next term, also taking assembly next term I think. I have a little C experience also.

I'm not too great at Java though, I really need to get into it more. When I'm done with my degree in 2 years, I'll have a minor in CS.


Assembly for which architecture?

I've done Java (hated it and forgot it), basic (already forgot it), TI programming (already forgot it), html and some CSS, C++ (forgot most of it), some PIC microcontroller assembly (can't remember which company), and perl. I use perl at work but never really "knew" perl, so I kinda relearn as I go then forget it until the next script needs writing.

As you can see I'm definitely not a programmer. But I do write scripts here and there.

b
  Reply With Quote
Old 12-18-2002, 09:30 AM   #15
ebpda9
Repost Wagon
 
ebpda9's Avatar
 
Join Date: Dec 2001
Location: over here
Age: 43
Posts: 17,266
Quote:
Originally posted by 94_AcCoRd_EX
Well, C++ and Java are both object oriented, so I hope the switch won't be too hard for myself.



i didn't lean java yet, but the concept of classes was a bit hard in the begining but then, it became pretty easy once i got the hang of it. i forgot some languages so here is the complete list:

C, C++, COBOL , Pascal, HTML, q Basic, some of the TI-86 programming, and a bit of CSS. curently struggling with Perl and PHP
__________________


ebpda9 is offline   Reply With Quote
Old 12-18-2002, 01:01 PM   #16
nonovurbizniz
Registered User
 
nonovurbizniz's Avatar
 
Join Date: Jul 2002
Location: ECUSA
Age: 46
Posts: 2,693
I read the first 5-8 chapters in a java 2 book after taking C++ and the ONLY differences I encountered where gramatical.

The wording is a little different but it's the same language essentially. (java has no strings or something like that)

anyway if you did fine in one you'll do as well if not better in the other.

From my experience at least.
__________________
I am an A$$hole... take anything I say to heart at YOUR OWN RISK...
nonovurbizniz is offline   Reply With Quote
Old 12-18-2002, 01:04 PM   #17
ChrisCantSkate
Thought Police
 
ChrisCantSkate's Avatar
 
Join Date: Aug 2001
Location: orlando florida
Age: 40
Posts: 9,662
i usta write batch files in q-basic... for entertaining purposes
__________________
Black Vtec Prelude-h22a power'd



Many dreams come true, and some have silver linings.
I live for my dreams and a pocket full of gold.
ChrisCantSkate is offline   Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 06:09 PM.


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© 2006 HSTuners.com