boyfriendnibluefairy
boyfriendnibluefairy
  • Видео 106
  • Просмотров 310 004
Relaxing Forest POV Ride. Konoha of the Philippines. 🇵🇭 shortcut in Mt. Makiling
Street view relaxing guide to Jamboree Road for drivers, bikers, motorcycle riders, explorers, travelers, etc.
A shortcut drive from Calamba to University of the Philippines Los Baños (UPLB) to avoid traffic, also perfect if you're looking for a dark creepy forest scene for horror films. The road is accessible to the public but you have to leave your ID if you want to pass through the UPLB campus.
00:03 Los Baños Laguna Municipal Hall
00:06 Tricycles
00:23 PESO Caesar Los Baños
00:25 Bureau of Fire Protection Los Baños
00:46 DOST PCAARRD
00:59 DOST
01:03 DOST PCAARRD Innovation and Technology Center
01:11 Lopez Heights
01:13 Jamboree road is the entry point of Mount Makiling Forest Reserve
02:13 Mag...
Просмотров: 30

Видео

Cat Radar - App for Fun - Fur-Parents will enjoy
Просмотров 518 месяцев назад
apps.apple.com/us/app/cat-radar/id6476641987 For cat lovers, and perhaps for those who are sometimes annoyed with stray cats, I created an app that detects cats based on pre-trained machine learning model. This app, called Cat Radar, is powered by Apple's CoreML. It can be used for fun or can be applied as a cat burglar alarm or cat intruder notifier. You just have to leave the app running on p...
Westeros Map for Game of Thrones and House of the Dragon - iOS App
Просмотров 1428 месяцев назад
apps.apple.com/us/app/westeros-map/id6476431991 For those who watch Game of Thrones ( GOT ) or House of the Dragon ( HOTD ), I created an app that serves as a companion map to explore the world of Westeros and a little bit of Essos, Sothoryos and Ulthos. This is also recommended for those who are reading A Song of Ice and Fire novel series, which include A Clash of Kings, A Storm of Swords, A F...
openphoton - a FREE python library for optical wave propagation
Просмотров 8959 месяцев назад
pypi.org/project/openphoton/ For those who are into Optics research, I created a free and open-source python library, called "openphoton", for simulating wave field propagation using fourier optics 00:03 Scalar Diffraction Theory of Light 00:13 How Huygens-Fresnel principle is used to simulate light diffraction. 00:29 What are the physical meaning of Fresnel-Kirchhoff, Rayleigh-Sommerfeld of th...
Papyrus Offline - A Free App for Offline Paperless Registration
Просмотров 4510 месяцев назад
apps.apple.com/us/app/papyrus-offline/id6473137300?platform=iphone For those who conduct workshops, seminars, conferences, symposium, academic research, thesis presentation, or any events, I created an app that can be used for offline paperless registration. The app got its name from the first writing material discovered from ancient times. One of the goals of Papyrus is to reduce the use of pa...
8 Bits Integer Binary Division
Просмотров 475Год назад
How to multiply 8-Bit or 1 Byte Integer Binary Numbers, using repeated addition with example 00:03 dividend - number being divided 00:09 divisor - number that divides the dividend 00:13 quotient - result of division operation 00:26 quotient is positive if dividend and divisor have the same sign, otherwise the quotient is negative 00:36 dividend and divisor must be in true form and not in comple...
8-Bit Integer Binary Multiplication
Просмотров 1 тыс.Год назад
How to multiply 8-Bit or 1 Byte Integer Binary Numbers, using repeated addition with example 00:03 multiplicand - number before the times sign 00:09 multiplier - number after the cross symbol 00:13 product - result of multiplication process 00:26 product is positve if multiplier and multiplicand have the same sign, otherwise the product is negative 00:39 binary multiplication is similar to deci...
8-Bit Integer Binary Subtraction
Просмотров 613Год назад
How to subtract 8-Bit or 1 Byte Integer Binary Numbers with example 00:03 minuend - number from which another number is subtracted 00:09 subtrahend - number subtracted to the minuend 00:16 difference - resulting number from subtraction 00:19 Subtraction is done by getting the 2's complement and then performing binary addition. Therefore, binary subtraction is actually just a special case of bin...
8-Bit Integer Binary Addition
Просмотров 566Год назад
How to add 8-Bit or 1 Byte Integer Binary Numbers 00:03 Augend - number before the plus symbol 00:09 Addend - number after the sign 00:16 Sum 00:23 General Rule: add the two numbers and ignore the final carry bit 00:39 Position of sign bit 00:53 Remaining bits are called magnitude bits 01:23 Overflow occurs if sum is greater than decimal number 127 01:33 Overflow results to a wrong sign bit 01:...
IEEE 754 Single-Precision 32-bit Floating-Point Standard Format
Просмотров 518Год назад
00:03 What is a floating-point number and how is it represented in digital electronics? 00:16 Mantissa and Exponential Part in Decimal Number System 00:53 IEEE-754 00:59 Single Precision has 32 bits 01:06 Double Precision has 64 bits 01:19 1st bit is the sign bit 01:33 next 8 bits refer to exponent bits 01:46 last 23 bits refer to the fractional part or mantissa 02:33 Example of floating point ...
2's Complement Form of 8-Bit or 1 Byte Binary Number with Sign Bit
Просмотров 929Год назад
00:09 Why 2's complement is important 00:19 How to find the 1's complement form of a binary number 00:33 Example : 1s complement conversion 01:19 How to convert a binary number to its 2's complement form 01:33 2s complement sample problem 02:33 Sign Bit - the leftmost bit of an integer binary number 03:03 0 sign bit means positive number 03:16 1 sign bit means negative number 03:49 magnitude bi...
Binary Arithmetic - How to add, subtract, multiply, and divide two bits
Просмотров 97Год назад
00:29 Binary Addition 00:53 OR operation 02:39 1 1 = 10 because of the carry bit 03:23 carry bits are given by AND gate and sum bits are given by XOR gate 03:26 Example of adding three bits and two bits 05:26 Binary Subtraction 05:56 when bit 1 is subtracted from bit 0, a borrow is required from a higher bit position 07:03 difference bit is given by XOR gate 07:23 A sample of subtracting four b...
How to program 4 Wheels Robot Robo Creator 2 ATX2 Sumo-Bot DC Motors
Просмотров 2,6 тыс.Год назад
CORRECTION: at timestamp 07:13 onwards replace all (int)p with (int)v because I converted speed into v, not p. Note: If you will use the OK() function, you have to include ATX2.h at the top of the program. But if you don't have this library, you can just comment out the OK() command. TIMESTAMPS: 00:06 Part 1 How to code the 4 Wheels of Robo Creator 2 ATX2 Sumo-Bot DC Motors for Robotics 00:11 f...
How to connect and program LCD 1602 to Arduino | Beginner's Step-by-Step Tutorial
Просмотров 8 тыс.Год назад
Procedure/Steps in Connecting LCD 1602 to Microcontroller Board Arduino 00:19 Introduction: When to use Liquid Crystal Display (LCD)? 01:16 Step 01 Supply the breadboard with Arduino 5V Power and GND 01:33 Step 02 Connect the LCD's GND or VSS to the breadboard ground, and the LCD's VDD to the breadboard's power line. 01:39 Connect the LCD VDD pin to 5V 01:53 Step 04 Connect the LCD BackLight An...
House of the Dragon | Episode 9 | MAPS | Why Rhaenys didn't say Dracarys?
Просмотров 173Год назад
House of the Dragon | Episode 9 | MAPS | Why Rhaenys didn't say Dracarys?
House of the Dragon | Episode 8 | Maps | Summary Breakdown | HOTD S01E08 Ending Explained
Просмотров 195Год назад
House of the Dragon | Episode 8 | Maps | Summary Breakdown | HOTD S01E08 Ending Explained
House of the Dragon | Episode 7 | Maps | Why Daemon laughed? | Ending Explained
Просмотров 1892 года назад
House of the Dragon | Episode 7 | Maps | Why Daemon laughed? | Ending Explained
House of the Dragon | Episode 6 | MAPS | Summary Breakdown | Theories
Просмотров 1732 года назад
House of the Dragon | Episode 6 | MAPS | Summary Breakdown | Theories
House of the Dragon | Episode 5 | MAPS | Breakdown | Theory on how the brawl started
Просмотров 2132 года назад
House of the Dragon | Episode 5 | MAPS | Breakdown | Theory on how the brawl started
House of the Dragon | Episode 4 | MAPS | Summary | Did Rhaenyra "spill" the tea? | 1080p HD
Просмотров 2122 года назад
House of the Dragon | Episode 4 | MAPS | Summary | Did Rhaenyra "spill" the tea? | 1080p HD
House of the Dragon | Episode 3 | MAPS | Summary | Targaryen Greyscale Immunity Theory
Просмотров 4522 года назад
House of the Dragon | Episode 3 | MAPS | Summary | Targaryen Greyscale Immunity Theory
House of the Dragon | Episode 2 | Maps | Breakdown | Summary
Просмотров 2,9 тыс.2 года назад
House of the Dragon | Episode 2 | Maps | Breakdown | Summary
House of the Dragon Episode 1 | Theories | Prince Nymor Mysterious Letter to Aegon
Просмотров 2942 года назад
House of the Dragon Episode 1 | Theories | Prince Nymor Mysterious Letter to Aegon
First Date with Julia | How to install on Windows and configure VS Code IDE
Просмотров 5012 года назад
First Date with Julia | How to install on Windows and configure VS Code IDE
Applied Physics Laboratory Sample Layout
Просмотров 1712 года назад
Applied Physics Laboratory Sample Layout
How to access user-defined modules in Verilog | T Flip-Flop and Counter Example
Просмотров 8752 года назад
How to access user-defined modules in Verilog | T Flip-Flop and Counter Example
Verilog Operators | How to trigger an always block | SR Flip-Flop Example
Просмотров 1,7 тыс.2 года назад
Verilog Operators | How to trigger an always block | SR Flip-Flop Example
SR Flip-Flop, D Flip Flop, JK Flip-Flop and T FlipFlop Ultimate Guide for Beginners
Просмотров 1,1 тыс.2 года назад
SR Flip-Flop, D Flip Flop, JK Flip-Flop and T FlipFlop Ultimate Guide for Beginners
Maxwell's Equations and Electromagnetic Waves Explained with Practice Problems and Solutions
Просмотров 2,1 тыс.2 года назад
Maxwell's Equations and Electromagnetic Waves Explained with Practice Problems and Solutions
Introduction to Verilog HDL using Free Software Icarus, GTKWave, and VS Code
Просмотров 56 тыс.2 года назад
Introduction to Verilog HDL using Free Software Icarus, GTKWave, and VS Code

Комментарии

  • @trind6473
    @trind6473 День назад

    My terminal in VsCode : "Unable to open input file". I tried to follow the instructions but it did not work. Am I a problem or my terminal? Thank you sir.

  • @varungarg5979
    @varungarg5979 5 дней назад

    Nice explanation , thank you !

  • @emmanueldel2891
    @emmanueldel2891 13 дней назад

    NIce, thanks po!

  • @Birbee95
    @Birbee95 14 дней назад

    😂

  • @mraravinda
    @mraravinda 25 дней назад

    Complete Tutorial on How to Use Icarus Verilog - ruclips.net/video/2e74mLzvn64/видео.htmlsi=l2mICxBuJe_DmqCr

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

    @boyfriendnibluefairy .....fantastic video showing proper ways to install and run. i am unable to generate vvp file. i tried the way you have shown . I also tried -v , it shows version which is same as yours. please guide what could be the possible error. ??

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

    Rayleigh-Sommerfeld Diffraction Integral for Non-Monochromatic Waves using Python

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

    Best video about the topic, I thank you so much

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

    thank you for making this, its help me so much... can't wait to S2 map journey 🎉

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

    UPLB prof kas sir?

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

    Thank you Sir, Respect from Bharat (India).🙏

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

    The "K" on the lcd needs to be connected to ground and the "A" on the lcd needs to be connected to the 5V for the backlight to turn on, 3:56

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

    Thank you for detailed guide on installing Icarus and GTKWave. I would like to add few points that would help future views 1) If you are facing "not recognised as an internal and external command" go to ruclips.net/video/oWlJa_DGAzc/видео.html&ab_channel=DeepakPrasad%28IITGUWAHATI%29 2) If clear is not working , use cls 3) make use of if facing "syntax error line 26" just remove last #1 4) if you do not find "terminal" side of ports or console debug, just go to terminal in task bar Hope it helps

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

    Sir while saving file there is no option for verilog what to do

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

      You mean when you want to save the waveform outputs? Or do you mean when you want to save filename.v?

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

    Very very useful video, thank you!

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

    Adding the ivariable enviroment variable doesen't add it to the path, you have to add it the the path

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

    Bro is there any library for calculating Richard Wolf Vector Diffraction Theory

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

      I'm not sure if there's a library for Richard Wolf Vector Diffraction Theory, but I'm planning of implementing this in the future.

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

    Thank you👍

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

    For some reason i cant create the vcd file. Someone help 🥲

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

    Try this if "verilog is not recognized as an internal command": PRECAUTION: Close CMD. 1. Go back to "Environment Variables" 2. Instead of adding a new path to both of them like you did on this video, click on the label "Path"/"PATH" (depending on the way it looks 3. Double click on PATH / Path 4. Click on "Add" 5. Add your path 6. Do the same for both User and System Variables 7. Save 8. Use CMD to check if it's installed this time

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

    thank you so much 🎉

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

    Saved my day

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

    helpful video, thanku

  • @cryptoBTCzone
    @cryptoBTCzone 5 месяцев назад

    Thank you for the great work done. I want this IR light source to pass through glucose concentrations. How can one mimic different glucose concentrations in simulation so that it can be used as a testing object? The reason is to determine the amount of light absorbed by different glucose concentrations. I will appreciate you help

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

      Thank you for this question. Many people are asking me how to apply scalar diffraction theory to spectroscopy. But I have not yet explored that part because analysis in spectroscopy becomes complex even for simple molecules. Hopefully I get to that part in the future. I believe one of the best tools right now is to simulate spectroscopy using DFT. There many softwares that implement DFT (Quantum Espresso is free, Gaussian DFT I believe not). You don't even need to construct the glucose molecule because its already been done by other researchers and they uploaded it in the internet

  • @ssp333
    @ssp333 5 месяцев назад

    Thankyou !

  • @ailesangel
    @ailesangel 6 месяцев назад

    Hello and thank you very much for this discovery. But the instensity of a Gaussian Beam is the square absolut value of the electric field, isn’t it?

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

      yes. but in the library i assumed that the electric field amplitude is 1.0 N/m

  • @BhorjTV
    @BhorjTV 7 месяцев назад

    bro good day. filipino here, need your help right now about verilog, is there any way i can contact you?

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

      it depends. you can sit in our class. do you have a physical FPGA to apply it on?

  • @tuanphan964
    @tuanphan964 7 месяцев назад

    The terminal "iverilog -v" worked but I still couldn't create file.vvp Error: Include file half_adder.v not found I tried removing the line `include "half_adder.v" but it still doesn't work

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

      same problem here dude

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

      "iverilog -v" is for checking the version of iverilog. If you want an "output", type "o", for example "iverilog -o ..."

  • @kshitijjain6071
    @kshitijjain6071 8 месяцев назад

    around 35 min it is showing error while typing iverilog -o halfadder_tb.vvp halfadder_tb.v that iverilog is not identified as the name of cmdet

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

      Chances are the path of the iverilog executable is not included in the environment variable. If it is included already, try restarting your PC.

  • @mkrkiller4771
    @mkrkiller4771 8 месяцев назад

    Thanks brother ❤❤❤❤

  • @P4nDA_pls
    @P4nDA_pls 8 месяцев назад

    excellent video to get a student started. Thank you for this!

  • @wilvardlachica1515
    @wilvardlachica1515 8 месяцев назад

    Nasaan po ang Part 2 at Part 3?

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 8 месяцев назад

      Unfortunately, I already returned the ATX2 robots to the senior high school who lent it to me. That's why I can't make ATX2 videos anymore. I hope the ATX2 company will provide me with these robots for free and I'll be happy to inundate youtube with more of these tutorials, especially how to make the sensors work together for different scenarios.

  • @chiefkeeflover2006
    @chiefkeeflover2006 9 месяцев назад

    thanks, real helpful

  • @pizzakat
    @pizzakat 9 месяцев назад

    there is a faster method, if you let u=denominator then du will equal the numerator, thus making it a much simpler integral to calculate

  • @LeviAckerman-hs3ro
    @LeviAckerman-hs3ro 10 месяцев назад

    (My mother tongue is not english so i apologize in advance for any grammar mistake) I`m 17 yo betwen applied physics an physics, i really enjoy learn about quantum mechanics, string theory, astronomy and else, however i also find interesting to create things and i want to earn a good money since grduated, i don't know how to choose betwen both degrees. I have read bad thing about physics salary but a very good things about applied physics salary. My objetive in life is to investigate the unknown ...

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 9 месяцев назад

      Since you enjoy QM, String theory and astronomy, you should choose BS Physics. If you're good in programming, you will earn good money whether you're a BS Physics graduate or a BSAP graduate

  • @sushmareddy9011
    @sushmareddy9011 10 месяцев назад

    Very clearly explained and easy to understand the steps .. tq for the video it was helpful for the beginners to learn ..

  • @patatimo7478
    @patatimo7478 10 месяцев назад

    nice video, thanks!

  • @nathany7124
    @nathany7124 10 месяцев назад

    Site is not working

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 10 месяцев назад

      I guess the programmer of BReadBoard Simulator has temporarily removed the software. MAybe he's fixing its Beta Version...

    • @homonovus2284
      @homonovus2284 7 месяцев назад

      try with a different browser

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

      I agree with @homonovus2284

  • @angelocurachea5848
    @angelocurachea5848 10 месяцев назад

    Paano naman po pag full adder gagawan? May you guide us again po sir?

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 10 месяцев назад

      I apologize, just got very busy these days... Perhaps you can look for any schematic diagram of full adder then begin constructing it starting at the guide 16:59.. Maybe in the future I can create a guide on how to code full adder using 2 existing half adder...

    • @angelocurachea5848
      @angelocurachea5848 10 месяцев назад

      ​@@boyfriendnibluefairythis actually helped me so thanks a lot sir! I hope you get to create contents about this topic.

  • @3rd2nd_Year
    @3rd2nd_Year 10 месяцев назад

    half_adder_tb.vvp: Unable to open input file. facing this problem any soln

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 10 месяцев назад

      The input file of half_adder_tb.vpp is "half_adder.v" (you use include keyword inside the testbench). Is "half_adder.v" in the same directory with your test bench? If yes, does the character before the keyword include in the code the same as what is shown in the video? That character is beside the character 1 in your keyboard and not beside the return button...

  • @poonamsaryam9224
    @poonamsaryam9224 11 месяцев назад

    Thank you so much

  • @gordononyango3472
    @gordononyango3472 11 месяцев назад

    You are a good teacher. I watched tones of videos about the same topic but came out more confused. Consider teaching as a carrier because you have a talent. Thank you.

  • @eliteholmes6250
    @eliteholmes6250 11 месяцев назад

    "D:\iverilog_test>vvp half_adder_tb.vvp ERROR: half_adder_tb.v:13: $dumpvars cannot dump a vpiConstant. " its showing this error

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 10 месяцев назад

      Not sure how to fix that problem... In the video at time 32:54 , did you deviate naming some variables? or did you use for loop in changing the values of a and b? I read somewhere that dumpvar have issues in handling array of variables and for loop. In the prompt, you have problem at line 13, can you play around with the .vcd file name, can you use a new file name for that file?

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

      Can you fix the problem I faced the same issue 😢

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

      Same problem here?did u resolve?

  • @yourownrandomdude
    @yourownrandomdude Год назад

    How to build

  • @malvikapangavoor1471
    @malvikapangavoor1471 Год назад

    Can we take a bachelor's in applied physics and Master's in theoretical?

  • @EstZer0
    @EstZer0 Год назад

    Very informative video! Can I ask you a question? Is is possible to move the wheels while not having the adafruit motor shield? Thanks you.

    • @trigonixmc6422
      @trigonixmc6422 Год назад

      include the ATX2 library then you can use the FD function or SR SL TL TR motor_stop and etc

    • @trigonixmc6422
      @trigonixmc6422 Год назад

      #include <ATX2.h>

    • @trigonixmc6422
      @trigonixmc6422 Год назад

      ex #include <ATX2.h> void setup() { OK(); //(wait for ok button is pressed) } void loop() { FD(100); //move forward all motors at 100% speed delay(1000); //move the robot forward for 1 second or 1000 miliseconds }

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 10 месяцев назад

      Yes. as long as you can connect the wires of the motor to the analog pins of any shield

  • @harihardhik3293
    @harihardhik3293 Год назад

    AMAZING VIDEO I WAS SEARCHING FOR A COMPLETE ONE LIKE THIS ITS GREAT HOW YOU HAVE EXPLAINED!!!!!!

  • @Иван-ж3о8ю
    @Иван-ж3о8ю Год назад

    Thanks for video, many helpful.

  • @ankitthakur2107
    @ankitthakur2107 Год назад

    11:46 my system showing iverilog is not recognised as internal or external command What to do bro ...plz help me out 😭

    • @jgon12
      @jgon12 11 месяцев назад

      reinstall the icarus and check the box (to yes) that says add path to executable thing

    • @TALCOHOME
      @TALCOHOME 10 месяцев назад

      I just rebooted my pc and worked!

  • @whatsup7064
    @whatsup7064 Год назад

    The pen does work but when I try and draw on a whiteboard it just comes with dots? Idk how to fix it. I have a MacBook Air

    • @boyfriendnibluefairy
      @boyfriendnibluefairy 10 месяцев назад

      what application are you using? can you try to use it on simple software like MS Paint? Perhaps you can change the tip of the pen or adjust it...