All Projects → irthomasthomas → helpmecode

irthomasthomas / helpmecode

Licence: other
Augmented Intelligence Programming

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to helpmecode

learn-x-if-you-know-y
Learn X if you Know Y Where X = Programming language that you want to learn & Y = Programming language that you already know.
Stars: ✭ 24 (-54.72%)
Mutual labels:  programming
Iosevka-Mayukai
Font based on Iosevka Custom Build, with combination from Iosevka SS04 Menlo, SS07 Monaco, SS09 Source Code Pro, SS12 Ubuntu Mono, SS14 Jetbrains Mono, Hack Style, and some Nerd Font Patching.
Stars: ✭ 149 (+181.13%)
Mutual labels:  programming
FizzBuzz-Hacktoberfest-2021
🎃 Submit creative FizzBuzz solutions in any language you want! Open for beginners !
Stars: ✭ 17 (-67.92%)
Mutual labels:  programming
thelittlebookofruby
Ukrainian translation of “The Little Book Of Ruby”
Stars: ✭ 38 (-28.3%)
Mutual labels:  programming
Cyclops-PRU
Programming framework for the Beaglebone black's Programmable Realtime Unit (PRU)
Stars: ✭ 33 (-37.74%)
Mutual labels:  programming
one-note-a-day
编程每日一题:每天一道精选面试或编程题,180秒内语音答题模式凝练答案。次日推送标准参考答案至群内供大家复盘,做到事事有回音,题题有答案。
Stars: ✭ 70 (+32.08%)
Mutual labels:  programming
Conway-s-Game-of-life---Python
Conways game of life with pygame
Stars: ✭ 26 (-50.94%)
Mutual labels:  programming
NamingThings
Content on tips, tricks, advice, practices for naming things in in software/technology
Stars: ✭ 31 (-41.51%)
Mutual labels:  programming
Python-Fundamentals
Jupyter Notebooks for How to Think Like a Computer Scientist - Learning with Python 3 (RLE) Textbook
Stars: ✭ 30 (-43.4%)
Mutual labels:  programming
End-to-End-Machine-Learning-Projects
This repository contains Machine Learning projects that involve the steps starting from data collection to deployment
Stars: ✭ 74 (+39.62%)
Mutual labels:  programming
311
Interactive Web Development
Stars: ✭ 33 (-37.74%)
Mutual labels:  programming
matlab-novice-inflammation
Programming with MATLAB
Stars: ✭ 26 (-50.94%)
Mutual labels:  programming
shell-genomics
Introduction to the Command Line for Genomics
Stars: ✭ 54 (+1.89%)
Mutual labels:  programming
Prime-Python
이 저장소는 생능출판사의 "으뜸 파이썬"을 기반으로 합니다.
Stars: ✭ 18 (-66.04%)
Mutual labels:  programming
interview-questions
Collection of popular interview questions and their answers
Stars: ✭ 47 (-11.32%)
Mutual labels:  programming
Nuua
The Nuua Programming Language - A zero dependencies, high level strong typed, interpreted language built on the top of modern C++17.
Stars: ✭ 41 (-22.64%)
Mutual labels:  programming
site
Course materials for the Geo-Python course at the University of Helsinki, Finland
Stars: ✭ 166 (+213.21%)
Mutual labels:  programming
aws-java-developer-guide
Official repository of the AWS SDK for Java Developer Guide -- issues and contributions are welcome, see README for details.
Stars: ✭ 111 (+109.43%)
Mutual labels:  programming
introcsharpbook
"Fundamentals of Computer Programming with C#" Book
Stars: ✭ 12 (-77.36%)
Mutual labels:  programming
learn-dlang
Learn D programming language by creating games!
Stars: ✭ 42 (-20.75%)
Mutual labels:  programming

helpme.code

<jk: A context aware coding AI. >

helpmecode ai assistant live demo in Apache Groovy

Introduction

This began as a joke. I tried some VS Code "AI" plugin and saw that it was essentially an autocomplete ranked by popularity. I quipped to a friend that I could probably knock out something better in under an hour. And this was the result. Give it a programming problem and it fetches an answer from stackoverflow and types the code for you in to your editor.

helpmecode programming ai assistant python-groovy-c#-sql-java

50 loc in 30 minutes (originaly), that interfaced with howdoi (which interfaces with Google... that indexes stackexchange, which houses the information created by many humans, that lived in the house that Jack built. Phew!) But it turned out to have far more utility than I had expected. It really was very useful for learning new programming languages, or knocking out a script in a language I'd never used before. It was greater than the sum of its parts. I would liken it to the electric car: Google is the lithium/ion chemistry, howdoi is the battery, and helpmecode is the Tesla (well, I did say it was joke ;).

Feedback

helpmecode-AI-assistant

helpmecode-augmented-intelligence-review

AI-helpmecode-user-review

AI-augmented-intelligence-groovy-programming

helpmecode-AI-augmented-intelligence-learning

Instructions

  1. python3 server.py

  2. If you have not done so already, install v1.1~ of www.autohotkey.com

  3. If python is on a different machine, edit helpmecode.ahk to include its IP address

  4. Open helpmecode.ahk

  • Query history and error messages are sent to python terminal.

  • If you share the python server between clients, you may benefit slightly from the shared cache.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].