Skip to content

Instantly share code, notes, and snippets.

View ganett33's full-sized avatar
Never give up

ganett33

Never give up
View GitHub Profile
@ganett33
ganett33 / free-database-hosting.md
Created October 25, 2023 22:39 — forked from bmaupin/free-database-hosting.md
Free database hosting
@ganett33
ganett33 / notes.vb
Created August 27, 2023 04:14 — forked from nicr9/notes.vb
Visual Basic Cheat Sheet
' Data Types
Integer ' Simple numbers
Double ' Numbers with decimal points
String ' Text (a string of characters)
Boolean ' True or False
' Create a variable
Dim ... as Double ' Put the name of your variable here