Skip to content

Instantly share code, notes, and snippets.

View dacresni's full-sized avatar
🏠
Working from home

Nehemiah I. Dacres dacresni

🏠
Working from home
View GitHub Profile
@timothyham
timothyham / ipv6guide.md
Last active March 13, 2025 19:22
A Short IPv6 Guide for Home IPv4 Admins

A Short IPv6 Guide for Home IPv4 Admins

This guide is for homelab admins who understand IPv4s well but find setting up IPv6 hard or annoying because things work differently. In some ways, managing an IPv6 network can be simpler than IPv4, one just needs to learn some new concepts and discard some old ones.

Let’s begin.

First of all, there are some concepts that one must unlearn from ipv4:

Concept 1

@freejoe76
freejoe76 / nbc-news-data-graphics-intern.md
Last active December 3, 2024 21:47
NBC News Data / Graphics internship

NBC News Data Graphics team intern

The Data/Graphics team at NBC News is responsible for explaining the news through visualizations and data analysis.

We build interactives, charts, maps, illustrations, graphics and more to tell the news in a compelling and thoughtful way. See our recent work: https://www.nbcnews.com/datagraphics

The intern should be interested in data visualizations and be an avid news reader. They should have an interest in data journalism and will help find stories that we could be telling in a new and visual way. They will also help create charts, maps and graphics for breaking news stories and for reported features.

Note that this internship is only available to students actively enrolled in a degree-granting program throughout the entirety of the summer internship.

@mjumbewu
mjumbewu / 1-hexgrid_illustration.svg
Last active October 27, 2024 07:01
PostGIS function to generate a grid of hexagonal cells in a PostgreSQL database
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
tool
extends Polygon2D
export(Texture) var top_left_texture = null
export(Texture) var top_center_texture = null
export(Texture) var top_right_texture = null
export(Texture) var right_center_texture = null
export(Texture) var left_center_texture = null
export(Texture) var bottom_left_texture = null
export(Texture) var bottom_center_texture = null
@PurpleBooth
PurpleBooth / README-Template.md
Last active March 11, 2025 16:38
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@penk
penk / material-design.qml
Last active January 19, 2019 22:36
Material Design inspired style in QML
import QtQuick 2.0
import QtGraphicalEffects 1.0
Rectangle {
id: root
color: '#EEEEEE'
width: 960
height: 768
Item {
/// --------------------------------------------------------------------
// Dummy processing DNA code (by taking base complement)
// Threaded version
// Author: Samuel Lampa, [email protected]
// Date: 2013-06-21
// --------------------------------------------------------------------
package main
import (
// --------------------------------------------------------------------
// Dummy processing DNA code (by taking base complement)
// Sequential version, with a string copy, to imitate
// algorithms that produces a new string
// Author: Samuel Lampa, [email protected]
// Date: 2013-06-21
// --------------------------------------------------------------------
package main
// --------------------------------------------------------------------
// Dummy processing DNA code (by taking base complement)
// Sequential version
// Author: Samuel Lampa, [email protected]
// Date: 2013-06-21
// --------------------------------------------------------------------
package main
import (
@jonasschneider
jonasschneider / foreman
Created February 2, 2013 21:13
foreman-systemd
#! /usr/bin/env ruby
require 'foreman/cli'
require File.expand_path(File.dirname(__FILE__)) + '/foreman_export_systemd.rb'
Foreman::CLI.start