Tested on Ubuntu 16.04 and Windows 10 Redstone 1
Both boxes need to be on the same network (such that multicast packets can be passed between them)
- Setup JACK (easy to do with Cadence)
| # lm-sensors configuration for the Asus Pro WS TRX50-SAGE WIFI motherboard | |
| # | |
| # Recommended drivers: asus-ec-sensors, nct6775, spd5118 | |
| chip "nct6798-isa-0290" | |
| # Voltage labels are from HWiNFO, except Core0/1 and VDD_11_S3 are from the BIOS | |
| label in0 "CPU Core0" | |
| compute in0 @*1.11, @/1.11 | |
| label in1 "+5V" | |
| compute in1 @*5, @/5 |
Tested on Ubuntu 16.04 and Windows 10 Redstone 1
Both boxes need to be on the same network (such that multicast packets can be passed between them)
| #!/usr/bin/env python3 | |
| # Script output: | |
| # | |
| # ΔE (CAM16-UCS) [50, 95, 99, 99.9] percentiles | |
| # | |
| # sRGB (8-bit full) → sRGB (8-bit full) | |
| # (For reference only) | |
| # Quantisation error: [ 0.11 0.23 0.32 0.44] | |
| # ±1 1ch corruption: [ 0.16 0.43 0.53 0.7 ] |
When tournament sign-ups are opened, you will see a interface drop down from the top of the chat area. There will be a button to join if you're not in the tournament and a button to leave if you are. Alternatively, the commands /tour join and /tour leave can be used instead. Please resist any urge to spam joins and leaves since it is a bannable offence.
Once you join the tournament, the bracket will already by displayed. However, do not challenge anyone yet. Please wait until someone starts the tournament.
When the tournament starts, you should see the leave button replaced with information about any match-ups you have. Challenge drop downs and buttons will appear if you are matched up to challenge another user. Please use the interface to challenge the user rather challenging the "normal" way because otherwise it won't count as a tournament match.
Tips:
/tour by itself for a list of currently running tournaments| Model | L (mm) | W (mm) | H (mm) | |
|---|---|---|---|---|
| 1010 | 111 | 73 | 43 | |
| 1015 | 131 | 67 | 35 | |
| 1020 | 135 | 90 | 43 | |
| 1050 | 160 | 93 | 70 | |
| 1030 | 162 | 67 | 52 | |
| 1040 | 165 | 98 | 44 | |
| 1120 | 185 | 121 | 85 | |
| 1060 | 210 | 108 | 57 | |
| 1150 | 211 | 147 | 95 |
Includes:
Notes:
| #!/usr/bin/python3 | |
| import argparse, sys | |
| import apt | |
| import networkx as nx | |
| parser = argparse.ArgumentParser( | |
| description = "Find top-level packages of the dependency graph" | |
| ) | |
| parser.add_argument( |
YouTube link: https://www.youtube.com/watch?v=3HItOmXk0AA
The rest of this document is simply a note to myself on how I made the video
analysis.nb is a Mathematica notebook for analysing the wind sprite patterns
and exporting SVGs of them (stills-*.svg for the slideshow images,
frames/%04d.svg for the timeline animation)
| # Scores Mudfish "advanced mode" nodes since the built-in tool isn't very useful. | |
| # Run with: scrapy runspider mudfish.py | |
| import json | |
| import re | |
| import scrapy | |
| srcIp = "110.175.213.58" | |
| destIp = "124.150.157.158" | |
| srcCountry = "AU" |
| #,Item,Theme[0],Theme[1],,Material[0],Amount[0],Material[1],Amount[1],Material[2],Amount[2],Material[3],Amount[3],LevelReq,CraftingTime,Value | |
| 0,"","","",0,"Island Palm Leaf",0,"Island Palm Leaf",0,"Island Palm Leaf",0,"Island Palm Leaf",0,0,0,0 | |
| 1,"Isleworks Potion","Concoctions","",0,"Island Palm Leaf",2,"Islewort",2,"Island Palm Leaf",0,"Island Palm Leaf",0,1,4,28 | |
| 2,"Isleworks Firesand","Concoctions","Unburied Treasures",0,"Island Sand",2,"Island Limestone",1,"Islewort",1,"Island Palm Leaf",0,1,4,28 | |
| 3,"Isleworks Wooden Chair","Furnishings","Woodworks",0,"Island Log",4,"Island Vine",2,"Island Palm Leaf",0,"Island Palm Leaf",0,1,6,42 | |
| 4,"Isleworks Grilled Clam","Foodstuffs","Marine Merchandise",0,"Island Clam",2,"Island Laver",2,"Island Palm Leaf",0,"Island Palm Leaf",0,1,4,28 | |
| 5,"Isleworks Necklace","Accessories","Woodworks",0,"Island Branch",3,"Island Vine",1,"Island Palm Leaf",0,"Island Palm Leaf",0,1,4,28 | |
| 6,"Isleworks Coral Ring","Accessories","Marine Merchandise",0,"Island Coral",3,"Island Vine",3,"I |