• Wily Werewolf (aka Ubuntu 15.10) is here

    A whole world of small innovations Ubuntu comes with everything you need to run your organisation, school, home or enterprise. All the essential applications, like an office suite, browsers, email and media apps come pre-installed and thousands more games and applications are available in the Ubuntu software centre. Ubuntu has always been free to download,…

    Read more: Wily Werewolf (aka Ubuntu 15.10) is here
  • Linux for creative writers

    Creative writing tools in Linux Creative writing is any form of writing which is written with the creativity of mind: fiction writing, poetry writing, creative nonfiction writing and more. The purpose is to express something, whether it be feelings, thoughts, or emotions. Creative writing can technically be considered any writing of original composition. In this…

    Read more: Linux for creative writers
  • Flat buttons for Tear theme

    Slowly, but another buttons I have added some new flat buttons to Tear Theme. All the work about the buttons was made using Inkscape. I thought that GIMP did it in the same way, but Unity DE use SVG vector graphics for the buttons… so, Inkscape is the right choice. Tear Theme is still under…

    Read more: Flat buttons for Tear theme
  • New icons for Tear theme

    Slowly, but another icons I have added some new icons to Tear Theme. It’s a theme to customize the aspect of Linux distributions which use Unity (so it’s Ubuntu!) or Gnome (many others) desktop environment. All the work is made using Inkscape, an incredible free and opensource program to design. Inkscape is a professional vector…

    Read more: New icons for Tear theme
  • How to use a Random SQLite calling in Android

    SQLiteDatabase is your friend On Android systems, default database is SQLite. It is a nice way to save and use data, it’s also so similar to SQL and it’s opensource. SQLite supports standard relational database features like SQL syntax, transactions and prepared statements. SQLiteDatabase Android Reference provides a huge reference to implement it in your…

    Read more: How to use a Random SQLite calling in Android