├── Chat Room.aliases
├── Chat Room.lvlps
├── Chat Room.lvproj
├── Chat Window Interface
├── Actor Core.vi
├── Chat Window Interface.lvclass
├── Chat Window Interface.lvlib
├── Destroy User Events.vi
├── Pre Launch Init.vi
├── Stop Core.vi
├── Update Message Window.vi
├── Update Online List.vi
└── Update Status List.vi
├── Chat Window Model
├── Chat Window Model Messages
│ ├── Direct Message Sent Msg
│ │ ├── Direct Message Sent Msg.lvclass
│ │ ├── Read Attributes.vi
│ │ └── Send Direct Message Sent.vi
│ ├── Forward Direct Message Msg
│ │ ├── Do.vi
│ │ └── Forward Direct Message Msg.lvclass
│ ├── New Message Msg
│ │ ├── Do.vi
│ │ ├── New Message Msg.lvclass
│ │ └── Send New Message.vi
│ ├── Preserve Sent Message Msg
│ │ ├── Do.vi
│ │ ├── Preserve Sent Message Msg.lvclass
│ │ └── Send Preserve Sent Message.vi
│ ├── Status Updated Msg
│ │ ├── Read Attributes.vi
│ │ ├── Send Status Updated.vi
│ │ └── Status Updated Msg.lvclass
│ ├── Update Online List Msg
│ │ ├── Do.vi
│ │ ├── Send Update Online List.vi
│ │ └── Update Online List Msg.lvclass
│ ├── Update Status Log Msg
│ │ ├── Do.vi
│ │ ├── Send Update Status Log.vi
│ │ └── Update Status Log Msg.lvclass
│ └── User Updated Status Msg
│ │ ├── Do.vi
│ │ └── User Updated Status Msg.lvclass
├── Chat Window Model.lvlib
└── Chat Window Model
│ ├── Actor Core.vi
│ ├── Chat Window Model.lvclass
│ ├── Forward Direct Message.vi
│ ├── Handle Last Ack Core.vi
│ ├── New Message.vi
│ ├── Preserve Sent Message.vi
│ ├── Update Online List.vi
│ ├── Update Status Log.vi
│ ├── User Updated Status.vi
│ ├── Write Direct Message Sent Msg.vi
│ ├── Write Name.vi
│ └── Write Status Updated Msg.vi
├── Chat Window UI Controller
├── Chat Window UI Controller Messages
│ ├── Direct Message Msg
│ │ ├── Direct Message Msg.lvclass
│ │ ├── Read Attributes.vi
│ │ └── Send Direct Message.vi
│ ├── Send Send Direct Message Msg
│ │ ├── Do.vi
│ │ ├── Send Send Direct Message Msg.lvclass
│ │ └── Send Send Send Direct Message.vi
│ ├── Send Status Updated Msg
│ │ ├── Do.vi
│ │ ├── Send Send Status Updated.vi
│ │ └── Send Status Updated Msg.lvclass
│ ├── Status Updated Msg
│ │ ├── Read Attributes.vi
│ │ ├── Send Status Updated.vi
│ │ └── Status Updated Msg.lvclass
│ ├── Update Message Window Msg
│ │ ├── Do.vi
│ │ ├── Send Update Message Window.vi
│ │ └── Update Message Window Msg.lvclass
│ ├── Update Online List Msg
│ │ ├── Do.vi
│ │ ├── Send Update Online List.vi
│ │ └── Update Online List Msg.lvclass
│ ├── Update Status List Msg
│ │ ├── Do.vi
│ │ ├── Send Update Status List.vi
│ │ └── Update Status List Msg.lvclass
│ └── Update VI Title Msg
│ │ ├── Do.vi
│ │ ├── Send Update VI Title.vi
│ │ └── Update VI Title Msg.lvclass
├── Chat Window UI Controller.lvlib
└── Chat Window UI Controller
│ ├── Chat Window UI Controller.lvclass
│ ├── Read Name.vi
│ ├── Send Send Direct Message.vi
│ ├── Send Status Updated.vi
│ ├── Update Message Window.vi
│ ├── Update Online List.vi
│ ├── Update Status List.vi
│ ├── Update VI Title.vi
│ ├── Write Direct Message Msg.vi
│ ├── Write Message to send.vi
│ ├── Write Name.vi
│ ├── Write Status Updated Msg.vi
│ └── Write VI Refnum.vi
├── Controls
└── Message Control.ctl
├── Documentation
├── Chat Room.mdj
└── Documentation.vi
├── LabVIEW 2015 Version
├── Chat Room.aliases
├── Chat Room.lvlps
├── Chat Room.lvproj
├── Chat Window Interface
│ ├── Actor Core.vi
│ ├── Chat Window Interface.lvclass
│ ├── Chat Window Interface.lvlib
│ ├── Destroy User Events.vi
│ ├── Pre Launch Init.vi
│ ├── Stop Core.vi
│ ├── Update Message Window.vi
│ ├── Update Online List.vi
│ └── Update Status List.vi
├── Chat Window Model
│ ├── Chat Window Model Messages
│ │ ├── Direct Message Sent Msg
│ │ │ ├── Direct Message Sent Msg.lvclass
│ │ │ ├── Read Attributes.vi
│ │ │ └── Send Direct Message Sent.vi
│ │ ├── Forward Direct Message Msg
│ │ │ ├── Do.vi
│ │ │ └── Forward Direct Message Msg.lvclass
│ │ ├── New Message Msg
│ │ │ ├── Do.vi
│ │ │ ├── New Message Msg.lvclass
│ │ │ └── Send New Message.vi
│ │ ├── Preserve Sent Message Msg
│ │ │ ├── Do.vi
│ │ │ ├── Preserve Sent Message Msg.lvclass
│ │ │ └── Send Preserve Sent Message.vi
│ │ ├── Status Updated Msg
│ │ │ ├── Read Attributes.vi
│ │ │ ├── Send Status Updated.vi
│ │ │ └── Status Updated Msg.lvclass
│ │ ├── Update Online List Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Update Online List.vi
│ │ │ └── Update Online List Msg.lvclass
│ │ ├── Update Status Log Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Update Status Log.vi
│ │ │ └── Update Status Log Msg.lvclass
│ │ └── User Updated Status Msg
│ │ │ ├── Do.vi
│ │ │ └── User Updated Status Msg.lvclass
│ ├── Chat Window Model.lvlib
│ └── Chat Window Model
│ │ ├── Actor Core.vi
│ │ ├── Chat Window Model.lvclass
│ │ ├── Forward Direct Message.vi
│ │ ├── Handle Last Ack Core.vi
│ │ ├── New Message.vi
│ │ ├── Preserve Sent Message.vi
│ │ ├── Update Online List.vi
│ │ ├── Update Status Log.vi
│ │ ├── User Updated Status.vi
│ │ ├── Write Direct Message Sent Msg.vi
│ │ ├── Write Name.vi
│ │ └── Write Status Updated Msg.vi
├── Chat Window UI Controller
│ ├── Chat Window UI Controller Messages
│ │ ├── Direct Message Msg
│ │ │ ├── Direct Message Msg.lvclass
│ │ │ ├── Read Attributes.vi
│ │ │ └── Send Direct Message.vi
│ │ ├── Send Send Direct Message Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Send Direct Message Msg.lvclass
│ │ │ └── Send Send Send Direct Message.vi
│ │ ├── Send Status Updated Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Send Status Updated.vi
│ │ │ └── Send Status Updated Msg.lvclass
│ │ ├── Status Updated Msg
│ │ │ ├── Read Attributes.vi
│ │ │ ├── Send Status Updated.vi
│ │ │ └── Status Updated Msg.lvclass
│ │ ├── Update Message Window Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Update Message Window.vi
│ │ │ └── Update Message Window Msg.lvclass
│ │ ├── Update Online List Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Update Online List.vi
│ │ │ └── Update Online List Msg.lvclass
│ │ ├── Update Status List Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Update Status List.vi
│ │ │ └── Update Status List Msg.lvclass
│ │ └── Update VI Title Msg
│ │ │ ├── Do.vi
│ │ │ ├── Send Update VI Title.vi
│ │ │ └── Update VI Title Msg.lvclass
│ ├── Chat Window UI Controller.lvlib
│ └── Chat Window UI Controller
│ │ ├── Chat Window UI Controller.lvclass
│ │ ├── Read Name.vi
│ │ ├── Send Send Direct Message.vi
│ │ ├── Send Status Updated.vi
│ │ ├── Update Message Window.vi
│ │ ├── Update Online List.vi
│ │ ├── Update Status List.vi
│ │ ├── Update VI Title.vi
│ │ ├── Write Direct Message Msg.vi
│ │ ├── Write Message to send.vi
│ │ ├── Write Name.vi
│ │ ├── Write Status Updated Msg.vi
│ │ └── Write VI Refnum.vi
├── Controls
│ └── Message Control.ctl
├── Documentation
│ └── Documentation.vi
├── Launcher.vi
└── Server
│ ├── Server Messages
│ ├── Direct Message Recieved Msg
│ │ ├── Direct Message Recieved Msg.lvclass
│ │ └── Do.vi
│ ├── Enable Controls Msg
│ │ ├── Do.vi
│ │ ├── Enable Controls Msg.lvclass
│ │ └── Send Enable Controls.vi
│ ├── Launch New Chat Window Msg
│ │ ├── Do.vi
│ │ ├── Launch New Chat Window Msg.lvclass
│ │ └── Send Launch New Chat Window.vi
│ ├── Send Global Chat Msg
│ │ ├── Do.vi
│ │ ├── Send Global Chat Msg.lvclass
│ │ └── Send Send Global Chat.vi
│ ├── Status Update Msg
│ │ ├── Do.vi
│ │ └── Status Update Msg.lvclass
│ └── Status Updated Msg
│ │ ├── Do.vi
│ │ ├── Send Status Updated.vi
│ │ └── Status Updated Msg.lvclass
│ ├── Server.lvlib
│ └── Server
│ ├── Actor Core.vi
│ ├── Direct Message Recieved.vi
│ ├── Enable Controls.vi
│ ├── Handle Error.vi
│ ├── Handle Last Ack Core.vi
│ ├── Launch New Chat Window.vi
│ ├── Pre Launch Init.vi
│ ├── Send Global Chat.vi
│ ├── Server.lvclass
│ ├── Status Update.vi
│ └── Stop Core.vi
├── Launcher.vi
└── Server
├── Server Messages
├── Direct Message Recieved Msg
│ ├── Direct Message Recieved Msg.lvclass
│ └── Do.vi
├── Enable Controls Msg
│ ├── Do.vi
│ ├── Enable Controls Msg.lvclass
│ └── Send Enable Controls.vi
├── Launch New Chat Window Msg
│ ├── Do.vi
│ ├── Launch New Chat Window Msg.lvclass
│ └── Send Launch New Chat Window.vi
├── Send Global Chat Msg
│ ├── Do.vi
│ ├── Send Global Chat Msg.lvclass
│ └── Send Send Global Chat.vi
├── Status Update Msg
│ ├── Do.vi
│ └── Status Update Msg.lvclass
└── Status Updated Msg
│ ├── Do.vi
│ ├── Send Status Updated.vi
│ └── Status Updated Msg.lvclass
├── Server.lvlib
└── Server
├── Actor Core.vi
├── Direct Message Recieved.vi
├── Enable Controls.vi
├── Handle Error.vi
├── Handle Last Ack Core.vi
├── Launch New Chat Window.vi
├── Pre Launch Init.vi
├── Send Global Chat.vi
├── Send Online Update.vi
├── Server.lvclass
├── Status Update.vi
└── Stop Core.vi
/Chat Room.aliases:
--------------------------------------------------------------------------------
1 | [My Computer]
2 | My Computer = "192.168.1.15"
3 |
4 |
--------------------------------------------------------------------------------
/Chat Room.lvlps:
--------------------------------------------------------------------------------
1 | [ProjectWindow_Data]
2 | ProjectExplorer.ClassicPosition[String] = "142,1534,787,1926"
3 |
4 | [AB_Cache_{FD3AC09D-9B7E-4BAC-BA78-319A32F59186}]
5 | Cache_Path[Path] Line0001 = "/C/Users/Thomas/AppData/Local/Temp/AB_Cache_{FD3AC"
6 | Cache_Path[Path] Line0002 = "09D-9B7E-4BAC-BA78-319A32F59186}.txt"
7 |
8 | [AB_Cache_{A9DF4B1E-6019-41DD-8D20-485FE1EEDAAF}]
9 | Cache_Path[Path] Line0001 = "/C/Users/Thomas/AppData/Local/Temp/AB_Cache_{A9DF4"
10 | Cache_Path[Path] Line0002 = "B1E-6019-41DD-8D20-485FE1EEDAAF}.txt"
11 |
12 |
--------------------------------------------------------------------------------
/Chat Room.lvproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | -
4 | 3
5 | true
6 | true
7 | false
8 | 0
9 | My Computer/VI Server
10 | My Computer/VI Server
11 | true
12 | true
13 | false
14 |
-
15 |
16 |
17 | -
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | -
27 |
-
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 | -
68 | true
69 |
70 |
71 | -
72 |
-
73 | true
74 | {D08FD06F-F9A8-4B48-BD1C-A141517CA654}
75 | {5574A6D6-72AE-4E15-82BD-D0CF42190FF1}
76 | 8002
77 | true
78 | {FD3AC09D-9B7E-4BAC-BA78-319A32F59186}
79 | EXE
80 | true
81 | true
82 | true
83 | ../builds/NI_AB_PROJECTNAME/EXE
84 | relativeToCommon
85 | true
86 | {A9DF4B1E-6019-41DD-8D20-485FE1EEDAAF}
87 | 2
88 | 1
89 | ChatWindow.exe
90 | ../builds/NI_AB_PROJECTNAME/EXE/ChatWindow.exe
91 | true
92 | App
93 | Support Directory
94 | ../builds/NI_AB_PROJECTNAME/EXE/data
95 | 2
96 | {4C733656-C15C-4FC4-BD10-8FAB403D2723}
97 | Container
98 | 0
99 | /My Computer/Launcher.vi
100 | TopLevel
101 | VI
102 | 0
103 | /My Computer/Server.lvlib
104 | true
105 | Include
106 | Library
107 | 0
108 | /My Computer/Chat Window Model.lvlib
109 | true
110 | Include
111 | Library
112 | 0
113 | /My Computer/Chat Window Interface.lvlib
114 | true
115 | Include
116 | Library
117 | 0
118 | /My Computer/Chat Window UI Controller.lvlib
119 | true
120 | Include
121 | Library
122 | 6
123 | National Instruments Corporation (U.K.) Ltd.
124 | EXE
125 | EXE
126 | Copyright © 2019 National Instruments Corporation (U.K.) Ltd.
127 | EXE
128 | {352963FF-382C-46E9-8170-3D15247FCF5B}
129 | ChatWindow.exe
130 | true
131 |
132 |
133 |
134 |
135 |
--------------------------------------------------------------------------------
/Chat Window Interface/Actor Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Interface/Actor Core.vi
--------------------------------------------------------------------------------
/Chat Window Interface/Chat Window Interface.lvlib:
--------------------------------------------------------------------------------
1 |
2 |
3 | '!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!)0!!!*Q(C=\>8.51*"&-4R^O0AV1QM5HAJE!)JP"3Y?C3&PHEG"6,I&%C"&0#`YR3F::6=N04A,!_B:X@GZ_T5)IXW).XL@+U^@NG_N`_]P-[`VT__@N8`K6XPP^,UX`\<\\<HKZPUR`@MD:9(%28+6&/F:;JTS%-?]J#(0/1G.\H*47ZSET>ZET>ZET>ZER>ZE2>ZE2>ZE9_$8/1C&TGE-(G9+!Q;"AAH1V&Y#Z\A#:\AY;O#*XC#*XC#BV-50-%40-%40&SGY!G?Y!G?Y''I)=EYS0%%$]0,?)T(?)T(?*B3RG-!:D)TM"E%BESH_7!]RG-]@*4R')`R')`RU#XD-2\D-2\DY:+R+B[;Z3$(QT"K0)WH]43?RM01;DS.J`%UHM<$>'I]D;>"."-WAU.1=V&T1P/F]41?`KDR.*\'UXA;$VXD$P69G57T(/2Y#E`B+4S&J`!QB!J0Y3E]B;@Q-+Q+4_%J0)7H]$#6#E`B+4Q&J*C5[65-6FR9H&1%B9@8W#UV\J+(J-9BT=WLO3EV.ZPG*N,=(*IX8@.G;NYET=888&4.R>*="-V`4B/NC>'=200CZ53>?$^3"WJ0\;ANN;(7V)J[8#\^ZB.0JZ//R[-/BY0W_\VWOZWWW[UWGYX7[\67KZ8YE<Q]"JYY,A_%N_@3-Z]P>@`SM?[?,HU`^&P["Z[.ON8\=6GD6ZLJ3KE!!!!!
4 | 402685952
5 | 1.0.0.0
6 | false
7 | 49 56 48 48 56 48 49 50 13 0 0 0 0 1 23 21 76 111 97 100 32 38 32 85 110 108 111 97 100 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 9 0 0 25 251 1 100 1 100 80 84 72 48 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 182 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 70 105 108 108 100 1 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 185 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 86 73 32 73 99 111 110 100 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 83 109 97 108 108 32 70 111 110 116 115 0 1 8 1 1
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/Chat Window Interface/Destroy User Events.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Interface/Destroy User Events.vi
--------------------------------------------------------------------------------
/Chat Window Interface/Pre Launch Init.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Interface/Pre Launch Init.vi
--------------------------------------------------------------------------------
/Chat Window Interface/Stop Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Interface/Stop Core.vi
--------------------------------------------------------------------------------
/Chat Window Interface/Update Message Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Interface/Update Message Window.vi
--------------------------------------------------------------------------------
/Chat Window Interface/Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Interface/Update Online List.vi
--------------------------------------------------------------------------------
/Chat Window Interface/Update Status List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Interface/Update Status List.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Send Direct Message Sent.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Send Direct Message Sent.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Forward Direct Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Forward Direct Message Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/New Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/New Message Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/New Message Msg/Send New Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/New Message Msg/Send New Message.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Send Preserve Sent Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Send Preserve Sent Message.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Send Status Updated.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Send Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Send Update Online List.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Send Update Status Log.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Send Update Status Log.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model Messages/User Updated Status Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model Messages/User Updated Status Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Actor Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Actor Core.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Forward Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Forward Direct Message.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Handle Last Ack Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Handle Last Ack Core.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/New Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/New Message.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Preserve Sent Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Preserve Sent Message.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Update Online List.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Update Status Log.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Update Status Log.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/User Updated Status.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/User Updated Status.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Write Direct Message Sent Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Write Direct Message Sent Msg.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Write Name.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Write Name.vi
--------------------------------------------------------------------------------
/Chat Window Model/Chat Window Model/Write Status Updated Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window Model/Chat Window Model/Write Status Updated Msg.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Send Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Send Direct Message.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Send Send Send Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Send Send Send Direct Message.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Send Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Send Send Status Updated.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Send Status Updated.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Send Update Message Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Send Update Message Window.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Send Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Send Update Online List.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Send Update Status List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Send Update Status List.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Do.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Send Update VI Title.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Send Update VI Title.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Read Name.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Read Name.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Send Send Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Send Send Direct Message.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Send Status Updated.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Update Message Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Update Message Window.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Update Online List.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Update Status List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Update Status List.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Update VI Title.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Update VI Title.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Write Direct Message Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Write Direct Message Msg.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Write Message to send.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Write Message to send.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Write Name.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Write Name.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Write Status Updated Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Write Status Updated Msg.vi
--------------------------------------------------------------------------------
/Chat Window UI Controller/Chat Window UI Controller/Write VI Refnum.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Chat Window UI Controller/Chat Window UI Controller/Write VI Refnum.vi
--------------------------------------------------------------------------------
/Controls/Message Control.ctl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Controls/Message Control.ctl
--------------------------------------------------------------------------------
/Documentation/Chat Room.mdj:
--------------------------------------------------------------------------------
1 | {
2 | "_type": "Project",
3 | "_id": "AAAAAAFF+h6SjaM2Hec=",
4 | "name": "Untitled",
5 | "ownedElements": [
6 | {
7 | "_type": "UMLModel",
8 | "_id": "AAAAAAFF+qBWK6M3Z8Y=",
9 | "_parent": {
10 | "$ref": "AAAAAAFF+h6SjaM2Hec="
11 | },
12 | "name": "Model",
13 | "ownedElements": [
14 | {
15 | "_type": "UMLClassDiagram",
16 | "_id": "AAAAAAFF+qBtyKM79qY=",
17 | "_parent": {
18 | "$ref": "AAAAAAFF+qBWK6M3Z8Y="
19 | },
20 | "name": "Main",
21 | "defaultDiagram": true,
22 | "ownedViews": [
23 | {
24 | "_type": "UMLClassView",
25 | "_id": "AAAAAAFoxMeZxflVG/0=",
26 | "_parent": {
27 | "$ref": "AAAAAAFF+qBtyKM79qY="
28 | },
29 | "model": {
30 | "$ref": "AAAAAAFoxMeZxPlT5Fk="
31 | },
32 | "subViews": [
33 | {
34 | "_type": "UMLNameCompartmentView",
35 | "_id": "AAAAAAFoxMeZxflW6MU=",
36 | "_parent": {
37 | "$ref": "AAAAAAFoxMeZxflVG/0="
38 | },
39 | "model": {
40 | "$ref": "AAAAAAFoxMeZxPlT5Fk="
41 | },
42 | "subViews": [
43 | {
44 | "_type": "LabelView",
45 | "_id": "AAAAAAFoxMeZxflXSrg=",
46 | "_parent": {
47 | "$ref": "AAAAAAFoxMeZxflW6MU="
48 | },
49 | "visible": false,
50 | "font": "Arial;13;0",
51 | "height": 13
52 | },
53 | {
54 | "_type": "LabelView",
55 | "_id": "AAAAAAFoxMeZxflYc3U=",
56 | "_parent": {
57 | "$ref": "AAAAAAFoxMeZxflW6MU="
58 | },
59 | "font": "Arial;13;1",
60 | "left": 237,
61 | "top": 151,
62 | "width": 78.75537109375,
63 | "height": 13,
64 | "text": "Actor.Server"
65 | },
66 | {
67 | "_type": "LabelView",
68 | "_id": "AAAAAAFoxMeZxflZc0w=",
69 | "_parent": {
70 | "$ref": "AAAAAAFoxMeZxflW6MU="
71 | },
72 | "visible": false,
73 | "font": "Arial;13;0",
74 | "width": 73.67724609375,
75 | "height": 13,
76 | "text": "(from Model)"
77 | },
78 | {
79 | "_type": "LabelView",
80 | "_id": "AAAAAAFoxMeZxflaO5A=",
81 | "_parent": {
82 | "$ref": "AAAAAAFoxMeZxflW6MU="
83 | },
84 | "visible": false,
85 | "font": "Arial;13;0",
86 | "height": 13,
87 | "horizontalAlignment": 1
88 | }
89 | ],
90 | "font": "Arial;13;0",
91 | "left": 232,
92 | "top": 144,
93 | "width": 88.75537109375,
94 | "height": 25,
95 | "stereotypeLabel": {
96 | "$ref": "AAAAAAFoxMeZxflXSrg="
97 | },
98 | "nameLabel": {
99 | "$ref": "AAAAAAFoxMeZxflYc3U="
100 | },
101 | "namespaceLabel": {
102 | "$ref": "AAAAAAFoxMeZxflZc0w="
103 | },
104 | "propertyLabel": {
105 | "$ref": "AAAAAAFoxMeZxflaO5A="
106 | }
107 | },
108 | {
109 | "_type": "UMLAttributeCompartmentView",
110 | "_id": "AAAAAAFoxMeZxflbjDo=",
111 | "_parent": {
112 | "$ref": "AAAAAAFoxMeZxflVG/0="
113 | },
114 | "model": {
115 | "$ref": "AAAAAAFoxMeZxPlT5Fk="
116 | },
117 | "font": "Arial;13;0",
118 | "left": 232,
119 | "top": 169,
120 | "width": 88.75537109375,
121 | "height": 10
122 | },
123 | {
124 | "_type": "UMLOperationCompartmentView",
125 | "_id": "AAAAAAFoxMeZxflc6Jc=",
126 | "_parent": {
127 | "$ref": "AAAAAAFoxMeZxflVG/0="
128 | },
129 | "model": {
130 | "$ref": "AAAAAAFoxMeZxPlT5Fk="
131 | },
132 | "font": "Arial;13;0",
133 | "left": 232,
134 | "top": 179,
135 | "width": 88.75537109375,
136 | "height": 10
137 | },
138 | {
139 | "_type": "UMLReceptionCompartmentView",
140 | "_id": "AAAAAAFoxMeZxfld1yI=",
141 | "_parent": {
142 | "$ref": "AAAAAAFoxMeZxflVG/0="
143 | },
144 | "model": {
145 | "$ref": "AAAAAAFoxMeZxPlT5Fk="
146 | },
147 | "visible": false,
148 | "font": "Arial;13;0",
149 | "width": 10,
150 | "height": 10
151 | },
152 | {
153 | "_type": "UMLTemplateParameterCompartmentView",
154 | "_id": "AAAAAAFoxMeZxfleDYs=",
155 | "_parent": {
156 | "$ref": "AAAAAAFoxMeZxflVG/0="
157 | },
158 | "model": {
159 | "$ref": "AAAAAAFoxMeZxPlT5Fk="
160 | },
161 | "visible": false,
162 | "font": "Arial;13;0",
163 | "width": 10,
164 | "height": 10
165 | }
166 | ],
167 | "font": "Arial;13;0",
168 | "containerChangeable": true,
169 | "left": 232,
170 | "top": 144,
171 | "width": 88.75537109375,
172 | "height": 45,
173 | "nameCompartment": {
174 | "$ref": "AAAAAAFoxMeZxflW6MU="
175 | },
176 | "attributeCompartment": {
177 | "$ref": "AAAAAAFoxMeZxflbjDo="
178 | },
179 | "operationCompartment": {
180 | "$ref": "AAAAAAFoxMeZxflc6Jc="
181 | },
182 | "receptionCompartment": {
183 | "$ref": "AAAAAAFoxMeZxfld1yI="
184 | },
185 | "templateParameterCompartment": {
186 | "$ref": "AAAAAAFoxMeZxfleDYs="
187 | }
188 | }
189 | ]
190 | },
191 | {
192 | "_type": "UMLClass",
193 | "_id": "AAAAAAFoxMeZxPlT5Fk=",
194 | "_parent": {
195 | "$ref": "AAAAAAFF+qBWK6M3Z8Y="
196 | },
197 | "name": "Actor.Server"
198 | }
199 | ]
200 | }
201 | ]
202 | }
--------------------------------------------------------------------------------
/Documentation/Documentation.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Documentation/Documentation.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Room.aliases:
--------------------------------------------------------------------------------
1 | [My Computer]
2 | My Computer = "192.168.1.15"
3 |
4 |
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Room.lvlps:
--------------------------------------------------------------------------------
1 | [ProjectWindow_Data]
2 | ProjectExplorer.ClassicPosition[String] = "130,666,771,1058"
3 |
4 | [AB_Cache_{FD3AC09D-9B7E-4BAC-BA78-319A32F59186}]
5 | Cache_Path[Path] Line0001 = "/C/Users/Thomas/AppData/Local/Temp/AB_Cache_{FD3AC"
6 | Cache_Path[Path] Line0002 = "09D-9B7E-4BAC-BA78-319A32F59186}.txt"
7 |
8 | [AB_Cache_{A9DF4B1E-6019-41DD-8D20-485FE1EEDAAF}]
9 | Cache_Path[Path] Line0001 = "/C/Users/Thomas/AppData/Local/Temp/AB_Cache_{A9DF4"
10 | Cache_Path[Path] Line0002 = "B1E-6019-41DD-8D20-485FE1EEDAAF}.txt"
11 |
12 |
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Room.lvproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | -
4 | 3
5 | true
6 | true
7 | false
8 | 0
9 | My Computer/VI Server
10 | My Computer/VI Server
11 | true
12 | true
13 | false
14 |
-
15 |
16 |
17 | -
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | -
27 |
-
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 | -
68 | true
69 |
70 |
71 | -
72 |
-
73 | true
74 | {D08FD06F-F9A8-4B48-BD1C-A141517CA654}
75 | {5574A6D6-72AE-4E15-82BD-D0CF42190FF1}
76 | 8002
77 | true
78 | {FD3AC09D-9B7E-4BAC-BA78-319A32F59186}
79 | EXE
80 | true
81 | true
82 | true
83 | ../builds/NI_AB_PROJECTNAME/EXE
84 | relativeToCommon
85 | true
86 | {A9DF4B1E-6019-41DD-8D20-485FE1EEDAAF}
87 | 2
88 | 1
89 | ChatWindow.exe
90 | ../builds/NI_AB_PROJECTNAME/EXE/ChatWindow.exe
91 | true
92 | App
93 | Support Directory
94 | ../builds/NI_AB_PROJECTNAME/EXE/data
95 | 2
96 | {4C733656-C15C-4FC4-BD10-8FAB403D2723}
97 | Container
98 | 0
99 | /My Computer/Launcher.vi
100 | TopLevel
101 | VI
102 | 0
103 | /My Computer/Server.lvlib
104 | true
105 | Include
106 | Library
107 | 0
108 | /My Computer/Chat Window Model.lvlib
109 | true
110 | Include
111 | Library
112 | 0
113 | /My Computer/Chat Window Interface.lvlib
114 | true
115 | Include
116 | Library
117 | 0
118 | /My Computer/Chat Window UI Controller.lvlib
119 | true
120 | Include
121 | Library
122 | 6
123 | National Instruments Corporation (U.K.) Ltd.
124 | EXE
125 | EXE
126 | Copyright © 2019 National Instruments Corporation (U.K.) Ltd.
127 | EXE
128 | {352963FF-382C-46E9-8170-3D15247FCF5B}
129 | ChatWindow.exe
130 |
131 |
132 |
133 |
134 |
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Actor Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Interface/Actor Core.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Chat Window Interface.lvlib:
--------------------------------------------------------------------------------
1 |
2 |
3 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!)0!!!*Q(C=\>8.51*"&-4R^O0AV1QM5HAJE!)JP"3Y?C3&PHEG"6,I&%C"&0#`YR3F::6=N04A,!_B:X@GZ_T5)IXW).XL@+U^@NG_N`_]P-[`VT__@N8`K6XPP^,UX`\<\\<HKZPUR`@MD:9(%28+6&/F:;JTS%-?]J#(0/1G.\H*47ZSET>ZET>ZET>ZER>ZE2>ZE2>ZE9_$8/1C&TGE-(G9+!Q;"AAH1V&Y#Z\A#:\AY;O#*XC#*XC#BV-50-%40-%40&SGY!G?Y!G?Y''I)=EYS0%%$]0,?)T(?)T(?*B3RG-!:D)TM"E%BESH_7!]RG-]@*4R')`R')`RU#XD-2\D-2\DY:+R+B[;Z3$(QT"K0)WH]43?RM01;DS.J`%UHM<$>'I]D;>"."-WAU.1=V&T1P/F]41?`KDR.*\'UXA;$VXD$P69G57T(/2Y#E`B+4S&J`!QB!J0Y3E]B;@Q-+Q+4_%J0)7H]$#6#E`B+4Q&J*C5[65-6FR9H&1%B9@8W#UV\J+(J-9BT=WLO3EV.ZPG*N,=(*IX8@.G;NYET=888&4.R>*="-V`4B/NC>'=200CZ53>?$^3"WJ0\;ANN;(7V)J[8#\^ZB.0JZ//R[-/BY0W_\VWOZWWW[UWGYX7[\67KZ8YE<Q]"JYY,A_%N_@3-Z]P>@`SM?[?,HU`^&P["Z[.ON8\=6GD6ZLJ3KE!!!!!
4 | 1.0.0.0
5 | false
6 | 49 56 48 48 56 48 49 50 13 0 0 0 0 1 23 21 76 111 97 100 32 38 32 85 110 108 111 97 100 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 9 0 0 25 251 1 100 1 100 80 84 72 48 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 182 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 0 0 0 0 0 0 255 128 0 255 128 0 0 0 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 128 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 70 105 108 108 100 1 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 185 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 255 204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 86 73 32 73 99 111 110 100 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 83 109 97 108 108 32 70 111 110 116 115 0 1 8 1 1
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Destroy User Events.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Interface/Destroy User Events.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Pre Launch Init.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Interface/Pre Launch Init.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Stop Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Interface/Stop Core.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Update Message Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Interface/Update Message Window.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Interface/Update Online List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Interface/Update Status List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Interface/Update Status List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Send Direct Message Sent.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Direct Message Sent Msg/Send Direct Message Sent.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Forward Direct Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Forward Direct Message Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/New Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/New Message Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/New Message Msg/Send New Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/New Message Msg/Send New Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Send Preserve Sent Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Preserve Sent Message Msg/Send Preserve Sent Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Status Updated Msg/Send Status Updated.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Send Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Online List Msg/Send Update Online List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Send Update Status Log.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/Update Status Log Msg/Send Update Status Log.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/User Updated Status Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model Messages/User Updated Status Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model.lvlib:
--------------------------------------------------------------------------------
1 |
2 |
3 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!)W!!!*Q(C=\>5R<BMR%)8BFS"&7H5J!`7OZAK[AKYQ5/!$K%WJTP6=19#LF#JUA8=&85&^\-,ZFRYI4GR9D9SE-'GOJ==F_:F,L+620EO@^(#OL&YNF_H89^.I@>(4@KU?E^_80`O\HC\[OX_V?HX]#_N0(S\Q^ZUJ?C`PZ>_7\W=0[:O@W1_;8E1UUYK7N.#UV)0*47ZSEZP=Z%6?Z%6?Z%6?Z%G?Z%G?Z%G?Z%%?Z%%?Z%%?Z+/3CVTE)I>E&D=,G5H."/:G+$)8YT%?YT%?PMJYD->YD->YO%8'9TT'9TT'QT!:D`%9D`%9$V-.C5=FRW-]4+`#5XA+4_%J0#SJQF-!CM7+C9N*9+DI,$Y5HM*4?0CIQF.Y#E`B+4RUK`!5HM*4?!I01];OV."-F2Q0USDR**\%EXA3$V-L]33?R*.Y%A`,+@%EHA32,*B-$E(*I/3'Z%PC34T]5O**0)EH]31?OM94SL%TEW;KZ(A#4_!*0)%H]$#&!E`A#4S"*`!QL1*0Y!E]A3@QM*1#4_!*0!%E7*4F&5Q7$!RO#I,!Q]]Y,4'?5AV*D#LVY65@3P6B5R]C^?&10X4VQV1`*08GKT>6P6HK46$`=7KU'K.?2$VYOF&(LA@;DL;F<7BLWJ+WI-VJMWHIB7]](I][(!\;\8<;<L@;<$:;L^>;,J>;,";;T_?;T7;HV]"8[OG&]0S^>0`DS`\HV@8_\P<<`P\W?M`XGT@_8`I@P"PV55`H:9^_!25"JI5!!!!!
4 | 1.0.0.0
5 | false
6 | 49 56 48 48 56 48 49 50 13 0 0 0 0 1 23 21 76 111 97 100 32 38 32 85 110 108 111 97 100 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 9 0 0 25 251 1 100 1 100 80 84 72 48 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 182 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 250 250 250 128 0 128 128 0 128 250 250 250 250 250 250 250 250 250 128 0 128 128 0 128 250 250 250 250 250 250 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 250 250 250 250 250 250 128 0 128 250 250 250 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 250 250 250 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 128 0 128 250 250 250 128 0 128 128 0 128 250 250 250 250 250 250 128 0 128 128 0 128 250 250 250 250 250 250 250 250 250 128 0 128 128 0 128 250 250 250 250 250 250 250 250 250 128 0 128 250 250 250 250 250 250 250 250 250 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 128 0 128 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 127 255 255 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 70 105 108 108 100 1 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 185 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 86 73 32 73 99 111 110 100 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 83 109 97 108 108 32 70 111 110 116 115 0 1 8 1 1
7 |
8 |
9 | -
10 |
11 |
12 |
13 | -
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Actor Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Actor Core.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Forward Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Forward Direct Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Handle Last Ack Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Handle Last Ack Core.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/New Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/New Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Preserve Sent Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Preserve Sent Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Update Online List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Update Status Log.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Update Status Log.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/User Updated Status.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/User Updated Status.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Write Direct Message Sent Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Write Direct Message Sent Msg.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Write Name.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Write Name.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Write Status Updated Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window Model/Chat Window Model/Write Status Updated Msg.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Send Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Direct Message Msg/Send Direct Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Send Send Send Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Send Direct Message Msg/Send Send Send Direct Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Send Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Send Status Updated Msg/Send Send Status Updated.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Read Attributes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Read Attributes.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Status Updated Msg/Send Status Updated.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Send Update Message Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Message Window Msg/Send Update Message Window.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Send Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Online List Msg/Send Update Online List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Send Update Status List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update Status List Msg/Send Update Status List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Send Update VI Title.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller Messages/Update VI Title Msg/Send Update VI Title.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Read Name.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Read Name.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Send Send Direct Message.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Send Send Direct Message.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Send Status Updated.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update Message Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update Message Window.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update Online List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update Online List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update Status List.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update Status List.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update VI Title.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Update VI Title.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Direct Message Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Direct Message Msg.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Message to send.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Message to send.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Name.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Name.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Status Updated Msg.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write Status Updated Msg.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write VI Refnum.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Chat Window UI Controller/Chat Window UI Controller/Write VI Refnum.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Controls/Message Control.ctl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Controls/Message Control.ctl
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Documentation/Documentation.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Documentation/Documentation.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Launcher.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Launcher.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Direct Message Recieved Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Direct Message Recieved Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Enable Controls Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Enable Controls Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Enable Controls Msg/Send Enable Controls.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Enable Controls Msg/Send Enable Controls.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Launch New Chat Window Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Launch New Chat Window Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Launch New Chat Window Msg/Send Launch New Chat Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Launch New Chat Window Msg/Send Launch New Chat Window.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Send Global Chat Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Send Global Chat Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Send Global Chat Msg/Send Send Global Chat.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Send Global Chat Msg/Send Send Global Chat.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Status Update Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Status Update Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Status Updated Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Status Updated Msg/Do.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server Messages/Status Updated Msg/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server Messages/Status Updated Msg/Send Status Updated.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server.lvlib:
--------------------------------------------------------------------------------
1 |
2 |
3 | &1#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!*.!!!*Q(C=\>5`<B."&-@R(YC#VD>!6C1/]+\ARDW''\Q_F>O)SJ%1IHU3*`!.2L\#%T@Q!7DW#JPPDN`'BA)8*))CMZG.^\@TZ_0:U6LKZ;XU2O/VUPZ9HO4_.-N=W^AO,NIJ;;@4@0>]U=[.RH<:PVXU<_X8,OWX`O.]/N]`8`TV^\N3^&*?SL]N>V=X[<0PW6?;8E45J!<6K;:JKD(*ETT*ETT*ETT)ATT)ATT)A^T*H>T*H>T*H>T)D>T)D>T)D<Q@Z#)8O=AB*:-H%S7$*A-ED;%I/37?R*.Y%A_83DS**`%EHM2$%S7?R*.Y%E`CI:M34_**0)EH]4"5FW1`S0%E(I:8Y!E]A3@Q""[G6/!*!-&EQ=$")$!5X!Q_"*\!%XDYK-!4?!*0Y!E]X&<A#4S"*`!%(LLU69GOG1ZS0!QDR_.Y()`D=4Q-,=@D?"S0YX%]4#@(YXA=B$/B-TA%/:W="M[&YX%]`*0D=4S/R`%Y(G\V*_2^:3<.>*$D-4S'R`!9(M0$%$)]BM@Q'"\$Q\!S0)<(]"A?Q].5-DS'R`!9%'.3JJ=RG.(2;'1%BI?`PFOM0[8I%OO(6*N8N3F6GUWVC63<1`8161^4^:"5C[^;6.6CK2:"^?65;"6'.9GK]^21!_=D^5$>5X@5,86$86'8V-85^9E<$M/AY`'IQ_'A`8[PX7[H\8;LT7;DV7KFZ8+JR7,R_"JYR`(Y1DC^F_\Y0.?PQ[@<<`=@VF^_@,T^@(_T`P\T`8K_^US`J@`"OV'P>4EO;`1!5I)7[A!!!!!
4 | 1.0.0.0
5 | false
6 | 49 56 48 48 56 48 49 50 13 0 0 0 0 1 23 21 76 111 97 100 32 38 32 85 110 108 111 97 100 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 9 0 0 25 251 1 100 1 100 80 84 72 48 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 182 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 70 105 108 108 100 1 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 185 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 86 73 32 73 99 111 110 100 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 83 109 97 108 108 32 70 111 110 116 115 0 1 8 1 1
7 |
8 |
9 |
10 | -
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Actor Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Actor Core.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Direct Message Recieved.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Direct Message Recieved.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Enable Controls.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Enable Controls.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Handle Error.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Handle Error.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Handle Last Ack Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Handle Last Ack Core.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Launch New Chat Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Launch New Chat Window.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Pre Launch Init.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Pre Launch Init.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Send Global Chat.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Send Global Chat.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Status Update.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Status Update.vi
--------------------------------------------------------------------------------
/LabVIEW 2015 Version/Server/Server/Stop Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/LabVIEW 2015 Version/Server/Server/Stop Core.vi
--------------------------------------------------------------------------------
/Launcher.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Launcher.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Direct Message Recieved Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Direct Message Recieved Msg/Do.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Enable Controls Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Enable Controls Msg/Do.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Enable Controls Msg/Send Enable Controls.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Enable Controls Msg/Send Enable Controls.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Launch New Chat Window Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Launch New Chat Window Msg/Do.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Launch New Chat Window Msg/Send Launch New Chat Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Launch New Chat Window Msg/Send Launch New Chat Window.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Send Global Chat Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Send Global Chat Msg/Do.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Send Global Chat Msg/Send Send Global Chat.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Send Global Chat Msg/Send Send Global Chat.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Status Update Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Status Update Msg/Do.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Status Updated Msg/Do.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Status Updated Msg/Do.vi
--------------------------------------------------------------------------------
/Server/Server Messages/Status Updated Msg/Send Status Updated.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server Messages/Status Updated Msg/Send Status Updated.vi
--------------------------------------------------------------------------------
/Server/Server.lvlib:
--------------------------------------------------------------------------------
1 |
2 |
3 | '!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!*.!!!*Q(C=\>5`<B."&-@R(YC#VD>!6C1/]+\ARDW''\Q_F>O)SJ%1IHU3*`!.2L\#%T@Q!7DW#JPPDN`'BA)8*))CMZG.^\@TZ_0:U6LKZ;XU2O/VUPZ9HO4_.-N=W^AO,NIJ;;@4@0>]U=[.RH<:PVXU<_X8,OWX`O.]/N]`8`TV^\N3^&*?SL]N>V=X[<0PW6?;8E45J!<6K;:JKD(*ETT*ETT*ETT)ATT)ATT)A^T*H>T*H>T*H>T)D>T)D>T)D<Q@Z#)8O=AB*:-H%S7$*A-ED;%I/37?R*.Y%A_83DS**`%EHM2$%S7?R*.Y%E`CI:M34_**0)EH]4"5FW1`S0%E(I:8Y!E]A3@Q""[G6/!*!-&EQ=$")$!5X!Q_"*\!%XDYK-!4?!*0Y!E]X&<A#4S"*`!%(LLU69GOG1ZS0!QDR_.Y()`D=4Q-,=@D?"S0YX%]4#@(YXA=B$/B-TA%/:W="M[&YX%]`*0D=4S/R`%Y(G\V*_2^:3<.>*$D-4S'R`!9(M0$%$)]BM@Q'"\$Q\!S0)<(]"A?Q].5-DS'R`!9%'.3JJ=RG.(2;'1%BI?`PFOM0[8I%OO(6*N8N3F6GUWVC63<1`8161^4^:"5C[^;6.6CK2:"^?65;"6'.9GK]^21!_=D^5$>5X@5,86$86'8V-85^9E<$M/AY`'IQ_'A`8[PX7[H\8;LT7;DV7KFZ8+JR7,R_"JYR`(Y1DC^F_\Y0.?PQ[@<<`=@VF^_@,T^@(_T`P\T`8K_^US`J@`"OV'P>4EO;`1!5I)7[A!!!!!
4 | 402685952
5 | 1.0.0.0
6 | false
7 | 49 56 48 48 56 48 49 50 13 0 0 0 0 1 23 21 76 111 97 100 32 38 32 85 110 108 111 97 100 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 9 0 0 25 251 1 100 1 100 80 84 72 48 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 182 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 255 0 0 255 0 0 0 0 0 255 0 255 255 255 255 255 255 255 255 255 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 127 255 255 252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 70 105 108 108 100 1 0 2 0 0 0 1 15 13 76 97 121 101 114 46 108 118 99 108 97 115 115 0 0 1 0 0 0 0 0 7 0 0 12 185 0 0 0 0 0 0 0 0 0 0 12 158 0 40 0 0 12 152 0 0 12 0 0 0 0 0 0 32 0 32 0 24 0 0 0 0 0 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 0 255 0 0 0 0 0 0 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 128 0 0 3 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 86 73 32 73 99 111 110 100 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11 83 109 97 108 108 32 70 111 110 116 115 0 1 8 1 1
8 |
9 |
10 |
11 | -
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/Server/Server/Actor Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Actor Core.vi
--------------------------------------------------------------------------------
/Server/Server/Direct Message Recieved.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Direct Message Recieved.vi
--------------------------------------------------------------------------------
/Server/Server/Enable Controls.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Enable Controls.vi
--------------------------------------------------------------------------------
/Server/Server/Handle Error.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Handle Error.vi
--------------------------------------------------------------------------------
/Server/Server/Handle Last Ack Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Handle Last Ack Core.vi
--------------------------------------------------------------------------------
/Server/Server/Launch New Chat Window.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Launch New Chat Window.vi
--------------------------------------------------------------------------------
/Server/Server/Pre Launch Init.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Pre Launch Init.vi
--------------------------------------------------------------------------------
/Server/Server/Send Global Chat.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Send Global Chat.vi
--------------------------------------------------------------------------------
/Server/Server/Send Online Update.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Send Online Update.vi
--------------------------------------------------------------------------------
/Server/Server/Status Update.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Status Update.vi
--------------------------------------------------------------------------------
/Server/Server/Stop Core.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TomsLabVIEWAdventure/ChatRoom/5be809c00f3fcac343be2a5c50a729b55053e240/Server/Server/Stop Core.vi
--------------------------------------------------------------------------------