Pinned Repositories
AhorcadoRAE
Un ahorcado en base a una descripción sacada de la pagina oficial de la RAE.
Bomberman
Un Bomberman programado en Python(3) con temática de Game Of Thrones. El objetivo del código es que respete la programación orientada a objetos y paralelamente implementar clases(y todo lo que ello conlleva)
Compiler
Un pequeño compilador de código, el cual tiene el objetivo de analizar cualquier txt, cadena de texto, etc. y lógicamente verificar si es ejecutable. El "lenguaje" es sencillo y se trata de ATR3.
FiltersInC
Programa que recibe una imagen con un formato PPM y devuelva la misma con un filtrado. Parecido a los filtros de Instagram. Ejemplos filtros: Black&White, Contrast, Blur, Merge,etc.
online-chat
Chat online implementando Sockets de tipo UNIX en C++
telegram-twitter-forwarder-bot
A Telegram bot that forwards Tweets
three.js
JavaScript 3D library.
Triplets
Coding question - Triplets Given a log file of user_id, timestamp & page visited find the 10 most common triplets, where a triplet is an occurrence of 3 pages visited sequentially by the same user. If 2 different users visits the same sequence (eg: "page1,page2,page3") then the triplpet "page1,page2,page3" will gave 2 occurrences
TPF-Sanz
Trabajo practico final. Aplicación web.
Vinijusto's Repositories
Vinijusto/FiltersInC
Programa que recibe una imagen con un formato PPM y devuelva la misma con un filtrado. Parecido a los filtros de Instagram. Ejemplos filtros: Black&White, Contrast, Blur, Merge,etc.
Vinijusto/Bomberman
Un Bomberman programado en Python(3) con temática de Game Of Thrones. El objetivo del código es que respete la programación orientada a objetos y paralelamente implementar clases(y todo lo que ello conlleva)
Vinijusto/Compiler
Un pequeño compilador de código, el cual tiene el objetivo de analizar cualquier txt, cadena de texto, etc. y lógicamente verificar si es ejecutable. El "lenguaje" es sencillo y se trata de ATR3.
Vinijusto/AhorcadoRAE
Un ahorcado en base a una descripción sacada de la pagina oficial de la RAE.
Vinijusto/online-chat
Chat online implementando Sockets de tipo UNIX en C++
Vinijusto/telegram-twitter-forwarder-bot
A Telegram bot that forwards Tweets
Vinijusto/three.js
JavaScript 3D library.
Vinijusto/Triplets
Coding question - Triplets Given a log file of user_id, timestamp & page visited find the 10 most common triplets, where a triplet is an occurrence of 3 pages visited sequentially by the same user. If 2 different users visits the same sequence (eg: "page1,page2,page3") then the triplpet "page1,page2,page3" will gave 2 occurrences