@chagold
אפשר הסבר איך שולחים את הבקשה? כל אישור כולל קביל?

חגי
-
Github Copilto לסטודנטים -
תוסף שפותח קישור גוגל - באדג'@סקרן-0
זה קרה לי ממש השבוע, הם כותבים שאתה לא חייב להשתמש במספר שלך וגם לא במספר שמזוהה עם החשבון שלך, אתה צריך לקבל סמס למספר "כלשהו" שיש לך גישה אליו.
ביקשתי ממישהו שיש לו סמס שאני אשלח לו את הקוד שלהם אליו וזה עבד.
ואולי גם פה המקום להודות לו בפומבי, אבל אני לא אתייגו שמא אינו מעוניין בכך -
הפחתת דמי ביטוח רכב בהוספת נהג@one1010
הנהג הראשי גר בצפון, וגיסי גר בירושלים. -
הפחתת דמי ביטוח רכב בהוספת נהג@קינג-קומפיוטר גיסי עשה את הטריק הזה ואשתו עשתה תאונה עם הרכב (כולם בריאים ושלמים ב"ה), והביטוח לא היה מוכן לשלם להם בגלל זה.
-
WEB SERVICES PYTHONחיפשתי בגוגל ומצאתי הרבה תוצאות בנוגע לסוקטים
https://data.cyber.org.il/networks/1450-2-02.pdf
http://vlib.eitan.ac.il/python/advanced/modules/socket.htmגם לא נראה לי שלומדים "פרוטוקולי אינטרנט", רק צריך לדעת שיש כזה דבר פרוטוקול, ואם יש צורך בפרוטוקול מסוים, אז מחפשים ספריה שכבר מממשת אותו (כמו שurllib מממשת קליינט לפרוטוקול HTTP)
urllib זאת פשוט מודול מובנה של פייתון לבקשות HTTP, רק צריך לקרוא את הפונקציות שהוא מייצא ולהשתמש בהם
לדגאנגו לא מצאתי "תיעוד", רק מדריכי הקמה, אבל מסתבר לומר שפשוט אין לזה תיעוד בעברית. ככל הנראה גם flask למרות שלא חיפשתי.
אבל באמת יתכן שאתם יכולים פשוט לפתוח את התיעוד הרשמי באנגלית, ולהשתמש בתרגום bing של הדפדפן אדג' החדש, שמעתי שהוא מאוד טוב בתרגום טקסטים מקצועיים לעברית.
-
הרצה אוטומטית של שרת מקומיזה מאוד פשוט, אבל רק כתבת את השפה של השרת ולא באיזה שרת מדובר.
IIS?
kestrel? (קערעסטיר בלשון הקודש)
אני מרשה לעצמי להניח שזה יכול לרוץ ב-IIS,
אז כל שנשאר לך הוא לקמפל את הפרויקט, להפעיל את IIS בפיצ'רים של ווינדוס, ולשים את הקבצים המקומפלים בתיקיית IIS (בד"כ c:\inetpub\wwwroot)ככה נראית ההפעלה של IIS בהגדרות הפיצ'רים של ווינדוס
אם אתה לא רוצה להפוך את המחשב שלך לשרת ובמקום זה אתה רוצה רק להריץ את השרת כאילו זאת היתה תוכנה, אתה יכול להשתמש בIIS EXPRESS (שזה מה שVS בד"כ משתמש)
ע"ע https://learn.microsoft.com/en-us/iis/extensions/introduction-to-iis-express/iis-express-overviewלפעמים צריך לעשות publish ולא מספיק רק לקמפל.
-
מחפש אימולטור אנדרואיד שתומך בבלוטוס@ivrtikshoret
מניסיון WSA לא תומך -
אני לא מצליח להגיע ל console בצורה נורמלית@WWW
קשיא פאר מעשה
אני בכרום, והמסך נתקע אם אני לא לוחץ על הכפתור ההוא.
באדג' זה גם עובד לי
-
אני לא מצליח להגיע ל console בצורה נורמלית -
אני לא מצליח להגיע ל console בצורה נורמליתזה אתר שמכיל קוד anti debugging, הפיתרון בשביל שלא תעצר הריצה היא ללחוץ פה:
-
איך חושפים אלמנטים מוסתרים באופן גורף?@אהרן
אם אתה רוצה לגבור על חוק CSS שמוגדר עם!important
, אתה צריך ליצור גם חוק inline ולהשתמש ב!important
el.style.visibility = "visible !important";
תעשה כך גם ל
opacity
ולכל הdisplay:none
ים למיניהם (צריך לחפש אותם אולי עם computedStyle קודם, ולגלות איזה display כן צריך להתאים להם, שזה קצת מסובך) -
JS קבלת נתונים על תכונות של טקסט מסומןכדי למנוע מצב של בעיית XY, אולי תכתוב מה בדיוק הצורך שלך, ולא מה אתה מנסה לעשות?
אולי יש פתרונות אחרים שיוכלו להציע לך. -
JS- שינוי button ל input -
JS קבלת נתונים על תכונות של טקסט מסומן@הפצת-אנקי
אני יכול להציע פיתרון חלופי?getComputedStyle(document.getSelection().baseNode.parentElement)['font-size']
אם זה לא פיתרון למקרה שלך, אשמח לנסות לעזור.
פשוט נראה לי שהפיתרון שלך זה לא הכיוון הנכון. -
האם יש תוכנה לתרגום על המסך?@י-פל
איך יכולה להיות תוכנה שהיא לא בחלון נפרד?
ב-QTranslate זה מייצר לך את החלון ליד הטקסט שסימנת
-
האם יש תוכנה לתרגום על המסך?לא הבנתי את הנקודה של הצילום מסך, אבל אני משתמש בתוכנת QTranslate והיא מאוד נוחה.
-
עזרה בהבנת קוד פייתון (NCLS)זה עוזר לך? ביקשתי מCHATGPT להסביר את הקוד ולתרגם אותו לJS
what does this code do?
ncls = NCLS(starts, ends, ids.astype("int64")) starts = np.arange(n) ends = np.arange(1, n+1) ids = starts ids, overlaps = ncls.all_overlaps_both(starts, ends, ids.astype("int64"))
This code appears to be using an object of the NCLS class, which stands for "non-contiguous label-set" and is used to efficiently query overlapping intervals in a sequence.
The NCLS object is constructed using three arrays: starts, ends, and ids. These arrays represent the start and end positions of intervals in the sequence, and a unique identifier for each interval.
The all_overlaps_both method of the NCLS object is then called with the same starts, ends, and ids arrays as arguments. This method returns two arrays: ids and overlaps. The ids array is a subset of the input ids array, containing only the identifiers of the intervals that overlap with at least one other interval. The overlaps array is a boolean array of the same length as the input ids array, where True indicates that the corresponding interval overlaps with at least one other interval and False indicates that it does not.
It's worth noting that the input ids array is cast to the int64 data type before being passed to the NCLS object constructor and the all_overlaps_both method. This is likely because the NCLS class and its methods expect integer values as input.
can you convert that to javascript
Sure! Here is a possible implementation of the NCLS class and the all_overlaps_both method in JavaScript:class NCLS { constructor(starts, ends, ids) { // Check that the input arrays have the same length if (starts.length !== ends.length || starts.length !== ids.length) { throw new Error("Input arrays must have the same length"); } this.starts = starts; this.ends = ends; this.ids = ids; } allOverlapsBoth(starts, ends, ids) { // Check that the input arrays have the same length if (starts.length !== ends.length || starts.length !== ids.length) { throw new Error("Input arrays must have the same length"); } const overlaps = new Array(starts.length).fill(false); const overlappingIds = []; for (let i = 0; i < starts.length; i++) { for (let j = 0; j < starts.length; j++) { if (i === j) continue; // Don't compare an interval with itself if (starts[i] < ends[j] && starts[j] < ends[i]) { // The intervals i and j overlap overlaps[i] = true; overlaps[j] = true; if (!overlappingIds.includes(ids[i])) overlappingIds.push(ids[i]); if (!overlappingIds.includes(ids[j])) overlappingIds.push(ids[j]); } } } return { ids: overlappingIds, overlaps }; } } // Example usage: const ncls = new NCLS([0, 5, 10], [5, 10, 15], [1, 2, 3]); const { ids, overlaps } = ncls.allOverlapsBoth([0, 5, 10], [5, 10, 15], [1, 2, 3]); console.log(ids); // [1, 2, 3] console.log(overlaps); // [true, true, true]
This implementation creates an NCLS object with three properties: starts, ends, and ids. The allOverlapsBoth method compares each pair of intervals and sets the corresponding element in the overlaps array to true if the intervals overlap. It also adds the identifiers of the overlapping intervals to the overlappingIds array. Finally, the method returns an object with two properties: ids, containing the overlapping identifiers, and overlaps, containing a boolean array indicating which intervals overlap.
-
עזרה בהבנת קוד פייתון (NCLS)@davidnead
אפשר את הקוד המלא? -
בירור על פיתוח תוכנה עבור מוסד ת"ת@A0533057932
כמדומני ששילבתי כמה API של גוגל ביחד, וזה יצר לי את המסלול הכי מומלץ. -
בירור על פיתוח תוכנה עבור מוסד ת"תלגוגל יש API בדיוק בשביל הדברים האלה. אז זה כבר מפשט את הפיתוח משמעותית.