Skip to content

ThirteeNov

My personal blog about coding and internet

Menu
  • About me
  • About Zofia Kreasi
  • Cart
  • Checkout
  • Making an airplane game from scratch in Unity
  • My account
  • Privacy Policy
  • Privacy Policy – zkLeaderboard
  • Sample Page
  • Shop
  • Tutorials on Learning JavaScript
  • ZKAccounts – Privacy Policy
Menu

Category: Misc

Creating Animated Videos with AI Tools

Posted on March 14, 2025 by Habibie

Creating an animated video using AI involves leveraging AI-powered tools and platforms to simplify the animation process. Here’s a step-by-step guide to help you get started: Step 1: Define Your Concept Storyline: Decide on the story or message you want to convey. Script: Write a clear and concise script for your video. Style: Choose the animation style (e.g.,…

Read more

How to stream your desktop screen to YouTube using just only ffmpeg – No Need OBS!

Posted on March 12, 2025April 23, 2025 by Habibie

If you are used to use OBS, well, if you just only want to stream your computer desktop screen to YoTube, you can just use ffmpeg. Make sure you have ffmpeg downloaded and you can run it via CMD. Google it about how to install ffmpeg in Windows and how to run it in CMD….

Read more

My remote VNC server keyboard working but mouse not moving [Solved]

Posted on March 3, 2025March 3, 2025 by Habibie

Is this thing ever happened to you when you are working and controlling your VPS using VNC but your mouse not working / not moving? If you keyboard still working, you are lucky. Because you can solve this problem easily without restarting your VPS. Press window button on your keyboard and type “device manager” then…

Read more

How to download Microsoft HEVCV Codec for free?

Posted on July 28, 2024July 28, 2024 by Habibie

I was trying to install GoPro Player on my computer then it asked me to install HEVCV Codec and it was somehow annoyed to me how to get it downloaded and installed. GoPro Player requires a device that’s HEVC-compatible to play HEVC videos. HEVC is a video codec that allows you to save on bitrate…

Read more

How to find words between ( and ) symbols in Notepad++

Posted on January 22, 2024June 21, 2024 by Habibie

I figured out how to find any words between “(” and “)” symbols in my text files using Notepad++. Just do a regex search like this screenshot: Use this: \(.*?\) in your search dialog and activate Regular Expression radio box. EDIT: Make sure to uncheck “matches newline”; Another example… if we want to find words…

Read more

locked by CORS policy: No ‘Access-Control-Allow-Origin’ ???

Posted on September 24, 2023June 21, 2024 by Habibie

Working on a simple coding job and facing this red message on dev console: locked by CORS policy: No ‘Access-Control-Allow-Origin’ What to do? I simply make this htaccess file to bypass CORS policy:

Read more

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

Posted on June 10, 2022June 10, 2022 by 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” viewBox=”0 0 1024 1024″><defs><path id=”htwasqicona-chat” d=”M1023.941 765.153c0 5.606-.171 17.766-.508 27.159-.824…

Read more

Useful JavaScript snippet when you are watching that online Videos

Posted on April 30, 2022June 14, 2022 by 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 hand to click that button to do that thing… javascript:(function(){setInterval(function()…

Read more

How to find duplicated words in Notepad++

Posted on November 21, 2021November 21, 2021 by 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.

Read more

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

Posted on November 18, 2020November 18, 2020 by 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.

Read more

How to turn off LiteSpeed cache feature on CPanel

Posted on August 1, 2020August 4, 2020 by 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. For me this thing is annoying, I want to make…

Read more

How to open WebP images in Photoshop – WebP Photoshop Plugin

Posted on January 22, 2020January 22, 2020 by 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 find 32 or 64 plugin file, copy and paste it…

Read more

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

Posted on April 25, 2019October 1, 2020 by 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 googling around, I found a solution to disable that thing….

Read more

Ciihuy SMTP Bulk Mail Sender

Posted on January 5, 2019June 6, 2019 by 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, your data is stored temporarily on your web browser locally…

Read more

Creating Depth of Field Effect in Blender

Posted on June 15, 2018August 4, 2020 by 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 you in this tutorial.

Read more

Showing Poly and Vert Statistics in 3Ds Max

Posted on June 15, 2018August 4, 2020 by 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 > Viewport Configuration > Statistics.

Read more

Using Command Prompt to render Blender animations

Posted on May 13, 2018August 4, 2020 by 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:

Read more

Blender quick tips and shortcuts

Posted on May 12, 2018August 4, 2020 by 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:

Read more

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

Posted on March 23, 2018August 4, 2020 by 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:

Read more

Selecting any non latin characters in Notepad++

Posted on March 23, 2018August 4, 2020 by Habibie

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

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
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
  • Python
  • Uncategorized
  • Unity
  • WordPress

Recent Posts

  • Hover Reveal script for Unity to show and hide object on mouse hover
  • How to Prevent UI Clicks in Unity from “Bleeding Through” to 3D Objects Behind Them
  • Make objects like wires and cables easily in Unity using Ciihuy Curved Mesh
  • [SOLVED] Can’t Add Custom Domain to Blogger After Losing CNAME Verification
  • iOS App Icon Generator by CiihuyCom
© 2026 ThirteeNov | Powered by Superbs Personal Blog theme