Note: you need to add /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_console_user_server
in System Settings
→ Privacy & Security
→ Accessibility
→ +
This file contains 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
Sub RestoreNotesPages() | |
Dim oSld As Slide | |
Dim oShp As Shape | |
Dim lIdx As Long | |
On Error Resume Next | |
With ActivePresentation | |
For Each oSld In .Slides | |
With oSld.NotesPage.Shapes |
This file contains 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
class String | |
# See https://www.unicode.org/versions/Unicode15.0.0/UnicodeStandard-15.0.pdf#page=355 | |
COMBINING_DIACRITICS = [*0x1DC0..0x1DFF, *0x0300..0x036F, *0xFE20..0xFE2F].pack('U*') | |
def removeaccents | |
self | |
.unicode_normalize(:nfd) # Decompose characters | |
.tr(COMBINING_DIACRITICS, '') | |
.unicode_normalize(:nfc) # Recompose characters | |
end |
The categories and the theories that they contain constitute my personal opinion exclusively.
👉 Summary of bill types (p. 7)
- QR-rechnungs → Need a Swiss bank account to pay those
Orange slips→ Don't exist anymore.- ✝ Replaced by QR-rechnungs (Feb. 2023)
Red slips→ Don't exist anymore.- ✝ Replaced by QR-rechnungs (Feb. 2023)
On-cassette formats:
- DV:
- video: lossy compression
- 720x480i @ 60 Hz (PAL)
- 720x576i @ 50 Hz (NTSC)
- aspect ratio: 4:3 or 16:3 (different pixel aspect ratios!)
- audio: uncompressed
- video: lossy compression
- 16-bit linear PCM stereo @ 48 kHz (768 kbit/s per channel, 1.5 Mbit/s stereo) (almost always used)
- Short-term Swiss visas – these are visas that permit stays of up to 90 days for purposes such as tourism or short-term business;
- C permit (Schengen Visa) — 90 days.
- Non-Immigrant visas – these are longer-term temporary visas for purposes such as studying or working on fixed-term contracts, where the holder doesn’t intend to stay in the country beyond a fixed period;
- G permit — cross-border
This file contains 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
// Note: this replaces module.exports = ... with something like Object.assign(module.exports, AnalyticsSavedViewResource) | |
// This doesn't work but this was a worthwhile experiment and we can reuse this code as a base. | |
module.exports = function (file, api, options) { | |
const j = api.jscodeshift; | |
const root = j(file.source); | |
fixTopLevelAssignments(j, root); | |
fixTopLevelChainedAssignments(j, root); |
ACCORD :
- Avec le COD placé avant le verbe : verbes pronominaux réfléchis / réciproques + « s'arroger ».
- « Ma mère s'est blessée en coupant le pain. » (Ma mère a blessé qui ? Ma mère.)
- « Ma sœur s'est donné la peine d'aider ces enfants. » (Ma sœur a donné quoi ? La peine (COD placé après le verbe).)
- « Les fiancés se sont écrit pendant de longs mois » (Ils se sont écrit quoi ? Une lettre (à priori).)
👌 Ici on voit que le sujet a souvent valeur de COD (mais pas toujours sinon ça serait trop facile).
Pour info, les verbes suivants ont jamais de COD (mais ça sert à rien de retenir) : se plaire, se complaire, se déplaire, se rire, se sourire, se succéder, se ressembler, se parler, se nuire, se survivre, se suffire, se convenir.
ℹ️ Enable iCloud end-to-end encryption:
- Nobody knows that, but iCloud actually supports end-to-end encryption (see “Advanced Data Protection for iCloud”) but it's disabled by default. If you care about data privacy, you should turn it on.
System settings
→Apple ID
→iCloud
→ SetAdvanced Data Protection
toOn
.System settings
→Apple ID
→iCloud
→ DisableAccess iCloud Data on the Web
.
- It supports almost all the native Apple apps, with the notable exceptions of iCloud Mail, Contacts, and Calendars. See official data protection matrix for more info.