++
++
Alternative house without roof
https://keisan.casio.com/exec/system/1223368185
TRON SCRIPT FOR WINDOWS 10 REVIVE:
Working hours 17,00 - 21,00 to call or contact me. [ Belgrade, Central Serbia, Serbia · UTC+2 ] ~ otherwise send me a SMS. IT Consulting and Programming only for you!
++
++
Alternative house without roof
https://keisan.casio.com/exec/system/1223368185
TRON SCRIPT FOR WINDOWS 10 REVIVE:
apt install openbox obconf obmenu lxterminal leafpad iceweasel lightdm
apt install pcmanfm tint2 nitrogen
apt install gnome-backgrounds mate-backgrounds polybar
++
SMARTCARD ON LINUX
https://stackoverflow.com/questions/22550440/how-to-check-that-smart-card-is-working-on-linux
https://linux.web.cern.ch/docs/smartcards/
WINDOWS 10 stuff:
https://www.reddit.com/r/TronScript/comments/jmx1ir/tron_v1114_20201102_minor_definition_updates/
++
Recommended Anti-Virus - https://links.christitus.com/antivirus --- Download: https://www.reddit.com/r/TronScript/ Manual: https://github.com/bmrf/tron/blob/mas... 💻🖥 Recommendations 🖥💻 - Windows Anti-Virus ➜ https://links.christitus.com/antivirus - VPN Service ➜ https://links.christitus.com/expressvpn
https://sourceforge.net/projects/xlr/
Technologies:
Expections:
Nice to have:
A Vulkan-based translation layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine.
For the current status of the project, please refer to the project wiki.
https://www.playonlinux.com/en/
https://store.steampowered.com/
Another way:
Neverovatno dobar Linux:
Drugari, kada instalirate Antix, sledeća stvar je da odmah instalirate GDEBI i Synaptic, kako bi posle što jednostavnije instalirali DEB fajlove i ostale instalacije aplikacija na sistem.
Instalirajte i Libre Office paket, zatim instalirajte PlayOnLinux i STEAM (za 3D fps AAA i startovanje Windows 10 aplikacija).
Možete instalirati i Skype tako što sa Skype sajta skinete odgovarajući Debian fajl i instalirate ga pomoću GDEBI aplikacije (desni klik miša na instalaciju Skype.deb, pa odaberete gdebi).
Na isti način instalirajte Zoom koji preuzmete sa zoom.us vebsajta u deb (debian) formatu.
Sada je Vaše dete spremno za daljinsku nastavu tokom Covid-19 perioda.
Poenta je da ANTIX radi mnogo brže i pouzdanije od Windows 10 operativnog sistema na kompjuterima iste snage.
Drugari, ako Vam se Windows 10 update-uje, štuca, trokira i često restartuje, pravo je vreme da ga zamenite stabilnim i brzim ANTIX-om.
ANTIX Vas neće nikada izneveriti, a daje sve što i Windows 10 i mnogo više.
Prečice na tastaturi koje će vam olakšati i ubrzati rad sa VLC Media Player-om
na Windows operativnom sistemu.https://www.info.ucl.ac.be/~pvr/paradigms.html
++
https://www.wolfram.com/language/
https://www.wolfram.com/mathematica/
https://twistedmatrix.com/trac/wiki/TwistedDevelopment
https://www.twistedmatrix.com/trac/
https://blog.leanstack.com/minimum-viable-product-mvp/
https://informi.co.uk/business-administration/how-do-i-write-business-plan
https://informi.co.uk/business-administration/what-types-insurance-do-i-need
http://www.mypublicwifi.com/myhotspot/en/wificreator.html
https://www.instructables.com/Create-Hotspot-with-Login-Page/
++
http://rapidq.phatcode.net/download/index.html
https://www.howtogeek.com/701786/why-do-keyboards-have-a-windows-key-heres-where-it-started/
MORE TIPS:
https://urukproject.org/dist/en.html
https://devblogs.microsoft.com/oldnewthing/20040102-00/?p=41213
y Introduction to Python post to get up and running.
This week I wrote about
FREE DOWNLOAD -
FREEWARE FOR WINDOWS XP, 7, 8, 10, 11:
https://drive.google.com/file/d/1Un37vS7phL3LDId4b8h8KXkzFdKTStKT/view?usp=sharing
Please Sound your keyboard with this incredible application for Windows - FREEWARE DOWNLAD:
Keystroke sounds 88 for Windows 10, 11, ◄ ♫ click here for free download now ! ♫
Get the IP geolocation data through the simple REST API. All the responses are JSON encoded. We are rate limiting requests (3r/s) to avoid overload of the system.
https://tools.keycdn.com/geo.json?host=93.82.84.24
What is my IP ?
uses MMSystem;
procedure TForm1.Button1Click(Sender: TObject);
begin
sndPlaySound('C:\Windows\Media\Tada.wav',
SND_NODEFAULT Or SND_ASYNC Or SND_LOOP);
end;
procedure TForm1.Button2Click(Sender: TObject);
begin
sndPlaySound(nil, 0); // Stops the sound
end;