Saturday, November 30, 2013

CSVed

CSV file editor
CSVed is an easy and powerful CSV file editor, you can manipulate any CSV file, separated with any separator.
some features:
  • edit, add, insert and delete items;
  • import;
  • change separator;
  • add, delete columns;
  • rearrange column order;
  • save selection of rows and columns;
  • save filtered items;
  • save with double quotes;
  • search and replace;
  • filter items;
  • remove duplicates;
  • append and merge files;
  • install and uninstall
  • help in English
  • add prefix and suffix
  • split and join columns
  • export to HTML, Excel, Word, XML and more
  • proper words and strings
  • column search
  • column sort and global sort
The listview is running in virtual mode, that means the data is displayed on demand. (not the entire CSV file is loaded in the listview) so CSVed can handle big files and is very fast.
In other words, you can do everything with a CSV file you wanted. CSV is cardware

http://csved.sjfrancke.nl/

Monday, November 18, 2013

AngularJS

AngularJS es un framework de JavaScript de código abierto, mantenido por Google, que ayuda con la gestión de lo que se conoce como aplicaciones de una sola página (también llamadas SPI). Su objetivo es aumentar las aplicaciones basadas en navegador con Capacidad de Modelo Vista Controlador (MVC), en un esfuerzo para hacer que el desarrollo y las pruebas más fáciles.
http://angularjs.org/