Skip to content

Instantly share code, notes, and snippets.

View kinggoesgaming's full-sized avatar
👀
404 Not Found

Hunar Roop Kahlon kinggoesgaming

👀
404 Not Found
View GitHub Profile

Hourly Contract

Date: [[Date of Document]] Between [Our Company] and [Your Company]

Summary

This document forms the basis for collaboration between [Our Company] (hereafter, "Provider") and [Your Company] (hereafter, "Customer"). In this contract you won’t find complicated legal terms or large passages of unreadable text. It is intentionally written in plan language in order to be understandable and protect the interests of both parties, now and in the future.

import type { V2_HtmlMetaDescriptor, V2_MetaFunction } from "@remix-run/node";
export const mergeMeta = (
overrideFn: V2_MetaFunction,
appendFn?: V2_MetaFunction,
): V2_MetaFunction => {
return arg => {
// get meta from parent routes
let mergedMeta = arg.matches.reduce((acc, match) => {
return acc.concat(match.meta || []);
@kinggoesgaming
kinggoesgaming / syntax.s
Created February 17, 2018 05:24 — forked from mishurov/syntax.s
AT&T assembly syntax and IA-32 instructions
# --------
# Hardware
# --------
# Opcode - operational code
# Assebly mnemonic - abbreviation for an operation
# Instruction Code Format (IA-32)
# - Optional instruction prefix
# - Operational code