Programming

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


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...

Part II - Python script to compare cryptocurrency parity between different exchanges. Cryptocurrency arbitrage as a way to profit in the crypto ecosystem.

22 Apr 2023 3 minute read 1 comment CryptoEntrepreneurs

In my personal experience, the most complicated part of cryptocurrency arbitrage is not the operations themselves, but being able to determine in time significant differences in the prices of cryptoassets between different exchanges. As I mentioned i...

Using pnpm as the package manager in nodejs projects

20 Apr 2023 2 minute read 0 comments Bala

I have been slowly switching to pnpm as my default package manager. The main reason is that it is fast and consumes only less space. It manages the node_modules folder very well I think. I have also been working on converting my nodejs projects to a...

Random Thoughts of the Week: An NSFW Alternative to Night Café

19 Apr 2023 3 minute read 1 comment Great White Snark

Insert obligatory warning about NSFW content following. A few days ago, I had a rather steamy dream in which a long-distance friend and patron sent me a video of herself dressed in a mustard yellow latex crop top, matching miniskirt and over-knee boo...

Blockchain Development: Why I'm choosing Solana (SOL) over Solidity

19 Apr 2023 3 minute read 5 comments Great White Snark

Yesterday, I decided that I should actually teach myself Solidity as an introduction to blockchain development. This is despite the fact that I'm not a fan of Ethereum (ETH) and ERC-20s. However, about ten minutes into the tutorial, it immediately be...

What the future of Artificial Intelligence is according to Chat GPT

19 Apr 2023 3 minute read 1 comment Jack216

What the future of Artificial Intelligence is according to Chat GPT In todays interesting article I'm having Chat GPT write about it's own kind. That is Chat GPT will be writing about what the future of artificial intelligence is and what are its ben...