Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create n3dal.md #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 96 additions & 0 deletions code-styled/n3dal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!-- TODO: Add class that explains all the tools you use -->

<!-- <a target="blank"><img align="left" src="./assets/patric1.gif" /></a> -->

### Hi there 👋

<p align="left">
<img src="https://readme-typing-svg.herokuapp.com/?lines=Welcome+to+my+GitHub+Profile!&center=true&width=360&height=30">
</p>

<!-- <a target="blank"><img align="left" src="./assets/profile_pic.gif" /></a> -->


I'm **`Nedal Abudllah`** an 22 y.o. Electronic-Communication engineering student from 🇱🇾 "Libya",
and a self-taught developer passionate about Computer-Science and Technologies.

- 👀 I’m looking to collaborate on **Open-Source** Projects.
- 🐍 I’m looking to collaborate on **python** projects.
- 🐧 I like **GNU/Linux**.
- 😄 Pronouns: He/Him.

![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fn3dal&label=total-visitors&labelColor=%23ba68c8&countColor=%23697689)

![Visitors](https://api.visitorbadge.io/api/daily?path=https%3A%2F%2Fgithub.com%2Fn3dal&label=today-visitors&labelColor=%23697689&countColor=%23ba68c8)

<!-- to print thick horizontal line -->
---

```python
class N3dal(Abdullah):
"""self-taught developer that love to learn more about Computer-Science and Technologies"""

def __init__(self):

self.name = "Nedal Abdullah"
self.age = 22
self.role = "Student"

self.TOOLS = {
"ScriptingLanguages" : ("Python", "Bash-Script", "matlab"),
"ProgrammingLanguages" : ("C", "C++"),
"MarkupLanguages" : ("Html", "markdown"),
"OtherLanguages" : ("json", ),
"Editors" : ("VsCode", "Sublime"),
"Platform" : ("GNU/LINUX",),
"OtherTools" : ("GIMP", "Git", "Arduino")
}


def use(self, tool):
"""use one of my tools or use bunch of them."""
return self.TOOLS[tool]


def work(self):
""""""
while not WORK_DONE:
# keep work.
self.use(tool)

return WORK_DONE


def __len__(self):
"""Fun Fact"""
return 181 # cm


def __repr__(self):
""""""
return f"{self.name} an {self.age} y.o self-taught developer and {self.role}"

```
<!-- to print thick horizontal line -->
---

[![N3dal GitHub stats](https://github-readme-stats.vercel.app/api?username=n3dal&show_icnos=true&theme=ocean_dark)](https://github.com/anuraghazra/github-readme-stats)




<!-- to draw horizontal line -->
#
## Where to find me
[![Codewars](https://img.shields.io/badge/Codewars-B1361E?style=for-the-badge&logo=codewars&logoColor=grey)](https://www.codewars.com/users/N3dal)
[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])
[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/N3dal_Abdullah)

#
<p align="center">
<a href="https://n3dal.github.io/" target="blank"><img src="https://github.com/N3dal/N3dal/blob/main/assets/n3dal_02.gif" /></a>
</p>

#

⭐️ From [n3dal](https://github.com/n3dal)