๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

Create empty file using python duplicate

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

This question already has answers here Implement touch using Python 16 answers Closed 9 years ago Id like to create a file with path x using python Ive been

Thumbnail for Posts

Creating a logical exclusive or operator in Java

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Operators Xor

Observations Java has a logical AND operator Java has a logical OR operator Java has a logical NOT operator Problem Java has no logical XOR operator according

Thumbnail for Posts

Custom attributes - Yea or nay

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Html Xhtml Custom-Attribute

Recently I have been reading more and more about people using custom attributes in their HTML tags mainly for the purpose of embedding some extra bits of data

Thumbnail for Posts

demystify Flask appsecretkey

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

If appsecretkey isnt set Flask will not allow you to set or access the session dictionary This is all that the flask user guide has to say on the subject I am

Thumbnail for Posts

DeprecationWarning executablepath has been deprecated selenium python

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

I am using sublime to code python scripts The following code is for selenium in python to install the driver automatically by using the webdrivermanager

Thumbnail for Posts

Difference between applicationx-javascript and textjavascript content types

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Http-Headers Content-Type

What is the difference between these headers ContentType applicationjavascript ContentType applicationxjavascript ContentType textjavascript Which one is best

Thumbnail for Posts

Difference between innerText innerHTML and value

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Dom Innerhtml Innertext

What is the difference between innerHTML innerText and value in

Thumbnail for Posts

Difference between microtask and macrotask within an event loop context

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Node.Js Promise Event-Loop

Ive just finished reading the PromisesA specification and stumbled upon the terms microtask and macrotask see httppromisesapluscomnotes Ive never heard of

Thumbnail for Posts

Disable IntelliJ indexing on specific folder

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Indexing Intellij-Idea

In my project I have a deploy folder which is createdupdated when I deploy my app locally Is it possible to disable indexing on that folder Everything slows