###first, remove iceweasel
sudo apt-get remove iceweasel
###Open sources.list
String::NewSymbol is recommended by v8 docs for wrapping string data that represent commonly used keys. The reason is for lookups to be faster (https://bugs.webkit.org/show_bug.cgi?id=104082#c0). But in testing this is actually usually a deoptimization because creating new symbols is slower than strings. This is confirmed by this Node.js core commit Remove v8::String::NewSymbol() entirely: https://github.com/joyent/node/commit/f674b09f40d22915e15b6968aafc5d25ac8178a2. More details: https://bugs.webkit.org/show_bug.cgi?id=94574#c10
can be done in node.js like nodejs/node-v0.x-archive#4201 (comment)
| var fs = require('fs'); | |
| var path = require('path'); | |
| var sweet = require('sweet.js'); | |
| module.exports = function(grunt) { | |
| grunt.initConfig({ | |
| sweetjs: { | |
| options: { | |
| modules: ['es6-macros'], | |
| sourceMap: true, |
<c-p>, <c-x><c-o>, <c-x><c-l>)
| <snippet> | |
| <content><![CDATA[ | |
| /** | |
| * ${2:Descripción del módulo} | |
| * @submodule ${3:nombre_del_modulo} | |
| * @main ${1:default} | |
| * @author ${4:Nombre del Autor} | |
| */ | |
| yOSON.AppCore.addModule("${3:nombre_del_modulo}", function(Sb){ |
| <snippet> | |
| <content><![CDATA[ | |
| ### | |
| ${2:Module description} | |
| @class ${1:module_name} | |
| @main ${3:flux/account} | |
| @author ${4:Ana Reyna} | |
| ### | |
| yOSON.AppCore.addModule "${1:module_name}", (Sb) -> | |
| dom = {} |
| sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-common vim-gui-common | |
| sudo apt-get build-dep vim-gnome | |
| sudo apt-get install liblua5.1-dev luajit libluajit-5.1 python-dev ruby-dev libperl-dev libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev | |
| sudo rm -rf /usr/local/share/vim | |
| sudo rm /usr/bin/vim | |