Skip to content

Instantly share code, notes, and snippets.

View Wolfterro's full-sized avatar
🧠
Learning

Wolfgang Almeida Wolfterro

🧠
Learning
View GitHub Profile
@Wolfterro
Wolfterro / server.py
Last active August 4, 2025 00:02
A simple media server using Python's http.server library with Accept-Ranges support, specially useful for video content with seek support.
#!/usr/bin/env python3
import http.server
import socketserver
import os
import re
import urllib
import sys
import argparse
@Wolfterro
Wolfterro / Trump.c
Created November 12, 2016 06:09
Trump.c - Makes Programming Great Again!
/*
The MIT License (MIT)
Copyright (c) 2016 Wolfgang Almeida <wolfgang.almeida@yahoo.com>
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