Comments for Code Yarns 👨‍💻 https://codeyarns.wordpress.com Notes from the world of software Fri, 21 Jul 2023 09:40:55 +0000 hourly 1 http://wordpress.com/ Comment on /casper/vmlinuz file not found error on Ubuntu Desktop 12.04.2 LTS installation by Tung Van Mai https://codeyarns.wordpress.com/2013/03/17/caspervmlinuz-file-not-found-error-on-ubuntu-desktop-12-04-2-lts-installation/#comment-197221 Fri, 21 Jul 2023 09:40:55 +0000 http://choorucode.com/?p=3321#comment-197221 In reply to W. F. Wall.

my case: use a new usb and run rufus with administrator. It’s work.

Like

]]>
Comment on How to add program to Open With in Ubuntu by GilNeral https://codeyarns.wordpress.com/2014/05/20/how-to-add-program-to-open-with-in-ubuntu/#comment-189256 Tue, 15 Sep 2020 23:33:51 +0000 http://choorucode.com/?p=4620#comment-189256 Great way to go, it works flawlessly even for Elementary OS 5.1.7 Hera (2020) based on Ubuntu 18.04.

Like

]]>
Comment on No medium found error with Lubuntu by Phil https://codeyarns.wordpress.com/2019/06/18/no-medium-found-error-with-lubuntu/#comment-189201 Tue, 15 Sep 2020 18:59:02 +0000 http://codeyarns.com/?p=9856#comment-189201 surprised, that worked, thanks !!

Like

]]>
Comment on PowerShell: Change the Color of the Prompt by Ahmad Abdallah https://codeyarns.wordpress.com/2011/09/03/powershell-change-the-color-of-the-prompt/#comment-187496 Sun, 06 Sep 2020 12:21:53 +0000 http://codeyarns.wordpress.com/?p=2092#comment-187496 my prompt is ” [Username dir]$ ” and it is colored perfectly with your code, I just want to color the dir a different color, how can I do that?

Like

]]>
Comment on Keyboard not working in GRUB boot menu by sparto https://codeyarns.wordpress.com/2015/09/25/keyboard-not-working-in-grub-boot-menu/#comment-186788 Wed, 02 Sep 2020 14:54:00 +0000 http://codeyarns.com/?p=7354#comment-186788 i have a same problem .usb keyboard is not working also i cant go to bios menu.

Like

]]>
Comment on Pip install error with PyCUDA by beran https://codeyarns.wordpress.com/2015/07/31/pip-install-error-with-pycuda/#comment-186483 Tue, 01 Sep 2020 03:44:05 +0000 http://choorucode.com/?p=7161#comment-186483 In reply to qingfeng.

thank you

Like

]]>
Comment on How to convert Python dict to class object with fields by Conrad Braam🤖 (@zaphodikus) https://codeyarns.wordpress.com/2017/02/27/how-to-convert-python-dict-to-class-object-with-fields/#comment-185476 Thu, 27 Aug 2020 10:16:49 +0000 http://codeyarns.com/?p=9023#comment-185476 class objectview(object):
def init(self, d):
self.dict = d

Will return an ‘object’ from a supplied dictionary ‘d’
This is not a 2-way conversion, to accomplish that, you want to create getters and setters, this requires a wrapper class and use of the getattr() and it’s companion setattr() method. Hope this short converter function answers some of the question though.

Like

]]>
Comment on How to play ARF file on Linux by Ford https://codeyarns.wordpress.com/2018/02/13/how-to-play-arf-file-on-linux/#comment-185451 Thu, 27 Aug 2020 08:41:32 +0000 http://codeyarns.com/?p=9477#comment-185451 Still no solution?

Like

]]>
Comment on Thrust: zip_iterator by 关于C ++:如何使用CUDA生成随机排列 - 4Find https://codeyarns.wordpress.com/2011/04/04/thrust-zip_iterator/#comment-184123 Sat, 22 Aug 2020 07:40:25 +0000 http://codeyarns.wordpress.com/?p=1689#comment-184123 […] Thrust: zip_iterator […]

Like

]]>
Comment on How to activate virtualenv in Fish by alex zieme https://codeyarns.wordpress.com/2016/01/13/how-to-activate-virtualenv-in-fish/#comment-182870 Mon, 17 Aug 2020 13:36:49 +0000 http://codeyarns.com/?p=8310#comment-182870 thanks for the tip, very helpful

Like

]]>