Skip to content

Instantly share code, notes, and snippets.

View programerko's full-sized avatar

Nikola programerko

  • Serbia
View GitHub Profile
@inidamleader
inidamleader / AutoSizeText.kt
Last active April 25, 2025 11:23
AutoSizeText: Composable function that automatically adjusts the text size to fit within given constraints with optimal performance by using a binary search algorithm
/*
MIT License
Copyright (c) 2024 Reda El Madini
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
  1. Download instantclient-basic-macos.x64-11.2.0.4.0.zip and instantclient-sdk-macos.x64-11.2.0.4.0.zip from http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html to ~/
  2. cd ~
  3. unzip instantclient-basic-macos.x64-11.2.0.4.0.zip
  4. unzip instantclient-sdk-macos.x64-11.2.0.4.0.zip
  5. cd instantclient_11_2
  6. ln -s libclntsh.dylib.11.1 libclntsh.dylib
  7. cd ~
  8. wget https://github.com/vrogier/ocilib/releases/download/v4.2.1/ocilib-4.2.1-gnu.tar.gz
  9. tar -zxvf ocilib-4.2.1-gnu.tar.gz
  10. cd ocilib-4.2.1