This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env lua53 | |
--| File: eui64.lua | |
--| Language: Lua | |
--| Version: 1 | |
--| | |
--| Author: culb( nightfrog ) | |
--| Contact: the01culb[at]protonmail[dot]com | |
--| Purpose: MAC address into an IPv6 link-local address( EUI-64 ) | |
--| License: If this code is used in any way | |
--| then be courteous and include |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
#| File: eui64.pl | |
#| Language: Perl | |
#| Version: 1 | |
#| | |
#| Author: culb( nightfrog ) | |
#| Contact: the01culb[at]protonmail[dot]com | |
#| Purpose: MAC address into an IPv6 link-local address( EUI-64 ) | |
#| License: If this code is used in any way | |
#| then be courteous and include |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*\ | |
* File: hide_events.cpp | |
* Language: C++ | |
* Version: 0 | |
* | |
* Author: culb( nightfrog ) | |
* Contact: the01culb[at]protonmail[dot]com | |
* | |
* License: | |
* If this code is used in any way then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
########################################################### | |
# File: nameservers.pl | |
# Language: Perl | |
# Version: 0 | |
# Author: culb( nightfrog ) | |
# Contact: the01culb[at]protonmail[dot]com | |
# | |
# Usage: perl nameservers.pl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*\ | |
* File: factor.cpp | |
* Language: C++ | |
* Version: 0 | |
* | |
* Author: culb ( nightfrog ) | |
* Contact: the01culb[at]protonmail[dot]com | |
* | |
* Find the factors of a number | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*\ | |
* File: primefactor.cpp | |
* Language: C++ | |
* Version: 0 | |
* | |
* Author: culb ( nightfrog ) | |
* Contact: the01culb[at]protonmail[dot]com | |
* | |
* Find the prime factors of a number | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*\ | |
* File: linuxuptime.cpp | |
* Language: C++ | |
* Version: 5 | |
* | |
* Author: culb (nightfrog) | |
* Contact: the01culb[at]protonmail[dot]com | |
* | |
* Compile: | |
* System uptime: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
############################################################################# | |
# File: check-restart.pl | |
# Language: Perl | |
# Version: 1 | |
# Author: culb (nightfrog) | |
# Contact: the01culb[at]protonmail[dot]com | |
# | |
# Usage: perl check-restart.pl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- File: windownalter.lua | |
-- Language: Lua | |
-- Author: culb( nightfrog ) | |
-- Contact: the01culb[at]protonmail[dot]com | |
-- | |
-- Reference: https://developer.gnome.org/gtk2/stable/GtkWindow.html | |
-- | |
-- Known issues: When using <move down|up>, there are issues positioning when the window isn't maximized | |
-- I didn't spend time figuring out how to solve it. | |
-- All commands where designed to work from a maximized window state |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
##################################### | |
# File: xbps-cleanup.pl | |
# Language: Perl | |
# Version: 1 | |
# Author: culb (nightfrog) | |
# Contact: the01culb[at]protonmail[dot]com | |
# Usage: sudo xbps-cleanup | |
# Purpose:Run xbps-remove (-o && -O) |
NewerOlder