Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View TheLanc3's full-sized avatar
🗃️
Trying to stay tuned in IT
🗃️
Trying to stay tuned in IT

Organizations

@FBA-Studio @Libreto-Group @Lirqetes

Block or report TheLanc3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TheLanc3/README.md

Hi there 👋

Typing SVG

Bio🧑🏻

> Console.WriteLine("Years of experiences: " + (int)itJourneyStart.TotalYears);
Years of experiences: 3

ToolsAndLanguages.cs

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

TheLanc3's Github Stats

Popular repositories Loading

  1. NoChannelTelegramBot NoChannelTelegramBot Public

    Your personal bot for deleting messages from chat by anonymous channels

    Python 1

  2. NoChannelTelegram NoChannelTelegram Public archive

    Open code on C# for deleting messages by anonymous channels

    C#

  3. AlbiChatManager AlbiChatManager Public

    A new second Chat Manager bot by FBA on Python🧿

    Python

  4. VKSpeechRecognition VKSpeechRecognition Public

    Forked from Corvych/VKSpeechRecognition

    VK Speech Recognition C# Library

    C#

  5. EgeTasksCpp EgeTasksCpp Public archive

    Примеры решений задач из ЕГЭ Информатика

    C++

  6. TheLanc3 TheLanc3 Public