Giter VIP home page Giter VIP logo

Check It Out! 🚀

// test.c
#define CLASS(ARG) public class Main { ARG }
#define void public static void
#define char String
#define printf System.out.printf
#define FN_TEXT "console.log(\'\\necho \\\"H\\`echo -n e\\`llo \\$(\\`rev <<< imaohw\\`)\\\"\')"
 CLASS(
    void main(char[] args) {
        printf(FN_TEXT);
    }
)

How to

gcc -E -nostdinc test.c -o test.java; sed "s/#.*//g" test.java -i
java test.java > test.js
node test.js > test.sh
bash test.sh

Umut Sevdi's Projects

advanced-c icon advanced-c

This repository contains various examples and notes from my Advanced C Programming Language course.

b_vector icon b_vector

Dynamic boolean vector implementation for C programming language.

bio-inf icon bio-inf

BME3160 Bioinformatics Lecture examples in C++ and Perl

brauzer icon brauzer

A web browser for Linux from scratch in C for a variety of alternative web protocols

com icon com

Source code of my website

dotfiles icon dotfiles

Configuration files of my personal computer running Fedora 37 GNU/Linux

go-simple-transaction icon go-simple-transaction

A CLI tool and a simple backend service that handles user authentication, authorization and keeps tracks of transactions made within the application

go-ssr-template icon go-ssr-template

A template for a web server that features server side rendering and API capabilities using go's built-in html template engine.

httpc icon httpc

A HTTP web server written in C with routing

lled icon lled

A Lightweight Lua editor written with ImGUI that can modify itself at runtime.

mdp-bme4991 icon mdp-bme4991

A robot that can move based on the eye movements of the owner.

mock-up-dos icon mock-up-dos

Mock Up DOS was my homework for Data Structures and Algorithms lecture written in C programming language. Allows users to create, remove and display directories.

pds icon pds

Machine Learning and Regex Matching based Phishing Detection System with a phishing attack scenario

post-college icon post-college

An Android application for graduates to continue communicating

remote-sh icon remote-sh

A shell which remotely executes UNIX commands & programs and returns its responses.

rle-img-compression icon rle-img-compression

A Utility program that can compress PGM images using Run Length Encoding Algorithm or reconstruct them without loss.

rofi-applets icon rofi-applets

Various useful applets developed with Rofi and shell-scripts.

service-discovery icon service-discovery

Service Discovery & Load Balancing service implementation using UDP broadcasting and TCP

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.