Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jtmlis's full-sized avatar

Julien Tremblay McLellan jtmlis

  • Ottawa, Canada
  • 02:31 (UTC -04:00)
  • X @jtmlis
View GitHub Profile
@jtmlis
jtmlis / gist:5575cad0c4f2ee3a6532d6e914a9749b
Created July 16, 2022 01:13
7 v 7.5 tasklist path command line
C:\Program Files\Terry Reese\MarcEdit 7.5>cmarcedit.exe -s C:\Users\Julien\Downloads\MARC-FILES-PGA\PGA-other-1.mrk -d C:\Users\Julien\Downloads\MARC-FILES-PGA\PGA-other-out.mrk -task C:\Users\Julien\AppData\Roaming\marcedit75\macros\tasksfile-2022_07_15_180553684.txt
Beginning Process...
System.IO.FileNotFoundException: Could not find file 'C:\Users\Julien\AppData\Roaming\marcedit7\macros\tasksfile-2022_07_15_180553684.txt'.
File name: 'C:\Users\Julien\AppData\Roaming\marcedit7\macros\tasksfile-2022_07_15_180553684.txt'
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize)
at cmarcedit.TaskClass.ParseTaskList(String lpath, TaskManager taskBroker)
Task P
@jtmlis
jtmlis / gist:6947b56b08b67d593193e5759ad9be7b
Created July 27, 2021 04:04
Youtube API 3 Categories list for united States region
{
"kind": "youtube#videoCategoryListResponse",
"etag": "QteLrrS_X7rM7rlcU_e7qa0embQ",
"items": [
{
"kind": "youtube#videoCategory",
"etag": "grPOPYEUUZN3ltuDUGEWlrTR90U",
"id": "1",
"snippet": {
"title": "Film & Animation",
@jtmlis
jtmlis / gist:300ffb088f2c98c8450ed815a8f5f44d
Created July 27, 2021 04:03
Youtube API 3 Categories list for Canada region
Youtube Channel id
--
{
"kind": "youtube#videoCategoryListResponse",
"etag": "fIIv2-q7-AkaOeJf0LPrlnu-0As",
"items": [
{
"kind": "youtube#videoCategory",
"etag": "grPOPYEUUZN3ltuDUGEWlrTR90U",
"id": "1",
dmenu_run -i -nb '#191919' -nf '#ff8100' -sb '#2aa198' -sf '#191919' -fn 'NotoMonoRegular:bold:pixelsize=18'
Byobu is a suite of enhancements to tmux, as a command line
tool providing live system status, dynamic window management,
and some convenient keybindings:
F1 * Used by X11 *
Shift-F1 Display this help
F2 Create a new window
Shift-F2 Create a horizontal split
Ctrl-F2 Create a vertical split
Ctrl-Shift-F2 Create a new session
@jtmlis
jtmlis / gist:f9387be486839e748983370773a03abd
Created August 9, 2020 03:03
weechat minimizing display for small clients.
3.20. How can I customize display for very small terminal size (like 80x25), to not waste space?
You can remove side bars (buflist and nicklist), change time format to display only hours and seconds, disable alignment of messages and set a char for nick prefix/suffix:
/set buflist.look.enabled off
/bar hide nicklist
/set weechat.look.buffer_time_format "%H:%M"
/set weechat.look.prefix_align none
/set weechat.look.align_end_of_lines prefix
/set weechat.look.nick_suffix ">"
/set weechat.look.nick_prefix "<"
@jtmlis
jtmlis / settings.json
Created August 5, 2020 21:26
Visual studio settings.json
test