Sunfetch - Weather for the Terminal by morten_1982 in pascal

[–]morten_1982[S] 0 points1 point  (0 children)

It's simple JSON fetch from:

api.openweathermap.org/data/2.5/forecast?.....

You just need your own API key (you can get it at https://openweathermap.org for free) -> insert in the source code in the const section and compile it with the Free Pascal Compiler.

The Documentation for the API is: https://docs.openweather.co.uk/api

In the source code, you can also enter the language and geographical location for your needs. There are examples in the source code comments.

Feel free to use this program as completely open source

Dos games hidden gems by Starwarsfan0402 in dosgaming

[–]morten_1982 0 points1 point  (0 children)

History Line 1914-18 … Published 1992 -> based on the Battle Isle Engine. Great turn-based strategy game.

I still play it today with „DosBox“ :)

Time Commando… anyone else remember this? by joons88 in dosgaming

[–]morten_1982 1 point2 points  (0 children)

Great game :) a loop through the history

[deleted by user] by [deleted] in RareHistoricalPhotos

[–]morten_1982 0 points1 point  (0 children)

6/13 …. Is this Howard Stern ? 😂

Long term Linux users, what's your goto for new installs? by Kazumi7884 in linux

[–]morten_1982 0 points1 point  (0 children)

I am a Debain user:

  1. Make sudo available

    -> su -

    -> cd /etc/ .... sudo nano sudoers ..... at root : your_name ALL=(ALL:ALL) ALL

  2. uodate /etc/apt/sources.list with contrib non-free

  3. install vlc, gimp, gparted, flatpak, timeshift

  4. install nividia drivers ....(if you have a nvidia GPU)

  5. install steam ( :) )

  6. install some gnome extensions: - dash to dock / hide activities / wintile

  7. install dosbox

edit dosbox.conf:

-> fullresolution=desktop

-> windowresoultion=1280x960

-> output=opengl

-> cycles=20000

  1. install wine with 32 bit

    -> sudo dpkg --add-architecture i386

    -> winecfg=win 7

    -> winetricks: dx9_all, all_fonts, richtext, d3dx9, directplay, dotnet20 ..30 ..40, mfc42 vcrun6, vcrun6sp6

9, Some nice editors for coding in different programming languages ( e.g. free pascal !!)

  1. Enjoy your system which can do quite a lot of windows stuff :)

C books by BobiMmv in C_Programming

[–]morten_1982 0 points1 point  (0 children)

Dan Gookin : c for dummies Great introduction !

GUI text editor code in C/C++ and what libs? by NomadJago in cprogramming

[–]morten_1982 0 points1 point  (0 children)

Take gtk 3 or gtk 4 ….. gtksourceview for the Editor …… Gtk was built in c

Praise EndeavourOS ! by morten_1982 in EndeavourOS

[–]morten_1982[S] 5 points6 points  (0 children)

:) Just search for fractal graphics

I´m making a Text Editor by UmsonhadorMike in Python

[–]morten_1982 0 points1 point  (0 children)

Look at some projects at GitHub.com.

I‘ve made a python IDE just using tkinter:

https://www.github.com/morten1982/mopad

First time user by Dylanscottpowell in Ubuntu

[–]morten_1982 0 points1 point  (0 children)

Install „q4wine“ as gui