Skip to content

Instantly share code, notes, and snippets.

@kostyay
kostyay / FoxitReaderFedora26
Created July 27, 2017 08:11
How to get Foxit Reader to run on Fedora 26
cd ~/opt/foxitsoftware/foxitreader
ln -s /lib64/libssl.so.10 lib/libssl.so.1.0.0
ln -s /lib64/libcrypto.so.10 lib/libcrypto.so.1.0.0
@younga3
younga3 / hyrax-notes
Created May 8, 2018 17:35
Hyrax notes
Hyrax notes
## Local fullstack development install
Centos 7
ruby 2.4.2
rails 5.0.6
fits 1.2.0
hyrax v2.1.0.rc2
fedora 4.7.3
solr 6.6.2
@tykurtz
tykurtz / grokking_to_leetcode.md
Last active April 15, 2024 23:37
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window