Upload batch 1 of 407
Browse files- .cursor/plans/split_site_vs_dataset_+_hebrew_portal_8ab84509.plan.md +136 -0
- .gitattributes +0 -134
- שנה א/אינפי 1/דפי תרגול ותשובות/נוספים/דפי תרגול נוספים עם תשובות/פתרון לדף נוסף 1.pdf +0 -0
- שנה א/אינפי 1/דפי תרגול ותשובות/נוספים/דפי תרגול נוספים עם תשובות/פתרון לדף נוסף 12.pdf +0 -0
- שנה א/אינפי 1/דפי תרגול ותשובות/נוספים/דפי תרגול נוספים עם תשובות/פתרון לדף נוסף 4.pdf +0 -0
.cursor/plans/split_site_vs_dataset_+_hebrew_portal_8ab84509.plan.md
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: Split site vs dataset + Hebrew portal
|
| 3 |
+
overview: Split publishing cleanly between Hugging Face Dataset and Space repos, then fix the Gradio portal (navigation/search/ZIP download/file-type handling) and localize the UI to full Hebrew + RTL.
|
| 4 |
+
todos:
|
| 5 |
+
- id: secure-token
|
| 6 |
+
content: Remove hardcoded HF tokens; rely on Hugging Face CLI login (user cache) and revoke leaked tokens.
|
| 7 |
+
status: pending
|
| 8 |
+
- id: split-publishing
|
| 9 |
+
content: Ensure dataset uploads exclude site folder; space uploads only cs26-portal.
|
| 10 |
+
status: pending
|
| 11 |
+
- id: fix-portal-nav
|
| 12 |
+
content: Fix handle_click output mismatch; verify folder navigation renders files.
|
| 13 |
+
status: pending
|
| 14 |
+
- id: filetypes-zip-hebrew
|
| 15 |
+
content: Improve file-type open/download behavior, directory ZIP download robustness, responsive UI polish, and full Hebrew+RTL localization.
|
| 16 |
+
status: pending
|
| 17 |
+
isProject: false
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Revision history
|
| 21 |
+
| Date (UTC) | Changes |
|
| 22 |
+
| --- | --- |
|
| 23 |
+
| 2026-04-25 | • Updated plan to use Hugging Face CLI login (no tokens in repo)\n• Clarified that the non-`.pdf` issue is a portal open/download behavior problem (not the uploader) |
|
| 24 |
+
| 2026-04-25 | • Added rollback strategy (tag + backup branch) and “deploy + browser-verify after each change” loop\n• Declared HF Space git repo as source of truth for the site |
|
| 25 |
+
|
| 26 |
+
# Split site vs dataset + Hebrew portal
|
| 27 |
+
|
| 28 |
+
## Scope (based on your answers)
|
| 29 |
+
- Publish to **two Hugging Face repos only**:
|
| 30 |
+
- **Dataset**: `CS26/Computer-Science`
|
| 31 |
+
- **Space (site)**: `CS26/cs26-portal`
|
| 32 |
+
- Make the site **fully Hebrew + RTL** (all strings + direction/layout).
|
| 33 |
+
- Treat the **Hugging Face Space git repo** (`CS26/cs26-portal`) as the **source of truth** for the site code (commits live there).
|
| 34 |
+
|
| 35 |
+
## Rollback / “always go back to current state”
|
| 36 |
+
- Before any edits, create **both**:
|
| 37 |
+
- a **git tag** on the current state (e.g. `backup-before-portal-fixes`)
|
| 38 |
+
- a **backup branch** (e.g. `backup/current-state`)
|
| 39 |
+
- Apply this rollback safety in:
|
| 40 |
+
- your local repo (`C:\\GitRepos\\Computer-Science`) for scripts and any local-only tooling changes
|
| 41 |
+
- the HF Space repo (`CS26/cs26-portal`) for the portal/site changes
|
| 42 |
+
|
| 43 |
+
## Critical security fix (do this first)
|
| 44 |
+
- Your message included Hugging Face access tokens. **Revoke any token that was pasted into chat** and keep tokens out of repos.
|
| 45 |
+
- Use **Hugging Face CLI login** so credentials live in your **user profile cache**, not in code:
|
| 46 |
+
- `huggingface-cli login`
|
| 47 |
+
- Verify: `python -c "from huggingface_hub import whoami; print(whoami())"`
|
| 48 |
+
- In code, remove `TOKEN = "..."` entirely and rely on `huggingface_hub`’s normal auth resolution (CLI token cache). If auth is missing, fail fast with a clear message telling you to run `huggingface-cli login`.
|
| 49 |
+
|
| 50 |
+
## Repo split (publishing split, without changing your local repo structure)
|
| 51 |
+
- **Dataset uploader (`upload_to_hf.py`)**
|
| 52 |
+
- Update to upload only dataset content and exclude the site folder and scripts:
|
| 53 |
+
- Exclude: `cs26-portal/**`, `.git/**`, `upload_to_hf.py`, `upload_space.py`, plus any other local-only tooling.
|
| 54 |
+
- Decide on one upload strategy:
|
| 55 |
+
- **Option A (recommended)**: `HfApi.upload_large_folder(...)` for resumable multi-threaded uploads.
|
| 56 |
+
- **Option B**: “10 files per batch” logic (commit/upload loop). This is slower and hits commit limits more often, but matches your original requirement.
|
| 57 |
+
- Add support for **all suffixes** (`.pptx`, `.docx`, `.zip`, etc.) by ensuring the uploader preserves the original relative paths and filenames exactly (no suffix assumptions anywhere).
|
| 58 |
+
- Ensure `.gitignore`/HF ignore rules are respected by using explicit ignore patterns (and optionally a `.hfignore` file in repo root if you want HF-side ignores).
|
| 59 |
+
- Note on your reported “suffix isn’t .pdf” issue: the **portal** should not assume `.pdf` when generating file links or deciding open-vs-download; the **uploader** should stay extension-agnostic and only preserve paths faithfully.
|
| 60 |
+
|
| 61 |
+
- **Space uploader (`upload_space.py`)**
|
| 62 |
+
- Keep it uploading **only** the `cs26-portal/` directory.
|
| 63 |
+
- Rely on Hugging Face CLI login credentials (no token in code).
|
| 64 |
+
- Because the Space repo is the site’s source of truth, prefer a workflow where we **commit to the Space repo** and let HF rebuild the Space from `main`.
|
| 65 |
+
|
| 66 |
+
## Change workflow (don’t proceed until it works)
|
| 67 |
+
- Make **one small change at a time**, then:
|
| 68 |
+
- push to the HF Space repo (site) or HF Dataset repo (data/scripts) as relevant
|
| 69 |
+
- wait for rebuild (Space) if applicable
|
| 70 |
+
- verify the specific behavior in the **browser** (not just locally)
|
| 71 |
+
- Only proceed to the next change after the browser check passes.
|
| 72 |
+
|
| 73 |
+
## Portal fixes (`cs26-portal/app.py`)
|
| 74 |
+
|
| 75 |
+
### 1) Fix directory navigation showing empty / files not displayed
|
| 76 |
+
- There is an **outputs mismatch bug** in `handle_click()`:
|
| 77 |
+
- In the early-return branch it returns **3 values**, but Gradio `hidden_path_input.change(...)` expects **4 outputs**.
|
| 78 |
+
- Fix to always return exactly 4 outputs: `(current_path_state, search_box, drive_view, zip_file)`.
|
| 79 |
+
- Verify that clicking a folder updates `current_path_state` and re-renders the list for that folder.
|
| 80 |
+
|
| 81 |
+
### 2) Ensure directory names display correctly (no full path)
|
| 82 |
+
- Your HTML already uses `os.path.basename(d)` for display; keep that.
|
| 83 |
+
- Make sure **search results** and **non-search listing** both use the same “display name vs full path” pattern.
|
| 84 |
+
|
| 85 |
+
### 3) Search UX and scope
|
| 86 |
+
- Keep the current behavior: search is scoped to `current_path` (already implemented via `prefix` filtering).
|
| 87 |
+
- Improve UX details:
|
| 88 |
+
- Clear Hebrew placeholder text (RTL-friendly).
|
| 89 |
+
- Enter-to-search remains.
|
| 90 |
+
|
| 91 |
+
### 4) Directory download as ZIP
|
| 92 |
+
- You already have `prepare_zip()` using `snapshot_download(...allow_patterns=pattern)` and `zipfile`.
|
| 93 |
+
- Fix/extend the edge cases you called out:
|
| 94 |
+
- **ZIP suffix reliability**: ensure returned download file path always ends with `.zip` and the Gradio `File` component preserves that name.
|
| 95 |
+
- **Top-level zip name**: for root use a Hebrew-friendly name (or `CS26_All.zip`).
|
| 96 |
+
- **Performance**: avoid zipping `.huggingface` / `.git` content (already filtered), and confirm correct `arcname` for nested folders.
|
| 97 |
+
|
| 98 |
+
### 5) Non-PDF file-type handling (pptx/docx/zip/etc)
|
| 99 |
+
- Update the file “open” behavior to be correct for all extensions:
|
| 100 |
+
- For previewable formats (pdf/images/text): open in new tab.
|
| 101 |
+
- For office/archives/unknown: trigger **direct download** (still via HF `resolve/main/...`) rather than relying on the browser to preview.
|
| 102 |
+
- Expand icons mapping beyond pdf/doc/images:
|
| 103 |
+
- `.pptx`/`.ppt`, `.xlsx`/`.xls`, `.zip`/`.rar`/`.7z`, `.py`, `.ipynb`, `.txt`, etc.
|
| 104 |
+
|
| 105 |
+
### 6) Responsive layout polish
|
| 106 |
+
- Make the search row responsive so the button size matches the textbox:
|
| 107 |
+
- Prefer CSS flex rules in the HTML `<style>` plus Gradio layout tweaks (`scale`, `min_width`, and/or `elem_classes`).
|
| 108 |
+
- Ensure good mobile behavior in the existing `@media (max-width: 600px)` block.
|
| 109 |
+
|
| 110 |
+
### 7) Full Hebrew + RTL
|
| 111 |
+
- Apply RTL direction at the page/container level:
|
| 112 |
+
- CSS: `direction: rtl;` and `text-align: right;` for relevant containers.
|
| 113 |
+
- Fix breadcrumb separator direction and ordering if needed.
|
| 114 |
+
- Translate all visible strings in `app.py`:
|
| 115 |
+
- Title, headings, “Folders/Files”, “Refresh”, “Prepare Folder ZIP”, “Download Ready”, “This folder is empty”, “Search Results for …”, placeholders.
|
| 116 |
+
- Confirm Hebrew rendering for path segments that are already Hebrew in the dataset.
|
| 117 |
+
|
| 118 |
+
## Verification checklist (manual, but deterministic)
|
| 119 |
+
- Folder click shows correct file listing for that folder.
|
| 120 |
+
- Search:
|
| 121 |
+
- Works when typing fast, only runs on Enter / Search button.
|
| 122 |
+
- Returns both folders + files under current path.
|
| 123 |
+
- Clicking files:
|
| 124 |
+
- `.pdf` and images open correctly.
|
| 125 |
+
- `.pptx`, `.docx`, and `.zip` download/open correctly (no suffix assumptions).
|
| 126 |
+
- ZIP download:
|
| 127 |
+
- Root zip and nested-folder zip both download with `.zip` suffix and correct contents.
|
| 128 |
+
- Hebrew:
|
| 129 |
+
- All UI text is Hebrew.
|
| 130 |
+
- Layout is RTL and looks correct on desktop + mobile widths.
|
| 131 |
+
|
| 132 |
+
## Files to touch
|
| 133 |
+
- `upload_to_hf.py`
|
| 134 |
+
- `upload_space.py`
|
| 135 |
+
- `cs26-portal/app.py`
|
| 136 |
+
- (optional) `cs26-portal/requirements.txt` if we need extra deps for better MIME/preview handling
|
.gitattributes
CHANGED
|
@@ -59,137 +59,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
*.pdf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
-
שנה[[:space:]]א/בדידה[[:space:]]1/מבחנים/2015/2015[[:space:]]סמ׳[[:space:]]א[[:space:]]מועד[[:space:]]א[[:space:]]+[[:space:]]פתרון.doc filter=lfs diff=lfs merge=lfs -text
|
| 63 |
-
שנה[[:space:]]א/בדידה[[:space:]]2/מבחנים/2015/2015[[:space:]]סמ׳[[:space:]]א[[:space:]]מועד[[:space:]]א[[:space:]]+[[:space:]]פתרון.doc filter=lfs diff=lfs merge=lfs -text
|
| 64 |
-
שנה[[:space:]]א/מבוא[[:space:]]למדעי[[:space:]]המחשב/מבחנים/2016/סמ׳[[:space:]]ב[[:space:]]מועד[[:space:]]א[[:space:]]+[[:space:]]פתרון.docx filter=lfs diff=lfs merge=lfs -text
|
| 65 |
-
שנה[[:space:]]א/מבוא[[:space:]]למדעי[[:space:]]המחשב/מבחנים/2016/סמ׳[[:space:]]ב[[:space:]]מועד[[:space:]]ב[[:space:]]+[[:space:]]פתרון.docx filter=lfs diff=lfs merge=lfs -text
|
| 66 |
-
שנה[[:space:]]א/מבוא[[:space:]]למדעי[[:space:]]המחשב/מבחנים/2017/מועד[[:space:]]א[[:space:]]קורס[[:space:]]חוזר[[:space:]]+[[:space:]]פתרון.docx filter=lfs diff=lfs merge=lfs -text
|
| 67 |
-
שנה[[:space:]]א/מבוא[[:space:]]למדעי[[:space:]]המחשב/מבחנים/2017/מועד[[:space:]]ב[[:space:]]קורס[[:space:]]חוזר[[:space:]]+[[:space:]]פתרון.docx filter=lfs diff=lfs merge=lfs -text
|
| 68 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/2011/2011[[:space:]]מועד[[:space:]]א-מחברת.PDF filter=lfs diff=lfs merge=lfs -text
|
| 69 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/2012/מחברות/2012[[:space:]]מועד[[:space:]]א-טופס.docx filter=lfs diff=lfs merge=lfs -text
|
| 70 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/2015/מחברות/מועד[[:space:]]א/2015[[:space:]]מועד[[:space:]]א-פתרון[[:space:]]וטעויות.doc filter=lfs diff=lfs merge=lfs -text
|
| 71 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/2023/מחברות/מועד[[:space:]]א/2023[[:space:]]מועד[[:space:]]א[[:space:]]מחברת[[:space:]]94[[:space:]]מבני[[:space:]]נתונים[[:space:]]תשפג.PDF filter=lfs diff=lfs merge=lfs -text
|
| 72 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/2023/מחברות/מועד[[:space:]]א/2023[[:space:]]מועד[[:space:]]א[[:space:]]מחברת[[:space:]]97[[:space:]]א[[:space:]]מבני[[:space:]]נתונים[[:space:]]תשפג.PDF filter=lfs diff=lfs merge=lfs -text
|
| 73 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/2023/מחברות/מועד[[:space:]]א/2023[[:space:]]מועד[[:space:]]א[[:space:]]מחברת[[:space:]]97[[:space:]]ב[[:space:]]מבני[[:space:]]נתונים[[:space:]]תשפג.PDF filter=lfs diff=lfs merge=lfs -text
|
| 74 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ופתרונות[[:space:]]של[[:space:]]המרצה[[:space:]]ד״ר[[:space:]]אילת[[:space:]]בוטמן/מבנה[[:space:]]נתונים[[:space:]]2019[[:space:]]סמסטר[[:space:]][[:space:]]ב[[:space:]]מועד[[:space:]]א[[:space:]]-[[:space:]]פתרון.docx filter=lfs diff=lfs merge=lfs -text
|
| 75 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/מבחן[[:space:]]לדוגמה[[:space:]]תשסח.doc filter=lfs diff=lfs merge=lfs -text
|
| 76 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/בן[[:space:]]גוריון/מבחן[[:space:]]2004[[:space:]]מועד[[:space:]]א[[:space:]]+[[:space:]]פתרון.doc filter=lfs diff=lfs merge=lfs -text
|
| 77 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/בן[[:space:]]גוריון/מבחן[[:space:]]2006[[:space:]]מועד[[:space:]]א[[:space:]]+[[:space:]]פתרון.doc filter=lfs diff=lfs merge=lfs -text
|
| 78 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/Data[[:space:]]Stracture03a.tif filter=lfs diff=lfs merge=lfs -text
|
| 79 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/ds[[:space:]]04a(b)+b(b)+c(a).tif filter=lfs diff=lfs merge=lfs -text
|
| 80 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/ds[[:space:]]04b.tif filter=lfs diff=lfs merge=lfs -text
|
| 81 |
-
שנה[[:space:]]א/מבני[[:space:]]נת��נים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/ds[[:space:]]05a.tif filter=lfs diff=lfs merge=lfs -text
|
| 82 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/Data[[:space:]]Structure[[:space:]]-[[:space:]]exams-and-sol/ds03aa+sol1.doc filter=lfs diff=lfs merge=lfs -text
|
| 83 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/Data[[:space:]]Structure[[:space:]]-[[:space:]]exams-and-sol/ds03b-SOL.doc filter=lfs diff=lfs merge=lfs -text
|
| 84 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/Data[[:space:]]Structure[[:space:]]-[[:space:]]exams-and-sol/ds03ba-SOL.doc filter=lfs diff=lfs merge=lfs -text
|
| 85 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/מבחנים/מבחנים[[:space:]]לא[[:space:]]מבר[[:space:]]אילן/Data[[:space:]]Structure[[:space:]]-[[:space:]]exams-and-sol/ds04aa-ans.doc filter=lfs diff=lfs merge=lfs -text
|
| 86 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/חומר[[:space:]]מבר[[:space:]]אילן[[:space:]]הנדסה/תרגילים/תרגילים[[:space:]]ופתרונות[[:space:]]משנה[[:space:]]שעברה/שתי[[:space:]]סוגי[[:space:]]פתרונות[[:space:]]ל-7[[:space:]]שאלה[[:space:]]5.doc filter=lfs diff=lfs merge=lfs -text
|
| 87 |
-
שנה[[:space:]]א/מבני[[:space:]]נתונים/מבחנים/מבחנים[[:space:]]ממקומות[[:space:]]אחרים/טכניון/93160_moeda-spring-2007.doc filter=lfs diff=lfs merge=lfs -text
|
| 88 |
-
שנה[[:space:]]א/תכנות[[:space:]]מונחה[[:space:]]עצמים/מבחנים/2024/סמ׳[[:space:]]ב[[:space:]]מועד[[:space:]]ב[[:space:]]+[[:space:]]פתרון filter=lfs diff=lfs merge=lfs -text
|
| 89 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/מבוא[[:space:]]לתורת[[:space:]]ההצפנה/הרצאות[[:space:]]אברהם[[:space:]]דבורה[[:space:]]-[[:space:]]סמסטר[[:space:]]א[[:space:]]2025/מצגות/Exercise1.docx filter=lfs diff=lfs merge=lfs -text
|
| 90 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/מבוא[[:space:]]לתורת[[:space:]]ההצפנה/הרצאות[[:space:]]אברהם[[:space:]]דבורה[[:space:]]-[[:space:]]סמסטר[[:space:]]א[[:space:]]2025/מצגות/Introduction[[:space:]]to[[:space:]]Cryptography.pptx filter=lfs diff=lfs merge=lfs -text
|
| 91 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/מבוא[[:space:]]לתורת[[:space:]]ההצפנה/הרצאות[[:space:]]אברהם[[:space:]]דבורה[[:space:]]-[[:space:]]סמסטר[[:space:]]א[[:space:]]2025/מצגות/Prob[[:space:]]and[[:space:]]Optimal[[:space:]]Encryption.pptx filter=lfs diff=lfs merge=lfs -text
|
| 92 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/מבוא[[:space:]]לתורת[[:space:]]ההצפנה/הרצאות[[:space:]]אברהם[[:space:]]דבורה[[:space:]]-[[:space:]]סמסטר[[:space:]]א[[:space:]]2025/מצגות/הוכחות[[:space:]]אפס[[:space:]]מידע[[:space:]]תשעג.ppt filter=lfs diff=lfs merge=lfs -text
|
| 93 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/מבוא[[:space:]]לתורת[[:space:]]ההצפנה/הרצאות[[:space:]]אברהם[[:space:]]דבורה[[:space:]]-[[:space:]]סמסטר[[:space:]]א[[:space:]]2025/מצגות/מפתח[[:space:]]ציבורי[[:space:]]תשפד.pptx filter=lfs diff=lfs merge=lfs -text
|
| 94 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/מבוא[[:space:]]לתורת[[:space:]]ההצפנה/הרצאות[[:space:]]אברהם[[:space:]]דבורה[[:space:]]-[[:space:]]סמסטר[[:space:]]א[[:space:]]2025/מצגות/פונקציות[[:space:]]חד[[:space:]]כיווניות[[:space:]]תשעג[[:space:]](1).ppt filter=lfs diff=lfs merge=lfs -text
|
| 95 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Clustering.pptx filter=lfs diff=lfs merge=lfs -text
|
| 96 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Data[[:space:]]preparation.pptx filter=lfs diff=lfs merge=lfs -text
|
| 97 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Ensemble[[:space:]]Learning.pptx filter=lfs diff=lfs merge=lfs -text
|
| 98 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Mining[[:space:]]Association[[:space:]]Rules.pptx filter=lfs diff=lfs merge=lfs -text
|
| 99 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/PCA.pptx filter=lfs diff=lfs merge=lfs -text
|
| 100 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Supervised[[:space:]]learning[[:space:]]Classification[[:space:]]Part[[:space:]]B.pptx filter=lfs diff=lfs merge=lfs -text
|
| 101 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Supervised[[:space:]]learning[[:space:]]Classification[[:space:]]Part[[:space:]]C.pptx filter=lfs diff=lfs merge=lfs -text
|
| 102 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Supervised[[:space:]]learning[[:space:]]Classification.pptx filter=lfs diff=lfs merge=lfs -text
|
| 103 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/Text[[:space:]]Analytics.pptx filter=lfs diff=lfs merge=lfs -text
|
| 104 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/כריית[[:space:]]נתונים/הרצאות/מבוא[[:space:]]לכריית[[:space:]]נתונים[[:space:]]לאתר.pptx filter=lfs diff=lfs merge=lfs -text
|
| 105 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/הנדסת[[:space:]]פתרונות[[:space:]]תוכנה[[:space:]]מתקדמים[[:space:]]חלק[[:space:]]א_/קורס[[:space:]]AWS/Module[[:space:]]1.docx filter=lfs diff=lfs merge=lfs -text
|
| 106 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/הנדסת[[:space:]]פתרונות[[:space:]]תוכנה[[:space:]]מתקדמים[[:space:]]חלק[[:space:]]א_/קורס[[:space:]]AWS/Moudle[[:space:]]6.docx filter=lfs diff=lfs merge=lfs -text
|
| 107 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/השיטה[[:space:]]לניתוח[[:space:]]סיכונים_250724_102533.PDF filter=lfs diff=lfs merge=lfs -text
|
| 108 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/מצגת[[:space:]]1[[:space:]]חלק[[:space:]]ב_250724_102619.PDF filter=lfs diff=lfs merge=lfs -text
|
| 109 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/מצגת[[:space:]]2[[:space:]]_250724_103107.PDF filter=lfs diff=lfs merge=lfs -text
|
| 110 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/ניהול[[:space:]]סיכונים_250724_102524.PDF filter=lfs diff=lfs merge=lfs -text
|
| 111 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/ניהול[[:space:]]תחקירים[[:space:]]והפקת[[:space:]]לקחים[[:space:]]_250719_170210.PDF filter=lfs diff=lfs merge=lfs -text
|
| 112 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/סיכום[[:space:]]SCRUM+AGILE_250717_180200.PDF filter=lfs diff=lfs merge=lfs -text
|
| 113 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/סיכום[[:space:]]סוגי[[:space:]]בדיקות_250717_225112.PDF filter=lfs diff=lfs merge=lfs -text
|
| 114 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/שאלות[[:space:]]פוטנציאליות_250724_102451.PDF filter=lfs diff=lfs merge=lfs -text
|
| 115 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/שיעור[[:space:]]6[[:space:]]מודל[[:space:]]V[[:space:]]מודל[[:space:]]W_250724_102553.PDF filter=lfs diff=lfs merge=lfs -text
|
| 116 |
-
שנה[[:space:]]ג/קורסי[[:space:]]בחירה/בדיקות[[:space:]]תוכנה/סיכומים[[:space:]]סמסטר[[:space:]]ב[[:space:]]2025/שיעור[[:space:]]מספר[[:space:]]7[[:space:]]ניהול[[:space:]]דרישות_250719_184814.PDF filter=lfs diff=lfs merge=lfs -text
|
| 117 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/הרצאות[[:space:]](מצגות)/os6.pptx filter=lfs diff=lfs merge=lfs -text
|
| 118 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/הרצאות[[:space:]](מצגות)/os8.ppt filter=lfs diff=lfs merge=lfs -text
|
| 119 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/הרצאות[[:space:]](מצגות)/os9.pptx filter=lfs diff=lfs merge=lfs -text
|
| 120 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/סיכום[[:space:]]חלקי[[:space:]]לירון[[:space:]]שגב.docx filter=lfs diff=lfs merge=lfs -text
|
| 121 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os1.ppt filter=lfs diff=lfs merge=lfs -text
|
| 122 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os10.ppt filter=lfs diff=lfs merge=lfs -text
|
| 123 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os10_EYTHAN[[:space:]]ANONATTE.ppt filter=lfs diff=lfs merge=lfs -text
|
| 124 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os12.ppt filter=lfs diff=lfs merge=lfs -text
|
| 125 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os2.ppt filter=lfs diff=lfs merge=lfs -text
|
| 126 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os3.ppt filter=lfs diff=lfs merge=lfs -text
|
| 127 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os4.ppt filter=lfs diff=lfs merge=lfs -text
|
| 128 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os5.ppt filter=lfs diff=lfs merge=lfs -text
|
| 129 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os6.ppt filter=lfs diff=lfs merge=lfs -text
|
| 130 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os8.ppt filter=lfs diff=lfs merge=lfs -text
|
| 131 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2021/os9.ppt filter=lfs diff=lfs merge=lfs -text
|
| 132 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os01.ppt filter=lfs diff=lfs merge=lfs -text
|
| 133 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os02.ppt filter=lfs diff=lfs merge=lfs -text
|
| 134 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os03.ppt filter=lfs diff=lfs merge=lfs -text
|
| 135 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os04.ppt filter=lfs diff=lfs merge=lfs -text
|
| 136 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os05.ppt filter=lfs diff=lfs merge=lfs -text
|
| 137 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os06.ppt filter=lfs diff=lfs merge=lfs -text
|
| 138 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os08.ppt filter=lfs diff=lfs merge=lfs -text
|
| 139 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os09.ppt filter=lfs diff=lfs merge=lfs -text
|
| 140 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os10.ppt filter=lfs diff=lfs merge=lfs -text
|
| 141 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/מערכות[[:space:]]הפעלה/הרצאות[[:space:]]+[[:space:]]סיכומים/עד[[:space:]]2025/2015/שקפים[[:space:]]מהמודל/os12.ppt filter=lfs diff=lfs merge=lfs -text
|
| 142 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/אינפי[[:space:]]2/הקלטות/קישורים[[:space:]]לזום[[:space:]]לימודים[[:space:]]-[[:space:]]מדעי[[:space:]]המחשב[[:space:]]HIT_.xlsx filter=lfs diff=lfs merge=lfs -text
|
| 143 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/אלגוריתמים[[:space:]]1/מבדקים[[:space:]]במודל/בוח��[[:space:]]2.docx filter=lfs diff=lfs merge=lfs -text
|
| 144 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/אלגוריתמים[[:space:]]1/מבחנים/2022/סמסטר[[:space:]]א[[:space:]]מועד[[:space:]]מיוחד[[:space:]][[:space:]]10.4.2022-[[:space:]]מחברת[[:space:]]פתרון.PDF filter=lfs diff=lfs merge=lfs -text
|
| 145 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/נוסחאון[[:space:]]קורס[[:space:]]2025 filter=lfs diff=lfs merge=lfs -text
|
| 146 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/ערכת[[:space:]]מבחן[[:space:]]2025 filter=lfs diff=lfs merge=lfs -text
|
| 147 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/הרצאות[[:space:]]+[[:space:]]סיכומים/סיכומים/טבלת[[:space:]]התפלגויות[[:space:]]בהסתברות[[:space:]]אלמוג.doc filter=lfs diff=lfs merge=lfs -text
|
| 148 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/מבדקים[[:space:]]במודל/מבדק[[:space:]]1.docx filter=lfs diff=lfs merge=lfs -text
|
| 149 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/מבדקים[[:space:]]במודל/מבדק[[:space:]]2[[:space:]]סמסטר[[:space:]]מקוצר[[:space:]](2[[:space:]]מתוך[[:space:]]3).docx filter=lfs diff=lfs merge=lfs -text
|
| 150 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/מבדקים[[:space:]]במודל/מבדק[[:space:]]2.docx filter=lfs diff=lfs merge=lfs -text
|
| 151 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/מבדקים[[:space:]]במודל/מבדק[[:space:]]3[[:space:]]סמסטר[[:space:]]מקוצר[[:space:]](3[[:space:]]מתוך[[:space:]]3).docx filter=lfs diff=lfs merge=lfs -text
|
| 152 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/מבדקים[[:space:]]במודל/מבדק[[:space:]]3.docx filter=lfs diff=lfs merge=lfs -text
|
| 153 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/הסתברות/סיכומים/סיכומים/טבלת[[:space:]]התפלגויות[[:space:]]בהסתברות[[:space:]]אלמוג.doc filter=lfs diff=lfs merge=lfs -text
|
| 154 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/מבוא[[:space:]]למדעי[[:space:]]הנתונים[[:space:]]-[[:space:]]שיטות[[:space:]]וכלים/מבחנים[[:space:]]+[[:space:]]קבצים[[:space:]]עם[[:space:]]שאלות[[:space:]]חזרה/שאלות[[:space:]]חזרה/מדעי[[:space:]]הנתונים[[:space:]]לדוגמא.docx filter=lfs diff=lfs merge=lfs -text
|
| 155 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/מבוא[[:space:]]למדעי[[:space:]]הנתונים[[:space:]]-[[:space:]]שיטות[[:space:]]וכלים/מבחנים[[:space:]]+[[:space:]]קבצים[[:space:]]עם[[:space:]]שאלות[[:space:]]חזרה/שאלות[[:space:]]חזרה/שאלות[[:space:]]מדעי[[:space:]]הנתונים.docx filter=lfs diff=lfs merge=lfs -text
|
| 156 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/מבוא[[:space:]]למדעי[[:space:]]הנתונים[[:space:]]-[[:space:]]שיטות[[:space:]]וכלים/סיכומים+[[:space:]]הרצאות[[:space:]]+[[:space:]]חומרי[[:space:]]עזר/סיכומים/סיכום[[:space:]]לפי[[:space:]]פלייליסט[[:space:]](לירן[[:space:]]דגן).docx filter=lfs diff=lfs merge=lfs -text
|
| 157 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/דפי[[:space:]]נוסחאות[[:space:]]ומושגים[[:space:]]למבחן/2020[[:space:]]דף[[:space:]]נוסחאות[[:space:]]רשתות[[:space:]](ניתן[[:space:]]לעריכה)[[:space:]]-[[:space:]]ליאת.docx filter=lfs diff=lfs merge=lfs -text
|
| 158 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/דפי[[:space:]]נוסחאות[[:space:]]ומושגים[[:space:]]למבחן/דף_נוסחאות_קצת_שונה.docx filter=lfs diff=lfs merge=lfs -text
|
| 159 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/דפי[[:space:]]נוסחאות[[:space:]]ומושגים[[:space:]]למבחן/נוסחאון.pptx filter=lfs diff=lfs merge=lfs -text
|
| 160 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/הקלטות/הקלטות[[:space:]]2024[[:space:]]סמסטר[[:space:]]א[[:space:]]סמסטר[[:space:]]מלחמה.xlsx filter=lfs diff=lfs merge=lfs -text
|
| 161 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/הרצאות[[:space:]]וסיכומים/מודל/מצגת[[:space:]]1[[:space:]]מבוא[[:space:]]ומודל[[:space:]]5[[:space:]]השכבות.pptx filter=lfs diff=lfs merge=lfs -text
|
| 162 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/הרצאות[[:space:]]וסיכומים/מצגות[[:space:]]אפי[[:space:]]פרופס/6-Applications.ppt filter=lfs diff=lfs merge=lfs -text
|
| 163 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/מבחנים/2015/סמסטר[[:space:]]ב[[:space:]]מועד[[:space:]]א[[:space:]]15.6.2015.doc filter=lfs diff=lfs merge=lfs -text
|
| 164 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/מבחנים/2017/סמסטר[[:space:]]קיץ[[:space:]]מועד[[:space:]]א[[:space:]]27.9.2017.docx filter=lfs diff=lfs merge=lfs -text
|
| 165 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/מבחנים/2019/פתרון[[:space:]]סמסטר[[:space:]]ב[[:space:]]מועד[[:space:]]א[[:space:]]27.6.2019.PDF filter=lfs diff=lfs merge=lfs -text
|
| 166 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/מבחנים/2026/סמסטר[[:space:]]א[[:space:]]מועד[[:space:]]א[[:space:]]-[[:space:]]פתרון.docx filter=lfs diff=lfs merge=lfs -text
|
| 167 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/שאלות[[:space:]]חזרה[[:space:]]למבחן/אוסף[[:space:]]שאלות[[:space:]]לדוגמה/שאלות[[:space:]]1.docx filter=lfs diff=lfs merge=lfs -text
|
| 168 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/שאלות[[:space:]]חזרה[[:space:]]למבחן/אוסף[[:space:]]שאלות[[:space:]]לדוגמה/שאלות[[:space:]]2.docx filter=lfs diff=lfs merge=lfs -text
|
| 169 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/שאלות[[:space:]]חזרה[[:space:]]למבחן/אוסף[[:space:]]שאלות[[:space:]]לדוגמה/שאלות[[:space:]]לדוגמא[[:space:]]-[[:space:]]אמריקאי.docx filter=lfs diff=lfs merge=lfs -text
|
| 170 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/שאלות[[:space:]]חזרה[[:space:]]למבחן/מבחן[[:space:]]לדוגמה/מבחן[[:space:]]דוגמה[[:space:]]1.docx filter=lfs diff=lfs merge=lfs -text
|
| 171 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/שאלות[[:space:]]חזרה[[:space:]]למבחן/מבחן[[:space:]]לדוגמה/מבחן[[:space:]]דוגמה[[:space:]]2.docx filter=lfs diff=lfs merge=lfs -text
|
| 172 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/שאלות[[:space:]]חזרה[[:space:]]למבחן/מבחן[[:space:]]לדוגמה/מבחן[[:space:]]דוגמה[[:space:]]4.docx filter=lfs diff=lfs merge=lfs -text
|
| 173 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]1[[:space:]]-[[:space:]]Intro.ppt filter=lfs diff=lfs merge=lfs -text
|
| 174 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]10[[:space:]]-[[:space:]]Ethernet.pptx filter=lfs diff=lfs merge=lfs -text
|
| 175 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]2[[:space:]]-[[:space:]]IP.ppt filter=lfs diff=lfs merge=lfs -text
|
| 176 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]3[[:space:]]-[[:space:]]HTTP.ppt filter=lfs diff=lfs merge=lfs -text
|
| 177 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]4[[:space:]]-[[:space:]]DNS_[[:space:]]SMTP[[:space:]]-[[:space:]]חדש(1).ppt filter=lfs diff=lfs merge=lfs -text
|
| 178 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]4[[:space:]]-[[:space:]]DNS_[[:space:]]SMTP[[:space:]]-[[:space:]]חדש.ppt filter=lfs diff=lfs merge=lfs -text
|
| 179 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]4[[:space:]]-[[:space:]]DNS_[[:space:]]SMTP.ppt filter=lfs diff=lfs merge=lfs -text
|
| 180 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]5[[:space:]]-[[:space:]]UDP.pptx filter=lfs diff=lfs merge=lfs -text
|
| 181 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]6[[:space:]]-[[:space:]]GBN_SR.pptx filter=lfs diff=lfs merge=lfs -text
|
| 182 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]7[[:space:]]-[[:space:]]TCP.ppt filter=lfs diff=lfs merge=lfs -text
|
| 183 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]8[[:space:]]-[[:space:]]IP.pptx filter=lfs diff=lfs merge=lfs -text
|
| 184 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]9[[:space:]]-[[:space:]]NAT[[:space:]]-[[:space:]]תוספת.pptx filter=lfs diff=lfs merge=lfs -text
|
| 185 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/תרגול[[:space:]]9[[:space:]]-[[:space:]]NAT.pptx filter=lfs diff=lfs merge=lfs -text
|
| 186 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/3[[:space:]]-[[:space:]]wireshark[[:space:]]intro/פתרון/פיתרון[[:space:]]Wireshark[[:space:]]Intro.docx filter=lfs diff=lfs merge=lfs -text
|
| 187 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/5[[:space:]]-[[:space:]]Wireshark[[:space:]]HTTP/Wireshark[[:space:]]HTTP[[:space:]]פתרון.docx filter=lfs diff=lfs merge=lfs -text
|
| 188 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]א/רשתות[[:space:]]תקשורת[[:space:]]מחשבים/תרגילים/תרגולים/5[[:space:]]-[[:space:]]Wireshark[[:space:]]HTTP/Wireshark_HTTP4.pcapng filter=lfs diff=lfs merge=lfs -text
|
| 189 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/אלגוריתמים[[:space:]]2/מבדקים[[:space:]]במודל/טסט[[:space:]]1/89[[:space:]](1).docx filter=lfs diff=lfs merge=lfs -text
|
| 190 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/אלגוריתמים[[:space:]]2/מבדקים[[:space:]]במודל/טסט[[:space:]]1/89[[:space:]](2).docx filter=lfs diff=lfs merge=lfs -text
|
| 191 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/אלגוריתמים[[:space:]]2/מבדקים[[:space:]]במודל/טסט[[:space:]]1[[:space:]]BFS/89[[:space:]](1).docx filter=lfs diff=lfs merge=lfs -text
|
| 192 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/אלגוריתמים[[:space:]]2/מבדקים[[:space:]]במודל/טסט[[:space:]]1[[:space:]]BFS/89[[:space:]](2).docx filter=lfs diff=lfs merge=lfs -text
|
| 193 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/אלגוריתמים[[:space:]]2/מבדקים[[:space:]]במודל/טסט[[:space:]]2-[[:space:]]DFS/100[[:space:]](3).docx filter=lfs diff=lfs merge=lfs -text
|
| 194 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/אלגוריתמים[[:space:]]2/מבדקים[[:space:]]במודל/טסט[[:space:]]2-[[:space:]]DFS/100[[:space:]](4).docx filter=lfs diff=lfs merge=lfs -text
|
| 195 |
-
שנה[[:space:]]ב/סמסטר[[:space:]]ב/אלגוריתמים[[:space:]]2/מבדקים[[:space:]]במודל/טסט[[:space:]]2-[[:space:]]DFS/100[[:space:]](5).docx filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
*.pdf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
שנה א/אינפי 1/דפי תרגול ותשובות/נוספים/דפי תרגול נוספים עם תשובות/פתרון לדף נוסף 1.pdf
CHANGED
|
Binary files "a/\327\251\327\240\327\224 \327\220/\327\220\327\231\327\240\327\244\327\231 1/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\225\327\252\327\251\327\225\327\221\327\225\327\252/\327\240\327\225\327\241\327\244\327\231\327\235/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\240\327\225\327\241\327\244\327\231\327\235 \327\242\327\235 \327\252\327\251\327\225\327\221\327\225\327\252/\327\244\327\252\327\250\327\225\327\237 \327\234\327\223\327\243 \327\240\327\225\327\241\327\243 1.pdf" and "b/\327\251\327\240\327\224 \327\220/\327\220\327\231\327\240\327\244\327\231 1/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\225\327\252\327\251\327\225\327\221\327\225\327\252/\327\240\327\225\327\241\327\244\327\231\327\235/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\240\327\225\327\241\327\244\327\231\327\235 \327\242\327\235 \327\252\327\251\327\225\327\221\327\225\327\252/\327\244\327\252\327\250\327\225\327\237 \327\234\327\223\327\243 \327\240\327\225\327\241\327\243 1.pdf" differ
|
|
|
שנה א/אינפי 1/דפי תרגול ותשובות/נוספים/דפי תרגול נוספים עם תשובות/פתרון לדף נוסף 12.pdf
CHANGED
|
Binary files "a/\327\251\327\240\327\224 \327\220/\327\220\327\231\327\240\327\244\327\231 1/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\225\327\252\327\251\327\225\327\221\327\225\327\252/\327\240\327\225\327\241\327\244\327\231\327\235/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\240\327\225\327\241\327\244\327\231\327\235 \327\242\327\235 \327\252\327\251\327\225\327\221\327\225\327\252/\327\244\327\252\327\250\327\225\327\237 \327\234\327\223\327\243 \327\240\327\225\327\241\327\243 12.pdf" and "b/\327\251\327\240\327\224 \327\220/\327\220\327\231\327\240\327\244\327\231 1/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\225\327\252\327\251\327\225\327\221\327\225\327\252/\327\240\327\225\327\241\327\244\327\231\327\235/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\240\327\225\327\241\327\244\327\231\327\235 \327\242\327\235 \327\252\327\251\327\225\327\221\327\225\327\252/\327\244\327\252\327\250\327\225\327\237 \327\234\327\223\327\243 \327\240\327\225\327\241\327\243 12.pdf" differ
|
|
|
שנה א/אינפי 1/דפי תרגול ותשובות/נוספים/דפי תרגול נוספים עם תשובות/פתרון לדף נוסף 4.pdf
CHANGED
|
Binary files "a/\327\251\327\240\327\224 \327\220/\327\220\327\231\327\240\327\244\327\231 1/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\225\327\252\327\251\327\225\327\221\327\225\327\252/\327\240\327\225\327\241\327\244\327\231\327\235/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\240\327\225\327\241\327\244\327\231\327\235 \327\242\327\235 \327\252\327\251\327\225\327\221\327\225\327\252/\327\244\327\252\327\250\327\225\327\237 \327\234\327\223\327\243 \327\240\327\225\327\241\327\243 4.pdf" and "b/\327\251\327\240\327\224 \327\220/\327\220\327\231\327\240\327\244\327\231 1/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\225\327\252\327\251\327\225\327\221\327\225\327\252/\327\240\327\225\327\241\327\244\327\231\327\235/\327\223\327\244\327\231 \327\252\327\250\327\222\327\225\327\234 \327\240\327\225\327\241\327\244\327\231\327\235 \327\242\327\235 \327\252\327\251\327\225\327\221\327\225\327\252/\327\244\327\252\327\250\327\225\327\237 \327\234\327\223\327\243 \327\240\327\225\327\241\327\243 4.pdf" differ
|
|
|