Skip to content
View hyperleex's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report hyperleex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hyperleex/README.md

Hi there 👋

Pinned Loading

  1. Backup and restore a mysql database ...
    1
    # Backup
    2
    docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql
    3
    
                  
    4
    # Restore
    5
    cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE
  2. Wrap every N elements with a class u...
    1
    render() {
    2
        var 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

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
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
1 comment
Loading