Writing

Tech WriteUps

TechWriteUps

Sentiment Analysis Project

With the rapid development of internet, more and more kinds of online information are available. In these information resources, there are abundant of subjective comments and views, for example, comments for electronic products, cars, movies, or reviews for some events or policies. It is valuable to decide whether the comments are positive or negative, if […]

2 min read
Tutorials

Making Use of Drag and Drop Event in JavaScript

We all remember captcha of MeroSanoKatha, if not here is a preview Flexible Drag-and-Drop Captcha With Snap Effect Instead of typing letters, users can drag a smiley face onto a target area. This interactive approach makes captchas more fun and beginner-friendly. We improved the previous version by adding: HTML Structure JavaScript Logic The script uses […]

4 min read
Tutorials

Install ionCube Loader Using The Atomic Yum Repository

What is IonCube?ionCube was created in 2002, and gave developers tools to protect software written in the PHP programming language from being viewed, edited and ran on unlicensed computers. The tools use a technique of compiling the bytecode prior to encoding so that the source code is eliminated, and runtime overheads are reduced. A PHP […]

1 min read
Writeups

Fourth Dimension – A myth or a reality???

Fourth Dimension is supposed to be a prependicular line drawn to the three dimension we live in our life, namely length, width and height. It is practically an impossible case and we are believed to be stuck in the world of three dimension. There are other dimensions available too, but due to our limit we […]

3 min read
Writeups

Let GO

In life happiness is seldom found… The memories, pressure it burns the mind and soul. Hate is all around, if you see what I see. All I can remember is the lying, the cheating and the hellish nights alone… I was patient, I tried to be good but the world keeps pusing me away. I […]

2 min read
Writeups

The Human Race

As I started to grew up, I see everything speeding up, people running fast. If you aren’t important you are left behind. I realized the social life I was dreaming of ain’t so important now. The attachements, the friendships are mostly just a illusions, people can leave you falling behind and go away with such […]

2 min read
Writeups

Is supporting a religion a racism?

We humans have habit of dividing ourselves, be it with gender, caste, religion, profession, race. In my view, the most underrated and deadliest is religion. Well I am an Atheist, I just don’t believe in religion and their values but I don’t say people from any religion or gender or race is bad. There are […]

3 min read
Tutorials

How to fix heating issue in Linux with Switchable Graphics

Fix Switchable Graphics (ATI+Intel or Nvidia+Intel) on Linux If your laptop is heating up or slowing down due to both GPUs running, this might help. su – Note: Closed-source drivers may disable this feature. Example output: Add one line depending on your GPU: Add these lines: Make it executable: Expected output: Now your laptop should […]

1 min read
Tutorials

How to repair the Grub in Linux

How to Restore GRUB After Reinstalling Windows Many of us dual-boot Windows and Linux. A common problem is that reinstalling Windows overwrites the Linux MBR (Master Boot Record). After this, your Linux installation won’t appear as a boot option, and you can’t start it from your hard drive. No worries, you can fix it using […]

2 min read