Giter Site home page Giter Site logo

selfdevelopment's Introduction

selfdevelopment

For my personal development for future roles.

Task List

Implement ROAM 2DEngine -angrybirds -game where you occupy as much area as possible but converge together to defeat opponents. -Simple AI -sophisticated AI -racing game with vehicles of difference masses ad terrain of varying friction

3Dgameengine -gravity simulator

share data between processes using memory mapped file -compute fractals with workers that can join and leave

use mathew godbolts compiler explorer to understand move semantics optimizations godbolt.org

WebSockets C++ client and insert it into an existing project to allow external command of a running application

Algorithms -shortest route algorithm --dijkstra, --a* --floyd-warshall --figure out in which case you would chose which. -fast fourier transform (for powers of 2) --apply convolution theory to convolve two sequences of values. Test that the result is the same as the N^2 real-space operation. Time the two methods and plot out the n log(n) vs n^2 run times.

use perf to analyze hobby project to make it better use valgrind to analyze a hobby project and make it more correct use -fsanitize to analyze a hobby project and make it more correct figure out google benchmark to measure and optimize a function or part of code create a program that outputs frames of a parametric function and generate a movie form an opinion on Andrei Alexandrescu (watch cppcontalks, he's a smart dude) when a segmentation fault occurs in your code, try to use gdb to get to the bottom of why it is happening. don�t just rewrite it.

Find a random active open source project and submit a merge or pull request that improves performance, correctness or documentation.

selfdevelopment's People

Contributors

maratpurnyn avatar

Watchers

James Cloos avatar  avatar

Forkers

mpurnyn

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.