Skip to content
View jesseVDwolf's full-sized avatar

Block or report jesseVDwolf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jesseVDwolf/README.md

Hi there 👋

My name is Jesse van der Wolf. I use this github account to upload fun hobby projects I'm working on. Do not expect everything on this account to be production ready 😄.

My interests are mostly in data related engineering. In this repository you're likely to find the following tools/technolgy used:

  • Docker
  • Python
  • C/C++
  • SQL/NoSQL

I also have an account where I upload all my study related projects which have tests and are a little more robust. Check it out if you want to see what I'm currently studying: https://github.com/42JesseW

Popular repositories Loading

  1. ForumMediaScraper ForumMediaScraper Public

    Simple python3.6 application that scrapes the 9Gag hot forum's media content. It stores this data into a local database. This app is part of a bigger system for detecting reposts on the 9Gag forum.

    Python

  2. ForumMediaScraperREST ForumMediaScraperREST Public

    A simple Flask webserver that schedules the ForumMediascraper application. It also provides an interface to its internal configuration and the MongoDB instance the ForumMediascraper writes its data…

    Python

  3. ForumMediaAnalyzer ForumMediaAnalyzer Public

    Simple python3.6 application that analyzes media data generated by the ForumMediaScraper. It stores this data into a local database. This app is part of a bigger system for detecting reposts on the…

    Python

  4. BSQMapResolver BSQMapResolver Public

    Small program written in C that can resolve a BSQ map.

    C

  5. SudokuSolver SudokuSolver Public

    Short program written in C that can solve a sudoku puzzle

    C

  6. libft-test-container libft-test-container Public

    Container image containing external unit tests, valgrind and include-what-you-use for 42's libft

    C