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…
Tag: programming
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…
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.…
MITM Attack in Kali linux
Posted in VIDEOS
NOTE that this is to be used for PROTECTION only and it is an educational resource. I aim to teach people how to stay protected…
Basics of SQL
Posted in VIDEOS
Basics of SQL | A little bit of everything tutorials || HOX FRAMEWORK In this tutorial we will learn the basics of writing SQL. But…
