Trending: programmingAll contenthive-129948hive-196917krhive-150122zzanhive-180932steemhive-188619hive-185836hive-183959hive-166405photographyhive-144064hive-183397hive-145157uncommonlabhive-101145hive-184714hive-165987hive-103599lifehive-193637hive-154900hive-109690hive-139150TrendingNewHotLikersjustyy (83)inย tutorialย โขย 4 hours agoC++: const vs constexprC++ const vs constexpr: Whatโs the Real Difference? Both are used in C++ to define constants. Why This Matters Modern C++ encourages writing immutable, efficient, and expressive code. Twoโฆjustyy (83)inย blogย โขย 21 hours agoTutorial on C++ Smart PointersTutorial on Smart Pointers in C++ Smart pointers in C++ provide automatic and safe memory management. They help avoid memory leaks and dangling pointers by ensuring proper object destructionโฆjustyy (83)inย blogย โขย 3 days agoOpen Sourcing ROT47 CipherHere is a small tool that I find it useful. I usually google "ROT47 Cipher" and I realised that I could just make one and bookmarkit. Deployed to Github page: Please note I've previouslyโฆanpigon (71)inย openaiย โขย 17 hours agoOpenAI, ์์ฐ์ด๋ฅผ ์ฝ๋๋ก ๋ฐ๊พธ๋ Codex ์๊ฐOpenAI์์ ๊ฐ๋ฐ์๋ค์๊ฒ ํ์ ์ ์ธ ๋๊ตฌ๊ฐ ๋ ์ ์๋ ์๋ก์ด AI ์์คํ ์ธ Codex๋ฅผ ๋ฐํํ์ต๋๋ค. Codex๋ ๊ธฐ๋ณธ์ ์ผ๋ก ์์ฐ์ด(natural language)๋ฅผ ์ฝ๋๋ก(code) ๋ณํํ๋ ๋ฅ๋ ฅ์ ๊ฐ์ง๊ณ ์์ต๋๋ค. GPT๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํ์ง๋ง, ๋ฐฉ๋ํ ์์ ๊ณต๊ฐ๋ ์ฝ๋ ๋ฐ์ดํฐ์ ์ผ๋ก ์ถ๊ฐ ํ์ต๋์ด ํ๋ก๊ทธ๋๋ฐ ์์ ์ ํนํ๋ ์ฑ๋ฅ์ ๋ณด์ฌ์ค๋๋ค.โฆvatman (56)inย programmingย โขย 3 days agoProgramming Project Part #3Today we're going to build the GUI for this bot. Hereโs how the Tkinter GUI is made and what it looks like, plus a quick recap of how the bot works. The idea is to have the first window ask forโฆanpigon (71)inย pythonย โขย 7 days agoPython ๊ฐ๋ฐ์๋ฅผ ์ํ ์๋ก์ด ๋ฐ์ํ ๋ ธํธ๋ถ, marimoPython ๊ฐ๋ฐ์ ์ฌ๋ฌ๋ถ, ์๋ก์ด ๋๊ตฌ์ธ marimo ๋ฅผ ์๊ฐํฉ๋๋ค. marimo ๋ ํ์ด์ฌ์ ์ํ ๋ฐ์ํ ๋ ธํธ๋ถ์ผ๋ก, ๊ธฐ์กด ๋ ธํธ๋ถ ํ๊ฒฝ์ ํ๊ณ๋ฅผ ๊ทน๋ณตํ๋ ๋ฐ ๋์์ ์ค ์ ์์ต๋๋ค. marimo ๋ฅผ ์ฌ์ฉํ๋ฉด ์ธํฐ๋ํฐ๋ธํ ๋ฐ์ดํฐ ์ ํ๋ฆฌ์ผ์ด์ ์ ์ฝ๊ฒ ๊ตฌ์ถํ๊ณ ๊ฒฐ๊ณผ๋ฅผ ๊ณต์ ํ ์ ์์ต๋๋ค. ํนํ ๋ฐ์ดํฐ ๊ณผํ ๋ถ์ผ์์ ๋ฐ์ดํฐ๋ฅผ ํ์ํ๊ณ ์๊ฐํํ๋ฉฐโฆfencerdevlog (34)inย godotย โขย 6 days agoGodot 4: Fire and smoke in 3D (tutorial)Hi everybody. You might remember that the fire effect created using particles in Godot 4 was one of the first tutorials I published on this channel. Since then, more than a year has passed, theโฆopensourceposter (34)inย technologyย โขย 3 days agoUnveiling Boost Software License 1.0: A Comprehensive Perspective on Open Source Licensing, Fair Code, and Future InnovationsAbstract: This post provides an inโdepth exploration of the Boost Software License 1.0, a permissive open source license that champions simplicity and flexibility. We examine its origins, keyโฆ