- Burlington, Ontario
- 20:13
(UTC -04:00) - https://www.adamstirtan.net
- in/adamstirtan
Hi, I'mAdam 👋 💻
I'm a software engineer, husband, father and the world's okayest guitar player. I have written code you've used, I've been blogging for years and coding for many more.
I have been using .NET since its first introduction. Today I proudly live in Burlington, Ontario, I startedClassZoo.ca, a school management app you'll love to use. I've worked as a software architect in FinTech, EdTech and logistics in engineering management and as an individual contributor. I'm a speaker at technical events andI writearticles about software development.
PinnedLoading
- HammerHackAMole
HammerHackAMole PublicA massively multiplayer whack-a-mole game using SignalR, ASP.NET Core, Vue and MAUI
Vue 2
- ParticleSwarmSharp
ParticleSwarmSharp PublicParticleSwarmSharp is a fast, extensible, multi-platform and multithreading C# Particle Swarm Optimization library that simplifies the development of applications using Particle Swarm Optimization …
C# 7
- DiscordBotTutorial
DiscordBotTutorial PublicCreate your own Discord bot using C# and .NET with this template.
- typing-game
typing-game PublicThis is a typing game made with Phaser 3 with my son when he was 8 years old!
HTML 24
- Ray Tracer in C#
Ray Tracer in C# 1classRayTracer
2{
3publicCameracamera;
4publicList<Object>objects;
5publicList<Light>lights;
- Particle Swarm Optimization in Python
Particle Swarm Optimization in Python 1importnumpyasnp
23defbasic_pso(cost_function,bounds,num_particles,num_iterations):
4# Initialize the positions and velocities of the particles
5positions=np.random.uniform(bounds[0],bounds[1], (num_particles,len(bounds[0])))
If the problem persists, check theGitHub status page orcontact support.