Skip to content

Instantly share code, notes, and snippets.

View Anush-DP's full-sized avatar
Focusing

Anush DP Anush-DP

Focusing
View GitHub Profile
@Anush-DP
Anush-DP / asciiputsonglasses
Created September 10, 2020 13:13 — forked from staringispolite/asciiputsonglasses
Ascii art sunglasses meme
Puts on glasses:
(•_•)
( •_•)>⌐■-■
(⌐■_■)
Takes off glasses ("mother of god..."):
(⌐■_■)
( •_•)>⌐■-■
@Anush-DP
Anush-DP / Dockerfile
Created February 19, 2024 12:28
Dockerfile for installing xilinx ise 14.7 on linux (ubuntu)
FROM ubuntu:22.04
RUN apt update
RUN apt install \
libncurses5 \
libstdc++5 \
libmotif-dev \
xfonts-75dpi \
xfonts-100dpi \
libxi6 \
libxrandr2 -y
@Anush-DP
Anush-DP / chromium-updater.js
Last active September 11, 2024 11:39
chromium-updater.js
/*
TO RUN:
Install nodeJS: https://nodejs.org/en/download
then run:
node chromium-updater.js
*/
const readline = require('readline');
// Set to true for ASi builds