๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

DISABLE the Horizontal Scroll closed

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

Closed This question needs debugging details It is not currently accepting answers Edit the question to include desired behavior a specific problem or error

Thumbnail for Posts

Django - makemigrations - No changes detected

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Django Django-Migrations

I was trying to create migrations within an existing app using the makemigrations command but it outputs No changes detected Usually I create new apps using

Thumbnail for Posts

Do you use NULL or 0 zero for pointers in C

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Null

In the early days of C when it was bolted on top of C you could not use NULL as it was defined as void0 You could not assign NULL to any pointer other than

Thumbnail for Posts

Enable IIS7 gzip

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Iis Iis-7 Compression Gzip

How can I enable IIS7 to gzip static files like js and css and how can I test if IIS7 is really gziping them before sending to the

Thumbnail for Posts

Get records with max value for each group of grouped SQL results

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Sql Greatest-N-Per-Group

How do you get the rows that contain the max value for each grouped set Ive seen some overlycomplicated variations on this question and none with a good answer

Thumbnail for Posts

Git diff between current branch and master but not including unmerged master commits

๐Ÿ“‚ Categories: Programming

I want a diff of all changes in a branch that is not merged to master yet I tried git diff master git diff branchmaster git diff branchmaster However in each

Thumbnail for Posts

glob exclude pattern

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

I have a directory with a bunch of files inside eee2314 asd3442 and eph I want to exclude all files that start with eph with the glob function How can I do

Thumbnail for Posts

Have nginx accesslog and errorlog log to STDOUT and STDERR of master process

๐Ÿ“‚ Categories: Programming

Is there a way to have the master process log to STDOUT STDERR instead of to a file It seems that you can only pass a filepath to the accesslog directive

Thumbnail for Posts

How can I find Java heap size and memory used Linux

๐Ÿ“‚ Categories: Java

How can I check heap size and used memory of a Java application on Linux through the command line I have tried through jmap But it gives information about