Sodium Programming Language - Python
https://github.com/SatinWuker/Sodium-Programming-Language 7Sodium Programming Language - Python Similar Projects List
Cpp example - C++
20
C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". Write a C++ program and create a cpp file. cpp-example C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Class
KNVProtoEngine - C++
16
KNV(Key-N-Value) is a very fast protocol engine for manipulating protocol data without knowing the detail of its contents. KNV serves for 3 main purposes: 1, As a fast protocol engine, supporting 1M+ processes per second; 2, As a schema-free protocol inspecter/modifier for general-purpose network server; 3, As a protocol and data storage engine for general data storage server.
What is KNV?
KNV(Key-N-Value) is a source code library for manipulating protocol data without knowing the detail of it contents. KNV can be seen as a Key-Value extension that supports all data structures.
As we know, Key-Value s
Hascal - Python
30
Hascal is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software. The Hascal Programming Language Website | Docs | Gitter | Changelog | Library Index Hascal is a general purpose and open source programming language d
Metatheory.jl
213
Metatheory.jl is a general purpose metaprogramming and algebraic computation library for the Julia programming language, designed to take advantage of the powerful reflection capabilities to bridge the gap between symbolic mathematics, abstract interpretation, equational reasoning, optimization, composable compiler transforms, and advanced homoiconic pattern matching features.
Synthium - C
10
General purpose and statically typed programming language. Synthium Synthium is designed to be a systems programming language. It takes inspiration from existing systems programming languages, but also from so
Jenny - Java
4
Jenny A general purpose programming language I'm making Jenny out of interest, and mainly just because I want to see how far I can get with making my
Sodium compat - PHP
790
Pure PHP polyfill for ext/sodium.
Sodium Compat
Sodium Compat is a pure PHP polyfill for the Sodium cryptography library (libsodium), a core extension in PHP 7.2.0+ and otherwise available in PECL.
This library tentativeley supports PHP 5.2.4 - 7.x (lates
A tutorial compiler written in Java - Java
563
For Jack language. Most of codes were commented with their usage, which can be useful for beginner to realize the running principle of a compiler for object-oriented programming language. Instructions: Download the Java source codes Store these codes into a local folder and open this folder Click the right key of mouse and click ‘Open i
Py url shortener - JavaScript
33
Py URL Shortener is a Python powered Flask app implementing a technique in which a Uniform Resource Locator (URL) has been made substantially shorter in length and still direct to the required page. This is achieved by using a redirect on a domain name that is short, which links to the web page that has a long URL.
Py-URL-Shortener
Py-URL-Shortener is a Python powered Flask app implementing a technique in which a Uniform Resource Locator (URL) has been made substantially shorter in length and still direct to the required page. This is achie
Orin - Java
585
Fork of @kabouzied Phonograph, I always wanted to try my hands on Tunzo's material design music player concept which can be found here: https://www.uplabs.com/posts/a-music-player-in-material-design-a-concept ... Work in progress.
Orin
Orin is a music player based on Karim Abou Zeid's open source Phonograph music player, I always wanted to implement Aleksandar Tešić's designs of a music player that can be found here! https://material.uplabs.com/posts/a-mus
Emfy - Emacs Lisp
428
A 72 line ~/.emacs to quickly set up vanilla Emacs for general purpose editing and programming. Emacs for You (Emfy) This project provides a tiny .emacs file to set up Emacs quickly. This document provides a detailed description of how to set it
ChainLib - C#
42
ChainLib
A general purpose blockchain programming library for .NET Standard 2.0.
The goal of the project is to be a useful library for creating blockchains for various purposes, outside of crypto-economics, i.e. no work proofs
Adapton.rust - Rust
218
adapton - programming abstractions for general-purpose incremental computations. Adapton in Rust A general-purpose Incremental Computation (IC) library for Rust. Documentation, with examples Versions: The Adapton repo has the lates
Kiwi Lang - Rust
4
General Purpose Scripting Language. Kiwi Lang Scripting Language made for fun Example def hello_name name {
return "Hello " + name
}
def main {
integer = 1
floating_point =