๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Get value from SimpleXMLElement Object

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

I have something like this url httpwsgeonamesorgfindNearbyPostalCodescountryplampplacename url rawurlencodecityi xml simplexmlloadfileurl echo urln cityCode

Thumbnail for Posts

Git tab completion not working in zsh on mac

๐Ÿ“‚ Categories: Programming

No matter what I try and do I cant seem to make git tabauto completion work in my zsh shell Ive downloaded the bashcompletion script and the zshcompletion one

Thumbnail for Posts

How can I add a filter class in Spring Boot

๐Ÿ“‚ Categories: Java

Is there any annotation for a Filter class for web applications in Spring Boot Perhaps Filter I want to add a custom filter in my project The Spring Boot

Thumbnail for Posts

How can I easily fixup a past commit

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

I just read amending a single file in a past commit in git but unfortunately the accepted solution reorders the commits which is not what I want So heres my

Thumbnail for Posts

How can I format a number into a string with leading zeros

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: String String-Formatting

I have a number that I need to convert to a string First I used this Key iToString But I realize its being sorted in a strange order and so I need to pad it

Thumbnail for Posts

How can I parse create a date time stamp formatted with fractional seconds UTC timezone ISO 8601 RFC 3339 in Swift

๐Ÿ“‚ Categories: Swift
๐Ÿท๏ธ Tags: Date Time Iso8601 Rfc3339

How to generate a date time stamp using the format standards for ISO 8601 and RFC 3339 The goal is a string that looks like this 20150101T000000000Z Format

Thumbnail for Posts

How do I delete a Git branch with TortoiseGit

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

Is there an option to delete a branch with TortoiseGit I found a solution for the commandline Is there an implementation in

Thumbnail for Posts

How do I get only directories using Get-ChildItem

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Powershell Powershell-2.0

Im using PowerShell 20 and I want to pipe out all the subdirectories of a certain path The following command outputs all files and directories but I cant

Thumbnail for Posts

How do I install imagemagick with homebrew

๐Ÿ“‚ Categories: Programming

Im trying to install Imagemagick on OSX Lion but something is not working as expected gt brew install imagemagick usrlocalgitbingit gt Cloning