Skip to content
View sevmarc's full-sized avatar
  • Hungary

Highlights

  • Pro
Block or Report

Block or report sevmarc

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
sevmarc/README.md

Hey there 👋

I am currently working at SEON, where I am performing software testing on their web-based product.
These github repos are my personal, open-source projects, in no particular order:

This project contains solutions to many mathemathics related problems - mostly created in Python, some C++ and Haskell. The list of questions (for which the algorithms had to be created) can be found at projecteuler.net

Contains some cybersecurity solutions, and a small cryptography library.

A fork of the Wrangler tool, which is a plugin, used for code refactoring Erlang programs. My contribution relates to user-created code refactoring functions - using a meta-language for the AST-transformations.

Bucketlist was created to learn markdown notetaking, using Obsidian. The notes contain a list of locations I hope to visit one day. A simple python module was also created to parse the location info,
and map it on an OSM map.

Some smaller projects

LinkedIn profile

Pinned

  1. project_euler project_euler Public

    All working solutions of Project Euler problems (mostly done in python)

    Python

  2. sevmarc.github.io sevmarc.github.io Public

    Project for website backend

    JavaScript

  3. wrangler wrangler Public

    Forked from RefactoringTools/wrangler

    Import of the Wrangler svn repository.

    Erlang

  4. cybersecurity cybersecurity Public

    Repo containing all cybersecurity related sub-projects

    Python

  5. bucketlist bucketlist Public

    This is my interactive bucketlist

    HTML

  6. pysimple-news pysimple-news Public

    Parsing sectional news from CNN - using BeautifulSoup, html parsing and PySimpleGUI

    Python