Accueil > Notes > @b_b - Seenthis
http://www.seenthis.net/people/b_b
Articles
-
*Harmony, An Android App for streaming Music*
4 janvier, par CDB_77 (@cdb_77)#Harmony, An #Android #App for streaming Music
Features :- Ability to play song from Ytube/Ytube Music.
– Song cache while playing
– Radio feature support
– Background music
– Playlist creation & bookmark support
– Artist & Album bookmark support
– Import song,Playlist,Album,Artist via sharing from Ytube/Ytube Music.
– Streaming quality control
– Song downloading support
– Language support
– Skip silence
– Dynamic Theme
– Flexibility to switch between Bottom & Side Nav bar
– Equalizer support
– Synced & Plain Lyrics support
– Sleep Timer
– Android Auto support
– No Advertisment
– No Login required
– Piped playlist integration▻https://f-droid.org/it/packages/com.anandnet.harmonymusic
#musique #F-Droid #téléphone_portable #smartphone #streamingvu ici :
@niavy Hello !! J’ai eu le même souci et j’ai trouvé la (ma) perle rare : #Harmony (dispo sur #F-Droid). Sans compte, possibilité de télécharger Ad nauseam et bien foutu.. Enjoy !
-
git - How to get rid of « would clobber existing tag » - Stack Overflow
26 décembre 2024, par b_b (@b_b)git - How to get rid of “would clobber existing tag” - Stack Overflow
▻https://stackoverflow.com/questions/58031165/how-to-get-rid-of-would-clobber-existing-tag! [rejected] xxx -> xxx (would clobber existing tag)
solution
git fetch --tags --force
Reason : On remote, someone deletes a tag and creates a new one with the same name, then this will happen on your local
-
How_To Hide ubuntu_pro Updates in Ubuntu 24.04 LTS
24 décembre 2024, par OMG ! Ubuntu ! (@omgubuntu)#How_To Hide #ubuntu_pro Updates in Ubuntu 24.04 LTS
▻https://www.omgubuntu.co.uk/2024/12/disable-ubuntu-pro-updates-in-software-updaterUbuntu Pro is an optional security feature that Ubuntu LTS users can enrol in to get critical updates for more than 25,000 packages that would otherwise sit unpatched. If you use Ubuntu 24.04 LTS you will have seen Ubuntu Pro security updates in Software Updater (or when running apt commands). And you will have noticed you can’t install those updates without having an Ubuntu Pro subscription. Businesses, or those with fleets of machines to manage, need to pay for an Ubuntu Pro/ESM plan, but Ubuntu Pro is entirely free for home users (on up to 5 computers) so the only […] You’re reading How to Hide Ubuntu Pro Updates in Ubuntu 24.04 LTS, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without (...)
-
Full-bleed layout with modern CSS ❝Use modern CSS and a few lines of code to create a full-bleed…
2 décembre 2024, par b_b (@b_b)#Full-bleed layout with modern #CSS
Use modern CSS and a few lines of code to create a full-bleed layout.
Full-bleed? It’s when an element needs to bleed outside the main container and extend to the edge of the page.html {
container-type: inline-size;
}
main {
--w: 600px; /* the max-width */
--m: 1em; /* margin on small screen */
margin-inline: max( var(--m),(100cqw - var(--w))/2);
}
.full-bleed {
margin-inline: min(-1*var(--m),(var(--w) - 100cqw)/2);
} -
Free HTML Templates Download - HTML Codex
2 décembre 2024, par b_b (@b_b)Free #HTML #Templates Download - HTML Codex
▻https://htmlcodex.com/template167+ Free HTML Website Templates. All of our templates are built using the latest web technologies including HTML5, CSS3, and Bootstrap framework
Ça peut toujours servir...