Pinned Repositories
Boxes-and-Balls
A simple game made by unity
Business-social-network
A business-based social network, loosely based on LinkedIn, No GUI
ContactBin-AP-CA1
A contact bin, developed as the solution to the first assignment of the Advanced Programming course at the University of Tehran. Sorry for bad code style :)) it was developed a long time ago and it's also refactored.
Direct-Mapped-Cache-Memory
MultiCycle-CPU
A multi cycle CPU based on MIPS architecture
reddit-notifier
SAD-Spring99-Phase4
UT-DLD-FrequencyMultiplier
A frequency multiplier built using RTL components and design.
UT-DLD-Tangent-Calculator
A tangent calculator written in Verilog; Datapath designed by Quartus II and controller was coded in verilog.
pgkit
Pgkit - Backup, PITR and recovery management made easy
nimamg's Repositories
nimamg/UT-DLD-Tangent-Calculator
A tangent calculator written in Verilog; Datapath designed by Quartus II and controller was coded in verilog.
nimamg/reddit-notifier
nimamg/Direct-Mapped-Cache-Memory
nimamg/MultiCycle-CPU
A multi cycle CPU based on MIPS architecture
nimamg/SAD-Spring99-Phase4
nimamg/UT-DLD-FrequencyMultiplier
A frequency multiplier built using RTL components and design.
nimamg/Boxes-and-Balls
A simple game made by unity
nimamg/Business-social-network
A business-based social network, loosely based on LinkedIn, No GUI
nimamg/ContactBin-AP-CA1
A contact bin, developed as the solution to the first assignment of the Advanced Programming course at the University of Tehran. Sorry for bad code style :)) it was developed a long time ago and it's also refactored.
nimamg/ContactBin-Refactored
ContactBin (https://github.com/nmgtav/ContactBin-AP-CA1) refactored.
nimamg/DLD-Full-Adder
Built a Full Adder (One counter) using switch-level coding, gate-level coding, and assign commands
nimamg/documentation
CRS Documentation
nimamg/MIPS-Pipeline
A pipeline implementation of the MIPS processor
nimamg/Droste-effect
Implementing the Droste effect on a picture
nimamg/DynaPyt
Dynamic analysis framework for Python
nimamg/Heartbeat-measurement
Measuring a person's heartbeat using a video of his/her fingertip on a camera lens
nimamg/Huffmann-Caesar
Given a text file, this code can compress, encrypt, decrypt, decompress and hash the file
nimamg/JeekJeek
Tried to replicate Twitter in simple manners with a simple HTML GUI as part of the assingments for the Advanced Programming course
nimamg/nimamg.github.io
nimamg/Perceptron-node
A perceptron node implementation using verilog
nimamg/Regex-validation
A simple code trying to validate a string based on a regex (in simple manners)
nimamg/SAD-Phase4
nimamg/saga-undergrad-project
Simple modelling of three microservices using Python classes
nimamg/SingleCycle-CPU
A single cycle CPU, simulated using Verilog
nimamg/UT-DLD-Counters-Registers
An n-bit counter with 4 functionality modes & many different registers (latches and FlipFlops)
nimamg/UT-DLD-One-s-Counter
Building 7, 15 and 127 bit one's counters using full adders
nimamg/xv6-sharedmem
xv6 OS