Halaman

Selasa, 20 Desember 2016

Pakar e Openoffice / Libreoffice

. Selasa, 20 Desember 2016 .

http://www.pitonyak.org/
http://www.pitonyak.org/oo.php

(Read More..)

Senin, 07 November 2016

lib hunt

. Senin, 07 November 2016 .

https://www.libhunt.com/

(Read More..)

OPS CLASS

.

https://www.ops-class.org/

(Read More..)

Senin, 27 Juni 2016

Announcing SyntaxNet: The World’s Most Accurate Parser Goes Open Source

. Senin, 27 Juni 2016 .

https://github.com/tensorflow/models/tree/master/syntaxnet

https://research.googleblog.com/2016/05/announcing-syntaxnet-worlds-most.html

(Read More..)

Senin, 09 Mei 2016

small router snippet

. Senin, 09 Mei 2016 .

  1. class Router(object):  
  2.   
  3.     def __init__(self, server):  
  4.         self.__routes = []  
  5.         self.__server = server  
  6.   
  7.     def addRoute(self, regexp, controller, action):  
  8.         self.__routes.append({'regexp': regexp, 'controller': controller, 'action': action})  
  9.           
  10.     def route(self, path):  
  11.         for route in self.__routes:  
  12.             if re.search(route['regexp'], path):  
  13.                 cls = globals()[route['controller']]  
  14.                 func = cls.__dict__[route['action']]  
  15.                 obj = cls(self.__server)  
  16.                 apply(func,(obj, ))  
  17.                 return  
  18.   
  19.         # Not found  
  20.         self.__server.send_response(404)  
  21.         self.__server.end_headers() 

(Read More..)

Minggu, 03 April 2016

ARToolKit

. Minggu, 03 April 2016 .

http://www.artoolkit.org/

The world's most widely used
tracking library for augmented reality.

(Read More..)

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..)

bcc

.

Dynamic Tracing Tools for Linux

https://iovisor.github.io/bcc/ 

(Read More..)

KONG !!!!

.

Secure, Manage & Extend your APIs and Microservices

 The open-source management layer for APIs, delivering high performance and reliability.

 

https://getkong.org/

 

(Read More..)

Sabtu, 19 Maret 2016

pupy Remote Administration Tool with an embedded Python interpreter.

. Sabtu, 19 Maret 2016 .

Pupy is an opensource, multi-platform (Windows, Linux, OSX, Android) Remote Administration Tool with an embedded Python interpreter.  
 

(Read More..)

LINE mesengger python

.

https://github.com/carpedm20/LINE
http://carpedm20.blogspot.co.id/2013/09/line-reverse-engineering.html
http://www.speedytown.com/2015/12/bookmark-membuat-aplikasi-line.html
http://dev.im-bot.com/line/

(Read More..)

Sabtu, 27 Februari 2016

30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X

. Sabtu, 27 Februari 2016 .

http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html

(Read More..)

Introduction to tmux

.

http://perltricks.com/article/an-introduction-to-tmux/

(Read More..)

Minggu, 07 Februari 2016

ChicagoBOss : small mvc web for erlang

. Minggu, 07 Februari 2016 .

http://chicagoboss.org/index.htm

(Read More..)

OpenAge : Opensource version of Age of Empire

.

http://openage.sft.mx/
https://github.com/SFTtech/openage

(Read More..)

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/

 

(Read More..)

A DOS Education in Your Browser : start windows 95 in your browser

.

http://hackaday.com/2016/02/05/a-dos-education-in-your-browser/

(Read More..)

python ptrace

.

http://python-ptrace.readthedocs.org/en/latest/index.html
https://bitbucket.org/haypo/python-ptrace/

(Read More..)

maybe : python script See what a program does before deciding whether you really want it to happen.

.

https://github.com/p-e-w/maybe

(Read More..)

Linux: Check Ram Speed and Type

.

http://www.cyberciti.biz/faq/check-ram-speed-linux/

(Read More..)

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.
 
 
 

(Read More..)

Maru OS : Maru OS — Android ROM that Turns into Debian Linux When Connected to a PC

.

http://thehackernews.com/2016/02/maru-android-debian-linux.html

maruos.com/

(Read More..)

Sabtu, 06 Februari 2016

Android REMIX OS for PCC

. Sabtu, 06 Februari 2016 .

http://www.jide.com
http://www.jide.com/en/remixos-for-pc

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com