๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How to post a file from a form with Axios

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Ajax File-Upload Axios

Using raw HTML when I post a file to a flask server using the following I can access files from the flask request global ltform iduploadForm actionuploadfile

Thumbnail for Posts

How to prevent custom views from losing state across screen orientation changes

๐Ÿ“‚ Categories: Programming

Ive successfully implemented onRetainNonConfigurationInstance for my main Activity to save and restore certain critical components across screen orientation

Thumbnail for Posts

How to properly reuse connection to Mongodb across NodeJs application and modules

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Node.Js Mongodb Express

Ive been reading and reading and still am confused on what is the best way to share the same database MongoDb connection across whole NodeJs app As I

Thumbnail for Posts

How to save an HTML5 Canvas as an image on a server

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Php Ajax Html5-Canvas

Im working on a generative art project where I would like to allow users to save the resulting images from an algorithm The general idea is Create an image on

Thumbnail for Posts

How to set Status Bar Style in Swift 3

๐Ÿ“‚ Categories: Swift

Im using Xcode 80 beta 4 In previous version UIViewController have method to set the status bar style public func preferredStatusBarStyle gt UIStatusBarStyle

Thumbnail for Posts

How to split strings over multiple lines in Bash

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Line Indentation

How can i split my long string constant over multiple lines I realize that you can do this echo continuation lines gtcontinuation lines However if you have

Thumbnail for Posts

How to trim a string to N chars in Javascript

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

How can I using Javascript make a function that will trim string passed as argument to a specified length also passed as argument For example var string this

Thumbnail for Posts

How to use null in switch

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Switch-Statement

Integer i switch i case null doSomething0 break In the code above I cant use null in the switch case statement How can I do this differently I cant use default

Thumbnail for Posts

In bash how does one clear the current input

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

Suppose in bash you start writing a command like rm rf foobarreallylongpathhere and then realize you dont want to execute this after all Is there a way to