Skip to content

Instantly share code, notes, and snippets.

View mechazod's full-sized avatar
🎯
Focusing

Mar Mejia mechazod

🎯
Focusing
  • PH, MNL
View GitHub Profile
Video
- https://egghead.io/lessons/react-course-overview-advanced-react-component-patterns
Articles
*Adeel Imran
- How to work with React the right way to avoid some common pitfalls
https://medium.freecodecamp.org/how-to-work-with-react-the-right-way-to-avoid-some-common-pitfalls-fc9eb5e34d9e
@mechazod
mechazod / gist:2ebaee0aefc5940204e63ea60f7e91f1
Created February 22, 2019 02:09
Create Custom Text To Audio using Siri
1. Create a text file name script.txt
// script.txt content
"Master, my name is Siri. I am here to serve your every desire"
2. Install lame using homebrew
3. Create audio file from script.txt
run: `say -f script.txt -o greetings.aiff`
4. Convert AIFF to MP3 using Lame
run: `lame -m m greetings.aiff greetings.mp3`
@mechazod
mechazod / gist:f664b903f5146f81f72436e554691312
Last active February 21, 2019 00:52
Premake5 for Box2d using XCode
be aware using this coz not working
https://github.com/tonyseek/homebrew-premake
use official
https://premake.github.io/download.html#v5
https://wiki.octave.org/Octave_for_macOS#Homebrew
```
brew install qt
brew install octave --with-qt
```
@mechazod
mechazod / setup_softhsmv2.txt
Created January 7, 2019 10:15
Setup SoftHSM
Installing OpenSSL 1.0.0
https://medium.com/@katopz/how-to-upgrade-openssl-8d005554401
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/nixplay/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
@mechazod
mechazod / setup_minikube1.7.5-stable.txt
Created September 6, 2018 01:01
Kubernetes Minikube 1.7.5 Stable - Mac Setup
!! Pre-requisites
// install virtualbox
https://matthewpalmer.net/blog/2017/12/10/install-virtualbox-mac-high-sierra/index.html
https://www.virtualbox.org/wiki/Downloads
// docker
https://docs.docker.com/docker-for-mac/install/
!! Start
// install minikube

Keybase proof

I hereby claim:

  • I am mechazod on github.
  • I am mejiamariano (https://keybase.io/mejiamariano) on keybase.
  • I have a public key whose fingerprint is 033E C0C4 3A2A 86CD 1633 67DC 8B48 CB86 FA22 F2DF

To claim this, I am signing this object:

1) "Event.invitees:1000000151"
2) "Event:strRSVPStatus:1000000151:mejiamariano8.08@gmail.com"
3) "Event.hshDetails:1000000151"
4) "Event.strInvitee:1000000151:mejiamariano8.08@gmail.com"
5) "Event.lstPhotos:1000000151:1000000008"
6) "Event.lstInvitees:1000000151"
7) "Event.photos:1000000151"
8) "Photo.hshDetails:1000000151"
9) "Event.lstPhotos:1000000151"
When you open esp, there should be a video for house to use for at least the first five times you open the app.
Also with any new updates letting everyone know what it New.
> Coachmarks,
a. static images
b. can be animated graphic
c. video
- Right when you open up esp, it should populate events within a 50 mile range of you. Not every event ever created.
> Front-end will give his/her current coordinates to pull in the backend what's need to index of collected event feeds.