Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 5.96 KB

README.md

File metadata and controls

63 lines (45 loc) · 5.96 KB

Miscellaneous code snippets

Small code snippets in different languages (mostly R, Python, Bash, PHP & HTML/JS/CSS).

The py-Files contain

The R-files are a mixed bag of interesting functions and applications, e.g.,

The sh-files contain some scripts for interacting with ChatGPT & GPT3 via API and for interacting with Free Open Source AI on your local machine.

Html files mostly demonstrate some frontend functionalities based on JavaScript or CSS.

They can also be seen in action thanks to GitHub Pages:

Snippet Link
BERUFENET.AI Application html/js_berufenet.ai.html
Huggingface AI Interface html/js_AIInterface.html
Bloom Demo html/js_bloom.html
ChatGPT Demo html/js_ChatGPT.html
Eliza Demo html/eliza32.html
Display JSON html/js_displayJSON.html
Filter JSON html/js_filterJSON.html
API Collection html/js_apiCollection.html
Profilbildung html/js_profilbildung.html
Loading Animation html/css_loading_animation_atom.html
Smart City Dashboard html/mockup_SmartCityDashboard.html
Pyscript Demo html/demo_pyscript.html
Particles Demo html/demo_particles.js.html
Typewriter Demo html/demo_typewriter.html
Simple Switch html/switch.html

Php files mostly demonstrate basic backend functionalities:

Snippet Link
Login Example php/login_example.php
Search Example php/sql_search_example.php
Chat Example php/sql_chat_example.php
API Example php/ausbildungssuche_api_example.php
Dashboard Example php/ausbildungssuche_dashboard_example.php