#!/bin/sh | |
# Ref.: https://www.pythonguis.com/tutorials/packaging-pyqt5-applications-pyinstaller-macos-dmg/ | |
rm -rf build dist/* | |
################################################# | |
# Create app file using pyinstaller | |
################################################# | |
pyinstaller --name 'Huanbu' \ |
#!/bin/sh | |
# References | |
# https://www.pythonguis.com/tutorials/packaging-pyqt5-applications-pyinstaller-macos-dmg/ | |
# https://medium.com/@jackhuang.wz/in-just-two-steps-you-can-turn-a-python-script-into-a-macos-application-installer-6e21bce2ee71 | |
# --------------------------------------- | |
# Clean up previous builds | |
# --------------------------------------- |
<nav> | |
<ul> | |
<li><a href="#" id="homeLink">Home</a></li> | |
<li><a href="#" id="tourLink">Virtual Tour</a></li> | |
<li><a href="#" id="mapLink">Map</a></li> | |
<li><a href="#" id="profileLink">Profile</a></li> | |
</ul> | |
</nav> | |
<div class="container" id="content"> |
Prepare for your next developer job exam with our immersive Quizz Flash Cards RPG! 🎓✨ Dive into different stages, from front-end to back-end, ISTQB, and more, all while battling through questions and leveling up your character. 📈💥 Boost your knowledge with each correct answer and watch your power grow! Perfect for quick memoization and brain training. Ready to challenge yourself? Let the quest begin! 🚀🧠
Developed with care by kvnbbg 👨💻🌟
A Pen by Kevin Marville on CodePen.
A Pen by Kevin Marville on CodePen.
This Vue.js application combines a Pomodoro timer with task management, and includes fake login and registration forms for demonstration purposes. The app is fully translated into English, French, Spanish, and German, and includes a floating bubble advertisement linking to job opportunities. It also features a responsive design that adapts to light or dark themes based on user preference. Ideal for enhancing productivity, this all-in-one app helps manage study sessions efficiently with an intuitive interface and engaging notifications. Check out my LinkedIn for more details.
A Pen by Kevin Marville on CodePen.
<input id="image-selector-input" style="visibility:hidden;" type="file"> | |
<div class="container"> | |
<canvas></canvas> | |
</div> | |
<script type="x-shader/x-fragment" id="vertShader"> | |
precision highp float; |