# update your system
sudo dnf update -y && sudo reboot
# add this Fedora COPR repo (copr.fedorainfracloud.org/coprs/tavie/ros2)
sudo dnf copr enable tavie/ros2
# install some packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use bevy::{ | |
ecs::schedule::{LogLevel, ScheduleBuildSettings}, | |
prelude::*, | |
}; | |
fn main() -> AppExit { | |
let mut app = App::new(); | |
// ... |
Sure. I'll go ahead and assume the use-case will be good with "basic" - that sounds pretty fundamental to me.
The following are from the "basic test case template" column of this site.
- CSU Careers - Resume Template: an annotated resume template showing how a nice resume looks
- Chico State - Cheatsheet: a list of small guides and resources from Chico
- CSU - Action Verbs for Resumes: use one of these when describing previous work/positons
- ex:
- Sooner Rover Team - Coordinated the drone sub-team's complaince with federal regulation, including FAA registration and adherence to federal safety guidelines
- OU Career Center - Job Search Guide: giant PDF of resources. Check out page 33 for a 'resume template worksheet'
cargo install cargo-binstall && cargo binstall cargo-flash cargo-all-features cargo-sweep cargo-deny cargo-expand cargo-make cargo-semver-checks cargo-watch cargo-install-update cargo-outdated cargo-bloat cargo-msrv cargo-geiger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"rust-analyzer.cargo.features": "all", | |
"rust-analyzer.check.command": "clippy", | |
"rust-analyzer.files.excludeDirs": ["/.flatpak_builder/"], |
to perform updates on my fedora computer, i use this command
sudo dnf update -y && flatpak update -y && while true; paplay /usr/share/sounds/freedesktop/stereo/complete.oga; sleep 5; end
utterly fantastic, i keep forgetting where the sound is though lol. so here u go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cv2 | |
import cv2.aruco as aruco | |
from configparser import SafeConfigParser | |
from loguru import logger | |
from cv2.aruco import simple_detection | |
class ArucoTracker: | |
""" | |
## ArucoTracker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf install libxfce4ui libxfce4util thunar xfce4-appfinder xfce4-panel xfce4-session xfce4-settings xfconf xfdesktop xfwm4 |