- Run
Shift+F10 - Stop
Ctrl+F2 Alt+EnterCtrl+Spacesout+Enter->System.out.println();Ctrl+Click on Variable / Mehod / Class...-> Usage / Implementation- Settings
Ctrl+Alt+S - Project Structure
Ctrl+Alt+Shift+S
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
| GLWT(Good Luck With That) Public License | |
| Copyright (c) Everyone, except Author | |
| Everyone is permitted to copy, distribute, modify, merge, sell, publish, | |
| sublicense or whatever they want with this software but at their OWN RISK. | |
| Preamble | |
| The author has absolutely no clue what the code in this project does. | |
| It might just work or not, there is no third option. |
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
| javascript: (function() {window.location.href = "https://www.youtube.com/feeds/videos.xml?channel_id=%22%20+%20document.body.innerHTML.match(%22channelId\%22:\%22([^\%22]*)%22)[1];}()); |
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
| #!/bin/sh | |
| # Run this script to quickly retrieve the moodle grading_notes.txt files from graded moodle submissions. | |
| # The script will prompt you for the group directory name in fzf and copy the contents of grading_notes.txt to your clipboard. | |
| # clip.exe only works with WSL. | |
| # On a pure linux install, you would need to use xclip | |
| #while true; do cat "`find -name 'grading_notes.txt' | fzf`" | clip.exe; done | |
| while true; do cat "`find -name 'grading_notes.txt' | fzf --no-mouse`" | xclip -selection clip; sleep 0.5; done |
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
| #include <BleMouse.h> | |
| #include <M5StickC.h> | |
| #define SLEEP_COUNTER_LIMIT 500 | |
| // max brightness is 12 | |
| #define SCREEN_BRIGHTNESS 10 | |
| #define LOW 1 | |
| #define HIGH 0 | |
| float getBatteryPercentage(); |
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
| #!/bin/sh | |
| # This is a simple shell script to enfuse brackets shot with Magic Lantern. | |
| # It requires the "File List" Post script from ML. It can be found in ML under Shoot >> Shoot Preferences >> Post scripts. | |
| # author: john2ksonn | |
| suffix="_enfused.jpg" | |
| for folder in "$@" | |
| do |
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
| #!/bin/sh | |
| # A simple shell script for Windows Subsystems to open files and folders in Windows | |
| # Author: john2ksonn | |
| # use $PWD if no argument was given | |
| [ -z "$1" ] && set $1 "$PWD" | |
| # convert the unix path to a windows path | |
| wslpath=$(wslpath -wa "$1") |
~ curl ifcfg.co
~ curl ipinfo.io/8.8.8.8
~ https://github.com/chubin/awesome-console-services
~ ix.io
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
| *.axf | |
| *.htm | |
| *.Inp | |
| *.map | |
| *.tra | |
| *.dep | |
| *.__i | |
| *.crf | |
| *.d | |
| *.o |
NewerOlder