Skip to content

Instantly share code, notes, and snippets.

View nizarmah's full-sized avatar
🐙
◡̈

Nizar nizarmah

🐙
◡̈
View GitHub Profile
@nizarmah
nizarmah / snspdf.py
Last active February 18, 2020 16:37
Slice-N-Stitch PDFs for OneNote PDF Documents that appear Single Paged
'''
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
@nizarmah
nizarmah / fuse_starsrating.ux
Last active March 25, 2018 14:55
A Stars Rating widget for FuseTools that requires Google MaterialIcons Font
<!--
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
@nizarmah
nizarmah / PiFinder.java
Last active November 11, 2017 12:28
Android Java class that automatically finds all the Raspberry Pis found on your local network and returns them as an array of their IP Address and their Mac Address.
/*
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;
@nizarmah
nizarmah / floatingbin.js
Last active November 11, 2017 12:30
IEEE 754 Converter : Any Bit Float to Binary and Back
/*
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