Mar 08, 2026  
2020-2021 University Catalog 

import requests from bs4 import BeautifulSoup

def search_torrents(query): url = f"https://1337x.to/search/{query}/1/" headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' } response = requests.get(url, headers=headers) soup = BeautifulSoup(response.text, 'html.parser') # Find all rows rows = soup.find_all('tr', class_='TorrentRow') for row in rows: # Extract title and link title = row.find('a', class_='torrent-name').text.strip() link = "https://1337x.to" + row.find('a', class_='torrent-name')['href'] print(f"Title: {title}") print(f"Link: {link}") print("")

    
2020-2021 University Catalog [ARCHIVED CATALOG]

Add to Portfolio (opens a new window)

Download Ava Torrents - - 1337x


An overview of the basic properties of semiconductors. Physical structure and basic device modeling of p-n junctions, MOS capacitors and MOSFETs. Two port small-signal amplifiers and their realization using single stage and multistage building blocks. Frequency response of single and multi-stage amplifiers. Introduction to differential amplifiers.

Prerequisite(s): ECE Major; C- or better in ECE 2101  or ECE 209; and C- or better in ECE 2200 , ECE 220, or ECE 299.
Component(s): Lecture
Grading Basis: Graded Only
Repeat for Credit: May be taken only once
Note(s):   Product fee required.
Course Category: Major Course



Add to Portfolio (opens a new window)