rusawa

_

an aspiring software developer's portfolio

_projects

notes98

data structures library

image editor

_notes98

                  ###########                 
            ######################            
          ###########################         
       ################################       
      ##################################      
    ######################################    
   ########################################   
  ##########################################  
 ###################*::###################### 
 ###################:::###################### 
 #######::::::::::##:::::::::#+:::::::::######
########:::####:::#=::####:::#:::####:::######
########::#####:::#:::####:::#::+####:::######
#######:::##*::::##::*###=::#-::###::::#######
 ######:::::::+###:::####:::#:::::::+#########
 #####*::####################::############## 
 #####+++###################+++############## 
  ##########################################  
   ########################################   
    ######################################    
      ###################################     
       ################################       
         ############################         
            ######################            
                 ############ 
            

notes98

Final project for the Web Dev class at the university. Made using: html, css, js and php. The objective was to create a website/app that implements CRUD functionality. My main goal was to recreate the UI of Windows98 and encapsulate its nostalgic feeling. Source code, presentation and photos on github.

github

_library

                    ####                     
                 ###########                 
              #################              
          ########################           
       ##############################        
    ###########..............###########     
  ###########..................:##########   
  #########......................#########   
  #######:.......##########........#######   
  #######......##############...##########   
  ######......############################   
  ######.....#############################   
  #####......#############################   
  ######.....#############################   
  ######......############################   
  #######......##############..:##########   
  #######........##########+.......#######   
  #########......................#########   
  ##########+...................##########   
    ###########..............###########     
       ##############################        
          ########################           
             ##################              
                ############                 
                    ####
            

data structures library

A static library created in C. It provides definitions and functionality for data structures: linked list and stack.

github

_image editor

                  ##########                  
             ####################             
          ##########################          
       ###################.############       
      ####################.#############      
    #####################.:###############    
   ####################-.:#################   
  ###################...###:################  
 ##################...##..################### 
 #################..###..#################### 
 #################..###..#################### 
###################.####..####################
####################*####.*###################
###############+.#######=########..###########
 ##############......:-:.....-####.########## 
 ################:###############.########### 
 ################...........##:############## 
  ################*#########################  
   #########..####.........################   
    #######...*################..#########    
      ############-......=######.#######      
       #############*=--+*#############       
          ##########################          
             ####################             
                  ##########                  
            

image editor

Built in Java with BufferedImage class and Swing for GUI. This application provides functions for manipulating values of: brightness, RGB channels, hue and pixelation. It can also convert pictures to gray scale, create a negative and export the edited picture.

github