An special day 20200202

Today is a most-glorious, super rare palindrome day.What makes this palindrome day so rare is that it works globally – as in, for Americans who write MMDDYYYY, as well as for other places that write DDMMYYYY, including countries like Brazil, Egypt, Germany, India, Italy, United Kingdom, etc. It also works for YYYYMMDD,which is popular in Canada, China, Japan, Lithuania, etc.

How to Crack Sublime Text 3.* with Hex Editor

Sublime Text is a super fast, feature-rich and versatile text and code editor with an extraordinary features, and amazing performance. I often use it for work, but have to purchase license. Today, I’ll share a 100% workable method to avoid register.

Gopher 101

gopher n. 1. Any of various short tailed, burrowing mammals of the family Geomyidae, of North America. 2. (Amer. colloq.) Native or inhabitant of Minnesota: the Gopher State. 3. (Amer. colloq.) One who runs errands, does odd-jobs, fetches or delivers documents for office staff. 4. (computer tech.) software following a simple protocol for burrowing through a TCP/IP internet.

Gopher is a protocol for fetching information that dates back to 1993. It’s often regarded as a predecessor of sorts to the HTTP protocol that serves as the backbone of the Web as we know it today, however its simplicity and structure gives it a lot of worth.

RESTful API Basic

REST (RESTful) API — stands for representational state transfer and runs mostly on the programming language JSON. Most public APIs use this because of its fast performance, dependability and ability to scale by reusing modular components without affecting the system as a whole.