I'm taking the title's coursera course by Martin Odersky. However, I'm having a hard time understanding a solution of week 2's assignment. My problem is with th
I am looking into making a tool for my phone. One of the things I need is the ability to SSH into the phone. I was looking into different methods and one method
How can I write data to a text file automatically by shell scripting in Linux? I was able to open the file. However, I don't know how to write data to it.
I wrote a class that includes some functions in it. I use the 'result' variable in many places, so I make it a public variable in the class. But when I call it,
I have an application and I have a many to many relationship that I can not wrap my mind around how to represent in a database. I have users, users can create m
On my .vimrc I use this: :map ,p :!clear; grep -E "def \|class " % to map ,p to the grep that provide Python def and class hierarchy, it work very well. I try
I am new and I don't know much about candle stick chart however after going through some tutorial I tried to make candle stick chart but that is something not l
What means this exception and how can I fix it? scalac: Token not found: /Users/mpa/Library/Caches/JetBrains/IntelliJIdea2021.3/compile-server/tokens/54149 I h
I´m writing a program that shows a diagram with several curves showing some data of a machine. The code is in C#, JavaScript, CSS and HT
I have an angular application which is deployed on apache container running on Kubernetes. I wanted to setup liveness and readiness probe for pods but I am out