-
runif
May 28, 2020 路 2 min read 路Idempotent and minimal python 3 library for rapid scripting. Provide support for creating file, adding data to them, patching and so on.
Read More -
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!
Read More -
The project has been renamed into “runif”. This page left only for Google Search happiness.
Read More -
Ring - Cache interface as a programming language integrationRing provides function-oriented cache interface for various backends.
Repository:
Read More -
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 to store my stuff.
Read More -
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 the complexity gets bigger. I didn’t imagine bash is even more powerful :) This article by Robert Muth so you new nice tricks: I聽 add here some other like mapfile and stress the most important one.
Update 2016 Last but not least,if you do now know about bash history, this link will teach you a huge set of tricks Updated 2019 Bash Bible will further extend the topic.
Read More -
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 -
Tool Command Language: il papa’ di Java
Dec 21, 2012 路 5 min read 路聽
In particolatre Tcl 8.6 introduce un motore “stackless”, integra nel linguaggio le estensioni OOP, ed aggiunge le聽coroutine.
Parliamo quindi diffusamente di Tcl, un linuaggio che ho sempre trascurato perch茅 mi sembrava macchinoso e un po’ brutto/fatto 聽male…ma mi sono dovuto ricredere.
Read More -
Preludio
L’ultima volta che ho provato Ruby 猫 stato nell’aprile del 2005. Avevo sviluppato un paio di progetti di test in RubyOnRails, che allora era gi脿 produttivo. Ruby era affascinante, ma la libreria base mi sembrava ancora in stato embrionale e lo abbandonai. RubyOnRails non mi 猫 mai sembrato avesse un vantaggio competitivo rispetto a framwork come CakePHP o Python Django.
Read More