እሱባለው
894 subscribers
6 photos
1 video
4 links
Download Telegram
Channel created
Welcome:
If you are interested in my hobby projects:
Please find them 🔗 here:
but i also made other stuff which might be cool: find them 🔗 here or maybe 🔗here


Lists here are tools made as hobby projects.

@AAU_Robot: Telegram bot to get grade report fast
@SaveLinkRbot: Media Downloader from FACEBOOK 🌐, Pinterest 📱,Twitter 🐦, Instagram 😎 and YouTube 😉.
@MeaningRobot: dictionary
@ResultsRobot: Results for grade 1️⃣2️⃣
@HagerieRoBot: AI language translator

This page was originally posted in 2⃣0️⃣2⃣2⃣ and can be edited.
Please open Telegram to view this post
VIEW IN TELEGRAM
24
As part of learning Rust📱, I attempted to create a command-line interface (CLI) tool that could function as a universal code runner. This tool could execute code from the command line, the Read-Evaluate-Print Loop (REPL), files, and even Pipe stdin. It supported over 2️⃣0️⃣ languages, including compiled languages.

I recently started learning Rust📱 and tried creating this project while following the learning resources on https://rust-lang.org/learn/. I used AI to aid my learning and speed up the project, so I expect some issues.

If you’re familiar with Cargo, you can install the tool using the following command:

 cargo install run-kit

and use
  --force

to update.

Alternatively, you can visit the GitHub repository at https://github.com/esubaalew/run. There, you’ll find download options for your operating system, including macOS, Windows, and Debian. The readme file provides further details, or you can directly download from the release page.

run --version
// run without anycode
run "fn main() { println!("hello from rust"); }"
or
// tell the language
run rust "fn main() { println!("hello from rust"); }"
// or even make it clear
run --l rust --c "fn main() { println!("hello from rust"); }"

```shell

$ run go
run universal REPL. Type :help for commands.
go>>> package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}
Hello, world!


or even

go

shell

go>>> fmt.Println("Hello, world!")
Hello, world!


the ff is also possible

shell


echo '{"name":"Ada"}' | run js --code "const data = JSON.parse(require('fs').readFileSync(0, 'utf8')); console.log(hi ${data.name})"

or just tell the file

shell

run /this/is/cool.dart



inside interactive mode you can change the languages with ease


shell

run
python>>> x = 10
python>>>x
python>> 10
python>>> : go
go>>> x:=20;
go>>>x
go>>>20`


This projects also became on HN front page:
https://news.ycombinator.com/item?id=45475528
Please open Telegram to view this post
VIEW IN TELEGRAM
2🔥81
እሱባለው
As part of learning Rust📱, I attempted to create a command-line interface (CLI) tool that could function as a universal code runner. This tool could execute code from the command line, the Read-Evaluate-Print Loop (REPL), files, and even Pipe stdin. It supported…
🎉Run (run-kit) Turns 2️⃣8️⃣ Days Old — and We Have a New Release!

Today marks 2️⃣8️⃣ days since the launch of Run, and we’re celebrating with a new update!
This release introduces syntax highlighting — meaning you’ll now see cool colors as you type your code. 😀

Even better:

It’s fast ⚡️

It adapts automatically to the language you choose

And the colors are unique for each language .

Explore the update and see it in action:
👉GitHub: github.com/esubaalew/run

👉Website: https://run.esubalew.et

#run #run_kit #run_esubaalew #esuaalew #esubalew #rust
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
19
Media is too big
VIEW IN TELEGRAM
Can you believe this is created using simple key-value JSON like languages that produce fantastic graphics?

This amazing app funcdraw.app is made by teweldemat also creator of funcscript a .NET-first expression language and runtime that lets you embed concise, functional business logic inside your applications.


Give it star here https://github.com/teweldemat/funcscript
36🔥64
Hiring a Backend Engineer!

Are you an expert in C# and SQL with excellent team coordination skills?
If you thrive in a collaborative environment and are looking for your next challenge in backend development, we want to hear from you!
BOMBARD me with your CV and let me know how you're the perfect fit!
#job #backend #csharp@Esubbalew
15🫡3
Please open Telegram to view this post
VIEW IN TELEGRAM