Skip to content

Instantly share code, notes, and snippets.

View sherphard33's full-sized avatar
🎨
Watching Anime

phoenix_aiden_king sherphard33

🎨
Watching Anime
View GitHub Profile
@sherphard33
sherphard33 / main.dart
Created August 28, 2024 16:01
Generated code from pixels2flutter.dev
import 'package:flutter/material.dart';
void main() {
runApp(HiveMindApp());
}
class HiveMindApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@sherphard33
sherphard33 / countries.json
Created June 23, 2022 07:30 — forked from keeguon/countries.json
A list of countries in JSON
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},