Skip to content

Instantly share code, notes, and snippets.

View JittoJoseph's full-sized avatar

Jitto Joseph JittoJoseph

View GitHub Profile
@elonmusk14
elonmusk14 / advanceJarvis.py
Created April 26, 2021 04:12
jarvis algorithm jarvis
import pyttsx3
import speech_recognition as sr
import datetime
import wikipedia
import time
from selenium.webdriver.support.ui import Select
from selenium.webdriver.common.keys import Keys
from selenium import webdriver
import pyautogui
@reedacartwright
reedacartwright / nether_roof_readme.md
Last active May 4, 2025 22:18
Instructions for Building on Nether Roof in Minecraft Bedrock Edition

How to Build on the Nether Roof in Minecraft: Bedrock Edition

Bedrock Edition has a hardcoded nether height of 128 blocks. This means that even if you are able to glitch up on to the nether roof you cannot place blocks there. However, if you have access to bedrock_server.exe or Minecraft.Windows.exe you can hexedit these files to the increase the hardcoded nether height.

Video Tutorial

@wini2810
wini2810 / Jarvis.cs
Created August 16, 2018 07:16
This is simple voice recognition code created using Visual C# as windows application. It is made in Visual Studio 2015 Professional.
using System;
using System.IO;
using System.Speech.Recognition;
using System.Speech.Synthesis;
using System.Windows.Forms;
namespace Jarvis
{
public partial class Form1 : Form
{