Материалы по теме 'miniscript' | DevsDay.ru

IT-блоги Материалы по теме 'miniscript'

IT-блоги Материалы по теме 'miniscript'


Разработка dev.to 8 мая 2024 г. 18:16

Last weekend I participated in Micro Jam 013, which had a theme of "Lava" and a prerequisite of "Time is Limited". As I'm a sponsor of that jam, I wasn't eligible for any prizes, but I wanted to enter anyway, both for fun and to demonstrate what can...... читать далее

miniscript minimicro gamedev programming

Разработка dev.to 25 апреля 2024 г. 15:07

This week we're going to look at several ways to get directional inputs in Mini Micro, whether that's from the keyboard or a gamepad/joystick. The best way to learn this stuff is always to do it, so I encourage you to download Mini Micro — or at lea...... читать далее

miniscript minimicro programming gamedev

Разработка dev.to 17 апреля 2024 г. 15:14

The Mini Micro virtual home computer, like classic computers of yore and unlike most modern machines, uses a text-based, command-line interface. It boots up and greets you with a friendly blinking cursor, ready for you to type commands. But, unli...... читать далее

miniscript minimicro programming beginners

Разработка dev.to 2 марта 2024 г. 14:25

I recently discovered a C++ library (circle) that simplifies writing C++ programs to run on the Raspberry Pi, directly "on the metal" — without any operating system. I've had a Raspberry Pi 400 on my side table for a couple years now, running the st...... читать далее

Разработка dev.to 14 февраля 2024 г. 17:01

I recently came across a delightful blog post called Pratt Parsers: Expression Parsing Made Easy. It describes a technique for parsing known as Pratt parsing, or top-down operator precedence parsing. There's no point in me repeating the explanation...... читать далее

miniscript minimicro parsing interpreters

Разработка dev.to 31 января 2024 г. 16:50

This week I'd like to point out another demo that comes with Mini Micro: a loving tribute to the classic Atari arcade game, Asteroids. Try it now! The web player version of Mini Micro accepts a "cmd" query parameter. So, you can click...... читать далее

minimicro miniscript demo programming

Разработка dev.to 24 января 2024 г. 22:31

Mini Micro contains a large number of stock resources on the /sys disk, to make it easier for you to prototype your apps, and to make little games and demos that can be shared as simple program listings, while still making use of images and sounds...... читать далее

miniscript minimicro programming beginners

Разработка dev.to 6 января 2024 г. 0:32

After some days of work I finished re-working the MMWR (Mini Micro Web-Runner, more details about this in another post) so that it is driven by two powerful and handy (Node.js-based) command-line tools ... Serve The first one is mmwr-ser...... читать далее

miniscript minimicro node

Разработка dev.to 13 декабря 2023 г. 19:48

Today I'd like to highlight another one of the demos that comes built-in with Mini Micro: /sys/lib/angles.ms. This one is a little different from most of the other demos, in that it has educational value while running, rather than only while studyin...... читать далее

miniscript minimicro programming beginners

Разработка dev.to 12 августа 2023 г. 12:36

Stardew Valley, a charming and beloved farming simulation game, has captured the hearts of gamers worldwide since its release. The game offers an idyllic escape into rural life, allowing players to cultivate crops, raise livestock, and build relation...... читать далее

Разработка dev.to 5 июля 2023 г. 23:08

With the recent release of Mini Micro v1.2, you can now customize the colors used in the built-in code editor! This post will show you how, and point you to a GitHub repo where you can find some premade color themes. How it works All thi...... читать далее

miniscript minimicro programming themes

Разработка dev.to 12 марта 2023 г. 22:26

In this blogpost we are going to take a look on how to produce random numbers within a certain range in MiniScript / Mini Micro. The rnd function In MiniScript (and by extension Mini Micro) the way to get random numbers is by using the...... читать далее

miniscript minimicro tutorial random

Разработка dev.to 1 марта 2023 г. 16:21

The recent announcement of MiniBASIC has been met with surprising (and gratifying) enthusiasm! So I thought today I would go over the demos included with it. You can find these by doing cd demo to change to the demo directory, and then dir to list...... читать далее

programming basic minimicro beginners

Разработка dev.to 26 февраля 2023 г. 23:41

I'm delighted to officially announce the release of MiniBASIC, a clean, powerful new implementation of the classic 1980s BASIC programming language. MiniBASIC is available at itch.io to use online, or to download for Windows, Mac, or Linux. It's al...... читать далее

beginners programming basic minimicro

Разработка dev.to 21 января 2023 г. 14:13

51 AI tools you should be using for life, programming, content creation and everything else If you enjoy this topic, you will probably like my articles, tweets, and stuff. If you're wondering, check out my social media profiles and don't forget to...... читать далее

ai c4r4x35

Разработка dev.to 16 января 2023 г. 21:04

An interesting essay appeared on Wolfram|Alpha's blog today: Wolfram|Alpha as the Way to Bring Computational Knowledge Superpowers to ChatGPT. In it, the author (Stephen Wolfram?) argues that ChatGPT and Wolfram|Alpha complement each other — the la...... читать далее

miniscript minimicro ai gpt3

Разработка dev.to 4 декабря 2022 г. 14:58

Day 4 was the first time I attempted to actually compete, for time, in the Advent of Code contest. I didn't do that well — it took me over 6 minutes to complete part A, which gave me a rank of 2181. I did much better on part B, with a total time ju...... читать далее

miniscript adventofcode programming