Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
View aneves's full-sized avatar

Organizations

@jamicionario

Block or report aneves

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Extension method to add ellipsis at ... Extension method to add ellipsis at the end of a string if it is too big.
    1
    private const string EllipsisString = "…";
    2
    public static string Ellipsis(this string str, int maxChars, bool breakOnNewLine = false) {
    3
        if (maxChars < 1) {
    4
            throw new ArgumentOutOfRangeException(nameof(maxChars), "maxChars must be 1 or more.");
    5
        }
  2. Minimalist sample: ORMLite does not ... Minimalist sample: ORMLite does not properly serialize structs.
    1
    using System;
    2
    using System.Globalization;
    3
    using System.Linq;
    4
    using System.Threading;
    5
    using ServiceStack;
  3. game-of-life game-of-life Public

    Conway's Game of Life

    JavaScript 1

  4. sudoku_solver sudoku_solver Public

    Prolog 1

Morty Proxy This is a proxified and sanitized view of the page, visit original site.