From 38f7a7242a8cf3c254089c4dd7d28430c54a31a7 Mon Sep 17 00:00:00 2001 From: TheLanc3 Date: Sun, 3 Aug 2025 00:32:33 +0200 Subject: [PATCH] Update README.md --- README.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ebce99..c5b8dad 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,45 @@ -# .profile +### Hi there πŸ‘‹ + +## BioπŸ§‘πŸ» +```csharp +> Console.WriteLine("Years of experiences: " + (int)itJourneyStart.TotalYears); +Years of experiences: 3 +``` + +### **ToolsAndLanguages.cs** +```csharp +30 using (SKSurface surface = SKSurface.Create(new SKImageInfo(toolsAndLanguages.Count * (imageSize + 10), 60)) { +31 SKCanvas canvas = SKSurface.Canvas; +32 canvas.Clear(SKColors.Transparent); +33 +34 for (int i = 0; i < toolsAndLanguages.Count; i++) { +35 SKBitmap icon = toolsAndLanguages[i].Resize(new SKImageInfo(imageSize, imageSize), SKFilterQuality.High); +36 canvas.DrawBitmap(icon, (imageSize + 10) * i, (60 - imageSize) / 2); +37 } +38 +39 using (SKImage image = surface.Snapshot()) +40 using (SKData output = image.Encode(SKEncodedImageFormat.Png, 100)) +41 RenderImage(output.ToArray()); +42 } +``` + +C#  +NodeJS  +Python  +Go  +Docker  +PostgreSQL  +SQLite  +VS Code  +Nginx  +Fedora  +Git  + +--- + +## Stats + +[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=TheLanc3&layout=compact&theme=vision-friendly-dark)](https://github.com/TheLanc3) + +[![TheLanc3's Github Stats](https://github-readme-stats.vercel.app/api?username=TheLanc3&show_icons=true&layout=compact&theme=dark)](https://github.com/TheLanc3) \ No newline at end of file