I am Wikileak’ed

A friend of mine just show me a info about my efforts to establish Pirate Party in Bulgaria published on Wikileaks: (SBU) A Bulgarian Green Party leader and two other Bulgarian activists have started a petition to establish a Bulgarian “Pirate Party” which advocates for free downloading of copyrighted materials among other things. Under Bulgarian … Read more

Rust Language – Hello World

What is RUST?

Rust is an experimental, concurrent, multi-paradigm, compiled programming language developed by Mozilla Labs. It is designed to be practical, supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. /wikipedia/

How to install it on your Gnu/Linux box?
Pre-requirements:

  • g++ 4.4 or clang++ 3.x
  • python 2.6 or later
  • perl 5.0 or later
  • gnu make 3.81 or later
  • curl

Read more

Get number of likes of your/any Facebook page via PHP

If you want to use somewhere the number of people who likes your fan page, here’s the way to do that: Create Create a new basic application from here. Just enter some data and you will receive AppID and Secret keys. Download Download the PHP library to work with Facebook API. git clone https://github.com/facebook/php-sdk.git Write … Read more

Fosdem protocol for Mozilla Firefox (fosdem:about)

I just uploaded for approval an Add-on that defines FOSDEM protocol. What is FOSDEM? FOSDEM is a two-day event organized by volunteers to promote the widespread use of Free and Open Source software. Protocol? This Add-on: defines FOSDEM protocol  (see bellow) it’s showcase how to create your own protocol for Mozilla Firefox Supported commands: fosdem:about … Read more