Constants:
IAC
:255
WILL
:251
WONT
:252
DO
:253
// /adm/daemons/global_graphing.c | |
// Plugin to the globals daemon for graphing ([ string label : int value ]) | |
// can also take an array of strings in the form of: label|value | |
// or a string with lines in the same string form as above | |
// | |
// Created: 2010/09/07: Gesslar | |
// Last Change: 2010/09/07: Gesslar | |
// | |
// 2010/09/07: Gesslar - Created |
The MIT License (MIT) | |
Copyright (c) 2022 Daniel McCarney | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
// /adm/daemons/geo.c | |
// Daemon to get and store GeoLocation | |
// | |
// Created: 2022/03/17: Gesslar | |
// Last Change: 2022/03/17: Gesslar | |
// | |
// 2022/03/17: Gesslar - Created | |
#include <config.h> |