CodeJedi
CodeJedi
  • 17
  • 53 927
Two Factor Authentication | Node.js & Speakeasy
In this video we will create time-based one-time password(TOTP) authentication using Node.js, Express and Speakeasy
Code ► github.com/codejedi96/testing-2fa
Authenticator Extension ► chromewebstore.google.com/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai
Buy Me a coffee ► www.buymeacoffee.com/codejedi96
Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html
0:00 Introduction
0:50 Project setup
5:04 DB setup
6:25 User Registration
11:43 Secret Creation
14:20 2fa Validation
17:39 Testing
#expressjs #speakeasy #2fa #nodejs #codejedi
มุมมอง: 110

วีดีโอ

Merge Sorted Arrays | Leetcode | Brute-Optimal | Java
มุมมอง 50หลายเดือนก่อน
Detailed solution and code for Merge Sorted Array asked by many product companies. GitHub Link ► github.com/codejedi96/interviewSeriesJava Leetcode ► leetcode.com/problems/merge-sorted-array 0:00 Question 1:56 Basic Approach 4:40 Efficient Approach 9:38 Java Code Buy Me a coffee ► www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html #interview #programming...
Valid Palindrome | Java Programming | Problem Solving
มุมมอง 83 หลายเดือนก่อน
Hi, in this video we will solve the below given problem Problem Statement: Given a string, return whether it forms a palindrome ignoring case and non-alphabetical characters. Note: a palindrome is a sequence of characters that reads the same forwards and backwards. Ex: "level", return true "algorithm", return false "A man, a plan, a canal: Panama.", return true Github link: github.com/codejedi9...
String Reverse | Java Programming | Problem Solving
มุมมอง 244 หลายเดือนก่อน
Hi, in this video we will solve the below given problem Problem Statement: Given a string, reverse all of its characters and return the resulting string. Examples: Given the following strings... “Cat”, return “taC” “CodeJedi”, return "ideJedoC” “Hello World”, return “dlroW olleH” Github link: github.com/codejedi96/problem_solving.git 0:00 Problem Introduction 1:37 Test Cases 4:30 Solutioning 5:...
How to install Intellij IDEA Community Edition on Windows 10 / Windows 11
มุมมอง 2934 หลายเดือนก่อน
In this Video I am going to show How to Install Intellij IDEA on Windows 11 . Toolbox URL: www.jetbrains.com/toolbox-app/ Buy Me a coffee ► www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html
How to Install Java JDK 17 on Windows 11
มุมมอง 1.7K4 หลายเดือนก่อน
In this video, we will learn how to install Java JDK 17 on Windows 11 1. Download Java JDK 17 from www.oracle.com/java/ 2. Install on Windows 11. 3. Set the JDK path under Environment Variables section on Windows . Here, the JDK bin path is set under System Variables. The installation would be successful. 4. Verify the installation. Buy Me a coffee ► www.buymeacoffee.com/codejedi96 Subscribe ► ...
First Come First Served (FCFS) Simulation | Process Scheduler Simulation | CPU-OS Simulator
มุมมอง 4.3Kปีที่แล้ว
In this video, we will simulate the First-Come-First-Served (FCFS) scheduling algorithm using CPU-OS Simulator. Loading a program to the memory: th-cam.com/video/y3AuMBOnVUs/w-d-xo.html Program: program My_Pgm for n = 1 to 10 x = i n next end Buy Me a coffee: www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html
Direct mapped cache | CPU-OS Simulator
มุมมอง 2.7K2 ปีที่แล้ว
In this video, we will be simulating Direct mapped cache using CPU-OS Simulator. Buy Me a coffee: www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html
How to construct a Frequent Pattern Tree or an FP tree? | Data Mining
มุมมอง 9412 ปีที่แล้ว
Hey, in this video we will be learning on how to construct an FP tree for a given data set. Buy Me a coffee: www.buymeacoffee.com/codejedi96 #datamining
CPU OS Simulator Installation | Windows 11
มุมมอง 15K2 ปีที่แล้ว
Buy Me a coffee: www.buymeacoffee.com/codejedi96 Download link: www.mediafire.com/file/xv416rc0n996ipz/CPU_-_OS_Simulator_V7xx.exe/file
Multi-Threading Simulation | CPU-OS Simulator
มุมมอง 4.3K2 ปีที่แล้ว
In this video, we will be looking into the simulation of Multi-threading in CPU-OS Simulator Program: program ThreadTest total = 50 sub thread2 as thread for i = 7 to 9 total = total i next end sub sub thread1 as thread for i = 1 to 2 total = total i call thread2 next end sub call thread1 wait writeln (“Total =”, total) end Buy Me a coffee: www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com...
Process Scheduler Simulation | CPU-OS Simulator
มุมมอง 8K2 ปีที่แล้ว
In this video, we will be simulating CPU Scheduler. 3 Scheduler we will see are: 1. First-Come-First-Served (FCFS) 2. Shortest Job First (SJF) 3. Round Robin (RR) Buy Me a coffee: www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html
Pipeline Processor | CPU Simulator
มุมมอง 6K2 ปีที่แล้ว
Hey there, in this video we will going through the simulation process of Pipeline processor using CPU Simulator. Below is the program: program pipeline L=10 M=20 N=30 M=M L N=N L L=L/2 L=L 1 end Buy Me a coffee: www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html
Loading a program into Memory in CPU Simulator
มุมมอง 11K2 ปีที่แล้ว
Hey there, in this video we will be learning how to load a program into memory in a CPU Simulator. We will be loading the program from a file, compiling it and then loading it to the memory by setting a base address. Buy Me a coffee: www.buymeacoffee.com/codejedi96 Subscribe ► th-cam.com/channels/wo7L_nGn5cQAuNB2cSadmw.html
Substrings in Python | Python Tutorial
มุมมอง 192 ปีที่แล้ว
Substrings in Python | Python Tutorial
Plus Minus | Python Programming | Problem Solving | Interview Prepration
มุมมอง 1232 ปีที่แล้ว
Plus Minus | Python Programming | Problem Solving | Interview Prepration

ความคิดเห็น

  • @JaiSurya-ow4ef
    @JaiSurya-ow4ef หลายเดือนก่อน

    bro i have one doubt

  • @suryas8407
    @suryas8407 หลายเดือนก่อน

    Thank you!!

  • @mijail_aron
    @mijail_aron หลายเดือนก่อน

    thnks

  • @MARKJOSEPHVISTA
    @MARKJOSEPHVISTA 2 หลายเดือนก่อน

    thanks

  • @amitKumar-wg7zn
    @amitKumar-wg7zn 4 หลายเดือนก่อน

    can u provide source code

    • @codejedi_96
      @codejedi_96 4 หลายเดือนก่อน

      Hi, here is the code: gist.github.com/codejedi96/dcc0d2005d00a493014f2e010d3e7d66 Do like and subscribe

  • @amitKumar-wg7zn
    @amitKumar-wg7zn 4 หลายเดือนก่อน

    can you send me the code file

  • @codejedi_96
    @codejedi_96 4 หลายเดือนก่อน

    Program Link: gist.github.com/codejedi96/bef58d6b6d4056069f6b5e4aa3436c02

  • @codejedi_96
    @codejedi_96 4 หลายเดือนก่อน

    Program link: gist.github.com/codejedi96/d83ceb7938e7fc6a2bdd5b5473256143

  • @HamisiHamisi-xk3qb
    @HamisiHamisi-xk3qb 6 หลายเดือนก่อน

    Sir can you show the syntax of those program

    • @codejedi_96
      @codejedi_96 4 หลายเดือนก่อน

      Hi, it's there in the description

  • @himanshu8006
    @himanshu8006 7 หลายเดือนก่อน

    thanks

  • @user-ln3mk8gb2l
    @user-ln3mk8gb2l 7 หลายเดือนก่อน

    why base address 100? what else can v keep?

    • @codejedi_96
      @codejedi_96 4 หลายเดือนก่อน

      There is no explicit reason for choosing 100, you can always keep any base address

  • @Ravill
    @Ravill 8 หลายเดือนก่อน

    Hey, i am really interested in this program. Can you tell me which programming language you are using? It looks like pascal. And did you have to install compiler for it?

    • @codejedi_96
      @codejedi_96 8 หลายเดือนก่อน

      Hey, it's a kind of compiler language based on HLL; you can have a look here for syntax: teachsim.files.wordpress.com/2021/05/simulator-teaching-language-statements.pdf

  • @utsavbhardwaj6358
    @utsavbhardwaj6358 8 หลายเดือนก่อน

    what can we keep as the start address , if we do not want to load the program using base address?

  • @vidhyaprakash85
    @vidhyaprakash85 9 หลายเดือนก่อน

    how cpi value is calculated

  • @charanbablu3550
    @charanbablu3550 9 หลายเดือนก่อน

    In which laguage you had uploaded the code broh...

    • @codejedi_96
      @codejedi_96 8 หลายเดือนก่อน

      Hey, it's a kind of compiler language based on HLL; you can have a look here for syntax: teachsim.files.wordpress.com/2021/05/simulator-teaching-language-statements.pdf

  • @ChethanAnandd.k
    @ChethanAnandd.k 9 หลายเดือนก่อน

    Please provide the source code

    • @codejedi_96
      @codejedi_96 4 หลายเดือนก่อน

      It's there in the description

  • @funreading1604
    @funreading1604 10 หลายเดือนก่อน

    Hi process got struck in waiting queue. Please help what to do

  • @sivashankar47
    @sivashankar47 10 หลายเดือนก่อน

    Hi, Thanks for the video. It helps to start my assignment.

  • @septiandihermawan3694
    @septiandihermawan3694 ปีที่แล้ว

    Thanks bro

  • @Jawariyakhaliq
    @Jawariyakhaliq ปีที่แล้ว

    Which txt file sir kindly do response

  • @sameerbvk1976
    @sameerbvk1976 ปีที่แล้ว

    What's the language used

    • @codejedi_96
      @codejedi_96 8 หลายเดือนก่อน

      Hey, it's a kind of compiler language based on HLL; you can have a look here for syntax: teachsim.files.wordpress.com/2021/05/simulator-teaching-language-statements.pdf

  • @h.al-mahmoud420
    @h.al-mahmoud420 ปีที่แล้ว

    thank you for your nice demonstrations, would share the programs that we should upload ( for example in this vides process-scheduling), many thanks

    • @codejedi_96
      @codejedi_96 ปีที่แล้ว

      Have uploaded a video for FCFS where you can get the program. Please do watch it. th-cam.com/video/rr5Sojs30Co/w-d-xo.html

  • @azhaanmazhar8717
    @azhaanmazhar8717 ปีที่แล้ว

    I liked this video of yours... Great work... Keep up with this TH-cam channel.... and yes I subscribed... You will definitely gain more subscribers with your honest work.

  • @rachidtessoudali9337
    @rachidtessoudali9337 ปีที่แล้ว

    Great 👍 👌

  • @shashidharkanukuntla4676
    @shashidharkanukuntla4676 ปีที่แล้ว

    How did you plot the cpu hit ratio vs block size plot? Is there any option in cpu os simulator to plot this?

  • @vinamrasangal8436
    @vinamrasangal8436 ปีที่แล้ว

    thanks

  • @ishanpand3y
    @ishanpand3y ปีที่แล้ว

    which language code can be loaded in this?

    • @mimozadaci5105
      @mimozadaci5105 ปีที่แล้ว

      It's a kind of compiler language based on HLL, here's a link I found for the syntax: teachsim.files.wordpress.com/2021/05/simulator-teaching-language-statements.pdf

    • @codejedi_96
      @codejedi_96 4 หลายเดือนก่อน

      The code is written in a custom language called as High-Level Teaching Language, it is developed to support the CPU and OS simulations. This language incorporates the standard language control structures, constructs and system calls which are used to demonstrate a modern computer system’s key architectural features. The Compiler in the CPU-OS simulator is developed for this language and generates both assembly language and its equivalent binary byte code as output. You can check the syntax here: teachsim.files.wordpress.com/2021/05/simulator-teaching-language-statements.pdf

  • @RamaKrishna-ph6gl
    @RamaKrishna-ph6gl ปีที่แล้ว

    Could you please share the code. I'm not able to load the program. while creating process it shows like no program loaded.

    • @codejedi_96
      @codejedi_96 ปีที่แล้ว

      Hey, can you try with this video: Loading a program into Memory in CPU Simulator th-cam.com/video/y3AuMBOnVUs/w-d-xo.html I’ll share the code in sometime.

  • @ashoksamrat8486
    @ashoksamrat8486 2 ปีที่แล้ว

    Thank you bro👍🏻🙏 This is very helpful

  • @aniketyadav2065
    @aniketyadav2065 2 ปีที่แล้ว

    Can you make video on installation process of CPU OS simulator, i tried it but facing issues at the time of installing.

    • @codejedi_96
      @codejedi_96 2 ปีที่แล้ว

      Sure…will make one soon

  • @tapanmishra0
    @tapanmishra0 2 ปีที่แล้ว

    Process is extremely well articulated.

  • @TejashwarSenthilKumar
    @TejashwarSenthilKumar 2 ปีที่แล้ว

    How to get list of processes and threads along with their PIDs and PPIDs?

    • @codejedi_96
      @codejedi_96 2 ปีที่แล้ว

      Hey, check the video at 1:29. To get all process lists you need to suspend the execution of the program and then checking the process list. You will get the process tree as well.

  • @vigilanteforjustice2614
    @vigilanteforjustice2614 2 ปีที่แล้ว

    thank you. this was my assignment.