Skip to content

Instantly share code, notes, and snippets.

View oshanz's full-sized avatar
🌴
On vacation

Oshan Wisumperuma oshanz

🌴
On vacation
View GitHub Profile
@oshanz
oshanz / clojure libs
Last active December 30, 2022 01:41
clojure libs
https://clojars.org/
* https://github.com/ring-clojure/ring | http server abstraction like ruby rack
* https://github.com/weavejester/hiccup/ | html template lang
* https://github.com/nrepl/nrepl
* https://github.com/clojure/core.async
* https://github.com/weavejester/environ | env variable
* https://github.com/fulcrologic/fulcro | react
* https://github.com/clojure-emacs/cider
* https://github.com/weavejester/ragtime | db migrations
@oshanz
oshanz / AI tools
Created October 11, 2022 22:58
AI tools
- https://textsynth.com/index.html
- https://openai.com/api/
- https://tomasztomczyk.com/2017/01/17/genstage-for-processing-jobs.html
- https://samuelmullen.com/articles/more-than-1-1-with-elixirs-genstage/
- https://blog.appsignal.com/2018/11/13/elixir-alchemy-understanding-elixirs-genstages-querying-the-blockchain.html
- https://big-elephants.com/2019-01/facebook-genstage/
- https://blog.dnsimple.com/2018/11/low-volume-genstage-datasource/
- https://elixirschool.com/en/lessons/data_processing/genstage/
- https://alexgaribay.com/using-genstage-for-a-batching-pipeline/
- https://medium.com/@andreichernykh/elixir-a-few-things-about-genstage-id-wish-to-knew-some-time-ago-b826ca7d48ba
- https://dev.to/unnawut/genserver-registry-dynamicsupervisor-combined-4i9p
@oshanz
oshanz / sni ssl
Created May 7, 2022 17:37
sni ssl
- https://github.com/abdoxfox/http-ssl-ssh-injector
- https://www.sentinelone.com/blog/privacy-2019-tor-meek-rise-fall-domain-fronting/
- https://www.techfoe.com/2021/02/how-to-get-working-free-bug-host-for.html
- https://blog.fastssh.com/tutorial/how-to-find-sni-for-free-internet-tricks/
- https://security.stackexchange.com/questions/189591/is-there-any-way-to-bypass-sni-based-https-filtering
@oshanz
oshanz / Go buffalo install
Last active March 14, 2022 04:28
Go buffalo
go install github.com/gobuffalo/cli/cmd/buffalo@latest
asdf reshim
https://gobuffalo.io/en/docs/getting-started/integrations/
@oshanz
oshanz / Contract Killer 3.md
Created March 26, 2021 08:57 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@oshanz
oshanz / opensuse tumbleweed after installation.md
Last active February 16, 2022 05:14
opensuse tumbleweed after installation
  • zypper dup

  • zypper in podman inotify-tools curl git

  • zypper in --type pattern devel_basis

  • zypper in libopenssl-devel libyaml-devel libffi-devel readline-devel

  • zypper in gnome-extentions

  • then install pop shell

  • install ohmyzsh

  • ~/.gemrc no doc

@oshanz
oshanz / after Installing manjaro.md
Last active January 23, 2021 00:14
after Installing manjaro
  • sudo pacman-mirrors --fasttrack
  • sudo systemctl status fstrim.timer
  • sudo pacman -Sy vim
  • pacman -Sy base-devel
  • firecox about:config browser.sessionstore.interval append 00 (25min)
  • pacman -S podman
  • pip3 podmn compose dev verion --user
  • pacman -S inotify-tools
@oshanz
oshanz / 795945.geojson
Last active October 30, 2020 11:29
ES 7.9 indexing error
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oshanz
oshanz / worst file
Created September 7, 2020 06:44
code quality
git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -rg | head -10