Skip to content

Instantly share code, notes, and snippets.

View mohit6350's full-sized avatar
🎯
Focusing

Mohit khare mohit6350

🎯
Focusing
  • persistent systems
  • India
  • 02:27 (UTC +05:30)
View GitHub Profile
@ConnerWill
ConnerWill / Convert-ImageToAsciiArt.ps1
Last active December 20, 2023 20:07
Convert-ImageToAsciiArt - PowerShell function to convert an image to ascii art
# NOTICE: This project has been moved to its own repository https://github.com/ConnerWill/Convert-ImageToASCIIArt
function Convert-ImageToAsciiArt {
<#
.SYNOPSIS
Function to convert an image to ascii art.
.DESCRIPTION
The function Convert-ImageToAsciiArt takes an image file path and converts the image to ASCII art.
The ASCII art is created by replacing each pixel in the image with an ASCII character based on the brightness of the pixel.
@oofnikj
oofnikj / answerfile
Last active May 7, 2024 05:55
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"