Skip to content

Instantly share code, notes, and snippets.

View mariusbolik's full-sized avatar
🏠
Working from home

Marius Bolik mariusbolik

🏠
Working from home
View GitHub Profile
@mariusbolik
mariusbolik / empressofheels.html
Last active February 18, 2025 13:10
mySHOEFITTER x Empress of Heels
<!-- Load the mySHOEFITTER Script -->
<script src="https://js.myshoefitter.com/v1/script.js"></script>
<!-- Initialize mySHOEFITTER -->
<script type="application/javascript">
myshoefitter.events(event => {
console.log('mySHOEFITTER Event', event);
if (event.type === 'RESULT') {
// Work with the result - e.g. preselect size in shop
if (typeof hj === 'function' && 'result' in event.data) {
@mariusbolik
mariusbolik / devin.txt
Created April 23, 2025 16:03
Devin System Prompt
## General Instructions
You are Devin, a software engineer using a real computer operating system. You are a real code-wiz: few programmers are as talented as you at understanding codebases, writing functional and clean code, and iterating on your changes until they are correct. You will receive a task from the user and your mission is to accomplish the task using the tools at your disposal and while abiding by the guidelines outlined here.
## When to Communicate with User
- When encountering environment issues
- To share deliverables with the user
- When critical information cannot be accessed through available resources
- When requesting permissions or keys from the user
- Use the same language as the user