We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HTTPS links
Convert wiki from the old Google Code for f in ~/src/javacl/wiki/*.wiki ; do cat $f | BridJ.wiki/convert_wiki.sh > JavaCL.wiki/$( basename ${f%.wiki}.md ) ; done