Skip to content

Instantly share code, notes, and snippets.

@ThaHobbyist
ThaHobbyist / Setup.md
Last active October 17, 2021 14:22
Basics of a Search Engine and Setup guide

SEARCH ENGINE BASICS

A search engine is a software system that is designed to carry out web searches. They search the web in a systematic way for particular information specified in a textual web search query.

In this project we are going to build a search engine which can show us the search results it fetched from a few selected web sites.

APPROACH FOR BUILDING THE SEARCH ENGINE:

A search engine performs four basic processes:

  • Crawling
@ThaHobbyist
ThaHobbyist / python2pseudo.py
Created September 27, 2021 08:28 — forked from BlueNexus/python2pseudo.py
Python to Pseudocode converter
import re
'''
Make sure to put
#F
as a comment at the end of lines that contain a function call that don't also contain an assignment (=).
'''
python_file = 'file.py'
work_file = None
With the software technologies fast evolving, it is no longer impossible to play your favourite games in linux, here is how you can do it.

Basic Setup: The basic requirements for running any kind of game on linux are steam proton, wine and lutris. - Link to download Lutris is here. - Wine can be downloaded from here. - To set up proton, first steam client needs to be installed. Then in the client, enable steam play, which is the beta program, and download the latest stable version of proton. Link to protondb