๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

Execute bash script from URL

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Linux Curl

Say I have a file at the URL httpmywebsiteexamplemyscripttxt that contains a script binbash echo Hello world read p What is your name name echo Hello name And

Thumbnail for Posts

Find the column name which has the maximum value for each row

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pandas Dataframe Max Argmax

I have a DataFrame like this one Communications and Search Business General Lifestyle 0 0745763 0050847 0118644 0084746 0 0333333 0000000 0583333 0083333 0

Thumbnail for Posts

Getting hold of the outer class object from the inner class object

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Inner-Classes

I have the following code I want to get hold of the outer class object using which I created the inner class object inner How can I do it public class

Thumbnail for Posts

Git push hangs when pushing to Github

๐Ÿ“‚ Categories: Programming

Git push hangs everytime I try to push to github I am using Cygwin and Windows 7 Git functions fine locally tracking branches providing status setting global

Thumbnail for Posts

gitignore all files of extension in directory

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

Is there a way to ignore all files of a type in a directory is apparently meaningless to git so this doesnt work publicstaticjs The idea is to match arbitrary

Thumbnail for Posts

Google Firestore - How to get several documents by multiple ids in one round-trip

๐Ÿ“‚ Categories: Javascript

I am wondering if its possible to get multiple documents by a list of ids in one round trip network call to the Firestore

Thumbnail for Posts

How can I tell when HttpClient has timed out

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Timeout Dotnet-Httpclient

As far as I can tell theres no way to know that its specifically a timeout that has occurred Am I not looking in the right place or am I missing something

Thumbnail for Posts

How do different retention policies affect my annotations

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

Can anyone explain in a clear way the practical differences between the javalangannotationRetentionPolicy constants SOURCE CLASS and RUNTIME Im also not

Thumbnail for Posts

How do I catch an Ajax query post error

๐Ÿ“‚ Categories: Programming

I would like to catch the error and show the appropriate message if the Ajax request fails My code is like the following but I could not manage to catch the