Giter VIP home page Giter VIP logo

flashairsync's People

Contributors

sleemanj avatar sudsy 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  avatar  avatar  avatar

Watchers

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

flashairsync's Issues

Compile-Error

Hi,
using your script on MacOS I get an compile error located in line 190:
// Else normal file
$Day = ($r[4] & 0b0000000000011111);
$Month = ($r[4] & 0b0000000111100000) >> 5;
$Year = (($r[4] & 0b1111111000000000) >> 9)+1980;

  $Seconds = ($r[5] & 0b0000000000011111) * 2;
  $Minutes = ($r[5] & 0b0000011111100000) >> 5;
  $Hours   = ($r[5] & 0b1111100000000000) >> 11;

Seems that something is different on Mac dealing with the date arithmetic. Any idea what I've to change?

I've to admit that I've no experience with php - so it might be quite obvious…

Best regards,
Ingo

Pass parameters as arguments rather than hardcoded into script

Hi There,

I have started using this script for synchronising files. Thanks for your work on this.

I wondered if you would be interested in some contributions? I have noticed some issues that I would like to fix. I can work independently, but it might be better if I could add the improvements to your script.

The first part of making this work would be to change the script so that the arguments are passed into the script rather than hardcoded. Would you be open to a pull request that addresses this issue?

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.