Most voted "osx" questions
OS X is the desktop operating system of Apple Inc. It was the successor to Mac OS 9 and here 'X' means 10. OS X is based on the Nextstep / OPENSTEP operating systems developed in 1980 and 1990 by Next Inc., which Apple acquired in 1996.
Learn more…85 questions
Sort by count of
-
1
votes0
answers73
viewsWhat’s wrong with the CSS that makes the two Sos act weird?
I’m trying to solve a layout misalignment problem, which in Windows 10, with the latest Chrome it changes the padding from the height of a button. This button looks right on Mac OS Mojave, using the…
-
1
votes0
answers14
viewsHow to use using "Renci.Sshnet" in Vscode on Macos?
using System; using Renci.SshNet; namespace SSHTest { class Program { static void Main(string[] args) { SshClient cSSH = new SshClient(args[1], 22, args[2], args[3]); cSSH.Connect(); SshCommand c =…
-
0
votes1
answer182
viewsHow to release socket on the MAC OS X terminal after cancelling php code execution?
I have a PHP executable with the code below: <?php require_once("SocketServer.class.php"); // Include the File $server = new SocketServer("172.17.0.243",20490); // Create a Server binding to the…
-
0
votes1
answer87
viewsOpen Terminal with Swift
Can I ask my graphics program to open a terminal window by passing some commands with parameters? I’m using Swift for OS X, Grateful.
-
0
votes2
answers376
viewsHow to include "time" library in the compiler?
I am compiling in C on my Mac by terminal, this all a wonder, the only problem is that when I need to call a new library I don’t know what the command to call it by terminal. Ex: #include…
-
0
votes1
answer204
viewsMysql beginner with a lot of difficulty
Guys, I wanted to start learning MySQL, but I’m not getting started, I don’t understand the software or anything, the web tutorials don’t talk about MySQL in Mac, only in Windows. I downloaded the…
-
0
votes1
answer46
viewsReading folders became slow after using "npm install"
After installing some modules via command npm install, open a folder in the Finder or an IDE (Atom or Sublime) has become something very painful and time consuming. It seems that the problem may be…
-
0
votes1
answer35
viewsrequest for support in optimization, fix shell command for mac
I am looking for the best way to optimize the following command shell in the Mac OSX, in order to fulfill the function that is intended which is basically to copy all files xx to the folder xx2:…
-
0
votes1
answer253
viewsProblem with Allegro image call by Mac C terminal
Guys have a problem here, I’m playing a game using the Allegro, I am compiling by the terminal and ta ok, there is only one however, when I load an image of the fault when loading the image, the…
-
0
votes1
answer57
viewsError trying to install ruby Gosu library (OS X)
I’m trying to install Ruby’s Gosu library with the command sudo gem install gosu, but it returns the following error message: ERROR: Error installing gosu: ERROR: Failed to build gem native…
-
0
votes1
answer79
views"Undefined Symbols" error when compiling project
I am trying to compile a project in C++, but it is giving the following error: Undefined symbols for architecture x86_64: "knapSack(int, int*, int*, int)", referenced from: _main in main-b722ae.o…
-
0
votes0
answers46
viewsWordpress does not find Mysql Host
I’m trying to run Worpress locally on MAC, this to work the site and after ready to go up to the server. Mysql is installed on the MAC on /usr/local/mysql-5.7.17-macos10.12-x86_64/ is accessed via…
-
0
votes0
answers306
views -
0
votes1
answer1224
viewsHow to run PHP + Firebird on Docker?
I’m trying to run/create a container in Docker with PHP + Firebird, I found a container that runs the Firebird, I found another that runs PHP and Firebird, but when I try to consume the database:…
-
0
votes1
answer216
viewsError installing Python library
I have python 2.7.14 installed with Pip 9.0.1 on a Macbook. I was experiencing an error trying to run Pip.list from the terminal. I checked on Google that I needed to edit the Pip.conf file, but I…
-
0
votes1
answer46
viewsMacbook Pro Retina screen is breaking the bootstrap CSS layout
How could I fix it, I’ve tried it but it didn’t work: @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) {…
-
0
votes1
answer22
viewsTAB autocomplete does not work with NPM
It’s quite simple, the autocomplete always works less when it starts with npm. Can someone explain to me what this is and how to fix it?
-
0
votes1
answer262
viewsCommand to open the terminal in a specified folder
I am producing some scripts to prepare the desktop, and wanted to leave the terminal in a predefined folder. How to do this? I’ve tried using cd ./pasta_selecionada and cd pasta_selecionada, but…
-
0
votes0
answers38
viewsRun nhibernate on macOS X 10.13.3 (c#)
Good morning, I’m new to the world of C# programming and therefore had some problems compiling a project by visual studio for mac. The problem was this, the project uses version 4.0.3 of nhibernate…
-
0
votes1
answer197
viewsError executing React-Native init command
I’m trying to create a project React Native in the MacOs for Terminal. I type the following commands in Terminal: > cd Desktop > mkdir curso-react > cd curso-react/ > react-native init…
-
0
votes1
answer89
viewsHow to view recorded records in Core Data?
I’m developing a small app on Swift for Macos, Everything was fine until you got to Core Data. I was able to record and recover data, it’s okay that it wasn’t as good as I wanted, but since it’s the…
-
0
votes1
answer95
viewsShould I use tableview, collectionview or scrollview when dealing with vertical items that are different from each other in the Xcode?
Good night, I started learning Swift a short time ago and am trying to develop an app in Xcode. Today I found the following situation: I need to make a list of information in which it is possible to…
-
0
votes1
answer50
viewsProblem with pyinstaller+ os.getcwd() on MAC OS
After numerous problems with Tkinter and Pyinstaller, I finally managed to make a Unix executable application work normally on MAC High Sierra. But inside my application folder, there is a folder…
-
0
votes1
answer37
viewsHow do I remove this black box when I press quotes?
Next, I’m learning a little VBA and there’s a business that’s bothering me too much. Every time I start some line with ' or ", the VBA opens this black box: In it I can write the rest of the code,…
-
0
votes1
answer459
viewsError while using urllib library
I’m trying to make a simple application Hello World taking a look at documentation with the library urllib with the aim of picking up content from a specific website. I will refine the content I…
-
0
votes1
answer48
viewsError installing HAXM on Mac OS X
Good morning. I’m new to Mac and I’m having a hard time installing Android Studio in the Operating System. The following error is displayed to me in the installation of HAXM: I read in some places…
-
0
votes1
answer139
viewsError running Keras.models.Sequential() with tensorflow
I imported Keras.models as specified in the documentation Importing: from keras.models import Sequential When creating the model I try to run Sequential returns an error: Execution: model =…
-
-1
votes1
answer81
viewsError installing Compass on Mac
I am trying to install Compass on my machine and I am facing the following error. I’m using with command with sudo. Building native extensions. This could take a while... ERROR: Error installing…
-
-1
votes1
answer28
views2 Apaches running Mac
I’m lost in setting up my local development environment. I have 2 Apaches running on my machine and would like only one, also want to leave running PHP 7. these are the two places:…
-
-1
votes1
answer757
viewsCompile app for Ios made in React in windows environment
I’m studying React Activate and I need to compile an app for android and Ios. I wonder if I can develop everything in windows environment and then just copy the files to a virtual machine running OS…
-
-1
votes1
answer36
views8051 IDE for macOS
I wonder if there is an 8051 IDE for macOS, and if there is no way to make a run?
-
-1
votes1
answer245
viewsError installing sudo-free NPM packages
I have this difficulty, I wonder if it would be possible to run without sudo MacBook-Air-de-Alan:~ collins$ npm i -g react-native-cli npm WARN checkPermissions Missing write access to…
-
-1
votes1
answer16
viewsRunning Ionic build Ios on macOS with Node 7 I get a message 'stdout maxBuffer exceeded'. How to resolve?
Suddenly I started having this problem when I try to build my app with ionic build ios . I don’t understand what might have happened because it was running normal one day, but the next day it…
-
-2
votes1
answer143
viewsHow to work in the same database by Workbench and terminal?
I created a database by Workbench But I can’t find it through the Mac terminal. How to work in the same database? How to locate the database created by Workbench? And vice versa... I’m connecting by…
-
-2
votes1
answer167
viewsProblem with environment variables for a non-existent application
I’m trying to simulate a new application done in Act-Turn on IOS, but after the emulator presents my app, 3 seconds later opens another address that has nothing to do with the directory of my app: I…