Results for macos
Here is my code: import os import cv2 import uuid import time camera = cv2.VideoCapture(0) POZ_Dosya = os.path.join("veriler", ...
So here is my code : import discord from discord.ext import commands client = commands.Bot(command_prefix = ',') intents = discord.Intents.all() int...
I'm going to study this Computer Systems: A Programmer's Perspective, and do labs from http://csapp.cs.cmu.edu/3e/labs.html But I can't figure out how...
Whenever I add a new script to any of my nodes the only language I can choose in the dropdown menu is GDScript. According to the documentation there s...
I have managed to put together an AppleScript that reads the notifications and outputs the text of these. While it works while the display is on and u...
I am trying to use the new C++20 chrono library, more specifically the new clock_cast. If I compile on Linux with clang++ 16.0.6 it works as expected....
I am writing a simple service with python that sends a email using MIME. and it run the code and gives me this error: Traceback (most recent call last...
I have .NET MAUI application in MacOS, working in Visual Studio 2022. When I'm building it in Debug mode it's working perfectly, but I cannot build it...
This is an IDE question. When I select a New -> Multi-Device Application project for C++Builder, only Windows 32-bit and Windows 64-bit compilation op...
This is an IDE question tough. When I select a New -> Multi-Device Application project for C++ Builder, only Windows 32-bit and Windows 64-bit compila...
Is it possible to get the physical dimensions (millimeters or otherwise) of a given monitor with Python on macOS? I was looking at AppKit's NSScreen b...
I am coding in C using Xcode on a MacBook. The following program runs fine with n=1073741823 and gives EXC_BAD_ACCESS (code=1, address=0x200007ffc), i...
I installed Orbstack to replace Docker Desktop on MacOS. Shutting Docker Desktop off and running Orbstack, I am trying to build and run docker contain...
I have issues building my project on C, and I have created minimal build to reproduce the issue. Project build and use .a library, the error: linker-t...
In one of the projects I have a .sh script that compiles a .framework Since I updated to macOS Sonoma (14.0) it has stopped working, now it gives me t...
I am developing a vscode extension to wrap some functionality from an external API (ee in the examples below). Some of the functions in this external ...
For the same project, I can use ctrl+click to jump to the corresponding .vue file through the custom component name in Windows 10. However, I cannot u...
Everything worked fine until the updates of both macOS and Xcode. After 2 days of search about similar error i ended app making the question since my ...
I have installed Powershell for MacOS. Then I installed some modules: They were installed in ~/.local/share/powershell/Modules. When I want to use the...
Currently I add resources like this: cmake_minimum_required(VERSION 3.26) project(Example VERSION 1.0 LANGUAGES CXX C) set(SRC src/main.cpp ) set...
Consider the following function. %test_copyfile.m function test_copyfile() system('rm -rf folder*; mkdir folder1; cd folder1; touch a b c d e f g; l...
I have import the openjdk source into CLion when i modify the source and then run the custom build application it works run application debug applicat...
Hey all im getting "SOCKET ERROR #1" on macos using indy, this code works fine on Windows. Using FMX here. Using macOS Sonoma Firewall is turned off o...
docker-compose.yml services: container-php: environment: - APP_ENV=dev - SSH_AUTH_SOCK=/ssh-agent build: context: ./contai...
According to https://github.com/jupyter/notebook/releases/tag/v7.0.6 Jupyter Notebook is now on version 7.0.6 and according to the documentation I sho...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?