Search
Translate / Traduci
Support Gioorgi Editorial Board
Category Archives: Gio’s Software Projects
Smart Sync
On 2002, I was forced to build a small java class to “sync” two databases (sorry for Italian): SmartSync used the Metadata offered by JDBC API to be able to copy data between two tables. In the last years I … Continue reading
Posted in English Content, Gio's Software Projects
Tagged database, mssqlserver, oracle, sqlite
Comments Off on Smart Sync
runif
Idempotent and minimal python 3 library for rapid scripting. Provide support for creating file, adding data to them, patching and so on. Why? (Ba)sh scripting is very easy to setup. So we end up using it all the time for … Continue reading
Posted in English Content, Gio's Software Projects, Knowledgebase, Projects, Python, Software
Tagged bash, python
Comments Off on runif
Introduction to org mode parser
Org-mode is an Emacs mode for keeping notes, maintaining To-do lists, doing project planning, and authoring with a fast and effective plain-text system. Node.js is a event-based server for the V8 JavaScript Engine. So Org Mode Parser for Nodejs is … Continue reading
Posted in English Content, Gio's Software Projects, Org Mode Parser
Comments Off on Introduction to org mode parser
SQLite Oracle Compatibility Layer
It aims to provide a minimal compatibility with Oracle. The need was having some regular expression functions, and I do not like to work with risky C code, like this university project did Github link: https://gitlab.com/daitangio/sqlite_ora_functions
Posted in English Content, Gio's Software Projects, Projects, Python, Structured Query Language (SQL)
Tagged oracle, sql, sqlite
Comments Off on SQLite Oracle Compatibility Layer
Stereo Sid 2.0.6 update
After a bunch of years, I am happy to announce StereoSID 2.0.6 is here to stay. It spots a new sid_player example and some optimization on the I2C implementation. MOS6581 SID Emulator Arduino Library with stereo capability https://github.com/daitangio/sid-arduino-lib 2 forks. … Continue reading
Posted in English Content, Gio's Software Projects, Retro Computing
Tagged stereosid
Comments Off on Stereo Sid 2.0.6 update
Org Mode parser 0.1.3 is out!
Beauty (OrgMode Parser 0.1.3) is here to stay! OrgMode parser is a small nodeJS library to parse Emacs OrgMode files (more info at this link). This version features: Fixed empty header issue Code Cleanup Migration from jade to pug2 (new … Continue reading
Posted in English Content, Gio's Software Projects, Org Mode Parser
Tagged org-mode, org-mode-parser
Comments Off on Org Mode parser 0.1.3 is out!
Oracle SQL Developer Keep Alive plugin
On some environment, on some customers, Oracle connections are drop after some idle time (i.e. 2 minutes). I have found a small plugin for Sql Developer to solve this issue: it is very handy and logs its usage. Code is also … Continue reading
Posted in English Content, Gio's Software Projects, Knowledgebase, Software, Structured Query Language (SQL)
Tagged oracle, plugin, sql, sqldeveloper
Comments Off on Oracle SQL Developer Keep Alive plugin