Skip to content

Instantly share code, notes, and snippets.

Avatar
😵‍💫
brain panic - not syncing: Out of memory and exam not killable

Siddh Raman Pant siddhpant

😵‍💫
brain panic - not syncing: Out of memory and exam not killable
View GitHub Profile
@nevack
nevack / archived.md
Last active May 1, 2023 13:39
[ARCHIVED] Fix for CSR Dongle 0a12:0001 ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
View archived.md

This gist is currenctly archived.

Please refer to previous revisions if you know what to do.

The patch proposed was merged into kernel in 5.8 release, but no longer working as of linux 5.11

@lolzballs
lolzballs / HelloWorld.java
Created March 22, 2015 00:21
Hello World Enterprise Edition
View HelloWorld.java
import java.io.FileDescriptor;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintStream;
public class HelloWorld{
private static HelloWorld instance;
public static void main(String[] args){
instantiateHelloWorldMainClassAndRun();