Search Articles — Sudonull

Search Results

In this project

Rungler Synthesizer on Game Boy in Assembler

https://sudonull.com/rungler-synthesizer-on-game-boy-in-assembler

Implementation of modular synthesis on Game Boy: LFSR, APU modulation, VBlank optimization. For middle/senior dev: asm Sharp SM83, real-time synthesis. Study the code and limitations.

Updated Steam: Game Search and Recommendations

https://sudonull.com/updated-steam-game-search-and-recommendations

Valve Simplifies Steam Interface: Infinite Scroll, Trailers, Personal DLC. For Developers — New API Integrations. Explore Changes in Beta Version.

GameMaker: how to become an indie developer at 35

https://sudonull.com/gamemaker-how-to-become-an-indie-developer-at-35

Learn how Vladimir mastered GameMaker at 35 and released his first game on Steam. Detailed path of an indie developer: from Python to release.

Battleship Library in Python: Field and Ship Classes

https://sudonull.com/battleship-library-in-python-field-and-ship-classes

Analysis of the architecture of the Battleship game logic library in Python. Field, Ship classes, coordinate validation, ship placement. Code examples and error refactoring for middle developers. Study the implementation.

Distances and Collisions in Ursina 3D

https://sudonull.com/distances-and-collisions-in-ursina-3d

distance, intersects Functions in Ursina: code, examples for AI, item pickup, bullets. Guide for middle/senior 3D game developers. Study the mechanics.

From other projects

Max Dowman: Arsenal's 16-Year-Old Game-Changer

https://lrivo.com/max-dowman-arsenal-s-16-year-old-game-changer

Teenager Max Dowman impresses in Champions League cameo. Discover why experts call him a generational talent for Arsenal.

Rio Ngumoha Breakout Game vs Fulham – PSG Start?

https://lrivo.com/rio-ngumoha-breakout-game-vs-fulham-psg-start

Teenager Rio Ngumoha dazzles in first Liverpool start. Will he face PSG? Get the latest on his rise and what it means for Anfield's future.

Wembanyama vs Minnesota: Game 4 Preview

https://lrivo.com/wembanyama-vs-minnesota-game-4-preview

Game Preview: San Antonio vs Minnesota on May 10: Can Wembanyama Build on Success? Stats, Predictions, and Where to Watch. Read the analysis on the site!

Carolina vs Philadelphia: Game 3 of the Stanley Cup

https://lrivo.com/carolina-vs-philadelphia-game-3-of-the-stanley-cup

Third game of Carolina and Philadelphia — a moment of truth for the Flyers. Series score 2-0, Hurricanes undefeated in playoffs. Watch on May 7!

Lakers vs Oklahoma: third game of NBA playoff series on May 9

https://lrivo.com/lakers-vs-oklahoma-third-game-of-nba-playoff-series-on-may-9

Analysis of the third game of the Western Conference semifinals between the Lakers and Oklahoma. Doncic injury, bookmaker odds, and game prediction. Find out if LeBron can stop the champions.

Oklahoma City vs Lakers Game 4: 2026 Playoff Preview

https://lrivo.com/oklahoma-city-vs-lakers-game-4-2026-playoff-preview

Preview of Game 4: Oklahoma City vs Lakers. Thunder one step away from Western Conference Finals: analysis, predictions, odds. Watch the broadcast!

From the web

Re-open *scratch* buffer in Emacs? - Stack Overflow

https://stackoverflow.com/questions/234963/re-open-scratch-buffer-in-emacs

Oct 24, 2008 · If I accidentally closed the scratch buffer in Emacs, how do I create a new scratch buffer?

Visual Studio Copy Project - Stack Overflow

https://stackoverflow.com/questions/884255/visual-studio-copy-project

May 19, 2009 · The best way is actually to create a new Project from scratch, then go into the folder with the project files you want to …

SFDX: How to change org's alias? - Salesforce Stack Exchange

https://salesforce.stackexchange.com/questions/290518/sfdx-how-to-change-orgs-alias

Jan 8, 2020 · In most scratch org setups, this is synonymous, as you normally have one user in the org you work with, and you can …

SFDX Deploy: Global Value Set Cannot Be Resolved

https://salesforce.stackexchange.com/questions/207500/sfdx-deploy-global-value-set-cannot-be-resolved

Feb 8, 2018 · The scratch org automatically detects the change and makes a change, though. So I have to go to each layout and …

.net - How to configure log4net programmatically from scratch (no ...

https://stackoverflow.com/questions/769983/how-to-configure-log4net-programmatically-from-scratch-no-config

I want to configure log4net programmatically from scratch with no config file. I'm working on a simple logging application for me and …

Creating a LinkedList class from scratch - Stack Overflow

https://stackoverflow.com/questions/4066729/creating-a-linkedlist-class-from-scratch

Nov 1, 2010 · We were given an assignment to create a LinkedList from scratch, and there are absolutely no readings given to guide …

How is "mvn clean install" different from "mvn install"?

https://stackoverflow.com/questions/6018701/how-is-mvn-clean-install-different-from-mvn-install

May 16, 2011 · clean is its own build lifecycle phase (which can be thought of as an action or task) in Maven. mvn clean install tells …

How to write a JPEG file decoder from scratch - Stack Overflow

https://stackoverflow.com/questions/6871028/how-to-write-a-jpeg-file-decoder-from-scratch

This page has a lot of info on how to process a jpeg file. Also, you can take a look at my own attempt at writing a jpeg decoder in …

drag and drop - Dragging sprites in Scratch - Stack Overflow

https://stackoverflow.com/questions/2356027/dragging-sprites-in-scratch

Mar 1, 2010 · How do I drag sprites during execution in Scratch?

Build an xml tree from scratch - pugixml C++ - Stack Overflow

https://stackoverflow.com/questions/17168558/build-an-xml-tree-from-scratch-pugixml-c

Jun 18, 2013 · is hard-coded. Also I tried reading about xml_document and xml_node documentation but could not figure out how to …

Trending Now