This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:A0633B8687E03D9D2DA6858FBF5CD7823BA2B218]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:A0633B8687E03D9D2DA6858FBF5CD7823BA2B218]
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC55OVklv6JJ8TxHqA2yARBdIQFhO8RR0uqoUbYdat4MoMGs95XT6t+SLpqsC2PYwZrtRa4WQ/1x30WvwG/GpmTCih42ec9PnvhZjFB3FAc0Zaxj+YuGotwnHxEiWHp6QAH+L9GCbkljkKh5zb56em+mWaIsWFneJpzcw/Emwho8QvIWkIOh89/s+g6AsBSiDDsSZ2NQ74mUr5XmCA/cCKbS46kXRvrcIp+GDqyZk+9H8DgmOwgmUpvM55M4y6xLJvGhJLpYG4T1GML/jRAJbcaJOrbmVG3qdfoY3/2DTroLE8z/lO9Z030y4C06choVimu+SR1gys5dhDYiAsOOxa1jfyiWECvQhJM4/NYI/xNUPETI3rkyHxbXiFKYzO+4+iSHRmopSu16VnkyowjtVm86xVlVvJtOARI1SZY/l1UlOVUlr27jW7U82MknuUi/nlSKFr9lxh71yE4lOPoKHDgG1ukhzJcAffOfLS/2A/VkUErCIcFIYngL1ZQrUioCZK0O9Q7ANYom5G0xL3wJoCBBGwRCfBFHqDrVtnkbDYc4jhQqH6n6qa3YFESJ/jIsncz3PVuD4i5gfo/O20r5fdr7DEU+VeG+ea71VeZzcvfpyXVxZZwHwcPGtolcbTDeJMdj26zVp79ZVdekWQ0iCCaM5ohlqEhY7GWif1EKH6o9Q== [email protected] |
| diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc | |
| index 71bcef6..5707ccd 100644 | |
| --- a/apps/blagh/app.rc | |
| +++ b/apps/blagh/app.rc | |
| @@ -10,6 +10,9 @@ fn conf_enable_blog { | |
| if(~ $"conf_max_posts_per_page '') | |
| conf_max_posts_per_page=32 | |
| + | |
| + if(~ $"conf_max_lines_per_post '') |
I hereby claim:
To claim this, I am signing this object:
| # Template file for 'protonmail-bridge' | |
| pkgname=protonmail-bridge | |
| version=1.0.1 | |
| _revision=4 | |
| revision=1 | |
| #wrksrc= | |
| #create_wrksrc=yes | |
| #only_for_archs="i686 x86_64" | |
| # build_style=gnu-configure | |
| #configure_args="" |
| #!/bin/sh | |
| while true; do | |
| feh --bg-fill -z ~/Pictures/Wallpapers/ | |
| sleep 30m | |
| done |
| clear all | |
| function newFinal = addAndConcat(oldFinal, newEnding) | |
| % Copy every 30th line | |
| N=30; | |
| fid = newEnding; | |
| % Delete top 3 lines | |
| C = textread(fid, '%s', 'Delimiter', '\n', 'HeaderLines',3); | |
| C = C(1:N:length(C)); |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86 4.9.34-gentoo Kernel Configuration | |
| # | |
| # | |
| # Gentoo Linux | |
| # | |
| CONFIG_GENTOO_LINUX=y | |
| CONFIG_GENTOO_LINUX_UDEV=y |
| # Save this to /home/USER/.config/systemd/user/sr.ht.service | |
| [Unit] | |
| Description=Sr.ht Files Server | |
| [Service] | |
| Type=simple | |
| # Remember to change these values to your user name | |
| ExecStart=/usr/bin/python /home/anjan/sr.ht/app.py |