Puzzle Game in C with Raylib
1:13:44
Пікірлер
@ToDelete-ts6ji
@ToDelete-ts6ji 6 күн бұрын
Bro turn my 3am thoughts into reality, i learned cpp for 5 months bit lazy and thinks like how can i create something fast like others in college doing 😂😂
@Napalmcpt
@Napalmcpt 9 күн бұрын
Nice tutorial! Are you from Finland?
@GrandSlayer101
@GrandSlayer101 10 күн бұрын
Man you're clever thank you for your help
@debrucey
@debrucey 11 күн бұрын
Thank you so much for not using teeny tiny font size
@homepander
@homepander 17 күн бұрын
new subscriber. Please make a video for python automotion
@unconv
@unconv 16 күн бұрын
Thanks! Any specific thing you want to automate?
@homepander
@homepander 16 күн бұрын
@unconv Pinterest Automotion
@commonguy7
@commonguy7 18 күн бұрын
i just dont understad how this great video gets so less views man!!youre fkin awesome. appreciate tyour good work!
@lesliedanki8096
@lesliedanki8096 22 күн бұрын
Thank you for this helpful video, I tried to follow the steps and downloaded your GitHub folder but for me , the camera keeps turning and no calorie output is given. Could you direct me to how to get the output please? Thanks for your answer
@Amanali-rl9hw
@Amanali-rl9hw 25 күн бұрын
O1 now pls
@ishangoswami9462
@ishangoswami9462 25 күн бұрын
this really was a very nice video! thanks
@OZTutoh
@OZTutoh 26 күн бұрын
0:10 How are you displaying the contents of that array? What is the content of the index.php file you are running here?
@unconv
@unconv 26 күн бұрын
print_r($_SERVER);
@OZTutoh
@OZTutoh 26 күн бұрын
@@unconv Thank you!
@abdulhadi8_
@abdulhadi8_ 27 күн бұрын
part 2 ????????????????????????????????????????????????
@abdulhadi8_
@abdulhadi8_ 27 күн бұрын
part 2 ????????????????????????????????????????????????
@jacobswiney9977
@jacobswiney9977 10 күн бұрын
It's up to you to make it happen, good luck!
@abdulhadi8_
@abdulhadi8_ 9 күн бұрын
@@jacobswiney9977 if you can't complete any thing then just not start it
@abdulhadi8_
@abdulhadi8_ 27 күн бұрын
part 2 ?????????????????????????????????????????????????
@AG-en5y
@AG-en5y 29 күн бұрын
❤❤❤
@bryanmills5517
@bryanmills5517 Ай бұрын
Jensen Huang was onto something when he said English will be the eventual programming language. Using an AI takes all the challenges out of it. I am 100% guilty of doing this, but sometimes the solutions are too "voodoo." I can understand my own solutions best because they are mine.
@novy857
@novy857 Ай бұрын
Does it really works? when i tried to implemnet openai API it didnt work at all telling me that it cannot read the images in base64 no matter the model i tried. And the response from gpt-4o model was that it cannot do it. What it looks like to me on tour video all the output of calories you are getting is not based on the image itself but on the actual description of it that the images from dalle contain. I am very disappointed
@unconv
@unconv Ай бұрын
It definitely works. You need to send the image in a specific format via the API as you can see at 7:48. You don't just add the base64 encoded image in a regular message. The Dall-e generated description of the image is not sent to ChatGPT in this example, so it definitely sees the image. You can see the full working code from the GitHub link in the description.
@anonymous-ug8tg
@anonymous-ug8tg Ай бұрын
You are amazing
@thomas-sinkala
@thomas-sinkala Ай бұрын
Great video. I have a question, can you suggest a way to select dynamically generated element id using puppeteer and OpenAI?
@youneedspeed4773
@youneedspeed4773 Ай бұрын
wow your project is awesome. I tried to to this myself before i found your video but i didnt manage to get the timing of the subtitles right.
@DanielMunoz-mz5fq
@DanielMunoz-mz5fq Ай бұрын
Is it possible to do it on a Windows machine? I have an auto-certificate with OpenSSL, but I don't know how to use it properly... do you know how I can do it? Thanks :D
@minhlongnguyen3161
@minhlongnguyen3161 Ай бұрын
lol, embed html into c++
@tinatiggrera
@tinatiggrera Ай бұрын
Thank you so much! Loved the explanation and this code perfectly helped my use case!!
@unconv
@unconv Ай бұрын
Awesome!
@NgynAn-dg3kp
@NgynAn-dg3kp Ай бұрын
Not work with shopee, there are login page, otp and captcha to scrape product and if i catch the request hidden api it require a lot of cookie, please help me :(((
@billybofh2363
@billybofh2363 Ай бұрын
Look at you, with your fancy sponsorship! ❣
@unconv
@unconv Ай бұрын
😎
@PrathyupA-j2i
@PrathyupA-j2i Ай бұрын
Can we scrap the details from a paid page, provide I have the login id
@markomarjanovic8348
@markomarjanovic8348 Ай бұрын
First of all, you are a fantastic at explaining this, with no BS. Can you please advise on utilizing AgentQL with cloudflare protection?
@danielrlehmann
@danielrlehmann Ай бұрын
What would happen to the logic if you hit a website with a cloudflare front? Can it bypass this?
@unconv
@unconv Ай бұрын
You can try AgentQL at www.agentql.com
@moamer68
@moamer68 Ай бұрын
Good task but could you make text based video editing tool ... This will use subtitles to remove parts of the cideo
@yusufmalikul
@yusufmalikul Ай бұрын
Thanks. Very great detailed video! For me in case somebody else have the same issue I need to include the math library: gcc -o game main.c -lraylib -lm
@jakasalways
@jakasalways Ай бұрын
Awesome!
@oneke4498
@oneke4498 2 ай бұрын
thank you so much
@cryptoshills
@cryptoshills 2 ай бұрын
Stop manifesting to have a stroke 😂 … nice tut thanks!
@Pokalia1
@Pokalia1 2 ай бұрын
Hello, your video helped me more than you can imagine, thanks a ton! btw i encountered a problem, CV2 has no support for special characters and unicode, so i installed pillow, now it work like a charm, since i'm Brazilian and we use "ç" and "~" in our language, thanks again!
@kryptaxesoftwaredevelopment
@kryptaxesoftwaredevelopment 2 ай бұрын
no help at all. probable should have known the issues before posting
@MannyBernabe
@MannyBernabe 2 ай бұрын
Neat. Thx for sharing.
@dosissolavenenumfacit7004
@dosissolavenenumfacit7004 2 ай бұрын
This textarea holy sh*t - thanks a lot!!
@danielbengtsson9833
@danielbengtsson9833 2 ай бұрын
I'm trying to get the servers external IP (ie, my laptop), so I currently curl a page on another server and I get my IP number in like 0.05 seconds, which is really slow vs loading the same page in an or geetting it with a xmlhttp request in javascript. Is this faster? I get that it's purpose is for multiple requests, but if we just look at the connection speed for a single request, is it faster than curl?
@francescocristiano3133
@francescocristiano3133 2 ай бұрын
Try php 8.4 and see the difference :)
@drac8854
@drac8854 3 ай бұрын
I have selected amazon linux as os Will steps followed here will be same?
@mapache_del_sur
@mapache_del_sur 3 ай бұрын
This was a great help. You are an amazing developer. You saved me so much time and hassle.
@unconv
@unconv 3 ай бұрын
Thank you very much! I'm glad it was helpful.
@ADAMDS1
@ADAMDS1 3 ай бұрын
hi man can you make an tutorial about how to deploy an flask app from subfolder?
@lan2443
@lan2443 3 ай бұрын
Your videos are great! Cant wait to see next one.
@woodtree9975
@woodtree9975 3 ай бұрын
how can we edit the videos collectively in pyhton?for example 500 videos at the same time?prompt : cut 5 seconds in the beginning,5 seconds in the end and adding words for each videos and Making AI read the text in videos?interesting subject but it will help us
@siddheshwarpandhare1698
@siddheshwarpandhare1698 3 ай бұрын
Hi, I am developing ai agent and using function calling. After getting data from api to by function. LLM need to do series of steps on function call response data but llm is only doing first manipulation step Can you help on this issue.
@siddheshwarpandhare1698
@siddheshwarpandhare1698 3 ай бұрын
I am using GPT4 model
@sevenjuan1528
@sevenjuan1528 3 ай бұрын
great video, new sub. Could you make one where you show us how we would go about uploading code into the EC2 to make changes and so on
@eriklarsson5986
@eriklarsson5986 3 ай бұрын
Very good!
@zengineer1010
@zengineer1010 3 ай бұрын
I did watch till the end and I subscribed
@unconv
@unconv 3 ай бұрын
Awesome, thanks!
@Julia-hf9yk
@Julia-hf9yk 3 ай бұрын
Awesome work. I'm really looking forward to a real AI-Assistant which can be used to control my computer. How long will we still have to wait?
@couldntgivafuk
@couldntgivafuk 3 ай бұрын
you may aswell just ask gpt to write the entire code at this point...