This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# WARNING: This creates and manipulates clear text copies of the | |
# encrypted files. It tries to clean up afterwards, but lots can go | |
# wrong. If you are seriously worried about the secrecy of the files, | |
# don't trust this! | |
ANCESTOR=$1 | |
MINE=$2 | |
OTHER=$3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function webview.init_funcs.set_jquery_speed(view, w) | |
view:add_signal("load-status", function (view, status) | |
if status == "finished" and string.match(view.uri, "^luakit://") then | |
view:eval_js [=[ if ($) $.fx.speeds._default = 70; ]=] | |
end | |
end) | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# License: Public Domain. | |
# Author: Joseph Wecker, 2012 | |
# | |
# Are you tired of trying to remember what .bashrc does vs .bash_profile vs .profile? | |
# Are you tired of trying to remember how darwin/mac-osx treat them differently from linux? | |
# Are you tired of not having your ~/.bash* stuff work the way you expect? | |
# | |
# Symlink all of the following to this file: | |
# * ~/.bashrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/rc.lua b/config/rc.lua | |
index c03a6bd..aa3a781 100644 | |
--- a/config/rc.lua | |
+++ b/config/rc.lua | |
@@ -109,6 +109,20 @@ require "downloads_chrome" | |
-- Add vimperator-like link hinting & following | |
require "follow" | |
+follow.stylesheet = follow.stylesheet .. [===[ | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Add vimperator-like link hinting & following | |
require "follow" | |
follow.stylesheet = follow.stylesheet .. [===[ | |
#luakit_follow_overlay .hint_overlay { | |
border: 1px solid #333; | |
background-color: #f00; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// (C) Mason Larobina <[email protected]> | |
// http://projecteuler.net/problem=184 | |
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#include <assert.h> | |
#include <math.h> | |
#include <sys/param.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_binds("insert", { | |
lousy.bind.key({}, "j", function (w) | |
local now = luakit.time() | |
if now - (w.last_j_press or 0) < 1 then | |
-- Success! | |
w:set_mode() | |
return true | |
end | |
w.last_j_press = now | |
return false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC = clang | |
#CC = gcc | |
CFLAGS = -g -O4 -std=c99 | |
CFLAGS += -Wall -Wextra -Wconversion -Wstrict-overflow=5 -Wno-div-by-zero | |
CFLAGS += -Wpointer-arith -Wtype-limits -Wsign-compare | |
all: sudoku |

This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1677511134 experimental-7.0-20230227 | |
SteamGameId: 990080 | |
Command: ['/home/username/.local/share/Steam/steamapps/common/Hogwarts Legacy/HogwartsLegacy.exe', '-SaveToUserDir', '-UserDir=Hogwarts Legacy'] | |
Options: {'forcelgadd'} | |
depot: 0.20230222.42118 | |
pressure-vessel: 0.20230220.0 scout | |
scripts: 0.20230220.0 | |
soldier: 0.20230222.42118 soldier 0.20230222.42118 | |
Kernel: Linux 6.2.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 26 Feb 2023 03:39:23 +0000 x86_64 |