๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

How can I prevent event bubbling in nested React components on click

๐Ÿ“‚ Categories: Programming

Heres a basic component Both the ltulgt and ltligt have onClick functions I want only the onClick on the ltligt to fire not the ltulgt How can I achieve this

Thumbnail for Posts

How can I remove the top and right axis

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

Instead of the default boxed axis style I want to have only the left and bottom axis ie gt This should be easy but I cant find the necessary options in the

Thumbnail for Posts

How can I see all the issues Im watching on Github

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

Github has a great feature where you can watch an issue This is handy for getting notifications about progress on that issue However sometimes you want to find

Thumbnail for Posts

How dangerous is it to access an array out of bounds

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: C Arrays Memory

How dangerous is accessing an array outside of its bounds in C It can sometimes happen that I read from outside the array I now understand I then access memory

Thumbnail for Posts

How do I check OS with a preprocessor directive

๐Ÿ“‚ Categories: Programming

I need my code to do different things based on the operating system on which it gets compiled Im looking for something like this ifdef OSisWindows do

Thumbnail for Posts

How do I close an open port from the terminal on the Mac

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

I opened port 5955 from a java class to comunicate from a client How do i close this port after I am done and also which command can show me if port open or

Thumbnail for Posts

How do I convert a byte array to Base64 in Java

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Arrays String

Okay I know how to do it in C Its as simple as ConvertToBase64Stringbyte and ConvertFromBase64Stringstring to get byte back How can I do this in

Thumbnail for Posts

How do I kill background processes jobs when my shell script exits

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

I am looking for a way to clean up the mess when my toplevel script exits Especially if I want to use set e I wish the background process would die when the

Thumbnail for Posts

How do you make div elements display inline

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

Given this HTML ltdivgtfooltdivgtltdivgtbarltdivgtltdivgtbazltdivgt How do you make them display inline like this foo bar baz not like this foo bar