christos

joined 2 years ago
[–] christos 58 points 1 year ago (13 children)

Somehow things seem similar (perhaps better) in Greece:

[–] christos 1 points 1 year ago

Thank you, any feedback is welcome!

[–] christos 3 points 1 year ago

Thanks for the feedback.

Well, the two scripts are almost identical, what is more, the radio stations and tv channels lists can be already merged and run together without major issues. However, I feel that I should keep things simple,and the two 'twins' separate.

[–] christos 3 points 1 year ago

I am glad you like it! Of course you can add more channels, easily, you can find the instructions in the README. Feel free to share them, too.

[–] christos 2 points 1 year ago
[–] christos 1 points 1 year ago

Sorry, had no reference, had to search it.

Well, it is a terminal window.

[–] christos 1 points 1 year ago

The colors for fzf and terminal are defined within the script:

B="\x1b[38;5;60m" #Grid Color
Y="\033[1;33m"    #Yellow
G="\033[1;32m"    #Green
I="\e[7m" #Invert
R="\033[1;31m"    #Red
M="\033[1;35m"    #Magenta
C="\033[1;36m"    #Cyan

You can find the rofi theme here

dmenu colors are included and can be customized in radion.conf:

dmenu_format dmenu -fn 13 -nb "#2E3546" -sb "#434C5E" -l 24sc -i -p

Terminal background color and theming is in your control.

[–] christos 4 points 1 year ago

Brilliant! rofl

[–] christos 2 points 1 year ago (1 children)

Hey something good came out of this feedback, I added a few more details in the README about finding new stations.

The stations.txt directory is a valid point as well, I was considering this before, but as it is a minor detail that is easily changed, I did not give it much thought. I will most probably implement the change later on.

Thanks again for the helpful feedback.

[–] christos 1 points 1 year ago* (last edited 1 year ago) (3 children)

Wow, first of all let me thank you for the kind words and your feedback , I am glad that you love the script (to be honest I kinda like it myself, I use it every day!). If I understand well your remark, I should explain specifically that the first string (the url) should be a link to a radio stream, correct? Or elaborate more on the procedure to add a line in station.txt, in order to avoid the mess you mentioned?

Would it help in your opinion if I added an extra screenshot to he README, pinpointing what exactly should the user as the first string of the stations.txt file? Something like this?

The truth is that this project is far from being mature, I was just thinking of writing something 10 days ago.

Let me know if this is what you were talking about (explaining further and with little more detail **what ** goes as the first string of a stations.txt line). If not, I would appreciate if you explained a bit more, if it is not too much too ask, of course.

Again, thanks fo the good words!

[–] christos 1 points 1 year ago

It does, doesn't it? No. The code is there.

[–] christos 1 points 1 year ago

Update: Recording functionality added, with the use of another (you guessed it) bash script

icy

Also options in read as Preferred selector are also case insensitive.

Any feedback is appreciated!

57
lemmy-matrix (gitlab.com)
submitted 2 years ago by christos to c/linux
 

Created with ascii-matrix

 

cross-posted from: https://lemmy.world/post/961924

A script in bash in combination with a script in C can help you solve a sudoku puzzle in a png file with Optical Character Recognition (OCR).

https://gitlab.com/christosangel/sudoku-solver-ocr

You can see the script in action in this video.

The main dependency is tesseract OCR, responsible for the optical character recognition.

Another important dependency is imagemagick, responsible for the necessary image manipulation.

The file selection of the png image is done with zenity.

Feel free to give your feedback.

 

cross-posted from: https://lemmy.world/post/961924

A script in bash in combination with a script in C can help you solve a sudoku puzzle in a png file.

https://gitlab.com/christosangel/sudoku-solver-ocr

You can see the script in action in this video.

The main dependency is tesseract OCR, responsible for the oprical character recognition.

Another important dependency is imagemagick, responsible for the necessary image manipulation.

The file selection of the png image is done with zenity.

Feel free to give your feedback.

 

cross-posted from: https://lemmy.world/post/961924

A script in bash in combination with a script in C can help you solve a sudoku puzzle in a png file.

https://gitlab.com/christosangel/sudoku-solver-ocr

You can see the script in action in this video.

The main dependency is tesseract OCR, responsible for the oprical character recognition.

Another important dependency is imagemagick, responsible for the necessary image manipulation.

The file selection of the png image is done with zenity.

Feel free to give your feedback.

 

A script in bash in combination with a script in C can help you solve a sudoku puzzle in a png file.

https://gitlab.com/christosangel/sudoku-solver-ocr

You can see the script in action in this video.

The main dependency is tesseract OCR, responsible for the oprical character recognition.

Another important dependency is imagemagick, responsible for the necessary image manipulation.

The file selection of the png image is done with zenity.

Feel free to give your feedback.

4
ascii-matrix (lemmy.world)
submitted 2 years ago by christos to c/linux
 

This script written in the C language, will render the matrix effect in the terminal, while rendering ascii art loaded from a txt file, at the center of the terminal window.

https://gitlab.com/christosangel/ascii-matrix

13
ascii-matrix (gitlab.com)
submitted 2 years ago* (last edited 2 years ago) by christos to c/[email protected]
 

cross-posted from: https://lemmy.world/post/551155

This script written in the C language, will render the matrix effect in the terminal, while rendering ascii art loaded from a txt file, at the center of the terminal window.

https://gitlab.com/christosangel/ascii-matrix

11
submitted 2 years ago* (last edited 2 years ago) by christos to c/drums
 

A cool way for percussionists and drummers to practice their rudiments.

https://gitlab.com/christosangel/rudy

 

A solitaire card game, written in javascript, where you can bet whether your card is between the two other cards. https://gitlab.com/christosangel/bucket

4
Wordle Solver (lemmy.world)
submitted 2 years ago by christos to c/linux
 

cross-posted from: https://lemmy.world/post/800882

A bash script that can solve wordle riddles

https://gitlab.com/christosangel/wordle-solver

2
Sudoku in C (lemmy.world)
submitted 2 years ago by christos to c/linux
 

cross-posted from: https://lemmy.world/post/815694

C-Sudoku is a program written in C programming language.

It was created in continuation of another fun project the

Sudoku Solver

C-Sudoku generates sudoku riddles, in four levels of difficulty.

You can solve these riddles in CLI(command-line interface).

From a simple menu, the user can :

  • Play the game,

  • See the solution of the game,

  • Save the riddle in a simple txt file so that it can be printed,

  • Generate a new riddle.

14
Sudoku in C (lemmy.world)
 

C-Sudoku is a program written in C programming language.

It was created in continuation of another fun project the

Sudoku Solver

C-Sudoku generates sudoku riddles, in four levels of difficulty.

You can solve these riddles in CLI(command-line interface).

From a simple menu, the user can :

  • Play the game,

  • See the solution of the game,

  • Save the riddle in a simple txt file so that it can be printed,

  • Generate a new riddle.

view more: ‹ prev next ›