Working from home
- Burgas, Bulgaria
- http://abysim.com
Block or Report
Block or report Abysim
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
telegram-bot Public
Forked from php-telegram-bot/example-bot
A personal bot with a fishing game, MegaHAL-like AI, some admin functionality.
PHP
-
-
-
-
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
-
1
const lines = Feed.newFeedItem.EntryContent.split('<br>');
2const finalLines = [];
34for (let i = 0; i < lines.length; i++) {
5if (lines[i].indexOf('http') != -1) {