Configuring Omniauth on Rails 2.3.8

On February 27, 2011, in Personal, by Mike

Follow configurations in RAILSCASTS.COM #241

Changes:

#in config/environment.rb

Rails.configuration.middleware.use OmniAuth::Builder do
provider :twitter, ‘key’, ‘secret’
end

cheers!

 

How to reset windows password

On February 21, 2011, in Personal, by Mike

http://www.howtogeek.com/howto/14369/change-or-reset-windows-password-from-a-ubuntu-live-cd/

 
 

Sphinx

On February 17, 2011, in IT Related, by Mike

Sphinx

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.

It was originally created for the new Python documentation, and it has excellent facilities for the documentation of Python projects, but C/C++ is already supported as well, and it is planned to add special support for other languages as well. Of course, this site is also created from reStructuredText sources using Sphinx!

Sphinx is under constant development. The following features are present, work fine and can be seen “in action” in the Python docs:

Output formats: HTML (including Windows HTML Help), LaTeX (for printable PDF versions), manual pages, plain text
Extensive cross-references: semantic markup and automatic links for functions, classes, citations, glossary terms and similar pieces of information
Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children
Automatic indices: general index as well as a module index
Code handling: automatic highlighting using the Pygments highlighter
Extensions: automatic testing of code snippets, inclusion of docstrings from Python modules (API docs), and more
Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils.

More information at http://sphinx.pocoo.org

 

Javascript Image Gallery

On February 17, 2011, in IT Related, by Mike

Galleria, this is simply amazing!

Galleria is a pure JavaScript image gallery solution for the web and mobile devices. The code base consists of one high quality core that exposes a collection of tools, available for a wide range of customizable themes to make the gallery look and behave differently for each use case.

And it’s free.

Version 1.2 is a result from years of listening, refining, refactoring and testing. On this site, you will be able to download the latest stable version, read through documentation and download themes.

Until then, have a look at these hyperlinks:

View fullscreen demo

View Classic demo

Preview code at Github.com

Follow Galleria on Twitter