Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Community Lounge > Wibble
FedoraForum Search

Forgot Password? Join Us!

Wibble A place to have a sensible chat, about anything non linux related. Please remember that political and religious topics are not permitted.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th October 2006, 12:51 AM
Flounder's Avatar
Flounder Offline
Registered User
 
Join Date: Dec 2005
Location: North Carolina
Age: 24
Posts: 868
How many programmers do we have?

I was curious as to how many programmers we have here on the forums. And long some of you have been programming for. And what languages. I've been learning C, and C++ for the past year now. Eventually I'm looking into learning assembly.
__________________
Using a Lenovo G530 with Fedora 18.
Reply With Quote
  #2  
Old 15th October 2006, 01:55 AM
rappermas's Avatar
rappermas Offline
Registered User
 
Join Date: Oct 2005
Location: Colorado
Age: 24
Posts: 1,281
Been programming for 5 years. C/C++/Java/PHP/HTML/CSS/Python/.NET/ActionScript/Assembly. Lots of languages here.
__________________
PRECISION:
Dell Precision 380, Intel Pentium D, 3.00 GHz, 2 GB (4 x 512 MB) DDR2, ATi FireGL v3100 (128 MB), SB X-Fi, Sony 16X DVD-ROM, Optiarc 16X DVD+/-RW

VALOR:
HP Pavilion, Intel Pentium IV 3.2 GHz HT, 1 GB Corsair, nVIDIA Quadro FX 1100 (128 MB), SB Live!, HP 16X DVD-Writer 400i, 16X DVD-ROM

HPPAV:
HP Pavilion 8766C, Intel Pentium III 900 MHz, 640 MB PC-100 SDRAM (3 DIMMs), nVIDIA GeForce FX5200 (256 MB), ESS Maestro 2E, HP CD-Writer Plus (CD-RW 4X), Hitachi 8X DVD-ROM
Reply With Quote
  #3  
Old 15th October 2006, 03:03 AM
JordanN Offline
Registered User
 
Join Date: Sep 2004
Location: Fort Wayne, Indiana
Posts: 573
Microsoft Visual Basic 6, C++ (a semester in HS, enough to understand the structure), PHP, HTML, CSS, and BASH.

I haven't really done any Linux programming, outside of writing PHP and BASH scripts.

Last edited by greenlead; 15th October 2006 at 03:06 AM.
Reply With Quote
  #4  
Old 15th October 2006, 03:07 AM
bigbrotherrebec Offline
Registered User
 
Join Date: Sep 2006
Posts: 23
C/C++ and Java for me.
Reply With Quote
  #5  
Old 15th October 2006, 04:02 AM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
I've been programming since I did the Computers merit badge as a Boy Scout and that was in 1999 when I was 14. I've learend numerous programming languages (over 10). The ones that I prefer/use are: C, C++, Perl, Java, JavaScript, PHP, C# (Mono), Shell Scripting. I've been meaning to learn assembler (played with it a little), but I haven't had much need for it yet. Linux is my platform of choice, though I will work with WindowsXP and earlier. I will never touch Vista!

Yes, I know XML, HTML, CSS, etc..., but they are arguably NOT "programming" languages. However, those lines are blurred constantly, so lets not get into that argument here because I really don't care.
Reply With Quote
  #6  
Old 15th October 2006, 04:11 AM
William Haller Offline
Registered User
 
Join Date: Jul 2005
Age: 52
Posts: 1,013
Today? C, Perl, 65816 assembly code. I have been programming computers since the days of the key punch (and we were glad to have that)!
Reply With Quote
  #7  
Old 15th October 2006, 04:18 AM
schwim's Avatar
schwim Offline
Registered User
 
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287
Code:
10 ? "I started with basic";
20 goto 10;

<html>
<head>
<title>My life in code</title>
</head>
<body>
Then I got into HTML.
</body>
</html>

<?php

/****************************************/
/*                                                                   */
/*  This file is completely useless, and serves      */
/*                           no purpose.                        */
/*                                                                   */
/****************************************/

include_once("peanut_butter_and_jelly);

if($IamLame == TRUE){
    echo("then I decided PHP was the thing to do.");
}else{
    die;
}

?>
thanks,
json
<?
__________________
I read the f'ing manual, and it told me to ask you guys...

performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
Reply With Quote
  #8  
Old 15th October 2006, 04:18 AM
Flounder's Avatar
Flounder Offline
Registered User
 
Join Date: Dec 2005
Location: North Carolina
Age: 24
Posts: 868
Well the main reason I want to learn assembly is eventually I'd like to work on maintaining the kernel. I figure that will teach a lot more than developing plain old software fast. I doubt it's necessary these days, short of for kernels and speeding up certain parts of your program.
__________________
Using a Lenovo G530 with Fedora 18.
Reply With Quote
  #9  
Old 15th October 2006, 04:31 AM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
Quote:
Originally Posted by Flounder
Well the main reason I want to learn assembly is eventually I'd like to work on maintaining the kernel. I figure that will teach a lot more than developing plain old software fast. I doubt it's necessary these days, short of for kernels and speeding up certain parts of your program.
Most of the Linux Kernel is C with some optimizations in assembly. With most programs these days assembly is only usefull for speed tweaks. Learning assembly is a great way to understand what all these high-level languages do under the hood though. If you get into maintaining the Kernel you probably wount ever touch the assembly. Most of the assembly is probably as good as it will get (new architectures will need gurus for that architecture). Learn to program well in C and then you can start to play with the Kernel. Still good to learn assembler, but you don't need it for kernel development.
Reply With Quote
  #10  
Old 15th October 2006, 10:42 AM
sej7278 Offline
Registered User
 
Join Date: Sep 2004
Posts: 2,008
BASIC for like 20 years, 6502/ARM assembly, Perl, PHP, Python for 5-10 years.

Tinkered with ASP, VB, C, C++, C#, Java, Ruby, TCL, x86 assembly for about a year.

Hehe, now we should have a poll as to who thinks Javascript/HTML are programming languages!
Reply With Quote
  #11  
Old 15th October 2006, 01:05 PM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
Quote:
Originally Posted by sej7278
Hehe, now we should have a poll as to who thinks Javascript/HTML are programming languages!
Well Javascript is a programming language, albeit a nightmare in context of web scripting. HTML/XHTML/CSS is what we should be polling about. But lets not clutter this thread with such discussion. If you don't see a new thread from me in 24 hours then start one yourself. I will put a link here.
Reply With Quote
  #12  
Old 15th October 2006, 06:34 PM
rappermas's Avatar
rappermas Offline
Registered User
 
Join Date: Oct 2005
Location: Colorado
Age: 24
Posts: 1,281
Oh, I forgot to mention that I have not only assembled on x86, but on the Motorola 68000 architecture, too. (aka, wrote a calculator game for the TI-89)
__________________
PRECISION:
Dell Precision 380, Intel Pentium D, 3.00 GHz, 2 GB (4 x 512 MB) DDR2, ATi FireGL v3100 (128 MB), SB X-Fi, Sony 16X DVD-ROM, Optiarc 16X DVD+/-RW

VALOR:
HP Pavilion, Intel Pentium IV 3.2 GHz HT, 1 GB Corsair, nVIDIA Quadro FX 1100 (128 MB), SB Live!, HP 16X DVD-Writer 400i, 16X DVD-ROM

HPPAV:
HP Pavilion 8766C, Intel Pentium III 900 MHz, 640 MB PC-100 SDRAM (3 DIMMs), nVIDIA GeForce FX5200 (256 MB), ESS Maestro 2E, HP CD-Writer Plus (CD-RW 4X), Hitachi 8X DVD-ROM
Reply With Quote
  #13  
Old 16th October 2006, 04:01 AM
Kaziglu Bey's Avatar
Kaziglu Bey Offline
Registered User
 
Join Date: Nov 2005
Location: Indiana
Age: 34
Posts: 38
Got my first taste of programming with GW-Basic, then moved to QBasic. Quite doing constructive things in trade for drugs, alcohol and other "useful" things.

Came back to my senses years later and picked up on Visual Basic 5, then went to screwl for VB 6. Learnt HTML (before I realized they had software to create web pages--I thought you just had to know it, go figure), toyed with Javascript.

Played a bit with whatever Macromedia Flash 5 uses (javascript??)--can't think.

As of lately been wowing the folks at work with my ability to create useful and time-saving macros in MS Excel. Trite and repetitious office work is such a great motivator!

I know, it's a resume for a Windows user. My transition to Linux is coming along fairly smoothly, so my question is this:

Which language is suggested I look to next?

Thx,
Reply With Quote
  #14  
Old 16th October 2006, 04:08 AM
craftyminion's Avatar
craftyminion Offline
Registered User
 
Join Date: Mar 2006
Location: Nowhere, or nowhere you need to know about.
Posts: 127
I can code in assembly language, after a fashion.

cm
Reply With Quote
  #15  
Old 16th October 2006, 04:32 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
Does writing your first original shell script a week ago qualify you as a programmer?

Thought it was 2 pages long and it did work exactly the way I wanted.
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Numerical Programmers nardinc Programming & Packaging 36 11th March 2008 03:51 AM
Quick Tip #1 for New GTK+ Programmers c_07 Programming & Packaging 3 8th March 2007 06:30 PM
Any programmers make changes trailboss Programming & Packaging 9 3rd July 2006 06:30 AM
Crackheaded programmers Shadow Skill Wibble 15 19th July 2005 06:38 PM


Current GMT-time: 08:27 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat