Skip to content
View kitmenke's full-sized avatar

Block or report kitmenke

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

Pinned Loading

  1. sputility sputility Public

    A JavaScript library used to make modifications to SharePoint's list forms (NewForm.aspx and EditForm.aspx in a survey, custom list or library).

    HTML 67 40

  2. Working in progress: powershell scri... Working in progress: powershell script to automatically fix DCOM errors which show up in the event log
    1
    # Get-EvengLog doesn't quite work I guess:
    2
    # https://stackoverflow.com/questions/31396903/get-eventlog-valid-message-missing-for-some-event-log-sources#
    3
    # Get-EventLog Application -EntryType Error -Source "DistributedCOM"
    4
    # The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
    5
    #$logs = Get-EventLog -LogName "System" -EntryType Error -Source "DCOM" -Newest 1 -Message "The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID*"
  3. fix-eventid-10016 fix-eventid-10016 Public

    PowerShell 12 3

  4. spark-hello-world spark-hello-world Public

    An example Spark application written in Scala and Python

    Scala 6 9

  5. 1904labs/hourswith.expert 1904labs/hourswith.expert Public

    A static site for hours with experts

    SCSS