Trigger Warning?
I have written more SQL in the past few hours than I ever have before.
Trigger Warning?
I have written more SQL in the past few hours than I ever have before.
The next thing - I've update my BYSU.
Now you can specify extensions of files those will be copied. Or leave necessarily fields empty for copying every file.
You can download the last release from here 👉 https://codeberg.org/xolatgames/BYSU/releases/tag/v1.1.1
Or view its source code here 🏔️👉 https://codeberg.org/xolatgames/BYSU
#cpp #cplusplus #sdl #sdl3 #backup #backups #app #apps #soft #software #opensource #imgui #dearimgui #sqlite #sqlite3 #cmake #codelite #codeberg
Hi folks! ✌️
Here's a little app that I've made for this one day.
👉 https://codeberg.org/xolatgames/BYSU
It will help you to create backups of your games' saves.
It has ugly, but workable GUI, and let you create a "backups' list" for multiple games.
Then you will need to push "Create backups!" button, and then your backups was be made.
Thanks for reading, and I will see you in the next time! 😉👋✌️
#backups #imgui #sdl #sdl3 #cpp #cplusplus #cmake #opensource #sqlite #sqlite3 #app #apps #soft #software
Rails의 새로운 변화: ActiveModel 렌더링 개선 및 Active Storage 기능 추가
ActiveModel::Conversion에 기본 render_in 구현이 추가되어, 뷰 파셜에서 객체를 직접 렌더링하거나 로컬 변수를 전달하는 방식이 더 간결해졌습니다.
But now I want to tell you about another one project. It calls as "Django Blog ✍️".
🏔️👉 https://codeberg.org/xolatgames/Django-Blog
These are my "tries" in Django now. There you can see a start page, and a blog page where you can leave your own posts. But! ☝️ These posts will stores only on your locally device. As a "backend" here uses a SQLite 🪶 database.
#django #python #python3 #sql #sqlite #sqlite3 #codeberg #opensource #html #css #pencil2d
Базовые оконные функции
Статья-разбор оконных функций для тех, кто их еще никогда не использовал, с примерами кода и данных: - разница оконных функций и агрегации; - зачем нужна конструкция OVER(); - особенности PARTITION BY; - как задавать порядок расчета (ORDER BY); - примеры функций ранжирования и базовых агрегаций.
https://habr.com/ru/articles/1014468/
#старт_карьеры #sql #sql_server #sqlite #sqlite3 #оконные_функции #оконные_функции_sql #аналитика_данных #аналитик_данных_обучение #аналитика_данных_для_новичков
Hi folks! ✌️
Here's the new version of "Crisps Chat 🍟" 👉 https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.2 with bugfixing 🪲 and new sounds for incoming messages 🎶📩 (Thanks for sounds to Kronbits 🙂)
Have a good day! 😉
#chat #chats #communication #cpp #cplusplus #sdl #sdl2 #imgui #linux #appimage #inkscape #codelite #app #apps #soft #software #dearimgui #sqlite #sqlite3 #opensource #messaging #MessagingApp #cmake #jsonc #codeberg
## The Changes 📝 New features: - [x] Added the sounds for incomming messages 🎵📩 Bug fixing: - [x] Fixed the bug where when a server make itself private, then someone connect to it, and try to enter OTT, the app crashes, then you will need to connect to that server again, and try to ...
Rails 없이 ActiveRecord 사용하는 방법
Rails 프레임워크 전체를 로드하지 않고도 ActiveRecord의 강력한 ORM 기능을 독립적인 Ruby 스크립트에서 활용할 수 있습니다.