I am doing some Rails programming and I consistently see Homebrew referenced in solutions around the web but have never used it. I also notice Homebrew in the
I was running a test where I obtained a POST parameter, this has to be done with Nightwatch's execute function. Even though the function in execute returned a v
Display I would like to count the number of students for each subjects but currently it only displays the number of students for one subject. it only counts the
I have looked through other similar questions on this site yet could not interpret an answer for myself as I am a beginner regarding web development. I want to
I'm trying to upload videos to youtube using Django and MSSQL, I want to store the user data to DB so that I can log in from multiple accounts and post videos.
I am trying to end to end test a file upload page in Cypress, which includes testing if a file upload progress bar works. Unfortunately, in the local environmen
I deployed my laravel app on Heroku for the first time which uses the MySQL database. Though when I tried to add my credit card to enable me to use MySQL addons
Hey i have a C# written software that try to download files via FTP. On my local machine it works fine. But on the server its blocked by the firewall. With fire
here is my code, declare cursor c_emp is select ename, sal, mgr from emp; emp_detail emp%rowtype; begin open c_emp; loop
so I have a User and schools model which are related as an Owens(ManyToMany), student, and staff, if an owner registers and creates a school, I would like to pe