Skip to content

Instantly share code, notes, and snippets.

View imnmo's full-sized avatar

Imran Noor Mohamed imnmo

View GitHub Profile
Microsoft - https://lnkd.in/g-UEZMxC
Google Research - https://ai.googleblog.com/
Google Cloud Blog - https://lnkd.in/enNviCF8
AWS Architecture Blog - https://lnkd.in/eEchKJif
All Things Distributed - https://lnkd.in/emXaQDaS
The Nextflix Tech Blog - https://lnkd.in/efPuR39b
LinkedIn Engineering Blog - https://lnkd.in/ehaePQth
Uber Engineering Blog - https://eng.uber.com/
Engineering at Quora - https://lnkd.in/em-WkhJd
Pinterest Engineering - https://lnkd.in/esBTntjq
@imnmo
imnmo / macOS Internals.md
Created May 11, 2023 09:58 — forked from kconner/macOS Internals.md
macOS Internals

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options:

@imnmo
imnmo / gist:c7933bb6668c9c8096cc419c8f2cfb18
Created October 17, 2022 14:47
#KubeCon NA 2022 Tweet decks
The sessions of #KubeCon NA 2022 are starting soon! Check out the schedule to find great talks to watch and learn from! Starting at 11:00 PDT, you'll be able to check out the Maintainer Track - full of talks by and for CNCF Open Source Contributors! https://kccncna2022.sched.com/?iframe=no
The #KubeCon EU Maintainer Track continues at 11:55 CEST. Check out talks including: @argoproj, and intros & updates for K8s SIG-CLI, K8s SIG-instrumentation, and SIG Cloud Provider!
Last Maintainer Track sessions for this #Kubecon start at 16:55 CEST, tune in to learn more about making your own cloud with @crossplane_io, an intro to #Kubernetes SIG Node, the state of @Linkerd policy management with PolicyReport CRD. Full schedule:
The 15:25 Maintainer Track Block of #KubeCon EU starts soon! Learn about developer portals with http://backstage.io,
@ciliumproject, @grpcio, Intro and Deep Dives into Cluster API and SIG Multicluster, and Intro & updates from K8s SIG UI!
The maintainer track for Day 1 of #KubeCon starts
@imnmo
imnmo / cardib-politics-talk-transcribe.md
Created October 8, 2020 13:24 — forked from dannguyen/cardib-politics-talk-transcribe.md
An example of how to use command-line tools to transcribe a viral video of Cardi B

Transcribing Cardi B's political speech with AWS Transcribe and command-line tools

Inspired by the following exchange on Twitter, in which someone captures and posts a valuable video onto Twitter, but doesn't have the resources to easily transcribe it for the hearing-impaired, I thought it'd be fun to try out Amazon's AWS Transcribe service to help with this problem, and to see if I could do it all from the bash command-line like a Unix dork.

Screencap of @jordanuhl's video tweet, followed by a request for a transcript

The instructions and code below show how to use command-line tools/scripting and Amazon's Transcribe service to transcribe the audio from online video. tl;dr: AWS Transcribe is a pretty amaz

@imnmo
imnmo / gist:0abd085c572a4173c62f
Created October 18, 2015 18:48
XML Views Andriod
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/darker_gray">
<TextView
android:text="VIP List"
android:layout_width="wrap_content"
@imnmo
imnmo / s
Created July 29, 2013 10:29
Sourec code
/* Include header files for all drivers that have been imported from Atmel Software Framework (ASF). */
#include <asf.h>
#define FOSC0 32000000
#include <myModules/JokerSPI.h>
#include <myModules/JokerI2C.h>
""""Create "The Matrix" of binary numbers scrolling vertically in your terminal.
original code adapted from juancarlospaco:
- http://ubuntuforums.org/showpost.php?p=10306676
Inspired by the movie: The Matrix
- Corey Goldberg (2013)
Requires:
@imnmo
imnmo / gangnam.py
Created April 10, 2013 16:12 — forked from msg555/gangnam.py
#!/usr/bin/python
#
# Example usage
# $ ./gangnam.py | gnuplot
# 9
# 0 0
# 1 1
# 2 2
# 0 2
# 1 1