Install portaudio using homebrew (or method of your choice)
brew install portaudiocreate $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:
[build_ext]
| // This sample will guide you through elements of the F# language. | |
| // | |
| // ******************************************************************************************************* | |
| // To execute the code in F# Interactive, highlight a section of code and press Alt-Enter in Windows or | |
| // Ctrl-Enter Mac, or right-click and select "Send Selection to F# Interactive". | |
| // You can open the F# Interactive Window from the "View" menu. | |
| // ******************************************************************************************************* | |
| // For more about F#, see: |
Install portaudio using homebrew (or method of your choice)
brew install portaudiocreate $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:
[build_ext]
| julia> SExprStr = read(B, String); # get buffer contents as string | |
| ERROR: MethodError: Cannot `convert` an object of type Type{String} to an object of type Array{UInt8,1} | |
| This may have arisen from a call to the constructor Array{UInt8,1}(...), | |
| since type constructors fall back to convert methods. | |
| Stacktrace: | |
| [1] read(::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Type{T} where T) at ./io.jl:528 |
PHP Script :
<?php
/**
* Some namespace & file description
*/
$phone = array();
$phone["Andrew"] = "C49";
$phone["Sally"] = "C46";
$phone["Ken"] = "D52";Add Graal JIT Compilation to Your JVM Language in 5 Steps, A Tutorial http://stefan-marr.de/2015/11/add-graal-jit-compilation-to-your-jvm-language-in-5-easy-steps-step-1/
The SimpleLanguage, an example of using Truffle with great JavaDocs https://github.com/graalvm/simplelanguage
Truffle Tutorial, Christan Wimmer, PLDI 2016, 3h recording https://youtu.be/FJY96_6Y3a4 Slides
| node_modules |
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // Choose either "stable" for receiving highly polished, | |
| // or "canary" for less polished but more frequent updates | |
| updateChannel: 'stable', |
| [nightfury@localhost ~]$ opam install tls | |
| The following actions will be performed: | |
| ∗ install cpuid 0.1.1 [required by nocrypto] | |
| ∗ install nocrypto 0.5.4-1 [required by tls] | |
| ∗ install x509 0.6.2 [required by tls] | |
| ∗ install tls 0.9.2 | |
| ===== ∗ 4 ===== | |
| Do you want to continue? [Y/n] y | |
| <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> |
| (* | |
| * | |
| * http://deckofcardsapi.com/ | |
| * | |
| *) | |
| #require "lwt";; | |
| #require "cohttp";; | |
| #require "cohttp-lwt-unix";; |