- 10:11, 30 November 2024 ANX (hist | edit) [47 bytes] Robertvokac (talk | contribs) (Created page with "Category:Alternative implementations of XNA")
- 10:08, 30 November 2024 Grommet (hist | edit) [47 bytes] Robertvokac (talk | contribs) (Created page with "Category:Alternative implementations of XNA")
- 10:08, 30 November 2024 MonoGame (hist | edit) [47 bytes] Robertvokac (talk | contribs) (Created page with "Category:Alternative implementations of XNA")
- 21:04, 28 November 2024 RAM (hist | edit) [2,719 bytes] Robertvokac (talk | contribs) (Created page with "== Why Do Newer Operating Systems Require More RAM, CPU, and Disk Space? == === 1. Addition of New Features and Services === Newer OS versions include additional features and services that increase hardware demands. For example: * Advanced graphical user interfaces (e.g., Aero effects in Windows Vista and later). * Enhanced functionalities like multitasking, better networking, and support for modern peripherals. === 2. Increased Security === Modern operating systems co...")
- 20:48, 28 November 2024 Comparison of C++ and Java (hist | edit) [2,634 bytes] Robertvokac (talk | contribs) (Created page with "== Performance Comparison: Reimplementing a 2D Platformer (C++/DirectX 3 to Java/LibGDX) == === 1. Language Differences (C++ vs. Java) === * **C++**: A low-level language offering greater control over hardware and performance optimization. Games written in C++ often run faster due to direct memory and hardware management. * **Java**: A higher-level language running on the Java Virtual Machine (JVM), introducing an abstraction layer between code and hardware. While moder...") Tag: Visual edit: Switched
- 20:34, 28 November 2024 OMJ (hist | edit) [247 bytes] Robertvokac (talk | contribs) (Created page with "OMJ is the planned transpiler from C# to Java. It should be a little dummy, only replacing texts in most cases. There could be optional forced Java code as an alternative to a C# line of source code. Such lines would start with comment: //java::") Tag: Visual edit
- 20:22, 28 November 2024 MAUI (hist | edit) [189 bytes] Robertvokac (talk | contribs) (Created page with ".NET MAUI is cross-platform framework used to create C# apps with graphical user interface. MAUI supports Windows, MacOS, Android, iOS (but not Linux).") Tag: Visual edit
- 19:30, 28 November 2024 JXNA (hist | edit) [128 bytes] Robertvokac (talk | contribs) (Created page with "JXNA is the planned wrapper around Pixel game framework, which will provide the same api as XNA or MonoGame.") Tag: Visual edit
- 16:31, 23 November 2024 MediaWiki (hist | edit) [387 bytes] Robertvokac (talk | contribs) (Created page with "MediaWiki is free and open-source wiki software originally developed by Magnus Manske for use on Wikipedia on January 25, 2002. MediaWiki is written in the PHP programming language. == Relation to Speedy Blupi == This website (openeggbert.com) runs on MediaWiki. Support for MediaWiki is expected in the future, because Wikipedia is running on it.") Tag: Visual edit
- 16:04, 23 November 2024 Windows Device Recovery Tool (hist | edit) [341 bytes] Robertvokac (talk | contribs) (Created page with "Windows Device Recovery Tool is a proprietary tool developed by Microsoft used to recover firmware of Windows devices, it runs natively on Windows. As of November 2024, it seems, that the this tool dropped the support for Windows Phone devices. * Note: In July 2024 this tool was working for Windows Phone devices.") Tag: Visual edit
- 15:55, 23 November 2024 Windows Phone Internals (hist | edit) [240 bytes] Robertvokac (talk | contribs) (Created page with "Windows Phone Internals is an open-source tool created by a hacker (XDA user), that performs tasks like unlocking bootloader, enabling root access, and flash or backup firmware. Github repository: https://github.com/ReneLergner/WPinternals") Tag: Visual edit
- 14:47, 23 November 2024 Source code (hist | edit) [559 bytes] Robertvokac (talk | contribs) (Created page with "Source code is a plaint text computer program written in a programming language. A programmer writes the human readable source code, which describes the behaviour of the given program. Computer only understands machine code, which are ones and zeroes, which means, to execute the program, its source code must be translated to the machine code (ones and zeroes). Or the source code is interpreted via an interpreter, in this case, the source code is loaded into the...") Tag: Visual edit
- 10:38, 23 November 2024 Xnb (hist | edit) [1,364 bytes] Robertvokac (talk | contribs) (Created page with "Xnb files (.xnb) are content files typically used by the Microsoft XNA Framework or MonoGame to store assets like images, sounds, and other resources in a precompiled, efficient format for runtime use. These files are included in the XAP because they are required for the app or game to render graphics, play sounds, or load other assets. == Understanding .xnb Files == * '''Purpose''': <code>.xnb</code> files are precompiled asset files that the game engine u...") Tag: Visual edit
- 08:35, 23 November 2024 How to decompile XAP file (hist | edit) [3,525 bytes] Robertvokac (talk | contribs) (Created page with "Decompiling an XAP file (a Windows Phone app package) into C# code and rebuilding it into a new XAP is a multi-step process. Here's a detailed guide: ---- === '''Step 1: Extract the Contents of the XAP File''' === # '''Rename the XAP file''': #* Change the <code>.xap</code> file extension to <code>.zip</code>. #* Extract the ZIP file using any archive tool (e.g., WinRAR, 7-Zip). # '''Analyze the Contents''': #* Look for the <code>DLL</code> files in the <code>Bin</code...") Tag: Visual edit
- 08:13, 23 November 2024 Visual Studio (hist | edit) [364 bytes] Robertvokac (talk | contribs) (Created page with "Visual Studio is an integrated development environment developed by the Microsoft company and it is a closed-source- and proprietary software. Visual Studio 2015 is the latest version, which supports development of Windows Phone 8, 8.1 or 10.0 applications.") Tag: Visual edit
- 07:48, 23 November 2024 Telerik JustDecompile (hist | edit) [173 bytes] Robertvokac (talk | contribs) (Created page with "Telerik JustDecomp is a C# decompiler. Current status: retired and discontinued. Website: https://www.telerik.com/products/decompiler.aspx Category:C Share decompilers") originally created as "Telerik JustDecomp"
- 07:46, 23 November 2024 DnSpy (hist | edit) [159 bytes] Robertvokac (talk | contribs) (Created page with "DnSpy is the unofficial revival of the well known .NET debugger and assembly editor, Github: https://github.com/dnSpyEx/dnSpy Category:C Share decompilers")
- 07:45, 23 November 2024 ILSpy (hist | edit) [138 bytes] Robertvokac (talk | contribs) (Created page with "ILSpy is a .NET Decompiler with support for PDF generation. Github: https://github.com/icsharpcode/ILSpy Category:C Share decompilers") Tag: Visual edit
- 19:04, 22 November 2024 1958 (hist | edit) [34 bytes] Robertvokac (talk | contribs) (Created page with "In 1958, Daniel Roux was born.") Tag: Visual edit
- 18:40, 21 November 2024 HTTP (hist | edit) [62 bytes] Robertvokac (talk | contribs) (Created page with "== External links == https://www.baeldung.com/cs/http-versions") Tag: Visual edit
- 18:35, 21 November 2024 C Sharp (hist | edit) [1,470 bytes] Robertvokac (talk | contribs) (Created page with "<blockquote>''The correct title of this article is '''C#'''. The substitution of the # is due to technical restrictions.''</blockquote> == Alternative C# implementations == === Web browser === bridge.net cshtml5 Blazor (https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor)") Tag: Visual edit
- 18:36, 16 November 2024 2019 (hist | edit) [73 bytes] Robertvokac (talk | contribs) (Created page with "Windows Store for Windows Phone platform was killed by Microsoft in 2019.") Tag: Visual edit
- 17:16, 9 November 2024 I586 registers (hist | edit) [3,040 bytes] Robertvokac (talk | contribs) (Created page with "Register categories")
- 16:25, 9 November 2024 Blupi-Bouncers (hist | edit) [227 bytes] Robertvokac (talk | contribs) (Created page with "Developed in C++ and SFML. frameless|745x745px == External links == https://github.com/Happy-Flappy/Blupi-Bouncers.git https://www.youtube.com/watch?v=5rGd2VQz3mo Category:Fan projects") Tag: Visual edit
- 15:45, 9 November 2024 EXE (hist | edit) [4,922 bytes] Robertvokac (talk | contribs) (Created page with "EXE is the executable file format for the following operating system<nowiki/>s: Windows, DOS, OS/2. The EXE file contains series of instructions for the processor to be executed. == External links == https://eshagalawatta.medium.com/analyzing-structure-of-executable-programs-exe-files-821b2d531a4 https://en.wikipedia.org/wiki/.exe") Tag: Visual edit
- 15:30, 9 November 2024 I586 (hist | edit) [118 bytes] Robertvokac (talk | contribs) (Created page with "Instruction set i586 is backwards compatible with instruction sets i486, i386, i286, i186 and i86.") Tag: Visual edit
- 14:26, 9 November 2024 Internet archive (hist | edit) [636 bytes] Robertvokac (talk | contribs) (Created page with " These are websites related to Speedy Blupi or Open Eggbert, but not directly. * Like a wiki page about x86 instruction set, which includes nothing about Speedy Blupi, but it is still needed. They are archived at: https://archive.openeggbert.com/internet and downloadable also like WARC files at: https://warc2.openeggbert.com") Tag: Visual edit
- 14:19, 9 November 2024 Pentium 100 (hist | edit) [107 bytes] Robertvokac (talk | contribs) (Created page with "Processor using the i586 microprocessor launched on 22th March 1993 and discontinued on 15th July 1999.") Tag: Visual edit
- 14:18, 9 November 2024 X86 instruction set (hist | edit) [412 bytes] Robertvokac (talk | contribs) (Created page with "Speedy Blupi for Windows requires Pentium 100 or a newer processor.") Tag: Visual edit
- 13:19, 9 November 2024 Pixel (graphics) (hist | edit) [300 bytes] Robertvokac (talk | contribs) (Created page with "<blockquote>''This article is about the picture element. For other uses, see the Pixel (disambiguation).''</blockquote>The name Pixel was created from two words: '''pic'''ture '''el'''ement. Pixel can abbreviated as px. Pixel is the smallest addressable element in a dot matrix display device.") Tag: Visual edit originally created as "Pixel"
- 13:17, 9 November 2024 Pixel (disambiguation) (hist | edit) [196 bytes] Robertvokac (talk | contribs) (Created page with "A '''pixel''' is the base element of a digital image in computer graphics. '''Pixel''' may also refer to the Pixel Game Library") Tag: Visual edit
- 12:59, 9 November 2024 ZIP (hist | edit) [279 bytes] Robertvokac (talk | contribs) (Created page with "ZIP is an archive format used for the lossless data compression. The compression level can be set. Content of ZIP file (files) can be encrypted. The names of the files cannot be encrypted, which is is a limitation of the ZIP format. The ZIP format uses the zip file extension.") Tag: Visual edit
- 12:57, 9 November 2024 XAP (hist | edit) [2,371 bytes] Robertvokac (talk | contribs) (Created page with "XAP is the file format for: # mobile apps for the Windows Phone operating system # Silverlight web apps Since the relase of Windows Phone 8.1 XAP was replaced by the the APPX file format used to install WinRT apps on the Windows Phone Support. * Speedy Blupi for Windows Phone uses the XAP file format, this means we can ignore APPX. A XAP file is a ZIP file, but which has the xap file extension (not zip). The MIME type for XAP files is: appil...") Tag: Visual edit
- 12:39, 9 November 2024 NetBeans (hist | edit) [302 bytes] Robertvokac (talk | contribs) (Created page with "NetBeans is an integrated development environment (IDE) mainly for the Java programming language. NetBeans is used by Robert Vokac, the founder of Open Eggbert. == Alternatives of NetBeans for the Java development == Eclipse, IntelliJ Idea Category:Integrated development environments") Tag: Visual edit originally created as "Netbeans"
- 11:56, 9 November 2024 Windows 95 (hist | edit) [5,093 bytes] Robertvokac (talk | contribs) (Created page with "== Windows 95 == '''Windows 95''' is an operating system developed by Microsoft, released on August 24, 1995. It marked a significant shift in the history of personal computing, combining the features of both **Windows 3.x** and **MS-DOS** into a single, integrated platform. With a focus on improved user interface and multitasking capabilities, Windows 95 introduced features that made it easier for users to interact with their computers and for developers to create appl...")
- 11:55, 9 November 2024 MacOS (hist | edit) [5,081 bytes] Robertvokac (talk | contribs) (Created page with "== macOS == '''macOS''' is a series of graphical operating systems developed by Apple Inc. It is the primary operating system for Apple's desktop and laptop computers. macOS is known for its user-friendly interface, seamless integration with Apple's hardware, and strong emphasis on security, privacy, and ease of use. Initially introduced as '''Mac OS X''' in 2001, it has evolved over the years, undergoing several changes in both design and functionality. === History ==...")
- 11:53, 9 November 2024 Linux Torvalds (hist | edit) [248 bytes] Robertvokac (talk | contribs) (Created page with "Linus Benedict Torvalds (born December 28, 1969) is a Finnish-American software engineer, best known for creating and leading the development of the Linux kernel. He is also the inventor of Git, a distributed version control system.") Tag: Visual edit
- 11:52, 9 November 2024 1991 (hist | edit) [78 bytes] Robertvokac (talk | contribs) (Created page with "In 1991, the first version of the Linux operating system was released.") Tag: Visual edit
- 11:51, 9 November 2024 Unix-like (hist | edit) [445 bytes] Robertvokac (talk | contribs) (Created page with "A Unix-like operating system is one that operates similarly to Unix, even if it doesn’t follow any specific Unix certification or standard. A Unix-like application functions in a way that resembles typical Unix commands or shell behavior. Although there are common principles for Unix design, there's no strict technical definition, so opinions may vary on how closely a system or application needs to resemble Unix to be considered Unix-like.") Tag: Visual edit
- 11:50, 9 November 2024 Unix (hist | edit) [115 bytes] Robertvokac (talk | contribs) (Created page with "Unix is a family of multitasking and multiuser computer operating systems, that derive from the original AT&T Unix.") Tag: Visual edit
- 11:49, 9 November 2024 Free (hist | edit) [73 bytes] Robertvokac (talk | contribs) (Created page with "Free, related to software, means that the software respects user freedom.") Tag: Visual edit
- 11:47, 9 November 2024 Open source (hist | edit) [138 bytes] Robertvokac (talk | contribs) (Created page with "Open source is the source code, that uses a licence, which makes it freely available for possible modification and redistribution.") Tag: Visual edit
- 11:45, 9 November 2024 Internet (hist | edit) [114 bytes] Robertvokac (talk | contribs) (Created page with "Internet is the global computer network providing the possibility of computers across the whole world to communicate together.") Tag: Visual edit
- 11:44, 9 November 2024 Direct Play (hist | edit) [193 bytes] Robertvokac (talk | contribs) (Created page with "Direct Play is a deprecated component of DirectX used for the multiplayer modes of games. It provides the possibilities of communication like over the Internet or the local network.") Tag: Visual edit
- 11:43, 9 November 2024 Software (hist | edit) [174 bytes] Robertvokac (talk | contribs) (Created page with "Software is set of computer programs, that instruct the execution of a computer. Software also includes design document<nowiki/>s and specification<nowiki/>s.") Tag: Visual edit
- 11:40, 9 November 2024 Operating system (hist | edit) [181 bytes] Robertvokac (talk | contribs) (Created page with "An operating system is a system software that controls computer hardware, manages software resources, and offers essential services to run applications.") Tag: Visual edit
- 11:38, 9 November 2024 Linux (hist | edit) [145 bytes] Robertvokac (talk | contribs) (Created page with "Linux is an open source free Unix-like operating system. It was first released on 17th September 1991 by Linux Torvalds.") Tag: Visual edit
- 11:37, 9 November 2024 Tablet (hist | edit) [274 bytes] Robertvokac (talk | contribs) (Created page with "Tablet is a mobile device, which has typically a mobile operating system installed and a touchscreen. Modern tablets are similar to smart phone<nowiki/>s, but the difference is, that a tablet screen<nowiki/>s are larger than the screens of smart phones.") Tag: Visual edit
- 11:34, 9 November 2024 Smart phone (hist | edit) [331 bytes] Robertvokac (talk | contribs) (Created page with "Smart phone is a mobile device, the has the features of a traditional mobile phone, but also the advanced computing capabilities. Usual built-in advanced hardware capabilities: touchscreen, camera, GPS, fast access to the Internet, magnetometer, proximity sensor, barometer, gyroscope, acelerometer, LTE, 5G, 4G, Wi-Fi, Bluetooth.") Tag: Visual edit
- 11:30, 9 November 2024 IOS (hist | edit) [105 bytes] Robertvokac (talk | contribs) (Created page with "iOS, formerly named as iPhone OS, is a mobile operating system developed by the Apple technology company.") Tag: Visual edit