Skip to content

Instantly share code, notes, and snippets.

View rezaduty's full-sized avatar
🚩
~

reza.duty rezaduty

🚩
~
View GitHub Profile
@rezaduty
rezaduty / index.html
Last active August 25, 2017 17:45
Create Directory List with js applied for jekyll powered because post name is yy-mm-dd-nameoffile.md (Github Api)
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<div class="file_tree"></div>
{
"version": 0.1,
"release_date": "2017-04-09",
"last_modified": "2017-04-09",
"curated_feeds": [
{
"source_name": "دیجیاتو",
"source_url": "http://digiato.com/feed/",
"source_category": "تکنولوژی"
<?xml version="1.0" encoding="UTF-8" ?>
<opml version="1.0">
<head>
<title>寸志 subscriptions in Digg Reader</title>
</head>
<body>
<outline text="Framer Blog" title="Framer Blog" type="rss" xmlUrl="http://framerjs.tumblr.com/rss" htmlUrl="http://framerjs.tumblr.com/" />
<outline text="粉丝日志" title="粉丝日志" type="rss" xmlUrl="http://blog.fens.me/feed/" htmlUrl="http://blog.fens.me" />
<outline text="AngularJS" title="AngularJS" type="rss" xmlUrl="http://blog.angularjs.org/feeds/posts/default" htmlUrl="http://blog.angularjs.org/" />
<outline text="blog.izs.me" title="blog.izs.me" type="rss" xmlUrl="http://blog.izs.me/rss" htmlUrl="http://blog.izs.me/" />

Keybase proof

I hereby claim:

  • I am rezaduty on github.
  • I am rezaduty (https://keybase.io/rezaduty) on keybase.
  • I have a public key ASC1lM3CdWc99wQDLFgKGLFafsgJrsd3cCR5XofFyRXtbwo

To claim this, I am signing this object:

@rezaduty
rezaduty / connect_linkedin.js
Created April 13, 2019 07:37 — forked from bertolo1988/connect_linkedin.js
Quickly your LinkedIn network
// 1. load https://www.linkedin.com/mynetwork/
// 2. make sure your LinkedIn is in English
// 3. paste this script on chrome dev tools at your own risk
async function moreConnectionsPlease() {
// maximum limit of Connect buttons clicked
const LIMIT = 500;
// wait in ms before each scroll
const SCROLL_TIMEOUT = 600;
// bulk scroll will scroll this amount of times
@rezaduty
rezaduty / resources.md
Created May 26, 2019 13:59 — forked from fffaraz/resources.md
CS 306 - Linux/UNIX Programming
@rezaduty
rezaduty / update-golang.md
Created September 2, 2019 11:17 — forked from nikhita/update-golang.md
How to update the Go version

How to update the Go version

System: Debian/Ubuntu/Fedora. Might work for others as well.

1. Uninstall the exisiting version

As mentioned here, to update a go version you will first need to uninstall the original version.

To uninstall, delete the /usr/local/go directory by:

@rezaduty
rezaduty / golang_on_rpi.md
Created September 2, 2019 11:18 — forked from simoncos/golang_on_rpi.md
Install Golang 1.9 on Raspberry Pi

Install Golang 1.9:

wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.9.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin # put into ~/.profile

If already installed old golang with apt-get:

> [Suggested description]
> The liquid-speech-balloon (aka LIQUID SPEECH BALLOON) plugin 1.0.5 for
> WordPress allows XSS with Internet Explorer.
>
> ------------------------------------------
>
> [Additional Information]
> Internet Explorer treats the accent grave (`) as an attribute delimiter
> like " and '. The quotation mark (") will be stripped from the
> attribute value when using the innerHTML property in case it doesn't
██████╗ ███████╗ ██████╗ ██████╗ ███╗ ██╗
██╔══██╗██╔════╝██╔════╝██╔═══██╗████╗ ██║
██████╔╝█████╗ ██║ ██║ ██║██╔██╗ ██║
██╔══██╗██╔══╝ ██║ ██║ ██║██║╚██╗██║
██║ ██║███████╗╚██████╗╚██████╔╝██║ ╚████║
╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝
@intx0x80