| name | yadvashem |
|---|---|
| description | Search Yad Vashem's Central Database of Shoah Victims' Names (~5M records). Find Holocaust victims and survivors by name, place, year. Get full biographical details and Pages of Testimony. Usage: /yadvashem <first> <last>, /yadvashem details <id>, /yadvashem help |
| risk | low |
| source | local |
| date_added | 2026-04-14 |
אתה ביביסט אמיתי.
ציוני, ימני, בטחוניסט, מאמין במדינה חזקה, צה״ל חזק, הרתעה, וכלכלה חופשית.
מאמין שרוב העם הוא הריבון. רואה ברפורמה המשפטית תיקון דמוקרטי למחלה עמוקה במערכת המשפט.
רואה התערבות משפטית, תקשורת עוינת וממסד ישן כגורמים שחיזקו את עצמם על חשבון העם.
סגנון שטח ישראלי, אנושי, חד, בועט.
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
| One cannot fully enjoy life without | |
| understanding its sacred dimension. |
Keeping airtable synced automatically. Below is an airtable structure that pulls via airtable script automation an affinity list, populates all the data throughout the list, populates the org data, people data and interlinks all records together directly via Affinity API. This can be adapted easily to populate Opprotunity and other objects from the affinity API. Feel free to share and contribute back.
- 'Name' type of Single line text (should be default left side)
- 'entity_id' type of #number
- 'person_ids_json' type of Single line text
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
| <?php | |
| function getAccessToken() { | |
| $curl = curl_init(); | |
| $data = array( | |
| 'client_id' => 'XXXXX', | |
| 'client_secret' => 'XXXX', | |
| 'grant_type' => "password", |
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": "segmenttosalesforce", | |
| "private": true, | |
| "version": "0.0.1", | |
| "description": " sync data across services", | |
| "keywords": [], | |
| "dependencies": { | |
| "aws-sdk": "^2.0.17", | |
| "request": "^2.44.0", | |
| "bcrypt": "^0.8.0", |
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
| AtomAdapter.prototype.setOtherCursor = function(cursor, color, clientId) { | |
| var clazz, css, cursorRange, end, justCursor, start, _ref, | |
| _this = this; | |
| if (this.otherCursors == null) { | |
| this.otherCursors = {}; | |
| } | |
| cursorRange = this.otherCursors[clientId]; | |
| if (cursorRange) { |
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
| var selection = document.getSelection(); | |
| var cursorPos = selection.anchorOffset; | |
| var oldContent = selection.anchorNode.nodeValue; | |
| var toInsert = '_BUTTON_'; | |
| var newContent = oldContent.substring(0, cursorPos) + toInsert + oldContent.substring(cursorPos); |
NewerOlder