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 <stdio.h> | |
| #include <windows.h> | |
| #include <winhttp.h> | |
| static int http_put(wchar_t *host, short port, wchar_t *path, char *data, size_t size) | |
| { | |
| int code = 0; | |
| HINTERNET hSession = WinHttpOpen(NULL, | |
| WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, | |
| WINHTTP_NO_PROXY_NAME, |
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
| // gcc -std=c99 -Wall -s -O3 -fms-extensions -Wno-microsoft-anon-tag -o test test.c | |
| // clang -std=c99 -Wall -s -O3 -fms-extensions -Wno-microsoft-anon-tag -o test test.c | |
| #include <stdio.h> | |
| typedef struct | |
| { | |
| unsigned a; | |
| } A; |
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
Show hidden characters
| { | |
| "curly": true, | |
| "esversion": 6, | |
| "maxdepth": 6, | |
| "unused": true, | |
| "undef": true, | |
| "browser": true, | |
| "jquery": true | |
| } |
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
| SRCS=wkill.c | |
| OBJS=$(SRCS:.c=.o) | |
| CFLAGS=-std=c11 -pedantic -Wall -O3 -nostdlib -fno-asynchronous-unwind-tables -fno-builtin -fno-ident -ffunction-sections -fdata-sections | |
| LIBS=-luser32 -lkernel32 | |
| LDFLAGS=-static -nostdlib -fno-builtin -s -Wl,-e,__main,--gc-sections,-subsystem,windows $(LIBS) | |
| NAME=wkill | |
| EXE=$(NAME).exe | |
| .PHONY: all clean |
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
| <%@ page language="java" buffer="60kb" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> | |
| <%@ page import="java.util.Set, java.util.Map" %> | |
| <!doctype html> | |
| <html> | |
| <head><title>info</title></head> | |
| <body> | |
| <table> | |
| <% | |
| for(Map.Entry<Object,Object> entry : System.getProperties().entrySet()) { | |
| %> |
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
| package main | |
| import ( | |
| "encoding/binary" | |
| "errors" | |
| "flag" | |
| "fmt" | |
| "syscall" | |
| "time" | |
| "unsafe" |
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
| set palette="palette.png" | |
| set filters="fps=%4,scale=%3:-1:flags=lanczos" | |
| ffmpeg -v warning -i %1 -vf "%filters%,palettegen" -y %palette% | |
| ffmpeg -v warning -i %1 -i %palette% -lavfi "%filters% [x]; [x][1:v] paletteuse" -y %2 |
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
| { | |
| "response_type": "in_channel", | |
| "text": ":bongo1::bongo2:\n:bongo3::bongo4:" | |
| } |
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
| { | |
| "response_type": "in_channel", | |
| "text": ":bear1::bear2:\n:bear3::bear4:" | |
| } |
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
| { | |
| "response_type": "in_channel", | |
| "text": ":hamster1::hamster2:\n:hamster3::hamster4:" | |
| } |