2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
joi, 20 noiembrie 2025
News : Redot 4.4 rc-1 is now live! in XR technology.
Create your 2D and 3D games, cross-platform projects, or explore innovative ideas in XR technology with Redot Engine!
Read more on the official blogger or see videos on RedotEngine - the official youtube channel.
News : ... new beta features on blogger !
**Try our New Beta Features**: Create a more engaging reading experience with the help of Google
Google Search previews: Easily insert visual Google Search previews for popular people, locations, pop-culture and more directly in your blog! In Compose View, look for the ‘G’ button in the editor tool bar to get started.
Blogger was launched on August 23, 1999 by Pyra Labs, founded by Evan Williams.
In the early 2000s, Blogger grew quickly as one of the first platforms to make blogging accessible to everyone.
Blogger experienced rapid growth, becoming one of the first platforms to make blogging widely accessible.
In 2003, Google acquired Blogger and integrated it into its services, offering free hosting under blogspot.com.
Later, it faced strong competition from WordPress and other modern CMS platforms, which reduced its market share.
In 2010, Google ended FTP publishing and centralized all blogs on its own servers.
After 2010, Blogger saw a relative decline as WordPress and other modern CMS platforms rose in popularity and captured much of the market.
In 2025, Google introduced new beta features for Blogger, showing that the platform has not been abandoned. These experimental tools aim to modernize Blogger, adding visual elements and creating a more engaging reading experience for users.
marți, 18 noiembrie 2025
News : ... vlc cli script for radio online .
I used vlc cli on this type .bat script for online radio:
@echo off
:menu
cls
echo ================================
echo Meniu Radio Muzica Clasica
echo ================================
echo 1. Venice Classic Radio (Italia)
echo 2. Radio Swiss Classic
echo 3. ABC Classic (Australia)
echo 4. Opreste VLC
echo 5. Iesire
echo ================================
set /p choice=Selecteaza optiunea (1-5):
if "%choice%"=="1" goto venice
if "%choice%"=="2" goto swiss
if "%choice%"=="3" goto abc
if "%choice%"=="4" goto stopvlc
if "%choice%"=="5" goto end
goto menu
:venice
echo Pornesc Venice Classic Radio...
"C:\Windows\System32\taskkill.exe" /IM vlc.exe /F >nul 2>&1
start "" /B vlc.exe -I dummy "http://174.36.206.197:8000/stream"
goto menu
:swiss
echo Pornesc Radio Swiss Classic...
"C:\Windows\System32\taskkill.exe" /IM vlc.exe /F >nul 2>&1
start "" /B vlc.exe -I dummy "http://stream.srg-ssr.ch/m/rsc_de/mp3_128"
goto menu
:abc
echo Pornesc ABC Classic...
"C:\Windows\System32\taskkill.exe" /IM vlc.exe /F >nul 2>&1
start "" /B vlc.exe -I dummy "http://live-radio01.mediahubaustralia.com/2FMW/mp3/"
goto menu
:stopvlc
echo Oprire VLC...
"C:\Windows\System32\taskkill.exe" /IM vlc.exe /F >nul 2>&1
goto menu
:end
echo Inchidere...
luni, 17 noiembrie 2025
Abonați-vă la:
Comentarii (Atom)