Skip to content

Instantly share code, notes, and snippets.

View SakibFarhad's full-sized avatar

Md. Sakib Ibne Farhad SakibFarhad

  • Tiger IT Bangladesh Ltd.
  • Dhaka, Bangladesh
View GitHub Profile
{"janus":"create","transaction":"6lopxhcm9q","token":"a1b2c3d4"}
{
"janus": "success",
"transaction": "6lopxhcm9q",
"data": {
"id": 3202288680870699
}
}
@SakibFarhad
SakibFarhad / emojoss.md
Last active May 5, 2020 21:18 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
print ("Hello World")
@SakibFarhad
SakibFarhad / arch_guide.md
Last active September 14, 2023 14:53
Arch Linux Setup guide

Let's downlaod the ISO from this link.

Now need a pendrive, 4GB is more then enough. pen drive's path /dev/sdb/

sudo dcfldd if=arch_linux.iso of=/dev/sdb

Now let's boot the target machine with using UEFI and this pendrive.

# GitHub Actions docs
# https://help.github.com/en/articles/about-github-actions
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: Web UI Deploy
on: [push]
jobs:
build:
def get_max():
a = int(raw_input())
b = int(raw_input())
c = int(raw_input())
if a>b:
if a>c:
max_int = a
else:
max_int = c