Stalin Jayapal
Stalin Jayapal
  • 5
  • 58 831
Windows Service - Dot Net Core and SC Utility
Create windows service in dot net core become easier. We will see how to create window service in worker template and install the service by using SC utility.
imstalin.github.io/coderepo/2020-07-19-how-to-create-windows-service-in-dot-net-core/
github.com/imstalin/windowservicedotnetcore
Переглядів: 567

Відео

Folder watcher in DOT NET Core
Переглядів 6 тис.4 роки тому
File System events monitoring program in C#. In this example we have used Dot Net Core worker template for creating the background service program for monitoring files inside the watcher folder. Events are like Create Change Delete Rename Reference Link. imstalin.github.io/coderepo/2020-07-18-folder-watcher-dot-net-core/
Docker and WordPress for developers
Переглядів 444 роки тому
Creating the docker image for WordPress in less than 5 minutes by using docker compose file. The docker compose file will contain three different services MySQL Wordpress Adminer Also mentioned creating and mounting the volumes for different services Commands: docker-compose up -d : To run services from YAML file. docker ps : List the active running container docker ps -a : List the container a...
Compare excel files using Python with Pandas
Переглядів 52 тис.4 роки тому
Simplest and most efficient way of comparing the files using Python in less than 10 lines of code. It will be very useful for scenario like comparing two different version of files. Libraries : Pandas NumPy Git Source. gitlab.com/imstalin/compareexcel.git
Custom rabbitmq Docker image
Переглядів 4264 роки тому
Creating custom rabbitmq docker with custom configure. 1. Create custom docker image for RabbitMQ 2. Create User and Password 3. Create Virtual host and permissions 4. Enabling rabbitmq plugins. Build the docker image and running the container with custom port. Git Source : gitlab.com/imstalin/custom-rabbitmq-image.git Rabbitmq Control - Command line tool documentation www.rabbitmq.com/rabbitmq...

КОМЕНТАРІ

  • @ishikamittall8461
    @ishikamittall8461 2 місяці тому

    Nhi hua csv file value error dera h😢

  • @sanket8873
    @sanket8873 Рік тому

    Loved this

  • @gabrielapatat6806
    @gabrielapatat6806 Рік тому

    Great🎉🎉🎉

  • @prasannahonnavar8994
    @prasannahonnavar8994 2 роки тому

    Can we use this same codings in Jupiter notebook?

  • @allabakshu654
    @allabakshu654 2 роки тому

    Hi Stalin, how to remove Timestamps in the validation excel file(Timestamp is added in the column) ?

  • @bevedel
    @bevedel 2 роки тому

    Really helped. Thank you.

  • @computerauditor
    @computerauditor 2 роки тому

    Great video

  • @serageibraheem2386
    @serageibraheem2386 2 роки тому

    GREAT WORK

  • @NeverGiveUp_oo7
    @NeverGiveUp_oo7 2 роки тому

    this error is coming. rows,cols=np.where(comparison_values==False) ValueError: not enough values to unpack (expected 2, got 1)

  • @benjamimjr2
    @benjamimjr2 2 роки тому

    Thanks from Brazil!!

  • @niteeshkumarnitesh8969
    @niteeshkumarnitesh8969 2 роки тому

    So use full 🌝

  • @thepmgzzz
    @thepmgzzz 2 роки тому

    Thanks!

  • @cherrysonu9158
    @cherrysonu9158 2 роки тому

    Thanks for the video.. But while comparing the 2 xlsx files its throwing error as DepreciationWarning:elementwise comparison failed; this will raise error in the future Will you please help me out to resolve this issue. Thanks

    • @nikhilkhanna6471
      @nikhilkhanna6471 2 роки тому

      Is it resolved bro? Could u pls help me I am also getting same error

  • @CoopmanGreg
    @CoopmanGreg 2 роки тому

    Great!

  • @gsv202000
    @gsv202000 3 роки тому

    Excellent job, thank you so much.

  • @skerody
    @skerody 3 роки тому

    Hi Stalin, Good Morning!!! Hope you are in good health… Thanks for the video this is what I exactly wanted. However my excel file is huge with 48 columns and 7K rows of data. So the ask is to add a new column at the end saying “Match/Mismatch” (after Total column) and print if the whole column value is match or mismatch. For E.g at H2:H5 value will be Match, and at H6 value will be MisMatch. Can you pls help me with this… Regards, SK

  • @danishnoman2042
    @danishnoman2042 3 роки тому

    While comparing the values. It is throwing error: DeprecationWarning: elementwise comparison failed; this will raise an error in the future. comparison_values = dfOld.values == dfNew.values False

    • @cesasoft
      @cesasoft 2 роки тому

      Me to, did you find an answer?

  • @markhooker8520
    @markhooker8520 3 роки тому

    Wonderful video, Thank you for sharing your knowledge.

  • @raosatishgmail
    @raosatishgmail 3 роки тому

    Why was the FileSystemWatcher created in the loop. Can we not create a Singleton so a file system watcher does not get created in each interation.

    • @nicojmb
      @nicojmb 3 роки тому

      Same question here, why the code is insde the loop?

    • @CreativPret
      @CreativPret 2 роки тому

      You are correct. It does not need to be in the loop. (The guys who write code like this would never pass first round of interview where I work ) :)

  • @b000ta
    @b000ta 3 роки тому

    when i run it, it logs multiple console messages for a single event.

    • @alez9456
      @alez9456 3 роки тому

      Hi! Do you resolve it?

  • @tinacole1450
    @tinacole1450 3 роки тому

    Hey. Do you compare text files in the same way on BASH

  • @kalpeshgohil1594
    @kalpeshgohil1594 3 роки тому

    You are too good... Nice Explanation... I have one question. How you manage the event. I am doing the same thing which you showing but when i copy file to the watcher folder in multiple time event is invoked. It will not fire event single time. In your demo it is single time. So how you do that?

  • @anuroopsagar1095
    @anuroopsagar1095 3 роки тому

    Please provide javascript program for two Excel sheets compares

  • @ThangaduraiSekar
    @ThangaduraiSekar 3 роки тому

    Thanks for making it as crisp

  • @AyushSingh-ds2hs
    @AyushSingh-ds2hs 3 роки тому

    Bro how do we compare two CSV which cells have multiple data in the cell. This Process does not work on that scenario.

  • @akhtarzaman7388
    @akhtarzaman7388 3 роки тому

    Will it run on docker windows container?

  • @tomazbarrantes
    @tomazbarrantes 3 роки тому

    Super, your explanation, thanks Stalin

  • @NiranjanKumar-gd7mf
    @NiranjanKumar-gd7mf 3 роки тому

    This is great input for me . It is working fine . But I am facing performance issue when I try to compare large set of xlsx files . Like 10k records in each row . Do you have any idea how to do the performance tuning ?. Thanks in advance Regards Niranjan

  • @nolimit4906
    @nolimit4906 3 роки тому

    would this be the same if we're using a Vertica table and a Hive table?

  • @michele6124
    @michele6124 3 роки тому

    Thanks for sharing your knonledge, that's great! Someone can help to me to show the difference between the number instead of compare them? I'm looking to compare the real stock with the minimun safe stock...Thank you!

  • @aniruddhss2257
    @aniruddhss2257 3 роки тому

    Awesome video

  • @user-xc2yc3vz5e
    @user-xc2yc3vz5e 3 роки тому

    Great

  • @abinayaswaminathan4188
    @abinayaswaminathan4188 3 роки тому

    I am getting the index value at first column in output excel file when I used the same code which you mentioned. Could you please tell me how to avoid the index value in the first column.

  • @anku_dreams_nature
    @anku_dreams_nature 4 роки тому

    Thanks, Comrade.

  • @tarukhanna6681
    @tarukhanna6681 4 роки тому

    thank u for this video

  • @Nexatek
    @Nexatek 4 роки тому

    Hi Stalin, thanks a lot for the video, it helped a lot. However had a question, does it work if the number of rows are different in both the columns?

    • @gulshankumar17
      @gulshankumar17 4 роки тому

      ua-cam.com/video/W2hs7UIMfoE/v-deo.html, this is how I compare two files, this will work irrespective of order of the records.

    • @pradyumnavaradpande88
      @pradyumnavaradpande88 2 роки тому

      Using .shape command you can see it

  • @sadhikaparashar839
    @sadhikaparashar839 4 роки тому

    I had a doubt. How to compare two sheets not row wise but cell wise.. corresponding to a particular value in the cell?? Like if Row1 Column 1 corresponds to the value 'ABC' . But in sheet two, the same value corresponds to row 2 column 1. How to compare the the two rows..?

  • @sadhikaparashar839
    @sadhikaparashar839 4 роки тому

    Great video sir.