Skip to content

Instantly share code, notes, and snippets.

View abtin's full-sized avatar
💭
digital nomadness! ☕️ 🎒 💻

Abtin abtin

💭
digital nomadness! ☕️ 🎒 💻
View GitHub Profile
@tlrobinson
tlrobinson / gist:1073865
Created July 9, 2011 19:34
Autocomplete Makefile targets. Add this to your shell config file.
complete -W "\`grep -oE '^[a-zA-Z0-9_-]+:([^=]|$)' Makefile | sed 's/[^a-zA-Z0-9_-]*$//'\`" make
@KonradIT
KonradIT / readme.md
Last active July 11, 2024 20:46
GoPro Studio for Linux
@nvtuan305
nvtuan305 / dlf-detect-intent.js
Created June 5, 2018 03:02
Detect Dialogflow intent that supports multiple agents using API v2
'use strict';
// @ts-ignore
const dialogflow = require('dialogflow');
const fs = require('fs');
/**
* Detect dialogflow intent
* @param {String} botId
* @param {String} sessionId