- graphics (@bvssvni)
- interpolation (@bvssvni)
boop
int __cdecl CNetChan::IsValidFileForTransfer(char *a1) | |
{ | |
void *v1; // ecx@1 | |
void *v2; // edi@3 | |
size_t v3; // eax@5 | |
signed int v4; // ebx@5 | |
int retval; // edx@5 | |
char *v6; // edi@6 | |
void *v7; // esi@6 | |
size_t v8; // ST10_4@6 |
(function(n, z) { | |
function ea() { | |
x = J = document.getElementById("canvas"); | |
d = x.getContext("2d"); | |
x.onmousedown = function(a) { | |
K = a.clientX; | |
L = a.clientY; | |
M(); | |
V() | |
}; |
fn cksh(a: u32, sh: u32) -> u32 { | |
let result = a >> sh; | |
if result > 0 { | |
result | |
} else { | |
1 | |
} | |
} | |
fn mipsize(w: u32, h: u32, d: u32, x: u32) -> u32 { |
Hello, | |
nice meeting you, | |
Am miss jannet | |
please write me | |
Here ( [email protected] ) | |
thanks | |
jannet, |
18:06 < XMPPwocky> #[path="/proc/self/fd/0"] | |
18:06 < XMPPwocky> mod input; |
$( ) | |
dirname $( ) | |
readline $( ) | |
$(which gcc-ar) | |
boop
use std::io; | |
use std::io::prelude::*; | |
use std::fs::File; | |
fn main() { | |
println!("starting test"); | |
let fp = File::open("SCC.txt").ok().expect("file problems"); | |
let mut r = io::BufReader::new(fp); | |
let mut line = String::new(); |
// TF2 hardening config | |
alias locked "echo Caution: blocked cvar change!" | |
// Blocks all custom files. Critical. | |
cl_allowdownload 0; alias cl_allowdownload locked | |
// Just in case. | |
cl_downloadfilter none; alias cl_downloadfilter locked | |
// Blocks uploading custom files. Other players can't see your sprays. Remove this if you care. |
import valve.source.a2s | |
import re | |
import valve.source.master_server | |
regex = re.compile(".*McKay.*") | |
msq = valve.source.master_server.MasterServerQuerier(timeout=1.0) | |
try: | |
for address in msq.find(region=[u"na"], | |
gamedir=u"tf", | |
empty="false", | |
full="false", |