Skip to content

Instantly share code, notes, and snippets.

View akhelloufi's full-sized avatar
⚙️
tdd

abdelkarim khelloufi akhelloufi

⚙️
tdd
  • kellTic
  • morocco
View GitHub Profile

تطوير تطبيقات الشبكة العنكبوتية في عام 2017

@meziantou
meziantou / Index.html
Last active February 24, 2025 08:49
Javascript - Record audio
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<h1>Audio</h1>
@huytd
huytd / android_game.java
Last active August 22, 2023 14:37
Simple game engine using Canvas for Android - using for quick prototype or simple games
package com.gamarist.momoney;
import android.os.Bundle;
import android.R.integer;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.Canvas;