Click here to Skip to main content
15,887,135 members
Everything / macOS

Macos

macOS

Great Reads

by Miroslav Fidler
Installation and the first look at U++ platform
by Nick Polyak
This article describes a new multiplatform Docking framework - UniDock
by Anele 'Mashy' Mbanga
A look at a flexible Java MySQL CRUD PHP script generator
by Ryan Peden
Writing to a Slack Channel - Node.js Edition

Latest Articles

by Modesty Zhang
Illuminate git internal on object model via a `git stash` implementation, including push, apply, pop, drop, list and clear, all with isomorphic-git
by VISWESWARAN1998
Scrape the websites with Python 3
by sebjameswml
Walks you through the steps needed to draw high quality 2D graphs in your C++ programs using the header-only library morphologica
by h_wiedey
This tip shows how md5 and locate can be used to find duplicate files.

All Articles

Sort by Updated

macOS 

29 May 2011 by #realJSOP
http://develop...
30 Jul 2022 by 0x01AA
void my_initializer(int* param_1) { // Dereferencing the pointer to assign the value *param_1= 0; } int main() { int anti; // Pass the address of variable anti my_initializer(&anti); return(0); } I hope it helps.
2 Jul 2017 by 9000605667
I am writing one .net API for Android, Ipad apps and Web application So i am little bit confusion which is suitable for above kinds of app. So Please give me guidance which can i pick to start (i.e) Web API (or) REST. Thanks, What I have tried: So Please give me guidance which can i pick to...
13 Feb 2015 by Abhinav S
Frankly, if you have word installed, you don't need a dll. Use word's spell checker from within your code and do your spell checks.
16 Feb 2015 by Afzaal Ahmad Zeeshan
Quite a bunch of options, some include that you have got a Mac (which is the free version; unless you've given all of the money to Apple for buying the products), and you install the Xcode IDE and do it all.Secondly, you can use other third-party frameworks, to build iOS applications without...
24 Jan 2016 by Afzaal Ahmad Zeeshan
This is an introductory post for Mac developers to get started using C# programming language on Mac environments using Mono Project!
24 Apr 2021 by Aghast (nj)
Command (1) compiles the .c file to a .o (object) file, then stops. Command (2) compiles the .c file to an object file, then links the object file with the C standard library to produce an executable file named file. Both commands drop their...
24 Apr 2021 by Ahmad Qassym
1) gcc -c file.c -o file.o 2) gcc file.c -o file please if u gonna to answer the question ,try to give an simple answer as much as possible! What I have tried: ......................................................
19 May 2021 by Ahmad Qassym
int my_streln(char *s) // q1 { unsidned int counter = 0; // q2 while (*s) { ++counter; // q3 ++s; } return counter; } // this funciton should compare 2 strings whether they are the same int my_strcmp(char *s1, char *s2) { //q4 for (int...
27 May 2021 by Ahmad Qassym
we have the following function that looks for character inside string. if c is contained inside the s string, so should a pointer on the first appearance returned,another case should Null pointer be returned char *find_char(char c, char *s) { ...
29 May 2021 by Ahmad Qassym
the funtion should work in the following way : repeat(3, "foo") s and returns "foofoofoo" we have the following code : char *repeat(size_t n, char *s) { char *array = malloc(sizeof(char) * strlen(s) * (1 + n)); //Q1 for (int i = 0;...
14 Dec 2019 by Ahmed Bouchefra
How to build a React application in four easy steps
28 Apr 2020 by Ahmed Bouchefra
How to build a React application and manage its state using Redux
20 Oct 2011 by Amarnath S
We are developing a C++ / Qt / VTK application which is supposed to run on both Windows (XP) and MAC. The code base is the same, and we simply do separate compilation / building. Now, the strange thing is that it works fine on Windows (in Release mode); but sporadically crashes on the MAC...
24 Aug 2014 by Amogh Natu
Hi there,I'm using a Mac OSX Mavericks Virtual machine (VM) in VMWare work station 8.0.6. The VM is running fine but no matter what, the network configuration shows that the Ethernet cable is unplugged.My Host PC is running Windows 8.1 and is connected to internet through LAN Cable....
7 Nov 2011 by AmrutaAsbe
Check out some following site it was helpful for me http://www.qualitycodes.com/tutorial.php?articleid=19&title=MAC-Address-Using-WMI-on-Internet-Explorer[^]
1 Sep 2015 by Android on Intel
Which Intel software tool includes a new name, new features, and it's ALL available for FREE?
1 Oct 2015 by Android on Intel
Multi-OS Engine: Enabling HTTPS
30 Oct 2015 by Android on Intel
In this guide we will detail a step-by-step process of building a cross-platform Android application with the help of Marmalade C++ SDK 7.1 and ShiVa3D game engine specifically for Android x86 architecture.
2 Sep 2013 by André Kraak
This question if off-topic for this Software Development site[^].You could post the question at RootAdmin[^] or try a Google search[^].
8 Oct 2015 by Anele 'Mashy' Mbanga
A look at a flexible Java MySQL CRUD PHP script generator
10 Nov 2011 by Aniruddha Loya
I've a project made in VS2010 for windows using C++. Now I want to port it to MAC so that the code base remains constant as much as possible. I used QT for GUI for the same reason. But I couldn't find a simple way like import VS project along with project settings or some such thing in Xcode to...
3 Nov 2013 by Aniruddha Loya
How to install Windows on Macs?
5 Jan 2017 by Anton Kleshchev
Article describes useful tips for making UI user friendly
1 Jul 2016 by AnvilRanger
Since this is a web application, usless you are using something like an Java applet or Active X, should really develop as close to standards as possible. Without knowing exactly what you are doing it is hard to say.If you are standard frameworks such as jQuery, Bootstrap, Angular, etc you...
26 Apr 2011 by Apriorit Inc, Anthony Shoumikhin
Knowing the principle of linking of imported functions in Mach-O libraries, we can achieve a rather interesting effect: we can redirect their calls to our code, in which, in its turn, we can use the original one.
26 Apr 2011 by Apriorit Inc, Anthony Shoumikhin
The article covers the interception and redirection of calls to the third-party dynamically linked libraries in the program under Mac OS X.
15 Mar 2016 by araud
Did you ever want to know where most of the memory is consumed? Whether it leaks or just gets allocated too much. This home brew memory tracker is yet another bicycle that you will be able to tune for your needs.
27 Dec 2015 by arif_uap
Asp.net 5. Configure and develop ASP.NET application inside Mac OSX
13 Dec 2013 by Arifjk Mamun
I have a project which is need to change default window minimize style & add new style. New style such as- Mac OS window minimize style.Is it possible to add another minimize style in C#? If is it possible to change the minimize style, so please help me..Thanks Code Project!! Thanks...
19 May 2016 by ARMS_DEIR
Hello everbody,Is there any alternative to visual studio, that makes it possible to write program in visual studio as Mac OS ? I would like to write codes to make windows forms applications!I know that I can make a VM and run a windows 7 or higher opn it and then run a VS to work, I am...
28 Feb 2012 by Arun Kumar K S
I have styled my QPushButton using stylesheet. Inside the border of the button and in the corners there are large areas that are not clickable . Using :hover I can see that Qt thinks the mouse is over the button but when I click, no clicked signal.I searched in net but not find any solution ti...
20 Mar 2012 by Arun Kumar K S
I created one disk image to my file using Disk utility and I exported that to compressed disk image(.dmg extension file) and I uploaded that file to Godaddy windows server, Now my problem is I cant create a download link to that file, I tried that file location in browser but it not showing...
13 Jul 2012 by Arun Kumar K S
I included include(src/qextserialport.pri) in my pro file and added src directry to my project I created one Dialog(Member to main class) to configure serial port and I popup from main Window an I used the following code in OK button void SerianConnectionDialog::on_btnOK_clicked(){ ...
1 Aug 2012 by Arun Kumar K S
I created one application in Windows and Mac using Qt. It uses AVRDude(One cmmand line utility) utility to pass some instructions to the hardware device. I used AVRDUDE command line executable in windows to pass instructions.I placed the command line(AVRDUDE) utility in the working folder and...
24 Aug 2012 by Arun Kumar K S
I am creating one Qt based application for windows and Mac OS X. I used Qextserial port to connect and communicate through serial port it works well.But now I need to list existing serial ports in a system like "COM1" "COM2" etc.How I can do this in Qt, is there any native C++ code...
2 Sep 2012 by Arun Kumar K S
Hi,I am trying to create Alias installer to My Mac machine. But I need a shortcut File of current users library path.Eg: /Users/username/LibraryI need to drag drop my files to this path I created one short cut to this file but that is not worked in other machine beacause there...
10 Oct 2012 by Asp_Learner
Can I run .net windows applications on MAC via wine bottler as third party application
17 Oct 2012 by Asp_Learner
I am developing a project on Virtual MAC OS X 10.8(VMware) on my windows 7 ultimate ,problem is that I need to share some folders from my PC to Virtual MAC ,How it is possible ? ,I had given the path to the shared folders in vwmware ,but how to find these folders in mac?
11 Sep 2012 by auguy
I see many references to Mono in these forums, but I have more of a general question. I have been asked to develop a small system that prints, tracks, and reports on bulk fuel deliveries to run a Mac network. I do not presently own a Mac. I would like to use .Net to create this app. To date I...
28 Oct 2012 by Avinash6474
I have upgraded MAC Mini os from 10.5 to sno leopard, and I installed xcode 4.4. But the xcode is not working properly,It is showing a long list of error:Following are the error messages:Process: Xcode [404]Path: ...
24 Aug 2013 by Avinash6474
I am trying to install PhoneGap on Mac, but I'm getting the following error: sudo npm install -g phonegapnpm http GET https://registry.npmjs.org/phonegapnpm http 304 https://registry.npmjs.org/phonegapnpm ERR! Error: EACCES, mkdir '/usr/local/lib/node_modules/phonegap'npm ERR! {...
28 Aug 2013 by Avinash6474
http://iphonedevlog.wordpress....
28 Oct 2019 by Azim Zahir
KMeans and MeanShift Clustering using sklearn and scipy
16 Nov 2016 by BeemerWT
Provides a webserver solution for all operating systems without a boat-load of instruction or management
26 Aug 2020 by bhagyaraavi
I want to write mac service for find user idle time using a mouse and keyboard not using 5-minute start count and back to use mouse/keyboard stop count like count per day 24 hours and send to mail responsible person. What I have tried: I am...
9 Apr 2014 by Bhatt Aniruddh
hi there,i have macbook pro. For windows os we use visual studio for software and website development soi want to know that which software is available for macbook to develop software.Thanks,
4 Apr 2016 by Biinny
Dear Experts,I am working on license protection technology, in which i need to take/pass unique identifier of PC/Laptop/MAC. I choose Motherboard serial number. Is it wise option to take as unique id?If not then please suggest. If yes then i need to know that how much long it can...
6 Jun 2013 by BotCar
The exact details would depend on the filesystem and operating system you use, but the general idea is that there are two parts to a file on your harddrive: 1. The data that makes up the file.2. Some information about where the data is located, where the file fits in on the logical directory...
6 Apr 2012 by Brainy Girl
hi,i have a windows 7 pc and a VMware installed, i want to learn IOS development.i want to rename the current xcode 4.2 and install xcode 3.2 instead, so how can i do that?thank you.
8 Nov 2013 by Brian M Leach
Teaches how to write a simple class to convert dates to pixel X values and back.
24 Nov 2013 by brocrag
Hello,I'm in the conceptual stages of a project which is intended to be distributed to several platforms (Windows and Linux/Mac primarily). Through reading through the literature I have opted for an MVC architecture, with the model being a C++ library and the view/controller being coded...
24 Nov 2013 by Chao Sun
Well, As you have already considered, there is no way(at least now) to create a light weighted cross platform MVC lib. To some extent, M and C are possible. but View from my point of view, one need to write the abstraction layer to adapt to different platform.moreover, MVC is certainly not the...
2 Jun 2022 by CharbelMansour
Overview: I would like to take a screenshot, turn it into a byte array and then upload it to a server. I'm using Xamarin.Forms for Visual Studio Mac. The target device is an Android Emulator Tablet. Tried a lot but I'm not that good in C#. The...
3 Jun 2022 by CharbelMansour
Overview: I would like to take a screenshot, turn it into a byte array and then upload it to a server. I'm using Xamarin.Forms for Visual Studio Mac. The target device is an Android Emulator Tablet. Tried a lot but I'm not that good in C#. The...
13 Jul 2017 by Chris Moutsos
How to connect to Amazon S3 with gSOAP to store and retrieve data
17 Dec 2014 by ChristianNeumanns
This article aims to answer the question: Should we return an empty list or 'null' from functions?
17 Dec 2014 by ChristianNeumanns
This article aims to answer the question: Should we return an empty list or 'null' from functions?
8 Jan 2015 by ChristianNeumanns
Part III: Empty Lists in Real Life
30 Oct 2014 by ChristianNeumanns
This article series aims to answer the question: Should we return an empty list or 'null' from functions?
20 Mar 2010 by chuckdawit
Here is my problem:- I live in a house with DSL coming in and being split to two routers, one for the two bottom floors and one for the top two floors.- The internet gets really slow and feels like it's being stressed (probably because we have ten people in the house all streaming and...
14 Dec 2012 by Coder Block
Hi guys,I want port my mfc application on other than microsoft platform.That is i want to run my simple dialog base application on mac.---------------------------------------------------------------Please provide me any link of guid or block of code to do so..Thanks,
16 Jan 2018 by codestarman
This project describes an X86 assembler IDE for the MAC developed using JavaFX. The starting point was an X86 emulator developed by the author in C++, which was subsequently ported to C#.
26 Sep 2017 by CPallini
Hey man, it is C++ after all! #include #include #include using namespace std; int main() { string s{"The quick brown fox jumps over the lazy old dog."}; reverse(s.begin(), s.end()); cout
30 Nov 2018 by CPallini
Yes, it looks a compiler problem (at least g++-7 compiles it without complaining). Why don't you an std::array, instead auto myArray = std::make_shared>(); ?
10 Nov 2017 by cvogt61457
Open your spreadsheet. Type in a few consecutive dates like "1/1/2017". The spreadsheet should recognize that you entered dates. You can change the format of the dates to display "1 Jan 2017" Now the fun part. Format the data into general number. You can now see how to expand your list...
29 May 2011 by dasblinkenlight
You can develop for Mac using Java (for sure) and C# (mono), but to program for iOS it's best to learn Objective C. Solutions that cross-compile your code for use with iOS from other languages are available, but in my experience the learning curve of getting into Objective C is not steep enough...
4 Apr 2016 by Dave Kreskowiak
There is no standard for serial number lengths for any device. There is also no guarantee that the device you're talking about even has a serial number accessible to your code.
3 May 2016 by Dave Kreskowiak
Is Google broken where you live?Create a bootable installer for OS X - Apple Support[^]Or just buy the retail box off the shelf. Any download off the web is going to be illegal and we're not going to support you to try and find one.
24 Apr 2021 by Dave Kreskowiak
-c Compile or assemble the source files, but do not link. The linking stage simply is not done. The ultimate output is in the form of an object file for each source file. By default, the object file name for a source file is made by replacing...
18 May 2021 by Dave Kreskowiak
You keep doing this: cameras (currentCamera).enabled ... when cameras is a collection, and you need to use its indexer like this: camera[currentCamera].enabled ...
6 Jun 2013 by dave_triangle
i've been working on a project for quite some time. And i want to know how copy and paste works. How does the computer move the file from on location to another. Thank you for ur help
6 Jun 2013 by dave_triangle
thank you for your help. Your answers were really helpful. The project i'm working on is gonna be like a clipboard where a user could temporarily place files he/she wants to copy and whenever the user wishes to paste what they copied, they simply open up the clipboard and select the particular...
1 Jun 2015 by David Catuhe
In this tutorial, I will share several tools that provide insight into how your code is performing, and show you how to make the most of user marks in the memory graph to analyze your performance.
1 Jun 2015 by David Catuhe
In this tutorial, I want to share with you how to use this for your own projects and how performance and memory are impacted for the major browsers.
15 Nov 2014 by David Jeske
An overview and C# implementation of 3d space partitioning using a BVH (bounding volume hierarchy), with dynamic updates via refitting and tree-rotations.
2 Jul 2017 by David_Wimbley
Web API is a framework capable of implementing/being RESTful. Rest isn't a framework its more a methodology for going about implementing your API. There are restful APIs and non-restful API's. You could create a Web API application that isn't restful, its up to you to make it restful. I...
18 Dec 2017 by debasish mishra
Check the below. http://www.mono-project.com/docs/gui/winforms/porting-winforms-applications/ If you feel the solution is working. Give a vote and send me a green right mark
30 Aug 2012 by Debra Mithcell
How to restore deleted files from Mac?
11 Sep 2015 by desaihardikj@gmail.com
Hi ,I am senior developer with 6 year exp.in vb.net,C# in Windows Desktop application development.have all detail idea to handle all process in windows app development.now i want to start development for desktop application for Mac OS and i am complete blank in it. so what platform and...