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
 
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
 
airtucha profile image
Alexey Tukalo
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
 
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
 
villivald profile image
MV
Collapse
 
slimdestro profile image
D\sTro

You have several components like timeline, stories, tooltip and routes for home, about etc. Material UI is used built on top of create-react-app. Fantastic. Looks great.

Collapse
 
klvenky profile image
Venkatesh KL

I have a simple n-queen-problem ui on a site. check it out:
github.com/klvenky/n-queens-helper

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

Collapse
 
winstonpuckett profile image
Winston Puckett

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

Collapse
 
braydentw profile image
Brayden W ⚡️

2 things I’ve worked on that have gotten some traction 📈

github.com/BraydenTW/react-tailwin...
github.com/BraydenTW/react-emoji-s...

Collapse
 
wagslane profile image
Lane Wagner
Collapse
 
slimdestro profile image
D\sTro

GoLang! my favorite. Thanks!

Collapse
 
roshanraj profile image
Roshan Raj

An old project which was build using Servlets, JSP and SQL as the DB.
Working on migrating its backend first to use NodeJS and MongoDB.

github.com/roshan-raj/Shop-Managem...