An open API service indexing awesome lists of open source software.

https://github.com/tuberboy/realtime

Real Time (live) - Date and Time using C and also in PHP
https://github.com/tuberboy/realtime

date datetime real-time realtime time

Last synced: 10 months ago
JSON representation

Real Time (live) - Date and Time using C and also in PHP

Awesome Lists containing this project

README

          

# RealTime
Real Time (live) - Date and Time using c and also in php, it's look like javascript loop date time

* only works on terminal or on any command line interface

# Build C
```
git clone https://github.com/TuberBoy/RealTime.git
cd RealTime
cc -o dt main.c
./dt
```
# Run PHP
```
git clone https://github.com/TuberBoy/RealTime.git
cd RealTime
php main.php
```