Skip to content

Instantly share code, notes, and snippets.

View abir-hasan's full-sized avatar
🏠
Concentrating

Abir Hasan abir-hasan

🏠
Concentrating
View GitHub Profile
@abir-hasan
abir-hasan / draggable_content_final.kt
Created January 14, 2025 12:28 — forked from fvilarino/draggable_content_final.kt
Draggable Contente - Final
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
PlaygroundTheme {
Surface(
modifier = Modifier.fillMaxSize(),
color = MaterialTheme.colorScheme.background,
) {
Box {
@abir-hasan
abir-hasan / multiple_ssh_setting.md
Created September 8, 2024 17:38 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@abir-hasan
abir-hasan / ColoredShadow.kt
Created November 19, 2022 19:50 — forked from cedrickring/ColoredShadow.kt
Draw a colored shadow in Android Jetpack Compose
/*
Copyright 2020 Cedric Kring.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,