my .vimrc configuration
This is my fantastic configuration for vim editor, please check the code and install missing plugin and jellybean theme.
View ArticleRemove UI controls from GVim
If you use gvim to have a better color rendering but want to disable its UI controls, put this in your .vimrc file.
View ArticleOmni completion menu with C-SPACE
Use VIM omnifunction to creare an omni completion menu pressing Ctrl+Space.
View ArticleNERDTree best configuration.
A set of NERDTree configurations to improve VIM experience.
View ArticlejQuery autocomplete example with CoffeeScript
jQuery UI includes an autocomplete option, which enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering. The code starts to give...
View ArticleExample polygon function with vertex computing.
The code calculates the vertexes of a polygon given the number of its sides. If sides = 3 then you will get a triangle, if sides = 5 then you will get a pentagon and so forth.
View ArticleExample AJAX post request with JSON format.
An example JSON formatted POST request with AJAX in CoffeeScript.
View ArticleGet user location with GeoLocation API.
How to get user location with browser's GeoLocation API in CoffeeScript.
View Article