serge.frezefond.com/2013/04/the-new-connect-storage-engine-with-mariadb-10-0-2/
(Read More..)Minggu, 28 April 2013
Slides from my talk: common_schema, DBA's Framework for MySQL
Is your MySQL buffer pool warm? Make it sweat!
Did you know? You can edit a file when viewing with pager such as more or less. Just type "v" to edit a file: more file type v to edit
Did you know? You can edit a file when viewing with pager such as more or less. Just type "v" to edit a file:
more file
type v to edit
less +G /path/to/log # View log files starting from the end. You can search files with less. #Unix #Tips #Linux
less +G /path/to/log # View log files starting from the end. You can search files with less. #Unix #Tips #Linux
(Read More..)Lapis
A web framework for MoonScript & OpenResty
Lapis is a framework for building web applications using MoonScript (or Lua) that runs inside of a customized version of Nginx called OpenResty.
Here’s what is looks like:
http://leafo.net/lapis/
(Read More..)TwoTruck
A service for your website that makes it surprisingly easy to collaborate in real-time.
https://towtruck.mozillalabs.com/
Slides from Spatial functions in MySQL 5.6, MariaDB 5.5, PostGIS 2.0 and others at Percona Live
Sabtu, 27 April 2013
Live Updates in CodeIgniter with Socket.IO and Redis
Extensible Data Modeling with MySQL
I know jQuery. Now what?
LayoutIt!
Create your frontend code simple and quickly with Bootstrap
using our Drag & Drop Interface Builder.
http://www.layoutit.com/
Sabtu, 13 April 2013
just discovered "curl --trace-ascii req.log --trace-time " flags in cURL.. full byte log + timestamps == awesome!
just discovered "curl --trace-ascii req.log --trace-time <URL>" flags in cURL.. full byte log + timestamps == awesome!
(Read More..)Browserhacks
Browserhacks is an extensive list of browser specific CSS and JavaScript hacks from all over the interwebs. Special thanks to Paul Irish' comprehensive post and Nicolas Gallagher's additions.
http://browserhacks.com/
Jumat, 12 April 2013
Chrome Logger
Chrome Logger is a Google Chrome extension for debugging server side applications in the Chrome console.
Most languages include their own logging capabilities, but sometimes it is easier to see your logs right in the browser.
Chrome Logger used to be known as ChromePHP.
http://craig.is/writing/chrome-logger
Taming The Unicorn: Easing JavaScript Memory Profiling In Chrome DevTools
Minggu, 07 April 2013
Sabtu, 06 April 2013
PyTesser :
PyTesser is an Optical Character Recognition module for
Python. It takes as input an image or image file and outputs a string.
PyTesser uses the Tesseract OCR engine,
converting images to an accepted format and calling the Tesseract
executable as an external script. A Windows executable is provided
along with the Python scripts. The scripts should work in other
operating systems as well.
https://code.google.com/p/pytesser/
mechanize : Stateful programmatic web browsing in Python, after Andy Lester’s Perl module
-
mechanize.Browser
andmechanize.UserAgentBase
implement the interface ofurllib2.OpenerDirector
, so:
- any URL can be opened, not just
http:
mechanize.UserAgentBase
offers easy dynamic configuration of user-agent features like protocol, cookie, redirection androbots.txt
handling, without having to make a newOpenerDirector
each time, e.g. by callingbuild_opener()
.
- any URL can be opened, not just
- Easy HTML form filling.
- Convenient link parsing and following.
- Browser history (
.back()
and.reload()
methods). - The
Referer
HTTP header is added properly (optional). - Automatic observance of
robots.txt
. - Automatic handling of HTTP-Equiv and Refresh.
http://wwwsearch.sourceforge.net/mechanize/
Python Wrapper Class for Tesseract
(Linux & Mac OS X & Windows)
Python-tesseract is a wrapper class for Tesseract OCR that allows any conventional image files (JPG, GIF ,PNG , TIFF and etc) to be read and decoded into readable languages. No temporary file will be created during the OCR processing.Windows version compiled by VS2008 is available now!
remember to
1. set PATH: e.g. PATH=%PATH%;C:\PYTHON27 Details
2. set c:\python27\python.exe to be compatible to Windows 7 even though you are using windows 7. Otherwise the program might crash during runtime Details
3. Download and install all of them
python-tesseract-win32 python-opencv numpy
4. unzip the sample code and keep your fingers crossed Sample Codes
https://code.google.com/p/python-tesseract/ (Read More..)
Robomongo 0.7.0 :
Shell-centric cross-platform MongoDB management tool
Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. Admin GUI). Robomongo embeds the same JavaScript engine that powers MongoDB's
mongo
shell.
Everything you can write in mongo
shell — you can write in Robomongo!Right now we published Windows and Mac OS X versions only. Linux version coming soon!
This is an early beta version of Robomongo, that we are publishing in a hope to validate usefulness of application. We really welcome your feedback! Please submit any issues and proposals to GitHub Issues.
http://robomongo.org/
(Read More..)kule : Simple REST Interface for MongoDB.
Kule is a REST interface for MongoDB. You can use kule as a temporary backend for your backend needed apps.
https://github.com/fatiherikli/kule
Hackersh 0.1 Release Announcement
Hackersh is an interactive console for security research and testing. It uses Pythonect as its scripting language. Pythonect is a new, experimental, general-purpose high-level dataflow programming language based on Python. It aims to combine the intuitive feel of shell scripting (and all of its perks like implicit parallelism) with the flexibility and agility of Python. The combination of the two makes:
1
| "http://localhost" -> url -> nmap -> w3af -> print |
Pythonect
www.pythonect.org (Read More..)
Rock Hammer
A curated project library for Hammer For Mac.
Rock Hammer contains baseline typography, plus styling for common HTML
elements including images, forms and tables, as well as navigation,
responsive modules and widgets
http://malarkey.github.io/Rock-Hammer/