Our great sponsors
Atom | GNU Emacs | |
---|---|---|
200 | 127 | |
57,547 | 3,458 | |
0.8% | 1.2% | |
8.3 | 0.0 | |
7 days ago | 3 months ago | |
JavaScript | Emacs Lisp | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Atom
-
My custom configurations
You can give us the exact color by going into the files of the config, directory of it should be C:\Users\(Your name)\AppData\Local\BeamNG.drive\0.24\vehicles\etk800 and you'll want to find the .pc name with the name of the config, let's say it was called "Widebody race" then you'll need to find a Widebody race.pc file and either send it to someone or open it yourself-for which you'll need a file editor (i recommend Atom) which is great to have as you can make engine go brrr or whatever you want tbh
- Is there a place/any videos where I can learn how to make a website to look like it was made in web 1.0?
-
Useful Git Commands for Beginners
Pick the text editor of your choice : You can use Visual Studio Code, Brackets, Sublime or Atom
-
How to make a mod with an existing car in beamng
You'll need a code editor, i reccomend Atom. This should work just fine in terms of engines, if you want to see for example how a mod is made you can (assuming you're using the repo) download it and then click the unpack button and show in explorer, you'll see everything that the mod has and you can edit it to your liking (as long as it's for private use that's for sure, you'll have to ask the creator for permission unless stated otherwise if you want to publish it yourself)
-
Uncaught Error: Cannot find module 'jquery'
Here is the structure of my app in Atom Editor:
-
Closing specific notepad window
Atom
-
Not saying it isn’t not good, tho
I think there was a .NET project that created a small taskbar web server for frontends written in C++... it was before atom.io started getting popular... back when the idea of a large personal web server for editing your files was laughed at.
-
Simple Static Website with few pictures
Hi there! Are you asking about good website building platforms (like Wix, Wordpress.com, etc.), or are you looking to code it yourself? I'm teaching myself web dev right now and am using Neocities to host what will eventually become my personal website. I'm still kind of bouncing around different code editors to find one I like, but Atom and VSC are pretty popular.
-
I want to write addon(s) for a game, it has a LuaDoc; How do I import or generate stubs from it?
I use Atom as my IDE.
-
How to hide *pyc files in atom editor
Started using Atom for Python/Django development and would like to hide all the *.pyc files from sidebar.
GNU Emacs
-
How do I dump state or similar?
That part is implemented in C.
-
High CPU usage in WSL with Emacs 29.0.50
The commit make timer_check even more resilient triggers some problem in WSL that results in high CPU usage.
- emacs/tetris.el (1997)
-
After years on Linux, I just discovered Vim & TMUX. They're fucking amazing.
For those wondering, the Emacs equivalent would be to use TRAMP and Dtache.
-
Emacs for Professionals
https://github.com/emacs-mirror/emacs/commit/5afe27624f7
This is the patch that added the feature you wanted to dired. 30 lines of diff, 20 of which is documentation.
Calling a piece of exceptional software an "abomination" because of one specific behavior that you find annoying is the wrong attitude to have, especially for an emacs user.
It is emacs. You can make it do whatever you want within a few lines of lisp.
-
the real reason emacs is superior - org+latex+sagemath
I don’t think you get me if you may deny that the command emacs is just a lisp interpreter. The command (the executable binary called if you execute emacs from your shell) is no more than “python” is. It’s an Lisp interpreter. By default, it loads a bunch of scripts (except if you call emacs —script blabla.el). The “Lisp environment”, or more adequately the lisp interpreter, is always there as the core, but the application built on top of it, the end-user text editor, is also called Emacs. You will see that this description fits the one found in https://www.gnu.org/software/emacs/.
-
Just discovered emacs as a long term vim user and it's incredible
The included eshell scripts are easily visible from this mirror of emacs repo or from emacs itself of course. Personally I think a lot of them are useful to a large part of the userbase and all the gimmick scripts don't take up much space at all.
-
At one point, someone tried to replace all the Emacs code with Vim.
Found this pull request, had a nice laugh. Was there a similar retaliation attempt on Vim's repo?
-
What useful software or programs do you install right away after building a Gaming PC?
emacs install an operating system inside your operating system
-
emacs is BLOATED
If you look at the history for tetris.el it has seen only minor updates over its two decade lifespan. These additions don't take up much maintainer time at all. It would actually take more maintainer time to decide together which pieces should be moved out and rehome them on ELPA.
What are some alternatives?
Visual Studio Code - Visual Studio Code
Geany - A fast and lightweight IDE
vscodium - binary releases of VS Code without MS branding/telemetry/licensing
notepad-plus-plus - Notepad++ official repository
Spyder - Official repository for Spyder - The Scientific Python Development Environment
KDevelop - Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP
Light Table - The Light Table IDE ⛺
spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
TextMate - TextMate is a graphical text editor for macOS 10.12 or later
vscode-org-mode - Emacs Org Mode for Visual Studio Code