Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

moledoc/depr_showcase

Repository files navigation

Name

Showcase

Synopsis

Showcasing:

  • my knowledge/skills in different programming languages;
  • ideas and other/cool projects;

List of current projects

  • gen_readme.sh: Generate README.md
  • FizzBuzz: Some FizzBuzz examples in different languages. Tried to make them little bit more efficient than the most obvious/simple solution. They are probably not THE most efficient solutions, but bit better.
  • airflow-example: This is just to display, that I am familiar with airflow. This example was one of my homeworks in Data-Engineering course. In this project, I am responsible of the dag, that is located in dags/ directory. All the other setup (airflow and docker) was not done by me in this case.
  • csv_parser-hs: When compiled, takes a filepath and parses the contents to a matrix, where each matrix row corresponds to row in a file. Each comma separated item is it's own item inside the row list.
  • expenses-hs: This project was written to learn Haskell. This is an interactive CLI implementation of expenses project.
  • expenses-cpp: this project was written as a project in C++ course and is meant to be run in a GNU/Linux commandline. This program semi interactive.
  • expenses-py_sql: This is an old and abandoned project, but it showcases some early knowledge of (and probably not very good approaches to) python, json and sql.
  • expenses-rshiny: This project was written to be a graphical solution to expenses project, that allows to manage and visualize expenses interactively in a GUI.
  • expenses-scala: This project was written as a project in a functional programming course to learn scala. This is a GUI implementation of expenses project written with scala and scalafx. There are some things that could have been done better (eg use actual date type for dates instead of strings). Not going to fix them, this is just to show my level in scala.
  • json-parser-py: This is a python script that takes in a json file and parses each level of json to a table format into a csv file.
  • monte-carlo-hs: This project was made to show the parallel aspects of Haskell. Also, it was submitted as a homework in parallel computation course. The Monte-Carlo method was used as an example, since MC method is embarrasingly parallel. In this project speedup was not achieved. Furthermore, the Haskell implementation can be improved upon.
  • monte-carlo-py: This project is to show simple Message Passing Interface (MPI) implementation in python, using simple Monte-Carlo method example.
  • parse.json: This is a package to read json objects into R list or write a R list into json object. This package is written using only R.
  • monte-carlo-r: This project is to test and explore serial and parallel computations in R. Monte-Carlo method is used, since it is easily parallelized.

Author

Written by Meelis Utt

About

This repository showcases my knowledge in different programming languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published