๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Trigger change event select using jquery

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

is there anyway i could trigger a change event on select box on page load and select a particular option Also the function executed by adding the trigger after

Thumbnail for Posts

Try-with-resources in Kotlin

๐Ÿ“‚ Categories: Kotlin
๐Ÿท๏ธ Tags: Try-With-Resources

When I tried to write an equivalent of a Java trywithresources statement in Kotlin it didnt work for me I tried different variations of the following try

Thumbnail for Posts

Using both Python 2x and Python 3x in IPython Notebook

๐Ÿ“‚ Categories: Python

I use IPython notebooks and would like to be able to select to create a 2x or 3x python notebook in IPython I initially had Anaconda With Anaconda a global

Thumbnail for Posts

Using Kafka as a CQRS Eventstore Good idea

๐Ÿ“‚ Categories: Programming

Although Ive come across Kafka before I just recently realized Kafka may perhaps be used as the basis of a CQRS eventstore One of the main points that Kafka

Thumbnail for Posts

visual studio 2015 vshub is spamming fiddler

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Visual-Studio-2015 Fiddler

I have read How do I disable VsHubexe in the system tray and

Thumbnail for Posts

What can I do when a regular expression pattern doesnt match anywhere in a string

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

I am trying to match ltinputgt of type hidden fields using this pattern ltinput typehidden name value gt This is some sample form data ltinput typehidden

Thumbnail for Posts

What do the --save flags do with npm install

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Npm Npm-Install

I see instructions to install a package with either npm install ltpackagenamegt or npm install ltpackagenamegt save or npm install ltpackagenamegt savedev What

Thumbnail for Posts

What does The code generator has deoptimised the styling of some file as it exceeds the max of 100KB mean

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

I added a new npm package to my project and require it in one of my modules Now I get this message from webpack build modulesNote The code generator has

Thumbnail for Posts

What does this mean in the browser Values of disabled inputs will not be submitted

๐Ÿ“‚ Categories: Programming

This is what I found by Firebug in Firefox Values of disabled inputs will not be submitted Is it the same in other browsers If so whats the reason for