Pinned Repositories
Android_Draggable
This is an example of how to create a draggable icon (finger-draggable) in Android.
Arduino_LinkIt7697_Servo_motor_Light_Sensor
This project shows how to detect the intensity of a given light source and move a servo motor accordingly.
Cycles-Nanoseconds-Counter
This project shows how to measure the performance of a C++ code by measuring the total execution time either in nanoseconds (ns) or CPU cycles (Tailored for Cortex-A72 32 bits and 64 bits).
ERVII_Image_Processing
This is a program that controls a ERVII (ER7) arm in order to detect several different objects and manipulate them so they could be staffed in a pyramid ordered by size.
Finance_BinomialTree_American-put_European-put
This is an example of a program that creates a binomial tree to calculate the prices of a standard European put and an American put (assuming it can be exercised only in the last quarter of the option's life).
Finance_European_double-barrier_knock-out_call
This program calculates the price of European double-barrier knock-out calls by the use of binomial trees and Monte Carlo Simulations.
OpenGL_Animation_Example
This is a project that shows how to use OpenGL to make some dancing animations in c++.
SQL_GPS_Distance_calculator
This is an example of how to calculate the distance between two GPS coordinates as a function in MySQL.
Verilog_Calculator_Matrix_Multiplication
This is a simple project that shows how to multiply two 3x3 matrixes in Verilog.
Webcrawler_HtmlAgilityPack
This is an example of how to crawl a website using the (NuGet) HtmlAgilityPack and saving the results to a txt file.
pontazaricardo's Repositories
pontazaricardo/Verilog_Calculator_Matrix_Multiplication
This is a simple project that shows how to multiply two 3x3 matrixes in Verilog.
pontazaricardo/OpenGL_Animation_Example
This is a project that shows how to use OpenGL to make some dancing animations in c++.
pontazaricardo/SQL_GPS_Distance_calculator
This is an example of how to calculate the distance between two GPS coordinates as a function in MySQL.
pontazaricardo/Finance_BinomialTree_American-put_European-put
This is an example of a program that creates a binomial tree to calculate the prices of a standard European put and an American put (assuming it can be exercised only in the last quarter of the option's life).
pontazaricardo/Finance_European_double-barrier_knock-out_call
This program calculates the price of European double-barrier knock-out calls by the use of binomial trees and Monte Carlo Simulations.
pontazaricardo/Matlab_GUI_example
This is an example of how to program a simple GUI for a graph window in Matlab.
pontazaricardo/ERVII_Image_Processing
This is a program that controls a ERVII (ER7) arm in order to detect several different objects and manipulate them so they could be staffed in a pyramid ordered by size.
pontazaricardo/Finance_RelativeChange
This is a small program that shows how to calculate an n-year spot rate if the n-year zero-coupon bond price moves from q% to (1+k%) *q%, where q% is the quoted price.
pontazaricardo/GoogleSheets_LastTimeUpdated_Script
This projects shows how to create a script that shows the last time a row was modified in a Google Sheets document.
pontazaricardo/Matlab_Database_connection
This is an example of how to create a connection from Matlab to a given database by JDBC.
pontazaricardo/OCR_Game_client-server
This is a (2 player / multithread) OCR Game. The objective of this game is to show to the two players a set of pictures (one picture at a time) and ask to type what they see. If both words input by both users match, we count it as a correct word input and the value of that word is then saved.
pontazaricardo/Arduino_RFID_card_reader
This is an example of how to read an RFID tag id and print this id to serial port.
pontazaricardo/DBMS_Parser_Insert
This is an example of a custom parser made for the CREATE and INSERT statements for a DBMS.
pontazaricardo/Finance_American_average-rate_call
This program calculates the price of American-style arithmetic average-rate calls (ARO) based on the CRR binomial tree.
pontazaricardo/Finance_American_Zero-coupon-bond
This program calculates the price of a x-year American-style (put or call) option on a zero-coupon bond that matures at year y with a par value of 1 dollar.
pontazaricardo/Finance_European_single-barrier_knock-in_call
This is a binomial tree program that prices European single-barrier knock-in calls on a dividend-paying stock, and also determines the relative error based on the call price using the Black-Scholes model.
pontazaricardo/GoogleSheets_Connectivity
This project shows how to create an application to upload and download data to and from a Google Sheets document.
pontazaricardo/OCR_Game_standalone
This is a OCR (multithread standlone) game, where there is a list of known words and a list of unknown words. We present the user with two words (one of each list) and ask to input both of them so he can reach the goal of the game. If the known word matches with the one input by the user, we assume the unknown word was input correctly.
pontazaricardo/Sagemath_Amicable_numbers
This is an example of how to find couples of amicable numbers in SageMath (Amicable numbers are two different numbers so related that the sum of the proper divisors of each is equal to the other number).
pontazaricardo/Singleton-Demo
This is an example of a DMC implementation. In this project we use the singleton design pattern and use a basic thread-locking protection (double checked locking).
pontazaricardo/SQL_Insert_updater
This is an example of how to create a stored procedure that eithers inserts an entry or updates it (in the case it already exists) in a table given a set of inputs.
pontazaricardo/TeX_Beamer_Template
This is an example of a beamer presentation with a citation made by an independent .bib file.
pontazaricardo/Turbo_Pascal_Sounds
This is a project that shows how to produce sounds in Turbo Pascal.
pontazaricardo/Winsock_html_retrieval
This is a c++ project that connects to a website (input by the user) via sockets, downloads the site's html and looks for any links in the site (<a href => tags).