Implement all the examples from jq tutorial in jet:
https://stedolan.github.io/jq/tutorial/
In jq
;; antifennel.el --- Turn Lua code into Fennel code | |
(defgroup antifennel nil | |
"Tool to convert Lua code into Fennel code." | |
:group 'tools) | |
(defcustom antifennel-cli "antifennel" | |
"Path to the antifennel executable" | |
:type 'string | |
:group 'antifennel) |
$ clojure -A:dev:test -M -m kaocha.runner "$@" | |
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true | |
Downloading: cider/cider-nrepl/0.19.0/cider-nrepl-0.19.0.pom from clojars | |
Downloading: lambdaisland/kaocha/1.0.641/kaocha-1.0.641.pom from clojars | |
Downloading: org/clojure/tools.trace/0.7.10/tools.trace-0.7.10.pom from central | |
Downloading: fipp/fipp/0.6.14/fipp-0.6.14.pom from clojars | |
Downloading: cider/orchard/0.3.4/orchard-0.3.4.pom from clojars | |
Downloading: mvxcvi/puget/1.0.2/puget-1.0.2.pom from clojars | |
Downloading: compliment/compliment/0.3.8/compliment-0.3.8.pom from clojars | |
Downloading: cljfmt/cljfmt/0.6.1/cljfmt-0.6.1.pom from clojars |
Implement all the examples from jq tutorial in jet:
https://stedolan.github.io/jq/tutorial/
In jq
The final bomb out of the setup process, which was make shell TARGET=ios
:
Checking for modifications in ios/Pods...
diff: ios/Pods/Manifest.lock: No such file or directory
Checking for process: 'pod install'
Process 'pod install' gone.
Traceback (most recent call last):
9: from /nix/store/bqr5hzksvvm9vd2m3c22qha8myfgyk46-cocoapods-1.9.1/bin/pod:18:in `<main>'
8: from /nix/store/vwmskqd95mq5hxb6jzgxplmmb79srf0n-bundler-2.1.4/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler.rb:149:in `setup'
To install nix, I did:
https://nixos.org/nix/manual/#sect-macos-installation
sh <(curl -L https://nixos.org/nix/install) --no-daemon
Finished quickly and at the end I ran:
import java.io.File; | |
import java.io.IOException; | |
import org.apache.pdfbox.pdmodel.PDDocument; | |
import org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm; | |
import org.apache.pdfbox.pdmodel.interactive.form.PDField; | |
public class Flatten | |
{ | |
public static void main(String[] args) throws IOException { | |
PDDocument doc = PDDocument.load(new File("interactiveform.pdf")); |
#!/bin/sh | |
fullpath=/Users/alex/dev/cljr/install-with-nuget/Clojure.1.9.0/all/net40 | |
exe=Clojure.Main.exe | |
cd ${fullpath} && mono ${exe} |
Microsoft (R) Build Engine version 16.0.42-preview+g804bde742b for Mono | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 24/05/2019 20:47:43. | |
Project "/Users/alex/dev/clr/clojure-clr/Clojure/build.proj" on node 1 (Build target(s)). | |
Project "/Users/alex/dev/clr/clojure-clr/Clojure/build.proj" (1) is building "/Users/alex/dev/clr/clojure-clr/Clojure/ClojureCLR.sln" (2) on node 1 (default targets). | |
ValidateSolutionConfiguration: | |
Building solution configuration "Debug 4.0|Any CPU". | |
Project "/Users/alex/dev/clr/clojure-clr/Clojure/ClojureCLR.sln" (2) is building "/Users/alex/dev/clr/clojure-clr/Clojure/Clojure/Clojure.csproj" (3) on node 1 (default targets). | |
RestorePackages: |
Microsoft (R) Build Engine version 16.0.42-preview+g804bde742b for Mono | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 24/05/2019 20:29:17. | |
Project "/Users/alex/dev/clr/clojure-clr/Clojure/build.proj" on node 1 (Build target(s)). | |
Project "/Users/alex/dev/clr/clojure-clr/Clojure/build.proj" (1) is building "/Users/alex/dev/clr/clojure-clr/Clojure/ClojureCLR.sln" (2) on node 1 (default targets). | |
ValidateSolutionConfiguration: | |
Building solution configuration "Debug 4.0|Any CPU". | |
Project "/Users/alex/dev/clr/clojure-clr/Clojure/ClojureCLR.sln" (2) is building "/Users/alex/dev/clr/clojure-clr/Clojure/Clojure/Clojure.csproj" (3) on node 1 (default targets). | |
RestorePackages: |