I hereby claim:
- I am geelaw on github.
- I am geelaw (https://keybase.io/geelaw) on keybase.
- I have a public key whose fingerprint is 36A6 DC21 7826 C763 FCC4 7114 951F 0BEB A856 D53A
To claim this, I am signing this object:
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace TestDict | |
| { | |
| struct SampleStructIS | |
| { |
| Option Explicit | |
| ' CC BY-SA | |
| ' by Gee Law on github.com/geelaw | |
| Sub DetachTemplate() | |
| ' | |
| ' DetachTemplate Macro | |
| ' | |
| ' |
I hereby claim:
To claim this, I am signing this object:
| /**************************************************************************\ | |
| |* *| | |
| |* The MIT License (MIT) *| | |
| |* *| | |
| |* Copyright © 2018 by Gee Law *| | |
| |* *| | |
| |* Permission is hereby granted, free of charge, to any person obtaining *| | |
| |* a copy of this software and associated documentation files (the “Soft- *| | |
| |* ware”), to deal in the Software without restriction, including without *| | |
| |* limitation the rights to use, copy, modify, merge, publish, distribute,*| |
| #include<string> | |
| #include<iostream> | |
| #include<utility> | |
| #include<type_traits> | |
| template <typename T, typename TType, bool value = | |
| std::is_same<std::string, decltype(to_string(std::forward<T>(*(T *)nullptr)))>::value | |
| > | |
| struct has_to_string { }; |
| Option Explicit | |
| ' See https://geelaw.blog/entries/course-mgmt-outlook/ | |
| Dim termStartsOn As Date, curriculumCalendar As Folder | |
| Sub AskForTermStartsOn() | |
| Dim shouldAskNewDate As Boolean | |
| TryAskNewDate: |
| // gnfa.cpp | |
| // Copyright 2018 by Gee Law. | |
| // Licensed under the MIT license. | |
| #include<cstdio> | |
| #include<vector> | |
| #include<map> | |
| // #define DEBUG_ONLY(t) do { t; } while (false) | |
| #define DEBUG_ONLY(t) do { } while (false) |
| & { | |
| $source = '~\Documents\Playground\MovePhotos' | |
| $destinations = @( | |
| '~\Documents\Playground\MovePhotos\Category1', | |
| '~\Documents\Playground\MovePhotos\Category2', | |
| '~\Documents\Playground\MovePhotos\Category3' | |
| ) | |
| $destinationNames = @( | |
| 'Category1', |
| // gnfa.cpp | |
| // Copyright 2019 by Gee Law. | |
| // Forked from https://gist.github.com/GeeLaw/be3aec94a6ba7c3817ef2e16d261f616 | |
| // Licensed under the MIT license. | |
| #include<cstdio> | |
| #include<vector> | |
| #include<map> | |
| template <typename TDerived, typename TBase> |
| /* | |
| Copyright (c) 2020 by Gee Law | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |