Programming

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


The Killer (David Fincher-2023)

14 Nov 2023 2 minute read 0 comments Tirria

American director David Fincher returns to the genre he best masters, the thriller, with this film with a frenetic pace and high doses of tension. The Killer tells the story of a hitman without a name or, rather, with multiple aliases, played by Mic...

Even with one hand tied behind my back, I can still make a fist. (It's coded to run on *NIX.)

9 Nov 2023 7 minute read 3 comments Great White Snark

Hey folks of the P0x! I hope you haven't missed me too much while I've been gone. I've been a busy little beaver this last week, thanks to ongoing problems with Windows making my balls heavy and generally screwing me over. Same old, same old, right?...

How to Create Python Shortcuts on iOS

8 Nov 2023 1 minute read 0 comments Learning Pages

Pythonista is one of the best iOS apps for coding and running Python scripts. The latest version, updated for Python 3.10, no longer supports creating a Home Screen icon for running your scripts. This can be overcome with Apple’s Shortcuts app, but...

Learning about web development / third post [ENG/FR]

4 Nov 2023 4 minute read 0 comments Phanty

My web development apprenticeship       Hello everyone, It's been a while since I followed up on this series of posts, and the least I can tell you is that a lot has happened since the last time. So it's time to catch up.   End of my previo...

Excelencia's TheComparisonStatsSeries 123 : yesterday one year ago(2022) and yesterday thursday, November 2 2023.

3 Nov 2023 1 minute read 0 comments excelencia

See Excelencia's today friday Xtweeted and pinned PublishOx post and come back tomorrow saturday to see a Xscreenshot of the Impressions, Engagements, Detail Expands, new followers, Profile visits and Linkclicks it has received since yesterdays hour...

Back to the Lab Again (and Leaving the Cryptosphere)

28 Oct 2023 2 minute read 0 comments Great White Snark

Now that I've managed to resolve the issue of being unable to post discussions (and thus earn USD) on MyLot, I'm going to be heading there, my time in the cryptosphere having come to an unfortunate end. I'm hoping that if you enjoy my particular bran...

Message automation on Discord with Selenium

22 Oct 2023 3 minute read 0 comments PyDevDiaries

Following our diving into the world of game automation, wouldn’t it be enthralling to delve into its core – like sending messages? Imagine, for a moment, the might of your fingers being replaced by code, dispatching messages with precision, all while...

Why Solidity Is the Best for Blockchain Development on Ethereum

19 Oct 2023 1 minute read 0 comments CryptoGeek11

Blockchain technology has ushered in a new era of decentralized applications, smart contracts, and innovative solutions. Among the various programming languages used for blockchain development, Solidity stands out as the best choice for building smar...

Sequential logic - how computer "remembers"

16 Oct 2023 8 minute read 1 comment fmiren

Introduction Sequential logic is an important building block for finite state machines used in all digital circuitry. They are essential in understanding of how computer memory works, how data is stored and read in a computer. In this article we’ll l...

Cryptogame Development Part 2: Login to website using a blockchain wallet with Wharfkit

15 Oct 2023 10 minute read 1 comment Lockworld

In my last post, I wrote about the difficulty I was having implementing third-party tools to connect to a user's WAX wallet to log them into my website. I was able to use an older tool called Anchor-Link to invoke the Anchor app to handle the login p...