home.social

#snippet — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #snippet, aggregated by home.social.

  1. Look at what I made... I made.. a Kate snippet... but not just any Kate snippet... it's a Kate snippet that can make a href links to selected text using clipboard content.... It took me 24 hours of work because there are literally zero tutorials nor documentation on this in Japanese... I have also made this accessible with a keyboard shortcut... so that I can make href links at will.... without typing <a href="clipboardtext.html">selectedtext</a>every single time....

    Snippet:

    ${hrefwrap()}

    Script Library:
    function hrefwrap() {return "<a href=\"" + editor.clipboardText() + "\">" + view.selectedText() + "</a>";}

    #Kate #KDE #Snippet

  2. Look at what I made... I made.. a Kate snippet... but not just any Kate snippet... it's a Kate snippet that can make a href links to selected text using clipboard content.... It took me 24 hours of work because there are literally zero tutorials nor documentation on this in Japanese... I have also made this accessible with a keyboard shortcut... so that I can make href links at will.... without typing <a href="clipboardtext.html">selectedtext</a>every single time....

    Snippet:

    ${hrefwrap()}

    Script Library:
    function hrefwrap() {return "<a href=\"" + editor.clipboardText() + "\">" + view.selectedText() + "</a>";}

    #Kate #KDE #Snippet

  3. Look at what I made... I made.. a Kate snippet... but not just any Kate snippet... it's a Kate snippet that can make a href links to selected text using clipboard content.... It took me 24 hours of work because there are literally zero tutorials nor documentation on this in Japanese... I have also made this accessible with a keyboard shortcut... so that I can make href links at will.... without typing <a href="clipboardtext.html">selectedtext</a>every single time....

    Snippet:

    ${hrefwrap()}

    Script Library:
    function hrefwrap() {return "<a href=\"" + editor.clipboardText() + "\">" + view.selectedText() + "</a>";}

    #Kate #KDE #Snippet

  4. To search for Google API keys recursively in the current folder and its sub-folders with ripgrep:

    rg 'AIza[0-9A-Za-z\-_]{35}' -o

    Also shared on Shodan Snippets:

    snippets.shodan.io/c/FHw2r7wWI

    #Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet

  5. To search for Google API keys recursively in the current folder and its sub-folders with ripgrep:

    rg 'AIza[0-9A-Za-z\-_]{35}' -o

    Also shared on Shodan Snippets:

    snippets.shodan.io/c/FHw2r7wWI

    #Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet

  6. To search for Google API keys recursively in the current folder and its sub-folders with ripgrep:

    rg 'AIza[0-9A-Za-z\-_]{35}' -o

    Also shared on Shodan Snippets:

    snippets.shodan.io/c/FHw2r7wWI

    #Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet

  7. To search for Google API keys recursively in the current folder and its sub-folders with ripgrep:

    rg 'AIza[0-9A-Za-z\-_]{35}' -o

    Also shared on Shodan Snippets:

    snippets.shodan.io/c/FHw2r7wWI

    #Security #OneLiner #Google #GoogleAPIKeys #APIkeys #ripgrep #Regex #BugBounty #Snippet

  8. "That's great. And freaky at the same time. My girlfriend knows where the kitchen is in the no longer existing palace of an Egyptian Pharaoh who's been dead for some two thousand years."

    #WIP #snippet #WipQuote

  9. "That's great. And freaky at the same time. My girlfriend knows where the kitchen is in the no longer existing palace of an Egyptian Pharaoh who's been dead for some two thousand years."

    #WIP #snippet #WipQuote

  10. "That's great. And freaky at the same time. My girlfriend knows where the kitchen is in the no longer existing palace of an Egyptian Pharaoh who's been dead for some two thousand years."

    #WIP #snippet #WipQuote

  11. "That's great. And freaky at the same time. My girlfriend knows where the kitchen is in the no longer existing palace of an Egyptian Pharaoh who's been dead for some two thousand years."

    #WIP #snippet #WipQuote

  12. "That's great. And freaky at the same time. My girlfriend knows where the kitchen is in the no longer existing palace of an Egyptian Pharaoh who's been dead for some two thousand years."

    #WIP #snippet #WipQuote

  13. Hi there,
    This lovely #FursuitFriday I have been released from hospital.
    In the past days I was able to resume work I was unable to do for a long time: I actually got work done on my #comic! Here's a little #snippet from the upcoming #chapter. More on my #webcomic later…
    #furry #furryart #art

  14. Hi there,
    This lovely #FursuitFriday I have been released from hospital.
    In the past days I was able to resume work I was unable to do for a long time: I actually got work done on my #comic! Here's a little #snippet from the upcoming #chapter. More on my #webcomic later…
    #furry #furryart #art

  15. Hi there,
    This lovely #FursuitFriday I have been released from hospital.
    In the past days I was able to resume work I was unable to do for a long time: I actually got work done on my #comic! Here's a little #snippet from the upcoming #chapter. More on my #webcomic later…
    #furry #furryart #art

  16. Hi there,
    This lovely #FursuitFriday I have been released from hospital.
    In the past days I was able to resume work I was unable to do for a long time: I actually got work done on my #comic! Here's a little #snippet from the upcoming #chapter. More on my #webcomic later…
    #furry #furryart #art

  17. Hi there,
    This lovely #FursuitFriday I have been released from hospital.
    In the past days I was able to resume work I was unable to do for a long time: I actually got work done on my #comic! Here's a little #snippet from the upcoming #chapter. More on my #webcomic later…
    #furry #furryart #art

  18. dans vim pour copier une ligne, contenant par exemple une URL, dans le presse-papier : `:[numero de ligne]y<enter>` ou `:+[distance relative]y<enter>`. L'ouvrir dans un onglet firefox grâce à vimium : `P`.

    #snippet #vim

  19. dans vim pour copier une ligne, contenant par exemple une URL, dans le presse-papier : `:[numero de ligne]y<enter>` ou `:+[distance relative]y<enter>`. L'ouvrir dans un onglet firefox grâce à vimium : `P`.

    #snippet #vim

  20. dans vim pour copier une ligne, contenant par exemple une URL, dans le presse-papier : `:[numero de ligne]y<enter>` ou `:+[distance relative]y<enter>`. L'ouvrir dans un onglet firefox grâce à vimium : `P`.

    #snippet #vim

  21. dans vim pour copier une ligne, contenant par exemple une URL, dans le presse-papier : `:[numero de ligne]y<enter>` ou `:+[distance relative]y<enter>`. L'ouvrir dans un onglet firefox grâce à vimium : `P`.

    #snippet #vim

  22. dans vim pour copier une ligne, contenant par exemple une URL, dans le presse-papier : `:[numero de ligne]y<enter>` ou `:+[distance relative]y<enter>`. L'ouvrir dans un onglet firefox grâce à vimium : `P`.

    #snippet #vim

  23. Hi there,
    I have great #news on this #FursuitFriday! I'll be out of hospital by next Friday and will continue my treatment as an outpatient. The treatment itself has helped me tremendously.
    In fact I started a bigger #artwork just recently, of which I'll show you a #snippet.
    #art #furryart #furry

  24. Hi there,
    I have great #news on this #FursuitFriday! I'll be out of hospital by next Friday and will continue my treatment as an outpatient. The treatment itself has helped me tremendously.
    In fact I started a bigger #artwork just recently, of which I'll show you a #snippet.
    #art #furryart #furry

  25. Hi there,
    I have great #news on this #FursuitFriday! I'll be out of hospital by next Friday and will continue my treatment as an outpatient. The treatment itself has helped me tremendously.
    In fact I started a bigger #artwork just recently, of which I'll show you a #snippet.
    #art #furryart #furry

  26. Hi there,
    I have great #news on this #FursuitFriday! I'll be out of hospital by next Friday and will continue my treatment as an outpatient. The treatment itself has helped me tremendously.
    In fact I started a bigger #artwork just recently, of which I'll show you a #snippet.
    #art #furryart #furry

  27. Hi there,
    I have great #news on this #FursuitFriday! I'll be out of hospital by next Friday and will continue my treatment as an outpatient. The treatment itself has helped me tremendously.
    In fact I started a bigger #artwork just recently, of which I'll show you a #snippet.
    #art #furryart #furry

  28. ça m'a pris 10 minutes chrono pour implémenter pagefind, un moteur de recherche qui fonctionne dans le navigateur et "sans" serveur, sur mon site eleventy. je le fais surtout pour moi, mais en fait, c'est certainement essentiel pour créer de la navigabilité dans un petit site perso. je ne sais pas si ça vaut la peine d'en faire un billet de blog mais en attendant, voici une requête de tirage qui pourra servir d'inspiration : codeberg.org/taniki/11d.im/pul

    #eleventy #snippet #howto

  29. ça m'a pris 10 minutes chrono pour implémenter pagefind, un moteur de recherche qui fonctionne dans le navigateur et "sans" serveur, sur mon site eleventy. je le fais surtout pour moi, mais en fait, c'est certainement essentiel pour créer de la navigabilité dans un petit site perso. je ne sais pas si ça vaut la peine d'en faire un billet de blog mais en attendant, voici une requête de tirage qui pourra servir d'inspiration : codeberg.org/taniki/11d.im/pul

    #eleventy #snippet #howto

  30. ça m'a pris 10 minutes chrono pour implémenter pagefind, un moteur de recherche qui fonctionne dans le navigateur et "sans" serveur, sur mon site eleventy. je le fais surtout pour moi, mais en fait, c'est certainement essentiel pour créer de la navigabilité dans un petit site perso. je ne sais pas si ça vaut la peine d'en faire un billet de blog mais en attendant, voici une requête de tirage qui pourra servir d'inspiration : codeberg.org/taniki/11d.im/pul

    #eleventy #snippet #howto

  31. ça m'a pris 10 minutes chrono pour implémenter pagefind, un moteur de recherche qui fonctionne dans le navigateur et "sans" serveur, sur mon site eleventy. je le fais surtout pour moi, mais en fait, c'est certainement essentiel pour créer de la navigabilité dans un petit site perso. je ne sais pas si ça vaut la peine d'en faire un billet de blog mais en attendant, voici une requête de tirage qui pourra servir d'inspiration : codeberg.org/taniki/11d.im/pul

    #eleventy #snippet #howto

  32. ça m'a pris 10 minutes chrono pour implémenter pagefind, un moteur de recherche qui fonctionne dans le navigateur et "sans" serveur, sur mon site eleventy. je le fais surtout pour moi, mais en fait, c'est certainement essentiel pour créer de la navigabilité dans un petit site perso. je ne sais pas si ça vaut la peine d'en faire un billet de blog mais en attendant, voici une requête de tirage qui pourra servir d'inspiration : codeberg.org/taniki/11d.im/pul

    #eleventy #snippet #howto

  33. En @proxmox las imágenes #cloud de @alpinelinux están bastante conseguidas, tamaño liviano y con los #snippet todo configurable.
    alpinelinux.org/cloud/

  34. En @proxmox las imágenes #cloud de @alpinelinux están bastante conseguidas, tamaño liviano y con los #snippet todo configurable.
    alpinelinux.org/cloud/

  35. En @proxmox las imágenes #cloud de @alpinelinux están bastante conseguidas, tamaño liviano y con los #snippet todo configurable.
    alpinelinux.org/cloud/

  36. En @proxmox las imágenes #cloud de @alpinelinux están bastante conseguidas, tamaño liviano y con los #snippet todo configurable.
    alpinelinux.org/cloud/

  37. En @proxmox las imágenes #cloud de @alpinelinux están bastante conseguidas, tamaño liviano y con los #snippet todo configurable.
    alpinelinux.org/cloud/

  38. "What are you doing?" Charisma asked.

    "Isolating," Hilda explained. "School's sixth year, fourth month, class of Hexmaster Dundree on grabbing spooks by the balls. You should remember that."

    "Uh-huh." It was clear that Charisma had forgotten various things from her school years. "I do think he called it something else."

    #WIP #Snippet #Writing #Fantasy

  39. "What are you doing?" Charisma asked.

    "Isolating," Hilda explained. "School's sixth year, fourth month, class of Hexmaster Dundree on grabbing spooks by the balls. You should remember that."

    "Uh-huh." It was clear that Charisma had forgotten various things from her school years. "I do think he called it something else."

    #WIP #Snippet #Writing #Fantasy

  40. "What are you doing?" Charisma asked.

    "Isolating," Hilda explained. "School's sixth year, fourth month, class of Hexmaster Dundree on grabbing spooks by the balls. You should remember that."

    "Uh-huh." It was clear that Charisma had forgotten various things from her school years. "I do think he called it something else."

    #WIP #Snippet #Writing #Fantasy