-
create a virtual environment
python -m venv openCv -
install python package that are in requirements.txt
pip install -r requirements -
install python package through a proxy (replace http://127.0.0.1:9000 by your proxy address)
pip install --proxy="http://127.0.0.1:9000" install -r requirements.txt
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
| {"format":"nxs.json.v2","exportId":"bzzLy1A7F3fJNcS3RpZqD4E","created":"2024-05-08T19:41:52.168Z","scope":"selected","source":{"type":"client","id":"sB6S0tD9FJKTebDeKeqgrQW","version":"4.0.3","language":"en-US","ua":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0"},"collections":[{"id":"dh1q7km25TqZdtwy6CH7VzF","sourceType":"local-client","created":1715197284854,"pinned":0,"updated":1715197284854,"touched":1715197284854,"folders":[{"top":72,"left":-1834,"width":1622,"height":837,"id":"3c1iXzRRibCJl44TZIxYrey","links":[{"url":"https://translate.google.com/?sl=auto&tl=en&op=images","title":"Google Translate","favIconUrl":"https://ssl.gstatic.com/translate/favicon.ico","pinned":true,"id":"MMhe4Y1uJOuuUsY0QVrHipI"},{"url":"https://www.deepl.com/en/translator#de/en/%C3%BCbernehmen%0A%0AEs%20wurden%20keine%20Auftr%C3%A4ge%20f%C3%BCr%20dieses%20Fahrzeug%20gefunden.%0A%0Akeine%20Auftr%C3%A4ge%20verf%C3%BCgbar%0A%0AKeine%20Fahrzeugdaten%20v |
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
| function to65 { | |
| /usr/lib/jellyfin-ffmpeg/ffmpeg \ | |
| -c:v h264_qsv \ | |
| -i "$1" \ | |
| -map 0 -c copy \ | |
| -c:v hevc_qsv -preset slow -global_quality 22 -look_ahead 1 \ | |
| $2 \ | |
| "${1%.*} x265.mkv"; | |
| } |
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
| https://openwrt.org/docs/guide-user/network/ipv6/ipv6tunnel-luci | |
| https://genneko.github.io/playing-with-bsd/networking/freebsd-tunnelv6-he/ | |
| https://www.google.com/search?client=firefox-b-d&q=pysimplegui | |
| https://github.com/zampierilucas/HeadsetControl-SystemTray | |
| https://www.google.com/search?client=firefox-b-d&q=replit |
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
| 1.6.3133.0 Microsoft.WinGet.Client PSGallery PowerShell Module for the Window… | |
| 2.5.19 PSFzf PSGallery A thin wrapper around Fzf (https… | |
| 2.2.2 PSReadLine PSGallery Great command line editing in th… | |
| 0.11.0 Terminal-Icons PSGallery PowerShell module to add file ic… | |
| # create symbolic link | |
| new-item -Path litexl -ItemType SymbolicLink -Value C:\Users\starhoun\tools\litexl\lite-xl.exe |
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
| $ACLPath = "D:\Users\starhoun" | |
| $Identity = "Users" | |
| $FileSystemRight = "Modify" | |
| $Propagation = "0" | |
| $inheritance = "3" | |
| $RuleType = "Allow" | |
| Try { | |
| $ACL = Get-Acl -Path $ACLPath | |
| $AccessRule = New-Object System.Security.AccessControl.FileSystemAccessRule($Identity,$FileSystemRight,$inheritance,$Propagation,$RuleType) |
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
| # let say you have a folder called " C:\Users\PROFILENAME\cli " that you add to your PATH environment variable | |
| # you can `cd` to this folder (cd C:\Users\PROFILENAME\cli) and run the next command | |
| # now you can access run `lite-xl` program from powershell from whaterver directory you are in | |
| new-item -Path litexl -ItemType SymbolicLink -Value C:\Users\starhoun\tools\litexl\lite-xl.exe |
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
| https://dev.to/zipy/best-node-js-free-hosting-services-out-there-29kc | |
| https://news.ycombinator.com/from?site=andrewkelley.me | |
| https://andrewkelley.me/post/redis-renamed-to-redict.html | |
| https://drewdevault.com/2023/07/04/Dont-sign-a-CLA-2.html | |
| https://dominik.wombacher.cc/ |
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
| Heroku Is Dead, Here's What I Recommend | |
| https://youtu.be/prjMJtXCR-g | |
| The REAL Cost Of AWS (And How To Avoid It) | |
| https://youtu.be/kK-iR6g-V1g | |
| Tools I Use Every Day (Life Hacks, Dev Tools & More) - My 2023 Stack | |
| https://youtu.be/uaCypXEJjes | |
| --- |
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
| links | |
| https://www.msys2.org/docs/terminals/ | |
| https://hackmd.io/@VJ/vscodec | |
| https://ngmgit.github.io/setup-c-in-vs-code-windows-gcc-gdb | |
| https://capgemini.codebashing.com/app/login |