This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
distcc[89055] (dcc_talk_to_include_server) Warning: INCLUDE_SERVER_PORT not set - did you forget to run under 'pump'? | |
distcc[89055] (dcc_build_somewhere) Warning: failed to get includes from include server, preprocessing locally | |
distcc[89055] ERROR: compile ./out/tmp/@_.c on 10.0.1.5:3632,lzo,cpp/24 10.0.1.15:3632,lzo,cpp/24 failed | |
distcc[89055] (dcc_build_somewhere) Warning: remote compilation of './out/tmp/@_.c' failed, retrying locally | |
distcc[89055] Warning: failed to distribute ./out/tmp/@_.c to 10.0.1.5:3632,lzo,cpp/24 10.0.1.15:3632,lzo,cpp/24, running locally instead | |
./out/tmp/@_.c:10:3: error: stray '\20' in program | |
10 | } @__burmesedict_dict={ 0.0, { | |
| ^ | |
./out/tmp/@_.c:10:4: error: stray '@' in program | |
10 | } @__burmesedict_dict={ 0.0, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
distcc g++ -DU_ATTRIBUTE_DEPRECATED= -DU_IS_BIG_ENDIAN=1 -D_REENTRANT -D_PTHREADS -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=0 -I. -I../../common -I./../toolutil -O3 -g -fno-strict-aliasing -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/usr/ | |
local/lib -ldicl-0.1 -o ../../bin/gennorm2 gennorm2.o n2builder.o extradata.o norms.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm | |
make[2]: Leaving directory '/usr/people/mach/rpmbuild/BUILD/icu/source/tools/gennorm2' | |
make[1]: Making `all' in `gencfu' | |
make[2]: Entering directory '/usr/people/mach/rpmbuild/BUILD/icu/source/tools/gencfu' | |
generating dependency information for gencfu.cpp | |
distcc g++ -DU_IS_BIG_ENDIAN=1 -D_REENTRANT -D_PTHREADS -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=0 -I../../common -I../../i18n -I./../toolutil -DU_ATTRIBUTE_DEPRECATED= -O3 -g -fno-strict-aliasing -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 | |
-c -o gencfu.o gencfu.cpp | |
cd ../. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mach@kemosabe ~/Workspace/xcompile | |
% cat env.sh !10322 | |
#!/bin/bash | |
export PREFIX=/Users/mach/Workspace/xcompile/fakeroot | |
export IRIX=$PREFIX/irix-root | |
export DISTCCD_PATH=$PREFIX/mips-sgi-irix6.5/bin | |
# For some jobs | |
#export DISTCCD_PATH=$PREFIX/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1587357452.999078 server started, pid 34340 | |
1587357452.999961 continuing cmdq 100a74d0: flags=0, client=-1 | |
1587357453.000107 cmdq 100a74d0: bind-key C-b send-prefix | |
1587357453.000434 continuing cmdq 100a74d0: flags=0, client=-1 | |
1587357453.000564 cmdq 100a74d0: bind-key C-o rotate-window | |
1587357453.000729 continuing cmdq 100a74d0: flags=0, client=-1 | |
1587357453.000847 cmdq 100a74d0: bind-key C-z suspend-client | |
1587357453.001019 continuing cmdq 100a74d0: flags=0, client=-1 | |
1587357453.001137 cmdq 100a74d0: bind-key Space next-layout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://schema.org", | |
"@type": "DiscussionForumPosting", | |
"@id": "https:\/\/forums.sgi.sh\/index.php?threads\/making-a-network-for-a-friend-did-i-miss-anything.180\/", | |
"headline": "Making a network for a friend -- did I miss anything?", | |
"articleBody": "A buddy of mine was complaining about his wifi being slow, so we decided to set about a project to set up the network at his house. We are trying to keep costs very low. I want to document what we've done thus far and see if anyone has suggestions!\n\nService: Verizon FiOS 1gbit symmetrical\n\nNeeds\n\nLots of clients. Many gadgets + IoT stuff everywhere\nSeveral people gaming at once\nStrong wifi signal everywhere (5GHz and 2.4 for legacy devices and a surprisingly large amount of the IoT stuff with old NICs)\nGuest networks\nNAS\nVPN but only for brief remote access, not for constant use\n\nEquipment decided\n\nZOTAC CI323 Nano $75\n\nOnboard GBE NIC\n$18The mPCIE slot the wifi card is installed in can host one of these: https:\/\/www.amazon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.joda.time.{ LocalDateTime => JodaLocalDateTime } | |
import java.time.{ LocalDateTime => JavaLocalDateTime } | |
object JodaConversionImplicits { | |
implicit class JodaLocalDateTimeExtensions(val timestamp: JodaLocalDateTime) { | |
def toJavaLocalDateTime: JavaLocalDateTime = new JavaLocalDateTime( | |
timestamp.getYear, | |
timestamp.getMonthOfYear, | |
timestamp.getDayOfMonth, | |
timestamp.getHourOfDay, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is ApacheBench, Version 2.3 <$Revision: 1807734 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking localhost (be patient) | |
Completed 100 requests | |
Completed 200 requests | |
Completed 300 requests | |
Completed 400 requests | |
Completed 500 requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\David\Desktop\cadius-master\Release>cadius.exe REPLACEFILE test.po TEST/ cadius.log | |
cadius.exe v 1.3, (c) Brutal Deluxe 2011-2013. | |
- Replacing file 'cadius.log' : | |
Error : Can't get file from Image, File not found. | |
Error : Invalid Prodos File path 'TEST/\cadius.log'. | |
C:\Users\David\Desktop\cadius-master\Release>cadius.exe REPLACEFILE test.po TEST cadius.log | |
cadius.exe v 1.3, (c) Brutal Deluxe 2011-2013. | |
- Replacing file 'cadius.log' : | |
Error : Can't get file from Image, File not found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(kDown & (KEY_UP)) //Detects if the UP D-PAD button was pressed. | |
{ | |
for (int current = offs; current <= YEAR_OFFSET; ++current) { | |
if (current == UNUSED_OFFSET) continue; | |
bufs[current]++; | |
if (bufs[current] == maxValue[current]) { | |
bufs[current] = minValue[current]; | |
} | |
else { break; } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TYP $B3 | |
DSK main.l | |
SPEAKER EQU $E0C030 | |
HELLO EQU $8000 | |
ORG HELLO | |
beep LDA SPEAKER | |
LDY #1000 | |
LDX #1000 |