Distutils error
Trying to code a speech interface to ChatGPT, have tried on two different computers and getting the same error on both, I assumed distutils was installed when Python was installed. File...
View ArticleBugzilla or other Project Management tool
Hi Everybody, I am looking for a project management tool. Mostly what I need to do is tie together requirements, test scripts for one-off type requests and then organize those requests into a hierarchy...
View ArticleTrying to Invoke method: QuizManager.SelectedQuestion couldn't be called....
Pls help this is for an important project. Thanks! using System.Collections; using System.Collections.Generic; using UnityEngine; public class QuizManager : MonoBehaviour { [SerializeField] private...
View ArticleMac Settings - Finder
Hello. Are there any mac settings you recommend? Especially about finder? I had to customize the finder a bit on my other mac a bit but I can't remember with this one.
View ArticleInfinite loop problem
In the code given below, after the execution of whole program and displaying the circular linked list the program is going in infinite loop can you please spot the error? The code perfectly displays...
View ArticleSENTINEL CONTROL LOOP WHEN DEALING WITH TWO ARRAYS
Hello All, I am having trouble controlling an array, can anybody please help. Write a program to take two numerical lists of the same length ended by a sentinel value and store the lists in array x any...
View ArticleIQR Code not working after Anaconda Upgrade
The following code is meant to calculate IQR for follow on Regression work in ML data analysis. At first the code worked, but then stopped working after upgrading Anaconda. Don't know what to do....
View ArticlePopup Ads
My web hosting company has offered me some free hosting if I allow them to put popup ads on my site. What are your thoughts? I dislike popups, but I have about 10 small websites I would like to...
View ArticleHi From Canada
Hi everyone. I'm new here. My name is Rob, and I'm from Ontario Canada. I enjoy coding as a hobby, and have never had any formal education. I'm somewhat OK with VBA at this point, the basics, and know...
View ArticleNew To Javascript - Accessing Data
I am a coding hobbyist, no formal training, learning by experimenting and reading. I want to start dabbling in Javascript. I have an idea, but my lack of understanding has presented me with a...
View ArticleRequest data is empty
Hello, guys I'm trying to send an email with pdf attachment using nodemailer. In the request object I send the buffer, but in the backend part this part is empty. Has anyone encountered such a issue ?...
View ArticleUnderstanding ::after pseudo selector
Hello, i came accross this concept, and having a tough time grasping it i googled, found some results (with examples) but only partialy get it kindly point out the most basic concept of Code: ::after...
View ArticleSmall hosting system
Hello. I want to show You some small hosting system. Every user has 3 files index.html, my_style.css and tmp.dat - ech max 5 MB big. For each account are 2 places - one working directory, that has 40...
View ArticleFilter sober in c++ don't pass test
0 I am working on implementing the Sobel filter for image processing in C++. However, I am encountering unexpected results and failing test cases. I have reviewed the code multiple times, but I cannot...
View ArticleAdvent of Code 2023
Advent of Code 0xffff& 2023 Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like....
View ArticleHTML to PDF generator for React Native
Can anyone help me find an API solution for this, please? Something recent and not outdated
View Article' not supported between instances of 'complex' and 'in">Traceback (most recent call last): File "", line 23, in TypeError: '>' not...
This is the code and I am getting the following error (program is a free fall calculator): import math earth_mass = 5.972e24 # kg earth_radius = 6371000 # meters time_step = 0.01 # user values...
View ArticleSass nesting question, please
Hello, Code: please see .navigation { list-style:none; float:left; li { display: inline-block; margin-left: 30px; &:first-child { margin: 0; } a:link { text-decoration:none; text-transform:...
View ArticlePygame animation help!!!!
Hi, I'm relatively new to python and I am using pygame through IDLE (in case that matters idrk) to make a smash-bros/streetfighter style game. I am in the early stages of it's development and I'm...
View Article