Skip to content
View karimkod's full-sized avatar
⌨️
*Keyboard clicks*
⌨️
*Keyboard clicks*
Block or Report

Block or report karimkod

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

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

  1. Unity_DesignPatterns Unity_DesignPatterns Public

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

    C# 1

  2. RegEx used with String.protoype.repl... RegEx used with String.protoype.replace to replace all single quotes with double quotes in the text and ignoring single quotes used for contractions.
    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. An extension method for WWWForm to a... An extension method for WWWForm to add fields from public fields of an instance of a class
    1
    using System.Reflection; 
    2
    using System;
    3
    
                  
    4
    using UnityEngine;
    5
    public static class WWWFormExt{
  4. AndroiManifest that will work for Oc... AndroiManifest that will work for Oculus go in Unity
    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
    
                  
  5. Timoteohss/slide_button Timoteohss/slide_button Public

    A swipe to confirm button for flutter

    Dart 40 19

  6. shaders_using_shadered shaders_using_shadered Public

    This is just me playing around with Shadered

    GLSL