Symbian S60 Code Editor [closed] - editor

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 am looking for an app that will let me type in code ON my cellphone. I don't need to compile or anything, and its not to program for the cellphone. Just something nice to have when an idea pops in my head.
Am I completely overlooking a simple code editor for Symbian S60v3 phones?
I am looking for something similar to CEdit which is for Windows Mobile.

I've used pyEdit on my S60v2 phone, it looks like it's supported under v3 as well.
It depends on the python runtime, so you'll need to install that first.

Try YEdit or LightNotepad

try ped-s60
http://code.google.com/p/ped-s60/downloads/list

You can use visual studio :
http://wiki.forum.nokia.com/index.php/Using_Visual_Studio_6.0_with_S60_3rd_Edition

You can download the very basic edition of Carbide C++ for free from Nokia
This is built on the eclipse platform and is very good.

Related

Is there a merge/comparison tool like VisualStudio but for the Mac? [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 would like to find a tool like VisualStudio but for the Mac. Specifically what I need is to be able to go "back in time" in Git repos to perform side by side file comparisons of code. I know with VS you can do this, is there anything out there for the Mac that will do the same thing? I'm writing in Ruby on Rails if that makes a difference.
VS Code for mac works okay for this if you use the GitLens extension. You can also use a more bloated IDE like RubyMine. You are probably going to be limited on native stuff so find an extension you like in an editor that you like.

Are there open source machine learning libraries that can be integrated with an iOS app (not looking for pros-cons or best/worst libraries) [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 do some on-device analysis on data provided by Coremotion. Are there any lightweight machine learning libraries that can be integrated into iOS apps?
Microsoft open sourced theirs and it's in C++ which you may be able to get to work with that Objective-C++ compiler. Not sure though
heres some details:
http://www.wired.com/2016/01/microsoft-tries-to-one-up-google-in-the-open-source-ai-race/
heres the github:
https://github.com/Microsoft/CNTK
heres help on using the C++ in iOS:
Is it possible to program iPhone in C++

iOS app development on windows 10 64-bit [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 need to build a very simple app for iOS phone but after searching the IDEs for iOS phone development i found that one way to do we will need to install VMWare with OSX image.
Now I am not sure it could be the ultimate solution and i hope there could be some other way to develop apps for iOS with.
Please suggest me some lightweight IDE that could be able to run over windows OS...
Thanks
Don't use VMWare to develop iOS application.
Install Hackintosh
or
In windows, you can use Xamarin or VisualStudio
If you have core2Duo Processor you can install iAtkos.
http://iatkos.me/

How to generate installer application delphi xe7 [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 have just finish a small delphi xe7 application, which need some dll file for working. How should i create the application installer .exe for installing such application in other pc?
I suggest you use Inno Setup, which is free, easy to use and can correctly handle all current OS's flavours.
I don't have XE7, so I'm not aware if there's an installation generator shiped with it or not. If not, I advise you to learn about InnoSetup. It's a free setup wizard generator, that has a scripting language similar to Pascal (PascalScript), so it's very welcoming to Delphi programmers. There's a lot of info about it around the net and its documentantion is complete and clear.

Are there Virtual Twain Scanners? Sort like Daemon Tools virtual CD [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 am testing a scanning application and currently I dont have any scanner to plug it in. Is there anyway to have a virtual scanner like Daemon Tools does with Virtual CD Drives?
There's a Sourceforge project with a sample TWAIN implementation, including a virtual scanner. I haven't found anything similar for WIA.
Yes, there is a pretty simple to use application called UniTwain. I am using it and it works really nice for my users. You can download it from http://www.terminalworks.com/unitwain
I would like to make people aware of GenDS
Download ZIP
According to this web page, GenDS
is a ready-to-build Microsoft C++ 6.0 project that compiles to a
generic TWAIN Datasource (DS)
I am in the process of compiling it so I cannot give further advise.

Resources