A hands-on introduction to live-coded music in the browser
Strudel is a JavaScript-derived live-coding environment that lets you make music directly in a browser REPL. Each snippet you evaluate becomes part of a real-time musical texture.
| #!/usr/bin/env python3 | |
| # https://www.shielder.it/blog/2021/07/qilinglab-release/ | |
| from qiling import Qiling | |
| from qiling.const import QL_VERBOSE | |
| from qiling.os.mapper import QlFsMappedObject | |
| import struct | |
| def u8(inp): | |
| return struct.unpack("<Q", inp) |
| version: "3.8" | |
| services: | |
| mongodb: | |
| image: mongo | |
| container_name: mongodb | |
| environment: | |
| - MONGO_INITDB_ROOT_USERNAME=root | |
| - MONGO_INITDB_ROOT_PASSWORD=pass12345 | |
| volumes: | |
| - mongodb_data:/data/db |
| /*-----QWidget-----*/ | |
| QWidget | |
| { | |
| background-color: #121212; | |
| color: #ffffff; | |
| border-color: #051a39; | |
| } | |
List of services which are giving access to Tor network and especially Tor hidden services
via web interface. We keep track of potential injection or abuse from such service (the column Scam).
| Url | Status | Domain | Log | Techno | Scam |
|---|---|---|---|---|---|
| https://onion.re/ | UP | onion.re | full | custom | no |
| client | |
| # specify server ip address here | |
| remote <SERVER-IP> | |
| dev tap | |
| # name of the windows network connection | |
| dev-node openVPN |
| awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' cert-name.pem |