Skip to content

Instantly share code, notes, and snippets.

View Nickfost's full-sized avatar
🐌
Snail

Nick Foster Nickfost

🐌
Snail
View GitHub Profile
@inertia186
inertia186 / sm-better-names.user.js
Last active September 8, 2020 03:14
Better names for cards in Steem Monsters.
// ==UserScript==
// @name sm-better-names
// @namespace https://gist.github.com/inertia186/93b53e9922602f36dc4b743108569072
// @updateURL https://gist.github.com/inertia186/93b53e9922602f36dc4b743108569072
// @version 0.1
// @description Better names for cards in Steem Monsters.
// @author inertia
// @include https://steemmonsters.com/*
// ==/UserScript==
@aufa
aufa / mysql_backup_import.php
Last active April 23, 2021 23:31
PHP function to backup and import database using MYSQLI
<?php
/**
* @author awan < nawa (at) yahoo (dot) com >
*
*/
/**
* Function to build SQL /Importing SQL DATA
*
@mnewt
mnewt / bootstrap-tabs.html
Created December 6, 2012 20:28
bootstrap tabs example
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Le styles -->
<link href="../bootstrap/css/bootstrap.css" rel="stylesheet">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
</head>
<body>