Reference Script : https://gist.github.com/aymericbeaumet/d1d6799a1b765c3c8bc0b675b1a1547d
Make sure check and support his work in link above!
Don't forget follow me on twitter : https://twitter.com/astin_rai
Thank You
Warning!
| // | |
| // PersistentBottomSheet.swift | |
| // NewThinks | |
| // | |
| // Created by Hasan Ali on 23/01/26. | |
| // | |
| import SwiftUI | |
| import MapKit |
Reference Script : https://gist.github.com/aymericbeaumet/d1d6799a1b765c3c8bc0b675b1a1547d
Make sure check and support his work in link above!
Don't forget follow me on twitter : https://twitter.com/astin_rai
Thank You
Warning!
| // g++ ping_pong.cpp -o ping_pong -std=c++20 -O3 | |
| #include <algorithm> | |
| #include <cerrno> | |
| #include <cstdint> | |
| #include <cstring> | |
| #include <cstdlib> | |
| #include <iostream> | |
| #include <vector> | |
| #include <chrono> |
| // | |
| /* | |
| Filename: ParallaxDemo.swift | |
| Project: Demo Project | |
| Created by John Durcan on 01/10/2025. | |
| Copyright © 2025 Itch Studio Ltd.. All rights reserved. |
April 2026 TLDR setup for Ollama + Gemma 4 on a Mac mini (Apple Silicon) — auto-start, preload, and keep-alive
Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
| #!/bin/sh | |
| # ISC License | |
| # Copyright (c) 2026 Alexandre Gomes Gaigalas <alganet@gmail.com> | |
| # Permission to use, copy, modify, and/or distribute this software for any | |
| # purpose with or without fee is hereby granted, provided that the above | |
| # copyright notice and this permission notice appear in all copies. | |
| # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |