Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 783 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 783 Bytes

Copyright (c) 2018 Gian Luigi Romita ([email protected])

Projects

  • rectangles
  • persistent_buffer
  • C-ObjC-Swift
  • openssl-crypto

rectangles

This program parses an input JSON file containing rectangles coordinates and returns the overlaps.

Technologies used:

  • rapidjson
  • c++0x

persistent_buffer

C++ ZeroMQ experiment.

Technologies used:

  • ZeroMQ
  • c++0x

C-ObjC-Swift

XCode project, demonstrates how to integrate C++, ObjectiveC and Swift.

Technologies used:

  • ObjectiveC
  • c++0x
  • Swift

openssl-crypto

C++ wrapper for OpenSSL EVP Crypto library. Easily perform encryption/decryption operations using all the OpenSSL supported ciphers.

Technologies used: