PlantUML supports Gantt charts if I remember correctly. Can run locally (java if I’m not mistaken) or via web.
PlantUML supports Gantt charts if I remember correctly. Can run locally (java if I’m not mistaken) or via web.
Not an answer, but you don’t need an extension to defeat right-click blocking scripts: shift-right-click usually does the trick.
Hmm, I see. The perfectionist in me would want to shed that processor load though ^^
Without any judgement: why are your servers running X11? Just because you dislike SSH’ing to them?
Review is done before code gets into main, but that’s inefficient for most of the non-mission critical projects out there. A better approach is to optimistically merge most changes as soon as not-rocket-science allows it, and then later review the code in situ, in the main branch.
Assuming you have a project with continuous delivery, that is an absolute foot gun. Optimistically merge the change and then realize in situ that you forgot the WHERE
part of your SQL command (or analog statement of the query builder)? No fucking thanks.
Yep, it’s a repost of this one.
One could even think this OP is an alt account.
The hell happened to the feet in the second panel?
Ducking Medium again. No I don’t want an account with you. The article can’t be that interesting.
You forgot the package hollywood.
I think they come with ublock itself and are called “annoyance filters” or something like that.
If you have the iso image, you can write it with the command dd to your stick / sdcard
I like how it is cheaper to buy it upfront. Like they can load an extra bag or two full of internet if they know you need it.
Gardening with Maurice was nice. Actually all the shows on WCTR.
That’s the garbage in part of the GIGO process.
I finally made a full backup of my system. I guess be happy about that.
I’m a sucker for jetbrains Mono when I need a monospaced font. It just looks nice to me.
I’m not sure if I have a weird understanding of obfuscation (at least the name hints that the tool intendes to do this), but this tool is not doing it. What is obfuscation if you take a IPv4 and print it in hex or in circled digits?
And the “no memory allocations” is a golf statement, given the fact you use make()
several times and your main New() returns a pointer to an object. Sounds like memory being used here…
If the package comes from the repo, you can uninstall it by the same name you used to install it. If it came from a .deb file (in case of debian), you can find out how the package calls itself and use that name to uninstall. Usually the package name is quite identical to the file name. And dpkg -L
shows you which files came from the package and where they were installed.
I’m fine with config files, as long as they are where you expect them (~/.config/tool or ~/.tool). What I dislike is yet another funny config syntax because the dev couldn’t settle on an established standard. Command line syntax is ok, if you give me sensible completions.
You could try out mediawiki (that’s the software Wikipedia is running on) on a local docket container on your machine to see if it actually is what you want or if you would prefer a simpler wiki software. Depending on how often you need it, you could self host on a raspberry pi in your home and make it accessible to your group through dyndns.