Jun
23
2009
Hello
What is MD5 Decrypter? It is a distributed system to break MD5 hash using bruteforce.
Implementation of MD5 Decrypter
There is a lot of thins that can be update:
- Number of Slaves variable.
- Work in the WORDS class distribution
Best Regards,
Matheus
Jun
22
2009
Hello,
This is a problem of Concurrent Programming that I solved in a test:
The parking lot have 30 spots. Since the parking lot have spots, it doesn’t have priority. When it is full, starts to make a line. Professors have the highest priority, Employees have the Medium priority, and then it comes the students. Use Java to simulate 10 Professors, 15 employees, 30 students.
Concurrent Programming, Parking lot – JAVA
Matheus
May
07
2009
Hello,
A few weeks ago I had a test of Concurrent programming (INE5410), where I had to implement a RankSort in Pascal FC. In this problem we have a Vector that must be order by N process. After the test the professor send us an resolution that I will put here.
- RankSort implementation in Pascal FC.
- Pascal FC editor for windows
Best Regards,
Matheus