I want to run some image processing code on a Linux server. The code is located in /q/w/e/r/t The images are located in /abc/d/e/f/g # the images are in the g
I am writing a program that accepts user input. #note: Python 2.7 users should use `raw_input`, the equivalent of 3.X's `input` age = int(input("Please enter yo
I have a string and I need to convert it to a base64 img using php, because my controller is used in multiples places of system, so i dont want to convert it in
So im doing some computation on 4 million nodes. the very bask serial version just have a for loop which loops 4 million times and do 4 million times of comput
i recently made a function that finds the smallest character in a string. I am not sure how to return the smallest character in a char pointer function. #includ
I'm new to flutter and am trying to run a new project on VS code. installed the latest flutter at 19/1/2022. flutter --version gives me 2.8.1. jdk is 17.0.1 thi
I have python list of dictionaries as below. I would like to find max value of 'high' field. ohlc = [ { 'open' : 100, 'high' : 105,
All of my database activities (PostgreSQL) are based on my own functions. For example, to submit verification request data, I use a function with some SELECT an