Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
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
| " Docs https://github.com/JetBrains/ideavim#get-early-access | |
| " Make sure to click reload on the right to take into effect | |
| " Need to install more plugins as listed here | |
| " https://plugins.jetbrains.com/bundles/7-ideavim-bundle | |
| """ Common settings | |
| """ https://github.com/JetBrains/ideavim/wiki/%22set%22-commands |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| # Alist Manager Script for Windows | |
| # Version: 3.57.0 (Random password only after first installation) | |
| # Run with below command in Windows, open with Powershell with admin permission or Open in ISE editor | |
| # Executing should set-executionpolicy unrestricted | |
| # This allow u to run unsigned ps script. | |
| # | |
| # Powershell -executionpolicy bypass -File alist-manager.ps1 | |
| # ----------------------------- | |
| # Check for administrator privileges and elevate if needed |
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
| " Docs | |
| " https://github.com/JetBrains/ideavim/wiki/set-commands | |
| " Make sure to click reload on the right to take into effect | |
| " Need to install more plugins as listed here | |
| " https://plugins.jetbrains.com/bundles/7-ideavim-bundle | |
| """ Common settings | |
| """ https://github.com/JetBrains/ideavim/wiki/%22set%22-commands |
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
| wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb | |
| sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb |
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
| # This code is licensed under the terms of the MIT license. | |
| ## Golden config for golangci-lint v1.50.1 | |
| # | |
| # This is the best config for golangci-lint based on my experience and opinion. | |
| # It is very strict, but not extremely strict. | |
| # Feel free to adopt and change it for your needs. | |
| run: | |
| # Timeout for analysis, e.g. 30s, 5m. |
https://forums.linuxmint.com/viewtopic.php?f=208&t=360790
Hi! There are not such a settings. They are also absent in the Nemo settings. I made the next: CODE: SELECT ALL
$ sudo subl /usr/local/share/applications/nemo.desktop
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
| REGEDIT4 | |
| [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] | |
| "Arial"="wqy-microhei.ttc" | |
| "Arial Black"="wqy-microhei.ttc" | |
| "Arial CE,238"="wqy-microhei.ttc" | |
| "Arial CYR,204"="wqy-microhei.ttc" | |
| "Arial Greek,161"="wqy-microhei.ttc" | |
| "Arial TUR,162"="wqy-microhei.ttc" | |
| "Courier New"="wqy-microhei.ttc" |
NewerOlder