open-source

OCR code in android platform [duplicate]

有些话、适合烂在心里 提交于 2019-12-04 15:08:11
Possible Duplicate: android OCR? Currently, I have a project in mobile application. in the application, I would like to developed OCR. Anyone know the sourcecode which can be execute for android platform? Sahil Mahajan Mj The popular OCR libraries are Aspire and Tesseract . Example of it in practice: Mezzofanti ( http://code.google.com/p/mezzofanti/ ), an open-source Android App using Tesjeract. OCR can be pretty CPU intensive, you might want to reconsider doing it on a smart phone. You can look into Tesseract , this link offers some API for Android. 来源: https://stackoverflow.com/questions

Does an open-source Access ODBC driver exist for linux? [closed]

廉价感情. 提交于 2019-12-04 15:08:02
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I am converting a Windows application to run under Linux. The original application used MS Access database files. My original thought was to convert the Access files into SQLite and only use SQLite going forward, which will run under Windows, Linux and OSX. However, the customer has requested that Access files continue to be supported. I have been looking into solutions for using Access files under Linux and

How can I parse descriptive text to a DateTime object? [closed]

只谈情不闲聊 提交于 2019-12-04 14:50:35
Are there any existing libraries in existence that will parse a datetime from a plaintext phrase? I'm looking for something similar to Remember The Milk or Outlook, where the user can enter "next tuesday at 6pm" or "tonight at 7" and the library can spit out {4/28/2009 18:00:00} or {4/25/2009 19:00:00}. I'm considering writing my own, but I'd rather use/contribute to something already in existence. Datejs is an open-source JavaScript Date Library that does what you're asking for: http://www.datejs.com/ It's not .NET, but it is Open Source. 来源: https://stackoverflow.com/questions/789439/how-can

Open source mathematical expression parser? [closed]

时间秒杀一切 提交于 2019-12-04 14:40:54
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I googled and came up blank - so it's time to test the good folks at SO again! :) Can anyone recommend an open source library (pref for .NET) that parses and calculates mathematical expressions? e.g. input expression = "2+(n-1)*4" , parameter key/value n=2 , output = 6 . 回答1: I would take a look at NCalc. Here

Good open source analytics/stats software in PHP? [closed]

拜拜、爱过 提交于 2019-12-04 14:14:49
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . The url shortening service I'm building needs to display some basic click stats to users: # of clicks, conversions, referring domains, and country (filterable by a date range). I'll possibly want more advanced stats in the future. Is there existing open source software that will allow me to pass events to it and

Source code of big/popular websites [closed]

…衆ロ難τιáo~ 提交于 2019-12-04 13:45:37
It's great to find all those little snippets of code on the Web for your current needs, but is there anything better than getting whole application source code at once and reading it like a book? There's no better way to learn positive and negative aspects of various architecture solutions. That's why I was trying to find some known/big websites with its source code published, but haven't found anything more than I knew already ( http://code.reddit.com/browser ) Do you know anything more? PS. Just being curious - have you heard about any unofficial big web site source code leak? Wikipedia's

At which level does one unit test lock-free code?

时光毁灭记忆、已成空白 提交于 2019-12-04 12:50:29
Can LLVM, QEMU, GDB, Bochs, OpenStack or the like be used to unit test lock-free concurrent code on an open-source platform? Has anyone achieved this? If you answer by recommending software, I don't mind, but I mention LLVM, QEMU and the others because these function at various different levels. I should like to learn at which level practical success has been found at interleaving threads under unit-test control. I am aware of SPIN/Promela, incidentally. That is fine software but one cannot compile C++, Rust, etc., onto a SPIN/Promela target as far as I know. Examples of existing, open-source

What do I need to do in order to get OpenOffice.org Calc to read the VBA code in an Excel file?

旧时模样 提交于 2019-12-04 12:21:52
My employer is considering installing OpenOffice.org's suite of Office products instead of using Microsoft Office. I've written several advanced applications in Access and Excel, and I'm trying to figure out what will and will not be compatable with OpenOffice.org. Specifically, what do I need to do to have Calc (OpenOffice.org's version of Excel) read and execute VBA in macro's and tie macro events to button clicks? Also of note, I'm using the MySQL Connector from within Excel to dynamically update data in the spreadsheet. What might I need to do to preserve data connectivity to our MySQL

In need of an open source text language translation api [closed]

半城伤御伤魂 提交于 2019-12-04 12:02:36
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I have read other posts related to this but I haven't got anything concrete. I am developing an android app using phonegap which needs

TFS vs open source alternatives? [closed]

你说的曾经没有我的故事 提交于 2019-12-04 11:42:48
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . We're currently in the process of setting up a source control/build/and more-server for .NET development and we're thinking about either utilizing the Team Foundation Server (which costs a lot of dough) or combining several open source options, such as SourceForge Enterprise