If you want to configure the mail client of your web email address from mobileconfig to your ios device. Follow the steps: Download the mobileconfig file from your email provider. In my case cPanel Email (->Email Configuration -> Select the email address -> IMAP (application:ios) ->Proceed ).Now you will get mobileconfig . Upload that mobileconfig file to uguu.se . And note down generated that link. Other alternatives are: file.io tmpfiles.org file.town takeafile.com imgbb.com Open that link (generated link) from Safari on your iOS device. For example, just message yourself and open the link from your device.✌️ Click on the file. Now opens a screen showing the profile. Click install -> Type passcode -> install. Now it will ask for the password of your email address. Done. Now you can use your new email profile for sending and receiving emails. Let's stay connected, here is my Twitter p...
To run glut and openGL on Xcode follow these steps: Open Xcode > 'Create a new Xcode project' . Navigate to 'macOS' tab and select 'Command Line Tool' > Click ' Next' . Fill your project name and other details > Select ' C++ ' as language > 'Next' . Choose the project Location . Click on your project name (at the top left corner). Navigate to build Phases > Click add button '+'. Now one search window will pop up. Search and add 'OpenGL.framework' and 'GLUT.framework'. Now click on the main.cpp file and add this line (header file adding) > #include <GLUT/glut.h> Sample code available here . My GitHub Profile Now you can start programming on GLUT and openGL :)
This is my favorite list for Visual Studio extensions. These extensions help me to program faster and hopping yours as well. TODO Highlight wayou.vscode-todo-highlight Developer: Wayou Liu Simple React Snippets burkeholland.simple-react-snippets Developer: Burke Holland Search node_modules jasonnutter.search-node-modules Developer: Jason Nutter Prettier - Code formatter esbenp.prettier-vscode Developer: Esben Petersen Path Intellisense christian-kohler.path-intellisense Developer: Christian Kohler npm Intellisense christian-kohler.npm-intellisense Developer: Christian Kohler Import Cost wix.vscode-import-cost Developer: Wix Ayu teabyii.ayu Developer: teabyii Import Cost formulahendry.auto-rename-tag Developer: Jun Han Auto Import steoates.autoimport Developer: steoates Auto Close Tag formulahendry.auto-close-tag Developer: Ju...
Comments
Post a Comment