There are 0 repository under ucc topic.
Rich Communication services (RCS) integration with Enterprise Unified Communicator on sipml5 (webRTC)
🖥 Compile and run programs through the TurboC Compiler without having to use the TurboC IDE or intricately fabricated DOS commands. Made out of frustration sometime in my high school days.
Unified Code Counter (UCC) by the USC Center for Systems and Software Engineering, SLOC counter sources
Final project for 3D Graphics and Modelling course at University College Cork. It consists of a one-minute 3D animation using the open software Blender.
This is a front-end design for a web application designed to provide students of the University of Caloocan City (UCC).
My experience UCC Programing Competition
Bot for our college course's Discord Server, Built in Go and deployed using Docker. This enables users to get useful and concise info on things like upcoming assignment due dates, assignment grading statistics, and much more.
Universal C++ is a superset of standard C++11/14 with the addition of the "borrow" and "repl" keywords. "borrow" automatically deletes memory allocated in the same scope or within a class after it was allocated. Almost a garbage collector, further work would have had to been done to make a "compile time garbage collector". "repl" was a keyword for an explicit optimization, replace the name of one variable with another. That way the variable can continued to be used under a different name, allowing for clean code, an understanding of what happened and guaranteed efficiency. (Neither of these were particularly good, borrow could have been if it were further developed). Universal C++ takes Universal C++ code as input and outputs ISO Standard C++ code and is built on top of ISO Standard C++. That way it is totally platform independent, and standard C++ tools: gcc, clang, google native client, msvc could continued to be used.
CV webpage for an Internship at UCC.
CVR Dream packet Serverside docker deployment
a world that allows you to swimm using some funky attachments
Designed as a cross platform drop in easy to use threading library, mainly an abstraction layer over std::thread and pthread, with attention to the specific requirements of platforms like Google Native Client/UCC.
Compiler shell for UT2004 compiler, to allow easy compiling from within VSCode using a local make.ini file
Upper Canada College Engineering Society website
Java GUI app for basic operations: summing and comparing numbers. Includes a Model class for data validation and a View class for the GUI. Requires JDK and NetBeans. Contributions welcome. [MIT License]
This was a technical test requested by the university where I studied, Universidad Cooperativa de Colombia, to demonstrate my skills.