Skip to content

Instantly share code, notes, and snippets.

@cyberang3l
cyberang3l / How to setup VirtualGL and TurboVNC on Ubuntu.md
Last active August 5, 2024 08:26
Setup VirtualGL and TurboVNC on Ubuntu for OpenGL forwarding
@chaschev
chaschev / GoogleApp.java
Created November 15, 2013 08:58
JavaFX Google Maps demo
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Pane;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebEvent;
@roxlu
roxlu / TestPattern.cpp
Created September 5, 2013 18:12
Example usage of X264. We create a raw YUV pattern and encode it with x264.
#include <cmath>
#include <assert.h>
#include <core/TestPattern.h>
TestPattern::TestPattern()
:w(0)
,h(0)
,frame_num(0)
,duration(0)

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: