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
#!/usr/bin/env bash | |
unset CDPATH | |
source script/common-settings | |
# source tarball versions | |
BINUTILS_VERSION=230 | |
DJCRX_VERSION=205 | |
DJLSR_VERSION=205 |
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/Configurations/50-djgpp.conf b/Configurations/50-djgpp.conf | |
index fbe4911c42..6b374444e8 100644 | |
--- a/Configurations/50-djgpp.conf | |
+++ b/Configurations/50-djgpp.conf | |
@@ -7,9 +7,9 @@ my %targets = ( | |
inherit_from => [ "BASE_unix" ], | |
CC => "gcc", | |
CFLAGS => "-fomit-frame-pointer -O2 -Wall", | |
- cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN", | |
+ cflags => "-I$ENV{'WATT_ROOT'}/inc -DTERMIOS -DL_ENDIAN", |
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
# Windows XP - IE6 - Hyper-V 2012 | |
https://web.archive.org/web/20160730204728if_/https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/HyperV_2012/IE6/Windows/IE6.XP.For.Windows.HyperV_2012.txt | |
https://web.archive.org/web/20150305092534if_/https://az412801.vo.msecnd.net/vhd/md5/VMBuild_20141027/IE6.XP.For.Windows.HyperV_2012.zip.md5.txt | |
https://web.archive.org/web/20170222155813if_/https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/HyperV_2012/IE6/Windows/IE6.XP.For.Windows.HyperV_2012.zip | |
https://web.archive.org/web/20150305092829if_/https://az412801.vo.msecnd.net/vhd/md5/VMBuild_20141027/IE6.XP.For.Windows.HyperV_2012.zip.001.md5.txt | |
https://web.archive.org/web/20150305092535if_/https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/HyperV_2012/IE6/Windows/IE6.XP.For.Windows.HyperV_2012.zip.001 | |
https://web.archive.org/web/20150305093005if_/https://az412801.vo.msecnd.net/vhd/md5/VMBuild_20141027/IE6.XP.For.Windows.HyperV_2012.zip.002.md5.txt | |
https://web.archive.org/web/20150305092830if_/https://az412801.vo.msecnd |
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
services: | |
alpine: | |
image: alpine:latest | |
user: 1003:1003 | |
tty: true | |
working_dir: /app | |
deploy: | |
restart_policy: | |
condition: any | |
resources: |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/addons/p5.sound.min.js"></script> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
<meta charset="utf-8" /> | |
</head> | |
<body> |
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
<?php | |
const MASTER_SERVER = "master2.starsiege.pw"; | |
const MASTER_PORT = 29000; | |
const PROTOCOL_VERSION = 0x10; | |
const STATUS_REQUEST = 0x03; | |
const GAME_SERVER_STATUS_RESPONSE = 0x04; | |
const MASTER_SERVER_STATUS_RESPONSE = 0x06; | |
const GAME_INFO_REQUEST = 0x07; |
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
<title>YOU GOT RICK ROLL'D</title> | |
<!--- | |
You are a cock sucker. | |
---> | |
<style type="text/css"> |
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
package main | |
import "io" | |
import "os" | |
import "fmt" | |
import "encoding/hex" | |
import "crypto/sha256" | |
import "path" | |
import "strings" |
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 | |
# | |
# Add user to sudoers (ALL NOPASSWD). | |
# Usage: $0 [username] (if no username provided, the username of the current user is used) | |
# | |
[ $UID -eq 0 ] || | |
{ echo "This script needs to be run with sudo -- \"sudo `basename $0`\"."; exit 1; } | |
[ -z "$1" ] && SUDOERS_USERNAME=$SUDO_USER || SUDOERS_USERNAME=$1 |
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
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
@DISM /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux | |
choco install googlechrome 7zip.install putty.install kitty vlc sysinternals curl wget cmder windirstat adobe-creative-cloud jetbrainstoolbox sublimetext3 cyberduck audacity spotify mpc-hc k-litecodecpackmega nmap cpu-z.install sourcecodepro irfanview irfanviewplugins wireshark |
NewerOlder