Based on Is Diablo Immortal on Steam Deck? How to Download and Install.
Windows application, running under Proton
- Switch to desktop mode
- Open web browser (Firefox / Chrome)
| ### EmpireCraft https://github.com/starlis/empirecraft | |
| ### The server that runs Empire Minecraft | |
| ### A fork of Paper | |
| ## "Global" ARGs | |
| ARG appdir=/app | |
| ARG java_version=21 | |
| ARG suite=bookworm | |
| ARG uid=1001 |
| #!/usr/bin/env zsh | |
| local docker_args docker_interactive exit_status highlight hostname image name shell | |
| local status_color=cyan | |
| local success_color=cyan | |
| local failure_color=red | |
| typeset -a docker_args docker_interactive | |
| image="${0##*/}" |
| #!/bin/sh | |
| usage() { | |
| echo "$0 <dir>" | |
| } | |
| if [ ! "$1" ]; then | |
| usage | |
| exit 1 | |
| fi |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Alpha Component</key> | |
| <real>1</real> | |
| <key>Blue Component</key> | |
| <real>0.2070317268371582</real> |
Based on Is Diablo Immortal on Steam Deck? How to Download and Install.
Windows application, running under Proton
| #!/bin/zsh | |
| i=0; | |
| count=1000000 | |
| tb=0;ty=0;to=0;tg=0 | |
| win=0 | |
| while (( i<count )); do | |
| b=$(( RANDOM % 7 )); # 1/7 of getting a point |
| jigglybutt | |
| jdrstorm | |
| tamner | |
| zergwergy | |
| farrrooks | |
| honestniqqa | |
| aaronbtw | |
| tuliomascate | |
| lern2spell | |
| gotcha9009 (tier 8) |
| 1 500 80 -1254 Spawn | |
| 2 547 83 -1250 Through iron door, upper shelf, opposite of bed | |
| 3 547 104 -1254 Upper shelf in attic | |
| 4 542 103 -1213 Inside fireplace chimney | |
| 5 528 80 -1183 Under counter sign, in floor | |
| 6 489 87 -1173 In chimney | |
| 7 492 92 -1176 Next to fireplace | |
| 8 460 100 -1127 In rafters, near pillar | |
| 9 455 79 -1171 Under bush, stand to NW | |
| 10 432 81 -1202 Inside hay bales, in corner |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int main() | |
| { | |
| int n=5; | |
| int* arr = (int*) calloc(n, sizeof(int)); | |
| int* test = malloc(n*sizeof(int)); | |
| for (int i=0; i<n; i++) { | |
| // fprintf(stderr,"reading "") |
| - acacia_door | |
| - acacia_fence | |
| - acacia_fence_gate | |
| - acacia_stairs | |
| - activator_rail | |
| - anvil | |
| - armor_stand | |
| - banner | |
| - beacon | |
| - bed |