Skip to content

Instantly share code, notes, and snippets.

View requaos's full-sized avatar
🍱
<-- code

Neil requaos

🍱
<-- code
View GitHub Profile
@notgne2
notgne2 / xps_9320.nix
Last active March 11, 2024 09:18
It Just Works ™️
{
config,
pkgs,
lib,
inputs,
...
}: let
ipu6-camera-bin = with pkgs;
stdenv.mkDerivation rec {
pname = "ipu6-camera-bin";
@jcdickinson
jcdickinson / Dimension.cs
Created December 29, 2011 15:01
Pattern Tree
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Patterns
{
/// <summary>
/// Represents an array dimension.
/// </summary>