User Defined SQLite Functions - Delphi 241
5:21
Convert your DVDs to H264 in Bulk
25:02
CPU Upgrade i3-2120 to i7-2600
11:33
Why I Purchased a Nissan Leaf!
14:14
Comparing Components - Delphi 228
3:40
Parallel ATA in a Modern Computer
3:52
Пікірлер
@SkillNuggets
@SkillNuggets 6 сағат бұрын
once i noticed the hole in the sock i was not able to concentrate on the rest of the video :)
@infinitewisdom9619
@infinitewisdom9619 10 сағат бұрын
Excellent little tutorial! Thank you!
@lazinggu2051
@lazinggu2051 3 күн бұрын
The best DVD to H.264 converter you can operate is the DumboFab DVD Ripper. Using it, you can effectively turn your DVDs into H.264 in bulk in just a few seconds. Aside from that, the conversion process is simple. What’s more, it supports various DVD types, such as DVD-5, DVD-ROM, DVD-9, and more. Moreover, besides H.264, the software also supports various file formats. It includes MP4, VOB, MKV, FLV, WMV, and more.
@Heavens_dor
@Heavens_dor 6 күн бұрын
Question ! Can I make an app that will work on any database structure as long as it is in the same business? Like a spare part management app for example if yes how?
@Alberts_Kviesis
@Alberts_Kviesis 7 күн бұрын
For me personally best things in there are two strings: uses System.StrUtils; OutputStr.AsString:=ReverseString(InputStr[0].AsString);
@oiiia2991
@oiiia2991 8 күн бұрын
wow
@Abdelaziz_Saied
@Abdelaziz_Saied 8 күн бұрын
well explained
@kisfoldi
@kisfoldi 8 күн бұрын
nice.
@trnod
@trnod 8 күн бұрын
A place in France...
@davemurey6119
@davemurey6119 10 күн бұрын
Пора Вам переходить на Lazarus!
@applepine1048
@applepine1048 13 күн бұрын
it's difficult to listen to you. your rhetoric is very specific and not common.
@estudiosideral
@estudiosideral 13 күн бұрын
What kind of SSD recomend for this laptop??
@estudiosideral
@estudiosideral 13 күн бұрын
thanks bro!!
@JhonPalotes
@JhonPalotes 26 күн бұрын
you're videos are cool, I like them, but the the sound you do a lot is kind of annoying. Sorry. Example: kzbin.info/www/bejne/pWPFY5qnrqukg8Ufeature=shared&t=80
@pardalrocha
@pardalrocha 29 күн бұрын
Do you have some sample showing how to implement master-detail view using TControlList?
@RahimullahRahimi-td9zd
@RahimullahRahimi-td9zd Ай бұрын
Thanks for the video i have question can i upgrade my i3 2100 to i5 2500 is it possible any advice please.
@codegearguru
@codegearguru 9 күн бұрын
You should be able to.
@douglastaylor43
@douglastaylor43 Ай бұрын
White orange, orange, white green, blue, white blue, green, white brown, brown.
@codegearguru
@codegearguru 9 күн бұрын
Ahh, the sweet, sweet melody of T568B.
@SuperAnouri
@SuperAnouri Ай бұрын
Amazing. thank you
@PeterSarazin
@PeterSarazin Ай бұрын
I went with the i7-2700K CPU to upgrade my 2nd gen system. It seemed worth it based on the better performance vs price I found online. P.S. I love your naming convention of naming this machine sandy, I think that is brilliant and am going to start using that convention.
@codegearguru
@codegearguru 9 күн бұрын
Yes, it can be hard to come up with names that are memorable. The Xeon E3-1290 is probably the fastest CPU for that socket, although not by much, and no iGPU. So I think the i7-2700K is a great choice.
@PeterSarazin
@PeterSarazin Ай бұрын
The Samsung 830 SSD was available in 2011. It would be a period correct upgrade to the boot drive for that system and would be much faster.
@codegearguru
@codegearguru 9 күн бұрын
If I had a spare SSD I would have used it, but probably not worth buying one for what I'm using it for (Jellyfin Server).
@schobihh2703
@schobihh2703 Ай бұрын
why not use beginupdate endupdate?
@bhdba
@bhdba Ай бұрын
So whats "triggered" with this action, such as : is there any app need "re-authenticated" itd itd.. ? i want to upgrade from 1TB to 2 TB nvme :) great video, thanks!
@codegearguru
@codegearguru Ай бұрын
There shouldn't be anything you need to do. It might be possible that encryption could be tied to the drive serial number or something which would cause you problems, but I've done this many times.
@cardanolive9337
@cardanolive9337 Ай бұрын
Thanks for all the useful videos, i have a question, how do I keep the left/right panels on top of the top/bottom ones ?
@codegearguru
@codegearguru Ай бұрын
On your form you place 3 panels aligned left, right, and client. Within your centre panel, place your panels that you want to align top and bottom.
@brucemcgee5749
@brucemcgee5749 Ай бұрын
Is the spelling mistake the missing "u" from "Re-Colouring"?
@fburton8
@fburton8 Ай бұрын
Interesting! Isn't inverting (black<->white) a different problem to colorizing as demoed? Do you still get artefacts if you do something like PixelColor := ImgBitmap.Canvas.Pixels[x, y]; // Extract RGB values, skipping fully transparent pixels if (PixelColor and $FF000000) <> 0 then begin R := 255 - GetRValue(PixelColor); G := 255 - GetGValue(PixelColor); B := 255 - GetBValue(PixelColor); // Set the inverted color back, preserving alpha channel ImgBitmap.Canvas.Pixels[x, y] := RGB(R, G, B) or (PixelColor and $FF000000); end; ? (Btw, have you ever used Graphics32? Not for a minute suggesting that using that library would be better here, but it does all kinds of compositing with opacity and is very fast.)
@freezer86
@freezer86 Ай бұрын
I already worked around that problem. You can google it and read more, it's deployed at softacom site, article name is "ImageCollection in runtime advanced. TintColor for VCL"
@cengizbalta6371
@cengizbalta6371 Ай бұрын
thanks
@GyanGangaSarita108
@GyanGangaSarita108 Ай бұрын
I want to add one blank row in the lookup list TDBLookupCombobox so that empty value may be selected. Searched everywhere but not found any solution. If you please add any solution video regarding this.
@thebitman489
@thebitman489 2 ай бұрын
Thx! That is what I want. Or just in the half. Could you create a video about docking works like in the Delphi IDE? You can dock into the TPageControl, but u can dock beside/below/above the TPageControl as well in separate TPageControls, depending on the mouse pos.
@joerodriguez8938
@joerodriguez8938 2 ай бұрын
I have really appreciated you videos they are very well composed and very well delivered. Today, 10-19-2024 is Your Blue Iris Codeproject working like it did with deepstack. I have just about given up. Issues started about Dec 2023 when we upgraded to the latest version of Codeproject. I stopped getting animal alerts and triggers. When I tried the solutions I got from BI. I would get triggers but there would not be a subject(person, car) in the video the jpg would show the subject. Again thanks for your great work. I just wanted to know if you were having issues.
@ysteinjakobsen7246
@ysteinjakobsen7246 2 ай бұрын
Thanks!
@KaiokenX60
@KaiokenX60 2 ай бұрын
Dude I don’t know if your still active but I would like to donate to you and how please because you just solved my problem that I’ve been trying to solve over 2 weeks and I’ve had to reset my computer multiple times because it just wouldn’t work and you just nailed it for me in a few short minutes you really are a legend, definitely getting a like and sub plus donation from me sir 🫡
@elangolakshman9650
@elangolakshman9650 2 ай бұрын
thanks bro
@AlanMoreiraMusic
@AlanMoreiraMusic 2 ай бұрын
Thank you, Alister! You solved my problem! Is there a way to lock the toolbars?
@codegearguru
@codegearguru Ай бұрын
You can right--click on the toolbar and select "Lock Toolbar" but I'm not sure if it is of any use.
@johndavies6253
@johndavies6253 2 ай бұрын
Thank you sir, really helpful!
@ladislavtoral4286
@ladislavtoral4286 2 ай бұрын
It should have been there a long time ago. It's 2024 and the €5000 software has outdated syntax from the COBOL days.
@codegearguru
@codegearguru Ай бұрын
Making changes to the language is very problematic, especially if you use third party tools that also need to parse the code, such as Model Maker Code Explorer (MMX) or Pascal Analyzer as these tools also need updating.
@TayschrennSedai
@TayschrennSedai 3 ай бұрын
Isn't Cuda more accurate?
@codegearguru
@codegearguru Ай бұрын
Not sure, it's might be. It's not something that I've noticed.
@loomabox2823
@loomabox2823 3 ай бұрын
Amazing!!! 😎👍
@peterboyle5421
@peterboyle5421 3 ай бұрын
Thank you very much. Big help.
@NeoStarImpact
@NeoStarImpact 3 ай бұрын
Just leaving a comment for the cultured Babylon 5 enjoyer Edit I would have liked a lot if they gave this tool the feature to edit individual names in the list directly. The way of hitting of - clicking on the right file - hitting f2 or rightclick -> rename - having to select the right part cause it always highlights the extension too on default which most of the time I do not want to change - enter imagine this tool would allow us to edit all lines like a text editor. It would be heaven.
@codegearguru
@codegearguru Ай бұрын
Maybe I need to write something...
@Zaaka
@Zaaka 3 ай бұрын
Is it Possible to use DELPHI 12 and SKIA to convert webp images to jpeg? if so how?
@codegearguru
@codegearguru Ай бұрын
Yes, it's possible - but I can't think how to do it off the top of my head.
@jw200
@jw200 3 ай бұрын
I have Aorus Pro X570 MB with Ryzen 5 3600 and some older 4GB GFX. Planning to get Ryzen 5 5600 and 3060 16GB gfx and to 32GB ram. Not a high end update but decent enough for my tasks. For recording YT gaming videos and edit them.
@fburton8
@fburton8 3 ай бұрын
Wouldn’t it be great if Handbrake was written in Delphi?!
@codegearguru
@codegearguru 3 ай бұрын
It would be interesting. A good part of Handbrake is interfacing with other libraries - which in theory Delphi would have no problems doing.
@pmcgee003
@pmcgee003 3 ай бұрын
I'd argue that, especially in this case, it'd be more logical and pleasingly symmetric code to use exit(string result) on every line, and delete the empty result initialisation. 🙂 If the code changes, the compiler should warn us (I think) if we might be exiting without assigning a return value.
@trnod
@trnod 3 ай бұрын
Just put a comment behind the Exit; where you threatens to start using C++ instead... That will make the compiler step up its game...
@exeware
@exeware 3 ай бұрын
It doesn't breakpoint because it's a compiler optimization, if you start using exit(0) just to be able to stop you're missing a good optimization.
@codegearguru
@codegearguru 3 ай бұрын
Certainly if it's something that's being called extremely frequently, but these days, I go for maintainability just about every time.
@aarondcmedia9585
@aarondcmedia9585 3 ай бұрын
For youtube search results, do you think "Setting a breakpoint on an exit statement" would be more successful as a video title?
@Graham_Wideman
@Graham_Wideman 3 ай бұрын
I agree -- this video is not about "you" nor "stopping", it's about the debugger breaking. The current title sounds more like advice about driving your car on the motorway! Nonetheless a useful tip.
@codegearguru
@codegearguru 3 ай бұрын
Done. Thanks. I don't always get to spend much time thinking about a title, or description. It's about having a window of time to record something, and getting it all done. I did make a thumbnail though, so progress?
@aarondcmedia9585
@aarondcmedia9585 3 ай бұрын
@@codegearguru good progress!
@onurhancakmakoglu175
@onurhancakmakoglu175 3 ай бұрын
Hello mate I have the same set and its running well. However I am not sure if both the cpus are working simultaniously. is there a way to check that
@codegearguru
@codegearguru 3 ай бұрын
You could just check in the task manager. You should have 20 cores, and 40 threads/graphs.
@onurhancakmakoglu175
@onurhancakmakoglu175 3 ай бұрын
@@codegearguru it was 10 cores but then I realized I was running win 10 home - which allows only 1 socket -- upgraded to pro and that is it 🤠
@grodarh
@grodarh 3 ай бұрын
Hello. Is it possible to populate TListView footer text by using Livebindings Designer, not programmatically?
@thomaswood8167
@thomaswood8167 4 ай бұрын
I will say that as far as using CPUs that are 10+ years old, Intel made the superior chips compared to AMD’s pathetic FM2+ APUs and AM3’s FX processors.
@codegearguru
@codegearguru Ай бұрын
Yes, prior to Ryzen, Intel was significantly better.
@gamingup27-yt
@gamingup27-yt 4 ай бұрын
Does your i7 2nd generation processor officially support windows 11
@joegoldberg1520
@joegoldberg1520 4 ай бұрын
It’s not officially support , but there’s a workaround to install Windows 11 on unsupported model but do it at your own risk , highly recommended if you have SSD with the minimum 4GB of RAM . I have PC with i72600 + GT1030 + 22GB RAM , I’m using Fedora Linux XFCE much more lightweight than Windows .
@joegoldberg1520
@joegoldberg1520 4 ай бұрын
Previously I tested Windows 11 on my pc running very well , but I heard a humour sooner Windows 11 will block from using patch to bypass system requirements, so do it as soon as possible if you want to give a try .
@codegearguru
@codegearguru 4 ай бұрын
Not at all. CPU not supported, no TPM chip either.