DEV Community

D\sTro
D\sTro

Posted on

Do you use GIT ? Let me see your code!

Note: only public repo which is not associated with any organization. It must be your repo only

You can simply write the git repo(public) here. I'll be glad to take a look at those codes. I'll also give "star" in return 😊

// exclude .asm/.exe direct code

Thanks!

Top comments (28)

Collapse
 
omegaui profile image
omega ui •

github.com/omegaui/omegaide

Collapse
 
slimdestro profile image
D\sTro •

"An extremely lightweight and super fast java ide for linux"

I'm sorry couldnt see codes because never used java so far. If I'm not wrong, this repo is a custom java IDE like netbeans or it's for some other purpose.

Collapse
 
omegaui profile image
omega ui •

No it's not a custom IDE. Builded without any external compilation library(I have written it from top to bottom). Yes, it's like NetBeans, Eclipse and intellij but far more lightweight and performance.

Thread Thread
 
slimdestro profile image
D\sTro •

Amazing! thanks

Collapse
 
omegaui profile image
omega ui •

The codes are inside the src directory

Collapse
 
fennecdjay profile image
Jérémie Astor • • Edited

I have this markdown preproccessor I use for my main project's documentation.

I think it can be used to make some literate programming. I even made a post where you can use it to build and use my programming language.

Collapse
 
slimdestro profile image
D\sTro •

Saw the code. Its complete amazing. Thanks!

Collapse
 
fennecdjay profile image
Jérémie Astor •

Thank you.

Collapse
 
airtucha profile image
Alexey Tukalo •
Collapse
 
veryprofessionalusername profile image
Amr Ahmed •

I made a package that will auto install python imports for you and manage your requirements.txt. it also features a cli that allows users to run their scripts and kill them in a much more user friendly manner.

github.com/veryprofessionalusernam...

Collapse
 
timlangner profile image
Tim Langner •
Collapse
 
slimdestro profile image
D\sTro •

import ToastContainer from "./ToastContainer/ToastContainer.jsx"

how standard does this look. I have been telling my mates that jsx is portable but they keep writing inline 😀

Thanks I loved this repo👌

Collapse
 
timlangner profile image
Tim Langner •

thanks for looking into it! :)

Collapse
 
kallmanation profile image
Nathan Kallman •

Small (but very git related) utility I'm proud of: github.com/kallmanation/gi

Collapse
 
slimdestro profile image
D\sTro •

That's amazing. Is that batch script?

Collapse
 
kallmanation profile image
Nathan Kallman •

It should work in most shells (I've tested in bash and zsh).

Thread Thread
 
slimdestro profile image
D\sTro •

you thought something unique. Love this 👌

Collapse
 
erfanpy profile image
Erfan Gh • • Edited

github.com/erfanPY/sciencedirect-a...
It's a web scrapper for sciencedirect.com .

I made this as a freelance project but when the project finished the owner didn't pay me anything so i published code to be useful for other developers.

Collapse
 
ivypuckett profile image
Ivy Puckett •

My repo generates my blog from all of my dev.to posts :)
github.com/winstonpuckett/blog

Collapse
 
bassochette profile image
Julien Prugne •

A full loot pvp discord game i'm working on.
github.com/bassochette/colonies

Collapse
 
haikelfazzani profile image
Haikel Fazzani •

I built a simple and lightweight JSON viewer Link