Results 1 to 10 of 10

Thread: Some great free programming books! Nearly any language you can imagine

  1. #1
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default Some great free programming books! Nearly any language you can imagine

    https://github.com/vhf/free-programming-books

    Have fun! Great help for whenever you want to learn a new language or want to extend your knowledge within a language.

  2. #2
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Thanks a lot! Could use a java book atm
    07Scripter
    I mostly write private scripts

  3. #3
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    thanks reading a java one atm

  4. #4
    Join Date
    Jul 2013
    Location
    An horse
    Posts
    300
    Mentioned
    9 Post(s)
    Quoted
    120 Post(s)

    Default

    Thanks, gonna read some of the C++ ones later

  5. #5
    Join Date
    Sep 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Profiled. Thanks

  6. #6
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    thanks,
    and I've never heard about most languages there

  7. #7
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    For help with scripting for Simba, which book would work best (Delphi/pascal?). Or would reading through any book help to understand more? I have a bit more time on my hands and have decided to find something to fill it.

  8. #8
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Thanatos View Post
    For help with scripting for Simba, which book would work best (Delphi/pascal?). Or would reading through any book help to understand more? I have a bit more time on my hands and have decided to find something to fill it.
    tutorials here, probably

    learning the built in functions of SRL etc, most structure and how you think can be transferred to basically anything, for example:

    you're hungry for two eggs (IRL) and you got them out of the fridge, making in a pan

    If eggs in pan == 0
    crack 2 eggs in pan
    elseif eggs in pan == 1
    crack 1 egg
    elseif eggs in pan == 2
    crack no eggs

    dumb stuff like that, but, you'll start "getting it" a lot better
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  9. #9
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Brilliant stuff, Zyt3x! Thanks for this. Its going to help me through my learning of a bunch of my needed languages.

  10. #10
    Join Date
    Jan 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    interesting, very interesting. thanks for info.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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