Skip to content

Instantly share code, notes, and snippets.

View nicklemarr's full-sized avatar

Nick L. nicklemarr

  • House Lemarr, Spaceship Earth
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nicklemarr on github.
  • I am nicklemarr (https://keybase.io/nicklemarr) on keybase.
  • I have a public key ASCf6NsLoFbzgIfkITJDCid-gMQbZTrnbfmTOTDhLq5KXgo

To claim this, I am signing this object:

@rb-dahlb
rb-dahlb / opengl-fix-hd-graphics-windows-10.md
Last active April 21, 2024 18:41
OpenGL fix for Intel HD Graphics 3000 on Windows 10

Fix for Open GL on Intel HD Graphics 3000 - Windows 10

The drivers for Intel HD Graphics 3000 in Windows 10 does not expose all Open GL capabilities of the GPU. So software relying on Open GL features not present in Open GL 1.1 will not work. Using older versions of Windows or Linux might work since the chip have more features than the driver exposes.

The fix is to add a compatibility shim using the Windows ADK software.

1. Download and install Windows ADK

Link: https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install

@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active May 4, 2024 15:47
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@ia
ia / 9sgchs.sh
Created August 6, 2017 11:54
Backup of ChrUbuntu script from http://chromeos-cr48.blogspot.ru - x86-only
usage()
{
cat << EOF
usage: $0 options
ChrUbuntu installation script.
OPTIONS:
-h show help.
-m Ubuntu metapackage to install such as xubuntu-desktop, kubuntu-desktop or ubuntu-minimal. Default is ubuntu-desktop
@raspi
raspi / enable-all-advanced-power-settings.ps1
Last active March 2, 2024 16:11
Enable all advanced power settings in Windows.
# List all possible power config GUIDs in Windows
# Run: this-script.ps1 | Out-File powercfg.ps1
# Then edit and run powercfg.ps1
# (c) Pekka "raspi" Järvinen 2017
$powerSettingTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSetting
$powerSettingInSubgroubTable = Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingInSubgroup
Get-WmiObject -Namespace root\cimv2\power -Class Win32_PowerSettingCapabilities | ForEach-Object {
$tmp = $_.ManagedElement
@dazoe
dazoe / Netflix Zoom.user.js
Last active April 30, 2019 04:14
Zoom netflix videos by using "=" and "-"
// ==UserScript==
// @name Netflix Zoom
// @namespace netflix.tld
// @version 0.3
// @description try to take over the world! ??? Profit.
// @author Dave Akers
// @match https://www.netflix.com/*
// @grant none
// ==/UserScript==
@troessner
troessner / gpg-key.asc
Last active March 23, 2018 07:17
My public gpg key
-----BEGIN PGP PUBLIC KEY BLOCK-----
xsFNBFY6SnwBEACt9T+e3ipNodNzGjJRKkrs6/QgBja6PAi4pFsMv/LtgeNe
aAsVioDManEvnkp3Ef4LOqH6sPLvoQUkFoDHG41orJHSbPV1m1POe97vox4D
wKDWgi2/sbhpSRKsfbTGcqDvggRKugP8/il2gx4zhU2N/wUJzImmIr6moFMX
r3dPk1fZd/sIBNmxwzaLDL/MMUUQbrPiQ3awrop/N7aKFixKV5i1I8pRmbvv
bCV3XeGzuh65fdTCOI1vlcy/OIUwqZe1vb7BKc1QVsvOYmgc9gYZpzwbqUnR
Zot7wuK7QMxW8nYS/mZYOWkjXUTur6ihsIjfNbY77NGTuoX0ceXNI0FhEuc2
4h7P3xVhqNJ72gueJ6TlJcSrgzuSz5HABG9oacSuwG+82Rvr9oHvhG5JkUSv
KH35V0ypjwMf+WMF4Y15XQXi2xniBq5nUtXMg2NpZnJ0cBiIz+HhkMB+UquM
@b23prodtm
b23prodtm / s9ryd_reinstall
Created November 10, 2013 09:58
I patched S9RYD bash file from Jay lee's chrubuntu install script, where anyone could re-install a broken chrubuntu installation.
#!/bin/bash
#
# Script to install Ubuntu on Chromebooks
#
# Copyright 2012-2013 Jay Lee
# small Patch by Tiana R. 08/2013
#
# here would be nice to have some license - BSD one maybe
#