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
  • Code Zauker 0.0.6 & 7 Double hit!

    calendar May 13, 2012 · 1 min read
     en featured software  · code-zauker project redis ruby
     ·
    Share on: twitter facebook linkedin copy
    Code Zauker 0.0.6 & 7 Double hit!

    And so you was waiting for news?

    Nice to impress you: I was able to shot two code zauker versions in less than a month!

    Code Zauker, the yet-another-google-code-indexer  based on redis is happy to impress you with new features:

    • Better web interface
    • Powerful multi-processor indexer (mczindexer)
    • Better documentation on the readme on github,  con ready-to-use example.
    Code Zauker is schema-free and need no special setup on redis: just run the indexer and enjoy. You can also point to non-local redis server using password authentication, for extra security.

     


    Read More
  • Give me all your code! Code Zauker Search engine spot Web interface now

    calendar Apr 14, 2012 · 1 min read
     en software  · code-zauker project
     ·
    Share on: twitter facebook linkedin copy
    Give me all your code! Code Zauker Search engine spot Web interface now

    Don’t play the stupid game Cause I’m a different kind of  engine Every search sounds the same You’ve got to step into my world Give me all your RAM and give me your code Give me all your code today

    (MDNA Credits)

    A new, improved version of Code Zauker is out!


    Read More
  • Help Daitan find a Sql solution for codezauker

    calendar Mar 6, 2012 · 3 min read
     en featured software sql  · nosql redis sqlite
     ·
    Share on: twitter facebook linkedin copy
    Help Daitan find a Sql solution for codezauker

    In my code ramblings during the developement of Code Zauker, I ended up studing a bit NoSql  database.

    Code zauker started using Redis, because Redis is a very bold memory-based no-sql db. Redis also support complex data type like sorted set, lists and so on, which was very userful. Anyway I needed a very fast way of doing statistics on data collected by code zauker, for inspecting data and finding out new feature I’d like to add to it. Worst, my current pocket pose a hard limit on a redis instance in terms of available RAM. So I started thinking a lot about a redis drop-in replacement for Code Zauker.


    Read More
  • Time Machine use and internals

    calendar Feb 22, 2012 · 1 min read
     en knowledgebase software  · backup macosx
     ·
    Share on: twitter facebook linkedin copy
    Time Machine use and internals

    Do you want to know how to backup your mac via wi-fi, or how time machine is designed?

    This site will give you tips but also plenty of information.

    Last but not least, tricks like Making a Lion Install disc or partition are worth a read.


    Read More
  • Code Zauker 0.0.4 is OUT

    calendar Feb 12, 2012 · 1 min read
     en featured software  · code-zauker project
     ·
    Share on: twitter facebook linkedin copy
    Code Zauker 0.0.4 is OUT
    VADER A tremor in the Force. The last time I felt it was in the presence of my old master.

    TARKIN Surely he must be dead by now.
    Read More

  • The real reason Git rocks

    calendar Feb 10, 2012 · 4 min read
     en featured software  · git great-ideas mercurial nttdata subversion
     ·
    Share on: twitter facebook linkedin copy
    The real reason Git rocks

    I have learned Git. I forget about all my childhood for making space about all the magic, but I got it.

    And I know because git rocks. The real reason Git rocks. And I will reveal you.


    Read More
  • Code Zauker v0.0.3 is OUT

    calendar Feb 3, 2012 · 1 min read
     en  · code-zauker engine ideas project redis search
     ·
    Share on: twitter facebook linkedin copy

    Are you ready for the news?

    Code Zauker v0.0.3 is OUT!

    The new version spots

    • Case insensive indexing and searching, at a blazing fast speed.
    • UTF-8 compliant indexing. Best if your code is on another encoding, code zauker try to "guess" the right one and fix it.
    • Richer czsearch options, like the following
    $ruby -Ilib bin/czsearch -h
    Usage: czsearch [options] [term1] [term2]...
        -i, --ignore-case                ignore case distinctions
        -B, --before-context NUM         print NUM lines of leading context
        -A, --after-context NUM          print NUM lines of trailing context
        -C, --context NUM                print NUM lines of output context
        -X, --exclude FILE_PATTERN       Exclude files that match FILE_PATTERN (as ruby regexp). Case insensitive
        -h, --help                       Display this screen
    Options are grep-like
    EXAMPLES:
    czsearch ciao Koros
     Will search Koros OR ciao
    czsearch -i gnu
     Will match also GNU and Gnu
    czsearch  -X .orig -X .bak -X .java  html:select
     Will skip java and backup file
     

    Take a look at the code on github.


    Read More
  • Resizing a VirtualBox Virtual Hard Disk

    calendar Jan 26, 2012 · 1 min read
     en knowledgebase  · linux relax
     ·
    Share on: twitter facebook linkedin copy
    Resizing a VirtualBox Virtual Hard Disk

    Resizing a debian disk is a bit complex on Oracle VirtualBox.

    But this article will free you from the hassle, and will also work with older virtual box versions!

  • Redis + Ruby + Your Code = Code Zauker!

    calendar Jan 26, 2012 · 5 min read
     en featured knowledgebase software software-projects  · code-zauker project redis ruby site
     ·
    Share on: twitter facebook linkedin copy
    Redis + Ruby + Your Code = Code Zauker!

    When Google Code was shut down, I have the lucky to read this article on how it worked. The article give you a bunch of Google-Go code. Because Go-language is too small and unusual for my brain, I took the idea and reimplemented it using Ruby and Redis.

    And because my nickname is Daitangio, I decided to call the project like the Daitarn3 antagoinst: the Code Zauker![1]

    The beta gem is available here
    Read More
  • When less is less: google code dead

    calendar Jan 20, 2012 · 1 min read
     en  · google ideas opinion redis web
     ·
    Share on: twitter facebook linkedin copy

    When Steve Jobs given some suggestions to Google, I fear he was still upset for the Android-carbon-copy of the iPhone. Because Jobs suggested Google to focus on a small subset of product (no more then five) and Google did it. And google started killing a lot of lab projects.


    Read More
  • Org2Blog

    calendar Jan 2, 2012 · 1 min read
     en knowledgebase org-mode-parser  · emacs org-mode project
     ·
    Share on: twitter facebook linkedin copy
    Org2Blog

    Org2Blog is a nice Emacs package to blog on Wordpress with Org-Mode. You can download it using the ELPA package manager, which is what I have done yesterday night. The Git Hub project page gives you a very clean explanation on how to use it, and a helpful FAQ.


    Read More
  • Emacs adventures | HCoder.org

    calendar Nov 30, 2011 · 1 min read
     en knowledgebase  · editor emacs tools
     ·
    Share on: twitter facebook linkedin copy
    Emacs adventures | HCoder.org

    As you know, emacs rocks. This blog post give us an “Emacs Sitemap” for the newbies, and I stress…(edited content…)

    […]

    1. EmacsWiki: you probably already know this one, but it’s pretty useful for a variety of reasons.
    2. EmacsRocks / @Emacsrocks: it’s a series of screencasts showing off cool, advanced Emacs features. Each screencast is very short and focused on one thing. Instant awesome.
    3. EmacsRookie / @EmacsRookie: a blog with articles about different Emacs trips & tricks and features. More geared towards beginners (but my impression is that many people stay “beginners” of Emacs for quite a long time).
    4. Steve Yegge described “10 Specific Ways to Improve Your Productivity With Emacs“. In particular, I’d recommend making Caps-Lock behave as an extra Control key (I didn’t swap, I just have one more Control key), invoke M-x without the Meta key (both C-x C-m and C-c C-m) and being comfortable with the buffer commands. For navigation, apart from incremental search, you can also use ace-jump.
    5. Christian Johansen has an interesting intro article to Emacs Lisp.
    6. hippie-expand is a pretty cool completion system, familiarise yourself with it.
    7. yasnippet. Very cool snippet system. Just have a look at the EmacsRocks screencast on yasnippet.
    Give a try to Emacs adventures | HCoder.org.
  • JavaScript Wars: Xtend

    calendar Nov 20, 2011 · 2 min read
     en lang  · java javascript javascript-war script war
     ·
    Share on: twitter facebook linkedin copy

    And so Java, the old old King is still alive.

    After Scala, Clojure, NodeJS, and Dart, a new hero is knocking to its castle: Eclipse Xtend

    Will he succeed? Hard to Say, but Xtend is very similar to CoffeScript: Xtend simplifies writing Java code, but it doesn’t aim take the grab the crown with a night ambush to the King’s IDE.


    Read More
  • Windows x64: 32bit Odbc vs 64bit Odbc

    calendar Nov 10, 2011 · 1 min read
     en knowledgebase  · database oracle
     ·
    Share on: twitter facebook linkedin copy
    Windows x64: 32bit Odbc vs 64bit Odbc

    I run into a very big trouble on these days.

    • My big company delivered to me a Windows7 64bit system (first error)
    • I asked for Office 64 bit and Visio2007 32 bit
    • I tried to connect to Oracle (second error) to reverse engenieer a DB with Visio2007
    I got a "driver architecture" error under Visio2007. Launching %WINDIR%\\System32\\odbcad32.exe

    (the 32bit guy of the odbc drivers side) I was able to get the same error… and this was helpful:


    Read More
  • tipsy

    calendar Oct 28, 2011 · 1 min read
     en knowledgebase  · jquery ui
     ·
    Share on: twitter facebook linkedin copy
    tipsy

    Overview

    Tipsy is a jQuery plugin for creating a Facebook-like tooltips effect based on

    an anchor tag’s title attribute.

    via tipsy.

    • ««
    • «
    • 16
    • 17
    • 18
    • 19
    • 20
    • »
    • »»

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