Skip to content
View owwas's full-sized avatar
💭
Thinking about that bug.
💭
Thinking about that bug.

Block or report owwas

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Platform-Command-Microservices Platform-Command-Microservices Public

    .NET Microservices With Docker And Kubernetes.

    C#

  2. PE-Cargo PE-Cargo Public

    C#

  3. Acquapura Acquapura Public

    JavaScript

  4. PE-Cargo-Node PE-Cargo-Node Public

    JavaScript

  5. google-photos-upload google-photos-upload Public

    Forked from runerasmussen/google-photos-upload

    Upload a local image directory into an Album in Google Photos (works on mac/pc/linux). Coded in C# .NET Core 3.0

    C#

  6. Web API File Upload With Parameters. Web API File Upload With Parameters.
    1
    	[HttpPost]
    2
    		[Route("api/test")]
    3
    		public async Task<HttpResponseMessage> PostFormDataAsync()
    4
    		{
    5
    			if (!Request.Content.IsMimeMultipartContent())