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

Block or report olafj

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
olafj/README.md

Hi there! Details coming soon.... meet me at LinkedIn

Pinned

  1. vaadin-video-component vaadin-video-component Public

    vaadin-flow wrapper for html video-tag

    Java 2 1

  2. xamarin forms - create an ios archiv... xamarin forms - create an ios archive to publish
    1
    # from solutions directory
    2
    msbuild /t:Build /p:Configuration=Release /p:Platform=iPhone /p:ArchiveOnBuild=True
    3
    
                  
    4
    # reveal in finder
    5
    open $HOME/Library/Developer/Xcode/Archives
  3. tunneling websocket apache 2.4. tomc... tunneling websocket apache 2.4. tomcat9 / spring-boot / stomp
    1
    <Location /<YOUT_CONTEXT>/chat-socket>
    2
    			Require all granted
    3
    			RewriteEngine on
    4
    			RewriteCond %{HTTP:UPGRADE} ^websocket$ [NC]
    5
    			RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC]
  4. extendend-vaadin-upload-flow extendend-vaadin-upload-flow Public

    custom version of vaadin's upload component extended with meaningful 'file-reject' and 'file-remove' events

    Java

  5. vaadin-visjs-dot-component vaadin-visjs-dot-component Public

    showcase of displaying graphviz dot-graphs in a vaadin-component using vis-network (visjs)

    JavaScript

  6. vaadin/cookbook vaadin/cookbook Public

    Copy & paste recipes for Vaadin

    Java 20 39