Skip to content

Instantly share code, notes, and snippets.

View blob42's full-sized avatar

Chakib Benziane blob42

View GitHub Profile
@blob42
blob42 / Steam-Old-Big-Picture-Linux.md
Last active May 1, 2026 22:13
Setting up Steam Old Big Picture on Linux + fix for executable stack bug

This a quick summary for getting Steam Old Big Picture to work on linux and some tips to address a bug if you start the Big Picture mode or game overlay.

1. Install Method:

  • I advise to uninstall any official steam package from your system.
  • Read carefully the Steam Client Downgrades & Survival Kit and proceed with the Linux sections.
  • Once you followed the installation procedure and the steam bootstrap process is done you should have steam installed at $HOME/.local/share/Steam
  • To launch steam without a system package use the launcher at $HOME/.local/share/Steam/steam.sh

2. Overlay BUG:

@blob42
blob42 / cookiebanner-go-away.user.js
Created April 2, 2021 19:56 — forked from BlaM/cookiebanner-go-away.user.js
Get rid of EU Cookie Banners (Tampermonkey)
// ==UserScript==
// @name Get rid of EU Cookie Banners
// @namespace http://blog.deobald.org/
// @description Get rid of EU Cookie Banners
// @license http://creativecommons.org/licenses/by-nc-sa/3.0/
// @downloadURL https://gist.githubusercontent.com/BlaM/6d826d6e9d77d2d77bf9a92fdad55788/raw/cookiebanner-go-away.user.js
// @homepage https://gist.github.com/BlaM/6d826d6e9d77d2d77bf9a92fdad55788
// @version 0.3.4
// @author Dominik Deobald
// @match http*://*/*

Keybase proof

I hereby claim:

  • I am sp4ke on github.
  • I am sp4ke (https://keybase.io/sp4ke) on keybase.
  • I have a public key ASC8nftQopbuiSodtfT9CfW8Btt4eAqYFjiST99nGhK1Ywo

To claim this, I am signing this object:

@blob42
blob42 / reddit_scraper.py
Last active August 26, 2018 20:06 — forked from cheesinglee/reddit_scraper.py
Python subreddit scraper
# -*- coding: utf-8 -*-
"""
Created on 01 Mar 2017
@inspired from: cheesinglee
GistID: 2df0354d5faf3725200bf968374c8f80
"""
import praw
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
# Make sure you have a recent version: the code points that Powerline
#!/usr/bin/env python3
## Research each questions and give it a weight between 0 and 100
## Based on the expected effort
## The pointWeitht dict is in the form
## {question: (points, weight)}
## Points is the points given and weight is the effort
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
virt-win-reg --merge Windows7x64
;
; Add the viostor service
;
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor]
"Group"="SCSI miniport"
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,\
00,72,00,69,00,76,00,65,00,72,00,73,00,5c,00,76,00,69,00,6f,00,73,00,74,00,6f,\
function matFromEl(element) {
var transform = getComputedStyle(element).transform;
var t = /^matrix\((\S*), (\S*), (\S*), (\S*), (\S*), (\S*)\)$/g.exec(transform),
a = parseFloat(!t ? 1 : t[1]),
b = parseFloat(!t ? 0 : t[2]),
c = parseFloat(!t ? 0 : t[3]),
d = parseFloat(!t ? 1 : t[4]),
e = parseFloat(!t ? 0 : t[5]),
f = parseFloat(!t ? 0 : t[6]);
@blob42
blob42 / SassMeister-input.scss
Created August 10, 2015 00:52
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// Variablesc
$main-text-size: 2em;