Skip to content
View 0x10FF's full-sized avatar
Block or Report

Block or report 0x10FF

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

Hi there, I'm Karol /kɑːl/ πŸ‘‹

  • 🌱 Interested in ...

    • Mobile / Android Software Engineering
  • ⚑ Fun fact: ...

    • Started on Intel 80386DX4 with 4MB of RAM, developing DOS 5.00-6.22 batch scripts (trying to get that 623KB of HiMem)

Pinned

  1. pokemon-dex-demo pokemon-dex-demo Public

    Sample application using Android Navigation, Paging with local cache and Remote API.

    Kotlin 1

  2. compose-calculator-demo compose-calculator-demo Public

    Sample application using Android Compose declarative UI

    Kotlin 1

  3. lower casing text input watcher lower casing text input watcher
    1
    package com.sample.util.text;
    2
    
                  
    3
    import android.text.Editable;
    4
    
                  
    5
    import java.util.regex.Matcher;
  4. python m4a splitter based on ffmpeg python m4a splitter based on ffmpeg
    1
    #!/usr/bin/env python
    2
    
                  
    3
    import os, commands, sys, re
    4
    from optparse import OptionParser
    5
    
                  
  5. SaveImageToStorageMediaGallery.java SaveImageToStorageMediaGallery.java
    1
    String imageName = "BGS";                                                                                                                                                                                                                                                 
    2
                                                                                                                                                                                                                                                                              
    3
    Bitmap sourceBitmap = ((BitmapDrawable) mMediaView.getDrawable()).getBitmap();                                                                                                                                                                                            
    4
                                                                                                                                                                                                                                                                              
    5
    boolean imageSaved = false;                                                                                                                                                                                                                                               
  6. different-koans different-koans Public

    Random problems.

    Java 1