start new:
tmux
start new with session name:
tmux new -s myname
# -- coding: utf-8 -- | |
from win32api import * | |
from win32gui import * | |
import win32con | |
import sys, os | |
import struct | |
import time | |
class WindowsBalloonTip: |
-- Remove the history from | |
rm -rf .git | |
-- recreate the repos from the current content only | |
git init | |
git add . | |
git commit -m "Initial commit" | |
-- push to the github remote repos ensuring you overwrite history | |
git remote add origin [email protected]:<YOUR ACCOUNT>/<YOUR REPOS>.git |
--- | |
-- Sublime Glass - Garry's Mod | |
-- | |
-- Use with the 'Sublime Text Trans' package. | |
-- https://github.com/vhanla/SublimeTextTrans | |
-- | |
if SERVER then | |
AddCSLuaFile() | |
return |
-- Still spazzes | |
--- when pushing against roof | |
--- When getting off grund | |
local ppos = Vector() | |
local view = { } | |
if GetConVar "developer":GetInt() > 0 then | |
RunConsoleCommand("contimes", "55") | |
end |
() | |
{ | |
sleep(33); | |
cls(0); | |
Double p[3] = {-128, 0, 32}; | |
proj = (xres/2) / tan(rad(70/2)); | |
ang = 0; | |
for (i=0; i<yres/2 + 100; i++) | |
{ |
// ==UserScript== | |
// @name Facepunch GLua Wiki Tokenizer | |
// @namespace zerf | |
// @description Get the power of the GLua Wiki Tokenizer in your Facepunch [lua] tags! | |
// @version 1.5 | |
// @include https://facepunch.com/showthread.php* | |
// @downloadURL https://gist.github.com/bmwalters/6d4cc5499378711de0f46028e565cc8d/raw/master/Facepunch_GLua_Wiki_Tokenizer.user.js | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js | |
// @run-at document-start | |
// @grant GM_xmlhttpRequest |
local surface = surface | |
local draw = draw | |
local Color = Color | |
surface.CreateFont("MaterialMeepen", { | |
font = "Tahoma", | |
size = 13, | |
weight = 500, | |
antialias = true, | |
extended = true |
[ Update 2025-03-24: Commenting is disabled permanently. Previous comments are archived at web.archive.org. ]
Most of the terminal emulators auto-detect when a URL appears onscreen and allow to conveniently open them (e.g. via Ctrl+click or Cmd+click, or the right click menu).
It was, however, not possible until now for arbitrary text to point to URLs, just as on webpages.
hook = include "newhook.lua" |