I have a C code snippet which uses pipe() and fork() to communicate between parent and child process. I want to replicate it in Rust. For the POSIX APIs used in
I am running this command on the terminal: composer global require laravel/valet but I got this error message: Your requirements could not be resolved to an
I'm trying to make an embed system that asks multiple questions and then put them together and send the embed with all the info given, but I can't figure out ho
I am trying to set a View Collection to segue to a item's details when the item's image is clicked on. Here is the code I have. However, when I try, I get the e
I'm trying to create a form that when we select the value on the autocomplete field it will fill some other fields, autocomplete is working but I can't make it
I'm migrating a small .NET standard SOAP project to NetCore 3.1 with SoapCore. On my original project I have this single threading configuration: [ServiceBehavi
import pygame as pg pg.init() def fixTime(): totalTime = 4 return totalTime while 1: flowTime = int(pg.time.get_ticks()/1000) elapsed_time = (