Skip to content

Instantly share code, notes, and snippets.

View hamid914's full-sized avatar

Hamid Rouhani hamid914

View GitHub Profile
@hamid914
hamid914 / gist:cb578d806483239b11072987bf358f3f
Created January 25, 2022 09:52 — forked from jatcwang/gist:ae3b7019f219b8cdc6798329108c9aee
List of all setxkbmap configuration options (including models/layout/etc)
! model
pc101 Generic 101-key PC
pc102 Generic 102-key (Intl) PC
pc104 Generic 104-key PC
pc105 Generic 105-key (Intl) PC
dell101 Dell 101-key PC
latitude Dell Latitude series laptop
dellm65 Dell Precision M65
everex Everex STEPnote
flexpro Keytronic FlexPro
@hamid914
hamid914 / poedit_guest.log
Last active August 7, 2017 14:54
Log messages of opening Poedit in the Guest account
default 18:39:15.070416 +0430 Poedit 0x60800007c540 opened /var/folders/zz/zyxvpxvq6csfxvn_n00000s4000069/C//mds/mdsObject.db: 4636 bytes
default 18:39:15.071036 +0430 Poedit 0x60800007e880 opened /var/folders/zz/zyxvpxvq6csfxvn_n00000s4000069/C//mds/mdsDirectory.db: 50744 bytes
default 18:39:15.073511 +0430 Poedit 0x60800007e840 opened /var/folders/zz/zyxvpxvq6csfxvn_n00000s4000069/C//mds/mdsDirectory.db: 50744 bytes
default 18:39:15.076364 +0430 Poedit 0x60800007c500 opened /Users/Guest/Library/Keychains/login.keychain-db: 63200 bytes
default 18:39:15.081814 +0430 Poedit 0x608000263840 opened /Library/Keychains/System.keychain: 64484 bytes
default 18:39:15.131026 +0430 Poedit setting up new ACL
default 18:39:15.183361 +0430 Poedit saving to a new SSGroup
default 18:39:15.183405 +0430 Poedit no old mUniqueId
default 18:39:15.207612 +0430 Poedit 0x6000000fa500 created /Users/Guest/Library/Keychains/login.keychain-db.sb-93e587d1-VOQQSB
default 18:39:15.207679 +0430 Poedit 0x6000004772c0 opened /Users/Guest/Lib
@hamid914
hamid914 / poedit_myUsername.log
Last active August 7, 2017 14:54
Log messages of opening Poedit in my user account
default 18:12:11.548840 +0430 Poedit UNIX error exception: 17
default 18:12:11.549162 +0430 Poedit 0x608000072800 opened /private/var/db/mds/system/mdsDirectory.db: 50744 bytes
default 18:12:11.550277 +0430 Poedit UNIX error exception: 17
default 18:12:11.550715 +0430 Poedit UNIX error exception: 17
default 18:12:11.551041 +0430 Poedit UNIX error exception: 17
default 18:12:11.551487 +0430 Poedit UNIX error exception: 17
default 18:12:11.551717 +0430 Poedit UNIX error exception: 17
default 18:12:11.551933 +0430 Poedit 0x600000266300 opened /Users/myUsername/Library/Keychains/login.keychain-db: 493184 bytes
default 18:12:11.555375 +0430 Poedit 0x608000077cc0 opened /Library/Keychains/System.keychain: 64484 bytes
default 18:12:11.565795 +0430 Poedit getting current attributes...

Keybase proof

I hereby claim:

  • I am hamid914 on github.
  • I am hamidrohani (https://keybase.io/hamidrohani) on keybase.
  • I have a public key whose fingerprint is CB15 4C45 2495 17BC 7A64 0FBC E739 9DF5 BB04 551B

To claim this, I am signing this object:

@hamid914
hamid914 / config.sub.diff
Created April 26, 2016 12:54
Diff file for patching config.sub in thttpd source to install on OS X
--- config.sub 2016-04-26 15:23:29.000000000 +0430
+++ config.sub 1998-05-09 05:42:58.000000000 +0430
@@ -685,7 +685,7 @@
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
- | -lynxos* | -bosx* | -nextstep* | -darwin* | -cxux* | -aout* | -elf* \
+ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
@hamid914
hamid914 / config.guess.diff
Created April 26, 2016 12:54
Diff file for patching config.guess in thttpd source to install on OS X
--- config.guess 2016-04-26 15:26:37.000000000 +0430
+++ config.guess 1998-05-09 05:42:58.000000000 +0430
@@ -132,9 +132,6 @@
powerpc:machten:*:*)
echo powerpc-apple-machten${UNAME_RELEASE}
exit 0 ;;
- *:Darwin:*:*)
- echo powerpc-apple-darwin${UNAME_RELEASE}
- exit 0 ;;
RISC*:Mach:*:*)