Arash Nemat Zadeh
Arash Nemat Zadeh
  • Видео 62
  • Просмотров 7 766
Create Infinite Emails with Cloudflare
I always need many email addresses because I create many accounts in different websites. So I needed a fast and easy service for this means and I found Cloudflare.com for it. You can simply register a domain in Cloudflare and then create up to 200 different email aliases (practically infinite😉) that could be routed to your main address or even be programmed for special cases.
Website: Arashnm80.com
GitHub: github.com/Arashnm80
Telegram: t.me/Arashnm80_Channel
𝕏: x.com/Arashnm80
LinkedIn: www.linkedin.com/in/Arashnm80
Medium: medium.com/@Arashnm80
Instagram: Arashnm80
Просмотров: 701

Видео

TON DNS: Domain As a Wallet Alias
Просмотров 14528 дней назад
ton dns website: dns.ton.org/ more information: dns.ton.org/about.html code of ton dns smart contract (for interessted developers): github.com/ton-blockchain/dns-contract/blob/main/func/nft-item.fc my wallet alias if you like to donate me😉: arashnm80.ton Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel 𝕏: x.com/Arashnm80 LinkedIn: www.linkedin.com/in/Arashnm8...
TON Speedrun - Challenge 3: Jetton Vending Machine
Просмотров 52Месяц назад
Smart contracts are kind of like "always on" vending machines that anyone can access. Let's make a decentralized, digital currency (an Jetton Standart token). 🌟 The final deliverable will be ICO contract deployed to the testnet page link: tonspeedrun.com/ Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel Twitter: Arashnm80 LinkedIn: www.linkedin.c...
TON Speedrun - Challenge 2: Chatbot Contract
Просмотров 41Месяц назад
🎫 Сompile, test and deploy chatbot smart contract to the test network. Getting Acquainted with the TON Actor Model 🌟 The final deliverable will be pipeline for smart contract development. used links: tonspeedrun.com/ github.com/romanovichim/TONQuest2 Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel Twitter: Arashnm80 LinkedIn: www.linkedin.com/in/...
TonSpeedRun Quest 1
Просмотров 36Месяц назад
commands and links used in this video: tonspeedrun.com/ github.com/romanovichim/TONQuest1 apt install nodejs apt install npm npm i -g yarn git clone github.com/romanovichim/TONQuest1.git cd TONQuest1/challenge-1/ yarn install yarn getcol yarn deploynft Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel Twitter: Arashnm80 LinkedIn: www.linkedin.com/i...
TON Testnet Free Faucet
Просмотров 349Месяц назад
How to get free toncoins in the testnet from Testgiver TON Bot faucet telegram bot: @testgiver_ton_bot application used: Tonkeeper desktop (same functionality is available in android version of it too) Note: These are not money with real value, they are only for programming and testing our smart contracts or getting familiar with TON concepts in a safe playground. Website: Arashnm80.com GitHub:...
Solving Codeforces Goodbye 2023 problem A
Просмотров 1926 месяцев назад
problem link: codeforces.com/contest/1916/problem/A Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel Twitter: Arashnm80 LinkedIn: www.linkedin.com/in/Arashnm80
Why python hash changes in each run?
Просмотров 986 месяцев назад
python hash method produces hash of a given object. it should work as a fixed fingerprint which is persistent with the object's data but in reality we can see that it changes on every run. In this video I tell you why this happens and how to change it. P.S. I'm planking too💪 Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel Twitter: Arashnm80 Linke...
How to use Tonkeeper to create a new wallet
Просмотров 3 тыс.6 месяцев назад
In this video we talk about TON cryptocurrency wallets, specifically Tonkeepr, and how to set it up for the first time. Websites used: ton.org/en/wallets tonkeeper.com
How to create private clone of public repo
Просмотров 1016 месяцев назад
There are many times that we need to create a private copy from a public github repository to make changes without anyone being able to see them, Like when you are competing a contest and you're going to submit your answers. In this video I show you how to do it in a few steps. example commands: arashnm80.com/articles/private-clone-of-public-repo
TON Smart Challenge #5 🏆 - (prize: 20,000TON ~ $40,000)
Просмотров 1456 месяцев назад
A ten-day contest organized by TON Foundation and Codeforces, open to both beginners and experienced FunC developers, featuring a total prize fund of $20,000 in Toncoin. Participants will have the opportunity to master their skills in real-life programming cases, unleash interesting details of TVM work, and perform complex tuple manipulations. more info about contest: arashnm80.com/posts/2023/1...
attach multiple images with ImageMagick
Просмотров 526 месяцев назад
You can attach multiple images together with image magick. it's free and downloadable for all platforms from here: imagemagick.org commands: For vertical stacking (top to bottom): magick convert -append * out.png For horizontal stacking (left to right): magick convert append * out.png Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel Twitter: Arash...
creating scratch missiles game
Просмотров 446 месяцев назад
In this video I create a simple missiles game with scratch! We have a green plane that should run away from evil red missiles or he'll be exploded! Website: Arashnm80.com GitHub: github.com/Arashnm80 Telegram: t.me/Arashnm80_Channel Twitter: Arashnm80 LinkedIn: www.linkedin.com/in/Arashnm80
How to use env variables & secrets inside github actions
Просмотров 907 месяцев назад
When we are creating an automation bot, there are lots of times that we use github actions and workflows to eliminate need to use an external server to deploy our code. An important note about security of our code is that we never write passwords and tokens in the middle of our source code. Otherwise they will be seen by others and security of your code will be compromised. What is the solution...
Telegram UI Competition for Android - $30,000 prize fund
Просмотров 1217 месяцев назад
contest information: arashnm80.com/posts/2023/11/29/telegram-ui-competition-for-android/
Serverless Telegram bot with Database Channel
Просмотров 7038 месяцев назад
Serverless Telegram bot with Database Channel
Telegram App Icon Competition - $10,000 prize pool
Просмотров 918 месяцев назад
Telegram App Icon Competition - $10,000 prize pool
ML Competition 2023 - $40,000 prize fund
Просмотров 569 месяцев назад
ML Competition 2023 - $40,000 prize fund
Best way to insert many images in excel
Просмотров 509 месяцев назад
Best way to insert many images in excel
TON October Challenges - more than $30,000 prize
Просмотров 689 месяцев назад
TON October Challenges - more than $30,000 prize
Win 30,000 Toncoins in TON Smart Challenge 4
Просмотров 20211 месяцев назад
Win 30,000 Toncoins in TON Smart Challenge 4
HackerRank Python Solutions: 41. Symmetric Difference
Просмотров 7211 месяцев назад
HackerRank Python Solutions: 41. Symmetric Difference
HackerRank Python Solutions: 40. Collections.OrderedDict()
Просмотров 6411 месяцев назад
HackerRank Python Solutions: 40. Collections.OrderedDict()
HackerRank Python Solutions: 39. No Idea
Просмотров 1811 месяцев назад
HackerRank Python Solutions: 39. No Idea
HackerRank Python Solutions: 38. Find Angle MBC
Просмотров 5911 месяцев назад
HackerRank Python Solutions: 38. Find Angle MBC
37. HackerRank Python Preparation - Time Delta - Challenge Solution
Просмотров 4611 месяцев назад
37. HackerRank Python Preparation - Time Delta - Challenge Solution
36. HackerRank Python Preparation - Collections.namedtuple() - Challenge Solution
Просмотров 6411 месяцев назад
36. HackerRank Python Preparation - Collections.namedtuple() - Challenge Solution
35. HackerRank Python Preparation - Exceptions - Challenge Solution
Просмотров 1211 месяцев назад
35. HackerRank Python Preparation - Exceptions - Challenge Solution
34. HackerRank Python Preparation - Calendar Module - Challenge Solution
Просмотров 2411 месяцев назад
34. HackerRank Python Preparation - Calendar Module - Challenge Solution
33. HackerRank Python Preparation - DefaultDict Tutorial - Challenge Solution
Просмотров 2711 месяцев назад
33. HackerRank Python Preparation - DefaultDict Tutorial - Challenge Solution

Комментарии

  • @AbuHayatPolash
    @AbuHayatPolash 7 дней назад

    Loved the way you are taking care of your body as well as youtube viewers.

    • @Arashnm80
      @Arashnm80 7 дней назад

      Thanks man😃❤️💪

  • @Crixtonaizy
    @Crixtonaizy 15 дней назад

    Bro, make a APPLE MUSIC TO MP3, the same as your Spotify

  • @ruchiragarwal17
    @ruchiragarwal17 15 дней назад

    Amazing bro keep it up

  • @Yesterday_i_ate_rat
    @Yesterday_i_ate_rat 15 дней назад

    Push-up?!

  • @YeahNoTellTheTruth
    @YeahNoTellTheTruth 15 дней назад

    Bro, what are you doing lol, is that a new position you're introducing while working 😂

  • @aminlee5
    @aminlee5 16 дней назад

    Nice one tho ❤💪💪💪Keep pushing

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

    Thank You for Spotify Bot ❤

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

      Thanks for your feedback❤️

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

    ❤🔥

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

    How long can you stay in plank position

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

      As long as a normal youtube video😄

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

    باریکلا داش ادامه بده و نا امید نشو

  • @user-uh8hc1ph6b
    @user-uh8hc1ph6b Месяц назад

    Hi. How can I connect 1 tonkeeper wallet to 4 different accounts on my cellphone. I'm mining yescoin and hamster

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

      In latest version you can create multiple wallets. You can also install multiple tonkeeper apps in android, windows, linux, web browsers, ...

    • @user-uh8hc1ph6b
      @user-uh8hc1ph6b Месяц назад

      @@Arashnm80 🙏 🙏

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

    Thank you for Spotify bot. new Sub!

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

      Happy to hear it.😃❤️

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

    I have the tonkeeper wallet as a app on my mac and its really hard to send my tokens fra the wallet to another wallet?

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

      No it's actually simple. The app looks very similar in all platforms. What is the problem you have?

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

    Thanks for the telegram bot

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

      You're welcome🙂❤️

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

    🎉❤❤❤❤

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

    Came from Telegram, Just to thank you for the spotify telegram bot, Thank you so much for your hardwork!!

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

      Thank you for your feedback🙂❤️🙏

  • @francois-xaviermenage4531
    @francois-xaviermenage4531 3 месяца назад

    I got it ! You used GPT! :D

  • @francois-xaviermenage4531
    @francois-xaviermenage4531 3 месяца назад

    Thank you for your video! Can you post the link toward the website to find the codes for replacing symbols ?

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

    🔥

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

    🔥❤️

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

    😮😮😮

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

    ДЯКУЮ ЗА БОТА В ТГ!!!!

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

      You're welcome🙂❤️

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

    Plese gine me information about safe transaction

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

      What do you want to know?

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

    Can you drop a video on how we can position for ton keeper drop

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

      You mean buying and selling in the application?

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

    My Grandfather smoked his whole life. I was about 10 years old when my mother said to him, 'If you ever want to see your grandchildren graduate, you have to stop immediately'. Tears welled up in his eyes when he realized what exactly was at stake. He gave it up immediately. Three years later he died of lung cancer. It was really sad and destroyed me. My mother said to me- 'Don't ever smoke. Please don't put your family through what your Grandfather put us through." I agreed. At 24, I have never touched a cigarette. I must say, I feel a very slight sense of regret for never having done it, because your video gave me cancer anyway.

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

      I didn't quite understand but ok😄

  • @PremKumar-bq6fx
    @PremKumar-bq6fx 6 месяцев назад

    Telegram bot code ?? Where find

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

      Link in the descrption

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

    can you please give an example question on creating smart contract and make a detialed solution to it (in context to tsc-5) i am a complete beginner to funC and blockchain as well.

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

      I suggest reviewing here: docs.ton.org/develop/smart-contracts/examples#ton-smart-challenges There are many smart contract examples from previous contests.

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

    if i want to use private channel, should i paste channel id or it is only work for public channel that has username?

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

      Yes you can use a private channel with its ID instead of public username. If you needed more guide feel free to ask.

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

    Congrats for 200 subs

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

      thanks for your feedback bro♥

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

    I am a Front-end Web Developer, I have registered 🎉 Who are FunC programmers and what do they do? What project to do in this challenge...

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

      FunC is the native language for programming in TON blockchain. I you want to learn more about it you can start from here: docs.ton.org/develop/func/cookbook Also you can find the tasks of this contest here: github.com/ton-community/tsc5 Feel free to ask me if you needed more information😉✌

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

    Hey, keep going, stay strong .we support ❣

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

      Thanks for the feedback🙂❤

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

    Nice video bro!

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

      thanks for your feedback😊

  • @user-go3po5be1l
    @user-go3po5be1l 7 месяцев назад

    Very good ❤

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

      your'e welcome😉

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

    Please Make a autofilter bot

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

      What is it?😄

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

      @@Arashnm80 your manually type the keyword I need auto filter bot

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

      I still didn't understand what kind of bot do you mean🤔

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

      @@Arashnm80 AutoFilterbot for movies group

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

    You nice one bro but is it possible to add buttons both inline and raw what about inline query is it possible ? Thank you tho best one ❤

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

      Yes all of them are possible with code modifications based on telegram bot API references. But I chose to keep it simple and concise so any non-programmer user with limited knowledge could use it to create their own bot in a very short time. As always thanks for your feedbacks😉♥

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

      Your just the best i love your energy keep up the good work@@Arashnm80

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

    Honestly your bot is doing the most❤

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

      Thanks for your feedback, I'm very happy that you liked it😀😀♥

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

    Bro thanks for the Spotify telegram bot it's so helpful

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

      You're welcome😇😊

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

    Here from the Spotify downloader telegram bot Thank you❤

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

      Thanks for your feedback❤

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

    very nice. thanks for reporting. I can join this competition

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

    Thanks for the telegram bot but it's shocking to see how less people subscribe from a youtuber to a youtuber a small tip post shorts like you can go easy and show shorts about making scratch games when you grab an audience start moving to python and the small python text games that would really help you to grow your channel

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

      Thanks for your advice❤

  • @planet.ai1
    @planet.ai1 9 месяцев назад

    Bro really helpful your telegram bot works very well. Love it

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

      thanks for your feedback. you made me feel real good. ♥🙂

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

    Abdi: Bro you make one ❤❤❤ huge love man

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

      thanks bro. you always motivate me with your great energy🔥

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

    Where i can learn func .... Share some links

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

      You can start learning about funC here: docs.ton.org/develop/func/overview

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

    Very nice 👍❤️

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

      Thank you for your energy🙂❤

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

    Perfect👌

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

    ❤❤

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

    When you want to finish your video you should say "subscribe and ring the bell" otherwise they won't know they should do that

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

      Thank you for your suggestion❤ I might do sth like that in future but the problem is that I don't want to turn my channel into advertisement and be like "all people come and see my stuff, bla bla ...". I want it to be genuine teaching.

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

    Phyton seems a lot easier than CPP, or I don't know enough of it

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

      Yes. It is one of main goals of python👍

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

    Thanks for your good videos❤

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

      Thanks for your feedbacks ❤

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

    👌👌👌