gilgeekify programming
gilgeekify programming
  • Видео 46
  • Просмотров 71 446
app.asar File Extraction Like a Pro - 2 Surprisingly Easy Ways!
Learn How to Extract app.asar (Electron Archive) in 2 Methods. In this video, you’ll discover everything about ASAR archives in Electron.js. I’ll explain what ASAR (Atom Shell Archive) files are and show you how to extract, pack, and manage them.
You’ll learn two methods:
🟡 Using 7-Zip (GUI): A graphical interface method to open and edit ASAR files.
🔵 Using Electron Archive (CLI): A command-line method to handle app.asar files.
⚛️ ASAR archives are used by Electron.js to bundle application files into a single archive, similar to a .tar file but without compression. These archives, typically named app.asar, are found in the resources directory of an Electron app.
🎞️ TABLE OF CONTENTS 🎬
0:00 Intr...
Просмотров: 172

Видео

Ultimate Guide to Building Desktop Apps with Electron.js | Free Tools
Просмотров 26621 день назад
Learn how to build cross-platform desktop applications using Electron.js, Node.js, and JavaScript with this ultimate guide. Discover free tools and resources to help you get started! We’ll cover packaging your app with Electron Packager and npm, creating one-click installers with Electron Installer, and making a portable version with Enigma Virtual Box. 🎞️ TABLE OF CONTENTS 🎬 0:00 Introduction ...
How to Convert Websites to Desktop Apps for Free | Nativefier Tutorial
Просмотров 411Месяц назад
Learn how to convert websites to desktop apps for free with this Nativefier tutorial. Turn your favorite websites into convenient desktop applications with just a few simple steps! Nativefier is a command-line tool that converts any web page into a native desktop application. This tool is open-source and allows for easy customization of the app’s appearance and functionality. It uses Electron t...
How to Build Cross-Platform Desktop Application | NW.js Tutorial
Просмотров 3502 месяца назад
In this video, I will teach you how to create a desktop application using NW.js. NW.js (previously known as Node-Webkit) is a framework that allows developers to build desktop applications using web technologies like HTML, CSS, and JavaScript. It combines Node.js with the Chromium browser engine, enabling you to call Node.js modules directly from the DOM. This makes it possible to create native...
How to Send Emails in PHP with PHPMailer via Gmail SMTP and Google App Password | PHPMailer Tutorial
Просмотров 3133 месяца назад
Learn how to use the PHPMailer library in XAMPP localhost as well as on a real Linux server. We are going to learn how to send emails in PHP via Gmail SMTP and how to generate and use an app password for your Google account. PHPMailer is a popular and widely used PHP library for sending emails via SMTP (Simple Mail Transfer Protocol). It simplifies the process of creating and sending emails fro...
PHP Sessions Explained: A Complete Tutorial on Using PHP Sessions
Просмотров 1255 месяцев назад
This video demonstrates a complete tutorial on PHP session. A session is a way to store and manage user-specific information across requests. It involves assigning a unique ID to each client and storing data on the server. This maintains state for users, such as login status or shopping cart contents. In programming, it refers to a period of interaction between a user and a system, commonly use...
How to Send Emails from XAMPP localhost Using PHP Mail Function and Gmail SMTP with App Password
Просмотров 3135 месяцев назад
In this tutorial, we will learn how to configure the XAMPP localhost to send emails using the Gmail SMTP server and an app password. In fact, we will adjust some settings so that the default mail function in PHP can fully utilize Gmail's SMTP for sending emails. 🎞️ TABLE OF CONTENTS 🎬 0:00 Introduction 0:30 Testing an email sending PHP script 1:26 Connect XAMPP localhost to Gmail SMTP 1:52 Edit...
How to Inject JavaScript and CSS into Any Website on Android Web Browser
Просмотров 5306 месяцев назад
In this video, I want to give you a complete guide for injecting JavaScript and CSS into any website on an Android web browser. Also, we will learn a few other things such as how to install and run Chrome extensions on mobile, how to use Developer Tools or Inspect Element on mobile, and also how to use the View page source option on mobile. Just like your desktop, you can easily transform any w...
PHP Form Handling Tutorial: OTP Verification Input Fields
Просмотров 1166 месяцев назад
This tutorial video demonstrates OTP code usage for account activation, a subset of PHP form handling. PHP form handling involves server-side receipt, validation, and processing of HTML form data. Typically, a user fills an HTML form and submits it, sending the data to a PHP file for processing via HTTP GET or POST methods. 🎞️ TABLE OF CONTENTS 🎬 0:00 Introduction 0:40 Checking HTML Form Struct...
How to Use AI for Web Development and Programming: OpenAI ChatGPT, Microsoft Copilot, Google Gemini
Просмотров 1557 месяцев назад
Do you want to learn how to code faster, better, and smarter with AI? In this video, I will show you how to use three amazing FREE tools that will transform your web development and programming. You will discover how to use OpenAI ChatGPT, Microsoft Copilot, and Google Gemini to create stunning websites, apps, and software from scratch or enhance your existing projects. Whether you are a beginn...
How to Detect VPN Users on Your PHP Server with IPHub API
Просмотров 4408 месяцев назад
Discover the comprehensive guide to Implementing VPN Detection on a PHP Server. This tutorial provides step-by-step instructions on VPN Detection in PHP, using IPHub API for reliable results. Learn how to safeguard your server by Detecting Malicious IPs and understand the techniques to Identify VPN/Proxy/Server IPs on the server side. This video is a must-watch for anyone looking to enhance the...
How to Generate AI Images with Midjourney - AI Image Generation Tutorial #HowTo #Midjourney #AI
Просмотров 1129 месяцев назад
This is a tutorial video about generating images with AI. I'll teach you how to create AI images using Midjourney for free. You can generate AI images in various styles, including cinematic, illustration, photorealistic, 2D, 3D, sketch design, abstract, geometric wallpapers, and more. Additionally, we are going to learn how to generate AI images in different aspect ratios. I'll also demonstrate...
Unlock AI Powers: Guide to Using GPT-4, Midjourney, Claude V2, Llama V2, & More on ChatGot for FREE!
Просмотров 1719 месяцев назад
Hello and a warm welcome to all the brilliant minds joining us here at gilgeekify programming! I am Saeed Kohansal, your Full-Stack Web Developer guide. Artificial intelligence is everywhere these days. In this video, I’m going to show you a cool place where you can find all the big AI names together at once, I'll also show you how to use GPT-4 for free. Allow me to introduce you to chatgot.io,...
HTML Editable Table Tutorial: Edit Tables with Mouse and Keyboard Arrow Keys #HTML #CSS #JavaScript
Просмотров 3059 месяцев назад
In Today's Tutorial Video, I'll Create Editable HTML Tables from Scratch Using Vanilla JavaScript and a Touch of CSS. This combination will dynamically generate tables with editable capabilities, enabling users to interact seamlessly through both mouse input and keyboard arrow keys. Join me as we delve into a tutorial that promises to elevate your web development practices. Stay tuned for an ex...
Chrome Extension Development Tutorial: How To Inject JavaScript And CSS Into Any Website Manifest V3
Просмотров 1,7 тыс.Год назад
This is a tutorial video about Chrome extension development with focusing on JavaScript and CSS injection. A Chrome extension is a small software program that can be added to the Google Chrome web browser to add new features or modify the browser's functionality. We are going to learn how to build a Chrome extension using manifest v3 from scratch. You will learn how to control a Chrome extensio...
How To Inject Inline JavaScript And Script Src Link Into Any Website - Chrome Extension Manifest V3
Просмотров 3,1 тыс.Год назад
How To Inject Inline JavaScript And Script Src Link Into Any Website - Chrome Extension Manifest V3
How To Expose XAMPP localhost To The Internet Using ngrok #ngrok #xampp #localhost #tutorial #php
Просмотров 3,1 тыс.Год назад
How To Expose XAMPP localhost To The Internet Using ngrok #ngrok #xampp #localhost #tutorial #php
ngrok Tutorial: Expose Your Local Web Server To The Internet With A Public URL - localhost To Domain
Просмотров 1,8 тыс.Год назад
ngrok Tutorial: Expose Your Local Web Server To The Internet With A Public URL - localhost To Domain
How To Insert String And Emoji Into HTML With CSS - String Injection Tutorial #css #html #csstricks
Просмотров 93Год назад
How To Insert String And Emoji Into HTML With CSS - String Injection Tutorial #css #html #csstricks
How To Sync Website Theme With OS Dark Mode And Light Mode - CSS Automatic Night Mode And Day Mode
Просмотров 220Год назад
How To Sync Website Theme With OS Dark Mode And Light Mode - CSS Automatic Night Mode And Day Mode
How To Implement Web Based Infinite Scroll Feature With Vanilla JavaScript - HTML CSS JS
Просмотров 442Год назад
How To Implement Web Based Infinite Scroll Feature With Vanilla JavaScript - HTML CSS JS
Creating User Registration System Sign Up And Login Using Telegram Login Widget - PHP MySQL HTML CSS
Просмотров 10 тыс.Год назад
Creating User Registration System Sign Up And Login Using Telegram Login Widget - PHP MySQL HTML CSS
How To Create Live Table Editor Like Microsoft Excel And Google Sheets From Scratch - PHP MySQL JS
Просмотров 2,1 тыс.Год назад
How To Create Live Table Editor Like Microsoft Excel And Google Sheets From Scratch - PHP MySQL JS
How To Create PHP Object Oriented CRUD System Using PDO Extension And MySQL Database From Scratch
Просмотров 541Год назад
How To Create PHP Object Oriented CRUD System Using PDO Extension And MySQL Database From Scratch
How To Send Emails In PHP With Symfony Mailer Using Gmail SMTP With Google App Passwords
Просмотров 5 тыс.2 года назад
How To Send Emails In PHP With Symfony Mailer Using Gmail SMTP With Google App Passwords
How To Convert YouTube Dark Theme To Midnight Theme
Просмотров 4322 года назад
How To Convert RUclips Dark Theme To Midnight Theme
Site Blocker Extension - Control Access To Any Website With Blacklist Or Whitelist By JavaScript
Просмотров 1,7 тыс.2 года назад
Site Blocker Extension - Control Access To Any Website With Blacklist Or Whitelist By JavaScript
How To Inject JavaScript And CSS Into Any Website - Build A Chrome Extension From Scratch
Просмотров 22 тыс.2 года назад
How To Inject JavaScript And CSS Into Any Website - Build A Chrome Extension From Scratch
How To Enable Dark Theme On phpMyAdmin Panel
Просмотров 10 тыс.2 года назад
How To Enable Dark Theme On phpMyAdmin Panel
How To Create Live Username Checker From Database JSON API - PHP/MySQL/JavaScript/HTML/CSS
Просмотров 2842 года назад
How To Create Live Username Checker From Database JSON API - PHP/MySQL/JavaScript/HTML/CSS

Комментарии

  • @PriestleyNicole-k6l
    @PriestleyNicole-k6l 7 дней назад

    Jones Timothy Martin Brenda Walker Linda

  • @WallaceAubrey-b2m
    @WallaceAubrey-b2m 8 дней назад

    Martin Margaret White Lisa Jones Kevin

  • @ฐิติพงศ์มานะจิตต์

    OMG Good Videos

    • @gilgeekify
      @gilgeekify 8 дней назад

      Thanks for the love! I'm glad you're enjoying the videos!

  • @ฐิติพงศ์มานะจิตต์

    How to Build Mac & Linux ? Please

    • @gilgeekify
      @gilgeekify 8 дней назад

      Hello, you can easily do this by using the `--arch` and `--platform` flags in your command to generate the app specifically for your target operating system. ✅ ⚛️ References: 1️⃣ arch: github.com/nativefier/nativefier/blob/master/API.md#arch 2️⃣ platform: github.com/nativefier/nativefier/blob/master/API.md#platform

  • @RIYA.ZALI50679
    @RIYA.ZALI50679 13 дней назад

    How to make folder coding software

    • @gilgeekify
      @gilgeekify 12 дней назад

      ⚛️ To create a simple folder-based code editor using Electron, start by setting up an Electron project with a main process (`main.js`) to create the app window and a renderer (`index.html` + `renderer.js`) for the UI. 🟢 Use an `<input type="file">` with the `webkitdirectory` attribute to select a folder, then read files using Node.js's `fs` module. 🟠 You can display the file contents in a `<textarea>` or integrate Monaco Editor for syntax highlighting. 🟡 Add file-saving functionality using `fs.writeFile` and package the app using `electron-builder`.

  • @bhaalux372
    @bhaalux372 21 день назад

    Amazing video

  • @danny_up
    @danny_up 27 дней назад

    Hello, I keep getting 403 Forbidden when I open the page

  • @dominikjez7455
    @dominikjez7455 28 дней назад

    Can this make a button in the middle of the "body" thing, that contains the same link as the website but edited, e.g www.google.com/firstpart/secondpart/ replaced to www.google.com/something/secondpart/ Thanks

  • @SimpleTechAI
    @SimpleTechAI Месяц назад

    Great vid-tut. I just have a question. Does it have to be from a URL? I have HTML files and folders for games that I've created I want to distribute, can all this be done with files on your PC that are not online? Thanks for sharing.

    • @gilgeekify
      @gilgeekify Месяц назад

      Welcome! ✌️ Of course, you can, but Nativefier is mainly for websites and URLs. If you're looking to build an offline app, you'll need to use Electron.js or NW.js. I'll be uploading a tutorial on using Electron.js very soon! 💯🥳🎉 Also, I already have a tutorial on NW.js, which you can check out here: ruclips.net/video/bpC46gGA21E/видео.html 😊

  • @thiesenf
    @thiesenf Месяц назад

    And yet another fucking TTS channel... THUMBS DOWN!!!

  • @mohammad-gk2ey
    @mohammad-gk2ey Месяц назад

    What an awesome tutorial! How can I inject JavaScript and CSS in NW.js applications?

    • @gilgeekify
      @gilgeekify Месяц назад

      It can be done in a few different ways. 💭 My Recommendation: 🟨 For JavaScript: Use inject_js_start (injects JavaScript before any other scripts run) and inject_js_end (injects JavaScript after all other scripts have run) for simplicity and organization when opening new windows. Use Window.eval for dynamic injection into s or webviews. 🟦 For CSS: Use insertCSS for webviews, and append <style> or <link> tags for general use.

    • @mohammad-gk2ey
      @mohammad-gk2ey Месяц назад

      Thanks bro! Very helpful!

  • @faizanalso
    @faizanalso Месяц назад

    Bro you are amazing i am you big fan

    • @gilgeekify
      @gilgeekify Месяц назад

      Thank you so much 😀

  • @vishwajitrikame
    @vishwajitrikame Месяц назад

    Manifest 3 how to use external js which can't be taken locally on publisher side

  • @fatihdemirtc
    @fatihdemirtc Месяц назад

    Adamsın be

  • @maxv7527
    @maxv7527 2 месяца назад

    This is a very good, step-by-step guide. I've been looking for one like this. It works the first time. Thank you.

    • @gilgeekify
      @gilgeekify 2 месяца назад

      I’m glad you found the guide helpful! 🤠✌️

  • @AyushPanditofficial
    @AyushPanditofficial 2 месяца назад

    how to replace text

    • @gilgeekify
      @gilgeekify 2 месяца назад

      💡 In JavaScript, you can replace text using the replace() method, which is available on strings. This method allows you to search for a specified substring or a regular expression and replace it with another substring.

  • @RIYA.ZALI50679
    @RIYA.ZALI50679 2 месяца назад

    Sublime text JS code what can be done

  • @MohammedOuali-u4b
    @MohammedOuali-u4b 2 месяца назад

    thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu

  • @shaktidarshanbehera
    @shaktidarshanbehera 2 месяца назад

    Thanks

  • @Saucehero29
    @Saucehero29 2 месяца назад

    how to implement it using cron jobs sir?

  • @chibikommesoma295
    @chibikommesoma295 2 месяца назад

    Please, can I have your WhatsApp number

    • @gilgeekify
      @gilgeekify 2 месяца назад

      wa.me/989024645653

  • @potatochipappi
    @potatochipappi 3 месяца назад

    hi i need to fully integrate a bot to my website how can i contact you prrivately for full job because this is really difficult for me right now.. i am subscribed

    • @gilgeekify
      @gilgeekify 3 месяца назад

      Hey, please email me at gilgeekify@gmail.com 📬

    • @potatochipappi
      @potatochipappi 2 месяца назад

      @@gilgeekify okay thank yo

  • @shahrozatiq5312
    @shahrozatiq5312 3 месяца назад

    what if i want to add external script on popup.js

  • @chinjin5994
    @chinjin5994 3 месяца назад

    Hi, i got this error "Bot domain invalid " when i try to add the script , any idea how to solve this..? thanks

  • @KennethPlaysOfficial
    @KennethPlaysOfficial 3 месяца назад

    i get "Cannot read properties of null" whenever i try to modify any element in javascript. please help

    • @gilgeekify
      @gilgeekify 3 месяца назад

      The error message “Cannot read properties of null” typically indicates that you’re trying to access a property or method on an object that is currently null. This often happens when an element you’re trying to manipulate hasn’t been found in the DOM, or if there’s a typo in your code. 💡 Here’s a general approach to troubleshoot this issue: • Check your selectors: Ensure that the element you’re trying to access exists and that your selector is correct. ✅ • Verify the timing: Make sure you’re trying to access the element after it has been loaded into the DOM. ✅ • Debug your code: Use console.log statements or a debugger tool to check the values of variables and the state of your elements at runtime. ✅

  • @LSSCodes
    @LSSCodes 3 месяца назад

    is there a way to clear the login cookie from telegram when logged out?

    • @gilgeekify
      @gilgeekify 3 месяца назад

      There isn’t a programmatic way to achieve this. ✏️

  • @bizhanhejazi8174
    @bizhanhejazi8174 4 месяца назад

    خیلی ممنون داداش