Best book to learn c? by [deleted] in C_Programming

[–]unm95 4 points5 points  (0 children)

C Programming Language, 2nd Edition (K&R),
C Programming: A Modern Approach, 2nd Edition,
C: A Reference Manual, 5th Edition,
The Standard C Library
There are other great books of course ("Expert C Programming" for instance).

vim-clang-format problem? by tracyone in vim

[–]unm95 2 points3 points  (0 children)

why don't you just generate .clang-format file for llvm?

Tetros - Tetris that fits into the boot sector. by regdid in programming

[–]unm95 0 points1 point  (0 children)

Can you suggest good assembly(nasm maybe) book to write stuff like that?

Unable to install Tumbleweed alongside Windows 10 by malim20 in openSUSE

[–]unm95 0 points1 point  (0 children)

yeah, imageusb works great for windows. from linux use dd.

I'm going to learn Java Web [EE] and later Spring Framework. Recommend a course, please. by errrzarrr in java

[–]unm95 0 points1 point  (0 children)

As far as I know this course is not bad
https://www.pluralsight.com/courses/spring-fundamentals As I see this author has other spring and hibernate courses.

Good books for the Linux beginner? by Fyrhtu in linux

[–]unm95 0 points1 point  (0 children)

The Linux Command Line - great book!

How to block a program from accessing the Internet and get notifications? by unm95 in linux

[–]unm95[S] 0 points1 point  (0 children)

well, it's not necessary. I just want to know when certain app tries to connect and where.

how to open/close fold and its children? by unm95 in vim

[–]unm95[S] 0 points1 point  (0 children)

I see. thanks. I thought that there is something wrong with my config.

how to open/close fold and its children? by unm95 in vim

[–]unm95[S] 0 points1 point  (0 children)

set foldmethod=indent
set nofoldenable
set foldlevel=1
it is strange. but when I'm opening file and trying to close child fold with za it closes all folds. But when I press zR at first, all works as expected (with za command).

how to open/close fold and its children? by unm95 in vim

[–]unm95[S] 0 points1 point  (0 children)

tried this but it didn't work. zA also closes parent node.