Skip to content
View Abysim's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Abysim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. telegram-bot telegram-bot Public

    Forked from php-telegram-bot/example-bot

    A personal bot with a fishing game, MegaHAL-like AI, some admin functionality.

    PHP

  2. serial serial Public

    HTML

  3. friendica friendica Public

    Forked from friendica/friendica

    Friendica Communications Platform

    PHP

  4. friendica-addons friendica-addons Public

    Forked from friendica/friendica-addons

    Addons for Friendica

    PHP

  5. n8n n8n Public

    Forked from n8n-io/n8n

    Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.

    TypeScript

  6. IFTTT Podcast MP3 RSS to Twitter, Te... IFTTT Podcast MP3 RSS to Twitter, Telegram, Friendica & Facebook
    1
    const lines = Feed.newFeedItem.EntryContent.split('<br>');
    2
    const finalLines = [];
    3
    
                  
    4
    for (let i = 0; i < lines.length; i++) {
    5
      if (lines[i].indexOf('http') != -1) {