Skip to content
View dalmif's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report dalmif

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

Pinned Loading

  1. AndroidUnsafe AndroidUnsafe Public

    access to internal sun.misc.Unsafe API using reflection in android

    Kotlin

  2. VoiceRecorderView VoiceRecorderView Public

    Custom View For Voice Recorder (Learning http://alef-ba.ir)

    Swift 7

  3. FlightSimulation FlightSimulation Public

    Simple project to demonstrate the application of OOP concepts in flight simulation

    Java

  4. AdBlocker AdBlocker Public

    define as browser to find virus apps

    Kotlin 2

  5. a convenient way to work with WeakRe... a convenient way to work with WeakReference in kotlin
    1
    import java.lang.ref.WeakReference
    2
    import kotlin.reflect.KProperty
    3
    
                  
    4
    /**  sample of usage:
    5
    *
  6. bypass google repository restriction bypass google repository restriction
    1
    // nginx config
    2
    server {
    3
        listen 80;
    4
        server_name your-domain.com;  # Replace with your domain or server IP
    5