-
Use an iDevice
- Use an iPod or an iPad without a SIM card
- Use an iPhone
- Do not jailbreak
- Always upgrade to new iOS versions
-
Use Signal (iOS + Android)
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
- name: Download aws-cloudformation/rain | |
run: | | |
gh release download -R aws-cloudformation/rain --pattern '*_linux-amd64.zip' -D $RUNNER_TOOL_CACHE | |
unzip -ojq $RUNNER_TOOL_CACHE/*.zip -d $RUNNER_TOOL_CACHE | |
echo "$RUNNER_TOOL_CACHE" >> $GITHUB_PATH | |
env: | |
GH_TOKEN: ${{ github.token }} |
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
name: e-imenik run | |
# Controls when the action will run. | |
on: | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
# Run on push to any branch for testing | |
push: | |
# Run every 6 hours | |
schedule: |
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
#!/bin/bash | |
#set -x | |
# Shows you the largest objects in your repo's pack file. | |
# Written for osx. | |
# | |
# @see http://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/ | |
# @author Antony Stubbs | |
# Modified by Luka Kladaric <[email protected]> |
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
version: '2' | |
services: | |
mariadb: | |
image: 'bitnami/mariadb:latest' | |
environment: | |
- ALLOW_EMPTY_PASSWORD=yes | |
volumes: | |
- 'mariadb_data:/bitnami' | |
phabricator: | |
image: 'bitnami/phabricator:latest' |
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
#cloud-config | |
repo_update: true | |
repo_upgrade: all | |
disable_root: false | |
packages: | |
- python-minimal |
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
Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES; | |
acrobat africa alaska albert albino album | |
alcohol alex alpha amadeus amanda amazon | |
america analog animal antenna antonio apollo | |
april aroma artist aspirin athlete atlas | |
banana bandit banjo bikini bingo bonus | |
camera canada carbon casino catalog cinema | |
citizen cobra comet compact complex context | |
credit critic crystal culture david delta | |
dialog diploma doctor domino dragon drama |
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
USE phabricator_user; | |
-- create LDAP mappings for unmapped users | |
-- this query uses a subselect due to the way MySQL reacts to UUID() being | |
-- wrapped in REPLACE() (returns the same UUID for all rows) | |
-- WARNING: make sure user.userName maps to LDAP usernames, otherwise | |
-- user_externalaccount.accountID needs to be modified for those users | |
-- where it doesn't. alternatively, use Phabricator's change username | |
-- utility in People app to change those users' usernames before running | |
INSERT INTO user_externalaccount |
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
''' | |
Django bulk upsert | |
Does not attempt to cover all corner cases and related models. | |
Originally from http://people.iola.dk/olau/python/bulkops.py | |
Heavily modified by Luka Kladaric [email protected] | |
''' | |
from itertools import repeat | |
from django.db import models, connections, transaction |
I hereby claim:
- I am allixsenos on github.
- I am allixsenos (https://keybase.io/allixsenos) on keybase.
- I have a public key whose fingerprint is 2A2F 3C2A B502 941C B0F8 7E9B 6561 D338 82BC FA74
To claim this, I am signing this object:
NewerOlder