I hereby claim:
- I am n0k0 on github.
- I am nikolasp (https://keybase.io/nikolasp) on keybase.
- I have a public key whose fingerprint is 17C2 DFE3 5AD1 EC2F AB9E 5C1E 0B53 AB6C 1060 A089
To claim this, I am signing this object:
ondition func: True | |
DEBUG | 2023-11-18 01:44:59,840 | angr.engines.vex.heavy.heavy | IMark: 0x40115c | |
DEBUG | 2023-11-18 01:44:59,843 | angr.storage.memory_mixins.paged_memory.paged_memory_mixin | mem.load(0x7fffffffffefeec, 4, Iend_LE) = <BV32 0x0> | |
DEBUG | 2023-11-18 01:44:59,845 | angr.engines.vex.heavy.heavy | IMark: 0x40115f | |
DEBUG | 2023-11-18 01:44:59,850 | angr.engines.vex.heavy.heavy | IMark: 0x401162 | |
DEBUG | 2023-11-18 01:44:59,856 | angr.storage.memory_mixins.paged_memory.paged_memory_mixin | mem.load(0x7fffffffffefed8, 8, Iend_LE) = <BV64 0x7fffffffffeff00> | |
DEBUG | 2023-11-18 01:44:59,857 | angr.engines.vex.heavy.heavy | IMark: 0x401166 | |
DEBUG | 2023-11-18 01:44:59,860 | angr.engines.vex.heavy.heavy | IMark: 0x401169 | |
DEBUG | 2023-11-18 01:44:59,861 | angr.storage.memory_mixins.paged_memory.paged_memory_mixin | mem.load(0x7fffffffffeff00, 1, Iend_LE) = <BV8 flag_0_144[143:136]> | |
DEBUG | 2023-11-18 01:44:59,869 | angr.engines.vex.heavy.heavy | IMark: 0x40116c |
// ==UserScript== | |
// @name NY Times Spelling Bee Helper | |
// @namespace http://example.com/ | |
// @version 0.1 | |
// @description A script to help with the NY Times Spelling Bee game | |
// @author Nikolas "n0k0" Papaioannou | |
// @match https://www.nytimes.com/puzzles/spelling-bee | |
// @grant none | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
Forked from https://gist.github.com/bvis/b78c1e0841cfd2437f03e20c1ee059fe
So that i may implement https://gist.github.com/bvis/b78c1e0841cfd2437f03e20c1ee059fe#gistcomment-2317693
Sample script that allows you to define as environment variables the name of the docker secret that contains the secret value. It will be in charge of analyze all the environment variables searching for the placeholder to substitute the variable value by the secret.
#include "mousePlus.au3" | |
#include <GDIPlus.au3> | |
#include <ScreenCapture.au3> | |
#include <WinAPI.au3> | |
HotKeySet ( "�" , "end" ) | |
HotKeySet ( "�" , "pause") | |
opt("MouseClickDelay",70) | |
opt("WinWaitDelay",10) | |
opt("MouseClickDownDelay",70) |
# Prepare new_master | |
git checkout <hash-where-you-want-to-clip-history> | |
git checkout --orphan new-master | |
git checkout new_master | |
git cherry-pick first-commit-to-include^..last-commit-to-include | |
# Prepare master backup | |
git checkout master | |
git checkout -b master-backup |
//Ytre index fil for å definere ruter | |
import CoreLayout from '../layouts/PageLayout/PageLayout' | |
import Secret from './Secret' | |
import TaskView from './task-view/index' | |
export const createRoutes = (store) => ({ | |
path : '/', | |
component : CoreLayout, | |
childRoutes : [ |
<form method="get" accept-charset="utf-8" id="phoneForm"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<label class="sr-only" for="winnerPhoneInput">Telefonnummer</label> | |
<input id="winnerPhoneInput" type="tel" class="form-control" name="telephoneNumber" value="" required placeholder="Telefonnummer" maxlength="8" minlength="8"> | |
</div> | |
<div class="col-md-6"> | |
<button class="btn btn-dialog btn-block" data-loading-text="Sender..." data-complete-text="Sendt!" autocomplete="off" id="submitPhone" type="submit">Send</button> | |
</div> | |
</div> |