Skip to content

Instantly share code, notes, and snippets.

View sushant94's full-sized avatar
💭
💻

Sushant Dinesh sushant94

💭
💻
View GitHub Profile
@sushant94
sushant94 / LostToTime
Last active August 29, 2015 14:11
GiTS Teaser
IDENT CTF
ABS
SST
ENTRY CTF * Program starts at CTF.
SYSCOM B1
SPACE 4,10
ORG 110B
FWA BSS 0
BUFL EQU 401B
@sushant94
sushant94 / graphics.md
Last active August 29, 2015 14:19
Algorithms Graphics

Graphics Lab End-Sem

  • Transforms
    • Translation
    • Rotation
    • Scaling
    • Shearing
  • Line drawing:
    • DDL
  • Bresenham's Algorithm
@sushant94
sushant94 / const.asm
Last active September 16, 2015 21:03
global _main
section .text
main:
mov rax, 2048
cmp rax, 2048
je equal
add rax, 1
equal:
mov rbx, rax
ret
@sushant94
sushant94 / Install NVIDIA Driver and CUDA.md
Created August 26, 2018 08:07 — forked from wangruohui/Install NVIDIA Driver and CUDA.md
Install NVIDIA Driver and CUDA on Ubuntu / CentOS / Fedora Linux OS