๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How to send JSON instead of a query string with ajax

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Jquery Json Query-String

Can someone explain in an easy way how to make jQuery send actual JSON instead of a query string ajax url url dataType json I was pretty sure this would do the

Thumbnail for Posts

How to set breakpoints in inline Javascript in Google Chrome

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Debugging Google-Chrome

When I open Developer Tools in Google Chrome I see all kinds of features like Profiles Timelines and Audits but basic functionality like being able to set

Thumbnail for Posts

How to specify an element after which to wrap in css flexbox duplicate

๐Ÿ“‚ Categories: Css
๐Ÿท๏ธ Tags: Flexbox

This question already has answers here How to specify line breaks in a multiline flexbox layout 10 answers Closed 5 years ago I dont think this is part of the

Thumbnail for Posts

How to split one string into multiple variables in bash shell duplicate

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

This question already has answers here How do I split a string on a delimiter in Bash 40 answers Closed 9 years ago Ive been looking for a solution and found

Thumbnail for Posts

How to subtract datetime in JavaScript duplicate

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

This question already has answers here How do I get the difference between two Dates in JavaScript 19 answers Closed 10 years ago I have a field at a grid

Thumbnail for Posts

Import text file as single character string

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

How do you import a plain text file as single character string in R I think that this will probably have a very simple answer but when I tried this today I

Thumbnail for Posts

Initializing a list to a known number of elements in Python duplicate

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Arrays List

This question already has answers here Create an empty list with certain size in Python duplicate 18 answers Closed 8 years ago Right now I am using a list and

Thumbnail for Posts

Insert a row to pandas dataframe

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pandas Dataframe Insert

I have a dataframe s1 pdSeries5 6 7 s2 pdSeries7 8 9 df pdDataFramelists1 lists2 columns A B C A B C 0 5 6 7 1 7 8 9 2 rows x 3 columns and I need to add a

Thumbnail for Posts

Is it possible to specify your own distance function using scikit-learn K-Means Clustering

๐Ÿ“‚ Categories: Python

Is it possible to specify your own distance function using scikitlearn KMeans