open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Axis 1.x payload debug

    calendar Sep 5, 2010 · 1 min read
     en knowledgebase  · developement java tip
     ·
    Share on: twitter facebook linkedin copy
    Axis 1.x payload debug

    When using Axis to send data to a web service, you can set the logger level on org.apache.axis.transport.http.HTTPSender to DEBUG to see what’s going on. 

    Anyway be careful: the system will produce a lot of logs, so use it only in developement mode! 

    Here’s a sample in log4j.properties: 


    Read More
  • Gioorgi New Look

    calendar Aug 31, 2010 · 1 min read
     en  · gioorgi-com news site
     ·
    Share on: twitter facebook linkedin copy
    Gioorgi New Look

    At Gioorgi.com, after some  thoughts  we decided change the site look & feel to take full advantage of the new WordPress 3. Although the two-column layout is always the central + lateral was considered better to read, it was  stealing too much space to listings prevented attach images. For this reason we switched to new theme, with the possibility of having one or two columns depending on the context of the article, the theme etc.. The new homepage will stabilize towards the beginning of October, with many new stuff on it. The new Gioorgi.com also changes the motto is now a simple “Be-Open-Source”, as always.


    Read More
  • Mercurial: The Definitive Guide

    calendar Jul 7, 2010 · 3 min read
     en featured software  · books mercurial oreilly
     ·
    Share on: twitter facebook linkedin copy
    Mercurial: The Definitive Guide

    Mercurial, The Definitive Guide

    I Love Version Control Software, as I like programming languages. So even if “Mercurial, The definitive guide” was published months ago, I asked O’Reilly to review it. The Bryan O’Sullivan book is very compact, and will explain the mercurial world in less than 250 pages.


    Read More
  • Safari Books On line (English version)

    calendar Jun 30, 2010 · 3 min read
     en  · books oreilly
     ·
    Share on: twitter facebook linkedin copy

    After a long experience with O’Reilly, we decided to try their service “Safari Books Online”. This article will explore the pros and cons of this courageous service, which we believe will give you many satisfactions.

    La versione italiana di questo articolo è disponibile a questo link.


    Read More
  • Mercurial for subversion Users

    calendar Jun 27, 2010 · 1 min read
     en knowledgebase  · development mercurial subversion
     ·
    Share on: twitter facebook linkedin copy
    Mercurial for subversion Users

    Willing to switch to Subversion to Mercurial (you will, belive me!)?

    Take a look to this link

    http://wiki.pylonshq.com/display/pylonscookbook/Mercurial+for+Subversion+Users

    and be  happy!

    If you prefer a different introduction http://hginit.com/ is a very good start

  • Mailing List Options

    calendar May 24, 2010 · 1 min read
     en knowledgebase software  · list php
     ·
    Share on: twitter facebook linkedin copy
    Mailing List Options

    If you need to set up a mailing list, I will suggest two choices:

    • http://www.phplist.com/ An open source email campaign manager, with an hosted option The Free account has an unlimited number of contacts,  but a 300 message per month limit.
    • http://www.mailchimp.com Commercial hosted solution. Very nice site, with a strong appeal. Free Up to 500 contacts, so the first seems better.
  • Dos to unix in emacs

    calendar Mar 23, 2010 · 1 min read
     en knowledgebase  · emacs unix
     ·
    Share on: twitter facebook linkedin copy
    Dos to unix in emacs

    To convert an Emacs buffer from DOS line endings to Unix, type C-x [ENTER] f unix [ENTER].

  • Php Server Distribution for windows - XAMPP

    calendar Mar 18, 2010 · 1 min read
     en knowledgebase  · apache easy linux mysql perl php sql web windows
     ·
    Share on: twitter facebook linkedin copy
    Php Server Distribution for windows - XAMPP

    XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Windows and Mac OS X. The package includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.

  • DRM: a trouble, not a solution

    calendar Mar 11, 2010 · 1 min read
     en  · apple freedom games ipad relax
     ·
    Share on: twitter facebook linkedin copy
    "With Ubisoft's fantastically awful new DRM you must be online and logged in to their servers to play the games you buy. Not only was this DRM broken the very first day it was released, but now their authentication servers have failed so absolutely that no-one who legally bought their games can play them. 'At around 8am GMT, people began to complain in the Assassin's Creed 2 forum that they couldn't access the Ubisoft servers and were unable to play their games.' One can only hope that this utter failure will help to stem the tide of bad DRM."
    via Slashdot | Ubisoft's Authentication Servers Go Down.

    So, if you plan to protect your software, DRM is a bad choice. Please help Apple, to do a better product: sign the petition to avoid iPad DRM.


    Read More
  • Web2Py Absolute trouble Shooter

    calendar Mar 3, 2010 · 1 min read
     en knowledgebase  · python web
     ·
    Share on: twitter facebook linkedin copy
    Web2Py Absolute trouble Shooter

    Do you want develop web applications in a fast, prototype based way using Python?

    Follow us and learn how to use web2py….

    Step 1: Python 2.6 proper setup

    On Linux be sure to install sqlite development library; the following command will help on RedHat:

    sudo apt-get install sqlite-devel

    for the yum variant see here http://stackoverflow.com/questions/233320/cannot-import-sqlite-with-python-2-6

    Install python 2.6, this will avoid the need of additional libraries.

    You will also need openssl, so if you haven’t  it issue commands like

    sudo apt-get install openssl

    and be sure to get also the python wrapper pyOpenSSL hosted here

    We happly compiled pyOpenSSL from sources

    For more tips and tricks look also at this recipe about Apache Setup, if you need it.


    Read More
  • Closure in Java: fast and nice!

    calendar Feb 26, 2010 · 4 min read
     programming_languages  en evergreen lang  · closure functional-java functional-programming html http java
     ·
    Share on: twitter facebook linkedin copy

    Working for two very important Banks, I have the need to play with Closure in Java. I have a lot of trouble looking at a good description of the subject, until I read a post on StackOverflow.

    I have decided to re-cook this subject, adding a my specialized Example also.

    Let’s start!


    Read More
  • Python functional programming

    calendar Feb 23, 2010 · 1 min read
     en lang python  · erlang functional-programming python
     ·
    Share on: twitter facebook linkedin copy

    This article is a work in progress: it will be expanded by your comments…

    Python is a very curios programming languages: it give you classes but also a strong function-oriented environment to play with. So, if you like functional programming (read: you like  Lisp and/or Erlang)  you should give python a closer look.


    Read More
  • Why I am starting to avoid Facebook

    calendar Feb 18, 2010 · 1 min read
     en  · privacy relax security
     ·
    Share on: twitter facebook linkedin copy

    Privacy is important: in the last days I have read the following on Slashdot:

    "A Facebook employee has given a tell-all interview with some very interesting things about Facebook's internals. Especially interesting are all the things relating to Facebook privacy. Basically, you don't have any. Nearly everything you've ever done on the site is recorded into a database. While they fire employees for snooping, more than a few have done it. There's an internal system to let them log into anyone's profile, though they have to be able to defend their reason for doing so.[...]
    via Slashdot: News for nerds, stuff that matters.
  • Nested Tag Library for struts 1.x

    calendar Feb 12, 2010 · 1 min read
     en knowledgebase  · apache example html http tutorial
     ·
    Share on: twitter facebook linkedin copy
    Nested Tag Library for struts 1.x

    Example:

    http://www.laliluna.de/struts-nested-iteration-tutorial.html

    Reference http://struts.apache.org/1.3.10/struts-taglib/dev_nested.html

  • Django is going 1.2

    calendar Feb 11, 2010 · 1 min read
     en knowledgebase  · django framework python web
     ·
    Share on: twitter facebook linkedin copy
    Django is going 1.2

    Django Project, a powerful and clean Python Web Framework, is going to relase 1.2 as  the next milestone at the beginning of March. For the meanwhile, you can grab the Beta2:

    As part of the Django 1.2 release process, tonight we've released Django 1.2 beta 1, a preview/testing package that gives a little taste of some of the new features coming in Django 1.2. As with all alpha and beta packages, this is not for production use, but if you'd like to try out some of the new goodies coming in 1.2, or if you'd like to pitch in and help us fix bugs before the final 1.2 release (due in April), feel free to grab a copy and give it a spin.
    Looking at the release notes we get
    • Object-level permissions
    • Permissions for anonymous users
    Development sprints for Django 1.2 will also be taking place at PyCon US 2010, on the dedicated sprint days (February 22 through 25).

    If you can, it will worth to look at.


    Read More
    • ««
    • «
    • 20
    • 21
    • 22
    • 23
    • 24
    • »
    • »»

Recent Posts

  • Arduino Q da far crescere
  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top