Giter Site home page Giter Site logo

Lucas Marchesoti Franco's Projects

algorithms_analysis_dynamic_programming icon algorithms_analysis_dynamic_programming

Dynamic Programming projects in C++ from my period as a TA for the Analysis of Algorithms course: All-pairs Shortest Paths, Edit Distance, Knapsack with repetition, Knapsack without repetition, Longest Increasing Subsequence, Weighted Interval Scheduling.

bio-inspired-ai-projects icon bio-inspired-ai-projects

A collection of Bio-Inspired AI projects: a Genetic Algorithm in C++ for the Task-Scheduling Problem, with batch mode; an attempt at a Genetic Algorithm Framework in Ruby; a Multi-Objective GA in C# using both SPEA2 and NSGA2 algorithms; and Ant Colony and Particle Swarm Optimization algorithms for the Traveling Salesman Problem, with comparisons.

chattrbox icon chattrbox

Big Nerd Ranch Guide to Front-End Web Development

coffeerun icon coffeerun

Big Nerd Ranch Guide to Front-End Web Development

cpp_shell_calculator icon cpp_shell_calculator

Interactive Shell Calculator in C++. Features command line configuration for precision type (integer/float/double) implemented with templates, expression parsing with operator precedence, and memory. Uses BOOST/xpressive to parse input as regular expressions and converts expressions from infix to postfix using a modified Shunting Yard algorithm.

cv icon cv

Web Development Bootcamp tutorial for personal website

msc-analysis-of-algorithms icon msc-analysis-of-algorithms

Studies and assignments from PGC101, built in C++11: All-Pairs Shortest Paths, Closest Pair of Points, Max Subarray and Vertex Cover.

n-body_simulation icon n-body_simulation

Erlang n-body simulation. Uses parallel programming in functional message-passing paradigm, spawning a light thread for each body and simulating the effect of joint pairwise gravity in ticks. It automatically generates bodies on a 2D space and outputs mass and position for each body at each tick.

omnifood icon omnifood

Omnifood project from Jonas Schmedtman's course

ottergram icon ottergram

Big Nerd Ranch Guide to Front-End Web Development

rubik_cube icon rubik_cube

Rubik Cube in C++ using OpenGL/glut. Supports rotations for complete visualization and cube movements across all axes. Accepts input from both mouse and keyboard.

saep icon saep

Adaptive Education System with Particle Swarm Optimization in Octave. It normalizes data, divides the dataset for cross-validation, analyzes simulation results and generates both plots and latex-style tables. Fully vectorized.

templates icon templates

My personal templates for quick hacks with basic functionality. Compiles and runs program against file input and output automatically, showing output errors and tracking execution time. Built in make and shell script.

tracker icon tracker

Big Nerd Ranch Guide to Front-End Web Development

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.