This file contains 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 python3 | |
# --- | |
# Copyright 2020 glowinthedark | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# | |
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, |
This file contains 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
#!/bin/bash | |
### salvaged from some forum and patched by me | |
url=https://dns.he.net/ | |
# These should be set in .hedns-credentials | |
login= | |
password= | |
zoneid= | |
# Optionally override these. |
This file contains 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
# Maintainer: Patrick Niklaus <[email protected]> | |
# Git Version PKGBUILD by Prawn <[email protected]> | |
pkgname=i3-gnome-git | |
pkgver=5.1.r0.gae82c12 | |
pkgrel=1 | |
pkgdesc="Starts i3 inside a gnome session." | |
arch=('any') | |
url="https://github.com/TheMarex/i3-gnome" | |
license=('MIT') | |
groups=() |
This file contains 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
[Match] | |
Name=host* | |
[Network] | |
DHCP=yes |
This file contains 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
using System; | |
using System.IO; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
namespace foreachfile | |
{ | |
class MainClass | |
{ | |
public static void Main(string[] args) |