karimkod - Overview

View karimkod's full-sized avatar

Bourennane Abdelkrim karimkod

Block or report karimkod

Hi, Salut, السلام عليكم, I'm Abdelkrim

I'm a Software engineer

karimkod

karimkos

  • 🔭 I’m currently working at Cellenza along side some personal projects 😊.

  • 👯 I’m looking to collaborate on anything that can make the world better

  • 📝 I regularly write articles on my blog

  • 💬 Ask me about csharp, dotnet, flutter, dart, azure

  • 📫 How to reach me abdelkrim.bournane@gmail.com

Connect with me:

karimkos abdelkrim-bournane 8929299 @abdelkrim.bournane

Languages and Tools:

azure csharp dart docker dotnet figma firebase flutter git mssql postgresql postman

karimkod

 karimkod

karimkod

Pinned Loading

  1. This project is a sample project for using different design patterns in Unity3D

    C# 1

  2. 1

    //Replace Single quote with double quote in a text regularExpression. 

    2

    let reg = /([^\w])'(.+)'([^\w])/ig;

    3

    let text = "and then he said : 'Oh no rick, don't kill me please'. And rick replied : 'frick off kid' knowing he won't."; 

    4

    let replaced = text.replace(reg, '$1"$2"$3'); 
  3. 1

    using System.Reflection; 

    5

    public static class WWWFormExt{
  4. 1

    <?xml version="1.0" encoding="utf-8" standalone="no"?>

    2

    <manifest xmlns:android="http://schemas.android.com/apk/res/android"

    3

        android:installLocation="auto">

    4

            <uses-feature android:name="android.hardware.vr.headtracking" android:required="false"/>
  5. A swipe to confirm button for flutter

    Dart 40 19

  6. This is just me playing around with Shadered

    GLSL