Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
Facet
February 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Gioorgi EverGreen
Tag Archives: python
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
Commodore Retro Magic Dream: Pyc64 supports I/O on real emulation
I am happy to announce pyc64 now supports save and load programs on top of real emulation. Irmen point me to the right code to look, and I implemented the fix in the weekend; happy hacking! Commodore-64 simulator in … Continue reading
Posted in English Content, Retro Computing
Tagged 6502, c64, python
Comments Off on Commodore Retro Magic Dream: Pyc64 supports I/O on real emulation
Pybash
The project has been renamed into “runif”. This page left only for Google Search happiness. Pybash is a python library to make python script as easy as in Bourne Again Shell (Bash). Bash scripting is very easy to setup. So … Continue reading
Posted in English Content, Knowledgebase, Python, Software
Tagged bash, python
Comments Off on Pybash
Ring – Cache interface as a programming language integration
Ring – Cache interface as a programming language integrationRing provides function-oriented cache interface for various backends. Repository: https://github.com/youknowone/ring/ Source: Ring – Cache interface as a programming language integration — Ring 0.7.2 documentation
Posted in English Content, Knowledgebase, Python
Tagged cache, python
Comments Off on Ring – Cache interface as a programming language integration
Commodore Retro Magic Dream
When I was young I was able to play with my Vic20/Commodore64. I learned to love programming with these small 8-bit *real* computers. I was between 11 and 12 years old, and just learning basic English, with only a data-casette … Continue reading
Bash secret powers
Bash scripting has evolved a lot in the last ten years. I get used to relay on bash for all normal “data domination” tasks (like file system refactorings, database extraction and reporting and so on) and switching to python/ruby/perl when … Continue reading
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 … Continue reading
Posted in English Content, Knowledgebase
Tagged flask, python
Comments Off on How I Structure My Flask Applications