intellij-rainbow-brackets
unix-history-repo
intellij-rainbow-brackets | unix-history-repo | |
---|---|---|
20 | 57 | |
4,567 | 6,721 | |
0.6% | 0.9% | |
6.1 | 0.0 | |
about 1 month ago | about 3 years ago | |
Kotlin | Assembly | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
intellij-rainbow-brackets
-
Top 10 IntelliJ IDEA Plugins to Boost Development Efficiency in 2024
Plugin Name Plugin URL Apidog Fast Request https://plugins.jetbrains.com/plugin/25925-apidog-fast-request--auto-detect-endpoints-http-rest-client JetBrains AI Assistant https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant Lombok https://plugins.jetbrains.com/plugin/6317-lombok SonarLint https://plugins.jetbrains.com/plugin/7973-sonarqube-for-ide Save Actions https://plugins.jetbrains.com/plugin/7642-save-actions Key Promoter X https://plugins.jetbrains.com/plugin/9792-key-promoter-x CodeGlance https://plugins.jetbrains.com/plugin/7275-codeglance Rainbow Brackets https://plugins.jetbrains.com/plugin/10080-rainbow-brackets Translation https://plugins.jetbrains.com/plugin/8579-translation JRebel https://plugins.jetbrains.com/plugin/4441-jrebel-and-xrebel
- Changing my relationship with GitHub Copilot
-
Taste the Rainbow
Don't forget Rainbow Brackets
-
"i'll just put the theme preview in this component, it's probably fine", i said. "it shouldn't be that big", i said.
Rainbow brackets, a must-have plugin
-
Alternatives to Rainbow Brackets plugin?
Looks like it is opensource, so you could just rebuild for yourself.
-
6 tools I use every day as a full-stack developer
⮕ IntelliJ plugin
-
3 Android Studio plugins for productive development
The codebase usually gets bigger and bigger and you should take care of nested for loops or some other nested function scopes. This plugin will color every scope you have with the different brackets color so you can easily track in which scope you are working. Read more about this plugin.
-
Just Migrated from VSCODE to PhpStorm
Rainbow brackets - just like bracket pair colorizer in vscode.
- Possible to get these 3 syntax coloring features in Rider?
-
How to write your own language plugin for IDEA (part 1)
The class implements the interface - com.intellij.CodeInsight.daemon.impl.HighlightVisitor. The implementation can be viewed here. The coloring takes place in the com.github.izhangzhihao.rainbow.brackets method.visitor.RainbowHighlightVisitor#setHighlightInfo
unix-history-repo
-
Building Linux From the Ground Up: My Journey with LFS
That idea—that chroot powers something as modern as containers—grabbed me. To learn more, I checked the Linux kernel and saw chroot was already a core part. So, I went deeper, diving into the Unix history repo maintained by Professor Diomidis Spinellis. That’s where I saw the chroot syscall show up around 1979 in V7 Unix, a piece of history that felt alive.
-
Unix Programmer's Manual Third Edition [pdf]
Maybe for someone interesting, too, could be the Repository "Continuous Unix commit history from 1970 until today" (https://github.com/dspinellis/unix-history-repo.git) from Prof. Diomidis Spinellis.
- Version 7 Unix cmd/sh/blok.c
-
Switching customers from Linux to BSD because boring is good
Every extant Unix has been rewritten since the original AT&T code, Ship of Theseus style. We still consider them members of the Unix family, because they can trace their lineage directly. One could built a Git repo showing every code change from the original Unix release through modern day BSDs, if only we had granular commit info going back that far.
In fact, it's been partially done for FreeBSD, https://github.com/dspinellis/unix-history-repo
We could in principle do something similar for Darwin (if we had enough of the historical code), which is the core of MacOS, which is based on NeXT, which was based on BSD with a new kernel. That makes MacOS every bit a member of the Unix/BSD family as FreeBSD is.
-
The Elegance of the ASCII Table
> not sure about other *nixes
Should be available on any UNIX, it was added to V7 UNIX back in the 1970s: https://github.com/dspinellis/unix-history-repo/blob/Researc...
Even before that, it existed as a standalone text file https://github.com/dspinellis/unix-history-repo/blob/8cf2a84... This still exists on many systems -- for instance as /usr/share/misc/ascii on MacOS
- Wc2: Investigates optimizing 'wc', the Unix word count program
-
F/OSS Comics: 8. The Origins of Unix and the C Language
There is also https://github.com/dspinellis/unix-history-repo (Continuous Unix commit history from 1970 until today)
-
Kernighan and Pike were right: Do one thing, and do it well
FWIW, ls in Research-V6 back in 1975 had 10 options. https://github.com/dspinellis/unix-history-repo/blob/Researc...
By BSD 3 in 1980 it had 11 options. https://github.com/dspinellis/unix-history-repo/blob/BSD-3-S...
The thing is, we can see even from the 1970s 'ls' how the Unix model doesn't meet the goal "to chain these simple programs together to create complex behaviors".
There is no option to escape or NUL terminate a filename, making it possible to construct a filename containing a newline which makes the output look like two file entries.
The option for that was added later.
There's also the issue that embedded terminal codes will be interpreted by the terminal.
-
The original source code of the vi text editor, taken from System V
This is what it looked like about 7-8 years earlier: https://github.com/dspinellis/unix-history-repo/blob/BSD-1/e...
- Continuous Unix commit history from 1970 until today
What are some alternatives?
intellij-plugins - Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform
HelloSilicon - An introduction to ARM64 assembly on Apple Silicon Macs
AceJump - 🅰️ single character search, select, and jump
typos - Source code spell checker
intellij-cute-pink-light-theme - Cute pink light theme for JetBrains IDE (IntelliJ IDEA, PHPStorm etc.) inspired by WebFreak's VisualStudio Code theme. Install from JB marketplace (inside your IDE) or install zip file (see README).
m1n1 - A bootloader and experimentation playground for Apple Silicon