Giter Site home page Giter Site logo

folder-size-logger's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @D3Zyre (Cedric Boucher)
  • I'm @425525 on discord! (display name: 42)
  • ๐ŸŒฑ Iโ€™m currently in my third year of Computer Software Engineering Coop at the University of Alberta
  • ๐Ÿ“ซ How to reach me: [email protected]

Total time spent programming since September 2022: (I started programming long before this, though)

(time spent programming in software other than VS code or while not logged in, i.e. MATLAB, is not tracked)

Total time coded since Sep 8 2022

Updated August 28 2023

folder-size-logger's People

Contributors

d3zyre avatar

Watchers

 avatar

folder-size-logger's Issues

new log organizational scheme

log will essentially be a text file equivalent of a python dictionary where the keys are the directories and the values are lists of tuples of datetime and size. obviously the log file will not be able to be appended to normally to add data and will need to be rewritten on each log cycle. to make this operation safe against crashes. the old file will remain as the new file is written under a temporary filename, then, at once, the old file will be deleted and the new file renamed to replace it.

This change would significantly reduce disk space used by the log to store the same amount of useful information

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.