Тёмный
Code Maven
Code Maven
Code Maven
Подписаться
Programming in Rust, Python, Perl; Git, GitHub, GitLab, Docker, CI/CD and related subjects.
GitHub Pages for Perl developers
1:13:02
14 дней назад
Reading JSON files in Rust
1:07:42
Месяц назад
Using the liquid template system in Rust
1:11:46
2 месяца назад
Functional programming in Python
1:13:59
2 месяца назад
Python programming course 2024.12 part 30
44:06
2 месяца назад
Python programming course 2024.12 part 29
45:35
2 месяца назад
Python programming course 2024.12 part 28
52:18
2 месяца назад
Testing Python code with pytest
1:18:49
2 месяца назад
Web development in Rust using Rocket
1:22:15
2 месяца назад
Getting started with Docker for Perl developers
1:21:00
2 месяца назад
Python programming course 2024.12 part 27
37:46
2 месяца назад
Python programming course 2024.12 part 26
57:02
2 месяца назад
Python programming course 2024.12 part 25
54:52
2 месяца назад
GitHub pages for Rust developers
1:04:21
2 месяца назад
Python programming course 2024.12 part 24
47:55
2 месяца назад
Python programming course 2024.12 part 23
46:46
2 месяца назад
Python programming course 2024.12 part 22
57:40
2 месяца назад
Python programming course 2024.12 part 21
44:18
3 месяца назад
Python programming course 2024.12 part 20
50:13
3 месяца назад
Python programming course 2024.12 part 19
53:32
3 месяца назад
Python programming course 2024.12 part 17
48:18
3 месяца назад
Python programming course 2024.12 part 18
45:02
3 месяца назад
Комментарии
@user-hv9pj8lr1r
@user-hv9pj8lr1r День назад
hi, where to find the code ?
@CodeMaven
@CodeMaven День назад
Link to code added to the page about the video rust.code-maven.com/implementing-wc-in-rust
@rsalmei
@rsalmei День назад
Gabor, it doesn't make sense to `.collect().len()` an Iterator. Just `.count()` it.
@galiKZ0
@galiKZ0 День назад
To skip the first argument (which is always the name of the program itself), you could use the following : for filename in std::env::args().skip(1) { println!("{filename}"); }
@CodeMaven
@CodeMaven День назад
nice
@CodeMaven
@CodeMaven День назад
thanks, added to the plans
@offic-coin
@offic-coin 4 дня назад
Great, love it!
@DaveCrossUK
@DaveCrossUK 14 дней назад
Thanks for the plug for my courses 🙂 You mentioned CNAME as being the older way to deal with custom domains. That's not really the case. CNAME is still the mechanism for configuring custom domains - and if you update the domain through the settings page, you'll get a commit to your repo that reflects that change in the CNAME file.
@arete_
@arete_ Месяц назад
Thanks a billion for this video. I spent two days with this before I found your video. BTW you have the exact same voice as Jens Stoltenberg 😂
@szabgab529
@szabgab529 29 дней назад
I hope people won't confuse the instructions we give 🙂
@tsaari_
@tsaari_ Месяц назад
hi I saw your python course, are you going to do a similar one for Rust? interested because the simple things I can do with python just don't work at all if I try Rust
@CodeMaven
@CodeMaven Месяц назад
Thanks. Maybe. I just ran a full course at a client so I think my material is pretty solid for a course, but I am not sure I'll have the time for the recordings now.
@nicklase0000
@nicklase0000 Месяц назад
It's a bit annoying that the video recording software is not properly capturing the updates in the git bash window. So the explanation you do at 28:00 and onward is a bit hard to follow.
@CodeMaven
@CodeMaven Месяц назад
Oh, we had that during the event. I was hoping at least the recording will come out right. Apparently Zoom handled it badly. I guess I'll have to run this event once again with a different setup.
@360nickx
@360nickx 2 месяца назад
wow thanks :)
@raj-we9yr
@raj-we9yr 2 месяца назад
My sincere thanks for sharing your very useful Perl examples. In this video you have clearly shown a useful Perl idiom: reading text data and moving it into variables. May I ask if there is any video in this channel where you read fixed length binary data from a binary file and assign each binary record to perl variables? How would we unpack the file record in such case?
@Dmitrii_NY
@Dmitrii_NY 2 месяца назад
Too long introducing 😂. 🐪
@takahashinji5286
@takahashinji5286 2 месяца назад
Thanks for your effort on delivering this information
@takahashinji5286
@takahashinji5286 2 месяца назад
Thank you for such informative session!
@awnion
@awnion 2 месяца назад
🦀
@jhnb
@jhnb 2 месяца назад
thanks
@VenkataRamana-oc9hu
@VenkataRamana-oc9hu 3 месяца назад
simple and super easy
@jeffwark8137
@jeffwark8137 4 месяца назад
Thank you for a great tutorial video.
@elina35462
@elina35462 4 месяца назад
Note that clippy has a way to automatically apply fixes for some of the lints with cargo clippy --fix. These are called machine applicable rules
@Jucidful
@Jucidful 4 месяца назад
Thank you, it was really useful
@AleksejsGluhovs
@AleksejsGluhovs 4 месяца назад
This is the Way
@BrazenNL
@BrazenNL 5 месяцев назад
Most terminals allow you to click on a link, either with Cmd, Ctrl, Shift, whatever …
@sdlfljdfkl
@sdlfljdfkl 5 месяцев назад
Nice walk-through!
@jocketf3083
@jocketf3083 5 месяцев назад
Interesting! I was under the impression that strings would relocate every time they grew. Nice to see I was wrong!
@rsalmei
@rsalmei 5 месяцев назад
You can debug print a String (as in println!("{string:?}")), so that it gets automatically enclosed in double-quotes "string".
@CodeMaven
@CodeMaven 5 месяцев назад
Hmm, that's a good idea.
@reneribaud8912
@reneribaud8912 5 месяцев назад
This video is interesting and illustrates the memory reallocation process well. But you should emphasize more that this process also relies on the OS and is not solely dependent on Rust.
@alexikamran7039
@alexikamran7039 7 месяцев назад
do you do bootcam?
@yash1152
@yash1152 7 месяцев назад
5:40 1:32:05
@whatareyoulookingfor6789
@whatareyoulookingfor6789 8 месяцев назад
Coolnesssss!
@jacekjacenty
@jacekjacenty 9 месяцев назад
That reminds me of how recruiters think, how recruitment works and why I should never be on the market if I can avoid it. I feel sorry for the young, talented people at the bottom of the ladder. The odds are against them more than the average person without talent.
@user-ht7qi5fh5l
@user-ht7qi5fh5l 10 месяцев назад
Hello, at minute 1:27, after running the command 'docker build -t mydocker .,' the left side of the terminal changes to proceed with the tutorial. My question is, how did that change happen
@CodeMaven
@CodeMaven 10 месяцев назад
I am not sure what are you talking about. When running the docker build command you see the output of the command running and you get back the same prompt as before.
@user-ht7qi5fh5l
@user-ht7qi5fh5l 10 месяцев назад
The minute I put in my comment was not correct, I was referring to minute 1:23.
@CodeMaven
@CodeMaven 10 месяцев назад
@@user-ht7qi5fh5ldo you mean the reverse-i-search? That's part of the (Linux) shell, not of Docker. It lets search among the commands in your history. You get this by pressing Ctrl-r and then start typing an earlier command.
@user-tp3bd
@user-tp3bd 11 месяцев назад
thanks
@Jinjr322
@Jinjr322 Год назад
apparently playwright.config file is being ignored when under cucumber.js test runner. im facing timeout 5000ms every time i use exact(....).toBeVisible() and similar from playwright/test library. furthermore it doesnt wait even 5000ms it just instantly fails test. any ideas?
@kimmartis317
@kimmartis317 Год назад
Question: mouse wheel works in TK:Listbox. Close the main window and open another window with a list box. Mouse wheel does not scroll in Listbox unless you click on list or scroll bar. Any suggestions?
@fpv_am
@fpv_am Год назад
Hi, I have a question, it works this way, but once I put that dockerfile in compose, cron doesnt start automatically, I need to connect to container shell and start cton manually, what am I doing wrong?
@CodeMaven
@CodeMaven Год назад
Without seeing your code it is rather difficult to know what's going on. Besides I think there are better forums to ask this.
@ElementResources-rp8ox
@ElementResources-rp8ox Год назад
Very nice video. Thank you.
@shmuelk3018
@shmuelk3018 Год назад
I have already opened 8 PR, and 4 already Merged😊 Thank you very much
@BigBrother4Life
@BigBrother4Life Год назад
Thank you sir, i made my first contribution through this.
@yaroshchenko_coder
@yaroshchenko_coder Год назад
Please tell me how games are made on Perl 5??? How is the graphics rendered? I understand that Perl 5 runs on a server, but how does it handle graphics??? There are game engines for Perl, if possible, tell us about this method... Thanks...
@szabgab529
@szabgab529 Год назад
Wouldn't it better to ask it on a public forum and not on a random video about Perl?
@yaroshchenko_coder
@yaroshchenko_coder Год назад
@@szabgab529 Unfortunately, I'm new to Perl programming and I don't know where to write and how to reach out to the community. I have bad English and I comprehend knowledge through old books and articles + RU-vid channels, I asked the question because I have been spotting your channel for a long time and heard about the game on the Web from this video. I really want to make a website, but I don't know how to administer it, I have experience in Php, everything is simple there, there is support, but there is a problem with Perl 5, the hosting services support the old version, not 5.36.0.
@CodeMaven
@CodeMaven Год назад
Here you can find a few places where you can get help: for perl-related questions perlmaven.com/help
@yaroshchenko_coder
@yaroshchenko_coder Год назад
Hello, <<TEXT /** ... */, can I put it in a variable, array or other and output it? print <<ETEXT ...txt... ETEXT; - works, my $a = <<ETEXT .... /// print $a; - no. How do I copy the contents of here-document (here-doc), using Perl 5? Maybe there are built-in functions in Perl for working with the buffer: - Retrieve content from buffer - Copy - Paste into a text file Is something like this possible in Perl? Thanks for the answer and helpful content!
@lutzfilor56
@lutzfilor56 Год назад
Just stumbled about this project - try to catch up and start from the beginning - Love it
@SuperAdil08
@SuperAdil08 Год назад
Thx❤
@yaroshchenko_coder
@yaroshchenko_coder Год назад
Вы и на Ruby пишете? Круто! 🙂
@yaroshchenko_coder
@yaroshchenko_coder Год назад
Я изучаю Perl5 в 2023, не понимаю где Perl7???
@renren3938
@renren3938 Год назад
Bravo
@RachelAmadoBortnick
@RachelAmadoBortnick Год назад
maraviya, a kontinuar!
@daughterofarevolutionary-s4376
Hello Sir, Thank you so much for making this possible for us. I look forward to learning about this course. How do I view the schedule?
@CodeMaven
@CodeMaven Год назад
This is the announcement of the course where you can also see the time of the meetings: If you'd like to actively participate then contact me via email and I'll send you the payment information. osdc.code-maven.com/c/osdc-2023-01-perl
@RachelAmadoBortnick
@RachelAmadoBortnick Год назад
Fabulous work. I recommend it to all learners of Ladino.
@szabgab529
@szabgab529 Год назад
Thank you! The best recommendation I could dream of!
@RachelAmadoBortnick
@RachelAmadoBortnick Год назад
Gabor, you did an excellent job explaining the language.
@szabgab529
@szabgab529 Год назад
Thank you!. This coming from you makes me really happy!
@StevenBoutcher
@StevenBoutcher Год назад
This is great! I'm currently stealing pieces of this awesome framework to add Cucumber to my Playwright framework that tests ElectronJS apps (Playwright's got experimental support). Thanks for making this video to help explain the framework!
@Yasser-hq1xo
@Yasser-hq1xo Год назад
could you share your repos please
@jesuss0777
@jesuss0777 Год назад
I cant run feature files because It doesn't see Scenarios, given when ... I have extensions
@waxy6666
@waxy6666 Год назад
This is not explicit enough. If you really want to help, you should go all the way. I have tried using a file handle, and then regex to look for a string within the file, but it doesn't find it: #!/usr/bin/perl system ("unzip -p harman_hisbo_15.odt meta.xml > meta.txt"); system ("touch result.txt"); open(INPUT, '<', 'meta.txt'); open(RESULT, '>', 'result.txt'); print RESULT "It matches " if (<INPUT> =~ /date/); system ("less result.txt"); system ("touch -d 20080824 harman_hisbo_15.odt"); My aim is to use the date, or rather the digits following the string date, to change the file's date to the original creation date of the OpenOffice document. I don't understand why the file handle <INPUT> does not allow me to find anything in it. Would be great if you have a solution.
@CodeMaven
@CodeMaven Год назад
If you would like to get help I collected a list of places where you could ask for help: perlmaven.com/help