Skip to content

Instantly share code, notes, and snippets.

View Nickfost's full-sized avatar
🐌
Snail

Nick Foster Nickfost

🐌
Snail
View GitHub Profile
@cellularmitosis
cellularmitosis / README.md
Last active December 30, 2025 23:44
Some inexpensive Factorio ship designs

Inexpensive Factorio ship and how to design them

Here's an overview of my Factorio ship designs which can be built inexpensively.

See also the Design topics section below.

These ships are designed for use within the first four planets.

⭐️ Recommended ships:

  • The Hornet (the cheapest useful ship)
@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>