https://github.com/themysterysolver/rick-roll
"Rick Roll in Terminal"
https://github.com/themysterysolver/rick-roll
bash c rick-roll
Last synced: 2 months ago
JSON representation
"Rick Roll in Terminal"
- Host: GitHub
- URL: https://github.com/themysterysolver/rick-roll
- Owner: themysterysolver
- Created: 2025-02-28T01:07:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T11:49:51.000Z (over 1 year ago)
- Last Synced: 2025-12-10T07:43:55.825Z (7 months ago)
- Topics: bash, c, rick-roll
- Language: C
- Homepage:
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RICK-ROLL🕺
The Rickroll meme originated from an internet bait-and-switch prank involving the 1987 song "Never Gonna Give You Up" by Rick Astley. 🕺
The prank works by misleading someone into clicking a disguised link that unexpectedly redirects them to the song's music video.🪩
## PURPOSE
- To refresh `C` file handling.©️
- How to clear terminal with `c`.
- To learn new `bash` and revise commands.
- And ofcourse for fun!😁
## DIRECTORY
- VARIANT-1:
- **PATH:** `RICK-ROLL\LEARNING\TRY\rick-it.c`
- This is done with the help of extraction of images,then converting them into txt.I used `ffmpeg` and `jp2a`.And this video to achieve the goal.
- This has a *10fps* and aspect ratio of *8-:40*
- We can use this in `RICK-ROLL\LEARNING\TRY\script.sh`
- View the first variation here [varaint1.mp4](https://drive.google.com/file/d/1wG1FzBsfsZa1eWIg1l1TlDkew0shFr2H/view?usp=sharing)
```
--chars=" ."
#this removes the letters and we can just get `.` and spaces
```
- VARIANT-2:
- **curl:**curl (Client URL) is a cmd tool used to transfer data from or to a server using various protocols. `curl ascii.live/rick`
- VARIANT-3:
- The `new_rick.c` file in first `RICK_ROLL` *directory* does rick roll by getting image from `curl` tool then converting them into frames and display them!
- The `rick_roll.c` get's the same from `curl` but does not convert into frame.
[rickroll.mp4](https://drive.google.com/file/d/1xzlYGgO8LLMOtWzOlb5ohohCHv7ecn1I/view?usp=sharing)