|
Here is a compiled list of some great resources to help you in your projects! A majority of these sites contain completely free material, but some of the licenses might be for non-commercial work only so please be sure to check for any applicable license...
Started by dan on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at digitaltutors):
URL: http://www.rigging101.com/freestuff.htm
Quick Description: A variety of free rigs of free character rigs....
D Freebies
URL: http://animationbuffet.blogspot.com/
Quick Description: Free rigs that are ready of free 3D models.
|
|
Hi,
I want to learn Java and Linux.
Java itself (as a language) is not a big deal for me as I know pretty well .NET and C# (so the paradigm is similar).
The biggest issue for me would probably be doing Java on Linux platform (I have never used Linux before...
Started by Dmitriy Nagirnyak on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Wizards and plugins.
Otherwise Netbeans is free and a great IDE.
A reasonable license fee though.
|
|
There are a few questions around that circle around this question but I feel this is different enough.
I've decided I want to improve the breadth and depth of my maths skills specifically in areas that are useful and/or interesting to programmers.
What...
Answer Snippets (Read the full thread at stackoverflow):
Also, linear algebra will help immensely with all resources for your basic calculus....
This will help you understand the basic concepts much better.
Or anything somewhat related to those, then do multivariate calculus and basic physics .
|
Ask your Facebook Friends
|
With a huge influx of newbies to Xcode I'm sure there are lots of Xcode tips and tricks to be shared.
What are yours?
Started by schwa on
, 57 posts
by 52 people.
Answer Snippets (Read the full thread at stackoverflow):
Also the default project structure is to put resources and class files in separate places can be equally difficult to understand....
An amazing trick that keeps code free...
Via-logging technique that requires no recompilation of source.
|
|
I'm preparing to take the Zend PHP exam and want to find some resources for study materials. I already have php|Architect's Zend PHP 5 study guide, and of course there is the documentation at the PHP site itself.
I'd particularly be interested in FREE...
Started by Wayne on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The test book can be found:
The "Official" Prep Book: Although... .
It seemed like the sample tests were meant to trick you more then anything.
You already have the two most important resources: The PHP site and the php|Architect study guide.
|
|
I am a c++ programmer and occasionally I'll come across some code that is using bitwise operators to manipulate things at the bit level, but I have no real understanding of those concepts. So I would like a resource to help me learn it so well that it...
Started by JimDaniel on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Better resources, but I remembered that there was an article on this I read a few years ago Chapter 2 ("Basics") as a free sample which, despite the name, offers some fairly sophisticated bit.
|
|
Let me star off by saying I am by NO means a designer. I'm interested in learning AS3, and was wondering what some of the best books/resources there are out there for an absolute beginner.
Started by rkalajian on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Other than that there are a lot of amazing resources online strange but I recommend the free documentation provided by Adobe called Programming ActionScript 3.0 the resources and community are....
To be good books for getting started.
|
|
I've started programming more in OO style than ever (Python). Any good web resources I could read? I need help constructing and modelling objects, relations, interfaces etc. . Not only dry theory (I've read that), but something easy to grasp (examples...
Started by Murzyn1 on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
The c2 wiki: Improving the Design of Existing Code " (... .
It may help get a better grasp on OO design.
Even though some are language specific, he's Skills in Object-Oriented Design .
Some of which are free to download in their entirety.
|
|
Possible Duplicates:
How and where can I learn programming?
Which books made you a better programmer ?
How to become a better programmer?
Hey SO:
I had an, albeit slightly inebriated, epiphany last night and decided that I need to really start learning...
Started by Anders on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Another....
Once you have some experience under your started (and free).
Should read "Code Complete", which will help you become a better programmer!
Personally, I'm a big: books are discussed here on SO as well as other resources .
|
|
I've been looking around the net trying to find good resources for learning PostgreSQL's procedural programming language, PL/pgSQL.
So far the only thing I've managed to dig up is the tutorial in the PostgreSQL documentation . While that is good, I've...
Started by mikl on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The best free intro to use along the official docs is at PL/pgSQL and its associated tricks page are:
the docs trying trying trying With steps 2 - 4, you can usually get a pretty good help on irc or SQLServer where there are thousands....
|