VirtualTam's bookmarks
78 bookmarks found
-
REST APIs and the Return of the Console App
2017-03-25 -
- http://blog.kubernetes.io/2016/07/the-bet-on-kubernetes.html
- https://www.openshift.com/
- https://blog.openshift.com/digital-transformation-is-more-than-12-factor-apps/
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/ch01.html
- https://www.redhat.com/en/about/blog/red-hat-and-google-collaborate-kubernetes-manage-docker-containers-scale
-
- https://superuser.com/questions/344962/web-scraper-for-outlook-web-app-2010
- https://hub.docker.com/r/jberrenberg/davmail/
- https://www.ctl.io/developers/blog/post/killing-your-outlook-with-docker-and-davmail/
- https://aur.archlinux.org/packages/davmail/
- https://bbs.archlinux.org/viewtopic.php?id=141256
- https://unix.stackexchange.com/questions/70935/davmail-systemd-launcher-on-headless-server
-
FreeRTOS on Linux
2016-09-06 - https://stackoverflow.com/questions/13442211/compiling-freertos-with-gcc-app-code-with-g
- https://github.com/sean93park/freertos-linux
- https://sourceforge.net/projects/freertos/
- https://github.com/virtualtam/freertos
- http://www.pezzino.ch/freertos-hello-world/
- https://stackoverflow.com/questions/10542618/building-freertos-for-x86
-
OsmAnd - Offline Mobile Maps and Navigation
2015-07-24 -
Rocket: an app-container runtime
2014-12-02 -
Uses a project or repository's history to plot user contributions, displaying an elegant, colored graph of the file arborescence.
After running it on quite different projects...
- Python/Bash CI/Jenkins scripts
- Qt apps: GoldenDict, Psi+
- PHP website: Shaarli
...watching some vids on teh intartubez:
- Minecraft: https://www.youtube.com/watch?v=zRjTyRly5WA
- Linux kernel: https://www.youtube.com/watch?v=AhDiYPLo3p4
- Python: https://www.youtube.com/watch?v=cNBtDstOTmA
It allows to arbitrary spot some interesting implementation aspects (sorted by descending impact):
- language-dependent trees (oh hai Java packages ^^)
- framework-dependent trees
- project-management method (none, Agile, TDD)
Having a graphical tool also quickly shows:
- the overall structure of the project (a bit cooler than a simple $ tree, way quicker than loading the project on an IDE)
- the repartition of files (by extensions)
- who are the most active contributors
- what are the most modified files over time
- who does what: additions, deletions, refactoring
Some more CI-related matters:
- are there any tests?
- what is the source code / test code ratio? (we could expect a project/lib with N modules to have at least N test modules)
- who initiates / implements / optimizes test code?
-
F-Droid | Open Source Android App Catalogue
2014-09-06 -
CamSam
2014-04-07