Giter VIP home page Giter VIP logo
/// <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();
}

Y. Meyer-Norwood's Projects

actionlint icon actionlint

:octocat: Static checker for GitHub Actions workflow files

archive icon archive

This is my personal internet archive of interesting links that are at risk of being lost forever.

contributor-covenant icon contributor-covenant

Pledge your respect and appreciation for contributors of all kinds to your open source project.

corpora icon corpora

A collection of small corpuses of interesting data for the creation of bots and similar stuff.

docs icon docs

The open-source repo for docs.github.com

elfkickers icon elfkickers

A collection of programs that access and manipulate ELF files.

eo-ru icon eo-ru

Esperanto-Russian cheatsheet

fmtya icon fmtya

GitHub Action to run yamlfmt

gh-home icon gh-home

🍂 Go home at the end of each branch.

gh-upgrade icon gh-upgrade

:octocat: A gh cli extension to upgrade gh itself

gh-user icon gh-user

GitHub CLI User Management Extension

ghtag icon ghtag

GitHub Action to manage tags

git-extras icon git-extras

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

gpl-eo icon gpl-eo

Ĝ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 Esperanton.

grawk icon grawk

AWK for GitHub Action Pipelines

httpie icon httpie

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.