Click here to Skip to main content
15,888,521 members
Everything / Atom

Atom

Atom

Great Reads

by slavik57
A tutorial for preparing the environment for developing in Typescript in the Atom IDE
by Dominic Burford
Consuming / displaying an Atom feed on an ASP.NET web page
by Android on Intel
This blog will go through the high level features of the Intel® Atom™ x3 platform, especially the features which mobile app developers are interested in.
by Mohamed Elkhidir
A step by step guide to creating a simple hybrid desktop application using web development and Electron framework

Latest Articles

by raddevus
Why Learn Pure JavaScript?.. Learning pure JavaScript (JavaScript only with no other libraries like jQuery) is important because the more familiar you are with JavaScript, the easier it will be for you to use the other JavaScript-based libraries.
by Gaurav Amatya
Youtube push notification
by slavik57
A tutorial for preparing the environment for developing in Typescript in the Atom IDE
by Mohamed Elkhidir
A step by step guide to creating a simple hybrid desktop application using web development and Electron framework

All Articles

Sort by Score

Atom 

1 Jun 2016 by slavik57
A tutorial for preparing the environment for developing in Typescript in the Atom IDE
4 Dec 2020 by Richard MacCutchan
It is explained in the documentation: RegisterClassExA function (winuser.h) - Win32 apps | Microsoft Docs[^].
11 Dec 2014 by Richard MacCutchan
See https://www.google.com/search?q=atomic+actions+in+C[^].
10 Jun 2015 by Dominic Burford
Consuming / displaying an Atom feed on an ASP.NET web page
26 Aug 2015 by B. Clay Shannon
Mash the Esc key. Since this comment is too short to be published, I will say that "Esc" is short for "Escape." Clint Eastwood played in "Escape from Alactrazzzzzzzzzzzzzzzz"
1 Sep 2015 by Android on Intel
This blog will go through the high level features of the Intel® Atom™ x3 platform, especially the features which mobile app developers are interested in.
21 Aug 2021 by oronsultan
hey, after installing Atom i'm trying to run python scripts but keep getting the same error: " Python was not found but can be installed from the Microsoft Store: ms-windows-store://pdp/?productid=9NJ46SX7X90P " No google result! :-( any advice? What I have tried: i installed python 3.8 &...
4 Nov 2019 by oronsultan
Hey, I'm new to atom and python. As far as I understand, i need to run Atom through the cmd and point to the folder where the python.exe file is installed. My question is if I create a file with a .py extension in another folder and want to run it, how do I change the Atom settings so that the...
4 Nov 2019 by phil.o
You can add the path to the python directory in your PATH environment variable. This way, you will not have to provide the full path to the python.exe executable.
4 Nov 2019 by oronsultan
Found the answer! On the top menu click Packages -> Script -> Configure script and on the 'Current Working Directory' copy the path which python.exe is install, e.g: C:\Users\OronS\AppData\Local\Programs\Python\Python38
26 Apr 2020 by Member 14814206
To resolve, get the path for python and add it to environmental variable (in the right spot!!) - MOVE THE new path above Windows ~Store path is key! what I did: Open Command prompt with (cmd) at search in windows type python (if python does not...
4 Dec 2020 by temchik_ggg
I'm trying to find out how to create application for windows by 'Windows Project' in Visual Studio. And I have some questions about this. First, what do 'atom' type do? What do you can recommend to read, beside Microsoft site? ATOM ...
8 Apr 2016 by Mohamed Elkhidir
A step by step guide to creating a simple hybrid desktop application using web development and Electron framework
5 Apr 2016 by debashishPaul
A deeper dive in TypeScript with the discussion around functions and how to work with them
16 Dec 2015 by Tim ONeil
INI-style properties for C++ Embedded/Applications on Linux
12 Sep 2018 by raddevus
Why Learn Pure JavaScript?.. Learning pure JavaScript (JavaScript only with no other libraries like jQuery) is important because the more familiar you are with JavaScript, the easier it will be for you to use the other JavaScript-based libraries.
11 Dec 2014 by kave2011
I want to know implementation of atomic actions in C or C++ or c#.............(with application)
25 Aug 2015 by B. Clay Shannon
In Atom, I can Ctrl+F to bring up a Find/Find & Replace pane, or section, at the bottom of the window. When I'm through with it, I want it to bow out of the room (hide), so I've got as much real estate as possible for my code window.How can I do that?The View table has nothing promising,...
16 May 2014 by Bheaf
Please someone help! I know I am overlooking something, but has anyone had any experience displaying an affiliate atom feed for homwaway in Razor using webmatrix or java. If I could only see an example I’m sure I could learn this, but I am having no luck at all finding one. Below is all the...
28 Oct 2019 by oronsultan
Okay, so the joke is on me. I didn't know that Atom had to be run from the path where the Python is installed. Here are the steps I took: 1. I opened cmd 2. cd then the path on which python38.exe is installed (AppData \ Local \ Programs \ Python \ Python38) 3. Type in atom .
4 Sep 2020 by Member 14931051
First you must know were python is installed, copy the direction, then in Atom clip packages-script-configure script, Its going to ask you "current working directory" paste python folder direction in the box. Thats all.
6 Jun 2021 by Member 15233576
running python3 using script After configuring Atom to use it as a python environment (IDE) On MacOS the 'script run' (shortcut cmd-I) will run python2.7 That version of python is needed by the OS and can't be removed. To make cmd-I run python3...