VoIP library for Android [closed]

From android version 2.3 SIP API is added in Android. you can use either inbuilt SipStack library or third party open source sip stacks. Refer Android Developer’s Guide There are different open source sip stack libraries as well as projects are available on internet. You can download the source code of that projects. Here is … Read more

Code signing certificate for open-source projects? [closed]

[*] For open source developers, Certum provides code signing certificates for free* Just enter “open source developer” in the “company” field when you request the certificate. That’s it. Link to open source code signing certificates is here [*] Starting 2016, the Open Source Code Signing certificate is no longer available for free. It is now … Read more

Displaying fancy equations with Java [closed]

I know these libraries for Java: JEuclid (MathML renderer; Apache License) JLatexMath (Latex renderer; GNU License) improved JMathTeX JMathTeX (Latex renderer; GNU License) HotEqn (Latex renderer; GNU License ?) SnuggleTex (Latex renderer; BSD License) For the animation part of your question, you can look at these projects: DragMath equation editor (Swing interface; GNU License) Mirai … Read more

iOS: Open Source VoIP/SIP Objective-C Code [closed]

You may take a look at siphon (http://code.google.com/p/siphon/). From their homepage: Home of the World’s first free SIP/VoIP application for iPhone and iPod Touch 1 and 2. Siphon SIP/VoIP project is the first in his category that works on iPhone and iPod Touch 2 with headset for all SIP providers. It is a native application … Read more

Reading CSV files in C# [closed]

Here, written by yours truly to use generic collections and iterator blocks. It supports double-quote enclosed text fields (including ones that span mulitple lines) using the double-escaped convention (so “” inside a quoted field reads as single quote character). It does not support: Single-quote enclosed text \ -escaped quoted text alternate delimiters (won’t yet work … Read more

Can I really not ship open source with Client ID? [closed]

On November 5th 2014 Google made some changes to the APIs terms of Service. Like you I had an issue with the following line. Asking developers to make reasonable efforts to keep their private keys private and not embed them in open source projects. I have several open source projects on GitHub they are basically … Read more

tech