OnTimeUpdates: schedule updates to Twitter and Facebook

0


Site works OnTimeUpdates to deploy Comments directly to Facebook and Twitter once without having to navigate between them to spread this one, can be at the site also schedule updates autonomic both the Facebook and Twitter to publish at a certain time and will be published automatically, the site also you can upload images to your Facebook Facebook and the lifting of such scheduling.

To visit the website: http://ontimeupdates.com

New project Play Wii online “using WebBrowsers”

0

The idea of the project is to create a website on the Internet for the Games of collective and individual, using Wii .
And the construction of two sections:
1 – server system linked Wii processors.
2 – Client (Flash) to activate the browser Highlighted Camera

We still plan the project will be an open-source can be for all involved to work or ideas
Wait for your comments.

 

 

Elephant operating system.

1
I’m began to work on this distribution for several weeks intermittently and now I can get a stable system, the elephant is an operating system based on Linux addressed only to programmers and developers is derived from the Debian distribution and use Boot Susie and Gnome desktop,
This distribution contains the basic tools and software for web developers and had been introduced by some of the tools of artificial intelligence.
The list of programs in  Elephant OS:
  1. lamp server
  2. apache2
  3. chkrootkit
  4. clisp
  5. compiz
  6. dvd+rw-tools
  7. eclipse
  8. filezilla
  9. finger
  10. ftp
  11. gcc-c++
  12. gedit
  13. gimp
  14. git-svn
  15. jedit
  16. mono-tools
  17. MozillaFirefox
  18. mtools
  19. mysql-administrator
  20. mysql-community-server
  21. mysql-gui-tools
  22. netcat
  23. NetworkManager
  24. nmap
  25. ntp
  26. Lisp
  27. php5
  28. pidgin
  29. planner
  30. samba
  31. samba-client
  32. subversion
  33. tcpdump
  34. telnet
  35. Terminal
  36. tomboy
  37. vim
  38. wget
  39. whois
  40. wine
  41. wireless-tools
  42. zenmap
  43. zip
  44. zypper

 

Screenshots:


Loomnit share anything, anywhere “Chrome extension ” 1.0 :)

1
Loomn.it is an easy to use, online sharing service that provides users with a simple way to share with anyone, links, emails, images, video, documents and other digital content.
With a cup of morning coffee, decided to build Chrome extension to the service had worked on it before (Loomn.it) and the end of the coffee the extension was ready Added For use :)
I hope everyone’s tested and if there is any comments or suggestions you can write me here
A beautiful day for all

The first Neuron Transistor

3

After working more than 4 years this is the first image

The project will change the world

This is what Thottagh only to run

This is what Thottagh only to run

Plug legs were made of gold

Plug legs were made of gold

Like a normal transistor, but he has more legs

Like a normal transistor, but he has more legs

Yes, this is the size you believe

Yes, this is the size you believe

Dropbox Nokia application v1.2 soon

14

After the first version of the program  I’m received a lot of comments on it. Most of these problems because i don’t  have Access to (Dropbox API)but  the past week received this message :)


And started working .
In the coming weeks will be the second edition is ready

And will be published under a GLP and Free.

Thank you to everyone who sent me notes and reports the error

Patent Absurdity: how software patents broke the system

0

Patent Absurdity explores the case of software patents and the history of judicial activism that led to their rise, and the harm being done to software developers and the wider economy. The film is based on a series of interviews conducted during the Supreme Court’s review of in re Bilski— a case that could have profound implications for the patenting of software. The Court’s decision is due soon…

(more…)

Information Boxes

0

Information Boxes

(more…)

Game Design (2nd Edition) E-Book

0

Game Design (2nd Edition) E-Book

“Game Design, Second Edition” offers a behind-the-scenes look at how a game gets designed and developed – from the day the idea is born to the day the box hits the shelves. (more…)

PHP function time since

0

for share :

  1. Function time_since($event_time)
  2.  {
  3.   $diff = time() - $event_time;
  4.  
  5.   switch (true)
  6.   {
  7.    case $diff < 60:
  8.     return $diff >= 2 ? sprintf('%d seconds ago', $diff) : 'a second ago';
  9.    case $diff < 3600:
  10.     $rem = $diff/60;
  11.     return $rem >= 2 ? sprintf('%d minutes ago', $rem) : 'a minute ago';
  12.    case $diff < 86400:
  13.     $rem = $diff/3600;
  14.     return $rem >= 2 ? sprintf('%d hours ago', $rem) : 'an hour ago';
  15.    case $diff < 604800:
  16.     $rem = $diff/86400;
  17.     return $rem >= 2 ? sprintf('%d days ago', $rem) : 'yesterday';
  18.    case $diff < 2419200:
  19.     $rem = $diff/604800;
  20.     return $rem >= 2 ? sprintf('%d weeks ago', $rem) : 'last week';
  21.    case $diff < 29030400:
  22.     $rem = $diff/2419200;
  23.     return $rem >= 2 ? sprintf('%d months ago', $rem) : 'last month';
  24.    default:
  25.     $rem = $diff/29030400;
  26.     return $rem >= 2 ? sprintf('%d years ago', $rem) : 'last year';
  27.   }
  28.  }
Page 1 of 1012345...Last »
Go to Top