All Projects → gfreewind → LinuxDetails

gfreewind / LinuxDetails

Licence: GPL-3.0 License
Investigate on the details of Linux programming

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to LinuxDetails

pw3270
3270 Emulator for gtk
Stars: ✭ 38 (-59.57%)
Mutual labels:  linux-app
LAMPP-Manager
A simple LAMPP manager designed to automate all the work.
Stars: ✭ 117 (+24.47%)
Mutual labels:  linux-app
pocket-casts-linux
⚠️ Currently not maintained ⚠️ - Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)
Stars: ✭ 11 (-88.3%)
Mutual labels:  linux-app
Commit
Commit message editor
Stars: ✭ 102 (+8.51%)
Mutual labels:  linux-app
ColorPicker
Powerful screen ColorPicker/Chooser application for Linux Desktop
Stars: ✭ 55 (-41.49%)
Mutual labels:  linux-app
clockkit
Sub-msec accurate distributed timestamps.
Stars: ✭ 47 (-50%)
Mutual labels:  linux-app
notion-linux-wrapper
Notion.so desktop application for Linux
Stars: ✭ 37 (-60.64%)
Mutual labels:  linux-app
swhkd
Sxhkd clone for Wayland (works on TTY and X11 too) | mirrored at https://git.sr.ht/~shinyzenith/swhkd
Stars: ✭ 215 (+128.72%)
Mutual labels:  linux-app
Lights-Up
Philips Hue controller for Linux [WIP]
Stars: ✭ 27 (-71.28%)
Mutual labels:  linux-app
syntalos
Flow-based synchronized parallel DAQ from diverse sources and flexible control for neuroscience experiments
Stars: ✭ 13 (-86.17%)
Mutual labels:  linux-app
lifer
Windows link file forensic examiner
Stars: ✭ 58 (-38.3%)
Mutual labels:  linux-app
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+789.36%)
Mutual labels:  linux-app
emperor-os
(new released v2.5 LTS.2022-06-25) It has focused on developing an All in One operating system for programming, designing and data science.Emperor-OS has over 500 apps and important tools
Stars: ✭ 32 (-65.96%)
Mutual labels:  linux-programming
konstruisto
OpenGL-backed city builder game for Windows and Linux.
Stars: ✭ 28 (-70.21%)
Mutual labels:  linux-app
erk
Ərk is an open source, cross-platform IRC client written in Python 3, Qt 5, and Twisted.
Stars: ✭ 21 (-77.66%)
Mutual labels:  linux-app
Perspec
Scriptable desktop app to correct the perspective of images
Stars: ✭ 523 (+456.38%)
Mutual labels:  linux-app
ESOLinuxAddonManager
[MIRROR] Elder Scrolls Online addon downloader, for Linux! Check the link below for the development repo which has the releases and issuetracker.
Stars: ✭ 25 (-73.4%)
Mutual labels:  linux-app
xkcd-gtk
Comic Sticks (xkcd-gtk) is a simple xkcd comic viewer written in Go using GTK+3
Stars: ✭ 14 (-85.11%)
Mutual labels:  linux-app
openvr widgets
SteamVR overlay widgets
Stars: ✭ 20 (-78.72%)
Mutual labels:  linux-app
FreeRADIUS-Server-Configuration-Tool
🎯 FreeRADIUS Server Configuration Tool 🖥️
Stars: ✭ 33 (-64.89%)
Mutual labels:  linux-app

简介

这个工程是用于研究Linux环境编程的一些细节。 其中每个目录聚焦于一个主题,每个主题目录下面,每个问题又有自己的单独目录。

因为这些是测试代码,所以没有细致的进行错误处理。就直接退出进程了事:))
后面为了方便,干脆都没有检查函数的返回值:))在工作中,可不能这样哦~~~

每一个子目录都验证Linux编程的一个问题。 要了解细节的话,可以进入具体的目录得到详细的解答。

每个目录下面都有一个README.md文件,用于介绍该目录或者分析具体的问题。

General

This project is used to investigate on the details of Linux programming. Every directory focuses on one topic. Every topic dir contains different dir which investigates on different problems.

Becasue they are test codes, so I don't perform the delicated error handler. Just exit the process :)) I don't check the return value of function in the latter codes. But you could not do it in real product:))

Every directory focuses on one Linux topic. For example, the signal dir focuses on the signal details of Linux Programming.

There is one README.md file in every directory. It is used to introduce the dir or analyze the details of one problem.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].