Ivan Golović's repositories

session-time

SessionTime - solution consisting of Windows service to log Windows session events and application to parse and display session durations and locked periods

Language:C#License:MITStargazers:4Issues:3Issues:0

meowtris

Cat-motivated cat-sounding (hence meowtris :) tetris game for Windows created according to guidelines: 20 blocks matrix width/height, standard tetrominoes and colors, original BPS scoring system.

Language:C#License:GPL-3.0Stargazers:1Issues:1Issues:0

rfid-sgtin96-database-api

This project is a RESTful web API application which: 1) receives company and product data using JSON as format with product items encoded using RFID and SGTIN-96 standards, 2) parses data and stores it in normalized SQL database, 3) gives reports on product item count for product items stored in SQL database. One interesting part is the RFID-to-SGTIN-96 parser which retrieves SGTIN-96 data from valid hexadecimal RFID tags while reports error for those that contain error.

Language:C#Stargazers:1Issues:1Issues:0

sqlite-legacy-enc-to-sqlcipher

This project performs conversion of SQLite CryptoAPI-legacy-encrypted database to SqlCipher-encrypted database. Project decrypts legacy System.Data.SQLite-encrypted database file in console application. It encrypts produced clear database file using SqlCipher in main Windows application.

Language:C#License:GPL-3.0Stargazers:1Issues:0Issues:0

cmpbin

Cross-platform GUI desktop application which compares files in two folders by their file size and binary content and finds matches and unique files. Application uses wxWidgets libraries to perform cross-platform access to file system and GUI. For hashing is used Murmur3 algorithm. It is available for Linux Debian and Windows.

Language:C++License:GPL-3.0Stargazers:0Issues:0Issues:0

CSSJSON

Converts CSS to JSON and back.

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0

poc-newsy

This is a part of POC news application. It includes web API (.NET Core), custom IdentityServer4, Entity Framework, PostgreSQL. Architecture follows "Clean Architecture" pattern, and uses Docker containers.

Language:SCSSStargazers:0Issues:0Issues:0

poc-newsy-editor-viewer

This is a part of POC news application. It includes Vue.js application for viewing and adding articles. It serves as a frontend for web API and linked services at https://github.com/igolovic/poc-newsy

Language:VueStargazers:0Issues:1Issues:0

poc-phonebook-vui

This is a POC application phonebook consisting of frontend written in Vue.JS which calls web API written in .NET Core, data is retrieved using Entity Framework from a relational database on SQL Server instance.

Language:C#License:GPL-3.0Stargazers:0Issues:1Issues:0

xgit

Powershell function that runs any given GIT command in all local repositories in folder

Language:PowerShellLicense:GPL-3.0Stargazers:0Issues:2Issues:0