User Tag List

Thanks useful information Thanks useful information:  0

View Poll Results: Software skills

Voters
46. You may not vote on this poll
  • I know how to logon to AP

    12 26.09%
  • I can program a spreadsheet

    11 23.91%
  • I am a competent .NET / SQL Server developer

    7 15.22%
  • I have done a little Java, .NET or LAMP work at Uni

    4 8.70%
  • Linus Torvalds asks my advice on Linux kernel development

    4 8.70%
  • I do web site development (HTML etc)

    3 6.52%
  • I am a competent LAMP developer

    3 6.52%
  • Steve Ballmer send me a personal Christmas Email

    2 4.35%
Page 2 of 2 FirstFirst 12
Results 21 to 39 of 39

Thread: Software developers - tell us about your skills

  1. #21
    Member SRR33's Avatar
    Join Date
    29 Apr 2009
    Location
    Sydney
    Posts
    616
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by trigger View Post
    First full time job wams a DB developer, was sub-contracted in 99 by a telco for the LNP program. Coded stuff in VB, Java and PLSQL. The most borring job in my life, I'll never be a code monkey again
    oh god i hate plsql.. tho at times its ok. But frustrating!!

  2. #22
    Ausphotography Regular
    Join Date
    03 Dec 2009
    Location
    Brisbane
    Posts
    1,930
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SRR33 View Post
    oh god i hate plsql.. tho at times its ok. But frustrating!!
    Well, it's better than COBOL at least!
    Craig

  3. #23
    Go the Rabbitohs mudman's Avatar
    Join Date
    23 Oct 2008
    Location
    Canberra
    Posts
    3,808
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by gcflora View Post
    Well, it's better than COBOL at least!
    what's wrong with COBOL? i found it an easy language to work with.
    better than REXX or SAS, IMOA
    cc and enjoy

    Photography is painting with light

    K1, Pentax 18-250mm zoom, Pentax 100mm macro, Sigma 50-500mm, Pentax 28-105mm
    Velbon Sherpa tripod Photoshop CS6

  4. #24
    Ausphotography Regular
    Join Date
    03 Dec 2009
    Location
    Brisbane
    Posts
    1,930
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    There's nothing hugely wrong with it (for the tasks it's good for) except for the huge amount of typing.

  5. #25
    Go the Rabbitohs mudman's Avatar
    Join Date
    23 Oct 2008
    Location
    Canberra
    Posts
    3,808
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by gcflora View Post
    There's nothing hugely wrong with it (for the tasks it's good for) except for the huge amount of typing.
    the main reason people use a lotv of typing is that they don't use the language efficiently.
    they use nested IF statements instead of EVALUATE for example.

  6. #26
    Ausphotography Regular
    Join Date
    01 Apr 2008
    Location
    Launceston Tasmania
    Posts
    1,176
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My skills are more in the technical / client support side after 9 years experience in desktop / server support.
    My new role is in networking and communications so I am learning all about Cisco and 3com layer 3 switches, vlan's, ISA server, fibre optic networking and so on....

  7. #27
    It's all about the Light!
    Tech Admin
    Threadstarter
    Kym's Avatar
    Join Date
    15 Jun 2008
    Location
    Modbury, Adelaide
    Posts
    9,632
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)
    COBOL can be concise - or not.

    Code:
    COMPUTE X = (-B + SQRT(B ** 2 - (4 * A * C))) / (2 * A)
    The same formula could also be written less concisely as:

    Code:
    MULTIPLY B BY B GIVING B-SQUARED.
    MULTIPLY 4 BY A GIVING FOUR-A.
    MULTIPLY FOUR-A BY C GIVING FOUR-A-C.
    SUBTRACT FOUR-A-C FROM B-SQUARED GIVING RESULT-1.
    COMPUTE RESULT-2 = RESULT-1 ** .5.
    SUBTRACT B FROM RESULT-2 GIVING NUMERATOR.
    MULTIPLY 2 BY A GIVING DENOMINATOR.
    DIVIDE NUMERATOR BY DENOMINATOR GIVING X.

  8. #28
    Ausphotography Regular
    Join Date
    03 Dec 2009
    Location
    Brisbane
    Posts
    1,930
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Yep, good points Kym and mudman. But a lot of old COBOL uses the second form of Kym's example
    Last edited by gcflora; 25-02-2010 at 12:19pm.

  9. #29
    Member
    Join Date
    09 Sep 2009
    Location
    Sydney, NSW
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm a professional Java/.Net developer working as a senior level programmer/architect on a commercial software product.

    Sort of wish I wasn't though! many days I wish I'd never learned how to turn a PC on!

    Hopefully I will soon find a foresighted employer that will let me work outside, far away from a stuffy office
    www.tempo-e-luci.com



    "time and light photography"

  10. #30
    Member
    Join Date
    01 Jun 2009
    Location
    Brisbane North
    Posts
    537
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Way back when I first became interested in computers, I just loved coding in x86 assembler, although it was just simple little fun programs to leanr and amuse myself. The purity of assembler fascinated me. Long winded though to build anything useful from the ground up. Then I dabbled in C for a while and again wrote myself a few little fun programs to learn as I went along.

    Long since moved on into different IT work and made a good living out of it but do remember those early days fondly.

    Now, about the closest I come to coding is excel macros.

    I wish I was as smart and dedicated as Linus but maybe it's because he lives in a climate-challenged country that he spent all that time inside as a youngster I agree with Abeluka - it's nice to be in fresh air with the sun on your back sometimes.
    The world is an AMAZING place . . .
    flickr :: panoramio

  11. #31
    Ausphotography Site Sponsor/Advertiser DAdeGroot's Avatar
    Join Date
    27 Feb 2009
    Location
    Cedar Creek, Qld, Australia
    Posts
    1,890
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I know C (and C++ v1), Ruby and some perl, also did Pascal, Modula-2 and COBOL at Uni.

    However, I've not seriously coded in 5 years or more.
    Dave

    http://www.degrootphotography.com.au/
    Canon EOS 1D MkIV | Canon EOS 5D MkII | Canon EOS 30D | Canon EF 400mm f/5.6L USM | Canon EF 70-200mm f/2.8L IS USM | Canon EF 17-40mm f/4L USM | Canon EF 85mm f/1.2L II USM | Canon EF 35mm f/1.4L USM | Canon TS-E 17mm f/4L & some non-L lenses.

  12. #32
    Account Closed
    Join Date
    25 Oct 2009
    Location
    Melbourne
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Full software developer, been working in Java, ASP, C++, C#, Objective-C, PHP, MSSQL, MySQL and many others for the past 9 years (plus my CS degree and hobby programming before that).

    Slowly working on an iPhone photography app as I get inspiration (so may never actually get released!).

  13. #33
    Ausphotography Regular
    Join Date
    03 Dec 2009
    Location
    Brisbane
    Posts
    1,930
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DAdeGroot View Post
    Well I know C (and C++ v1), Ruby and some perl, also did Pascal, Modula-2 and COBOL at Uni.

    However, I've not seriously coded in 5 years or more.
    I did Modula-2 at uni as well. A quite enjoyable language.

  14. #34
    Member
    Join Date
    03 Mar 2010
    Location
    Woodcroft
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Kym View Post
    COBOL can be concise - or not.

    Code:
    COMPUTE X = (-B + SQRT(B ** 2 - (4 * A * C))) / (2 * A)
    The same formula could also be written less concisely as:

    Code:
    MULTIPLY B BY B GIVING B-SQUARED.
    MULTIPLY 4 BY A GIVING FOUR-A.
    MULTIPLY FOUR-A BY C GIVING FOUR-A-C.
    SUBTRACT FOUR-A-C FROM B-SQUARED GIVING RESULT-1.
    COMPUTE RESULT-2 = RESULT-1 ** .5.
    SUBTRACT B FROM RESULT-2 GIVING NUMERATOR.
    MULTIPLY 2 BY A GIVING DENOMINATOR.
    DIVIDE NUMERATOR BY DENOMINATOR GIVING X.
    This can also be programmed on my HP calculator quite easily These days however I have something a bit more grunty to do that with, I work with the research community in the High Performance Computing area. Can be very interesting at times, quite boring at others.

    I started 30 years ago with assembler on PDP4 and PDP11/23's. Not too many of them around these days.

    Ciao for now
    When in trouble, or in doubt
    Run in circles, scream and shout

  15. #35
    Ausphotography Site Sponsor/Advertiser DAdeGroot's Avatar
    Join Date
    27 Feb 2009
    Location
    Cedar Creek, Qld, Australia
    Posts
    1,890
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by gcflora View Post
    I did Modula-2 at uni as well. A quite enjoyable language.
    Sicko


    I hated Modula-2. Waaaay too pascal like, and not in a good way.

  16. #36
    Ausphotography Regular
    Join Date
    03 Dec 2009
    Location
    Brisbane
    Posts
    1,930
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DAdeGroot View Post
    Sicko


    I hated Modula-2. Waaaay too pascal like, and not in a good way.
    ROFLOL.

    Well, it's like pascal because they're both by Wirth (as you know). Perhaps my soft spot for it stems from working on the gpm (Gardens Point Modular) compiler.

  17. #37
    It's all about the Light!
    Tech Admin
    Threadstarter
    Kym's Avatar
    Join Date
    15 Jun 2008
    Location
    Modbury, Adelaide
    Posts
    9,632
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)
    APL or J anyone?
    Which are uber kewl!

    Or the worst BF (You need to edit the link)

  18. #38
    Ausphotography Regular
    Join Date
    25 Apr 2008
    Location
    Almere, NL
    Posts
    667
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Real programmers program in assembly. Or perhaps in K&R C
    Ciao, Joost

    All feedback is highly appreciated!

  19. #39
    Ausphotography Regular
    Join Date
    30 Dec 2007
    Location
    Mansfield, Victoria
    Posts
    856
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by jev View Post
    Real programmers program in assembly. Or perhaps in K&R C
    There are other languages?

    (I used to write data acquisition code - hand-crafted assembler loops where you'd use different addressing modes to save a cycle or two - which were called from C.)
    Regards, Rob

    D600, AF-S 35mm f1.8G DX, AF-S 50mm f1.8G, AF-S 24-85mm f3.5-4.5G ED VR, AF-S 70-300mm F4.5-5.6G VR, Sigma 10-20mm F4-5.6 EX DC HSM
    Photos: geeoverbar.smugmug.com Software: CS6, Lightroom 4

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •