Sometimes you need to write AsciiDoc within a table, but the standard is that most AsciiDoc formattings don’t work inside a table, onyl the basic syntax:
Col1 |
Col2 |
Basic fomatting like bold works |
advanced formatting like * bullet * lists |
Sometimes you need to write AsciiDoc within a table, but the standard is that most AsciiDoc formattings don’t work inside a table, onyl the basic syntax:
Col1 |
Col2 |
Basic fomatting like bold works |
advanced formatting like * bullet * lists |
| import com.sun.net.httpserver.HttpExchange | |
| import com.sun.net.httpserver.HttpHandler | |
| import com.sun.net.httpserver.HttpServer | |
| import groovy.transform.CompileStatic | |
| import groovy.transform.TypeChecked | |
| @CompileStatic | |
| @TypeChecked | |
| class GroovyHttpServer { |
Install Ubuntu on your Raspberry: https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview
when you setup wifi:
the indentation of your file is correct - the example is wrong
change the network-config before you boot for the first time
boot a second time to see your raspberry coming up on the network
the arp command does not work (for me on windows). Take a look at your fritz box to see the IP of your raspberry
Install jitsi:
| # Asciidoctor | |
| .asciidoctor/ |
| wget -q https://github.com/AdoptOpenJDK/openjdk8-releases/releases/download/jdk8u172-b11/OpenJDK8_x64_Linux_jdk8u172-b11.tar.gz | |
| tar -xf OpenJDK8_x64_Linux_jdk8u172-b11.tar.gz | |
| sudo mkdir /usr/lib/jvm && sudo mv jdk8u172-b11 /usr/lib/jvm/jdk8u172-b11 | |
| export JAVA_HOME=/usr/lib/jvm/jdk8u172-b11 | |
| export PATH=/usr/lib/jvm/jdk8u172-b11/bin | |
| java -version |
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
The SPARC Automated Development System (claude-sparc.sh) is a comprehensive, agentic workflow for automated software development using the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion). This system leverages Claude Code's built-in tools for parallel task orchestration, comprehensive research, and Test-Driven Development.