You are here |
blog.tafkas.net | ||
| | | |
ericlathrop.com
|
|
| | | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | |
| | | |
hackaday.io
|
|
| | | | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify. | |
| | | |
danielpecos.com
|
|
| | | | Welcome to jvmGeek!This new blog aims to talk and discuss about the JVM ecosystem, with news and articlesdiscussing about Java - the language -, and also about other JVM languages such as Scala, Kotlin or Clojure. But it won't deal only about programming languages, but also about tools and libraries. You'll find news, tutorials, code examples and more general articles, among other. From time to time I will also try to gather events and news related to one particular matter and post them as a flash post t... | |
| | | |
blog.thalheim.io
|
|
| | In this article, I will explain how to perform full integration tests with flakes outside nixpkgs. With NixOS testing framework, you can create end-to-end integration tests easily. It all comes down to starting a virtual machine based on your custom modules and testing its state with a Python script. This way, you can identify in advance all the regressions and incompatible configurations arising from the updates you introduced. One of the framework's upsides is that it's extremely fast - maybe the faste... |