I've built an image (docker buildx) from an ubuntu 18, stored to tar, uploaded on Portainer (running on RPI) Using Portainer, I create a stack with yaml file, a
I have built a Docker container with a Docker file that ends with WORKDIR /where/I/will/work and when I spin up the container, I can get to work. Unfortunately
I work on Laravel 7 project , when i use fontawesome the icon don't work i have the file in public directory then i used in app.blade.php <link rel="stylesh
I recently learned about the cache decorator in Python and was surprised how well it worked and how easily it could be applied to any function. Like many others
I am running a couple field analysis (electro-thermal) on a PCB. I want to know, what could be the reason behind very high electric potential in the contacts an
This is the date time data I've obtain from a JSON file: 220215010100 I wish to convert it into a date time format using SQL. The date time data provided is b
def is_sorted(s): if s==[]: return True else: return s[0]<is_sorted(s[1:]) Calling this function should get: #1 is_sorted([])-->T
I'm using "FindStr" command to search for particular string like this : findstr /s /n /i /p foo * however, its showing me errors filestr : can not open "path
First of all, if anyone doesn't know how the ADFGVX Cipher works, Here is a video on it: https://www.youtube.com/watch?v=T0xfKiU9Rr4&t=11s Assuming you now
I'm trying to transfer formdata from html into a database, but when i try to send the content i got an empty Dict. html looks like this: ... &