Programming

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


How to create web scraper with python ? ( Selenium )

31 Aug 2023 2 minute read 0 comments HackTheGeek

there are many ways to create Web Scraper with python the best way to do that is using selenium . the selenium enables you to open up a browser page with python and do certain tasks like pressing keys or scraping part of the page . the best thing abo...

TIL: Since I have a Hive address, I also have a D.Buzz account

23 Aug 2023 2 minute read 0 comments Great White Snark

TIL: Since I've got a Hive address and wallet (which, frankly, has gone unused for years), I've also got a D.Buzz account about which I previously knew nothing. I guess I've found a Web3 replacement for Twatter, without even meaning to. (I do like Ma...

My First Video Game Concept.

21 Aug 2023 3 minute read 0 comments Lameshark

For a while now, I have been teaching myself Blender, coding and romhacking. My goal was always to create my own videogames and hacks. For years, I have been fascinated with 3d modeling and patching. Even when I was a child playing Super Mario 64, I...

The War on "Make a Good Game, Make Good Money"

19 Aug 2023 3 minute read 0 comments LateToTheParty

Video games have changed quite a lot over the past few decades. Digital distribution, better hardware, and self-publishing are just few of the many advancements the industry has made. However, there are also many people who lament the current state o...

Codewars Kata — Sum of two lowest positive integers

19 Aug 2023 1 minute read 0 comments Lochard

Create a function that returns the sum of the two lowest positive numbers given an array of minimum 4 positive integers. No floats or non-positive integers will be passed.   For example, when an array is passed like [19, 5, 42, 2, 77], the output sho...

💥 Calling Indie Game Developers! FREE Music & Compositor for Your Video Games 🎮

18 Aug 2023 1 minute read 0 comments Louky

Hey there, fearless devs! 🎮🎶 I'm Nebula, the electrifying force behind the soul / rnb / hiphop group Find The Rose 🌹, and I've got a proposition that's gonna light up your world! 🎤💥 For years, I've been dreaming of fusing our musical vibes with...

Please check the password! @ Dcoder

17 Aug 2023 1 minute read 0 comments Lochard

Problem: Ethan has a possible list of password to hack a secure account. To select the correct password, he researched the owner and discovered that the account's owner is very fond of acronyms. After eliminating the rest of the patterns, Ethan is no...

Binary Operations @ Dcoder

16 Aug 2023 1 minute read 0 comments Lochard

Problem: You will be given two numbers, a and b, in their binary form. You need to print their sum and their product in binary. Input: Two strings separated by space representing the binary values of a and b. Output: Print their sum(a+b) in the first...

Power Number @ Dcoder

15 Aug 2023 1 minute read 0 comments Lochard

Problem: A Power Number is a positive number that can be expressed as x^x, i.e. x raise to the power of x, where x is any positive number. You will be given an integer array A and you need to print if the elements of array A are Power Numbers or not....

Power Number @ Dcoder

13 Aug 2023 1 minute read 0 comments Lochard

Problem: A Power Number is a positive number that can be expressed as x^x, i.e. x raise to the power of x, where x is any positive number. You will be given an integer array A and you need to print if the elements of array A are Power Numbers or not....