Skip to content
View zviederi's full-sized avatar
Block or Report

Block or report zviederi

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

  1. building-mongo-cxx-driver-using-cmake building-mongo-cxx-driver-using-cmake Public

    An example of how to compile MongoDB cxx driver using CMake.

    CMake 3

  2. xymon-client xymon-client Public

    Install xymon client using ansible

    Shell 3 2

  3. How to calculate elapsed/duration ti... How to calculate elapsed/duration time in Groovy/Grails
    1
    import groovy.time.TimeCategory 
    2
    import groovy.time.TimeDuration
    3
    
                  
    4
     def timeStart = new Date()
    5
     // do something here
  4. EZC EZC Public

    Some OpenCL applications

    C 1

  5. PHP-asynchronous-request PHP-asynchronous-request Public

    PHP asynchronous request used magic method

    PHP

  6. How to get info about java on Linux/... How to get info about java on Linux/Unix machine
    1
    Command to get info:
    2
    java -XshowSettings:properties -version
    3
    
                  
    4
    Get tomcat info:
    5
    java -cp lib/catalina.jar org.apache.catalina.util.ServerInfo