#programmingUnmoderated tagAll postsTrendingHotNewPromotedPayoutscyberevolution in #assembly • 4 months agoThe Critical Role of AssemblyASM isn't necessary , but it is critical to understanding the fundamentals of how any application will work... ultimately whatever code you write ends up (most often) running…dbooster in #hive-111011 • 4 months agoCoding Practice on Hive - Grabbing Token Prices with JavascriptLike many of you, I'm sure, I have been keeping spreadsheets tracking my Hive holdings for many years. To get the prices for all the tokens I own, I useozelot47 in #hive-121566 • 9 months agoEndlicher Automat in c++, Wortprüfung einer regulären Grammatik gemäß des Typ-3 der Chomsky HierarchieNun ist es soweit. Der endliche Automat wurde um die Funktionen isValidWord und examineWord erweitert, um ein eingegebenes Wort auf seine Gültigkeit gemäß dieses endlichen…ozelot47 in #hive-121566 • 9 months agoEndlicher Automat in c++, Der ZustandEin endlicher Automat besteht aus einem Eingabealphabet, Eine Menge von Zuständen, sowie eingehende- und/oder ausgehende Kanten zwischen den einzelnen Zuständen. Diese Kanten…ozelot47 in #hive-121566 • 9 months agoEndlicher Automat in c++, Der AutomatIm letzten Beitrag wurde die Zustandsklasse State erstellt, womit man einen Zustand erstellen konnte. Doch isolierte Zustände sind langweilig. Nun erstellen wir eine weitere…ozelot47 in #hive-121566 • 9 months agoTypescript: Die Datentypen any, unknown und neverWenn ihr Typescript verwendet, dann werdet ihr wahrscheinlich früher oder später auf die Datentypen any, unknown und never stoßen. Zum Beispiel wenn man eine Javascript…balaz in #hive-169321 • 8 months agoGuide to connect to multiple databases using MongoosePeople who are used to building apps with Mongo and Nodejs should be familiar with Mongoose which is an ORM for MongoDB. Though there are other competitive ORMs available, it is…