Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Scot Butzbach

@SCOTBUTZBACH
An active at-school programmer.
Virginia Beach
GitHub
Website
  • Phone Keypad

    Cover page
    Made with HTML, CSS, JS

    This pretty much simulates an operator DTMF keypad with 16 keys, instead of regular DTMF keypads with 12 keys. This website uses the Web Audio API to create oscillators and set the frequencies of the key presses.

    Recent comments (0)
  • Binary to Decimal Converter (and the other way around)

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
SCOTBUTZBACH
SCOTBUTZBACH
published a Repl
6 months ago
0
Multiple Tone Generator
Multiple Tone GeneratorA website that uses Web Audio API to generate multiple tones. You can play between 2 to 4 tones at once. Use the cadence button to play the sounds with on and off intervals. You have many presents to choose from. Just make sure to set the correct amount of tones. Beware. Closing the AudioContext objects will no longer generate sounds and you need to refresh the page to create the object again. Also, take care of your speakers and your hearing. It's not recommended to play sounds at 10 kHz or higher at a high volume. What makes this generator different from others? Can play 2 to 4 tones at once Can play tones with a cadence Presets detect the current amount of tones To be honest, I altered this project to be more for pranking. If you have a look at the presets, most of the tones are DTMF tones, commonly used for phone usage. The intervals for the non-keypad DTMF tones: Busy: On 500ms, Off 500ms Ringing: On 2000ms, Off 4000ms Off-hook: On 100ms, Off 100ms Have fun!
SCOTBUTZBACH
SCOTBUTZBACH
published a Repl
6 months ago
0
Phone Keypad
Phone KeypadThis pretty much simulates an operator DTMF keypad with 16 keys, instead of regular DTMF keypads with 12 keys. This website uses the Web Audio API to create oscillators and set the frequencies of the key presses.
SCOTBUTZBACH
SCOTBUTZBACH
published an Update
8 months ago
1
Byte Clicker
Byte ClickerThink of Byte Clicker as a simple, off-brand version of Cookie Clicker. You click the button to gain bytes, and you use them to buy auto clickers and upgrades. Your data is saved every minute and saved to your browser's storage. Your data will be wiped if you clear all your browser data. Have fun!
"Store Object Error: Item Not Found" Issue Resolved
October 20th, 2022 The store object now saves the individual items, instead of the whole store. You no longer need to clear your data if items are added. However, you will need to clear your data if an item has been modified, which will be unlikely. You are all very welcome!
#games
#apps
#html
+2
SCOTBUTZBACH
SCOTBUTZBACH
published a Repl
8 months ago
1
Byte Clicker
Byte ClickerThink of Byte Clicker as a simple, off-brand version of Cookie Clicker. You click the button to gain bytes, and you use them to buy auto clickers and upgrades. Your data is saved every minute and saved to your browser's storage. Your data will be wiped if you clear all your browser data. Have fun!
SCOTBUTZBACH
SCOTBUTZBACH
October 20th, 2022 * The store object now saves the individual items, instead of the whole store. You no longer need to clear your data if items are added. However, you will need to clear your data if an item has been modified, which will be unlikely. You are all very welcome!8 months ago
SCOTBUTZBACH
SCOTBUTZBACH
published an Update
1 year ago
0
Number Mastermind
Number MastermindThis repl is Mastermind, but with numbers! Mastermind is a two-player board game where the code-breaker tries the figure out the code the code-maker made. The code-maker has six different colors to choose from and forms a four-color code. It can contain four colors or less. Once created, the code-breaker has ten attempts to guess the code. After the code-breaker makes a code, the code-maker uses marker pegs to give clues for the code-breaker to use. Red pegs indicate that a color is present in the code but misplaced. White pegs say that a color is in the right place. Number Mastermind is different from Mastermind. It uses numbers instead of colors and has 16 tries instead of 10 tries. The computer generates a random 4-digit code that the user has to figure out. After that, you get the point. Have fun cracking codes!
Number Mastermind
This repl is Mastermind, but with numbers! Mastermind is a two-player board game where the code-breaker tries the figure out the code the code-maker made. The code-maker has six different colors to choose from and forms a four-color code. It can contain four colors or less. Once created, the code-breaker has ten attempts to guess the code. After the code-breaker makes a code, the code-maker uses marker pegs to give clues for the code-breaker to use. Red pegs indicate that a color is present in the code but misplaced. White pegs say that a color is in the right place. Number Mastermind is different from Mastermind. It uses numbers instead of colors and has 16 tries instead of 10 tries. The computer generates a random 4-digit code that the user has to figure out. After that, you get the point. Have fun cracking codes!
SCOTBUTZBACH
SCOTBUTZBACH
published a Repl
1 year ago
0
Number Mastermind
Number MastermindThis repl is Mastermind, but with numbers! Mastermind is a two-player board game where the code-breaker tries the figure out the code the code-maker made. The code-maker has six different colors to choose from and forms a four-color code. It can contain four colors or less. Once created, the code-breaker has ten attempts to guess the code. After the code-breaker makes a code, the code-maker uses marker pegs to give clues for the code-breaker to use. Red pegs indicate that a color is present in the code but misplaced. White pegs say that a color is in the right place. Number Mastermind is different from Mastermind. It uses numbers instead of colors and has 16 tries instead of 10 tries. The computer generates a random 4-digit code that the user has to figure out. After that, you get the point. Have fun cracking codes!
SCOTBUTZBACH
SCOTBUTZBACH
This game is still testing, so there might be some bugs. If you find one, please reply here. If you want to find a more efficient way of simplifying this code, fork it, edit it, and send me a link. Have fun!1 year ago
SCOTBUTZBACH
SCOTBUTZBACH
This repl is Mastermind, but with numbers! Mastermind is a two-player board game where the code-breaker tries the figure out the code the code-maker made. The code-maker has six different colors to choose from and forms a four-color code. It can contain four colors or less. Once created, the code-breaker has ten attempts to guess the code. After the code-breaker makes a code, the code-maker uses marker pegs to give clues for the code-breaker to use. Red pegs indicate that a color is present in the code but misplaced. White pegs say that a color is in the right place. Number Mastermind is different from Mastermind. It uses numbers instead of colors and has 16 tries instead of 10 tries. The computer generates a random 4-digit code that the user has to figure out. After that, you get the point. Have fun cracking codes!1 year ago
SCOTBUTZBACH
SCOTBUTZBACH
shared a Post
2 years ago
Have you ever used Google Contacts, or an online service that uses the LDAP protocol? Those services use what is called a directory. You can find anyo
Directory
Python
SCOTBUTZBACH
SCOTBUTZBACH
Please be appropriate. For your contact: Name: replit username (you don't need to add the "@" before your username) Email: email associated with your replit username2 years ago
SCOTBUTZBACH
SCOTBUTZBACH
shared a Post
2 years ago
Have you ever wanted to create a shape using a graph using a program? Well, I have created something for you! Welcome to Shape Creator! See readme.md
Shape Creator
Pyxel
SCOTBUTZBACH
SCOTBUTZBACH
shared a Post
2 years ago
Ever get stumped on a question asking for the area of a triangle, or the circumference of a circle with the diameter given? Well fear no more! This ne
Geometric Formulas
Python
SCOTBUTZBACH
SCOTBUTZBACH
See the Changelog for Tuesday's update!2 years ago
RahulChoubey1
RahulChoubey1
haha Euler problems go brrr2 years ago
SCOTBUTZBACH
SCOTBUTZBACH
shared a Post
3 years ago
Hello, this is the creator of scOS with another application called Conversions. This application will feature many categories and many methods. A chan
Conversions
Python
SCOTBUTZBACH
SCOTBUTZBACH
August 5th, 2020 Application release February 10th, 2021 Added temperature conversion involving Kelvin3 years ago
SCOTBUTZBACH
SCOTBUTZBACH
shared a Post
3 years ago
This is a new, experimental operating system written in Python. Though it is just a program, it acts like an emulator of a CLI (Command Line Interface
SCOTBUTZBACH
SCOTBUTZBACH
Sorry it hasn't been added to my projects page yet. I get attracted to other stuff and I forgot about adding this.2 years ago
SCOTBUTZBACH
SCOTBUTZBACH
If you all have good ideas for any updates, you can edit the code. When you edit the code, the repl will be forked and you will have a copy of my repl. When you finish editing the code, post the shared link in the comments for me to see. If I approve, I will update my repl. Good Luck!3 years ago
hg0428
hg0428
Not doing anything...Oh wait it finally loaded.3 years ago