Fix some 404s
This fixes some 404s by removing them or changing the link if it's moved to a new location or avaliable elsewhere
This commit is contained in:
@ -523,7 +523,7 @@ Original Source: [List of freely available programming books](http://web.archive
|
||||
#### Open Source Ecosystem
|
||||
|
||||
* [Data Journalism Handbook](http://datajournalismhandbook.org)
|
||||
* [Free as in Freedom](http://static.fsf.org/nosvn/faif-2.0.pdf) (PDF)
|
||||
* [Free as in Freedom](https://archive.org/details/faif-2.0) (PDF)
|
||||
* [Free Software, Free Society](http://shop.fsf.org/product/free-software-free-society-2/)
|
||||
* [Getting started with Open source development](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_started_with_open_source_development_p2.pdf) (PDF)
|
||||
* [How to get started with open source](https://opensource.com/resources/ebook/how-get-started-open-source) (ePub & ODT)
|
||||
@ -741,7 +741,6 @@ Original Source: [List of freely available programming books](http://web.archive
|
||||
|
||||
* [An introduction to reverse engineering for beginners](https://github.com/dennis714/RE-for-beginners)
|
||||
* [Assembly Language Succinctly](https://www.syncfusion.com/Account/Logon?ReturnUrl=/resources/techportal/ebooks/assemblylanguage) (PDF)
|
||||
* [Introduction to Reverse Engineering Software](http://althing.cs.dartmouth.edu/local/www.acm.uiuc.edu/sigmil/RevEng/)
|
||||
* [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
|
||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
||||
* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)
|
||||
@ -1029,7 +1028,7 @@ Original Source: [List of freely available programming books](http://web.archive
|
||||
* [Developer Workbooks](http://developer.force.com/workbook)
|
||||
* [Force.com Fundamentals](https://developer.salesforce.com/page/Force_Platform_Fundamentals)
|
||||
* [Force.com Platform Fundamentals: An Introduction to Custom Application Development in the Cloud](http://www.lulu.com/shop/salesforcecom/forcecom-platform-fundamentals/ebook/product-17381451.html)
|
||||
* [Heroku Postgres](http://media.developerforce.com/workbooks/HerokuPostgres_Workbooks_Web_Final.pdf) (PDF)
|
||||
* [Heroku Postgres](http://www.scribd.com/doc/256342154/herokupostgres-workbooks-web-final-13-pdf) (PDF)
|
||||
|
||||
|
||||
### Forth
|
||||
@ -1137,7 +1136,7 @@ Original Source: [List of freely available programming books](http://web.archive
|
||||
* [Introduction to Haskell](http://www.seas.upenn.edu/~cis194/spring13/) - Brent Yorgey
|
||||
* [Learn Haskell Fast and Hard](http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/)
|
||||
* [Learn You a Haskell for Great Good](http://learnyouahaskell.com) - Miran Lipovaca
|
||||
* [Natural Language Processing for the Working Programmer](http://nlpwp.org/book/)
|
||||
* [Natural Language Processing for the Working Programmer](https://web.archive.org/web/20150907205902/http://nlpwp.org/book/)
|
||||
* [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/index.html) - Simon Marlow
|
||||
* [Real World Haskell](http://book.realworldhaskell.org)
|
||||
* [Speeding Through Haskell](http://www.sthaskell.com)
|
||||
@ -1528,7 +1527,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout,
|
||||
* [Google's Objective-C Style Guide](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml)
|
||||
* [Object-Oriented Programming with Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/OOP_ObjC/OOP_ObjC.pdf) (PDF)
|
||||
* [Objective-C Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/objective-c) (PDF, Kindle) *(Just fill the fields with any values)*
|
||||
* [Programming With Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf) (PDF)
|
||||
* [Programming With Objective-C](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html) (PDF)
|
||||
* [Try Objective-C Book](http://tryobjectivec.codeschool.com)
|
||||
|
||||
|
||||
@ -1817,7 +1816,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout,
|
||||
* [Advanced R Programming](http://adv-r.had.co.nz) - Hadley Wickham
|
||||
* [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) - G. Jay Kerns (PDF)
|
||||
* [Learning Statistics with R](http://health.adelaide.edu.au/psychology/ccs/teaching/lsr/) - Daniel Navarro
|
||||
* [learnR](https://github.com/renkun-ken/learnR) - (Work in Progress) - Kun Ren
|
||||
* [learnR](https://github.com/wh1100717/learnR) - (Work in Progress) - Kun Ren
|
||||
* [Practical Regression and Anova using R](http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf) - Julian J. Faraway (PDF)
|
||||
* [R by example](http://www.mayin.org/ajayshah/KB/R/index.html)
|
||||
* [R for spatial analysis](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/spatialEpiBook.pdf) (PDF)
|
||||
|
Reference in New Issue
Block a user