Skip to content

Instantly share code, notes, and snippets.

View feyroozecode's full-sized avatar
💭
Alhamdoulillah

Ibrahim Ahmad (feyroozecode) feyroozecode

💭
Alhamdoulillah
View GitHub Profile
@rain-1
rain-1 / LLM.md
Last active June 10, 2024 10:55
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@rahulbagal
rahulbagal / dart.password.check
Created April 26, 2019 11:53
Dart : How to check if password contains all required characters
# Dart: Validate Password
This code snippet shows how to validate a password
**Requirement** :
Password should be more than 8 characters long
It should contain
at least one Uppercase ( Capital ) letter
at least one lowercase character
at least digit and
special character.
@lujanfernaud
lujanfernaud / problem_solving_for_developers.md
Last active June 4, 2024 23:09
Problem Solving for Developers