Folge dem weißen Kanninchen::Home/Nützliches/Anleitungen, Kalkulatoren, Generatoren, Listen & Warnungen
Anleitungen, Kalkulatoren, Generatoren, Listen & Warnungen2017-09-01T12:57:18+00:00

New free course on Udemy online

Learn how to code a web server in @Google‘s programming language #Go/#golang, connect it to a SQL database server, and serve an API to perform CRUD commands on database entries through the web. (English)

Join the complete course on @Udemy for free!

9. Januar 2023|Schlagwörter: , , , , |Kommentare deaktiviert für New free course on Udemy online

Up & running!

Up & running!

Successfully compiled a #Bitcoin full node written in #Go (#golang) for linux/arm64. Working smoothly on an #RaspberryPi.

Why? Just because!

Checkout btcsuite/btcd — a beautiful piece of code: https://bit.ly/3vKvcZg https://bit.ly/3inmDk9

9. Januar 2023|Schlagwörter: |Kommentare deaktiviert für Up & running!

Chinesische Feiertage 2023

Chinesische Ferien/ Holidays und Feiertage 2023 und die anvisierten Arbeitstage (Kompensationsarbeitstage)

New Year

  • December 31, 2022 to January 2, 2023 (three days in total;  Saturday to Monday)

Spring Festival (Chinese New Year)

  • January 21 to 27, 2023 (seven days in total; Saturday to Friday)
  • Adjusted working days: January 28, 2023 (Saturday) and January 29, 2023 (Sunday)

Tomb Sweeping Festival (Ching Ming Festival)

  • April 5, 2023 (one day in total; Wednesday)

Labor Day

  • April 29 to May 3, 2023 (five days in total; Saturday to Wednesday)
  • Adjusted working days: April 23, 2023 (Sunday) and May 6, 2023 (Saturday)

Dragon Boat Festival

  • June 22 to 24, 2023 (three days in total; Thursday to Saturday)
  • Adjusted working days: June 25, 2023 (Sunday)

Mid-Autumn Festival and National Day

  • September 29 to October 6, 2023 (eight days in total; Friday to Friday)
  • Adjusted working days: October 7, 2023 (Saturday) and October 8, 2023 (Sunday)
13. Dezember 2022|Kommentare deaktiviert für Chinesische Feiertage 2023

My brand new YouTube channel is online: myCTalkthroughs

myCTalkthroughs is dedicated to educating you about the C programming language in short and easy to digest bites.

Code available on Github.

The c programming language was developed more than five decades ago and remains very widely used and influential. By design, C’s features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, and for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems. C is an imperative procedural language supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions. The language was designed to encourage cross-platform programming.

And if you’re interested in learning programming with Google’s programming language Go from scratch you can enroll to my course “Learn Programming in Go (golang): A Rich Guide for Beginners” on Udemy.

5. Dezember 2022|Schlagwörter: , , , , , , , |Kommentare deaktiviert für My brand new YouTube channel is online: myCTalkthroughs

[SOLVED] CS50: Introduction to Computer Science

Nearer I can probably not come to a Harvard Diploma.

I finished CS50 — Introduction to Computer Science of the Harvard University (yah, that Harvard!) awarded from Cambridge, Massachusetts.

It was fun but the last problem sets harder than the expected!

4. November 2022|Schlagwörter: , , , , , |Kommentare deaktiviert für [SOLVED] CS50: Introduction to Computer Science

jagottsicher/myGoConverter

The TURNer is a multi-platform CLI tool to convert several mostly numeric numbers into different notations. It’s the result for my project for Harvard’s CS50 course 2022.

8. Oktober 2022|Schlagwörter: |Kommentare deaktiviert für jagottsicher/myGoConverter
Go to Top