Giter VIP home page Giter VIP logo

kzip's Introduction

Hi there ๐Ÿ‘‹ My name is Kenneth

My name is Kenneth Troldal Balslev. I actually don't have a background in Software Engineering, but in Chemical Engineering. I have worked for 16 years in the upstream oil/gas industry with Maersk Oil and Total, mostly as a Facilities Development Engineer, where I have worked with static and dynamic simulation, field development planning for large onshore and offshore fields, capital cost estimation, technical evaluations for M&A activities, as well as studied how new and emerging technologies can be used in the oil industry in the future.

I had a lot of fun in the oil industry, but a few years ago, I quit my job so I could explore Asia. I enjoyed that very much...until COVID-19 happened. So now I'm back in Denmark, and just recently began working as a project engineer at Nordic Sugar (a part of Nordzucker group). A different industry indeed, but no less interesting than the industry I worked in before.

While on the road, I'v spend some time on another passion of mine: computer programming. Mostly C++, but also some Python.

๐Ÿ”ญ Iโ€™m currently working on OpenXLSX, a C++ library for manipulating Excel spreadsheets. This is my main project, and one I will continue to work on in the forseeable future.

๐ŸŒฑ I know a bit of Python, but I want to improve my skills. I have a plan of creating a Python interface to my OpenXLSX library. Python already have several Excel libraries, so it will mostly be for fun and to learn Python. I also want to learn C#.

โšก Being a Chemical Engineer, I have an ambition of creating a library for doing Vapor-Liquid Equilibrium (e.g. multiphase flash) calculations. No cross-platform open-source library exists for that (that I'm aware of), and the commercial products cost a small fortune.

๐Ÿ“ซ You can reach me on [email protected] or at my LinkedIn profile: https://www.linkedin.com/in/kennethbalslev/

kzip's People

Contributors

troldal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kzip's Issues

Installation

Hi,

I've been struggling to make a clean install and up to now I can not successfully install the library, please can you specify and add a brief of how to do it.

BTW: I've CMake(3.16.2), minizip, make(3.81), gcc(8) and g++(8) installed on my computer.

My intention is to install your 'openXLSX' library as well, but Zippy is a required for.

Thank you.

Error on Windows

When compiling on Windows 10 using CLion with the CMake files, I got an error in the ZipArchive.hpp because of the _mkdir call. I then added the following with the other #includes and it seemed to fix it.

#ifdef _WIN32
#include <direct.h>
#endif

Thanks for this code. Very nice.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.