-
🔭 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
⌨️
*Keyboard clicks*
#dontet #csharp #flutter #dart
-
Cellenza
- Paris, France
- abdelkrim.blog
- @karimkos
- in/abdelkrim-bournane
- http://www.cellenza.com/
Pinned Loading
-
Unity_DesignPatterns
Unity_DesignPatterns PublicThis project is a sample project for using different design patterns in Unity3D
C# 1
-
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.
2let reg = /([^\w])'(.+)'([^\w])/ig;
3let text = "and then he said : 'Oh no rick, don't kill me please'. And rick replied : 'frick off kid' knowing he won't.";
4let replaced = text.replace(reg, '$1"$2"$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 1using System.Reflection;
2using System;
34using UnityEngine;
5public static class WWWFormExt{
-
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"
3android:installLocation="auto">
4<uses-feature android:name="android.hardware.vr.headtracking" android:required="false"/>
5 -
Timoteohss/slide_button
Timoteohss/slide_button PublicA swipe to confirm button for flutter
-
shaders_using_shadered
shaders_using_shadered PublicThis is just me playing around with Shadered
GLSL
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.