Home Info Programming GNU/Linux etc. Codes, Publications, etc. Emulation Manga and Anime Everything else Contact
linija

Home

Info

Programming

GNU/Linux etc.

Codes, Publications, etc.

Emulation

Manga and Anime

Everything else

Contact

Blog and news and changes in site
Focus on the user - 01.02.2012.

Check this interesting clip, how Google is "fixing" results return for social networks, very interesting video. Is this just one of signs of control of flow of information, what we will see, hear and be able to say?

I hope not.

Watch and decide for your self.



A Swarm of Nano Quadrotors - 01.02.2012.




Vertical snowboarding - 03.01.2012.

Great link showing Terje Haakonsen - vertical snowboarding
The World's Largest Model Train Set - 03.12.2011.



The World's Largest Model Train Set - Watch MoreFunny Videos

Great clip from great movie - 30.11.2011.

Funny clip from great Serbian movie Technotise Edit i Ja




Crises of Capitalism - 26.11.2011.

Every one should watch this, and then they will understand what is wrong with existing system of economy.




Multi command shell script - 20.11.2011.

Here is simple shell script which which run some command over all it arguments

%cat multi-command.sh

#!/bin/bash
while read line
do
$1 $line
done


for example in some file you written files which you wan to delete you can then do something like this

cat file.txt | multi-command.sh "rm -f "
10 “Best” Code Comments - 18.11.2011.

  1. // Dear maintainer:
    // Once you are done trying to ‘optimize’ this routine,
    // and have realized what a terrible mistake that was, please increment the
    // following counter as a warning to the next guy:
    // total_hours_wasted_here = 39
  2. /** * For the brave souls who get this far: You are the chosen ones, the valiant knights of programming who toil away, without rest, fixing our most awful code. To you, true saviors, kings of men, I say this: never gonna give you up, never gonna let you down, never gonna run around and desert you. Never gonna make you cry, never gonna say goodbye. Never gonna tell a lie and hurt you. */
  3. Exception up = new Exception(“Something is really wrong.”); throw up;
  4. // somedev1 – 6/7/02 Adding temporary tracking of Login screen
    // somedev2 – 5/22/07 Temporary my ass
  5. #define TRUE FALSE //Happy debugging suckers
  6. if (/*you*/ $_GET['action']) { //celebrate
  7. // If this code works, it was written by Paul DiLascia. If not, I don’t know who
    //wrote it.
  8. //When I wrote this, only God and I understood what I was doing
    //Now, God only knows
  9. // drunk, fix later
  10. // Magic. Do not touch.
C++ template typedef - 26.05.2011.

If you realize that good solution for your problem would be to use typedef with combination of template, and then realize that C++ doesn’t allow you to do something like this

template
typedef A B;


workaround can be something like this

template
class B : public A
{};
Cleverman - 23.11.2010.

Long time ago I came across this great great great video





by Studio JOHO . You should definitely watch it. I like to watch it from time to time just to remind my self what is important and what isn't :) And to get a good laugh of course :)
Newer posts Older posts
linija
Visitor number : 65758
Last modification done on: 01.02.2012.
Webmaster
On Net Since 1999
Created by Puppet Master
©Vladimir Dejanoviæ