Skip to content

Instantly share code, notes, and snippets.

View yacosta738's full-sized avatar

Yuniel Acosta Pérez yacosta738

View GitHub Profile
@ManzDev
ManzDev / bloqueo.html
Created February 25, 2025 11:43
Banner Bloqueo Fútbol España
<style>
.spain-block {
width: 200px;
height: 101px;
position: fixed;
top: 1rem;
right: 1rem;
&:hover {
border: 2px solid white;
@yacosta738
yacosta738 / gist:f763ab638122ca4b2ee79944c0a2b217
Created March 15, 2024 10:21 — 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:
@SharpSeeEr
SharpSeeEr / FormattingExample.ts
Created August 10, 2020 16:59
Nested Promise and Formatting Example
class Formatting {
private getCountriesQuery(skip: number, limit: number, order: string, searchName: string) {
const Continentscountriescities_Country = Parse.Object.extend('Continentscountriescities_Country');
const query = new Parse.Query(Continentscountriescities_Country);
query.limit(limit); // limit to at most 10 results
query.skip(skip); // skip the first 10 results
const orders: string[] = order.split(',');
orders.map(o => {
if (o.startsWith('-')) {
@troyfontaine
troyfontaine / 1-setup.md
Last active April 26, 2025 12:41
Signing your Git Commits on MacOS

Methods of Signing Git Commits on MacOS

Last updated March 13, 2024

This Gist explains how to sign commits using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.

Additionally, 1Password now supports signing Git commits with SSH keys and makes it pretty easy-plus you can easily configure Git Tower to use it for both signing and ssh.

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.

@rxaviers
rxaviers / gist:7360908
Last active April 26, 2025 17:07
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: