New pages
From Andreida
- 18:09, 12 August 2024 Minimum install to be able to be a X-Client (hist | edit) [328 bytes] Andreas (talk | contribs) (Created page with "Not sure but I guess that X11-Apps is the easiest way to make your Linux installation able to start a program with a GUI. apt-get install x11-apps You can then just try it with xclock &")
- 01:26, 5 August 2024 Deciding which Source Management Tool to use (hist | edit) [10,874 bytes] Andreas (talk | contribs) (Created page with "=== Introduction === I used like 10 different source management tools in my life. Different times, different corporations, different goals or resources where the reasons for all these different tools. I started with file based SourceSafe 1998, used BMW's console based tools with drag&drop under Unix, used cvs, svn and git and some others I don't even remember. These are my conclusions. === Situation === Currently for most corporations, there is the choice between git...")
- 18:23, 17 June 2024 Video Editor (hist | edit) [409 bytes] Andreas (talk | contribs) (Created page with "* [https://www.blender.org/features/video-editing/ Blender] * [https://www.videohelp.com/software/Windows-Movie-Maker Windows Movie Maker 2012] * [https://www.videosoftdev.com/ VSDC] * [https://www.shotcut.org/ Shotcut] * [https://www.blackmagicdesign.com/products/davinciresolve Davinci Resolve (free version available)] * [https://www.capcut.com/ Capcut]")
- 13:01, 28 May 2024 Style guide ad02 (hist | edit) [4,347 bytes] Andreas (talk | contribs) (Created page with "= curly brackets {} = * every curly bracket gets its own line. You may append comments if it makes sense, normally above or below is better * the closing curly bracket is in the same column as the opening curly bracket = comments = * If you want the comment to stay - like documentation - use "///". In Microsoft's Visual Studio you can set the display of "///" with "Tools/Options/Environment/Fonts and Colors/XML Doc Comment". You could change the "item background" to be...")
- 13:14, 22 May 2024 Sensitive Data (hist | edit) [1,763 bytes] Andreas (talk | contribs) (Created page with "== Password Safes == If you have data you want to protect from others you have a lot of choices. If it is about data which can be written down as "label" => "value" and both are text, then just use a password safe like [https://sourceforge.net/projects/yagodu/ yagodu] or any of the many password safes out there. Some are simple, some can automatically fill forms and if you are stupid you will choose one which will store your password on the internet. Of course totally sa...")
- 21:05, 19 May 2024 Unreal Engine, C++ Enhanced Input, very small example (hist | edit) [8,238 bytes] Andreas (talk | contribs) (Created page with "=== Prepare Project === ==== Create Project ==== * Games / Blank ** C++ ** Desktop ** Maximum ** Starter Content: no ** Raytracing: no ** Location: your choice ** Project Name: EI01 * Create ==== Change Map to Basic ==== When the UE-Editor is open: * File / New Level / Basic / Create * File / Save Current Level as ... / Basic01 * Edit / Project Settings / Maps & Modes / Editor Startup Map: Basic01 * Edit / Project Settings / Maps & Modes / Game Default Map: Basic01 * F...")