Skip to content
View mjarmak's full-sized avatar

Block or report mjarmak

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

Popular repositories Loading

  1. sql_test sql_test Public

    Write pseudo-SQL statements to create database tables to store the products of a basic webshop. Each product has a name, a price, a creation date and may belong to several categories. Categories ha…

    TSQL 2

  2. JPEG_encoder_decoder JPEG_encoder_decoder Public

    C++ 1

  3. missing_integer missing_integer Public

    Write a function: class Solution { public int solution(int[] A); } that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A. For example…

    C# 1

  4. business_manager_mvc business_manager_mvc Public

    C# 1

  5. hospital_manager_mssql_forms hospital_manager_mssql_forms Public

    C# 1

  6. csv_processer csv_processer Public

    Create objects to store the data available in the CSV file below. Objects to be present in the domain model: Asset, Country and Mime type.Process the file in the most robust way possible.

    C#