-
Updated
Dec 16, 2020 - C++
Operating system
An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.
Here are 2,356 public repositories matching this topic...
-
Updated
Nov 14, 2020 - C
-
Updated
Dec 25, 2020 - Makefile
-
Updated
Dec 9, 2020 - C
-
Updated
Aug 30, 2020 - TeX
-
Updated
Jan 2, 2021 - C++
-
Updated
Mar 12, 2020 - Shell
-
Updated
Dec 31, 2020 - Rust
-
Updated
May 11, 2020 - C++
-
Updated
Dec 2, 2020
-
Updated
Jan 1, 2021 - C
-
Updated
Jan 2, 2021 - Rust
Resurrecting the second bullet from #1334
- Figure out how to fix favicon / logo more generally (here's a start https://github.com/tock/tock/tree/doc-updates)
We should add code to enumerate/iterate application/console windows on the "desktop" (or equivalent) of GUI-based operating systems.
On Windows, the EnumWindows() function is probably the best starting point, combined with [EnumChildWindows](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winu
-
Updated
Feb 5, 2020 - Rust
-
Updated
Jan 2, 2021 - Shell
-
Updated
Dec 24, 2020 - Python
-
Updated
Jan 17, 2020
-
Updated
Jul 30, 2019
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Jan 1, 2021
-
Updated
Apr 7, 2019
-
Updated
Mar 18, 2017 - C#
All dev*.c files should have these two functions
static char *
devname(void)
{
return devtab.name;
}
static int
devdc(void)
{
return devtab.dc;
}
That way, we avoid problems like the recent breakage with devregress.c where in the devtab we used 'R' but in the attach we use 'Z', which collided with devacpi
Good beginner issue. It might be a simple awk/sed script. F
-
Updated
Oct 10, 2020 - Assembly
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 2, 2021 - C++
- Wikipedia
- Wikipedia
If I rattle on the keyboard I get ControlLeft coming up regularly, even though I am far from the control keys. Upgrading pc_keyboard to 0.5.0 seems to fix it.