Simple Roulette and Coinflip with Python | LBOET | HOX Hello people and welcome. In this tutorial i will show you how to easily make…
Author: Hox
Basics of LaTeX | LBOET | HOXFRAMEWORK
Posted in VIDEOS
Hello guys and welcome, in this tutorial I’m gonna be showing you the ABCs of LaTeX. LaTeX is a document preperation system that makes it…
redline.py code: import wolframalpha global solution solution = [“solution:”] def red_line(question): try: # c = wolframalpha.Client(‘YOUR API HERE’) res = c.query(question) solve = next(res.results).text solver…
Batch files: Ngrok batch file > @echo off color 0a cls ngrok.exe http :80 Server batch file > @echo off color 0a cls python serverFL.py…
Welcome to my website
Posted in Main
Thank you for watching my videos and visiting my website, enjoy your stay and have a nice day. –Hox, the admin of HoxFramework youtube channel…
Hello guys and welcome to another tutorial. This one will be quick. First task – Find the ip location copy the ip and paste it…
Solving a really simple CTF
Posted in VIDEOS
Solving a really simple CTF – A little bit of everything tutorials | HOX FRAMEWORK Okay so basically, download the file and edit it in…
Basics of RUBY programming language
Posted in VIDEOS
Ruby Basics – A little bit of everything tutorials || HOX FRAMEWORK Download ruby : https://rubyinstaller.org/downloads/ In the ending of the installers process there will…
Linux shell scripting for dummies
Posted in VIDEOS
Linux shell scripting | LBOET | HOX FRAMEWORK !/bin/bash >we declare this one so the program knows our work env, in this case BASH printf…
Instagram Profile Picture Scraping with Python explained | HOX FRAMEWORK Hello and welcome. Previously you could scrape an instagram picture in its full quality easily.…
