Good open source django project for learning [closed]

A great resource is www.djangopackages.com, which lists a lot of the notable Django apps out there, including links to their respective repos, popularity ratings, etc.. Another way to find popular projects is directly on GitHub: https://github.com/search?q=django Finally: Awesome Django @ https://github.com/wsvincent/awesome-django Awesome Python @ https://github.com/vinta/awesome-python

Where to host an Open Source Project: CodePlex, Google Code, SourceForge? [closed]

Edit 2015-08-01: This answer is still getting views and votes. It’s more than ancient and I’d like to delete it, but since it’s the accepted answer, I can’t do that. Then again, it’s community wiki and the community has kept it up-to-date – thank you for that! SourceForge has crossed over to the dark side, … Read more

What is the meaning of the /dist directory in open source projects?

To answer your question: /dist means “distributable”, the compiled code/library. Folder structure varies by build system and programming language. Here are some standard conventions: src/: “source” files to build and develop the project. This is where the original source files are located, before being compiled into fewer files to dist/, public/ or build/. dist/: “distribution”, … Read more

Good Haskell source to read and learn from [closed]

What I recommend. Read code by people from different grad schools in the 1990s Oxford style Glasgow style or (this) Chalmers style (or this) York style Portland style or OGI style (or this) Utrecht style Yale style Special case: CMU/Elliott Read code by the old masters certain people (incomplete list) Marlow; Paterson; Peyton Jones; Gill; … Read more

What are your favorite extension methods for C#? (codeplex.com/extensionoverflow)

public static bool In<T>(this T source, params T[] list) { if(null==source) throw new ArgumentNullException(“source”); return list.Contains(source); } Allows me to replace: if(reallyLongIntegerVariableName == 1 || reallyLongIntegerVariableName == 6 || reallyLongIntegerVariableName == 9 || reallyLongIntegerVariableName == 11) { // do something…. } and if(reallyLongStringVariableName == “string1” || reallyLongStringVariableName == “string2” || reallyLongStringVariableName == “string3”) { // … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)