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
| console.log('Local loaded'); | |
| bookmarks = { | |
| 'snow':'https://ldc.service-now.com/', | |
| 'snow portal':'https://ldc.service-now.com/sp_ldc' | |
| ; |
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
| Test-NetConnection -ComputerName hostname -Port 443 |
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
| 25 Nov 2023 | |
| ----------- | |
| Realized I lost track of my last model?? | |
| Realized I need to take notes ;) | |
| Downloaded and installed https://github.com/RahulSChand/gpu_poor | |
| Name RTX-2060 | |
| bandwidth 336 GB | |
| compute 13 TFlops/s | |
| memory 6 GB |
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
| ;Display the time, useful for autohiding taskbar and still wanting to see the time | |
| ;Inspired by; | |
| ;http://autohotkey.com/board/topic/80594-how-to-enable-drag-for-a-gui-without-a-titlebar | |
| #singleinstance force | |
| Gui, +AlwaysOnTop +ToolWindow -SysMenu -Caption | |
| Gui, Color, 000000 ;black | |
| Gui, Font, CCCCCC s10 , Aptos Narrow ;red | |
| Gui, Add, Text, vD y0, %a_hour%:%a_min%:%a_sec% | |
| Gui, Show, NoActivate, Uptime ; screen position here |
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/bash | |
| dt=$(date '+%d/%m/%Y %H:%M:%S'); | |
| echo "$dt" $@ >> ~/log.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
| For people who are hitting their quotas ;) | |
| size:1MB | |
| older_than:10y | |
| category:updates older_than:8y | |
| has:attachment older_than:7y |
OlderNewer