maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all! (https://talk.maemo.org/showthread.php?t=53112)

ArchiMark 2010-05-29 00:09

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 687041)

{snip....}

One thing bothering me is I don't see too many beginners getting involved. That's one of the main aims of the competition, anyone have any ideas to achieve that?

Great point....as I'm just a code noob....

I just built a 'Hello World!" app, can I enter that in the noob category????

;)

Quote:

I have an hour or two before I hit the sack, I might write up a short beginner tutorial following on from the good works of mikec and fatalsaint.. hmm need ideas..
That would be greatly appreciated!....then I can proceed to the next level and make an interactive, multimedia 'Hello World' app!!!

:cool:

kojacker 2010-05-29 01:56

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by ArchiMark (Post 687077)
Great point....as I'm just a code noob....

I just built a 'Hello World!" app, can I enter that in the noob category????

;)

That would be greatly appreciated!....then I can proceed to the next level and make an interactive, multimedia 'Hello World' app!!!

:cool:

Interactive multimedia Hello World might be quite good, enter it anyway :cool:

Alright.. you all wanted it. Pleaded for it. Begged on your knees for it! Ok.. nobody really wanted it but the first fart app for the N900 is here! :D

Build a simple Fart App in 30 Mins! N900, PyQt

http://i90.photobucket.com/albums/k2...528-230425.png

It's a simple tutorial I made, it's not the greatest ever but it might be useful for those who want to learn more about Qt and using Phonon for sound playback and.. farts. Farting in general. It's meant to carry on from the previous beginner tutorials, so visit those first (MikeCs and FatalSaints "Windows.. 30 mins" stickied thread.

I feel so unclean.. *runs off to take a shower*

helex 2010-05-29 09:52

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Nice Kojacker, thankyou. :)

Could you try youself a other audio example? :o

I asked 4 days ago here for help to get a signal from the microphone. Could you please try to help and look into it?

In my opinon I have a great Idea for a really nice project. But, I'm only a python and Qt beginner. So I guess the skill level for the core element of my application is to hight for me. :(

I need "only" every 20 to 100ms the sound level (noise) of the microphone. A spectrum would be even better, but I don't need it. Here is a C++ expample how it should also work at the N900: Link
I have all other needed parts or know how to do.

If it is impossible to do something like this in python, could someone please provide me a Library that could do the trick for me? :rolleyes:

mmlado 2010-05-29 10:33

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 687041)
One thing bothering me is I don't see too many beginners getting involved. That's one of the main aims of the competition, anyone have any ideas to achieve that?

I think bigger prizes get the attention of more professional developers and it's more scary for the beginners. While there were only smaller prizes, professionals were probably working on other things, but now they'll squeeze in time to work on some project for the competition, because it's worth their time.

Good ideas go long way to win a competition like this, but it needs to be implemented equally well, where pros have an advantage.
It's probably as with other competitions. Bigger prizes attract more pros and less beginners. Beginners don't think they can win so why bother.

In this competition it's good that the community will decide on the winners, which means more exposure for every application. On competitions where a small number of people decides, only the top applications get exposure while the others stay buried at the bottom.

I wanted to write my app for a while now, and this was a good motivation to get me started.

I don't think I can win, and all I'm hopping to get is the experience, from writing the app, and the extended exposure. Probably this way my app can get a bigger user base then if I released it outside of the competition.

Lullen 2010-05-29 10:36

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 685379)
lol.. well they say nothing worthwhile was ever easy :p

We'd be very glad to have you aboard Lullen, feel free to sign in the list of participants (wiki) at any time. If you're not sure of your project name yet, just put 'tbd' (to be determined) in there and update it later :)

It's done! :cool:

Btw, I hope you are helping participants with uploading the code and such :)

Lullen 2010-05-29 10:51

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 687041)
It's a bit quiet today, so I thought I would pop in. In other words, *bump*!

We've been going just over a week now, 16 projects are listed on the wiki, $365 of bounty pledges, and we've had 1669 views of the page - so not a bad start I reckon :cool:

Let's hope we can keep it going and build on it :)

One thing bothering me is I don't see too many beginners getting involved. That's one of the main aims of the competition, anyone have any ideas to achieve that?

I have an hour or two before I hit the sack, I might write up a short beginner tutorial following on from the good works of mikec and fatalsaint.. hmm need ideas..

I think there need to be more guides that do not expect you to do some thinking on your own(trolltech guides can be hard). This is my first qt program I write, even my first c++ program and I have had some problems with guides that expect you to understand a bit but you don't. I think that a lot of the problem I have been struggling have been the enviroment and a lot of that have been fixed in the new SDK. Before that I had big problems with compiling etc so I never wrote more then 10 lines of code.

kojacker 2010-05-29 18:18

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by helex (Post 687639)
Nice Kojacker, thankyou. :)

Could you try youself a other audio example? :o

I asked 4 days ago here for help to get a signal from the microphone. Could you please try to help and look into it?

In my opinon I have a great Idea for a really nice project. But, I'm only a python and Qt beginner. So I guess the skill level for the core element of my application is to hight for me. :(

I need "only" every 20 to 100ms the sound level (noise) of the microphone. A spectrum would be even better, but I don't need it. Here is a C++ expample how it should also work at the N900: Link
I have all other needed parts or know how to do.

If it is impossible to do something like this in python, could someone please provide me a Library that could do the trick for me? :rolleyes:

Hi helex, I noticed your post and hoped somebody would have helped you out. Your skills are far beyond mine at this time, hence Im building fart apps whilst you're hiding your ideas from Steve Jobbs :p

I don't know anything about QtMobility tbh, are you using it to receive the sound or does it do other stuff like calculate the levels for you? If it's just to take in the noise, perhaps you check to see if pymedia can be used on the n900 to record noise from the microphone? It might be possible to bypass QtMultimedia altogether :confused:

kojacker 2010-05-29 18:29

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by Lullen (Post 687739)
I think there need to be more guides that do not expect you to do some thinking on your own(trolltech guides can be hard). This is my first qt program I write, even my first c++ program and I have had some problems with guides that expect you to understand a bit but you don't. I think that a lot of the problem I have been struggling have been the enviroment and a lot of that have been fixed in the new SDK. Before that I had big problems with compiling etc so I never wrote more then 10 lines of code.

I must admit, I had the same thoughts. Personally I dont find Qt very good, added to that I'm a Java programmer and stayed away from C++ all my life. So Qt is not a favorite option for me. What I did was turn to Python, using the best bit of Qt, the Qt Designer, only for the application GUI and then finishing the application by using Python as the implementation language - PyQt is Python bindings for the C++ Qt modules and methods so I can do all the same stuff but it's much easier to get started imo :) You also have other packages such as PyGame for, as the name suggests, more gaming related applications. You can find out more about pymaemo at the wiki http://wiki.maemo.org/PyMaemo, also the tutorial link in the first post goes through the environment setup for working with Qt and Python - it's very good imo.

ArchiMark 2010-05-29 20:54

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 687218)
Interactive multimedia Hello World might be quite good, enter it anyway :cool:

Hmmm.......your tutorial has given me new ideas for my 'totally interactive multimedia Hello World' app...... ;)

Quote:

Alright.. you all wanted it. Pleaded for it. Begged on your knees for it! Ok.. nobody really wanted it but the first fart app for the N900 is here! :D

Build a simple Fart App in 30 Mins! N900, PyQt

http://i90.photobucket.com/albums/k2...528-230425.png

It's a simple tutorial I made, it's not the greatest ever but it might be useful for those who want to learn more about Qt and using Phonon for sound playback and.. farts. Farting in general. It's meant to carry on from the previous beginner tutorials, so visit those first (MikeCs and FatalSaints "Windows.. 30 mins" stickied thread.

I feel so unclean.. *runs off to take a shower*
Thanks for doing this kojacker. Excellent!

webhamster 2010-05-30 17:38

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
I join the contest. I'm currently developing the Advanced Geocaching Tool for the N900 and for this contest, I plan a whole bunch of new features, some of which are quiet innovative and all of which are very useful for geocaching.

jolouis 2010-05-31 23:07

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
I know I'm a bit late in responding here but hey can't be checking the thread every two minutes, I'm busy developing for the contest!

Anyways, in response to:
Quote:

While checking out the list, I noticed one of the apps, Flipclock 1.0, has been in development since 2008. I already feel biased, as its my direct competitor, but who is going to judge what is a significant update? I think it should be clearly stated by the author on the wiki, checked by an unbiased person and most importantly taken into account by the voters. Otherwise it doesn't seem too fair...
As the lead developer on Flip, just wanted to point out that while the project "officially" started in 2008, it's been a LONG road since then and there was a lot of downtime in between. Ciro had officially started it, built some of it up in python... then I got on board, helped him out for a few months and got some actual functionality going on... then we left it alone for about 8-10 months (the old "get it working so it doesn't crash every 5 minutes, and call it "done enough for me" mentality!). Then we started to rebuild the entire project from scratch in C to make it more stable/reliable/faster... which took many months... everything got changed around, new features, different way of doing things, etc. Big long wish list of things came up, of which we had maybe 30% done... then the N900 came out, and a whole whack of things didn't work so I basically gave up on it for a few months. Finally in the last two months I got Spenc3 on board to help with the N900 specific code, and we've been doing a lot of backend playing around, but not actual updates/major changes.

This competition is acting as motivation to help us take that "playing around' and apply it to make an "end user ready" application. Whether that counts as being good enough to be worth a bounty or not, that's up to the community ppl to decide, but in my mind it makes perfect sense for the goal of this contest which was to get more apps out there for N900 users. Getting new developers onboard is awesome too, but I think the content should be helping to push both goals.

(And you know, competition or not... if anyone including "the direct competitors" need some coding help or API assistance/etc... especially with that ellusive AlarmD interface... we're more than happy to share what we know and help out! The whole point isn't to get the reward, it's to help build the devel community!)

And one more point... Spenc3 and I are working on a few different apps, so yea we might have a bit more coding background/experience, but we're also trying to help push more apps out there because of it!

NokiaRocks 2010-06-01 17:49

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Would spend 5$.

JereM 2010-06-02 10:06

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
I join the competition. I'm developing my first N900 and Qt application by Python. The application runs in the background and records GPRS traffic counters and there is UI which shows hourly, daily, weekly and monthly traffics. I guess this goes to category "2. System & Utilities".

rmerren 2010-06-03 02:54

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
I have submitted my first app. More useless than the fart app. It is called Old School, and you can read more about it in this thread (or just find it in the Desktop category of Extras-Devel). It is a Python app (PyQt), and I am hoping to write up a short primer on packaging a Python app so that others don't have to spend the two days I spent googling, downloading, testing, and struggling (and so people who actually know how to do it can correct me as well).

haj 2010-06-03 11:14

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Oh,

I'd like to pay $10 to get groups in contacts.. ! :) (ringtone per group, group sms and stuff like that)

Anyone working on that?

Lynoure 2010-06-03 13:20

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by jolouis (Post 692681)
(And you know, competition or not... if anyone including "the direct competitors" need some coding help or API assistance/etc... especially with that ellusive AlarmD interface... we're more than happy to share what we know and help out! The whole point isn't to get the reward, it's to help build the devel community!)

That's the spirit! Remind me to buy you a beer if we ever meet.

A quick AlarmD howto in the wiki would be wonderful to see. Some alarm functionality is in my plan as well, but I probably won't get to that feature within the next 2 months.

kojacker 2010-06-03 16:59

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Great to see things moving on, plus we're well over 2000 views on the wiki :cool:

Quote:

Originally Posted by NokiaRocks (Post 694313)
Would spend 5$.

Are you offering a donation for the prize fund? If so it would be very welcome! :) We're still (yes, still!) getting the paypal situation sorted but let me know if you're happy to pledge that $5 and we'll add you to the list :)

Quote:

Originally Posted by JereM (Post 695539)
I join the competition. I'm developing my first N900 and Qt application by Python. The application runs in the background and records GPRS traffic counters and there is UI which shows hourly, daily, weekly and monthly traffics. I guess this goes to category "2. System & Utilities".

Welcome aboard JereM, that sounds like a pretty interesting application :cool: If you have a spare moment, add yourself to the participants section of the Wiki page so we can keep track of your progress :) If you;re not sure how, let us know what details you want entered and someone will add you on there.

Quote:

Originally Posted by rmerren (Post 696997)
I have submitted my first app. More useless than the fart app. It is called Old School, and you can read more about it in this thread (or just find it in the Desktop category of Extras-Devel). It is a Python app (PyQt), and I am hoping to write up a short primer on packaging a Python app so that others don't have to spend the two days I spent googling, downloading, testing, and struggling (and so people who actually know how to do it can correct me as well).

Haha! Awesome, I seen it in the other thread and thought it's somewhere between genius and insanity.. Im not sure where yet :p Good job!

And a short primer on packaging would be brilliant, I must admit there will probably be bumps in the next few weeks and packaging could be one of them. I've heard it can be a bit confusing at the beginning, Im sure a tutorial would help a lot!

Quote:

Originally Posted by haj (Post 697466)
Oh,

I'd like to pay $10 to get groups in contacts.. ! :) (ringtone per group, group sms and stuff like that)

Anyone working on that?

Im not sure if anyone is working on that, but maybe someone will spot your offer :) Brainstorm or similar might be better sections to get more notice though..

Quote:

Originally Posted by Lynoure (Post 697657)
A quick AlarmD howto in the wiki would be wonderful to see. Some alarm functionality is in my plan as well, but I probably won't get to that feature within the next 2 months.

I hadn't heard of AlarmD until your post, I thought it was an application... seems to be an alternative to cron. Might be more info in this thread http://talk.maemo.org/showthread.php?t=46594

noobmonkey 2010-06-03 17:17

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
ooo i wish qtmobility/multimedia was half decent lol - still might have time to get an entry in :P

kojacker 2010-06-03 17:21

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by noobmonkey (Post 698027)
ooo i wish qtmobility/multimedia was half decent lol - still might have time to get an entry in :P

You better!!! :mad:

There seems a be more than a few issues with those, Im not sure they are near ready for the limelight yet :( For QtMultimedia issues, can it be replaced with pymedia.. somehow? :confused: I wonder how helex is getting on with using it, I hope he got over his stumbling block.. sounds like he has an interesting idea if it works

Edit: nevermind, I see you're helping each other out and he's having a look at GStreamer. If I remember right, the recorder app uses GStreamer. If it's just to get sound data in then it might do alright.

riahc3 2010-06-03 17:28

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 666733)
Qt, PyQt, PyGTK, whatever language you like as long as it's functionally complete, runs safely and easily on the n900. Don't make a virus kthx.

What languages can be used to make a program on a N900? :) Im use to .NET, C, etc but not sure those can run on the N900.

Quote:

Originally Posted by kojacker (Post 666733)
Prizes
Nokia are kindly inviting the six winners (winner of each category) to the MeeGo Conference 2010, in Dublin, Ireland! Travel and accommodation costs will be covered by Nokia. If the winner is unable to attend, a n900 can be offered in exchange.

Can we choose between the trip and the N900?

Quote:

Originally Posted by kojacker (Post 666733)
In addition, we're starting a bounty to award the developer(s) of the best overall apps. If you would like to add to the prize fund please reply/pm me and let me know.. $5, $10, anything would be gratefully received. Why not sponsor your favourite category?

Can we donate a cent? (serious question)

kojacker 2010-06-03 17:40

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by riahc3 (Post 698041)
What languages can be used to make a program on a N900? :) Im use to .NET, C, etc but not sure those can run on the N900.

C++ and Python would be the two most common languages used for n900 development, Qt is the GUI framework and Nokia offer a Qt SDK as a free download (a little like Visual Studio) and is targeted at c++ programming, however Python bindings exist (the PyQt project) to do the same thing for those who would prefer to use Python. Have a look around the development wiki for more in-depth advice on that.

Quote:

Can we choose between the trip and the N900?
I'd imagine so. Qgil said it was an alternative for those who cant make it, well if you don't want to go then I guess you can't make it.. Nokia can't push you on a plane :) Once it gets to that stage and the contest has ended, it'll be between Maemo/Nokia (representative(s)) and the winner to sort out what they want to do and the specifics.

Quote:

Can we donate a cent? (serious question)
lol hmmm ok, well I guess that's up to paypal, though it might cost you more in fees. Im not sure what the minimum transaction amount is with paypal tbh.

zehjotkah 2010-06-03 18:46

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 698059)
lol hmmm ok, well I guess that's up to paypal, though it might cost you more in fees. Im not sure what the minimum transaction amount is with paypal tbh.

there shouldn't be any paypal fees if the donation is marked as such.
that was the problem with the ChpIn site. they marked the donations as payments...

kojacker 2010-06-03 18:52

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Speaking of paypal..

I'll send another pm to Randy to see if there's any update on the maemo.org paypal. I suspect there won't be, but best to get the current position.

Im kinda worried about harassing Randy with too many pm's, im sure he'll be sick of hearing from us :p It is time we started turning pledges into donations though, so it's got to be done :)

Edit: pm sent

riahc3 2010-06-03 21:15

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 698059)
C++ and Python would be the two most common languages used for n900 development, Qt is the GUI framework and Nokia offer a Qt SDK as a free download (a little like Visual Studio) and is targeted at c++ programming, however Python bindings exist (the PyQt project) to do the same thing for those who would prefer to use Python. Have a look around the development wiki for more in-depth advice on that.

Too bad I cant use VB .NET or C....
Guess I cant enter.

kojacker 2010-06-03 21:27

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by riahc3 (Post 698393)
Too bad I cant use VB .NET or C....
Guess I cant enter.

Perhaps you could use it as a reason to develop your language portfolio? I mean, several of us entering the competition are absolute beginners so you wouldn't be alone, it's a learning experience. Indeed I myself have been Java only most of my life and have started learning Python because of the n900. Nobody expects you to start writing world beating apps overnight, I hope you'll still consider getting involved :)

And if you still feel it's too early to write something for this friendly competition, I hope you'll take the opportunity to learn a bit more about developing for the n900. You have good programming experience already, you might find it more straight forward than you think :)

riahc3 2010-06-03 21:51

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by kojacker (Post 698418)
Perhaps you could use it as a reason to develop your language portfolio? I mean, several of us entering the competition are absolute beginners so you wouldn't be alone, it's a learning experience. Indeed I myself have been Java only most of my life and have started learning Python because of the n900. Nobody expects you to start writing world beating apps overnight, I hope you'll still consider getting involved :)

And if you still feel it's too early to write something for this friendly competition, I hope you'll take the opportunity to learn a bit more about developing for the n900. You have good programming experience already, you might find it more straight forward than you think :)

Tried and too confusing to make a msgbox (.NET refrence) from a button.

I really have no "want" in developing for a platform I dont even have.

zehjotkah 2010-06-04 06:05

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
I sent a mail to Quim some days ago about the community PayPal account. No answer.

amh 2010-06-04 19:38

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
This competition is a fab idea, I wish everyone involved the best of luck with it. I'd like to chip in with £20 towards the prize fund.

I'd also like to contribute an application. I'll try and think of something over the next few days and post back.

kojacker 2010-06-05 21:10

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by amh (Post 700035)
This competition is a fab idea, I wish everyone involved the best of luck with it. I'd like to chip in with £20 towards the prize fund.

I'd also like to contribute an application. I'll try and think of something over the next few days and post back.

Awesome! Thanks for the donation pledge amh, according to google £20 works out to be $28.9036. As the pledge list is in dollars, I'll add it on the list with the others as $28 :)

I'll look forward to hearing more on the application you'll be making, add yourself to the participants list on the wiki when you're ready (I just completely ignored the "I'll try" bit, Im sure you'll think of something ;))

kojacker 2010-06-05 21:18

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
By the way, we're up to $393 of prize fund pledges! So far! :cool:

C'mon, who wants to bring us up to a magic $400.. :)

DanielW 2010-06-05 21:59

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Ok, I'll do it. $10 from me. :-)

kojacker 2010-06-05 22:03

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by DanielW (Post 701657)
Ok, I'll do it. $10 from me. :-)

"And then a hero comes alooooonnng..."

Brill! Thanks DanielW, much obliged to you good sir! :)

$403 now, who reckons we'll end up breaking the $500 mark :D

zehjotkah 2010-06-07 08:31

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
still no solution in the paypal case?
texrat, what's up with your old community account?
we have to solve this asap..

jolouis 2010-06-07 20:52

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by riahc3 (Post 698393)
Too bad I cant use VB .NET or C....
Guess I cant enter.

?? Didn't read through all the latest posts but you can code in C for N900, no problem. That's what all of my apps are written in. I think the confusion is with everyone jumping on the QT bandwagon and thinking that's the only thing that exists.... yea QT is cool in concept and things, but there are plenty of alternatives for the here and now...

I'm pretty sure there's got to be QT bindings for C as well for the record.. I don't know for sure, but if there are python bindings, there's probably C bindings too...

helex 2010-06-07 22:04

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
I guess I have a good Idea for a new application. But I'm myself unable to handle it.

What about creating a configurable Sharing Plug-in for the Image Application?

The purpose of this application is to open a choicable external Application with the path of the currently viewed image.
It should be simple to create it with good C++ knowledge. I guess you can find everything what is needed here: http://wiki.maemo.org/Documentation/...ug-in_Creation

I often had the wish to open a image in a external editor. At example to open a photo in MyPaint. :rolleyes:

Then we only need to persuade the MyPaint developer to make this command in the shell working with his application: mypaint %1

davidh101 2010-06-08 18:55

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Right, registered I think......Better get developing.

If anyone wants to see the app, check out the ParcelGenie app on Facebook, Twitter and LinkedIn......Hopefully I will end up with something similar!!!!!

Helmuth 2010-06-09 08:48

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
I added a new Idea to the wishlist:

A tool to edit /etc/xdg/menus/hildon.menu and add Folders to the Application Menu.

See here how it works: http://talk.maemo.org/showthread.php?t=37874

caco3 2010-06-10 08:32

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Please see my post on http://talk.maemo.org/showthread.php?p=708374.
I would like to write something like iPhones SleepCycle.
This would be a bigger project and hopefully involve also other people.

zehjotkah 2010-06-10 08:51

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Quote:

Originally Posted by caco3 (Post 708381)
Please see my post on http://talk.maemo.org/showthread.php?p=708374.
I would like to write something like iPhones SleepCycle.
This would be a bigger project and hopefully involve also other people.

take a look at SleepPy (my latest video is about that).
but I could help help you with my sleeping data anyway... ;)

Nathraiben 2010-06-10 21:28

Re: [ANNOUNCE] The First N900 Coding Competition! 21st May-21st July. Open to all!
 
Oh great - as always I'm late... ;)

I'd still like to give it a try, even if it means getting used to C++ again (holy... it's been like a decade), learning maemo-integration and doing the actual coding in 6 days (which is all that remains of my spare time until the deadline :D).

I already have an idea for a game of variable complexity that I would have written, anyway - and with this competition at least I have a good incentive not to stall development for years. :P

On a side note: I literally drooled at the prospect of going to the conference, even if the chances are really slim. Feeling all powered up!


All times are GMT. The time now is 01:04.

vBulletin® Version 3.8.8