Greeting, I have this graphic homework in BGI graphic. We must use DevCPP and BGI, and matrices. I wrote this code, and I think the transformations is good. B
java.time seems to be missing entirely. The code I'm trying it in is a simple fun main(args: Array<String>) { println(LocalDateTime.now()) } Seems
I have a situation where I want to call only one method and have all the methods its derived from called also. public class Base { public virtual void Metho
I have the following in my App.js: import { Box } from "@mui/system"; import Header from "./components/Header"; import ProjectList from "./components/ProjectLis
The issue occurs in production, couldn't reproduce it in Sandbox. Full example of underlyingError I get: Error Domain=SKErrorDomain Code=0 "An unknown error occ
okay, this is probably going to be in the prelude, but: is there a standard library function for finding the unique elements in a list? my (re)implementation, f
I'm trying to install IPython. I have run pip install ipython[notebook] without any errors, but now I get this: $ ipython notebook Traceback (most recent call
enter image description herei added below code to my docker file and the job run successfully but , in modules java in not available. first FROM python:3.9 LAB