
flat assembler
NASM
Yasm
Easy code
Pelles C
GNUSim8085
PCem
86Box
Oatpp
Frappe Framework
Cutelyst
Crow framework
Silicon web framework
Hacker News Search
Semantic UI
Fomantic UI
flat assemblerBased on our record, Oatpp should be more popular than flat assembler. It has been mentiond 7 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Oh neat! Thanks for the link, I hadn't heard of fasmg before. It looks like fasmg builds up from the byte level, so it would only work for architectures that use 8-bit words. Torque builds up from the bit level, so it can assemble code for architectures like in PIC microcontrollers, using word sizes of 12 or 14 bits. However, fasmg does allow a lot more control over the syntax of the language. The documentation... - Source: Hacker News / over 1 year ago
Confusing name, conflicts with Oat++? https://oatpp.io/. - Source: Hacker News / 5 months ago
Oat++(OatPP) is a lightweight C++ Web framework. Out of the box, it provides REST API with built-in JSON serialization/deserialization features, which could be interfaced with your DTOs. - Source: dev.to / almost 2 years ago
OatPP(Oat++) is an open-source lightweight C++ Web Framework. - Source: dev.to / almost 2 years ago
With the right libraries, C++ could be a good fit for applications that want to expose a fast web API to things that need lots of compute (simulators, for instance) or I/O (interactive editing of large datasets). Projects like Oat++ and Crow give me hope that we might see such an ecosystem develop. Source: over 3 years ago
Maybe use something like https://oatpp.io to create a REST API: C++ in the backend with this library to create a REST server, and the JavaScript/TypeScript frontend to ask for the information. Source: over 4 years ago
NASM - The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and...
Frappe Framework - Frappe is a full stack web framework in Python and JS.
Yasm - Yasm is a complete rewrite of the NASM assembler.
Cutelyst - Qt-based web framework using the elegant approach of Catalyst framework
Easy code - Easy Code is the visual assembly programming environment made to build 32-bit Windows applications.
Crow framework - C++ micro web framework inspired by Python Flask