๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Differences and Similarities Between Lumen and Laravel

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

I read the documentation and it seems Lumen is Laravel with less features I must be missing something I am looking for a comparison table of the components and

Thumbnail for Posts

Easiest way to compare arrays in C

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net Arrays Compare

In Java Arraysequals allows to easily compare the content of two basic arrays overloads are available for all the basic types Is there such a thing in C Is

Thumbnail for Posts

Editing the git commit message in GitHub

๐Ÿ“‚ Categories: Programming

Is there any way of online editing the commit message in GitHubcom after submission From the command line one can do git commit amend m New commit message as

Thumbnail for Posts

Entity framework linq query Include multiple children entities

๐Ÿ“‚ Categories: Programming

This may be a really elementry question but whats a nice way to include multiple children entities when writing a query that spans THREE levels or more ie I

Thumbnail for Posts

fatal Not a valid object name master

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

I have a private server running git 17 When I git init a folder it doesnt create a master branch Cause when i do git branch it doesnt list anything When I do

Thumbnail for Posts

Get Output From the logging Module in IPython Notebook

๐Ÿ“‚ Categories: Python

When I running the following inside IPython Notebook I dont see any output import logging loggingbasicConfiglevelloggingDEBUG loggingdebugtest Anyone know how

Thumbnail for Posts

Git error Encountered 7 files that should have been pointers but werent

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

How to clean repo if staged files marked as modified After git reset hard I get Encountered 7 files that should have been pointers but werent Running git clean

Thumbnail for Posts

HashMap to return default value for non-found keys

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

Is it possible to have a HashMap return a default value for all keys that are not found in the

Thumbnail for Posts

How can I build multiple submit buttons django form

๐Ÿ“‚ Categories: Python

I have form with one input for email and two submit buttons to subscribe and unsubscribe from newsletter ltform action methodpostgt formnewsletter ltinput