37
votes
12answers
2k views
Where can I find good examples of Rails applications?
I would like to get source for a small, well written rails app to modify and "play with" as I learn how to program. I have found hundreds of open-source apps, but I don't know which are any good.
…
13
votes
4answers
362 views
Y-Combinator Practical Example
I've been reading a bit lately about functional programming and I am trying to grok the Y-Combinator. I understand that you can use the Y-Combinator to effectively implement recursion in a language …
11
votes
12answers
1k views
What is the best rails example app?
What is the best available non-trivial example app for rails with uptodate source, test suite and adherence to best practices?
[I am looking for an example of a full fledged application - with …
8
votes
9answers
316 views
Understanding Generators in Python?
Reading the Python cookbook at the minute and currently looking at generators. I'm finding it hard to get my head round.
As I come from a Java background, is there a Java equivelant? The book was …
8
votes
11answers
871 views
What does ‘foo’ really mean?
I hope this qualifies as a programming question, as in any programming tutorial, you eventually come across 'foo' in the code examples. (yeah, right?)
what does 'foo' really mean?
If it is meant to …
7
votes
10answers
300 views
Impressing Ruby example
Hi,
in some days I am giving a talk about a Rails project at university and I want to introduce the audience to Ruby.
I want to show them one or two really nice code examples to demonstrate how …
7
votes
8answers
930 views
What is fuzzy logic?
I'm working with a couple of AI algorithms at school and I find people use the words Fuzzy Logic to explain any situation that they can solve with a couple of cases. When I go back to the books I just …
4
votes
3answers
82 views
python optparse, how to include additional info in usage output?
Using python's optparse module I would like to add extra example lines below the regular usage output. My current help_print() output looks like this:
usage: check_dell.py [options]
options:
-h, …
4
votes
3answers
200 views
rich domain model example
Hi,
I'm looking for a simple example to illustrate the benefits of using a rich domain model. Ideally, I'd like a before and after code listing (which should be as short as possible).
The before …
4
votes
8answers
424 views
Where is a good open source python project to be used as example? [closed]
I'm looking for a python project to use as example to learning python.
The project should have these features:
is almost fully unit tested
use consistently the code convention recommended by PEP 8
…
4
votes
3answers
243 views
Is anyone aware of any .NET OpenID Provider sample code that might exist?
I need to implement an OpenID Provider in .Net and wondered....Is there's any OpenSource code already written and available?
4
votes
6answers
375 views
Writing/Using C++ Libraries
I am looking for basic examples/tutorials on:
How to write/compile libraries in C++ (.so files for Linux, .dll files for Windows) and...
How to import and use those libraries in other code.
Many …
3
votes
19answers
304 views
Example of code generator you made from scratch?
What are some examples of code generators you have used? I think it's a cool idea, but I have trouble thinking of things they can do besides make a class based on an object's attributes/database …
3
votes
4answers
228 views
What is a good example for functional style web programming using javascript?
I'm doing javascript on a daily basis at the moment. I'm coming from an OO background and most of the code I have contact with is somewhat procedural/OO style. I'm looking for good examples that …
3
votes
7answers
464 views
Examples of outdated software development tools and techologies
I'm writing a paper on software process improvement. As i lack experience from actual software development companies, i made up a company that I'll use for the paper. However I need some examples on …
