๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

No visible cause for Unexpected token ILLEGAL

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Syntax-Error Illegal-Characters

Im getting this JavaScript error on my console Uncaught SyntaxError Unexpected token ILLEGAL This is my code var foo bar Its super simple as you can see How

Thumbnail for Posts

onMeasure custom view explanation

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

I tried to do custom component I extended View class and do some drawing in onDraw overrided method Why I need to override onMeasure If I didnt everything seen

Thumbnail for Posts

PostgreSQL DISTINCT ON with different ORDER BY

๐Ÿ“‚ Categories: Sql

I want to run this query SELECT DISTINCT ON addressid purchasesaddressid purchases FROM purchases WHERE purchasesproductid 1 ORDER BY purchasespurchasedat DESC

Thumbnail for Posts

Practical use of stackalloc keyword

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Keyword Stackalloc

Has anyone ever actually used stackalloc while programming in C I am aware of what is does but the only time it shows up in my code is by accident because

Thumbnail for Posts

Practical uses of git reset --soft

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

I have been working with git for just over a month Indeed I have used reset for the first time only yesterday but the soft reset still doesnt make much sense

Thumbnail for Posts

Python - Extract a PDF page as a jpeg

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Image Flask Pdf

How can I efficiently save a particular page of a PDF as a jpeg file using Python I have a Python Flask web server where PDFs will be uploaded and I want to

Thumbnail for Posts

Session lock causes ASPNet websites to be slow

๐Ÿ“‚ Categories: Programming

I just discovered that every request in an ASPNet web application gets a Session lock at the beginning of a request and then releases it at the end of the

Thumbnail for Posts

Step out of current function with GDB

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

Those who use Visual Studio will be familiar with the Shift F11 hotkey which steps out of a function meaning it continues execution of the current function

Thumbnail for Posts

text-overflow ellipsis not working

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

This is what I tried see here body overflow hidden span border solid 2px blue whitespace nowrap textoverflow ellipsis Essentially I want the span to shrink