Click here to Skip to main content
15,886,664 members
Everything / Operating Systems / OsX

OsX

OS-X

Great Reads

by Voevudko A. E., Ph.D.
Understanding and using technique of generating and plotting spirals in plain JavaScript. Offering web-pages demonstrating different kind of spirals.
by Voevudko A. E., Ph.D.
Understanding, designing, generating and plotting Kronecker product based fractals and offering web-pages supporting it.
by pasztorpisti
An advice to make your DLL interface more attractive and easier-to-maintain even in cross-platform projects
by Voevudko A. E., Ph.D.
Explaining the Vogel spiral phenomenon. Offering web-pages used to illustrate different aspects of the Vogel spirals.

Latest Articles

by VISWESWARAN1998
Scrape the websites with Python 3
by 10xlearner
Last week, I had to reinstall all the tools I use on a new computer, since the previous one passed away .
by Erik Engineer
Development of a multiplatform desktop application with .NET Core 3 and Electron.NET from scratch
by Zhaohui Xing (Joey)
Swift classes for algorithm, including single linked list class, stack class, queue class

All Articles

Sort by Score

OsX 

2 Nov 2017 by Voevudko A. E., Ph.D.
Understanding and using technique of generating and plotting spirals in plain JavaScript. Offering web-pages demonstrating different kind of spirals.
30 May 2017 by Voevudko A. E., Ph.D.
Understanding, designing, generating and plotting Kronecker product based fractals and offering web-pages supporting it.
19 Feb 2016 by pasztorpisti
An advice to make your DLL interface more attractive and easier-to-maintain even in cross-platform projects
17 Dec 2017 by Voevudko A. E., Ph.D.
Explaining the Vogel spiral phenomenon. Offering web-pages used to illustrate different aspects of the Vogel spirals.
29 Jul 2014 by tyebillion
Implementation of the fourth order Runge-Kutta method in Python for solving n-dimensional ordinary differential equations
16 Apr 2018 by Voevudko A. E., Ph.D.
Demonstrating a few approaches to generating and plotting fractals in R and offering R scripts realizing it.
20 Mar 2018 by Voevudko A. E., Ph.D.
Continue defining and presenting Gearographic curves from the simplest to the most intriguing. Offering web-pages and R scripts used to illustrate different aspects of it.
5 Mar 2015 by Peter Leow
Enabling write to NTFS drive on Mac OS X.
11 Jun 2015 by Intel
This guide will teach you how to run a sample sketch on your Intel® IoT board using the Arduino IDE.
23 Nov 2019 by Zhaohui Xing (Joey)
Swift classes for algorithm, including single linked list class, stack class, queue class
8 May 2015 by Intel
This guide explains how to install the Eclipse IDE on Windows, OS X, or Linux.
7 May 2015 by Sergey Alexandrovich Kryukov
[EDIT]The paragraph below (indented) was initially written in response to first version of the question, which was later fixed by the inquirer:The extension means next to nothing. Essentially, there is no such thing as "extension". It used to be a notion of obsolete Microsoft systems,...
1 Dec 2015 by Krunal Rohit
As I assume, this a homework; it won't entertained here.If you expect us to do your homework, that's not going to work. There's a pretty good reason behind this: "You won't be learn anything, if you expect others do your work for you".You can try something on your own at first and when you...
19 Jul 2016 by Patrice T
You take the problem by the wrong side.You will never design an OS to get knowledge, in fact it get heavy knowledge to design an OS.So learn properly , follow tutos, get experience.Advice:- read foundation C bookThe C Programming Language - Wikipedia, the free...
10 Jul 2017 by Voevudko A. E., Ph.D.
Demonstrating ability of the L-system in R, and offering helper functions able to plot all main categories of figures typical for the 2D L-system.
28 May 2020 by OriginalGriff
You can't "replace" the Windows login - even an overlay app would require the user logged in before it was run, as only services can run before a user logs in - and they cannot interact with the user in any way, form or manner. If you think...
6 Feb 2014 by Johannes Bildstein
I've been trying to P/Invoke a *.framework file on a mac with C# but always get a DllNotFoundException.I tried to follow this guide but no luck.The .framwork file is in a subfolder right beside the application.The config file looks like this:
25 Aug 2014 by Amogh Natu
This post explains all the steps required to do a factory reset to a Mac running OS X 10.9 (Mavericks). These steps can also be used on other lower mac versions.
26 Sep 2014 by KarstenK
The sample code of Apple is a great resource. The sample AVCaptureToAudioUnit looks like what you are searching for.
5 Oct 2014 by Sergey Alexandrovich Kryukov
First of all, this is totally up to you. The note by Wes Aday, about "random stranger", is quite correct.But what to do? This is the usual self-referenced problem: to learn if you want to know for sure if you want to learn a language or not, you have to… learn it. This is what you can...
10 Dec 2014 by _Maxxx_
Assuming you only want to develop for IOS / Mac and not for other platforms (Windows, Android etc.) then Swift should be your choice; It is newer, but is I think intended to be the replacement for Objective C - eventually. so learning it now you will be at an advantage over others converting...
15 Apr 2015 by Patrick Skelton
Hi,This is a broad question, the answer to which seems surprisingly elusive. I have a Windows 7 Pro PC with Visual Studio and a MacBook OS-X Yosemite sitting here next to it. In these days of Visual Studio being 'open-everything', with even the MSBuild tool now accessible as a standalone...
8 May 2015 by Intel
In this guide you’ll setup network access to your Intel® Edison Board and obtain an IP address.
11 Jun 2015 by Intel
This guide will teach you how to install the Arduino* IDE and connect to your Intel® Edison or Intel® Galileo board on Windows* OS, Mac* OS X, or Linux* OS.
16 Feb 2016 by Jason Floyd
Use Mina to deploy a Ruby on Rails app quickly and easily.
14 Mar 2017 by KarstenK
You had the right solution in your bag: string command = "open " + filePath;system(command.c_str());should be the right thing.You must supply a correct input parameter for the system call. In the end every pointer is only a memory area. And such memory have to represent the correct...
5 Jan 2018 by Han Bo Sun
This tutorial will discuss two ways to create templates with KnockutJS, one is creating template and use it on the page, the other is separating the template out as separated files for use.
7 Feb 2018 by Han Bo Sun
In this tutorial, I will discuss some techniques that can be used so that modal dialogs can be used with AngularJS without integrating with ui-bootstrap.
20 Jun 2018 by David A. Gray
This article demonstrates every documented strftime substitution token, and provides a tool to generate your own list for your platform.
28 May 2020 by Dave Kreskowiak
You cannot replace the logon screen. Doing so would be a MASSIVE security risk. Also, if you could do it, you would need a disposable machine just to test it. Get ANYTHING wrong and you'll cause the code to crash, rendering the machine...
13 Jul 2022 by HardCoreHam
Ive been trying to make a game using SDL2 if(!(IMG_Init(IMG_INIT_PNG))) { std::cout
28 May 2015 by Johannes Bildstein
The best and recommended way is to use this:[DllImport("@executable_path/../Frameworks/EDSDK.framework/EDSDK")]The framework files should be in the Frameworks folder and with the DllImport attribute you use standard C# and not some Mono xml-config.ok I found the problem. There are three...
13 Feb 2014 by Member 10596001
I had implemented file watcher part using SCEvents : It is notifying all changes. But I want only file created, deleted, renamed, modified events notification and also folder created,deleted,renamed notification? How to get exact these notification? And How to used it? I don't need all...
20 Sep 2014 by militandri
Hi guys. Since a week I'm a new user of OS X. I like a lot listening to music, and I'd like to do it the best possible way. I found a way to add an equalizer on my audio output, but to do it I have to switch my audio output on a different device, then handling with a few of apps to get my sound...
6 Oct 2014 by tvelop
I want to use a repository from a server which is located in the intranet. When i try to checkout over xcode it's "unable to connect" (E175013) and when i try to update/commit from an already checked out project the "Access is forbidden" (also E175013).XCode SVN works fine over the internet...
29 Mar 2015 by Patrick Skelton
Hi,I am having trouble getting my Mac to be visible on my Windows Workgroup network. On MacWorld, it says:"To share a folder on your Mac so PCs can access it, open System Preferences, click the Sharing icon, then put a tick alongside File Sharing. Click options and put a tick alongside...
31 Mar 2015 by Patrick Skelton
Hi,I have run into problems sharing my user folder on a MacBook running OSX Yosemite so it is visible from my Windows 7 Pro machine.I have followed Apple's instructions, but when I go into System Preferences | Sharing | Options on OSX, the instructions simply say to check the box next to...
13 Apr 2015 by Intel
This guide contains troubleshooting information and answers to common questions about programming your Intel® Galileo or Intel® Edison board using the Arduino* IDE.
15 Apr 2015 by Sergey Alexandrovich Kryukov
I would say, not yet. This is what I would advise: better wait till the end of this year for Visual Studio 2015.Alternatively, use Mono for Mac OS X and Mono for Windows. Mono for Windows will be heavily used for testing on Windows, because there is a good number of...
28 Apr 2015 by Intel
Intel Edison Flashing Firmware on OS X - Wired
15 May 2015 by Rey Bango
This article is part of the web dev tech series from Microsoft intended to share Project Spartan and its new rendering engine.
19 May 2015 by Rami Sayar
In this installment, I will show you how to use your existing express-based Node.js app to create a chatroom backend with WebSocket support.
27 May 2015 by Rami Sayar
In this final installment, I will show you how to do a final deployment of your chatroom and how to perform remote debugging.
1 Jun 2015 by Android on Intel
Integrating the Intel(R) C++ Compiler for Android with multiple Android NDKs
29 Aug 2015 by Joseph L. Moore
I am looking at writing a program for engineering calculations run on either Windows or OS X. I intend it to be used/accessed in MS Word with modules being defined and run from there. The code for calculations could be extensive but I need the interface to be seamless with Word so when the...
31 Aug 2015 by mikos7
I'm porting a .net app to OSX using mono and things were going great. But right now I'm struggling with simulating keystrokes on OSX.The app is a console application that uses a barcode scanner. The scanned barcode is used to lookup information about products which is inputted into the...
2 Nov 2015 by Member 10308543
Hey guys,I am working on an Illustrator extension project which uses HTML5 for UI and JavaScript for implementing functionalities.Apart from HTML5 I am also using JQuery and AngularJS.Illustrator SDK has an special feature where you can execute a process using it.I need to pack a PDF...
30 May 2016 by PRAKASH_N
Hi,I am trying to use Virtual Box but unable to install Windows 8 Pro or any other OS because it saying Virtualization is not supported for the process. Is there any other way that i can use setup different OS with VMware or Virtual BoxWhat I have tried:Installed the Virtual box...
14 Mar 2017 by time-killer-games
I am trying to write a DYLIB, (in Code::Blocks), which is to be called from a Mac application, that simply calls the standard C system() function, while giving the option of whether to wait for finishing, in the second argument, (1 or 0).#import #import #include...
18 May 2018 by naveen_g
As per this article to enable TSL1.2 we need to update "SecureProtocol" key in below to registry locations with other registry keys. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings ...
18 May 2018 by Gerry Schmitz
I set "Secure Protocol" in the app as required: ServicePointManager.ServerCertificateValidationCallback += ValidateCertificate; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | ...
10 Oct 2018 by Dave Kerr
A portable and magic-free way to open Pull Requests from the command line
17 Oct 2018 by Han Bo Sun
In this article, I like to discuss the way to set up a Spring Boot application that is packaged as a WAR archive and supports Spring MVC with JSP as view.
20 Oct 2018 by @k5hu
I came across these terms and I'm a bit confused about the differences. What I have tried: While searching for explanations I found few more terms like "Hold and Wait", "No preemption", "critical section" which made me more confused. Could anyone explain me the differences among Mutual...
20 Oct 2018 by Richard MacCutchan
This is how you do it; Mutual Exclusion - Google Search[^]
27 Mar 2019 by rushfive
NFL Database Engine for PostgreSql and Mongo (easily works with other custom databases too)
28 Jan 2020 by 10xlearner
Last week, I had to reinstall all the tools I use on a new computer, since the previous one passed away .
28 May 2020 by RickZeeland
I don't think that's possible, there seems to be a trick however by using an "overlay app" which is described here: c# - How to replace the Logon Application on Windows 10 with a Custom Application - Stack Overflow[^] The code is not in C# sadly...
9 Jul 2022 by Member 15701634
Hit the same error with SDL after unpacking zlib1.dll (version 1.2.8) from SDL2_ttf-devel-2.0.14 to my compiler's bin folder, much like unpacking to your MySysWow64 folder which I'd be much less inclined to do. Searching the error "The procedure...
12 Sep 2022 by denman0000
I have been searching for a few weeks now for solutions but can't find a clear way to do this. There are a number of challenges because the column vales change in size for example row in a job/printout may have a a LENGTH value of 345 while a...
11 Sep 2022 by merano99
I can't see any data garbage or PCL codes in the text shown. It is not clear exactly what the original file looks like and what the desired result would be. All non-displayable codes would be very easy to omit with e.g. C or C++. Replacing with 0...
16 Mar 2017 by Hamidreza Ebtehaj
Designing the simplest function evaluator
3 Jan 2018 by Alex Schunk
This how-to shows the usage of Cauldron.Interception.Fody and its capabilities.
6 Jan 2020 by Erik Engineer
Development of a multiplatform desktop application with .NET Core 3 and Electron.NET from scratch
4 May 2019 by Michael Janulaitis
Provides an introduction to the open source client/server DotNetOpenServer SDK project for Android, iOS, Windows Phone, Windows, Mac and Java Platforms
14 Mar 2018 by Han Bo Sun
In this article, I will present a fully working Spring MVC application. It integrates with Spring Security, and Spring Rest. The sample application can be used as a template while the tutorial gives you a general idea of how each component work.
31 Jul 2014 by Michael Gazonda
A Fundamental Lock-Free Building Block - The Lock-Free Stack
13 Jul 2017 by Chris Moutsos
How to connect to Amazon S3 with gSOAP to store and retrieve data
17 Jun 2023 by VISWESWARAN1998
Scrape the websites with Python 3
20 Feb 2017 by PatGulotta
An easy to use C++/Qt/Qml Floating Action Menu providing the ability to add Floating Actions Menus to a Qt/Qml cross-platform project.
20 May 2015 by Saurabh.Garg
SLogLib is an easy to use, fully customizable and extensible, cross-platform logging library.
12 Mar 2018 by Voevudko A. E., Ph.D.
Defining and presenting Gearographic curves from the simplest to the most intriguing. Offering web-pages and R scripts used to illustrate different aspects of it.
3 Jun 2017 by Voevudko A. E., Ph.D.
Generating and plotting random Voronoi Diagrams and offering web-page supporting it and R scripts.
4 May 2016 by Patrick P. Frey
This article shows how to generate method call traces for debugging, introspection and statistical analysis in the context of an application written with the search engine library project Strus.
5 Oct 2014 by KarstenK
These languages arent so different. They are both translated with the LLVM, but Swift has better optimization. Also is "bridging" between these languages possible. Swift is in many way a "compressed" version of Objective-C. For a starter I would recommand Objective-C because it is the common...
30 Jan 2018 by Voevudko A. E., Ph.D.
Presenting one kind of the exotic spiral, i.e., using big round dots, twisting polygons and, possibly, your own photo. Offering web-page used to illustrate different aspects of it.
28 Mar 2018 by Han Bo Sun
This article will discuss the integration of ui-bootstrap with AngularJS 1.6.x, I will show how to popup the modal dialog, how to pass data into the modal dialog, and how to pass data back to the caller.
24 May 2016 by Kaspion Orion
Hi I'm very much interested in iOS and OS X development, and I'm planning to start on studying for it. I came across the new programming language "Swift". I was wondering, whether to start learning objective-c or Swift for start my career in iOS and OS X development. I'm already a developer...
19 Jul 2017 by Jaiswar Vipin Kumar R.
In the digital world, we are in Machine Leaning Phase. Where are need to everything on lighting speed. Data storing as we need, in our custom formant, and their availability, stability should be done on finger tips with low infrastructural cost.
7 May 2015 by Member 10632749
HelloI made a C# application and i want it to work in MacOSX. Is that possible? And how can I do it?The program is made in VisualStudio C#.
6 Jun 2018 by Voevudko A. E., Ph.D.
Briefly discussing web accessibility in general. Stressing a few prime points/tips that are easy to use and always good to follow. Suggesting to start using easy to understand and remember "rules of thumb".
19 Jul 2016 by KING_NARESH
I want to create a simple operating system. What are the requirements for this?.How to do this? how to design a data flow diagram for this.What I have tried:I want to create operating system for gaining knowledge
11 Feb 2015 by dorianoria
I used Xamarin to generate a .dll with C# in OSX. Unlike Visual Studio 2013 that generates a .tlb file, in Xamarin for OSX .tlb file is not generated, only the .dll file. In windows it is possible to use regasm to generate the .tlb file, but I do not know how to do this in OSX. Neither I do not...
30 Aug 2015 by Sergey Alexandrovich Kryukov
This is not about language, but about technology.Why? First of all, you need to realize one important thing you don't seem to realize: no executable module can run natively on both Windows and Mac OS X. Key word here is natively. I mean, you need to understand how programming of native code...
13 Nov 2015 by Daschj
Looking for a tool that will allow me to detect and block a user from the network if he/she reaches a certain amount of files open/read. Thanks in advance!
1 Dec 2015 by Member 12180070
You will create a Disk Defragmenter. It will not be a "real" disk defragmenter but it will do something very similar to what the actual defragmenter does.I have no idea about that
28 May 2020 by Madhukumar N
i have a C# .Net application which i want to make login screen for the Windows 10 64bit OS Installed Laptop/PC. how can this be achieved? incase if its not possible to remove the default Windows login then how can i add another custom login...
13 Jul 2022 by bonezegei
I think that's the same error when you missed " -lSDL2_image " -lSDL2_image. is a linker to a library for SDL. When you forgot to add the linker that same error occurs i think