Git Product home page Git Product logo

Comments (5)

apiszcz avatar apiszcz commented on August 16, 2024

audfprint.py
DECIDED to use '--list' mode in which case windows file paths are supported.

from audfprint.

apiszcz avatar apiszcz commented on August 16, 2024

audfprint_match.py
***** TMP\AUDFPRINT-MASTER\AUDFPRINT-MASTER\audfprint_match.py
13: # for checking phys mem size
14: import resource
15: # for localtest and illustrate
***** LIB\AUDFPRINT\AUDFPRINT_MATCH.PY
13: # for checking phys mem size
14: #import resource
15: # for localtest and illustrate


***** TMP\AUDFPRINT-MASTER\AUDFPRINT-MASTER\audfprint_match.py
22: """ log info with stats """
23: print time.ctime(),
24: "physmem=", resource.getrusage(resource.RUSAGE_SELF).ru_maxrss,
25: "utime=", resource.getrusage(resource.RUSAGE_SELF).ru_utime,
26: message
27:
***** LIB\AUDFPRINT\AUDFPRINT_MATCH.PY
22: """ log info with stats """
23: print time.ctime(), message
24: #print time.ctime(),
25: # "physmem=", resource.getrusage(resource.RUSAGE_SELF).ru_maxrss,
26: # "utime=", resource.getrusage(resource.RUSAGE_SELF).ru_utime,
27: # message
28

from audfprint.

dpwe avatar dpwe commented on August 16, 2024

I actually do most development on MacOS, but that is much closer to Linux than Windows. I intend it to work unchanged on Linux, but I don't have access to a Windows machine. If there were simple way to support Windows without much noise, I'd be happy to accept a pull request.

from audfprint.

apiszcz avatar apiszcz commented on August 16, 2024

Understand. Since there are only a few changes and they are captured in this issue note, at the moment it is probably more valuable to spend your energy other topics. If I had the time, a PR that would support Windows and LINUX would be the way to go.

from audfprint.

Hellowlol avatar Hellowlol commented on August 16, 2024

#33

from audfprint.

Related Issues (20)

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.