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
- Host: GitHub
- URL: https://github.com/tuberboy/realtime
- Owner: tuberboy
- License: mit
- Created: 2023-01-11T07:22:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T18:16:44.000Z (over 1 year ago)
- Last Synced: 2024-04-27T19:22:02.315Z (over 1 year ago)
- Topics: date, datetime, real-time, realtime, time
- Language: C
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```