http://www.pitonyak.org/
http://www.pitonyak.org/oo.php
Selasa, 20 Desember 2016
Senin, 07 November 2016
Senin, 27 Juni 2016
Announcing SyntaxNet: The World’s Most Accurate Parser Goes Open Source
Senin, 09 Mei 2016
small router snippet
- class Router(object):
- def __init__(self, server):
- self.__routes = []
- self.__server = server
- def addRoute(self, regexp, controller, action):
- self.__routes.append({'regexp': regexp, 'controller': controller, 'action': action})
- def route(self, path):
- for route in self.__routes:
- if re.search(route['regexp'], path):
- cls = globals()[route['controller']]
- func = cls.__dict__[route['action']]
- obj = cls(self.__server)
- apply(func,(obj, ))
- return
- # Not found
- self.__server.send_response(404)
- self.__server.end_headers()
Minggu, 03 April 2016
tmuxomatic
A completely different kind of tmux session manager.
Introduction
Other tmux session managers require pages of documentation for basic use, and define windows using a complicated nesting of pane splits. Instead, tmuxomatic is so easy that anyone could use it after just one example. Yet tmuxomatic is more flexible and more powerful than other tmux session managers.At the heart of tmuxomatic is the windowgram, a better way of arranging tmux windows. The windowgram is a rectangle comprised of alphanumeric characters (0-9, a-z, A-Z). Each character grouping identifies the name, position, size, and shape of a pane. It should take only one example to demonstrate the power and flexibility of the windowgram.
https://github.com/oxidane/tmuxomatic (Read More..)
KONG !!!!
Sabtu, 19 Maret 2016
pupy Remote Administration Tool with an embedded Python interpreter.
Pupy is an opensource, multi-platform
(Windows, Linux, OSX, Android) Remote Administration Tool with an
embedded Python interpreter.
LINE mesengger python
Sabtu, 27 Februari 2016
Minggu, 07 Februari 2016
detect kabel di switch pake linux blink eth0
Fun with ethtool
Time to be honest here for a minute. The open source community really has outdone themselves coming up with some very obscure names for packages. Let's take this list of packages for instance: emacs, gimp, gcc, mutt, grub, kyle rankin, parted, tar, mutt, vim. Nine times out of ten, a common person is going to look at that list and become utterly confused over what package does what. That's just the beauty (and beast) of naming software in the open source community. But every so often a tool comes across my screen with such a blatantly obvious name that I just have to run a 'man' to make sure my eyes are not deceiving me. In this case, it's ethtool. Yes, a simple name, for such a powerful utility. The name itself tells you what it does, an Ethernet Tool. Tada! That's it, ethernet tool.
http://www.linuxjournal.com/content/fun-ethtool
http://www.thegeekstuff.com/2010/10/ethtool-command/
python ptrace
chaletos : desktop mirip windows 7 and feel like home
We all know someone who tried to
switch to Linux but was unsuccessful. The system that he tried was too
different from what he was used to, there were too many new things and
the old things were not where he expected. The goal of this project is
to let anyone get used to Linux.
This system is not too different
from Xubuntu, on which it is based, but ChaletOS has a style that
everyone knows well, appealing simplicity and an impressive speed. All
this will let them to fall in love with this system quickly. Because of
its small hardware requirements it will revive some old machines and
refresh others, not so old.
The name ChaletOS came from the
style of the mountain houses in Switzerland. The concept of these houses
is similar to the concept that we had while we made this system:
simplicity, beauty and recognizability. Since we want the new users to
feel at home, we hope this project will meet this goal.
Sabtu, 06 Februari 2016
Langganan:
Postingan (Atom)