Skip to content
View Hacko007's full-sized avatar

Block or report Hacko007

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. stop-watch stop-watch Public

    Stop watch - measure time

    C#

  2. sqltableandsphelper sqltableandsphelper Public

    Developers Tools for viewing data and relations in SQL Server databases

    C# 1

  3. mp3tagrenamer mp3tagrenamer Public

    Automatically exported from code.google.com/p/mp3tagrenamer

    HTML

  4. Print Boolean Expression Print Boolean Expression
    1
    void Main()
    2
    {
    3
    	Func<bool, bool, bool, bool> f3 = (a, b, c) => a || c && !b;
    4
    	BoolExpressions.Print2X1(f3);
    5
    	   
  5. SqlServerCe Extenstions SqlServerCe Extenstions
    1
    using System;
    2
    using System.Collections;
    3
    using System.Data.SqlServerCe;
    4
    using System.Globalization;
    5