Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmdbalkhi/examples-of-codes
https://github.com/mmdbalkhi/examples-of-codes
algorithm algorithms-and-data-structures language learning rust til
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmdbalkhi/examples-of-codes
- Owner: mmdbalkhi
- License: gpl-3.0
- Created: 2022-07-01T18:37:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T18:04:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T21:39:09.913Z (3 months ago)
- Topics: algorithm, algorithms-and-data-structures, language, learning, rust, til
- Language: Rust
- Homepage: https://mmdbalkhi.github.io/Examples-of-codes/
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Examples-of-codes
---This repository is for simple and educational codes in several different languages. I occasionally upload some code here. Our goal is to learn, let's learn!
Brief description of the languages used[^1]
---C
---
> C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.cs
---> C# is a general-purpose, multi-paradigm programming language. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines.
Erlang
---> Erlang is a general-purpose, concurrent, functional programming language, and a garbage-collected runtime system.
Rust
---> Rust is a modern systems programming language focusing on safety and speed.
> It accomplishes these goals by being memory safe without using garbage collection.
> “The Rust Programming Language” is split into three sections, which you can navigate through the menu on the left."Python
---> Python is a programming language that lets you work quickly and integrate systems more effectively.
> Python is free and easy to learn.* [Algo](./algo/)
* [Project Euler](./Project%20Euler/)footnotes
---[^1]: I do not know all these languages! Probably no one can learn all these languages completely. I am new to some of these languages or familiar with the syntax of that language. My suggestion to you is to learn only one language to start (it does not matter which one you just start) and whenever you need to switch to another language, then you will learn a new language!
Useful links
---C Programming Language Website [here](https://www.learn-c.org/)
Erlang Programing Labguage WebSite [here](http://erlang.org/)
Rust Programing language WebSite [here](https://rust-lang.org/)
Run Rust Online on Your web Browser [here](https://play.rust-lang.org/)
Python Programming Language Website [here](https://python.org/)