This question might be slightly non-techy/dev, but I am sure many of you had a similar problem.
We code, write test-cases, put comments in source-code (!), put messages in svn commit, write comments in tracked issues. We create ERD/class/usecase/.. diagrams with whatever tool.
We might write user-manuals, wikis, guidelines,.. Not every...
In k&r we have managed to create an RPN.
The exercise now is to:
Add commands for handling variables, (It's easy to provide twenty-six variables with single letter names.) Add a variable for the most recently printed value.
So this is meant to act somewhat like the Python interpreter, where we can do:
>>>5
>>>_ (where _ prints 5)
>>>...
I want to create a list of Ranks for the employees in my company. We are an open source integrator that works usually with existing solutions and also building custom solutions.
We don't want to name our employees as normal senior consultant, trainee and we would like give them ranks as forums do to the users.
Does anyone have any sugg...
I just wanted to know if there are any sorting algorithms that are as interesting as Bogosort to sort a pack of cards.
Use your creativity.
For a change efficiency ain't important but being creative is :)
...