I have a dataframe which looks like this: A B C 1 red78 square big235 2 green circle small123 3 blue45 triangle big657
Edited for clarity I need to be able to copy and paste a windows path directly from file explorer into a function which turns it into a pathlib.WindowsPath() ob
I am wondering if there is a way to apply conditional formatting to all new excel files that are going to be created. Basically, I want to apply conditional for
Since last 4 days, we are facing strange issue on our Production server (AWS EC2 instance) specific to only one site which is SugarCRM. Issue is /home/site_fol
I have an AWS Lambda function written in Java. I want to run the Lambda function with a custom GraalVM runtime as is done in this blog post for instance Wheneve
I have an array of objects whose schema is something like this. [ { text: 'Contents', level: 2 }, { text: 'h2 Heading', level: 2 }, { text: 'h3 Heading',
I have a file in my project where I define a few protocols and records (defprotocol and defrecord). I'm trying to use them in a different file/namespace like th
These are controllers Route::post('user/project', [UserProjectsController::class, 'store']); Route::get('user/projects', [UserProjectsControll
I am trying to draw various shapes like rectangle, ellipse, text etc uisng QGraphicsView and QGraphicsScene. For that I am trying to create an interface where t
Preamble: I'm learning Java (Spring) with TDD. I have a work-in-progress project here: Branch: https://github.com/sineverba/online-banking-backend/tree/add-cont