Hacker News
- Shit – An implementation of Git using POSIX shell https://git.sr.ht/~sircmpwn/shit 227 comments
- A Posix Queue Implementation http://zinascii.com/2014/a-posix-queue-implementation.html 13 comments
- POSIX close(2) is broken http://www.daemonology.net/blog/2011-12-17-POSIX-close-is-broken.html 77 comments
- Shocco: Literate Programming for the POSIX Shell http://rtomayko.github.com/shocco/ 3 comments
- cffi-posix, a portable interface to unix. https://github.com/cffi-posix 7 comments lisp
- POSIX 2024 has been published https://ieeexplore.ieee.org/document/10555529 70 comments programming
- Storing Key value pairs in POSIX shared memory https://www.sysrepo.org/ 3 comments linux_programming
- I created a full POSIX sh menu. https://github.com/iruzo/pxmenu.git 27 comments commandline
- Understanding POSIX's cksum c example https://man7.org/linux/man-pages/man1/cksum.1p.html 2 comments cprogramming
- How to get POSIX man pages now that Fedora has removed them? https://koji.fedoraproject.org/koji/buildinfo?buildID=2043558 2 comments fedora
- sln: a symlink manager written in POSIX sh to manage different versions of one program https://github.com/Raniconduh/sln 5 comments linux
- A Simple POSIX Shell Music Player https://odysee.com/@trinity:a6/0001:2fb 7 comments linux
- I Wrote a Function to Add and Remove Items From .gitignore in POSIX shell for Zsh https://gitlab.com/FOSSilized_Daemon/dotfiles/-/tree/main/src/home/.config/zsh 4 comments zsh
- Best resources to learn POSIX compliant shell scripting? https://www.gnu.org/software/bash/manual/html_node/index.html 10 comments suckless
- POSIX Shell Tutorial: One of my favorite posts/articles https://www.grymoire.com/unix/sh.html 6 comments linux
- [sbar] Simple status bar for dwm and other window managers written in posix https://github.com/pystardust/sbar 4 comments suckless
- Shell Script Lexer Plugin for POSIX Shell and Command Not Working https://gitlab.com/FOSSilized_Daemon/dotfiles/-/blob/master/src/configs/nvim/init.vim#L30 7 comments neovim
- Looking for contributors to dart posix library https://www.reddit.com/r/dartlang/comments/iw2pq3/looking_for_contributors_to_dart_posix_library/ 15 comments dartlang
- shfm - a tiny tui file manager written in POSIX shell https://github.com/dylanaraps/shfm 10 comments commandline
- Withdrawn SRFI 199: POSIX errno manipulation https://srfi.schemers.org/srfi-199/ 4 comments scheme
- POSIX sed to C translator written in sed https://github.com/lhoursquentin/sed-bin 21 comments linux
- POSIX: Set Menu in .profile https://gitlab.com/FOSSilized_Daemon/cli-productivity/-/blob/gsm/src/gsm/gsm#L3 10 comments learnprogramming
- SRFI 170: POSIX API https://srfi.schemers.org/ 2 comments scheme
- Custom `std::error_category` for NT kernel NTSTATUS error codes, works on POSIX too https://www.reddit.com/r/cpp/comments/6ojhz2/custom_stderror_category_for_nt_kernel_ntstatus/ 20 comments cpp
- Posix's _t rule and modern C++ types http://stackoverflow.com/a/12727104/1495627 17 comments cpp
- Posix Abstractions in Modern Operating Systems: The Old, the New, the Missing [pdf] http://www.cs.columbia.edu/~vatlidak/posixpaper.pdf 3 comments programming
- Updating POSIX http://pl.atyp.us/2016-05-updating-posix.html 22 comments linux
- MyHTML – HTML Parser on Pure C with POSIX Threads Support http://lexborisov.github.io/myhtml/ 4 comments webdev
- Fast HTML Parser on Pure C with POSIX Threads Support http://lexborisov.github.io/myhtml/ 49 comments programming
- minimal find-like command that only use POSIX shell built-in functions https://github.com/tst2005/sh-findlike 2 comments shell
- [POSIX Regex] Match all three-digit numbers except for those ending in 11 http://en.wikipedia.org/wiki/North_American_Numbering_Plan#Numbering_system 4 comments learnprogramming
- History of IEEE P1003.1 POSIX time http://www.mail-archive.com/leapsecs@rom.usno.navy.mil/msg00109.html 8 comments programming
- OS X doesn't implement POSIX unnamed semaphore functions http://ck-hack.blogspot.hk/2013/09/unnamed-semaphores-and-pososx.html 36 comments apple
- OnPosix: a tiny library to abstract POSIX mechanisms to C++ developers. http://onposix.sourceforge.net/index.html 5 comments cpp
- The origin of the name POSIX http://www.stallman.org/articles/posix.html 179 comments programming
- sh-todo: A minimal todo-list manager written in POSIX shell https://github.com/asb/sh-todo 4 comments commandline
- why does POSIX have recursive mutexes? Because of a dare. http://groups.google.com/group/comp.programming.threads/msg/d835f2f6ef8aed99?hl=en&pli=1 158 comments programming
- POSIX close(2) is broken http://www.daemonology.net/blog/2011-12-17-posix-close-is-broken.html 187 comments programming
- If everything you learn about Unix development using C/C++ is POSIX then what the hell does the standard C library do? http://www.thejaywalker.net/2010/12/difference-between-posix-and-standard-c.html 8 comments linux
- POSIX v. reality: A position on O_PONIES http://lwn.net/subscriberlink/351422/ff7aa6bc3812f375/ 15 comments programming