-
At Gioorgi.com we evaluted a internet file system common gateway for connecting network resources. We compared two solutions: a webdav file system and an ssh-fs file system. The solution should be viable via MacOSX and Linux, but also Windows support will be a plus.
WebDAV
Read More -
This magic CSS code is able to change the orientation of the printed page:
@page port {size: portrait;} @page land {size: landscape;} .portrait {page: port;} .landscape {page: land;}For more information, take a look to the CSS Print Profile specification
I thinked it was not possible to define printing orientation via a simple CSS! A very nice discovery indeed…
Read More -
T r u e C r y p t
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
Creates a virtual encrypted disk within a file and mounts it as a real disk.
Encrypts an entire partition or storage device such as USB flash drive or hard drive.
Read More -
Unison File Synchronizer
Jul 12, 2009 · 1 min read ·
Several years ago I had the need of keep in sync three computers. After some questions on a java mailing list, a very smart guy suggested me Unison.
read the rest on Unison File Synchronizer.
Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
Unison shares a number of features with tools such as configuration management packages (CVS, PRCS, Subversion, BitKeeper, etc.), distributed filesystems (Coda, etc.), uni-directional mirroring utilities (rsync, etc.), and other synchronizers (Intellisync, Reconcile, etc). However, there are several points where it differs:[…]
Read More -
YASnippet is a template system for emacs. It allows you to type a abbrevation and automatically expand the abbreviation into function templates.
via yasnippet - Google Code.Bundled language templates includes: C, C++, C#, Perl, Python, Ruby, SQL, LaTeX, HTML, CSS and more.
Yasnippet system is inspired from TextMate’s template system. You can use a tool to import any TextMate template you have to YASnippet.
Read More -
At Gioorgi.com we have used plenty of web frameworks.
Giovanni Giorgi used Seaside, a lot of PHP frameworks, Java Struts, RubyOnRails, and Python Django.
We have started to look for Web2Py, a compact, easy to learn python web framework.
From the most notable feature, it runs also on Google App Engine. Written by an Italian University professor for teaching web development, spots a very clean design, and a robust security infrastructure. We suggest it because installation (and upgrading) is a snap.
Let’s take a look to it…
Read More -
Released on June 8, 2009 Jython 2.5RC4 is out!
We have followed Jython in the past months, and it seems promising looking at the jython newsletter.
-
PHing Is Not GNU make; it's a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS operations, tools for creating PEAR packages, and much more.
via Phing. -
iMacros - Web Automation, Web Testing and Web Scraping
via iOpus | Web Browser Scripting, Web Testing, Web Scraping and Website Monitoring.Record & replay all web surfing activities
Automatically fill out web forms from a database
Automate uploads, downloads, and data extraction
iMacros is the only solution that works with websites that use Flash, Flex, Java and Silverlight
Read More -
In late 1994, when I need to write a programming language it was a pain. You must start with flex, lex and so on, and the way will be very long.
Then I found GCC was able to compile in a pseudo-machine language, already optimized. Then a set of backend was able to emit mc68000, 80x86, power pc code…
Read More -
Yahoo has been a vociferous Apache Hadoop user and supporter for several years now, and uses it extensively within its Search technologies. Hadoop has been gaining popularity in the Cloud Computing space, with companies like the NYTimes converting 4TB and 11 million articles to PDFs in under 24 hours using Hadoop and EC2 in late 2007. Hadoop has been made available in Amazon's cloud and Yahoo has now released its own Hadoop version.
from Slashdot | Yahoo Releases Open Source Hadoop Distribution. -
WinRun4j is a java launcher for windows. It is an alternative to javaw.exe and provides the following benefits:
-
Uses an INI file for specifying classpath, main class, vm args, program args.
-
Custom executable name that appears in task manager.
-
Additional JVM args for more flexible memory use.
Read More
-
-
Often Customers require a way of ordering columns of small html table. This JQuery plugin offer a fast, and nice solution:
-
Hi World. I didn’t lost a bit of grip on edge news, altrought now I am married!
In the first days of May we read about a new serach engine, called WolframAlpha.
The idea behind WolframAlpha are interesting, so we will take a close look to it.
Slashdot is following the engine very tightly (“Wolfram Alpha Launches Tonight, On Camera”, published on May 16) ans so will do Gioorgi.com.
[UPDATED! Google Squared is out of there!!]
First published on May 18th, 2009
Read More -
ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code.
via ack – better than grep, a power search tool for programmers.ack is written purely in Perl, and takes advantage of the power of Perl’s regular expressions.