pysnippet.blogspot.com
PySnippet: September 2011
http://pysnippet.blogspot.com/2011_09_01_archive.html
Tech and developer related blog. Thursday, September 22, 2011. Using QtCreator for Arduino development. I just finished a blog post on my company's blog site about using QtCreator as development environment for the Arduino board. Please head over here. To read all about it. Links to this post. Saturday, September 3, 2011. System 76: Linux Devices and Better Business Values. Guest post by Nadia Jones. Look at the end of the post for more info about Nadia. This is a guest post by. Links to this post. I sta...
pysnippet.blogspot.com
PySnippet: chmod-fu for iOS
http://pysnippet.blogspot.com/2014/10/chmod-fu-for-ios.html
Tech and developer related blog. Tuesday, October 14, 2014. Just want to share with you that I published my first app on App Store, chmod-fu. It will help you with calculating the octal value for manipulating file permissions using the chmod. Command which is typically found on Unix and Linux systems. It's also a good tool for deciphering an octal value. I re-wrote the BlackBerry 10 version of the app. To iOS. Below you'll find two screen shots from the iOS app:. October 16, 2014 at 11:20 PM. I started t...
pysnippet.blogspot.com
PySnippet: April 2011
http://pysnippet.blogspot.com/2011_04_01_archive.html
Tech and developer related blog. Wednesday, April 20, 2011. I won the "Travelling salesman" competition! Nokia held a mobile app competition at its Nordic blog which I won! For more info, look here. Links to this post. Wednesday, April 13, 2011. Kdenlive - A great video editor. I've just started to take a look on how to editing videos and was searching the net to find some tools for Linux. After trying a couple I found out about the KDE. To help you getting started. Links to this post.
pysnippet.blogspot.com
PySnippet: May 2011
http://pysnippet.blogspot.com/2011_05_01_archive.html
Tech and developer related blog. Saturday, May 21, 2011. I wish that I had Jessie's girl. Had a great hit with a song called Jessie's Girl. And the same track is now used for the Nokia N9 teaser ad. Which popped up a couple of days ago. I really hope this is a MeeGo device, or to be honest, I just hope it's a Linux Qt/QtQuick enabled device with some MeeGo compliance. Another thing that would be awesome is if Nokia actually puts PySide. Grr I hate not knowing, but I just have to wait and see.
pysnippet.blogspot.com
PySnippet: Informative list views in Cascades (BB10)
http://pysnippet.blogspot.com/2013/01/informative-list-views-in-cascades-bb10.html
Tech and developer related blog. Thursday, January 17, 2013. Informative list views in Cascades (BB10). This post gives an example how you can present the user some informative text or controls when a list view is empty. Typical scenarios where this may be desirable are:. When populating a list view with data from a network service. Show a Fetch data. Button if the list view is empty. Present any error that might occur while downloading/processing the data. Showing search result in a list view. Modelempt...
pysnippet.blogspot.com
PySnippet: October 2014
http://pysnippet.blogspot.com/2014_10_01_archive.html
Tech and developer related blog. Tuesday, October 14, 2014. Just want to share with you that I published my first app on App Store, chmod-fu. It will help you with calculating the octal value for manipulating file permissions using the chmod. Command which is typically found on Unix and Linux systems. It's also a good tool for deciphering an octal value. I re-wrote the BlackBerry 10 version of the app. To iOS. Below you'll find two screen shots from the iOS app:. Links to this post.
pysnippet.blogspot.com
PySnippet: January 2013
http://pysnippet.blogspot.com/2013_01_01_archive.html
Tech and developer related blog. Tuesday, January 29, 2013. Planning Poker for BB10. Check out my new app, Planning Poker. For BlackBerry 10. It's created using Qt and Cascades/QML. The source code, which is released under the Apache License v2.0, is available from the project page. Links to this post. Thursday, January 17, 2013. Informative list views in Cascades (BB10). This post gives an example how you can present the user some informative text or controls when a list view is empty. Show a Fetch data.
pysnippet.blogspot.com
PySnippet: August 2011
http://pysnippet.blogspot.com/2011_08_01_archive.html
Tech and developer related blog. Saturday, August 13, 2011. Tvmatchen for Nokia N9. I just released a video of my port of tvmatchen for Nokia devices (Symbian 3 and now N9). Tvmatchen is a tv-guide application for live sports and is only available in Swedish. Actually wrote a couple of lines about the application, even though the app is in Swedish. The review. Link to the article. And of course the video. Links to this post. Subscribe to: Posts (Atom). Contact: mario.boikov@gmail.com.
pysnippet.blogspot.com
PySnippet: March 2011
http://pysnippet.blogspot.com/2011_03_01_archive.html
Tech and developer related blog. Tuesday, March 29, 2011. It has been out there for a while but I haven't had time to try it out, PySide 1.0 with QML support! This really gives you a über rapid app development environment. The power of Python combined with the awesomeness of the declarative language QML from the Qt framework. Take a look and feel free to play with the example below:. Value: print "Setting message property to", value self. msg = value self.messageChanged.emit() else: print "Me...OnMessage...