Блог пользователя bonF1re

Автор bonF1re, история, 2 года назад, По-английски

Hello community, check out this IDE made by my friend cigar-galaxy82.

Lamtell web-based open source ide comes packed with awesome feature that you will for sure find handy in your journey while learning competitive programming, data structures and algorithms and much more. This was made while considering all the things that are missing in a web-based IDE. Supports more than 50+ languages so you have endless possibilities. Upload code, download code files, save your code on the same platform and even share you code with your friends, create your own code snippet and much more.

Style the IDE which ever way you want you have a wide range of 60+ themes that you can choose from. You can import problems from CodeForces by simply copy pasting the link and you don't have to bother splitting screen while you are solving a question and when running your code all the test cases will be checked automatically and evaluated so you don't have to check it out for yourself and find out which test cases passed or not making your coding easy.

If you know Hindi and you want to find more on how to use it check this small tutorial — https://www.youtube.com/watch?v=T29hItsO5zQ

Check out the code for yourself and become a contributor GitHub repo — https://github.com/Lamtell/Lamtell-Open-Source-Ide

Have fun playing around with the IDE of your dream — https://ide.lamtell.com/

Make sure to comment your feedback.

  • Проголосовать: нравится
  • +34
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится +52 Проголосовать: не нравится

Please use a monospace font

»
2 года назад, # |
  Проголосовать: нравится +29 Проголосовать: не нравится

The user experience is terrible :(

  • The default font is not monospace, although you can change it in settings.
  • The default file name is main.cpp, but why the language is C?
  • If I click the "import problem statement" button, it will create a split window on the left and I can't close it.
  • Everything will reset when you reload this website.
»
2 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

It's frustrating that to see the default code can't pass the compile even though change the language to C++

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Great work!!