氷室くんかわいい · @kate0115
-1 followers · 21 posts · Server mastodon.im


“.” means “any single character” except newline
“*” zero or more of the preceding match
“+” one or more of the preceding match
“[abc]” any one character of a, b, and c
“(RX1|RX2)” either something that matches RX1 or RX2
the start of the line
“$” the end of the line
补一句,这些基本都要和sed 指令一起使用

#systemsprogramming #regex

Last updated 1 year ago

氷室くんかわいい · @kate0115
-1 followers · 20 posts · Server mastodon.im

今天学到的几个git的使用方法:
(1) Create Git Patch for Specific Commit:
git format-patch -1 <commit_sha>
and then apply the git patch:
git apply <patch file name>

(2) Change previous commit order/merge commits:
git rebase -i <commit_sha> <branch name>

(3) Silently commit to the current commit sha:
git commit --amend --no-edit

#systemsprogramming

Last updated 1 year ago

氷室くんかわいい · @kate0115
-1 followers · 19 posts · Server mastodon.im


. means “any single character” except newline

  • zero or more of the preceding match
  • one or more of the preceding match[abc] any one character of a, b, and c(RX1|RX2) either something that matches RX1 or RX2^ the start of the line$ the end of the line

#systemsprogramming #regex

Last updated 1 year ago

氷室くんかわいい · @kate0115
-1 followers · 8 posts · Server mastodon.im


how to edit a binary file by vim:
(1) command %!xxd allows you to view files by vim in hex format.
(2) you can also edit files in hex format by vim.
(3) once you finish editing the file, you can convert the file you edited by %!xxd -r, and then with w command to save the file
(4) the check how to use xxd (hex view of a file by vim), you can use the command :h xxd

how to check the machine code of a file:
hexdump <exe>

#systemsprogramming

Last updated 1 year ago

Blain Smith · @blainsmith
360 followers · 510 posts · Server fosstodon.org
programmeruser · @programmeruser
1 followers · 2 posts · Server techhub.social

is it just me or does webdev not feel that refreshing anymore with respect to the satisfaction that you get when programming? I don't know if I'm doing the wrong things, but it just doesn't feel interesting anymore. It kind of just feels repetitive and just implementing read/write functions at this point. With low level I feel like you have more chances to interact with different things like networking protocols, drivers, and stuff like that. It could just be me creating boring things but I honestly can't figure out anything that I could make that's interesting to program now.

#webdev #LowLevel #systemsprogramming

Last updated 1 year ago

Blain Smith · @blainsmith
342 followers · 824 posts · Server fosstodon.org
Blain Smith · @blainsmith
342 followers · 819 posts · Server fosstodon.org

Merhaba

Funday as we call it. There are two sessions scheduled for the community members.

0900 hrs (UTC+3) morning

C++20 modules deep-dive

meetup.com/softwarehub/events/

and

1900 hrs (UTC+3) evening

Linux systems programming (focus on process and files).

meetup.com/softwarehub/events/

As both the topics are co-evolving we have them scheduled on the same day.

#learning #community #SoftwareHub #ankara #dubai #riyadh #sana #cairo #bahrain #qatar #cplusplus #linux #systemsprogramming

Last updated 2 years ago

Hardwyrd · @hardwyrd
10 followers · 42 posts · Server octodon.social

Nice to know that you can add support for Nim into VSCodium / VSCode.



#nim #nimprogramming #systemsprogramming

Last updated 2 years ago

Hardwyrd · @hardwyrd
10 followers · 35 posts · Server octodon.social
Hardwyrd · @hardwyrd
10 followers · 34 posts · Server octodon.social

I decided to dive into the Nim programming language (nim-lang.org) and see what makes it tick and how it compares with Rust and Python.

My Nim code journey will be committed into Codeberg soon.





#nim #programming #newbie #systemsprogramming #codeberg

Last updated 2 years ago

Michael Connor Buchan · @TheFake_VIP
620 followers · 2402 posts · Server linuxrocks.online

4 years using and championing the full time and I've never written a toot. Well, or I have and can't find it.

I'm a guy from 🇬🇧 with a passion for and , particularly in , ++, , etc.

I've been a huge / advocate for the majority of my life. I run and I love open, technologies like , , etc.

In my view, technology is built to make our lives easier, and in many ways, it isn't these days. It is truly my opinion that the only way can be sustainable is if it's built using , and does not give ultimate control to any 1 entity, individual or corporate. If technology is to help the people, it must be built *for* the people.

Currently working on odilia.app, various projects with the rest of the Lower Elements gang at lowerelements.club, and a Computing Science BSC at the of

#stirling #university #foss #tech #bittorrent #matrix #activitypub #decentralised #linux #opensource #freesoftware #rust #c #systemsprogramming #lowlevel #programming #technology #blind #introductions #fediverse

Last updated 2 years ago

Blain Smith :golang: :ferris: · @blainsmith
250 followers · 583 posts · Server fosstodon.org
Blain Smith :golang: :ferris: · @blainsmith
246 followers · 571 posts · Server fosstodon.org

I've been off the birdsite for 10 days and I haven't missed it. I do have to find more network and systems programmers and distributed systems folks on here though.

#systemsprogramming #networkprogramming #distributedsystems

Last updated 2 years ago

Flavio Arion · @fbdiom
2 followers · 13 posts · Server mastodon.online

While not my first message, this is my . Hello, everyone. I was a heavy consumner of Twitter as a newsfeed but never a heavy poster. Mastodon feels different and I intend to explore the ways in which that shows up.

I am in , especially , having started in . I love and , especially well-written , and . I am curious about people and cultures. Tell me any good story, I promise to listen with attention.

#humancognition #scifi #books #movies #systemsprogramming #internetcommerce #technology #introduction

Last updated 2 years ago

· @AdaPlanet
53 followers · 2261 posts · Server botsin.space

Meet us at the @euro_rust conference which is taking place in Berlin on October 13-14! Come and discover the latest and greatest about the with the European Rust community. Register now on eurorust.eu pic.tw twitter.com/AdaCoreCompany/sta

#rustlang #systemsprogramming #EmbeddedSoftware #ada #programming

Last updated 2 years ago

Michael Connor Buchan · @TheFake_VIP
533 followers · 1783 posts · Server linuxrocks.online

Recently I've rediscovered how awesome are, so does anyone have some good suggestions for blogs that focus on , specifically of the variety / lower-level stuff like C, C++, Rust, Go, etc? And yes, I know those languages aren't the lowest of low levels, but you get what I'm driving at, anyway.

I'm already following drewdevault.com (of course) and fasterthanli.me.

#systemsprogramming #programming #blogs

Last updated 4 years ago

Soh Kam Yung · @sohkamyung
556 followers · 11288 posts · Server mstdn.io