All in One SEO plugin for WordPress SEO
-
Updated
Apr 18, 2026 - JavaScript
All in One SEO plugin for WordPress SEO
Super simple Cloudflare Worker that performs redirections and serves a static site from Cloudflare Workers KV
🐚 Own implementation of the shell. As beautiful as a shell.
🏓 A simple (SEO) ping tool that follows HTTP redirections
Minishell is a 42 project aimed at deepening the understanding of process management, command parsing, and core concepts of Unix-like operating systems in C. The objective is to develop a minimal shell that interprets and executes user commands, closely emulating the behavior of common shells like Bash.
This project involves creating a simple shell with Bash as a reference
A minimal Unix shell implementation in C, designed to replicate the behavior of bash with essential features including command execution, pipes, redirections, environment variable management, and built-in commands.
Simple redirector tool. Integrated with Storyblok.
minishell is a custom shell implementation that replicates core bash features, including command history, path resolution, redirections, pipes, environment variables, signal handling, and built-in commands like echo, cd, and env. It offers a comprehensive shell experience for understanding Unix-like shell internals.
Minimal reimplementation of shell piping: infile -> cmd1 -> cmd2 -> outfile using pipe(), fork(), dup2(), execve(), PATH lookup and more.
Low level C Shell with built-ins included and redirections
A bash like shell or command interpreter written in C.
Custom shell with handled pipes, redirections, and builtin-functions. The project was done in July 2021.
Simplified shell implementation
Minishell is a simple shell created as part of my 1337 (42 Network) studies. It supports basic command execution, pipes, redirections, environment variables, and built-in commands like cd, pwd, echo, and more. It also handles signals (Ctrl-C, Ctrl-D) and offers a history feature.
Epitech tek1 project. Pipes and redirections on shell programming. 100% of tests passed.
🐚 A fully functional mini shell written in C as part of the 42 school curriculum. Implements key shell features like built-in commands, pipelines, redirections (<, >, >>, <<), and environment variable expansion. Designed to mimic basic Bash behavior while exploring process creation, parsing, file descriptors, and terminal signal handling.
Add a description, image, and links to the redirections topic page so that developers can more easily learn about it.
To associate your repository with the redirections topic, visit your repo's landing page and select "manage topics."