$ touch the-butt
This file contains hidden or 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
| find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete |
This file contains hidden or 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
| /trigger addreplace autojoin1 modifier "irc_in_join" "" "" "/wait 5s /mute autojoin --run;/wait 6s mute save" | |
| /trigger addreplace autojoin2 modifier "irc_in_part" "" "" "/wait 5s /mute autojoin --run;/wait 6s mute save" |
This file contains hidden or 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
| #include <stdlib.h> | |
| #include <libnotify/notify.h> | |
| #include <lua.h> | |
| #include <lualib.h> | |
| #include <lauxlib.h> | |
| #ifndef LUA_LIBNOTIFY | |
| #define LUA_LIBNOTIFY |
This file contains hidden or 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
| /* | |
| Copyright © 2015 Charles "ChickenNuggers" Heywood <[email protected]> | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
This file contains hidden or 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
| --[[ | |
| Copyright © 2015 Charles "ChickenNuggers" Heywood <[email protected]> | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
This file contains hidden or 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
| if which mcpp >&-; then | |
| CPP="mcpp -P" | |
| else | |
| CPP="cpp -P" | |
| fi | |
| has_compiled=false | |
| is_binary=false | |
| is_forcing=false | |
| for arg in $*; do | |
| case $arg in |
This file contains hidden or 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
| luarocks upload --api-key=$(pass luarocks_api_key) $(ls -la | awk '{ print $9 }' | grep -P 'lua-logger-\d\.\d-\d.rockspec' | tail -n1) |
| title | layout | copyrights | |||||||
|---|---|---|---|---|---|---|---|---|---|
IRCv3.3 TLS Enforcement |
spec |
|
| Name | GitHub Account | |
|---|---|---|
| Ryan Rion | [email protected] | ChickenNuggers |
OlderNewer