🏠
Working from home
Pinned Loading
-
Backup and restore a mysql database ...
Backup and restore a mysql database from a running Docker mysql container 1# Backup
2docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql
34# Restore
5cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE
-
Wrap every N elements with a class u...
Wrap every N elements with a class using React.js 1render() {
2var content = [
3"content 1", "content 2", "content 3", "content 4", "content 5",
4"content 6", "content 7", "content 8", "content 9", "content 10"
5];
1 contribution in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created an issue in spacedriveapp/spacedrive that received 1 comment
Large file preview blocks ui
Check for other issues I've checked for other issues, and none exist. Issue description When previewing JSON files of approximately 337KB in siz…
2 tasks done