Skip to content

Instantly share code, notes, and snippets.

View uzeyir-yariz's full-sized avatar
💚
Focusing

uzeyir-yariz uzeyir-yariz

💚
Focusing
View GitHub Profile
@Richardtex22
Richardtex22 / books.json
Last active February 17, 2025 06:38
A books array to mock data.
[
{
"id": "001",
"author": "Chinua Achebe",
"country": "Nigeria",
"imageLink": "https://unsplash.com/photos/9DaOYUYnOls",
"language": "English",
"link": "https://en.wikipedia.org/wiki/Things_Fall_Apart\n",
"pages": 209,
"title": "Things Fall Apart",
@adamlogic
adamlogic / ghpreview.sh
Created November 9, 2012 17:14
Preview a Markdown file using Github's conversion and styling
#!/bin/bash
md_filename=$1
html_filename=/tmp/ghpreview.html
url=https://api.github.com/markdown/raw
# Markdown to HTML
html=`curl --data-binary @$md_filename -H 'Content-Type:text/plain' $url`
# Grab Github's fingerprinted stylesheets