๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Git Cherry-pick vs Merge Workflow

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Merge Cherry-Pick

Assuming I am the maintainer of a repo and I want to pull in changes from a contributor there are a few possible workflows I cherrypick each commit from the

Thumbnail for Posts

Git Ignore tracked files

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git

I have some tracked files in a repository which are automatically modified when building the code I dont want to untrack them I just dont want them to appear

Thumbnail for Posts

How can I monitor the thread count of a process on linux

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Linux Multithreading Monitor

I would like to monitor the number of threads used by a specific process on Linux Is there an easy way to get this information without impacting the

Thumbnail for Posts

How do I rename a column in an SQLite database table

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Sqlite Alter-Table

I need to rename table columns in an SQLite database This similar question doesnt mention SQLite From the documentation of ALTER TABLE I gather that its not a

Thumbnail for Posts

How do I update devDependencies in NPM

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Npm

npm update seems to just update the packages in dependencies but what about devDependencies Right now you can install devDependencies by running npm install

Thumbnail for Posts

How to access the request body when POSTing using Nodejs and Express

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Node.Js Express

I have the following Nodejs code var express requireexpress var app expresscreateServerexpresslogger appuseexpressbodyParser apppost functionrequest response

Thumbnail for Posts

How to add Google Analytics Tracking ID to GitHub Pages

๐Ÿ“‚ Categories: Programming

Could be a simple question but I am full of doubts right now about adding Google Analytics Tracking ID to GitHub page I am using GitHub automatic page

Thumbnail for Posts

How to change the button text of input typefile

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Input

ltinput typefile valueFoobar nameavatar ididavatar gt I tried to modify the value but its not working How to customize the button

Thumbnail for Posts

How to color scatter markers as a function of a third variable

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Matplotlib Scatter-Plot

I want to make a scatterplot using matplotlib where the points are shaded according to a third variable Ive got very close with this pltscatterw M cp markers