Skip to content

Instantly share code, notes, and snippets.

View zakaria-chahboun's full-sized avatar

zakaria chahboun zakaria-chahboun

View GitHub Profile
@zakaria-chahboun
zakaria-chahboun / gist:f77d4319fb32e2331cb51b404e2fc4ed
Last active September 13, 2021 13:41
How to remove all GitLab projects by API

First of all you need to create a personal access token:

Go to profile/preferences/access tokens or just click here

alt text

Repalce your token in token variable in this code bellow:

const axios = require("axios");

// Your authorization token here
@uupaa
uupaa / image.resize.in.github.flavored.markdown.md
Last active May 2, 2024 14:54
image resize in github flavored markdown.

Image source

https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png

Try resize it!

  • ![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png | width=100)