Advanced Search
Search Results
114 total results found
Nested Navigation across multiple pages from Main Page
We need to follow the below steps strictly in order to navigate across multiple pages in a newly added tab. Firstly we need to make a separate folder for the new tab . Then we Add all the required pages in the same folder. Suppose From Page 1 of the new tab,...
Meeting Outcomes
31/3/24 Meeting outcomes how should we maintain special namaz timings? (jummah/multiple jamath for jummah/eid/janaza) there will be two types of masjid where masjid enters namaz timings preemptively that way, we will have data of namaz for months down t...
Setup/Build Guide
Setup Guides Setup ssh Run ssh-keygen -f ~/.ssh/github.com add text below in ~/.ssh/config (if file doesn't exist create one) Host github.com HostName github.com PreferredAuthentications publickey IdentityFile ~/.ssh/github.com run cat ~/.ssh/github...
OUTDATED Flow Diagrams
Code Convention
Main scene shouldnt have many changes on branches Script of the root node of the scene is the responsible to mange its children, these children should never be referenced directly (using $ or get_node) in other scripts. Signals should be used for things wher...
SEO
Benefits of URL-Based Access for SEO Clear URL Structure: Search engines favor websites with clear, logical URL structures because they provide a good user experience. URLs that clearly describe the page content are more user-friendly and easier for search eng...
SITE MAP
A sitemap is a file where you can list the web pages of your site to tell search engines about the organization of your site content. Search engine web crawlers like Googlebot read this file to more intelligently crawl your site. A sitemap outlines the structu...
URL Structuring
URL Structure Analysis Protocol: https Using HTTPS is crucial for security, especially for user trust and as a ranking factor in search engines. Subdomain: test Indicates a testing environment. For production, you should use www or no subdomain to serve your m...
Power Management
Want to check how much power your laptop is consuming on battery ? sudo powertop It will open up and you should see something like this: PowerTOP 2.15 Overview Idle stats Frequency stats Device stats Tunables Wake The battery reports a dischar...
Fix corrupted zsh error
If you see this error in your terminal zsh: corrupt history file /home/go/.zsh_history This means that your history won't be saved and it will break reverse search too. Here are the steps you can use to fix the issue: cd ~ mv .zsh_history .zsh_history_bad s...
How to blacklist drivers
My main goal is to disable nvidia driver from loading on linux Identify drivers to disable In my case its nvida lsmod | grep nvidia Output: i2c_nvidia_gpu 12288 0 i2c_nvidia_gpu module is loaded, which is a support module related to power management...
Index
Services: Overseerr - Catalogue of movies and tshows to watch Plex - Video Streaming service Bitwarden - Password and Keystore Manager Bookstack - Writing and Maintaining Documentation Nextcloud - Cloud storage AudioBookShelf - Audiobook Streaming Admin: Sona...
Godot
Crash Course (Basics) Control Nodes Coroutines, Await and Yield in GDScript
Window
To move window to a different window use windows key+shift+left/right source
List and Playtesting Research for Similar Games
More serious games Epistory (Fishing Cactus) Nanotale (Fishing Cactus) Outshine (Fishing Cactus) Typing of the Dead (SEGA) Textorcist (Morbidware) Cook, Serve, Delicious! 3?! Typing Quest (Typing Master Finland) God of World (Mega Dwarf) Hypercasual games ZTyp...
KDE
useful alias echo "alias restartkde='kquitapp5 plasmashell & kstart5 plasmashell &'" | sudo tee -a /usr/share/cachyos-fish-config/cachyos-config.fish
Future Ideas
Swipe keyboard localization Additional features that could make the game progression a bit more interesting - Each planet could have the theme of a certain language (English/Dutch/German/Spanish/French/etc.). The initial few planets could be just English but...
Level Info
location: all files in the directory cfg/levels/... contains multiple <level> tags on base <level> Level info represents a single level in the game. Example configurations: <level id="0" type="PHASES"> <phase type="ALL_KILLED"> <moon lengthRange=...
Obstacles
I began watching a playthrough of "Epistory" to get a better idea of the kind of Types of obstacles that could appear in game - Obstacle 1 : Moons - Stationary asteroids that aren't moving at all could be called "Moons." Their design could be spherical and uni...
Planet Descriptions and Themes
Planet 1 Easiest Planet. After this the level is completed and the player is awarded with a "Gravel" type material which gets added to their resource inventory. Note - we can decide what to do with resources and materials given to players later on. Most likely...