Skip to main content
OverflowAI is here! AI power for your Stack Overflow for Teams knowledge community. Learn more
Mateusz Piotrowski's user avatar
Mateusz Piotrowski's user avatar
Mateusz Piotrowski's user avatar
Mateusz Piotrowski
  • Member for 9 years, 2 months
  • Last seen this week
125 votes

GitHub pull request showing commits that are already in target branch

74 votes
Accepted

Prevent Vim's autocmd from running on write just once

50 votes

Multi-line string with extra space (preserved indentation)

48 votes

How do I fetch a branch on someone else's fork on GitHub?

47 votes
Accepted

GPU Emulator for CUDA programming without the hardware

39 votes

Insert a line at specific line number with sed or awk

28 votes

How to join two tmux windows into one, as panes?

24 votes

Vim Error: E474: Invalid argument: listchars=tab:»·,trail:·

22 votes

MPICH2 gethostbyname failed

18 votes

How to obtain the first letter in a Bash variable?

8 votes
Accepted

"Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale." on OS X

7 votes

Binary search (bisection) in Python

6 votes

How to delete all files except directories?

6 votes
Accepted

Indent JSON on save in Vim

6 votes

How to arrange a Makefile to compile a kernel module with multiple .c files?

6 votes
Accepted

Cannot find clang-format in FreeBSD 11.2

5 votes

Where (i.e. which file) to set/assign systemwide environment variable which e.g., nginx can read like NODE_ENV on FreeBSD?

5 votes

What are double colons :: in a shell script?

5 votes
Accepted

How can I make a function run every time cd successfully changes to another directory within sh on FreeBSD?

5 votes
Accepted

Running a script in FreeBSD after boot/reboot

5 votes

How to join two images into one with FFmpeg?

5 votes
Accepted

Error with Lua "if then" statements ('end' expected (to close 'if' at line 28))

4 votes

Using vim's f command over multiple lines

4 votes

How to determine whether a function exists in a POSIX shell?

4 votes

How to sort comma separated words in Vim

4 votes

What is newlib in C language?

4 votes
Accepted

Using a Bash variable in URL results in "curl: (3) Illegal characters found in URL"

4 votes

How do I turn off git autocorrect?

3 votes
Accepted

Replacing a fixed part of PWD in a tcsh prompt

3 votes
Accepted

How do I make a Bash script run continously, also end it when I want to?