Source for pthread for 64 bit windows [closed] - open-source

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 have an open-source project that must build under Win32/Win64/Linux/MacOSX.
We would like to use pthreads to support our multithreading paradigm, however as my project is open-source everything must be build from source. As such I need the source-code file(s) for a version of pthreads that will compile on Win64.
Does anyone know where I can find said file(s)?

Not a direct replacement for pthreads, but SDL2 features a threading interface that closely resembles pthreads, and will let you build on linux,osx,windows,android,ios.
SDL2 thread support
SDL2 mutex/cond var support

Related

Ethereum Client App (Both Android & IOS) [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 4 years ago.
Improve this question
we want to build native client apps for Ethereum in both Android and IOS. Can you please recommend us what technologies should we use and what should be the architecture of these apps.
For iOS, you can use a 'web3swift' library, fully written in Swift! In the readme, you can find instructions on installation.
https://github.com/matterinc/web3swift
this is still "on the edge". You will need to use the light client.
I am afraid it will be Android only, at least for now.
You can find more here to get started:
https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes
Best Regards

How to check S1000D document for BREX? [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 develop a small S1000D project (~100 data modules) with BREX module.
For storage my documents I use file system instead expensive CSDB.
I need some tool or code example to validate my documents.
If you use S1000D 4.0 or 4.1 issues, you can try free tool: S1000D Checker.
I don't know any projects with source code.

web application using tcl/tk [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 want to develop a simple web based resource reservation system using TCL/TK.
Please let me know some good tutorials or links to start with.
Also some good examples please.
Thanks,
Ramya
OpenACS has a room reservation module included. OpenACS is written in TCL. There are tutorials available here.
Note that Tk is a library to program GUIs; it's not a part of Tcl which is a language (and its reference implementation).
But there is a project which provides for programming web presentation layer in a way resembling programming GUIs with Tk—it's called Æjaks.

Free Open Source Profiling (Eclipse TPTP): how to profile an application on glassfish server? [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 want to have a free Open Source profiling tool for an application that is run in Glassfish server. I develop my application on Eclipse so I'm thinking TPTP is a good alternative. Glassfish is an external server to Eclipse and that's why the tool cannot be used directly to the code (at least I suppose). So I would like to know how you can use TPTP with a program on Glassfish.
YourKit beat OpenSource (this time)

Opensource library similar to avahi [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 need to write an application on windows that connects to avahi running on Linux.I need opensource tools that i can use on windows os.
Im aware of BONJOUR.But it is tied to apple licenses...
Im not aware of tools.Can somebody suggest something?
Thanks
Bonjour is not tied to any Apple licenses as stated on this official webpage. Instead Apple has released it under the Open Source Apache 2.0 license. This allows you to view the source code and also link against it in your own open source project.