๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

What exactly does the Access-Control-Allow-Credentials header do

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Http-Headers Cors

Im trying to understand how to use CORS and am confused about what the AccessControlAllowCredentials header does The documentation says Indicates whether or

Thumbnail for Posts

What is the curl error 52 empty reply from server

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

I have a cron job setup on one server to run a backup script in PHP that is hosted on another server The command Ive been using is curl sS

Thumbnail for Posts

What is the difference between buffer and cache memory in Linux

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Linux Caching Memory Buffer

To me its not clear whats the difference between the two Linux memory concepts buffer and cache Ive read through this post and it seems to me that the

Thumbnail for Posts

What is the pythonic way to detect the last element in a for loop

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: For-Loop Idioms Fencepost

How can I treat the last element of the input specially when iterating with a for loop In particular if there is code that should only occur between elements

Thumbnail for Posts

What is the recommended way to escape HTML symbols in plain Java

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Html Escaping

Is there a recommended way to escape lt gt and amp characters when outputting HTML in plain Java code Other than manually doing the following that is String

Thumbnail for Posts

What is vectorization

๐Ÿ“‚ Categories: Programming

Several times now Ive encountered this term in matlab fortran some other but Ive never found an explanation what does it mean and what it does So Im asking

Thumbnail for Posts

Whats the difference between a single precision and double precision floating point operation

๐Ÿ“‚ Categories: Programming

What is the difference between a single precision floating point operation and double precision floating operation Im especially interested in practical terms

Thumbnail for Posts

Whats the difference between Docker and Python virtualenv

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Docker Virtualenv

From what I understand about Docker its a tool used for virtual environments In their lingo its called containerization This is more or less what Pythons

Thumbnail for Posts

Whats the fastest way to delete a large folder in Windows

๐Ÿ“‚ Categories: Programming

This questions answers are a community effort Edit existing answers to improve this post It is not currently accepting new answers or interactions I want to