7stud
7stud
(Online version of the book) When I do: ``` M-x cider-jack-in ``` I get a horizontally split frame, and from there I can't figure out how to get a vertically...
Can anyone spot any obvious errors in my code: ``` let udpClient = UDPClient(address: "127.0.0.1", port: 12033) switch udpClient.send(string: "Hello") { case .success: print("Client sent message to server.") case .failure(let...
I have `erlang 17.5` installed in /usr/local/lib. `evm` considers that my "system" install. After installing evm, I downloaded `erlang 19.2`, and I can switch back and forth between my two...
Mac OSX 10.10.5: ``` ../ezwebframe-master$ gmake ... .... Erlang/OTP 19 [erts-8.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] a simple_demo of websockets.... Load the page http://localhost:1456/ in your browser Starting:{ok,"/Users/7stud/erlang_programs/ezwebframe/ezwebframe-master/demos"} Eshell...
In "Introduction to Perl 6 Regex" it looks like one of the examples was changed, but the text still refers to the old example. In the last paragraph, in the...
In **Introduction to Perl 6 Regex**, in the section titled **modifiers**, the example using the `:sigspace` modifier causes an error. The text says: > This is so useful that Perl...
In **Introduction to Perl 6 Regex**, in the section titled **matching Perl variables**, it looks like the syntax for Regex named captures has changed from: $:=[ ] to: $=[ ]...
I installed `Emacs 29.2` and `sbcl 2.4.0` on `macOS 12.51` with an Apple M1 Pro chip. Then I installed `slime` using the command `M-x package-installslime`. I can see that slime...
**Describe the bug** I have the following files in the directory `~/erlang_programs`: ``` a.erl a.beam b.erl b.beam c.erl c.beam ``` If I try to launch the erlang shell while in...
BuildInfo.txt: ``` Nitrogen Version: 2.3.1 Built On (uname -v): Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 ``` According to [the docs](http://nitrogenproject.com/doc/actions/event.html): > **Event Action - #event...