אחרי חיפושים נרחבים ברשת הגעתי לקינדל Paperwhite Gen 10 8GB
אבל אני לא מצליח למצוא עליו מידע האם הוא תומך בקריאת ספרים בעברית [בכל הפורמטים ,בעיקר מעניין אותי pdf .txt ,DOC, DOCX]
אשמח אם יש למישהו מידע בעניין
האדם החושב
-
קינדל תומך עברית -
להורדה | סקריפט פייתון לחישוב האם השנה מעוברת או פשוטה ,האם חשון וכסליו מלאים או חסרים ובאיזה יום יוצא ראש השנהמבוסס על הרמב"ם הל' קידוש החודש פרקים ו-ז-ח ,חוץ מחישוב המחזורים שבמקום להוסיף בי"ו תקצ"ה לכל מחזור ,ד"ח תתע"ו לשנה פשוטה והכ"א תקפ"ט לשנה מעוברת השתמשתי בנוסחא
המובאת כאןBAHARAD = 57444 #מולד בהר"ד בחלקים MONTH_LEN = 765433 #אורך חודש בחלקים MEUBAROT = (3, 6, 8, 11, 14, 17, 0) #שנים מעוברות GETRED = 9923 #ג"ט ר"ד BATUTAKPAT = 16788 #בט"ו תקפ"ט ADU = (1, 4, 6) #לא אד"ו ראש def rosh_h(year): pshuta = not year % 19 in MEUBAROT #שנים פשוטות pre_meuberet = (year - 1) % 19 in MEUBAROT #שנה שאחרי מעוברת months = (235 * (year - 1) + 1) // 19 molad = months * MONTH_LEN + BAHARAD #מולד molad_day = ((molad // 1080) // 24) % 7 molad_halakim = molad % (24 * 1080) rosh_day = molad_day if molad_halakim > 19439: #מולד זקן rosh_day += 1 elif pre_meuberet and molad_day == 2 and molad_halakim > BATUTAKPAT: #בט"ו תקפ"ט rosh_day += 1 elif pshuta and molad_day == 3 and molad_halakim > GETRED: #ג"ט ר"ד rosh_day += 1 if rosh_day in ADU: #לא אד"ו ראש rosh_day += 1 return rosh_day def main(): try: year = int(input('enter year: ')) except: print('illegal input') return meubere = year % 19 in MEUBAROT rosh_day = rosh_h(year) next_rosh = rosh_h(year + 1) difference = (next_rosh + 7 - rosh_day) % 7 if meubere: if difference == 5: cheshvan = kislev = "חסר" elif difference == 6: cheshvan, kislev = "חסר", "מלא" else: cheshvan = kislev = "מלא" else: if difference == 3: cheshvan = kislev = "חסר" elif difference == 4: cheshvan, kislev = "חסר", "מלא" else: cheshvan = kislev = "מלא" if meubere: year_type = 'meuberet' else: year_type = 'pshuta' days = {2: "monday", 3: "tuesday", 5: "thursday", 7: "shabat", 0: "shabat"} print('year: {}, {}, rosh hashana on {}, cheshvan - {}, kislev - {}'.format(year, year_type, days[rosh_day], cheshvan, kislev)) while True: main()
מתנצל על השגיאות כתיב
מכניסים שנה במספרים ,כולל אלפים [לדוג' השנה = 5783]
לא לוקח אחריות להלכה
נ.ב. אולי בהמשך אני אעשה סקריפט לחישוב המולד האמיתי
אם יש למישהו את לוח השנים עם הסימנים [מעוברת או פשוטה ,חסרה ,כסדרה או מלאה והיום בו יוצא ראש השנה] בקובץ טקסט אשמח [לצורך השוואה]
קימפלתי את הסקריפט ,ניתן להורידו מכאן -
קבלת מספר וירטואלי של גוגל בישראל, אפשרי? -
בקשת מידע | פתיחת מסד הנתונים של ספריא אופליין בווינדוסהבנתי מגיטהב היתה שניתן לקרוא את הטקסטים ע"י מונגו ,בפועל מה שאני רואה זה שורות קוד חסרות פשר
פספסתי משהו או שזה באמת כך? -
בקשת מידע | פתיחת מסד הנתונים של ספריא אופליין בווינדוס@קומפיונט שכחת לציין שצריך להתקין את mongorestore
בכל אופן תודה רבה -
בקשת מידע | פתיחת מסד הנתונים של ספריא אופליין בווינדוס@dovid את חטאי אני מזכיר היום ,מעולם לא יצא לי להתעסק עם מונגו
תכננתי לקרוא אותו אופליין -
בקשת מידע | פתיחת מסד הנתונים של ספריא אופליין בווינדוס@dovid איך אני בודק את זה?
-
בקשת מידע | פתיחת מסד הנתונים של ספריא אופליין בווינדוס@dovid עשיתי כבר את כל השלבים שמנית , וקיבלתי את הפלט הבא:
PS C:\Users\05832\Downloads\dump_small\dump> mongorestore --drop 2022-10-18T10:57:39.438+0300 error connecting to host: could not connect to server: server selection error: server selection timeout, current topology: { Type: Single, Servers: [{ Addr: localhost:27017, Type: Unknown, Last error: connection() error occurred during connection handshake: dial tcp [::1]:27017: connectex: No connection could be made because the target machine actively refused it. }, ] }
אולי משהו לא תקין עם משתני הסביבה?
או לחילופין אולי לא הפעלתי מסוף מהתיקייה הנכונה?
[העץ בנוי כך: "\dump_small\dump\sefaria"] -
בקשת מידע | פתיחת מסד הנתונים של ספריא אופליין בווינדוס -
רעיון לתוכנה נצרכתחשבתי על רעיון לתוכנה שלדעתי יהיה לה הרבה ביקוש (ופוטנציאל לרווחים)
תוכנה שתחפש בכל התוכנות התורניות הקיימות (אוצר החכמה , אוצרות התורה , בר אילן , תורת אמת , ויקישיבה , ויקיטקסט , אורייתא , תא שמע , סטנדר , התקליטור התורני , היברו בוקס ,הספרייה התורנית) וכך בחיפוש אחד אפשר לחפש בכל המאגרים
הרעיון הכללי הוא שזה יהיה בצורה שאפשר לחפש או אחרי שם ספר (ותחת האופציה הזאת גם להוסיף חיפוש בקבצים המקומיים במחשב ע"י תוכנת Everything) או חיפוש בתוכן הספרים
יש בעיקרון תוכנה כעין זו של @רחמים , אבל - א' לא נראה לי שהיא עדכנית (ניסיתי אותה על בר אילן 25 ואוצר החכמה 20 וזה לא עבד , וכן זה או באוצר החכמה או בבר אילן ולא בשניהם ביחד, ובכל מקרה זה לא בשאר המאגרים
אם זה אפשרי הייתי מציע לעשות את זה גם כתוסף לוורד , כך שיהיה אפשר לחפש מקורות ישירות דרך הוורד , כעין מה שקיים בתא שמע -
יצירת קבצי zim חדשיםעדכון:
ניסיתי להוריד את ויקירפואה ע"י הפקודה הזאתsudo docker run openzim/mwoffliner mwoffliner --mwUrl="https://www.wikirefua.org.il/" --adminEmail="0361301@gmail.com" --mwWikiPath="w" --customZimFavicon="https://mitmachim.top/assets/uploads/files/1663723376458-rrrrr.png"
[הוצרכתי לשנות את האייקון כי בלי זה זה נכשל עוד לפני שלב ההורדה , כנראה שהאייקון באתר מפושל] וקיבלתי את הפלט הזה
[log] [2022-09-21T01:28:30.664Z] Create main page redirection from [index] to [A/index.php?title=עמוד_ראשי] [log] [2022-09-21T01:28:30.682Z] Getting articles [log] [2022-09-21T01:28:35.004Z] Progress downloading articles [10/3905] [0.3%] [log] [2022-09-21T01:28:41.094Z] Progress downloading articles [20/3905] [0.5%] [log] [2022-09-21T01:28:47.498Z] Progress downloading articles [30/3905] [0.8%] [log] [2022-09-21T01:28:57.069Z] Progress downloading articles [40/3905] [1.0%] [log] [2022-09-21T01:29:02.747Z] Progress downloading articles [50/3905] [1.3%] [log] [2022-09-21T01:29:11.458Z] Progress downloading articles [60/3905] [1.5%] [log] [2022-09-21T01:29:17.220Z] Progress downloading articles [70/3905] [1.8%] [log] [2022-09-21T01:29:25.506Z] Progress downloading articles [80/3905] [2.0%] [log] [2022-09-21T01:29:32.044Z] Progress downloading articles [90/3905] [2.3%] [log] [2022-09-21T01:29:40.361Z] Progress downloading articles [100/3905] [2.6%] [log] [2022-09-21T01:29:50.860Z] Progress downloading articles [110/3905] [2.8%] [log] [2022-09-21T01:29:58.997Z] Progress downloading articles [120/3905] [3.1%] [log] [2022-09-21T01:30:05.671Z] Progress downloading articles [130/3905] [3.3%] [log] [2022-09-21T01:30:11.550Z] Progress downloading articles [140/3905] [3.6%] [log] [2022-09-21T01:30:20.563Z] Progress downloading articles [150/3905] [3.8%] [log] [2022-09-21T01:30:27.847Z] Progress downloading articles [160/3905] [4.1%] [error] [2022-09-21T01:30:30.480Z] Error downloading article כושר_עבודה_לחולי_סוכרת_-_הנחיה_קלינית/טיסה_וסוכרת Failed to run mwoffliner after [228s]: { "code": "apierror-visualeditor-docserver-http", "info": "Error contacting the Parsoid/RESTBase server (HTTP 404)", "*": "See https://www.wikirefua.org.il/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes."
זאת אומרת שהם חסמו את ההורדה? , ואם כן יש דרך לעקוף את זה?
כמו כן ניסיתי להוריד את ויקי תרופה ע"י הפקודה הזאת
sudo docker run openzim/mwoffliner mwoffliner --mwUrl="http://www.wikitrufot.org.il/" --adminEmail="0361301@gmail.com" --mwWikiPath="" --mwApiPath="api.php" --mwModulePath="load.php"
וקיבלתי את הפלט הזה:
Mediawiki version 1.21.3 not supported should be >=1.27
יש דרך לעקוף את זה? -
יצירת קבצי zim חדשים@NH-LOCAL מבחינת תמונות? ,אם כן ניתן לעשות את הקובץ ללא תמונות
-
יצירת קבצי zim חדשיםאני רואה את כמות קבצי הזים שיש באנגלית ופשוט יוצא לי העיניים... ,יש מצב שמישהו מרים את הכפפה ויוצר קבצי זים של אוצר הספרים היהודי השיתופי ,ויקי תרופות ,ויקי רפואה , אקו ויקי ועוד ועוד?
(אני הקטן הסתבכתי בהורדתם ,מה שכן הצלחתי להוריד זה את ויקיגניה ,וגם בו ההפניות הפנימיות לא עובדות ודף הבית מפושל ,ניתן להורידו מכאן
@aaron @EEEE -
שעון חכם עם אפ' להתקנת אפליקמיותאני מחפש שעון חכם שמתחבר לשיואמי חצי טאצ' גם ללא אינטרנט קבוע ,עם חיישן gps לאפשרות להתקין אפליקציית ניווט , יש למישהו המלצה בעניין?
-
תוכנה לשעון עולמי@הבוס-הגדול יש לך את Sharp World clock
קרדיט -
עזרה בהבנת דף האופציות של תוכנת mwpffliner [ליצירת קבצי zim]זה מה שכתוב שם:
Options:
--version Show version number [boolean]
--help Show help [boolean]
--mwUrl Mediawiki base URL. [required]
--adminEmail Email of the mwoffliner user which will be put in
the HTTP user-agent string [required]
--articleList File with one title (in UTF8) per line. This can be
a local path or an HTTP(S) url
--customZimFavicon Use this option to give a path to a PNG favicon, it
will be used in place of the Mediawiki logo. This
can be a local path or an HTTP(S) url
--customZimTitle Allow to configure a custom ZIM file title.
--customZimDescription Allow to configure a custom ZIM file description.
--customZimTags Allow to configure custom ZIM file tags (semi-colon
separated).
--customMainPage Allow to configure a custom page as welcome page.
--filenamePrefix For the part of the ZIM filename which is before
the format & date parts.
--format Specify a flavour for the scraping. If missing,
scrape all article contents. Each --format argument
will cause a new local file to be created but
options can be combined. Supported options are:
* novid: no video & audio content
* nopic: no pictures (implies "novid")
* nopdf: no PDF files
* nodet: only the first/head paragraph (implies
"novid")
Format names can also be aliased using a ":"
Example: "... --format=nopic:mini
--format=novid,nopdf"
--keepEmptyParagraphs Keep all paragraphs, even empty ones.
--mwWikiPath Mediawiki wiki base path (per default "/wiki/")
--mwApiPath Mediawiki API path (per default "/w/api.php")
--mwRestApiPath Mediawiki Rest API path (per default
"/api/rest_v1")
--mwModulePath Mediawiki module load path (per default
"/w/load.php")
--mwDomain Mediawiki user domain (thought for private wikis)
--mwUsername Mediawiki username (thought for private wikis)
--mwPassword Mediawiki user password (thought for private wikis)
--minifyHtml Try to reduce the size of the HTML
--outputDirectory Directory to write the downloaded content
--publisher ZIM publisher meta data, per default 'Kiwix'
--redis Redis configuration (https://github.com/NodeRedis/n
ode_redis#rediscreateclient)
--requestTimeout Request timeout - in seconds(default value is 120
seconds)
--resume Do not overwrite if ZIM file already created
--speed Multiplicator for the number of parallel HTTP
requests on Parsoid backend (per default the number
of CPU cores). The default value is 1.
--verbose Print debug information to the stdout
--withoutZimFullTextIndex Don't include a fulltext search index to the ZIM
--webp Convert all jpeg, png and gif images to webp format
--addNamespaces Force additional namespace (comma separated
numbers)
--getCategories [WIP] Download category pages
--noLocalParserFallback Don't fall back to a local MCS or Parsoid, only use
remote APIs
--forceLocalParser Use local Parsoid instance even if remote one
available
--osTmpDir Override default operating system temporary
directory path environment variable
--customFlavour A custom processor that can filter and process
articles (see extensions/*.js)
--optimisationCacheUrl S3 url, including credentials and bucket name
--zstd Use Zstandard as ZIM compression (Lzma otherwise)ניסיתי להוריד את אוצר הספרים היהודי השיתופי כך:
sudo docker run openzim/mwoffliner mwoffliner --mwUrl="https://wiki.jewishbooks.org.il" --adminEmail="0361301@gmail.com" --mwWikiPath="mediawiki/wiki" --mwApiPath="mediawiki/api.php" --mwModulePath="mediawiki/load.php"
ללא הצלחה , איפה טעיתי?
בתודה מראש -
העברת כספים ב"ביט" בשיחה קולית מטלפון כשר! -
העברת כספים ב"ביט" בשיחה קולית מטלפון כשר!@mekev אמר בהעברת כספים ב"ביט" בשיחה קולית מטלפון כשר!:
בחלק הפיננסי - מודול הרווח של ביט בנוי על אחוזי עמלות מהסכומים שמועברים (כמו כל חברות האשראי)
קראתי איפשהו שהרווח שלהם הוא מהביג דאטה כך שיוכלו להציע לך הלוואה ,משכנתא וכו'
-
בעיה בהתקנת כמה תוכנותעל קליק און זה באמת עבד ,אבל על דור לדור לא ,אם זאת באמת בעיית גופנים איך אפשר לפתור את זה?
[עדיף באופציה של אופליין כי מותקן לי וויפרי ואין לי אינטרנט של נטפרי] -
בעיה בהתקנת כמה תוכנות@אף-אחד-3 ואיך עושים את זה? (אם אתה "מתכנת חובב" ממתמחים אשמח אם תוכל ליצור אתי קשר בצ'אט שם)