๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Why isnt the global keyword needed to access a global variable

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Global-Variables

From my understanding Python has a separate namespace for functions so if I want to use a global variable in a function I should probably use global However I

Thumbnail for Posts

Why use sprintf versus non-functional techniques such as concatenation or interpolation

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

I am trying to learn more about the PHP function sprintf but phpnet did not help me much and I am still confused WhyWhen would you want to use it For example

Thumbnail for Posts

xkcd style graphs in MATLAB

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

So talented people have figured out how to make xkcd style graphs in Mathematica in LaTeX in Python and in R already How can one use MATLAB to produce a plot

Thumbnail for Posts

Add a property to a JavaScript object using a variable as the name

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Jquery Object Syntax

Im pulling items out of the DOM with jQuery and want to set a property on an object using the id of the DOM element Example const obj

Thumbnail for Posts

Akka Kill vs Stop vs Poison Pill

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

Newbie question of Akka Im reading over Akka Essentials could someone please explain the difference between Akka StopPoison Pill vs Kill The book offers just a

Thumbnail for Posts

Android requires compiler compliance level 50 or 60 Found 17 instead Please use Android Tools Fix Project Properties

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Android

Did anybody have similar problem with this I import android project and I get errors like 20111003 172009 Screen Android requires compiler compliance level 50

Thumbnail for Posts

ASPNET Identitys default Password Hasher - How does it work and is it secure

๐Ÿ“‚ Categories: C#

I am wondering wether the Password Hasher that is default implemented in the UserManager that comes with MVC 5 and ASPNET Identity Framework is secure enough

Thumbnail for Posts

Automatically track remote branch with git

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

When Im using a local branch mybranch Id like to be able to push to and pull from origin mybranch using just git push and git pull As it is I have to tediously

Thumbnail for Posts

Best practices for copying files with Maven

๐Ÿ“‚ Categories: Programming

I have config files and various documents that I want to copy from the dev environment to the devserver directory using Maven2 Strangely Maven does not seem