Skip to content
View norwd's full-sized avatar

Organizations

@jirastopwatch @esperantigo
Block or Report

Block or report norwd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
norwd/README.md
/// <summary>
/// Hi, I'm <see cref="norwd" />.
/// </summary>
public class norwd
{
  /// <summary>
  /// My <see cref="norwd.Pronouns" /> are he/him/his.
  /// </summary>
  public const Pronoun Pronouns = Pronoun.He | Pronoun.Him | Pronoun.His;

  /// <summary>
  /// Some of my external links.
  /// </summary>
  public IDictionary<string, Uri> Links => new Dictionary<string, Uri>
  {
    ["GitHub"]        = new Uri("https://github.com/norwd"),
    ["JiraStopWatch"] = new Uri("https://jirastopwatch.github.io"),
  };

  /// <summary>
  /// Get a randomised fortune each time.
  /// </summary>
  /// <remarks>
  /// These fortunes are periodically set as my bio!
  /// </remarks>
  public string Fortune => new[]
  {
    "When in doubt, use brute force",
    "What I cannot build, I do not understand",
    "Testing can show the presence of bugs, not their absence",
    "Нет войне!",
    "A language that doesn't affect the way you think about, is not worth knowing",
    "Anything added dilutes everything else",
    "Approachable is better than simple",
    "It's not shipped until it's fast",
    "Non-blocking is better than blocking",
    "Practicality beats purity",
    "Responsive is better than fast",
    "The bigger the interface, the weaker the abstraction",
    "A little copying is better than a little dependency",
    "Clear is better than clever",
    "Don't panic",
  }
  .OrderBy(_ => new Random().Next())
  .First();
}

Pinned

  1. gh-home gh-home Public

    🍂 Go home at the end of each branch.

    Shell 4

  2. jirastopwatch/jirastopwatch jirastopwatch/jirastopwatch Public

    Not MORE timetracking - just EASIER timetracking

    C# 9 5

  3. gh-user gh-user Public

    GitHub CLI User Management Extension

    Shell 2

  4. gpl-eo gpl-eo Public

    Ĝenerala Publika Licenco - This is an unofficial translation of the GNU General Public License into Esperanto. --- Ĉi tio estas neoficiala traduko de la Ĝenerala Publika Permesilo de GNU en Esperan…

    1

  5. golintr golintr Public

    Forked from Jerome1337/golint-action

    Ready to use Go lint GitHub Action

    2

  6. norwd norwd Public

    Config files for my GitHub profile.

    2