How to use:
./wordle.sh
Or try the unlimit mode:
| job "hello-world" { | |
| datacenters = ["dc1"] | |
| namespace = "default" | |
| type = "service" | |
| group "redis" { | |
| # Specify number of replicas of redis needed. | |
| count = 1 | |
| # Specify networking for the group, port allocs. |
Do you really need Elastic Search?
| MIT License | |
| Copyright (c) 2021 Daniel Ethridge | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
I bought M1 MacBook Air. It is the fastest computer I have, and I have been a GNOME/GNU/Linux user for long time. It is obvious conclusion that I need practical Linux desktop environment on Apple Silicon.
Fortunately, Linux already works on Apple Silicon/M1. But how practical is it?
This is inspired by https://fasterthanli.me/blog/2020/a-half-hour-to-learn-rust/
the command zig run my_code.zig will compile and immediately run your Zig
program. Each of these cells contains a zig program that you can try to run
(some of them contain compile-time errors that you can comment out to play
with)
⚠️ WARNING
The ordering of listed projects or documents is random and has no connection to relevance or maturity levels!
| Extension | Description |
|---|---|
pgaudit |
Postgres auditing extension |
If you, like me, resent every dollar spent on commercial PDF tools,
you might want to know how to change the text content of a PDF without
having to pay for Adobe Acrobat or another PDF tool. I didn't see an
obvious open-source tool that lets you dig into PDF internals, but I
did discover a few useful facts about how PDFs are structured that
I think may prove useful to others (or myself) in the future. They
are recorded here. They are surely not universally applicable --
the PDF standard is truly Byzantine -- but they worked for my case.
| /** | |
| * run the script to a running app: frida -U "appName" -l flutter_ios.js --no-pause | |
| * start app direct with the script: frida -Uf bundleIdentifier -l flutter_ios.js --no-pause | |
| */ | |
| // ############################################# | |
| // HELPER SECTION START | |
| var colors = { | |
| "resetColor": "\x1b[0m", | |
| "green": "\x1b[32m", | |
| "yellow": "\x1b[33m", |