Goran Macut (@gmacut)
  • Stars
    star
    6
  • Global Rank 1,299,688 (Top 45 %)
  • Registered almost 14 years ago
  • Most used languages
    C++
    66.7 %
    C
    33.3 %
  • Location πŸ‡­πŸ‡· Croatia
  • Country Total Rank 1,025
  • Country Ranking
    C
    99
    C++
    154

Top repositories

1

Shared-Linux-hosting-backup-scripts

This project consists of two bash scripts: backupRemote and backupLocal. They are meant to be used for automated backup of sites on shared Linux hosting where user typically has limited privileges. Script backupRemote packs and compresses files and MySQL databases on remote server. It can be run manually, or using second script from our local machine. Script backupLocal is able to connect to remote server using ssh with public-private key authentication and passprases. On established connection script executes backupRemote. Resulting backup package is then transferred to our local machine and stored to a safe place of our choosing.
2
star
2

ppius-beagle

Documentation and code examples for Linux on BeagleBoard and BeagleBoard XM, developed for the course Programming Industrial Embedded Systems on University of Zagreb Faculty of Electrical Engineering and Computing, held in 2012.
C
2
star
3

myAvrAsm

Use case: a assembler/linker implementation for 8-bit AVR microcontrollers
C++
1
star
4

NativeToWebKitProxyDemo

This project demostrates connecting of native code to javasctipt running inside WebKit. This funcionality is essential to development of thin clients that run remote html/javascript applications, but still require some interaction with the machine they're on. Qt 4.7 is used with it's WebKit components. Solution is developed using VS2008, but it's cross platform in it's nature and should be easily compiled on other platforms where Qt is available. Solution consists of two main parts, a TCP server that listens on a port 2345 and a Qt's WebKit browser implementation that displays a html page. Server is exposed in javascript as a global object that enables registering of handlers. Registered handlers get called when a server recieves data.
C++
1
star