Movie Posters Collection – Harry Ransom Center Digital Collections
Movie Posters Collection - Harry Ransom Center Digital Collections
Massive collection of images of old movie posters
July 11, 2021 at 01:23PM
Set Up A Docker Container To Test Your Rails App
Link: Set Up A Docker Container To Test Your Rails App: "Code is never self-contained. It runs in an environment. Docker lets you define that environment in a simple and portable way. That's why pretty much every automated testing and deployment service works with docker containers. You give them a container, and done! But how do you set up a container..."
red-data-tools/YouPlot
Link: red-data-tools/YouPlot: "A command line tool that draw plots on the terminal. - red-data-tools/YouPlot"
Functools — The Power of Higher-Order Functions in Python
Link: Functools — The Power of Higher-Order Functions in Python: "Take a tour of Python’s functools module and learn how to use its higher-order functions to implement caching, overloading and much more"
Creating Local Python Packages with init.py
Link: Creating Local Python Packages with init.py: "Packages are so confusing in Python. Here are some of the better links I've found about Packages for code reuse and distribution"
Python Modules and Packages – An Introduction – Real Python
Link: Python Modules and Packages – An Introduction – Real Python: "This article explores Python modules and Python packages, two mechanisms that facilitate modular programming."
Scaling relational SQL databases
Link: Scaling relational SQL databases: "A list of things that we can do when we need to scale a SQL database."
ibraheemdev/modern-unix
Link: ibraheemdev/modern-unix: "A collection of modern/faster/saner alternatives to common unix commands. - ibraheemdev/modern-unix"
How To Make a DIY Modern Birdhouse
Link: How To Make a DIY Modern Birdhouse: "Learn how to make a birdhouse two ways. A modern, handmade birdhouse that doesn't require power tools, and a mid-century modern birdhouse."
Make a ROS Launch Start on Boot (robot_upstart) - The Robotics Back-End
Link: Make a ROS Launch Start on Boot (robot_upstart) - The Robotics Back-End: "Start your ROS launch file on boot with robot_upstart! Works on standard computer and Raspberry Pi board. Explained through a detailed example."