Skip to content

ThirteeNov

Source Codes & Coding Tutorials

  • My YouTube Channel
  • My GitHub Page
  • About me

Category: Misc

Do you need an SVG code of WhatsApp logo? Here it is.

June 10, 2022June 10, 2022 Habibie

Hi there, I have an SVG code of WhatsApp logo that you can use in your website projects. This WhatsApp logo is vector based, high resolution no matter how far you zoom it in. Here is the code: <svg style=”pointer-events:none; display:block; height=38px; width=38px” width=”38px” height=”38px”...

Useful JavaScript snippet when you are watching that online Videos

April 30, 2022June 14, 2022 Habibie

Hi guys, I was searching for something on StackOverflow and found this topic. I’m not suggesting you to do it, just educational information, that this JavaScript code is somehow useful. I don’t know how it works technically but it works. It works like an invisible...

How to find duplicated words in Notepad++

November 21, 2021November 21, 2021 Habibie

To find if you have duplicated words (each line one word, for example), sort all the lines by alphabet, then hit ctrl+f and find the duplicated word using this regex: ^(.?)$\s+?^(?=.^\1$) Viola, you’ll find them.

How to install GUI for your CentOS 7 Virtual Private Server (VPS)

November 18, 2020November 18, 2020 Habibie

Yay, I googled about this topic, wonderful, I finally did it. To install Gnome GUI on your Cent OS 7 server, do this commands: Then: And then this command to make the computer starts using GUI on next boot: Then reboot it: Coool! That’s all.

How to turn off LiteSpeed cache feature on CPanel

August 1, 2020August 4, 2020 Habibie

Sometimes our web hosting company enables LiteSpeed cache feature on our CPanel so if we make any change in our website, people will not see the changes directly because they are still accessing a cached version of our website for at least 30 seconds, approximately....

How to open WebP images in Photoshop – WebP Photoshop Plugin

January 22, 2020January 22, 2020 Habibie

Finally this plugin solved my problem. Usually when I got a webp images downloaded from internet, I take a screenshot of the image and copy and paste it inside Photoshop. But lucky me I found this plugin from this link: https://endurtech.com/how-to-open-webp-files-in-adobe-photoshop/ Extract the file, and...

How to disable “Authentication Required” or “Sign In” Pop Up in wp-admin

April 25, 2019October 1, 2020 Habibie

Sometimes when I tried to login to my WordPress websites I see a popup asking me to sign in. Well, I tried to enter my WP username and password but it doesn’t work. You can try “human” as username and “password” as its password. After...

Ciihuy SMTP Bulk Mail Sender

January 5, 2019June 6, 2019 Habibie

I’ve made a web application called Ciihuy SMTP Bulk Mail Sender for sending bulk/mass emails with a single click. But I must say that: We do not collect your input data on our server from this page. However if you have a bulk mail job,...

Creating Depth of Field Effect in Blender

June 15, 2018August 4, 2020 Habibie

Depth of Field effect in 3D rendering adds realism to it. It’s easy how to create this effect in Blender. To create DOF effect in Blender first we need to adjust our camera’s focus distance, then add defocus effect on render node as I’ll show...

Showing Poly and Vert Statistics in 3Ds Max

June 15, 2018August 4, 2020 Habibie

If you sell 3D models online, sometimes marketplaces require poly count or triangles count of your object. In 3Ds Max, it’s easy to show that statistics. Press 7 and it will appear in your viewport. If you need more stat details, go to Views >...

Using Command Prompt to render Blender animations

May 13, 2018August 4, 2020 Habibie

We don’t need to open Blender to render our animation to make rendering progress faster. After you set everything, close your Blender and run Command Prompt (in Windows), then navigate to your Blender program directory:

Blender quick tips and shortcuts

May 12, 2018August 4, 2020 Habibie

Working with blender is much faster and easier if you know most of it’s keyboard shortcuts. Here in this post I’m going to list them as much as I can:

Another example for find and replace using regex in Notepad++

March 23, 2018August 4, 2020 Habibie

In case we have a long text contains a group of numbers followed by dot like 435. blabla, 4546. blablabla, 343432. a text… and we have it so much in a file in a single line text. Then we want to separate them like this:

Selecting any non latin characters in Notepad++

March 23, 2018August 4, 2020 Habibie

We can select any non latin characters in Notepad++ by using regular expression.

Python useful snippets

February 28, 2018August 4, 2020 Habibie

In this post you can find useful and frequently used Python snippets. Just copy and paste it!

Find anything between two words in Notepad++

December 4, 2017June 16, 2021 Habibie

If you want to find anything between two words in Notepad++, you should use regular expression. For example, if you want to find “h1” tag in your html file, you can find it like this:

How to make page separated Word files from a Word document

September 3, 2017August 4, 2020 Habibie

For example I have 100 pages of a Microsoft Word document and I want to extract each page’s contents into one file (page_1.doc for first page, page_2.doc for second page and so on), so how should I do it? Fortunately I can run a simple...

Python Tutorials – Deleting files inside multiple folders

August 27, 2017August 4, 2020 Habibie

How to delete files using Python? Files inside folders can be deleted easily in this tutorial.

How to create a seamless texture with Photoshop

May 6, 2017August 4, 2020 Habibie

In this video tutorial I’ll show you how to create a seamless tileable texture from any images with Photoshop.

ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Unity
  • WordPress

Recent Posts

  • Useful and free light flares for your Unity game development
  • Simple Example to begin with Photon PUN multiplayer game development
  • Super Silly Simple Unity FPS WASD player movement script
  • Super simple way to load any image from URL and show it as a UI Image in Unity
  • Blinking Marker – Unity Screen Space Marker Overlay Script
  • ThirteeNov Walk Patrol C# script for creating any patrolling game object in Unity
  • Wondering why you see Chrome Cast icons on your HTML5 videos on your website?
  • How to Install VR APK during development for Oculus Quest 2
  • Do you need an SVG code of WhatsApp logo? Here it is.
  • Unity lens flare is not working, what should I do?
  • Be careful with malicious script attacking WordPress sites
  • Useful JavaScript snippet when you are watching that online Videos
  • Some C# methods to write and read files, creating a folder and listing files inside it
  • Introducing UniCipher : encrypt your playerprefs and any string to make them unreadable
Copyright © ThirteeNov

Minimalist Theme by WPVKP.