Writing software for E-Book Reader Devices [closed] - c

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can you please recommend any E-Book Reader which can execute a third-party software, so that anybody can create software for such device?

Well there's two I know of:
The OpenInkPot Linux distribution for e-reader devices, which works on a few e-ink readers (and should be ported to more as time goes on). You shouldn't have much trouble writing third party software for that;
The iRex DR1000. Take a look at this forum thread where someone has created a VMware image for doing development targetted at this e-reader.

The Nook from Barnes and Noble has its system software installed on a removable 2GB micro SD card. Since it runs Android, it should be easy to develop your own software for it.

There's web based e-paper development platform thats offered by Visionect. The devices are nice looking yet rugged and waterproof 6" e-paper tablets and the development documentation is fully available (see docs.visionect.com).

Related

Develop a mobile game for all platforms [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to develop a mobile game app. Is there any tool that i should use so that i don't have to remake it again and again for different platforms available?
Also performance is a issue and should be easy to learn.
If you are considering using an engine, with the benefit of writing your code once and then publish it to all platforms, have a look V-Play.
The engine core is written in native C++, combined with the custom renderer, the games reach a solid performance of 60fps across all devices.
V-Play also comes with ready-to-use game templates for the most successful game genres like tower defense, platform games or puzzle games, several tutorials and demos. (V-Play examples & demos)
(API reference)
(Disclaimer: I'm one of the guys behind V-Play)
You can learn OpenGL it graphics library for all platform
http://en.wikipedia.org/wiki/OpenGL
its having good performance but learning curve is more. Hope this will help

The best host server for running a C program? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have developed automatic speech recognition software with C, and would like to develop a web application using that.
But I have no idea where should be the best host server that I can run it.
I really want to run it on Google App Engine, but as far as I know it allows only Java and Python.
So I would be appreciate if you could recommend decent or popular host servers for this purpose.
Amazon's AWS lets you deploy operating systems of your choice, where you can run programs in programming languages of your choice. Smaller competitors are Google's GCE and Microsoft's Azure.
Maybe you can look at Amazon Web Services:
http://aws.amazon.com/

good resources for windows driver development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am a beginner to windows device driver development. So far I read Windows Internals book. I would like to know about any good resources available online so that I can start writing kernel drivers on my own.
Go to How To Write a Windows Driver. Apart from guiding you towards the windows driver kit, it also has good documentation on the various aspects of windows driver development.
Edit: Similar to this question.
You've probably already figured this out, but you will need the Windows Driver Kit to develop drivers for windows. There is also many tools and documentation as well to go with it.

Decoding scuba dive computer log files [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Does anyone know of any libraries that decode one or more of the multitude of different scuba dive computer log file formats?
DAN DL7
IRIS / DRAK
Suunto
Oceanlog
Citizen
ProDive
NiTek Logic
DCDS
Ideally I'm looking for code that'll run in .NET, but I'm willing to transcode from other languages if that's the only option.
Links to articles describing formats is appreciated as well. Sample log files would be handy.
I'm considering creating an open source project for this if no such library already exists. If you'd like to contribute, please mention so as a comment or in your answer.
I have no experience with this but Google turned up the library libdivecomputer.
It supports a number of devices and platforms, and the library is LGPL licensed. However, not all brands you mention appear to be supported.
You can always try contacting the manufacturers to get the data. You might have better luck contacting the engineers specifically, if you can find them.
I don't know much about the industry, but I would suspect you can make a case for opening up their formats, because they are primarily hardware manufacturers.

Contributing to open source projects [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am relatively new to programming, but I enjoy it a lot. I was told that contributing to opensource projects is a good way to learn a lot more. Anywyas, I was wondering if anybody knew what projects I could contribute to--even if I play a small role any experience would be appreciated.
My background is C and Java. I prefer working with C though.
Thanks!
Joey
Well, probably you should contribute to a project you already use.
Go to sourceforge and look for a project you like. You'll be no use to anyone unless you have a personal interest in the software. Pick a project you use in your daily work and play and make it better. Start with a smaller project as you'll likely get a better reception than trying to work on Firefox or the Linux kernel.

Resources