Skip to content
Stephen Wilde

Stephen Wilde

Just your avarage programmer!

Primary Menu
  • Home
  • About Me
  • My Programs
    • C/C++
      • Want Cake? – Program
      • A really simple basic tax calulator UK (C++)
    • Python3
      • QR Generator
      • Unnecessary hard game
  • Software I use
  • My Websites
    • MHmatters
    • Wilde247
    • FULLirc
    • 2APP (COMING SOON)

Simple Algorithm (Sort)

Posted on May 22, 2020May 22, 2020 by Stephen Wilde

So I wanted to get started on making algorithms and was advised to learn a simple sorting one. So That’s what I have done, below are two examples the top one takes the numbers (integers) 1, 100, 22, 33, 99, 10, 15, and puts them in order from low to Continue Reading

Posted In Algorithm, ProgramsTagged In Algorithm, simple, sort

SFML and Dot

Posted on May 22, 2020May 22, 2020 by Stephen Wilde

As I become a little more competent in C++ I feel its time for me to start working with UI’s. I have made a project which displays a Star Wars logo and for obvious trademark reasons I can’t post that. I can however post this project. It’s a bouncing red Continue Reading

Posted In Just somthing, Programs, SFMLTagged In Bouncing, dot, SFML

Search

Socialize with me!

Downloads

Athena Discord Bot | GitHub
QRGenerator | GitHub
8Ball – UI | GitHub
UHGame | GitHub

Recent Posts

  • UK payroll system
  • Eww, I’m not eating that!
  • It’s a pill?
  • I need your help
  • Discord Bot! (Actually useful – Python)
  • Python in a browser?
  • IRC Bot
  • QRGenerator Update
  • QRcode Generator Python
  • What I have been up to!
i = 20
o = 22

print(f"This block is very special it was written in Python and displayed with Python thanks to PyScript it can even do math. So to explain I made an int i = 20 and int o = 22 and made it work it out see!: {i+o}")

The code I used for the above block
<py-script> 
i = 20
o = 22

print(f"This block is very special it was written in Python and displayed with Python thanks to PyScript it can even do math. So to explain I made an int i = 20 and int o = 22 and made it work it out see!: {i+o}")

</py-script>
Tweets by stephenwilde247




© 2008 - 2022 Copyright All rights reserved