Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


If You've Ever Wondered, Yes, You Can Hire Me!

28 Apr 2023 1 minute read 0 comments -Justin

It's true, I love to write. It doesn't matter if it's a letter to my son's school or a blog post about a subject I've never learned about before. I always take pride in making sure it really sounds great and looks even better if custom images are in...

Banjo's Backpack [Beginners Guide].

28 Apr 2023 4 minute read 0 comments Lameshark

Banjo's Backpack [Beginners Guide]. Ever wanted to learn to 3D Romhack?  You played Super Mario 64 as a kid ... the rascal kid down the street SWORE you could unlock Luigi by backwards long jumping for 30 minutes straight. Now you want to add Luigi...

How to acquire Bitcoin using Python code

28 Apr 2023 1 minute read 3 comments Chainable.it

[ENGLISH] - język polski poniżej! In the last tutorial, we installed Python and Visual Studio Code, so it's time to put them to use. We will write a simple script that will fetch the current price of Bitcoin using the Coingecko API. How to code We'r...

Changed engine for better performance, new graphics and artistic support, DEVLOG Life-Bound Souls

28 Apr 2023 4 minute read 1 comment 0xGhostface

Well, I would like to start the post about the project mentioning that I decided to change the engine and programming language from Game Maker Studio 2 (GMS2) to Godot, this is due to the fact that I'm having problems to integrate information that wo...

Grade the Students @Dcoder

28 Apr 2023 1 minute read 0 comments Lochard

Problem: In Dcoder school, a student will pass if he/she satisfies the following criteria: 1. If he/she gets more than 70 marks in Mathematics. 2. If he/she gets more than 50 marks in Algorithms. Given the marks of Mathematics and Algorithms, print w...

Divide The Array @ Dcoder

27 Apr 2023 1 minute read 0 comments Lochard

Problem: Cody loves even numbers. He was bored and decided to print all the even numbers at the even indexes of an array(1-indexed). He wants your help to complete this task. Input: The first line of the input contains an integer N denoting the size...

Importance of Mental Health; Expressive Update

25 Apr 2023 16 minute read 0 comments rabbitt

The Disaster that caused a Shiral I just wrote a post about an issue I had a few months back (here), but I didn't really get into the full details of everything. This extra lengthy post covers some stuff around that time leading up to pretty much las...

A Crash Course in C Programming: Lesson 1 (Getting Set up and Running "Hello World")

25 Apr 2023 7 minute read 1 comment Great White Snark

This text is based on the book of the same name by Elwin, Lynch and Marchuk of Northwestern University (2015). While their book focuses on programming the Microchip PIC32, I've attempted to abstract away details specific to the MIPS architecture in o...

Introduction to Python, installation of the environment

24 Apr 2023 2 minute read 1 comment Chainable.it

    Let's get straight to the point without any long introductions!   Environment   1. Due to the fact that many subsequent tutorials will cover the topic of Python, let's start with its installation and some environment in which we will be coding. I...

[Tutorial] How to make own local GPT4all in 5 minute without any skills!

23 Apr 2023 2 minute read 2 comments Chainable.it

To start with, I will write that if you don't know Git or Python, you can scroll down a bit and use the version with the installer, so this article is for everyone!   Today we will be using Python, so it's a chance to learn something new. I don't kno...