Skip to content

Instantly share code, notes, and snippets.

View Emonshr's full-sized avatar
💭
Awaking For The Perfection

Emon Sahariar Emonshr

💭
Awaking For The Perfection
View GitHub Profile

Keybase proof

I hereby claim:

  • I am emonshr on github.
  • I am emonshr (https://keybase.io/emonshr) on keybase.
  • I have a public key whose fingerprint is F53F 19D0 CB76 005F 17F5 51F1 5DBA 7D7F 644E 9928

To claim this, I am signing this object:

@Emonshr
Emonshr / jquery.min.js
Last active October 28, 2024 15:01
Just JQuery
/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){r
@Emonshr
Emonshr / nix_based_tui_feed_diff_doer.sh
Last active January 13, 2023 16:27 — forked from megasaturnv/parseRssFeed.sh
Shell script / one-liner to parse and display an rss feed. May require tweaking for RSS feeds without newlines or where <title> and <description> are on separate lines to their text.
#!/bin/sh
#Megasaturnv 2017-07-28
#emonshr 13-01-23 (DD-MM-YY)
#Url of the RSS feed
RSS_URL="https://feeds.bbci.co.uk/news/world/rss.xml"
##Commented version:
#Download the rss feed
curl --silent "$RSS_URL" | \