This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Slice-N-Stitch PDF Fixer Script | |
Nizar Mahmoud https://nizarmah.me/ | |
Use freely, just would appreciate | |
keeping this comment on top to | |
show me off to other people | |
''' | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
FuseTools Stars Rating Widget / UX Class | |
Nizar Mahmoud https://nizarmah.me/ | |
Don't forget to add this font to your project | |
<Font File="Assets/Fonts/MaterialIcons-Regular.ttf" ux:Global="MaterialIcons" /> | |
Use freely, just would appreciate | |
keeping this comment on top to | |
show me off to other people |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Auto Raspberry Pi Finder Android Java Class | |
Nizar Mahmoud https://nizarmah.me/ | |
Use freely, just would appreciate | |
keeping this comment on top to | |
show me off to other people | |
*/ | |
import android.net.wifi.WifiInfo; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Floating Bin JS Script | |
Nizar Mahmoud https://nizarmah.me/ | |
IEEE 754 Converter | |
Float to Binary | |
Binary to Float | |
Bits : 16, 32, 64, 128, 256 | |
Use freely, just would appreciate |