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 Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
馃寪
English Italiano
github linkedin rss
  • .NET Corso Base HTML5

    calendar Nov 3, 2014 路 1 min read
     it knowledgebase software  路 c net
     路
    Share on: twitter facebook linkedin copy
    .NET Corso Base  HTML5

    Descrizione del corso: Introduzione ad Html5 basata su WebForms Target: certificazione corso 20480B Repository delle slide e del codice di esempio: https://github.com/daitangio/html5 Lingua: Italiano Tecnologia: Visual Studio 2013 (Trial Supported) Extra software required: SQL Express


    Read More
  • Arduino Real Time EggBox

    calendar Oct 15, 2014 路 6 min read
     arduino  eggbox it knowledgebase software-projects
     路
    Share on: twitter facebook linkedin copy
    Arduino Real Time EggBox

    In questo secondo capitolo della serie egg box per arduino (una lampada a led costruita con 2 scatole di plastica delle uova), riscriveremo il codice in modo da utilizzare un sistema operativo real time chiamato NilRTOS e disponibile su Github; in particolare mostrer貌 un semplice sketch che 猫 in grado di produrre un piccolo accordo ed accedere tre luci rispetto ad un ritmo, mentre una quarta, di colore rosso, si accender脿 rispetto ad una cadenza diversa.


    Read More
  • Arduino EggBoxLamp

    calendar Oct 9, 2014 路 2 min read
     arduino  eggbox it knowledgebase software
     路
    Share on: twitter facebook linkedin copy
    Arduino EggBoxLamp

    Programmare Arduino 猫 molto divertente, ed in questo articolo voglio mostrare come creare una semplicissima lampada luminosa. Questo esempio sar脿 anche il pretesto per mostrare differenti implementazioni software dello stesso progetto (in prossimi post)

    Questo progetto 猫 volutamente molto semplice, e non si serve di nessun sensore.

    Trovate il codice su github:

    https://github.com/daitangio/egg_box


    Read More
  • Rebar poor proxy git fixer

    calendar Aug 14, 2014 路 1 min read
     en erlang knowledgebase  路 easy erlang fix git
     路
    Share on: twitter facebook linkedin copy
    Rebar poor proxy git fixer

    Sometimes you are behind a http proxy, and the git:// protocol is not accessible.


    Read More
  • ErZauker Revenge!

    calendar Jul 15, 2014 路 1 min read
     en erlang featured knowledgebase software  路 er-zauker erlang redis
     路
    Share on: twitter facebook linkedin copy
    ErZauker Revenge!

    After a bunch of time, I take back my Erlang Hammer from the sand of聽time.


    Read More
  • Usare la memoria non inizializzata per divertimento e profitto

    calendar Oct 18, 2013 路 1 min read
     it knowledgebase software  路 good ideas
     路
    Share on: twitter facebook linkedin copy
    Usare la memoria non inizializzata per divertimento e profitto

    Ciao a tutti, 猫 venerd矛! Se avete due minuti di tempo, volevo indicarvi un articolo su un algoritmo non banale, molto ben descritto qui:


    Read More
  • Emacs Tips

    calendar Sep 1, 2013 路 1 min read
     en knowledgebase software  路 emacs
     路
    Share on: twitter facebook linkedin copy
    Emacs Tips

    Userful Commands:

    1. keep-lines
    2. sort-lines
    For more similar options, see this "working with lines"

    For playing with rectangles of text, see this tip


    Read More
  • Oracle Invalid number ORA-01722

    calendar Jul 15, 2013 路 1 min read
     en knowledgebase sql  路 bad bug oracle sql
     路
    Share on: twitter facebook linkedin copy
    Oracle Invalid number ORA-01722

    I stumbled upon a very brain-f**k error on Oracle 10g on these days.

    Context: the following query [sql]SELECT * FROM (
    SELECT TO_NUMBER(CUSTOMER_ID) AS SNDG FROM BAD_CODES_TABLE WHERE
    AND I_LIKE=UPPER(‘STATIC_CONDITION’) AND CUSTOMER_ID NOT LIKE ‘%P%’ ) S WHERE TO_NUMBER(S.SNDG) >2000[/sql] could trigger a Invalid number if CUSTOMER_ID column contains invalid numbers.

    Why?

    Well鈥f you ask to “explain plan”, you will get something like

    • a table full scan
      • Filter Predicates AND
        • I_LIKE=UPPER('STATIC_CONDITION')
        • TO_NUMBER(S.SNDG) >2000
        • CUSTOMER_ID NOT LIKE '%P%'

    Read More
  • How I Structure My Flask Applications

    calendar Jun 27, 2013 路 1 min read
     en knowledgebase  路 python
     路
    Share on: twitter facebook linkedin copy
    How I Structure My Flask Applications

    How I Structure My Flask Applications Flask has been my preferred web framework as of late. I think it has a great core feature set and Armin, the main author, has done well to keep its API minimal and easy to digest even for developers that are relatively new to Python. However, given that it is a rather minimal framework, it can be often difficult to decide on how to structure an application after it reaches a certain level of complexity. It tends to be a common question that comes up in the #pocoo IRC channel.In this article I intend to share how I structure Flask applications. To help support this article Ive written a very basic application that Ive arbitrarily named Overholt. If you plan on following along I recommend having the source code open in your browser or a code editor.


    Read More
  • ZFS on MACOSX

    calendar Feb 4, 2013 路 1 min read
     en knowledgebase
     路
    Share on: twitter facebook linkedin copy
    ZFS on MACOSX

    ZFS is a very innovative file system….

    ZFS聽is a combined聽file system聽and聽logical volume manager聽designed by聽Sun Microsystems. The features of ZFS include protection against聽data corruption, support for high storage capacities, integration of the concepts of filesystem and聽volume management,聽snapshots聽and聽copy-on-write聽clones, continuous integrity checking and automatic repair,聽RAID-Z聽and native聽NFSv4聽ACLs. ZFS is implemented as聽open-source software, licensed under the聽Common Development and Distribution License聽(CDDL). The ZFS name was a trademark of聽Oracle[3]聽until September 20, 2011.[4]

    […]


    Read More
    • ««
    • «
    • 6
    • 7
    • 8
    • 9
    • 10
    • »
    • »»

Recent Posts

  • 6,76%
  • Il tizio con il cappello che crede di comandare il mondo intero
  • Murderbot: i diari della macchina assassina
  • Breve guida agli ETF

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top