Skip to content

Instantly share code, notes, and snippets.

View KeyCuevasMelgarejo's full-sized avatar
🎯
Focusing

Key Cuevas Melgarejo KeyCuevasMelgarejo

🎯
Focusing
View GitHub Profile
# ------------------------------------------------------------------------------------------
# From a Github Profile, grab a couple of details that'll give us information about its user
# ------------------------------------------------------------------------------------------
# Made with ❤️ in Python 3 by Alvison Hunter - April 5th, 2021
# For JavaScript, Python & Web Development tips, visit our channel: https://bit.ly/3p9hpqj
# ------------------------------------------------------------------------------------------
import requests
import textwrap
from bs4 import BeautifulSoup as bs
@Isurie
Isurie / app.component.ts
Created July 3, 2021 10:47
Create Dialog box component
openDialog(row_obj:any): void {
let dialogRef = this.dialog.open(DialogBoxComponent, {
width: '250px',
data: { name: this.name }
});
dialogRef.afterClosed().subscribe(result => {
this.name = result;
if(this.name!=undefined){
if(this.name==""){
@rxaviers
rxaviers / gist:7360908
Last active July 18, 2024 11:46
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: