Software

134 Articles 1 Followers


One-liner JavaScript - Odd or Even

20 Jan 2022 1 minute read 0 comments k88.io

Welcome to a new series of JavaScript codes where I try to post a one-liner JavaScript function. This first code is a one-liner code for determining if a number is odd or even: const isEven = (num) => !Boolean(num % 2); const isOdd = (num) => Boolean...

How to have better resolution for the picture you saved as from Powerpoint

26 Nov 2021 1 minute read 0 comments ch6m9ion

By default, the pictures saved as from Powerpoint are only 96 dpi. We can change it to higher resolution so that the pictures are not pixelated. This powerpoint slides provide a step-by-step guide on how to change the resolution for Powerpoint Saved...

New Bitcoin Core Software Update.

1 Dec 2019 1 minute read 0 comments cryptoscity

Check the latest Update, "About time" Full article here..  https://www.cryptoscity.us/2019/11/new-bitcoin-software-update.html

Capterra - earn by writing a short review and evaluating Software

22 Apr 2019 1 minute read 0 comments dmad2010

Capterra is a website that helps clients when buying any kind of Software or Software services. Writing a quality review takes 10 minutes, for which if it gets approved by their team you could earn 10 USD in Amazon Giftcards. They pay up to 10 review...