Skip to content

Instantly share code, notes, and snippets.

View prinako's full-sized avatar
😊

Prince Nyarko prinako

😊
View GitHub Profile
@prinako
prinako / Assets
Created June 18, 2022 22:21 — forked from adrianhajdin/Assets
React Native - NFT Marketplace
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/adrianhajdin/react-native-nft-marketplace/tree/main/assets
@prinako
prinako / Assets
Created June 18, 2022 22:21 — forked from adrianhajdin/Assets
React Native - NFT Marketplace Showcase
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/adrianhajdin/nft-marketplace-showcase/tree/main/src/assets
@prinako
prinako / reminder.py
Created March 8, 2022 02:00 — forked from yann2192/reminder.py
Python reminder script
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import imp
import subprocess
import time
import datetime
"""
@prinako
prinako / passport.js
Created August 5, 2021 15:23 — forked from manjeshpv/passport.js
Passport.js using MySQL for Authentication with Express https://manjeshpv.github.io/mean-development-guide-2021/
// config/passport.js
// load all the things we need
var LocalStrategy = require('passport-local').Strategy;
var mysql = require('mysql');
var connection = mysql.createConnection({
host : 'localhost',
user : 'root',