redis-cli -h <IP of MemoryStore Instance> --rdb dump.rdb
This file contains hidden or 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
| When installing latest docker-ec 18, I encountered libseccomp2 version problem | |
| https://www.ubuntuupdates.org/ppa/ubuntu_sdk_release?dist=xenial | |
| add this to update libseccomp2 | |
| then install docker-ce |
This file contains hidden or 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
| // created this flow file to archive my starred repos | |
| // it prints the list of starred repos by github user | |
| // you can get TagUI here (macOS / Windows / Linux) | |
| // https://github.com/kelaberetiv/TagUI#set-up | |
| // usage #1 - copy or download this file, then run | |
| // tagui stars github_userid quiet chrome | |
| // usage #2 - if you want to run this gist directly |
##MONGODB & PYTHON
###Ubuntu Install
sudo apt-get install mongodb
pip install pymongo
Table - Collection
Column - Property
Row - Document
This file contains hidden or 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
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |
- Read How to answer a coding interview.
- Read Using sliding window technique to solve coding interview questions.
- Practice coding Array 1 Two Sum
- Practice coding Array 2 Three Sum
- Practice coding Array 3 Max Consecutive Ones III
- Practice coding Array 4 Maximum Product Subarray
OlderNewer