<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Ziga's code - Latest Comments</title><link>http://zigaham.disqus.com/</link><description></description><atom:link href="https://zigaham.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 25 Oct 2012 06:37:00 -0000</lastBuildDate><item><title>Re: List Unfinished Tasks in Moodle (ucilnica.*.uni-lj.si)</title><link>http://zigaham.com/blog/2011/03/12/moodle-todo/#comment-691887749</link><description>&lt;p&gt;odlično, hvala :)&lt;br&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matox</dc:creator><pubDate>Thu, 25 Oct 2012 06:37:00 -0000</pubDate></item><item><title>Re: APE-Project How To: Build Server-Side Module in C to use with Javascript</title><link>http://zigaham.com/blog/2010/04/27/ape-project-how-to-build-server-side-module-in-c-to-use-with-javascript/#comment-400567303</link><description>&lt;p&gt;Hi, can you explain more on how to hook it up into the APE server?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Lee</dc:creator><pubDate>Wed, 04 Jan 2012 13:55:35 -0000</pubDate></item><item><title>Re: List Unfinished Tasks in Moodle (ucilnica.*.uni-lj.si)</title><link>http://zigaham.com/blog/2011/03/12/moodle-todo/#comment-373739894</link><description>&lt;p&gt;Dela super, hvala!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nsaje</dc:creator><pubDate>Sun, 27 Nov 2011 14:55:00 -0000</pubDate></item><item><title>Re: Broken Samsung 22&amp;#8243; Display</title><link>http://zigaham.com/blog/2010/09/09/broken-samsung-22-display/#comment-281426513</link><description>&lt;p&gt;Thanks, I think I still have everything around, so I might try fixing it when I come back to Slovenia.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hamax</dc:creator><pubDate>Tue, 09 Aug 2011 14:49:36 -0000</pubDate></item><item><title>Re: Broken Samsung 22&amp;#8243; Display</title><link>http://zigaham.com/blog/2010/09/09/broken-samsung-22-display/#comment-281021890</link><description>&lt;p&gt;Judging from the 2nd picture you took, it is obvious that the power board is the problem. Replace those eletro-capacitors and the monitor will be good to go again. :) alvalee at gmail dot com&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alva Lee</dc:creator><pubDate>Tue, 09 Aug 2011 03:15:47 -0000</pubDate></item><item><title>Re: Reboot to Windows shortcut for Ubuntu 9.10+ (Grub 2)</title><link>http://zigaham.com/blog/2010/03/26/reboot-to-windows-shortcut-for-ubuntu-9-10-grub-2/#comment-204400102</link><description>&lt;p&gt;Looks like somebody "prettied" this idea up a bit.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.webupd8.org/2011/05/custom-unity-launcher-to-reboot-in.html" rel="nofollow noopener" target="_blank" title="http://www.webupd8.org/2011/05/custom-unity-launcher-to-reboot-in.html"&gt;http://www.webupd8.org/2011...&lt;/a&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DarwinSurvivor</dc:creator><pubDate>Mon, 16 May 2011 05:54:52 -0000</pubDate></item><item><title>Re: IRC Scripts and Bots and stuff and things</title><link>http://zigaham.com/blog/2010/09/21/irc-scripts-and-bots-and-stuff-and-things/#comment-89996821</link><description>&lt;p&gt;pyfibot already includes this feature (html tittles)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hamax</dc:creator><pubDate>Mon, 25 Oct 2010 17:24:04 -0000</pubDate></item><item><title>Re: IRC Scripts and Bots and stuff and things</title><link>http://zigaham.com/blog/2010/09/21/irc-scripts-and-bots-and-stuff-and-things/#comment-89994773</link><description>&lt;p&gt;Interesting site. Printing title of the web page posted on the channel would be pretty cool feature. I implemented very basic version, which only handles HTTP and requires valid HTML (it can't, for example, parse mp3 file and print it's title, etc) using python. Output format was someting like '[$title]' (where $x denotes variable).&lt;/p&gt;&lt;p&gt;(Not sure if I'm allowed to post in Slovene ;-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">blaz</dc:creator><pubDate>Mon, 25 Oct 2010 17:14:11 -0000</pubDate></item><item><title>Re: Reboot to Windows shortcut for Ubuntu 9.10+ (Grub 2)</title><link>http://zigaham.com/blog/2010/03/26/reboot-to-windows-shortcut-for-ubuntu-9-10-grub-2/#comment-75155658</link><description>&lt;p&gt;Thanks for the comment.&lt;br&gt;&lt;br&gt;I forgot to mention that you have to run update-grub. My old script should work: grub-set-default does set it as default, but if you correctly altered the config to default=saved, "sed -i s/'${chosen}'/0/g /boot/grub/grub.cfg" should set the default back after selecting windows in the grub menu.&lt;br&gt;&lt;br&gt;But your solution with grub-reboot is better anyway.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hamax</dc:creator><pubDate>Tue, 31 Aug 2010 17:53:06 -0000</pubDate></item><item><title>Re: Reboot to Windows shortcut for Ubuntu 9.10+ (Grub 2)</title><link>http://zigaham.com/blog/2010/03/26/reboot-to-windows-shortcut-for-ubuntu-9-10-grub-2/#comment-75155655</link><description>&lt;p&gt;Okay, I got it working now. For everyone else struggling with this issue:&lt;/p&gt;&lt;p&gt;1) After editing /etc/default/grub run "sudo update-grub"&lt;/p&gt;&lt;p&gt;2) The content of my &lt;a href="http://win-reboot.sh" rel="nofollow noopener" target="_blank" title="win-reboot.sh"&gt;win-reboot.sh&lt;/a&gt; (you obviously have to change the OS name to whatever your Windows name or number in grub is):&lt;/p&gt;&lt;p&gt;#!/bin/bash&lt;br&gt;grub-reboot "Microsoft Windows XP Home Edition (on /dev/sda1)"&lt;br&gt;reboot&lt;/p&gt;&lt;p&gt;This makes it boot to Windows only on next reboot, unlike grub-set-default which sets default until changed. In case anyone is wondering, found it here: &lt;a href="http://ubuntuforums.org/showthread.php?t=1195275" rel="nofollow noopener" target="_blank" title="http://ubuntuforums.org/showthread.php?t=1195275"&gt;http://ubuntuforums.org/sho...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arttu</dc:creator><pubDate>Thu, 06 May 2010 12:07:27 -0000</pubDate></item><item><title>Re: Reboot to Windows shortcut for Ubuntu 9.10+ (Grub 2)</title><link>http://zigaham.com/blog/2010/03/26/reboot-to-windows-shortcut-for-ubuntu-9-10-grub-2/#comment-75155654</link><description>&lt;p&gt;I tried this on 10.04 but now Windows XP is set to boot as default. Hmm. I did run update-grub though, but that should be done shouldn't it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arttu</dc:creator><pubDate>Thu, 06 May 2010 00:47:33 -0000</pubDate></item></channel></rss>