I'm trying to use real-time notifications using Soketi So I createg the Soketi server in one separeted server with nodejs on port 6001 and SSL using letsencrypt
I have installed eclipse for C/C++ version on ubuntu 18.04, 64 bit I have installed cuda 11.0.221. nvcc and nvcc-smi works showing that cuda compiler and device
Thank you for reading. I was able to make a request with a socket connected to a proxy. But, return a 407. That is, there is an error in authentication in the p
I have a tomcat5 server which connects to an Oracle DB and I like to specify the Oracle session time zone. I managed to define it by adding JAVA_OPTS="$JAVA_OP
How to find the version of an installed node.js/npm package? This prints the version of npm itself: npm -v <package-name> This prints a cryptic error:
I have this code that implements the counting sort in C: #include<stdio.h> #include<stdlib.h> #include<time.h> int main(){ //create an ar