#programmingUnmoderated tagAll postsTrending CommunitiesLeoFinanceWorldmappinHIVE CN 中文社区Photography LoversVibesSplinterlandsActifitLifestyleHolozing CommunityLiketuSpendHBDHive LearnersExplore Communities...#programmingTrendingHotNewPayoutsMutedbehiver (75)in LeoFinance • yesterdayRealTimeHive (RTH) - Another step forward by acquiring a 1 Year VPS subscription I've taken a step forward into the making of RealTimeHive (RTH) website by acquiring a 1 Year VPS subscription. The cost of it was €58.96 or $62.30, which should cover the costs…makerhacks (70)in #programming • 2 days agoUsing Python to Organize YouTubeUsing Python to organize my YouTubeslearningpages (52)in Proof of Brain • 19 hours agoFlocking BoidsHow to create a simulation of flocking birds.ahmadmanga (72)in STEMGeeks • 4 hours agoLocal AI Chatbot: I Downloaded Ollama with WebUIFor the past week I've been learning more and more about AI (Artificial Intelligence) and LLMs (Large Language Models,) and I built foundational knowledge as I unlocked my first…albro (63)in Programming & Dev • 3 days agoMastering Julia: Variables, Conditionals, Loops, and Practical UsesJulia is a high-level, dynamic and multipurpose programming language with many features. The main applications of Julia are in computer science, scientific computing and artificial intelligence apps.ahmadmangazap (67)in DBuzz • 3 hours agoDocker Tutorial 💻🌐 This video showcases Docker. Why is it important? and How ...... to set it up. I actually learned all of this about last week, for the sake of installing WebUI: ...but watching this video was a good reminder. #programming #coding…taradraz1 (59)in StemSocial • 4 days agoHOW TO => Nodejs => Npm => Angular [ENG-ESP]HOW TO => Nodejs => Npm => Angular [ENG-ESP]makerhacks (70)in #technology • 5 days agoLazarus - Delphi risen from the dead?Getting into cross-platform Pascal development with Lazarusahmadmangazap (67)in DBuzz • yesterdayCSS Just Got Upgraded 🌐 I love how developing internet pages with CSS has ...... become more efficient with the new features. It seems compatible with the old stuff, which is good. The new logo's color: "Rebecca Purple" has a wholesome story behind…albro (63)in Programming & Dev • 5 days agoLISP Programming By albroIn this post, I have reviewed Lisp programming language. First, I got acquainted with this language and then I have stated some of its simple coding rules.raymonjohnstone (62)in #dve • 2 days agoEgo Death Progress ReportThis is just a small update to the progress of the leaf project and the ego death game. We now have a functional client up and running. The client uses keychain for…albro (63)in Hive Learners • 3 days agoUnderstanding Variables in Different Programming LanguagesVariable type refers to the type of data that can be stored by each variable. Variables in programming have several different types.alfredo24 (28)in Programming & Dev • 4 days agoSmart Contract for Arbitrage Opportunities on DEXssource Below is a simple Solidity smart contract that checks for arbitrage opportunities on decentralized exchanges (DEXs) and executes the arbitrage if found. I'll also explain each part of the code linealfredo24 (28)in Programming & Dev • 1 minute agoSmart Contract for Token Distribution: Code and Explanationsource Here is a sample smart contract for token distribution on the Ethereum blockchain using the Solidity programming language. Then I explain each line. // SPDX-License-Identifier: MIT pragma solidity