Giter VIP home page Giter VIP logo

zoclock's Introduction

ZOClock 1.2.1
=============

The ZOClock (Zero-One Clock) program emulate
two-line LED display to show the time in binary form.
The upper line of LEDs displays hours (12 hour clock).
The lower line of LEDs displays minutes.

You can get ZOClock here: <http://zoclock.googlecode.com/>


Licensing
---------

Copyright (c) 2009-2013 Alexey Michurin <[email protected]>

All rights reserved.

ZOClock is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ZOClock is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ZOClock.  If not, see <http://www.gnu.org/licenses/>.


Building
--------

Before building, you will need to have the Qt4/Qt5 library installed
on your system (http://www.trolltech.com/).

Build:

    $ qmake # or qmake-qt4 or qmake-qt5
    $ make  # or mingw32-make or nmake or other

Test it:

    $ ./zoclock

Install:

    $ sudo cp ./zoclock /usr/local/bin/zoclock

or

    $ sudo make install

or

    $ sudo make INSTALL_ROOT=/opt/bin install


Debian/Ubuntu users
-------------------

Download binary package form download page.
Install:

    $ sudo dpkg -i zoclock_1.1.0-1_i386.deb

Deinstall:

    $ sudo dpkg -r zoclock

If you want to build Debian package yourself, you
need download complete source tree, with debian
directory. To create package run the command.

    $ dpkg-buildpackage -rfakeroot


Contributors
------------

Abderahmane Habaieb <[email protected]>

- Compatible with Qt5
- Fix compile-time bugs on Windows 7, Qt 5.0.2


Known problems
--------------

Some X11 window managers can temporary lost an application window
in some rare conditions. Known workaround is to remove flag
`Qt::X11BypassWindowManagerHint` from `BinClockWidget` constructor
in `src/zocwidget.cpp`.

If you are faced with this phenomenon, please let me know.


Enjoy!
------

Alexey Michurin <[email protected]>

zoclock's People

Contributors

michurin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.