Results 1 to 18 of 18

Thread: Starting points for all programmers!

  1. #1
    Xtreme Member
    Join Date
    May 2005
    Location
    With my destiny :)
    Posts
    345

    Thumbs up Starting points for all programmers!

    The purpose
    The thread is a huge collection of sites and it is useful for all programmers.
    Instead of using search engines WOW here is the right place for you!



    Notes to posters
    Inform for any broken link because it is impossible to monitor anything!
    Please post only links and you should describe them.
    The thread is not for discussion and programming support!
    Don't forget to include manufacture's name and website.
    Moreover to post sites about Linux programming platforms!
    Last edited by MrSeanKon; 12-02-2012 at 07:00 AM.

  2. #2

  3. #3

  4. #4
    Xtreme Member
    Join Date
    Jan 2007
    Location
    Dorset, UK
    Posts
    439
    For Assembly, I think you forgot the MASM forum, perhaps the first place to start with Win32 Assembly: http://www.masm32.com/board/index.php

    And one of the best current Assembler IDEs is WinASM Studio: http://www.winasm.net/forum/

  5. #5
    all outta gum
    Join Date
    Dec 2006
    Location
    Poland
    Posts
    3,390
    I'd add www.w3schools.com to Web Services. I learnt everything I know from there.
    www.teampclab.pl
    MOA 2009 Poland #2, AMD Black Ops 2010, MOA 2011 Poland #1, MOA 2011 EMEA #12

    Test bench: empty

  6. #6
    Xtreme Cruncher
    Join Date
    Apr 2005
    Location
    TX, USA
    Posts
    898
    http://techcheatsheets.com/ is a good site for reference/cheat sheets on most programming languages. Handy for getting back up to speed on things you may have forgotten or need to commit to memory, like regular expressions.



  7. #7
    Xtreme Member
    Join Date
    May 2005
    Location
    With my destiny :)
    Posts
    345
    Sorry for my late response (after 1.5+ year) the thread has beens updated. I removed some out of date links also.

  8. #8
    Registered User
    Join Date
    Feb 2010
    Posts
    2
    good, all above are useful.
    thans for your share.

  9. #9

  10. #10

  11. #11
    Xtreme Member
    Join Date
    Aug 2009
    Location
    Somewhere
    Posts
    220

    Desktop (and Cruncher #1):AMD Phenom II x6 1090T @ 4.03Ghz | Gigabyte MA790FXT-UD5P (F8n) | G.Skill Ripjaws 2x4GB @ 9-9-9-24-1T 1680MHz | Radeon HD 5850 & 5830 | Silverstone ST75F 750W | 60GB OCZ Vertex 2 3x1TB WD RE3 (Raid 5) | Lian Li PC-A70B
    Cruncher (#2): Intel Core I7 920 (stock) | EVGA X58 SLI | G.Skill Pi 3x2GB | 2x Radeon HD 6870 | Corsair HX850 | Some Janky HDD | LanCool PC-K7
    Cruncher (#3): Intel Core I7 2600k (stock) | BioStar TH67+ | G.Skill Ripjaws 2x4GB | Antec Basiq550 | Some Janky HDD | Antec 300
    Server: Intel Atom | 2x2GB DDR3 | ThermalRight TR2-430 | Some Less Janky Laptop HDD | Fractal Core-1000
    Mobile: Lenovo X120e

  12. #12
    Xtreme Addict
    Join Date
    Sep 2010
    Location
    US, MI
    Posts
    1,680
    ASM stuff

    FASM forum:
    http://board.flatassembler.net/

    Otherwise just look up what you need when you need it.

    For starting out I recommend looking up debug tut's and learning that way, so you can see your results, you'll have to learn how to play with math 1st.

    Then ports.
    Then learn mem addressing and how to access or write to mem.
    Then you learn interrupts.

    I recommend you download "Ralf Brown's Interrupt List" and that will help, keep it to the side because one day it will help.
    It's not perfect but it has alot of info in it.

    If you're gonna program in asm, I can only recommend 2 assemblers, and that would be nasmx and fasm.
    The others aren't worth your time.
    The only other assembler worth anything at all would be a386, I wouldn't bother with it though, fasm wins on all accounts.

  13. #13
    Xtreme Guru
    Join Date
    Jun 2010
    Location
    In the Land down -under-
    Posts
    4,452
    Can we get an updated list!? As most of these links are dead .. cheers

    Another thing I find funny is AMD/Intel would snipe any of our Moms on a grocery run if it meant good quarterly results, and you are forever whining about what feser did?

  14. #14
    YouTube Addict
    Join Date
    Aug 2005
    Location
    Klaatu barada nikto
    Posts
    17,574
    A set of videos to share with new programmers to help illustrate the more important techniques of software design.

    http://ocw.mit.edu/courses/electrica...ideo-lectures/

    Was thinking of adding a paper on abstract assembly but I don't know if it fits the scope of this post.
    Fast computers breed slow, lazy programmers
    The price of reliability is the pursuit of the utmost simplicity. It is a price which the very rich find most hard to pay.
    http://www.lighterra.com/papers/modernmicroprocessors/
    Modern Ram, makes an old overclocker miss BH-5 and the fun it was

  15. #15
    Xtreme Enthusiast
    Join Date
    Oct 2007
    Location
    Mid UK. Lift a few rocks, eventually you will find me.
    Posts
    665

    PHP character encoding

    I have quite a way to go before I become a master at php, character encoding is a particular tricky area for me. Perhaps I have some kind of mental block being an English man without any other language skills.

    I found this site very useful: http://www.phpwact.org/php/i18n/charsets
    Fun Box: Asus P8Z68-V GEN3++Corsair AX850++i5 2500k@4.5Ghz-1.272v++Corsair A50++2x8Gb Corsair Vengeance++MSI R7970 Lightning++Audigy2 Plat-EX++TBS 6280 DVB-T2 tuner++256Gb OCZ Vertex 4.500Gb Caviar Black.500Gb Seagate Barracuda++Sony AD7240s++Lian-Li PC-60++Linux Mint/Win 7++Asus P238Q

    Work Box: Gigabyte H61MA-DV3++Corsair HX620++i5 3450@stock++2x8Gb Corsair Vengeance++120Gb OCZ Agility 3++Linux Mint

    Quantum theory in a nutshell: It's so small we don't know where it is, it could be here, it could be there.

    Just 'cos it's legal don't make it right.

  16. #16
    Xtreme Member
    Join Date
    May 2005
    Location
    With my destiny :)
    Posts
    345
    Quote Originally Posted by Johnny87au View Post
    As most of these links are dead .. cheers
    I removed many of them. But any poster should inform me

    Quote Originally Posted by hecktic View Post
    some useful links to add:
    Thanks for your effort but your post was "big"; I mean you posted many different links, so it is a very hard procedure to add and sort all of hem (some are broken).
    But the must have link in my opinion is for free books, I added it!
    Last edited by MrSeanKon; 12-02-2012 at 08:03 AM.

  17. #17
    Xtreme Enthusiast
    Join Date
    Sep 2005
    Location
    DFW
    Posts
    991
    Its been years since I have ventured into this forum. Great post though! Some of the resources were known to me but now I can add a few others,

    Quote Originally Posted by freecableguy
    I'll come blow on your heatsink for a dollar. Thats pretty ghetto
    Quote Originally Posted by Xeon th MG Pony
    sorry to sound harsh but so would you if some one asked if nitroglycerin was a good coolant for his car!
    Check out my forum: http://www.anarchyst-it.com

  18. #18
    Xtreme Enthusiast
    Join Date
    Sep 2005
    Location
    DFW
    Posts
    991
    Also you can go to www.planetsourcecode.com

    They have tons of tutorials and code that folks have posted that works great for examples.

    Quote Originally Posted by freecableguy
    I'll come blow on your heatsink for a dollar. Thats pretty ghetto
    Quote Originally Posted by Xeon th MG Pony
    sorry to sound harsh but so would you if some one asked if nitroglycerin was a good coolant for his car!
    Check out my forum: http://www.anarchyst-it.com

Bookmarks

Bookmarks

Posting Permissions

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