๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Regex every non-alphanumeric character except white space or colon

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

How can I do this one anywhere Basically I am trying to match all kinds of miscellaneous characters such as ampersands semicolons dollar signs

Thumbnail for Posts

Removing event listener which was added with bind

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Events Listener Bind

In JavaScript what is the best way to remove a function added as an event listener using bind Example function constructor MyClass function thismyButton

Thumbnail for Posts

Repository access denied access via a deployment key is read-only

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Ssh Bitbucket Ssh-Keys

After successfully cloning my repo from heroku and added another remote 1 git clone emailnbspprotectedAPPgit 2 git remote add bitbucket

Thumbnail for Posts

Save file to specific folder with curl command

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Shell Curl Directory

In a shell script I want to download a file from some URL and save it to a specific folder What is the specific CLI flag I should use to download files to a

Thumbnail for Posts

Should nodemodules folder be included in the git repository

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Git Version-Control Npm

Im wondering if we should be tracking nodemodules in our repo or doing an npm install when checking out the

Thumbnail for Posts

String comparison using or vs strcmp

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Php

It seems that PHPs operator is case sensitive So is there a reason to use strcmp Is it safe to do something like the following if password

Thumbnail for Posts

String strip for JavaScript duplicate

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Trim Strip

This question already has answers here Trim string in JavaScript 20 answers Closed 8 years ago How do I strip leading and trailing spaces from a string For

Thumbnail for Posts

Text in a flex container doesnt wrap in IE11

๐Ÿ“‚ Categories: Css

Consider the following snippet parent display flex flexdirection column width 400px border 1px solid red alignitems center child border 1px solid blue ltdiv

Thumbnail for Posts

tightlayout doesnt take into account figure suptitle

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Matplotlib Suptitle

If I add a subtitle to my matplotlib figure it gets overlaid by the subplots titles Does anybody know how to easily take care of that I tried the tightlayout