View pty-test.c
/* Copyright 2015-2020 Rivoreo | |
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: |
View ifconfig.sysctl.c
/* sysctl(3)-based ifconfig(8) implementation | |
Copyright 2015-2020 Rivoreo | |
This Source Code Form is subject to the terms of the Mozilla Public | |
License, v. 2.0. If a copy of the MPL was not distributed with this | |
file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
*/ | |
#include <sys/param.h> | |
#include <sys/types.h> |
View purge-systemd-dev-shm.sh
#!/bin/sh | |
# Copyright 2015-2020 Rivoreo | |
# 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 |
View install-cad-warning.sh
#!/bin/sh | |
# Ctrl-Alt-Del warning for systemd. | |
# Override default CAD action of rebooting system. | |
# Copyright 2015-2020 Rivoreo | |
# | |
# 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, |
View tcpflowreplay.c
/* Replay flow captured by tcpflow(1) to stdout with timing. | |
Copyright 2015-2020 Rivoreo | |
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: |
View tmcmr-tiles-server.c
/* TMCMR Tiles Server for FastCGI | |
Copyright 2015-2020 Rivoreo | |
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: |
View minecraft-ping-server.c
/* Minecraft Ping-Only Server | |
Copyright 2015-2020 Rivoreo | |
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: |
View logcat-color.sh
#!/bin/sh | |
# Colorize logcat(1) output | |
# Copyright 2015-2020 Rivoreo | |
# 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 |
View chatproxy.c
/* Chatroom relay between SSHOUT and ssh-chat | |
* Copyright 2015-2020 Rivoreo | |
* | |
* This program is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU General Public License as published by the | |
* Free Software Foundation, either version 3 of the License, or (at your | |
* option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, but WITHOUT | |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
View droptostop.c
/* This file has no copyright assigned and is placed in the Public Domain. | |
* No warranty is given. | |
*/ | |
#include <termios.h> | |
#include <dlfcn.h> | |
#include <stdlib.h> | |
#include <stdio.h> | |
#ifndef LIBC_PATH |
NewerOlder