- Flip your projector
- Unscrew 2 legs
- Rotate black part
- Unscrew 6 screws (2 in the middle and 4 on corners)
- Take a platic card and move it though perimether of bottom part
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
| #!/usr/bin/env bash | |
| # rev 10 | |
| # | |
| # Input inteface | |
| # | |
| YOUTUBE_VID_ID="" | |
| DURATION="" | |
| START_TIME="0:00" |
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
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Aliaksandr Babrykovich", | |
| "label": "Software Engineer", | |
| "image": "", | |
| "email": "abobrikovich@mail.com", | |
| "summary": "As a software engineer with extensive experience in backend development and mobile platforms, I bring a wealth of knowledge and a proven track record of delivering robust, scalable, and efficient software solutions. My career began as a Java EE developer, where I honed my skills in enterprise-level backend systems. Over time, my role evolved, expanding my competencies to include Android and iOS development, as well as working with less mainstream mobile platforms. This diverse experience has equipped me with a deep understanding of the full software development lifecycle, from initial design through to deployment and maintenance. I am curious about leveraging technology to solve complex problems and drive innovation, always striving for excellence in every proj |
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
| gh api -H "Accept: application/vnd.github+json" /repos/metanorma/metanorma-ietf/actions/caches \ | |
| | jq -r '.actions_caches[].key' | grep -E 'chocolatey-cache' \ | |
| | ruby -r 'cgi' -e 'while line = gets; puts CGI.escape(line.strip); end' \ | |
| | xargs -n 1 --no-run-if-empty -S 2048 -I {} \ | |
| env PAGER=cat gh api -X DELETE -H "Accept: application/vnd.github+json" "/repos/metanorma/metanorma-ietf/actions/caches?key={}" |
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
| #!/usr/bin/env python3.11 | |
| import base64 | |
| import json | |
| import requests | |
| import select | |
| import signal | |
| import subprocess | |
| import sys | |
| import time |
OlderNewer



