Wikiversity
betawikiversity
https://beta.wikiversity.org/wiki/Main_Page
MediaWiki 1.47.0-wmf.8
first-letter
Media
Special
Talk
User
User talk
Wikiversity
Wikiversity talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
TimedText
TimedText talk
Module
Module talk
Translations
Translations talk
Event
Event talk
Category:Root
14
56
384862
383824
2026-06-23T22:20:07Z
ꠢꠣꠍꠘ ꠞꠣꠎꠣ
51302
Reverted 1 edit by [[Special:Contributions/~2026-23060-54|~2026-23060-54]] ([[User talk:~2026-23060-54|talk]]): Rv (TwinkleGlobal)
384862
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<translate><!--T:1--> This is the top level category.</translate>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
fbuzo8ozkycslra8iowg4m532q9r9aj
Wikiversity:Language select
4
212
384800
384767
2026-06-23T22:17:55Z
ꠢꠣꠍꠘ ꠞꠣꠎꠣ
51302
Marked this version for translation
384800
wikitext
text/x-wiki
<languages/>
<translate>
<!--T:1-->
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
<!--T:2-->
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
== How to select a language == <!--T:3-->
<!--T:4-->
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
== Usage == <!--T:5-->
=== Identifying multilingual pages === <!--T:6-->
<!--T:12-->
Pages that implement language selection include a notice using {{tl|multilingual}}.
=== JavaScript === <!--T:7-->
<!--T:13-->
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
<!--T:8-->
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</translate>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
<translate>
<!--T:9-->
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
== Delimiting languages == <!--T:10-->
<!--T:11-->
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
</translate>
== <translate><!--T:14--> See also</translate> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
qainw2f4e69p8zj7p5pyzf0rp379wmo
Wikiversity:Language select/fr
4
1701
384811
380247
2026-06-23T22:18:00Z
FuzzyBot
31756
Updating to match new version of source page
384811
wikitext
text/x-wiki
<languages/>
''Pour une version plus détaillée (en anglais) à propos de cette fonction, consulter [[m:Meta:Language select|Meta:Language select]].''
L''''[[m:Meta:Language select|affichage par sélection selon la langue]]''' permet aux utilisateurs de masquer, sur une page multilingue, les informations qui ne sont pas dans leur langue. Il permet, par exemple, à un Français de ne voir que du texte en français sur une page contenant des paragraphes en français et en espagnol. Par contre, si la page ne contient que de l'espagnol, le texte s'affichera.
<span id="How_to_select_a_language"></span>
== Choisir sa langue ==
* Pour choisir une langue, entrer son [[w:List of ISO 639 language codes|code ISO 639-1]] dans la boîte de saisie (<code>fr</code> pour le français), et cliquer sur <big>➤</big>.
* Pour afficher toutes les langues, taper <code>mul</code> ou cliquer sur <big>⋙</big>.
<span id="Usage"></span>
== Utilisation ==
<span id="Identifying_multilingual_pages"></span>
=== Identification de pages multilingues ===
Les pages multilingues sont reconnaissables au modèle {{tl|multilingual}} qui leur est apposé.
=== JavaScript ===
L'implémentation en JavaScript est activée par défaut sur Wikiversity Beta. Vous pouvez la desactiver en ajoutant la ligne suivante à votre [[Special:Mypage/monobook.js|monobook.js]]
<pre>ls_enable = false;</pre>
Un exemple du script est disponible ci-dessous. Si l'affichage par sélection selon la langue est desactivé, tout le texte apparaîtra.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Vous pouvez voir le code JavaScript sur [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
<span id="Delimiting_languages"></span>
== Délimiter les informations selon la langue ==
Le modèle {{tl|ls}} simplifie l'utilisation de la sélection selon la langue.
<pre>{{ls|en|This text is English.}}</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
sztg6v28dppcgaoav88vyn63gltjejh
Wikiversity:Babel
4
1703
384776
384376
2026-06-23T17:12:19Z
MediaWiki message delivery
22278
/* RFC about AI-generated content in Wikimedia Commons */ new section
384776
wikitext
text/x-wiki
{{Wikiversity:Babel/Header}}
<div style="float:right;">
{{shortcut|WV:BABEL|WV:B|WV:VP}}
;Discussion archive: [[/archive]]</div>
<!-- INTERWIKIA -->
<!--========== PLEASE EDIT BELOW ===========-->
__TOC__
{{clear}}
__NEWSECTIONLINK__
== Thank You for Last Year – Join Wiki Loves Ramadan 2026 ==
Dear Wikimedia communities,
We hope you are doing well, and we wish you a happy New Year.
''Last year, we captured light. This year, we’ll capture legacy.''
In 2025, communities around the world shared the glow of Ramadan nights and the warmth of collective iftars. In 2026, ''Wiki Loves Ramadan'' is expanding, bringing more stories, more cultures, and deeper global connections across Wikimedia projects.
We invite you to explore the ''Wiki Loves Ramadan 2026'' [[m:Special:MyLanguage/Wiki Loves Ramadan 2026|Meta page]] to learn how you can participate and [[m:Special:MyLanguage/Wiki Loves Ramadan 2026/Participating communities|sign up]] your community.
📷 ''Photo campaign on '' [[c:Special:MyLanguage/Commons:Wiki Loves Ramadan 2026|Wikimedia Commons]]
If you have questions about the project, please refer to the FAQs:
* [[m:Special:MyLanguage/Wiki Loves Ramadan/FAQ/|Meta-Wiki]]
* [[c:Special:MyLanguage/Commons:Wiki Loves Ramadan/FAQ|Wikimedia Commons]]
''Early registration for updates is now open via the '''[[m:Special:RegisterForEvent/2710|Event page]]'''''
''Stay connected and receive updates:''
* [https://t.me/WikiLovesRamadan Telegram channel]
* [https://lists.wikimedia.org/postorius/lists/wikilovesramadan.lists.wikimedia.org/ Mailing list]
We look forward to collaborating with you and your community.
'''The Wiki Loves Ramadan 2026 Organizing Team''' 19:44, 16 January 2026 (UTC)
<!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Non-Technical_Village_Pumps_distribution_list&oldid=29879549 -->
== Annual review of the Universal Code of Conduct and Enforcement Guidelines ==
<section begin="announcement-content" />
I am writing to you to let you know the annual review period for the Universal Code of Conduct and Enforcement Guidelines is open now. You can make suggestions for changes through 9 February 2026. This is the first step of several to be taken for the annual review. [[m:Special:MyLanguage/Universal Code of Conduct/Annual review/2026|Read more information and find a conversation to join on the UCoC page on Meta]].
The [[m:Special:MyLanguage/Universal Code of Conduct/Coordinating Committee|Universal Code of Conduct Coordinating Committee]] (U4C) is a global group dedicated to providing an equitable and consistent implementation of the UCoC. This annual review was planned and implemented by the U4C. For more information and the responsibilities of the U4C, [[m:Special:MyLanguage/Universal Code of Conduct/Coordinating Committee/Charter|you may review the U4C Charter]].
Please share this information with other members in your community wherever else might be appropriate.
-- In cooperation with the U4C, [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])<section end="announcement-content" />
21:02, 19 January 2026 (UTC)
<!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=29905753 -->
== Global ban for Faster than Thunder ==
Hello, this message is to notify that [[User:Faster than Thunder|Faster than Thunder]] has been nominated for a global ban at [[m:Requests for comment/Global ban for Faster than Thunder]]. You are receiving this notification as required per the [[m:global ban|global ban]] policy as they have made at least 1 edit on this wiki. Thanks, --[[User:SHB2000|SHB2000]] ([[User talk:SHB2000|talk]]) 02:04, 22 March 2026 (UTC)
== Action Required: Update templates/modules for electoral maps (Migrating from P1846 to P14226) ==
Hello everyone,
This is a notice regarding an ongoing data migration on Wikidata that may affect your election-related templates and Lua modules (such as <code>Module:Itemgroup/list</code>).
'''The Change:'''<br />
Currently, many templates pull electoral maps from Wikidata using the property [[:d:Property:P1846|P1846]], combined with the qualifier [[:d:Property:P180|P180]]: [[:d:Q19571328|Q19571328]].
We are migrating this data (across roughly 4,000 items) to a newly created, dedicated property: '''[[:d:Property:P14226|P14226]]'''.
'''What You Need To Do:'''<br />
To ensure your templates and infoboxes do not break or lose their maps, please update your local code to fetch data from [[:d:Property:P14226|P14226]] instead of the old [[:d:Property:P1846|P1846]] + [[:d:Property:P180|P180]] structure. A [[m:Wikidata/Property Migration: P1846 to P14226/List|list of pages]] was generated using Wikimedia Global Search.
'''Deadline:'''<br />
We are temporarily retaining the old data on [[:d:Property:P1846|P1846]] to allow for a smooth transition. However, to complete the data cleanup on Wikidata, the old [[:d:Property:P1846|P1846]] statements will be removed after '''May 1, 2026'''. Please update your modules and templates before this date to prevent any disruption to your wiki's election articles.
Let us know if you have any questions or need assistance with the query logic. Thank you for your help! [[User:ZI Jony|ZI Jony]] using [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 17:11, 3 April 2026 (UTC)
<!-- Message sent by User:ZI Jony@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Non-Technical_Village_Pumps_distribution_list&oldid=29941252 -->
== Request for comment (global AI policy) ==
<bdi lang="en" dir="ltr" class="mw-content-ltr">
A [[:m:Requests for comment/Artificial intelligence policy|request for comment]] is currently being held to decide on a global AI policy. {{int:Feedback-thanks-title}}
[[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 00:58, 26 April 2026 (UTC)
</bdi>
<!-- Message sent by User:Codename Noreste@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30424282 -->
== Vote now in the 2026 U4C election ==
<section begin="announcement-content" />
Eligible voters are asked to participate in the 2026 [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee|Universal Code of Conduct Coordinating Committee]] election. More information–including an eligibility check, voting process information, candidate information, and a link to the vote–are available on Meta at the [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee/Election/2026|2026 Election information page]]. The vote closes on 2 June 2026 at [https://zonestamp.toolforge.org/1780358400 00:00 UTC].
Please vote if your account is eligible. Results will be available by 14 June 2026. -- In cooperation with the U4C,<section end="announcement-content" />
[[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 17:15, 27 May 2026 (UTC)
<!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 -->
== RFC about AI-generated content in Wikimedia Commons ==
<bdi lang="en" dir="ltr"> You are invited to participate in a [[c:Commons:Requests for comment/Policy update for AI content|request for comment on Wikimedia Commons about a policy update for AI content]]. This may affect files that are uploaded to Wikimedia Commons for use on this project. Thank you. [[m:User:Codename Noreste|Codename Noreste]] ([[m:User talk:Codename Noreste|talk]])</bdi> 17:12, 23 June 2026 (UTC)
<!-- Message sent by User:Codename Noreste@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 -->
2hz775okekm2fm8rn4008u78x3bszqh
Wikiversity:Language select/de
4
1735
384806
380237
2026-06-23T22:17:58Z
FuzzyBot
31756
Updating to match new version of source page
384806
wikitext
text/x-wiki
<languages/>
''Ausführlichere Informationen über dieses Feature sind auf [[m:Meta:Language select|Meta:Language select]] in Englischer Sprache verfügbar.''
'''[[m:Meta:Language select|Language select]]''' ermöglicht es Nutzern, fremde Sprachen auf mehrsprachigen Seiten auszublenden. Dies erlaubt beispielsweise französischsprachigen Nutzern, sich alle mehrsprachigen Seiten nur auf Französisch anzeigen zu lassen (wobei im Falle einer allein auf Spanisch vorliegenden Seite eben nur diese Version angezeigt wird).
<span id="How_to_select_a_language"></span>
== Eine Sprache auswählen ==
* Eine Sprache wird als Voreinstellung ausgewählt, indem ihr [[w:List of ISO 639 language codes|ISO 639-1 code]] in die untenstehende Eingabebox eingetragen wird (<code>de</code> für Deutsch) und anschließend auf <big>➤</big> geklickt wird.
* Sollen alle Sprachen angezeigt werden, lautet die Eingabe <code>mul</code> (alternativ kann auf <big>⋙</big> geklickt werden).
<span id="Usage"></span>
== Benutzung ==
<span id="Identifying_multilingual_pages"></span>
=== Mehrsprachige Seiten identifizieren ===
Seiten, in denen das System ''Language select'' zur Anwendung kommt, enthalten eine Vorlage
{{tl|multilingual}}.
=== JavaScript ===
Die JavaScript-Implementierung ist per Voreinstellung auf Wikiversity Beta aktiviert. Sie kann deaktiviert werden, indem die folgende Zeile zu zu dem [[Special:Mypage/monobook.js|monobook.js des jeweiligen Benutzers]] hinzugefügt wird: <pre>ls_enable = false;</pre>
Ein Beispiel für dieses Script ist untenstehend zu sehen. Wenn die Sprachauswahl deaktiviert ist, wird der gesamte Text angezeigt.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Der JavaScript-Programmcode kann unter [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js] eingesehen werden.
<span id="Delimiting_languages"></span>
== Die Sprachen eingrenzen ==
Die Vorlage {{[[Template:ls|ls]]}} vereinfacht die Einbindung der Funktion ''Language select''.
<pre>{{ls|de|Dieser Text liegt auf Deutsch vor.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
svo9lz4q8ulx8tgc3gb44x10j1pmv45
Wikiversity:Language select/ksh
4
1756
384813
380251
2026-06-23T22:18:01Z
FuzzyBot
31756
Updating to match new version of source page
384813
wikitext
text/x-wiki
<languages/>
''En ußföerlishe Ennfommazjon övver dat all hee eß op [[m:Meta:Language select|Meta:Language select]].'''
De '''[[m:Meta:Language select|Shprooche_Waal]]''' määd_et mööshlesh, de anndere Shprooche fun_de miihshproochijje Sigge uß_ze_blënnde. Esu künne de Minnsche uß Frankrish sejj_op alle miihshproochijje Sigge nuur franzüüsėsh zëije loohße; wänn_ävver_en Sigk nuur op Pochtojeesesch jeschrevve eß, do süüt_e och nigs_anndoß wi pochtojeesesch.
<span id="How_to_select_a_language"></span>
== En Sprooch wäähle ==
* En Shprooch weed als_en Fürëijnshtëllung ußjewääldt, wäm_mer enne [[w:List of ISO 639 language codes|ISO 639 Kood]] en onge dat Fälld enndrääht (<code>ksh</code> fö_Kölsch, <code>de</code> fö_Deutsch, <code>nl</code> fö_Hollesj) un_do_nooh op <big>➤</big> klėck.
* Wäm_mer alle Shprooche aanluuere well, jitt_mer <code>mul</code> enn, oddo mer klėgg_op <big>⋙</big>.
<span id="Usage"></span>
== Bruche ==
<span id="Identifying_multilingual_pages"></span>
=== Miihshproochijje Sigge identifying ===
Seiten, in denen das System ''Language select'' zur Anwendung kommt, enthalten eine Schabloon
{{tl|multilingual}}.
=== JavaScript ===
Dat java_Skrebb_eß shtanndadmääßesch en_de Ennshtällonge fun de Wikkiversität Beta aanjeschalldt.
Wä adt loßß_hann_well, dä dräht en singe [[Special:Mypage/monobook.js|Medmaacher_monobook.js]] noch enn: <pre>ls_enable = false;</pre>
Hee dronger küdd_e Bëjshpill fö_dat Skrepp. Wänn_de Shprooche_Waal ußjeschalldt_eß, da süüt mo_do_jannze Täx.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Dat Java_Skrėp kannz_E bëj <span class="plainlinks">[{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js]</span> beluuere.
<span id="Delimiting_languages"></span>
== Shprooche Opsäze ==
De Schabloon {{[[Template:ls|ls]]}} määt_de Shprooche_Waal (''Language select'') lëijsh.<pre>{{ls|ksh|Hee_dä Täx jidd_et orr_op Kölsch.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
s5pr4a1bq66rfr98be6qjkygmaaonbm
Wikiversity:Language select/es
4
1821
384810
380243
2026-06-23T22:17:59Z
FuzzyBot
31756
Updating to match new version of source page
384810
wikitext
text/x-wiki
<languages/>
''Si deseas leer más en profundidad sobre esta opción, visita [[m:Meta:Language select|Meta:Language select]].''
'''[[m:Meta:Language select|La selección de idioma]]''' permite a los usuarioos esconder las lenguas extranjeras en páginas multilingües. Esto, por ejemplo, permite a los lectores francófonos ver sólo el texto escrito en francés en páginas plurilingües (aun cuando todavía verían sólo español en una página escrita en español exclusivamente).
<span id="How_to_select_a_language"></span>
== Cómo escoger un idioma ==
* Para seleccionar el idioma, introduce su[[w:List of ISO 639 language codes|código ISO 639-1]] en la casilla de entrada (<code>es</code> para español), y pulsa <big>➤</big>.
* Si quieres ver todas las lenguas, escribe <code>mul</code> o pulsa <big>⋙</big>.
<span id="Usage"></span>
== Uso ==
<span id="Identifying_multilingual_pages"></span>
=== Identificación de páginas multilingües ===
Las páginas que implementen selección de idioma incluyen un anuncio usando {{tl|multilingual}}.
=== JavaScript ===
El método JavaScript se activa por defecto en Wikiversity Beta. Puedes desactivarlo incluyendo la siguiente línea a [[Special:Mypage/monobook.js|tu código]]. <pre>ls_enable = false;</pre>
Puedes ver un ejemplo del JavaScript en acción más abajo. Si la selección de idioma se deshabilita, todos los textos se despliegan.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Puedes ver el código JavaScript en [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
<span id="Delimiting_languages"></span>
== Delimitando idiomas ==
La plantilla {{[[Template:ls|ls]]}} simplifica la implementación de la selección de idioma
<pre>{{ls|es|Este texto está escrito en español.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
eyczqajkwrc4ai736fy9macqipoil7k
Wikiversity:Language select/no
4
1862
384815
380225
2026-06-23T22:18:01Z
FuzzyBot
31756
Updating to match new version of source page
384815
wikitext
text/x-wiki
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== How to select a language ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Usage ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Identifying multilingual pages ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== JavaScript ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</div>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Delimiting languages ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
</div>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
92cnmz4klqxqz81t0se8cw0o8powlfi
Wikiversity:Language select/zh
4
1936
384823
380265
2026-06-23T22:18:04Z
FuzzyBot
31756
Updating to match new version of source page
384823
wikitext
text/x-wiki
<languages/>
''詳情請見[[m:Meta:Language select|Meta:Language select]]。''
'''[[m:Meta:Language select|語言選擇]]'''讓用戶在多語文頁中掩藏其他語言。例如,法语讀者在多語文頁中可選擇只看見法语(雖然在西班牙文頁中他們仍會看見西班牙文字)。
<span id="How_to_select_a_language"></span>
== 如何選擇語言 ==
* 如要選擇語言, 請在輸入箱鍵入其[[w:List of ISO 639 language codes|ISO 639-1代碼]] (例如, 中文為<code>zh</code> ), 然後按<big>➤</big>。
* 如果想展示所有語言,請鍵<code>mul</code>或按<big>⋙</big>。
<span id="Usage"></span>
== 用法 ==
<span id="Identifying_multilingual_pages"></span>
=== 辨認多語文頁 ===
凡用多語文功能之頁,均有{{tl|multilingual}}產生之告示。
<span id="JavaScript"></span>
=== Javascript ===
维基学院测试版預設用JavaScript。若你要取消之,可在[[Special:Mypage/monobook.js|你的JS文件]]加一句: <pre>ls_enable = false;</pre>
以下為JavaScript之用例。若不用语言选择,會顯示全部文字。
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Javascript代码在[{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js]。
<span id="Delimiting_languages"></span>
== 限定語言 ==
[[Template:ls]]可簡化語言選擇之實用。
<pre>{{ls|zh|这些文字是中文字。}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
9ns1hehhrjat4w68svtovvxnjlx2cdv
Category:Templates
14
2366
384863
383825
2026-06-23T22:20:45Z
ꠢꠣꠍꠘ ꠞꠣꠎꠣ
51302
Reverted 1 edit by [[Special:Contributions/~2026-23060-54|~2026-23060-54]] ([[User talk:~2026-23060-54|talk]]): Rv (TwinkleGlobal)
384863
wikitext
text/x-wiki
[[Image:Curly Brackets.svg|50px]]
[[Category:Wikiversity]]
[[Category:Root]]
[[cs:Kategorie:Šablony]]
[[de:Kategorie:Vorlage]]
[[el:Κατηγορία:Πρότυπα]]
[[en:Category:Templates]]
[[es:Categoría:Wikiversidad:Plantillas]]
[[fi:Luokka:Mallineet]]
[[fr:Catégorie:Modèle:Racine]]
[[it:Categoria:Template]]
[[ja:カテゴリ:ウィキバーシティのテンプレート]]
[[pt:Categoria:!Predefinições]]
[[ru:Категория:Шаблоны]]
1bku3iiyay0240ji4zls3fkoz2ugr71
Wikiversity:Language select/ja
4
2626
384814
380249
2026-06-23T22:18:01Z
FuzzyBot
31756
Updating to match new version of source page
384814
wikitext
text/x-wiki
<languages/>
''詳細については、[[m:Meta:Language select|Meta:言語選択]]を参照してください。''
'''[[m:Meta:Language select|言語選択]]'''は、多言語で書かれたページにおいて、自分が表示させたい言語以外を隠すシステムです。例えば、フランス語の話者が、多言語で書かれたページでフランス語の文章のみを表示させる、といったものです。ただし、表示させたい言語による文章がない場合は、適用されません。
<span id="How_to_select_a_language"></span>
== 言語を選択する ==
*言語を選択するには、[[w:List of ISO 639 language codes|ISO 639-1コード]](日本語の場合は「<code>ja</code>」)をボックスに入力し、<big>➤</big>をクリックしてください。
*すべての言語を表示させるには、<code>mul</code>を入力するか、<big>⋙</big>をクリックしてください。
<span id="Usage"></span>
== 使用法 ==
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Identifying multilingual pages ===
</div>
<pre><div class="multilingual">
{{ls|ja|この文章は日本語です。}}
</div></pre>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== JavaScript ===
</div>
ウィキバーシティ・ベータでは、初期設定としてJavaScriptが組み込まれています。もし、JavaScriptを動作させたくない場合は、[[Special:Mypage/monobook.js|あなたのscriptファイル]]に以下の内容を書き加えてください。<pre>ls_enable = false;</pre>
JavaScriptの作動例を下で見ることができます。もし、言語選択に障害がある場合は、全ての言語が表示されます。
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
[{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js]ではJavaScriptのコードを見ることができます。
<div lang="en" dir="ltr" class="mw-content-ltr">
== Delimiting languages ==
</div>
テンプレート{{[[Template:ls|ls]]}}を使い以下のように入力すると、ページ上でこのシステムを実行させることができます。
<pre><div class="multilingual">
{{ls|ja|この文章は日本語です。}}
</div></pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
opslyx0eoqifkzy7ep41in9i5nm7byw
Wikiversity:Language select/tr
4
3217
384822
380263
2026-06-23T22:18:04Z
FuzzyBot
31756
Updating to match new version of source page
384822
wikitext
text/x-wiki
<languages/>
''Bu özellikle ilgili daha detaylı bir versiyon için, [[m:Meta:Language select|Meta:Dil seçimine]] bakın.''
'''[[m:Meta:Language select|Dil seçimi]]''' kullanıcının çokdilli sayfalarda kendi dili dışındaki dilleri gizlemesini sağlıyor. Örneğin, Fransızca konuşan bir kişinin sadece Fransızca metni görmesi bu özellik sayesinde mümkün oluyor (ama sadece İspanyolca olan bir sayfada hala İspanyolca metini görür).
<span id="How_to_select_a_language"></span>
==Bir dil nasıl şeçilir==
* Dil seçmek için, giriş kutusuna [[w:List of ISO 639 language codes|ISO 639-1 kodunu]] yazın (Türkçe için <code>tr</code> yazın), ve <big>➤</big> tuşu tıklayın.
* Her dili göstermek için, <code>mul</code> yazın veya <big>⋙</big> tuşu tıklayın.
<span id="Usage"></span>
==Kullanım==
<span id="Identifying_multilingual_pages"></span>
===Çokdilli sayfaları tanıtmak===
Dil seçimi uygulanan sayfalar {{tl|multilingual}} kullanan bir uyarma içeriyor.
<span id="JavaScript"></span>
===JavaScript===
JavaScript tarzı Vikiversite Beta'da ön değerle uygulanıyor. Bunu etkisizleştirmek için [[Special:Mypage/monobook.js|script dosyanıza]] bu cümleyi ekleyin. <pre>ls_enable = false;</pre>
Aşağıda JavaScript ile bir örnek görebilirsiniz. Dil seçimi etkisizleştirildiyse, her metin gösterilir.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
[{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js]'te JavaScript kodu görebilirsiniz.
<span id="Delimiting_languages"></span>
==Dilleri sınırlamak==
{{[[Template:ls|ls]]}} şablonu dil seçimin uygulamasını basitleştiriyor.
<pre>{{ls|tr|Bu metin Türkçe'dir.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
e8nlscd84xlxkc0a9vjjf6s3uy29pjd
Wikiversity:Language select/el
4
3298
384808
380241
2026-06-23T22:17:59Z
FuzzyBot
31756
Updating to match new version of source page
384808
wikitext
text/x-wiki
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
</div>
Η '''[[m:Meta:Language select|Επιλογή Γλώσσας]]''' επιτρέπει στους χρήστες να κρύβουν τις ξένες γλώσσες στις πολυγλωσσικές σελίδες. Αυτό για παράδειγμα επιτρέπει σε ένα Γάλλο να δει μόνο το γαλλικό κείμενο σε ένα πολυγλωσσικό άρθρο(όπως επίσης ένας Έλληνας μπορεί να δει μόνο το ελληνικό καίμενο).
<span id="How_to_select_a_language"></span>
== Πως να επιλέξεις γλώσσα ==
*Για να διαλέξεις μια γλώσσα, είσαγε τον [[w:List of ISO 639 language codes|ISO 639-1 κωδικό της]] στο κουτί εισαγωγής (<code>el</code> για Ελληνικά), και πάτα το <big>➤</big>.
*Αν θες να εμφανιστούν όλες οι διαθέσιμες γλώσσες, πληκτρολόγησε <code>mul</code> ή πάτα το <big>⋙</big>.
<span id="Usage"></span>
== Χρήση ==
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Identifying multilingual pages ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== JavaScript ===
</div>
Η μέθοδος JavaScript είναι προεπιλεγμένη στο Wikiversity Beta. Μπορείς να την απενεργοποιήσεις προσθέτοντας την ακόλουθη γραμμή στο [[Special:Mypage/monobook.js|αρχείο κώδικα σας]]. <pre>ls_enable = false;</pre>
Μπορείς να δεις ένα παράδειγμα χρήσης της JavaScript παρακάτω. Αν η επιλογή γλώσσας είναι απενεργοποιημένη, όλο το κείμενο θα είναι ορατό.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Μπορείτε να δείτε το κώδικα της JavaScript στο:[{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
<span id="Delimiting_languages"></span>
== Απεριόριστες γλώσσες ==
Το πρότυπο {{[[Template:ls|ls]]}} απλουστεύει την λειτουργία της επιλογής γλώσσας.
<pre>{{ls|el|Αυτό το κείμενο είναι ελληνικό.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
gyxxivafcauzji6uwrihlg4f36gtjsu
Wikiversity:Language select/pt
4
7844
384817
380256
2026-06-23T22:18:02Z
FuzzyBot
31756
Updating to match new version of source page
384817
wikitext
text/x-wiki
<languages/>
''Para uma versão mais detalhada desta funcionalidade, veja [[m:Meta:Language select|Meta:Language select]].''
'''[[m:Meta:Language select|Language select]]''' permite aos usuários ocultar línguas estrangeiras em páginas multilinguais. Isto seria, por exemplo, permitir que um leitor francês visualizasse apenas textos em francês em páginas multilinguais (embora eles ainda possam ver espanhol em uma página escrita somente em espanhol).
<span id="How_to_select_a_language"></span>
== Como selecionar uma língua ==
* Para selecionar uma língua, entre seu [[w:List of ISO 639 language codes|código ISO 639-1]] na caixa de texto (<code>en</code> para inglês), e clique em <big>➤</big>.
* Se você quiser mostrar todas as línguas, digite <code>mul</code> ou clique em <big>⋙</big>.
<span id="Usage"></span>
== Uso ==
<span id="Identifying_multilingual_pages"></span>
=== Identificando páginas multilinguais ===
Páginas que implementan a seleção de línguas incluem um aviso usando {{tl|multilingual}}.
-->
=== JavaScript ===
O método de JavaScript é ativado por padrão na Wikiversidade Beta. Você pode desabilitá-lo adicionando a seguinte linha a [[Special:Mypage/monobook.js|seu arquivo de script]]. <pre>ls_enable = false;</pre>
Você pode ver um exemplo do JavaScript em ação abaixo. Se a seleção de línguas estiver desabilitada, todo o texto será mostrado.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Você pode visualizar o código JavaScript em [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
<span id="Delimiting_languages"></span>
== Delimitando línguas ==
O modelo {{[[Template:ls|ls]]}} simplifica a implementação da seleção de línguas.
<pre>{{ls|en|This text is English.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
e4h5ug2lnqiahsvhrfbvce6cmkhqg0f
Wikiversity:Portal/ru
4
9517
384828
376583
2026-06-23T22:18:39Z
FuzzyBot
31756
Updating to match new version of source page
384828
wikitext
text/x-wiki
<languages/>
{{Languages|Wikiversity:Portal}}__NOTOC__
<div lang="en" dir="ltr" class="mw-content-ltr">
The '''Community Portal''' is a starting point for users who want to help out and need some ideas of where to begin. Here you will find lists of tasks and projects where you can help.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
If you select one of the languages above, you'll find this information in that language, as well as, ''language-specific'' tasks and projects.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Help out ==
So, you want to help out here at Wikiversity Beta? Well here is a list of things you can do:
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== 1. Develop a language ===
There are a lot of languages that need help to develop their own Wikiversity.
* [[Template:Main_page|List of languages on Main Page]]
* [[:Category:Pages_by_language|Category of Pages ]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== 2. Translate ===
Wikiversity Beta is [[Wikiversity:Multilingual|Multilingual]] and there are always pages that need to be translated, and translations that need to be updated.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* [[:Category:Pages allowing language selection|Multilingual pages]]
* [[:Category:Multilingual Discussions|Multilingual Discussions]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== 3. Policies ===
One of the main objectives for Wikiversity Beta is to help develop policies for the whole Wikiversity-Community.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* [[Wikiversity:Policies]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== 4. Patrol ===
Wikiversity Beta has [[Wikiversity:Custodians|custodians]] who try to help you feel comfortable at Wikiversity, but actually anyone can help out.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* Use [[template:delete]] to report pages for [[:Category:Candidates for speedy deletion|deletion]] (Please remember that custodians may not be [[wiktionary:omnilingual|omnilingual]], write reasons for your deletion request)
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* Use [[Wikiversity:Request custodian action]] for other help wishes.
</div>
[[Category:Wikiversity]]
<!-- Wikidata item Q4654925 -->
[[el:Βικιεπιστήμιο:Πύλη κοινότητας]]
[[en:Wikiversity:Community Portal]]
[[fr:Wikiversité:Communauté]]
[[it:Wikiversità:Portale Comunità]]
[[ja:Wikiversity:コミュニティ・ポータル]]
[[pt:Wikiversidade:Portal comunitário]]
[[sl:Wikiverza:Portal občestva]]
[[sv:Wikiversity:Deltagarportalen]]
[[zh:Wikiversity:社群主題]]
f7xskmb042xx5clqhca57ffyom3sawn
Wikiversity:Language select/ro
4
10422
384819
380258
2026-06-23T22:18:03Z
FuzzyBot
31756
Updating to match new version of source page
384819
wikitext
text/x-wiki
<languages/>
''Pentru o versiune mai detaliată despre această funcţie, vedeţi [[m:Meta:Language select|Meta:Language select]].''
'''[[m:Meta:Language select|Alegerea limbii]]''' permite utilizatorilor să ascundă limbile străine pe o pagină multilinguală. Aceasta va arăta, de exemplu, unui utilizator francez doar textul în limba franceză a acelei pagini (dar va vedea în continuare textul în limba spaniolă pe o pagină doar în limba spaniolă).
<span id="How_to_select_a_language"></span>
== Cum selectezi o limbă ==
* Pentru a selecta o limbă, introduceți [[w:List of ISO 639 language codes|ISO 639-1 code]] în caseta de intrare (<code>en</code> pentru Engleză), şi click pe <big>➤</big>.
* Dacă doriți să afișați toate limbile, apăsaţi <code>mul</code> sau click pe <big>⋙</big>.
<span id="Usage"></span>
== Utilizare ==
<span id="Identifying_multilingual_pages"></span>
=== Identificarea paginilor multilingve ===
Pagini care se pun în aplicare de selectare a limbii includ o notificare folosind
{{tl|multilingual}}.
=== JavaScript ===
Metoda JavaScript este activat în mod implicit pe Wikiversitate Beta. Puteți să-l dezactivați prin adăugarea următoarea linie în
[[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
Puteți vedea un exemplu de JavaScript în acțiune de mai jos. Dacă selectarea limbii este dezactivată, tot textul va fi afișat.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Puteți vizualiza codul JavaScript de la [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
== Delimiting languages ==
Formatul {{[[Template:ls|ls]]}} simplifică punerea în aplicare a limbajului select.
<pre>{{ls|en|Acest text este în Română.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
o12bslhm67ezy2fxgiefg96h2e0reks
Wikiversity:Language select/sv
4
10700
384821
380261
2026-06-23T22:18:04Z
FuzzyBot
31756
Updating to match new version of source page
384821
wikitext
text/x-wiki
<languages/>
''Gå till [[m:Meta:Language select|Meta:Language select]] för en mer detaljerad beskrivning av funktionen.''
'''[[m:Meta:Language select|Language select]]''' Tillåter användare att gömma material på främmande språk på flerspråkiga portaler. Det låter till exempel en svenskspråkig att endast se Svensk text på sidor med flera språk. (De kommer dock fortfarande till exempel se Spansk text på spanskspråkiga sidor)
<span id="How_to_select_a_language"></span>
== Hur man väljer ett språk ==
* För att välja ett språk skriver du inte dess [[w:List of ISO 639 language codes|ISO 639-1 kod]] i språkfältet (<code>sv</code> för svenska), och klickar på <big>➤</big>.
* Om du vill se alla språk skriver du in <code>mul</code> eller klickar på <big>⋙</big>.
<span id="Usage"></span>
== Användning ==
<span id="Identifying_multilingual_pages"></span>
=== JavaScript ===
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
=== JavaScript ===
Javascript-metoden är aktiverad som standard på Wikiversity Beta, du kan avaktivera det genom att lägga in till följande i [[Special:Mypage/monobook.js|personliga scriptfil]]. <pre>ls_enable = false;</pre>
Du kan se ett exempel på Javascriptets funktion nedan.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Här kan du se hela JavaScript-koden: [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
<span id="Delimiting_languages"></span>
== Avgränsa språk ==
Mallen {{[[Template:ls|ls]]}} förenklar valet av språk.<pre>{{ls|sv|Denna text är på svenska.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
goxowgperbb72o75m0ugj06ptlfay3t
Wikiversity:Portal/bg
4
15149
384826
384582
2026-06-23T22:18:38Z
FuzzyBot
31756
Updating to match new version of source page
384826
wikitext
text/x-wiki
<languages/>
{{Languages|Wikiversity:Portal}}__NOTOC__
'''Общественият портал''' е отправна точка за потребители, които искат да помогнат и се нуждаят от идеи откъде да започнат. Тук ще намерите списъци със задачи и проекти, с които можете да помогнете.
Ако изберете един от горните езици, ще намерите тази информация на този език, както и задачи и проекти, специфични за съответния език.
== Помощ ==
И така, искате да помогнете тук, в Уикиверситетът Бета? Ето списък с неща, които можете да направите:
=== 1. Разработване на език ===
Има много езици, които се нуждаят от помощ, за да развият своя собствена Уикиверситетът.
* [[Шаблон:Начална_страница|Списък с езици на началната страница]]
* [[:Категория:Страници_по_език|Категория страници]]
=== 2. Превод ===
Бета версията на Уикиверситетът е [[Уикиверситетът:Многоезична|Многоезична]] и винаги има страници, които трябва да бъдат преведени, и преводи, които трябва да бъдат актуализирани.
<div class="mw-translate-fuzzy">
* [[:Категория:Страница, позволяваща избор на език|Многоезични страници]]
* [[:Категория:Многоезични дискусии|Многоезични дискусии]]
</div>
=== 3. Политики ===
Една от основните цели на Уикиверситетът Бета е да помогне за разработването на политики за цялата Уикиверситетът-общност.
* [[Уикиверситетът:Политики]]
=== 4. Патрул ===
Уикиверситетът Бета има [[Уикиверситетът:Попечители|попечители]], които се опитват да ви помогнат да се чувствате комфортно в Уикиверситетът, но всъщност всеки може да помогне.
* Използвайте [[шаблон:изтриване]], за да докладвате страници за [[:Категория:Кандидати за бързо изтриване|изтриване]] (Моля, имайте предвид, че пазители може да не са [[уикиречник:всеезичен|многоезичен]], напишете причините за вашата заявка за изтриване)
* Използвайте [[Уикиверситетът:Заявка за действие от страна на попечителя]] за други желания за помощ.
[[Category:Wikiversity]]
<!-- Wikidata item Q4654925 -->
[[el:Βικιεπιστήμιο:Πύλη κοινότητας]]
[[en:Wikiversity:Community Portal]]
[[fr:Wikiversité:Communauté]]
[[it:Wikiversità:Portale Comunità]]
[[ja:Wikiversity:コミュニティ・ポータル]]
[[pt:Wikiversidade:Portal comunitário]]
[[sl:Wikiverza:Portal občestva]]
[[sv:Wikiversity:Deltagarportalen]]
[[zh:Wikiversity:社群主題]]
8amojl2si5m30yyt257zdtbd33voqna
Wikiversity:Language select/diq
4
18879
384807
380239
2026-06-23T22:17:58Z
FuzzyBot
31756
Updating to match new version of source page
384807
wikitext
text/x-wiki
<languages/>
''Zaf versiyoni rê, bivinên [[m:Meta:Language select|Meta:Zıwan weçinayış]].''
'''[[m:Meta:Language select|Zıwan weçinayış]]''' Karberi peleyandê zafzuwanandı zıwanê bina nımneno.Mesela, Merdumo ke İspanyolki qısey qeno, pelada ispanyolki dı nusn heme ispanyolki yo nara zıwanadê binan dı zi nuştey zıwan dê xoya yê.
<span id="How_to_select_a_language"></span>
== Jew zıwan seni weçineyêno? ==
* Veri [[w:List of ISO 639 language codes|Kodê ISO 639-1]] bınusnê (Qandê zazaki <code>diq</code> bınusnê), u enay <big>➤</big> pıploxnê.
* zuwanaê bina vinayışi reê zi, <code>mul</code> bınusnê yana <big>⋙</big> pıploxnê
<span id="Usage"></span>
== Karkerdış ==
<span id="Identifying_multilingual_pages"></span>
===Sılasnayışê pelandê zaf zuwana kerdış===
enê pelandı {{tl|multilingual}} keno nusn.
=== JavaScript ===
JavaScript wazeno se Vikiversite Beta'dı, qandê pasif modi;
[[Special:Mypage/monobook.js|Dosyada scripti rê]] eney bınusnê. <pre>ls_enable = false;</pre>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</div>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
Cêrd javascript pasifo se;
[{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js]'dı kodê JavaScript şıma şenê bivinê
<span id="Delimiting_languages"></span>
== Zıwana rê bloke ronayış ==
ena {{[[Template:ls|ls]]}} şablonzuwan weçinayışi kena rehat
<pre>{{ls|diq|eno nuşte Zazakiyo.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
8mseksvi0jz59i8e9al653xyfb2p7vs
User:Kusurija/Kursas:Kaip redaguoti puslapį/viktorina
2
22077
384795
197872
2026-06-23T21:25:46Z
AtUkr
17909
AtUkr moved page [[Kursas:Kaip redaguoti puslapį/viktorina]] to [[User:Kusurija/Kursas:Kaip redaguoti puslapį/viktorina]] without leaving a redirect
197872
wikitext
text/x-wiki
[[m:lt:Pagalba:Trumpas_vadovas|Kaip redaguoti Vikipedijos straipsnius]]
== [[m:lt:Pagalba:Trumpas_vadovas/Formatavimas|Formatavimas]] ==
<quiz>
{Kaip padaryti kursyvinį tekstą?
|type="[]"}
+ <nowiki>''kursyvas''</nowiki> arba <nowiki><i>kursyvas</i></nowiki>
- <nowiki>'''kursyvas'''</nowiki> arba [kursyvas-tekstas]kursyvas[/kursyvas-tekstas]
- [kursyvas]
- <nowiki>[[kursyvas]]</nowiki>
- /kursyvas/
{Kaip padaryti paryškintą tekstą?
|type="[]"}
- *paryškintas* arba [bold]paryškintas[/bold]
+ <nowiki>'''paryškintas'''</nowiki> arba <nowiki><b>paryškintas</b></nowiki>
- <nowiki>[[paryškintas]]</nowiki>
- _paryškintas_
{Kaip padaryti vidinę nuorodą?
|type="[]"}
- <nowiki>''vidinė nuoroda''</nowiki> arba <nowiki>''vidinė nuoroda|foobarbaz''</nowiki>
+ <nowiki>[[vidinė nuoroda]]</nowiki> arba <nowiki>[[vidinė nuoroda|foobarbaz]]</nowiki>
- <nowiki>[http://lt.wikipedia.org/wiki/vidinė_nuoroda]</nowiki> arba <nowiki>[http://lt.wikipedia.org/wiki/vidinė_nuoroda vidinė nuoroda: foobarbaz]</nowiki>
- <nowiki>{{vidinė nuoroda}}</nowiki> arba <nowiki>{{vidinė nuoroda|foobarbaz}}</nowiki>
- [url]vidinė nuoroda[/url] arba [url=vidinė nuoroda]foobarbaz[/url]
{Kaip padaryti išorinę nuorodą (į kitą tinklalapį)?
|type="[]"}
- <nowiki>[[http://example.com/išorinė_nuoroda|išorinė nuoroda]]</nowiki> arba <nowiki>[[http://example.com/išorinė_nuoroda]]</nowiki>
- <nowiki>{{http://example.com/išorinė_nuoroda|išorinė nuoroda}}</nowiki> arba <nowiki>{{http://example.com/išorinė_nuoroda}}</nowiki>
+ <nowiki>[http://example.com/išorinė_nuoroda išorinė nuoroda]</nowiki> arba <nowiki>[http://example.com/išorinė_nuoroda]</nowiki> arba <nowiki>http://example.com/išorinė_nuoroda</nowiki>
- [example.com/išorinė_nuoroda išorinė nuoroda] arba [example.com/išorinė_nuoroda] arba example.com/išorinė_nuoroda
- <nowiki>[url=http://example.com/išorinė_nuoroda]išorinė nuoroda[/url] arba [url]http://example.com/išorinė_nuoroda[/url]</nowiki>
- <nowiki><a href="http://example.com/išorinė_nuoroda">išorinė nuoroda</a></nowiki>
</quiz>
<big>Work in progress, please do not delete</big>
[[Category:LT]]
[[Category:Kursas:Kaip redaguoti puslapį]]
[[Category:Viktorinos]]
jju0gu7h3mt1c44i4a4fmrzml78srt3
User:The duke/solved beta challenges
2
24417
384899
384749
2026-06-24T10:00:04Z
The duke
12559
/* אתגרי OS */
384899
wikitext
text/x-wiki
<div lang="he" dir="rtl" class="mw-content-rtl">
==אתגרים שנפתרו בבטא==
===אתגרי C===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| Hello world
|
* the_duke
* catcat1806
* gabihjkl
* gorez123
* DanNightMare
* DanKing200
* miritmor2000
* AdiZ
* Mala_Reverse
* iDesireJustice
* Molecula
* tso
* peliphone
* j0rdan
* Dracoolazer
* artem21
* Anton7
* Direw0lf
* tuna
* bug1
* kissmy2hes
* m4ni
* BombThePro
* sp00ky4me
* clash
* cugz
* ipu
* egozim
* Nem0
* mon231
* tr4kj
* torto
* ninjailbreak
* 7h4rkun
* 0-claptrap-0
* Mip
* MyMistake
* Naruto
* CoD
* panda
* d0g1
* min4to
* blue_bird
* trizz
* Hexer
* Cr33p3r
* HackME
* CrazyMan
* infinityAmmo
* TheMan
* RankMasSayDanger
* blackWise
* bolt
* Dushi
* bowman
* bibron_bond
* totodile
* pik
* red_walker
* Mr_Robot
* quark
* Spike
* charo
* nameless
* R3v3rsedReality
* LoneWolf
* cryp70n173
* Brave_Sir_Robin
* 5quirr31_10rd
* lulz
* PaperBag
* roxted
* lre
* alpha
* mele
* shot4shot
* H2O
* volt
* Xi
* Mami_Tomoe
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* hari
* F1brous
* Bobi_Boten
* revolution
* Fiddle
* M0ckingb1rd
* Mega
* madrid
* Double
* blanco
* Joker
* p4rr0t
* rubberband
* Nefertari
* Maylive
* Raid
* Moonro
* Mikasa
* Ray
* Diablo
* Chip
* ImTheWeirdOne
* Stressed_Heathen
* Owl
* fullmoon
* Karokanninja
* Aladin
* noone
* ch1
* Pikajok.56
* Sky1
* L2
* an_the_king
* Galile0
* TREHO
* yrnghost
* deglat
* saiki
* an_the_game
* r1fl
* komiro
* cerry
* Shoshana
* bonobo
* operait
* Doc
* ebt
* Burnix
* Rodlx
* noname
* Ryfer1
* Nick
* Blank
* kululu
* Cub
* timtim
* Hazizi
* PureEnergy
* ToBerx
* plugs
* Soap
* Sniper
* Asmon
* Shark
* SnowyFox
* t0xid
* n2
* primo
* algo
* sonic
* saisho
* vinci
* buzz
* Bernoulli
* Ada
* jishu
|-
| שינוי משחק אלפא
|
* n2
* jishu
* algo
* Bernoulli
* vinci
* buzz
* Ada
|-
| כל התרגילים של פרקים 1-3 (שלום עולם, הערות, משתנים) בויקיספר C
|
* Anton7
* catcat1806
* the_duke
* gorez123
* miritmor2000
* Direw0lf
* kissmy2hes
* sp00ky4me
* Dracoolazer
* clash
* m4ni
* tr4kj
* 7h4rkun
* panda
* Naruto
* trizz
* min4to
* Hexer
* Cr33p3r
* CrazyMan
* bibron_bond
* pik
* Mr_Robot
* quark
* Brave_Sir_Robin
* cryp70n173
* H2O
* Xi
* volt
* hari
* LoneWolf
* revolution
* M0ckingb1rd
* Joker
* rubberband
* Nefertari
* Mikasa
* Owl
* noone
* an_the_king
* Galile0
* deglat
* komiro
* an_the_game
* kululu
* Blank
* Chip
* timtim
* Hazizi
* Soap
|-
| מדפיס הגיל
|
* gorez123
* Qilaz
* the_duke
* Mala_Reverse
* miritmor2000
* Anton7
* tuna
* Direw0lf
* bug1
* kissmy2hes
* sp00ky4me
* Dracoolazer
* clash
* Nem0
* tr4kj
* ipu
* ninjailbreak
* DanNightMare
* 7h4rkun
* mon231
* Naruto
* panda
* CoD
* min4to
* trizz
* blue_bird
* Hexer
* Cr33p3r
* quark
* Mip
* bibron_bond
* Mr_Robot
* charo
* R3v3rsedReality
* Brave_Sir_Robin
* cryp70n173
* lulz
* roxted
* lre
* H2O
* mele
* PaperBag
* alpha
* 5quirr31_10rd
* Mami_Tomoe
* F4dora_0f_d00m
* Mr_M33533K5
* Xi
* SpiderPig
* volt
* hari
* Bobi_Boten
* F1brous
* cugz
* LoneWolf
* Fiddle
* revolution
* M0ckingb1rd
* asad
* madrid
* Joker
* blanco
* Double
* p4rr0t
* rubberband
* Maylive
* Prorok
* Nefertari
* Mikasa
* Chip
* Karokanninja
* Owl
* ImTheWeirdOne
* Aladin
* Stressed_Heathen
* noone
* Ray
* Back
* fullmoon
* Pikajok.56
* an_the_game
* Diablo
* Galile0
* TREHO
* an_the_king
* r1fl
* komiro
* deglat
* bonobo
* Doc
* ebt
* Burnix
* operait
* Rodlx
* Shoshana
* noname
* kululu
* Blank
* Wookie
* Nick
* Cub
* Kn3
* timtim
* PureEnergy
* Hazizi
* plugs
* Sniper
* Soap
* SnowyFox
|-
| מדפיס הגיל והאות הראשונה בשורה אחת
|
* Direw0lf
* kissmy2hes
* bug1
* sp00ky4me
* Dracoolazer
* clash
* tuna
* tr4kj
* mon231
* ninjailbreak
* Mip
* DanNightMare
* panda
* Naruto
* min4to
* blue_bird
* trizz
* Hexer
* Cr33p3r
* CrazyMan
* HackME
* infinityAmmo
* bibron_bond
* quark
* RN1k
* R3v3rsedReality
* Brave_Sir_Robin
* cryp70n173
* lulz
* roxted
* PaperBag
* mele
* H2O
* alpha
* 5quirr31_10rd
* Mami_Tomoe
* Xi
* SpiderPig
* volt
* F1brous
* hari
* Bobi_Boten
* cugz
* LoneWolf
* Fiddle
* revolution
* M0ckingb1rd
* steve
* madrid
* Joker
* blanco
* Double
* p4rr0t
* rubberband
* Maylive
* Prorok
* Nefertari
* Karokanninja
* Owl
* noone
* Aladin
* an_the_game
* Galile0
* an_the_king
* r1fl
* komiro
* deglat
* Doc
* bonobo
* Burnix
* ebt
* Rodlx
* Diablo
* noname
* kululu
* operait
* Blank
* Wookie
* Kn3
* timtim
* PureEnergy
* plugs
* ToBerx
* Soap
* Sniper
|-
| מדפיס הגיל והאות הראשונה
|
* gorez123
* Qilaz
* the_duke
* Mala_Reverse
* miritmor2000
* Anton7
* bug1
* kissmy2hes
* egozim
* tuna
* tr4kj
* ipu
* ninjailbreak
* MyMistake
* panda
* Naruto
* min4to
* blue_bird
* Hexer
* Cr33p3r
* infinityAmmo
* HackME
* CrazyMan
* TheMan
* RankMasSayDanger
* red_walker
* bibron_bond
* pik
* RN1k
* R3v3rsedReality
* Brave_Sir_Robin
* cryp70n173
* roxted
* lre
* charo
* PaperBag
* mele
* alpha
* lulz
* H2O
* 5quirr31_10rd
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* F1brous
* Xi
* volt
* hari
* cugz
* LoneWolf
* Fiddle
* revolution
* clash
* M0ckingb1rd
* asad
* Double
* Joker
* blanco
* p4rr0t
* rubberband
* Maylive
* Prorok
* Karokanninja
* Owl
* Aladin
* Chip
* An_the_king
* an_the_game
* deglat
* komiro
* Doc
* Burnix
* DanNightMare
* Rodlx
* operait
* kululu
* Nick
* Blank
* Cub
* timtim
* PureEnergy
* Kn3
* plugs
* Sniper
* SnowyFox
* Soap
* t0xid
|-
| פרנהייט - צלזיוס
|
* Qilaz
* LawnBranch
* Mala_Reverse
* Direw0lf
* bug1
* sp00ky4me
* Dracoolazer
* egozim
* tuna
* Nem0
* tr4kj
* ipu
* 7h4rkun
* mon231
* Mip
* DanNightMare
* panda
* Naruto
* min4to
* blue_bird
* clash
* Hexer
* TheMan
* infinityAmmo
* HackME
* Cr33p3r
* bibron_bond
* RN1k
* cryp70n173
* charo
* roxted
* lre
* lulz
* mele
* alpha
* PaperBag
* H2O
* Mami_Tomoe
* Mr_M33533K5
* F4dora_0f_d00m
* SpiderPig
* F1brous
* hari
* LoneWolf
* Fiddle
* revolution
* madrid
* blanco
* Joker
* p4rr0t
* Double
* rubberband
* Maylive
* Prorok
* Nefertari
* Karokanninja
* Owl
* Aladin
* noone
* Chip
* Galile0
* TREHO
* an_the_game
* r1fl
* komiro
* an_the_king
* deglat
* Doc
* Burnix
* bonobo
* ebt
* Rodlx
* Diablo
* operait
* kululu
* Blank
* Nick
* Cub
* PureEnergy
* Hazizi
* timtim
* ToBerx
* plugs
* Sniper
* Soap
* t0xid
|-
| קלווין - צלזיוס
|
* Mip
* MyMistake
* mon231
* DanNightMare
* panda
* Naruto
* blue_bird
* Hexer
* TheMan
* HackME
* infinityAmmo
* clash
* RN1k
* cryp70n173
* charo
* roxted
* lre
* lulz
* mele
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* Mami_Tomoe
* F1brous
* hari
* LoneWolf
* Fiddle
* revolution
* madrid
* blanco
* Joker
* Double
* p4rr0t
* rubberband
* Maylive
* Prorok
* Nefertari
* Owl
* Aladin
* noone
* Chip
* Galile0
* an_the_game
* komiro
* an_the_king
* Doc
* Burnix
* deglat
* Rodlx
* ebt
* kululu
* Blank
* Nick
* PureEnergy
* Hazizi
* timtim
* plugs
* Sniper
* Soap
* t0xid
|-
| מאתר הראשוניים טורבו
|
* cugz
* Hexer
* red_walker
* TheMan
* charo
* Brave_Sir_Robin
* lre
* lulz
* 5quirr31_10rd
* Mami_Tomoe
* SpiderPig
* F1brous
* revolution
* Fiddle
* M0ckingb1rd
* rubberband
* noone
* komiro
* bonobo
* DanNightMare
* Kululu
|-
| מאתר הראשוניים
|
* the_duke
* Direw0lf
* tuna
* ipu
* DanNightMare
* panda
* cugz
* Naruto
* blue_bird
* Hexer
* TheMan
* RankMasSayDanger
* RN1k
* R3v3rsedReality
* charo
* Brave_Sir_Robin
* cryp70n173
* lulz
* lre
* PaperBag
* alpha
* H2O
* 5quirr31_10rd
* Mami_Tomoe
* F4dora_0f_d00m
* SpiderPig
* F1brous
* revolution
* clash
* Fiddle
* M0ckingb1rd
* p4rr0t
* rubberband
* Maylive
* Prorok
* Nefertari
* Mikasa
* madrid
* noone
* Owl
* Galile0
* komiro
* bonobo
* an_the_game
* Nick
* PureEnergy
* ToBerx
* Soap
* an_the_king
* kululu
* t0xid
|-
| מחשב משכורות
|
* Qilaz
* LawnBranch
* Mala_Reverse
* iDesireJustice
* Anton7
* tuna
* tr4kj
* ipu
* 7h4rkun
* mon231
* CoD
* Naruto
* panda
* clash
* min4to
* blue_bird
* Hexer
* Mip
* infinityAmmo
* TheMan
* red_walker
* bibron_bond
* Mr_Robot
* RN1k
* R3v3rsedReality
* cryp70n173
* lulz
* lre
* roxted
* alpha
* mele
* PaperBag
* H2O
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* Mami_Tomoe
* F1brous
* hari
* revolution
* volt
* Xi
* madrid
* p4rr0t
* rubberband
* blanco
* Maylive
* Prorok
* Owl
* Double
* Aladin
* Nefertari
* noone
* Galile0
* an_the_game
* komiro
* an_the_king
* Burnix
* bonobo
* Chip
* Rodlx
* deglat
* DanNightMare
* Nick
* Blank
* PureEnergy
* kululu
* Sniper
* plugs
* Soap
|-
| כל המספרים עד x
|
* LawnBranch
* the_duke
* Mala_Reverse
* gorez123
* Anton7
* bug1
* Direw0lf
* sp00ky4me
* tuna
* Nem0
* tr4kj
* ipu
* ninjailbreak
* 7h4rkun
* Mip
* MyMistake
* DanNightMare
* panda
* Naruto
* HackME
* infinityAmmo
* red_walker
* bibron_bond
* roxted
* mele
* alpha
* F4dora_0f_d00m
* Mr_M33533K5
* F1brous
* Xi
* revolution
* clash
* volt
* p4rr0t
* Galile0
* Nick
* PureEnergy
* ToBerx
* plugs
* timtim
|-
| מדפיס המספרים הטיפה מורחב
|
* Direw0lf
* bug1
* ipu
* panda
* Naruto
* Soap
|-
| כל המספרים עד x בסגנון Beej
|
* gorez123
* bug1
* Direw0lf
* sp00ky4me
* tuna
* ipu
* Naruto
* panda
* mon231
* min4to
* blue_bird
* Mip
* TheMan
* infinityAmmo
* HackME
* Hexer
* Mr_Robot
* charo
* R3v3rsedReality
* cryp70n173
* lulz
* PaperBag
* SpiderPig
* Mami_Tomoe
* F1brous
* 5quirr31_10rd
* cugz
* Xi
* hari
* clash
* revolution
* p4rr0t
* rubberband
* Maylive
* blanco
* Double
* Owl
* Galile0
* Chip
* an_the_game
* komiro
* Burnix
* Rodlx
* bonobo
* Nick
* an_the_king
* Blank
* kululu
* PureEnergy
* t0xid
|-
| כל המספרים האי-זוגיים
|
* gorez123
* the_duke
* Anton7
* bug1
* kissmy2hes
* tuna
* Nem0
* tr4kj
* ipu
* ninjailbreak
* 7h4rkun
* Mip
* clash
* panda
* Naruto
* mon231
* min4to
* blue_bird
* Hexer
* TheMan
* infinityAmmo
* HackME
* red_walker
* Mr_Robot
* charo
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lulz
* lre
* roxted
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* Mami_Tomoe
* F1brous
* Xi
* cugz
* LoneWolf
* revolution
* hari
* volt
* madrid
* p4rr0t
* rubberband
* Maylive
* blanco
* Prorok
* Double
* Owl
* Aladin
* Nefertari
* Chip
* Galile0
* an_the_game
* komiro
* Burnix
* bonobo
* an_the_king
* ebt
* Doc
* kululu
* deglat
* Nick
* PureEnergy
* timtim
* ToBerx
* plugs
* Soap
|-
| סדר פעולות בהגדלה עצמית והשמה
|
* sp00ky4me
* tr4kj
* panda
* Naruto
* mon231
* min4to
* Hexer
* Mip
* bibron_bond
* RN1k
* cryp70n173
* Xi
* cugz
* Fiddle
* hari
* revolution
* clash
* lulz
* madrid
* Mami_Tomoe
* rubberband
* blanco
* Double
* Nefertari
* Owl
* komiro
* bonobo
* an_the_game
* Chip
* an_the_king
* Hazizi
* DanNightMare
* kululu
* plugs
* Soap
|-
| difference between a++ and ++a
|
* ipu
* ninjailbreak
* clash
* mele
* charo
* PaperBag
* Mr_M33533K5
* SpiderPig
|-
| מגלה ערכי ASCII
|
* Qilaz
* LawnBranch
* the_duke
* Direw0lf
* bug1
* sp00ky4me
* tuna
* tr4kj
* ipu
* ninjailbreak
* MyMistake
* DanNightMare
* panda
* Naruto
* mon231
* clash
* min4to
* Mip
* Cr33p3r
* Hexer
* blue_bird
* TheMan
* HackME
* bibron_bond
* quark
* charo
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lulz
* lre
* roxted
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* Xi
* F1brous
* volt
* hari
* cugz
* revolution
* LoneWolf
* madrid
* Mami_Tomoe
* p4rr0t
* rubberband
* Double
* Maylive
* Prorok
* blanco
* Nefertari
* Owl
* noone
* Chip
* komiro
* Burnix
* an_the_game
* bonobo
* Doc
* ebt
* Nick
* an_the_king
* Blank
* timtim
* kululu
* plugs
* Sniper
* PureEnergy
* Soap
* t0xid
|-
| מגלה ערכי ספציפי ASCII
|
* Direw0lf
* tuna
* ninjailbreak
* MyMistake
* mon231
* Naruto
* Mip
* blue_bird
* charo
* lre
* cryp70n173
* RN1k
* alpha
* PaperBag
* H2O
* Hexer
* SpiderPig
* cugz
* revolution
* rubberband
* Maylive
* Prorok
* Nefertari
* komiro
* Chip
* DanNightMare
* bonobo
* Kn3
* PureEnergy
* t0xid
* Kululu
|-
| ממיר הטיפוסים
|
* Qilaz
* the_duke
* Direw0lf
* tuna
* ninjailbreak
* 7h4rkun
* MyMistake
* Hexer
* infinityAmmo
* TheMan
* HackME
* red_walker
* Mip
* charo
* R3v3rsedReality
* cryp70n173
* lre
* lulz
* alpha
* PaperBag
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* F1brous
* cugz
* revolution
* clash
* Naruto
* madrid
* Mami_Tomoe
* LoneWolf
* p4rr0t
* Double
* blanco
* komiro
* DanNightMare
* Doc
* an_the_game
* bonobo
* Nick
* an_the_king
* kululu
* Kn3
* plugs
|-
| פרוייקט המזל"ט - המאזין
|
* infinityAmmo
|-
| מחשבון בסיסי - מספרים שלמים
|
* DanNightMare
* Qilaz
* Hasum
* LawnBranch
* Mala_Reverse
* gorez123
* iDesireJustice
* miritmor2000
* the_duke
* Anton7
* Direw0lf
* kissmy2hes
* sp00ky4me
* Dracoolazer
* clash
* cugz
* tuna
* tr4kj
* ipu
* ninjailbreak
* 7h4rkun
* MyMistake
* mon231
* panda
* Naruto
* min4to
* blue_bird
* Mip
* Cr33p3r
* Hexer
* TheMan
* HackME
* infinityAmmo
* bibron_bond
* RN1k
* nameless
* charo
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lulz
* lre
* mele
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* SpiderPig
* Mr_M33533K5
* Xi
* F1brous
* hari
* volt
* Fiddle
* LoneWolf
* revolution
* madrid
* Mami_Tomoe
* Joker
* p4rr0t
* rubberband
* Maylive
* Prorok
* blanco
* Nefertari
* Double
* Aladin
* ImTheWeirdOne
* Owl
* Chip
* Galile0
* an_the_game
* an_the_king
* komiro
* Burnix
* Doc
* deglat
* ebt
* kululu
* Blank
* Nick
* timtim
* PureEnergy
* plugs
* Sniper
* Soap
* t0xid
|-
| מחשבון בסיסי - נקודה צפה
|
* bug1
* sp00ky4me
* clash
* Dracoolazer
* tuna
* tr4kj
* ipu
* ninjailbreak
* 7h4rkun
* MyMistake
* mon231
* panda
* Naruto
* blue_bird
* Mip
* Hexer
* Cr33p3r
* TheMan
* HackME
* infinityAmmo
* bibron_bond
* Mr_Robot
* RN1k
* charo
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lulz
* lre
* mele
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* SpiderPig
* Mr_M33533K5
* Xi
* F1brous
* volt
* hari
* cugz
* Fiddle
* LoneWolf
* revolution
* madrid
* Mami_Tomoe
* blanco
* Joker
* p4rr0t
* rubberband
* Maylive
* Prorok
* Nefertari
* Aladin
* Double
* ImTheWeirdOne
* Owl
* Galile0
* Chip
* an_the_game
* an_the_king
* komiro
* DanNightMare
* deglat
* ebt
* Doc
* bonobo
* kululu
* Blank
* timtim
* PureEnergy
* plugs
* Soap
* Sniper
* t0xid
|-
| פונקציית מולטי מחשבון בסיסי
|
* cugz
* R3v3rsedReality
* lre
* charo
* revolution
* p4rr0t
* rubberband
* komiro
* DanNightMare
* PureEnergy
* Kululu
|-
| התשובה להכל
|
* Mala_Reverse
* the_duke
* Anton7
* Direw0lf
* bug1
* kissmy2hes
* tuna
* cugz
* ninjailbreak
* ipu
* 7h4rkun
* panda
* Naruto
* mon231
* min4to
* Mip
* blue_bird
* Hexer
* TheMan
* HackME
* infinityAmmo
* red_walker
* RN1k
* R3v3rsedReality
* cryp70n173
* lulz
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* Mr_M33533K5
* SpiderPig
* F1brous
* Fiddle
* LoneWolf
* revolution
* clash
* hari
* madrid
* Mami_Tomoe
* p4rr0t
* rubberband
* blanco
* Prorok
* Double
* Aladin
* noone
* Owl
* komiro
* Chip
* r1fl
* Burnix
* an_the_game
* DanNightMare
* an_the_king
* Doc
* ebt
* kululu
* Nick
* Kn3
* Blank
* PureEnergy
* timtim
* ToBerx
* plugs
* Soap
* Sniper
* t0xid
|-
| חישוב היקף ושטח מעגל
|
* gorez123
* miritmor2000
* the_duke
* Qilaz
* Direw0lf
* sp00ky4me
* clash
* tuna
* tr4kj
* 7h4rkun
* Naruto
* mon231
* blue_bird
* Hexer
* Mr_Robot
* charo
* lre
* lulz
* alpha
* PaperBag
* H2O
* SpiderPig
* 5quirr31_10rd
* volt
* cugz
* revolution
* Xi
* p4rr0t
* blanco
* rubberband
* Maylive
* Double
* Nefertari
* Owl
* Galile0
* komiro
* DanNightMare
* Nick
* timtim
* PureEnergy
* Soap
* an_the_king
* Kululu
|-
| מחשב הממוצע
|
* gorez123
* the_duke
* Anton7
* bug1
* Direw0lf
* clash
* sp00ky4me
* egozim
* tuna
* Nem0
* tr4kj
* ipu
* 7h4rkun
* MyMistake
* mon231
* panda
* Naruto
* min4to
* blue_bird
* Hexer
* TheMan
* infinityAmmo
* HackME
* bibron_bond
* Mip
* charo
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lre
* lulz
* mele
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* SpiderPig
* Xi
* Fiddle
* hari
* LoneWolf
* cugz
* revolution
* volt
* madrid
* Mami_Tomoe
* Joker
* blanco
* p4rr0t
* rubberband
* Double
* Prorok
* Nefertari
* Aladin
* Owl
* Galile0
* an_the_game
* komiro
* Burnix
* an_the_king
* DanNightMare
* ebt
* Doc
* Chip
* Blank
* kululu
* Kn3
* PureEnergy
* timtim
* ToBerx
* plugs
* Sniper
* Soap
* t0xid
|-
| סווג מספרים לפי חלוקה ב3
|
* sp00ky4me
* cugz
* tuna
* Nem0
* tr4kj
* ipu
* MyMistake
* mon231
* panda
* Naruto
* clash
* min4to
* blue_bird
* Mip
* Hexer
* infinityAmmo
* charo
* cryp70n173
* lre
* lulz
* alpha
* PaperBag
* SpiderPig
* Xi
* 5quirr31_10rd
* Mr_M33533K5
* LoneWolf
* revolution
* DanNightMare
* Mami_Tomoe
* p4rr0t
* rubberband
* blanco
* Galile0
* Owl
* Double
* Kn3
* timtim
* plugs
|-
| ערך מוחלט
|
* iDesireJustice
* Direw0lf
* tuna
* tr4kj
* ninjailbreak
* ipu
* bug1
* 7h4rkun
* MyMistake
* mon231
* panda
* Naruto
* min4to
* blue_bird
* Mip
* HackME
* TheMan
* infinityAmmo
* red_walker
* RN1k
* charo
* R3v3rsedReality
* cryp70n173
* lre
* lulz
* alpha
* mele
* PaperBag
* H2O
* SpiderPig
* Mr_M33533K5
* LoneWolf
* revolution
* Mami_Tomoe
* p4rr0t
* rubberband
* Maylive
* blanco
* madrid
* Double
* Aladin
* Galile0
* komiro
* r1fl
* an_the_game
* an_the_king
* DanNightMare
* ebt
* Doc
* Chip
* Nick
* kululu
* Blank
* PureEnergy
* Kn3
* timtim
* ToBerx
* plugs
* Soap
* Sniper
|-
| ערך מוחלט מרוכב
|
* the_duke
* iDesireJustice
* DanNightMare
* blue_bird
|-
| ערך מוחלט אמיתי
|
* the_duke
* tuna
* panda
* Naruto
* mon231
* TheMan
* red_walker
* cryp70n173
* Brave_Sir_Robin
* alpha
* PaperBag
* Mr_M33533K5
* SpiderPig
* H2O
* 5quirr31_10rd
* revolution
* madrid
* Mami_Tomoe
* LoneWolf
* Double
* Karokanninja
* noone
* Galile0
* komiro
* an_the_game
* DanNightMare
* an_the_king
* ebt
* Doc
* Chip
* PureEnergy
* plugs
* Soap
* t0xid
|-
| מזהה השליליים
|
* gorez123
* the_duke
* Qilaz
* bug1
* Direw0lf
* sp00ky4me
* cugz
* tuna
* Nem0
* tr4kj
* ipu
* MyMistake
* mon231
* panda
* Naruto
* 7h4rkun
* min4to
* blue_bird
* Mip
* DanNightMare
* Hexer
* TheMan
* infinityAmmo
* HackME
* bibron_bond
* Mr_Robot
* RN1k
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lre
* lulz
* mele
* PaperBag
* SpiderPig
* LoneWolf
* hari
* revolution
* clash
* volt
* madrid
* p4rr0t
* rubberband
* blanco
* Maylive
* Prorok
* Double
* Aladin
* Nefertari
* Owl
* Galile0
* Chip
* an_the_game
* komiro
* Burnix
* an_the_king
* Doc
* ebt
* kululu
* Nick
* Kn3
* PureEnergy
* plugs
* Soap
|-
| מוצא הזוגיות
|
* gorez123
* the_duke
* bug1
* Direw0lf
* sp00ky4me
* cugz
* tuna
* Nem0
* tr4kj
* ipu
* 7h4rkun
* panda
* mon231
* Naruto
* min4to
* blue_bird
* Mip
* Hexer
* CrazyMan
* TheMan
* infinityAmmo
* HackME
* bibron_bond
* Mr_Robot
* RN1k
* charo
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lulz
* mele
* PaperBag
* Xi
* 5quirr31_10rd
* LoneWolf
* hari
* revolution
* clash
* volt
* p4rr0t
* rubberband
* Maylive
* blanco
* madrid
* Double
* Nefertari
* Galile0
* an_the_game
* DanNightMare
* komiro
* an_the_king
* Doc
* Chip
* ebt
* deglat
* Nick
* PureEnergy
* Kn3
* Blank
* kululu
* plugs
* Sniper
|-
| מציג סידרה זוגית או אי זוגית
|
* gorez123
* Direw0lf
* bug1
* sp00ky4me
* tr4kj
* tuna
* ipu
* Naruto
* panda
* min4to
* Mip
* blue_bird
* DanNightMare
* infinityAmmo
* Hexer
* cryp70n173
* charo
* lulz
* mele
* PaperBag
* 5quirr31_10rd
* cugz
* Xi
* LoneWolf
* revolution
* clash
* Mami_Tomoe
* p4rr0t
* rubberband
* blanco
* Double
* komiro
* An_the_game
* Doc
* Blank
* PureEnergy
* Kn3
* timtim
* kululu
* t0xid
|-
| מדפיס המנה והשארית
|
* Qilaz
* Anton7
* Direw0lf
* bug1
* tuna
* ipu
* mon231
* 7h4rkun
* panda
* Naruto
* min4to
* blue_bird
* Mip
* CrazyMan
* TheMan
* infinityAmmo
* HackME
* Hexer
* Mr_Robot
* RN1k
* R3v3rsedReality
* cryp70n173
* lulz
* mele
* PaperBag
* H2O
* F4dora_0f_d00m
* Mr_M33533K5
* 5quirr31_10rd
* cugz
* revolution
* clash
* LoneWolf
* hari
* madrid
* Mami_Tomoe
* p4rr0t
* rubberband
* Maylive
* Double
* blanco
* Chip
* komiro
* an_the_game
* DanNightMare
* an_the_king
* Doc
* ebt
* Nick
* Blank
* PureEnergy
* kululu
* plugs
* Soap
|-
| מדפיס המנה והשארית לנינג'ות
|
* bug1
* gorez123
* cugz
* ipu
* tuna
* TheMan
* infinityAmmo
* blue_bird
* RN1k
* charo
* R3v3rsedReality
* cryp70n173
* mele
* PaperBag
* SpiderPig
* 5quirr31_10rd
* rubberband
* komiro
* DanNightMare
* Galile0
|-
| הופך הספרות
|
* Qilaz
* iDesireJustice
* Anton7
* Direw0lf
* tr4kj
* tuna
* ninjailbreak
* ipu
* MyMistake
* mon231
* Naruto
* blue_bird
* Mip
* HackME
* infinityAmmo
* TheMan
* red_walker
* Hexer
* charo
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* lulz
* mele
* alpha
* PaperBag
* H2O
* F4dora_0f_d00m
* 5quirr31_10rd
* cugz
* LoneWolf
* clash
* hari
* Mami_Tomoe
* p4rr0t
* rubberband
* blanco
* Aladin
* Chip
* Double
* komiro
* an_the_game
* DanNightMare
* an_the_king
* Doc
* ebt
* Nick
* timtim
* PureEnergy
* Soap
* plugs
* kululu
|-
| פותר המשוואות הריבועיות
|
* Qilaz
* Direw0lf
* tuna
* ipu
* MyMistake
* mon231
* Naruto
* infinityAmmo
* TheMan
* blue_bird
* Mr_Robot
* charo
* Brave_Sir_Robin
* cryp70n173
* RN1k
* mele
* PaperBag
* F4dora_0f_d00m
* cugz
* revolution
* rubberband
* Mikasa
* Burnix
* DanNightMare
* komiro
* an_the_game
* Doc
* Nick
* timtim
* kululu
* Soap
|-
| ממיר הכספים
|
* gorez123
* tr4kj
* ipu
* Naruto
* panda
* blue_bird
* TheMan
* HackME
* Mip
* Mr_Robot
* cryp70n173
* charo
* mele
* Hexer
* H2O
* cugz
* revolution
* blanco
* Owl
* Double
* komiro
* an_the_game
* DanNightMare
* kululu
* Blank
* Kn3
* PureEnergy
|-
| סוכם הספרות האובססיבי
|
* Qilaz
* Direw0lf
* tuna
* ipu
* infinityAmmo
* blue_bird
* TheMan
* charo
* RN1k
* PaperBag
* Mr_M33533K5
* F4dora_0f_d00m
* cugz
* revolution
* Naruto
* Mami_Tomoe
* p4rr0t
* rubberband
* Maylive
* komiro
* Burnix
* Nick
* PureEnergy
* DanNightMare
* Soap
* t0xid
|-
| לוח הכפל
|
* Qilaz
* Direw0lf
* bug1
* sp00ky4me
* tr4kj
* tuna
* panda
* Naruto
* clash
* CrazyMan
* infinityAmmo
* Hexer
* TheMan
* blue_bird
* R3v3rsedReality
* cryp70n173
* charo
* lre
* RN1k
* lulz
* PaperBag
* F4dora_0f_d00m
* 5quirr31_10rd
* cugz
* LoneWolf
* revolution
* p4rr0t
* komiro
* Galile0
* ebt
* an_the_game
* Doc
* Burnix
* Nick
* an_the_king
* timtim
* PureEnergy
* kululu
|-
| שמות ימים
|
* Qilaz
* Anton7
* Direw0lf
* bug1
* sp00ky4me
* tr4kj
* tuna
* 7h4rkun
* mon231
* clash
* panda
* Naruto
* min4to
* blue_bird
* Mip
* TheMan
* bibron_bond
* RN1k
* R3v3rsedReality
* Brave_Sir_Robin
* cryp70n173
* charo
* mele
* PaperBag
* H2O
* F4dora_0f_d00m
* Xi
* Mr_M33533K5
* 5quirr31_10rd
* cugz
* hari
* LoneWolf
* revolution
* volt
* madrid
* Mami_Tomoe
* p4rr0t
* rubberband
* Maylive
* blanco
* Galile0
* Owl
* Chip
* komiro
* an_the_game
* Burnix
* ebt
* Doc
* an_the_king
* Blank
* kululu
* Nick
* PureEnergy
* Sniper
* plugs
* Soap
|-
| ימים בחודש
|
* Qilaz
* bug1
* Direw0lf
* sp00ky4me
* tr4kj
* tuna
* panda
* Naruto
* mon231
* min4to
* blue_bird
* Hexer
* TheMan
* bibron_bond
* Mip
* RN1k
* charo
* lulz
* H2O
* F4dora_0f_d00m
* Xi
* 5quirr31_10rd
* cugz
* mele
* hari
* LoneWolf
* revolution
* clash
* madrid
* Mami_Tomoe
* p4rr0t
* rubberband
* blanco
* Galile0
* Owl
* komiro
* an_the_game
* an_the_king
* Chip
* ebt
* Doc
* Blank
* PureEnergy
* plugs
* Soap
* t0xid
|-
| Gorez Trivia
|
* gorez123
* the_duke
* Direw0lf
* tr4kj
* min4to
* TheMan
* cryp70n173
* charo
* Mip
* cugz
* revolution
* komiro
* Burnix
|-
| משווה המספרים
|
* Qilaz
* iDesireJustice
* gorez123
* Anton7
* Direw0lf
* bug1
* clash
* sp00ky4me
* tr4kj
* tuna
* Mip
* Naruto
* mon231
* 7h4rkun
* panda
* blue_bird
* infinityAmmo
* Hexer
* RN1k
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* charo
* mele
* lulz
* H2O
* Mr_M33533K5
* F4dora_0f_d00m
* Fiddle
* 5quirr31_10rd
* cugz
* LoneWolf
* Xi
* revolution
* hari
* volt
* Mami_Tomoe
* p4rr0t
* rubberband
* Maylive
* blanco
* Double
* madrid
* Owl
* komiro
* an_the_game
* ebt
* Chip
* Doc
* Blank
* kululu
* Nick
* an_the_king
* PureEnergy
* Kn3
* ToBerx
* plugs
* Sniper
|-
| מחליף ערכים
|
* tr4kj
* panda
* Naruto
* mon231
* Cr33p3r
* min4to
* Mip
* infinityAmmo
* TheMan
* blue_bird
* Hexer
* RN1k
* charo
* R3v3rsedReality
* cryp70n173
* lulz
* H2O
* Xi
* 5quirr31_10rd
* hari
* volt
* cugz
* revolution
* Maylive
* Mami_Tomoe
* p4rr0t
* blanco
* madrid
* Nefertari
* komiro
* Burnix
* an_the_game
* ebt
* deglat
* Blank
* Chip
* PureEnergy
* Kn3
* plugs
|-
| מענה אוטומטי מאובטח
|
* Qilaz
* iDesireJustice
* tr4kj
* tuna
* mon231
* Naruto
* min4to
* infinityAmmo
* Mip
* blue_bird
* alpha
* H2O
* Fiddle
* 5quirr31_10rd
* cugz
* clash
* Aladin
* Galile0
* Chip
* Owl
* komiro
* Burnix
* PureEnergy
|-
| strtolower
|
* iDesireJustice
* tuna
* infinityAmmo
* blue_bird
* Mip
* Hexer
* Brave_Sir_Robin
* charo
* lre
* Mr_M33533K5
* 5quirr31_10rd
* cugz
* LoneWolf
* Naruto
* revolution
* DanNightMare
* Mami_Tomoe
* p4rr0t
* min4to
* Galile0
* blanco
* komiro
* an_the_game
* Nick
* timtim
* PureEnergy
* kululu
|-
| מדפיס abc
|
* ipu
* sp00ky4me
* bug1
* tr4kj
* ninjailbreak
* DanNightMare
* panda
* Naruto
* tuna
* mon231
* clash
* blue_bird
* CrazyMan
* TheMan
* infinityAmmo
* Mip
* charo
* cryp70n173
* mele
* Hexer
* H2O
* Mr_M33533K5
* F4dora_0f_d00m
* LoneWolf
* cugz
* Xi
* hari
* revolution
* p4rr0t
* blanco
* Double
* Chip
* Galile0
* komiro
* an_the_game
* an_the_king
* Burnix
* Doc
* kululu
* PureEnergy
* Kn3
* plugs
* t0xid
|-
| חזקה
|
* cugz
* panda
* Naruto
* komiro
* PureEnergy
|-
| מאכלס מערך
|
* clash
* sp00ky4me
* tr4kj
* tuna
* bug1
* panda
* 7h4rkun
* ipu
* Naruto
* min4to
* Mip
* blue_bird
* Hexer
* charo
* Brave_Sir_Robin
* cryp70n173
* RN1k
* Mr_M33533K5
* cugz
* LoneWolf
* revolution
* hari
* Xi
* Mami_Tomoe
* p4rr0t
* Double
* blanco
* madrid
* Galile0
* Owl
* an_the_game
* komiro
* ebt
* Doc
* kululu
* Nick
* PureEnergy
* Blank
* Kn3
|-
| מדפיס מערך
|
* iDesireJustice
* gorez123
* Anton7
* Direw0lf
* bug1
* tr4kj
* tuna
* ninjailbreak
* 7h4rkun
* ipu
* the_duke
* panda
* Naruto
* min4to
* blue_bird
* Mip
* infinityAmmo
* Hexer
* charo
* R3v3rsedReality
* Brave_Sir_Robin
* cryp70n173
* RN1k
* mele
* alpha
* Mr_M33533K5
* cugz
* hari
* revolution
* Xi
* Mami_Tomoe
* p4rr0t
* Maylive
* Double
* blanco
* Galile0
* Owl
* an_the_game
* komiro
* Doc
* kululu
* Nick
* PureEnergy
* Blank
* Kn3
* Sniper
* plugs
|-
| מוצא כפילויות במערך
|
* iDesireJustice
* gorez123
* charo
* cugz
* revolution
* hari
* p4rr0t
* komiro
* PureEnergy
* Nick
* Kn3
|-
| מוצא מספר במערך
|
* iDesireJustice
* the_duke
* Mip
* infinityAmmo
* tuna
* charo
* Brave_Sir_Robin
* cryp70n173
* RN1k
* cugz
* hari
* revolution
* Xi
* p4rr0t
* blanco
* Double
* komiro
* kululu
* PureEnergy
* Kn3
|-
| היפוך מערך
|
* iDesireJustice
* gorez123
* Anton7
* Direw0lf
* bug1
* sp00ky4me
* tr4kj
* panda
* tuna
* Naruto
* min4to
* blue_bird
* Mip
* infinityAmmo
* red_walker
* Brave_Sir_Robin
* charo
* RN1k
* lre
* mele
* alpha
* Hexer
* cugz
* LoneWolf
* hari
* revolution
* Xi
* p4rr0t
* blanco
* Double
* Galile0
* Owl
* an_the_game
* Burnix
* komiro
* an_the_king
* ebt
* kululu
* timtim
* PureEnergy
* toberx
* plugs
|-
| האלמנט השונה במערך
|
* ipu
* ninjailbreak
* cryp70n173
* cugz
* revolution
* komiro
|-
| חיפוש בינארי
|
* Fiddle
* cugz
* revolution
* Naruto
* DanNightMare
* Maylive
* noone
* Galile0
* komiro
* Kn3
* timtim
* PureEnergy
|-
| מזהה פאלינדרומים
|
* iDesireJustice
* blue_bird
* infinityAmmo
* tuna
* red_walker
* charo
* RN1k
* cugz
* revolution
* p4rr0t
* Karokanninja
* Galile0
* PureEnergy
|-
| סוכם האיברים הזוגיים
|
* iDesireJustice
* gorez123
* Mip
* blue_bird
* cryp70n173
* charo
* cugz
* revolution
* p4rr0t
* blanco
* Burnix
* komiro
* PureEnergy
* Soap
* kululu
|-
| מסדר השמות לפי א-ב
|
* iDesireJustice
* Hexer
* cugz
* revolution
* p4rr0t
|-
| מפרק המחרוזות
|
* iDesireJustice
* the_duke
* Direw0lf
* 7h4rkun
* ipu
* Naruto
* min4to
* infinityAmmo
* blue_bird
* tuna
* red_walker
* Mip
* charo
* lre
* cugz
* LoneWolf
* revolution
* blanco
* double
* Galile0
* an_the_game
* Burnix
* komiro
* kululu
* PureEnergy
|-
| מודד המחרוזות לנינג'ות
|
* iDesireJustice
* the_duke
* Direw0lf
* Naruto
* infinityAmmo
* blue_bird
* Mip
* Brave_Sir_Robin
* charo
* lre
* cugz
* revolution
* DanNightMare
* p4rr0t
* Maylive
* madrid
* Galile0
* komiro
* PureEnergy
* timtim
* t0xid
|-
| מחליף האותיות
|
* iDesireJustice
* the_duke
* Direw0lf
* TheMan
* infinityAmmo
* red_walker
* blue_bird
* lre
* RN1k
* cugz
* revolution
* p4rr0t
* Maylive
* madrid
* blanco
* Owl
* an_the_game
* Burnix
* kululu
* PureEnergy
|-
| Bubble sort
|
* iDesireJustice
* blue_bird
* Brave_Sir_Robin
* charo
* cugz
* revolution
* DanNightMare
* p4rr0t
* PureEnergy
|-
| To sort and beyond
|
* cugz
|-
| פונקציה דומה ל-strlen - בלי h
|
* gorez123
* Direw0lf
* cugz
* ipu
* tr4kj
* infinityAmmo
* blue_bird
* Mip
* charo
* revolution
* p4rr0t
* PureEnergy
* t0xid
|-
| עצרת הקניבלים
|
* the_duke
* tr4kj
* ninjailbreak
* tuna
* blue_bird
* TheMan
* infinityAmmo
* red_walker
* Mr_Robot
* cryp70n173
* Hexer
* SpiderPig
* revolution
* rubberband
* Maylive
* Karokanninja
* noone
* Galile0
* komiro
* Kn3
|-
| היסטוגרמה
|
* gorez123
* iDesireJustice
* Anton7
* Direw0lf
* tr4kj
* blue_bird
* infinityAmmo
* red_walker
* charo
* cugz
* LoneWolf
* p4rr0t
* Karokanninja
* Owl
* Burnix
* komiro
|-
| optimized strcat
|
* ipu
* cugz
|-
| pascal string functions
|
* ipu
* charo
* karokanninja
* noone
|-
| C namespace
|
* ipu
* cugz
|-
| Capital Divider
|
* ipu
* charo
* Mr_M33533K5
* cugz
* revolution
* DanNightMare
* Karokanninja
* komiro
|-
| מגלה הניצחון באיקס-עיגול
|
* ipu
* cugz
* clash
* ninjailbreak
* tuna
* red_walker
* alpha
* revolution
* Karokanninja
* t0xid
|-
| מימוש strcspan
|
* charo
* Karokanninja
|-
| Proof of pointer
|
* ipu
* Naruto
* panda
* Mip
* charo
* cugz
* revolution
* blanco
* komiro
* timtim
* PureEnergy
|-
| Var and Point
|
* ipu
* 7h4rkun
* TheMan
* Mip
* charo
* cugz
* Galile0
* komiro
* Kn3
* PureEnergy
* timtim
|-
| פויינטריק
|
* ipu
* ninjailbreak
* Galile0
* t0xid
|-
| פונקציית פויינטר
|
* ipu
* ninjailbreak
* tuna
* Mip
* blue_bird
* cugz
* charo
* Galile0
* komiro
* PureEnergy
* t0xid
|-
| הדפסת A רקורסיבית
|
* ipu
* bug1
* tuna
* Naruto
* blue_bird
* charo
* Brave_Sir_Robin
* lre
* Hexer
* Mr_M33533K5
* F4dora_0f_d00m
* Mip
* cugz
* revolution
* madrid
* Galile0
* Burnix
* komiro
* PureEnergy
* Kn3
* timtim
* plugs
* t0xid
|-
| הדפסת AB רקורסיבית
|
* tuna
* Naruto
* blue_bird
* red_walker
* charo
* Brave_Sir_Robin
* lre
* Hexer
* F4dora_0f_d00m
* Mr_M33533K5
* Mip
* cugz
* madrid
* Karokanninja
* Galile0
* komiro
* PureEnergy
* Kn3
|-
| עצרת רקורסיבית
|
* blue_bird
* Mr_Robot
* charo
* lre
* Hexer
* Mr_M33533K5
* F4dora_0f_d00m
* Mip
* cugz
* Naruto
* revolution
* Maylive
* madrid
* noone
* Galile0
* komiro
* PureEnergy
|-
| היפוך מערך רקורסיבי
|
* ipu
* bug1
* blue_bird
* lre
* Hexer
* Mip
* revolution
* DanNightMare
* Karokanninja
* noone
* galile0
* Burnix
|-
| גילוי מערך זוגי ללא לולאות
|
* ipu
* charo
* lre
* Mr_M33533K5
* cugz
* revolution
* noone
* galile0
* PureEnergy
|-
| גילוי פאלינדרום ללא לולאות
|
* ipu
* blue_bird
* red_walker
* lre
* charo
* cugz
* revolution
* Karokanninja
|-
| מדפיס מערך דו כיווני רקורסיבי
|
* ipu
* cugz
* revolution
|-
| סוכם מערך רקורסיבי
|
* ipu
* blue_bird
* charo
* Mr_M33533K5
* cugz
* revolution
* noone
* PureEnergy
* Kn3
* timtim
|-
| בודק חלוקה ב3 רקורסיבי
|
* ipu
* charo
* Mr_M33533K5
* cugz
* revolution
* galile0
|-
| סופר הזוגיים הרקורסיבי
|
* ipu
* Mr_M33533K5
* Kn3
* PureEnergy
|-
| חצי שעון חול רקורסיבי
|
* ipu
* cugz
* revolution
* t0xid
|-
| מגלה וירוסים בתיקיה
|
* ipu
|-
| מגלה וירוסים בראש ובזנב
|
* ipu
|-
| First Makefile
|
* ipu
|-
| תאריך פלוס אחד
|
* ninjailbreak
* cugz
* revolution
* PureEnergy
|-
| מבנה משתמש
|
* cugz
* tuna
* blue_bird
* charo
* Hexer
* F4dora_0f_d00m
* revolution
* PureEnergy
* t0xid
|-
| ביט חכם
|
* plugs
* t0xid
|-
| המדביק
|
* ipu
|-
| ניחוש בינארי
|
* cugz
* tr4kj
* TheMan
* red_walker
* RN1k
* Hexer
* SpiderPig
* DanNightMare
* Karokanninja
* noone
|-
| שעון בטרמינל
|
* cugz
* charo
* Mr_M33533K5
* F4dora_0f_d00m
* Mip
* revolution
* Karokanninja
* noone
* galile0
* PureEnergy
* Soap
* t0xid
|-
| EOF in STDIN
|
* Direw0lf
* bug1
* the_duke
* DanNightMare
* Mip
* cugz
* t0xid
|-
| בודק הזהות והאשראי
|
* red_walker
* alpha
* Hexer
* Karokanninja
|-
| רשימה מקושרת של משתמשים
|
* red_walker
* charo
* Karokanninja
* noone
|-
| crackme סיסמה פשוט לצוות רוורסינג
|
* Anton7
* gorez123
* Direw0lf
* Qilaz
* sp00ky4me
* tr4kj
* Mip
* mon231
* Naruto
* panda
* clash
* min4to
* blue_bird
* cugz
* TheMan
* red_walker
* bibron_bond
* F4dora_0f_d00m
* Xi
* hari
* revolution
* Double
* blanco
* Galile0
|-
| crackme סיסמה על בסיס מילון לצוות רוורסינג
|
* gorez123
* the_duke
* TheMan
* red_walker
|-
| crackme סיסמה על בסיס הצפנת שם משתמש לצוות רוורסינג
|
* Direw0lf
* F4dora_0f_d00m
|-
| crackme שימושי כלשהו לצוות רוורסינג
|
* cugz
|-
| מחלק משותף גדול ביותר (gcd)
|
* DanNightMare
* PureEnergy
|-
| Header File
|
* iDesireJustice
|-
| פרוייקט - עבודה עם מודלים
|
* iDesireJustice
|-
| הקצאות דינמיות - פרוייקט
|
* iDesireJustice
|-
| רשימות מקושרות - פרוייקט
|
* iDesireJustice
|-
| עצים ורקורסיה - פרוייקט
|
* iDesireJustice
|-
| פוינטרים לפונקציות - פרוייקט
|
* iDesireJustice
|-
| Guess the game
|
* cugz
|-
| alpha מערכת נוירונית
|
* cugz
|-
| מחפש מחרוזות בקובץ
|
* Mr_Robot
* cugz
* Karokanninja
* Galile0
|-
| אסמבלר לשפה מומצאת
|
* TheMan
|-
| הכפלה ע"י פוינטר
|
*Fiddle
|-
|שוני בין פונקציות
|
* Fiddle
|-
|הופעת מספרים רקורסיבית
|
* Fiddle
|-
|recursive print numbers
|
* Fiddle
|-
| cat2dog
|
* madrid
|-
| mytime
|
* madrid
|-
| dice
|
* madrid
|-
| עבודה עם עצים. כתיבת פונקציות רקורסיביות. מערכת ניהול של בנק.
|
* madrid
|-
| תאריך עתידי
|
* Mikasa
|-
| פרויקט Operating Systems (0368-2162) Parallel File Find - C language features
|
* r1fl
|-
| פרויקט Operating Systems (0368-2162) Parallel File Find - Thread management and locks
|
* r1fl
|-
| היקף מעגל עם math
|
* Burnix
|-
| נקודות טכניות
|
* komiro - 2
* Mala_Reverse - 1
* Lip0s - 1
* Ig0r - 1
* dark_solo - 1
* Zel - 1
* Ed - 1
* chuk - 1
* venfox - 1
|-
| Brainf*ck Interpreter
|
* PureEnergy
|}
===אתגרי zig===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| hello world
|
* the_duke
|-
|-
| ziglings
|
* the_duke - (levels done: 5) - 1
|}
===אתגרי Rust===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| hello world
|
* Panic!
* Tefen
* Mami_Tomoe
* noone
* bonobo
* Chip
* SpiderPig
* SnowyFox
|-
|-
| variables - [https://github.com/rust-lang/rustlings/tree/main/exercises/variables rustlings]
|
* Panic!
* Tefen
* Chip
* Mami_Tomoe
* noone
* bonobo
* SpiderPig
|-
|-
| functions - [https://github.com/rust-lang/rustlings/tree/main/exercises/functions rustlings]
|
* Panic!
* Tefen
* Chip
* Mami_Tomoe
* noone
* bonobo
* SpiderPig
|-
|-
| if - [https://github.com/rust-lang/rustlings/tree/main/exercises/if rustlings]
|
* Panic!
* Tefen
* Chip
* Mami_Tomoe
* noone
* SpiderPig
|-
|-
| quiz1 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz1.rs rustlings]
|
* Panic!
* Chip
* Mami_Tomoe
* noone
* SpiderPig
|-
|-
| move_semantics - [https://github.com/rust-lang/rustlings/tree/main/exercises/move_semantics rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| primitive_types - [https://github.com/rust-lang/rustlings/tree/main/exercises/primitive_types rustlings]
|
* Panic!
* Mami_Tomoe
* noone
* SpiderPig
|-
|-
| structs - [https://github.com/rust-lang/rustlings/tree/main/exercises/structs rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| enums - [https://github.com/rust-lang/rustlings/tree/main/exercises/enums rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| modules - [https://github.com/rust-lang/rustlings/tree/main/exercises/modules rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| collections - [https://github.com/rust-lang/rustlings/tree/main/exercises/collections rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| strings - [https://github.com/rust-lang/rustlings/tree/main/exercises/strings rustlings]
|
* Panic!
* Chip
* Mami_Tomoe
* noone
|-
|-
| quiz2 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz2.rs rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| errors - [https://github.com/rust-lang/rustlings/tree/main/exercises/error_handling rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| generics - [https://github.com/rust-lang/rustlings/tree/main/exercises/generics rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| option - [https://github.com/rust-lang/rustlings/tree/main/exercises/option rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| traits - [https://github.com/rust-lang/rustlings/tree/main/exercises/traits rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| tests - [https://github.com/rust-lang/rustlings/tree/main/exercises/tests rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| quiz3 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz3.rs rustlings]
|
* Panic!
* Mami_Tomoe
* noone
|-
|-
| standard library types - [https://github.com/rust-lang/rustlings/tree/main/exercises/standard_library_types rustlings]
|
* Panic!
* Mami_Tomoe
|-
|-
| threads - [https://github.com/rust-lang/rustlings/tree/main/exercises/threads rustlings]
|
* Panic!
* Mami_Tomoe
|-
|-
| macros - [https://github.com/rust-lang/rustlings/tree/main/exercises/macros rustlings]
|
* Panic!
* Mami_Tomoe
|-
|-
| quiz4 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz4.rs rustlings]
|
* Panic!
* Mami_Tomoe
|-
|-
| clippy - [https://github.com/rust-lang/rustlings/tree/main/exercises/clippy rustlings]
|
* Panic!
* Mami_Tomoe
|-
|-
| conversions - [https://github.com/rust-lang/rustlings/tree/main/exercises/conversions rustlings]
|
* Panic!
|-
| פרוייקט המזל"ט גירסת rust - המאזין
|
* Panic!
|-
| Mini grep
|
* Panic!
|-
| real time chat
|
* Panic!
|-
|codewars 2020
|
* Panic! - MeitarR - 11
* Chip - Chip1 - 2
|-
|exercism
|
* Panic! - MeitarR - 13
* Chip - 1chip1 - 1
|}
===אתגרי Python===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| מתרגם המספרים
|
* Dr7
* Anton7
* Qilaz
* trizz
* infinityAmmo
* panda
* tr4kj
* SpiderPig
* cugz
* Mip
* revolution
* Naruto
* Mami_Tomoe
|-
| מתרגם המספרים הגדולים
|
* cugz
* infinityAmmo
* SpiderPig
* revolution
|-
| Codingbat Python
|
* Fiddle - [http://codingbat.com/done?user=(complete_this)@gmail.com&tag=7925256246] (complete the mail in the link), Count: 28 - 14
* ninjailbreak - [http://codingbat.com/done?user=(complete_this)@gmail.com&tag=1407667706] (complete the mail in the link), Count: 36 - 18
* bug1 - [http://codingbat.com/done?user=(complete_this)2309(complete_this)@gmail.com&tag=5860038836] (complete the mail in the link), Count: 33 - 16
* tr4kj - [http://codingbat.com/done?user=(complete_this)2003@gmail.com&tag=7114035744] (complete the mail in the link), Count: 36 - 18
* panda - [http://codingbat.com/done?user=(complete_this)ash64@gmail.com&tag=8438745342] (complete the mail in the link), Count: 25 - 12
* cugz - [http://codingbat.com/done?user=(complete_this)22@gmail.com&tag=6880445867] (complete the mail in the link), Count: 16 - 8
* Naruto - [http://codingbat.com/done?user=(complete_this)78@gmail.com&tag=9113643821] (complete the mail in the link), Count: 25 - 12
|-
| פרנהייט - צלזיוס
|
* Qilaz
* bug1
* ninjailbreak
* panda
* tr4kj
* Naruto
* infinityAmmo
* blue_bird
* SpiderPig
* cugz
* Mip
* revolution
* Mami_Tomoe
* Pl4t0
* Galile0
* Double
* an_the_game
* an_the_king
|-
| קריאת משתנה סביבה
|
* Panic!
|-
| סחרחורת
|
* SpiderPig
* revolution
|-
| כתיבה וקריאה מקובץ
|
* Qilaz
* iDesireJustice
* panda
* tr4kj
* blue_bird
* SpiderPig
* cugz
* Mip
* revolution
* Naruto
* Mami_Tomoe
* Galile0
* PureEnergy
|-
| התשובה להכל
|
* Qilaz
* iDesireJustice
* ninjailbreak
* panda
* Naruto
* tr4kj
* blue_bird
* cugz
* Mip
* revolution
* Mami_Tomoe
* Pl4t0
* Galile0
* double
* an_the_game
* an_the_king
|-
| מדפיס הגיל
|
* Qilaz
* iDesireJustice
* bug1
* ninjailbreak
* panda
* Naruto
* tr4kj
|-
| מדפיס הגיל והאות הראשונה בשם
|
* Qilaz
* ninjailbreak
* panda
* Naruto
* tr4kj
|-
| משווה המספרים
|
* bug1
* ninjailbreak
* panda
* Naruto
* tr4kj
|-
| מחשב המשכורות
|
* Qilaz
* ninjailbreak
* Naruto
* tr4kj
* infinityAmmo
* panda
* blue_bird
* cugz
* Mip
* revolution
* galile0
* an_the_game
* an_the_king
|-
| קליטה חכמה של פרטי משתמש
|
* Qilaz
* tr4kj
* cugz
* Mip
* revolution
* Galile0
|-
| הופך הספרות
|
* bug1
* ninjailbreak
* panda
* tr4kj
* Naruto
|-
| פידלפונג 3D
|
* Fiddle
|-
| פידלפונג 3D - ניקוד
|
* Fiddle
|-
| pythonchallenge.com challenge 0
|
* Direw0lf
* panda
* Naruto
* cugz
* tr4kj
* infinityAmmo
* blue_bird
* ninjailbreak
* bug1
* charo
* SpiderPig
* Mip
* noone
* Galile0
* An_the_game
* An_the_king
|-
| pythonchallenge.com challenge 1
|
* Direw0lf
* panda
* tr4kj
* infinityAmmo
* cugz
* blue_bird
* ninjailbreak
* bug1
* charo
* SpiderPig
* Mip
* Naruto
* noone
* Galile0
|-
| pythonchallenge.com challenge 2
|
* Direw0lf
* tr4kj
* infinityAmmo
* cugz
* blue_bird
* ninjailbreak
* bug1
* charo
* SpiderPig
* Mip
* Naruto
* noone
* Galile0
|-
| pythonchallenge.com challenge 3
|
* Direw0lf
* tr4kj
* cugz
* ninjailbreak
* panda
* blue_bird
* bug1
* charo
* Mip
* Naruto
* noone
* Galile0
|-
| pythonchallenge.com challenge 4
|
* Direw0lf
* infinityAmmo
* tr4kj
* panda
* cugz
* bug1
* charo
* Naruto
* noone
|-
| pythonchallenge.com challenge 5
|
* Direw0lf
* infinityAmmo
* tr4kj
* panda
* bug1
* charo
* noone
|-
| pythonchallenge.com challenge 6
|
* Direw0lf
* infinityAmmo
* tr4kj
* panda
* bug1
* charo
* noone
|-
| pythonchallenge.com challenge 7
|
* Direw0lf
* noone
|-
| pythonchallenge.com challenge 8
|
* Direw0lf
* noone
|-
| מפענח מורס
|
* ninjailbreak
* panda
* blue_bird
|-
| Port scanning
|
* ninjailbreak
|-
| Hello python
|
* ninjailbreak
* panda
* Naruto
* tr4kj
* TheMan
* sp00ky4me
* blue_bird
* min4to
* charo
* SpiderPig
* cugz
* Mip
* Mami_Tomoe
* Pl4t0
* Chip
* Galile0
* An_the_game
* an_the_king
* kn3
|-
| True/False
|
* ninjailbreak
* panda
* Naruto
* tr4kj
* kn3
|-
| num to x
|
* ninjailbreak
* panda
* Naruto
* tr4kj
* sp00ky4me
* blue_bird
* cugz
* Mip
* galile0
* double
* An_the_game
* PureEnergy
* kn3
* An_the_king
|-
| קלט הפוך
|
* ninjailbreak
* panda
* tr4kj
* Naruto
* blue_bird
* cugz
* Mip
* Galile0
* PureEnergy
* kn3
|-
| רשימה
|
* ninjailbreak
* panda
* Naruto
* tr4kj
* blue_bird
* charo
* cugz
* Mip
* An_the_game
* PureEnergy
* An_the_king
|-
| מי אני
|
* ninjailbreak
* panda
* cugz
* Mip
* Naruto
* An_the_game
* Burnix
|-
| foreach
|
* ninjailbreak
* panda
* Naruto
* cugz
* Mip
* PureEnergy
* an_the_king
|-
| שליטה בקומנד ליין(ווינדווס)
|
* ninjailbreak
* panda
* Burnix
|-
| אנימציה
|
* ninjailbreak
* panda
* Naruto
|-
| שילוב עם C
|
* ninjailbreak
* Naruto
* panda
* Mip
|-
| מדפיס השם והגיל בOOP
|
* bug1
* ninjailbreak
* tr4kj
* cugz
* Mip
* Naruto
* an_the_king
|-
| קרוב ל10
|
* tr4kj
* ninjailbreak
* panda
* Naruto
|-
| שרת פקודות בסיסי
|
* tr4kj
* panda
* charo
* Naruto
|-
| סכום המספרים עד x
|
* tr4kj
* blue_bird
* cugz
* Mip
* Naruto
* Angel
|-
| זז במסך
|
* tr4kj
* panda
|-
| צייר לי ציור
|
* tr4kj
* panda
* blue_bird
|-
| the weird
|
* cugz
|-
|מדפיס השם והגיל בOOP משופר
|
* tr4kj
* Naruto
|-
| the snail!
|
* ninjailbreak
|-
| מוצא המחלקים לפי שארית
|
* cugz
* tr4kj
* panda
|-
| מתקן ההזחה
|
* cugz
|-
| נעלם ומופיע
|
* cugz
|-
| פרוייקט פינוי הקבצים
|
* min4to
|-
| panda++
|
* panda
|-
| fasta read
|
* panda
|-
| מימוש 3 פונקציות
|
* tr4kj
|-
| panda_key
|
* panda
|-
| plain simulator
|
* cugz
|-
| Gradient Descent AI
|
* cugz
|-
| Tetros - ticker
|
* cugz
|-
| Tetros - findMax
|
* cugz
|-
| Tetros - biased average
|
* cugz
|-
| Tetros - coord rotator
|
* cugz
|-
| Tetros - colision checker
|
* cugz
|-
| Tetros - all values equal
|
* cugz
|-
| Tetros - pygame game
|
* cugz
|-
| Codewars
|
* ninjailbreak - ([https://www.codewars.com/users/Ninjailbreak/completed ninjailbreak] white - 9, yellow - 7, blue - 1) - 26
* F4dora_0f_d00m - ([https://www.codewars.com/users/F4doraOfDoom/completed F4dora_0f_d00m] white - 16, yellow - 16, blue - 1) - 51
* Mr_M33533K5 - ([https://www.codewars.com/users/Mr_M33533K5/completed Mr_M33533K5] white - 9, yellow - 23 , blue - 4) - 88
* 5quirr31_10rd - ([https://www.codewars.com/users/5quirr31_10rd/completed 5quirr31_10rd] white - 24, yellow - 47, blue - 5) - 133
* revolution - ([https://www.codewars.com/users/revolution.b/completed revolution] white - 1, yellow - 2, blue - 0) - 5
* LoneWolf - ([https://www.codewars.com/users/LoneWolfi/completed LoneWolf] white - 25, yellow - 7, blue - 0) - 39
* Mip - ([https://www.codewars.com/users/Mips555/completed Mip] white - 11, yellow - 21, blue - 2) - 61
* Naruto - ([https://www.codewars.com/users/beta.Naruto/completed Naruto] white - 19, yellow - 21, blue - 1) - 64
* Prorok - ([https://www.codewars.com/users/prorok365/completed Prorok] white - 116, yellow - 9, blue - 0) - 134
* Fiddle - ([https://www.codewars.com/users/Fiddel/completed Fiddle] white - 28, yellow - 0, blue - 0) - 28
* SpiderPig - ([https://www.codewars.com/users/SpiderPigXL/completed SpiderPig] white - 8, yellow - 2, blue - 0) - 12
* Mikasa - ([https://www.codewars.com/users/mikasa_97/completed Mikasa] white - 1, yellow - 0, blue - 0) - 1
* Galile0 - ([https://www.codewars.com/users/galile0/completed Galile0] white - 20, yellow - 1, blue - 0) - 22
|-
| Codewars 2020
|
*
|-
| פירמידת דולרים
|
* Raccoon
|-
| סופר סכום קוביות
|
* Raccoon
|-
| תוכנת סטטיסטיקות
|
* Raccoon
|-
| תוכנת מטריצות
|
* Raccoon
|-
| חיפוש בDNA
|
* Raccoon
|-
| צופן הצבה ENCYPT\DECRYPT
|
* Raccoon
|-
| grading system
|
* Raccoon
|-
| פתיחת חיבור לשרת SQL
|
* Fiddle
|-
| אתגר הVHDL של Kn3
|
* Kn3
|-
| נקודות טכניות
|
* bug1 - 24
* Raccoon - 4
* Mikasa - 2
* gderu - 50
|}
===אתגרי Bioinformatics===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| Counting DNA Nucleotides
|
* tr4kj
* blue_bird
* ninjailbreak
* the_duke
* Galile0
|-
| Transcribing DNA into RNA
|
* tr4kj
* blue_bird
* ninjailbreak
* the_duke
* Galile0
|-
| Complementing a Strand of DNA
|
* tr4kj
* blue_bird
* ninjailbreak
* the_duke
* Galile0
|-
| Counting Point Mutations
|
* tr4kj
* blue_bird
* Galile0
|-
| Finding a Motif in DNAs
|
* tr4kj
|-
| Translating RNA into Protein
|
* tr4kj
* blue_bird
|-
| Computing GC Content
|
* tr4kj
|-
| Rabbits and Recurrence Relations
|
* tr4kj
* blue_bird
* ninjailbreak
* the_duke
|-
| Mendel's First Law
|
|-
| Enumerating Gene Orders
|
* tr4kj
* blue_bird
|-
| RNA Splicing
|
* tr4kj
|-
| Calculating Protein Mass
|
* tr4kj
* blue_bird
|-
| Inferring mRNA from Protein
|
* tr4kj
|-
| Partial Permutations
|
* tr4kj
|-
| Transitions and Transversions
|
* tr4kj
|-
| Consensus and Profile
|
* tr4kj
|-
| Overlap Graphs
|
* tr4kj
|-
| Finding a Spliced Motif
|
* tr4kj
|-
| Finding a Protein Motif
|
* tr4kj
|-
| Open Reading Frames
|
* tr4kj
|-
| Introduction to the Bioinformatics Armory
|
* tr4kj
|-
| Introduction to Protein Databases
|
* tr4kj
|-
| GenBank Introduction
|
* tr4kj
|-
| FASTQ format introduction
|
* tr4kj
|-
| global alignment 1
|
* tr4kj
|-
|}
===אתגרי Go===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| שם וגיל
|
* blue_bird
* F4dora_0f_d00m
* Chip
* Blank
* DanNightMare
|-
| fizzbuzz
|
* F4dora_0f_d00m
* Chip
|-
| שלום עולם http
|
* blue_bird
* F4dora_0f_d00m
* Chip
|-
| http mux
|
* blue_bird
* F4dora_0f_d00m
* Chip
|-
| פרמטר בכתובת
|
* blue_bird
* F4dora_0f_d00m
* Chip
|-
| יצירה וקריאה של עוגיות
|
* blue_bird
|-
| מסד נתונים
|
* blue_bird
|}
===אתגרי Kotlin===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| Hello World
|
* Snowyfox
|-
| var and val
|
* Snowyfox
|-
| Print Program Parameters
|
* Snowyfox
|}
===אתגרי Cpp===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| ++Hello C
|
* Weasley
* F4dora_0f_d00m
* Mami_Tomoe
|-
| Cool Calculator
|
* Mami_Tomoe
|-
| ערך מוחלט מתקדם
|
* F4dora_0f_d00m
|-
| Basic OOP
|
* F4dora_0f_d00m
|-
| מחשבון מטריצות
|
* iDesireJustice
|-
| Name Input
|
* F4dora_0f_d00m
* Mami_Tomoe
|-
| שרת שעונה לHTTP request לוקאלית
|
* iDesireJustice
|-
| משחק הלוח REVERSI
|
* iDesireJustice
|-
| להקת ציפורים
|
* iDesireJustice
|-
| להקת ציפורים - הרחבה
|
* iDesireJustice
|-
| חישוב סימולציות נומריות בעזרת STL
|
* iDesireJustice
|-
| סדרת פיבונאצ'י
|
* iDesireJustice
|-
| קסם של מפרקים
|
* iDesireJustice
|-
| קסם וירטואלי
|
* iDesireJustice
|-
| פוינטרים לפונקציות
|
* iDesireJustice
|-
| for_each שימוש
|
* iDesireJustice
|-
| שימוש ב iterator and sort
|
* iDesireJustice
|-
| abstract classes
|
* iDesireJustice
|-
| Global Function
|
* iDesireJustice
|-
| Classes Casting
|
* iDesireJustice
|-
| פרוייקט - מחסנית
|
* iDesireJustice
|}
===אתגרי PHP===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| Bounty - התנעה
|
* Ne0
* bountyWiz
|-
| Bounty - מנוע
|
* bountyWiz
* Ne0
|-
| Bounty - מנגנון גיבוי
|
* Ne0
|-
| מחשב הנקודות של אתרי האתגרים
|
* bug1
|-
| הסורוקומט - תיקוני באגים, סגנון ותיעודים
|
* Hexer
|-
| Bounty - חבילת התקנה
|
* the_duke
* Ne0
|-
| הסורוקומט - תיקוני באגים בSQL
|
* Hexer
|-
| הסורוקומט - מנגנון התחברות משתמשים
|
* Hexer
|-
| הסורוקומט - תיקונים במנגנון התחברות משתמשים
|
* Fiddle
|}
===אתגרי HTML===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| דף HTML בסיסי
|
* Dracoolazer
* j0rdan
* yShoko
* miritmor2000
* gorez123
* catcat1806
* m4ni
* bountyWiz
* Qilaz
* bug1
* sp00ky4me
* shot4shot
* clash
* mon231
* d42k
* tr4kj
* torto
* Naruto
* panda
* blue_bird
* Hexer
* CripyIce
* Ekzit
* hari
* hatsyl
* ImTheWeirdOne
* Chip
* L2
* ch1
* Pikajok.56
* Diablo
* Noyer
* aladin
* an_the_king
* an_the_game
* operait
|-
| דף HTML עם מילה מודגשת
|
* Dracoolazer
* j0rdan
* miritmor2000
* m4ni
* yShoko
* Qilaz
* bug1
* sp00ky4me
* shot4shot
* clash
* mon231
* d42k
* tr4kj
* Naruto
* panda
* blue_bird
* Hexer
* CripyIce
* Ekzit
* hari
* ImTheWeirdOne
* an_the_game
* Pikajok.56
* aladin
* Diablo
* operait
|-
| קו מאוזן וירידת שורה
|
* gorez123
* yShoko
* m4ni
* Qilaz
* bug1
* sp00ky4me
* shot4shot
* d42k
* tr4kj
* panda
* blue_bird
* CripyIce
* Ekzit
* hari
* an_the_game
|-
| דף HTML עם מילה בעברית
|
* yShoko
* bug1
* shot4shot
* sp00ky4me
* clash
* mon231
* tr4kj
* Naruto
* panda
* gorez123
* Hexer
* CripyIce
* Ekzit
|-
| שלוש צורות של מילים
|
* yShoko
* bug1
* shot4shot
* mon231
* clash
* tr4kj
* panda
* blue_bird
* Hexer
* hari
* operait
* an_the_game
|-
| עוד שלוש צורות של מילים
|
* yShoko
* shot4shot
* tr4kj
* panda
* blue_bird
* Hexer
* hari
|-
| דף HTML עם כותרת, שתי פסקאות וכותרת חלון
|
* Dracoolazer
* j0rdan
* miritmor2000
* gorez123
* yShoko
* m4ni
* Qilaz
* clash
* tr4kj
* Naruto
* panda
* blue_bird
* CripyIce
* Ekzit
* hari
* aladin
|-
| דף HTML עם טבלאות
|
* Dracoolazer
* miritmor2000
* clash
* yShoko
* panda
* CripyIce
* an_the_game
|-
| דף עם תמונה ותיאור תמונה שמוצג כשעומדים עליה
|
* bountyWiz
* Dracoolazer
* bug1
* shot4shot
* sp00ky4me
* yShoko
* clash
* tr4kj
* panda
* blue_bird
* Hexer
* hari
|-
| דף עם שתי רשימות של חברים בבטא
|
* Dracoolazer
* bug1
* yShoko
* tr4kj
* panda
* blue_bird
* Hexer
|-
| דף HTML עם CSS בסיסי
|
* Dracoolazer
* yShoko
* panda
* blue_bird
* hari
|-
| דף חדשות
|
* gorez123
* bug1
* tr4kj
* clash
* panda
* blue_bird
* Hexer
* hari
|-
| הרקע היחיד
|
* tr4kj
* Hexer
|-
| העיגול המשתנה
|
* tr4kj
* blue_bird
|-
| חידון האשליות האופטיות - ממשק
|
* gorez123
|-
| טופס באונטי בסיסי
|
* Dracoolazer
|-
| הסורוקומט - מסך הפתיחה
|
* Dracoolazer
* m4ni
|-
| הסורוקומט - מסך המשחק
|
* miritmor2000
|-
| הכפתור הקופץ - הגדרת מיקום
|
* Dracoolazer
|-
| מערכת ניהול קבלות
|
* Ne0
|-
| שיחה
|
* mon231
* panda
* blue_bird
* Hexer
|}
===אתגרי Javascript===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| שליחת התאריך למקומות אחרים
|
* miritmor2000
* yShoko
* m4ni
* sp00ky4me
* ninjailbreak
* ipu
* gorez123
* Hexer
* cugz
* geeKuery
* hari
* an_the_game
|-
| yo date!
|
* gorez123
* m4ni
* sp00ky4me
* ninjailbreak
* ipu
* mon231
* Hexer
* geeKuery
* hari
|-
| כלב, חתול ודג בלחיצת כפתור
|
* miritmor2000
* m4ni
* ipu
* geeKuery
* hari
|-
| כיבוי המנורה
|
* gorez123
* m4ni
* ninjailbreak
* ipu
* mon231
* Hexer
* geeKuery
* hari
|-
| כותרת ירוקה
|
* gorez123
* m4ni
* ninjailbreak
* ipu
* Hexer
* geeKuery
* hari
|-
| מותר עד 300
|
* gorez123
* m4ni
* ninjailbreak
* ipu
* Hexer
* geeKuery
* hari
|-
| מותר רק 3
|
* gorez123
* ninjailbreak
* ipu
* Hexer
* geeKuery
* hari
|-
| זה המספר שלך
|
* gorez123
* ninjailbreak
* ipu
* Hexer
* geeKuery
* hari
|-
| סקריפט חיצוני
|
* gorez123
* ipu
* geeKuery
* hari
|-
| משחק הדינוזאור של hexer
|
* Hexer
* The_Darkness
* RN1k
* the_duke
* Gandalf
* ninjailbreak
* Bthority
* R3v3rsedReality
* Revan
* FireStorm
* cryp70n173
* m00zyT4p00zy
* TheBrawnyViper
* Brave_Sir_Robin
* F1brous
* hari
* Chip
|-
| call and apply
|
* ipu
|-
| קומפילציית babel
|
* ipu
|-
| קומפילציית babelX
|
* Fiddle
|-
| ReactJS
|
* Fiddle
|-
| קומפילציית babel עם gulp
|
* ipu
|-
| JSON for nodejs
|
* ipu
|-
| basic JSDOC
|
* ipu
|-
| let and var
|
* ipu
* Chip
|-
| הפונקציה map
|
* ipu
|-
| שרת ב nodejs
|
* ipu
|-
| שרת קבצים ב nodejs
|
* ipu
|-
| מערך כתור
|
* ipu
|-
| מערך כמחסנית
|
* ipu
|-
| להסביר על callbacks
|
* ipu
|-
| canvas shape
|
* ipu
|-
| canvas shapes advance
|
* ipu
|-
| מערך כעץ בינארי
|
* ipu
|-
| טבלה בConsole
|
* ipu
|-
| בקשת http
|
* ipu
|-
| משתנים סטטים
|
* ipu
|-
| פונקציה עם callback
|
* ipu
|-
| העתקת מערך
|
* ipu
|-
| פונקציית none
|
* ipu
|-
| פונקציית XO
|
* ipu
|-
| ספור לX
|
* ipu
|-
| חלון gtk
|
* ipu
|-
| typedef
|
* ipu
|-
| רשימה מקושרת למערך
|
* ipu
|-
| לוח הכפל
|
* ipu
|-
| מחט בערימה של שחת
|
* ipu
|-
| חידון
|
* ipu
|-
| חידון דינאמי
|
* ipu
|-
| localstorage
|
* ipu
|-
| סכנת ajax
|
* ipu
|-
| עוגיות
|
* ipu
|-
| פונקציית any
|
* ipu
|-
| פונקציית all
|
* ipu
|-
| מספרים רנדומלים
|
* ipu
|-
| מחליף תמונות
|
* ipu
* hari
|-
| מערך חילזון
|
* ipu
|-
| פונקציית times
|
* ipu
|-
| סוגי משולשים
|
* ipu
|-
| ממיין מילים
|
* ipu
|-
| מחבר מספרים גדולים
|
* ipu
|-
| sqlite
|
* ipu
|-
| שליחת SMS
|
* ipu
|-
| צ'אנל IRC
|
* ipu
|-
| הויכוח על class
|
* ipu
|-
| each char
|
* ipu
|-
| השוואה
|
* ipu
|-
| פעם ראשונה
|
* ipu
|-
| אי זוגיים
|
* ipu
|-
| היפוך רקורסיבי
|
* ipu
|-
| יחודיים ברצף
|
* ipu
|-
| קימפול jade
|
* ipu
|-
| קריאת headers
|
* ipu
|-
| בקשת GET
|
* ipu
|-
| express
|
* ipu
|-
| קימפול jade ב express
|
* ipu
|-
| קבצים סטטים בexpress
|
* ipu
|-
| מחשבון פשוט
|
* clash
|-
| היסטורית תוצאות
|
* clash
|-
| הכפתור הקופץ - קוד הקפיצה
|
* gorez123
|-
| Codewars
|
* Fiddle - ([https://www.codewars.com/users/Fiddel/completed Fiddle] white - 17, yellow - 3, blue - 0) - 23
* Prorok - ([https://www.codewars.com/users/prorok/completed Prorok] white - 113, yellow - 2, blue - 0) - 117
|-
| הסורוקומט - קוד חישוב למסך המשחק
|
* the_duke
|-
| הסורוקומט - תיקוני באגים, סגנון ותיעודים
|
* Hexer
|-
| onclick event - צוללות
|
* Fiddle
|-
| Deep Copy
|
* Fiddle
|-
| נקודות טכניות
|
* Himself - 2
* Spider_Monkey - 2
|}
===אתגרי react===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| Hello React
|
* Mami_tomoe
|-
|React tutorial
|
*
|-
| Function components vs class components
|
*
|-
| פרטים עליך
|
*
|-
| Get Name
|
*
|-
| Get info
|
*
|-
| What's the hour?
|
*
|-
| שמור לי
|
*
|-
| רשימת קניות
|
*
|-
| ספריית עיצוב
|
*
|-
| Design your web!
|
*
|-
| Refactor - רשימת קניות
|
*
|-
| React Lifecylce
|
*
|-
| React Best Practices
|
*
|-
| React hooks
|
*
|-
| React Routes
|
*
|-
| Two pages
|
*
|-
| NavBar
|
*
|-
| Communication
|
*
|-
| העלאת תמונה
|
*
|-
| LogMe
|
*
|-
| איקס-עיגול
|
*
|-
|}
===אתגרי Java===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| Hello world
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* aladin
* komiro
* Galile0
* doc
* dannightmare
* an_the_king
* an_the_game
* Blank
|-
| משתנים בסיסיים
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* komiro
* Galile0
* doc
* dannightmare
* an_the_king
* Chip
* an_the_game
* Blank
|-
| קלט משתמש
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* komiro
* Galile0
* doc
* dannightmare
* Chip
* an_the_king
* an_the_game
* Blank
|-
| קלט משתמש מתקדם
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* madrid
* komiro
* doc
* dannightmare
* Chip
* an_the_king
* an_the_game
|-
| Basic calculator
|
* Direw0lf
* Qilaz
* tr4kj
* blue_bird
* Hexer
* revolution
* min4to
* madrid
* komiro
* doc
* dannightmare
* an_the_game
|-
| Positive detector
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* komiro
* dannightmare
* doc
|-
| ASCII Finder
|
* Direw0lf
* tuna
* blue_bird
* TheMan
* tr4kj
* Hexer
* revolution
* min4to
* komiro
* dannightmare
* an_the_game
* doc
|-
| Week
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* komiro
* doc
|-
| Number loop
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* komiro
* doc
|-
| Can i buy it?
|
* komiro
* doc
* an_the_game
* Blank
|-
| Methods
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* komiro
* doc
|-
| Advanced Methods
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* TheMan
* blue_bird
* Hexer
* revolution
* komiro
|-
| Factorial
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* TheMan
* Hexer
* revolution
* min4to
* komiro
* doc
|-
| Multiclass
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* Hexer
* revolution
* komiro
* Doc
|-
| Average
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* komiro
* Doc
* an_the_game
|-
| For loop
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* komiro
* doc
|-
| Prime Finder
|
* Direw0lf
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* komiro
|-
| Power
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* madrid
* komiro
* doc
|-
| Randomizer
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* madrid
* komiro
* doc
|-
| Arrays
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* madrid
* komiro
* doc
|-
| Enhanced For
|
* Direw0lf
* Qilaz
* tr4kj
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* komiro
* doc
* an_the_king
|-
| Multidimensional Arrays
|
* Direw0lf
* tuna
* blue_bird
* Hexer
* revolution
* min4to
* komiro
|-
| Access
|
* Direw0lf
* blue_bird
* Hexer
* revolution
* min4to
* komiro
|-
| Objects
|
* Direw0lf
* blue_bird
* Hexer
* revolution
* min4to
* komiro
|-
| Strings
|
* Direw0lf
* tr4kj
* Qilaz
* blue_bird
* Hexer
* revolution
* min4to
* komiro
* an_the_game
* an_the_king
* Doc
|-
| String length
|
* Direw0lf
* tr4kj
* Qilaz
* blue_bird
* Hexer
* revolution
* min4to
* komiro
|-
| Static
|
* Direw0lf
* TheMan
* blue_bird
* Hexer
* revolution
* komiro
|-
| Inheritance
|
* Direw0lf
* Qilaz
* blue_bird
* Hexer
* revolution
* min4to
|-
| Lists
|
* Direw0lf
* Qilaz
* blue_bird
* Hexer
* revolution
* min4to
|-
| Iterators
|
* Direw0lf
* Qilaz
* blue_bird
* Hexer
* revolution
* min4to
|-
| List to array
|
* Direw0lf
* Qilaz
* blue_bird
* Hexer
* revolution
* min4to
* doc
|-
| Array to list
|
* Direw0lf
* Qilaz
* blue_bird
* Hexer
* revolution
* min4to
|-
| Enumeration
|
* Direw0lf
* Qilaz
* blue_bird
* tr4kj
* Hexer
* revolution
|-
| EnumSet
|
* Direw0lf
* Qilaz
* Hexer
* revolution
|-
| File IO
|
* Direw0lf
* Qilaz
* blue_bird
* Hexer
* revolution
|-
| Basic GUI
|
* Direw0lf
* blue_bird
* Hexer
* revolution
|-
| GuiPlus
|
* Direw0lf
* blue_bird
* Hexer
|-
| PaintBalls
|
* Direw0lf
* Hexer
|-
| Interface
|
* Direw0lf
* blue_bird
* Hexer
|-
| AirBubbles
|
* Direw0lf
* Hexer
|-
| Compass Manipulator
|
* Direw0lf
* Hexer
|-
| Parkour Plates
|
* Direw0lf
* Hexer
|-
| Codingbat Java
|
* Fiddle - [http://codingbat.com/done?user=(complete_this)@gmail.com&tag=7925256246] (complete the mail in the link), Count: 23 - 0
* tr4kj - [http://codingbat.com/done?user=(complete_this)2003@gmail.com&tag=7114035744] (complete the mail in the link), Count: 98) - 0
|-
| Getters&Setters&Objects usage
|
* min4to
* Qilaz
* Hexer
* Doc
|-
| Base of OOP Project
|
* TheMan
|-
| יסודות התכנות בJava
|
* TheMan
|-
| איקס-עיגול
|
* blue_bird
|-
| מחשבון
|
* blue_bird
|-
| max number in array
|
* min4to
* blue_bird
* Hexer
* doc
|-
| Binary tree
|
* blue_bird
* Hexer
|-
| Inorder tree traversal
|
* blue_bird
|-
| Base converter
|
* blue_bird
* Hexer
|-
| Maze Solver
|
* min4to
|-
| מי משתמש באינטרנט?
|
* min4to
|-
| Walkie Doggie: firebase
|
* komiro
|-
| Walkie Doggie: location tracker
|
* komiro
|-
| Walkie Doggie: additional stuff
|
* komiro
|-
| נקודות טכניות
|
* Diablo - 1
|}
===אתגרי OS===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| התקנת לינוקס
|
* DanNightMare
* catcat1806
* gorez123
* Anton7
* vlad
* iDesireJustice
* DanKing200
* the_duke
* AdiZ
* Molecula
* tso
* peliphone
* g0t0
* m4ni
* j0rdan
* tuna
* bug1
* kissmy2hes
* BombThePro
* sp00ky4me
* Dracoolazer
* clash
* MyMistake
* Nem0
* mon231
* tr4kj
* Naruto
* min4to
* bibron_bond
* nameless
* CripyIce
* cryp70n173
* volt
* revolution
* hari
* rubberband
* Double
* noone
* owl
* Chip
* deglat
* operait
* komiro
* Shoshana
* bonobo
* Burnix
* Doc
* Rodlx
* Hazizi
* Venfox
* Soap
* ToBerx
|-
| הכרה של צורת העבודה הבסיסית בלינוקס
|
* bountyWiz
* catcat1806
* the_duke
* AdiZ
|-
| הנקודה הראשונה של המדריך המהיר ללינוקס - פקודות בסיסיות
|
* yShoko
* peliphone
* Dracoolazer
* j0rdan
* m4ni
* Direw0lf
* bug1
* kissmy2hes
* BombThePro
* sp00ky4me
* clash
* mon231
* torto
* tr4kj
* fire62866
* Mip
* gg
* Naruto
* DanNightMare
* 7h4rkun
* CoD
* d0g1
* min4to
* blue_bird
* Hexer
* Cr33p3r
* bolt
* red_walker
* bowman
* bibron_bond
* pik
* totodile
* Mr_Robot
* cartman
* mufasa
* Newt
* Frosty
* Spike
* Mage
* RN1k
* R3v3rsedReality
* nameless
* CripyIce
* cryp70n173
* charo
* 5quirr31_10rd
* lulz
* H2O
* PaperBag
* F4dora_0f_d00m
* mele
* Gengar
* alpha
* Scimonster
* shot4shot
* hari
* Xi
* Weasley
* volt
* Dash
* Bobi_Boten
* F1brous
* revolution
* M0ckingb1rd
* steve
* Mega
* Hackinato
* Qbyte
* dark10
* blanco
* Joker
* Double
* rubberband
* Maylive
* Moonro
* Raid
* owl
* noone
* r1fl
* p4rr0t
* Galile0
* xerath
* deglat
* operait
* Chip
* komiro
* Shoshana
* bonobo
* Bitspirit
* Hexman
* Doc
* Burnix
* Rodlx
* Nick
* ebt
* Blank
* kululu
* Krembo
* Kn3
* Cub
* Hazizi
* PureEnergy
* plugs
* Soap
* Sniper
* rinich
* Asmon
* chillbug
* timtim
* Ngl
* HomiGrotas
* ToBerx
* rain
* pc
* SnowyFox
* croncat
|-
| הנקודה השניה של המדריך המהיר ללינוקס - הכרת המערכת
|
* Dracoolazer
* m4ni
* Direw0lf
* bug1
* kissmy2hes
* BombThePro
* sp00ky4me
* clash
* mon231
* tr4kj
* Mip
* 7h4rkun
* yShoko
* 0-claptrap-0
* Naruto
* gg
* CoD
* d0g1
* min4to
* blue_bird
* Hexer
* Cr33p3r
* bolt
* red_walker
* bowman
* bibron_bond
* pik
* totodile
* Mr_Robot
* mufasa
* Newt
* Frosty
* Spike
* Mage
* RN1k
* R3v3rsedReality
* nameless
* CripyIce
* cryp70n173
* charo
* 5quirr31_10rd
* lulz
* PaperBag
* mele
* H2O
* alpha
* Scimonster
* shot4shot
* Xi
* volt
* hari
* F1brous
* Weasley
* M0ckingb1rd
* steve
* Mega
* rubberband
* Maylive
* owl
* noone
* p4rr0t
* Galile0
* deglat
* bonobo
* Doc
* Burnix
* Rodlx
* Nick
* Blank
* kululu
* Krembo
* Kn3
* Hazizi
* Asmon
* Soap
* Sniper
* timtim
* Ngl
* ToBerx
* SnowyFox
|-
| השמשת משחק אלפא
|
* saisho
* algo
* buzz
* jishu
* Bernoulli
* vinci
* Ada
* sonic
* Conway
* n2
|-
| כתיבת מדריך ההכרה הבסיסית של לינוקס
|
* the_duke
|-
| שימוש בdf
|
* the_duke
* rubberband
* noone
|-
| נתיבים
|
* the_duke
* rubberband
* noone
* SnowyFox
|-
| תיקיית /proc
|
* the_duke
|-
| 30 הפקודות של הימאנשו
|
* the_duke
* charo
* noone
|-
| exploit-exercises.com Nebula 00
|
* the_duke
|-
| משחק Bandit בOverTheWire.org
|
* the_duke - ((http://www.wechall.net/profile/mubai34), levels done: 16) - 8
* sp00ky4me - ((http://www.wechall.net/profile/sp00ky4me), levels done: 4) - 2
* charo - ((http://www.wechall.net/profile/charo_beta), levels done: 25) - 12
* Panic! - ((http://www.wechall.net/profile/?), levels done: 24) - 12
* ebt - ((http://www.wechall.net/profile/?), levels done: 4) - 2
* PureEnergy - ((http://www.wechall.net/profile/?), levels done: 18) - 9
|-
| סביבת העבודה של ויקטור ל"זאת בדיוק הנקודה"
|
* the_duke
* miritmor2000
* Qilaz
* iDesireJustice
* Naruto
|-
| מה זה Daemon?
|
* bountyWiz
* the_duke
|-
| STD I/O
|
* sp00ky4me
|-
| change language phpmyadmin
|
* bug1
|-
| הוספת שפה לGnome
|
* sp00ky4me
* clash
* tr4kj
* torto
* yShoko
* Naruto
* d0g1
* min4to
* Chip
|-
| למידת emacs מהמדריך שבתוך emacs
|
* cugz
* the_duke
* Chip
|-
| מניעת עריכת קבצי Read Only ב vi
|
* DanNightMare
* Chip
|-
| Bash if, for, arrays
|
* madrid
|-
| Shell list editing
|
* madrid
|-
| יצירת משתנה סביבה
|
* Panic!
* Chip
|-
| ringzer0
|
* Panic! - ((https://ringzer0ctf.com/api/user/info/MeitarR), points on website:18) - 9
|-
| התקנת Arch השלב הבסיסי
|
* DanNightmare
* Chip
|-
| התקנת Arch השלב הגרפי
|
* DanNightmare
* Chip
|-
| נקודות טכניות
|
* charo - 49
* deka27 - 1
* Oferprat - 2
* 0-claptrap-0 - 1
* Begin - 1
* Cyanide - 1
* quark - 2
* RecursionMan - 2
* Ed - 1
* roxted - 2
* dragon_back - 1
* Slavious - 1
* sunshine - 2
* chuk - 1
* MRP - 1
* Molecula - 1
* gderu - 1
* Lip0s - 1
* vlad - 9
* mufasa - 8
* CripyIce - 1
* DanNightMare - 5
|}
===אתגרי Encryption===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| מפענח מורס
|
* ninjailbreak
|-
| אתגר 1 "המשפט" אצל +Ma
|
* the_duke
* SpiderPig
|}
===אתגרי Reversing & Pwning===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של Anton7
|
* the_duke
* gorez123
* ipu
* Direw0lf
* tuna
* tr4kj
* cugz
* blue_bird
* min4to
* Mip
* sp00ky4me
* Hexer
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* charo
* mele
* lre
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה 1 של Anton7
|
* ipu
* the_duke
* Direw0lf
* tuna
* tr4kj
* cugz
* blue_bird
* min4to
* Mip
* sp00ky4me
* Hexer
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של Gorez
|
* the_duke
* Direw0lf
* iDesireJustice
* ipu
* tuna
* cugz
* tr4kj
* blue_bird
* Mip
* sp00ky4me
* Hexer
* min4to
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* charo
* mele
* lre
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה 1 של Gorez
|
* the_duke
* Direw0lf
* iDesireJustice
* ipu
* tuna
* cugz
* blue_bird
* Mip
* sp00ky4me
* min4to
* Hexer
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של Qilaz
|
* ipu
* Direw0lf
* tuna
* gorez123
* the_duke
* tr4kj
* cugz
* blue_bird
* Mip
* sp00ky4me
* Hexer
* min4to
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* charo
* mele
* lre
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה 1 של Qilaz
|
* ipu
* Direw0lf
* tuna
* gorez123
* the_duke
* cugz
* blue_bird
* Mip
* sp00ky4me
* Hexer
* min4to
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של sp00ky4me
|
* Direw0lf
* ipu
* gorez123
* tuna
* the_duke
* cugz
* blue_bird
* Mip
* min4to
* Hexer
* tr4kj
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה 1 של sp00ky4me
|
* Direw0lf
* ipu
* gorez123
* tuna
* cugz
* blue_bird
* Mip
* Hexer
* tr4kj
* min4to
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* the_duke
* charo
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה פשוטה של mon231
|
* the_duke
* cugz
* blue_bird
* Mip
* sp00ky4me
* min4to
* tr4kj
* Hexer
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה פשוטה של mon231
|
* blue_bird
* sp00ky4me
* Mip
* Hexer
* tr4kj
* min4to
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* the_duke
* charo
* F4dora_0f_d00m
* cugz
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה פשוטה של Naruto
|
* tr4kj
* cugz
* blue_bird
* sp00ky4me
* Mip
* Hexer
* min4to
* R3v3rsedReality
* mele
* lre
* the_duke
* charo
* Brave_Sir_Robin
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה פשוטה של Naruto
|
* the_duke
* tr4kj
* cugz
* blue_bird
* Mip
* sp00ky4me
* min4to
* Hexer
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה פשוטה של panda
|
* tr4kj
* cugz
* blue_bird
* Mip
* sp00ky4me
* Hexer
* min4to
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* charo
* the_duke
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה פשוטה של panda
|
* the_duke
* tr4kj
* cugz
* blue_bird
* Mip
* sp00ky4me
* Hexer
* min4to
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* ninjailbreak
* revolution
|-
| נטרול תוכנת סיסמה פשוטה של mip
|
* blue_bird
* sp00ky4me
* Hexer
* tr4kj
* min4to
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* Mip
* lre
* charo
* the_duke
* F4dora_0f_d00m
* cugz
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה פשוטה של mip
|
* the_duke
* cugz
* blue_bird
* TheMan
* sp00ky4me
* Hexer
* tr4kj
* min4to
* R3v3rsedReality
* Brave_Sir_Robin
* Mip
* lre
* charo
* F4dora_0f_d00m
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של Direw0lf
|
* iDesireJustice
* ipu
* cugz
* tuna
* gorez123
* the_duke
* tr4kj
* Mip
* blue_bird
* min4to
* sp00ky4me
* Hexer
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* revolution
|-
| נטרול תוכנת סיסמה 1 של Direw0lf
|
* iDesireJustice
* ipu
* tuna
* gorez123
* cugz
* the_duke
* Mip
* blue_bird
* min4to
* sp00ky4me
* Hexer
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של tr4kj
|
* the_duke
* cugz
* blue_bird
* TheMan
* Mip
* sp00ky4me
* Hexer
* min4to
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* revolution
|-
| נטרול תוכנת סיסמה 1 של tr4kj
|
* Mip
* blue_bird
* sp00ky4me
* Hexer
* min4to
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של clash
|
* tr4kj
* cugz
* blue_bird
* min4to
* Mip
* sp00ky4me
* Hexer
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* charo
* mele
* lre
* the_duke
* F4dora_0f_d00m
* revolution
|-
| נטרול תוכנת סיסמה 1 של clash
|
* blue_bird
* min4to
* Mip
* sp00ky4me
* Hexer
* R3v3rsedReality
* Brave_Sir_Robin
* mele
* lre
* the_duke
* charo
* F4dora_0f_d00m
* cugz
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של Min4to
|
* blue_bird
* Mip
* sp00ky4me
* Hexer
* tr4kj
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* min4to
* lre
* charo
* F4dora_0f_d00m
* revolution
|-
| נטרול תוכנת סיסמה 1 של Min4to
|
* blue_bird
* Mip
* sp00ky4me
* Hexer
* tr4kj
* R3v3rsedReality
* Brave_Sir_Robin
* min4to
* lre
* F4dora_0f_d00m
* cugz
* revolution
|-
| נטרול תוכנת סיסמה 1 של TheMan
|
* Mip
* blue_bird
* sp00ky4me
* Hexer
* min4to
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* cugz
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של TheMan
|
* sp00ky4me
* blue_bird
* Mip
* min4to
* Hexer
* cryp70n173
* Brave_Sir_Robin
* mele
* lre
* charo
* F4dora_0f_d00m
* cugz
* revolution
|-
| נטרול תוכנת סיסמה 1 של red_walker
|
* Mip
* Hexer
* min4to
* R3v3rsedReality
* mele
* lre
* charo
* Brave_Sir_Robin
* F4dora_0f_d00m
* cugz
* revolution
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של red_walker
|
* Mip
* Hexer
* R3v3rsedReality
* min4to
* mele
* lre
* charo
* F4dora_0f_d00m
* cugz
* revolution
|-
| נטרול תוכנת סיסמה 1 של cugz
|
* Hexer
* R3v3rsedReality
* Brave_Sir_Robin
* min4to
|-
| מציאת הסיסמה של תוכנת סיסמה 1 של cugz
|
* Hexer
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* min4to
* charo
|-
| מציאת הסיסמה של תוכנת pcrack של ninjailbreak
|
* blue_bird
* Mip
* cugz
* Hexer
* R3v3rsedReality
* cryp70n173
* Brave_Sir_Robin
* min4to
* mele
* lre
* charo
* F4dora_0f_d00m
* revolution
|-
| נטרול תוכנת סיסמה 1 של mon231
|
* Mip
* blue_bird
* sp00ky4me
* R3v3rsedReality
* Brave_Sir_Robin
* min4to
* F4dora_0f_d00m
|-
| כתיבת keygen לתוכנת תוכנת סיסמה 1 של mon231
|
* sp00ky4me
* Mip
* R3v3rsedReality
* Brave_Sir_Robin
* lre
* F4dora_0f_d00m
* revolution
|-
| נטרול תוכנת crackme_2 של direw0lf
|
* iDesireJustice
* tuna
* blue_bird
* Mip
* R3v3rsedReality
* Brave_Sir_Robin
* min4to
* F4dora_0f_d00m
* cugz
|-
| כתיבת keygen לתוכנת crackme_2 של direw0lf
|
* iDesireJustice
* tuna
* cugz
* Mip
* sp00ky4me
* R3v3rsedReality
* Brave_Sir_Robin
* F4dora_0f_d00m
|-
| Bomb crackme level 1
|
* iDesireJustice
* ninjailbreak
* Direw0lf
* the_duke
* sp00ky4me
|-
| Bomb crackme level 2
|
* iDesireJustice
* ninjailbreak
* Direw0lf
|-
| Bomb crackme level 3
|
* iDesireJustice
* ninjailbreak
* Direw0lf
|-
| Bomb crackme level 4
|
* iDesireJustice
* ninjailbreak
* Direw0lf
|-
| Bomb crackme level 5
|
* iDesireJustice
* Direw0lf
|-
| Bomb crackme level 6
|
* iDesireJustice
* Direw0lf
|-
| iDJ win32 crackme 001
|
* iDesireJustice
* Mip
* min4to
|-
| iDJ win32 crackme 002
|
* iDesireJustice
* Mip
|-
| iDJ win32 crackme 003
|
* iDesireJustice
* Mip
|-
| iDJ win32 crackme 004
|
* iDesireJustice
* Mip
|-
| Naruto strings attack
|
* the_duke
|-
| נטרול תוכנת dft של Gorez
|
* ToxicByte
* Direw0lf
* iDesireJustice
* cugz
* Mip
* Hexer
* R3v3rsedReality
* Brave_Sir_Robin
* ninjailbreak
* charo
* min4to
* F4dora_0f_d00m
|-
| כתיבת Keygen לתוכנת dft של Gorez
|
* iDesireJustice
* cugz
* Hexer
* R3v3rsedReality
* Brave_Sir_Robin
* ninjailbreak
* F4dora_0f_d00m
|-
| כתיבת keygen לתוכנת crack2 של red_walker
|
* R3v3rsedReality
|-
| נטרול תוכנת crackme2 של TheMan
|
* Mip
* min4to
* F4dora_0f_d00m
|-
| כתיבת Keygen לתוכנת crackme2 של TheMan
|
* F4dora_0f_d00m
|-
| מציאת הסיסמה של תוכנת cugz_advanced_crackme_2
|
* Mip
* R3v3rsedReality
|-
| כתיבת Keygen לתוכנת cugz_advanced_crackme_2
|
* Mip
* R3v3rsedReality
* F4dora_0f_d00m
|-
| מציאת הסיסמה של תוכנת cugz_advanced_crackme_3
|
* Mip
* R3v3rsedReality
|-
| כתיבת Keygen לתוכנת cugz_advanced_crackme_3
|
* Mip
* R3v3rsedReality
* Brave_Sir_Robin
|-
| מציאת הסיסמה של תוכנת cugz_advanced_crackme_4
|
* R3v3rsedReality
* Brave_Sir_Robin
|-
| נטרול תוכנת cugz_advanced_crackme_4
|
* R3v3rsedReality
* Brave_Sir_Robin
|-
| הדגמת סיסמה עובדת של תוכנת cugz_advanced_crackme_5_realy_hard
|
* R3v3rsedReality
* Brave_Sir_Robin
|-
| נטרול תוכנת cugz_advanced_crackme_5_realy_hard
|
* R3v3rsedReality
|-
| כתיבת Keygen לתוכנת cugz_advanced_crackme_5_realy_hard
|
* R3v3rsedReality
* Brave_Sir_Robin
|-
| ניתוח פונקציה notepadplusplus_00
|
* the_duke
* ipu
* Direw0lf
* cugz
* Mip
* revolution
* ninjailbreak
|-
| נטרול תוכנת המתיחות
|
* iDesireJustice
* the_duke
|-
| Simple code cave
|
* min4to
|-
| האתגר ReWrit's Crackme#3 מתוך crackmes.de המשחוזר בcrackmes.cf
|
* the_duke
|-
| האתגר ReWrit's Crackme#2 מתוך crackmes.de המשחוזר בcrackmes.cf
|
* the_duke
|-
| reversing.kr - Easy Crack
|
* Mip
* charo
* Brave_Sir_Robin
* lre
|-
| reversing.kr - Easy Keygen
|
* Mip
* charo
* Brave_Sir_Robin
|-
| reversing.kr - Music Player
|
* Mip
|-
| Extreme trainer
|
* cugz - surviver: test. defeated: 1) exception1 2) exception1 3) GreenMikmak2 - 1
* blue_bird - surviver: test. defeated: 1) exception1 2) exception1 3) GreenMikmak2 - 1
* Mip - surviver: test. defeated: 1) exception1 2) exception1 3) GreenMikmak2 - 1
|-
| Hello Lin Asm
|
* cugz
|-
| החלפת רגיסטרים
|
* Mip
* charo
* cugz
|-
| החלפת רגיסטרים לנינג'ות
|
* Mip
* charo
* cugz
|-
| יצירת אתגרי "זהה את הפונקציה"
|
* the_duke
|-
| Smashing the stack
|
* Brave_Sir_Robin
* tr4kj
|-
| Win Kim Jung Pwn
|
* Brave_Sir_Robin
* charo
|-
| gracker.org
|
* the_duke - levels done: 8 - 24
* Direw0lf - levels done: 8 - 24
|-
| Code Blue CTF 2017 "guess a number" challenge identification, binarization and partial reversing
|
* cugz
* the_duke
|-
| מספר רנדומלי קבוע
|
* min4to
* Hexer
|-
| אתגר stack1 של gera
|
* the_duke
* charo
|-
| אתגר stack2 של gera
|
* the_duke
* charo
|-
| אתגר stack3 של gera
|
* the_duke
* charo
|-
| אתגרי משחק Narnia בoverthewire.org
|
* charo - levels done: 8 - 16
|-
| arp.exe 01002A55
|
* the_duke
|-
| IPHLPAPI.dll 40C967A3
|
* the_duke
|-
| IPHLPAPI.dll 40CA443A
|
* the_duke
|-
| נקודות טכניות
|
* Brave_Sir_Robin - 1
|}
===אתגרי Security===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| hackthissite.org
|
* the_duke - (ראה [https://www.hackthissite.org/user/view/mubai34/ משתמש mubai34]נקודות בבדיקה אחרונה: 1093) - 54
* iDesireJustice - (ראה [https://www.hackthissite.org/user/view/iDesireJustice/ משתמש iDesireJustice], נקודות בבדיקה אחרונה: 105) - 5
* ToxicByte - (ראה [https://www.hackthissite.org/user/view/tox1cbyte/ משתמש Tox1cByte], נקודות בבדיקה אחרונה: 393) - 19
* bountyWiz - (ראה [https://www.hackthissite.org/user/view/obruchkov2/ משתמש obruchkov2], נקודות בבדיקה אחרונה: 105) - 5
* bug1 - (ראה [https://www.hackthissite.org/user/view/BugOne/ משתמש BugOne], נקודות בבדיקה אחרונה: 281) - 14
* shot4shot - (ראה [https://www.hackthissite.org/user/view/noammiz007/ משתמש noammiz007], נקודות בבדיקה אחרונה: 75) - 3
* ninjailbreak - (ראה [https://www.hackthissite.org/user/view/ninjailbreak/ משתמש ninjailbreak], נקודות בבדיקה אחרונה: 1218) - 60
* Direw0lf - (ראה [https://www.hackthissite.org/user/view/danielkinz/ משתמש danielkinz], נקודות בבדיקה אחרונה: 1216) - 60
* tr4kj - (ראה [https://www.hackthissite.org/user/view/tr4kj/ משתמש tr4kj], נקודות בבדיקה אחרונה: 1197) - 59
* R3v3rsedReality - (ראה [https://www.hackthissite.org/user/view/R3V3RsedReality משתמש R3V3RsedReality], נקודות בבדיקה אחרונה: 603) - 30
* Brave_Sir_Robin - (ראה [https://www.hackthissite.org/user/view/brave_sir_robin משתמש brave_sir_robin], נקודות בבדיקה אחרונה: 386) - 19
* LoneWolf - (ראה [https://www.hackthissite.org/user/view/XxL0neW0lfxX/ משתמש XxL0neW0lfxX], נקודות בבדיקה אחרונה: 376) - 18
* revolution - (ראה [https://www.hackthissite.org/user/view/revolutionb/ משתמש revolutionb], נקודות בבדיקה אחרונה: 105) - 5
* hari - (ראה [https://www.hackthissite.org/user/view/poter500/ משתמש poter500], נקודות בבדיקה אחרונה: 30) - 1
|-
| hackthis.co.uk
|
* bug1 - (ראה [http://www.hackthis.co.uk/user/BugOne משתמש BugOne]נקודות בבדיקה אחרונה: 3110) - 77
* the_duke - (ראה [http://www.hackthis.co.uk/user/mubai34 משתמש mubai34]נקודות בבדיקה אחרונה: 7235) - 180
* Direw0lf - (ראה [http://www.hackthis.co.uk/user/Direw0lf משתמש Direw0lf]נקודות בבדיקה אחרונה: 7485) - 187
* Qilaz - (ראה [http://www.hackthis.co.uk/user/Qilaz משתמש Qilaz]נקודות בבדיקה אחרונה: 2070) - 51
* iDesireJustice - (ראה [http://www.hackthis.co.uk/user/iDesireJustice משתמש iDesireJustice]נקודות בבדיקה אחרונה: 2660) - 66
* ipu - (ראה [http://www.hackthis.co.uk/user/theipu משתמש theipu]נקודות בבדיקה אחרונה: 2670) - 66
* sp00ky4me - (ראה [http://www.hackthis.co.uk/user/sp00ky4me משתמש sp00ky4me]נקודות בבדיקה אחרונה: 4760) - 119
* gorez123 - (ראה [http://www.hackthis.co.uk/user/gorez123 משתמש gorez123]נקודות בבדיקה אחרונה: 1495) - 37
* tuna - (ראה [http://www.hackthis.co.uk/user/TunaInBeta משתמש TunaInBeta]נקודות בבדיקה אחרונה: 1545) - 38
* tr4kj - (ראה [http://www.hackthis.co.uk/user/tr4kj משתמש tr4kj] נקודות בבדיקה אחרונה: 7435) - 185
* ninjailbreak - (ראה [http://www.hackthis.co.uk/user/ninjailbreak משתמש ninjailbreak] נקודות בבדיקה אחרונה: 6560) - 164
* 7h4rkun - (ראה [http://www.hackthis.co.uk/user/7h4rkun משתמש 7h4rkun] נקודות בבדיקה אחרונה: 695) - 17
* mon231 - (ראה [http://www.hackthis.co.uk/user/mon231 משתמש mon231] נקודות בבדיקה אחרונה: 1335) - 33
* min4to - (ראה [http://www.hackthis.co.uk/user/AdvancedHacke משתמש AdvancedHacke] נקודות בבדיקה אחרונה: 3135) - 78
* TheMan - (ראה [http://www.hackthis.co.uk/user/TheBetaMan משתמש TheBetaMan] נקודות בבדיקה אחרונה: 5585) - 139
* infinityAmmo - (ראה [http://www.hackthis.co.uk/user/infinityAmmo משתמש infinityAmmo] נקודות בבדיקה אחרונה: 2210) - 55
* Mip - (ראה [http://www.hackthis.co.uk/user/Mips555 משתמש Mips555] נקודות בבדיקה אחרונה: 4235) - 105
* Hexer - (ראה [http://www.hackthis.co.uk/user/Hexer משתמש Hexer] נקודות בבדיקה אחרונה: 4335) - 108
* panda - (ראה [http://www.hackthis.co.uk/user/--panda-- משתמש --panda--] נקודות בבדיקה אחרונה: 3585) - 89
* R3v3rsedReality - (ראה [https://www.hackthis.co.uk/user/R3V3RsedReality משתמש R3V3RsedReality] נקודות בבדיקה אחרונה: 6835) - 170
* cryp70n173 - (ראה [https://www.hackthis.co.uk/user/cryp70n173 משתמש cryp70n173] נקודות בבדיקה אחרונה: 2235) - 55
* blue_bird - (ראה [https://www.hackthis.co.uk/user/blue_bird משתמש blue_bird] נקודות בבדיקה אחרונה: 3045) - 76
* Brave_Sir_Robin - (ראה [https://www.hackthis.co.uk/user/brave_sir_robin משתמש brave_sir_robin] נקודות בבדיקה אחרונה: 3210) - 80
* charo - (ראה [https://www.hackthis.co.uk/user/charo_beta משתמש charo_beta] נקודות בבדיקה אחרונה: 2885) - 72
* alpha - (ראה [https://www.hackthis.co.uk/user/alphaka משתמש alphaka] נקודות בבדיקה אחרונה: 645) - 16
* mele - (ראה [https://www.hackthis.co.uk/user/mele_10 משתמש mele_10] נקודות בבדיקה אחרונה: 3070) - 76
* lre - (ראה [https://www.hackthis.co.uk/user/Zarel משתמש Zarel] נקודות בבדיקה אחרונה: 3460) - 86
* PaperBag - (ראה [https://www.hackthis.co.uk/user/PaperBag42 משתמש PaperBag42] נקודות בבדיקה אחרונה: 850) - 21
* SpiderPig - (ראה [https://www.hackthis.co.uk/user/SpiderPig משתמש SpiderPig] נקודות בבדיקה אחרונה: 2110) - 52
* F4dora_0f_d00m - (ראה [https://www.hackthis.co.uk/user/F4dora_0f_d00m משתמש F4dora_0f_d00m] נקודות בבדיקה אחרונה: 1870) - 46
* revolution - (ראה [https://www.hackthis.co.uk/user/revolutionb משתמש revolutionb] נקודות בבדיקה אחרונה: 2735) - 68
* LoneWolf - (ראה [https://www.hackthis.co.uk/user/L0neW0lf משתמש L0neW0lf] נקודות בבדיקה אחרונה: 570) - 14
|-
| hellboundhackers.org
|
* the_duke - (ראה [https://www.hellboundhackers.org/user/mubai34.html משתמש mubai34], נקודות בבדיקה אחרונה: 105) - 3
* ToxicByte - (ראה [https://www.hellboundhackers.org/user/toxicbyte.html משתמש toxicbyte], נקודות בבדיקה אחרונה: 60) - 1
* ninjailbreak - (ראה [https://www.hellboundhackers.org/user/ninjailbreak.html משתמש ninjailbreak], נקודות בבדיקה אחרונה: 130) - 4
* revolution - (ראה [https://www.hellboundhackers.org/user/revolutionb.html משתמש revolutionb], נקודות בבדיקה אחרונה: 50) - 1
|-
| thisislegal.com
|
* the_duke - (ראה [http://www.thisislegal.com/user/mubai34 משתמש mubai34], 100 נקודות בבדיקה אחרונה) - 20
* bug1 - (ראה [http://www.thisislegal.com/user/BugOne משתמש BugOne], 50 נקודות בבדיקה אחרונה) - 10
* ninjailbreak - (ראה [http://www.thisislegal.com/user/ninjailbreak משתמש ninjailbreak], 45 נקודות בבדיקה אחרונה) - 9
|-
| ksnctf
|
* the_duke - (ראה mubai34 בעמוד הראשי. נקודות בבדיקה אחרונה: 151) - 3
|-
| RedTiger Hackit
|
* the_duke - (אתגר 1. נקודות בבדיקה אחרונה: 50) - 0
|-
| tdhack.com challenge: Net 1 - Amateur job
|
* the_duke - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37343 mubai34])
* Qilaz - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37349 Qilaz])
* iDesireJustice - (ראה: ?)
* Direw0lf - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37350 DireW0lf])
* Brave_Sir_Robin - (ראה: ?)
|-
| OWASP rhcloud CTF, web challenge 1
|
* the_duke - (ראה: [http://ctf-ddn.rhcloud.com/scoreboard.php mubai34])
|-
| OWASP rhcloud CTF, web challenge 2
|
* the_duke - (ראה: [http://ctf-ddn.rhcloud.com/scoreboard.php mubai34])
|-
| OWASP rhcloud CTF, web challenge 3
|
* the_duke - (ראה: [http://ctf-ddn.rhcloud.com/scoreboard.php mubai34])
|-
| tdhack.com challenge: Net 2 - Safe Java
|
* the_duke - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37343 mubai34])
* Direw0lf - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37350 DireW0lf])
* Qilaz - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37349 Qilaz])
* Brave_Sir_Robin - (ראה: ?)
|-
| tdhack.com challenge: Net 3 - Once again, I forgot
|
* the_duke - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37343 mubai34])
|-
| tdhack.com challenge: Net 4 - Few points
|
* the_duke - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37343 mubai34])
|-
| tdhack.com challenge: Net 5 - Password reminder
|
* the_duke - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37343 mubai34])
* Direw0lf - (ראה: [https://www.tdhack.com/memberlist.php?mode=viewprofile&u=37350 DireW0lf])
* Brave_Sir_Robin - (ראה: ?)
|-
| אתגרי הXSS של escape.alf.nu
|
* the_duke - (mubai34 ברשימות הפותרים. שלבים שנפתרו: 5) - 5
* Hexer - (ראה Hexer ברשימות הפותרים. שלבים שנפתרו: 2) - 2
* charo - (ראה ? ברשימות הפותרים. שלבים שנפתרו: 5) - 5
* Brave_Sir_Robin - (ראה Brave_Sir_Robin ברשימות הפותרים. שלבים שנפתרו: 4) - 4
|-
| משחק הXSS של גוגל
|
* the_duke - (levels done: 6) - 6
* ToxicByte - (levels done: 6) - 6
* Qilaz - (levels done: 2) - 2
* bountyWiz - (levels done: 2) - 2
* iDesireJustice - (levels done: 3) - 3
* bug1 - (levels done: 3) - 3
* gorez123 - (levels done: 1) - 1
* charo - (levels done: 6) - 6
* Brave_Sir_Robin - (levels done: 6) - 6
* Hexer - (levels done: 3) - 3
|-
| אתגר הRCE של zixem
|
* the_duke
|-
| Boogle attack ARP+DNS
|
* the_duke
* iDesireJustice
|-
| זאת בדיוק הנקודה
|
* the_duke
* miritmor2000
* Qilaz
* iDesireJustice
|-
| yamagata's XSS challenges
|
* the_duke - (levels done: 11) - 11
* Qilaz - (levels done: 1) - 1
* bountyWiz - (levels done: 1) - 1
* iDesireJustice - (levels done: 1) - 1
|-
| לנצח את הכפתור המנצנץ
|
* Direw0lf
* bountyWiz
* ToxicByte
* bug1
* the_duke
* sp00ky4me
* Ne0
* shot4shot
* Fiddle
* ninjailbreak
* panda
* Naruto
* mon231
* Brave_Sir_Robin
* charo
* Hexer
* SpiderPig
* hari
|-
| לנצח את הכפתור המנצנץ בסמארטפון
|
* the_duke
* Brave_Sir_Robin
* Hexer
|-
| הראה את הסיסמה
|
* bug1
* panda
* Naruto
* charo
* Brave_Sir_Robin
* Hexer
|-
| תרגיל DNS של מגשימים - Wireshark
|
* tuna
|-
| תרגיל DNS של מגשימים - DNS Poisoning
|
* tuna
|-
| תרגיל DNS של מגשימים - DNS
|
* tuna
|-
| IceCTF 2016
|
* Direw0lf - (נקודות בבדיקה אחרונה: 370) - 18
* tuna - (נקודות בבדיקה אחרונה: 190) - 9
* tr4kj - (נקודות בבדיקה אחרונה: 156) - 7
* the_duke - (נקודות בבדיקה אחרונה: 135) - 11
* ninjailbreak - (נקודות בבדיקה אחרונה: 50) - 2
|-
| נקודות טכניות
|
* iDesireJustice - 25
* Qilaz - 27
* Mami_Tomoe - 4
* Karokanninja - 14
|}
===אתגרי 2D Graphics===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| עיצוב תלת מימדי בinkscape
|
* Mip
* hatsyl
|-
| העלמת רקע
|
* hatsyl
|-
| לוגו
|
* hatsyl
|-
| עין
|
* hatsyl
|-
|}
===אתגרי Blender 3D===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| יצירת איש השלג של cgboorman
|
* Mark
* Molecula
* miritmor2000
* yShoko
* catcat1806
* the_duke
* Qilaz
* tr4kj
* sp00ky4me
* Dracoolazer
* Ekzit
* volt
* Sophia
* hatsyl
* wi22ard
* hari
* Simba_hashlishy
|-
| יצירת דמות רובוט
|
* hatsyl
|-
| הוספת שלד לדמות בבלנדר
|
* Mark
* miritmor2000
* catcat1806
|-
| הוספת אנימציה לדמות בבלנדר
|
* Mark
* miritmor2000
* catcat1806
* Qilaz
* Dracoolazer
* hatsyl
|-
| דגם בית פשוט
|
* Ekzit
* Sophia
* hatsyl
* volt
* hari
|-
|יצירת כביש בבלנדר
|
* Sophia
* volt
* hatsyl
* hari
|-
| יצירת בית
|
* catcat1806
* yShoko
* miritmor2000
* Ekzit
* Sophia
* hatsyl
* volt
* hari
|-
| לחתוך בבלנדר
|
* hatsyl
|-
| אור וצל
|
* hatsyl
* Sophia
* volt
|-
| מצב פיסול
|
* hatsyl
|-
| פיסול דינוזאור
|
* hatsyl
|-
| בד על כדור
|
* hatsyl
|-
| להכין תיבה בבלנדר
|
* hatsyl
* volt
|-
| תמונה על אובייקט
|
* hatsyl
|-
| קוביית אש
|
* hatsyl
* Sophia
* hari
|-
| שמיים
|
* hatsyl
|-
| השתקפות
|
* hatsyl
|-
| מים של אוקיינוס
|
* hatsyl
|-
| זכוכית
|
* hatsyl
|-
| שימוש בחומרים
|
* Mark
* yShoko
* miritmor2000
* hatsyl
|-
| הקוביות המסתובבות של מארק
|
* hatsyl
* Mark
* yShoko
|-
| דשא
|
* hatsyl
* Ekzit
* Sophia
* hari
|-
| ענן ושמיים
|
* hatsyl
|-
| אור
|
* hatsyl
|-
| רעש
|
* hatsyl
|-
| ג'לי
|
* hatsyl
|-
| טקסט
|
* Ekzit
* Sophia
* hatsyl
|-
| כיסא הגלגלים של פינקי לייב
|
* Mark
|-
| סרטון מצגת פינקי 3
|
* Mark
|-
| עיצוב טקסט
|
* Mark
* miritmor2000
* yShoko
* Molecula
|-
| הטירה של בלנדר ישראל
|
* yShoko
|-
| הספינה של בלנדר ישראל
|
* catcat1806
|-
| השפירית של בלנדר ישראל
|
* yShoko
* catcat1806
* Mark
|-
| ייבוא מודלים
|
* miritmor2000
|-
| השעון הרוקד של tutor4u
|
* miritmor2000
* Qilaz
|-
| רמקול שמגיב למוזיקה
|
* Mark
|-
| פילטרינג (הכדורים הזוהרים)
|
* Qilaz
* miritmor2000
|-
| אנימציית כדור קופץ
|
* Dracoolazer
|-
| אנימציה של תהליך בניית אובייקט
|
* Mark
|-
| כדורי הסנוקר
|
* Qilaz
* Ekzit
* Sophia
|-
| לוגו בטא המתפוצץ
|
* Mark
* Qilaz
|-
| כוכב מתפוצץ
|
* Qilaz
|-
| גופים פיזיים בעלי השפעה הדדית
|
* Molecula
|-
| שרשראות נופלות
|
* miritmor2000
* Qilaz
|-
| rigging
|
* Mark
|-
| שינוי הרגישות של הbone לעצם
|
* Mark
|-
| מחשב מתפוצץ
|
* Mark
|-
| אש בבלנדר
|
* Mark
|-
| עבודה עם עורך NLA
|
* Mark
|-
| דמות אדם בסיסית
|
* Mark
|-
| מודל של בית על פי שרטוט
|
* Mark
|-
| Texture Mapping
|
* Mark
|-
| שמירת טקסטורה
|
* yShoko
|-
| אש ראליסטית
|
* Qilaz
|-
| יצירת דובי בבלנדר
|
* Qilaz
* Molecula
|-
| יצירת שקע בחומר
|
* miritmor2000
* Qilaz
|-
| סימולציית מים
|
* Qilaz
|-
| חומר נוזלי בתנועה
|
* Qilaz
* Mark
|-
| בד על כוס
|
* Molecula
|-
| Displacement
|
* yShoko
|-
| כדורגל רובוטים
|
* catcat1806
|-
| משחק הרחפת
|
* yShoko
|-
| All together
|
* Mark
|-
| פיצוץ
|
* hatsyl
* Ekzit
* Sophia
* hari
|-
| אייטם
|
* hatsyl
|-
| טקסטורה
|
* hatsyl
|-
| מסלול
|
* hatsyl
|-
| משחק מחשב משודרג
|
* hatsyl
|-
| אנימציה במשחק מחשב
|
* hatsyl
|-
| שמירת קובץ של משחק מחשב
|
* hatsyl
|-
| העלאת משחק מחשב לאינטרנט
|
* hatsyl
|-
| כתיבה במשחק
|
* hatsyl
|-
| טעינה
|
* hatsyl
|-
| אפקט על טקסט
|
* hatsyl
|-
| אפקט ניאון עתידני
|
* hatsyl
|-
| נקודות טכניות
|
* Qilaz - 4
* hatsyl - 7
|}
===אתגרי Math & Algorithms===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| תרגיל אי שיוויון בנעלם אחד עם שברים
|
* miritmor2000
* the_duke
* clash
* mon231
* Mip
* rubberband
* Kululu
|-
| מיצ"ב ח' 2014 (110)
|
* mon231
* rubberband
* Kululu
|-
| בגרות קיץ תשס"ד 314 035804, 4 יח"ל, שאלה 4
|
* miritmor2000
* the_duke
|-
| בגרות קיץ תשע"ד 035006, 5 יח"ל השלמה, שאלה 1
|
* the_duke
|-
| בגרות קיץ תשע"ד 035005, 4 יח"ל השלמה, שאלה 3
|
* Nefertari
|-
| max() ללא תנאים
|
* the_duke
* rubberband
* komiro
|-
| האלגוריתם הכי מהיר למציאת ראשוניים
|
* cugz
|}
===Informatics===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| תרגום מאמר של 80-250 מילים בויקיפדיה
|
* kissmy2hes - ([[w:he:אופיר ארקין]])
* the_duke - ([[w:he:אופיר ארקין]])
|-
| תרגום מאמר של 250 מילים ומעלה בויקיפדיה
|
* kissmy2hes - ([[w:he:וירג'יל גריפית']] 325 words)
* the_duke - ([[w:he:וירג'יל גריפית']] 325 words)
|}
===אתגרי קסמים כלליים===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| כופף את המזלג
|
* dragon_back
|-
| העלמת העט
|
* dragon_back
|}
===אתגרי קסמי קלפים===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| מעלית השטן
|
* dragon_back
|-
| להוציא קלף ממקום אחר
|
* dragon_back
|-
| key card
|
* dragon_back
|-
| להרים קלף מעל החבילה
|
* dragon_back
|-
| קסם השעון
|
* dragon_back
* xi
|-
| קלפים מדברים
|
* dragon_back
* xi
|-
| מגלה קלפי הקסם
|
* dragon_back
* volt
|-
| הקלף הנעלם
|
* Xi
|}
===אתגרי ג'אגלינג===
{| class="wikitable"
|-
! שם האתגר
! פותרים
|-
| בסיס 5
|
* hari
* the_duke
* Shuki
|-
| בסיס 10
|
* the_duke
* Shuki
|-
| בסיס 25
|
* the_duke
* Shuki
|-
| בסיס 100
|
* Shuki
|-
| מעגל
|
* the_duke
* Shuki
|-
| עיגול 10 יד אחת
|
* the_duke
* Shuki
|-
| הקפצה 10 יד אחת
|
* the_duke
* Shuki
|-
| 10 ארבעה כדורים יד-יד נפרד
|
* the_duke
* Shuki
|-
| 5 החלפות במיסמס
|
* Shuki
|-
| 10 החלפות במיסמס
|
* Shuki
|-
| פירואט עם כדור אחד
|
* Shuki
|-
| פירואט עם שלושה כדורים
|
* Shuki
|-
| השורד האחרון
|
*
|-
| דאבל בסיס 5
|
* Shuki
|-
| דאבל בסיס 10
|
* Shuki
|-
| דאבל בסיס 25
|
* Shuki
|-
| דאבל בסיס 100
|
* Shuki
|-
|}
</div>
[[Category:HE]]
d4rzxe3mr2n3zgdhwx6w3118g34qkt9
לימודי מחשבים בשיטת בטא
0
24419
384900
384752
2026-06-24T10:00:23Z
The duke
12559
/* פעילים */
384900
wikitext
text/x-wiki
<div lang="he" dir="rtl" class="mw-content-rtl">
{{בהכנה}}
==מטרת הדף==
לארגן את לימודי המחשבים בשיטת בטא. שיטת בטא משמעה לימוד באמצעות ביצוע אתגרים ופרויקטים, לימוד עצמי, והיעזרות ב[[לימודי_מחשבים_בשיטת_בטא/המדריך_למנטור_בבטא|מנטורים]].<br>
<!-- בימים אלו נמצאת בהרצה [https://valeryago123.wixsite.com/bounty-beta מערכת באונטי] שנכתבה בבטא ונועדה לנהל את האתגרים והפרויקטים בצורה הרבה יותר אוטומטית. !-->
====מלמדים פה C למתחילים?! למה לא להתחיל מ(הכנס את שפת התכנות הנוחה/לא תעשייתית החביבה עליך)====
שאלה מצוינת. מזל שיש לנו [[לימודי_מחשבים_בשיטת_בטא/למה_לא_אוגנדה|דף עם הסבר נורא ארוך]] על זה. אם הנושא ממש מטריד אתכם, תקראו, ונדבר.
==המחלקות של בטא==
בטא נוצרה כמחלקת מו"פ, ומחלקות נוספות נוצרו בשל צרכים שהתגלו או כשרונות שמצאנו לנכון לפתח.
מחלקות בטא עשויות בהמשך להפוך לקבוצות בפני עצמן.
שילוב פעילים מכל המחלקות נועד לאפשר תשתית לפעילות עסקית מלאה.
===מחלקת מו"פ (מחקר ופיתוח)===
המחלקה הותיקה ביותר והגדולה ביותר בבטא. כוללת עיסוק בתכנות וסייבר. כוללת כיום גם את העיסוק בגרפיקה דו ותלת מימדית.
===מחלקת תפעול===
עוסקת ביזמות, אדמיניסטרציה, משאבי אנוש וכל הפעילות הנדרשת כדי לגרום לדברים לקרות.
ראו:
[[לימודי מחשבים בשיטת בטא/ענף יזמות|משחקי היזמות]]
<!-- גם הגרעינים (קבוצות הליווי עד לבתים) מופעלים במסגרת מחלקת תפעול, ומנוהלים בדף של ענף יזמות. !-->
===מחלקת שיווק===
עוסקת ביכולת למשוך תשומת לב לבטא, לדוכנים שלה ולפעילויות שלה.
כוללת בין השאר את קבוצת הקוסמים, שנועדו לשמש אטרקציה של בטא באירועים, לספק אתגר מחשבתי לבטאים, ולשפר את ההבנה של אנשי הסייבר בבטא בנושאי פסיכולוגיה אנושית. ראו:
[[לימודי_מחשבים_בשיטת_בטא/בטא_קוסמים|עולם הקוסמים של בטא]]
==משחק Code Ninja==
זהו משחק של פיתוח יכולות, והוא מהווה מסלול ההזנקה של בטא. כל חברי בטא משתתפים בCode Ninja ומטרתם לצבור נקודות מוניטין עד שהם מגיעים ל"חגורה שחורה", אשר משמעותה שאותו חבר בטא צבר מספיק ידע ונסיון באתגרים שונים בשביל להתחיל להתרכז בפרוייקטים צוותיים.
===מנהל המשחק===
*the_duke
===פרוייקט אמצע===
על מנת לעבור מעבר לדרגה 10, ומעבר לדרגה 19, נדרשים המשתתפים לבצע פרוייקט אמצע.
את פרויקט האמצע ניתן לבחור מתוך [[לימודי_מחשבים_בשיטת_בטא/פרוייקט_אמצע|קטלוג פרוייקטי האמצע של בטא]], או להמציא פרויקט שיאושר בישיבה של החגורות השחורות.
===איך מקבלים נקודות מוניטין===
פותרים אתגרים. כל אתגר שווה נקודות בהתאם לקושי שלו ולכמה לומדים ממנו.
על מנת לקבל נקודות על פתרון שולחים את הפתרון למנטור של האתגר <!--דרך [http://http://bounty.sitesbuilding.com באונטי].!-->במייל, ומכתבים את the_duke ששומר את כל הפתרונות. על אתגר חד פעמי רק הפותר הראשון יקבל נקודות, על אתגר רב פעמי כל פותר שמופיע ברשימת הפותרים יקבל נקודות מוניטין.
הרשימות של הפותרים נמצאות בדף טיוטה של משתמשי המנטורים השונים כדי לא לאפשר עריכה לא אחראית.
<!-- פתרונות החל מ1.2.2015 נמצאים גם בבאונטי. !-->
===איך מגדירים נקודות מוניטין לאתגר===
בהתחלה המנטורים צריכים להעריך את רמת האתגר. בדרך כלל השאלה "כמה דברים חדשים למדתם במהלך האתגר" נותנת כיוון. עם הזמן מספר אלו שלא שלחו פתרון ביחס למספר האנשים שהכריזו שהם לוקחים את האתגר יכול להוות מדד של כמה נקודות מתוך 10 האתגר שווה. כדי שלא יהיה מצב שאתגרים קשים וקלים מקבלים אותו מספר נקודות, פרוייקטים מורכבים יותר צריך לחלק לתת-משימות, שלכל אחת מהן נקודות משלה. ככה פרוייקטים גדולים יכולים לתת למבצע הרבה נקודות ניסיון, בדומה לניסיון שהם אכן נותנים.
===התקדמות בדרגות===
כל 10 נקודות שוות דרגה אחת.
* על מנת לעלות לדרגה שמתחלקת ב5, לפחות שליש מהנקודות צריכות להיות מתחומים משניים, וצריכים להיות שני תחומים משניים. משמע: 17 נקודות משניות לדרגה 5, 34 נקודות משניות לדרגה 10, 50 נקודות משניות לדרגה 15 ו67 נקודות משניות לנינג'ה.
* על מנת לקבל יותר מ5 נקודות בתחום תכנות כלשהו, הקוד צריך להיות מתועד כמקובל בתחום (לדוגמה: בC, תיעוד קובץ ותיעוד כל פונקציה), וסביר למשתמש.
* [[לימודי_מחשבים_בשיטת_בטא/אלמנט_הפירמידה|אלמנט הפירמידה הקטנה]]: על מנת לעלות לחגורה ירוקה, בטאי שמשתתף במוקד פיזי או נמצא בסביבת מוקד פיזי צריך שיהיו שני בטאים אחרים מהמוקד הפיזי שלו שהוא היה משמעותי בהגעתם לדרגה 1. (מי שירצה לקדם במסגרת הפירמידה אנשים מחוץ למוקד הפיזי: נדרש אישור של the_duke. מחוץ למסגרת הפירמידה ניתן לקדם את מי שרוצים כמה שרוצים).
* [[לימודי_מחשבים_בשיטת_בטא/אלמנט_הפירמידה|אלמנט הפירמידה הגדולה]]: על מנת לעלות לחגורה חומה, בטאי (גם ללא מוקד פיזי) צריך שיהיו שני בטאים אחרים, לא משנה מאיפה, שהוא היה משמעותי בהגעתם לחגורה צהובה. זאת בנוסף לדרישת הסטאז'ר בשני בתים לפחות.
ביולי 2015 הוכנסו לשימוש צבעי דרגה לCode Ninjas, כדי לזהות התקדמות.
דרגת "נינג'ה" (חגורה שחורה) היא הדרגה האחרונה, ומתקבלת רק לאחר שהמשתתף הגיע לדרגה 20 וגם עבר "הכשרת נינג'ה" עם the_duke. נינג'ות לא מתקדמות עוד בדרגות והנקודות שלהם "מוקפאות" ברגע שבו הפכו לנינג'ות, כי למעשה הן עוברות לשחק בצורה שונה. אולם נינג'ות עדיין יכולות לצבור כיום עד 201 נקודות על תרגילים בתחומים הבאים, מתוך צורך של בטא לחזק את התחומים הללו:
* רוורסינג
* אבטחה
{| class="wikitable"
|+'''Code Ninja צבעי דרגה של'''
|-
! צבע לדרגה
|-
| width="170" align="center" style="background:black; color:red; font-weight:bold" | Ninja
|-
| align="center" style="background:brown; color:white; font-weight:bold" | 17-19
|-
| align="center" style="background:purple; color:white;" | 14-16
|-
| align="center" style="background:Blue; color:white;" | 11-13
|-
| align="center" style="background:green;" | 8-10
|-
| align="center" style="background:orange;" | 5-7
|-
| align="center" style="background:yellow;" | 2-4
|-
| align="center" style="background:white;" | 0-1
|}
===מסלולים מסומנים===
לא יודעים איזה אתגר כדאי לעשות קודם?<br>
אולי כדאי שתלכו [[לימודי מחשבים בשיטת בטא/מסלולים מסומנים|בעקבות חברי בטא אחרים]]...
===בתים===
כל נינג'ה רשאי לייסד בית. הנינג'ות של הבית הן ראשי הבית.<br>
עם ההגעה לחגורה צהובה, יכול הבטאי להצטרף לבית, בהתייעצות עם הנינג'ות, ובאישור הנינג'ות מובילות הבתים. ההצטרפות לבית תהיה בעיקר על בסיס אופי העבודה של הבטאי ותחומי העניין שלו, ותאפשר לו חיבור חזק יותר עם בטאים אחרים שמתעניינים באותם נושאים ויעזרו לו להתקדם בבטא. בטאי שיבחר שלא להצטרף לבית ייקרא "הומלס".
לכל בית דגשי מינטור שונים ותחומי עניין שונים, [[לימודי מחשבים בשיטת בטא/בתי המינטור|פירוט ומידע על הבתים ניתן למצוא כאן]].
החל מחגורה כחולה, נדרש בטאי שאינו הומלס להצטרף כסטז'ר בלפחות שני בתים שהוא עד כה לא השתייך אליהם (בתיאום והסכמה של הנינג'ות המובילות באותם בתים). הסטז'ר נועד לחזק אנשים בבתים האחרים ולחזק את הקשרים בין הבתים. אם לא צורף לעוד שני בתים לפחות, לא יוכל לעלות לחגורה חומה.<br>
כל חגורה חומה, בין אם היה הומלס או לא, יהיה סטז'ר בשני בתים לפחות עד שיהפוך לנינג'ה, ואז יוכל לקבוע את ההשתייכות שלו או לפתוח בית חדש.<br>
===משתתפים באתגר Code Ninja===
* סטטוס:יולי 2022
====נינג'ות====
{| class="wikitable sortable"
|-
! מס'
! משתתף
! דרגה
! תחום ראשי
! data-sort-type="number" | נק'
! תחום משני 1
! data-sort-type="number" | נק'
! תחום משני 2
! data-sort-type="number" | נק'
! פגיעות במוניטין
! בית
|-
| 1
| [[User:the_duke|the_duke]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Security
| 200+
| Reversing
| 68
| OS
| 33
| 0
| align="center" | [[File:House of gene logo small.png|40px|House of Gene]]
|-
| 2
| [[User:iDesireJustice|iDesireJustice]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Security
| 108
| C++
| 54
| C
| 50
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 3
| [[User:Direw0lf|Direw0lf]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br>[[File: Karate silhouette.svg|15px|Pwn-fu master]]
| Security
| 200+
| Java
| 71
| Reversing
| 44
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 4
| [[User:TheInvisibleUn1corn|ipu]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Javascript
| 87
| security
| 66
| C
| 61
| 0
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| 5
| [[User:tr4kj|tr4kj]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br>[[File:Equestrian silhouette.png|15px| The Unipwn]]<br>[2020 Black Widow]<br>[2020 2021 2022 L33T-J3t]
| Security
| 200+
| Python
| 64
| Java
| 31
| 0
| align="center" | [[File:House of gene logo small.png|40px|House of Gene]]
|-
| 6
| [[User:ninjailbreak|ninjailbreak]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br> [[File:Magician Silhouette.svg|15px| wizard of Pwn]] [Oct21 Master of Security]<br>[Oct21 Root of Trust]<br>
| Security
| 200+
| Python
| 76
| C
| 25
| 0
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 7
| [[User:bug1|bug1]]
| align="center" style="background:black; color:red; font-weight:bold" | *Ninja
| Security
| 106
| Python
| 63
| C
| 31
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 8
| [[User:TheMan|TheMan]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Security
| 139
| C
| 51
| Java
| 26
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 9
| [[User:blue_bird|blue_bird]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja<br>
| Security
| 76
| Java
| 72
| C
| 62
| 0
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| 10
| [[User:charo|charo]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Security
| 85
| OS
| 69
| C
| 68
| 0
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
| 11
| [[User:Hexer|Hexer]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Security
| 188
| Java
| 78
| C
| 51
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]] <!-- [[File:Green_gable.jpg|40px|GreenHouse]] !-->
|-
| 12
| [[User:Brave_Sir_Robin|Brave_Sir_Robin]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Security
| 115
| Reversing
| 55
| C
| 30
| 0
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| 13
| [[User:cugz|cugz]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br>[[File:Tokugawa_family_crest.svg|13px|Gold Shogun Samurai]]
| C
| 98
| Python
| 65
| Reversing
| 42
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 14
| [[User:revolution|revolution]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br>[[File:Mitsuuroko.svg|20px| Silver Shogun Samurai]]
| Security
| 131
| C
| 77
| Java
| 53
| 0
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 15
| [[User:Mip|Mip]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja
| Security
| 105
| Python
| 85
| Reversing
| 57
| 0
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
| 16
| [[User:Prorok|Prorok]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br> [[File:Monty python foot.png|15px|Gold Python Brian]]
| Python
| 134
| JS
| 117
| C
| 16
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 17
| [[User:Naruto|Naruto]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br> [[File:Twemoji 1f40d.svg|15px|Bronze Python Oliver Cromwell Lord Protector of England Born in 1599 and died in 1658 September]]<br>[Sep21 Pwnie]
| Security
| 122
| Python
| 111
| C
| 56
| 0
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 18
| [[User:Panic!|Panic!]]
| align="center" style="background:black; color:red; font-weight:bold" | Ninja <br>[2021 Spark]
| Security
| 139
| Rust
| 57
| OS
| 22
| 0
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]] <br>[[File:House of gene logo small.png|20px|House of Gene]]
|}
====פעילים====
* סטטוס: יוני 2026
{| class="wikitable sortable"
|-
! מס'
! משתתף
! דרגה
! תחום ראשי
! data-sort-type="number" | נק'
! תחום משני 1
! data-sort-type="number" | נק'
! תחום משני 2
! data-sort-type="number" | נק'
! פגיעות במוניטין
! [[לימודי מחשבים בשיטת בטא/בתי המינטור|בית]]
! [[לימודי מחשבים בשיטת בטא/בתי המינטור#מדד_החממות|חממה]]
|-
| 1
| [[User:n2|n2]]
| align="center" style="background:white; color:black;"| 0
| C
| 2
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:House of the gopher 40px.png|30px|House of the Gopher]]
|-
| 2
| [[User:algo|algo]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:Logo House Of Vector.png|40px|House of Vector]]
|-
| 3
| [[User:sonic|sonic]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:Logo House Of Vector.png|40px|House of Vector]]
|-
| 4
| [[User:saisho|saisho]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:Pi_pie_2.jpg|30px|House of PIE]]
|-
| 5
| [[User:vinci|vinci]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:Pi_pie_2.jpg|30px|House of PIE]]
|-
| 6
| [[User:buzz|buzz]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:Logo House Of Vector.png|40px|House of Vector]]
|-
| 7
| [[User:Bernoulli|Bernoulli]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:House of the gopher 40px.png|30px|House of the Gopher]]
|-
| 8
| [[User:Ada|Ada]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:House of the gopher 40px.png|30px|House of the Gopher]]
|-
| 9
| [[User:Conway|Conway]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:Logo House Of Vector.png|40px|House of Vector]]
|-
| 10
| [[User:jishu|jishu]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| OS
| 1
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
| align="center" | [[File:Pi_pie_2.jpg|30px|House of PIE]]
|}
<!--
|-
| x
| [[User:?|?]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| -
| ?
| -
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
!-->
==='''בטאים זומבים'''===
(לא נצפתה התקדמות שלהם ב"קוד נינג'ה" בחודשיים האחרונים, אבל פעילים בהקשרים אחרים)
* סטטוס: דצמבר 2025
{| class="wikitable sortable"
|-
! מס'
! משתתף
! דרגה
! למה לא פנסיה
! תחום ראשי
! נק'
! תחום משני 1
! נק'
! תחום משני 2
! נק'
! בית
|-
| 1
| [[User:Ne0|Ne0]]
| align="center" style="background:yellow;" | 2
| הערות רנדומליות בצ'אטים, מנטור יזמי
| PHP
| 15
| HTML
| 7
| Security
| 1
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 2
| [[User:ToxicByte|ToxicByte]]
| align="center" style="background:yellow;" | 3
| align="center" style="background:#ff5555;" | דורש בדיקה
| Security
| 27
| Organization
| 7
| Reversing
| 1
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 3
| [[User:tuna|tuna]]
| align="center" style="background:Blue; color:white;" | 13 <br>
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 51
| security
| 51
| Java
| 29
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 4
| [[User:mon231|mon231]]
| align="center" style="background:orange;" | 7
| align="center" style="background:#ff5555;" | דורש בדיקה
| security
| 34
| C
| 32
| Math
| 6
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 5
| [[User:panda|panda]]
| align="center" style="background:brown; color:white; font-weight:bold" | 19<br>(מעוכב על פרויקט ועל הכשרת נינג'ה)
| align="center" style="background:#ff5555;" | דורש בדיקה
| Security
| 113
| Python
| 65
| C
| 41
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 6
| [[User:Xi|Xi]]
| align="center" style="background:yellow; color:black;" | 3
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 29
| OS
| 2
| Organization
| 2
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| 7
| [[User:p4rr0t|p4rr0t]]
| align="center" style="background:Blue; color:white;" | 13
| align="center" style="background:#ff5555;" | דורש בדיקה
| Security
| 85
| C
| 48
| OS
| 2
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]<br>[[File:Pi_pie_2.jpg|20px|House of PIE]] [[File:House of the gopher 40px.png|20px|House of the Gopher]]
|-
| 8
| [[User:min4to|min4to]]
| align="center" style="background:brown; color:white; font-weight:bold" | 19<br>(מעוכב על פרויקט ועל הכשרת נינג'ה)<br>[[File:Emblem-relax.svg|20px| Java Silver cappuccino]]
| פעיל בצ'אטים
| Security
| 111
| Java
| 55
| Reversing
| 41
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]<br>[[File:Logo House Of Vector.png|20px|House of Vector]] [[File:Glider_shadow.svg|20px|House of Mallory]]
|-
| 9
| [[User:noone|noone]]
| align="center" style="background:green; color:black;" | 10 <br>(מעוכב על פרויקט)<br>[Oct21 Victorinox]
| align="center" style="background:#ff5555;" | דורש בדיקה
| Security
| 55
| C
| 30
| Python
| 26
<!--
| Rust
| 19
!-->
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 10
| [[User:F4dora_0f_d00m|F4dora_0f_d00m]]
| align="center" style="background:purple; color:white;" | 15
| align="center" style="background:#ff5555;" | דורש בדיקה
| Security
| 62
| Python
| 51
| Reversing
| 41
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
| 11
| [[User:Mami_Tomoe|Mami_Tomoe]]
| align="center" style="background:green; color:black;" | 10
| הערות רנדומליות בצ'אטים
| Security
| 43
| C
| 32
| Rust
| 25
| align="center" | [[File:House of gene logo small.png|40px|House of Gene]]
|-
| 12
| [[User:Double|Double]]
| align="center" style="background:yellow;" | 4
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 36
| Python
| 3
| OS
| 2
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 13
| [[User:r1fl|r1fl]]
| align="center" style="background:yellow; color:black;" | 2
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 20
| OS
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 14
| [[User:Karokanninja|Karokanninja]]
| align="center" style="background:green; color:black;" | 8
| הערות רנדומליות בצ'אטים
| Security
| 54
| C
| 33
| ?
| -
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
| 15
| [[User:komiro|komiro]]
| align="center" style="background:purple; color:white;" | 16 <br>[[File:Duke.svg|20px| Gold Java Barista]]
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 68
| Java
| 65
| Security
| 30
<!--| 0!-->
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]] <br>[[File:House of the gopher 40px.png|20px|House of the Gopher]]
|-
| 16
| [[User:SpiderPig|SpiderPig]]
| align="center" style="background:brown; color:white; font-weight:bold" | 17
| align="center" style="background:#ff5555;" | דורש בדיקה
| Security
| 122
| C
| 31
| Python
| 22
<!--| 0!-->
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]<br>[[File:House of gene logo small.png|20px|House of Gene]] [[File:Glider_shadow.svg|20px|House of Mallory]]
|-
| 17
| [[User:rubberband|rubberband]]
| align="center" style="background:green;" | 10
| הערות רנדומליות נדירות בצ'אטים
| Security
| 65
| C
| 37
| Math
| 7
| align="center" | [[File:House of gene logo small.png|40px|House of Gene]]
|-
| 18
| [[User:Kn3|Kn3]]
| align="center" style="background:orange; color:black;" | 7
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 30
| Security
| 36
| Python
| 9
<!--| 0!-->
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
| 19
| [[User:Burnix|Burnix]]
| align="center" style="background:orange; color:black;" | 6
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 32
| Security
| 28
| OS
| 3
<!--| 0!-->
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 20
| [[User:hari|hari]]
| align="center" style="background:orange; color:black;" | 6
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 32
| Security
| 23
| Javascript
| 12
<!--| 0!-->
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 21
| [[User:Fiddle|Fiddle]]
| align="center" style="background:green;" | 10
| מגיע פיזית כשיכול ומעורב אונליין
| Python
| 51
| JS
| 28
| C
| 22
<!--| 0!-->
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| 22
| [[User:DanNightMare|DanNightMare]]
| align="center" style="background:orange; color:black;" | 7
| מגיע פיזית כשיכול ומעורב אונליין
| C
| 50
| OS
| 12
| Java
| 8
<!--
| Go
| 1
!-->
<!--
| 0
!-->
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| 23
| [[User:timtim|timtim]]
| align="center" style="background:orange; color:black;" | 7<br>
(מעוכבת על הפירמידה הקטנה)
| align="center" style="background:#ff5555;" | דורש בדיקה
| Security
| 64
| C
| 31
| OS
| 2
<!--
| 0
!-->
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 24
| [[User:plugs|plugs]]
| align="center" style="background:yellow; color:black;" | 3
| align="center" style="background:#ff5555;" | דורש בדיקה
| C
| 34
| OS
| 1
| ?
| -
<!--
| 0
!-->
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| 25
| [[User:Kululu|Kululu]]
| align="center" style="background:yellow; color:black;" | 4
| לא יצר קשר מאז המלחמה
| C
| 38
| Math
| 6
| OS
| 2
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| 26
| [[User:t0xid|t0xid]]
| align="center" style="background:yellow; color:black;" | 3
| לא יצר קשר מאז יולי 2025
| C
| 32
| -
| ?
| -
| ?
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| 27
| [[User:PureEnergy|PureEnergy]]
| align="center" style="background:brown; color:white; font-weight:bold" | 18<br> [L33T-J3t]<br>[[File:Ichimonjimitsuboshi.svg|13px|Bronze Shogun Samurai]]
| פעיל בצ'אטים
| Security
| 102
| C
| 69
| OS
| 10
<!--
| python
| 5
-->
| align="center" | [[File:House of gene logo small.png|40px|House of Gene]]<br>[[File:Logo House Of Vector.png|20px|House of Vector]] [[File:Pi_pie_2.jpg|20px|House of PIE]]
|-
| 28
| [[User:Chip|Chip]]
| align="center" style="background:orange; color:black;" | 7
| פעיל בצ'אטים
| C
| 30
| Security
| 30
| OS
| 16
<!--
| Rust
| 9
|-
| Go
| 5
!-->
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| 29
| [[User:SnowyFox|SnowyFox]]
| align="center" style="background:white; color:black;" | 1
| פעיל בצ'אטים
| C
| 4
| Kotlin
| 3
| OS
| 3
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|}
==='''בטאים בפנסיה'''===
(הודיעו על פרישה, או לא נצפו פעילים בחודשיים האחרונים ולכן נחשבים פורשים)
* סטטוס: מאי 2026
{| class="wikitable sortable"
|-
! משתתף
! דרגה
! תחום ראשי
! נק'
! תחום משני 1
! נק'
! תחום משני 2
! נק'
! בית
|-
| [[User:Dr7|Dr7]]
| align="center" | 0
| Python
| 1
| ?
| 0
| ?
| 0
|-
| [[User:Hasum|Hasum]]
| align="center" | 0
| C
| 1
| ?
| 0
| ?
| 0
|-
| Lip0s
| align="center" | 0
| C
| 1
| Linux
| 1
| ?
| 0
|-
| DanKing200
| align="center" | 0
| C
| 1
| ?
| 0
| ?
| 0
|-
| [[User:gabihjkl|gabihjkl]]
| align="center" | 0
| C
| 1
| ?
| 0
| ?
| 0
|-
| [[User:g0t0|g0t0]]
| align="center" | 0
| Linux
| 1
| C
| 0
| ?
| 0
|-
| tso
| align="center" | 0
| C
| 1
| Linux
| 1
| ?
| 0
|-
| [[User:1337_Ig0r|Ig0r]]
| align="center" | 0
| C
| 1
| ?
| 0
| ?
| 0
|-
| AdiZ
| align="center" | 0
| Linux
| 2
| C
| 1
| ?
| 0
|-
| [[User:peliphone|peliphone]]
| align="center" | 0
| Linux
| 2
| C
| 1
| Organization
| 1
|-
| artem21
| align="center" | 0
| C
| 1
| Linux
| 0
| ?
| 0
|-
| j0rdan
| align="center" | 0
| HTML
| 3
| Linux
| 2
| C
| 1
|-
| [[User:Molecula|Molecula]]
| align="center" | 0
| Blender 3D
| 5
| Linux
| 2
| C
| 1
|-
| [[User:catcat1806|catcat1806]]
| align="center" | 1
| Blender 3D
| 9
| C
| 2
| Linux
| 2
|-
| deka27
| align="center" | 0
| OS
| 1
| C
| 0
| ?
| 0
|-
| kissmy2hes
| align="center" | 1
| C
| 9
| OS
| 3
| Informatics
| 2
|-
| BombThePro
| align="center" | 0
| OS
| 3
| C
| 1
| ?
| 0
|-
| Oferprat
| align="center" | 0
| OS
| 2
| C
| 0
| ?
| 0
|-
| [[User:Anton7|Anton7]]
| align="center" style="background:yellow;" |2
| C
| 17
| Organization
| 6
| Python
| 1
|-
| [[User:miritmor2000|miritmor2000]]
| align="center" style="background:yellow;" |2
| Blender 3D
| 14
| C
| 7
| HTML
| 5
|-
| m4ni
| align="center" | 1
| Javascript
| 6
| HTML
| 5
| OS
| 3
|-
| [[User:Nem0|Nem0]]
| align="center" | 1
| C
| 9
| OS
| 1
| ?
| 0
|-
| [[User:egozim|egozim]]
| align="center" | 0
| C
| 5
| Organization
| 1
| OS
| 0
|-
| [[User:fire62866|fire62866]]
| align="center" | 0
| OS
| 1
| ?
| 0
| ?
| 0
|-
| [[User:Mark|Mark]]
| align="center" style="background:yellow;" |2
| Blender 3D
| 25
| ?
| 0
| ?
| 0
|-
| [[User:d42k|d42k]]
| align="center" | 0
| HTML
| 3
| ?
| 0
| ?
| 0
|-
| [[User:jinx|jinx]]
| align="center" | 0
| ?
| 0
| ?
| 0
| ?
| 0
|-
| [[User:LawnBranch|LawnBranch]]
| align="center" | 0
| C
| 5
| Organization
| 2
| ?
| 0
|-
| [[User:MyMistake|MyMistake]]
| align="center" | 1
| C
| 16
| OS
| 1
| ?
| 0
|-
| [[User:bountyWiz|bountyWiz]]
| align="center" style="background:yellow;" | 2
| PHP
| 10
| Security
| 9
| Organization
| 8
|-
| [[User:gg|gg]]
| align="center" | 0
| OS
| 2
| ?
| 0
| ?
| 0
|-
| [[User:0-claptrap-0|0-claptrap-0]]
| align="center" | 0
| OS
| 2
| C
| 1
| ?
| 0
|-
| [[User:torto|torto]]
| align="center" | 0
| OS
| 2
| C
| 1
| HTML
| 1
|-
| [[User:yShoko|yShoko]]
| align="center" style="background:yellow;" | 2
| HTML
| 11
| Blender 3D
| 13
| OS
| 3
|-
| [[User:CoD|CoD]]
| align="center" | 0
| C
| 3
| OS
| 2
| ?
| 0
|-
| [[User:d0g1|d0g1]]
| align="center" | 0
| OS
| 3
| C
| 1
| ?
| 0
|-
| [[User:trizz|trizz]]
| align="center" | 0
| C
| 4
| Python
| 1
| ?
| 0
|-
| [[User:dark_solo|dark_solo]]
| align="center" | 0
| C
| 1
| OS
| 0
| ?
| 0
|-
| [[User:Qilaz|Qilaz]]
| align="center" style="background:purple; color:white;" | 15
| Security
| 85
| Java
| 42
| Blender 3D
| 23
|-
| [[User:Begin|Begin]]
| align="center" | 0
| OS
| 1
| ?
| 0
| ?
| 0
|-
| [[User:Zel|Zel]]
| align="center" | 0
| C
| 1
| ?
| 0
| ?
| 0
|-
| [[User:bolt|bolt]]
| align="center" | 0
| OS
| 2
| C
| 1
| ?
| 0
|-
| [[User:blackWise|blackWise]]
| align="center" | 0
| C
| 1
| ?
| 0
| ?
| 0
|-
| [[User:RankMasSayDanger|RankMasSayDanger]]
| align="center" | 0
| C
| 4
| ?
| 0
| ?
| 0
|-
| [[User:Cyanide|Cyanide]]
| align="center" | 0
| OS
| 1
| ?
| 0
| ?
| 0
|-
| [[User:pik|pik]]
| align="center" | 0
| C
| 4
| OS
| 2
| ?
| ?
|-
| [[User:bowman|bowman]]
| align="center" | 0
| OS
| 2
| C
| 1
| ?
| 0
|-
| [[User:cartman|cartman]]
| align="center" | 0
| OS
| 1
| ?
| 0
| ?
| 0
|-
| [[User:CrazyMan|CrazyMan]]
| align="center" | 0
| C
| 9
| ?
| 0
| ?
| 0
|-
| [[User:HackME|HackME]]
| align="center" style="background:yellow;" | 2
| C
| 21
| ?
| 0
| ?
| 0
|-
| [[User:Cr33p3r|Cr33p3r]]
| align="center" | 1
| C
| 11
| OS
| 2
| ?
| 0
|-
| [[User:Newt|Newt]]
| align="center" | 0
| OS
| 2
| ?
| 0
| ?
| 0
|-
| [[User:infinityAmmo|infinityAmmo]]
| align="center" style="background:Blue; color:white;" | 12
| Security
| 55
| C
| 47
| Python
| 20
|-
| [[User:Dushi|Dushi]]
| align="center" | 0
| C
| 1
| ?
| 0
| ?
| 0
|-
| [[User:totodile|totodile]]
| align="center" | 0
| OS
| 2
| C
| 1
| ?
| 0
|-
| [[User:bibron_bond|bibron_bond]]
| align="center" style="background:Yellow;" | 2
| C
| 19
| OS
| 3
| ?
| 0
|-
| [[User:quark|quark]]
| align="center" | 0
| C
| 5
| OS
| 2
| ?
| 0
|-
| [[User:Mr_Robot|Mr_Robot]]
| align="center" style="background:yellow;" | 2
| C
| 19
| OS
| 2
| ?
| 0
|-
| [[User:Eitan 123455|Dracoolazer]]
| align="center" style="background:yellow;" | 2
| HTML
| 10
| C
| 7
| OS
| 3
|-
| [[User:Frosty|Frosty]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| -
| -
| -
| -
|-
| [[User:Mage|Mage]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| -
| -
| -
| -
|-
| [[User:7h4rkun|7h4rkun]]
| align="center" style="background:yellow;" | 4
| C
| 23
| Security
| 17
| OS
| 2
|-
| [[User:red_walker|red_walker]]
| align="center" style="background:Yellow;" | 3
| C
| 34
| OS
| 2
| ?
| 0
|-
| [[User:sp00ky4me|sp00ky4me]]
| align="center" style="background:brown; color:white; font-weight:bold" | 17<br>
| Security
| 120
| Reversing
| 28
| C
| 25
|-
| [[User:Spike|Spike]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| C
| 1
| -
| -
|-
| [[User:The_Darkness|The_Darkness]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:Gandalf|Gandalf]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:Bthority|Bthority]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:Revan|Revan]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:FireStorm|FireStorm]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:Himself|Himself]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:Spider_Monkey|Spider_Monkey]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:nameless|nameless]]
| align="center" style="background:white; color:black;" | 0
| OS
| 3
| C
| 2
| -
| -
|-
| [[User:m00zyT4p00zy|m00zyT4p00zy]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:TheBrawnyViper|TheBrawnyViper]]
| align="center" style="background:white; color:black;" | 0
| JS
| 2
| -
| -
| -
| -
|-
| [[User:RecursionMan|RecursionMan]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| -
| -
| -
| -
|-
| [[User:Ed|Ed]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| C
| 1
| -
| -
|-
| [[User:roxted|roxted]]
| align="center" style="background:white; color:black;" | 1
| C
| 11
| OS
| 2
| -
| -
|-
| [[User:RN1k|RN1k]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 33
| OS
| 2
| -
| -
|-
| [[User:Gengar|Gengar]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| -
| -
| -
| -
|-
| [[User:alpha|alpha]]
| align="center" style="background:yellow; color:black;" | 4
| C
| 31
| Security
| 16
| OS
| 2
|-
| [[User:Scimonster|Scimonster]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| -
| -
| -
| -
|-
| [[User:shot4shot|shot4shot]]
| align="center" style="background:white; color:black;" | 1
| HTML
| 7
| OS
| 2
| C
| 1
|-
| [[User:dragon_back|dragon_back]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| -
| -
| -
| -
|-
| [[User:Namesh1034|H2O]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 30
| OS
| 2
| -
| -
| align="center" | [[File:House of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:gderu|gderu]]
| align="center" style="background:yellow; color:black;" | 4 <br>(מעוכב על תחומים משניים)<br>
| Python
| 50
| OS
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Slavious|Slavious]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| ?
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:lre|lre]]
| align="center" style="background:purple; color:white;" | 15
| Security
| 86
| C
| 33
| Reversing
| 31
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:sunshine|sunshine]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| -
| -
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:chuk|chuk]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| C
| 1
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:geeKuery|geeKuery]]
| align="center" style="background:white; color:black;" | 0
| Javascript
| 9
| -
| -
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:clash|clash]]
| align="center" style="background:yellow;" | 4
| C
| 37
| HTML
| 8
| OS
| 4
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| [[User:MRP|MRP]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| -
| -
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:F1brous|F1brous]]
| align="center" style="background:yellow; color:black;" | 2
| C
| 18
| OS
| 2
| JS
| 2
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
| [[User:Bobi_Boten|Bobi_Boten]]
| align="center" style="background:white; color:black;" | 0
| C
| 3
| OS
| 1
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:weasley|Weasley]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| C++
| 1
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:gorez123|gorez123]]
| align="center" style="background:orange;" | 7
| Security
| 38
| C
| 26
| Javascript
| 9
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:wi22ard|wi22ard]]
| align="center" style="background:white; color:black;" | 0
| Blender3D
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Dash|Dash]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Mega|Mega]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| C
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:asad|asad]]
| align="center" style="background:white; color:black;" | 0
| C
| 3
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Sophia|Sophia]]
| align="center" style="background:white; color:black;" | 1
| Blender3D
| 10
| Organization
| 1
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:steve|steve]]
| align="center" style="background:white;" | 0
| OS
| 2
| C
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Ekzit|Ekzit]]
| align="center" style="background:white; color:black;" | 1
| Blender3D
| 7
| HTML
| 5
| Organization
| 1
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:M0ckingb1rd|M0ckingb1rd]]
| align="center" style="background:white;" | 1
| C
| 8
| OS
| 2
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Angel|Angel]]
| align="center" style="background:white;" | 0
| Python
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:R3v3rsedReality|R3v3rsedReality]]
| align="center" style="background:brown; color:white; font-weight:bold" | 19<br>(מעוכב על פרויקט ועל הכשרת נינג'ה)<br>[[File:Plus_sign.svg|15px| Silver Pwnie Reverser]]
| Security
| 200
| Reversing
| 56
| C
| 27
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:cryp70n173|cryp70n173]]
| align="center" style="background:green; color:black;" | 10 <br>(מעוכבת על פרויקט אמצע)<br>
| Security
| 55
| C
| 45
| Reversing
| 15
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:dark10|dark10]]
| align="center" style="background:white;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:lulz|lulz]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 31
| OS
| 2
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:mele|mele]]
| align="center" style="background:green; color:black;" | 10 <br>(מעוכב על פרויקט אמצע)<br>
| Security
| 76
| Reversing
| 25
| C
| 28
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Joker|Joker]]
| align="center" style="background:white;" | 1
| C
| 11
| OS
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:vlad|vlad]]
| align="center" style="background:white;" | 1
| OS
| 10
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:mufasa|mufasa]]
| align="center" style="background:white;" | 1
| OS
| 10
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:CripyIce|CripyIce]]
| align="center" style="background:white;" | 1
| OS
| 4
| HTML
| 6
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Moonro|Moonro]]
| align="center" style="background:white;" | 0
| OS
| 1
| -
| -
| -
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Raid|Raid]]
| align="center" style="background:white;" | 0
| C
| 1
| OS
| 1
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Raccoon|Raccoon]]
| align="center" style="background:yellow;" | 2
| Python
| 20
| -
|
| -
|
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Sky1|Sky1]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Noyer|Noyer]]
| align="center" style="background:white; color:black;" | 0
| HTML
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Pikajok.56|Pikajok.56]]
| align="center" style="background:white; color:black;" | 0
| HTML
| 2
| C
| 2
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:L2|L2]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| HTML
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Back|Back]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Hackinato|Hackinato]]
| align="center" style="background:white;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Qbyte|Qbyte]]
| align="center" style="background:white;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
|| [[User:volt|volt]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 20
| Blender3D
| 7
| OS
| 3
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
|| [[User:hatsyl|hatsyl]]
| align="center" style="background:yellow; color:black;" | 4 <br>(מעוכב על תחומים משניים)<br>
| Blender3D
| 48
| 2D Graphics
| 4
| HTML
| 1
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
|| [[User:Simba_hashlishy|Simba_hashlishy]]
| align="center" style="background:white;" | 0
| Blender3D
| 1
| ?
| 0
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Pl4t0|Pl4t0]]
| align="center" style="background:white;" | 0
| Python
| 3
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:fullmoon|fullmoon]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:ch1|ch1]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:madrid|madrid]]
| align="center" style="background:yellow;" | 4 <br>(מעוכבת על תחומים משניים)<br>
| C
| 37
| Java
| 8
| OS
| 5
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| [[User:ImTheWeirdOne|ImTheWeirdOne]]
| align="center" style="background:white; color:black;" | 0
| C
| 4
| HTML
| 2
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:aladin|aladin]]
| align="center" style="background:yellow; color:black;" | 2
| C
| 17
| HTML
| 3
| Java
| 1
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| [[User:Maylive|Maylive]]
| align="center" style="background:yellow;" | 3
| C
| 32
| OS
| 2
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:LoneWolf|LoneWolf]]
| align="center" style="background:green; color:black;" | 10
| Python
| 39
| C
| 34
| Security
| 32
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| [[User:Mr_M33533K5|Mr_M33533K5]]
| align="center" style="background:green; color:black;" | 10 <br>(מעוכב על פרויקט אמצע)<br>
| Python
| 88
| C
| 36
| -
| -
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| [[User:5quirr31_10rd|5quirr31_10rd]]
| align="center" style="background:green; color:black;" | 9<br>(מעוכב על נקודות משניות) <br> [[File:Secretary bird holding a snake.svg|15px|Python Silver Minister of Silly Walks]]
| Python
| 133
| C
| 24
| OS
| 2
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| [[User:PaperBag|PaperBag]]
| align="center" style="background:orange; color:black;" | 5
| C
| 34
| Security
| 21
| Organization
| 3
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| [[User:Nefertari|Nefertari]]
| align="center" style="background:yellow;" | 2
| C
| 19
| Math
| 1
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:tefen|tefen]]
| align="center" style="background:white; color:black;" | 0
| Rust
| 4
| ?
| 0
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:yrnghost|yrnghost]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| 0
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:xerath|xerath]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Stressed_Heathen|Stressed_Heathen]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Ray|Ray]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| ?
| 0
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
|-
| [[User:saiki|saiki]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| 0
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:cerry|cerry]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:an_the_game|an_the_game]]
| align="center" style="background:orange; color:black;" | 5<br>(נשמה חופשית)
| C
| 41
| Java
| 11
| Python
| 8
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Mikasa|Mikasa]]
| align="center" style="background:white; color:black;" | 1
| C
| 7
| Python
| 3
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:TREHO|TREHO]]
| align="center" style="background:white; color:black;" | 0
| C
| 3
| ?
| 0
| ?
| 0
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:blanco|blanco]]
| align="center" style="background:yellow;" | 4
| C
| 41
| OS
| 1
| ?
| -
| align="center" | [[File:Glider_shadow.svg|30px|House of Mallory]]
|-
| [[User:Owl|Owl]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 31
| OS
| 3
| ?
| -
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
| [[User:Wookie|Wookie]]
| align="center" style="background:white; color:black;" | 0
| C
| 2
| ?
| -
| ?
| -
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Galile0|Galile0]]
| align="center" style="background:green; color:black;" | 9
| c
| 52
| Python
| 38
| Bioinformatics
| 4
| align="center" | [[File:House of gene logo small.png|40px|House of Gene]]
|-
| [[User:Krembo|Krembo]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| ?
| -
| ?
| -
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Ryfer1|Ryfer1]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| 0
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Diablo|Diablo]]<!-- Former: XB(13.6.2021)!-->
| align="center" style="background:white; color:black;" | 0
| C
| 4
| HTML
| 2
| Java
| 1
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Hexman|Hexman]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Bitspirit|Bitspirit]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:operait|operait]]
| align="center" style="background:white; color:black;" | 1
| C
| 6
| HTML
| 3
| OS
| 2
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:deglat|deglat]]
| align="center" style="background:white; color:black;" | 1
| C
| 14
| OS
| 3
| ?
| 0
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:noname|noname]]
| align="center" style="background:white; color:black;" | 0
| C
| 3
| ?
| 0
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:ebt|ebt]]
| align="center" style="background:yellow; color:black;" | 2
| C
| 25
| OS
| 3
| ?
| -
<!--| 0!-->
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| [[User:HomiGrotas|HomiGrotas]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Rodlx|Rodlx]]
| align="center" style="background:white; color:black;" | 1
| C
| 9
| OS
| 3
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:bonobo|bonobo]]
| align="center" style="background:yellow; color:black;" | 2
| C
| 14
| OS
| 3
| Rust
| 3
<!--| 0!-->
| align="center" | [[File:Pi_pie_2.jpg|40px|House of PIE]]
|-
|-
| [[User:Cub|Cub]]
| align="center" style="background:white; color:black;" | 0
| C
| 5
| OS
| 1
| ?
| -
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Shark|Shark]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| -
| ?
| -
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Hazizi|Hazizi]]
| align="center" style="background:white; color:black;" | 0
| C
| 6
| OS
| 3
| ?
| -
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Nick|Nick]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 30
| OS
| 2
| ?
| -
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| [[User:Doc|Doc]]
| align="center" style="background:orange; color:black;" | 6<br>[[File:Zielony kubek herbaty - 01.svg|17px|Bronze Java Nescafe]]
| Java
| 31
| C
| 30
| Security
| 8
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| [[User:ToBerx|ToBerx]]
| align="center" style="background:white; color:black;" | 1
| C
| 11
| OS
| 3
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Asmon|Asmon]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| C
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:venfox|venfox]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| OS
| 1
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:rinich|rinich]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:rain|rain]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:chillbug|chillbug]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:an_the_king|an_the_king]]
| align="center" style="background:yellow; color:black;" | 4<br>(מעוכב על מוניטין)
| C
| 33
| Java
| 9
| Python
| 9
<!--
| 4
!-->
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| [[User:Shoshana|Shoshana]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| C
| 2
| ?
| -
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:pc|pc]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| ?
| -
| ?
| -
<!--| 0!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Blank|Blank]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 26
| Java
| 4
| OS
| 2
<!--
| Go
| 1
!-->
<!--
| 0
!-->
| align="center" | [[File:House of the gopher 40px.png|40px|House of the Gopher]]
|-
| [[User:Soap|Soap]]
| align="center" style="background:yellow; color:black;" | 3
| C
| 30
| OS
| 3
| ?
| -
<!--
| 0
!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Sniper|Sniper]]
| align="center" style="background:yellow; color:black;" | 2
| C
| 18
| OS
| 2
| ?
| -
<!--
| 0
!-->
| align="center" | [[File:Logo House Of Vector.png|50px|House of Vector]]
|-
| [[User:Ngl|Ngl]]
| align="center" style="background:white; color:black;" | 0
| OS
| 2
| ?
| -
| ?
| -
<!--
| 0
!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:croncat|croncat]]
| align="center" style="background:white; color:black;" | 0
| OS
| 1
| -
| ?
| -
| ?
<!--
| 0
!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:primo|primo]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| -
| ?
| -
| ?
<!--
| 0
!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:falcon|falcon]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| 0
| -
| ?
<!--
| 0
!-->
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:Eiger|Eiger]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| 0
| -
| ?
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|-
| [[User:badger|badger]]
| align="center" style="background:white; color:black;" | 0
| C
| 1
| ?
| 0
| -
| ?
| align="center" | [[File:house of dworkin logo.png|40px|House of Dworkin]]
|}
==='''בטאים בהנצחה'''===
(חברי בטא שנפטרו וצפויים להנצחה במסגרת בטא)
{| class="wikitable sortable"
|-
! משתתף
! דרגה
! תחום ראשי
! נק'
! תחום משני 1
! נק'
! תחום משני 2
! נק'
|-
| [[User:Mala Reverse|Mala_Reverse]]
| align="center" | 1
| C
| 10
| Organization
| 4
| ?
| 0
|}
<!--
==='''בטאים פעילים במחלקת יזמות (טבלה זמנית עד שיהיה משחק למחלקת יזמות)'''===
* סטטוס: ינואר 2017
{| class="wikitable sortable"
|-
! #
! משתתף
! דרגה
! תחום ראשי
! נק'
! תחום משני 1
! נק'
! תחום משני 2
! נק'
|-
| 2
| [[User:Mip|Mip]]
| ?
| הדרכה פרונטלית
| ?
| ייצוג
| ?
| הפקת אירועים
| ?
|-
| 3
| [[User:Hexer|Hexer]]
| ?
| הדרכה פרונטלית
| ?
| ייצוג
| ?
| ?
| ?
|}
!-->
==הרצאות בבטא==
בטא מעודדת את חבריה לתת הרצאות של 15 דקות (או יותר או פחות) לבטאים האחרים, בעיקר בישיבת תשע או כסדנה. ככה הבטאים ילמדו אחד מהשני, ככה הם ילמדו לעמוד מול קהל, וככה מי שנותנים את ההרצאה משפרים את השליטה של עצמם בחומר.
כדי לחזק את נושא ההרצאות, יש [[לימודי מחשבים בשיטת בטא/מעקב הרצאות|דף מעקב הרצאות]].
==משחק codewars.com של בתי המינטור==
===מנהל המשחק===
*the_duke
*Ninjailbreak
===הניקוד===
ניקוד בטא ניתן בחזקות של 2:<br>
לבן - 1<br>
צהוב - 2<br>
כחול - 4<br>
סגול - 8<br>
שחור - 16<br>
===הטבלה===
{| class="wikitable sortable"
|-
! לוגו
! בית
! align="center" style="background:white;" |לבן
! align="center" style="background:yellow;" | צהוב
! align="center" style="background:blue; color:white;" | כחול
! align="center" style="background:purple; color:white;" | סגול
! align="center" style="background:black; color:red; font-weight:bold" | שחור
! ניקוד בטא
|-
|[[File:House of the gopher 40px.png|40px|House of the Gopher]]
| House of the Gopher
| align="center" style="background:white;" |1
| align="center" style="background:yellow;" |1
| align="center" style="background:blue; color:white;" |1
| align="center" style="background:purple; color:white;" |
| align="center" style="background:black; color:red; font-weight:bold" |
! align="center" | 7
|-
|[[File:Glider_shadow.svg|30px|House of Mallory]]
| House of Mallory
| align="center" style="background:white;" | 1
| align="center" style="background:yellow;" | 3
| align="center" style="background:blue; color:white;" | 3
| align="center" style="background:purple; color:white;" |
| align="center" style="background:black; color:red; font-weight:bold" |
! align="center" | 19
|-
|[[File:Pi_pie_2.jpg|40px|House of PIE]]
| House of PIE
| align="center" style="background:white;" | 1
| align="center" style="background:yellow;" | 3
| align="center" style="background:blue; color:white;" |
| align="center" style="background:purple; color:white;" |
| align="center" style="background:black; color:red; font-weight:bold" |
! align="center" | 7
|-
|[[File:House of gene logo small.png|40px|House of Gene]]
| House of Gene
| align="center" style="background:white;" |
| align="center" style="background:yellow;" |1
| align="center" style="background:blue; color:white;" |2
| align="center" style="background:purple; color:white;" |
| align="center" style="background:black; color:red; font-weight:bold" |
! align="center" | 10
<!--
|-
|[[File:Green_gable.jpg|40px|GreenHouse]]
| Greenhouse
| align="center" style="background:white;" |
| align="center" style="background:yellow;" |
| align="center" style="background:blue; color:white;" |1
| align="center" style="background:purple; color:white;" |
| align="center" style="background:black; color:red; font-weight:bold" |
! align="center" | 4
!-->
|-
|[[File:Logo House Of Vector.png|50px|House of Vector]]
| House of Vector
| align="center" style="background:white;" |1
| align="center" style="background:yellow;" |
| align="center" style="background:blue; color:white;" |
| align="center" style="background:purple; color:white;" |
| align="center" style="background:black; color:red; font-weight:bold" |
! align="center" | 1
|}
==משחק סמוראי C==
זהו משחק של פיתוח היכולות בשפת C, והוא מדגיש התמדה, התעמקות ורכישת כלים חזקים.
===מנהל המשחק===
*the_duke
*ipu
*charo
*revolution
===איך מקבלים נקודות להתקדמות===
פותרים אתגרים בשפת C. הנקודות הן אותן נקודות שמשמשות באתגר "Code Ninja".
שימו לב, כל הפתרונות צריכים להיות כתובים לפי [[לימודי מחשבים בשיטת בטא/סטנדרט הכתיבה בC|הסטנדרט שמקובל בבטא]].
החל מ27.3.2019 המשחק משתמש בסולם צבעי חגורות זהה לזה של "קוד נינג'ה" בשביל להעריך את מצב ההתקדמות של המשתתפים בו, אם כי, כמובן, לא מעניק את התואר "נינג'ה".
===מסלולים מסומנים===
לא יודעים איזה אתגר כדאי לעשות קודם?<br>
אולי כדאי שתלכו [[לימודי מחשבים בשיטת בטא/מסלולים מסומנים|בעקבות חברי בטא אחרים]]...
===משתתפים באתגר סמוראי C===
* סטטוס: מאי 2024
מאשרים:
* נושאי כלים ומעלה שעברו תדרוך של נינג'ה יכולים לאשר פתרונות של שקופים (שעדיין לא נכנסו למשחק כי להם פחות מ5 נקודות בC).
* מתלמדים יכולים לאשר פתרונות של שואבי מים.
* עוזרי סמוראים יכולים לאשר פתרונות של נושאי כלים ושואבי מים.
* זוטרים יכולים לאשר פתרונות של מתלמדים, נושאי כלים ושואבי מים.
* בכירים יכולים לאשר פתרונות של עוזרי סמוראים, מתלמדים, נושאי כלים ושואבי מים.
* שוגונים יכולים לאשר פתרונות של זוטרים, עוזרי סמוראים, מתלמדים ,נושאי כלים ושואבי מים.
* שוגון כסף יכול לאשר פתרונות של בכירים, זוטרים, עוזרי סמוראים, מתלמדים, נושאי כלים ושואבי מים.
* שוגון זהב ונינג'ות יכולים לאשר פתרונות של כל הסמוראים הפעילים, כולל שוגון הזהב עצמו.
בנוסף יכולים לאשר המקרים המיוחדים הבאים:
* Panic! - עובד כמתכנת C, ושולט היטב בסטנדרט הבטאי. יכול לאשר לכולם מלבד השוגונים.
<!--
סמוראים זוטרים ומעלה נדרשים לשלוח קוד שמתקמפל ועובד. זוטר ומעלה שיזלזל בזמן של הבודקים וישלח פתרון שלא מתקמפל, או שלא נראה שהוא בכלל בדק את התוכנה, ייתכן שיצטרך לעשות משימה מיוחדת ללא נקודות כדי לקבל נקודות על האתגר שלא עובד.
!-->
לכל תואר ישנה כמות מוגבלת של משתתפים אשר יכולים להחזיק אותו:
*1 מכל שוגון.
*7 בכירים.
*10 זוטרים.
*15 עוזרים.
*20 מתלמדים.
*25 נושאי כלים.
*35 שואבי מים.
(שמות באפור: שחקנים היסטוריים - פנסיונרים, זומבים, או שהנקודות שלהם הוקפאו כי הפכו לנינג'ות).
===הטבלה===
{| class="wikitable sortable"
|-
! מיקום
! משתתף
! דרגה
! data-sort-type="number" | נק'
! עיטורים
|-
| style="background-color: gold"|<b>1</b>
| style="color:lightgray; background-color: gold"| cugz [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: gold"|שוגון זהב
| style="background:green;" | 101
| [[File:Tokugawa_family_crest.svg|20px|Gold Shogun - Tokugawa]]
|-
| style="background-color: silver"|<b>2</b>
| style="color:lightgray; background-color: silver"| revolution [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: silver"| שוגון כסף
| style="background:orange;" | 77
| [[File:Mitsuuroko.svg|20px| Silver Shogun - Kamakura Hōjō]]
|-
| style="background-color: DarkGoldenRod"| <b>3</b>
| style="color:lightgray; background-color: DarkGoldenRod"| [[User:PureEnergy|PureEnergy]]
| style="background-color: DarkGoldenRod"| שוגון ארד
| style="background:orange;" | 69
| [[File:Ichimonjimitsuboshi.svg|20px|Bronze Shogun - Mōri]]
|-
| style="background-color: #fef7e7;"| 4
| style="background-color: #fef7e7;"| Komiro
| style="background-color: #fef7e7;"| סמוראי בכיר
| style="background:orange;" | 68
|
|-
| style="background-color: #fef7e7;"| 5
| style="color:lightgray; background-color: #fef7e7;"| charo [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: #fef7e7;"| סמוראי בכיר
| style="background:orange;" | 68
|
|-
| style="background-color: #fef7e7;"| 6
| style="color:lightgray; background-color: #fef7e7;"| blue_bird [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| style="background-color: #fef7e7;"| סמוראי בכיר
| style="background:orange;" | 62
|
|-
| style="background-color: #fef7e7;"| 7
| style="background-color: #fef7e7; color:lightgray;" | ipu [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| style="background-color: #fef7e7;"| סמוראי בכיר
| style="background:orange;" | 61
|
|-
| style="background-color: #fef7e7;"| 8
| style="background-color: #fef7e7; color:lightgray;" | Naruto [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| style="background-color: #fef7e7;"| סמוראי בכיר
| style="background:orange;" | 56
|
|-
| style="background-color: #fef7e7;"| 9
| style="background-color: #fef7e7; color:lightgray;"| Galile0
| style="background-color: #fef7e7;"| סמוראי בכיר
| style="background:orange;" | 52
|
|-
| style="background-color: #fef7e7;"| 10
| style="color:lightgray; background-color: #fef7e7;"| tuna
| style="background-color: #fef7e7;"| סמוראי בכיר
| style="background:orange;" | 51
|
|-
| 11
| style="color:lightgray;"| TheMan [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| סמוראי זוטר
| style="background:orange;" | 51
|
|-
| 12
| style="color:lightgray;"| Mip [[File:Judo black belt.svg|10px|Is Ninja]]
| סמוראית זוטרה
| style="background:orange;" | 51
|
|-
| 13
| style="color:lightgray;"| hexer [[File:Judo black belt.svg|10px|Is Ninja]]
| סמוראי זוטר
| style="background:orange;" | 51
|
|-
| 14
| style="color:lightgray;"| iDesireJustice [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| סמוראי זוטר
| style="background:orange;" | 50
|
|-
| 15
| [[User:DanNightMare|DanNightMare]]
| סמוראי זוטר
| style="background:orange;" | 50
|
|-
| 16
| [[user:p4rr0t|p4rr0t]]
| סמוראי זוטר
| style="background:yellow;" | 48
|
|-
| 17
| style="color:lightgray;"| infinityAmmo
| סמוראי זוטר
| style="background:yellow;" | 47
|
|-
| 18
| style="color:lightgray;" | Cryp70n173
| סמוראית זוטרה
| style="background:yellow;" | 45
|
|-
| 19
| style="color:lightgray;" | an_the_game
| סמוראי זוטר
| style="background:yellow;" | 41
|
|-
| 20
| style="color:lightgray;"| tr4kj [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| סמוראי זוטר
| style="background:yellow;" | 41
|
|-
| 21
| style="color:lightgray;" | panda
| עוזר סמוראי
| style="background:yellow;" | 41
|
|-
| 22
| style="color:lightgray;" | Blanco
| עוזר סמוראי
| style="background:yellow;" | 41
|
|-
| 23
| style="color:lightgray;"|Direw0lf [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| עוזר סמוראי
| style="background:yellow;" | 40
|
|-
| 24
| [[User:kululu|kululu]]
| עוזר סמוראי
| style="background:yellow;" | 38
|
|-
| 25
| style="color:lightgray;"| rubberband
| עוזר סמוראי
| style="background:yellow;" | 37
|
|-
| 26
| style="color:lightgray;"| madrid
| עוזרת סמוראי
| style="background:yellow;" | 37
|
|-
| 27
| style="color:lightgray;" | Mr_M33533K5
| עוזר סמוראי
| style="background:yellow;" | 36
|
|-
| 28
| style="color:lightgray;" | clash
| עוזר סמוראי
| style="background:yellow;" | 36
|
|-
| 29
| style="color:lightgray;" | Double
| עוזר סמוראי
| style="background:yellow;" | 36
|
|-
| 30
| style="color:lightgray;" | PaperBag
| עוזר סמוראי
| style="background:yellow;" | 34
|
|-
| 31
| style="color:lightgray;" | LoneWolf
| עוזר סמוראי
| style="background:yellow;" | 34
|
|-
| 32
| style="color:lightgray;" | red_walker
| עוזר סמוראי
| style="background:yellow;" | 34
|
|-
| 33
| [[User:plugs|plugs]]
| עוזרת סמוראי
| style="background:yellow;" | 34
|
|-
| 34
| style="color:lightgray;" | lre
| עוזר סמוראי
| style="background:yellow;" | 33
|
|-
| 35
| style = "color:lightgray; " | Karokanninja
| עוזר סמוראי
| style="background:yellow;" | 33
|
|-
| 36
| style="color:lightgray;" | RN1k
| מתלמד
| style="background:yellow;" | 33
|
|-
| 37
| [[User:An_the_king|An_the_king]]
| מתלמד
| style="background:yellow;" | 33
|
|-
| 38
| style="color:lightgray;" | F4dora_0f_d00m
| מתלמד
| style="background:yellow;" | 32
|
|-
| 39
| style="color:lightgray;" | Hari
| מתלמד
| style="background:yellow;" | 32
|
|-
| 40
| [[User:Mami_Tomoe|Mami_Tomoe]]
| מתלמד
| style="background:yellow;" | 32
|
|-
| 41
| [[User:min4to|min4to]]
| מתלמד
| style="background:yellow;" | 32
|
|-
| 42
| style="color:lightgray;" | mon231
| מתלמד
| style="background:yellow;" | 32
|
|-
| 43
| style="color:lightgray" | Maylive
| מתלמד
| style="background:yellow;" | 32
|
|-
| 44
| [[User:Burnix|Burnix]]
| מתלמד
| style="background:yellow;" | 32
|
|-
| 45
| [[User:Burnix|t0xid]]
| מתלמד
| style="background:yellow;" | 32
|
|-
| 46
| style="color:lightgray;" | the_duke [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| מתלמד
| style="background:yellow;" | 31
|
|-
| 47
| [[User:SpiderPig|SpiderPig]]
| מתלמד
| style="background:yellow;" | 31
|
|-
| 48
| style="color:lightgray;" | bug1 [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| מתלמד
| style="background:yellow;" | 31
|
|-
| 49
| style="color:lightgray;" | Owl
| מתלמדת
| style="background:yellow;" |31
|
|-
| 50
| style="color:lightgray" |Lulz
| מתלמד
| style="background:yellow;" | 31
|
|-
| 51
| style="color:lightgray" | alpha
| מתלמד
| style="background:yellow;" | 31
|
|-
| 52
| [[User:Operait|timtim]]
| מתלמדת
| style="background:yellow;" | 31
|
|-
| 53
| style="color:lightgray;" | Brave_Sir_Robin [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| מתלמד
| style="background:yellow;" | 30
|
|-
| 54
| style="color:lightgray" | H2O
| מתלמד
| style="background:yellow;" | 30
|
|-
| 55
<!-- | [[User:noone|noone]] !-->
| style="color:lightgray" | noone
| מתלמד
| style="background:yellow;" | 30
|
|-
| 56
|[[User:Chip|Chip]]
| נושא כלים
| style="background:yellow;" | 30
|
|-
| 57
| [[User:Doc|Doc]]
| נושא כלים
| style="background:yellow;" | 30
|
|-
| 58
| [[User:Nick|Nick]]
| נושא כלים
| style="background:yellow;" | 30
|
|-
| 59
| [[User:Kn3|Kn3]]
| נושא כלים
| style="background:yellow;" | 30
|
|-
| 60
| [[User:Soap|Soap]]
| נושא כלים
| style="background:yellow;" | 30
|
|-
| 61
| style="color:lightgray;" | Xi
| נושא כלים
| style="background:yellow;" | 29
|
|-
| 62
| style="color:lightgray" | mele
| נושא כלים
| style="background:yellow;" | 28
|
|-
| 63
| style="color:lightgray;" | R3v3rsedReality
| נושא כלים
| style="background:yellow;" | 27
|
|-
| 64
| [[User:Blank|Blank]]
| נושא כלים
| style="background:yellow;" | 26
|
|-
| 65
| style="color:lightgray;" | gorez123
| נושא כלים
| style="background:yellow;" | 26
|
|-
| 66
| style="color:lightgray" | sp00ky4me
| נושא כלים
| style="background:yellow;" | 25
|
|-
| 67
| style="color:lightgray;" | ninjailbreak [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| נושא כלים
| style="background:yellow;" | 25
|
|-
| 68
<!-- | [[User:ebt|ebt]] !-->
| style="color:lightgray" | ebt
| נושא כלים
| style="background:yellow;" | 25
|
|-
| 69
| style="color:lightgray;" | 5quirr31_10rd
| נושא כלים
| style="background:yellow;" | 24
|
|-
| 70
| style="color:lightgray;" | 7h4rkun
| נושא כלים
| style="background:yellow;" | 23
|
|-
| 71
| [[User:Fiddle|Fiddle]]
| נושא כלים
| style="background:yellow;" | 22
|
|-
| 72
| style="color:lightgray" | HackME
| נושא כלים
| style="background:yellow;" | 21
|
|-
| 73
| style="color:lightgray;" | Qilaz
| נושא כלים
| style="background:yellow;" | 20
|
|-
| 74
| style="color:lightgray;" | r1fl
| נושא כלים
| style="background:yellow;" | 20
|
|-
| 75
| style="color:lightgray" | Volt
| נושא כלים
| style="background:yellow;" | 20
|
|-
| 76
| style="color:lightgray" | Mr_Robot
| נושא כלים
| style="background:white;" | 19
|
|-
| 77
| style="color:lightgray"| Nefertari
| נושאת כלים
| style="background:white;" | 19
|
|-
| 78
| style="color:lightgray" | bibron_bond
| נושא כלים
| style="background:white;" | 18
|
|-
| 79
| style="color:lightgray;" | F1brous
| נושא כלים
| style="background:white;" | 18
|
|-
| 80
| [[User:Sniper|Sniper]]
| נושא כלים
| style="background:white;" | 18
|
|-
| 81
| style="color:lightgray"| Aladin
| שואבת מים
| style="background:white;" | 17
|
|-
| 82
| style="color:lightgray" | MyMistake
| שואב מים
| style="background:white;" | 16
|
|-
| 83
|style="color:lightgray;" | Prorok [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| שואב מים
| style="background:white;" | 16
|
|-
| 84
|style="color:lightgray;" |bonobo
| שואב מים
| style="background:white;" | 14
|
|-
| 85
| style="color:lightgray" | deglat
| שואב מים
| style="background:white;" | 14
|
|-
| 86
| style="color:lightgray" |Cr33p3r
| שואבת מים
| style="background:white;" | 11
|
|-
| 87
| style="color:lightgray" | roxted
| שואב מים
| style="background:white;" | 11
|
|-
| 88
| style="color:lightgray" | Joker
| שואב מים
| style="background:white;" | 11
|
|-
| 89
| style="color:lightgray" |Nem0
| שואב מים
| style="background:white;" | 9
|
|-
| 90
| style="color:lightgray" | CrazyMan
| שואב מים
| style="background:white;" | 9
|
|-
| 91
<!-- | [[User:Rodlx|Rodlx]] !-->
| style="color:lightgray" | Rodlx
| שואב מים
| style="background:white;" | 9
|
|-
| 92
| style="color:lightgray" | M0ckingb1rd
| שואב מים
| style="background:white;" | 8
|
|-
| 93
| style="color:lightgray" | ToBerx
| שואב מים
| style="background:white;" | 7
|
|-
| 94
| style="color:lightgray" | Operait
| שואב מים
| style="background:white;" | 6
|
|-
| 95
| [[User:Hazizi|Hazizi]]
| שואב מים
| style="background:white;" | 6
|
|-
| 96
| style="color:lightgray" | egozim
| שואב מים
| style="background:white;" | 5
|
|-
| 97
| style="color:lightgray" | quark
| שואבת מים
| style="background:white;" | 5
|
|-
| 98
| style="color:lightgray" | Cub
| שואב מים
| style="background:white;" | 5
|
|-
|}
==אתגר <span dir="ltr">+game</span>==
זהו אתגר של פיתוח יכולות הנדסה לאחור, פיצוח קוד וניצול חולשות בקבצים בינאריים.
===המשחק הוקפא===
לאור הרפורמה בתחום אבטחה בבטא, המשחק מוקפא, וכל תחום הרוורסינג והעיסוק בבינאריים נכלל בדף החדש של תחום אבטחה.
<!--
===מנהל המשחק===
*the_duke
===איך מקבלים נקודות להתקדמות===
פותרים אתגרים בתחום Reversing. הנקודות הן אותן נקודות שמשמשות באתגר "Code Ninja".
לא ניתן לקבל עזרה בתחום מבטאים ללא קבלת הכשרת אבטחה מthe_duke.
החל מ26.2.2019 המשחק משתמש בסולם צבעי חגורות זהה לזה של "קוד נינג'ה" בשביל להעריך את מצב ההתקדמות של המשתתפים בו, אם כי, כמובן, לא מעניק את התואר "נינג'ה".
===הכשרת אבטחה===
הכשרת אבטחה ניתן לקבל כיום בשני שלבים:<br>
1) שלב ראשון - גבולות גיזרה, מthe_duke.<br>
2) שלב שני - החשיפה, מthe_duke.
את ההכשרה מקבלים לאחר שהושגו 30 נקודות בתחום C (כדי בכלל להבין על מה מדובר בהכשרה), ובהנחה שהבנאדם נתגלה כמתאים לעסוק בתחומי האבטחה.
בחלק מהמקרים יידרש הבנאדם לבצע משימה מיוחדת אחת או יותר לפני שיקבל הכשרת אבטחה.
===התקדמות בדרגות===
פתרונות יש לשלוח לthe_duke.
===מסלולים מסומנים===
הכי כדאי להתחיל עם פיצוח crackmes שכתבו חברי בטא. דברו עם Direw0lf או the_duke כדי לקבל אותם[[לימודי מחשבים בשיטת בטא/מקורות ללימוד רוורסינג|.]]
===משתתפים באתגר <span dir="ltr">+game</span>===
* סטטוס: ינואר 2019
{| class="wikitable sortable"
|-
! דירוג
! משתתף
! דרגה
! data-sort-type="number" | נק'
! עיטורים (פרוייקטים מיוחדים)
|-
| style="background-color: gold"|<b>1</b>
| style="color:lightgray; background-color: gold"| [[User:the_duke|the_duke]] [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: gold"| Gold Pwnie
| style="background:orange;" | 65
| [[File:QSicon_Plus_yellow.svg|20px| Gold Reverser]]
|-
| style="background-color: silver"|<b>2</b>
| style="color:lightgray; background-color: silver"| R3v3rsedReality
| style="background-color: silver"| Silver Pwnie
| style="background:orange;" | 60
| [[File:Plus_sign.svg|20px| Silver Reverser]]
|-
| style="background-color: darkgoldenrod"|<b>3</b>
| style="background-color: darkgoldenrod"| [[User:charo|charo]] [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: darkgoldenrod"| Bronze Pwnie
| style="background:orange;" | 56
| [[File:Emoji_u2795.svg|20px| Bronze Reverser]]
|-
| style="background-color: #fef7e7;"| 4
| style="color:lightgray; background-color: #fef7e7;"| [[User:Mip|Mip]] [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: #fef7e7;"| Reverser
| style="background:orange;" | 55
|
|-
| style="background-color: #fef7e7;"| 5
| style="background-color: #fef7e7;"| [[User:Brave_Sir_Robin|Brave_Sir_Robin]] [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: #fef7e7;"| Reverser
| style="background:orange;" | 55
|
|-
| style="background-color: #fef7e7;"| 6
| style="background-color: #fef7e7;"| [[User:cugz|cugz]] [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: #fef7e7;"| Reverser
| style="background:yellow;" | 45
|
|-
| style="background-color: #fef7e7;"| 7
| style="background-color: #fef7e7;"| [[User:Direw0lf|Direw0lf]] [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: #fef7e7;"| Reverser
| style="background:yellow;" | 44
|
|-
| style="background-color: #fef7e7;"| 8
| style="background-color: #fef7e7;"| [[User:F4dora_0f_d00m|F4dora_0f_d00m]]
| style="background-color: #fef7e7;"| Reverser
| style="background:yellow;" | 41
|
|-
| style="background-color: #fef7e7;"| 9
| style="background-color: #fef7e7;"| [[User:hexer|hexer]] [[File:Judo black belt.svg|10px|Is Ninja]]
| style="background-color: #fef7e7;"| Reverser
| style="background:yellow;" | 37
|
|-
| style="background-color: #fef7e7;"| 10
| style="background-color: #fef7e7;"| [[user:Min4to|Min4to]]
| style="background-color: #fef7e7;"| Reverser
| style="background:yellow;" | 36
|
|-
| 11
| [[User:Revolution|Revolution]] [[File:Judo black belt.svg|10px|Is Ninja]]
| Cracker
| style="background:yellow;" | 32
|
|-
| 12
| [[User:blue_bird|blue_bird]] [[File:Judo black belt.svg|10px|Is Ninja]]
| Cracker
| style="background:yellow;" | 31
|
|-
| 13
| style="color:lightgray;"| lre
| Cracker
| style="background:yellow;" | 31
|
|-
| 14
| style="color:lightgray;"| mele
| Cracker
| style="background:yellow;" | 29
|
|-
| 15
| style="color:lightgray;"| sp00ky4me
| Cracker
| style="background:yellow;" | 28
|
|-
| 16
| [[User: iDesireJustice|iDesireJustice]] [[File:Judo black belt.svg|10px|Is Ninja]]
| Cracker
| style="background:yellow;" | 26
|
|-
| 17
| [[User:ninjailbreak|ninjailbreak]] [[File:Judo black belt.svg|10px|Is Ninja]]
| Cracker
| style="background:yellow;" | 24
|
|-
| 18
| [[User:tr4kj|tr4kj]] [[File:Judo black belt.svg|10px|Is Ninja]]
| Cracker
| 19
|
|-
| 19
| style="color:lightgray;"| Cryp70n173
| Cracker
| 15
|
|-
| 20
| style="color:lightgray;" |tuna
| Cracker
| 12
|
|-
| 21
| [[User:ipu|ipu]] [[File:Judo black belt.svg|10px|Is Ninja]]
| Cracker
| 11
|
|-
| 22
| style="color:lightgray;" |gorez123
| Cracker
| 3
|
|-
| 23
| [[User:TheMan|TheMan]] [[File:Judo black belt.svg|10px|Is Ninja]]
| Cracker
| 2
|
|-
| 24
| style="color:lightgray;" |ToxicByte
| Cracker
| 1
|
|}
!-->
==אתגר <span dir="ltr">Python Slayer</span>==
זהו אתגר של פיתוח יכולות בפייתון.
===מנהלי המשחק===
*tr4kj
*ninjailbreak
===איך מקבלים נקודות להתקדמות===
פותרים אתגרי פייתון. הנקודות הן אותן נקודות של המשחק "Code Ninja".
לא ניתן לקבל עזרה בתחום בלי 25 נקודות בC.
החל מ27.3.2019 המשחק משתמש בסולם צבעי חגורות זהה לזה של "קוד נינג'ה" בשביל להעריך את מצב ההתקדמות של המשתתפים בו, אם כי, כמובן, לא מעניק את התואר "נינג'ה".
=== מקורות למידה ===
ניתן לבקש מtr4kj מצגות בנושאים הבאים:
משתנים, תנאים, לולאות
קבצים
מחרוזות ופונקציות
מתודות
list, tuples
מילונים
regular expressions
מודולים והמודול os
ניתן גם ספר pdf שמשמש במגשימים ובגבהים
===התקדמות בדרגות===
מקום ראשון: Brian - בודק לכולם חוץ מלעצמו
מקום שני: minister of silly walks - בודק לכולם חוץ מעצמו ומbrian
מקום שלישי: Oliver Cromwell - בודק למקום רביעי ומטה
רביעי עד עשירי: Knights who say Ni - בודקים לdead parrots
אחד עשר עד עשרים: Half-a-bees
others: Dead parrots
נינג'ות: בודקים לכולם
===משתתפים באתגר <span dir="ltr">Python Slayer</span>===
* סטטוס: ינואר 2023
{| class="wikitable sortable"
|-
! מיקום
! משתתף
! דרגה
! data-sort-type="number" | נק'
! עיטורים
|-
| style="background-color:gold"|<b>1</b>
| style="color: lightgray; background-color: gold"| Prorok [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| Brian
| style="background:blue;" | 134
| [[File:Monty_python_foot.png|30px]]
|-
| style="background-color: silver"|<b>2</b>
| style="color: lightgray; background-color: silver;"| 5quirr31_10rd
| Minister of Silly Walks
| style="background:blue;" | 133
| [[File:Secretary bird holding a snake.svg|30px]]
|-
|style="background-color: darkgoldenrod"|<b>3</b>
| style="color: lightgray; background-color: darkgoldenrod;"| Naruto [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| Oliver Cromwell<br>Lord Protector of England<br>Born in 1599<br>and died in 1658 (September)
| style="background:green;" | 111
| [[File:Twemoji 1f40d.svg|30px]]
|-
| 4
| style="color: lightgray;"| Mip [[File:Judo black belt.svg|10px|Is Ninja]]
| Knight who say Ni
| style="background:orange" | 85
|
|-
| 5
| style="color:lightgray" | ninjailbreak [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| Knight who say Ni
| style="background:orange;" | 76
|
|-
| 6
| style="color:lightgray" | Mr_M33533K5
| Knight who say Ni
| style="background:orange;" | 67
|
|-
| 7
| style="color:lightgray" | panda
| Knight who say Ni
| style="background:orange;" | 65
|
|-
| 8
| style="color:lightgray" | cugz [[File:Judo black belt.svg|10px|Is Ninja]]
| Knight who say Ni
| style="background:orange;" | 55
|
|-
| 9
| style="color:lightgray" | F4dora_0f_d00m
| Knight who say Ni
| style="background:orange;" | 51
|
|-
| 10
|style="color: lightgray;"| gderu
| Knight who say Ni
| style="background:orange;" | 50
|
|-
| 11
|style="color: lightgray;"| tr4kj [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| Half-a-bee
| style="background:yellow;" | 48
|
|-
| 12
| style="color:lightgray" | LoneWolf
| Half-a-bee
| style="background:yellow;" | 39
|
|-
| 13
| style="color:lightgray" | Galile0
| Half-a-bee
| style="background:yellow;" | 38
|
|-
| 14
| [[User:Fiddle|Fiddle]]
| Half-a-bee
| style="background:yellow;" | 37
|
|-
| 15
| style="color:lightgray;"| direw0lf [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| Half-a-bee
| style="background:yellow;" | 26
|
|-
| 16
| [[User:noone|noone]]
| Half-a-bee
| style="background:yellow;" | 26
|
|-
| 17
| style="color:lightgray;"| bug1 [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| Half-a-bee
| style="background:yellow;" | 23
|
|-
| 18
| style="color:lightgray;"| [[User:spiderPig|SpiderPig]]
| Half-a-bee
| style="background:yellow;" | 22
|
|-
| 19
| style="color:lightgray;"| charo [[File:Judo black belt.svg|10px|Is Ninja]]
| Half-a-bee
| style="background:yellow;" | 21
|
|-
| 20
| style="color:lightgray;"| revolution [[File:Judo black belt.svg|10px|Is Ninja]]
| Half-a-bee
| 16
|
|-
| 21
| style="color:lightgray;"| InfinityAmmo
| Dead Parrot
| 15
|
|-
| 22
| style="color:lightgray;"| blue_bird [[File:Judo black belt.svg|10px|Is Ninja]]
| Dead Parrot
| 15
|
|-
| 23
| style="color:lightgray;"| Qilaz
| Dead Parrot
| 9
|
|-
| 24
| [[user:Kn3|Kn3]]
| Dead Parrot
| 9
|
|-
| 25
| [[User:an_the_king|an_the_king]]
| Dead Parrot
| 9
|
|-
| 26
| style="color:lightgray;"| an_the_game
| Dead Parrot
| 8
|
|-
| 27
| style="color:lightgray;"| min4to
| Dead Parrot
| 7
|
|-
| 28
| [[User:mami_tomoe|mami_tomoe]]
| Dead Parrot
| 5
|
|-
| 29
| [[User:PureEnergy|PureEnergy]]
| Dead Parrot
| 5
|
|-
| 30
| style="color:lightgray;"| iDesireJustice
| Dead Parrot
| 3
|
|-
| 31
| style="color:lightgray;"| Raccoon
| Dead Parrot
| 3
|
|-
| 32
| style="color:lightgray" | Mikasa
| Dead Parrot
| 3
|
|-
| 33
| style="color:lightgray" | Pl4t0
| Dead Parrot
| 3
|
|-
| 34
| [[User:Double|Double]]
| Dead Parrot
| 3
|
|-
| 35
| style="color:lightgray;"|Anton7
| Dead Parrot
| 1
|
|-
| 36
| style="color:lightgray;"|trizz
| Dead Parrot
| 1
|
|-
| 37
| style="color:lightgray;"| TheMan [[File:Judo black belt.svg|10px|Points at Ninjation moment]]
| Dead Parrot
| 1
|
|-
| 38
| style="color:lightgray;"|Dr7
| Dead Parrot
| 1
|
|-
| 39
| [[User:Burnix|Burnix]]
| Dead Parrot
| 1
|
|-
|}
==אתגר <span dir="ltr">Coffee Makers</span>==
זהו אתגר של פיתוח יכולות ב Java.
===מנהלי המשחק===
*Komiro
*Chip
*Hexer
*Revolution
===איך מקבלים נקודות להתקדמות===
פותרים אתגרי Java. הנקודות הן אותן נקודות של המשחק "Code Ninja".
נינג'ות לא יכולות להתחרות במשחק זה.
=== מקורות למידה ===
[https://he.wikibooks.org/wiki/Java ויקיספר Java]
Java Tutorial - TutorialsPoint
[https://www.w3schools.com/java/default.asp w3schools Java]
[https://en.wikipedia.org/wiki/Java_(programming_language) Official Wiki]
===התקדמות בדרגות===
מקום ראשון: Barista - מאשר לכולם
מקום שני: cappuccino - בודק לכולם חוץ מ Barista
מקום שלישי: nescafe - בודק למקום רביעי ומטה
מעל 25: whipped cream - יכול לערוך ולעזור בעיצוב הטבלה
מעל 20: frothed milk
others: hot milk יכולים לבדוק לאחרים אם הם 10 נקודות מעליהם
נינג'ות: בודקים לכולם כולל Barista
מנהלי משחק יכולים לבדוק לכולם חוץ מ Barista
===משתתפים באתגר <span dir="ltr">Coffee Makers</span>===
* סטטוס: מרץ 2022
{| class="wikitable sortable"
|-
! מיקום
! משתתף
! דרגה
! data-sort-type="number" | נק'
! עיטורים
|-
| style="background-color:gold"|<b>1</b>
| style="color:lightgray;background-color: gold"| komiro
| barista
| style="background:orange;" | 65
| [[File:Duke.svg|30px]]
|-
| style="background-color: silver"|<b>2</b>
| style="background-color: silver"| [[User:Min4to|Min4to]]
| cappuccino
| style="background:yellow;" | 55
| [[File:Emblem-relax.svg|30px]]
|-
| style="background-color: darkgoldenrod"|<b>3</b>
| style="background-color: darkgoldenrod"| [[User:doc|doc]]
| nescafe
| style="background:yellow;" | 31
| [[File:Zielony kubek herbaty - 01.svg|30px]]
|-
| 4
| style="color:lightgray"|tuna
| frothed milk
| style="background:yellow;" | 29
|
|-
| 5
| style="color:lightgray" |An_the_game
| hot milk
| style="background:white;" | 11
|
|-
| 6
| style="color:lightgray" | madrid
| hot milk
| style="background:white;" | 8
|
|-
| 7
| [[User:DanNightMare|DanNightMare]]
| hot milk
| style="background:white;" | 8
|
|-
| 8
| [[User:An_the_king|An_the_king]]
| hot milk
| style="background:white;" | 8
|
|-
| 9
| [[User:Chip|Chip]]
| hot milk
| style="background:white;" | 4
|
|-
| 11
| [[User:Blank|Blank]]
| hot milk
| style="background:white;" | 4
|-
| 10
| style="color:lightgray" |Galile0
| hot milk
| style="background:white;" | 3
|
|-
| 12
| [[User:Diablo|Diablo]]
| hot milk
| style="background:white;" | 1
|
|-
| 13
| style="color:lightgray" |aladin
| hot milk
| style="background:white;" | 1
|
|}
== אתגר <span dir="ltr">Rust</span> ==
זהו אתגר של פיתוח יכולות ב Rust.
===מנהלי המשחק===
*Panic!
===איך מקבלים נקודות להתקדמות===
פותרים אתגרי Rust. הנקודות הן אותן נקודות של המשחק "Code Ninja".
=== מקורות למידה ===
* [https://doc.rust-lang.org/book/ The Rust Book]
* [https://doc.rust-lang.org/stable/rust-by-example/ Rust By Example]
* [https://fasterthanli.me/articles/a-half-hour-to-learn-rust A half-hour to learn Rust]
* [https://fasterthanli.me/articles/understanding-rust-futures-by-going-way-too-deep Understanding Rust futures by going way too deep]
* [https://github.com/rust-lang/rustlings rustlings] - זה גם שווה נקודות
===התקדמות בדרגות===
TODO
===משתתפים באתגר <span dir="ltr">Rust</span>===
* סטטוס: יוני 2022
{| class="wikitable"
! מיקום
! משתתף
! דרגה
! נק'
! עיטורים
|-
| style="text-align:right"| 1
| panic!
| ?
| style="text-align:right"| 57
|
|-
| style="text-align:right"| 2
| mami_tomoe
| ?
| style="text-align:right"| 25
|
|-
| style="text-align:right"| 3
| noone
| ?
| style="text-align:right"| 19
|
|-
| style="text-align:right"| 4
| chip
| ?
| style="text-align:right"| 9
|
|-
| style="text-align:right"| 5
| spiderpig
| ?
| style="text-align:right"| 6
|
|-
| style="text-align:right"| 6
| tefen
| ?
| style="text-align:right"| 4
|
|-
| style="text-align:right"| 7
| bonobo
| ?
| style="text-align:right"| 3
|
|-
| style="text-align:right"| 8
| SnowyFox
| ?
| style="text-align:right"| 1
|
|}
== <span dir="ltr">The Greatest Thinker משחק</span>==
זהו משחק המתמקד בפיתוח יכולות חשיבה ואלגוריתמיקה.
===מנהלי המשחק===
*Hexer
===איך מקבלים נקודות להתקדמות===
פותרים אתגרי חשיבה. הנקודות במשחק הזה לא מקושרות למשחק code ninja ולא ישפיעו על סך הנקודות שם.
=== מקורות למידה ===
[https://cses.fi/book.pdf הספר של cses]
===התקדמות בדרגות===
מקום ראשון: The Quickest Neuron - מאשר לכולם
מקום שני: Amygdala - בודק לכולם חוץ מ The Quickest Neuron
מקום שלישי: Axon Terminal - בודק למקום רביעי ומטה
others: Gray Matter
===משתתפים במשחק <span dir="ltr">The Greatest Thinker</span>===
* סטטוס: דצמבר 2020
{| class="wikitable sortable"
|-
! מיקום
! משתתף
! דרגה
! data-sort-type="number" | נק'
! עיטורים
|-
| style="background-color: gold"| 1
| style="background-color: gold"| [[User:hexer|hexer]] [[File:Judo black belt.svg|10px|Points]]
| style="background-color: gold"| The Quickest Neuron
| style="background:white | 18
|
|-
|}
==אתגר <span dir="ltr">Black magic</span>==
זהו אתגר שמיועד למי שהגיע לחגורה שחורה במשחק Code Ninja, ומטרתו לייצר למשתתפים "רזומה" של פרוייקטים שיוכלו להציג בראיונות.
המשחק הוקפא עד שתימצא דרך לנהל אותו בצורה מועילה.
<!--
===איך מקבלים נקודות להתקדמות===
כרגע אין נקודות בתחום. ייתכנו בהמשך. המדד העיקרי הוא מספר הפרוייקטים שמוגדרים כמרשימים.
הפרוייקטים המופיעים באתגר הזה הם רק פרוייקטים שהסתיימו בהצלחה, ושהקוד שלהם זמין לבטאים.
האתגר פתוח לחגורות שחורות בלבד, על מנת שלא לשלוח אנשים לעבוד על פרוייקטים לפני שבנו את היכולת לכתוב קוד שניתן לעבוד עליו בקבוצה, ולפני שצברו בסיס ידע יציב.
===משתתפים באתגר <span dir="ltr">Black Magic</span>===
* סטטוס: אפריל 2018
{| class="wikitable sortable" style="background:black; color:red;" dir="ltr"
|-
! Year
! the_duke
! iDesireJustice
! Direw0lf
! ipu
! tr4kj
! ninjailbreak
! bug1
! TheMan
! Blue_bird
|-
| style="background:black; color:red; "|2018
|
|
|
| [[File:21st Special Tactics Squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Mossad|Mossad]]]]
| [[File:21st Special Tactics Squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Mossad|Mossad]]]]
|
|
|
|
|-
| style="background:black; color:red; "|2017
| [[File:VMF322insigniaWWII.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Pragyan CTF|Pragyan CTF]]]]
[[File:123rd Special tactics squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#EasyCTF|EasyCTF]]]]
[[File:502d Communications Squadron.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#TAMUctf|TAMUctf]]]]
[[File:Mals39logo.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#PlaidCTF|PlaidCTF]]]]
|
|[[File:Space Analysis Squadron emblem.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#AlexCTF|AlexCTF]]]] [[File:INAS_310_insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#BITSCTF|BITSCTF]]]]
[[File:123rd Special tactics squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#EasyCTF|EasyCTF]]]] [[File:45th Reconnaissance Squadron.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#PicoCTF|PicoCTF]]]]
[[File:502d Communications Squadron.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#TAMUctf|TAMUctf]]]]
| [[File:45th Reconnaissance Squadron.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#PicoCTF|PicoCTF]]]]
|[[File:123rd Special tactics squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#EasyCTF|EasyCTF]]]] [[File:45th Reconnaissance Squadron.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#PicoCTF|PicoCTF]]]]
[[File:502d Communications Squadron.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#TAMUctf|TAMUctf]]]]
|[[File:Space Analysis Squadron emblem.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#AlexCTF|AlexCTF]]]] [[File:INAS_310_insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#BITSCTF|BITSCTF]]]] [[File:VMF322insigniaWWII.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Pragyan CTF|Pragyan CTF]]]]
[[File:123rd Special tactics squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#EasyCTF|EasyCTF]]]]
[[File:Coat of Arms of Samara oblast.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#VolgaCTF Quals|VolgaCTF Quals]]]] [[File:45th Reconnaissance Squadron.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#PicoCTF|PicoCTF]]]]
[[File:502d Communications Squadron.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#TAMUctf|TAMUctf]]]]
|
| style="background:white"|
| style="background:white"|
|-
| style="background:black; color:red; "|2016
| [[File:21st Special Tactics Squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Mossad|Mossad]]]] [[File:Coat of Arms of Iceland 2.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#IceCTF|IceCTF]]]]
|
| [[File:21st Special Tactics Squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Mossad|Mossad]]]] [[File:Attack Squadron 105 (US Navy) insignia c1966.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#ArrayList|ArrayList]]]] [[File:Coat of Arms of Iceland 2.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#IceCTF|IceCTF]]]] [[File:Flag of Tokyo Prefecture.svg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Tokyo Westerns/MMA CTF|Tokyo Westerns/MMA CTF]]]] [[File:419th Bombardment Squadron - Emblem.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#STEM CTF|STEM CTF]]]]
|
| [[File:Vmfa-235 squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת _בטא/Black_magic#Bach language|Bach language]]]] [[File:Coat of Arms of Iceland 2.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#IceCTF|IceCTF]]]]
| [[File:21st Special Tactics Squadron insignia.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Mossad|Mossad]]]] [[File:Coat of Arms of Iceland 2.PNG|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#IceCTF|IceCTF]]]]
|
| style="background:white"|
| style="background:white"|
|-
| style="background:black; color:red; "|2015
|
|
| [[File:19th Special Operations Squadron.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Beta Library|Beta Library]]]]
| style="background:white"| [[File:0007 AIRBORNE COMMAND & CONTROL SQUADRON.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#CD Eject|CD Eject]]]]
| style="background:white"|
| style="background:white"|
| style="background:white"| [[File:19th Special Operations Squadron.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Beta Library|Beta Library]]]]
| style="background:white"|
| style="background:white"|
|-
| style="background:black; color:red; "|2014
| [[File:Electronic Attack Squadron 129 (US Navy) insignia 1971.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Boogle attack|Boogle attack]]]]
| [[File:Electronic Attack Squadron 129 (US Navy) insignia 1971.png|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#Boogle attack|Boogle attack]]]]
|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
|-
| style="background:black; color:red; "|2013
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
|-
| style="background:black; color:red; "|2012
| style="background:white"| [[File:0007 AIRBORNE COMMAND & CONTROL SQUADRON.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#CD Eject|CD Eject]]]]
| style="background:white"| [[File:0007 AIRBORNE COMMAND & CONTROL SQUADRON.jpg|50px|thumb| [[לימודי_מחשבים_בשיטת_בטא/Black_magic#CD Eject|CD Eject]]]]
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
| style="background:white"|
|}
!-->
==משחק <span dir="ltr">Game of Pwns</span>==
זהו אתגר שמיועד רק למי שהגיע לחגורה שחורה במשחק Code Ninja, ומטרתו לקדם משתתפים בתחומי האבטחה והרוורסינג.
===איך מקבלים נקודות להתקדמות===
פותרים אתגרים באתרים הרלוונטיים.
===משתתפים באתגר <span dir="ltr">Game of Pwns</span>===
* סטטוס: נובמבר 2018
{| class="wikitable sortable" style="background:black; color:red;" dir="ltr"
|-
! Nickname
! Betapwn rank
! WCN<br>score
! WCN<br>global<br>rank
! WCN<br>beta<br>rank
! HTCU<br>score
! HTCU<br>rank
! HTCU<br>beta<br>rank
! HTSO<br>score
! HTSO<br>rank
! HTSO<br>beta<br>rank
! RZTC<br>score
! RZTC<br>beta<br>rank
! RKK<br>score
! RKK<br>rank
! RKK<br>beta<br>rank
|-
| the_duke
| style="background-color: white"| <b>4</b>
| 11529
| 1725
| style="background-color: white"|4
| 7235
| 555
| style="background-color: darkgoldenrod"|<b>3</b>
| 1093
| - (Script Kiddie)
| style="background-color: white" |4
| 6
| style="background-color: white" |5
| 78
| 793 (scribe)
| style="background-color: white" |4
|-
| Direw0lf
| style="background-color: darkgoldenrod" |<b>3</b> [[File:Karate silhouette.svg|right|22px| Pwn-fu master]]
| 12998
| 1579
| style="background-color: silver"|<b>2</b>
| 7485
| ?
| style="background-color: gold"|<b>1</b>
| 1216
| - (Script Kiddie)
| style="background-color: darkgoldenrod"|<b>3</b>
| 15
| style="background-color: white" |4
| 63
| 979 (Merchant)
| style="background-color: white" |5
|-
| tr4kj
| style="background-color: gold" |<b>1.4</b> [[File:Equestrian silhouette.png|right|30px| The Unipwn]]
| 13770
| 1530
| style="background-color: gold"|<b>1</b>
| 7435
| ?
| style="background-color: silver"|<b>2</b>
| 1295
| - (Script Kiddie)
| style="background-color: gold"|<b>1</b>
| 48
| style="background-color: silver"|<b>2</b>
| 103
| 625 (Scribe)
| style="background-color: gold"|<b>1</b>
|-
| ninjailbreak
| style="background-color: silver"|<b>2.4</b> [[File:Magician Silhouette.svg|right|20px| wizard of Pwn]]
| 12319
| 1635
| style="background-color: darkgoldenrod"|<b>3</b>
| 6560
| ?
| style="background-color: white" |4
| 1273
| - (Script Kiddie)
| style="background-color: silver"|<b>2</b>
| 84
| style="background-color: gold"|<b>1</b>
| 101
| 637 (Noble)
| style="background-color: silver" |<b>2</b>
|-
| hexer
| style="background-color: white" |<b>6.4</b>
| 67
| 9387
| style="background-color: white" |8
| 4335
| ?
| style="background-color: white" |6
| 140
| - (pentitioner)
| style="background-color: white" |6
| 3
| style="background-color: white" |6
| 30
| 1971 (Merchant)
| style="background-color: white" |6
|-
| brave_sir_robin
| style="background-color: white" |<b>4.8</b>
| 4381
| 3129
| style="background-color: white" |6
| 3210
| 6904
| style="background-color: white" |7
| 619
| - (pentitioner)
| style="background-color: white" |5
| 16
| style="background-color: darkgoldenrod"|<b>3</b>
| 79
| 784 (Merchant)
| style="background-color: darkgoldenrod"|<b>3</b>
|}
===משתתפים מוקפאים באתגר <span dir="ltr">Game of Pwns</span>===
* סטטוס: יולי 2018
{| class="wikitable sortable" style="background:black; color:red;" dir="ltr"
|-
! Nickname
! Freeze reason
! Betapwn rank
! WCN<br>score
! WCN<br>global<br>rank
! WCN<br>beta<br>rank
! HTCU<br>score
! HTCU<br>rank
! HTCU<br>beta<br>rank
! HTSO<br>score
! HTSO<br>rank
! HTSO<br>beta<br>rank
! RZTC<br>score
! RZTC<br>beta<br>rank
! RKK<br>score
! RKK<br>rank
! RKK<br>beta<br>rank
|-
| bug1
| style="background-color: white" |404s
| style="background-color: white" |324.2
| 0
| -
| style="background-color: white" |404
| 3110
|
| style="background-color: white" |8
| 0
| -
| style="background-color: white" |404
| 0
| style="background-color: white" |404
| 0
| -
| style="background-color: white" |404
|-
| iDesireJustice
| style="background-color: white" |404s
| style="background-color: white" |86.4
| 2147
| 3215
| style="background-color: white" |7
| 2460
| ?
| style="background-color: white" |12
| 105
| - (pentitioner)
| style="background-color: white" |7
| 0
| style="background-color: white" |404
| 3
| 5091 (Soldier)
| style="background-color: white" |7
|-
| TheMan
| style="background-color: white" |404s
| style="background-color: white" |324
| 0
| -
| style="background-color: white" |404
| 5585
| ?
| style="background-color: white" |5
| 0
| ?
| style="background-color: white" |404
| 0
| style="background-color: white" |404
| 0
| -
| style="background-color: white" |404
|-
| Blue_bird
| style="background-color: white" |404s
| style="background-color: white" |324.4
| 0
| -
| style="background-color: white" |404
| 3045
| ?
| style="background-color: white" |9
| 0
| ?
| style="background-color: white" |404
| 0
| style="background-color: white" |404
| 0
| -
| style="background-color: white" |404
<!--
|-
| R3v3rsedReality
| style="background-color: white" |404s
| style="background-color: white" |244.2
| 0
| -
| style="background-color: white" |404
| 3935
| ?
| style="background-color: white" |7
| 603
| - (Pentitioner)
| style="background-color: white" |4
| 0
| style="background-color: white" |404
| 0
| -
| style="background-color: white" |404
!-->
|-
| ipu
| style="background-color: white" |404s
| style="background-color: white" |325.2
| 0
| -
| style="background-color: white" |404
| 2670
| ?
| style="background-color: white" |11
| 0
| -
| style="background-color: white" |404
| 0
| style="background-color: white" |404
| 0
| -
| style="background-color: white" |404
|-
| charo
| style="background-color: white" |404s
| style="background-color: white" |165.6
| 4649
| 2962
| style="background-color: white" |5
| 2885
| ?
| style="background-color: white" |10
| 27
| - (pentitioner)
| style="background-color: white" |8
| 0
| style="background-color: white" |404
| 0
| -
| style="background-color: white" |404
|}
==משחק <span dir="ltr">This means war</span>==
זהו אתגר שמיועד רק למי שהגיע לחגורה שחורה במשחק Code Ninja, ומטרתו לקדם משתתפים בתחומי התכנות והאלגוריתמיקה.
===איך מקבלים נקודות להתקדמות===
פותרים אתגרים בCodewars.com.
===צבעי דירוג leaderboard===
{| class="wikitable" dir="ltr"
|-
| style="background:black; color:red;"| Top 100
|-
| style="background:brown; color:white;"| Top 1,000
|-
| style="background:purple; color:white;"| Top 5,000
|-
| style="background:blue; color:white;"| Top 15,000
|-
| style="background:green; color:black"| Top 50,000
|-
| style="background:orange; color:black"| Top 100,000
|-
| style="background:yellow; color:black"| Top 150,000
|-
| style="background:white; color:black"| Top 200,000
|-
| style="background:grey; color:black"| Not Top
|}
===משתתפים באתגר <span dir="ltr">This means war</span>===
* סטטוס: מאי 2022
לגבי האחוזים: מתחת ל4.5% מציינים גם מקום אחד אחרי הנקודה העשרונית
{| class="wikitable sortable" style="background:black; color:red;" dir="ltr"
|-
! Nickname
! Kyu
! top Precentage
! Leaderboard (Beta Kyu)
|-
| ninjailbreak[https://www.codewars.com/users/Ninjailbreak]
| style="background:blue; color:white"| 3
| 1.2%
| style="background:purple; color:white"| 4526
|-
| Hexer[https://www.codewars.com/users/Hexer]
| style="background:blue; color:white"| 3
| 3.7%
| style="background:blue; color:white"| 14567
|-
| ipu[https://www.codewars.com/users/yotamN]
| style="background:blue; color:white"| 4
| 4.3%
| style="background:green; color:black"| 17091
|-
| revolution[https://www.codewars.com/users/revolution.b]
| style="background:blue; color:white"| 4
| 7%
| style="background:green; color:black"| 25378
|-
| the_duke[https://www.codewars.com/users/the_duke]
| style="background:blue; color:white"| 4
| 10%
| style="background:green; color:black"| 39726
|-
| tr4kj[https://www.codewars.com/users/tr4kj.Gene]
| style="background:blue; color:white"| 4
| 12%
| style="background:orange; color:black"| 53218
|-
| Prorok[https://www.codewars.com/users/prorok365]
| style="background:yellow; color:black""| 5
| 14%
| style="background:orange; color:black"| 55566
|-
| Naruto[https://www.codewars.com/users/beta.Naruto]
| style="background:yellow; color:black""| 5
| 24%
| style="background:orange; color:black"| 94045
|-
| Brave_Sir_Robin[https://www.codewars.com/users/Brave_Sir_Robin]
| style="background:yellow; color:black"| 5
| 31%
| style="background:yellow; color:black"| 123553
|-
| Direw0lf[https://www.codewars.com/users/Direw0lf]
| style="background:yellow; color:black"| 5
| 33%
| style="background:yellow; color:black"| 130614
|-
| cugz[https://www.codewars.com/users/cugz]
| style="background:yellow; color:black"| 5
| 44%
| style="background:white; color:black"| 177819
|-
| Mip[https://www.codewars.com/users/Mips555]
| style="background:yellow; color:black"| 6
| 58%
| style="background:gray; color:black"| 233265
|}
[[לימודי מחשבים בשיטת בטא/אתרי אתגרים תכנותיים לבטאים|רשימת אתרי אתגרים תכנותיים והשפות הבטאיות שמשמשות בהם]].
=='''Main projects running'''==
* סטטוס: דצמבר 2025
{| class="wikitable sortable"
|-
! שם פרוייקט
! אנשי קשר בטאיים
! חוסרים לסגירה
! תאריך אחרון שנצפה חי
|-
| Julia Breakout enhancement
|
* the_duke
| הוספת פיצ'רים נוספים, יצירת רלוונטיות לאירועי בית ספר
| 22.12.2025
|}
=='''Main projects In Limbo'''==
* סטטוס: נובמבר 2020
{| class="wikitable sortable"
|-
! שם פרוייקט
! אנשי קשר לחידוש
! חוסרים לסגירה
! תאריך אחרון שנצפה חי
|-
| פידלפונג 3D
|
*Fiddle
| ?
| Once upon a time
|-
| סורוקמט
|
*the_duke
| יצירת מנוע המשחק ומסד הנתונים, וקישור שלהם לממשק הקיים.
| 6.11.2014
|-
| פידלפונג קלאסי
|
*the_duke
| הקפצת פדל נכונה ואצל כל השחקנים, היכל תהילה, הוספת שחקנים למעלה ולמטה
|
|-
| פינקי
|
*the_duke
*Mark
*iDesireJustice
*BountyWiz
| השגת כיסא גלגלים פיזי ומנוע אופניים (או כלשהו), ושליטה עליהם מהמחשב באותה דרך ששולטים על הדגם של מארק.
|
|-
| פינקי שפיריות
|
*Mark
| הוספת משחקיות לדגמים (נקודות, תנאי ניצחון, מוזיקה). יכולת לבחור שפירית וטירה.
|
|-
| לוגו בטא ויראלי
|
*the_duke
*Mark
| יצירת התוכנה שמראה את סרטון הלוגו של מארק על מסך מלא בתזמון הנכון.
|
|-
| פרוייקט המזל"ט
|
*iDesireJustice
*Anton7
| יצירת התוכנה, על פי ההגדרות.
|
|-
| מימוש והדגמת Anti-debugger tricks
|
*the_duke
| עדיין לא עבר לשלב ביצוע.
|
|-
| הדגמת Trusting trust
|
*the_duke
| עדיין לא עבר לשלב ביצוע.
|
|-
| מערכת הצפנת שדרים להאקתון (כולל יכולת לקבל מודולי הצפנה)
|
*the_duke
| עדיין לא עבר לשלב ביצוע.
|
|-
| מנהל התורים של כירורגית ילדים
|
*the_duke
| עדיין לא עבר לשלב ביצוע.
|
|-
| תוכנה שמזהה את השיר שאותו אתה שורק
|
*everyone(was made by Mip though)
| עדיין לא עבר לשלב ביצוע.
|
|-
| שורד קודגורו אקסטרים
|
*cugz
*Direw0lf
| רדום עד קודגורו אקסטרים הבא
| 4.12.2015
|-
| מרכז בקרה CD Eject
|
*ipu
*Bountywiz
*the_duke
| בניית מרכז הבקרה ויצירת התיאום בין המחשבים
| 11.12.2015
|-
| sefer-leech
|
* the_duke
* bug1
* ipu
| שואב רשימות הספרים ומגבה קבצי הספרים מאתר sefer-li של סבא יוחנן. בוצע ע"י IPU בGO, אבל the_duke לא הצליח להריץ את זה אצלו.
| 21.5.2016
|-
| Hamadad - foundations
|
*the_duke
*ne0
| בסיס למערכת השוואת מחירים
| 10.07.2015
|-
| Process hollowing demonstration
|
* P4rr0t
* the_duke
| השתלטות על הנושא
| 29.10.2020
|-
| Beta new site
|
* Ninjailbreak
* Naruto
* Min4to
* Hexer
| אתר חדש שמסוגל להתממודד אוטומטית עם ספירת נקודות וביצוע סטטיסטיקות. נועד להחליף את הויקיברסיטה של בטא.
| 29.10.2020
|-
| מחליף השיבוצים
|
* Fiddle
* the_duke
| מערכת לסיוע בשיבוצי סטודנטים
| 29.10.2020
|}
<!--
פרויקטים שבוטלו
{| class="wikitable sortable"
|-
! שם פרוייקט
! אנשי קשר לחידוש
! חוסרים לסגירה
! תאריך אחרון שנצפה חי
! סיבה לביטול
|-
| תפעול באונטי
|
*Neo
*the_duke
*Boutywiz
| תיקון הבאגים בבאונטי כך שיהיה ניתן שוב להשתמש בה לניהול אתגרים.
|
| בנית האתר החדש מייתרת את זה
|-
| Javacreep - מניעת גישה לקוד JS
|
*the_duke
| עדיין לא עבר לשלב ביצוע.
|
| נשכח התיאור המדויק
|-
| Bounty2
|
*Direw0lf
| גירסה חדשה של באונטי
| 25.02.2016
| בנית האתר החדש מייתרת את זה
|-
| RUASamurai
|
*ipu
| מערכת מעקב אחרי משחק סמוראי C
| 25.02.2016
| בנית האתר החדש מייתרת את זה
|}
!-->
==Challenges==
===Thinking Challenges===
([https://ryanstutorials.net/problem-solving-skills/ מדריך של ראיין לפתרון בעיות])
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| [http://www.mindcipher.com/puzzles האתגרים של MindCipher]
| 0
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרים בכל תחום אפשרי, לפיתוח המוח. אין נקודות מוניטין בשלב זה.
| רב
| -
|-
| עיבוד [https://www.a-c-elitzur.com/post/%D7%9B%D7%95%D7%AA%D7%A8%D7%AA-%D7%9E%D7%90%D7%9E%D7%A8-%D7%A4%D7%99%D7%96%D7%99%D7%A7%D7%94-%D7%9C%D7%93%D7%95%D7%92%D7%9E%D7%94 ההרהורים הפיזיקליים של אבשלום אליצור] להרצאות נוספות בסדרת "מימדים גבוהים".
| 0
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת הרצאות נוספות ל[[לימודי_מחשבים_בשיטת_בטא/מעקב_הרצאות#הרצאות_שעברו|סדרת "מימדים גבוהים"]]. נקודות מוניטין ייקבעו לפי תוכן כל הרצאה.
| רב
| -
|}
===C Challenges===
שימו לב, כל הפתרונות צריכים להיות כתובים לפי [[לימודי מחשבים בשיטת בטא/סטנדרט הכתיבה בC|הסטנדרט שמקובל בבטא]]. נדרשת כתיבה לפי הסטנדרט כדי לקבל 5 נקודות ומעלה.
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| Hello world
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנת hello world על פי ההוראות ב[http://he.wikibooks.org/wiki/מבוא_לתכנות_של_קבוצת_בטא#.D7.94.D7.AA.D7.95.D7.9B.D7.A0.D7.94_.D7.94.D7.A8.D7.90.D7.A9.D7.95.D7.A0.D7.94:_Hello_World בטא ספר]
| רב
|
|-
| שינוי משחק אלפא
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| ביצוע החלק של שינוי המשחק ב[[:wikibooks:he:מבוא לתכנות של קבוצת בטא/קורס אלפא/שינוי קוד משחק|מדריך של קורס אלפא]].
| רב
|
|-
| כל התרגילים של פרקים 1-3 (שלום עולם, הערות, משתנים) בויקיספר C
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| ראה ב[http://he.wikibooks.org/wiki/שפת_C ויקיספר c (על שמונת התרגילים ביחד)]
| רב
|
|-
| מדפיס הגיל
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתיבת תוכנה שמבקשת מהמשתמש את הגיל ומדפיסה אותו למסך בתוך משפט.
| רב
|
|-
| מדפיס הגיל והאות הראשונה בשורה אחת
| 1
| [[User:the_duke/solved beta challenges|direw0lf]]
| כתיבת תוכנה שמבקשת מהמשתמש את האות הראשונה בשם שלו, ואת הגיל שלו, שניהם בשורה אחת, ולאחר מכן מדפיסה אותם למסך.
| רב
|
|-
| מדפיס הגיל והאות הראשונה
| 2
| [[User:the_duke/solved beta challenges|gorez123]]
| כתיבת תוכנה שמבקשת מהמשתמש את הגיל שלו, ואחרי שהוא מכניס, מבקשת את האות הראשונה בשם שלו, ומדפיסה משפט שמראה את האות והגיל שהמשתמש הכניס[[לימודי מחשבים בשיטת בטא/רפרנסים נסתרים#והאות הראשונה|.]] אם המשתמש הכניס בטעות את השם המלא שלו במקום רק את האות הראשונה, התוכנה צריכה לקחת רק את האות הראשונה ולהתעלם משאר האותיות. אסור להשתמש במערכים בתוכנה הזו.
| רב
|
|-
| פרנהייט - צלזיוס
| 1
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| תוכנית אשר תמיר קלט של מעלות צלסיוס למעלות פרנהייט
| רב
|
|-
| קלווין - צלזיוס
| 1
| [[User:the_duke/solved beta challenges|DireW0lf]]
| תוכנית אשר תמיר קלט של מעלות צלסיוס למעלות קלווין
| רב
|
|-
| מאתר הראשוניים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמראה את כל המספרים הראשוניים עד המספר שהמשתמש הכניס. לדוגמה, אם המשתמש מכניס 16, התוכנה תדפיס 2,3,5,7,11,13.
| רב
| ההגדרה שונתה קצת ב29.3.2018 כדי לא לכלול את המספר 1 שאינו ראשוני בהגדרה. כי Brave_Sir_Robin התעקש.
|-
| מאתר הראשוניים טורבו
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| הצע אלגוריתם שמשפר את הזמן שלוקח לאתר מספרים ראשוניים, התוצר צריך להיות קוד שמדגים את האלגוריתם המשופר על סדרת המספרים 1-200000.
| רב
|
|-
| מחשב משכורות
| 1
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| תוכנית אשר קולטת מהמשתמש את מספר השעות שהוא עבד, ואת המשכורת שלו לשעה. בנוסף יש להגדיר קבוע שיכיל את סכום הבונוס שיש להוסיף למשכורת. התכנית תחשב ותדפיס את המשכורת של העובד, את סכום הבונוס ואת המשכורת המעודכנת לאחר הבונוס
| רב
|
|-
| כל המספרים עד x
| 1
| [[User:the_duke/solved beta challenges|LawnBranch]]
| כתיבת תוכנה שקולטת מספר מהמשתמש ומדפיסה את כל המספרים מ1 ועד המספר שכתב המשתמש
| רב
| 13.04.2016 (הגירסה של ביג' כוללת את האתגר הזה)
|-
| מדפיס המספרים הטיפה מורחב
| 1
| [[User:1337_Ig0r/solved beta challenges|Ig0r]]
| כתיבת תכנה שממשיכה לקבל קלט ומציגה את כל המספרים השלמים מ-0 ועד הקלט אלא אם כן זה קטן או שווה ל-0 ואז התכנה מפסיקה.
| רב
| 18.04.2016 (שיכפול של כל המספרים עד x בסגנון Beej.)
|-
| כל המספרים עד x בסגנון Beej
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנה שמקבלת מספר מהמשתמש, ומדפיסה את כל המספרים מ0 ועד אליו. התוכנה עושה את זה שוב ושוב עד שהמשתמש מכניס 0 או מספר קטן מאפס.
| רב
|
|-
| כל המספרים האי-זוגיים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתוב תוכנה שמדפיסה את כל המספרים האי-זוגיים מ1 עד 254
| רב
|
|-
| סדר פעולות בהגדלה עצמית והשמה
| 1
| [[User:the_duke/solved beta challenges|sp00ky4me]]
| פתרון שני תרגילי "סדר פעולות בהגדלה עצמית והשמה" של [https://he.wikibooks.org/wiki/%D7%A9%D7%A4%D7%AA_C/%D7%A4%D7%A2%D7%95%D7%9C%D7%95%D7%AA_%D7%97%D7%A9%D7%91%D7%95%D7%A0%D7%99%D7%95%D7%AA/%D7%AA%D7%A8%D7%92%D7%99%D7%9C%D7%99%D7%9D#.D7.94.D7.92.D7.93.D7.9C.D7.94_.D7.A2.D7.A6.D7.9E.D7.99.D7.AA_.D7.95.D7.94.D7.A7.D7.98.D7.A0.D7.94_.D7.A2.D7.A6.D7.9E.D7.99.D7.AAפרק "פעולות חשבוניות" בויקיספר C], והסבר קצר בעברית על למה הפלט שונה.
| רב
|
|-
| מגלה ערכי ASCII
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתיבת תוכנה שקולטת שלושה תוים מהמקלדת, ומראה בשורה אחת את ערכי הASCII של כל אחד מהם.
| רב
|
|-
| מגלה ערכי ספציפי ASCII
| 1
| [[User:Mala Reverse/solved beta challenges|Mala Reverse]]
| כתיבת תוכנה שקולטת קלט מסויים, במקרה שהקלט הוא אות באנגלית (a-z או A-Z) התוכנה תחזיר את הערך ה ASCII . במקרה אחר - תחזיר הודעת שגיאה.
הערה - אין להשתמש ביותר משני ערכי ASCII מהטבלה בפתרון השאלה. (שימו לב, אות בתוך מרכאות יחידות, לדוגמה 'C', זה למעשה שימוש בערך ASCII.)
הערה 2 - התוכנה תתחשב רק באות הראשונה של הקלט.
| רב
| הערה: נוספה ההתייחסות לאות במרכאות ב15.04.2018.
|-
| ממיר הטיפוסים
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתיבת תוכנה שמקבלת int, ממירה אותו לunsigned int, char וfloat, ומציגה את כל תוצאות ההמרות.
| רב
|
|-
| פרוייקט המזל"ט - המאזין
| 5
| [[User:Mala Reverse/solved beta challenges|Mala Reverse]]
| כתיבת תוכנה שמראה בטבלה את הרשתות האלחוטיות באיזור ואת עוצמת האות של כל רשת.
| חד
|
|-
| פרוייקט המזל"ט - הצייד
| 5
| [[User:Mala Reverse/solved beta challenges|Mala Reverse]]
| כתיבת תוכנה שמסיקה מנתוני פרוייקט המאזין מהו מיקומו של מזל"ט, בהנחה שישנה אנטנה יחידה עם אלומות, ומציגה אותו בצורה גרפית.
| חד
|
|-
| מחשבון בסיסי - מספרים שלמים
| 1
| [[User:Mala Reverse/solved beta challenges|Mala Reverse]]
| כתיבת תוכנה שמקבלת 2 מספרים שלמים מהמשתמש ומציגה את סכומם ואת החיסור שלהם.
| רב
|
|-
| מחשבון בסיסי - נקודה צפה
| 1
| [[User:the_duke/solved beta challenges|sp00ky4me]]
| כתיבת תוכנה שמקבלת 2 מספרים בעלי נקודה עשרונית מהמשתמש ומציגה את סכומם ואת החיסור שלהם.
| רב
|
|-
| פונקציית מולטי מחשבון בסיסי
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| הוסף למחשבון הבסיסי פונקציה שמקבלת שלושה משתנים, מחזירה את סכום המספרים בערך המוחזר, ומחזירה בכל פרמטר את הסכום שלו (שהוכנס) עם הפרמטר שאחריו (פרמטר א יחזיר את הסכום של פרמטרים א+ב וכו'). הסכום של הפרמטר האחרון יהיה עם הפרמטר הראשון.
| רב
|
|-
| התשובה להכל
| 1
| [[User:Mala Reverse/solved beta challenges|Mala Reverse]]
| כתיבת תוכנה שמקבלת מספרים ונעצרת כאשר היא מקבלת 42.
|רב
|
|-
| חישוב היקף ושטח מעגל
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| יש לגיא חצר עגולה, והבית שלו בדיוק באמצע. הדרך מהבית עד לגדר שמסביב לבית היא 10 מטר. מיליונר אמר לגיא שהוא מחפש בית עם חצר שהיא לפחות בגודל 313 מטר רבוע, ושיש לה גדר באורך של יותר מ75 מטר. הוא מוכן לשלם מיליון שקל על כל בית כזה. האם גיא הולך להיות מיליונר? למשה הזגג יש גם בית כזה, אבל אצלו הדרך מהבית לגדר היא 12 מטרים. האם משה הזגג הולך להיות מיליונר? כתוב תוכנה שמסוגלת לגלות מי כאן עומד להיות מיליונר!
|רב
| החידה תוקנה ב29.12.2020 בעקבות פריצת השאלה על ידי Nefertari.
|-
| מחשב הממוצע
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנה שמקבלת שלושה מספרים מן המשתמש ומחשבת את הממוצע שלהם
|רב
|
|-
| סווג מספרים לפי חלוקה ב3
| 1
| [[User:the_duke/solved beta challenges|sp00ky4me]]
| כתוב תוכנית המקבלת מספר שלם, ובודקת האם הוא מתחלק ב3<br>האם הוא מתחלק ב-3 בלי שארית<br>האם הוספת 1 אליו היתה גורמת לו להתחלק בלי שארית<br>האם חיסור 1 ממנו היתה גורמת לו להתחלק בלי שארית<br><br>על התוכנית להדפיס הודעה מתאימה בהתאם למקרה.
| רב
| 11.10.2021
|-
| ערך מוחלט
| 1
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| כתוב תוכנה שמקבלת מספר מן המשתמש ומציגה את הערך המוחלט שלו, ללא שימוש בפונקציה abs().
|רב
|
|-
| ערך מוחלט מרוכב
| 3
| [[User:Mala Reverse/solved beta challenges|Mala Reverse]]
| כתוב תוכנה המקבלת מספר מרוכב ומציגה את הערך המוחלט שלו. המספר הוא מהצורה a+bi.
| רב
| 04.08.2016 ("זהה ל"ערך מוחלט אמיתי)
|-
| ערך מוחלט אמיתי
| 2
| [[User:Mala Reverse/solved beta challenges|Mala Reverse]]
| כתוב תוכנה המקבלת נקודה במערכת הצירים ומציגה את הערך המוחלט שלה.
| רב
|
|-
| מזהה השליליים
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנה המקבלת מספר שלם מן המשתמש, ומציגה 1 אם הוא חיובי, 0 אם הוא אפס, ו 1- אם הוא שלילי
| רב
|
|-
| מוצא הזוגיות
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנה שמקבלת מספר מהמשתמש ובודקת אם הוא זוגי או לא.
| רב
|
|-
| מציג סידרה זוגית או אי זוגית
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנה שמבקשת מהמשתמש את המספר שאליו הוא רוצה להגיע, ואז מבקשת ממנו לבחור האם הוא רוצה לראות סידרה זוגית או אי זוגית. אם המשתמש בחר 1, התוכנה תציג את כל המספרים האי זוגיים מאפס ועד המספר שאליו הוא רוצה להגיע. אם המשתמש בחר 2 התוכנה תציג את כל המספרים הזוגיים מאפס ועד המספר שאליו הוא רוצה להגיע. אם המשתמש בחר משהו אחר, התוכנה תציג שגיאה.
| רב
|
|-
| מדפיס המנה והשארית
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתוב תוכנה אשר מקבלת שני מספרים ומדפיסה את החלוקה של המספר הראשון בשני, ואת השארית שלהם
| רב
|
|-
| מדפיס המנה והשארית לנינג'ות
| 1
| [[User:the_duke/solved beta challenges|Bug1]]
| כתוב תוכנה אשר מקבלת שני מספרים ומדפיסה את החלוקה של המספר הראשון בשני, ואת השארית שלהם. כל זה מבלי להשתמש באופרטורים /, *, %.
| רב
|
|-
| הופך הספרות
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתוב תוכנה אשר תקבל מספר דו ספרתי ותדפיס את סדר הספרות הפוך.
| רב
|
|-
| פותר המשוואות הריבועיות
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתוב תוכנה שתקבל שלושה מקדמים,a,b,c ותפתור את המשוואה הריבועית שלה.
| רב
|
|-
| סוכם הספרות האובססיבי
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתבו תוכנה אשר תקבל מספר חיובי ותדפיס את סכום הספרות הסופי. לדוגמה: 127 -> 1+2+7 -> 10 -> 1+0 -> 1. התוכנה תדפיס 1.
| רב
|
|-
| לוח הכפל
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתבו תוכנה אשר תדפיס את לוח הכפל מ1-10. חישוב תוצאות לוח הכפל ייעשה על ידי התוכנה, אסור להשתמש ביותר מ5 לולאות, ולאופרטור * מותר להופיע מקסימום 10 פעמים בקוד.
| רב
|
|-
| שמות ימים
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתבו תוכנה אשר מקבלת מספר ומדפיסה את היום, לדוגמא 1 הוא יום ראשון.
| רב
|
|-
| ימים בחודש
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתוב תוכנה אשר מקבלת מספר החודש 1-12 ומדפיס את שם החודש ומספר הימים בו.
| רב
|
|-
| משווה המספרים
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתוב תוכנה אשר תקבל שני מספרים ותדפיס מי המספר הגדול יותר, או שוויון.
| רב
|
|-
| מחליף ערכים
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב תוכנה אשר תקבל שני מספרים, תכניס אותם לתוך משתנים, ותחליף בין הערכים של המשתנים האלו. התוכנה צריכה להראות למשתמש את המשתנים לפני ההחלפה ואחרי ההחלפה.
| רב
|
|-
| מענה אוטומטי מאובטח
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב תוכנה שצריך להיכנס אליה עם גיל מסויים (הגיל המותר הוא 18)
אם המשתמש מכניס גיל מתחת לגיל המותר, התוכנה רושמת שהאתר מסווג לאנשים מגיל 18 ומעלה.
אם המשתמש מקליד נכון, עליו להחליט אם להיכנס עם סיסמה או בלי סיסמה (אם הוא נכנס עם סיסמה יש לו יותר אפשרויות)
עליך לרשום הודעות מתאימות לכל מצב.
אם המשתמש נכנס עם סיסמה הוא יכול לבחור
באופציה 1: להתקשר לאיש קשר המועדף
אופציה 2: לשלוח SMS אל האיש המועדף,
או אופציה 3: לדבר עם חבר בטא לייעוץ בהמשך הדרך.
התוכנה תכריז על האופציה שנבחרה ותסתיים.
| רב
|
|-
| strtolower
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמקבלת string מהמשתמש, והופכת את כל האותיות הגדולות בה לקטנות.
| רב
|
|-
| מדפיס abc
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמדפיסה למסך את כל הabc (אות אחת בכל שורה), מבלי שתכלול בתוכה את רשימת כל הabc, או רשימה חלקית שלהם.
| רב
|
|-
| חזקה
| 1
| [[User:iDesireJustice/solved beta challenges|tr4kj]]
| כתוב פונקציה שמקבלת שני מספרים, ומספר אחד הוא בסיס החזקה, והשני הוא המעריך, ונותנת את התוצאה של החזקה. אין להשתמש בפונקציות ספריה קיימות מלבד פונקציות קלט ופלט.
| רב
| 10.07.2016
|-
| מאכלס מערך
| 1
| [[User:iDesireJustice/solved beta challenges|clash]]
| כתוב תוכנה שנותנת למשתמש להכניס עשרה ערכים מספריים לתוך מערך. התוכנה לא חייבת להדפיס את המערך.
| רב
|
|-
| מדפיס מערך
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמדפיסה את כל האיברים במערך של חמישה איברים. המתכנת יגדיר מראש את המספרים במערך.
| רב
|
|-
| מוצא כפילויות במערך
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתוב תוכנה שמקבלת מערך ומוצאת את הכפילויות בו. ניתן להגדיר את המערך בתוכנה, או לקבל אותו מהמשתמש.
| רב
|
|-
| מוצא מספר במערך
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמקבלת מהמשתמש עשרה מספרים, שמוכנסים לתוך מערך. לאחר מכן התוכנה מבקשת מהמשתמש מספר שהיא תחפש בתוך המערך. לבסוף בודקת התוכנה האם המספר הנוסף נמצא בתוך המערך, ומדפיסה הודעה מתאימה למה שהתגלה בבדיקה.
| רב
|
|-
| היפוך מערך
| 1
| [[User:the_duke/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמקבלת מספרים לתוך איברים של מערך (בעל 10 איברים), ומדפיסה אותם בסדר הפוך.
| רב
|
|-
| חיפוש בינארי
| 2
| [[User:the_duke/solved beta challenges|Brave_Sir_Robin]]
| התוכנה תקבל מהמשתמש 10 מספרים ממויינים מהנמוך לגבוה, אותם תקלוט לתוך מערך, ובנוסף תקבל מספר אחד. התוכנה צריכה לחפש במערך על פי אלגוריתם החיפוש הבינארי במערך ממויין ולהחזיר את האינדקס של המספר במערך או את המספר 1- אם אינו קיים במערך. בנוסף יש להסביר בעל פה איך האלגוריתם עובד.
| רב
|
|-
| מזהה פאלינדרומים
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| מקבל מחרוזת ובודק אם היא פולינדרום, זאת אומרת אם ההתחלה עד האמצע היא כמו האמצע עד הסוף, לדוגמא אבבא או אבבגבבא
| רב
|
|-
| סוכם האיברים הזוגיים
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שסוכמת את כל האיברים הזוגיים עד 100, או עד המספר שהמשתמש מכניס. נדרשת אפשרות בחירה למשתמש האם להכניס מספר.
| רב
|
|-
| מסדר השמות לפי א-ב
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שתקבל לפחות 5 שמות ותסדר אותם במערך לפי סדר הא'-ב'.
| רב
|
|-
| מפרק המחרוזות
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמקבלת מילה, ומציגה את כל האותיות שלה, כל אות בשורה אחת.
| רב
|
|-
| מודד המחרוזות לנינג'ות
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמציגה אורך של מילה שהוכנסה לה מבלי להשתמש בספריה string.h
| רב
|
|-
| מחליף האותיות
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמקבלת מילה ומחליפה כל הופעה של האות g או האות i באות b
| רב
|
|-
| תאריך פלוס אחד
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| כתוב תוכנה שמבקשת מהמשתמש תאריך מלא (למשל 23.11.2015), ומראה לו את התאריך של היום למחרת. יש לקחת בחשבון סופי חודשים וסופי שנים!
| רב
|
|-
| Bubble sort
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שעושה מיון בועות
| רב
|
|-
| To sort and beyond
| 1
| [[User:iDesireJustice/solved beta challenges|IDesireJustice]]
| כתוב תוכנה שמבצעת על מספרים שני סוגי מיון שאינם bubble sort. התוכנה צריכה להדפיס את המערך ממוין לאחר כל מיון.
| רב
|
|-
| מכונת הכוכביות
| 1
| [[User:iDesireJustice/solved beta challenges|the_duke]]
| כתוב תוכנה שמקבלת אות ומראה אותה בתוך ריבוע של כוכביות, ואחר כך עושה אותו הדבר עם מספר ואז שוב עם אות ואז שוב עם מספר. כל זה ב17 שורות של קוד או פחות (לא כולל שורות ריקות). טיפ: פונקציות.
| רב
| 2.6.2014 (לא יעיל ללימוד פונקציות)
|-
| עצרת הקניבלים
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| כתוב פונקציה המקבלת מספר חיובי שלם n, ומחשבת את n!, כלומר 1 * 2 * ... * n.
<br>לאחר מכן מצא את הפתרון לחידה
הבאה: 15 חברי בטא הגיעו לאי עם קניבלים, שבאים כל יום כדי לבשל אותם לארוחת צהריים. לכל אחד מחברי בטא נשארה חולצה אחת עם הדפס של אות, ולכל חבר בטא יש אות אחרת. חברי בטא יודעים שהקניבלים מפחדים אם הם רואים מילה שהם לא נתקלו בה מעולם, אז הם כל יום תולים את החולצות בסדר אחר. תוך כמה שנים חייבים חברי בטא לבנות רפסודה ולעוף משם לפני שיהפכו לארוחת צהריים?
<br>ואם לחברי בטא ייקח 7 מליון שנים לבנות רפסודה (כי הם מנסים לבנות אותה בשפת C), האם הם אכן יצליחו לסיים את בנייתה לפני שיגישו אותם בפיתה?
<br>שימו לב: כל החולצות תמיד תלויות עם האות שלהן כחלק מהמילה, כי הבטאים מפחדים ללבוש מילה של אות אחת, וכמה קניבלים האקרים מתייחסים לרווחים כפירצה במילה.
| רב
| החידה תוקנה ב16.04.2018 בעקבות פריצת השאלה על ידי Cryp70n173
|-
| היסטוגרמה
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנה שמראה כמה פעמים מופיעה כל ספרה מהספרות 0-9 במערך של ספרות. ראה [https://he.wikibooks.org/wiki/%D7%A9%D7%A4%D7%AA_C/%D7%9E%D7%A2%D7%A8%D7%9B%D7%99%D7%9D/%D7%AA%D7%A8%D7%92%D7%99%D7%9C%D7%99%D7%9D#.D7.97.D7.99.D7.A9.D7.95.D7.91_.D7.94.D7.99.D7.A1.D7.98.D7.95.D7.92.D7.A8.D7.9E.D7.94 תרגיל "חישוב היסטוגרמה" בפרק "מערכים" בויקיספר C].
| רב
|
|-
| פונקציה דומה ל-strlen - בלי h
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב פונקציה בשם strlen_without_h המקבלת מחרוזת, ומדפיסה את מספר התווים בה שאינם האות 'h'. (נלקח מתוך תרגילי מחרוזות בויקיספר C).
| רב
|
|-
| ממיר הכספים
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנה שממירה סכומים של דולרים ויורו לשקלים. המשתמש יוכל לבחור אם הוא רוצה להמיר יורו או דולר מיד כשהוא מפעיל את התוכנה. השערים יוגדרו בקוד על ידי המתכנת.
| רב
|
|-
| Gorez Trivia
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתוב תוכנת טריויה שמציגה למשתמש לפחות 3 שאלות וכותבת לו מה היא חושבת עליו על פי מספר התשובות שהוא הצליח לענות נכון.
| רב
|
|-
| ניחוש בינארי
| 2
| [[User:the_duke/solved beta challenges|cugz]]
| כתוב תוכנה שבעזרת עץ בינארי מצליחה לגלות מה המספר שהמשתמש חשב עליו בין 1 למיליון. לתוכנה מותר לשאול את המשתמש עד 20 שאלות.
| רב
|
|-
| שעון בטרמינל
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| כתוב תוכנה שמראה את השעה, הדקה והשניה של אותו רגע, ובכל פעם שמתחלפת שניה היא מציגה את הזמן החדש אוטומטית.
| רב
|
|-
| difference between a++ and ++a
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמדגימה את ההבדל בין a++ ל++a (או המקבילים שלהם, --a, a--).
| רב
| 13.04.2016 (אותו קונספט של פתרון שני תרגילי "סדר פעולות בהגדלה עצמית והשמה")
|-
| optimized strcat
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| לחשוב על דרך ליצור מחדש את הפונקציה strcat שתהיה יותר יעילה מהפונקציה הקיימת.
| רב
|
|-
| pascal string functions
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| ליצור מחדש את הפונקציות strcat, strcpy ו puts שיתמכו בpascal string במקום במחרוזת שנגמרת בתו NULL.
| רב
|
|-
| C namespace
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שיוצרת קובץ header עם namespace בC בעזרת struct.
| רב
|
|-
| Capital Divider
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמסוגלת לסרוק מחרוזת ולהפריד אותה לשתי מחרוזות, כך שבמחרוזת אחת יהיו כל האותיות הגדולות מן המחרוזת המקורית, ובשניה כל האותיות הקטנות מן המחרוזת המקורית. יש להדפיס את שתי המחרוזות שנוצרו כתוצאה מן התהליך. המחרוזת המקורית יכולה להיות מוגדרת בקוד עצמו, או מוכנסת על ידי המשתמש.
| רב
|
|-
| מגלה הניצחון באיקס-עיגול
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמוגדר בה לוח איקס-עיגול בעזרת שלושה מערכים. לוח צריך להיות מלא כאילו כבר שיחקו בו. התוכנה תגלה מי מהצדדים ניצח במשחק - האיקס, העיגול או אף אחד.
| רב
|
|-
| מימוש strcspan
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמממשת את הפונקציה strcspan (מספריית string), ומדגימה כיצד הפונקציה הממומשת והפונקציה המקורית מחזירות את אותה תוצאה כשנותנים להם את אותם נתונים.
| רב
|
|-
| האלמנט השונה במערך
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שעוברת על שני מערכים מספריים עד שהיא מוצאת איבר שאינו זהה בין שניהם. כשהיא מוצאת, היא תדווח מה ההפרש בין האיברים, ותסתיים. ערכי המערכים יכולים להיות מוגדרים מראש בתוכנה, או להיות מוכנסים על ידי המשתמש.
| רב
|
|-
| Proof of pointer
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמגדירה שני פויינטרים, שמצביעים אל שני משתנים מספריים בעלי ערך. התוכנה תדפיס את הכתובת אליה מצביעים שני הפויינטרים, ואת הערך שאליו מצביע אחד הפויינטרים ללא שימוש בשם המשתנה אליו הוא מצביע.
| רב
|
|-
| Var and Point
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמוכיחה שאפשר להראות כתובת וערך של פויינטר על ידי שימוש במשתנה בלבד וגם על ידי שימוש בפויינטר בלבד.
| רב
|
|-
| פויינטריק
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמגדירה null pointer: פויינטר שמצביע לNULL. הדפס אותו למסך באמצעות %p, ובאמצעות %d, והסבר בהערות בקוד למה יצאו דווקא התוצאות האלו. הדפס למסך את הערך שהוא מצביע אליו באמצעות %d. הסבר בהערות בקוד מה עשתה ההדפסה הזאת ולמה.
| רב
|
|-
| פונקציית פויינטר
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה ובה פונקציה שמקבלת פויינטר כפרמטר. הפונציה תעלה ב1 את הערך של משתנה מספרי שכתובתו מוכנסת אליה. התוכנה צריכה להדפיס את המשתנה לפני שהוכנס לפונקציה, ואחרי שהוכנס לפונקציה (כשהוא גדול ב1).
| רב
|
|-
| הדפסת A רקורסיבית
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמדפיסה את האות A מספר פעמים שהוגדר לה מראש. אין להשתמש בלולאות באתגר הזה.
| רב
|
|-
| הדפסת AB רקורסיבית
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמדפיסה את האות A מספר פעמים שהוגדר לה מראש, ואז את האות B אותו מספר פעמים. אין להשתמש באתגר בלולאות או ביותר מרקורסיה אחת.
| רב
|
|-
| עצרת רקורסיבית
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמקבלת מספר מהמשתמש ומחשבת את עצרת שלו. אין להשתמש בלולאות באתגר.
| רב
|
|-
| היפוך מערך רקורסיבי
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמגדירה מערך (שעלול להשתנות!), ומדפיסה אותו הפוך. אין להשתמש בלולאות באתגר.
| רב
|
|-
| גילוי מערך זוגי ללא לולאות
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמגלה אם מערך שהוגדר לה מראש (ועלול להשתנות!) מכיל רק מספרים זוגיים. אין להשתמש בלולאות באתגר. (רמז: רקורסיה יכולה לעזור).
| רב
|
|-
| גילוי פאלינדרום ללא לולאות
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמגלה אם מחרוזת שהוכנסה על ידי המשתמש או שהוגדרה מראש (ועלולה להשתנות!)היא פאלינדרום. אין להשתמש בלולאות באתגר. (רמז: רקורסיה יכולה לעזור).
| רב
|
|-
| מדפיס מערך דו כיווני רקורסיבי
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמדפיסה מערך נתון מראש (אבל עלול להשתנות!) או שהוכנס על ידי המשתמש, פעם מהסוף להתחלה ופעם מההתחלה לסוף. אין להשתמש בלולאות או ביותר מריקורסיה אחת באתגר.
| רב
|
|-
| סוכם מערך רקורסיבי
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שסוכמת מספרים ממערך נתון מראש (אבל עלול להשתנות!) או שהוכנס על ידי המשתמש. אין להשתמש בלולאות או ביותר מריקורסיה אחת באתגר.
| רב
|
|-
| בודק חלוקה ב3 רקורסיבי
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שבודקת שמערך נתון מראש (אבל עלול להשתנות!) או שהוכנס על ידי המשתמש, כל איבריו מתחלקים ב3. אין להשתמש בלולאות או ביותר מריקורסיה אחת באתגר.
| רב
| 10.03.2022
|-
| סופר הזוגיים הרקורסיבי
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמקבלת מספר מהמשתמש ובודקת כמה מספרים זוגיים יש עד אליו. אין להשתמש בלולאות או ביותר מריקורסיה אחת באתגר.
| רב
| 25.5.2015 (המטרה לא מספיק סבירה)
|-
| חצי שעון חול רקורסיבי
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמדפיסה למסך שני משולשים מכוכביות שנוגעים בקודקוד אחד, במבנה של שעון חול שנחתך אנכית בקו האמצע. לתוכנה יוגדר משתנה מספרי שמגדיר כמה כוכביות יהיו בבסיס של המשולשים. אין להשתמש בלולאות או ביותר מריקורסיה אחת באתגר.
| רב
|
|-
| מגלה וירוסים בתיקיה
| 3
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שקוראת חתימה של וירוס מתוך קובץ, ואז עוברת על תיקיה ובודקת בכל הקבצים שנמצאים בה אם החתימה מופיעה בתוכם. לכל קובץ, אם החתימה מופיעה, התוכנה מודיעה שהקובץ נגוע. אם החתימה לא מופיעה היא מודיעה שהקובץ נקי.
| רב
|
|-
| המדביק
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שקוראת חתימה של וירוס מתוך מיקום מוגדר מראש בקובץ אחד (שמוגדר באמצעות תחילתו וסופו, בתוך הקוד או על ידי משתמש), וכותבת אותה לתוך קובץ אחר (ששמו מוגדר בקוד, או מוכנס על ידי המשתמש).
| רב
|
|-
| First Makefile
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור קובץ Makefile שישתמש בלפחות משתנה אחד ויקמפל תוכנה עם לפחות 2 קבצים.
| רב
|
|-
| מגלה וירוסים בראש ובזנב
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הוסף ל"מגלה הוירוסים בתיקיה" יכולת לחפש את חתימת הוירוס רק בheader ובfooter של הקובץ. הheader הוא תחילת הקובץ, והוא בגודל חמישית מהקובץ. הfooter נמצא בסוף הקובץ, וגם גודלו חמישית מהקובץ.
| רב
|
|-
| מבנה משתמש
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| כתוב תוכנה שמכילה struct שמסוגל להחזיק שם משתמש וסיסמה. תפקידה של התוכנה לתת למשתמש להגדיר לעצמו שם וסיסמה חדשים בstruct הזה.
| רב
|
|-
| ביט חכם
| 1
| [[User:the_duke/solved beta challenges|plugs]]
| קילטו מספר שלם מהמשתמש והדפיסו את הכפולה שלו ב-2 בלי להשתמש ב *,/,+,-
| רב
|
|-
| EOF in STDIN
| 1
| [[User:the_duke/solved beta challenges|bug1 & direw0lf]]
| הסבירו מה המשמעות של קבלת EOF בקריאה מSTDIN. ציינו את המקורות שלכם, אחרת המנטורים לא ישתכנעו.
| רב
| <!-- Article fully explaining EOF: https://ruslanspivak.com/eofnotchar/ !-->
|-
| בודק הזהות והאשראי
| 3
| [[User:the_duke/solved beta challenges|red_walker]]
| כתןב תוכנה לאימות מספרי תעודת זהות ומספרי כרטיס אשראי. בפני המשתמש עומדות שתי אפשרויות: לבדוק את מספר תעודת הזהות או לבדוק את מספר כרטיס האשראי. פעולת הבדיקת תרוץ בהתאם לתשובה של המשתמש<br>אם המשתמש בוחר בבדיקת מספר כרטיס אשראי יש לשאול אותו בנוסף כמה ספרות מכיל מספר כרטיס האשראי שלו. לא ניתן לצפות מראש את אורך המספר שיוכנס.<br>יש לבדוק את תקינות הקלט של המשתמש.<br>
הקישור הבא מסביר את הפעולות החשבוניות הנדרשות לבדיקת מספר תעודת זהות או מספר כרטיס אשראי:
[https://he.wikipedia.org/wiki/%D7%A1%D7%A4%D7%A8%D7%AA_%D7%91%D7%99%D7%A7%D7%95%D7%A8%D7%AA פעולות בדיקה של מספרי תעודת זהות או מספר כרטיס אשראי].
| רב
|
|-
| רשימה מקושרת של משתמשים
| 4
| [[User:the_duke/solved beta challenges|red_walker]]
|כתוב תוכנה שמנהלת פרטי משתמשים על בסיס רשימה מקושרת. התוכנה תראה תפריט עם כמה אופציות<br>
<br>אופציה ראשונה: להוסיף רשומה של פרטי משתמש נוסף
אופציה שניה: למחוק פרטי משתשמש מהרשימה לפי מספר המזהה שלו<br>
אופציה שלישית: להראות את כל הרשימה<br>
אופציה רביעית: לחפש רשומה מסוימת לפי מספר המזהה<br>
אופציה חמישית: לשמור את הרשומה בקובץ<br>
אופציה שישית: להפסיק את הריצה של התוכנה
| רב
|
|-
| מחפש מחרוזות בקובץ
| 3
| [[User:the_duke/solved beta challenges|Mr_Robot]]
| כתובת תוכנה שמקבלת מחרוזת ויודעת להכריז אם המחרוזת משמשת כשורה בקובץ. מעבר להכרזה, התוכנה צריכה לכלול פונקציה שמחזירה את מספר השורה שנמצאה, והפונקציה צריכה להיות מוכרזת בקובץ header נפרד מקובץ הקוד הראשי.
| רב
|
|-
| crackme סיסמה פשוט לצוות רוורסינג
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת תוכנה שמבקשת סיסמה. אם הסיסמה נכונה, כותבת good boy, אם לא נכונה כותבת bad boy. צוות רוורסינג יצטרך לפרוץ את התוכנה.
| רב
|
|-
| crackme סיסמה על בסיס מילון לצוות רוורסינג
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת תוכנה שמבקשת שם משתמש וסיסמה. אם הסיסמה נכונה, כותבת good boy, אם לא נכונה כותבת bad boy. הסיסמה הנכונה נוצרת על ידי הצפנה של שם המשתמש בעזרת "מילון אותיות", כך שהסיסמה שונה לכל שם. צוות רוורסינג יצטרך לפרוץ את התוכנה ולייצר לה keygen.
| רב
|
|-
| crackme סיסמה על בסיס הצפנת שם משתמש לצוות רוורסינג
| 1
| [[User:the_duke/solved beta challenges|direw0lf]]
| יצירת תוכנה שמבקשת שם משתמש וסיסמה. אם הסיסמה נכונה, כותבת good boy, אם לא נכונה כותבת bad boy. הסיסמה הנכונה נוצרת על ידי הצפנה כלשהי של שם המשתמש, כך שהיא שונה לכל שם. צוות רוורסינג יצטרך לפרוץ את התוכנה ולייצר לה keygen.
| רב
|
|-
| crackme שימושי כלשהו לצוות רוורסינג
| 4
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת תוכנה שמציבה אתגר בפני רוורסרים, שאינו מוכר להם מcrackmes אחרים. צוות רוורסינג יצטרך לפרוץ את התוכנה ו/או לנקוט בפעולה אחרת שתיתן נקודות, לפי הגדרת כותב התוכנה. הנקודות יינתנו רק אם החגורות השחורות יאשרו שהתוכנה אכן שימושית לצוות רוורסינג.
| חד
| 06.02.2022 (הגדרה מעורפלת מדי, והביצוע של cugz סיפק את התוכנה הנדרשת)
|-
| מחלק משותף גדול ביותר (gcd)
| 1
| [[User:the_duke/solved beta challenges|DanNightMare]]
| השתמש באלגוריתם אוקלידס למציאת המכנה המשותף הגדול ביותר למספרים חיוביים, וממש אותו לתכנית בשפת C.
| רב
|
|-
| Cave Injector - main
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה שמקבלת שם של קובץ הוראות שבתוכו רצף כתובות ומספרים הקסדצימליים (תוך התעלמות מרווחים ומnew lines), ושם של קובץ לתיקון. התוכנה תאתר את כל הcode caves בקובץ שצריך לתקן, ותכניס לשם את הקוד הבינארי מקובץ ההוראות. פורמט קובץ ההוראות צריך להיות כזה שיאפשר ממש להזריק תפקוד מסויים למיקום נתון בקובץ לתיקון. התוכנה תשמש לביצוע משימות בתחום הרוורסינג, וצריכה לכלול אופציה להציג את גודל הקוד שניתן להזריק למערות הקוד.
| חד
|
|-
| Cave Injector - assembler abilities
| 6
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| הוספת יכולת לCave Injector לקבל קוד אסמבלי במקום קוד בינארי. (שימו לב לטיפול נכון בjumps!).
| חד
|
|-
| Header File
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/nmkw9l1iv4cdqo4/HW0.pdf
| חד
|
|-
| פרוייקט - עבודה עם מודלים
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/c44urvh2bsurj3y/HW1.pdf
| חד
|
|-
| הקצאות דינמיות - פרוייקט
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/1gnrco3k1oylm8l/HW2.pdf
| חד
|
|-
| רשימות מקושרות - פרוייקט
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/h1xeofixzcuffqj/HW3.pdf
| חד
|
|-
| עצים ורקורסיה - פרוייקט
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/lttx079ursqzz0n/HW4.pdf
| חד
|
|-
| פוינטרים לפונקציות - פרוייקט
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/6w4m864tg2658ck/HW5.pdf
| חד
|
|-
| Guess the game
| 4
| [[User:the_duke/solved beta challenges|cugz]]
| משחק עם חידות בסגנון קהילת ה+HCU, כשהמשתמש צריך לפענח את משמות ופתרון החידות. המשפטים של התוכנה ייכתבו בהפרשים של כמה שניות זה מזה, והודעות השגיאה ייבחרו רנדומלית מתוך רשימה. לתוכנה יהיו שלוש חידות, והיא תיתן למשתמש מספר דקות מוגבל ומספר נסיונות מוגבל לפתור כל חידה.
| חד
|
|-
| בודק התיעוד
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| כתוב פונקציה (לא משנה באיזו שפה, כל עוד זאת שפה שמקובלת בבטא) שבודקת שהתיעוד בפתרונות של בטאים הוא במבנה הסטנדרטי, ומודיעה על בעיות שהיא מוצאת.<br>
הפונקציה תקבל כפרמטר מערך של strings, כאשר כל string היא שורה אחת בתיעוד של הפתרון.
בנוסף, עליך לכתוב תוכנת דוגמה שמריצה את הפונקציה על קבצי פתרון.<br>
התוכנה תורץ על קובץ הפתרון כך:<br>
<div dir="ltr">
check_doc.exe solution.c
</div>
(השם של קובץ הפתרון כאן הוא solution.c)
ותדפיס פלט בסגנון הבא:<br>
<div dir="ltr">
line 2: Missing @ for file tag<br>
line 3: Too many spaces between @brief<br>
line 7: Too many empty lines<br>
line 10: Wrong date format. should be dd.mm.yyyy
</div>
כמובן שאלו לא כל המקרים שהיא צריכה לזהות. היא צריכה לזהות כל חוסר התאמה לסטנדרט.
| חד
|
|-
| בודק הקוד
| 4
| [[User:the_duke/solved beta challenges|the_duke]]
| כתוב פונקציה (לא משנה באיזו שפה, כל עוד זאת שפה שמקובלת בבטא) שבודקת שהקוד בפתרונות של בטאים הוא במבנה הסטנדרטי, ומודיעה על בעיות שהיא מוצאת.<br>
הפונקציה תקבל כפרמטר מערך של strings, כאשר כל string היא שורה אחת בקוד של הפתרון, כולל התיעוד.<br>
התוכנה אינה בודקת את התיעוד.
בנוסף, עליך לכתוב תוכנת דוגמה שמריצה את הפונקציה על קבצי פתרון.<br>
התוכנה תורץ על קובץ הפתרון כך:
<div dir="ltr">
check_code.exe solution.c
</div>
(השם של קובץ הפתרון כאן הוא solution.c)
ותדפיס פלט בסגנון הבא:
<div dir="ltr">
line 14: Empty line missing between variables declaration and code<br>
line 27: Missing space between "else" and "{"<br>
line 30: opening bracket "{" not in the same line as it's control expression.<br>
line 34: missing space before "=="<br>
line 55: bad indentation
</div>
התוכנה נדרשת לזהות רק שגיאות שיכולות להיווצר עד שהבנאדם לומד מערכים (כולל).
| חד
|
|-
| alpha מערכת נוירונית
| 4
| [[User:the_duke/solved beta challenges|cugz]]
| יצירת מערכת נוירונים בעלת שישה נוירונים המדמה מוח של עכברוש
| חד
|
|-
| אסמבלר לשפה מומצאת
| 10
| [[User:the_duke/solved beta challenges|theMan]]
| כתוב אסמבלרלשפת אסמבלי מומצאת עפ"י ממ"ן 13.
| חד
| 13.03.2022
|-
| מאתחל המחרוזות
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| כתוב תוכנה אשר מאתחלת מחרוזת ללא שימוש בפסיק בשורה אחת
| רב
| 21.05.2018 (דרישה אינטגרלית בכל אתגר מחרוזות).
|-
| מחרוזת בשורה אחת
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| כתוב תוכנה אשר מאתחלת מחרוזת במילה שתבחרו בשורה אחת(ללא שימוש בפסיקים) ותדפיס אותה
| רב
| 21.05.2018 (ניתן לשלב באתגרים אחרים).
|-
| הכפלה ע"י פוינטר
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| התוכנה מקבלת מספר מהמשתמש ומכפילה אותו ע"י שימוש בפוינטרים בלבד
| חד
| 28.03.2019
|-
| שוני בין פונקציות
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| התוכנה מקבלת 2 מספרים ומעלה אותם לחזקת 2 עם שתי פונקציות שונות - הראשונה מחזירה מספר, והשניה תשתמש בפוינטרים
| חד
| 28.03.2019
|-
| הופעת מספרים רקורסיבית
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| מחזירה את מספר ההופעות של האות בתוך הסטרינג
| רב
| 24.06.2019 (עודף אתגרי רקורסיה)
|-
| recursive print numbers
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| (התוכנה מקבלת מספר מהמשתמש, ומדפיסה את כל המספרים עד המספר שהמשתמש מכניס בסדר עולה ובסדר יורד(בשימוש שתי פונקציות
| חד
| 24.06.2019 (עודף אתגרי רקורסיה)
|-
|-
| cat2dog
| 1
| [[User:the_duke/solved beta challenges|madrid]]
| התוכנה מקבלת מחרוזת ומחליפה את הרצף של "cat" ל"dog"
| חד
| 30.01.2020
|-
|-
| mytime
| 1
| [[User:the_duke/solved beta challenges|madrid]]
| התוכנה קוראת מהקלט מספר של שניות ומדפיסה כמה ימים, שעות, דקות ושניות המספר הזה מציין
| חד
| 30.01.2020
|-
|-
| dice
| 1
| [[User:the_duke/solved beta challenges|madrid]]
| התוכנה מטילה שתי קוביות ומדפיסה את התוצאות של הזריקה
| חד
| 30.01.2020
|-
|-
| עבודה עם עצים. כתיבת פונקציות רקורסיביות. מערכת ניהול של בנק.
| 3
| [[User:the_duke/solved beta challenges|madrid]]
| המערכת תכלול ניהול של 3 דברים: ניהול הבנק, ניהול סניפים, ניהול לקוחות
| חד
| 30.01.2020
|-
| תאריך עתידי
| 2
| [[User:the_duke/solved beta challenges|mikasa]]
| .תוכנה המקבלת תאריך ומוסיפה לו מספר ימים(לדוגמא, 1000) ומחזירה את תאריך התוצאה.יש לקחת בחשבון שנים מעוברות
| חד
| 07.12.2020
|-
|-
| פרויקט Operating Systems (0368-2162) Parallel File Find - C language features
| 10
| [[User:the_duke/solved beta challenges|r1fl]]
| שימוש בכלי של השפה בתוכנה לחיפוש multithreaded של קבצים בתיקיה. פירוט הנקודות: אתגרים קיימים: 1 First Makefile, 1 מבנה משתמש, 1 שעון בטרמינל<br>
נושאים ללא אתגר:
1 ifdef, 1 arguments
, 1 Dynamic allocation, 1 Directory access, 2 String actions, 1 Function separation
| חד
| 03.10.2021
|-
| פרויקט Operating Systems (0368-2162) Parallel File Find - Thread management and locks
| 4
| [[User:the_duke/solved beta challenges|r1fl]]
| שימוש בכלי ניהול ונעילת threadsבתוכנה לחיפוש multithreaded של קבצים בתיקיה.
| חד
| 03.10.2021
|-
| היקף מעגל עם math
| 2
| [[User:the_duke/solved beta challenges|Burnix]]
| חישוב שטח מעגל, צורה חסומה במעגל, וקימפול עם ספריית math.
| חד
| 30.12.2021
|-
| נקודות טכניות
|משתנה
| [[User:the_duke/solved beta challenges|Panic!]]
| נקודות שנאבדו עם הזמן וטעויות אנוש
| חד
| 1.1.1970
|-
| Brainf*ck Interpreter
| 3
| [[User:the_duke/solved beta challenges|PureEnergy]]
| תוכנה שמתרגמת קוד משפת Brainf*ck לשפת סי ומריצה את תוצאת התרגום.
| חד
| 23.02.2023
|-
| קימפול משחק אלפא לWASM ויצירת מדריך
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| קימפול משחק אלפא לWASM כך שניתן יהיה להעלות אותו לרשת, וכתיבת מדריך לבטאים על קימפול WASMלWASM. על בסיס [https://github.com/raysan5/raylib/wiki/Working-for-Web-(HTML5) המדריך של raysan5], ה[https://stackoverflow.com/questions/73900388/how-can-i-open-a-web-assembly-from-my-hard-drive-without-using-localhost תשובות] [https://stackoverflow.com/questions/45535301/can-i-read-files-from-the-disk-by-using-webassembly להרצת] WASM מקומית ללא שרת, ו[https://emscripten.org/docs/getting_started/Tutorial.html המדריכים הרשמיים של emscripten]. (ואפשר להיעזר ב[https://anguscheng.com/post/2023-12-12-wasm-game-in-c-raylib/ מדריך המפושט של אנגוס], אם כי הוא לא מתייחס ללינוקס, וב[https://medium.com/swlh/i-made-a-game-in-c-run-in-a-web-browser-and-so-can-you-2911b9fe2368 מדריך של ויטור] שיוצר משחק שעובד ישירות מgithub, אם כי הוא עובד עם SDL ולא עם raylib.)
| חד
|
|}
===Zig Challenges===
יש לקמפל ולהריץ את התרגילים באופן לוקאלי (על המחשב שלכם ולא בשירות אינטרנטי) ויש להגיש את כל הקבצים הדרושים לקמפול (אלא אם כן צויין אחרת)
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| hello world
| 1
| [[User:the_duke/solved beta challenges| the_duke]]
| התקינו את [https://ziglang.org/learn/getting-started/ סביבת העבודה של] [https://ziglang.org/download/ zig] וכתבו תוכנה שמדפיסה hello world למסך
| רב
| -
|-
| [https://github.com/ratfactor/ziglings ziglings]
| משתנה
| [[User:the_duke/solved beta challenges| the_duke]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/ratfactor/ziglings ziglings].
0.2 נקודות לכל שלב
| רב
| -
|}
===Rust Challenges===
יש לקמפל ולהריץ את התרגילים באופן לוקאלי (על המחשב שלכם ולא בשירות אינטרנטי) ויש להגיש את כל הקבצים הדרושים לקמפול (אלא אם כן צויין אחרת)
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| hello world
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| התקינו את [https://www.rust-lang.org/learn/get-started סביבת העבודה של rust] וכתבו תוכנה שמדפיסה hello world למסך
| רב
| -
|-
| variables - [https://github.com/rust-lang/rustlings/tree/main/exercises/variables rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא משתנים (אפשר לא לוקאלית)
| רב
| -
|-
| functions - [https://github.com/rust-lang/rustlings/tree/main/exercises/functions rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא פונקציות (אפשר לא לוקאלית)
| רב
| -
|-
| if - [https://github.com/rust-lang/rustlings/tree/main/exercises/if rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא תנאים (אפשר לא לוקאלית)
| רב
| -
|-
| quiz1 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz1.rs rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון אתגר quiz1 של [https://github.com/rust-lang/rustlings rustlings] (אפשר לא לוקאלית)
| רב
| -
|-
| move_semantics - [https://github.com/rust-lang/rustlings/tree/main/exercises/move_semantics rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא move semantics (אפשר לא לוקאלית)
| רב
| -
|-
| primitive_types - [https://github.com/rust-lang/rustlings/tree/main/exercises/primitive_types rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא primitive types (אפשר לא לוקאלית)
| רב
| -
|-
| structs - [https://github.com/rust-lang/rustlings/tree/main/exercises/structs rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא מבנים (אפשר לא לוקאלית)
| רב
| -
|-
| enums - [https://github.com/rust-lang/rustlings/tree/main/exercises/enums rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא enums (אפשר לא לוקאלית)
| רב
| -
|-
| modules - [https://github.com/rust-lang/rustlings/tree/main/exercises/modules rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא modules (אפשר לא לוקאלית)
| רב
| -
|-
| collections - [https://github.com/rust-lang/rustlings/tree/main/exercises/collections rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא collections (אפשר לא לוקאלית)
| רב
| -
|-
| strings - [https://github.com/rust-lang/rustlings/tree/main/exercises/strings rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא מחרוזות (אפשר לא לוקאלית)
| רב
| -
|-
| quiz2 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz2.rs rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון אתגר quiz2 של [https://github.com/rust-lang/rustlings rustlings] (אפשר לא לוקאלית)
| רב
| -
|-
| errors - [https://github.com/rust-lang/rustlings/tree/main/exercises/error_handling rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא error handling (אפשר לא לוקאלית)
| רב
| -
|-
| generics - [https://github.com/rust-lang/rustlings/tree/main/exercises/generics rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא generics (אפשר לא לוקאלית)
| רב
| -
|-
| option - [https://github.com/rust-lang/rustlings/tree/main/exercises/option rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא option (אפשר לא לוקאלית)
| רב
| -
|-
| traits - [https://github.com/rust-lang/rustlings/tree/main/exercises/traits rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא traits (אפשר לא לוקאלית)
| רב
| -
|-
| tests - [https://github.com/rust-lang/rustlings/tree/main/exercises/tests rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא tests (אפשר לא לוקאלית)
| רב
| -
|-
| quiz3 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz3.rs rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון אתגר quiz3 של [https://github.com/rust-lang/rustlings rustlings] (אפשר לא לוקאלית)
| רב
| -
|-
| standard library types - [https://github.com/rust-lang/rustlings/tree/main/exercises/standard_library_types rustlings]
| 2
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא סוגי ספריות בסיסיים (אפשר לא לוקאלית)
| רב
| -
|-
| threads - [https://github.com/rust-lang/rustlings/tree/main/exercises/threads rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא threads (אפשר לא לוקאלית)
| רב
| -
|-
| macros - [https://github.com/rust-lang/rustlings/tree/main/exercises/macros rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא קבועים (אפשר לא לוקאלית)
| רב
| -
|-
| quiz4 - [https://github.com/rust-lang/rustlings/blob/main/exercises/quiz4.rs rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון אתגר quiz4 של [https://github.com/rust-lang/rustlings rustlings] (אפשר לא לוקאלית)
| רב
| -
|-
| clippy - [https://github.com/rust-lang/rustlings/tree/main/exercises/clippy rustlings]
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא clippy (אפשר לא לוקאלית)
| רב
| -
|-
| conversions - [https://github.com/rust-lang/rustlings/tree/main/exercises/conversions rustlings]
| 2
| [[User:the_duke/solved beta challenges| Panic!]]
| פתרון סדרת אתגרי תיקון הקוד של [https://github.com/rust-lang/rustlings rustlings] בנושא conversions (אפשר לא לוקאלית)
| רב
| -
|-
| פרוייקט המזל"ט גירסת rust - המאזין
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| מימוש של פרוייקט המזל"ט המאזין רק הפעם בrust, ניתן למצוא את הגדרת האתגר תחת [https://beta.wikiversity.org/wiki/%D7%9C%D7%99%D7%9E%D7%95%D7%93%D7%99_%D7%9E%D7%97%D7%A9%D7%91%D7%99%D7%9D_%D7%91%D7%A9%D7%99%D7%98%D7%AA_%D7%91%D7%98%D7%90#C_Challenges c challenges]
| רב
| -
|-
| Mini grep
| 2
| [[User:the_duke/solved beta challenges| Panic!]]
| צריך לממש גרסא מינימלית של grep (man 1 grep)
יש לממש רק את הדגלים -c ו -i
התוכנה צריכה לקבל תבנית לחפש ואז רשימה של קבצים
אם היא לא מקבלת אף קובץ אז היא מצפה לקבל את התוכן של הקובץ מ stdin
| רב
| -
|-
| real time chat
| 3
| [[User:the_duke/solved beta challenges| Panic!]]
| צ'אט שמאפשר לשלוח ולקבל הודעות בזמן אמת לכל שאר האנשים שמחוברים באותו הזמן לשרת הצאט
מימוש של השרת ושל הלקוח (עם GUI)
| רב
| -
|-
|codewars 2020
|משתנה
|[[User:the_duke/solved beta challenges| Panic!]]
|[https://www.codewars.com/kata/search/rust פתרון של אתגרי Rust באתר codewars]
מחושב בעזרת הסקריפט - https://gitlab.com/beta_group/codewars-calc שנגיש ב - http://codewars.random.beta-program.org/
(אפשר לא לוקאלית)
|רב
| -
|-
|exercism
|משתנה
|[[User:the_duke/solved beta challenges| Panic!]]
|[https://exercism.org/tracks/rust/concepts פתרון של אתגרי Rust באתר Exercism]
יש לדאוג שהפרופיל שלכם באתר יהיה ציבורי
מחושב בעזרת הסקריפט - https://gitlab.com/beta_group/exercism-calc שנגיש ב - http://exercism.random.beta-program.org/
(אפשר לא לוקאלית)
|רב
| -
|}
===Python Challenges===
הסטנדרט של פייתון : https://beta.wikiversity.org/wiki/User:Ninjailbreak/Python_Conventions
{| class="wikitable"
!סוג האתגר
!למי מיועד
|-
|אתגר פייטון רגיל
|מיועד לכל מי שסיים C ופתוח לשפות נוספות
|-
|style="background-color:grey; color:white "|אתגר פייטון אבטחה
|style="background-color:grey; color:white"|אתגרים המיועדים רק לעוברי הכשרת אבטחה
|}
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| Hello python
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| מדפיס hello python
| רב
|
|-
| מתרגם המספרים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמקבלת מספר מ0 ועד 99, מדפיסה למסך את השם של המספר.
| רב
| -
|-
| מתרגם המספרים הגדולים
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמקבלת מספר מ0 עד מליון ומדפיסה למסך את השם של המספר. שיפור של מתרגם המספרים. (כמובן שסולם if לא יתקבל כאן).
| רב
| -
|-
| התשובה להכל
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמפסיקה לעבד קלט מספרי ברגע שמתקבל המספר 42. הפרטים [http://www.spoj.com/problems/TEST/ כאן].
| רב
| -
|-
| קריאת משתנה סביבה
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| קריאת משתנה סביבה מהמערכת בעזרת פייתון, והדפסתו למסך
| רב
| -
|-
| Codingbat sleep_in
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| התרגיל Python > Warmup-1 > sleep_in מתוך Codingbat.com
| רב
| 23.04.2016 (כלול בנקודות של אתגר codingbat).
|-
| פרנהייט - צלזיוס
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| תוכנית אשר תמיר קלט של מעלות צלסיוס למעלות פרנהייט
| רב
| -
|-
| סחרחורת
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| כדור שעושה מעגלים (ספריית Vpython)
| רב
| -
|-
| כתיבה וקריאה מקובץ
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתיבת תוכנה שכותבת וקוראת מקובץ בפייתון
| רב
| -
|-
| מדפיס הגיל
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתיבת תוכנה שמבקשת מהמשתמש את הגיל ומדפיסה אותו למסך בתוך משפט
| רב
| 19.06.2016
|-
| מדפיס הגיל והאות הראשונה בשם
| 2
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתיבת תוכנה שמבקשת מהמשתמש את הגיל שלו, ואחרי שהוא מכניס, מבקשת את האות הראשונה בשם שלו, ומדפיסה משפט שמראה את האות והגיל שהמשתמש הכניס.
| רב
| 19.06.2016
|-
| מחשב המשכורות
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| תוכנית אשר קולטת מהמשתמש את מספר השעות שהוא עבד, את המשכורת שלו לשעה. ובנוסף יש להגדיר קבוע שיכיל את סכום הבונוס שיש להוסיף למשכורת. התכנית תחשב ותדפיס את המשכורת של העובד, ואת סכום הבונוס ואת המשכורת המעודכנת לאחר הבונוס
| רב
| -
|-
| קליטה חכמה של פרטי משתמש
| 3
| [[User:the_duke/solved beta challenges|Qilaz]]
| תוכנית אשר קולטת מהמשתמש את התאריך הלידה שלו, את האימייל ואת הכתובת אתר הבית שלו ברשת ועל מנת לוודא את תקינות הקלט משתמשת בregular expressions.
במידה ואחד השדות אינו תקין יש לבקש הזנה מחדש של אותו שדה. בנוסף יש לבצע שמירה של הקלט לקובץ כך שיווצר ספר כתובות שניתן להשתמש בו מאוחר יותר.
מומלץ לכל אורך התרגיל לחלק את הקוד לפונקציות שונות.
| רב
| -
|-
| הופך הספרות
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתוב תוכנה אשר תקבל מספר דו ספרתי ותדפיס את סדר הספרות הפוך.
| רב
| 19.06.2016
|-
| משווה המספרים
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| כתוב תוכנה אשר תקבל שני מספרים ותדפיס מי המספר הגדול יותר, או שוויון.
| רב
| 19.06.2016
|-
| [https://www.codewars.com Codewars]
| משתנה
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| בעבור אתגר לבן - נקודה, צהוב - שתי נקודות, כחול - שלוש נקודות, סגול - ארבע.
| רב
| 11.09.2021 (הוקפא כי היתה סכנה להשתוללות נקודות. קבלת הנקודות ממקור זה תחודש עם הפעלת אתגר Codewars 2020.)
|-
| [https://www.codewars.com Codewars 2020]
| משתנה
| [[User:the_duke/solved beta challenges|Revolution]]
| בדיקת הניקוד נעשית בעזרת [http://codewars.random.beta-program.orc/score/user/python הכלי שיצר panic], על ידי Chip או על ידי נינג'ות.
הניקוד עבור אתגרי הcode wars בטבלה של בטא מוגדר כך:
(logbase2(x) + 1) + (logbase1.5(y) + 1) + 3 * z + 4 * t
איקס הוא כמות האתגרים הלבנים -
וואי הוא כמות האתגרים הצהובים -
זד היא כמות האתגרים הכחולים -
טי היא כמות האתגרים הסגולים -
הערה: כשמתמשים בנוסחה יש להציב אך ורק במקומות בהם יש אתגרים שפתרתם, לדוגמה אם לא פתרתם אתגרים צהובים אל תשתמשו בכל מה שבתוך הסוגריים שלהם
| רב
| 09.12.2020 (מוקפא אצל מי שיש לו נקודות בגירסה הישנה של אתגר codewars, כל עוד אין יכולת לקזז את הנקודות של אתגר codewars.)
|-
| pythonchallenge.com challenge 0
| 1
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 1
| 1
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 2
| 1
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 3
| 3
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 4
| 4
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 5
| 3
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 6
| 5
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 7
| 4
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| pythonchallenge.com challenge 8
| 4
| [[User:the_duke/solved beta challenges|direw0lf]]
| פתרון האתגר ב[http://www.pythonchallenge.com pythonchallenge.com].
| רב
|
|-
| Codingbat Python
| משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון האתגרים של ניק פרלאנטה, מרצה בסטנפורד.1 נקודה לכל שני אתגרים. http://codingbat.com/python.
| רב
| 27.04.2016 (הנקודות נמחקו על פי החלטת נינג'ות)
|-
| מפענח מורס
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| כתוב תוכנה אשר תמיר כל קוד במורס לטקסט.
שימו לב לסימנים מיוחדים. קוד המורס יוקלד על ידי המשתמש, או יהיה בקובץ, לבחירת המתכנת.
| רב
|
|-
| True/False
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| קולט את התווים T/F וידפיס פלט בהתאם אחרת ידפיס שגיאה
| רב
|19.06.2016
|-
| num to x
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| התוכנה תציג את כל המספרים עד X
| רב
|
|-
| קלט הפוך
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| התוכנה תקלוט מהמשתמש מחרוזת ותדפיס אותה הפוך ללא לולאות או מערכים משניים
| רב
|
|-
| רשימה
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| התוכנה תקלוט מהמשתמש 3 מספרים ותציג אותם בתוך רשימה
| רב
|
|-
| מי אני
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| התוכנה תקלוט מהמשתמש: שם פרטי, שם משפחה, מספר טלפון, כתובת מייל ותשמור אותם בתוך מילון
| רב
|
|-
| foreach
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| התוכנית תקבל מחרוזת ותצפין אותה בצופן קיסר של +1
| רב
|
|-
| שליטה בקומנד ליין(ווינדווס)
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| הדפסת פלט לקומנד ליין בצבע מסויים
| רב
|
|-
| אנימציה
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| יוצר פלט משתנה על המסך(CLI)
| רב
|
|-
| שילוב עם C
| 2
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| צור קובץ בשם Hello.c אשר מדפיס hello world קמפל אותו והרץ אותו
| רב
|
|-
| מדפיס השם והגיל בOOP
| 1
| [[User:the_duke/solved beta challenges|bug1]]
| צור שיטה שתקבל שתי משתנים, את שמו ואת גילו של המשתמש ותדפיס אותם בתוך משפט.
| רב
|
|-
| קרוב ל10
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
|כתוב תוכנה שתקלוט משתנה מהמשתמש, ותדפיס הודעה מסויימת אם הקרבה שלו לכפולה של 10 קטנה או שווה ל2. אם לא, תודפס הודעה בהתאם.
הנחה: המספר לא שלילי
| רב
|19.06.2016
|-
|שרת פקודות בסיסי
|1
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב שרת ולקוח שיתקשרו ביניהם. הclient צריך לשלוח הודעה באורך 4 תווים בדיוק בשביל לקבל מענה. על השרת לענות לבקשות הבאות:
NAME - יחזיר את השם של השרת, אתם בוחרים מה השם.
RAND - השרת ישלח מספר רנדומלי בין 1 ל-10
EXIT - השרת ינתק את הקשר שלו עם הלקוח.
אם הקלט לא תקין, יש לשלוח הודעה מתאימה ולסגור את החיבור. שים לב, תמיד יש לסגור את החיבור עם השרת ושל השרת עם הלקוח.
| רב
|
|-
| סכום המספרים עד x
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| תדפיס את הסכום של כל המספרים עד למספר(כולל המספר עצמו) שבחר המשתמש. אסור להשתמש בלולאות. חשוב שבקוד תהיה פונקציה שתחזיר סכום של שני פרמטרים
| רב
|
|-
| זז במסך
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
|צור ממשק גרפי עם שלושה כפתורים ומשפט. בעת לחיצה על הכפתור הראשון, המשפט יעלה לפינה השמאלית העליונה. כאשר ילחץ הכפתור השני, על המשפט להגיע לאמצע המסך. כאשר ילחץ הכפתור השלישי, המשפט יגיע לפינה הימנית התחתונה. על שמות הכפתורים להיות בהתאם לתפקידם
חובה להשתמש בTkinter
| רב
|
|-
| צייר לי ציור
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| צייר בתוך GUI שני קווים בצבע שחור ואדום, עיגול צהוב ומלבן כחול. המיקום שלהם לא משנה. שים לב, חייב לתת לGUI כותרת מתאימה וגודל מסויים
חובה להשתמש בTkinter
|רב
|
|-
| the snail!
| 2
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| מקבלים ליסט של ליסטים (מטריצה) בגודל בצורת ריבוע (n x n) - משימה להחזיר ליסט בצורת שבלול
- דוגמה
- [[1,2,3],
- [8,9,4],
- [7,6,5]]
---> [1,2,3,4,5,6,7,8,9]
|רב
|
|-
| מדפיס השם והגיל בOOP משופר
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב מחלקה עם שיטה שתדפיס את השם והגיל של המשתמש. לאחר מכן, צור מחלקה שנייה שתעשה את אותו הדבר, מבלי לחזור על כל התהליך של השיטה במחלקה הראשונה אבל תדפיס את השם הפוך.בנוסף, בשביל שהשיטה תפעל, אין צורך לקרוא לה.
|רב
|
|-
| מוצא המחלקים לפי שארית
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| תוכנה שכאשר מוכנסת אליה מספר ושארית מוצאת כל המחלקים שמקיימים את התנאי הבא:<br>
num mod divider = remainder<br>
הפלט יהיה כל המחלקים שמקיימים את התנאי ויהיו בתוך רשימה.
|רב
|
|-
| מימוש 3 פונקציות
| 2
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב תוכנה שתממש את 3 הפונקציות שקיימות כבר בפייתון: enumurate, split, join
שים לב! הקריאה לפונקציה כמו בjoin לדוגמא לא צריכה להיות כמו בפונקציה המוקרית ויהיה ניתן להעביר לפונקציה שתי פרמטרים
|רב
|
|-
| String Binarization
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| כתוב תוכנה שלוקחת רשימה של מספרים הקסדצימליים מקובץ טקסט ומוציאה קובץ בינארי שמורכב מן המספרים האלו בתצורתם הבינארית.
| רב
|
|-
|style="background-color:grey; color:white"| התחברות לשרת ויצירת משתמש
|style="background-color:grey; color:white"| 2
|style="background-color:grey; color:white"| [[User:the_duke/solved beta challenges|ninjailbreak]]
|style="background-color:grey; color:white"| משימתכם להיכנס לשרת ולפתוח משתמש חדש עם הניק שלכם
|style="background-color:grey; color:white"| רב
|style="background-color:grey; color:white"|
|-
|style="background-color:grey; color:white"| Port scanning
|style="background-color:grey; color:white"| 2
|style="background-color:grey; color:white"| [[User:the_duke/solved beta challenges|ninjailbreak]]
|style="background-color:grey; color:white"| כתוב תוכנה אשר תקלוט מהמשתמש IP ,תבדוק כמה פורטים פתוחים, תציג אותם ותדפיס כמה זמן לקח לה לעשות זאת
|style="background-color:grey; color:white"| רב
|style="background-color:grey; color:white"|
|-
| פרוייקט פינוי הקבצים
| 6
| [[User:the_duke/solved beta challenges|ipu]]
| פרוייקט: כתוב תוכנה שמוחקת רקורסיבית את כל הקבצים שלא שונו במשך יותר מ24 שעות
|חד
| 31.07.2017
|-
| פידלפונג 3D
| 7
| [[User:the_duke/solved beta challenges|Fiddle]]
| כתוב משחק פונג תלת מימדי מבוסס רשת שניתן יהיה לשחק עם גלי מוח.
| חד
| -
|-
| פידלפונג 3D - ניקוד
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| הוספת ספירת נקודות לפידלפונג.
| חד
| -
|-
| פידלפונג 3D - סאונד
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| הוספת מוזיקת רקע ומוזיקת פגיעה בפדל לפידלפונג.
| חד
| -
|-
| פידלפונג 3D - מסכי נצחון, פתיחה והפסד
| 2
| [[User:the_duke/solved beta challenges|Fiddle]]
| הוספת מסכי נצחון, פתיחה והפסד לפידלפונג לפידלפונג.
| חד
| -
|-
| פידלפונג 3D - היכל התהילה
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| הוספת "היכל תהילה" - תיעוד עשרת הגדולים של כל הזמנים, לפידלפונג.
| חד
| -
|-
| פידלפונג 3D - שחקן נוסף
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| הוספת פדל נוסף לפידלפונג, כדי לאפשר יותר משני שחקנים.
| חד
| -
|-
| פידלפונג 3D - תקשורת עם באונטי
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| הוספת יכולת לשלוח תוצאות משחקים לבאונטי.
| חד
| -
|-
| משאבת הנקודות של באונטי
| 8
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה ששואבת מתוך הויקיברסיטה של בטא את התאריכים שבהם המשתתפים סיימו אתגרים, וכותבת אותם כשאילתת SQL שיכולה להכניס את המידע לבאונטי.
| חד
|
|-
| משאבת האתגרים של באונטי
| 8
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה ששואבת מתוך הויקיברסיטה של בטא את האתגרים, וכותבת אותם כשאילתת SQL שיכולה להכניס את המידע לבאונטי.
| חד
|
|-
| panda++
| 3
| [[User:the_duke/solved beta challenges|tr4kj]]
| פרוייקט: צור עורך טקסט עם מספר פונקציות
שמירת קובץ, פתיחת קובץ ויציאה
שינוי גופן הטקסט
שינוי גודל הטקסט
|חד
| 03.08.2017
|-
| panda_key
| 3
| [[User:the_duke/solved beta challenges|tr4kj]]
| מייצרת מקטים לפי תבנית מסויימת. כל המקטים נרשמים לתוך קובץ כולל חתימת זמן. כל התוכנה בעלת GUI שכוללת בתוכה scrollbar שמציג את כל המידע שנמצא בתוך הקובץ בעל המידע
|חד
| 08.08.2017
|-
| מתקן ההזחה
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| כתוב תוכנה שתיקח קובץ בתור קלט מהמשתמש ותהפוך את כל הרווחים שבו לטאבים.
|חד
|22.05.2017
|-
| נעלם ומופיע
| 2
| [[User:the_duke/solved beta challenges|cugz]]
| כתוב משחק שיש בו קובייה ושטח שמורכב מascii art. כל פעם שהקובייה תעבור מעל העצם, הוא יראה כנעלם אבל אחר ישהוא לא יהיה מתחת לקובייה, הוא עדיין יהיה שם
|חד
| 22.05.2017
|-
| plain simulator
| 6
| [[User:the_duke/solved beta challenges|cugz]]
| משחק הדמיה של סביבת גידול בעלת צמחים, בע"ח צמחוניים ובע"ח טורפים
| חד
| 01.03.2018
|-
| Gradient Descent AI
| 8
| [[User:the_duke/solved beta challenges|cugz]]
| gradient descent in one dimensional and multi dimensional
| חד
| 31.01.2019
|-
| Tetros - ticker
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| פונקציה שמקבלת מספר ומחזירה 1 אם עברו מאז שנקראה אם מספר זה מספר שניות ששווה לו
| חד
| -
|-
| Tetros - findMax
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| פונקציה שמחזירה את המספר הגדול במערך
| חד
| -
|-
| Tetros - biased average
| 2
| [[User:the_duke/solved beta challenges|cugz]]
|פונקציה שמחזירה את הממוצע של מערך מספרים עם אפליה שמתוארת במערך נוסף כדוגמא:
foo([1,2,3],[0,1,1]) = 2.5
foo([1,2,3],[3,1,1]) = 1.6
| חד
| -
|-
| Tetros - coord rotator
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| פונקציה שמקבלת סט קואורדינטות שמייצגות צורה כלשהיא וממירה אותן לסט חדש שמייצג את אותה הצורה מסובבת ב90 מעלות
| חד
| -
|-
| Tetros - colision checker
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| פונקציה פשוטה לבדיקת התנגשות
| חד
| -
|-
| Tetros - all values equal
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| פונקציה שבודקת אם כל הערכים במערך שווים לערך מסוים
| חד
| -
|-
| Tetros - pygame game
| 3
| [[User:the_duke/solved beta challenges|cugz]]
| gradient descent in one dimensional and multi dimensional
| חד
| -
|-
| delete note
| 1
| [[User: the_duke/solved beta challenges|tr4kj]]
|הוספת פונקציה לbach שתאפשר מחיקה של תווים גם בקובץ וגם במסך
| חד
|
|-
| chords are important
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| הוספת יכולת לbach שתאפשר ליצור אקורדים. שים לב, על שלושת הצלילים של האקורד להיות מצוינים באותה שורה
| חד
|
|-
| the weird
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב תוכנה שמקבלת שלושה פרטים, ומשלבת אותם בסיפור שהשורות שלו מופיעות בתזמון של חצי שניה אחת אחרי השניה.
|חד
| 21.05.2017
|-
| fasta read
| 3
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב תוכנה שתקרא קובץ fasta נתון ותדפיס מבלי הרווחים הנמצאים בין השורות כולל השמות של קטעי הDNA לפי הסדר הנמצא במסמך
|חד
| 04.08.2017
|-
|פירמידת דולרים
|1
|[[User:the_duke/solved beta challenges|raccoon]]
|מקבל מהמשתמש את גודל הפירמידה, רצף הדולרים ורצף הרווחים, ומדפיס פירמידה על-פי התבנית
|חד
| 24.11.2019 (אישור של פתרון קיים)
|-
|סופר סכום קוביות
|2
|[[User:the_duke/solved beta challenges|raccoon]]
|זורק 2 קוביות רנדומליות מספר פעמים, סוכם אותן,סופר כמה פעמים כל סכום מופיעה ומדפיס את התוצאות בגרף עמודות מקביל לאתגרים foreach ו Hello world
|חד
| 24.11.2019 (אישור של פתרון קיים)
|-
|תוכנת מטריצות
|3
|[[User:the_duke/solved beta challenges|raccoon]]
| מבצע שחלוף על מטריצה 1 ולאחר מכן מכפיל מטריצה 1 משוחלפת במטריצה 2, המטריצות לקוחות מקובץ טקסט. מקביל לאתגרים ?
|חד
| 19.12.2019 (אישור של פתרון קיים)
|-
|תוכנת סטטיסטיקות
|4
|[[User:the_duke/solved beta challenges|raccoon]]
|תכנית קוראת מהקלט הסטנדרטי מספרים ממשיים המופרדים ברווחים ומדפיסה לפלט הסטנדרטי את הממוצע שלם, סטטית התקן שלהם, המספר הגבוהה ביותר והמספר הקטן ביותר. בנוסף, תדפיס אותם בסדר עולה. מקביל לאתגרים ?
|חד
| 19.12.2019 (אישור של פתרון קיים)
|-
|חיפוש בDNA
|2
|[[User:the_duke/solved beta challenges|raccoon]]
|. מקביל לאתגרים ? תכנית קוראת קוד גנטי מקובץ טקסט, בודקת עם הקוד הגנטי תקין ומתרגמת אותו לקובץ טקסט אחר.
|חד
| 19.12.2019 (אישור של פתרון קיים)
|-
|צופן הצבה ENCYPT\DECRYPT
|2
|[[User:the_duke/solved beta challenges|raccoon]]
| כתוב תוכנת הצפנה מסוג הצבה שמאפשרת להצפין ולפענח טקסט. מקבלת את הטקסט המוצפן, את הטקסט שיש להצפין ואת מפתח ההצפנה מקבצים ומטפלת בשגיאות כמו קבצים חסרים. והתוכנה מטפלת רק באותיות, ומדלגת על סימנים.
|חד
| 27.02.2020(אישור של פיתרון קיים)
|-
| grading system
|2
|[[User:the_duke/solved beta challenges|raccoon]]
| תוכנה שקוראת משני קבצים שכל אחד מכיל בכל שורת טקסט מידע על סטודנט אחד וממירה את הטקסט מכל אחד מהם למילון משלו. לכל אחד המפתחות הם מספרי זהות. באחד, הערכים הם סידרה של ציונים, בשני, הערכים הם השם ושם המשפחה. התוכנה תדפיס את ממוצא הציונים הגבוה ביותר והסטודנט שזכה בו, ותדיפס את הציון או ציונים הנפוצים ביותר. אם מספר ת"ז אינו תקין, או מופיע רק בקובץ אחד, או אם לסטודנט אין ציונים, התוכנה תדפיס שגיאה ותפסיק את פעולתה.
|חד
| 27.02.2020(אישור של פיתרון קיים)
|-
| פתיחת חיבור לשרת SQL
|1
|[[User:the_duke/solved beta challenges|Fiddle]]
| פתיחת חיבור לשרת SQL כך שיהיה ניתן לשלוט על בסיס הנתונים.
| חד
| 13.08.2020 (אישור של פיתרון קיים)
|-
| פרויקט הבלוקצ'יין של chip
|1
|[[User:the_duke/solved beta challenges|Chip]]
| צור בלוקצ'יין שיש בו חמישה בלוקים הכתוביo בפורמט dictionary כולל hash עם sha256.
| חד
| 07.05.2022 (אישור של פיתרון קיים)
|-
| נקודות טכניות
|משתנה
| [[User:the_duke/solved beta challenges|Panic!]]
| נקודות שנאבדו עם הזמן וטעויות אנוש
| חד
| 1.1.1970
|-
| אתגר הVHDL של Kn3
| 5
|[[User:the_duke/solved beta challenges|Kn3]]
| Kn3 צריך לכתוב את התיאור.
| חד
| 17.11.2022 (אישור של פיתרון קיים)
|}
===Bioinformatics Challenges===
{| class="wikitable"
!סוג האתגר
!למי מיועד
|-
|Bioinformatics Stronghold
|האתרים הבסיסיים ביותר. יש לפתור אותם ללא שימוש בספריות מיועדות ביואינפורמטיקה. צריך להעלות את הקוד בכל משימה לשרת של rosalind.info ולשלוח את הקודים לאחד הבודקים
|-
|style="background-color:green; color:white"|Bioinformatics Armory
|style="background-color:green; color:white"|אתגרים למתקדמים ובהם שמים דגש על שימוש בכלים תעשייתיים. את כל האתגרים צריך לפתור דרך ספרייה ייעודית לביואינפורמטיקה ולשלוח את הקוד לאחד הבודקים
|-
|style="background-color:gray; color:white"|Bioinformatics Mastering
|style="background-color:gray; color:white"|אתגרים כלליים בביואינפורמטיקה שהם לא בהכרח כתיבת קוד. את הפתרונות יש לשלוח לאחד הבודקים במייל
|}
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| Counting DNA Nucleotides
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Counting DNA Nucleotides באתר rosalind.info
|רב
|
|-
| Transcribing DNA into RNA
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Transcribing DNA into RNA באתר rosalind.info
| רב
|
|-
| Complementing a Strand of DNA
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Complementing a Strand of DNA באתר rosalind.info
| רב
|
|-
| Counting Point Mutations
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Counting Point Mutations באתר rosalind.info
| רב
|
|-
| Finding a Motif in DNAs
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Finding a Motif in DNA באתר rosalind.info
| רב
|
|-
| Translating RNA into Protein
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Translating RNA into Protein באתר rosalind.info
| רב
|
|-
| Computing GC Content
| 2
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Computing GC Content באתר rosalind.info
שים לב! בשביל לקבל את הנקודות באתגר זה תצטרך לשלוח פונקציה שמנתחת קובץ בפורמט FASTA
| רב
|
|-
| Rabbits and Recurrence Relations
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Rabbits and Recurrence Relations באתר rosalind.info
| רב
|
|-
| Mendel's First Law
| 2
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Mendel's First Law באתר rosalind.info
| רב
|
|-
| Enumerating Gene Orders
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Enumerating Gene Orders באתר rosalind.info
| רב
|
|-
| RNA Splicing
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר RNA Splicing באתר rosalind.info
| רב
|
|-
| Calculating Protein Mass
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Calculating Protein Mass באתר rosalind.info
| רב
|
|-
| Inferring mRNA from Protein
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Inferring mRNA from Protein באתר rosalind.info
| רב
|
|-
| Partial Permutations
| 2
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Partial Permutations באתר rosalind.info
| רב
|
|-
| Transitions and Transversions
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Transitions and Transversions באתר rosalind.info
| רב
|
|-
| Consensus and Profile
| 2
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Consensus and Profile באתר rosalind.info
|רב
|
|-
| Overlap Graphs
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Overlap Graphs באתר rosalind.info
|רב
|
|-
| Finding a Spliced Motif
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Finding a Spliced Motif באתר rosalind.info
|רב
|
|-
| Finding a Protein Motif
| 3
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Finding a Protein Motif באתר rosalind.info
|רב
|
|-
| Open Reading Frames
| 2
| [[User:the_duke/solved beta challenges|tr4kj]]
| פתרון האתגר Open Reading Frames באתר rosalind.info
|רב
|
|-
|style="background-color:green; color:white"| Introduction to the Bioinformatics Armory
|style="background-color:green; color:white"| 1
|style="background-color:green; color:white"| [[User:the_duke/solved beta challenges|tr4kj]]
|style="background-color:green; color:white"| פתרון האתגר Introduction to the Bioinformatics Armory באתר rosalind.info
|style="background-color:green; color:white"|רב
|style="background-color:green; color:white"|
|-
|style="background-color:green; color:white"| Introduction to Protein Databases
|style="background-color:green; color:white"| 2
|style="background-color:green; color:white"| [[User:the_duke/solved beta challenges|tr4kj]]
|style="background-color:green; color:white"| פתרון האתגר Introduction to Protein Databases באתר rosalind.info
|style="background-color:green; color:white"|רב
|style="background-color:green; color:white"|
|-
|style="background-color:green; color:white"| GenBank Introduction
|style="background-color:green; color:white"| 2
|style="background-color:green; color:white"| [[User:the_duke/solved beta challenges|tr4kj]]
|style="background-color:green; color:white"| פתרון האתגר GenBank Introduction באתר rosalind.info
|style="background-color:green; color:white"|רב
|style="background-color:green; color:white"|
|-
|style="background-color:green; color:white"| FASTQ format introduction
|style="background-color:green; color:white"| 1
|style="background-color:green; color:white"| [[User:the_duke/solved beta challenges|tr4kj]]
|style="background-color:green; color:white"| פתרון האתגר FASTQ format introduction באתר rosalind.info
|style="background-color:green; color:white"|רב
|style="background-color:green; color:white"|
|-
|style="background-color:gray; color:white"| global alignment 1
|style="background-color:gray; color:white"| 3
|style="background-color:gray; color:white"| [[User:the_duke/solved beta challenges|tr4kj]]
|style="background-color:gray; color:white"| מציאת ההתאמה הטובה ביותר של 3 הסטים הבאים:
-ערכי התאמה: התאמה = 2+, אי התאמה: 1-, רווח: 1
1. ACTG, ATCG
2. TACCG, TTAAGGC
3. AAAGGG, TTTTTAAGG
את הפתרונות יש לשלוח בקובץ שכולל בתוכו תמונות של הפתרון ואת הפתרונות עצמם
אין להשתמש באלגוריתם במחשב אלא לפתור עם דף ועט כולל הסבר על הדרך!
|style="background-color:gray; color:white"|רב
|style="background-color:gray; color:white"|
|}
===Go Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| שם וגיל
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמבקשת את השם והגיל של המשתמש ומדפיסה אותם למסך
| רב
| -
|-
| fizzbuzz
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמדפיסה את המספרים מ-1 עד 100 אבל אם המספר מתחלק ב-3 התוכנה תדפיס fizz, אם המספר מתחלק ב-5 התוכנה תדפיס buzz ואם המספר מתחלק גם ב-3 וגם ב-5 תדפיס fizzbuzz
| רב
| -
|-
| שלום עולם http
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב שרת http פשוט שמדפיס hello world כל פעם שפותחים אותו
| רב
| -
|-
| http mux
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב שרת ווב שכותב hello world כמו באתגר הקודם אבל עם mux
| רב
| -
|-
| פרמטר בכתובת
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת ווב שמקבל פרמטר בכתובת ומדפיס אותו חזרה למשתמש
| רב
| -
|-
| יצירה וקריאה של עוגיות
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב שרת ווב שיוצר cookie אם ה-cookie לא קיים ואם כן מדפיס אותו למשתמש
| רב
| -
|-
| מסד נתונים
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמתחברת למסד נתונים ובודקת שהחיבור הצליח
| רב
| -
|-
| הכנסת מידע למסד נתונים
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שמכניסה שורה לטבלה במסד נתונים
| רב
| -
|-
| קריאת מידע מהמסד נתונים
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שקוראת שורה מהמסד נתונים ומדפיסה את השורה למשתמש
| רב
| -
|-
| מערכת התחברות והרשמה
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב מערכת התחברות והרשמה עם מסד נתונים, לא צריך לדאוג לאבטחה
| רב
| -
|-
| תבנית פשוטה
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שעושה parse לתבנית עם פרמטרים
| רב
| -
|-
| תבניות מרובות
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנה שיוצרת שרת ווב שמחזיר תבנית עם תתי תבניות
| רב
| -
|-
| התחבר עם גוגל
| 3
| [[User:the_duke/solved beta challenges|ipu]]
| צור אתר שנותן למשתמש להתחבר עם חשבון גוגל קיים
| רב
| -
|-
| Readers
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| ממש את הפונקציה Read לטיפוס MyReader באתר של גו: https://tour.golang.org/methods/22
| רב
| -
|-
| שורש ריבועי
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| ממש את הפונקציה sqrt בעזרת שיטת ניוטון בלי השימוש בספרייה math באתר של גו: https://tour.golang.org/flowcontrol/8
| רב
| -
|-
| Slices
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| ממש את הפונקציה Pic באתר של גו: https://tour.golang.org/moretypes/18
| רב
| -
|-
| מפות
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| ממש את הפונקציה WordCount שמחזירה מילון עם סכום המופעים של כל מילה באתר של גו: https://tour.golang.org/moretypes/23
| רב
| -
|-
| פונקצית פיבונאצ'י
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| ממש פונקציה שמחזירה פונקציה שכל פעם שקוראים לה מחזירה את הערך הבא בסדרת פיבונאצ'י באתר של גו: https://tour.golang.org/moretypes/26
| רב
| -
|-
| מחרוזות
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| ממש את הפונקציה Stringer בטיפוס IPAddr שיחזיר את הכתובת IP בפורמט הסטנדרטי באתר של גו: https://tour.golang.org/methods/18
| רב
| -
|-
| rot13Reader
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| ממש את המחלקה rot13Reader באתר של גו: https://tour.golang.org/methods/23
| רב
| -
|-
| תמונות
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| ממש את המחלקה Image באתר של גו: https://tour.golang.org/methods/25
| רב
| -
|-
| בדוק אם מערך ממויין
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת מערך ובודקת האם המערך ממויין בסדר עולה או יורד. הפונקציה צריכה לרוץ ב-O(N)
| רב
| -
|-
| Luhn Checksum Validation
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנית שמקבלת קלט של ספרות, והשתמש ב-Luhn Checksum validation בשביל לאמת את תקינות הקלט. התוכנה צריכה לקבל כל ספרה בנפרד ולא לשמור בזכרון את המספר בשלמותו, אלא לחשב תוך כדי קליטה של הספרות.
| רב
| -
|-
| מצא שכיח
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת מערך של מספרים בטווח של 1 עד 10 ומצא את המספר שחוזר על עצמו הכי הרבה.
| רב
| -
|-
| זיהוי אות
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת תמונה ומזהה את האות הבודדת שכתובה בתמונה בעזרת K nearest neighbour
| רב
| -
|-
| קריאת מילה
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת תמונה ומזהה את המילה שכתובה בתמונה בעזרת K nearest neigbour
| רב
| -
|}
===Julia Challenges===
למתעניינים בג'וליה [[b:he:מבוא לתכנות של קבוצת בטא/המדריך המהיר של עופר לשפת ג'וליה|מדריך ג'וליה לבטאים]].
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| Exercism nucleotide count
| 1
| the_duke
| ביצוע האתגר [https://exercism.org/tracks/julia/exercises/nucleotide-count nucleotide-count] בexercism.org, והטמעת הידע לגבי הפתרונות שאינם סופרים בייטים בDig Deeper.
| רב
|
|-
| Exercism nucleotide count asm optimization
| 2
| the_duke
| הבנת האופטימיזציות מבוססות האסמבלי במאמר הdig deeper של אתגר [https://exercism.org/tracks/julia/exercises/nucleotide-count nucleotide-count] בexercism.org.
| רב
|
|-
| Exercism Pangram
| 1
| the_duke
| ביצוע האתגר [https://exercism.org/tracks/julia/exercises/pangram Pangram] בexercism.org, והטמעת הידע לגבי הפתרונות האופטימליים.
| רב
|
|-
| הרצאה על הJulia REPL
| 1
| the_duke
| העברת הרצאה של 15 דקות על הJulia REPL בישיבת תשע.
| רב
|
|-
| הרצת ג'וליה מ++C
| 1
| the_duke
| הדגמה והסבר של שתי תוכנות: תכנית C++ בסיסית שמריצה קוד ג'וליה כתוב בstring, ותכנית C++ שמריצה פונקציית ג'וליה עם פרמטרים כפונקציה. ניתן למצוא הוראות בסוף הפיצפוצים של [[b:he:מבוא לתכנות של קבוצת בטא/המדריך המהיר של עופר לשפת ג'וליה|המדריך המהיר של עופר לשפת ג'וליה]].
| רב
|
|}
===Kotlin Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| Hello World
| 1
| Snowyfox
| הדפסת Hello World בקוטלין.
| רב
|
|-
| var and val
| 1
| Snowyfox
| הסבר את ההבדל בין var לval והראה פעולה שניתן לבצע על אחד מהם אבל לא על השני.
| רב
|
|-
| Print program parameters
| 1
| Snowyfox
| הדפס את כל הפרמטרים שניתנים לתוכנה.
| רב
|
|}
===Cpp Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| ++Hello C
| 1
| charo
| כתיבת תכנית שתדפיס שלום עם השם שלכם על המסך
| רב
|
|-
| Name Input
| 1
| charo
| כתיבת תכנית שתבקש את שמו של המשתמש, ותדפיס אותו
| רב
|
|-
| ערך מוחלט מתקדם
| 1
| charo
| כתיבת תכנית שתבקש מספר ותציג את הערך המוחלט שלו ללא שימוש בפונקציה של ערך מוחלט.
| רב
| 12.11.2018
|-
| Cool Calculator
| 1
| charo
| כתיבת תכנית שתבקש 2 מספרים ואת סוג הפעולה על המספרים (+,-,*,/), ותדפיס את התוצאה
| רב
|
|-
| Cooler Calculator
| 1
| charo
| הוספה לתכנית של המחשבון אופציה לחישוב חזקה ושורש
| רב
|
|-
| factorial
| 1
| charo
| כתיבת תכנית שתבקש מספר ותציג את העצרת שלו. למשל, עבור המספר 5, יוצג המספר 120
| רב
| 12.11.2018
|-
| שמות ימים
| 1
| charo
| כתיבת תכנית שמקבלת מספר ומדפיסה את היום, לדוגמא 1 הוא יום ראשון.
| רב
| 12.11.2018
|-
| Basic OOP
| 1
| charo
| כתיבת תכנית שתשתמש במחלקה, שבתוכה פונקציה המדפיסה טקסט למסך.
| רב
|
|-
| string reversing
| 1
| charo
| כתיבת תכנית שתקבל מחרוזת מהמשתמש ותהפוך אותה (שימוש ב std::string).
| רב
|
|-
| string counter
| 1
| charo
| כתיבת תכנית שתקבל משפט ותציג את כל המילים שיש במשפט, ואורך של כל מילה
| רב
|
|-
| ascii finder
| 1
| charo
| כתיבת תכנית שתקלוט מחרוזת ותדפיס כל תו עם הערך האסקיי שלו. יש להשתמש ב std::string
| רב
|
|-
| Reverse Output
| 1
| charo
| כתבו תכנית הקולטת 10 מספרים ומדפיסה אותם באופן הפוך. אין להשתמש ב STL
| רב
|
|-
| copy file
| 1
| charo
| כתיבת תכנית שתקבל מיקום של קובץ מקור ומיקום של קובץ היעד, ותעתיק את קובץ המקור ליעד.
| רב
|
|-
| time in words
| 2
| charo
| כתיבת תכנית המקבלת שני מספרים - שעות ודקות, ומדפיסה את השעה במילים (באנגלית). למשל השעה 05:47 התכנית תדפיס thirteen minutes to six.
| רב
|
|-
| STL array problem
| 2
| charo
| כתבו תכנית המקבלת שני מערכים בגדלים שונים, ובפונקציה נפרדת ממיינת כל אחד מהם ומדפיסה אותם. המערכים צריכים להיות std::array
| רב
|
|-
| שרת שעונה לHTTP request לוקאלית
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/lmnqnxa7gixcwk7/http_response.pdf
| רב
|
|-
| מחשבון מטריצות
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/vt9voutzvit8eh4/ex1%20-%20cpp%20fall%202013-14.pdf
| רב
|
|-
| משחק הלוח REVERSI
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/thpc6y30rppbxnl/ex2.pdf
| רב
|
|-
| להקת ציפורים
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/60h7f3t2mxe92z9/ex3%20--%20cppFall2013.pdf
| רב
|
|-
| להקת ציפורים - הרחבה
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/sh/ws8lctda5lw9pxh/AAAZD7dOiSaV_iVUgUN04Dwqa/ex4%20--%20cppFall2013.pdf
| רב
|
|-
| חישוב סימולציות נומריות בעזרת STL
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/czfsqhscrtdyot9/ex5%20--%20cppFall2013.pdf
| רב
|
|-
| סדרת פיבונאצ'י
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/zqvku1kagpm6ll8/question1.txt
| רב
|
|-
| קסם של מפרקים
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/qdhd4cd4zrjbggh/question2.txt
| רב
|
|-
| קסם וירטואלי
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/zdjsm40m2ctd4q7/question3.txt
| רב
|
|-
| פוינטרים לפונקציות
| 3
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/e9cid4r7atcr9h6/PointerArray.txt
| רב
|
|-
| for_each שימוש
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/ui5uo8t72jceulu/for_each.txt
| רב
|
|-
| שימוש ב iterator and sort
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/0gm358f3iu2echy/iterator_sort.txt
| רב
|
|-
| abstract classes
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/uz44fg174nv1wk4/abstract_classes.txt
| רב
|
|-
| Global Function
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/h3or8qd8xva5bdh/GlobalFunction.txt
| רב
|
|-
| Classes Casting
| 2
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/zn17a26xgvezo2o/typeCasting.txt
| רב
|
|-
| פרוייקט - מחסנית
| 5
| [[User:iDesireJustice/solved beta challenges|iDesireJustice]]
| https://www.dropbox.com/s/kuoafux7hxjntms/13%20%D7%A9%D7%99%D7%A2%D7%95%D7%A8%D7%99%20%D7%91%D7%99%D7%AA.pdf
| רב
|
|}
===OS Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| התקנת לינוקס
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| התקנה של דביאן, רגילה או על מכונה וירטואלית.
| רב
|
|-
| הכרה של צורת העבודה הבסיסית בלינוקס
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פקודות טרמינל, עורכי הטקסט העיקריים, מושגים נפוצים
| רב
| 6.3.2014
|-
| הנקודה הראשונה של המדריך המהיר ללינוקס - פקודות בסיסיות
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פעולות בסיסיות בלינוקס. ראה [[wikibooks:he:מבוא לתכנות של קבוצת בטא/המדריך המהיר של עופר לעבודה בלינוקס|המדריך המהיר לעבודה בלינוקס]].
| רב
|
|-
| הנקודה השניה של המדריך המהיר ללינוקס - הכרת המערכת
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הכרת מבנה מערכת לינוקס. ראה [[wikibooks:he:מבוא לתכנות של קבוצת בטא/המדריך המהיר של עופר לעבודה בלינוקס|המדריך המהיר לעבודה בלינוקס]].
| רב
|
|-
| השמשת משחק אלפא
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| קימפול משחק אלפא לפי [[wikibooks:he:מבוא לתכנות של קבוצת בטא/קורס אלפא/שינוי קוד משחק|המדריך של קורס אלפא]] (לא כולל החלק של שינוי המשחק).
| רב
|
|-
| כתיבת מדריך ההכרה הבסיסית של לינוקס
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת המדריך שעל בסיסו תתבצע הלמידה של משימת הכרת הלינוקס
| חד
| 07.10.2021 (המדריך המהיר של עופר בבטא ספר משמש לזה, והוא נכתב כבר מזמן)
|-
| שימוש בdf
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון [[לימודי מחשבים בשיטת בטא/אתגרי לינוקס#שימוש בdf|שאלון שימוש בdf]]
| רב
|
|-
| נתיבים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון [[לימודי מחשבים בשיטת בטא/אתגרי לינוקס#נתיבים|שאלון נתיבים]]
| רב
|
|-
| תיקיית /proc
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון [[לימודי מחשבים בשיטת בטא/אתגרי לינוקס#תיקיית /proc|שאלון תיקיית /proc]]
| רב
|
|-
| 30 הפקודות של הימאנשו
| 6
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון [[לימודי מחשבים בשיטת בטא/אתגרי לינוקס#30 הפקודות של הימאנשו|שאלון הפקודות של הימאנשו]]
| רב
|
|-
| חמישיית המדריכים של אבישק
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| הצגת שליטה בפקודות מ[http://www.tecmint.com/11-lesser-known-useful-linux-commands/ המדריכים של אבישק]. לכל מדריך.
| רב
|
|-
| exploit-exercises.com Nebula 00
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| [http://exploit-exercises.com/nebula/level00 משימה 00 בשלב Nebula בexploit-exercises.com]
| רב
|
|-
| משחק Bandit ב[http://www.OverTheWire.org/ OverTheWire.org]
| משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| חצי נקודה על כל שלב. אתגרי לינוקס
| רב
| -
|-
| סביבת העבודה של ויקטור ל"זאת בדיוק הנקודה"
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת סביבת העבודה של הקורבן הקבוע של מחלקת אבטחה - ויקטור, הפעם בשביל האתגר "זאת בדיוק הנקודה". פירוט נמצא ב[[לימודי מחשבים בשיטת בטא/מדריך סביבות העבודה של ויקטור#סביבת ויקטור ל"זאת בדיוק הנקודה"|מדריך סביבות העבודה של ויקטור]].
| רב
|
|-
| מה זה Daemon?
| 2
| [[User:the_duke/solved beta challenges|bountywiz]]
| הסבר <br>1) מהו Daemon בלינוקס/יוניקס <br>2) מה השלב בו תוכנה הופכת מרגילה לdaemon<br>3) מי יכול לגרום לתוכנה להיות daemon<br>4) מה המקבילים של Daemon בwindows ובMac OS, <br>5) מה ההבדלים בניהול daemons בשתיים מהמערכות הללו.
| רב
| -
|-
| המספר שאחרי ההרשאות
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הסבר מהו hard link, מהו soft link, מה משמעות המספר שאחרי ההרשאות כשמריצים את הפקודה ls -l, וציינו את המקור ממנו למדתם מה משמעות המספר הזה.
| רב
| -
|-
| STD I/O
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| צור הדגמה או העבר בבטא הרצאה על השימוש בSTDIN, STDOUT, STDERR ומתי ההבדלים ביניהם הופכים להיות משמעותיים.
| רב
| -
|-
| התקנת xming פועל
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| התקנת xming והתחברות דרכו למכונת לינוקס.
| רב
| -
|-
| change language phpmyadmin
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| לשנות את השפה של phpMyAdmin
| רב
| -
|-
| הוספת שפה לGnome
| 1
| [[User:the_duke/solved beta challenges|sp00ky4me]]
| הוספת שפה (למשל, עברית) לממשק Gnome של לינוקס.
| רב
| -
|-
| למידת emacs מהמדריך שבתוך emacs
| 2
| [[User:the_duke/solved beta challenges|cugz]]
| למידת השימוש בemcs באמצעות הtutotial שנמצא בתוך emacs.
| רב
| -
|-
| מניעת עריכת קבצי Read Only ב vi
| 2
| [[User:the_duke/solved beta challenges| DanNightMare]]
| גלה איך vi מצליח לערוך קבצי קריאה בלבד ואיך למנוע מvi לערוך אותם.
| רב
| -
|-
| Bash if, for, arrays
| 3
| [[User:the_duke/solved beta challenges| DanNightMare]]
| שימוש בתנאי, לולאה ומערך ב bash
| חד
| 12.12.2019
|-
| Shell list editing
| 2
| [[User:the_duke/solved beta challenges| Madrid]]
| עיבוד בshell של רשימת לקוחות קופת חולים מקובץ טקסט, עם מספר הזהות שלהם ומספר החבר, כך שהפלט יהיה שורות ממוינות לפי שדה מספרי, ורשימה של תעודות זהות של שלושת בעלי הערכים הגבוהים ביותר. התוצאה תיכתב לקובץ טקסט.
| חד
| 12.12.2019
|-
| יצירת משתנה סביבה
| 1
| [[User:the_duke/solved beta challenges| Panic!]]
| הגרת משתנה סביבה בלינוקס וייצוא שלו לכלל התכוניות שרצות תחת אותו הטרמינל
| רב
| -
|-
|[https://ringzer0ctf.com/ ringzer0]
|משתנה
|[[User:the_duke/solved beta challenges|Panic!]]
|פתרון אתגרי הsysadmin linux באתר ringzer0ctf נקודה בבטא עבור כל שתי נקודות באתר הctf
|רב
| -
|-
| התקנת Arch שלב א'
| 1
| [[User:the_duke/solved beta challenges| DanNightmare!]]
| התקן ארץ' לינוקס על המחשב (או על מכונה וירטואלית) ונתק אותו מהbootable.
| רב
| -
|-
| התקנת Arch השלב הבסיסי
| 2
| [[User:the_duke/solved beta challenges| DanNightmare]]
| התקן ארץ' לינוקס על המחשב (או על מכונה וירטואלית) ונתק אותו מהbootable. את הפתרון צריך להגיש על ידי לקיחת תצלום מסך (או תמונה מהטלפון) של מסך הneofetch.
| רב
| -
|-
| התקנת Arch השלב הגרפי
| 1
| [[User:the_duke/solved beta challenges| DanNightmare]]
| התקן מערכת גרפית על לינוקס Arch שהתקנת. את הפתרון צריך להגיש על ידי לקיחת תצלום מסך (או תמונה מהטלפון) של מסך הneofetch.
| רב
| -
|-
| נקודות טכניות
|משתנה
| [[User:the_duke/solved beta challenges|Panic!]]
| נקודות שנאבדו עם הזמן וטעויות אנוש
| חד
| 1.1.1970
|}
===PHP Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| תוכנת ספריית בטא
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה שמתעדת מי לקח איזה ספר מספריית בטא, מי מחכה לספרים ומתי הם צפויים לחזור. ייתכן פירוק של התוכנה למשימות משנה בהמשך.
| חד
| 11.02.2016
|-
| שיפור תוכנת ספריית בטא
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| שיפור או פיצ'ר חדש לספריית בטא הבסיסית שנבנתה בבטא.
| רב
|
|-
| מחשב הנקודות של אתרי האתגרים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה שמקבלת את מספר הנקודות הקודם של משתמש באתר אתגרים, מספר הנקודות החדש, כמה נקודות שם שוות נקודה אחת בבטא, ומכל זה מחשבת כמה נקודות נוספו לו. לדוגמה: היו למשתמש 65 נקודות, עכשיו יש לו 100 נקודות, וכל 30 נקודות באתר שוים נקודה בבטא. זה אומר שהיו לו:<br>
65/30~=2 שתי נקודות על האתר הזה בבטא<br>
עכשיו יהיו לו<br>
100/3~=3 שלוש נקודות בבטא<br>
אז התוכנה תוציא את מספר הנקודות שהמשתמש הרויח: 1. התוכנה, כרגיל, צריכה להיות ידידותית למשתמש. (לא משנה באיזה שפה נכתבה התוכנה).
| חד
| 26.01.2015
|-
| שילוב מחשב הנקודות של אתרי האתגרים בבאונטי
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| שילוב מחשב הנקודות מאתרי אתגרים כמנגנון אוטומטי בתוך באונטי, כך שכשמכניסים לבאונטי את הנקודות שהתקבלו מהאתגר, היא לבד יודעת כמה נקודות בטא להראות למשתמש
| חד
|
|-
| מנהל הכיתות
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה שמאפשרת להזמין כיתות לימוד לפעילויות ולברר אילו חדרי כיתות תפוסים.
| חד
|
|-
| חידון האשליות האופטיות - מנוע
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| כתיבת המנוע של חידון האשליות האופטיות. המנוע צריך לאפשר קבלת ניקוד על החידון.
| רב
|
|-
| חידון האשליות האופטיות - הוספת פיצ'ר
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| הוספת פיצ'ר מעניין לחידון האשליות האופטיות.
| רב
|
|-
| Bounty - מנוע
| 8
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה שמנהלת את המשימות ואת נקודות הנסיון בבטא ויודעת להראות סטטיסטיקות עליהם. התוכנה תצטרך גם לנהל נתונים של משתמשים שונים, וההתחברות אליה תהיה עם סיסמה.
| חד
|
|-
| Bounty - התנעה
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| הבאת מנוע באונטי למצב מתפקד סביר לשימוש.
| חד
|
|-
| Bounty - מנגנון גיבוי
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| מנגנון גיבוי ושחזור לבאונטי
| חד
|
|-
| Bounty - חבילת התקנה
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| חבילת התקנה לבאונטי
| חד
|
|-
| Bounty - תקשורת עם היכל התהילה של פידלפונג
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הוספת יכולת לקבל נתונים מפידלפונג ולהציג אותם בהיכל תהילה
| חד
|
|-
| Bounty - נינג'ות השבוע
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הצגת עשרת הבטאים שקיבלו הכי הרבה נקודות בשבוע האחרון
| חד
|
|-
| Bounty - נינג'ות החודש
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הצגת עשרת הבטאים שקיבלו הכי הרבה נקודות בחודש האחרון
| חד
|
|-
| Bounty - נינג'ות השנה
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הצגת עשרת הבטאים שקיבלו הכי הרבה נקודות בשנה האחרונה
| חד
|
|-
| Bounty - עשרת המאסטרים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הצגת עשרת הבטאים בעלי מספר הנקודות הגבוה ביותר.
| חד
|
|-
| Bounty - רשימת המומחים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הצגת שלושת הבטאים בעלי מספר הנקודות הכי גבוה בכל אחד מהתחומים.
| חד
|
|-
| Bounty - גרף פעילות
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הצגת מספר הנקודות שקיבל משתמש בכל שבוע בשנה האחרונה.
| חד
|
|-
| Bounty - פיצ'ר נדרש
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הוספת feature חדש לבאונטי, שקבוצת בטא צריכה.
| רב
|
|-
| עורך הסרטונים של מדיה נוצ'ה
| 7
| [[User:the_duke/solved beta challenges|the_duke]]
| תוכנה שלוקחת סרטון, ועורכת אותו עד לכדי סרטון סופי ב[http://www.youtube.com/user/medianochesalsa מאגר של מדיה נוצ'ה]. העורך צריך להיות בעל כל היכולות של הסקריפט הישן לעריכת סרטונים.
| חד
|
|-
| ספר-לינק: השואב הסולידי
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| בניה של תוכנה ששואבת את כל קבצי הסיפורים מ[http://www.sefer-li.net/ האתר של סבא יוחנן], ובכל שאיבה לוקחת רק את הסיפורים שנוספו מאז השאיבה הקודמת. התוכנה נועדה לשימור וגיבוי החומר במקרה של נפילת האתר המקורי.
| חד
|
|-
| ספר-לינק: מפענח הסיפורים
| 7
| [[User:the_duke/solved beta challenges|the_duke]]
| בניה של תוכנה שקוראת את קבצי הסיפורים מ[http://www.sefer-li.net/ האתר של סבא יוחנן], ובמקרה שמדובר בקובץ PDF שאינו על בסיס טקסט, מפענחת את צורות האותיות לכדי טקסט.
| חד
|
|-
| ספר-לינק: מחדש הסיפורים
| 7
| [[User:the_duke/solved beta challenges|the_duke]]
| בניה של תוכנה שמחדשת סיפורים מ[http://www.sefer-li.net/ האתר של סבא יוחנן], על ידי יצירת קובץ PDF חדש (או כל פורמט אחר ניתן לעריכה) מטקסט הסיפור ומהתמונות כך שניתן לערוך ולהכניס תיקונים.
| חד
|
|-
| ספר-לינק: הספריה של סבא יוחנן
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| בניה של תוכנה שמקטלגת ומציגה חיתוכים שונים של הספרים המתורגמים מ[http://www.sefer-li.net/ האתר של סבא יוחנן].
| חד
|
|-
| ספר-לינק: פיצ'ר לספריה
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הוספת פיצ'ר לספריה שנבנתה במסגרת פרוייקט "ספר-לינק". פיצ'רים לדוגמה: חיתוכים חדשים, יכולות חיפוש נוספות, יצירת קישור מועיל למשתמשים בין ספרים שונים, הצגת מידע מעניין כגון מצב זכויות יוצרים, וכו'.
| רב
|
|-
| הסורוקומט - מנוע המשחק
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת הקוד שמנהל משחק בסורוקמט, יוצר מסכים לפי ההגדרות, מאפשר לסיים משחק ושומר את התוצאות של המשתמש.<br><br>הסורוקמט הוא תוכנה שתהפוך את הבטאים לגאוני חישוב. התוכנה תציג צילומים של מספרי מכוניות, ותממש מנגנון אימון יכולות חישוב על בסיס יכולת להגיע מספרות המכונית לקירוב של המספר 100 בעזרת חיבור, חיסור, כפל וחילוק.
| חד
|
|-
| הסורוקומט - טיימר המשחק
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת הקוד שמריץ את הטיימר בזמן משחק ומעיף ברגע שנגמר הזמן.
| חד
|
|-
| הסורוקומט - מנגנון התחברות משתמשים
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת המנגנון שמאפשר למשתמש להתחבר למערכת עם שם וסיסמה, כך שהמערכת תדע מי הוא ותנהג בהתאם.
| חד
| 23.02.2017
|-
| הסורוקומט - תיקונים במנגנון התחברות משתמשים
| 2
| [[User:the_duke/solved beta challenges|Fiddle]]
| עבודה עם session ותיקון הבאג שכל סיסמה עובדת.
| חד
| 03.01.2019
|-
| הסורוקומט - גרף התקדמות
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת קוד שמציג גרף התקדמות של משתמש יחיד בסורוקמט לאורך זמן
| חד
|
|-
| הסורוקומט - דירוג במשחקים
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת קוד שמציג את דירוג כל השחקנים למשחק בסורוקמט, כולל השיאים שלהם.
| חד
|
|-
| הסורוקומט -מודול גיבוי
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת קוד שמאפשר לגבות את המידע שנאסף בסורוקמט בלחיצת כפתור.
| חד
|
|-
| הסורוקומט - עורך המשחקים
| 4
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת קוד שמאפשר להגדיר משחקים חדשים ולשמור את ההגדרות בסורוקמט
| חד
|
|-
| הסורוקומט - תיקוני באגים, סגנון ותיעודים
| 7
| [[User:the_duke/solved beta challenges|ipu]]
| תיקוני באגים, סגנון ותיעודים בקוד הקיים
| חד
| 11.12.2016
|-
| הסורוקומט - תיקוני באגים בSQL
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| תיקוני באגים בSQL המאכלס ובSQL של hof.
| חד
| 29.12.2016
|-
| מערכת הרשמה והתחברות לתוכנת שיבוץ הסטודנטים
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת כלל מערכת ההירשמות וההתחברות לתוכנת שיבוץ הסטודנטים
| חד
| 31.7.2017
|}
===HTML Challenges===
למי שצריך, יש: [https://webmaster.org.il/articles/html-syntax/ מדריך HTML בעברית] מוצלח יחסית, רק שימו לב שאפשר לכתוב קבצי HTML אפילו עם notepad, אז עורך הHTML שהם מנסים לגרום לכם להתקין בהקדמה מיותר לגמרי.
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| דף HTML בסיסי
| 1
| [[User:the_duke/solved beta challenges|Boutnywiz]]
| יצירת דף אינטרנט בסיסי
| רב
|
|-
| דף HTML עם מילה מודגשת
| 1
| [[User:the_duke/solved beta challenges|Dracoolazer]]
| יצירת דף HTML עם מילה אחת מודגשת
| רב
|
|-
| קו מאוזן וירידת שורה
| 1
| [[User:the_duke/solved beta challenges|Boutnywiz]]
| יצירת דף HTML שכולל קו מאוזן וכמה שורות מופרדות בתגית ירידת שורה.
| רב
|
|-
| דף HTML עם כותרת, שתי פסקאות וכותרת חלון
| 1
| [[User:the_duke/solved beta challenges|Dracoolazer & J0rdan]]
| יצירת דף HTML שכולל כותרת מובלטת בטקסט, שתי פסקאות וכותרת שמופיעה בפס הכותרת של חלון הדפדפן. (על בסיס החומר בפרקים "היכרות עם מבנה המסמך" ו"עיצוב בסיסי של מסמכים" ב[[:he:b:HTML|ויקיספר HTML]])
| רב
|
|-
| כתיבת מדריך ההכרה הבסיסית של HTML
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת המדריך שעל בסיסו תתבצע הלמידה של משימת הכרת HTML
| חד
|
|-
| דף HTML עם טבלאות
| 1
| [[User:the_duke/solved beta challenges|Boutnywiz]]
| יצירת דף אינטרנט עם טבלאות שמראות ארבעה מהספרים שיש לבטא, אצל מי נמצא כל ספר ומתי הוא השאיל אותו. הטבלה צריכה להכיל כותרות טבלה.
| רב
|
|-
| דף HTML עם מילה בעברית
| 1
| [[User:the_duke/solved beta challenges|yShoko]]
| יצירת דף אינטרנט עם מילה בעברית שלא נראית כמו ג'יבריש בדפדפן.
| רב
| 16.05.2019 (הכל עבר לעבוד בUTF8 נדיר שמשתמשים בencodings).
|-
| שלוש צורות של מילים
| 1
| [[User:the_duke/solved beta challenges|yShoko]]
| יצירת דף אינטרנט עם מילה ממורקרת בצהוב, ומילה מחוקה בקו ומילה עם קו תחתי.
| רב
|
|-
| עוד שלוש צורות של מילים
| 1
| [[User:the_duke/solved beta challenges|yShoko]]
| יצירת דף אינטרנט עם מילה בכתב עילי, ומילה בכתב תחתי ומילה בצבע כלשהו.
| רב
|
|-
| דף עם תמונה ותיאור תמונה שמוצג כשעומדים עליה
| 1
| [[User:the_duke/solved beta challenges|Boutnywiz]]
| יצירת דף אינטרנט עם תמונה, ותיאור תמונה שמוצג כשעומדים עליה עם הסמן של העכבר.
| רב
|
|-
| דף עם שתי רשימות של חברים בבטא
| 1
| [[User:the_duke/solved beta challenges|Boutnywiz]]
| יצירת דף אינטרנט עם שתי רשימות, אחת ממוספרת ואחת עם עיגולים, שבכל אחת מהן רשימה של חברי בטא.
| רב
|
|-
| דף HTML עם CSS בסיסי
| 1
| [[User:the_duke/solved beta challenges|Dracoolazer]]
| יצירת דף אינטרנט שיש בו את אותה מילה בארבע מסגרות שונות: אחת ירוקה, אחת אפורה, אחת צהובה עם נקודות ואחת כחולה עם נקודות.
| רב
|
|-
| דף חדשות
| 1
| [[User:the_duke/solved beta challenges|Gorez123]]
| יצירת דף HTML שיש בו שלושה לוגואים של שלושה אתרי חדשות אחד מתחת לשני, וכל לוגו הוא קישור לאתר החדשות המתאים. כמובן שלדף צריכה להיות גם כותרת.
| רב
|
|-
| הרקע היחיד
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| כתוב דף שתמונה בגודל 500 פיקסלים תשמש בו רקע.<br>
על התמונה להופיע רק פעם אחת.<br>כמובן שצריך תיאור קצר על התמונה וכותרת
| רב
|
|-
| העיגול המשתנה
| 1
| [[User:the_duke/solved beta challenges|tr4kj]]
| עליך להשתמש בCANVAS וליצור 3 דפי HTML שונים:<br>
בראשון יש עיגול שלם.<br>
בשני חצי עיגול<br>
באחרון עליך לעשות חתיכה קטנה מהעיגול.
| רב
|
|-
| חידון האשליות האופטיות - ממשק
| 1
| [[User:the_duke/solved beta challenges|Gorez123]]
| יצירת ממשק לחידון אשליות אופטיות. החידון יציג תמונות של אשליות אופטיות וישאל שאלות לגביהן. החידון חייב להכיל שאלות אמריקאיות (אבל יכול גם שאלות מסוגים אחרים). הממשק צריך להיות מוכן כך שכדי המשחק יעבוד כל מה שידרש זה כתיבת מנוע המשחק בPHP.
| רב
|
|-
| טופס באונטי בסיסי
| 1
| [[User:the_duke/solved beta challenges|Dracoolazer]]
| יצירת דף HTML שמכיל טופס קליטת תרגיל שהסתיים לבאונטי. הטופס צריך לכלול שם (שדה טקסט), תרגיל (שדה טקסט), תחום (רשימה נפתחת), פתרון (שדה textarea( וכפתור שכתוב עליו "שלח".
| רב
|
|-
| הסורוקומט - מסך הפתיחה
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת מסך בחירת הפעילויות של הסורוקמט
| חד
|
|-
| הסורוקומט - מסך המשחק
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת מסך המשחק של הסורוקמט (ללא קוד JS).
| חד
|
|-
| הכפתור הקופץ - הגדרת מיקום
| 1
| [[User:the_duke/solved beta challenges|Dracoolazer]]
| מציאת תכונת הCSS שקובעת מיקום לכפתור.
| רב
|
|-
| מערכת ניהול קבלות
| 7
| [[User:the_duke/solved beta challenges|itamar]]
| מערכת שמנהלת ומתעדת את הקבלות של קבוצה (נועד לקומונה של איתמר).
| חד
| 19.01.2021 (בוצע לפני שנים ע"י איתמר)
|-
| שיחה
| 1
| [[User:the_duke/solved beta challenges|mon231]]
| דף HTML שיש בו תמונה שכשאר לוחצים עליה מתקשרת למספר שהוגדר מראש.
| רב
|
|}
===Javascript Challenges===
למי שצריך, יש [https://reshetech.co.il/category/%D7%9E%D7%93%D7%A8%D7%99%D7%9A-javascript מדריך JavaScript] לא רע בעברית. אבל הוא לא יעזור עם האתגרים הראשונים. אבל בשבילם אפשר לקרוא את [https://thebug.co.il/programming/javascript-writing-into-html/ פרק 5 במדריך של החיפושית] (שהוא די טוב בפני עצמו, אבל הקוד שלהם דבוק לצד ימין במקום לצד שמאל).
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| שליחת התאריך למקומות אחרים
| 1
| [[User:the_duke/solved beta challenges|miritmor2000]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_myfirst הדוגמה הראשונה של w3schools] כך שהתאריך יופיע בשורה מעל הכפתור ובכותרת במקום איפה שהם אמרו לו להופיע.
| רב
|
|-
| yo date!
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_myfirst הדוגמה הראשונה של w3schools] כך שכשלוחצים על הכפתור לא יופיע התאריך אלא המילה "yo!" במקום המתאים.
| רב
|
|-
| כלב, חתול ודג בלחיצת כפתור
| 1
| [[User:the_duke/solved beta challenges|miritmor2000]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_lightbulb דוגמת הנורה של w3schools] כך שכשלוחצים על תמונת חתול היא הופכת לתמונת כלב, וכשלוחצים על תמונת כלב היא הופכת לתמונת חתול. כדי לקבל את הנקודה צריך לשנות את הקוד כך שבתמונה אחת לחיצה על חתול תיתן תמונת כלב, לחיצה על כלב תיתן תמונת דג, ולחיצה על דג תיתן תמונת חתול.
| רב
|
|-
| כיבוי המנורה
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_lightbulb דוגמת הנורה של w3schools] כך שבהתחלה היא דולקת, כשלוחצים עליה היא נכבית, ולא נדלקת יותר, גם אם לוחצים עליה שוב.
| רב
|
|-
| כותרת ירוקה
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_intro_style דוגמת שינוי הCSS של w3schools] כך שבלחיצה על הכפתור גם צבע הכותרת ישתנה לירוק.
| רב
|
|-
| מותר עד 300
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_intro_validate דוגמת שינוי הולידציה של w3schools] כך שהוא יגיד OK גם על מספרים עד 300.
| רב
|
|-
| מותר רק 3
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_intro_validate דוגמת שינוי הולידציה של w3schools] כך שהוא יגיד OK רק על המספר 3.
| רב
|
|-
| זה המספר שלך
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_intro_validate דוגמת שינוי הולידציה של w3schools] כך שבלחיצה על הכפתור, במקום להגיד אם המספר בסדר או לא, הוא יראה את המספר שהכנסתם.
| רב
|
|-
| סקריפט חיצוני
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| שינוי [http://www.w3schools.com/js/tryit.asp?filename=tryjs_intro_validate דוגמת שינוי הולידציה של w3schools] כך שלא יהיה קוד בHTML, והקוד יגיע מקובץ .js חיצוני.
| רב
|
|-
| משחק הדינוזאור של hexer
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| במשחק הדינוזאור של גוגל הגיעו לפחות למאה אלף נקודות בכך שתקראו את הקוד ותבצעו פקודות בconsole.
| רב
|
|-
| call and apply
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הדגם שימוש ב call והראה את ההבדל הקטן בין call ו apply
| רב
|
|-
| קומפילציית babel
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| קמפל קובץ ECMAScript 6 בעזרת babel.
| רב
|
|-
| קומפילציית babelX
| 1
| [[User:the_duke/solved beta challenges|Fiddel]]
| קמפל קוד JSX בעזרת babel.
| רב
|
|-
| ReactJS
| 2
| [[User:the_duke/solved beta challenges|Fiddel]]
| צור כפתור שישנה את צבע הרקע של האתר ב [https://www.codecademy.com/learn/react-101 ReactJS] react
| רב
|
|-
| קומפילציית babel עם gulp
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| צור קובץ gulp שמקמפל קובץ JS מ ECMAScript 6 עם babel, יוצר sourcemaps ומאזין לשינויים בקבצים כדי לקמפל מחדש.
| רב
|
|-
| JSON for nodejs
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור קובץ package.json בסיסי לאפליקציית nodejs ברשיון GPL 3.
| רב
|
|-
| basic JSDOC
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| צור פונקציה לבחירתך עם פרמטר אחד לפחות (שפרמטר אחד לפחות יהיה מערך), ערך החזרה והוסף לפונקציה מידע jsdoc של פרמטרים, תיאור וערך החזרה. לאחר מכן צור עמוד JSDoc מהקובץ js.
| רב
|
|-
| let and var
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| הראה את ההבדל בין let ובין var
| רב
|
|-
| הפונקציה map
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הראה שימוש בפונקציה map על מערך
| רב
|
|-
| שרת ב nodejs
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת http בסיסי שיחזיר את ההודעה Welcome to Beta בדפדפן
| רב
|
|-
| שרת קבצים ב nodejs
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת בnodejs שמקבל בקשה בפורט 8000 ומחזיר כתשובה את הקובץ index.html שנמצא באותה תיקיה
| רב
|
|-
| מערך כתור
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| השתמש במערך כתור.
| רב
|
|-
| מערך כמחסנית
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| השתמש במערך כמחסנית.
| רב
|
|-
| פונקציה עם callback
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת callback וקוראת לה בסוף הפעולה של הפונקציה.
| רב
|
|-
| העתקת מערך
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמעתיקה מערך ומחזירה את המערך החדש בשורה אחת, שים לב לא להחזיר פויינטר למערך אלה להעתיק את המערך.
| רב
|
|-
| פונקציית none
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה (עד 4 שורות) שמקבלת מערך ופונקציה נוספת ובודקת שהפונקציה השנייה מחזירה false עבור כל הערכים בתוך המערך.
| רב
|
|-
| פונקציית XO
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת מחרוזת ובודקת האם כמות ה o וה x במחרוזת שווים. שים לב, הפונקציה צריכה להיות case insensitive.
| רב
|
|-
| להסביר על callbacks
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| הסבר למה זה חשוב להשתמש בcallbacks ב JavaScript וב NodeJS במיוחד.
| רב
|
|-
| canvas shape
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צייר ריבוע על canvas.
| רב
|
|-
| canvas shapes advance
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הוסף לCanvas מהתרגיל הקודם עיגול ומשולש.
| רב
|
|-
| מערך כעץ בינארי
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| ממש עץ בינארי בתוך מערך עם הפונקציות מחיקה, הוספה וחיפוש.
| רב
|
|-
| טבלה בConsole
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הדפס טבלה (שניתן למיין אותה) של מערך אובייקטים לConsole.
| רב
|
|-
| בקשת http
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| שלח בקשת http לאתר לבחירתך, שים לב שצריך לשלוח את הבקשה לאתר שתומך ב cors אחרת תוחזר שגיאה.
| רב
|
|-
| משתנים סטטים
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמכילה משתנה סטטי.
| רב
|
|-
| ספור לX
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת 2 מספרים ומחזירה מערך בגודל n שמכיל את כפולות x.
| רב
|
|-
| חלון gtk
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב סקריפט שיפתח חלון בgtk.
| רב
|
|-
| typedef
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור משתנה אובייקט בjsdoc שלא קיים
| רב
|
|-
| רשימה מקושרת למערך
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שממירה רשימה מקושרת (לכל אובייקט יש שדה value ושדה next שמצביע לאובייקט הבא) למערך.
| רב
|
|-
| לוח הכפל
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב סקריפט שמדפיס את טבלת הכפל לתג ה body מבלי לרשום כלום בתוך ה body חוץ מהתג script.
| רב
|
|-
| מחט בערימה של שחת
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת מערך ומחזירה את הindex של הסטרינג needle במערך.
| רב
|
|-
| חידון
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור עמוד שאלון שאומר למשתמש את הציון שלו מתוך 100
| רב
|
|-
| חידון דינאמי
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| הפוך את השאלון מהתרגיל הקודם לדינאמי. כלומר, חוץ מהאלמנט ul הראשי (או איזה אלמנט שנבחר בתרגיל הקודם) כל האלמנטים נוצרים ב JavaScript עצמו ונטענים מאובייקט שמכיל את המידע על השאלות.
| רב
|
|-
| localstorage
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| שמור וקרא מידע מהlocalstorage.
| רב
|
|-
| סכנת ajax
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הסבר למה ajax חסום כאשר מריצים אתר ללא שרת (מקומי או מרוחק).
| רב
|
|-
| עוגיות
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב 2 פונקציות, אחת שקוראת עוגיה לפי שם ואחת שיוצרת עוגיה לפי שם, ערך ואורך חיים.
| רב
|
|-
| פונקציית any
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה (עד 4 שורות) שמקבלת מערך ופונקציה נוספת ובודקת שהפונקציה השנייה מחזירה true עבור לפחות ערך אחד.
| רב
|
|-
| פונקציית all
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה (עד 4 שורות) שמקבלת מערך ופונקציה נוספת ובודקת שהפונקציה השנייה מחזירה true עבור כל ערך במערך.
| רב
|
|-
| מספרים רנדומלים
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| תרשום פונקציה שתמיד תחזיר את הערך של הMath.floor(Math.random() * 100 + 1) האחרון שהיה.
| רב
|
|-
| מחליף תמונות
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב מחליף תמונות פשוט בJavaScript
| רב
|
|-
| מערך חילזון
| 3
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת מערך דו מימדי בגודל n x n (הפרמטר היחיד שהיא מקבלת) ומחזירה מערך חד מימדי שמיצג את המערך הדו מימדי בצורת חילזון. דוגמה: https://imgur.com/G7XgMqe
| רב
|
|-
| פונקציית times
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| הוסף פונקציה למשתנה מסוג מספר שמקבלת פונקציה אחרת ותריץ את הפונקציה שהיא קיבלה 10 פעמים. שים לב! הפונקציה צריכה לעגל את המספרים.
| רב
|
|-
| סוגי משולשים
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת גדלים של 3 צלעות במשולש ומחזירה את סוג המשולש. 1 אם כל זוויות המשולש קטנות מ90 מעלות, 2 אם המשולש ישר זווית, 3 אם המשולש כהה זווית ו0 אם הצלעות לא מרכיבות משולש.
| רב
|
|-
| ממיין מילים
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת סטרינג של רשימה של מילים שכל מילה מכילה ספרה בתוכה (למשל b3ta). הפונקציה תחזיר סטרינג של המילים בצורה ממויינת לפי המספרים.
| רב
|
|-
| מחבר מספרים גדולים
| 3
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת 2 מחרוזות של מספרים ומחזירה את הסכום של 2 המספרים במחרוזת. שים לב, הפונקציה צריכה לדעת להתמודד עם כל מספר לא משנה הגודל שלו.
| רב
|
|-
| sqlite
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב תוכנית ששומרת וקוראת מידע מטבלה ב sqlite3
| רב
|
|-
| שליחת SMS
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| שלח הודעת SMS דרך nodejs. ניתן להשתמש באיזה שירות שרוצים, מומלץ TextMagic.
| רב
|
|-
| צ'אנל IRC
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| *משימה:* כתוב בוט שמתחבר לצ'אנל IRC ויענה כאשר אומרים את שמו.
| רב
|
|-
| הויכוח על class
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הסבר במילים או בקוד למה מחלקות של ES6 עם ה keyword class שנויות במחלוקת.
| רב
|
|-
| each char
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הוסף פונקציה לאובייקט String שמקבלת פרמטר של מחרוזת או פונקציה ותחזיר את המחרוזת עם הstring בין כל תו או הערך המוחזר של הפונקציה כאשר הפרמטר שהיא מקבלת הוא התו.
| רב
|
|-
| השוואה
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| הדגם בקוד מה ההבדל בין == ו ===
| רב
|
|-
| פעם ראשונה
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב סקריפט שיציג למשתמש חלון קופץ (בHTML, לא alert) שיופיע רק פעם ראשונה כשהוא נכנס לאתר ודורש ממנו לאשר שימוש ב Cookies לפני שהוא ממשיך לגלוש באתר.
| רב
|
|-
| אי זוגיים
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמחזירה מערך רק עם הערכים האי זוגיים במערך (כל התאים במערך יכילו מספר). הקוד בתוך הפונקציה צריך להיות בשורה אחת (בלי להתחכם) ולהשתמש בarrow function.
| רב
|
|-
| היפוך רקורסיבי
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה רקורסיבית (בלי פונקציות עזר) שמקבלת סטרינג ומחזירה סטרינג הפוך. הפונקציה צריכה לקרוא לעצמה ככמות התווים במחרוזת.
| רב
|
|-
| יחודיים ברצף
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| כתוב פונקציה שמקבלת מערך או מחרוזת ומחזירה מערך בלי תווים או תאים זהים אחד ליד השני. דוגמה: uniqueInOrder('AAAABBBCCDAABBB') == ['A', 'B', 'C', 'D', 'A', 'B']
| רב
|
|-
| קימפול jade
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת בnodejs שמקבל בקשה בפורט 8000 ומחזיר כתשובה את הקובץ index.jade מקומפל שנמצא באותה תיקיה.
| רב
|
|-
| קריאת headers
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת שמאזין לפורט 8000 ומציג סטרינג של JSON המכיל את שדות ה Header שהתקבלו בבקשה.
| רב
|
|-
| בקשת GET
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת שמאזין לפורט 8000 ומציג סטרינג של JSON המכיל את שדות הפרמטרים שהתקבלו בכתובת.
| רב
|
|-
| express
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת בעזרת express שמאזין בפורט 8000 ומחזיר הודעה פשוטה.
| רב
|
|-
| קימפול jade ב express
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת בעזרת express שמאזין בפורט 8000 ומחזיר קובץ jade עם משתנים.
| רב
|
|-
| קבצים סטטים בexpress
| 1
| [[User:the_duke/solved beta challenges|ipu]]
| צור שרת בעזרת express שמאזין בפורט 8000 ויחשיב את תיקיה public כתיקיה סטטית, רשום גם באיזה דרך לבדוק אם זה עבד.
| רב
|
|-
| מחשבון פשוט
| 1
| [[User:the_duke/solved beta challenges|clash]]
| כתוב מחשבון פשוט שיכול לחשב פעולות חשבון בסיסיות על ידי בחירת הפעולה בdropdown והצגת התוצאה בעמוד.
| רב
|
|-
| היסטורית תוצאות
| 1
| [[User:the_duke/solved beta challenges|clash]]
| הוסף למחשבון מתרגיל המחשבון הפשוט היסטוריית תוצאות של 5 תוצאות אחרונות, כשיש יותר מ5 תוצאות התוצאה האחרונה תיעלם.
| רב
|
|-
| הכפתור הקופץ - קוד הקפיצה
| 1
| [[User:the_duke/solved beta challenges|gorez123]]
| יצירת הקוד שגורם לכפתור לעשות את הקפיצה ברגע שנוגעים בו.
| רב
|
|-
| [https://www.codewars.com Codewars]
| משתנה
| [[User:the_duke/solved beta challenges|mip]]
| בעבור אתגר לבן - נקודה, צהוב - שתי נקודות, כחול - שלוש נקודות, סגול - ארבע.
| רב
| 07.02.2022 (הוקפא ביחד עם אתגר codewars של פייתון, בעקבות חוסר איזון. ראו פרטים שם.)
|-
| [https://www.codewars.com Codewars 2020]
| משתנה
| [[User:the_duke/solved beta challenges|Revolution]]
| בדיקת הניקוד נעשית בעזרת [http://codewars.random.beta-program.orc/score/user/javascript הכלי שיצר panic], על ידי Chip או על ידי נינג'ות.
הניקוד עבור אתגרי הcode wars בטבלה של בטא מוגדר כך:
(logbase2(x) + 1) + (logbase1.5(y) + 1) + 3 * z + 4 * t
איקס הוא כמות האתגרים הלבנים -
וואי הוא כמות האתגרים הצהובים -
זד היא כמות האתגרים הכחולים -
טי היא כמות האתגרים הסגולים -
הערה: כשמתמשים בנוסחה יש להציב אך ורק במקומות בהם יש אתגרים שפתרתם, לדוגמה אם לא פתרתם אתגרים צהובים אל תשתמשו בכל מה שבתוך הסוגריים שלהם
| רב
|
|-
| הסורוקומט - קוד חישוב למסך המשחק
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת הקוד במסך המשחק שמחשב תוך כדי הקלדה את התרגיל שמציע המשתמש. הקוד צריך לדעת להתמודד גם עם הקלדות שגויות (אותיות, סימנים לא מוכרים וכו').
| חד
|
|-
| עמוד צד לקוח לCD-Eject
| 5
| [[User:the_duke/solved beta challenges|ipu]]
| צור עמוד צד לקוח שימצא את כל המחשבים עם התוכנה CD Eject ברשת הפנימית ויתן טבלה שמתעדכנת בזמן אמת על המידע של המחשבים האלה
| חד
|
|-
| [http://www.codecademy.com/en/learn/learn-angularjs אתגרי AngularJS בcodeacademy]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרים ללימוד angularJSבאתר CodeAcademy. לא נקבע ניקוד רשמי.
| רב
|
|-
| הסורוקומט - תיקוני באגים, סגנון ותיעודים
| 2
| [[User:the_duke/solved beta challenges|ipu]]
| אתגרים ללימוד angularJSבאתר CodeAcademy.
| חד
|
|-
| onclick event - צוללות
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| ליצור פונקציה שכאשר לוחצים על ריבוע במפה משתנה הצבע לפי פגיע בצוללת או פיספוס
| חד
|
|-
| Deep Copy
| 1
| [[User:the_duke/solved beta challenges|Fiddle]]
| צור פונקציה שמבצעת deep copy למערך של אובייקטים.
| חד
|
|-
| נקודות טכניות
|משתנה
| [[User:the_duke/solved beta challenges|Panic!]]
| נקודות שנאבדו עם הזמן וטעויות אנוש
| חד
| 1.1.1970
|}
===React Challenges===
יש תחום בבטא שנקרא react
שימו לב ! ריאקט תביא נקודות בJAVASCRIPT בלבד, אך זהו תחום נפרד.
הסיבה לכך - ריקאט הוא רמה גבוהה יותר של Javascript והוא תחום ספציפי יותר שדורש סטנדרטים אחרים לבדיקה.
לפרטים - מוזמנים ליצור קשר עם Mami_Tomoe ו-cugz.
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| Hello React
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| באתר של ריאקט Hello World כתבו אתר שמציג
| רב
|
|-
| React tutorial
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| תקראו את הtutorial של ריאקט מהאתר שלהם - https://reactjs.org/tutorial/tutorial.html
| רב
|
|-
| Function components vs class components
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|תלמדו את ההבדל בין המקרים ותסבירו עליהם
בונוס:
מי משני השיטות יותר טובה בריאקט?
| רב
|
|-
| פרטים עליך
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| כתבו אתר שכל מי שרואה אותו מקבל 3 עובדות עלייך הכינוי שלך ותמונה שאתה אוהב בריאקט
בונוס:
יצירתיות
| רב
|
|-
| Get Name
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| תכתבו אתר שמקבל מהיוזר שם ומציג אותו בריאקט
| רב
|
|-
| Get info
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|תכתבו אתר שמקבל מהיוזר שם , כינוי בית וגיל בריאקט.
בונוס:
שימוש בReact Hooks
https://reactjs.org/docs/hooks-intro.html
| רב
|
|-
| What's the hour?
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| כתבו אתר שמציג מה השעה עכשיו ומתעדכן כל פעם שמפרשים את האתר
| רב
|
|-
| שמור לי
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| כתבו אתר שהקלט שלו זה דבר שאתם רוצים שישמור שימו לב! הדבר צריך להישמר גם ברפרוש!
| רב
|
|-
| רשימת קניות
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| תכתבו רשימת קניות ששומרת כל פעם את המצרכים
בונוס:
מושקע CSS עצבו את האתר יפה עם
| רב
|
|-
| ספריית עיצוב
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| .תחקרו על ספריית עיצוב שמעניינת אותכם ותסבירו מה היתרונות שלה
מקורות:
https://dev.to/chetan_atrawalkar/25-top-react-ui-component-library-1m68
https://retool.com/blog/react-component-libraries/
(שווה להסתכל על השני)
| רב
|
|-
| Design your web!
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|על פי ספריית העיצוב שלמדתם Get Infoתעצבו את האתר שלכם מ
בונוס:
יצרתיות
| רב
|
|-
| Refactor - רשימת קניות
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| תעצבו את רשימת הקניות שלכם בעזרת ספריית העיצוב שלמדתם עליה
| רב
|
|-
| React Lifecylce
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| לקרוא על React Lifecylce:
https://reactjs.org/docs/state-and-lifecycle.html
ולהסביר איך זה עובד
| רב
|
|-
| React Best Practices
| 1
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| :לקרוא על
https://www.codeinwp.com/blog/react-best-practices/
| רב
|
|-
| React hooks
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|ללמוד על React hooks :
https://reactjs.org/docs/hooks-intro.html ולהסביר
|רב
|
|-
| React Routes
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|ללמוד על ריאקט ראוטס:
https://reactrouter.com/web/guides/quick-start
בונוס:
תלמדו על history בjs ותבינו איך הוא פועל
| רב
|
|-
| Two pages
| 2
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|לממש בעזרת ריאקט רואסט אתר שיש לו שני עמודים שאפשר לעבור ביניהם וברגע שחוזרים אז אפשר לחזור לאתר הקודם
| רב
|
|-
| NavBar
| 3
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|לממש Navbar לשלושה עמודים באתר שלכם.
| רב
|
|-
| Communication
| 3
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|לממש דיבור עם צד שרת שהשרת נותן פרטים כמו: כינוי, דרגה, בית, מאכל אהוב
ומציג באתר אך ורק מהמידע שהאתר הצליח להשיג
| רב
|
|-
| העלאת תמונה
| 4
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|צרו ממשק שאתם מעלים ממנו תמונות בדף אחד ובדף אחר אתם מראים את התמונות שהועלו
בונוס:
עיצוב יפה ויצירתיות
| רב
|
|-
| LogMe
| 4
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
|.תצרו אתר מעוצב שאתם מתחברים (ונרשמים אליו)
בונוס:
תעשו אבטחה באתר שלכם ותסבירו באיזה שיטה השתמשתם כדי להגן על האתר שלכם
| רב
|
|-
| איקס-עיגול
| 5
| [[User:the_duke/solved beta challenges|Mami_tomoe]]
| צרו משחק איקס עיגול עם פרטי הרשמה, לוח מנצחים, המשחק עצמו
עם עיצוב
בונוס
יצירתיות
| רב
|
|-
|}
===Java Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| Hello world
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| כתבו תוכנה שמדפיסה למסך Hello world
| רב
|
|-
| משתנים בסיסיים
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| כתבו תוכנה שמדפיסה משתנה (לא קלט של משתמש!).
| רב
|
|-
| קלט משתמש
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| כתובת תוכנה שמבקשת מהמשתמש את השם שלו ומדפיסה אותו.
| רב
|
|-
| קלט משתמש מתקדם
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| כתובת תוכנה שמבקשת מהמשתמש את השם שלו ואת הגיל שלו ומדפיסה אותם.
| רב
| 13.03.2022 (לא משקף ידע נוסף, ובטח לא שתי נקודות)
|-
| Basic calculator
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks a user for 2 numbers and prints their sum
| רב
| 13.03.2022 (לא משקף ידע נוסף)
|-
| Positive detector
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| write a program that asks a user input and detects if its positive/negetive/0
| רב
| 13.03.2022 (לא משקף ידע נוסף אל מול C)
|-
| ASCII Finder
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| write a program that asks a user to enter a string and prints the ASCII values of all its characters
| רב
|
|-
| Week
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks the user for a number and prints its representive day in the week (ex: 1 = sunday) using a switch statement
| רב
| 13.03.2022 (לא משקף ידע נוסף אל מול C)
|-
| Number loop
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks a player to enter a number, and prints all the numbers up to that number
| רב
| 13.03.2022 (לא משקף ידע נוסף אל מול C)
|-
| Can i buy it?
| 1
| [[User:the_duke/solved beta challenges|Min4to]]
| Write program that gets a monthly income and monthly outcome, and the price of the wanted item.Then calculates if you can buy it, if you cant, prints how many months are left until you can buy it.
| רב
|
|-
| Methods
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that prints something using a method (function)
| רב
|
|-
| Advanced Methods
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that passes variables to a function and prints it from within the function
| רב
|
|-
| Factorial
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks a user to enter a number and returns its factorial
| רב
| 13.03.2022 (לא משקף ידע נוסף אל מול C)
|-
| Multiclass
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that prints something using a different class
| רב
|
|-
| Average
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks a user for 5 numbers and prints their average
| רב
| 13.03.2022 (לא משקף ידע נוסף אל מול C)
|-
| For loop
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that print all the number from 1 to 100 using a for loop
| רב
| 13.03.2022 (לא משקף ידע נוסף אל מול C)
|-
| Prime Finder
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks a user to enter a number and tells him if its a prime number or not
| רב
| 13.03.2022 (לא משקף ידע נוסף אל מול C)
|-
| Power
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks for 2 numbers and prints their power (2 ^ 5 = 32)
| רב
| 13.03.2022 (לא משקף ידע של שתי נקודות)
|-
| Randomizer
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that generates 10 random numbers and prints them
| רב
| 13.03.2022 (לא משקף ידע של שתי נקודות)
|-
| Arrays
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks a user to enter 5 numbers, puts them in an array, and than prints their sum
| רב
|
|-
| Enhanced For
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks a user to enter 5 numbers, puts them in an array, and than prints them using an enhanced for loop
| רב
|
|-
| Multidimensional Arrays
| 3
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write a program that asks for 5 names (first and last names), and stores them in multidimensional arrays. Than the program prints them
| רב
| 13.03.2022 (משקף ידע של נקודה אחת ולא שלוש.)
|-
| Access
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| write an explenation about what is the differance between the keywords: public, private, protected or if none of them are used
| רב
|
|-
| tostring
| 1
| [[User:the_duke/solved beta challenges|Doc]]
| Implement a clone of an object's tostring() in java. (without using the standard tostring() of course). This clone should be able to print any object given to it.
| רב
|
|-
| Objects NG
| 1
| [[User:the_duke/solved beta challenges|Doc]]
| Create a program which creates two properties, gets and sets for them and a constructor.
| רב
|
|-
| Objects
| 3
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that asks for 3 name / age / number combinations and stores them in 5 objects. than prints all of them in in the format: "Name: <name> Age: <age> Number: <number>
| רב
| 13.03.2022 (משקף ידע של נקודה או שתיים ולא שלוש.)
|-
| Strings
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that gets a string user input, and adds "You wrote: " at the start of it (prints it too of course), and it's length.
| רב
|
|-
| String length
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that gets a user input, and returns the length of the string
| רב
| 13.03.2022 (שולב בתוך strings)
|-
| Static
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Write an explenation about what the keywords "static" and "final" mean
| רב
| 13.03.2022 (משקף ידע של נקודה אחת ולא שלוש.)
|-
| Inheritance
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program with 3 classes: main, class and another class that inherits it. Write a function in the class and use it from the inheriter
| רב
|
|-
| Lists
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that asks for 5 names, than adds them into a list, and than prints all the names in the list
| רב
| 13.03.2022 (משקף ידע של נקודה אחת ולא שתיים.)
|-
| Iterators
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that asks for 5 names, than adds them into a list, and than prints all the names in the list using iterators
| רב
| 13.03.2022 (משקף ידע של נקודה אחת ולא שתיים.)
|-
| List to array
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that asks for names, adds them to a list, converts it to an array, and than prints the array out
| רב
|
|-
| Array to list
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that asks for names, adds them to an array, converts it to a list, and then prints the list out
| רב
|
|-
| Enumeration
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that prints the values of 6 enum constants.
| רב
| 13.03.2022 (משקף ידע של נקודה אחת ולא שתיים.)
|-
| EnumSet
| 1
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program, the same as Enum, but prints only constants 2-5
| רב
|
|-
| File IO
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that asks for a user input, stores it in a file, and next time it runs it prints what the user inputed last time, and asks for a new input. using files!
| רב
|
|-
| Basic GUI
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a basic GUI program with 1 label with tooltip and a title
| רב
|
|-
| GuiPlus
| 4
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a GUI program with: label (with tooltip), text field, password field, checkbox, button, radio button, which represents the results in a new gui when clicking on the button
| רב
|
|-
| Interface
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a program that has an interface, 2 classes that implement the interface and a class that calls them
| רב
|
|-
| PaintBalls
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a MineCraft plugin that launches snowballs when clicking with a dye, and replaces all the blocks in a radius of 3 from the hit spot with wool of the same color.
| רב
|
|-
| AirBubbles
| 2
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a Minecraft plugin that gives a player water breathing when he executes a command, and removes it when he executes it again
| רב
|
|-
| Compass Manipulator
| 3
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a Minecraft plugin that adds commands to change where the compass points. Also add a system to save locations.
| רב
|
|-
| Parkour Plates
| 5
| [[User:the_duke/solved beta challenges|Direw0lf]]
| Create a Minecraft plugin that when a player steps on an iron pressureplate it starts a timer. When he steps on a gold pressureplate it tells him how much time it took him to complete the parkour, and gives him a reward. Add a command to set a cooldown for the reward.
| רב
|
|-
| Codingbat Java
| 0
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי ג'אוה בcodingbat.com
| רב
| 27.04.2016 (הנקודות נמחקו על פי החלטת נינג'ות)
|-
| Getters&Setters&Objects usage
| 2
| [[User:the_duke/solved beta challenges|Qilaz]]
| צור מחלקה שתהווה חשבון בנק עם פונקציות משיכה והפקדה (משיכה מתחת ל0 לא תתאפשר) הראה שימוש בעזרת main
| רב
|
|-
| Base of OOP Project
| 5
| [[User:the_duke/solved beta challenges|TheMan]]
| כתוב שתי מחלקות שמייצגות תאריך וטיול, כולל methods מתאימות ושמירה על חוקי הaliasing והencapsulation.
| חד
| 26.12.2016
|-
| יסודות התכנות בJava
| 5
| [[User:the_duke/solved beta challenges|TheMan]]
| צור תכנית שתקבל תאריך, תבדוק את תקינותו ואם הוא תקין, תוסיף לו מספר ימים אותו יכניס המשתמש.
| חד
| 27.12.2016
|-
| איקס-עיגול
| 3
| [[User:the_duke/solved beta challenges|blue_bird]]
| כתוב משחק איקס עיגול אחד על אחד
| חד
| 30.01.2016
|-
| מחשבון
| 3
| [[User:the_duke/solved beta challenges|blue_bird]]
| כתוב מחשבון סטנדרטי עם פונקציות בסיסיות
| חד
| 30.01.2016
|-
| max number in array
| 1
| [[User:the_duke/solved beta challenges|blue_bird]]
| כתוב תוכנה עם פונקציה שמקבלת מערך של מספרים שלמים ומוצאת את המספר הגדול ביותר
| רב
|
|-
| Binary tree
| 2
| [[User:the_duke/solved beta challenges|blue_bird]]
| כתוב תוכנה שיוצרת עץ בינארי עם פונקציות: הוספת חוליה, מסלולי מעבר: סדר תחילי, סדר תוכי וסדר סופי, וחיפוש חוליה מסוימת בעץ
| רב
|
|-
| Inorder tree traversal
| 3
| [[User:the_duke/solved beta challenges|blue_bird]]
| כתוב תוכנה שיוצרת עץ בינארי ע"י הוספה של חוליות שמקבלת מהמשתמש עד שיכניס אחרת, עוברת עליו בסדר תוכי בלי שימוש ברקורסיה, מדפיסה את העץ ובנוסף מדפיסה אחרי כל קליטה של חוליה להיכן הוכנס בעץ
| חד
| 15.04.2018
|-
| Base converter
| 2
| [[User:the_duke/solved beta challenges|blue_bird]]
| כתוב תוכנה עם שתי פונקציות: 1. ממירה מספר דצימלי (בסיס 10) לכל בסיס, 2. ממירה מספר מכל בסיס לבסיס 10 (את כל הפונקציות חייב לכתוב בעזרת רקורסיה ואין להשתמש באתגר בלולאות)
| רב
|
|-
| regex calculator
| 2
| [[User:the_duke/solved beta challenges|revolution]]
| אלגוריתם regex שיודע להתמודד עם פעולות מורכבות שג'אווה בדרך כלל לא יודעת להתמודד איתם.
| רב
|
|-
| Maze Solver
| 8
| [[User:the_duke/solved beta challenges|Min4to]]
| פרויקט פותר מבוכים. מכיל ריקורסיה, עבודה כללית עם ג'אווה, אלגוריתם backtracking ושימוש ב[https://rogerdudler.github.io/git-guide/ git]hub.
| חד
|
|-
| מי משתמש באינטרנט?
| 4
| [[User:the_duke/solved beta challenges|Min4to]]
| תוכנה שבודקת איזה תוכנות אחרות משתמשות לך באינטרנט.
| חד
|
|-
| Walkie Doggie: firebase
| 8
| [[User:the_duke/solved beta challenges|komiro]]
| create screens of register, login, and search (using firebase).
| חד
|10.01.2022
|-
| Walkie Doggie: location tracker
| 9
| [[User:the_duke/solved beta challenges|komiro]]
| using GPS, API, google maps, and geolocation.
| חד
|10.01.2022
|-
| Walkie Doggie: additional stuff
| 8
| [[User:the_duke/solved beta challenges|komiro]]
| project book, date algorithm, and interacting with the user.
| חד
|10.01.2022
|-
| נקודות טכניות
|משתנה
| [[User:the_duke/solved beta challenges|Panic!]]
| נקודות שנאבדו עם הזמן וטעויות אנוש
| חד
| 1.1.1970
|}
===Android Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| השעון המעורר באמת
| 4
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת אפליקציית שעון מעורר שדורשת ממך לפתור תרגיל או לכתוב טקסט ארוך לפני שהיא מוכנה להפסיק להטריד.
| חד
|
|-
| אפליקציית no soup
| 8
| [[User:the_duke/solved beta challenges|the_duke]]
| אפליקציה חברתית שחוסכת זמן וטרטורים. לפרטים דברו עם עופר.
| חד
|
|-
| אפליקציית matanala
| 8
| [[User:the_duke/solved beta challenges|the_duke]]
| אפליקציה שתשמח כל אורח. לפרטים דברו עם עופר.
| חד
|
|-
| אפליקציית קריוקיל
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| אפליקציה שתסגור מפגעי קריוקי. לפרטים דברו עם עופר.
| חד
|
|}
===Security Challenges===
נקודות באתרי אתגרים לא ייחשבו בבטא למי שלא עבר הכשרת אבטחה עם the_duke.<br>זה תחום שקל מאוד "לירות לעצמך ברגל" ללא הכשרה מתאימה ולגרום נזק לעצמך ולסביבה[[לימודי מחשבים בשיטת בטא/כלים לתחום אבטחה|.]] אנחנו בבטא לא ממליצים לעשות אתגרים בתחום הזה לפני הכשרת אבטחה.
על מנת לקבל הכשרת אבטחה נדרשות 30 נקודות בתחום C (עודכן ב13.04.2016), וייתכן שגם משימות נוספות, על פי שיקול דעתו של the_duke. הנקודות נדרשות כדי שמי שעובר את ההכשרה יבין בכלל את הפרטים הטכניים שלה. המשימות הנוספות נועדו לוודא שהבנאדם מגיע לתחום כשהוא כשיר מבחינת שמירה על כללי האתיקה הנדרשים.
ייתכן פטור מדרישת הנקודות למישהו שמגיע לבטא עם ידע בC לפחות עד רמת מערכים, מחרוזות ופויינטרים, אם נראה שהוא מבין את חשיבות האתיקה בנושא ומסוגל ליישם אותה, ואם הדבר לא יפגע ביכולתו לכתוב קוד על פי הסטנדרט של בטא (שנדרש לעבודה על פרויקטים עם בטאים אחרים).
'''<big>כל אתגרי האבטחה בטבלה זו מקבלים דד-ליין בתאריך 23.01.2020, טבלה זו תעודכן ל[[לימודי מחשבים בשיטת בטא/Security Challenges|טבלה חדשה]] - כולל אתגרי ההצפנה ורברסינג!</big>'''
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| [[לימודי מחשבים בשיטת בטא/אתגרי אבטחה|חידוני סייבר]]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| הסברת מושגים מתחום הסייבר. נקודה לכל שני חידונים.
| רב
| -
|-
| [https://www.hackthissite.org/ hackthissite.org]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודה לכל 20 נקודות.
| רב
| -
|-
| [https://www.hackthis.co.uk/ hackthis.co.uk]
|משתנה
| [[User:the_duke/solved beta challenges|bug1 & the_duke]]
| פתרון אתגרי אבטחה. נקודה לכל 40 נקודות.
| רב
| 14.11.2019. האתר הפך להיות defendtheweb.net ושינה את שיטת הניקוד.
|-
| [https://www.hellboundhackers.org/ hellboundhackers.org]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודה לכל 30 נקודות.
| רב
| -
|-
| [http://www.trythis0ne.com/ trythis0ne.com]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודה לכל 20 נקודות.
| רב
| -
|-
| [http://ksnctf.sweetduet.info ksnctf]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודה לכל 40 נקודות.
| רב
| -
|-
| [http://redtiger.labs.overthewire.org/ RedTiger Hackit]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי SQLI. נקודה לכל 75 נקודות (על בסיס הניקוד בwechall).
| רב
| -
|-
| [https://hack.me/ hack.me]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודות ייקבעו לכל אתגר בנפרד.
| רב
| -
|-
| [https://tdhack.com/ tdhack.com]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודות ייקבעו לכל אתגר בנפרד.
| רב
| -
|-
| [https://backdoor.sdslabs.co/ backdoor.sdslabs.co]
| 1
| [[User:the_duke/solved beta challenges|neo]]
| פתרון אתגרי אבטחה. לא הוגדר עדיין ניקוד.
| רב
| -
|-
| [http://ctf-ddn.rhcloud.com/ OWASP rhcloud CTF, web challenge 1]
| 4
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר התחברות למערכת
| רב
| -
|-
| [http://ctf-ddn.rhcloud.com/ OWASP rhcloud CTF, web challenge 2]
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר קבלת הרשאות
| רב
| -
|-
| [http://ctf-ddn.rhcloud.com/ OWASP rhcloud CTF, web challenge 3]
| 4
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר XSS
| רב
| -
|-
| [https://www.tdhack.com/task.php?id=1 tdhack.com challenge: Net 1 - Amateur job]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר אבטחה
| רב
| -
|-
| [https://www.tdhack.com/task.php?id=2 tdhack.com challenge: Net 2 - Safe Java]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר אבטחה
| רב
| -
|-
| [https://www.tdhack.com/task.php?id=3 tdhack.com challenge: Net 3 - Once again, I forgot]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר אבטחה
| רב
| -
|-
| [https://www.tdhack.com/task.php?id=4 tdhack.com challenge: Net 4 - Few points]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר אבטחה
| רב
| -
|-
| [https://www.tdhack.com/task.php?id=5 tdhack.com challenge: Net 5 - Password reminder]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר אבטחה
| רב
| -
|-
| [https://www.tdhack.com/task.php?id=6 tdhack.com challenge: Net 6 - Amateur site]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר אבטחה
| רב
| -
|-
| [https://www.tdhack.com/task.php?id=7 tdhack.com challenge: Net 7 - Do whatever is possible !]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר אבטחה
| רב
| -
|-
| [http://www.smashthestack.org/ smashthestack.org]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודות ייקבעו לכל אתגר בנפרד.
| רב
| -
|-
| [https://www.wechall.net wechall.net]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה (וריכוז הנקודות מאתרי האתגרים האחרים). לא מוגדר עדיין ניקוד.
| רב
| -
|-
| [http://www.thisislegal.com thisislegal.com]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודה לכל 5 נקודות.
| רב
| -
|-
| [http://hackaserver.com/arena/training hackaserver.com]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי אבטחה. נקודות ייקבעו לכל אתגר בנפרד.
| רב
| -
|-
| [https://xss-game.appspot.com/ משחק הXSS של גוגל]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי הXSS של גוגל. נקודה לכל אתגר (יש 6 אתגרים).
| רב
| -
|-
| [http://escape.alf.nu אתגרי הXSS של escape.alf.nu]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרי הXSS של eacspe.alf.nu. נקודה לכל אתגר (יש 15 אתגרים).
| רב
| -
|-
| [http://zixem.altervista.org/RCE/level1.php אתגר הRCE של zixem]
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגר הRCE של zixem. הפתרון נחשב כל עוד הפותר יכול להסביר איך הוא עובד.
| רב
| -
|-
| בניית אתגרי RCE וLFI לבטא
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| בניית אתגרי RCE ו LFI לבטא על בסיס [http://www.exploit-db.com/papers/12992/ המאמר של ZeQ3uL && JabAv0C]. בניית אתגרי RCE וLFI לבטא.
| חד
| -
|-
| [[לימודי מחשבים בשיטת בטא/אתגרי אבטחה#Gorez buffer overflow|Gorez buffer overflow]]
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| גילוי הקלט שיחרפן את תוכנת חיבור המילים של Gorez. ראה פרטים בקישור של שם האתגר.
| רב
| -
|-
| שינוי הגדרות XAMPP או אפאצ'י
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| חסימה ופתיחה של גישה לתיקיה, שינוי פורט האזנה, הסבר ההגדרות בקובץ
| רב
| -
|-
| Boogle attack ARP+DNS
| 5
| [[User:the_duke/solved beta challenges|the_duke]]
| הרעלת ARP וDNS כך שכל גישה לגוגל תילכד ותקבל את גירסת בטא לגוגל: הבוגל!
| רב
| -
|-
| שדרוג Boogle attack: איחוד התקפות arp ו DNS
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| הכנסת התקפת הARP והתקפת הDNS כך שיעבדו מתוך אותה תוכנה אוטומטית.
| רב
| -
|-
| שדרוג Boogle attack: צלף גוגל
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| שינוי ההתקפה כך שתשאיר את כל האתרים זמינים מלבד גוגל, אותו היא תלכוד ותהפוך לבוגל.
| רב
| -
|-
| שדרוג Boogle attack: חתול צ'שייר
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| שינוי ההתקפה כך שהיא תציג את כל האתרים המבוקשים, אבל תדביק על כל התמונות בכל האתרים תמונה של ראש של חתול.
| רב
| -
|-
| שדרוג Boogle attack: הולכים לדוג
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| הדגמת חיקוי אתר מוכר והצגת הסיסמה שמכניס המשתמש לתוקף
| רב
| -
|-
| שדרוג Boogle attack: סומסום היפתח
| 3
| [[User:the_duke/solved beta challenges|the_duke]]
| הדגמת התקפת MITM בה תוכנת ההתקפה מציגה אוטומטית סיסמאות שהוכנסו לאתרים שונים על ידי הקורבן.
| רב
| -
|-
| Boogle attack ARP+HTTP
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| הרעלת ARP וHTTP כך שכל גישה לגוגל תילכד ותקבל את גירסת בטא לגוגל: הבוגל! ההתקפה צריכה להתבצע מבלי שבדיקת כתובת הIP שמשוייכת לגוגל תחשוף שמדובר במתקפה.
| רב
| -
|-
| UpsideDownternet
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| טיפול בתקשורת כך שכל בקשת אתר תיתן את האתר עם תמונות הפוכות. עפ"י הרעיון של [http://www.ex-parrot.com/~pete/upside-down-ternet.html פיט סטיבנס].
| רב
| -
|-
| זאת בדיוק הנקודה
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| השגת הסיסמאות הסודיות של ויקטור. לפרטים: [[לימודי מחשבים בשיטת בטא/המדריך לציידי ויקטורים#זאת בדיוק הנקודה|המדריך לציידי ויקטורים]]. האתגר מבוסס על הטיפ מ[http://www.dankalia.com/tutor/01005/0100501004.htm המדריך של gimboyd].
| רב
| -
|-
| yamagata's XSS challenges
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| http://xss-quiz.int21h.jp. נקודה לכל אתגר.
| רב
| -
|-
| לנצח את [http://www.no-camel.com/beta/projects/twinkling_button/oper.html הכפתור המנצנץ]
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| מציאת פתרון לאתגר [http://www.no-camel.com/beta/projects/twinkling_button/oper.html הכפתור המנצנץ] של בטא
| רב
| -
|-
| לנצח את [http://www.no-camel.com/beta/projects/twinkling_button/oper.html הכפתור המנצנץ] בסמארטפון
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| מציאת פתרון לאתגר [http://www.no-camel.com/beta/projects/twinkling_button/oper.html הכפתור המנצנץ] של בטא, בסמארטפון.
| רב
| -
|-
| הראה את הסיסמה
| 1
| [[User:the_duke/solved beta challenges|bug1]]
| שנה את טופס הכניסה של gmail כך שבמקום להסתיר את הסיסמה הוא יראה אותה.
| רב
| -
|-
| תרגיל DNS של מגשימים - Wireshark
| 2
| [[User:the_duke/solved beta challenges|tuna]]
| לתיאור האתגר יש לבקש מtuna את דף השאלות של התרגיל. הנקודות הן על כל 5 הסעיפים.
| רב
| -
|-
| תרגיל DNS של מגשימים - DNS Poisoning
| 1
| [[User:the_duke/solved beta challenges|tuna]]
| לתיאור האתגר יש לבקש מtuna את דף השאלות של התרגיל.
| רב
| -
|-
| תרגיל DNS של מגשימים - DNS
| 1
| [[User:the_duke/solved beta challenges|tuna]]
| לתיאור האתגר יש לבקש מtuna את דף השאלות של התרגיל.
| רב
| -
|-
| [https://icec.tf/ IceCTF 2016]
|משתנה
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון אתגרים בCTF של איסלנד 2016, במסגרת קבוצת האבטחה של בטא, בזמן התחרות. נקודה לכל 20 נקודות.
| חד
| 28.8.2016
|-
| נקודות טכניות
|משתנה
| [[User:the_duke/solved beta challenges|Panic!]]
| נקודות שנאבדו עם הזמן וטעויות אנוש
| חד
| 1.1.1970
|}
===Encryption Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| מצפין אתב"ש
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמסוגלת לקודד בקוד אתב"ש ולפצח קוד שכזה, בעברית. לפרטים, עמ' 7 ב[http://meyda.education.gov.il/files%5CTochniyot_Limudim%5CMath%5CHatab/Hatzpana1.pdf חוברת ההצפנה של תמר ריינר]
| רב
|
|-
|-
| מצפין אלב"מ
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמסוגלת להצפין בצופן אלב"מ ולפצח קוד שכזה, בעברית או באנגלית. לפרטים, עמ' 8 ב[http://meyda.education.gov.il/files%5CTochniyot_Limudim%5CMath%5CHatab/Hatzpana1.pdf חוברת ההצפנה של תמר ריינר]
| רב
|
|-
| מצפין יוליוס קיסר
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמסוגלת להצפין בצופן יוליוס קיסר במפתח +1 עד +20 ולפצח קוד שכזה, בעברית או אנגלית. לפרטים, עמ' 8 ב[http://meyda.education.gov.il/files%5CTochniyot_Limudim%5CMath%5CHatab/Hatzpana1.pdf חוברת ההצפנה של תמר ריינר]
| רב
|
|-
| מצפין זיגזג
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמסוגלת להצפין בצופן יוליוס קיסר ב2 וגם ב3 שורות ולפצח קוד שכזה, בעברית. לפרטים, עמ' 22 ב[http://meyda.education.gov.il/files%5CTochniyot_Limudim%5CMath%5CHatab/Hatzpana1.pdf חוברת ההצפנה של תמר ריינר]
| רב
|
|-
| מצפין במסלול ספירלי
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת תוכנה שמסוגלת להצפין בצופן במסלול ספירלי בכיוון השעון בטבלה של 4 שורות ו5 עמודות, ולפצח קוד שכזה, בעברית. לפרטים, עמ' 26 ב[http://meyda.education.gov.il/files%5CTochniyot_Limudim%5CMath%5CHatab/Hatzpana1.pdf חוברת ההצפנה של תמר ריינר], שאלה 27.
| רב
|
|-
| מפענח מורס
| 1
| [[User:the_duke/solved beta challenges|ninjailbreak]]
| כתוב תוכנה אשר תמיר כל קוד במורס לטקסט.
שימו לב לסימנים מיוחדים. קוד המורס יוקלד על ידי המשתמש, או יהיה בקובץ, לבחירת המתכנת.
| רב
|
|-
| אתגר 1 "המשפט" אצל +Ma
| 2
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון האתגר הראשון [http://3564020356.org/ באתר של +MA]
| רב
|
|-
| האתגרים של cryptopals.com
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| האתגרים ב[http://cryptopals.com cryptopals]. לא הוחלט עדיין.
| רב
|
|}
===The Greatest Thinker Challenges===
{| class="wikitable sortable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
!דד-ליין
|-
| אתר אתגרים של cses
| משתנה
| Hexer
| פתירת אתגרים ב[https://cses.fi/problemset/ cses.fi]
נקודה לכל אתגר
| רב
|
|-
|}
===Reversing & Pwning Challenges===
רשימת האתגרים כאן היתה היסטורית ולכן עברה לדף ארכיון משלה [[לימודי מחשבים בשיטת בטא/ארכיון Reversing & Pwning|(]]אם כי עדיין יש בה אתגרים מעניינים לרוורסרים). התחום הועבר להיות חלק מתחום אבטחה, והאתגרים שנותנים בו נקודות הם אלו הרשומים בדף החדש של תחום אבטחה.
כדי לעסוק בתחום זה נדרשת הכשרת אבטחה. ראו תחת "security challenges".
===2D Graphics Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| הסורוקמט - לוגו
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת לוגו לסורוקמט שמפתחי המשחק יאשרו.
| רב
| -
|-
| הסורוקמט - אייקוני "על זמן"
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת אייקון "על זמן" ו"לא על זמן" לסורוקמט.
| רב
| -
|-
| הסורוקמט - אייקוני "מספר מכוניות"
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת אייקון "מספר מכוניות" לסורוקמט (ללא מספר).
| רב
| -
|-
| הסורוקמט -אייקוני "בניית חישוב"
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת אייקון "בניית חישוב בראש" ו"בניית חישוב במחשב" לסורוקמט.
| רב
| -
|-
| הסורוקמט - אייקוני "סכום"
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת אייקון "סכום מוצג" ו"סכום לא מוצג" לסורוקמט.
| רב
| -
|-
| עיצוב תלת מימדי בinkscape
| 1
| [[User:the_duke/solved beta challenges|Mip]]
| צור תיבה תלת מימדית עם הצללה בinkscape
| רב
| -
|-
| העלמת רקע
| 1
| [[User:the_duke/solved beta challenges|HATSIL]]
| ראה https://www.youtube.com/watch?v=DLryAXsIZ04 מדריך 13 של cgboorman לקחת תמונה ולהעלים את הרקע ולהשאיר רק אובייקט מסוים מהתמונה ביוטיוב]
| רב
| -
|-
| לוגו
| 1
| HATSIL
| צריך לקחת תמונה של יד ולהפוך אותה ללוגו https://www.youtube.com/watch?v=Yce2ZvGeanY&t=637s
| רב/חד פעמית
| -
|-
|-
| עין
| 1
| HATSIL
| צריך ליצור תמונה בשחור לבן שרואים עין ורק העין בצבע ראה מדריך ביוטיוב https://www.youtube.com/watch?v=JuWuVjbV_uA&list=PLA4BBBE09E8E82409&index=32
| רב/חד פעמית
| -
|-
|}
===Blender 3D Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| יצירת איש השלג של cgboorman
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| ראה [http://www.youtube.com/watch?v=wklRKGC7ai8 מדריך 3 של cgboorman ביוטיוב]
| רב
| -
|-
| הוספת שלד לדמות בבלנדר
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| ראה [http://www.youtube.com/watch?v=EcNGeIV0BsU מדריך 13 של cgboorman ביוטיוב]
| רב
| -
|-
| יצירת דמות רובוט
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| בניית רובוט ע"י חיבור של כמה אובייקטים יחד
| רב
| -
|-
|עיניים זזות בפקודה
| 1
| [[User:the_duke/solved beta chalFlenges|HATSYL]]
| יצירת דמות שבה האישונים זזות בהזזת כדורים שחורים שנמצאים ליד העין ומשמשים לשלוט עליה. שימו לב שהעין צריכה להסתובב כמו עין נורמלית.
| רב
| -
|-
| הוספת אנימציה לדמות בבלנדר
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| ראה [http://www.youtube.com/watch?v=qXYEU0F30Ak מדריך 9 של cgboorman ביוטיוב]
| רב
| -
|-
| הדמויות של xarchon
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת גירסה תלת-מימדית לדמויות שמשמשות במשחק xarchon. לכל דמות
| רב
| -
|-
| דגם בית פשוט
| 1
| [[User:the_duke/solved beta challenges|Ekzit & Sophia]]
| צריך לבנות בית חשוב שיהיה תיקרה וריצפה ארבעה קירות גג וארובה
| רב
| -
|-
| יצירת כביש בבלנדר
| 1
|[[User:the_duke/solved beta challenges|Ekzit & Sophia]]
| יצירת קו שנראה כמו כביש ומסביבו שטח ירוק של דשא. חייב לכלול את הצבעים של הכביש והבית
| רב
| -
|-
| יצירת בית
| 1
| [[User:the_duke/solved beta challenges|catcat1806]]
| יצירת דגם של בית, עם צבעים
| רב
| -
|-
| לחתוך בבלנדר
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| ללמוד לחתוך בבלנדר. ראה [https://www.youtube.com/watch?v=-QfLdbzSZdw/ מדריך ביוטיוב]
| רב
| -
|-
| אור וצל
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור דגם עם אור וצל. ראה [https://www.youtube.com/watch?v=R1NWwrW7x6g מדריך ביוטיוב]
| רב
| -
|-
| מצב פיסול
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| השתמש בsculpt mode כדי ליצור דגם ראש של ציפור בדומה לסרטון. ראה [https://www.youtube.com/watch?v=tZnUgt659oI מדריך ביוטיוב].
| רב
| -
|-
| פיסול דינוזאור
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור דגם של דינוזאור באמצעות פיסול על פי [https://www.youtube.com/watch?v=RKBh9GQaZXo המדריך ביוטיוב]. (cuphead יחליף במדריך שהוא השתמש בו במקרה הצורך.)
| רב
| -
|-
| בד על כדור
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור דגם עם אנימציה של בד נופל על כדור. ראה [https://www.youtube.com/watch?v=lBLTXxS_OuQ מדריך ביוטיוב]
| רב
| 07.03.2019 (זהה לאתגר "בד על כוס")
|-
| להכין תיבה בבלנדר
| 2
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור תיבה עם מכסה ובליטות למעלה ולמטה. ראה [https://www.youtube.com/watch?v=ICBP-7x7Chc מדריך ביוטיוב]. האתגר כולל העלמת משטחים והבלטת משטחים.
| רב
| -
|-
| תמונה על אובייקט
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור קוביה שעל כל אחד מצלעותיה יש תמונה. ראה [https://www.youtube.com/watch?v=7bynW6C9Nr4 מדריך ביוטיוב].
| רב
| -
|-
| קוביית אש
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר קוביה שממנה עולה אש. ראה [https://www.youtube.com/watch?v=JYj6e-72RDs מדריך ביוטיוב].
| רב
| -
|-
| שמיים
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר שמיים. ראה [https://www.youtube.com/watch?v=T37jnGr83O0 מדריך ביוטיוב].
| רב
| -
|-
| השתקפות
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר עצם שמציג יכולת לשקף דברים. ראה [https://www.youtube.com/watch?v=0EfUqNS9pOo מדריך ביוטיוב].
| רב
| -
|-
| מים של אוקיינוס
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר מים של אוקיינוס. ראה [https://www.youtube.com/watch?v=zxew8OjwxE4 מדריך ביוטיוב].
| רב
| -
|-
| זכוכית
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר קוביית זכוכית. ראה [https://www.youtube.com/watch?v=8OQuwodQySQ מדריך ביוטיוב].
| רב
| -
|-
| דשא
| 1
| [[User:the_duke/solved beta challenges|HATSYL
]]
| צור בבלנדר דשא. ראה [https://www.youtube.com/watch?v=mZR_WKVYiX8 מדריך ביוטיוב].
| רב
| -
|-
| ענן ושמיים
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר ענן עם רקע של שמיים. ראה [https://www.youtube.com/watch?v=EpGdRJFPVEI מדריך ביוטיוב].
| רב
| -
|-
| אור
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר ניצוץ אור. ראה [https://www.youtube.com/watch?v=XqbFSOtrqlM מדריך ביוטיוב].
| רב
| -
|-
| רעש
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר רעש באנימציה. ראה [https://www.youtube.com/watch?v=KbafWSIYIZw מדריך ביוטיוב].
| רב
| -
|-
| ג'לי
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר ג'לי שיכול לרטוט. ראה [https://www.youtube.com/watch?v=d8jh9knq0ks מדריך ביוטיוב].
| רב
| -
|-
| טקסט
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צרו טקסט כלשהו בבלנדר, בחרו מראה ייחודי לטקסט והגדירו לו עובי. ראו [https://www.youtube.com/watch?v=gYXSo2xDUPE מדריך ביוטיוב].
| רב
| -
|-
| ויזואל אפקט
| 2
| [[User:the_duke/solved beta challenges|HATSYL]]
| צריך לקחת וידיאו ולשנות את הגוון שלו [https://www.youtube.com/watch?v=gYfP357K4y8מדריך ביוטיוב].
| רב
| -
|-
| שימוש בחומרים
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| הפגנת יכולת שימוש בחומרים שונים
| רב
| -
|-
| הקוביות המסתובבות של מארק
| 2
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת אנימציה של שתי קוביות מסתובבות וזוהרות
| רב
| -
|-
| כיסא הגלגלים של פינקי לייב
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| בניית כיסא גלגלים שניתן להזיז באמצעות מקשים
| חד
| -
|-
| סרטון מצגת פינקי 3
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת סרטון תלת מימד שנותן את התחושה של משמעות פרוייק פינקי
| חד
| -
|-
| דגם רובוטריק
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת דגם של רובוטריק
| רב
| -
|-
| ייבוא מודלים
| 1
| [[User:the_duke/solved beta challenges|miritmor2000]]
| ייבוא כמה מודלים לסצינה אחת
| רב
| -
|-
| עיצוב טקסט
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| כתיבה בתלת מימד וביצוע שינויי צורה וmodifications על הטקסט.
| רב
| 02.05.2019 (זהה לאתגר text של cuphead)
|-
| הטירה של בלנדר ישראל
| 1
| [[User:the_duke/solved beta challenges|yShoko]]
| יצירת הטירה שרואים ב[http://www.blender.org.il/help/%D7%99%D7%95%D7%A6%D7%A8%D7%99%D7%9D-%D7%A6%D7%95%D7%A8%D7%95%D7%AA-%D7%AA%D7%9C%D7%AA-%D7%9E%D7%99%D7%9E%D7%93/ מדריך של בלנדר ישראל]
| רב
| -
|-
| הספינה של בלנדר ישראל
| 1
| [[User:the_duke/solved beta challenges|catcat1806]]
| יצירת הספינה שרואים ב[http://www.blender.org.il/help/%D7%A9%D7%99%D7%A2%D7%95%D7%A8-%D7%91%D7%9C%D7%A0%D7%93%D7%A8-%D7%A1%D7%A4%D7%99%D7%A0%D7%AA-%D7%95%D7%99%D7%A7%D7%99%D7%A0%D7%92%D7%99%D7%9D/ מדריך של בלנדר ישראל]
| רב
| -
|-
| השפירית של בלנדר ישראל
| 1
| [[User:the_duke/solved beta challenges|yShoko]]
| יצירת השפירית שרואים ב[http://www.blender.org.il/help/%D7%9B%D7%9A-%D7%AA%D7%99%D7%A6%D7%A8%D7%95-%D7%9C%D7%A2%D7%A6%D7%9E%D7%9B%D7%9D-%D7%A9%D7%A4%D7%99%D7%A8%D7%99%D7%AA/ מדריך של בלנדר ישראל], עם צבע.
| רב
| -
|-
| השעון הרוקד של tutor4u
| 2
| [[User:the_duke/solved beta challenges|miritmor2000]]
| יצירת השעון הרוקד שרואים [http://www.youtube.com/watch?v=rZC8i7nq32k בערוץ של tutor4u].
| רב
| -
|-
| פילטרינג (הכדורים הזוהרים)
| 2
| [[User:the_duke/solved beta challenges|Mark]]
| Qilaz או מארק צריכים למלא את התיאור.
| רב
| -
|-
| אנימציית כדור קופץ
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| אנימציה עם כדור שקופץ במדרגות ואחר כך מתגלש. על בסיס המודל באתר בלנדר ישראל.
| רב
| -
|-
| אנימציה של תהליך בניית אובייקט
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| אנימציה שמדמה היבנות של דגם
| רב
| -
|-
| כדורי הסנוקר
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| Qilaz או מארק צריכים למלא את התיאור.
| רב
| -
|-
| רמקול שמגיב למוזיקה
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| מארק צריך למלא את התיאור.
| רב
| -
|-
| לוגו בטא המתפוצץ
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| מארק צריך למלא את התיאור.
| רב
| -
|-
| כוכב מתפוצץ
| 3
| [[User:the_duke/solved beta challenges|Qilaz]]
| יצירת כוכב מתפוצץ [https://www.youtube.com/watch?v=GTq9sLQOiVs בערוץ של tutor4u].
| רב
| -
|-
| גופים פיזיים בעלי השפעה הדדית
| 1
| [[User:the_duke/solved beta challenges|Molecula]]
| יצירת סצינה כגון קוביית לבנים שמתפרקת כאשר פוגע בה כדור.
| רב
| -
|-
| שרשראות נופלות
| 2
| [[User:the_duke/solved beta challenges|Mark & Miritmor2000]]
| יצירת סצינה בה שרשרת נופלת על הרצפה ומושפעת מהמכה. ראה [https://www.youtube.com/watch?v=Ci39zXfG-I4 tutor4u בyoutube]
| רב
| -
|-
| rigging
| 1
| [[User:the_duke/solved beta challenges|Mark]]
|
יצירת סצינה בה
| רב
| -
|-
| שינוי הרגישות של הbone לעצם
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת סצינה בה
| רב
| -
|-
| מחשב מתפוצץ
| 2
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת סצינה בה נראה מחשב ריאליסטי שמתפוצץ באנימציה.
| רב
| -
|-
| אש בבלנדר
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת סצינה עם אש בעזרת particles, כולל עשן. האש צריכה להיראות מציאותית ולהיות בתוך collision.
| רב
| -
|-
| עבודה עם עורך NLA
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| להראות דגם עובד בכמה שכבות של timelines.
| רב
| -
|-
| דמות אדם בסיסית
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת דמות אדם ריאליסטית
| רב
| -
|-
| מודל של בית על פי שרטוט
| 2
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת דירה על פי שרטוט כולל ריהוט מלא
| רב
| -
|-
| Texture Mapping
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת מודל עם מיפוי טקסטורת צבעים עליו
| רב
| -
|-
| אש ראליסטית
| 2
| [[User:the_duke/solved beta challenges|Qilaz]]
| הגדרות של חלקיקים לאש -ועשיית פילתרים להמשכת האש
| רב
| -
|-
| יצירת דובי בבלנדר
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| קביעת אורך שיער ,סירוק וסיפור [http://www.youtube.com/watch?v=LCghBIUZyuM ראה ביוטיוב מדריך של tutor4u]
| רב
| -
|-
| יצירת שקע בחומר
| 1
| [[User:the_duke/solved beta challenges|Miritmor2000]]
| יצירת שקע בחומר בעזרת חומר אחר
| רב
| -
|-
| סימולציית מים
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| יצירת סימולציית מים
| רב
| -
|-
| חומר נוזלי בתנועה
| 1
| [[User:the_duke/solved beta challenges|Qilaz]]
| יצירת סימולציית נוזל בתנועה
| רב
| -
|-
| בד על כוס
| 1
| [[User:the_duke/solved beta challenges|Molecula]]
| יצירת סצינה של בד שנפל על כוס, על פי [http://www.youtube.com/watch?v=2zd1AI198I8 המדריך של tutor4u].
| רב
| -
|-
| שמירת טקסטורה
| 1
| [[User:the_duke/solved beta challenges|yShoko]]
| שמירת טקסטורה שנלמדה בתרגיל הארגז הצבוע.
| רב
| -
|-
| Displacement
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| יצירת מראה של קיר בעזרת Displace modifier
| רב
| -
|-
| Lamp
| 4
| [[User:the_duke/solved beta challenges|Qilaz]]
| [https://www.youtube.com/watch?v=jNzuXO31qcg המדריך של Andrew Price] יצירת מנורה ראליסטית עם רקע על פי
| רב
| -
|-
| כדורגל רובוטים
| 3
| [[User:the_duke/solved beta challenges|catcat1806]]
| יצירת משחק כדורגל רובוטים על פי המדריך ב[http://www.blender.org.il/help/%D7%9E%D7%A9%D7%97%D7%A7-%D7%9B%D7%93%D7%95%D7%A8%D7%92%D7%9C-%D7%A8%D7%95%D7%91%D7%95%D7%98%D7%99%D7%9D/ אתר בלנדר ישראל].
| רב
| -
|-
| משחק הרחפת
| 3
| [[User:the_duke/solved beta challenges|yShoko]]
| יצירת משחק הרחפת על פי המדריך ב[http://www.blender.org.il/help/ אתר בלנדר ישראל].
| רב
| -
|-
| All together
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| קבוצה של עצמים שמתחברים יחד לאובייקט
| רב
| -
|-
| ברז
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צריך ליצור צינור שמוציא מים אל תוך ברכה
| רב
| -
|-
| פיצוץ
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צריך לבנות בבלדר אנימציה של פיצוץ שמוציא אש ועשן לכל הצדדים, ראה [https://www.youtube.com/watch?v=hdVKfDim7p0 מדריך 13 של cgboorman ביוטיוב]
| רב
| -
|-
| טקסטורה
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| תיצור אובייקט של אדמה בעזרת טקסטרוה. ראה
https://www.youtube.com/watch?v=alAk0FCxVe0&t=635s מדריך ביוטיוב].
| רב
| -
|-
| שני צבעים
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צריך ליצור אוביקט שיש בתוכו כמה צבעים. ראו [https://www.youtube.com/watch?v=Oko7kas-fu4]
| רב
| -
|-
| אייטם
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור משחק מחשב של קוביה בולעת מטבעות עם אייטמים. ראו [https://www.youtube.com/watch?v=LxoyoXNFWUM מדריך ביוטיוב].
| רב
| -
|-
| חריטה
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור משחק מחשב של קוביה בולעת מטבעות עם אייטמים. ראו https://www.youtube.com/watch?v=-itW6ukT_1M מדריך ביוטיוב].
| רב
| -
|-
| מסלול
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור מסלול שאובייקט מסוים יילך במסלול. ראו https://www.youtube.com/watch?v=SqOso5jgYa4 מדריך ביוטיוב].
| רב
| -
|-
| משחק מחשב משודרג
| 2
| [[User:the_duke/solved beta challenges|HATSYL]]
| צריך לצור משחק מחשב שקולל שלבים,פסילות,משך פתיחה,ניצחון https://www.youtube.com/watch?v=sKSn2leRLDU
| רב
| -
|-
| אנימציה במשחק מחשב
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צור בבלנדר משחק מחשב אם תזוזות של דברים אחרים חוץ מהשחקן
. ראה [https://www.youtube.com/watch?v=3i9xu46uyVM מדריך ביוטיוב].
| רב
| -
|-
| שמירת קובץ של משחק מחשב
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| אין תיאור, יש להשלים את התיאור
| רב
| 19.11.2020
|-
| העלאת משחק מחשב לאינטרנט
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| GAME JOLTאו ל DASHDOARDצור בבלנדר משחק מחשב ותעה אותו ל
. ראה [https://www.youtube.com/watch?v=HFkxVbmwwRU&list=PLkei3LlusC-Gdszmg9TPmd0gSYxMSI4vT&index=22 מדריך ביוטיוב].
| רב
| -
|-
| כתיבה במשחק
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| אין תיאור, יש להשלים את התיאור
| רב
| 19.11.2020
|-
| יריות
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| ולעשות שהרובה יוכל לירות(https://free3d.com/3d-models/blender-gunליצור משחק מחשב בגוף ראשון שבו אתה מחזיק רובה (למקרה שתסתבכו ליצור רובה תורידו את הקובץ הזה
. ראה [https://www.youtube.com/watch?v=lKWJFoO16xs מדריך ביוטיוב].
| רב
| -
|-
| שם מסימה
| 1
| [[User:the_duke/solved beta challenges|HATSYL]]
| צריך ליצור משחק שלפני שאתה מתחיל אותו המשחק אומר לך לכתוב
. ראה [https://www.youtube.com/watch?v=41SScXIMJUU מדריך ביוטיוב].
| רב
| -
|-
| טעינה
| 1
| [[User:the_duke/solved beta challenges|Mark]]
| ראה https://www.youtube.com/watch?v=tNWqqXMVPa8 מדריך 13 של cgboorman ליצור בבלנדר משחק מחשב שכשהוא טוען אז הוא מציג מסך טעינה ביוטיוב]
| רב
| -
|-
| אפקט על טקסט
| 1
| [[User:the_duke/solved beta challenges|HATSIL]]
| ראה https://www.youtube.com/watch?v=p_bCVco0YKg מדריך 13 של cgboorman ליצור אנימציה של טקסט אם אפקט שנקרא Glitching Effects in Eevee ביוטיוב]
| רב
| -
|-
| אפקט ניאון עתידני
| 1
| [[User:the_duke/solved beta challenges|HATSIL]]
| ראה https://www.youtube.com/watch?v=WObp15Q57kM&t=137s מדריך 13 של cgboorman ליצור אפקט ניאון עתידני ביוטיוב]
| רב
| -
|-
| נקודות טכניות
|משתנה
| [[User:the_duke/solved beta challenges|Panic!]]
| נקודות שנאבדו עם הזמן וטעויות אנוש
| חד
| 1.1.1970
|}
===Math & Algorithms Challenges===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| תרגיל אי שיוויון בנעלם אחד עם שברים
| 1
| [[User:the_duke/solved beta challenges|miritmor2000]]
| פתרון של אחד מן התרגילים המופיעים ב[[לימודי מחשבים בשיטת בטא/תרגילי מתימטיקה#אי שיווינים עם שברים]]. פתרון תרגילים מאותו סוג לא ייתן נקודות נוספות.
| רב
| -
|-
| מיצ"ב ח' 2014 (110)
| 5
| [[User:the_duke/solved beta challenges|mon231]]
| פתרון של [https://cms.education.gov.il/EducationCMS/Units/Rama/MivchaneyMadafLamore02/MathematikaKitaHet/math8Hebrew.htm מיצ"ב כיתה ח' תשס"ד 2014]<!-- קישור נוסף: [https://matic.co.il/%D7%9E%D7%91%D7%97%D7%A0%D7%99-%D7%9E%D7%99%D7%A6%D7%91-%D7%91%D7%9E%D7%AA%D7%9E%D7%98%D7%99%D7%A7%D7%94/] !--><!--קישור שהפסיק לעבוד: [http://www.beta-algoritmica.coolpage.biz/math.doc מיצ"ב כיתה ח' 2014]!-->. הנקודות יתקבלו רק על פתרון מלא של המבחן כולו, ורק לבטאים בכיתה ח' ומטה.
| רב
| האתגר תוקן עם הגבלת גיל ב02.10.2022
|-
| בגרות קיץ תשס"ד 314 035804, 4 יח"ל, שאלה 4
| 3
| [[User:the_duke/solved beta challenges|miritmor2000]]
| פתרון של התרגיל מתוך הבגרות. נקודה לכל סעיף.
| רב
| -
|-
| בגרות קיץ תשע"ד 035006, 5 יח"ל השלמה, שאלה 1
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון של התרגיל מתוך הבגרות.
| רב
| -
|-
| בגרות קיץ תשע"ד 035005, 4 יח"ל השלמה, שאלה 3
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| אין תיאור, יש להוסיף את התיאור
| רב
| 19.11.2020
|-
| max() ללא תנאים
| 1
| [[User:the_duke/solved beta challenges|miritmor2000]]
| כתבו פונקציה בשם max(a,b), אשר מוצאת את המספר הגדול מבין a וb. לפונקציה אסור להשתמש בביטויי תנאי, אלא רק בפעולות החשבוניות +, -, *, / ובפונקציה abs() שמוצאת ערך מוחלט. מבוסס על אתגר מתוך mindcipher.com.
| רב
| -
|-
| האלגוריתם הכי מהיר למציאת ראשוניים
| 1
| [[User:the_duke/solved beta challenges|cugz]]
| כתבו תכנית שמממשת אלגוריתם שמוצא את כל המספרים הראשוניים מ1 עד שני מליון. על מנת לקבל את הנקודה יש לכתוב את האלגוריתם הכי יעיל שנמצא בבטא עד כה.
| רב
| -
|-
| אופטימיזציה למציאת כמות ימים בחודש
| 1
| [[User:the_duke/solved beta challenges|rubberband]]
| כיתבו תוכנית שקולטת מספר של חודש בשנה (1-12). בהנחה שהקלט תקין ובטווח התוכנית תדפיס את כמות הימים בחודש זה עם שימוש בביטוי בוליאני אחד בלבד. האתגר מהווה אופטימיזציה לאתגר "ימים בחודש" של שפת C, ניתן לפתור בכל שפה שרוצים.
| רב
| -
|-
|}
===Informatics===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| תרגום מאמר של 80-250 מילים בויקיפדיה
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| תרגום מאמר של 80-250 מילים בויקיפדיה. רצוי בתחומים שנוגעים לפעילות בבטא, אבל לא חובה.
| רב
| -
|-
| תרגום מאמר של 250 מילים ומעלה בויקיפדיה
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| תרגום מאמר של 250 מילים בויקיפדיה. רצוי בתחומים שנוגעים לפעילות בבטא, אבל לא חובה. לכל 250 מילים. (מעוגל כלפי מטה).
| רב
| -
|-
| כתיבת מסמך אפיון לפרוייקט בבטא
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| כתיבת מסמך שמתעד ומסביר מבנה טכני של הפרוייקט. דוגמה לתחומי עיסוק שנותנים נקודה: תיעוד פונקציות, הסבר כללי, תיעוד מסד נתונים. הנקודות בתחום הזה הן בנוסף ובמקביל לנקודות בתחום "ארגון". לכל נושא שהמסמך מטפל בו.
| רב
| -
|}
===Quantum Computing===
{| class="wikitable"
|-
! שם האתגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| סטארטר Qiskit
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| קריאה וביצוע על המחשב של [https://colab.research.google.com/github/Hassan-Alhusayni/A_Brief_Intro_to_Quantum_Computing_with_Qiskit/blob/main/A-Brief-Intro-to-Quantum-Computing-with-Qiskit-En.ipynb#scrollTo=f36033a2-95ce-4566-a2ed-8d487e938d6a המדריך של חסן הסעודי].
| רב
| -
|-
| כתיבת המדריך המהיר של בטא לתכנות קוואנטי
| 1
| [[User:the_duke/solved beta challenges|the_duke]]
| יצירת מדריך בטאי לתכנות קוואנטי (מרמת הסבר על קיוביט ועד לאלגוריתמים פשוטים וביצוע סימולציה שלהם בפייתון או בג'וליה)
| רב
| -
|}
[[לימודי מחשבים בשיטת בטא/מיחשוב קוואנטי|דף המחשוב הקוואנטי של בטא]].
==Challenges Resources==
{| class="wikitable"
! שם המאגר
! נק'
! מנטור
! תיאור
! רב/חד פעמית
! דד-ליין
|-
| [http://www.codechef.com/problems/easy האתגרים של codechef]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| האתגרים של השף. הסברים קצת ארוכים, אבל מעולים להבנת אלגוריתמים.
| רב
| -
|-
| [http://www.javaist.com/rosecode/problems.php?cat=Programming האתגרים של rosecode]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות, אבטחה וקריפטוגרפיה, כולל מדדים של כיף, מקוריות וכו'.
| רב
| -
|-
| [http://www.spoj.com/problems/classical/all/lang=C אתגרי sphere online]
| (10/100)*problem_acc
| [[User:the_duke/solved beta challenges|the_duke]]
| פתרון בעיות מתוך הרשימה של sphere online. על כל פתרון יקבל הפותר מספר נקודות יחסי לקושי של הבעיה (1 אם מעל 90% הצליחו לפתור אותה באתר, 10 אם 10% ומטה הצליחו לפתור אותה)
| רב
| -
|-
| [http://www.gowrikumar.com/c/index.php gowrikumar]
| 2-3
| [[User:the_duke/solved beta challenges|the_duke]]
| החידות של קומאר - פיענוח ותיקון קוד
| רב
| -
|-
| [http://ubuntuforums.org/showthread.php?t=1714324 האתגרים של פורום אובונטו]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרים למתחילים בכתיבת תוכנה
| רב
| -
|-
| [https://www.ffmpeg.org שימוש בffmpeg]
| 3
| [[User:the_duke/solved beta challenges|Fiddle]]
| שימוש נכון ונרחב בתוכנה
| רב
| -
|-
| [http://netcat.sourceforge.net שימוש בnetcat]
| 3
| [[User:the_duke/solved beta challenges|Fiddle]]
| שימוש נכון ונרחב בתוכנה
| רב
| -
|-
| [http://codegolf.stackexchange.com/questions Stackexchange Codegolf]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים, בעיקר אלגוריתמיקה.
| רב
| -
|-
| [https://cses.fi/ CSES מפינלנד]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|hexer]]
| אתגרי תכנות כלליים, בעיקר אלגוריתמיקה.
| רב
| -
|-
| [https://app.codesignal.com/ codesignal]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים, עם התמקדות בשאלות של ראיונות עבודה.
| רב
| -
|-
| [https://www.hackerrank.com/ hackerrank]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים. טוב במיוחד למתכנתים ברמת בינוני-מתקדם, ההגדרות כתובות לפעמים בצורה מתמטית.
| רב
| -
|-
| [http://codeforces.com/ codeforces]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים, התמקדות בתחרויות. טוב במיוחד למתכנתים מתקדמים ומתכנתים תחרותיים. את הפתרונות מעלים כקבצים, ללא עריכה אונליין.
| רב
| -
|-
| ]https://leetcode.com/ leetcode]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים. טוב במיוחד למתכנתים ברמת בינוני-מתקדם.
| רב
| -
|-
| [https://www.codingame.com/ codingame]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים.
| רב
| -
|-
| [https://www.coderbyte.com/ coderbyte]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים. טוב במיוחד למתחילים-מתקדמים לפני ראיון.
| רב
| -
|-
| [https://www.topcoder.com/challenges] Topcoder
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים. טוב במיוחד למתכנתים מתקדמים עם קצת הבנה באלגוריתמיקה.
| רב
| -
|-
| [https://exercism.io/ exercism]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים, עם מנטורים מלווים.
| רב
| -
|-
| [https://edabit.com/ edabit]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי תכנות כלליים. טוב במיוחד למתחילים.
| רב
| -
|-
| [https://projecteuler.net/ Project Euler]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|the_duke]]
| אתגרי אלגוריתמיקה ומתמטיקה.
| רב
| -
|-
| [https://linuxjourney.com/ Linux Journey]
| לא מוגדר עדיין
| [[User:the_duke/solved beta challenges|Naruto]]
| אתגרי OS ולינוקס.
| רב
| -
|}
</div>
[[Category:HE]]
[[Category:לימודי מחשבים בשיטת בטא]]
g0msc48yxolqa9tj6hd71n79umy7xfi
User:Kusurija/Dvidešimtainė skaičiavimo sistema
2
25621
384783
154922
2026-06-23T21:19:39Z
AtUkr
17909
AtUkr moved page [[Dvidešimtainė skaičiavimo sistema]] to [[User:Kusurija.Dvidešimtainė skaičiavimo sistema]] without leaving a redirect
154922
wikitext
text/x-wiki
Čia yra 100 % mokslinis naujumas. Tai nereiškia, jog čia paskelbtos informacijos nebūtų žinomos (absoliuti dauguma žinoma nuo senovės, dauguma likučio nuo naujųjų laikų pradžios o tik niekinis likutis paskutiniais dešimtmečiais); mokslinis naujumas slypi šių informacijų išdėstymo būde ir nurodytose sąsajose. Taip pat žiūrėkite [[:w:en:Vigesimal|en:Dvidešimtainę skaičiavimo sistemą]].<br />
'''Pradedant aštuonioliktaine skaičiavimo sistema, skaičių simboliams < 10<sub>(10)</sub> pridedamas kairėje papildomas nulis ir tokiu būdų iki 19<sub>(10)</sub> naudojami dviženkliai simboliai, atskirti tarpusavyje dvitaškiu (:). Dvitaškis nenaudojamas iki 19<sub>(10)</sub>, t.y. 00<sub>(20)</sub> - 19<sub>(20)</sub>'''.
== Skaičių eilė ==
'''Skaičių eilė''' (* paženklinti pirminiai, ** n-laipsniu pakelti pirminiai skaičiai)<br />
00, 01, 02*, 03*, 04**, 05*, 06, 07*, 08**, 09**, 10, 11*, 12, 13*, 14, 15, 16**, 17*, 18, 19*, 01:00,
01:01, 01:02, 01:03*, 01:04, 01:05**, 01:06, 01:07**, 01:08, 01:09*, 01:10, 01:11*, 01:12**, 01:13, 01:14, 01:15, 01:16, 01:17*, 01:18, 01:19, 02:00,
02:01*, 02:02, 02:03*, 02:04, 02:05, 02:06, 02:07*, 02:08, 02:09**, 02:10, 02:11, 02:12, 02:13*, 02:14, 02:15, 02:16, 02:17, 02:18, 02:19*, 03:00,
03:01*, 03:02, 03:03, 03:04**, 03:05, 03:06, 03:07*, 03:08, 03:09, 03:10, 03:11*, 03:12, 03:13*, 03:14, 03:15, 03:16, 03:17, 03:18, 03:19*, 04:00,
04:01**, 04:02, 04:03*, 04:04, 04:05, 04:06, 04:07, 04:08, 04:09*, 04:10, 04:11, 04:12, 04:13, 04:14, 04:15, 04:16, 04:17*, 04:18, 04:19, 05:00,
05:01*, 05:02, 05:03*, 05:04, 05:05, 05:06, 05:07*, 05:08, 05:09*, 05:10, 05:11, 05:12, 05:13*, 05:14, 05:15, 05:16, 05:17, 05:18, 05:19, 06:00,
06:01**, 06:02, 06:03, 06:04, 06:05**, 06:06, 06:07*, 06:08**, 06:09, 06:10, 06:11*, 06:12, 06:13, 06:14, 06:15, 06:16, 06:17*, 06:18, 06:19*, 07:00,
07:01, 07:02, 07:03, 07:04, 07:05, 07:06, 07:07, 07:08, 07:09*, 07:10, 07:11*, 07:12, 07:13, 07:14, 07:15, 07:16, 07:17*, 07:18, 07:19, 08:00,
08:01, 08:02, 08:03*, 08:04, 08:05, 08:06, 08:07*, 08:08, 08:09**, 08:10, 08:11, 08:12, 08:13*, 08:14, 08:15, 08:16, 08:17, 08:18, 08:19*, 09:00,
09:01*, 09:02, 09:03, 09:04, 09:05, 09:06, 09:07, 09:08, 09:09, 09:10, 09:11*, 09:12, 09:13*, 09:14, 09:15, 09:16, 09:17*, 09:18, 09:19*, 10:00,
10:01, 10:02, 10:03, 10:04, 10:05, 10:06, 10:07, 10:08, 10:09, 10:10, 10:11*, 10:12, 10:13, 10:14, 10:15, 10:16, 10:17, 10:18, 10:19, 11:00,
11:01, 11:02, 11:03*, 11:04, 11:05, 11:06, 11:07*, 11:08, 11:09*, 11:10, 11:11, 11:12, 11:13*, 11:14, 11:15, 11:16, 11:17, 11:18, 11:19*, 12:00,
12:01*, 12:02, 12:03**, 12:04, 12:05, 12:06, 12:07, 12:08, 12:09, 12:10, 12:11*, 12:12, 12:13, 12:14, 12:15, 12:16**, 12:17*, 12:18, 12:19, 13:00,
13:01, 13:02, 13:03*, 13:04, 13:05, 13:06, 13:07, 13:08, 13:09*, 13:10, 13:11*, 13:12, 13:13, 13:14, 13:15, 13:16, 13:17*, 13:18, 13:19, 14:00,
14:01*, 14:02, 14:03*, 14:04, 14:05, 14:06, 14:07, 14:08, 14:09**, 14:10, 14:11, 14:12, 14:13*, 14:14, 14:15, 14:16, 14:17, 14:18, 14:19, 15:00,
15:01, 15:02, 15:03, 15:04, 15:05, 15:06, 15:07*, 15:08, 15:09, 15:10, 15:11*, 15:12, 15:13*, 15:14, 15:15, 15:16, 15:17*, 15:18, 15:19, 16:00,
16:01, 16:02, 16:03, 16:04, 16:05, 16:06, 16:07, 16:08, 16:09, 16:10, 16:11*, 16:12, 16:13, 16:14, 16:15, 16:16, 16:17*, 16:18, 16:19, 17:00,
17:01, 17:02, 17:03**, 17:04, 17:05, 17:06, 17:07*, 17:08, 17:09*, 17:10, 17:11, 17:12, 17:13*, 17:14, 17:15, 17:16, 17:17, 17:18, 17:19*, 18:00,
18:01**, 18:02, 18:03, 18:04, 18:05, 18:06, 18:07*, 18:08, 18:09, 18:10, 18:11, 18:12, 18:13*, 18:14, 18:15, 18:16, 18:17*, 18:18, 18:19*, 19:00,
19:01, 19:02, 19:03*, 19:04, 19:05, 19:06, 19:07, 19:08, 19:09*, 19:10, 19:11, 19:12, 19:13, 19:14, 19:15, 19:16, 19:17*, 19:18, 19:19, 01:00:00,
01:00:01*, ...
== Daugybos lentelė ==
{| class="wikitable"
|+ Dvidešimtainės sistemos daugybos lentelė
|-
! × || 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 01:00
|-
! 01
| 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 01:00
|-
! 02
| 02 || 04 || 06 || 08 || 10 ||12 || 14 || 16 || 18 || 01:00 || 01:02 || 01:04 || 01:06 || 01:08 || 01:10 || 01:12 || 01:14 || 01:16 || 01:18 || 02:00
|-
! 03
| 03 || 06 || 09 || 12 || 15 || 18 || 01:01 || 01:04 || 01:07 || 01:10 || 01:13 || 01:16 || 01:19 || 02:02 || 02:05 || 02:08 || 02:11 || 02:14 || 02:17 || 03:00
|-
! 04
| 04 || 08 || 12 || 16 || 01:00 || 01:04 || 01:08 || 01:12 || 01:16 || 02:00 || 02:04 || 02:08 || 02:12 || 02:16 || 03:00 || 03:04 || 03:08 || 03:12 || 03:16 || 04:00
|-
! 05
| 05 || 10 || 15 || 01:00 || 01:05 || 01:10 || 01:15 || 02:00 || 02:05 || 02:10 || 02:15 || 03:00 || 03:05 || 03:10 || 03:15 || 04:00 || 04:05 || 04:10 || 04:15 || 05:00
|-
! 06
| 06 || 12 || 18 || 01:04 || 01:10 || 01:16 || 02:02 || 02:08 || 02:14 || 03:00 || 03:06 || 03:12 || 03:18 || 04:04 || 04:10 || 04:16 || 05:02 || 05:08 || 05:14 || 06:00
|-
! 07
| 07 || 14 || 01:01 || 01:08 || 01:15 || 02:02 || 02:09 || 02:16 || 03:03 || 03:10 || 03:17 || 04:04 || 04:11 || 04:18 || 05:05 || 05:12 || 05:19 || 06:06 || 06:13 || 07:00
|-
! 08
| 08 || 16 || 01:04 || 01:12 || 02:00 || 02:08 || 02:16 || 03:04 || 03:12 || 04:00 || 04:08 || 04:16 || 05:04 || 05:12 || 06:00 || 06:08 || 06:16 || 07:04 || 07:12 || 08:00
|-
! 09
| 09 || 18 || 01:07 || 01:16 || 02:05 || 02:14 || 03:03 || 03:12 || 04:01 || 04:10 || 04:19 || 05:08 || 05:17 || 06:06 || 06:15 || 07:04 || 07:13 || 08:02 || 08:11 || 09:00
|-
! 10
| 10 || 01:00 || 01:10 || 02:00 || 02:10 || 03:00 || 03:10 || 04:00 || 04:10 || 05:00 || 05:10 || 06:00 || 06:10 || 07:00 || 07:10 || 08:00 || 08:10 || 09:00 || 09:10 || 10:00
|-
! 11
| 11 || 01:02 || 01:13 || 02:04 || 02:15 || 03:06 || 03:17 || 04:08 || 04:19 || 05:10 || 06:01 || 06:12 || 07:03 || 07:14 || 08:05 || 08:16 || 09:07 || 09:18 || 10:09 || 11:00
|-
! 12
| 12 || 01:04 || 01:16 || 02:08 || 03:00 || 03:12 || 04:04 || 04:16 || 05:08 || 06:00 || 06:12 || 07:04 || 07:16 || 08:08 || 09:00 || 09:12 || 10:04 || 10:16 || 11:08 || 12:00
|-
! 13
| 13 || 01:06 || 01:19 || 02:12 || 03:05 || 03:18 || 04:11 || 05:04 || 05:17 || 06:10 || 07:03 || 07:16 || 08:09 || 09:02 || 09:15 || 10:08 || 11:01 || 11:14 || 12:07 || 13:00
|-
! 14
| 14 || 01:08 || 02:02 || 02:16 || 03:10 || 04:04 || 04:18 || 05:12 || 06:06 || 07:00 || 07:14 || 08:08 || 09:02 || 09:16 || 10:10 || 11:04 || 11:18 || 12:12 || 13:06 || 14:00
|-
! 15
| 15 || 01:10 || 02:05 || 03:00 || 03:15 || 04:10 || 05:05 || 06:00 || 06:15 || 07:10 || 08:05 || 09:00 || 09:15 || 10:10 || 11:05 || 12:00 || 12:15 || 13:10 || 14:05 || 15:00
|-
! 16
| 16 || 01:12 || 02:08 || 03:04 || 04:00 || 04:16 || 05:12 || 06:08 || 07:04 || 08:00 || 08:16 || 09:12 || 10:08 || 11:04 || 12:00 || 12:16 || 13:12 || 14:08 || 15:04 || 16:00
|-
! 17
| 17 || 01:14 || 02:11 || 03:08 || 04:05 || 05:02 || 05:19 || 06:16 || 07:13 || 08:10 || 09:07 || 10:04 || 11:01 || 11:18 || 12:15 || 13:12 || 14:09 || 15:06 || 16:03 || 17:00
|-
! 18
| 18 || 01:16 || 02:14 || 03:12 || 04:10 || 05:08 || 06:06 || 07:04 || 08:02 || 09:00 || 09:18 || 10:16 || 11:14 || 12:12 || 13:10 || 14:08 || 15:06 || 16:04 || 17:02 || 18:00
|-
! 19
| 19 || 01:18 || 02:17 || 03:16 || 04:15 || 05:14 || 06:13 || 07:12 || 08:11 || 09:10 || 10:09 || 11:08 || 12:07 || 13:06 || 14:05 || 15:04 || 16:03 || 17:02 || 18:01 || 19:00
|-
! 01:00
| 01:00 || 02:00 || 03:00 || 04:00 || 05:00 || 06:00 || 07:00 || 08:00 || 09:00 || 10:00 || 11:00 || 12:00 || 13:00 || 14:00 || 15:00 || 16:00 || 17:00 || 18:00 || 19:00 || 01:00:00
|}
== Pirminiai skaičiai-repunitai ==
* Pirminiai skaičiai dvidešimtainėje sistemoje susidedantys iš '''''p''''' vienetų, kur '''p''' yra šie: [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 17|17]], 1487, 31013, 48859, 61403...
== Pirminių skaičių atvirkštinės reikšmės ==
* '''Pirminių skaičių atvirkštinės reikšmės (1/p); bei visų iki 21 skaičių atvirkštinės reikšmės (1/n) (ir kai kurių pasirinktų)...
l.p. - periodo ilgis; pp=priešperiodė
2: 00,10:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
3: 00,06:13:06:13:06:13:06:13:06:13:06:13... l.p. = 2
4: 00,05:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
5: 00,04:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
6: 00,03:06:13:06:13:06:13:06:13:06:13:06:13... l.p. = 2+1pp
7: 00,02:17:02:17:02:17:02:17:02:17:02:17... l.p. = 2
8: 00,02:10:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
9: 00,02:04:08:17:15:11:02:04:08:17:15:11... l.p. = 6
10: 00,02:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
11: 00,01:16:07:05:09:01:16:07:05:09... l.p. = 5
12: 00,01:13:06:13:06:13:06:13:06:13:06:13:06... l.p. = 2+1pp
13: 00,01:10:15:07:13:16:18:09:04:12:06:03... l.p. = 12
14: 00,01:08:11:08:11:08:11:08:11:08:11:08:11... l.p. = 2+1pp
15: 00,01:06:13:06:13:06:13:06:13:06:13:06:13... l.p. = 2+1pp
16: 00,01:05:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
17: 00,01:03:10:11:15:05:17:12:18:16:09:08:04:14:02:07... l.p. = 16
18: 00,01:02:04:08:17:15:11:02:04:08:17:15:11... l.p. = 6+1pp
19: 00,01:01:01:01:01:01:01:01:01:01:01:01... l.p. = 1
20: 00,01:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
21: 00,00:19:00:19:00:19:00:19:00:19:00:19... l.p. = 2
23: 00,00:17:07:16:10:08:13:18:05:04:06:19:02:12:03:09:11:06:01:14:15:13... l.p. = 22
25: 00,00:16:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
27: 00,00:14:16:05:18:10:07:08:02:19:05:03:14:01:09:12:11:17... l.p. = 18
29: 00,00:13:15:17:04:16:11:00:13:15:17:04:16:11... l.p. = 7
31: 00,00:12:18:01:05:16:02:11:12:05:03:04:10:06:09... l.p. = 15
37: 00,00:10:16:04:06:09:14:11:17:16:15:02... l.p. = 36
41: 00,00:09:15:02:08:15:12:03:18:00:19:10:04:17:11:04:07:16:01:19... l.p. = 20
43: 00,00:09:06:00:18:12:01:17:04:03:14:08... l.p. = 42
47: 00,00:08:10:04:05:02:02:11:01:05:10:12... l.p. = 46
49: 00,00:08:03:05:06:02:08:19:11:16:14:13:17:11... l.p. = 14
53: 00,00:07:10:18:17:07:03:07:18:09:16:04... l.p. = 52
59: 00,00:06:15:11:17:05:15:05:01:13:17:19... l.p. = 29
61: 00,00:06:11:02:19:00:06:11:02:19... l.p. = 5
64: 00,00:06:05:00:00:00:00:00:00:00:00:00... l.p. = 0+3pp
67: 00,00:05:19:08:01:03:17:12:04:15:10:08... l.p. = 66
71: 00,00:05:12:13:10:08:09:00:05:12:13:10:08:09... l.p. = 7
73: 00,00:05:09:11:15:12:06:11:10:02:14:15... l.p. = 72
79: 00,00:05:01:05:06:06:11:12:18:04:11:02... l.p. = 39
81: 00,00:04:18:15:06:03:09:02:14:06:08:07... l.p. = 54
83: 00,00:04:16:07:14:04:06:14:18:15:18:01... l.p. = 82
89: 00,00:04:09:17:15:01:02:09:08:15:05:12... l.p. = 44
97: 00,00:04:02:09:09:13:16:05:15:09:05:11... l.p. = 32
101: 00,00:03:19:04:03:03:07:06:10:13:17:04... l.p. = 50
103: 00,00:03:17:13:07:19:04:09:06:08:03:02... l.p. = 102
107: 00,00:03:14:15:06:10:16:16:08:19:08:15... l.p. = 106
109: 00,00:03:13:07:17:15:19:05:06:08:08:16... l.p. = 54
113: 00,00:03:10:15:18:11:13:12:11:06:10:19... l.p. = 112
127: 00,00:03:02:19:16:17:00:03:02:19:16:17... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 3|6]]
128: 00,00:03:02:10:00:00:00:00:00:00:00:00... l.p. = 0+4pp
131: 00,00:03:01:01:07:09:12:07:06:11:05:19... l.p. = 65
137: 00,00:02:18:07:17:13:05:13:17:07:08:18... l.p. = 136
139: 00,00:02:17:11:01:11:13:01:17:08:04:00:11... l.p. = 69
149: 00,00:02:13:13:16:10:04:00:10:14:15:06... l.p. = 74
151: 00,00:02:12:19:12:01:01:03:16:16:08:09:10:14:11:07:16:05:16:11:02:10:06:12:09... l.p. = 25
157: 00,00:02:10:19:02:03:06:04:16:16:06:02... l.p. = 156
163: 00,00:02:09:01:11:18:00:14:14:09:11:08... l.p. = 162
167: 00,00:02:07:18:01:13:10:13:03:09:09:04... l.p. = 166
173: 00,00:02:06:04:17:02:03:18:12:05:01:14... l.p. = 172
179: 00,00:02:04:13:17:01:17:19:15:10:12:05... l.p. = 89
181: 00,00:02:04:03:19:11:03:04:01:15:07:03... l.p. = 90
191: 00,00:02:01:17:13:18:10:13:12:05:00:10... l.p. = 95
193: 00,00:02:01:09:00:06:04:07:00:18:13:01... l.p. = 64
197: 00,00:02:00:12:03:13:01:18:11:11:09:08... l.p. = 28
199: 00,00:02:00:04:00:08:00:16:01:12:03:04... l.p. = 99
211: 00,00:01:17:18:05:17:10:14:04:07:04:01... l.p. = 105
223: 00,00:01:15:17:09:15:10:06:05:11:04:04... l.p. = 222
...
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 3 - 49 ==
'''421: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]]'''
[[Pirminiai skaičiai/Unikiniai skaičiai: l = 4|401]]: ... l.p. = 4
251: ... l.p. = 5
32719: ... l.p. = 7
160001: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 8|8]]
64008001: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 9|9]]
152381: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 10|10]]
'''10778947368421: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]]'''
12277: ... l.p. = 12
3121: ... l.p. = 13
142559: ... l.p. = 13
9690539: ... l.p. = 13
827: ... l.p. = 14
10529: ... l.p. = 14
3001: ... l.p. = 15
261451: ... l.p. = 15
1505882353: ... l.p. = 16
'''689852631578947368421: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 17|17]]'''
307: ... l.p. = 18
69481: ... l.p. = 18
361 (=19<sup>2</sup>): 0,00:01:02:03:04:05:06:07:08:09:10:11:12:13:14:15:16:17:19... l.p. = '''19'''
75368484119: ... l.p. = 19
192696104561: ... l.p. = 19
2801: ... l.p. = 20
222361: ... l.p. = 20
460951: ... l.p. = 21
8442733531: ... l.p. = 21
424016563147: ... l.p. = 22
691: ... l.p. = 23
1381: ... l.p. = 23
46266279097921483078651: ... l.p. = 23
31177: ... l.p. = 24
821113: ... l.p. = 24
1451: ... l.p. = 25
1369801: ... l.p. = 25
7466201: ... l.p. = 25
46794901: ... l.p. = 25
2081: ... l.p. = 26
2549: ... l.p. = 26
735408649: ... l.p. = 26
879338701: ... l.p. = 27
298114935351301: ... l.p. = 27
14561: ... l.p. = 28
1424354653: ... l.p. = 28
929: ... l.p. = 29
10789: ... l.p. = 29
143609: ... l.p. = 29
466307299: ... l.p. = 29
71353204641689: ... l.p. = 29
26876632021: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 30|30]]
311: ... l.p. = 31
11161: ... l.p. = 31
1646101: ... l.p. = 31
340037881769: ... l.p. = 31
581740080393079: ... l.p. = 31
6756288659793814433: ... l.p. = 32
661: ... l.p. = 33
859: ... l.p. = 33
175462044485240500219: ... l.p. = 33
2567783: ... l.p. = 34
2640509: ... l.p. = 34
92054423: ... l.p. = 34
491: ... l.p. = 35
701: ... l.p. = 35
911: ... l.p. = 35
23311: ... l.p. = 35
164011: ... l.p. = 35
13295107990361: ... l.p. = 35
24877: ... l.p. = 36
4450002049: ... l.p. = 36
65269: ... l.p. = 37
2889957151: ... l.p. = 37
383493384240205993228059557962159: ... l.p. = 37
109850818001: ... l.p. = 38
2272727294381: ... l.p. = 38
1171: ... l.p. = 39
172311318287603732461: ... l.p. = 39
148721: ... l.p. = 40
4406613081041681: ... l.p. = 40
739: ... l.p. = 41
788985829969499330639: ... l.p. = 41
19850094536448035972954342201: ... l.p. = 41
2750161: ... l.p. = 42
36363727: ... l.p. = 42
369122321: ... l.p. = 43
12541974245083294274833711773684280721275134101: ... l.p. = 43
170770770413: ... l.p. = 44
6881957521693: ... l.p. = 44
53101: ... l.p. = 45
79083953101: ... l.p. = 45
3994611390415801: ... l.p. = 45
461: ... l.p. = 46
563041: ... l.p. = 46
3274400525856244223: ... l.p. = 46
1129: ... l.p. = 47
4889: ... l.p. = 47
790551835729: ... l.p. = 47
1930941642781: ... l.p. = 47
87910897915022054334374219609: ... l.p. = 47
675796129: ... l.p. = 48
969759919969: ... l.p. = 48
269737651: ... l.p. = 49
2488859795549: ... l.p. = 49
6551154092925933298930251891324599: ... l.p. = 49
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 50 - 99 ==
1038193734970398415809901: ... l.p. = 50
3061: ... l.p. = 51
60589: ... l.p. = 51
2200293635138152581356053802893789: ... l.p. = 51
502321: ... l.p. = 52
628605693732325702045277: ... l.p. = 52
593071: ... l.p. = 53
24540050076369381718561: ... l.p. = 53
3257272076316750353139146661697870498891: ... l.p. = 53
4483: ... l.p. = 54
99672121: ... l.p. = 54
1794112741: ... l.p. = 54
2209901: ... l.p. = 55
2571413672161047121: ... l.p. = 55
167103718909962607171187251: ... l.p. = 55
617: ... l.p. = 56
1009: ... l.p. = 56
28393: ... l.p. = 56
5417928377: ... l.p. = 56
175184754697: ... l.p. = 56
229: ... l.p. = 57
1374892397251: ... l.p. = 57
207373637974370334920244263016739: ... l.p. = 57
1741: ... l.p. = 58
10940140435272203: ... l.p. = 58
134223608855082547: ... l.p. = 58
709: ... l.p. = 59
32031477011: ... l.p. = 59
50552666868943321: ... l.p. = 59
4443043113983919668779: ... l.p. = 59
594796417554507257525081: ... l.p. = 59
71161: ... l.p. = 60
55191001: ... l.p. = 60
167283841: ... l.p. = 60
1831: ... l.p. = 61
1575631: ... l.p. = 61
74324733207911: ... l.p. = 61
5659784747821331230431654824725808002385097133154909051: ... l.p. = 61
40487: ... l.p. = 62
75269: ... l.p. = 62
335566676799518320433573040127: ... l.p. = 62
6679: ... l.p. = 63
10287600958458182504983419994609358363826919: ... l.p. = 63
577: ... l.p. = 64
641: ... l.p. = 64
6016843417749425380073724334377601: ... l.p. = 64
521: ... l.p. = 65
3511: ... l.p. = 65
4421: ... l.p. = 65
90481: ... l.p. = 65
4470064171: ... l.p. = 65
144142570154831: ... l.p. = 65
4329520082233745656921: ... l.p. = 65
38149: ... l.p. = 66
3049927: ... l.p. = 66
14121717629581: ... l.p. = 66
906779: ... l.p. = 67
607366391: ... l.p. = 67
141027529625834791277325880782894530434550121999834925322075700531980089: ... l.p. = 67
629433157137881: ... l.p. = 68
680653156857066936553996121: ... l.p. = 68
119553964489: ... l.p. = 69
113317059163579: ... l.p. = 69
887612944642122132741202450909: ... l.p. = 69
17921: ... l.p. = 70
7003781: ... l.p. = 70
31585261: ... l.p. = 70
4443547135861: ... l.p. = 70
201161092255316201234202042361: ... l.p. = 71
61777752739108975259079961779208763786873373427879250247440461: ... l.p. = 71
31177: ... l.p. = 72
821113: ... l.p. = 72
4468393: ... l.p. = 72
51433451961886233152209: ... l.p. = 72
92419: ... l.p. = 73
6412324721641: ... l.p. = 73
8388017164299528473137529640945135276336333707655875659563939090886233451999: ... l.p. = 73
149: ... l.p. = 74
368447: ... l.p. = 74
9609038940231949: ... l.p. = 74
124065005275823894023123: ... l.p. = 74
11251: ... l.p. = 75
9308203137060768572251: ... l.p. = 75
104988737576990732806404001: ... l.p. = 75
362478049: ... l.p. = 76
2622927733: ... l.p. = 76
72098698642633148592794795053: ... l.p. = 76
11591111347512862858060061: ... l.p. = 77
94492701984716091424823399007224633473246602866536721: ... l.p. = 77
1340743: ... l.p. = 78
571945141: ... l.p. = 78
22969682841393367: ... l.p. = 78
26861: ... l.p. = 79
7731160503875069: ... l.p. = 79
4178614725165165091: ... l.p. = 79
52283868973702536169: ... l.p. = 79
7012116809755762514267308698568975988864311: ... l.p. = 79
76001: ... l.p. = 80
32018865275041: ... l.p. = 80
176495898629033039186561: ... l.p. = 80
150773239: ... l.p. = 81
7599707813206155097384225291: ... l.p. = 81
15721667458073376459082354447584949: ... l.p. = 81
83: ... l.p. = 82
1723: ... l.p. = 82
824754607: ... l.p. = 82
5641617587: ... l.p. = 82
2490949949323610858879377601: ... l.p. = 82
27817851030769: ... l.p. = 83
2871487521092731391: ... l.p. = 83
414249085636225553185611071: ... l.p. = 83
1538310379327087356765985018066468033557956350069: ... l.p. = 83
1464961: ... l.p. = 84
8651161: ... l.p. = 84
1327100500372993081: ... l.p. = 84
2230061: ... l.p. = 85
455851601: ... l.p. = 85
18510970711: ... l.p. = 85
36372797968360681: ... l.p. = 85
126433576549825993751: ... l.p. = 85
2025046074983629951481: ... l.p. = 85
947: ... l.p. = 86
4423036668279780761301352642429727962990898576959823: ... l.p. = 86
349: ... l.p. = 87
8179: ... l.p. = 87
564979: ... l.p. = 87
1177459: ... l.p. = 87
3605403851353821123741083595382953185544609831777342451: ... l.p. = 87
34057: ... l.p. = 88
40094590244240929: ... l.p. = 88
8052021825835726849770514382617: ... l.p. = 88
179: ... l.p. = 89
335939325419: ... l.p. = 89
1547547240361: ... l.p. = 89
133724350874825473368329: ... l.p. = 89
261786786940548104294757775699593263493783883864102345432362297509: ... l.p. = 89
541: ... l.p. = 90
1621: ... l.p. = 90
54541: ... l.p. = 90
1938171611440030321: ... l.p. = 90
104933918101562798067516186656513621: ... l.p. = 91
42753079684768103157355121804168940801106384712792554767161: ... l.p. = 91
6373576093: ... l.p. = 92
10725299405489: ... l.p. = 92
25671002444875098778617582252548213: ... l.p. = 92
1489: ... l.p. = 93
735669815930822532937503688968508571966425959548932871142136554846387363229: ... l.p. = 93
6863: ... l.p. = 94
64109: ... l.p. = 94
1523201995370741149853911341808474202883334149728543: ... l.p. = 94
191: ... l.p. = 95
571: ... l.p. = 95
761: ... l.p. = 95
43891: ... l.p. = 95
189137401: ... l.p. = 95
2741840791: ... l.p. = 95
328942854011: ... l.p. = 95
1894266356321: ... l.p. = 95
64100641881631: ... l.p. = 95
59457999092908767491225521: ... l.p. = 95
10369: ... l.p. = 96
41421229588195582987688749156138489729: ... l.p. = 96
53678965801: ... l.p. = 97
3458308355911001: ... l.p. = 97
375921460689078723273556870099: ... l.p. = 97
49613947804350394354357836874439: ... l.p. = 97
24087249964807710583843491880243798561: ... l.p. = 97
628292358238289452269193508271835428805485714102857143: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 98|98]]
199: ... l.p. = 99
12992593428389191667383293584162419: ... l.p. = 99
445857960156220211502282409711073343103021: ... l.p. = 99
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 100 - 149 ==
10995116277758926258176000104857599999989760000000001: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 100|100]]
== Taip pat žiūrėkite ==
* Žemesnę: [[Devynioliktainė skaičiavimo sistema]]
* Aukštesnę: [[21 bazės skaičiavimo sistema]]
[[Kategorija:LT]]
[[Kategorija:Skaičiavimo sistemos|20]]
[[Kategorija:Kusurija|20]]
[[cs:Číselné soustavy/Dvacítková soustava]]
r4gllzgak64a4zhc3fgefpyhvmuqmzm
384784
384783
2026-06-23T21:19:55Z
AtUkr
17909
AtUkr moved page [[User:Kusurija.Dvidešimtainė skaičiavimo sistema]] to [[User:Kusurija/Dvidešimtainė skaičiavimo sistema]] without leaving a redirect: Misspelled title
154922
wikitext
text/x-wiki
Čia yra 100 % mokslinis naujumas. Tai nereiškia, jog čia paskelbtos informacijos nebūtų žinomos (absoliuti dauguma žinoma nuo senovės, dauguma likučio nuo naujųjų laikų pradžios o tik niekinis likutis paskutiniais dešimtmečiais); mokslinis naujumas slypi šių informacijų išdėstymo būde ir nurodytose sąsajose. Taip pat žiūrėkite [[:w:en:Vigesimal|en:Dvidešimtainę skaičiavimo sistemą]].<br />
'''Pradedant aštuonioliktaine skaičiavimo sistema, skaičių simboliams < 10<sub>(10)</sub> pridedamas kairėje papildomas nulis ir tokiu būdų iki 19<sub>(10)</sub> naudojami dviženkliai simboliai, atskirti tarpusavyje dvitaškiu (:). Dvitaškis nenaudojamas iki 19<sub>(10)</sub>, t.y. 00<sub>(20)</sub> - 19<sub>(20)</sub>'''.
== Skaičių eilė ==
'''Skaičių eilė''' (* paženklinti pirminiai, ** n-laipsniu pakelti pirminiai skaičiai)<br />
00, 01, 02*, 03*, 04**, 05*, 06, 07*, 08**, 09**, 10, 11*, 12, 13*, 14, 15, 16**, 17*, 18, 19*, 01:00,
01:01, 01:02, 01:03*, 01:04, 01:05**, 01:06, 01:07**, 01:08, 01:09*, 01:10, 01:11*, 01:12**, 01:13, 01:14, 01:15, 01:16, 01:17*, 01:18, 01:19, 02:00,
02:01*, 02:02, 02:03*, 02:04, 02:05, 02:06, 02:07*, 02:08, 02:09**, 02:10, 02:11, 02:12, 02:13*, 02:14, 02:15, 02:16, 02:17, 02:18, 02:19*, 03:00,
03:01*, 03:02, 03:03, 03:04**, 03:05, 03:06, 03:07*, 03:08, 03:09, 03:10, 03:11*, 03:12, 03:13*, 03:14, 03:15, 03:16, 03:17, 03:18, 03:19*, 04:00,
04:01**, 04:02, 04:03*, 04:04, 04:05, 04:06, 04:07, 04:08, 04:09*, 04:10, 04:11, 04:12, 04:13, 04:14, 04:15, 04:16, 04:17*, 04:18, 04:19, 05:00,
05:01*, 05:02, 05:03*, 05:04, 05:05, 05:06, 05:07*, 05:08, 05:09*, 05:10, 05:11, 05:12, 05:13*, 05:14, 05:15, 05:16, 05:17, 05:18, 05:19, 06:00,
06:01**, 06:02, 06:03, 06:04, 06:05**, 06:06, 06:07*, 06:08**, 06:09, 06:10, 06:11*, 06:12, 06:13, 06:14, 06:15, 06:16, 06:17*, 06:18, 06:19*, 07:00,
07:01, 07:02, 07:03, 07:04, 07:05, 07:06, 07:07, 07:08, 07:09*, 07:10, 07:11*, 07:12, 07:13, 07:14, 07:15, 07:16, 07:17*, 07:18, 07:19, 08:00,
08:01, 08:02, 08:03*, 08:04, 08:05, 08:06, 08:07*, 08:08, 08:09**, 08:10, 08:11, 08:12, 08:13*, 08:14, 08:15, 08:16, 08:17, 08:18, 08:19*, 09:00,
09:01*, 09:02, 09:03, 09:04, 09:05, 09:06, 09:07, 09:08, 09:09, 09:10, 09:11*, 09:12, 09:13*, 09:14, 09:15, 09:16, 09:17*, 09:18, 09:19*, 10:00,
10:01, 10:02, 10:03, 10:04, 10:05, 10:06, 10:07, 10:08, 10:09, 10:10, 10:11*, 10:12, 10:13, 10:14, 10:15, 10:16, 10:17, 10:18, 10:19, 11:00,
11:01, 11:02, 11:03*, 11:04, 11:05, 11:06, 11:07*, 11:08, 11:09*, 11:10, 11:11, 11:12, 11:13*, 11:14, 11:15, 11:16, 11:17, 11:18, 11:19*, 12:00,
12:01*, 12:02, 12:03**, 12:04, 12:05, 12:06, 12:07, 12:08, 12:09, 12:10, 12:11*, 12:12, 12:13, 12:14, 12:15, 12:16**, 12:17*, 12:18, 12:19, 13:00,
13:01, 13:02, 13:03*, 13:04, 13:05, 13:06, 13:07, 13:08, 13:09*, 13:10, 13:11*, 13:12, 13:13, 13:14, 13:15, 13:16, 13:17*, 13:18, 13:19, 14:00,
14:01*, 14:02, 14:03*, 14:04, 14:05, 14:06, 14:07, 14:08, 14:09**, 14:10, 14:11, 14:12, 14:13*, 14:14, 14:15, 14:16, 14:17, 14:18, 14:19, 15:00,
15:01, 15:02, 15:03, 15:04, 15:05, 15:06, 15:07*, 15:08, 15:09, 15:10, 15:11*, 15:12, 15:13*, 15:14, 15:15, 15:16, 15:17*, 15:18, 15:19, 16:00,
16:01, 16:02, 16:03, 16:04, 16:05, 16:06, 16:07, 16:08, 16:09, 16:10, 16:11*, 16:12, 16:13, 16:14, 16:15, 16:16, 16:17*, 16:18, 16:19, 17:00,
17:01, 17:02, 17:03**, 17:04, 17:05, 17:06, 17:07*, 17:08, 17:09*, 17:10, 17:11, 17:12, 17:13*, 17:14, 17:15, 17:16, 17:17, 17:18, 17:19*, 18:00,
18:01**, 18:02, 18:03, 18:04, 18:05, 18:06, 18:07*, 18:08, 18:09, 18:10, 18:11, 18:12, 18:13*, 18:14, 18:15, 18:16, 18:17*, 18:18, 18:19*, 19:00,
19:01, 19:02, 19:03*, 19:04, 19:05, 19:06, 19:07, 19:08, 19:09*, 19:10, 19:11, 19:12, 19:13, 19:14, 19:15, 19:16, 19:17*, 19:18, 19:19, 01:00:00,
01:00:01*, ...
== Daugybos lentelė ==
{| class="wikitable"
|+ Dvidešimtainės sistemos daugybos lentelė
|-
! × || 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 01:00
|-
! 01
| 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 01:00
|-
! 02
| 02 || 04 || 06 || 08 || 10 ||12 || 14 || 16 || 18 || 01:00 || 01:02 || 01:04 || 01:06 || 01:08 || 01:10 || 01:12 || 01:14 || 01:16 || 01:18 || 02:00
|-
! 03
| 03 || 06 || 09 || 12 || 15 || 18 || 01:01 || 01:04 || 01:07 || 01:10 || 01:13 || 01:16 || 01:19 || 02:02 || 02:05 || 02:08 || 02:11 || 02:14 || 02:17 || 03:00
|-
! 04
| 04 || 08 || 12 || 16 || 01:00 || 01:04 || 01:08 || 01:12 || 01:16 || 02:00 || 02:04 || 02:08 || 02:12 || 02:16 || 03:00 || 03:04 || 03:08 || 03:12 || 03:16 || 04:00
|-
! 05
| 05 || 10 || 15 || 01:00 || 01:05 || 01:10 || 01:15 || 02:00 || 02:05 || 02:10 || 02:15 || 03:00 || 03:05 || 03:10 || 03:15 || 04:00 || 04:05 || 04:10 || 04:15 || 05:00
|-
! 06
| 06 || 12 || 18 || 01:04 || 01:10 || 01:16 || 02:02 || 02:08 || 02:14 || 03:00 || 03:06 || 03:12 || 03:18 || 04:04 || 04:10 || 04:16 || 05:02 || 05:08 || 05:14 || 06:00
|-
! 07
| 07 || 14 || 01:01 || 01:08 || 01:15 || 02:02 || 02:09 || 02:16 || 03:03 || 03:10 || 03:17 || 04:04 || 04:11 || 04:18 || 05:05 || 05:12 || 05:19 || 06:06 || 06:13 || 07:00
|-
! 08
| 08 || 16 || 01:04 || 01:12 || 02:00 || 02:08 || 02:16 || 03:04 || 03:12 || 04:00 || 04:08 || 04:16 || 05:04 || 05:12 || 06:00 || 06:08 || 06:16 || 07:04 || 07:12 || 08:00
|-
! 09
| 09 || 18 || 01:07 || 01:16 || 02:05 || 02:14 || 03:03 || 03:12 || 04:01 || 04:10 || 04:19 || 05:08 || 05:17 || 06:06 || 06:15 || 07:04 || 07:13 || 08:02 || 08:11 || 09:00
|-
! 10
| 10 || 01:00 || 01:10 || 02:00 || 02:10 || 03:00 || 03:10 || 04:00 || 04:10 || 05:00 || 05:10 || 06:00 || 06:10 || 07:00 || 07:10 || 08:00 || 08:10 || 09:00 || 09:10 || 10:00
|-
! 11
| 11 || 01:02 || 01:13 || 02:04 || 02:15 || 03:06 || 03:17 || 04:08 || 04:19 || 05:10 || 06:01 || 06:12 || 07:03 || 07:14 || 08:05 || 08:16 || 09:07 || 09:18 || 10:09 || 11:00
|-
! 12
| 12 || 01:04 || 01:16 || 02:08 || 03:00 || 03:12 || 04:04 || 04:16 || 05:08 || 06:00 || 06:12 || 07:04 || 07:16 || 08:08 || 09:00 || 09:12 || 10:04 || 10:16 || 11:08 || 12:00
|-
! 13
| 13 || 01:06 || 01:19 || 02:12 || 03:05 || 03:18 || 04:11 || 05:04 || 05:17 || 06:10 || 07:03 || 07:16 || 08:09 || 09:02 || 09:15 || 10:08 || 11:01 || 11:14 || 12:07 || 13:00
|-
! 14
| 14 || 01:08 || 02:02 || 02:16 || 03:10 || 04:04 || 04:18 || 05:12 || 06:06 || 07:00 || 07:14 || 08:08 || 09:02 || 09:16 || 10:10 || 11:04 || 11:18 || 12:12 || 13:06 || 14:00
|-
! 15
| 15 || 01:10 || 02:05 || 03:00 || 03:15 || 04:10 || 05:05 || 06:00 || 06:15 || 07:10 || 08:05 || 09:00 || 09:15 || 10:10 || 11:05 || 12:00 || 12:15 || 13:10 || 14:05 || 15:00
|-
! 16
| 16 || 01:12 || 02:08 || 03:04 || 04:00 || 04:16 || 05:12 || 06:08 || 07:04 || 08:00 || 08:16 || 09:12 || 10:08 || 11:04 || 12:00 || 12:16 || 13:12 || 14:08 || 15:04 || 16:00
|-
! 17
| 17 || 01:14 || 02:11 || 03:08 || 04:05 || 05:02 || 05:19 || 06:16 || 07:13 || 08:10 || 09:07 || 10:04 || 11:01 || 11:18 || 12:15 || 13:12 || 14:09 || 15:06 || 16:03 || 17:00
|-
! 18
| 18 || 01:16 || 02:14 || 03:12 || 04:10 || 05:08 || 06:06 || 07:04 || 08:02 || 09:00 || 09:18 || 10:16 || 11:14 || 12:12 || 13:10 || 14:08 || 15:06 || 16:04 || 17:02 || 18:00
|-
! 19
| 19 || 01:18 || 02:17 || 03:16 || 04:15 || 05:14 || 06:13 || 07:12 || 08:11 || 09:10 || 10:09 || 11:08 || 12:07 || 13:06 || 14:05 || 15:04 || 16:03 || 17:02 || 18:01 || 19:00
|-
! 01:00
| 01:00 || 02:00 || 03:00 || 04:00 || 05:00 || 06:00 || 07:00 || 08:00 || 09:00 || 10:00 || 11:00 || 12:00 || 13:00 || 14:00 || 15:00 || 16:00 || 17:00 || 18:00 || 19:00 || 01:00:00
|}
== Pirminiai skaičiai-repunitai ==
* Pirminiai skaičiai dvidešimtainėje sistemoje susidedantys iš '''''p''''' vienetų, kur '''p''' yra šie: [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 17|17]], 1487, 31013, 48859, 61403...
== Pirminių skaičių atvirkštinės reikšmės ==
* '''Pirminių skaičių atvirkštinės reikšmės (1/p); bei visų iki 21 skaičių atvirkštinės reikšmės (1/n) (ir kai kurių pasirinktų)...
l.p. - periodo ilgis; pp=priešperiodė
2: 00,10:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
3: 00,06:13:06:13:06:13:06:13:06:13:06:13... l.p. = 2
4: 00,05:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
5: 00,04:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
6: 00,03:06:13:06:13:06:13:06:13:06:13:06:13... l.p. = 2+1pp
7: 00,02:17:02:17:02:17:02:17:02:17:02:17... l.p. = 2
8: 00,02:10:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
9: 00,02:04:08:17:15:11:02:04:08:17:15:11... l.p. = 6
10: 00,02:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
11: 00,01:16:07:05:09:01:16:07:05:09... l.p. = 5
12: 00,01:13:06:13:06:13:06:13:06:13:06:13:06... l.p. = 2+1pp
13: 00,01:10:15:07:13:16:18:09:04:12:06:03... l.p. = 12
14: 00,01:08:11:08:11:08:11:08:11:08:11:08:11... l.p. = 2+1pp
15: 00,01:06:13:06:13:06:13:06:13:06:13:06:13... l.p. = 2+1pp
16: 00,01:05:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
17: 00,01:03:10:11:15:05:17:12:18:16:09:08:04:14:02:07... l.p. = 16
18: 00,01:02:04:08:17:15:11:02:04:08:17:15:11... l.p. = 6+1pp
19: 00,01:01:01:01:01:01:01:01:01:01:01:01... l.p. = 1
20: 00,01:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
21: 00,00:19:00:19:00:19:00:19:00:19:00:19... l.p. = 2
23: 00,00:17:07:16:10:08:13:18:05:04:06:19:02:12:03:09:11:06:01:14:15:13... l.p. = 22
25: 00,00:16:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
27: 00,00:14:16:05:18:10:07:08:02:19:05:03:14:01:09:12:11:17... l.p. = 18
29: 00,00:13:15:17:04:16:11:00:13:15:17:04:16:11... l.p. = 7
31: 00,00:12:18:01:05:16:02:11:12:05:03:04:10:06:09... l.p. = 15
37: 00,00:10:16:04:06:09:14:11:17:16:15:02... l.p. = 36
41: 00,00:09:15:02:08:15:12:03:18:00:19:10:04:17:11:04:07:16:01:19... l.p. = 20
43: 00,00:09:06:00:18:12:01:17:04:03:14:08... l.p. = 42
47: 00,00:08:10:04:05:02:02:11:01:05:10:12... l.p. = 46
49: 00,00:08:03:05:06:02:08:19:11:16:14:13:17:11... l.p. = 14
53: 00,00:07:10:18:17:07:03:07:18:09:16:04... l.p. = 52
59: 00,00:06:15:11:17:05:15:05:01:13:17:19... l.p. = 29
61: 00,00:06:11:02:19:00:06:11:02:19... l.p. = 5
64: 00,00:06:05:00:00:00:00:00:00:00:00:00... l.p. = 0+3pp
67: 00,00:05:19:08:01:03:17:12:04:15:10:08... l.p. = 66
71: 00,00:05:12:13:10:08:09:00:05:12:13:10:08:09... l.p. = 7
73: 00,00:05:09:11:15:12:06:11:10:02:14:15... l.p. = 72
79: 00,00:05:01:05:06:06:11:12:18:04:11:02... l.p. = 39
81: 00,00:04:18:15:06:03:09:02:14:06:08:07... l.p. = 54
83: 00,00:04:16:07:14:04:06:14:18:15:18:01... l.p. = 82
89: 00,00:04:09:17:15:01:02:09:08:15:05:12... l.p. = 44
97: 00,00:04:02:09:09:13:16:05:15:09:05:11... l.p. = 32
101: 00,00:03:19:04:03:03:07:06:10:13:17:04... l.p. = 50
103: 00,00:03:17:13:07:19:04:09:06:08:03:02... l.p. = 102
107: 00,00:03:14:15:06:10:16:16:08:19:08:15... l.p. = 106
109: 00,00:03:13:07:17:15:19:05:06:08:08:16... l.p. = 54
113: 00,00:03:10:15:18:11:13:12:11:06:10:19... l.p. = 112
127: 00,00:03:02:19:16:17:00:03:02:19:16:17... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 3|6]]
128: 00,00:03:02:10:00:00:00:00:00:00:00:00... l.p. = 0+4pp
131: 00,00:03:01:01:07:09:12:07:06:11:05:19... l.p. = 65
137: 00,00:02:18:07:17:13:05:13:17:07:08:18... l.p. = 136
139: 00,00:02:17:11:01:11:13:01:17:08:04:00:11... l.p. = 69
149: 00,00:02:13:13:16:10:04:00:10:14:15:06... l.p. = 74
151: 00,00:02:12:19:12:01:01:03:16:16:08:09:10:14:11:07:16:05:16:11:02:10:06:12:09... l.p. = 25
157: 00,00:02:10:19:02:03:06:04:16:16:06:02... l.p. = 156
163: 00,00:02:09:01:11:18:00:14:14:09:11:08... l.p. = 162
167: 00,00:02:07:18:01:13:10:13:03:09:09:04... l.p. = 166
173: 00,00:02:06:04:17:02:03:18:12:05:01:14... l.p. = 172
179: 00,00:02:04:13:17:01:17:19:15:10:12:05... l.p. = 89
181: 00,00:02:04:03:19:11:03:04:01:15:07:03... l.p. = 90
191: 00,00:02:01:17:13:18:10:13:12:05:00:10... l.p. = 95
193: 00,00:02:01:09:00:06:04:07:00:18:13:01... l.p. = 64
197: 00,00:02:00:12:03:13:01:18:11:11:09:08... l.p. = 28
199: 00,00:02:00:04:00:08:00:16:01:12:03:04... l.p. = 99
211: 00,00:01:17:18:05:17:10:14:04:07:04:01... l.p. = 105
223: 00,00:01:15:17:09:15:10:06:05:11:04:04... l.p. = 222
...
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 3 - 49 ==
'''421: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]]'''
[[Pirminiai skaičiai/Unikiniai skaičiai: l = 4|401]]: ... l.p. = 4
251: ... l.p. = 5
32719: ... l.p. = 7
160001: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 8|8]]
64008001: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 9|9]]
152381: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 10|10]]
'''10778947368421: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]]'''
12277: ... l.p. = 12
3121: ... l.p. = 13
142559: ... l.p. = 13
9690539: ... l.p. = 13
827: ... l.p. = 14
10529: ... l.p. = 14
3001: ... l.p. = 15
261451: ... l.p. = 15
1505882353: ... l.p. = 16
'''689852631578947368421: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 17|17]]'''
307: ... l.p. = 18
69481: ... l.p. = 18
361 (=19<sup>2</sup>): 0,00:01:02:03:04:05:06:07:08:09:10:11:12:13:14:15:16:17:19... l.p. = '''19'''
75368484119: ... l.p. = 19
192696104561: ... l.p. = 19
2801: ... l.p. = 20
222361: ... l.p. = 20
460951: ... l.p. = 21
8442733531: ... l.p. = 21
424016563147: ... l.p. = 22
691: ... l.p. = 23
1381: ... l.p. = 23
46266279097921483078651: ... l.p. = 23
31177: ... l.p. = 24
821113: ... l.p. = 24
1451: ... l.p. = 25
1369801: ... l.p. = 25
7466201: ... l.p. = 25
46794901: ... l.p. = 25
2081: ... l.p. = 26
2549: ... l.p. = 26
735408649: ... l.p. = 26
879338701: ... l.p. = 27
298114935351301: ... l.p. = 27
14561: ... l.p. = 28
1424354653: ... l.p. = 28
929: ... l.p. = 29
10789: ... l.p. = 29
143609: ... l.p. = 29
466307299: ... l.p. = 29
71353204641689: ... l.p. = 29
26876632021: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 30|30]]
311: ... l.p. = 31
11161: ... l.p. = 31
1646101: ... l.p. = 31
340037881769: ... l.p. = 31
581740080393079: ... l.p. = 31
6756288659793814433: ... l.p. = 32
661: ... l.p. = 33
859: ... l.p. = 33
175462044485240500219: ... l.p. = 33
2567783: ... l.p. = 34
2640509: ... l.p. = 34
92054423: ... l.p. = 34
491: ... l.p. = 35
701: ... l.p. = 35
911: ... l.p. = 35
23311: ... l.p. = 35
164011: ... l.p. = 35
13295107990361: ... l.p. = 35
24877: ... l.p. = 36
4450002049: ... l.p. = 36
65269: ... l.p. = 37
2889957151: ... l.p. = 37
383493384240205993228059557962159: ... l.p. = 37
109850818001: ... l.p. = 38
2272727294381: ... l.p. = 38
1171: ... l.p. = 39
172311318287603732461: ... l.p. = 39
148721: ... l.p. = 40
4406613081041681: ... l.p. = 40
739: ... l.p. = 41
788985829969499330639: ... l.p. = 41
19850094536448035972954342201: ... l.p. = 41
2750161: ... l.p. = 42
36363727: ... l.p. = 42
369122321: ... l.p. = 43
12541974245083294274833711773684280721275134101: ... l.p. = 43
170770770413: ... l.p. = 44
6881957521693: ... l.p. = 44
53101: ... l.p. = 45
79083953101: ... l.p. = 45
3994611390415801: ... l.p. = 45
461: ... l.p. = 46
563041: ... l.p. = 46
3274400525856244223: ... l.p. = 46
1129: ... l.p. = 47
4889: ... l.p. = 47
790551835729: ... l.p. = 47
1930941642781: ... l.p. = 47
87910897915022054334374219609: ... l.p. = 47
675796129: ... l.p. = 48
969759919969: ... l.p. = 48
269737651: ... l.p. = 49
2488859795549: ... l.p. = 49
6551154092925933298930251891324599: ... l.p. = 49
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 50 - 99 ==
1038193734970398415809901: ... l.p. = 50
3061: ... l.p. = 51
60589: ... l.p. = 51
2200293635138152581356053802893789: ... l.p. = 51
502321: ... l.p. = 52
628605693732325702045277: ... l.p. = 52
593071: ... l.p. = 53
24540050076369381718561: ... l.p. = 53
3257272076316750353139146661697870498891: ... l.p. = 53
4483: ... l.p. = 54
99672121: ... l.p. = 54
1794112741: ... l.p. = 54
2209901: ... l.p. = 55
2571413672161047121: ... l.p. = 55
167103718909962607171187251: ... l.p. = 55
617: ... l.p. = 56
1009: ... l.p. = 56
28393: ... l.p. = 56
5417928377: ... l.p. = 56
175184754697: ... l.p. = 56
229: ... l.p. = 57
1374892397251: ... l.p. = 57
207373637974370334920244263016739: ... l.p. = 57
1741: ... l.p. = 58
10940140435272203: ... l.p. = 58
134223608855082547: ... l.p. = 58
709: ... l.p. = 59
32031477011: ... l.p. = 59
50552666868943321: ... l.p. = 59
4443043113983919668779: ... l.p. = 59
594796417554507257525081: ... l.p. = 59
71161: ... l.p. = 60
55191001: ... l.p. = 60
167283841: ... l.p. = 60
1831: ... l.p. = 61
1575631: ... l.p. = 61
74324733207911: ... l.p. = 61
5659784747821331230431654824725808002385097133154909051: ... l.p. = 61
40487: ... l.p. = 62
75269: ... l.p. = 62
335566676799518320433573040127: ... l.p. = 62
6679: ... l.p. = 63
10287600958458182504983419994609358363826919: ... l.p. = 63
577: ... l.p. = 64
641: ... l.p. = 64
6016843417749425380073724334377601: ... l.p. = 64
521: ... l.p. = 65
3511: ... l.p. = 65
4421: ... l.p. = 65
90481: ... l.p. = 65
4470064171: ... l.p. = 65
144142570154831: ... l.p. = 65
4329520082233745656921: ... l.p. = 65
38149: ... l.p. = 66
3049927: ... l.p. = 66
14121717629581: ... l.p. = 66
906779: ... l.p. = 67
607366391: ... l.p. = 67
141027529625834791277325880782894530434550121999834925322075700531980089: ... l.p. = 67
629433157137881: ... l.p. = 68
680653156857066936553996121: ... l.p. = 68
119553964489: ... l.p. = 69
113317059163579: ... l.p. = 69
887612944642122132741202450909: ... l.p. = 69
17921: ... l.p. = 70
7003781: ... l.p. = 70
31585261: ... l.p. = 70
4443547135861: ... l.p. = 70
201161092255316201234202042361: ... l.p. = 71
61777752739108975259079961779208763786873373427879250247440461: ... l.p. = 71
31177: ... l.p. = 72
821113: ... l.p. = 72
4468393: ... l.p. = 72
51433451961886233152209: ... l.p. = 72
92419: ... l.p. = 73
6412324721641: ... l.p. = 73
8388017164299528473137529640945135276336333707655875659563939090886233451999: ... l.p. = 73
149: ... l.p. = 74
368447: ... l.p. = 74
9609038940231949: ... l.p. = 74
124065005275823894023123: ... l.p. = 74
11251: ... l.p. = 75
9308203137060768572251: ... l.p. = 75
104988737576990732806404001: ... l.p. = 75
362478049: ... l.p. = 76
2622927733: ... l.p. = 76
72098698642633148592794795053: ... l.p. = 76
11591111347512862858060061: ... l.p. = 77
94492701984716091424823399007224633473246602866536721: ... l.p. = 77
1340743: ... l.p. = 78
571945141: ... l.p. = 78
22969682841393367: ... l.p. = 78
26861: ... l.p. = 79
7731160503875069: ... l.p. = 79
4178614725165165091: ... l.p. = 79
52283868973702536169: ... l.p. = 79
7012116809755762514267308698568975988864311: ... l.p. = 79
76001: ... l.p. = 80
32018865275041: ... l.p. = 80
176495898629033039186561: ... l.p. = 80
150773239: ... l.p. = 81
7599707813206155097384225291: ... l.p. = 81
15721667458073376459082354447584949: ... l.p. = 81
83: ... l.p. = 82
1723: ... l.p. = 82
824754607: ... l.p. = 82
5641617587: ... l.p. = 82
2490949949323610858879377601: ... l.p. = 82
27817851030769: ... l.p. = 83
2871487521092731391: ... l.p. = 83
414249085636225553185611071: ... l.p. = 83
1538310379327087356765985018066468033557956350069: ... l.p. = 83
1464961: ... l.p. = 84
8651161: ... l.p. = 84
1327100500372993081: ... l.p. = 84
2230061: ... l.p. = 85
455851601: ... l.p. = 85
18510970711: ... l.p. = 85
36372797968360681: ... l.p. = 85
126433576549825993751: ... l.p. = 85
2025046074983629951481: ... l.p. = 85
947: ... l.p. = 86
4423036668279780761301352642429727962990898576959823: ... l.p. = 86
349: ... l.p. = 87
8179: ... l.p. = 87
564979: ... l.p. = 87
1177459: ... l.p. = 87
3605403851353821123741083595382953185544609831777342451: ... l.p. = 87
34057: ... l.p. = 88
40094590244240929: ... l.p. = 88
8052021825835726849770514382617: ... l.p. = 88
179: ... l.p. = 89
335939325419: ... l.p. = 89
1547547240361: ... l.p. = 89
133724350874825473368329: ... l.p. = 89
261786786940548104294757775699593263493783883864102345432362297509: ... l.p. = 89
541: ... l.p. = 90
1621: ... l.p. = 90
54541: ... l.p. = 90
1938171611440030321: ... l.p. = 90
104933918101562798067516186656513621: ... l.p. = 91
42753079684768103157355121804168940801106384712792554767161: ... l.p. = 91
6373576093: ... l.p. = 92
10725299405489: ... l.p. = 92
25671002444875098778617582252548213: ... l.p. = 92
1489: ... l.p. = 93
735669815930822532937503688968508571966425959548932871142136554846387363229: ... l.p. = 93
6863: ... l.p. = 94
64109: ... l.p. = 94
1523201995370741149853911341808474202883334149728543: ... l.p. = 94
191: ... l.p. = 95
571: ... l.p. = 95
761: ... l.p. = 95
43891: ... l.p. = 95
189137401: ... l.p. = 95
2741840791: ... l.p. = 95
328942854011: ... l.p. = 95
1894266356321: ... l.p. = 95
64100641881631: ... l.p. = 95
59457999092908767491225521: ... l.p. = 95
10369: ... l.p. = 96
41421229588195582987688749156138489729: ... l.p. = 96
53678965801: ... l.p. = 97
3458308355911001: ... l.p. = 97
375921460689078723273556870099: ... l.p. = 97
49613947804350394354357836874439: ... l.p. = 97
24087249964807710583843491880243798561: ... l.p. = 97
628292358238289452269193508271835428805485714102857143: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 98|98]]
199: ... l.p. = 99
12992593428389191667383293584162419: ... l.p. = 99
445857960156220211502282409711073343103021: ... l.p. = 99
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 100 - 149 ==
10995116277758926258176000104857599999989760000000001: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 100|100]]
== Taip pat žiūrėkite ==
* Žemesnę: [[Devynioliktainė skaičiavimo sistema]]
* Aukštesnę: [[21 bazės skaičiavimo sistema]]
[[Kategorija:LT]]
[[Kategorija:Skaičiavimo sistemos|20]]
[[Kategorija:Kusurija|20]]
[[cs:Číselné soustavy/Dvacítková soustava]]
r4gllzgak64a4zhc3fgefpyhvmuqmzm
User:Kusurija/Devynioliktainė skaičiavimo sistema
2
25633
384785
155252
2026-06-23T21:20:20Z
AtUkr
17909
AtUkr moved page [[Devynioliktainė skaičiavimo sistema]] to [[User:Kusurija/Devynioliktainė skaičiavimo sistema]] without leaving a redirect
155252
wikitext
text/x-wiki
Čia yra 100 % mokslinis naujumas. Tai nereiškia, jog čia paskelbtos informacijos nebūtų žinomos (absoliuti dauguma žinoma nuo senovės, dauguma likučio nuo naujųjų laikų pradžios o tik niekinis likutis paskutiniais dešimtmečiais); mokslinis naujumas slypi šių informacijų išdėstymo būde ir nurodytose sąsajose.<br />
'''Pradedant aštuonioliktaine skaičiavimo sistema, skaičių simboliams < 10<sub>(10)</sub> pridedamas kairėje papildomas nulis ir tokiu būdų iki 18<sub>(10)</sub> naudojami dviženkliai simboliai, atskirti tarpusavyje dvitaškiu (:). Dvitaškis nenaudojamas iki 18<sub>(10)</sub>, t.y. 00<sub>(19)</sub> - 18<sub>(19)</sub>'''.
== Skaičių eilė ==
'''Skaičių eilė''' (* paženklinti pirminiai, ** n-laipsniu pakelti pirminiai skaičiai)<br />
00, 01, 02*, 03*, 04**, 05*, 06, 07*, 08**, 09**, 10, 11*, 12, 13*, 14, 15, 16**, 17*, 18, 01:00*,
01:01, 01:02, 01:03, 01:04*, 01:05, 01:06**, 01:07, 01:08**, 01:09, 01:10*, 01:11, 01:12*, 01:13**, 01:14, 01:15, 01:16, 01:17, 01:18, 02:00,
02:01, 02:02, 02:03*, 02:04, 02:05*, 02:06, 02:07, 02:08, 02:09*, 02:10, 02:11**, 02:12, 02:13, 02:14, 02:15*, 02:16, 02:17, 02:18, 03:00,
03:01, 03:02*, 03:03, 03:04*, 03:05, 03:06**, 03:07, 03:08, 03:09*, 03:10, 03:11, 03:12, 03:13*, 03:14, 03:15*, 03:16, 03:17, 03:18, 04:00,
04:01, 04:02, 04:03*, 04:04, 04:05**, 04:06, 04:07*, 04:08, 04:09, 04:10, 04:11, 04:12, 04:13*, 04:14, 04:15, 04:16, 04:17, 04:18, 05:00,
05:01, 05:02*, 05:03, 05:04, 05:05, 05:06*, 05:07, 05:08*, 05:09, 05:10, 05:11, 05:12*, 05:13, 05:14*, 05:15, 05:16, 05:17, 05:18*, 06:00,
06:01, 06:02, 06:03, 06:04, 06:05, 06:06, 06:07**, 06:08, 06:09, 06:10, 06:11**, 06:12, 06:13*, 06:14**, 06:15, 06:16, 06:17*, 06:18, 07:00,
07:01, 07:02, 07:03, 07:04*, 07:05, 07:06*, 07:07, 07:08, 07:09, 07:10, 07:11, 07:12, 07:13, 07:14, 07:15, 07:16*, 07:17, 07:18*, 08:00,
08:01, 08:02, 08:03, 08:04, 08:05*, 08:06, 08:07, 08:08, 08:09, 08:10, 08:11*, 08:12, 08:13, 08:14, 08:15*, 08:16, 08:17**, 08:18, 09:00,
09:01, 09:02*, 09:03, 09:04, 09:05, 09:06, 09:07, 09:08*, 09:09, 09:10*, 09:11, 09:12, 09:13, 09:14, 09:15, 09:16, 09:17, 09:18, 10:00,
10:01*, 10:02, 10:03*, 10:04, 10:05, 10:06, 10:07*, 10:08, 10:09*, 10:10, 10:11, 10:12, 10:13, 10:14, 10:15, 10:16, 10:17, 10:18, 11:00,
11:01, 11:02*, 11:03, 11:04, 11:05, 11:06, 11:07, 11:08, 11:09, 11:10, 11:11, 11:12, 11:13, 11:14*, 11:15, 11:16, 11:17, 11:18*, 12:00,
12:01*, 12:02, 12:03, 12:04, 12:05*, 12:06, 12:07, 12:08, 12:09, 12:10, 12:11*, 12:12, 12:13*, 12:14, 12:15**, 12:16, 12:17, 12:18, 13:00,
13:01, 13:02*, 13:03, 13:04*, 13:05, 13:06, 13:07, 13:08, 13:09, 13:10*, 13:11, 13:12, 13:13, 13:14, 13:15, 13:16*, 13:17, 13:18, 14:00,
14:01, 14:02, 14:03*, 14:04, 14:05*, 14:06, 14:07, 14:08, 14:09, 14:10, 14:11*, 14:12, 14:13, 14:14, 14:15*, 14:16, 14:17*, 14:18, 15:00,
15:01, 15:02, 15:03, 15:04**, 15:05, 15:06, 15:07, 15:08*, 15:09, 15:10, 15:11, 15:12, 15:13, 15:14, 15:15, 15:16, 15:17, 15:18, 16:00,
16:01, 16:02, 16:03*, 16:04, 16:05, 16:06, 16:07*, 16:08, 16:09*, 16:10, 16:11, 16:12, 16:13*, 16:14, 16:15, 16:16, 16:17, 16:18, 17:00,
17:01, 17:02, 17:03, 17:04, 17:05, 17:06, 17:07, 17:08*, 17:09, 17:10, 17:11, 17:12, 17:13, 17:14*, 17:15, 17:16, 17:17, 17:18, 18:00,
18:01**, 18:02, 18:03, 18:04, 18:05*, 18:06, 18:07*, 18:08, 18:09, 18:10, 18:11*, 18:12, 18:13, 18:14, 18:15, 18:16, 18:17*, 18:18, 01:00:00**, ...
== Daugybos lentelė ==
{| class="wikitable"
|+ Devynioliktainės sistemos daugybos lentelė
|-
! × || 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 01:00 || 01:01
|-
! 01
| 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 01:00 || 01:01
|-
! 02
| 02 || 04 || 06 || 08 || 10 ||12 || 14 || 16 || 18 || 01:01 || 01:03 || 01:05 || 01:07 || 01:09 || 01:11 || 01:13 || 01:15 || 01:17 || 02:00 || 02:02
|-
! 03
| 03 || 06 || 09 || 12 || 15 || 18 || 01:02 || 01:05 || 01:08 || 01:11 || 01:14 || 01:17 || 02:01 || 02:04 || 02:07 || 02:10 || 02:13 || 02:16 || 03:00 || 03:03
|-
! 04
| 04 || 08 || 12 || 16 || 01:01 || 01:05 || 01:09 || 01:13 || 01:17 || 02:02 || 02:06 || 02:10 || 02:14 || 02:18 || 03:03 || 03:07 || 03:11 || 03:15 || 04:00 || 04:04
|-
! 05
| 05 || 10 || 15 || 01:01 || 01:06 || 01:11 || 01:16 || 02:02 || 02:07 || 02:12 || 02:17 || 03:03 || 03:08 || 03:13 || 03:18 || 04:04 || 04:09 || 04:14 || 05:00 || 05:05
|-
! 06
| 06 || 12 || 18 || 01:05 || 01:11 || 01:17 || 02:04 || 02:10 || 02:16 || 03:03 || 03:09 || 03:15 || 04:02 || 04:08 || 04:14 || 05:01 || 05:07 || 05:13 || 06:00 || 06:06
|-
! 07
| 07 || 14 || 01:02 || 01:09 || 01:16 || 02:04 || 02:11 || 02:18 || 03:06 || 03:13 || 04:01 || 04:08 || 04:15 || 05:03 || 05:10 || 05:17 || 06:05 || 06:12 || 07:00 || 07:07
|-
! 08
| 08 || 16 || 01:05 || 01:13 || 02:02 || 02:10 || 02:18 || 03:07 || 03:15 || 04:04 || 04:12 || 05:01 || 05:09 || 05:17 || 06:06 || 06:14 || 07:03 || 07:11 || 08:00 || 08:08
|-
! 09
| 09 || 18 || 01:08 || 01:17 || 02:07 || 02:16 || 03:06 || 03:15 || 04:05 || 04:14 || 05:04 || 05:13 || 06:03 || 06:12 || 07:02 || 07:11 || 08:01 || 08:10 || 09:00 || 09:09
|-
! 10
| 10 || 01:01 || 01:11 || 02:02 || 02:12 || 03:03 || 03:13 || 04:04 || 04:14 || 05:05 || 05:15 || 06:06 || 06:16 || 07:07 || 07:17 || 08:08 || 08:18 || 09:09 || 10:00 || 10:10
|-
! 11
| 11 || 01:03 || 01:14 || 02:06 || 02:17 || 03:09 || 04:01 || 04:12 || 05:04 || 05:15 || 06:07 || 06:18 || 07:10 || 08:02 || 08:13 || 09:05 || 09:16 || 10:08 || 11:00 || 11:11
|-
! 12
| 12 || 01:05 || 01:17 || 02:10 || 03:03 || 03:15 || 04:08 || 05:01 || 05:13 || 06:06 || 06:18 || 07:11 || 08:04 || 08:16 || 09:09 || 10:02 || 10:14 || 11:07 || 12:00 || 12:12
|-
! 13
| 13 || 01:07 || 02:01 || 02:14 || 03:08 || 04:02 || 04:15 || 05:09 || 06:03 || 06:16 || 07:10 || 08:04 || 08:17 || 09:11 || 10:05 || 10:18 || 11:12 || 12:06 || 13:00 || 13:13
|-
! 14
| 14 || 01:09 || 02:04 || 02:18 || 03:13 || 04:08 || 05:03 || 05:17 || 06:12 || 07:07 || 08:02 || 08:16 || 09:11 || 10:06 || 11:01 || 11:15 || 12:10 || 13:05 || 14:00 || 14:14
|-
! 15
| 15 || 01:11 || 02:07 || 03:03 || 03:18 || 04:14 || 05:10 || 06:06 || 07:02 || 07:17 || 08:13 || 09:09 || 10:05 || 11:01 || 11:16 || 12:12 || 13:08 || 14:04 || 15:00 || 15:15
|-
! 16
| 16 || 01:13 || 02:10 || 03:07 || 04:04 || 05:01 || 05:17 || 06:14 || 07:11 || 08:08 || 09:05 || 10:02 || 10:18 || 11:15 || 12:12 || 13:09 || 14:06 || 15:03 || 16:00 || 16:16
|-
! 17
| 17 || 01:15 || 02:13 || 03:11 || 04:09 || 05:07 || 06:05 || 07:03 || 08:01 || 08:18 || 09:16 || 10:14 || 11:12 || 12:10 || 13:08 || 14:06 || 15:04 || 16:02 || 17:00 || 17:17
|-
! 18
| 18 || 01:17 || 02:16 || 03:15 || 04:14 || 05:13 || 06:12 || 07:11 || 08:10 || 09:09 || 10:08 || 11:07 || 12:06 || 13:05 || 14:04 || 15:03 || 16:02 || 17:01 || 18:00 || 18:18
|-
! 01:00
| 01:00 || 02:00 || 03:00 || 04:00 || 05:00 || 06:00 || 07:00 || 08:00 || 09:00 || 10:00 || 11:00 || 12:00 || 13:00 || 14:00 || 15:00 || 16:00 || 17:00 || 18:00 || 01:00:00 || 01:01:00
|}
== Pirminiai skaičiai-repunitai ==
* Pirminiai skaičiai devynioliktainėje sistemoje susidedantys iš '''''p''''' vienetų, kur '''p''' yra šie: [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 19|19]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 31|31]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 47|47]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 59|59]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 61|61]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 107|107]], 337, 1061, 9511, 22051...
== Pirminių skaičių atvirkštinės reikšmės ==
* '''Pirminių skaičių atvirkštinės reikšmės (1/p); bei visų iki 21 skaičių atvirkštinės reikšmės (1/n) (ir kai kurių pasirinktų)...
l.p. - periodo ilgis; pp=priešperiodė
2: 00,09:09:09:09:09:09:09:09:09:09:09:09... l.p. = 1
3: 00,06:06:06:06:06:06:06:06:06:06:06:06... l.p. = 1
4: 00,04:14:04:14:04:14:04:14:04:14:04:14... l.p. = 2
5: 00,03:15:03:15:03:15:03:15:03:15:03:15... l.p. = 2
6: 00,03:03:03:03:03:03:03:03:03:03:03:03... l.p. = 1
7: 00,02:13:10:16:05:08:02:13:10:16:05:08... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 3|6]]
8: 00,02:07:02:07:02:07:02:07:02:07:02:07... l.p. = 2
9: 00,02:02:02:02:02:02:02:02:02:02:02:02... l.p. = 1
10: 00,01:17:01:17:01:17:01:17:01:17:01:17... l.p. = 2
11: 00,01:13:15:10:06:17:05:03:08:12... l.p. = 10
12: 00,01:11:01:11:01:11:01:11:01:11:01:11... l.p. = 2
13: 00,01:08:14:11:13:02:17:10:04:07:05:16... l.p. = 12
14: 00,01:06:14:17:12:04:01:06:14:17:12:04... l.p. = 6
15: 00,01:05:01:05:01:05:01:05:01:05:01:05... l.p. = 2
16: 00,01:03:10:13:01:03:10:13:01:03:10:13... l.p. = 4
17: 00,01:02:04:08:17:16:14:10:01:02:04:08:17:16:14:10... l.p. = 8
18: 00,01:01:01:01:01:01:01:01:01:01:01:01... l.p. = 1
19: 00,01:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0
20: 00,00:18:00:18:00:18:00:18:00:18:00:18... l.p. = 2
23: 00,00:15:13:04:02:09:01:12:07:08:04:18... l.p. = 22
25: 00,00:14:08:06:15:18:04:10:12:03... l.p. = 10
27: 00,00:13:07:00:13:07:00:13:07:00:13:07... l.p. = 3
29: 00,00:12:08:09:15:13:14:07:16:07:03:17... l.p. = 28
31: 00,00:11:12:04:17:03:01:04:05:09:15:06:02:08:11... l.p. = 15
32: 00,00:11:05:06:10:01:14:16... l.p. = 8
37: 00,00:09:14:07:03:11:05:12:06:03:01:10... l.p. = 36
41: 00,00:08:15:05:10:12:09:13:17:02:14:15... l.p. = 40
43: 00,00:08:07:09:13:13:04:16:06:11:17:12... l.p. = 42
47: 00,00:07:12:17:14:18:03:12:02:08:01:11... l.p. = 46
53: 00,00:06:15:07:16:16:02:09:12:17:03:17... l.p. = 52
59: 00,00:06:02:04:15:14:15:08:13:03:16:08... l.p. = 29
61: 00,00:05:17:08:07:14:18:01:04:12:14:12... l.p. = 30
67: 00,00:05:07:07:01:13:06:04:10:03:18:08... l.p. = 33
71: 00,00:05:01:11:09:12:00:15:04:15:09:17... l.p. = 35
73: 00,00:04:17:18:04:03:02:06:09:11:18:09... l.p. = 36
79: 00,00:04:10:15:12:00:09:02:12:05:00:18... l.p. = 39
81: 00,00:04:08:12:17:02:06:10:15... l.p. = 9
83: 00,00:04:06:12:02:09:16:00:08:13:05:05... l.p. = 82
89: 00,00:04:01:01:05:06:07:13:00:08:02:02... l.p. = 88
97: 00,00:03:13:13:09:15:01:10:14:13:02:06... l.p. = 32
101: 00,00:03:10:17:05:15:15:04:09:14:16:06... l.p. = 25
103: 00,00:03:09:11:04:15:02:07:10:13:05:06... l.p. = 51
107: 00,00:03:07:01:18:02:02:09:04:08:06:10... l.p. = 53
109: 00,00:03:05:17:11:09:11:02:18:05:14:05... l.p. = 36
113: 00,00:03:03:13:05:07:04:07:01:03:06:16... l.p. = 112
127: 00,00:02:16:00:02:16:00:02:16:00:02:16... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 3|3]]
131: 00,00:02:14:06:15:09:16:07:07:10:05:12... l.p. = 26
137: 00,00:02:12:01:04:13:11:04:08:06:01:17... l.p. = 68
139: 00,00:02:11:06:10:12:10:17:14:11:16:18... l.p. = 138
149: 00,00:02:08:00:12:02:03:03:10:15:17:16... l.p. = 37
151: 00,00:02:07:08:01:00:02:07:08:01... l.p. = 5
157: 00,00:02:05:13:01:06:05:10:14:12:04:04... l.p. = 39
163: 00,00:02:04:01:09:15:00:13:05:09:01:14... l.p. = 162
167: 00,00:02:03:01:06:17:16:07:05:06:11:07... l.p. = 83
169: 00,00:02:02:11:02:08:18:16:16:07:16:10... l.p. = '''12'''
173: 00,00:02:01:12:05:13:09:12:11:18:08:10... l.p. = 172
179: 00,00:02:00:06:00:18:02:16:08:11:06:15... l.p. = 89
181: 00,00:01:18:17:00:01:18:17:00:01:18:17... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 4|4]]
191: 00,00:01:16:17:05:16:09:14:04:05:05:03... l.p. = 190
193: 00,00:01:16:10:04:10:00:14:18:05:17:04... l.p. = 192
197: 00,00:01:15:15:10:00:10:18:17:03:03:08:18:08... l.p. = 14
199: 00,00:01:15:08:16:13:08:14:16:18:17:03:10:02:05:10:04:02... l.p. = 18
211: 00,00:01:13:09:12:01:04:18:01:16:17:12:06:07:09... l.p. = 15
...
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 5 - 49 ==
911: ... l.p. = 5
701: ... l.p. = 7
70841: ... l.p. = 7
3833: ... l.p. = 8
523: ... l.p. = 9
29989: ... l.p. = 9
2251: ... l.p. = 10
104281: ... l.p. = 11
62060021: ... l.p. = 11
769: ... l.p. = 12
599: ... l.p. = 13
29251: ... l.p. = 13
133338869: ... l.p. = 13
226871: ... l.p. = 14
2460181: ... l.p. = 15
15073: ... l.p. = 16
563377: ... l.p. = 16
3044803: ... l.p. = 17
99995282631947: ... l.p. = 17
236377: ... l.p. = 18
'''109912203092239643840221: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 19|19]]'''
16936647121: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 20|20]]
30640261: ... l.p. = 21
68443621: ... l.p. = 21
253239693257: ... l.p. = 22
277: ... l.p. = 23
2347: ... l.p. = 23
16497763013: ... l.p. = 23
1335495402823: ... l.p. = 23
4297: ... l.p. = 24
3952393: ... l.p. = 24
1601: ... l.p. = 25
6451: ... l.p. = 25
36035657195482151: ... l.p. = 25
313: ... l.p. = 26
176021: ... l.p. = 26
291331: ... l.p. = 26
487: ... l.p. = 27
216919: ... l.p. = 27
907471: ... l.p. = 27
362063089: ... l.p. = 27
5237: ... l.p. = 28
14533200697: ... l.p. = 28
233: 0,00:01:10:08:06:00:12:07:09:10:05:04... l.p. = 29
297003021451861: ... l.p. = 29
165049085515149863: ... l.p. = 29
271: ... l.p. = 30
2251: ... l.p. = 30
1081291: ... l.p. = 30
'''243270318891483838103593381595151809701: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 31|31]]'''
1486811410142377153: ... l.p. = 32
2113: ... l.p. = 33
34451077: ... l.p. = 33
7302593769703: ... l.p. = 33
274019342889240109297: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 34|34]]
65365284260571112024359304391: ... l.p. = 35
35533: ... l.p. = 36
211573: ... l.p. = 36
3588174588084451: ... l.p. = 37
21406757809476033811281103559: ... l.p. = 37
108301: ... l.p. = 38
1049219: ... l.p. = 38
870542161121: ... l.p. = 38
887960971: ... l.p. = 39
421451911540236097: ... l.p. = 39
478382041: ... l.p. = 40
14706033761: ... l.p. = 40
10654507: ... l.p. = 41
11713456133: ... l.p. = 41
11951068054199383402102234839038071: ... l.p. = 41
343393: ... l.p. = 42
524119: ... l.p. = 42
18917672548149688895557513: ... l.p. = 43
28461948730641665973894996037: ... l.p. = 43
774797: ... l.p. = 44
48381877771677135533: ... l.p. = 44
584911: ... l.p. = 45
8374006851436085760993151: ... l.p. = 45
691: ... l.p. = 46
2531: ... l.p. = 46
156832034288392140949: ... l.p. = 46
'''70169234660105574400577005075855017842743056666917902427141: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 47|47]]'''
241: ... l.p. = 48
577: ... l.p. = 48
1009: ... l.p. = 48
4657: ... l.p. = 48
14929: ... l.p. = 48
29569: ... l.p. = 48
167291881: ... l.p. = 49
51326794793: ... l.p. = 49
59406262713432872236099181572519757: ... l.p. = 49
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 50 - 99 ==
79151: ... l.p. = 50
127051: ... l.p. = 50
747596648084101: ... l.p. = 50
307: ... l.p. = 51
613: ... l.p. = 51
54474019: ... l.p. = 51
74657245773488638417876963: ... l.p. = 51
92174159182574048847888178637: ... l.p. = 52
323930821687153: ... l.p. = 53
2551089855701675251204783: ... l.p. = 53
37334173314913678536474517: ... l.p. = 53
41203: ... l.p. = 54
2522827: ... l.p. = 54
1001724990823: ... l.p. = 54
484536191701: ... l.p. = 55
2762720155370058278742863792112809157901: ... l.p. = 55
4898725341275828472027787456561: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 56|56]]
229: ... l.p. = 57
6841: ... l.p. = 57
80558460464029837: ... l.p. = 57
81403978301424181910737: ... l.p. = 57
106373: ... l.p. = 58
670650007983077: ... l.p. = 58
8501529971051629: ... l.p. = 58
'''155306613932666028670208812450645212905178047040045530562317564121001023821: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 59|59]]'''
171434401: ... l.p. = 60
1687178375041: ... l.p. = 60
'''56065687629692436349945381294682921858769274981456436532996640647681369599401: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 61|61]]'''
1503075053: ... l.p. = 62
14345411368517: ... l.p. = 62
10154018739210331: ... l.p. = 62
21095068697641: ... l.p. = 63
513907987925996378410396566096001: ... l.p. = 63
151681: ... l.p. = 64
274254682725217636458847635846091201: ... l.p. = 64
96851: ... l.p. = 65
38324521: ... l.p. = 65
52356721: ... l.p. = 65
153079681: ... l.p. = 65
764224739004587705859669872633651: ... l.p. = 65
859: ... l.p. = 66
489061: ... l.p. = 66
519553: ... l.p. = 66
181258778383: ... l.p. = 66
588518621: ... l.p. = 67
1650922227287: ... l.p. = 67
24299939580826833879511: ... l.p. = 67
111718923317519780739416742825495315326353: ... l.p. = 67
137: ... l.p. = 68
''18769: ... l.p. = 68''
3084256577008769: ... l.p. = 68
1433250916087597060721: ... l.p. = 68
1530559: ... l.p. = 69
9555459481: ... l.p. = 69
71425475193776503: ... l.p. = 69
167026691666949955561753: ... l.p. = 69
5156590470591163710974829741361: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 70|70]]
17041: ... l.p. = 71
49417: ... l.p. = 71
19840332702980239: ... l.p. = 71
1367953340395774788360889: ... l.p. = 71
15039779687938609372385845398208131004523: ... l.p. = 71
24841: ... l.p. = 72
197204739380896284545766121: ... l.p. = 72
893943109: ... l.p. = 73
109796425517837: ... l.p. = 73
391818505243975817655620850033223: ... l.p. = 73
3226690707486553756833988409595477959: ... l.p. = 73
10300379826060720504760427912621791994517454717: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 74|74]]
6229677151: ... l.p. = 75
164375644290642589501: ... l.p. = 75
1379878520583653811451: ... l.p. = 75
1217: ... l.p. = 76
8884596062918674650119991208333781915308073: ... l.p. = 76
73613: ... l.p. = 77
683565986584949943193098665649843330062157179334638625282436350819956477: ... l.p. = 77
2341: ... l.p. = 78
2202409598047314333465675421: ... l.p. = 78
10429: ... l.p. = 79
32233: ... l.p. = 79
1380763: ... l.p. = 79
12577647923565067982570531255067267090413921105116610018487966576192735681081030635731: ... l.p. = 79
2772481: ... l.p. = 80
30008663379835140331261614092712001: ... l.p. = 80
3727: ... l.p. = 81
100974986546704014563516474586369230337004982214028298769888689881: ... l.p. = 81
3651133: ... l.p. = 82
4429573350928242996724590665849673929793119: ... l.p. = 82
4555750199199950437649290574576123158785621674690043100726048398827989978120480865989375363338094993243: ... l.p. = 83
2141413: ... l.p. = 84
1301151937: ... l.p. = 84
1763028507911581: ... l.p. = 84
12299588826871: ... l.p. = 85
4091790564972909948701: ... l.p. = 85
130300340509216473435163662875597224153175277491: ... l.p. = 85
2753: ... l.p. = 86
45597803: ... l.p. = 86
55578787747850091391: ... l.p. = 86
69456939989229889776307: ... l.p. = 86
349: ... l.p. = 87
1230181: ... l.p. = 87
1243579: ... l.p. = 87
2997499: ... l.p. = 87
20736451: ... l.p. = 87
1340588661158222617: ... l.p. = 87
8680146187079648246848027: ... l.p. = 87
89: ... l.p. = 88
121434809: ... l.p. = 88
50766225049: ... l.p. = 88
18815582771569: ... l.p. = 88
136872109280136121: ... l.p. = 88
179: ... l.p. = 89
100406562593700976489171: ... l.p. = 89
1991511641305906595444902842736305161490856691155674104014444795547589309174118116074569: ... l.p. = 89
6661: ... l.p. = 90
735546785834162565719034301: ... l.p. = 90
111372552514164781899670710272036735926703976961131660860368530051797634505591051484642574481: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 91|91]]
183635682448662451179177971992641803019682323350468485561: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 92|92]]
37537033: ... l.p. = 93
5313524497: ... l.p. = 93
252322311240290935481740395615054925529652499675304653560001: ... l.p. = 93
283: ... l.p. = 94
11093: ... l.p. = 94
13948811059: ... l.p. = 94
1442170504139195906052750254478575917037087: ... l.p. = 94
1901: ... l.p. = 95
58586321603695857848685588254120444000338059307507557951422037179294963122412142809939381: ... l.p. = 95
83198449060887472631140495091974297750081: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 96|96]]
350286401: ... l.p. = 97
11542175764721536214759: ... l.p. = 97
2406871247546906126235451908529: ... l.p. = 97
62468771853453988907994855172682616050526469382576404972295431: ... l.p. = 97
510095203167924318152120324312866078462380276415979467: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 98|98]]
397: ... l.p. = 99
104743: ... l.p. = 99
568657: ... l.p. = 99
94192561: ... l.p. = 99
118556279019269161897663: ... l.p. = 99
201115556443680647658647001771781: ... l.p. = 99
== Taip pat žiūrėkite ==
* Žemesnę: [[Aštuonioliktainė skaičiavimo sistema]]
* Aukštesnę: [[Dvidešimtainė skaičiavimo sistema]]
[[Kategorija:LT]]
[[Kategorija:Skaičiavimo sistemos|19]]
[[Kategorija:Kusurija|19]]
[[cs:Číselné soustavy/Devatenáctková soustava]]
q59bysqme4o6nbmvr64us93ezhc13u9
User:Kusurija/Aštuonioliktainė skaičiavimo sistema
2
25635
384786
194228
2026-06-23T21:20:49Z
AtUkr
17909
AtUkr moved page [[Aštuonioliktainė skaičiavimo sistema]] to [[User:Kusurija/Aštuonioliktainė skaičiavimo sistema]] without leaving a redirect
194228
wikitext
text/x-wiki
Čia yra 100 % mokslinis naujumas. Tai nereiškia, jog čia paskelbtos informacijos nebūtų žinomos (absoliuti dauguma žinoma nuo senovės, dauguma likučio nuo naujųjų laikų pradžios o tik niekinis likutis paskutiniais dešimtmečiais); mokslinis naujumas slypi šių informacijų išdėstymo būde ir nurodytose sąsajose.<br />
'''Pradedant aštuonioliktaine skaičiavimo sistema, skaičių simboliams < 10<sub>(10)</sub> pridedamas kairėje papildomas nulis ir tokiu būdų iki 17<sub>(10)</sub> naudojami dviženkliai simboliai, atskirti tarpusavyje dvitaškiu (:). Dvitaškis nenaudojamas iki 17<sub>(10)</sub>, t.y. 00<sub>(18)</sub> - 17<sub>(18)</sub>'''.
== Skaičių eilė ==
'''Skaičių eilė''' (* paženklinti pirminiai, ** n-laipsniu pakelti pirminiai skaičiai)<br />
00, 01, 02*, 03*, 04**, 05*, 06, 07*, 08**, 09**, 10, 11*, 12, 13*, 14, 15, 16**, 17*, 01:00,
01:01*, 01:02, 01:03, 01:04, 01:05*, 01:06, 01:07**, 01:08, 01:09**, 01:10, 01:11*, 01:12, 01:13*, 01:14**, 01:15, 01:16, 01:17, 02:00,
02:01*, 02:02, 02:03, 02:04, 02:05*, 02:06, 02:07*, 02:08, 02:09, 02:10, 02:11*, 02:12, 02:13**, 02:14, 02:15, 02:16, 02:17*, 03:00,
03:01, 03:02, 03:03, 03:04, 03:05*, 03:06, 03:07*, 03:08, 03:09, 03:10**, 03:11, 03:12, 03:13*, 03:14, 03:15, 03:16, 03:17*, 04:00,
04:01*, 04:02, 04:03, 04:04, 04:05, 04:06, 04:07*, 04:08, 04:09**, 04:10, 04:11*, 04:12, 04:13, 04:14, 04:15, 04:16, 04:17**, 05:00,
05:01, 05:02, 05:03, 05:04, 05:05, 05:06, 05:07*, 05:08, 05:09, 05:10, 05:11*, 05:12, 05:13*, 05:14, 05:15, 05:16, 05:17*, 06:00,
06:01*, 06:02, 06:03, 06:04, 06:05*, 06:06, 06:07, 06:08, 06:09, 06:10, 06:11, 06:12, 06:13**, 06:14, 06:15, 06:16, 06:17**, 07:00,
07:01*, 07:02**, 07:03, 07:04, 07:05*, 07:06, 07:07, 07:08, 07:09, 07:10, 07:11*, 07:12, 07:13*, 07:14, 07:15, 07:16, 07:17, 08:00,
08:01, 08:02, 08:03, 08:04, 08:05*, 08:06, 08:07*, 08:08, 08:09, 08:10, 08:11, 08:12, 08:13*, 08:14, 08:15, 08:16, 08:17, 09:00,
09:01*, 09:02, 09:03, 09:04, 09:05*, 09:06, 09:07**, 09:08, 09:09, 09:10, 09:11*, 09:12, 09:13, 09:14, 09:15, 09:16, 09:17*, 10:00,
10:01*, 10:02, 10:03, 10:04, 10:05, 10:06, 10:07, 10:08, 10:09, 10:10, 10:11*, 10:12, 10:13*, 10:14, 10:15, 10:16, 10:17*, 11:00,
11:01*, 11:02, 11:03, 11:04, 11:05, 11:06, 11:07, 11:08, 11:09, 11:10, 11:11, 11:12, 11:13*, 11:14, 11:15, 11:16, 11:17, 12:00,
12:01, 12:02, 12:03, 12:04, 12:05, 12:06, 12:07*, 12:08, 12:09, 12:10, 12:11*, 12:12, 12:13*, 12:14, 12:15, 12:16, 12:17*, 13:00,
13:01, 13:02, 13:03, 13:04, 13:05*, 13:06, 13:07*, 13:08, 13:09**, 13:10, 13:11, 13:12, 13:13, 13:14, 13:15, 13:16, 13:17*, 14:00,
14:01, 14:02, 14:03, 14:04**, 14:05*, 14:06, 14:07, 14:08, 14:09, 14:10, 14:11*, 14:12, 14:13, 14:14, 14:15, 14:16, 14:17*, 15:00,
15:01*, 15:02, 15:03, 15:04, 15:05, 15:06, 15:07*, 15:08, 15:09, 15:10, 15:11*, 15:12, 15:13*, 15:14, 15:15, 15:16, 15:17, 16:00,
16:01**, 16:02, 16:03, 16:04, 16:05*, 16:06, 16:07, 16:08, 16:09, 16:10, 16:11, 16:12, 16:13, 16:14, 16:15, 16:16, 16:17, 17:00,
17:01*, 17:02, 17:03, 17:04, 17:05*, 17:06, 17:07*, 17:08, 17:09, 17:10, 17:11*, 17:12, 17:13, 17:14, 17:15, 17:16, 17:17, 01:00:00,
01:00:01, 01:00:02, 01:00:03, 01:00:04, 01:00:05, 01:00:06, 01:00:07*, 01:00:08, 01:00:09, 01:00:10, 01:00:11, 01:00:12, 01:00:13*, 01:00:14, 01:00:15, 01:00:16, 01:00:17, 01:01:00,
01:01:01**,
...
== Daugybos lentelė ==
{| class="wikitable"
|+ Aštuonioliktainės sistemos daugybos lentelė
|-
! × || 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 01:00 || 01:01 || 01:02
|-
! 01
| 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 01:00 || 01:01 || 01:02
|-
! 02
| 02 || 04 || 06 || 08 || 10 ||12 || 14 || 16 || 01:00 || 01:02 || 01:04 || 01:06 || 01:08 || 01:10 || 01:12 || 01:14 || 01:16 || 02:00 || 02:02 || 02:04
|-
! 03
| 03 || 06 || 09 || 12 || 15 || 01:00 || 01:03 || 01:06 || 01:09 || 01:12 || 01:15 || 02:00 || 02:03 || 02:06 || 02:09 || 02:12 || 02:15 || 03:00 || 03:03 || 03:06
|-
! 04
| 04 || 08 || 12 || 16 || 01:02 || 01:06 || 01:10 || 01:14 || 02:00 || 02:04 || 02:08 || 02:12 || 02:16 || 03:02 || 03:06 || 03:10 || 03:14 || 04:00 || 04:04 || 04:08
|-
! 05
| 05 || 10 || 15 || 01:02 || 01:07 || 01:12 || 01:17 || 02:04 || 02:09 || 02:14 || 03:01 || 03:06 || 03:11 || 03:16 || 04:03 || 04:08 || 04:13 || 05:00 || 05:05 || 05:10
|-
! 06
| 06 || 12 || 01:00 || 01:06 || 01:12 || 02:00 || 02:06 || 02:12 || 03:00 || 03:06 || 03:12 || 04:00 || 04:06 || 04:12 || 05:00 || 05:06 || 05:12 || 06:00 || 06:06 || 06:12
|-
! 07
| 07 || 14 || 01:03 || 01:10 || 01:17 || 02:06 || 02:13 || 03:02 || 03:09 || 03:16 || 04:05 || 04:12 || 05:01 || 05:08 || 05:15 || 06:04 || 06:11 || 07:00 || 07:07 || 07:14
|-
! 08
| 08 || 16 || 01:06 || 01:14 || 02:04 || 02:12 || 03:02 || 03:10 || 04:00 || 04:08 || 04:16 || 05:06 || 05:14 || 06:04 || 06:12 || 07:02 || 07:10 || 08:00 || 08:08 || 08:16
|-
! 09
| 09 || 01:00 || 01:09 || 02:00 || 02:09 || 03:00 || 03:09 || 04:00 || 04:09 || 05:00 || 05:09 || 06:00 || 06:09 || 07:00 || 07:09 || 08:00 || 08:09 || 09:00 || 09:09 || 10:00
|-
! 10
| 10 || 01:02 || 01:12 || 02:04 || 02:14 || 03:06 || 03:16 || 04:08 || 05:00 || 05:10 || 06:02 || 06:12 || 07:04 || 07:14 || 08:06 || 08:16 || 09:08 || 10:00 || 10:10 || 11:02
|-
! 11
| 11 || 01:04 || 01:15 || 02:08 || 03:01 || 03:12 || 04:05 || 04:16 || 05:09 || 06:02 || 06:13 || 07:06 || 07:17 || 08:10 || 09:03 || 09:14 || 10:07 || 11:00 || 11:11 || 12:04
|-
! 12
| 12 || 01:06 || 02:00 || 02:12 || 03:06 || 04:00 || 04:12 || 05:06 || 06:00 || 06:12 || 07:06 || 08:00 || 08:12 || 09:06 || 10:00 || 10:12 || 11:06 || 12:00 || 12:12 || 13:06
|-
! 13
| 13 || 01:08 || 02:03 || 02:16 || 03:11 || 04:06 || 05:01 || 05:14 || 06:09 || 07:04 || 07:17 || 08:12 || 09:07 || 10:02 || 10:15 || 11:10 || 12:05 || 13:00 || 13:13 || 14:08
|-
! 14
| 14 || 01:10 || 02:06 || 03:02 || 03:16 || 04:12 || 05:08 || 06:04 || 07:00 || 07:14 || 08:10 || 09:06 || 10:02 || 10:16 || 11:12 || 12:08 || 13:04 || 14:00 || 14:14 || 15:10
|-
! 15
| 15 || 01:12 || 02:09 || 03:06 || 04:03 || 05:00 || 05:15 || 06:12 || 07:09 || 08:06 || 09:03 || 10:00 || 10:15 || 11:12 || 12:09 || 13:06 || 14:03 || 15:00 || 15:15 || 16:12
|-
! 16
| 16 || 01:14 || 02:12 || 03:10 || 04:08 || 05:06 || 06:04 || 07:02 || 08:00 || 08:16 || 09:14 || 10:12 || 11:10 || 12:08 || 13:06 || 14:04 || 15:02 || 16:00 || 16:16 || 17:14
|-
! 17
| 17 || 01:16 || 02:15 || 03:14 || 04:13 || 05:12 || 06:11 || 07:10 || 08:09 || 09:08 || 10:07 || 11:06 || 12:05 || 13:04 || 14:03 || 15:02 || 16:01 || 17:00 || 17:17 || 01:00:16
|-
! 01:00
| 01:00 || 02:00 || 03:00 || 04:00 || 05:00 || 06:00 || 07:00 || 08:00 || 09:00 || 10:00 || 11:00 || 12:00 || 13:00 || 14:00 || 15:00 || 16:00 || 17:00 || 01:00:00 || 01:01:00 || 01:02:00
|}
== Pirminiai skaičiai-repunitai ==
* Pirminiai skaičiai aštuonioliktainėje sistemoje susidedantys iš '''''p''''' vienetų, kur '''p''' yra šie: 2, 25667, 28807...
== Pirminių skaičių atvirkštinės reikšmės ==
* '''Pirminių skaičių atvirkštinės reikšmės (1/p); bei visų iki 21 skaičių atvirkštinės reikšmės (1/n) (ir kai kurių pasirinktų)...
l.p. - periodo ilgis; pp=priešperiodė
2: 00,09:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
3: 00,06:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
4: 00,04:09:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
5: 00,03:10:14:07:03:10:14:07:03:10:14:07... l.p. = 4
6: 00,03:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
7: 00,02:10:05:02:10:05:02:10:05:02:10:05... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 3|3]]
8: 00,02:04:09:00:00:00:00:00:00:00:00:00... l.p. = 0+3pp
9: 00,02:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
10: 00,01:14:07:03:10:14:07:03:10:14:07:03:10... l.p. = 4+1pp
11: 00,01:11:08:03:04:16:06:09:14:13... l.p. = 10
12: 00,01:09:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
13: 00,01:06:16:11:01:06:16:11:01:06:16:11... l.p. = 4
14: 00,01:05:02:10:05:02:10:05:02:10:05:02:10... l.p. = 3+1pp
15: 00,01:03:10:14:07:03:10:14:07:03:10:14:07... l.p. = 4+1pp
16: 00,01:02:04:09:00:00:00:00:00:00:00:00... l.p. = 0+4pp
17: 00,01:01:01:01:01:01:01:01:01:01:01:01... l.p. = 1
18: 00,01:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
19: 00,00:17:00:17:00:17:00:17:00:17:00:17... l.p. = 2
20: 00,00:16:03:10:14:07:03:10:14:07:03:10:14:07... l.p. = 4+2pp
23: 0,00:14:01:10:03:02:06:04:12:09:07... l.p. = 11
25: 00,00:12:17:05:00:12:17:05:00:12:17:05... l.p. = 4
27: 00,00:12:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
29: 00,00:11:03:01:15:09:05:10:09:16:13:11:14:04:17:06:14:16:02:08:12:07:08:01:04:06:03:13... l.p. = 28
31: 00,00:10:08:02:05:14:09:05:04:01:02:16:04:11:11... l.p. = 15
37: 00,00:08:13:11:03:07:05:06:05:15:01:08... l.p. = 36
41: 00,00:07:16:04:07:00:07:16:04:07... l.p. = 5
43: 00,00:07:09:11:05:07:17:02:16:13:07:02... l.p. = 42
47: 00,00:06:16:01:09:10:06:02:05:06:09:03:08:00:13:14:03:01:02:12:04:10:13... l.p. = 23
49: 00,00:06:11:00:06:11:00:06:11:00:06:11... l.p. = 3
53: 00,00:06:02:00:12:04:01:06:08:02:12:16... l.p. = 52
59: 00,00:05:08:15:04:10:06:12:14:11:10:12... l.p. = 58
61: 00,00:05:05:10:16:09:07:17:07:06:14:02... l.p. = 60
67: 00,00:04:15:00:14:09:02:07:09:07:04:10... l.p. = 66
71: 00,00:04:10:02:09:11:07:06:06:01:09:06... l.p. = 35
73: 00,00:04:07:16:00:08:15:14:00:17:13:10:01:17:09:02:03:17... l.p. = 18
79: 00,00:04:01:14:14:10:08:11:15:04:14:02:05... l.p. = 13
81: 00,00:04:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
83: 00,00:03:16:04:13:15:14:17:06:05:03:12... l.p. = 82
89: 00,00:03:11:09:09:01:14:13:13:09:16:06... l.p. = 44
97: 00,00:03:06:02:04:01:08:12:17:14:11:15... l.p. = 16
101: 00,00:03:03:13:06:10:12:08:09:17:11:10... l.p. = 100
103: 00,00:03:02:11:03:05:13:14:09:01:10:05... l.p. = 51
107: 00,00:03:00:09:01:09:04:09:13:11:04:15... l.p. = 106
109: 00,00:02:17:09:01:08:13:09:13:06:13:15... l.p. = 108
113: 00,00:02:15:10:17:15:02:07... l.p. = 8
125: 00,00:02:10:11:14:09:14:04:10:16:17:15... l.p. = 20
127: 00,00:02:09:16:10:08:14:03:02:02:04:14... l.p. = 63
128: 00,00:02:09:10:02:04:09:00:00:00:00:00... l.p. = 0+7pp
131: 00,00:02:08:09:06:03:05:06:08:04:07:02... l.p. = 26
137: 00,00:02:06:10:04:08:07:06:07:15:16:02... l.p. = 34
139: 00,00:02:05:17:04:00:04:11:16:08:00:09... l.p. = 138
149: 00,00:02:03:02:09:11:17:04:17:02:14:00:04... l.p. = 148
151: 00,00:02:02:11:03:12:09:05:06:10:00:04... l.p. = 75
...
''289: 00,00:01:02:03:04:05:06:07:08:09:10:11:12:13:14:15:17... l.p. = 17''
...
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 5 - 49 ==
2711... l.p. = 5
307... l.p. = 6
449... l.p. = 7
80207... l.p. = 7
929... l.p. = 8
991... l.p. = 9
34327... l.p. = 9
9041... l.p. = 10
199... l.p. = 11
16127... l.p. = 11
51217... l.p. = 11
229... l.p. = 12
457... l.p. = 12
521... l.p. = 13
29759719289... l.p. = 13
32222107... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 14|14]]
601... l.p. = 15
558721... l.p. = 15
113607841... l.p. = 16
7563707819165039903... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 17|17]]
465841... l.p. = 18
6841... l.p. = 19
6089884909802812423... l.p. = 19
15101... l.p. = 20
145501... l.p. = 20
156107192084257... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 21|21]]
536801... l.p. = 22
6301307... l.p. = 22
599... l.p. = 23
7468009... l.p. = 23
20801237997245359... l.p. = 23
11019855601... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 24|24]]
602401... l.p. = 25
21162386787273369601... l.p. = 25
2081... l.p. = 26
4020180841... l.p. = 26
23761... l.p. = 27
253369... l.p. = 27
1464049... l.p. = 27
4464073... l.p. = 27
1373... l.p. = 28
17837... l.p. = 28
1623833... l.p. = 28
1505548068007783... l.p. = 29
98800490511312118297... l.p. = 29
11630180251... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 30|30]]
311... l.p. = 31
12959... l.p. = 31
1276827537047... l.p. = 31
3930785153... l.p. = 32
30894471809... l.p. = 32
12042065697120681040605799... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 33|33]]
443... l.p. = 34
1895634885375961... l.p. = 34
4274201... l.p. = 35
4164889456901862302881... l.p. = 35
25309... l.p. = 36
33388093... l.p. = 36
157991... l.p. = 37
10375318069755905859690041706382489471961... l.p. = 37
1961870762757168078553... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 38Pirminiai skaičiai/Unikiniai skaičiai|38]]
7424759473... l.p. = 39
170258429679493134487... l.p. = 39
881... l.p. = 40
137841514501966721... l.p. = 40
3811279... l.p. = 41
114341047... l.p. = 41
394867037344695962525971723264825927... l.p. = 41
46747... l.p. = 42
607371619... l.p. = 42
431... l.p. = 43
4464951753212028068412713... l.p. = 43
28971751902509263440682681... l.p. = 43
55547468813... l.p. = 44
2570735949673... l.p. = 44
1338029376807245057016053427001... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 45|45]]
3913037558632733048069409307... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 46|46]]
20681... l.p. = 47
283000552804612324998031105442040281801013193565594903... l.p. = 47
1153... l.p. = 48
2474209... l.p. = 48
42569092513... l.p. = 48
101921... l.p. = 49
32401295018849... l.p. = 49
15944803462923633762605952120076033... l.p. = 49
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 50 - 99 ==
738851... l.p. = 50
17254127651933924651: ... l.p. = 50
10413571416962911: ... l.p. = 51
12987756239101305138847: ... l.p. = 51
21997: ... l.p. = 52
5601346141: ... l.p. = 52
15715445027621: ... l.p. = 52
4239894319: ... l.p. = 53
46950348182128332126379933709499018110168129345669111329: ... l.p. = 53
31865908033: ... l.p. = 54
1234749313729: ... l.p. = 54
50790191: ... l.p. = 55
125500908706801: ... l.p. = 55
24079647987394646183428194161: ... l.p. = 55
3697: ... l.p. = 56
361981632928757554946658433: ... l.p. = 56
1288363483639: ... l.p. = 57
1135070056132121343004681823047441: ... l.p. = 57
2255781524824231358697279947382689: ... l.p. = 58
4295428888967: ... l.p. = 59
128998224914431: ... l.p. = 59
312278175742409: ... l.p. = 59
39128840454084865858255640571151: ... l.p. = 59
15121: ... l.p. = 60
16921: ... l.p. = 60
7804804801: ... l.p. = 60
367831: ... l.p. = 61
4110876980385153863: ... l.p. = 61
1450744996988333189921892673782384233809551686747567: ... l.p. = 61
1427: ... l.p. = 62
70619: ... l.p. = 62
427906142457974033788659934939: ... l.p. = 62
631: ... l.p. = 63
2143: ... l.p. = 63
1292257: ... l.p. = 63
6974796889885559915764172408527: ... l.p. = 63
254209: ... l.p. = 64
475777: ... l.p. = 64
121934274199167596917341199489: ... l.p. = 64
911: ... l.p. = 65
260674349667764744544365521: ... l.p. = 65
7122627224638909118690351246321: ... l.p. = 65
25939: ... l.p. = 66
7741563936876515923: ... l.p. = 66
864167: ... l.p. = 67
14184594510552113: ... l.p. = 67
562081533912939823: ... l.p. = 67
10829165718047954727946216809876203820917671: ... l.p. = 67
1429: ... l.p. = 68
6257: ... l.p. = 68
20786377: ... l.p. = 68
1292838509: ... l.p. = 68
61187167524277573: ... l.p. = 68
4831: ... l.p. = 69
3335831283765997129468848570484932171598514072932729: ... l.p. = 69
211: ... l.p. = 70
117251: ... l.p. = 70
3052211: ... l.p. = 70
4179001: ... l.p. = 70
4476462481: ... l.p. = 70
569: ... l.p. = 71
171677613761: ... l.p. = 71
23821298356519: ... l.p. = 71
8313279867213693856690162577: ... l.p. = 71
404888252726379587195529885794129: ... l.p. = 71
1338258845052393545608356556801: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 72|72]]
439: ... l.p. = 73
239879: ... l.p. = 73
846217: ... l.p. = 73
118874953: ... l.p. = 73
239560437299594270561494729006400795838750182585371182921815375952671: ... l.p. = 73
1259: ... l.p. = 74
1164939463722239475169554761379636729267089: ... l.p. = 74
106487551: ... l.p. = 75
78180455401: ... l.p. = 75
129278406971133461403718040401: ... l.p. = 75
60497: ... l.p. = 76
269117: ... l.p. = 76
74792209: ... l.p. = 76
6261053129: ... l.p. = 76
202438500542522921: ... l.p. = 76
463: ... l.p. = 77
4226158024555207354137717207823767090063569445942721682870403141495192673: ... l.p. = 77
1412364383703504438982118048251: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 78|78]]
338279: ... l.p. = 79
1104737: ... l.p. = 79
12802037494726063: ... l.p. = 79
9886837665707422272737: ... l.p. = 79
1824771736962009962008821260930608362080770046711: ... l.p. = 79
641: ... l.p. = 80
23007113434668367286031526391280991361: ... l.p. = 80
487: ... l.p. = 81
27470503: ... l.p. = 81
1964508729666289645801020967: ... l.p. = 81
2317745463335260122632425120711: ... l.p. = 81
168347: ... l.p. = 82
4354359491: ... l.p. = 82
24997711153: ... l.p. = 82
101230436110007637061337: ... l.p. = 82
167: ... l.p. = 83
59263: ... l.p. = 83
86802964875867109109279559751944809: ... l.p. = 83
10547130976787567739760741415960485703934860841255807268617487: ... l.p. = 83
337: ... l.p. = 84
153133: ... l.p. = 84
31714369: ... l.p. = 84
820207420126249: ... l.p. = 84
1361: ... l.p. = 85
3911: ... l.p. = 85
3462391: ... l.p. = 85
5124991: ... l.p. = 85
10275311: ... l.p. = 85
23718627631: ... l.p. = 85
8923131267608947348958760704450309227970561: ... l.p. = 85
5129762401: ... l.p. = 86
597455435179: ... l.p. = 86
16276512351314787405765413256433: ... l.p. = 86
38281: ... l.p. = 87
20423794322970766662747461449: ... l.p. = 87
23844678628322370113260816873780684279: ... l.p. = 87
21649: ... l.p. = 88
36309857: ... l.p. = 88
206744368238633749680237203768363213057: ... l.p. = 88
2671: ... l.p. = 89
1412957489047649: ... l.p. = 89
36037321554594103: ... l.p. = 89
2373467556415439369: ... l.p. = 89
17280008471529631881887: ... l.p. = 89
55248602049369094679202144729777041: ... l.p. = 89
828811: ... l.p. = 90
1614949986544027569856891: ... l.p. = 90
8009: ... l.p. = 91
21841: ... l.p. = 91
107888439023: ... l.p. = 91
119941938141663914560035192594531172177434180409487272285332931752751273: ... l.p. = 91
1381: ... l.p. = 92
415381: ... l.p. = 92
25753561: ... l.p. = 92
5184266309231761249: ... l.p. = 92
222068509026238060237: ... l.p. = 92
52081: ... l.p. = 93
2031563183945918294071: ... l.p. = 93
361794341647699905505399: ... l.p. = 93
51124582874452705456885351: ... l.p. = 93
468121: ... l.p. = 94
1286609209: ... l.p. = 94
8694595042987947457948937711495049931245163: ... l.p. = 94
191: ... l.p. = 95
13828961: ... l.p. = 95
460137572778371557785054623257871: ... l.p. = 95
1862457611364175487570409238012726994823669889631: ... l.p. = 95
193: ... l.p. = 96
41448704449: ... l.p. = 96
1843537150504780075063108993: ... l.p. = 96
3881: ... l.p. = 97
130958018700810567361260919261914712849: ... l.p. = 97
6682028674792021850499658634432979974620281094975260236296555044282940787318279: ... l.p. = 97
883: ... l.p. = 98
29009: ... l.p. = 98
170227: ... l.p. = 98
86651455669280587: ... l.p. = 98
139362986236635048339131: ... l.p. = 98
3611719: ... l.p. = 99
4893407785654797223: ... l.p. = 99
117206168731902676796790484884706056816111011068777: ... l.p. = 99
== Taip pat žiūrėkite ==
* Žemesnę: [[Septynioliktainė skaičiavimo sistema]]
* Aukštesnę: [[Devynioliktainė skaičiavimo sistema]]
[[Category:LT]]
[[Category:Skaičiavimo sistemos|18]]
[[Category:Kusurija|18]]
[[cs:Číselné soustavy/Osmnáctková soustava]]
ehkpyejfmdila3q30bg6yjb8e4enr87
User:Kusurija/21 bazės skaičiavimo sistema
2
25645
384787
194190
2026-06-23T21:20:55Z
AtUkr
17909
AtUkr moved page [[21 bazės skaičiavimo sistema]] to [[User:Kusurija/21 bazės skaičiavimo sistema]] without leaving a redirect
194190
wikitext
text/x-wiki
Čia yra 100 % mokslinis naujumas. Tai nereiškia, jog čia paskelbtos informacijos nebūtų žinomos (absoliuti dauguma žinoma nuo senovės, dauguma likučio nuo naujųjų laikų pradžios o tik niekinis likutis paskutiniais dešimtmečiais); mokslinis naujumas slypi šių informacijų išdėstymo būde ir nurodytose sąsajose.
'''Pradedant aštuonioliktaine skaičiavimo sistema, skaičių simboliams < 10<sub>(10)</sub> pridedamas kairėje papildomas nulis ir tokiu būdų iki 19<sub>(10)</sub> naudojami dviženkliai simboliai, atskirti tarpusavyje dvitaškiu (:). Dvitaškis nenaudojamas iki 20<sub>(10)</sub>, t.y. 00<sub>(21)</sub> - 20<sub>(21)</sub>'''.
== Skaičių eilė ==
'''Skaičių eilė''' (* paženklinti pirminiai, ** n-laipsniu pakelti pirminiai skaičiai)<br />
00, 01, 01:02*, 01:03, 01:04**, 01:05, 01:06**, 01:07, 01:08*, 01:09, 01:10*, 01:11**, 01:12, 01:13, 01:14, 01:15, 01:16*, 01:17, 01:18, 01:19, 01:20*, 02:00,
02:01*, 02:02, 02:03, 02:04, 02:05*, 02:06, 02:07**, 02:08, 02:09, 02:10, 02:11*, 02:12, 02:13, 02:14, 02:15, 02:16, 02:17*, 02:18, 02:19*, 02:20, 03:00,
03:01**, 03:02, 03:03, 03:04*, 03:05, 03:06, 03:07, 03:08*, 03:09, 03:10*, 03:11, 03:12, 03:13, 03:14, 03:15, 03:16*, 03:17, 03:18*, 03:19, 03:20*, 04:00,
04:01, 04:02, 04:03, 04:04, 04:05*, 04:06, 04:07, 04:08, 04:09, 04:10, 04:11, 04:12, 04:13*, 04:14, 04:15, 04:16, 04:17*, 04:18, 04:19*, 04:20, 05:00,
05:01, 05:02*, 05:03, 05:04*, 05:05, 05:06, 05:07, 05:08*, 05:09, 05:10, 05:11, 05:12, 05:13, 05:14, 05:15, 05:16**, 05:17, 05:18, 05:19, 05:20**, 06:00,
06:01*, 06:02**, 06:03, 06:04, 06:05*, 06:06, 06:07, 06:08, 06:09, 06:10, 06:11*, 06:12, 06:13*, 06:14, 06:15, 06:16, 06:17, 06:18, 06:19, 06:20, 07:00,
07:01, 07:02*, 07:03, 07:04*, 07:05, 07:06, 07:07, 07:08, 07:09, 07:10*, 07:11, 07:12, 07:13, 07:14, 07:15, 07:16*, 07:17, 07:18, 07:19, 07:20*, 08:00,
08:01**, 08:02, 08:03, 08:04, 08:05*, 08:06, 08:07, 08:08, 08:09, 08:10, 08:11*, 08:12, 08:13*, 08:14, 08:15, 08:16, 08:17, 08:18, 08:19, 08:20, 09:00,
09:01, 09:02*, 09:03, 09:04*, 09:05, 09:06, 09:07, 09:08*, 09:09, 09:10*, 09:11, 09:12, 09:13, 09:14, 09:15, 09:16, 09:17, 09:18, 09:19, 09:20, 10:00,
10:01*, ...
...
== Daugybos lentelė ==
{| class="wikitable"
|+ Dvidešimtainės sistemos daugybos lentelė
|-
! × || 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20
|-
! 01
| 01 || 02 || 03 || 04 || 05 || 06 || 07 || 08 || 09 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20
|-
! 02
| 02 || 04 || 06 || 08 || 10 ||12 || 14 || 16 || 18 || 20 || 01:01 || 01:03 || 01:05 || 01:07 || 01:09 || 01:11 || 01:13 || 01:15 || 01:17 || 01:19
|-
! 03
| 03 || 06 || 09 || 12 || 15 || 18 || 01:00 || 01:03 || 01:06 || 01:09 || 01:12 || 01:15 || 01:18 || 02:00 || 02:03 || 02:06 || 02:09 || 02:12 || 02:15 || 03:18
|-
! 04
| 04 || 08 || 12 || 16 || 20 || 01:03 || 01:07 || 01:11 || 01:15 || 01:19 || 02:02 || 02:06 || 02:10 || 02:14 || 02:18 || 03:01 || 03:05 || 03:09 || 03:13 || 03:17
|-
! 05
| 05 || 10 || 15 || 20 || 01:04 || 01:09 || 01:14 || 01:19 || 02:03 || 02:08 || 02:13 || 02:18 || 03:02 || 03:07 || 03:12 || 03:17 || 04:01 || 04:06 || 04:11 || 04:16
|-
! 06
| 06 || 12 || 18 || 01:03 || 01:09 || 01:15 || 02:00 || 02:06 || 02:12 || 02:18 || 03:03 || 03:09 || 03:15 || 04:00 || 04:06 || 04:12 || 04:18 || 05:03 || 05:09 || 05:15
|-
! 07
| 07 || 14 || 01:00 || 01:07 || 01:14 || 02:00 || 02:07 || 02:14 || 03:00 || 03:07 || 03:14 || 04:00 || 04:07 || 04:14 || 05:00 || 05:07 || 05:14 || 06:00 || 06:07 || 06:14
|-
! 08
| 08 || 16 || 01:03 || 01:11 || 01:19 || 02:06 || 02:14 || 03:01 || 03:09 || 03:17 || 04:04 || 04:12 || 04:20 || 05:07 || 05:15 || 06:02 || 06:10 || 06:18 || 07:05 || 07:13
|-
! 09
| 09 || 18 || 01:06 || 01:15 || 02:03 || 02:12 || 03:00 || 03:09 || 03:18 || 04:06 || 04:15 || 05:03 || 05:12 || 06:00 || 06:09 || 06:18 || 07:06 || 07:15 || 08:03 || 08:12
|-
! 10
| 10 || 20 || 01:09 || 01:19 || 02:08 || 02:18 || 03:07 || 03:17 || 04:06 || 04:16 || 05:05 || 05:15 || 06:04 || 06:14 || 07:03 || 07:13 || 08:02 || 08:12 || 09:01 || 09:11
|-
! 11
| 11 || 01:01 || 01:12 || 02:02 || 02:13 || 03:03 || 03:14 || 04:04 || 04:15 || 05:05 || 05:16 || 06:06 || 06:17 || 07:07 || 07:18 || 08:08 || 08:19 || 09:09 || 09:20 || 10:10
|-
! 12
| 12 || 01:03 || 01:15 || 02:06 || 02:18 || 03:09 || 04:00 || 04:12 || 05:03 || 05:15 || 06:06 || 06:18 || 07:09 || 08:00 || 08:12 || 09:03 || 09:15 || 10:06 || 10:18 || 11:09
|-
! 13
| 13 || 01:05 || 01:18 || 02:10 || 03:02 || 03:15 || 04:07 || 04:20 || 05:12 || 06:04 || 06:17 || 07:09 || 08:01 || 08:14 || 09:06 || 09:19 || 10:11 || 11:03 || 11:16 || 12:08
|-
! 14
| 14 || 01:07 || 02:00 || 02:14 || 03:07 || 04:00 || 04:14 || 05:07 || 06:00 || 06:14 || 07:07 || 08:00 || 08:14 || 09:07 || 10:00 || 10:14 || 11:07 || 12:00 || 12:14 || 13:07
|-
! 15
| 15 || 01:09 || 02:03 || 02:18 || 03:12 || 04:06 || 05:00 || 05:15 || 06:09 || 07:03 || 07:18 || 08:12 || 09:06 || 10:00 || 10:15 || 11:09 || 12:03 || 12:18 || 13:12 || 14:06
|-
! 16
| 16 || 01:11 || 02:06 || 03:01 || 03:17 || 04:12 || 05:07 || 06:02 || 06:18 || 07:13 || 08:08 || 09:03 || 09:19 || 10:14 || 11:09 || 12:04 || 12:20 || 13:15 || 14:10 || 15:05
|-
! 17
| 17 || 01:13 || 02:09 || 03:05 || 04:01 || 04:18 || 05:14 || 06:10 || 07:06 || 08:02 || 08:19 || 09:15 || 10:11 || 11:07 || 12:03 || 12:20 || 13:16 || 14:12 || 15:08 || 16:04
|-
! 18
| 18 || 01:15 || 02:12 || 03:09 || 04:06 || 05:03 || 06:00 || 06:18 || 07:15 || 08:12 || 09:09 || 10:06 || 11:03 || 12:00 || 12:18 || 13:15 || 14:12 || 15:09 || 16:06 || 17:03
|-
! 19
| 19 || 01:17 || 02:15 || 03:13 || 04:11 || 05:09 || 06:07 || 07:05 || 08:03 || 09:01 || 09:20 || 10:18 || 11:16 || 12:14 || 13:12 || 14:10 || 15:08 || 16:06 || 17:04 || 18:02
|-
! 20
| 20 || 01:19 || 02:18 || 03:17 || 04:16 || 05:15 || 06:14 || 07:13 || 08:12 || 09:11 || 10:10 || 11:09 || 12:08 || 13:07 || 14:06 || 15:05 || 16:04 || 17:03 || 18:02 || 19:01
|-
! 01:00
| 01:00 || 02:00 || 03:00 || 04:00 || 05:00 || 06:00 || 07:00 || 08:00 || 09:00 || 10:00 || 11:00 || 12:00 || 13:00 || 14:00 || 15:00 || 16:00 || 17:00 || 18:00 || 19:00 || 20:00
|}
== Pirminiai skaičiai-repunitai ==
* Pirminiai skaičiai dvidešimtainėje sistemoje susidedantys iš '''''p''''' vienetų, kur '''p''' yra šie: [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 17|17]], 1487, 31013, 48859, 61403...
[[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|3]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 17|17]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 43|43]], 271...
== Pirminių skaičių atvirkštinės reikšmės ==
* '''Pirminių skaičių atvirkštinės reikšmės (1/p); bei visų iki 23 skaičių atvirkštinės reikšmės (1/n) (ir kai kurių pasirinktų)...
l.p. - periodo ilgis; pp=priešperiodė
2: 00,10:10:10:10:10:10:10:10:10:10:10:10... l.p. = 1
3: 00,07:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
4: 00,05:05:05:05:05:05:05:05:05:05:05:05... l.p. = 1
5: 00,04:04:04:04:04:04:04:04:04:04:04:04... l.p. = 1
6: 00,03:10:10:10:10:10:10:10:10:10:10:10:10... l.p. = 1+1pp
7: 00,03:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
8: 00,02:13:02:13:02:13:02:13:02:13:02:13... l.p. = 2
9: 00,02:07:00:00:00:00:00:00:00:00:00:00... l.p. = 0+2pp
10: 00,02:02:02:02:02:02:02:02:02:02:02:02... l.p. = 1
11: 00,01:19:01:19:01:19:01:19:01:19:01:19... l.p. = 2
12: 00,01:15:15:15:15:15:15:15:15:15:15:15:15... l.p. = 1+1pp
13: 00,01:12:19:08:01:12:19:08:01:12:19:08... l.p. = 4
14: 00,01:10:10:10:10:10:10:10:10:10:10:10:10... l.p. = 1+1pp
15: 00,01:08:08:08:08:08:08:08:08:08:08:08:08... l.p. = 1+1pp
16: 00,01:06:11:17:01:06:11:17:01:06:11:17... l.p. = 4
17: 00,01:04:19:16:01:04:19:16:01:04:19:16... l.p. = 4
18: 00,01:03:10:10:10:10:10:10:10:10:10:10... l.p. = 1+2pp
19: 00,01:02:04:08:17:14:07:15:09:19:18:16:12:03:06:13:05:11... l.p. = 18
20: 00,01:01:01:01:01:01:01:01:01:01:01:01... l.p. = 1
21: 00,01:00:00:00:00:00:00:00:00:00:00:00... l.p. = 0+1pp
22: 00,00:20:00:20:00:20:00:20:00:20:00:20... l.p. = 2
23: 00,00:19:03:13:14:12:16:09:02:15:10:20... l.p. = 22
25: 00,00:17:13:09:05:00:17:13:09:05... l.p. = 5
27: 00,00:16:07:00:00:00:00:00:00:00:00:00... l.p. = 0+3pp
29: 00,00:15:04:07:05:01:09:08:14:10:02:18... l.p. = 28
31: 00,00:14:04:15:12:04:01:07:09:10:03:08... l.p. = 30
32: 00,00:13:16:08:11:03:05:19:00:13:16:08:11:03:05:19... l.p. = 8
37: 00,00:11:19:06:05:02:05:14:03:20:09:01:14:15:18:15:06:17... l.p. = 18
41: 00,00:10:15:18:09:04:12:16:18:19:20:10:05:02:11:16:08:04:02:01... l.p. = 20
43: 00,00:10:05:07:17:01:20:00:10:05:07:17:01:20... l.p. = 7
47: 00,00:09:08:00:18:16:01:16:11:03:12:01... l.p. = 23
49: 00,00:09:00:00:00:00:00:00:00:00:00:00... l.p. = 1+2pp
53: 00,00:08:06:15:09:10:14:13:18:04:15:17... l.p. = 52
59: 00,00:07:09:20:06:01:01:08:18:18:03:04... l.p. = 29
61: 00,00:07:04:17:04:09:20:13:16:03:16:11... l.p. = 12
64: 00,00:06:18:14:16:01:13:09:10:17:08:04:05:12:02:20... l.p. = 16
67: 00,00:06:12:04:14:15:07:10:20:07:17:11... l.p. = 33
71: 00,00:06:04:09:03:11:11:05:00:12:08:18... l.p. = 70
73: 00,00:06:00:18:02:12:07:16:02:06:06:18:20:14:20:02:18:08:13:04:18:14:14:02... l.p. = 24
79: 00,00:05:12:04:16:10:02:02:13:17:05:17:17... l.p. = 13
81: 00,00:05:09:07:00:00:00:00:00:00:00:00... l.p. = 0+4pp
83: 00,00:05:06:12:03:00:15:19:15:09:02:05... l.p. = 41
89: 00,00:04:20:01:03:16:05:18:18:08:10:08... l.p. = 44
97: 00,00:04:11:09:20:02:17:02:03:09:15:12... l.p. = 96
101: 00,00:04:07:14:11:13:10:17:01:00:17:09... l.p. = 50
103: 00,00:04:05:19:03:09:16:10:16:19:07:15... l.p. = 102
107: 00,00:04:02:11:12:03:11:03:19:09:00:12... l.p. = 106
109: 00,00:04:00:20:04:17:03:01:15:08:14:01... l.p. = 27
113: 00,00:03:18:20:01:10:04:13:11:18:16:03... l.p. = 112
121: 00,00:03:13:11:05:18:19:05:11:13:03:20:17:07:09:15:02:01:15:09:07:17... l.p. = 22
125: 00,00:03:11:01:17:16:20:06:18:13:12:16... l.p. = 25
127: 00,00:03:09:19:07:05:16:11:05:02:13:11... l.p. = 63
128: 00,00:03:09:07:08:00:17:04:15:19:04:02... l.p. = 32
131: 00,00:03:07:14:12:07:04:10:05:09:09:12... l.p. = 65
137: 00,00:03:04:12:11:20:01:14:08:12:05:10... l.p. = 136
139: 00,00:03:03:13:03:00:09:10:18:09:01:07... l.p. = 138
149: 00,00:02:20:03:05:01:11:11:14:13:17:01... l.p. = 148
151: 00,00:02:19:06:20:00:11:14:06:17:02:04... l.p. = 75
...
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 3 - 49 ==
'''463: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]]'''
...
40841: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 5|5]]
421: ... l.p. = 6
631: ... l.p. = 7
3319: ... l.p. = 7
97241: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 8|8]]
85775383: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 9|9]]
185641: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 10|10]]
'''17513875027111: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]]'''
3181: ... l.p. = 12
189437: ... l.p. = 13
516094151: ... l.p. = 13
81867661: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 14|14]]
211: ... l.p. = 15
9391: ... l.p. = 15
18181: ... l.p. = 15
62897: ... l.p. = 16
300673: ... l.p. = 16
'''1502097124754084594737: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 17|17]]'''
199: ... l.p. = 18
613: ... l.p. = 18
12061389013: ... l.p. = 19
54921106624003: ... l.p. = 19
920421641: ... l.p. = 20
4789: ... l.p. = 21
6427: ... l.p. = 21
227633407: ... l.p. = 21
6073: ... l.p. = 22
10362529: ... l.p. = 22
19597: ... l.p. = 23
139870566115103282847737: ... l.p. = 23
518118697: ... l.p. = 24
2031851: ... l.p. = 25
27385718497004633851: ... l.p. = 25
7021471715414521: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 26|26]]
163: ... l.p. = 27
4779433: ... l.p. = 27
7429452749713: ... l.p. = 27
3697: ... l.p. = 28
68454248717: ... l.p. = 28
1103704099: ... l.p. = 29
246763300513: ... l.p. = 29
687613372491653: ... l.p. = 29
2551: ... l.p. = 30
501001: ... l.p. = 30
4540713283: ... l.p. = 31
3936833990413: ... l.p. = 31
272581865551637989: ... l.p. = 31
1217: ... l.p. = 32
2689: ... l.p. = 32
31873: ... l.p. = 32
6857635489: ... l.p. = 32
3955202198062795629622003: ... l.p. = 33
11969: ... l.p. = 34
114089969144083169: ... l.p. = 34
1471: ... l.p. = 35
4149601: ... l.p. = 35
20028751: ... l.p. = 35
421503321597121: ... l.p. = 35
1693: ... l.p. = 36
4344847859197: ... l.p. = 36
31081: ... l.p. = 37
1681762703: ... l.p. = 37
7995105693353508392600118377453099: ... l.p. = 37
609673: ... l.p. = 38
987749814642143197: ... l.p. = 38
547: ... l.p. = 39
1171: ... l.p. = 39
80459337199345300130638393: ... l.p. = 39
3441241: ... l.p. = 40
415710882920521: ... l.p. = 40
14122861: ... l.p. = 41
83218931: ... l.p. = 41
17222085343: ... l.p. = 41
914531249431: ... l.p. = 41
52899783148909: ... l.p. = 41
337: ... l.p. = 42
22864311556633: ... l.p. = 42
'''35842614220783025524408588074144786493150233831596714503: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 43|43]]'''
661: ... l.p. = 44
4718573764413203147069: ... l.p. = 44
41489011: ... l.p. = 45
57815101: ... l.p. = 45
22554946693833031: ... l.p. = 45
277: ... l.p. = 46
461: ... l.p. = 46
599: ... l.p. = 46
691: ... l.p. = 46
2215825387044753577: ... l.p. = 46
49727: ... l.p. = 47
227011: ... l.p. = 47
75042551: ... l.p. = 47
158545759: ... l.p. = 47
5298873343: ... l.p. = 47
9794718038248648833094153: ... l.p. = 47
193: ... l.p. = 48
433: ... l.p. = 48
673: ... l.p. = 48
1001713: ... l.p. = 48
25392481: ... l.p. = 48
7057: ... l.p. = 49
1606344741163: ... l.p. = 49
1767442850839: ... l.p. = 49
1703751007820049542146461103: ... l.p. = 49
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 50 - 99 ==
11093851: ... l.p. = 50
248303068144516751: ... l.p. = 50
38047: ... l.p. = 51
51233569124705721849500009982296618143: ... l.p. = 51
32969: ... l.p. = 52
101089: ... l.p. = 52
23509884574335185209: ... l.p. = 52
1697: ... l.p. = 53
207612155793974069: ... l.p. = 53
372515213872960388437: ... l.p. = 53
4555268603071594349347155493: ... l.p. = 53
5077: ... l.p. = 54
17497: ... l.p. = 54
7101932659132249: ... l.p. = 54
881: ... l.p. = 55
5664205361: ... l.p. = 55
270573999780463721: ... l.p. = 55
54598616218616435702441: ... l.p. = 55
617: ... l.p. = 56
912521: ... l.p. = 56
115593326297: ... l.p. = 56
831380909129: ... l.p. = 56
304609: ... l.p. = 57
1244541772187848099210936765314595053007129: ... l.p. = 57
1277: ... l.p. = 58
7865855595529911658005355038639053: ... l.p. = 58
896447: ... l.p. = 59
334217419: ... l.p. = 59
47540111129611360301: ... l.p. = 59
3599933694931243085497791696053868938364103: ... l.p. = 59
1360861: ... l.p. = 60
920421641: ... l.p. = 60
1053606939618901: ... l.p. = 60
15373: ... l.p. = 61
12519763: ... l.p. = 61
1128331159687: ... l.p. = 61
1814065850324073713: ... l.p. = 61
57398774322642953389748085156004642469: ... l.p. = 61
78059: ... l.p. = 62
56748249908554278937564172324714039: ... l.p. = 62
51787: ... l.p. = 63
22125429901: ... l.p. = 63
27186384126763: ... l.p. = 63
100595851688887003: ... l.p. = 63
1023263388750334684164671319051311082339521: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 64|64]]
443431: ... l.p. = 65
47999819885150422820855221255204479443163906801765079421: ... l.p. = 65
3499: ... l.p. = 66
28513: ... l.p. = 66
33199x87989435079877: ... l.p. = 66
269: ... l.p. = 67
324363426169571: ... l.p. = 67
312929837239650768379490219650039: ... l.p. = 67
71028332352256443443129296219339913167: ... l.p. = 67
300293033: ... l.p. = 68
399981195234791390040813065378761: ... l.p. = 68
459878292118921111: ... l.p. = 69
31179105887601949149105715319437017328831: ... l.p. = 69
140351: ... l.p. = 70
78555121: ... l.p. = 70
72413241922093801: ... l.p. = 70
493509073: ... l.p. = 71
6912925952086714539251625713: ... l.p. = 71
110556144297525239244017467747224789359885811468762753179: ... l.p. = 71
816769: ... l.p. = 72
808208209: ... l.p. = 72
81967288802253121: ... l.p. = 72
30661: ... l.p. = 73
5424905842809814580790135175148153005273370039115139875248165723989059011789226683837426053: ... l.p. = 73
379919184478057330357419845346252603881265273961: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 74|74]]
151: ... l.p. = 75
1051: ... l.p. = 75
1801: ... l.p. = 75
9728219701: ... l.p. = 75
201307465501: ... l.p. = 75
138288178346489520230701: ... l.p. = 75
229: ... l.p. = 76
457: ... l.p. = 76
3794540985952206860593938878074866571399837: ... l.p. = 76
6225803431: ... l.p. = 77
39824892937303186001525100993399811: ... l.p. = 77
82721492925050166710438512180782661: ... l.p. = 77
11701: ... l.p. = 78
629773: ... l.p. = 78
7691526674487958994017: ... l.p. = 78
2687: ... l.p. = 79
10903: ... l.p. = 79
15208288358346544216626697: ... l.p. = 79
122435283552586211204658864416622901: ... l.p. = 79
261513239159154440967606433092726647: ... l.p. = 79
241: ... l.p. = 80
9521: ... l.p. = 80
22995281: ... l.p. = 80
33534961: ... l.p. = 80
3184193681: ... l.p. = 80
363230092241: ... l.p. = 80
251097226443098886970664441840231990201201851332912023687544574398706423: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 81|81]]
1231: ... l.p. = 82
1766117: ... l.p. = 82
33985282117517881270903492784746835442538163: ... l.p. = 82
167: ... l.p. = 83
756131: ... l.p. = 83
941221: ... l.p. = 83
2334351997697040387448341592997138604460338237413223529466429945751726176986579124533941307079: ... l.p. = 83
18481: ... l.p. = 84
2934413293238858072198024161: ... l.p. = 84
11500287881306297400572689205013166485061: ... l.p. = 85
346846213951614446714019035689488886491130381: ... l.p. = 85
173: ... l.p. = 86
15739: ... l.p. = 86
126851: ... l.p. = 86
169367548429: ... l.p. = 86
1163308526467: ... l.p. = 86
478811691676843729951: ... l.p. = 86
7826081384442721874824416529: ... l.p. = 87
13477015991023291802765110016390772920553907009: ... l.p. = 87
353: ... l.p. = 88
313433209: ... l.p. = 88
715521049: ... l.p. = 88
29831330140869137: ... l.p. = 88
32775913825604401: ... l.p. = 88
138348511207: ... l.p. = 89
1719937817227174896868741057213630597485253956382680484361683645714455944660556942937263903929864448451087: ... l.p. = 89
658261: ... l.p. = 90
82207575664095002495707981: ... l.p. = 90
35381269315942497678572657090020747: ... l.p. = 91
4264091474110761334946377629947327910839217826620223120485043: ... l.p. = 91
477045301: ... l.p. = 92
11918195405621: ... l.p. = 92
2641770975903509717963660601029203121: ... l.p. = 92
373: ... l.p. = 93
1303: ... l.p. = 93
5490236844314625181981860471139: ... l.p. = 93
7687249112242592598176964045333142849438561: ... l.p. = 93
283: ... l.p. = 94
1129: ... l.p. = 94
10165349: ... l.p. = 94
32036611: ... l.p. = 94
230199028303: ... l.p. = 94
264564425522789761284612235919: ... l.p. = 94
19449969211: ... l.p. = 95
619598441951897251: ... l.p. = 95
2522688573446019221: ... l.p. = 95
4962575794097659196896553056277931780683391554141: ... l.p. = 95
97: ... l.p. = 96
93310250563834657: ... l.p. = 96
226108215051938888394049: ... l.p. = 96
1747: ... l.p. = 97
298027069: ... l.p. = 97
99141858256733: ... l.p. = 97
29748627560719740825024892426535732998061: ... l.p. = 97
5860963105358989903195525558207622859647715180010295355986863: ... l.p. = 97
2524084462789: ... l.p. = 98
86494371600108393937: ... l.p. = 98
156357474589352978545297: ... l.p. = 98
782006960636353: ... l.p. = 99
146354764854514987: ... l.p. = 99
188145268678304791443009491673532813732054627291: ... l.p. = 99
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 100 - 149 ==
19501: ... l.p. = 100
56501: ... l.p. = 100
33360993558601: ... l.p. = 100
2105812970476039816410905651801: ... l.p. = 100
== Taip pat žiūrėkite ==
* Žemesnę: [[Dvidešimtainė skaičiavimo sistema]]
* Aukštesnę: [[22 bazės skaičiavimo sistema]]
[[Category:LT]]
[[Category:Skaičiavimo sistemos|21]]
[[Category:Kusurija|21]]
[[cs:Číselné soustavy/Soustava o základu 21]]
b6d5o436efxz7wz0lcgblb8d77aty9n
User:Kusurija/Septynioliktainė skaičiavimo sistema
2
25682
384788
154153
2026-06-23T21:21:20Z
AtUkr
17909
AtUkr moved page [[Septynioliktainė skaičiavimo sistema]] to [[User:Kusurija/Septynioliktainė skaičiavimo sistema]] without leaving a redirect
154153
wikitext
text/x-wiki
Čia yra 100 % mokslinis naujumas. Tai nereiškia, jog čia paskelbtos informacijos nebūtų žinomos (absoliuti dauguma žinoma nuo senovės, dauguma likučio nuo naujųjų laikų pradžios o tik niekinis likutis paskutiniais dešimtmečiais); mokslinis naujumas slypi šių informacijų išdėstymo būde ir nurodytose sąsajose.<br />
'''Pradedant aštuonioliktaine skaičiavimo sistema, skaičių simboliams < 10<sub>(10)</sub> pridedamas kairėje papildomas nulis ir tokiu būdų iki 17<sub>(10)</sub> naudojami dviženkliai simboliai, atskirti tarpusavyje dvitaškiu (:). Dvitaškis nenaudojamas iki 17<sub>(10)</sub>, t.y. 00<sub>(18)</sub> - 17<sub>(18)</sub>''' Tuo tarpu iki septynioliktanės sistemos skaičiai sudaromi analogiškai, kaip ir dešimtainėje sistemoje, tik skaičiams 10<sub>(10)</sub> naudojamas pakaitinis simbolis A<sub>(17)</sub>, 11<sub>(10)</sub> - B<sub>(17)</sub>, 12<sub>(10)</sub> - C<sub>(17)</sub>, 13<sub>(10)</sub> - D, 14<sub>(10)</sub> - E, 15<sub>(10)</sub> - F, 16<sub>(10)</sub> - G.'''
== Skaičių eilė ==
'''Skaičių eilė''' (* paženklinti pirminiai, ** n-laipsniu pakelti pirminiai skaičiai)<br />
0, 1, 2*, 3*, 4**, 5*, 6, 7*, 8**, 9**, A, B*, C, D*, E, F, G**, 10*,
11, 12*, 13, 14, 15, 16*, 17, 18**, 19, 1A**, 1B, 1C*, 1D, 1E*, 1F**, 1G, 20,
21, 22, 23*, 24, 25, 26, 27*, 28, 29*, 2A, 2B, 2C, 2D*, 2E, 2F**, 2G, 30,
31, 32*, 33, 34, 35, 36, 37, 38*, 39, 3A*, 3B, 3C, 3D**, 3E, 3F, 3G*, 40,
41, 42, 43*, 44, 45*, 46, 47, 48, 49, 4A, 4B*, 4C, 4D**, 4E, 4F*, 4G, 50,
51, 52, 53, 54*, 55, 56, 57, 58, 59, 5A, 5B, 5C*, 5D, 5E, 5F, 5G*, 60,
61*, 62, 63, 64, 65*, 66, 67*, 68, 69, 6A, 6B*, 6C, 6D, 6E, 6F, 6G, 70,
71, 72**, 73, 74, 75, 76**, 77, 78*, 79**, 7A, 7B, 7C*, 7D, 7E, 7F, 7G, 80,
81*, 82, 83*, 84, 85, 86, 87, 88, 89, 8A, 8B, 8C, 8D*, 8E, 8F*, 8G, 90,
91, 92, 93, 94*, 95, 96, 97, 98, 99, 9A*, 9B, 9C, 9D, 9E*, 9F, 9G**, A0,
A1, A2, A3*, A4, A5, A6, A7, A8, A9*, AA, AB*, AC, AD, AE, AF, AG, B0,
B1, B2, B3, B4*, B5, B6*, B7, B8, B9, BA*, BB, BC*, BD, BE, BF, BG, C0,
C1, C2, C3, C4, C5, C6, C7*, C8, C9, CA, CB, CC, CD, CE, CF, CG, D0,
D1, D2*, D3, D4, D5, D6*, D7, D8*, D9, DA, DB, DC*, DD, DE, DF, DG, E0,
E1*, E2, E3*, E4, E5**, E6, E7, E8, E9, EA, EB, EC, ED*, EE, EF, EG, F0,
F1**, F2*, F3, F4, F5, F6, F7, F8*, F9, FA, FB, FC, FD, FE*, FF, FG*, G0,
G1, G2, G3, G4, G5*, G6, G7, G8, G9*, GA, GB*, GC, GD, GE, GF, GG, 100**,
101, 102, 103, 104*, 105, 106, 107, 108, 109, 10A, 10B, ...
...
== Daugybos lentelė ==
{| class="wikitable"
|+ Septynioliktainės sistemos daugybos lentelė
|-
! × || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F || G || 10 || 11 || 12 || 13
|-
! 1
| 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F || G || 10 || 11 || 12 || 13
|-
! 2
| 2 || 4 || 6 || 8 || A || C || E || G || 11 || 13 || 15 || 17 || 19 || 1B || 1D || 1F || 20 || 22 || 24 || 26
|-
! 3
| 3 || 6 || 9 || C || F || 11 || 14 || 17 || 1A || 1D || 1G || 22 || 25 || 28 || 2B || 2E || 30 || 33 || 36 || 39
|-
! 4
| 4 || 8 || C || G || 13 || 17 || 1B || 1F || 22 || 26 || 2A || 2E || 31 || 35 || 39 || 3D || 40 || 44 || 48 || 4C
|-
! 5
| 5 || A || F || 13 || 18 || 1D || 21 || 26 || 2B || 2G || 34 || 39 || 3E || 42 || 47 || 4C || 50 || 55 || 5A || 5F
|-
! 6
| 6 || C || 11 || 17 || 1D || 22 || 28 || 2E || 33 || 39 || 3F || 44 || 4A || 4G || 55 || 5B || 60 || 66 || 6C || 71
|-
! 7
| 7 || E || 14 || 1B || 21 || 28 || 2F || 35 || 3C || 42 || 49 || 4G || 56 || 5D || 63 || 6A || 70 || 77 || 7E || 84
|-
! 8
| 8 || G || 17 || 1F || 26 || 2E || 35 || 3D || 44 || 4C || 53 || 5B || 62 || 6A || 71 || 79 || 80 || 88 || 8G || 97
|-
! 9
| 9 || 11 || 1A || 22 || 2B || 33 || 3C || 44 || 4D || 55 || 5E || 66 || 6F || 77 || 7G || 88 || 90 || 99 || A1 || AA
|-
! A
| A || 13 || 1D || 26 || 2G || 39 || 42 || 4C || 55 || 5F || 68 || 71 || 7B || 84 || 8E || 97 || A0 || AA || B3 || BD
|-
! B
| B || 15 || 1G || 2A || 34 || 3F || 49 || 53 || 5E || 68 || 72 || 7D || 87 || 91 || 9C || A6 || B0 || BB || C5 || CG
|-
! C
| C || 17 || 22 || 2E || 39 || 44 || 4G || 5B || 66 || 71 || 7D || 88 || 93 || 9F || AA || B5 || C0 || CC || D7 || E2
|-
! D
| D || 19 || 25 || 31 || 3E || 4A || 56 || 62 || 6F || 7B || 88 || 93 || 9G || AC || B8 || C4 || D0 || DD || E9 || F5
|-
! E
| E || 1B || 28 || 35 || 42 || 4G || 5D || 6A || 77 || 84 || 91 || 9F || AC || B9 || C6 || D3 || E0 || EE || FB || G8
|-
! F
| F || 1D || 2B || 39 || 47 || 55 || 63 || 71 || 7G || 8E || 9C || AA || B8 || C6 || D4 || E2 || F0 || FF || GD || 10B
|-
! G
| G || 1F || 2E || 3D || 4C || 5B || 6A || 79 || 88 || 97 || A6 || B5 || C4 || D3 || E2 || F1 || G0 || GG || 10F || 11E
|-
! 10
| 10 || 20 || 30 || 40 || 50 || 60 || 70 || 80 || 90 || A0 || B0 || C0 || D0 || E0 || F0 || G0 || 100 || 110 || 120 || 130
|}
== Pirminiai skaičiai-repunitai ==
* Pirminiai skaičiai septynioliktainėje sistemoje susidedantys iš '''''p''''' vienetų, kur '''p''' yra šie: [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 5|5]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 7|7]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 47|47]], [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 71|71]], 419, 4799...
== Pirminių skaičių atvirkštinės reikšmės ==
* '''Pirminių skaičių atvirkštinės reikšmės (1/p); bei visų iki 19 skaičių atvirkštinės reikšmės (1/n) (ir kai kurių pasirinktų)...
l.p. - periodo ilgis; pp=priešperiodė
2: 0,888888888888... l.p. = 1
3: 0,5B5B5B5B5B5B... l.p. = 2
4: 0,444444444444... l.p. = 1
5: 0,36DA36DA36DA... l.p. = 4
6: 0,2E2E2E2E2E2E... l.p. = 2
7: 0,274E9C274E9C... l.p. = 6
8: 0,222222222222... l.p. = 1
9: 0,1F1F1F1F1F1F... l.p. = 2
10: 0,1BF51BF51BF5... l.p. = 4
11: 0,194ADF7C63... l.p. = 10
12: 0,171717171717... l.p. = 2
13: 0,153FBD153FBD... l.p. = 6
14: 0,13AFD613AFD6... l.p. = 6
15: 0,124912491249... l.p. = 4
16: 0,111111111111... l.p. = 1
17: 0,100000000000... l.p. = 0+1pp
18: 0,0G0G0G0G0G0G... l.p. = 2
19: 0,0F39E5648... l.p. = 9
23: 0,0C9A5F8ED52G... l.p. = 22
25: 0,0B98E4CFAEG5... l.p. = 20
27: 0,0ABG650ABG65... l.p. = 6
29: 0,09G709G709G7... l.p. = 4
31: 0,09583E469EDC... l.p. = 30
32: 0,090909090909... l.p. = 2
37: 0,07DD58C6F2CE... l.p. = 36
41: 0,070E1B356AD4... l.p. = 40
43: 0,06C45FDE3G39... l.p. = 21
47: 0,06290C5117A2... l.p. = 23
53: 0,057BECE1FC33... l.p. = 26
59: 0,04F4A65CG737... l.p. = 29
61: 0,04C935E8623F... l.p. = 60
67: 0,04559F3DBFC7... l.p. = 33
71: 0,04135GCFDB... l.p. = 10
73: 0,03G521AC1EB6... l.p. = 24
79: 0,03B33EE71C48... l.p. = 26
81: 0,039B21B93GD7... l.p. = 18
83: 0,03834C1765FG... l.p. = 41
89: 0,034377AF18GA... l.p. = 44
97: 0,02GB0BFA2DB6... l.p. = 96
101: 0,02EAFGE261... l.p. = 10
103: 0,02DBF05A6D0B... l.p. = 51
107: 0,02BF9BCED3305... l.p. = 106
109: 0,02B1439GBBE8... l.p. = 36
113: 0,029821DBC84B... l.p. = 112
121: 0,026A460BG04D... l.p. = 110
127: 0,024BAGA2G113... l.p. = 63
128: 0,02468ACF02468ACF... l.p. = 8
131: 0,02389A44DAAF... l.p. = 130
137: 0,021EAFAD8FF04... l.p. = 68
139: 0,0215ED9D5AAF... l.p. = 138
149: 0,01FG941E09BE... l.p. = 37
151: 0,01F9207B281D... l.p. = 75
...
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 3 - 49 ==
'''307: 0,00G00G00G00G... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 3|3]]'''
5, 29 žr. aukščiau: ... l.p. = 4
'''88741: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 5|5]]'''
'''25646167: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 7|7]]'''
41761: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 8|8]]
1270657: ... l.p. = 9
11, 71, 101 viz nahoře: ... l.p. = 10
'''2141993519227: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 11|11]]'''
83233: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 12|12]]
212057: ... l.p. = 13
2919196853: ... l.p. = 13
22796593: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 14|14]]
6566760001: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 15|15]]
18913: ... l.p. = 16
184417: ... l.p. = 16
10949: ... l.p. = 17
1749233: ... l.p. = 17
2699538733: ... l.p. = 17
1423: ... l.p. = 18
5653: ... l.p. = 18
229: 0,0147C43FF13348GBG32: ... l.p. = 19
1103: ... l.p. = 19
202607147: ... l.p. = 19
291973723: ... l.p. = 19
21881: ... l.p. = 20
63541: ... l.p. = 20
13567: ... l.p. = 21
940143709: ... l.p. = 21
947: ... l.p. = 22
87415373: ... l.p. = 22
26552618219228090162977481: ... l.p. = 23
1321: ... l.p. = 24
72337: ... l.p. = 24
2551: ... l.p. = 25
5351: ... l.p. = 25
26278001: ... l.p. = 25
11330289301: ... l.p. = 25
65651: ... l.p. = 26
2001793: ... l.p. = 26
433: ... l.p. = 27
24733: ... l.p. = 27
1313154695584063: ... l.p. = 27
5766433: ... l.p. = 28
100688449: ... l.p. = 28
7193: ... l.p. = 29
6088087: ... l.p. = 29
11658852700685942029849: ... l.p. = 29
238212511: ... l.p. = 30
4093: ... l.p. = 31
6123493: ... l.p. = 31
347340647626008901939025023: ... l.p. = 31
257: ... l.p. = 32
1801601: ... l.p. = 32
52548582913: ... l.p. = 32
3697: ... l.p. = 33
976669: ... l.p. = 33
15814892288119: ... l.p. = 33
45957792327018709121: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 34|34]]
966211: ... l.p. = 35
21998621: ... l.p. = 35
15030659834591591: ... l.p. = 35
181: 0,01A278C861D5C6... l.p. = 36
2089: ... l.p. = 36
382069: ... l.p. = 36
223: 0,0150913C8928D0A... l.p. = 37
101691604559540581: ... l.p. = 37
6218882581209875638403: ... l.p. = 37
457: ... l.p. = 38
1559: ... l.p. = 38
2927: ... l.p. = 38
312931: ... l.p. = 38
20352763: ... l.p. = 38
212057: ... l.p. = 39
2919196853: ... l.p. = 39
1186844128302568601: ... l.p. = 40
892079: ... l.p. = 41
13365673: ... l.p. = 41
960217114820653: ... l.p. = 41
18469031047049514697: ... l.p. = 41
88109799136087: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 42|42]]
1549: ... l.p. = 43
3075877724153666279633: ... l.p. = 43
1064542861270580708122635671: ... l.p. = 43
25741: ... l.p. = 44
256152733: ... l.p. = 44
6901823633: ... l.p. = 44
3691: ... l.p. = 45
33931: ... l.p. = 45
316531: ... l.p. = 45
1674271: ... l.p. = 45
5113320301: ... l.p. = 45
1109309383381084655697725873: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 46|46]]
'''423622795798733187216959754496018087627393990881167960767: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 47|47]]'''
48661191868691111041: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 48|48]]
491: ... l.p. = 49
883: ... l.p. = 49
474969439337: ... l.p. = 49
1094794793219: ... l.p. = 49
21174546269742403551077: ... l.p. = 49
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 50 - 99 ==
4064228544226537005066401: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 50|50]]
409: ... l.p. = 51
162260934541944127: ... l.p. = 51
326099734864828369: ... l.p. = 51
19825313: ... l.p. = 52
1224199237: ... l.p. = 52
13938043025453: ... l.p. = 52
4375997670680275555605273053: ... l.p. = 53
2336661313161818672990011193252900057: ... l.p. = 53
163: 0,01D26D42FAG2... l.p. = 54
28758863909916435817: ... l.p. = 54
15357101: ... l.p. = 55
3332897591: ... l.p. = 55
962619789378941: ... l.p. = 55
315531140147973311: ... l.p. = 55
2801: ... l.p. = 56
15121: ... l.p. = 56
12876020081: ... l.p. = 56
622434484561: ... l.p. = 56
6162410920417: ... l.p. = 57
30211339578587520100541032742977: ... l.p. = 57
349: ... l.p. = 58
23549: ... l.p. = 58
2919779: ... l.p. = 58
18032534719: ... l.p. = 58
61878754061: ... l.p. = 58
1063: ... l.p. = 59
1889: ... l.p. = 59
1365581260423071390161: ... l.p. = 59
90008517325328860435221505121015340220148461: ... l.p. = 59
541: ... l.p. = 60
1479639031521241: ... l.p. = 60
15103230859721: ... l.p. = 61
4722743517602912319810923441122498349478034813612513477513781: ... l.p. = 61
373: ... l.p. = 62
36845423: ... l.p. = 62
563056114507738352440487747: ... l.p. = 62
41643373496311819: ... l.p. = 63
37387216988215606147063933: ... l.p. = 63
1409: ... l.p. = 64
165569: ... l.p. = 64
5075110114734021328723863149761: ... l.p. = 64
9882731: ... l.p. = 65
42774218980741: ... l.p. = 65
256543213498592579101758761102741785511: ... l.p. = 65
199: ... l.p. = 66
991: ... l.p. = 66
48973: ... l.p. = 66
11372329: ... l.p. = 66
39172453: ... l.p. = 66
436171: ... l.p. = 67
3947307526766022401589857104042951617118791047554203106309872173198737769977: ... l.p. = 67
1361: ... l.p. = 68
2698649: ... l.p. = 68
1002402000793: ... l.p. = 68
4678410332263673: ... l.p. = 68
25225573: ... l.p. = 69
9559382330644273: ... l.p. = 69
5385687325711213602812791946461: ... l.p. = 69
701: ... l.p. = 70
512718953215732865581052501: ... l.p. = 70
'''143798195172461138521036839345269251740737334259640879028155379795667047030720519999127: ... l.p. = [[Pirminiai skaičiai/Pirminiai skaičiai-repunitai: l = 71|71]]'''
28639368230833: ... l.p. = 72
11852519531110417: ... l.p. = 72
293: ... l.p. = 73
1621745371: ... l.p. = 73
3038535503: ... l.p. = 73
319344640907: ... l.p. = 73
596137412912777: ... l.p. = 73
151192644932534555018760925054337887684171: ... l.p. = 73
1481: ... l.p. = 74
2591: ... l.p. = 74
172683287783: ... l.p. = 74
281880352305551730895009697: ... l.p. = 74
151: 0,01F9207B281DA9... l.p. = 75
5101: ... l.p. = 75
1995937064371951: ... l.p. = 75
10744282911799904868353724301: ... l.p. = 75
247381: ... l.p. = 76
796699736849174247608318245316124490909: ... l.p. = 76
63183887777606431620036734659574373415341987361849452469359581232953058529: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 77|77]]
1249: ... l.p. = 78
1837708051687: ... l.p. = 78
12042786858259: ... l.p. = 78
2371: ... l.p. = 79
8849: ... l.p. = 79
32233: ... l.p. = 79
95294351981: ... l.p. = 79
15565073214383744299753594766453955551010962009527408014734638227062006641: ... l.p. = 79
241: 0,013698F1A9EF07... l.p. = 80
3583912721: ... l.p. = 80
2741517463686662290741112321: ... l.p. = 80
6770748529: ... l.p. = 81
454194717025663: ... l.p. = 81
904405077653173242898527606595551272070589: ... l.p. = 81
1231: ... l.p. = 82
62919257: ... l.p. = 82
18798033503: ... l.p. = 82
76203249126187: ... l.p. = 82
140606605811723: ... l.p. = 82
186917: ... l.p. = 83
1441585450365875501: ... l.p. = 83
859764623611313847689900219: ... l.p. = 83
361636059093059401270170190932275191488900255093209: ... l.p. = 83
1093: ... l.p. = 84
311640640511791392291238477: ... l.p. = 84
5441: ... l.p. = 85
208931: ... l.p. = 85
22296011: ... l.p. = 85
24543581: ... l.p. = 85
4939937011021: ... l.p. = 85
7517339434046845421: ... l.p. = 85
228438898023070765592141: ... l.p. = 85
8171: ... l.p. = 86
279119267104661: ... l.p. = 86
1976815271971094795525780184146983: ... l.p. = 86
523: ... l.p. = 87
8179: ... l.p. = 87
16879: ... l.p. = 87
37286983: ... l.p. = 87
52627759112497: ... l.p. = 87
5340455877669348272609426509595308057: ... l.p. = 87
353: ... l.p. = 88
4578289: ... l.p. = 88
10220537742525964173135803376631640231153: ... l.p. = 88
179: ... l.p. = 89
7121: ... l.p. = 89
10859: ... l.p. = 89
2220161311: ... l.p. = 90
152924817473166888991: ... l.p. = 90
513059: ... l.p. = 91
986802324691: ... l.p. = 91
1128882253376333: ... l.p. = 91
633917591815554047: ... l.p. = 91
101604859007816647702158801323372000819: ... l.p. = 91
1511845630837: ... l.p. = 92
909379032187982366535129290548012827355069: ... l.p. = 92
23125381: ... l.p. = 93
32914090064285401: ... l.p. = 93
4083338668402072819: ... l.p. = 93
20333334196989020875813546533751: ... l.p. = 93
376553596265540610859519781774238300113239103005482631793: ... l.p. = [[Pirminiai skaičiai/Unikiniai skaičiai: l = 94|94]]
191: 0,018C4DC0492E72... l.p. = 95
243888371: ... l.p. = 95
790258628122415702756879695009414803659288068090984593801128670245440884276421: ... l.p. = 95
1120513: ... l.p. = 96
53160769: ... l.p. = 96
80592097: ... l.p. = 96
5085025550848897: ... l.p. = 96
389: ... l.p. = 97
90976939813: ... l.p. = 97
438263590967631109: ... l.p. = 97
65888627940954399173: ... l.p. = 97
13803798418776916198818932565461346902705841274674397535895798620689: ... l.p. = 97
711954517: ... l.p. = 98
1465198716273377: ... l.p. = 98
4576209702754960230170484653: ... l.p. = 98
48907: ... l.p. = 99
7298280793: ... l.p. = 99
53203926799: ... l.p. = 99
3534366624825269090846591317571377816092437915221: ... l.p. = 99
== Atvirkštinių reikšmių periodų ilgiai (l.p.) 100 - 149 ==
5801: ... l.p. = 100
88301: ... l.p. = 100
373207301: ... l.p. = 100
17280974612770188922074220577701: ... l.p. = 100
10303: ... l.p. = 101
70297: ... l.p. = 101
41605133: ... l.p. = 101
1103896660507: ... l.p. = 101
88296018585184110466501207935829: ... l.p. = 101
401147537108874086654734118920936569436864061975969943839772089: ... l.p. = 101
17341: ... l.p. = 102
14055956389: ... l.p. = 102
45628367677: ... l.p. = 102
225388217073157: ... l.p. = 102
...
== Taip pat žiūrėkite ==
* Žemesnę: [[Šešioliktainė skaičiavimo sistema]]
* Aukštesnę: [[Aštuonioliktainė skaičiavimo sistema]]
* irgi: [[Penkioliktainė skaičiavimo sistema]]
[[Category:LT]]
[[Category:Skaičiavimo sistemos|17]]
[[Category:Kusurija|17]]
[[cs:Číselné soustavy/Sedmnáctková soustava]]
[[ja:十七進法 (kusurija)]]
o61vfctqs9dvhwrs69aznukxgdnu2v2
User talk:AtUkr
3
26142
384772
383774
2026-06-23T15:48:06Z
Kusurija
18165
/* Deletion of [[Dvidešimtainė skaičiavimo sistema]] */
384772
wikitext
text/x-wiki
== Test wiki custodian ? ==
Hi, it seems like you are a test wiki custodian but you are deleting random pages from different projects. In my understanding only sysop can do that, but as a test-sysop if you do this it is misuse. Please explain your recent actions. Thanks. -- [[User:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|ꠢꠣꠍꠘ ꠞꠣꠎꠣ]] ([[User talk:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|talk]]) 06:19, 28 August 2024 (UTC)
:Hi, just checked and apparently I ''am'' a test wiki custodian. The point is, believe it or not, I wasn't aware of this. I asked for temporary rights on ''all'' test wikis, as you can see from [[Wikiversity:Candidates for Custodianship]]. But instead I was only made a test sysop. So I guess I missed it when I obtained the rights. We should ask {{ping|Crochet.david}} to clear up the confusion.
:So I apologize if my actions seem inappropriate, but at the same time I don't believe they are. The latest batch of my deletions is English-language pages which have mostly been copied to English Wikiversity, a few empty pages, unneeded templates, some spam etc. I'm fairly certain that my intervention into test wikis other than Ukrainian is (at the moment) quite minuscule. Of course, this theoretically isn't part of a test sysop's remit, but I think those pages ought to have been deleted a long time ago anyway, they're not "random" as you stated. In any case, I'm not shirking the responsibility for my actions, and I'm willing to explain my reasoning to anyone authorized to judge. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 12:58, 28 August 2024 (UTC)
== Deletion of page මුල් පිටුව ==
You have deleted the page: [[මුල් පිටුව]], and then removed it from the language list on the main page, claiming it is a test page; right? That was the landing page for Sinhala language beta wikiversity page; wasn't it? Do you think the action was correct? -- [[User:Lee|Lee]] ([[User talk:Lee|talk]]) 04:55, 18 July 2025 (UTC)
:I am aware that it was supposed to be the Sinhala testwiki main page. However, here is the entire wikicode of that deleted page:
<pre>{{:මුල් පිටුව /ඉහළ}}{{රාමුව|විකිසරසවිය:දැන්වීම්/si}}__NOTOC__
== විකි සරසවිය යනු කුමක්ද? ==
විකි සරසවිය යනු [[විකිමාධ්ය පදනම|විකිමාධ්ය පදනමෙහි]] ව්යාපෘතියකි.
[[Category:SI]]
</pre>
:So two templates and a single sentence stating that Wikiversity is a project of the Wikimedia Foundation. That is simply useless. The only effect that page had was maintaining the illusion that a Sinhala test wiki really existed, while in reality it was only that stub of a main page and its templates. So yes, I considered it a test, more of an attempt than a real, useful page.
:I see that you're a Sinhala speaker yourself. In that case, I invite you to translate the project's [[Main Page]] into your language. (Click "Translate this page" at the top) That will provide a real starting point for Sinhala speakers to understand what Beta Wikiversity is. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 05:12, 18 July 2025 (UTC)
== Notice of expiration of your interface-admin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "interface-admin" (Interface administrators) will expire on 2025-10-16 14:29:00. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Notice of expiration of your sysop right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "sysop" (Custodians) will expire on 2025-10-16 14:29:34. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Linking in edit summaries ==
Please note that bare URLs like "<nowiki>https://w.wiki/HeQU</nowiki>" are ''not'' autolinked in edit summaries the way they are in regular wiki pages (here I have suppressed the autolinking by using 'nowiki'), so those references in your latest page deletion edit summaries are not very convenient for readers. In this case, you could have used "<code><nowiki>[[Special:PermanentLink/381479]]</nowiki></code>" (rendered as [[Special:PermanentLink/381479]] in edit summaries as well as on normal pages). The slightly shorter "Permalink" can also be used instead of "PermanentLink". - [[User:Dcljr|dcljr]] ([[User talk:Dcljr|talk]]) 01:41, 30 January 2026 (UTC)
: Understood, thank you. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 13:14, 30 January 2026 (UTC)
== Protecting pages ==
Hi. Can you protect [[Trang Chính]]? This is a main page of Vietnamese, which is a highly visible page, so it shouldn't be edited by logged-out editors to prevent vandalism. [[User:Nvdtn19|Nvdtn19]] ([[User talk:Nvdtn19|{{int:talkpagelinktext}}]]) 07:49, 31 January 2026 (UTC)
: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 14:12, 31 January 2026 (UTC)
== Імейл повідомлення ==
Привіт, тільки зараз прочитав ваш імейл. Ці сторінки про що ви згадали швидше за все більше не потрібні. Адже інформація на них насправді вже стара) Все одно сподіваюсь, що коли-небудь повернусь до цього проєкту, просто наразі не вистачає енергії. [[User:Vogone|Vogone]] ([[User talk:Vogone|talk]]) 20:25, 31 March 2026 (UTC)
: Hi, thanks for the reply. (Not sure which language I should use now, lol) Anyways, those pages make up much of the LT test project, so I'll be deleting them in order to clear up the real situation. Much obliged. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 20:32, 31 March 2026 (UTC)
== Notice of expiration of your translationadmin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "translationadmin" (Translation administrators) will expire on 2026-04-11 21:48:21. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:41, 5 April 2026 (UTC)</div>
== Deletion of [[Dvidešimtainė skaičiavimo sistema]] ==
Deleted [[Dvidešimtainė skaičiavimo sistema]] in lithuanian. Can you give more detailed explanation? Thank you. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 15:47, 23 June 2026 (UTC)
p8jwr65rb7j5g5uabq1ray1hsi5izt2
384773
384772
2026-06-23T16:21:47Z
Kusurija
18165
/* Deletion of Dvidešimtainė skaičiavimo sistema */ and all pages in lithuanian
384773
wikitext
text/x-wiki
== Test wiki custodian ? ==
Hi, it seems like you are a test wiki custodian but you are deleting random pages from different projects. In my understanding only sysop can do that, but as a test-sysop if you do this it is misuse. Please explain your recent actions. Thanks. -- [[User:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|ꠢꠣꠍꠘ ꠞꠣꠎꠣ]] ([[User talk:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|talk]]) 06:19, 28 August 2024 (UTC)
:Hi, just checked and apparently I ''am'' a test wiki custodian. The point is, believe it or not, I wasn't aware of this. I asked for temporary rights on ''all'' test wikis, as you can see from [[Wikiversity:Candidates for Custodianship]]. But instead I was only made a test sysop. So I guess I missed it when I obtained the rights. We should ask {{ping|Crochet.david}} to clear up the confusion.
:So I apologize if my actions seem inappropriate, but at the same time I don't believe they are. The latest batch of my deletions is English-language pages which have mostly been copied to English Wikiversity, a few empty pages, unneeded templates, some spam etc. I'm fairly certain that my intervention into test wikis other than Ukrainian is (at the moment) quite minuscule. Of course, this theoretically isn't part of a test sysop's remit, but I think those pages ought to have been deleted a long time ago anyway, they're not "random" as you stated. In any case, I'm not shirking the responsibility for my actions, and I'm willing to explain my reasoning to anyone authorized to judge. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 12:58, 28 August 2024 (UTC)
== Deletion of page මුල් පිටුව ==
You have deleted the page: [[මුල් පිටුව]], and then removed it from the language list on the main page, claiming it is a test page; right? That was the landing page for Sinhala language beta wikiversity page; wasn't it? Do you think the action was correct? -- [[User:Lee|Lee]] ([[User talk:Lee|talk]]) 04:55, 18 July 2025 (UTC)
:I am aware that it was supposed to be the Sinhala testwiki main page. However, here is the entire wikicode of that deleted page:
<pre>{{:මුල් පිටුව /ඉහළ}}{{රාමුව|විකිසරසවිය:දැන්වීම්/si}}__NOTOC__
== විකි සරසවිය යනු කුමක්ද? ==
විකි සරසවිය යනු [[විකිමාධ්ය පදනම|විකිමාධ්ය පදනමෙහි]] ව්යාපෘතියකි.
[[Category:SI]]
</pre>
:So two templates and a single sentence stating that Wikiversity is a project of the Wikimedia Foundation. That is simply useless. The only effect that page had was maintaining the illusion that a Sinhala test wiki really existed, while in reality it was only that stub of a main page and its templates. So yes, I considered it a test, more of an attempt than a real, useful page.
:I see that you're a Sinhala speaker yourself. In that case, I invite you to translate the project's [[Main Page]] into your language. (Click "Translate this page" at the top) That will provide a real starting point for Sinhala speakers to understand what Beta Wikiversity is. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 05:12, 18 July 2025 (UTC)
== Notice of expiration of your interface-admin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "interface-admin" (Interface administrators) will expire on 2025-10-16 14:29:00. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Notice of expiration of your sysop right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "sysop" (Custodians) will expire on 2025-10-16 14:29:34. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Linking in edit summaries ==
Please note that bare URLs like "<nowiki>https://w.wiki/HeQU</nowiki>" are ''not'' autolinked in edit summaries the way they are in regular wiki pages (here I have suppressed the autolinking by using 'nowiki'), so those references in your latest page deletion edit summaries are not very convenient for readers. In this case, you could have used "<code><nowiki>[[Special:PermanentLink/381479]]</nowiki></code>" (rendered as [[Special:PermanentLink/381479]] in edit summaries as well as on normal pages). The slightly shorter "Permalink" can also be used instead of "PermanentLink". - [[User:Dcljr|dcljr]] ([[User talk:Dcljr|talk]]) 01:41, 30 January 2026 (UTC)
: Understood, thank you. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 13:14, 30 January 2026 (UTC)
== Protecting pages ==
Hi. Can you protect [[Trang Chính]]? This is a main page of Vietnamese, which is a highly visible page, so it shouldn't be edited by logged-out editors to prevent vandalism. [[User:Nvdtn19|Nvdtn19]] ([[User talk:Nvdtn19|{{int:talkpagelinktext}}]]) 07:49, 31 January 2026 (UTC)
: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 14:12, 31 January 2026 (UTC)
== Імейл повідомлення ==
Привіт, тільки зараз прочитав ваш імейл. Ці сторінки про що ви згадали швидше за все більше не потрібні. Адже інформація на них насправді вже стара) Все одно сподіваюсь, що коли-небудь повернусь до цього проєкту, просто наразі не вистачає енергії. [[User:Vogone|Vogone]] ([[User talk:Vogone|talk]]) 20:25, 31 March 2026 (UTC)
: Hi, thanks for the reply. (Not sure which language I should use now, lol) Anyways, those pages make up much of the LT test project, so I'll be deleting them in order to clear up the real situation. Much obliged. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 20:32, 31 March 2026 (UTC)
== Notice of expiration of your translationadmin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "translationadmin" (Translation administrators) will expire on 2026-04-11 21:48:21. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:41, 5 April 2026 (UTC)</div>
== Deletion of [[Dvidešimtainė skaičiavimo sistema]] ==
Deleted [[Dvidešimtainė skaičiavimo sistema]] in lithuanian. Can you give more detailed explanation? Thank you. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 15:47, 23 June 2026 (UTC)
: [[Kursas:Kaip redaguoti puslapį/viktorina]] dtto, and all pages in lithuanian... ? --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:21, 23 June 2026 (UTC)
esp0ws3667f01za0px4itiabwnlu9my
384774
384773
2026-06-23T16:23:12Z
Kusurija
18165
/* Deletion of Dvidešimtainė skaičiavimo sistema */
384774
wikitext
text/x-wiki
== Test wiki custodian ? ==
Hi, it seems like you are a test wiki custodian but you are deleting random pages from different projects. In my understanding only sysop can do that, but as a test-sysop if you do this it is misuse. Please explain your recent actions. Thanks. -- [[User:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|ꠢꠣꠍꠘ ꠞꠣꠎꠣ]] ([[User talk:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|talk]]) 06:19, 28 August 2024 (UTC)
:Hi, just checked and apparently I ''am'' a test wiki custodian. The point is, believe it or not, I wasn't aware of this. I asked for temporary rights on ''all'' test wikis, as you can see from [[Wikiversity:Candidates for Custodianship]]. But instead I was only made a test sysop. So I guess I missed it when I obtained the rights. We should ask {{ping|Crochet.david}} to clear up the confusion.
:So I apologize if my actions seem inappropriate, but at the same time I don't believe they are. The latest batch of my deletions is English-language pages which have mostly been copied to English Wikiversity, a few empty pages, unneeded templates, some spam etc. I'm fairly certain that my intervention into test wikis other than Ukrainian is (at the moment) quite minuscule. Of course, this theoretically isn't part of a test sysop's remit, but I think those pages ought to have been deleted a long time ago anyway, they're not "random" as you stated. In any case, I'm not shirking the responsibility for my actions, and I'm willing to explain my reasoning to anyone authorized to judge. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 12:58, 28 August 2024 (UTC)
== Deletion of page මුල් පිටුව ==
You have deleted the page: [[මුල් පිටුව]], and then removed it from the language list on the main page, claiming it is a test page; right? That was the landing page for Sinhala language beta wikiversity page; wasn't it? Do you think the action was correct? -- [[User:Lee|Lee]] ([[User talk:Lee|talk]]) 04:55, 18 July 2025 (UTC)
:I am aware that it was supposed to be the Sinhala testwiki main page. However, here is the entire wikicode of that deleted page:
<pre>{{:මුල් පිටුව /ඉහළ}}{{රාමුව|විකිසරසවිය:දැන්වීම්/si}}__NOTOC__
== විකි සරසවිය යනු කුමක්ද? ==
විකි සරසවිය යනු [[විකිමාධ්ය පදනම|විකිමාධ්ය පදනමෙහි]] ව්යාපෘතියකි.
[[Category:SI]]
</pre>
:So two templates and a single sentence stating that Wikiversity is a project of the Wikimedia Foundation. That is simply useless. The only effect that page had was maintaining the illusion that a Sinhala test wiki really existed, while in reality it was only that stub of a main page and its templates. So yes, I considered it a test, more of an attempt than a real, useful page.
:I see that you're a Sinhala speaker yourself. In that case, I invite you to translate the project's [[Main Page]] into your language. (Click "Translate this page" at the top) That will provide a real starting point for Sinhala speakers to understand what Beta Wikiversity is. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 05:12, 18 July 2025 (UTC)
== Notice of expiration of your interface-admin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "interface-admin" (Interface administrators) will expire on 2025-10-16 14:29:00. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Notice of expiration of your sysop right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "sysop" (Custodians) will expire on 2025-10-16 14:29:34. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Linking in edit summaries ==
Please note that bare URLs like "<nowiki>https://w.wiki/HeQU</nowiki>" are ''not'' autolinked in edit summaries the way they are in regular wiki pages (here I have suppressed the autolinking by using 'nowiki'), so those references in your latest page deletion edit summaries are not very convenient for readers. In this case, you could have used "<code><nowiki>[[Special:PermanentLink/381479]]</nowiki></code>" (rendered as [[Special:PermanentLink/381479]] in edit summaries as well as on normal pages). The slightly shorter "Permalink" can also be used instead of "PermanentLink". - [[User:Dcljr|dcljr]] ([[User talk:Dcljr|talk]]) 01:41, 30 January 2026 (UTC)
: Understood, thank you. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 13:14, 30 January 2026 (UTC)
== Protecting pages ==
Hi. Can you protect [[Trang Chính]]? This is a main page of Vietnamese, which is a highly visible page, so it shouldn't be edited by logged-out editors to prevent vandalism. [[User:Nvdtn19|Nvdtn19]] ([[User talk:Nvdtn19|{{int:talkpagelinktext}}]]) 07:49, 31 January 2026 (UTC)
: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 14:12, 31 January 2026 (UTC)
== Імейл повідомлення ==
Привіт, тільки зараз прочитав ваш імейл. Ці сторінки про що ви згадали швидше за все більше не потрібні. Адже інформація на них насправді вже стара) Все одно сподіваюсь, що коли-небудь повернусь до цього проєкту, просто наразі не вистачає енергії. [[User:Vogone|Vogone]] ([[User talk:Vogone|talk]]) 20:25, 31 March 2026 (UTC)
: Hi, thanks for the reply. (Not sure which language I should use now, lol) Anyways, those pages make up much of the LT test project, so I'll be deleting them in order to clear up the real situation. Much obliged. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 20:32, 31 March 2026 (UTC)
== Notice of expiration of your translationadmin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "translationadmin" (Translation administrators) will expire on 2026-04-11 21:48:21. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:41, 5 April 2026 (UTC)</div>
== Deletion of [[Dvidešimtainė skaičiavimo sistema]] ==
Deleted [[Dvidešimtainė skaičiavimo sistema]] in lithuanian. Can you give more detailed explanation? Thank you. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 15:47, 23 June 2026 (UTC)
: [[Kursas:Kaip redaguoti puslapį/viktorina]] dtto, and all pages in lithuanian... ? --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:21, 23 June 2026 (UTC)...22 April 2026--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:23, 23 June 2026 (UTC)
6qjow9lnh5wwk5anpvmmou4sjh1hn88
384775
384774
2026-06-23T16:28:41Z
Kusurija
18165
/* Deletion of Dvidešimtainė skaičiavimo sistema */ ??
384775
wikitext
text/x-wiki
== Test wiki custodian ? ==
Hi, it seems like you are a test wiki custodian but you are deleting random pages from different projects. In my understanding only sysop can do that, but as a test-sysop if you do this it is misuse. Please explain your recent actions. Thanks. -- [[User:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|ꠢꠣꠍꠘ ꠞꠣꠎꠣ]] ([[User talk:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|talk]]) 06:19, 28 August 2024 (UTC)
:Hi, just checked and apparently I ''am'' a test wiki custodian. The point is, believe it or not, I wasn't aware of this. I asked for temporary rights on ''all'' test wikis, as you can see from [[Wikiversity:Candidates for Custodianship]]. But instead I was only made a test sysop. So I guess I missed it when I obtained the rights. We should ask {{ping|Crochet.david}} to clear up the confusion.
:So I apologize if my actions seem inappropriate, but at the same time I don't believe they are. The latest batch of my deletions is English-language pages which have mostly been copied to English Wikiversity, a few empty pages, unneeded templates, some spam etc. I'm fairly certain that my intervention into test wikis other than Ukrainian is (at the moment) quite minuscule. Of course, this theoretically isn't part of a test sysop's remit, but I think those pages ought to have been deleted a long time ago anyway, they're not "random" as you stated. In any case, I'm not shirking the responsibility for my actions, and I'm willing to explain my reasoning to anyone authorized to judge. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 12:58, 28 August 2024 (UTC)
== Deletion of page මුල් පිටුව ==
You have deleted the page: [[මුල් පිටුව]], and then removed it from the language list on the main page, claiming it is a test page; right? That was the landing page for Sinhala language beta wikiversity page; wasn't it? Do you think the action was correct? -- [[User:Lee|Lee]] ([[User talk:Lee|talk]]) 04:55, 18 July 2025 (UTC)
:I am aware that it was supposed to be the Sinhala testwiki main page. However, here is the entire wikicode of that deleted page:
<pre>{{:මුල් පිටුව /ඉහළ}}{{රාමුව|විකිසරසවිය:දැන්වීම්/si}}__NOTOC__
== විකි සරසවිය යනු කුමක්ද? ==
විකි සරසවිය යනු [[විකිමාධ්ය පදනම|විකිමාධ්ය පදනමෙහි]] ව්යාපෘතියකි.
[[Category:SI]]
</pre>
:So two templates and a single sentence stating that Wikiversity is a project of the Wikimedia Foundation. That is simply useless. The only effect that page had was maintaining the illusion that a Sinhala test wiki really existed, while in reality it was only that stub of a main page and its templates. So yes, I considered it a test, more of an attempt than a real, useful page.
:I see that you're a Sinhala speaker yourself. In that case, I invite you to translate the project's [[Main Page]] into your language. (Click "Translate this page" at the top) That will provide a real starting point for Sinhala speakers to understand what Beta Wikiversity is. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 05:12, 18 July 2025 (UTC)
== Notice of expiration of your interface-admin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "interface-admin" (Interface administrators) will expire on 2025-10-16 14:29:00. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Notice of expiration of your sysop right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "sysop" (Custodians) will expire on 2025-10-16 14:29:34. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Linking in edit summaries ==
Please note that bare URLs like "<nowiki>https://w.wiki/HeQU</nowiki>" are ''not'' autolinked in edit summaries the way they are in regular wiki pages (here I have suppressed the autolinking by using 'nowiki'), so those references in your latest page deletion edit summaries are not very convenient for readers. In this case, you could have used "<code><nowiki>[[Special:PermanentLink/381479]]</nowiki></code>" (rendered as [[Special:PermanentLink/381479]] in edit summaries as well as on normal pages). The slightly shorter "Permalink" can also be used instead of "PermanentLink". - [[User:Dcljr|dcljr]] ([[User talk:Dcljr|talk]]) 01:41, 30 January 2026 (UTC)
: Understood, thank you. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 13:14, 30 January 2026 (UTC)
== Protecting pages ==
Hi. Can you protect [[Trang Chính]]? This is a main page of Vietnamese, which is a highly visible page, so it shouldn't be edited by logged-out editors to prevent vandalism. [[User:Nvdtn19|Nvdtn19]] ([[User talk:Nvdtn19|{{int:talkpagelinktext}}]]) 07:49, 31 January 2026 (UTC)
: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 14:12, 31 January 2026 (UTC)
== Імейл повідомлення ==
Привіт, тільки зараз прочитав ваш імейл. Ці сторінки про що ви згадали швидше за все більше не потрібні. Адже інформація на них насправді вже стара) Все одно сподіваюсь, що коли-небудь повернусь до цього проєкту, просто наразі не вистачає енергії. [[User:Vogone|Vogone]] ([[User talk:Vogone|talk]]) 20:25, 31 March 2026 (UTC)
: Hi, thanks for the reply. (Not sure which language I should use now, lol) Anyways, those pages make up much of the LT test project, so I'll be deleting them in order to clear up the real situation. Much obliged. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 20:32, 31 March 2026 (UTC)
== Notice of expiration of your translationadmin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "translationadmin" (Translation administrators) will expire on 2026-04-11 21:48:21. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:41, 5 April 2026 (UTC)</div>
== Deletion of [[Dvidešimtainė skaičiavimo sistema]] ==
Deleted [[Dvidešimtainė skaičiavimo sistema]] in lithuanian. Can you give more detailed explanation? Thank you. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 15:47, 23 June 2026 (UTC)
: [[Kursas:Kaip redaguoti puslapį/viktorina]] dtto, and all pages in lithuanian... ? --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:21, 23 June 2026 (UTC)...22 April 2026--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:23, 23 June 2026 (UTC)
::21:26, 22 April 2026 AtUkr talk contribs deleted page Pagrindinis puslapis (Abandoned resource (via JWB)) ??--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:28, 23 June 2026 (UTC)
qan75z8cd82jx3222jwrv15tqnf3tlc
384777
384775
2026-06-23T19:05:39Z
AtUkr
17909
/* Deletion of Dvidešimtainė skaičiavimo sistema */ reply ([[mw:c:Special:MyLanguage/User:JWBTH/CD|CD]])
384777
wikitext
text/x-wiki
== Test wiki custodian ? ==
Hi, it seems like you are a test wiki custodian but you are deleting random pages from different projects. In my understanding only sysop can do that, but as a test-sysop if you do this it is misuse. Please explain your recent actions. Thanks. -- [[User:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|ꠢꠣꠍꠘ ꠞꠣꠎꠣ]] ([[User talk:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|talk]]) 06:19, 28 August 2024 (UTC)
:Hi, just checked and apparently I ''am'' a test wiki custodian. The point is, believe it or not, I wasn't aware of this. I asked for temporary rights on ''all'' test wikis, as you can see from [[Wikiversity:Candidates for Custodianship]]. But instead I was only made a test sysop. So I guess I missed it when I obtained the rights. We should ask {{ping|Crochet.david}} to clear up the confusion.
:So I apologize if my actions seem inappropriate, but at the same time I don't believe they are. The latest batch of my deletions is English-language pages which have mostly been copied to English Wikiversity, a few empty pages, unneeded templates, some spam etc. I'm fairly certain that my intervention into test wikis other than Ukrainian is (at the moment) quite minuscule. Of course, this theoretically isn't part of a test sysop's remit, but I think those pages ought to have been deleted a long time ago anyway, they're not "random" as you stated. In any case, I'm not shirking the responsibility for my actions, and I'm willing to explain my reasoning to anyone authorized to judge. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 12:58, 28 August 2024 (UTC)
== Deletion of page මුල් පිටුව ==
You have deleted the page: [[මුල් පිටුව]], and then removed it from the language list on the main page, claiming it is a test page; right? That was the landing page for Sinhala language beta wikiversity page; wasn't it? Do you think the action was correct? -- [[User:Lee|Lee]] ([[User talk:Lee|talk]]) 04:55, 18 July 2025 (UTC)
:I am aware that it was supposed to be the Sinhala testwiki main page. However, here is the entire wikicode of that deleted page:
<pre>{{:මුල් පිටුව /ඉහළ}}{{රාමුව|විකිසරසවිය:දැන්වීම්/si}}__NOTOC__
== විකි සරසවිය යනු කුමක්ද? ==
විකි සරසවිය යනු [[විකිමාධ්ය පදනම|විකිමාධ්ය පදනමෙහි]] ව්යාපෘතියකි.
[[Category:SI]]
</pre>
:So two templates and a single sentence stating that Wikiversity is a project of the Wikimedia Foundation. That is simply useless. The only effect that page had was maintaining the illusion that a Sinhala test wiki really existed, while in reality it was only that stub of a main page and its templates. So yes, I considered it a test, more of an attempt than a real, useful page.
:I see that you're a Sinhala speaker yourself. In that case, I invite you to translate the project's [[Main Page]] into your language. (Click "Translate this page" at the top) That will provide a real starting point for Sinhala speakers to understand what Beta Wikiversity is. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 05:12, 18 July 2025 (UTC)
== Notice of expiration of your interface-admin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "interface-admin" (Interface administrators) will expire on 2025-10-16 14:29:00. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Notice of expiration of your sysop right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "sysop" (Custodians) will expire on 2025-10-16 14:29:34. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Linking in edit summaries ==
Please note that bare URLs like "<nowiki>https://w.wiki/HeQU</nowiki>" are ''not'' autolinked in edit summaries the way they are in regular wiki pages (here I have suppressed the autolinking by using 'nowiki'), so those references in your latest page deletion edit summaries are not very convenient for readers. In this case, you could have used "<code><nowiki>[[Special:PermanentLink/381479]]</nowiki></code>" (rendered as [[Special:PermanentLink/381479]] in edit summaries as well as on normal pages). The slightly shorter "Permalink" can also be used instead of "PermanentLink". - [[User:Dcljr|dcljr]] ([[User talk:Dcljr|talk]]) 01:41, 30 January 2026 (UTC)
: Understood, thank you. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 13:14, 30 January 2026 (UTC)
== Protecting pages ==
Hi. Can you protect [[Trang Chính]]? This is a main page of Vietnamese, which is a highly visible page, so it shouldn't be edited by logged-out editors to prevent vandalism. [[User:Nvdtn19|Nvdtn19]] ([[User talk:Nvdtn19|{{int:talkpagelinktext}}]]) 07:49, 31 January 2026 (UTC)
: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 14:12, 31 January 2026 (UTC)
== Імейл повідомлення ==
Привіт, тільки зараз прочитав ваш імейл. Ці сторінки про що ви згадали швидше за все більше не потрібні. Адже інформація на них насправді вже стара) Все одно сподіваюсь, що коли-небудь повернусь до цього проєкту, просто наразі не вистачає енергії. [[User:Vogone|Vogone]] ([[User talk:Vogone|talk]]) 20:25, 31 March 2026 (UTC)
: Hi, thanks for the reply. (Not sure which language I should use now, lol) Anyways, those pages make up much of the LT test project, so I'll be deleting them in order to clear up the real situation. Much obliged. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 20:32, 31 March 2026 (UTC)
== Notice of expiration of your translationadmin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "translationadmin" (Translation administrators) will expire on 2026-04-11 21:48:21. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:41, 5 April 2026 (UTC)</div>
== Deletion of [[Dvidešimtainė skaičiavimo sistema]] ==
Deleted [[Dvidešimtainė skaičiavimo sistema]] in lithuanian. Can you give more detailed explanation? Thank you. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 15:47, 23 June 2026 (UTC)
: [[Kursas:Kaip redaguoti puslapį/viktorina]] dtto, and all pages in lithuanian... ? --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:21, 23 June 2026 (UTC)...22 April 2026--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:23, 23 June 2026 (UTC)
::21:26, 22 April 2026 AtUkr talk contribs deleted page Pagrindinis puslapis (Abandoned resource (via JWB)) ??--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:28, 23 June 2026 (UTC)
:* [[Dvidešimtainė skaičiavimo sistema]] and other pages in [[:Category:Skaičiavimo sistemos]] were simply lists of numbers converted to different numeral systems. Those could've worked as appendices for a proper course, but not as standalone educational resources. Not to mention those pages were more than 10 years old and yet not made use of in any way.
:* [[Kursas:Kaip redaguoti puslapį/viktorina]] was marked as a work in progress, except no work was being done there for those same 10 years.
: The rest consisted mostly of pages dedicated to courses offered by the Vilnius University. Now Wikiversity is not meant to host such materials, but even if it was, the pages included the name of a course, the amount of ECTS credits assigned, and a link to the course's webpage on the university's website - and very rarely anything else. Plus many links were already broken. All in all, the final conclusion was that the test wiki had no viable educational content, and there was no hope of fixing it as no users had worked on it for more than 10 years. As such, it was deleted entirely, main page included.
: Of course, if you want the pages you created to be restored, I'm not at all opposed to having them moved to your user space. But they're not suitable for a proper test project. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 19:05, 23 June 2026 (UTC)
82tgeoq4zxd47j7aeaurfecmuiy2tx7
384782
384777
2026-06-23T21:03:24Z
Kusurija
18165
/* Deletion of Dvidešimtainė skaičiavimo sistema */ restore
384782
wikitext
text/x-wiki
== Test wiki custodian ? ==
Hi, it seems like you are a test wiki custodian but you are deleting random pages from different projects. In my understanding only sysop can do that, but as a test-sysop if you do this it is misuse. Please explain your recent actions. Thanks. -- [[User:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|ꠢꠣꠍꠘ ꠞꠣꠎꠣ]] ([[User talk:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|talk]]) 06:19, 28 August 2024 (UTC)
:Hi, just checked and apparently I ''am'' a test wiki custodian. The point is, believe it or not, I wasn't aware of this. I asked for temporary rights on ''all'' test wikis, as you can see from [[Wikiversity:Candidates for Custodianship]]. But instead I was only made a test sysop. So I guess I missed it when I obtained the rights. We should ask {{ping|Crochet.david}} to clear up the confusion.
:So I apologize if my actions seem inappropriate, but at the same time I don't believe they are. The latest batch of my deletions is English-language pages which have mostly been copied to English Wikiversity, a few empty pages, unneeded templates, some spam etc. I'm fairly certain that my intervention into test wikis other than Ukrainian is (at the moment) quite minuscule. Of course, this theoretically isn't part of a test sysop's remit, but I think those pages ought to have been deleted a long time ago anyway, they're not "random" as you stated. In any case, I'm not shirking the responsibility for my actions, and I'm willing to explain my reasoning to anyone authorized to judge. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 12:58, 28 August 2024 (UTC)
== Deletion of page මුල් පිටුව ==
You have deleted the page: [[මුල් පිටුව]], and then removed it from the language list on the main page, claiming it is a test page; right? That was the landing page for Sinhala language beta wikiversity page; wasn't it? Do you think the action was correct? -- [[User:Lee|Lee]] ([[User talk:Lee|talk]]) 04:55, 18 July 2025 (UTC)
:I am aware that it was supposed to be the Sinhala testwiki main page. However, here is the entire wikicode of that deleted page:
<pre>{{:මුල් පිටුව /ඉහළ}}{{රාමුව|විකිසරසවිය:දැන්වීම්/si}}__NOTOC__
== විකි සරසවිය යනු කුමක්ද? ==
විකි සරසවිය යනු [[විකිමාධ්ය පදනම|විකිමාධ්ය පදනමෙහි]] ව්යාපෘතියකි.
[[Category:SI]]
</pre>
:So two templates and a single sentence stating that Wikiversity is a project of the Wikimedia Foundation. That is simply useless. The only effect that page had was maintaining the illusion that a Sinhala test wiki really existed, while in reality it was only that stub of a main page and its templates. So yes, I considered it a test, more of an attempt than a real, useful page.
:I see that you're a Sinhala speaker yourself. In that case, I invite you to translate the project's [[Main Page]] into your language. (Click "Translate this page" at the top) That will provide a real starting point for Sinhala speakers to understand what Beta Wikiversity is. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 05:12, 18 July 2025 (UTC)
== Notice of expiration of your interface-admin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "interface-admin" (Interface administrators) will expire on 2025-10-16 14:29:00. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Notice of expiration of your sysop right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "sysop" (Custodians) will expire on 2025-10-16 14:29:34. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Linking in edit summaries ==
Please note that bare URLs like "<nowiki>https://w.wiki/HeQU</nowiki>" are ''not'' autolinked in edit summaries the way they are in regular wiki pages (here I have suppressed the autolinking by using 'nowiki'), so those references in your latest page deletion edit summaries are not very convenient for readers. In this case, you could have used "<code><nowiki>[[Special:PermanentLink/381479]]</nowiki></code>" (rendered as [[Special:PermanentLink/381479]] in edit summaries as well as on normal pages). The slightly shorter "Permalink" can also be used instead of "PermanentLink". - [[User:Dcljr|dcljr]] ([[User talk:Dcljr|talk]]) 01:41, 30 January 2026 (UTC)
: Understood, thank you. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 13:14, 30 January 2026 (UTC)
== Protecting pages ==
Hi. Can you protect [[Trang Chính]]? This is a main page of Vietnamese, which is a highly visible page, so it shouldn't be edited by logged-out editors to prevent vandalism. [[User:Nvdtn19|Nvdtn19]] ([[User talk:Nvdtn19|{{int:talkpagelinktext}}]]) 07:49, 31 January 2026 (UTC)
: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 14:12, 31 January 2026 (UTC)
== Імейл повідомлення ==
Привіт, тільки зараз прочитав ваш імейл. Ці сторінки про що ви згадали швидше за все більше не потрібні. Адже інформація на них насправді вже стара) Все одно сподіваюсь, що коли-небудь повернусь до цього проєкту, просто наразі не вистачає енергії. [[User:Vogone|Vogone]] ([[User talk:Vogone|talk]]) 20:25, 31 March 2026 (UTC)
: Hi, thanks for the reply. (Not sure which language I should use now, lol) Anyways, those pages make up much of the LT test project, so I'll be deleting them in order to clear up the real situation. Much obliged. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 20:32, 31 March 2026 (UTC)
== Notice of expiration of your translationadmin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "translationadmin" (Translation administrators) will expire on 2026-04-11 21:48:21. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:41, 5 April 2026 (UTC)</div>
== Deletion of [[Dvidešimtainė skaičiavimo sistema]] ==
Deleted [[Dvidešimtainė skaičiavimo sistema]] in lithuanian. Can you give more detailed explanation? Thank you. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 15:47, 23 June 2026 (UTC)
: [[Kursas:Kaip redaguoti puslapį/viktorina]] dtto, and all pages in lithuanian... ? --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:21, 23 June 2026 (UTC)...22 April 2026--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:23, 23 June 2026 (UTC)
::21:26, 22 April 2026 AtUkr talk contribs deleted page Pagrindinis puslapis (Abandoned resource (via JWB)) ??--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:28, 23 June 2026 (UTC)
:* [[Dvidešimtainė skaičiavimo sistema]] and other pages in [[:Category:Skaičiavimo sistemos]] were simply lists of numbers converted to different numeral systems. Those could've worked as appendices for a proper course, but not as standalone educational resources. Not to mention those pages were more than 10 years old and yet not made use of in any way.
:* [[Kursas:Kaip redaguoti puslapį/viktorina]] was marked as a work in progress, except no work was being done there for those same 10 years.
: The rest consisted mostly of pages dedicated to courses offered by the Vilnius University. Now Wikiversity is not meant to host such materials, but even if it was, the pages included the name of a course, the amount of ECTS credits assigned, and a link to the course's webpage on the university's website - and very rarely anything else. Plus many links were already broken. All in all, the final conclusion was that the test wiki had no viable educational content, and there was no hope of fixing it as no users had worked on it for more than 10 years. As such, it was deleted entirely, main page included.
: Of course, if you want the pages you created to be restored, I'm not at all opposed to having them moved to your user space. But they're not suitable for a proper test project. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 19:05, 23 June 2026 (UTC)
::Yes, restore them, and those I had edited too to my userspace. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 21:03, 23 June 2026 (UTC)
1mnwl2krk2l1ohvmrzyobxg5uc5xbri
384796
384782
2026-06-23T21:26:46Z
AtUkr
17909
/* Deletion of Dvidešimtainė skaičiavimo sistema */ reply to Kusurija: {{done}} (-) ([[mw:c:Special:MyLanguage/User:JWBTH/CD|CD]])
384796
wikitext
text/x-wiki
== Test wiki custodian ? ==
Hi, it seems like you are a test wiki custodian but you are deleting random pages from different projects. In my understanding only sysop can do that, but as a test-sysop if you do this it is misuse. Please explain your recent actions. Thanks. -- [[User:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|ꠢꠣꠍꠘ ꠞꠣꠎꠣ]] ([[User talk:ꠢꠣꠍꠘ ꠞꠣꠎꠣ|talk]]) 06:19, 28 August 2024 (UTC)
:Hi, just checked and apparently I ''am'' a test wiki custodian. The point is, believe it or not, I wasn't aware of this. I asked for temporary rights on ''all'' test wikis, as you can see from [[Wikiversity:Candidates for Custodianship]]. But instead I was only made a test sysop. So I guess I missed it when I obtained the rights. We should ask {{ping|Crochet.david}} to clear up the confusion.
:So I apologize if my actions seem inappropriate, but at the same time I don't believe they are. The latest batch of my deletions is English-language pages which have mostly been copied to English Wikiversity, a few empty pages, unneeded templates, some spam etc. I'm fairly certain that my intervention into test wikis other than Ukrainian is (at the moment) quite minuscule. Of course, this theoretically isn't part of a test sysop's remit, but I think those pages ought to have been deleted a long time ago anyway, they're not "random" as you stated. In any case, I'm not shirking the responsibility for my actions, and I'm willing to explain my reasoning to anyone authorized to judge. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 12:58, 28 August 2024 (UTC)
== Deletion of page මුල් පිටුව ==
You have deleted the page: [[මුල් පිටුව]], and then removed it from the language list on the main page, claiming it is a test page; right? That was the landing page for Sinhala language beta wikiversity page; wasn't it? Do you think the action was correct? -- [[User:Lee|Lee]] ([[User talk:Lee|talk]]) 04:55, 18 July 2025 (UTC)
:I am aware that it was supposed to be the Sinhala testwiki main page. However, here is the entire wikicode of that deleted page:
<pre>{{:මුල් පිටුව /ඉහළ}}{{රාමුව|විකිසරසවිය:දැන්වීම්/si}}__NOTOC__
== විකි සරසවිය යනු කුමක්ද? ==
විකි සරසවිය යනු [[විකිමාධ්ය පදනම|විකිමාධ්ය පදනමෙහි]] ව්යාපෘතියකි.
[[Category:SI]]
</pre>
:So two templates and a single sentence stating that Wikiversity is a project of the Wikimedia Foundation. That is simply useless. The only effect that page had was maintaining the illusion that a Sinhala test wiki really existed, while in reality it was only that stub of a main page and its templates. So yes, I considered it a test, more of an attempt than a real, useful page.
:I see that you're a Sinhala speaker yourself. In that case, I invite you to translate the project's [[Main Page]] into your language. (Click "Translate this page" at the top) That will provide a real starting point for Sinhala speakers to understand what Beta Wikiversity is. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 05:12, 18 July 2025 (UTC)
== Notice of expiration of your interface-admin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "interface-admin" (Interface administrators) will expire on 2025-10-16 14:29:00. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Notice of expiration of your sysop right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "sysop" (Custodians) will expire on 2025-10-16 14:29:34. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:43, 9 October 2025 (UTC)</div>
== Linking in edit summaries ==
Please note that bare URLs like "<nowiki>https://w.wiki/HeQU</nowiki>" are ''not'' autolinked in edit summaries the way they are in regular wiki pages (here I have suppressed the autolinking by using 'nowiki'), so those references in your latest page deletion edit summaries are not very convenient for readers. In this case, you could have used "<code><nowiki>[[Special:PermanentLink/381479]]</nowiki></code>" (rendered as [[Special:PermanentLink/381479]] in edit summaries as well as on normal pages). The slightly shorter "Permalink" can also be used instead of "PermanentLink". - [[User:Dcljr|dcljr]] ([[User talk:Dcljr|talk]]) 01:41, 30 January 2026 (UTC)
: Understood, thank you. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 13:14, 30 January 2026 (UTC)
== Protecting pages ==
Hi. Can you protect [[Trang Chính]]? This is a main page of Vietnamese, which is a highly visible page, so it shouldn't be edited by logged-out editors to prevent vandalism. [[User:Nvdtn19|Nvdtn19]] ([[User talk:Nvdtn19|{{int:talkpagelinktext}}]]) 07:49, 31 January 2026 (UTC)
: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 14:12, 31 January 2026 (UTC)
== Імейл повідомлення ==
Привіт, тільки зараз прочитав ваш імейл. Ці сторінки про що ви згадали швидше за все більше не потрібні. Адже інформація на них насправді вже стара) Все одно сподіваюсь, що коли-небудь повернусь до цього проєкту, просто наразі не вистачає енергії. [[User:Vogone|Vogone]] ([[User talk:Vogone|talk]]) 20:25, 31 March 2026 (UTC)
: Hi, thanks for the reply. (Not sure which language I should use now, lol) Anyways, those pages make up much of the LT test project, so I'll be deleting them in order to clear up the real situation. Much obliged. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 20:32, 31 March 2026 (UTC)
== Notice of expiration of your translationadmin right ==
<div dir="ltr">Hi, as part of [[:m:Special:MyLanguage/Global reminder bot|Global reminder bot]], this is an automated reminder to let you know that your permission "translationadmin" (Translation administrators) will expire on 2026-04-11 21:48:21. Please renew this right if you would like to continue using it. <i>In other languages: [[:m:Special:MyLanguage/Global reminder bot/Messages/default|click here]]</i> [[User:Leaderbot|Leaderbot]] ([[User talk:Leaderbot|talk]]) 19:41, 5 April 2026 (UTC)</div>
== Deletion of [[Dvidešimtainė skaičiavimo sistema]] ==
Deleted [[Dvidešimtainė skaičiavimo sistema]] in lithuanian. Can you give more detailed explanation? Thank you. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 15:47, 23 June 2026 (UTC)
: [[Kursas:Kaip redaguoti puslapį/viktorina]] dtto, and all pages in lithuanian... ? --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:21, 23 June 2026 (UTC)...22 April 2026--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:23, 23 June 2026 (UTC)
::21:26, 22 April 2026 AtUkr talk contribs deleted page Pagrindinis puslapis (Abandoned resource (via JWB)) ??--[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 16:28, 23 June 2026 (UTC)
:* [[Dvidešimtainė skaičiavimo sistema]] and other pages in [[:Category:Skaičiavimo sistemos]] were simply lists of numbers converted to different numeral systems. Those could've worked as appendices for a proper course, but not as standalone educational resources. Not to mention those pages were more than 10 years old and yet not made use of in any way.
:* [[Kursas:Kaip redaguoti puslapį/viktorina]] was marked as a work in progress, except no work was being done there for those same 10 years.
: The rest consisted mostly of pages dedicated to courses offered by the Vilnius University. Now Wikiversity is not meant to host such materials, but even if it was, the pages included the name of a course, the amount of ECTS credits assigned, and a link to the course's webpage on the university's website - and very rarely anything else. Plus many links were already broken. All in all, the final conclusion was that the test wiki had no viable educational content, and there was no hope of fixing it as no users had worked on it for more than 10 years. As such, it was deleted entirely, main page included.
: Of course, if you want the pages you created to be restored, I'm not at all opposed to having them moved to your user space. But they're not suitable for a proper test project. [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 19:05, 23 June 2026 (UTC)
::Yes, restore them, and those I had edited too to my userspace. --[[User:Kusurija|Kusurija]] ([[User talk:Kusurija|talk]]) 21:03, 23 June 2026 (UTC)
::: {{done}} [[User:AtUkr|AtUkr]] ([[User talk:AtUkr|talk]]) 21:26, 23 June 2026 (UTC)
ohts64qda1b794ws8vilx993glnzqc3
User:Kusurija/Smėlio dėžė
2
26564
384789
154944
2026-06-23T21:22:10Z
AtUkr
17909
AtUkr moved page [[Wikiversity:Smėlio dėžė]] to [[User:Kusurija/Smėlio dėžė]] without leaving a redirect
154944
wikitext
text/x-wiki
{|
| [[Vaizdas:sandbox.png|46px]]
| '''Smėlio dėžė''' skirta paeksperimentuoti su teksto redagavimu. Čia galite išbandyti savo formatavimo įgūdžius, nebijodami ką nors "sugadinti". Turėkite galvoje, kad čia įrašytas tekstas liks tik tol, kol kitas dalyvis jo nesugalvos pakeisti. Jei norite eksperimentuoti ilgesni laiką nebijodami, kad Jūsų eksperimentus kas nors sugadins, tada geriau susikurti nuosavo smėlio dėžę kaip savo naudotojo subpuslapį pvz. formatu <nowiki>[[Naudotojas:Manovardas/Smėlio dėžė]]</nowiki>.
|}
<!-- ************ Pageidautina NEKEISTI nieko aukščiau šios eilutės. Ačiū. ************ -->
== Eksperimentiniai keksiukai ==
=== Pirmas keksiukas ===
=== Antras keksiukas ===
[[Kategorija:LT]]
[[Kategorija:Pagalba]]
1hj6ry5px3spxwlrmamglabydlfwb8j
User:Kusurija/Apie Vikiversitetą/Kuo yra ir kuo nėra vikiversitetas
2
26589
384790
155659
2026-06-23T21:23:09Z
AtUkr
17909
AtUkr moved page [[Wikiversity:Apie Vikiversitetą/Kuo yra ir kuo nėra vikiversitetas]] to [[User:Kusurija/Apie Vikiversitetą/Kuo yra ir kuo nėra vikiversitetas]] without leaving a redirect
155659
wikitext
text/x-wiki
== Kas tinka į vikiversiteto turinį ==
Į vikiversiteto turinį tinka visos medžiagos, kurios kokiu tai būdų tarnauja (moksliniam) tyrimui, edukacijai, auklėjimui. Nėra (ir būti negali) idealus pavyzdys, kaip vikiversiteto puslapis turėtų atrodyti: pavyzdžiui dėl apimties: kaikurie puslapiai gali būti labai didelės apimties (juos galbūt būtų galima skaidyti į subpuslapius, kas, skirtingai negu vikipedijoje, galima ir pagrindinėje vardų srityje), kiti puslapiai gali būti tik keli žodžiai, nes jie gali būti tik kito, didesnio/sudetingesnio projekto kontekste.
Tuo ir vikiversitetas skiriasi nuo kitų seserinių projektų, kaip pavyzdžiui [[wikipedia:lt:Pagrindinis puslapis|vikipedijos]] "nebaigti" straipsniai ar nesiekantys minimumo ir kur straipsniai turi atitikti reikšmingumo kriterijų. Čia, vikiversitete, toks straipsnis turi tikti tyrimams ar edukacijai, nesvarbu - vienas ar šimtai žmonių jį naudoja tyrimams ar edukacijai. Be abejo, ypatingai trumpi puslapiai galimi tik tuo atveju, jei patys nurodo į kitus puslapius, ir/ar į juos veda daug nuorodų iš kitų vikiversiteto puslapių.
== Kas netinka į vikiversiteto turinį ==
Į vikiversiteto turinį netinka medžagos, kurios gerai tinka į kitus projektus - vikiversitetas neturėtų kitus projektus dubliuoti. Tokiu būdu - kas yra enciklopedinis straipsnis į [[wikipedia:lt:Pagrindinis puslapis|vikipediją]], kas galėtų būti knyga ar vadovėlis - į [[wikibooks:lt:Pagrindinis puslapis|vikiknygas]], kas jau kitur publikuota (kita knyga) į [[wikisource:lt:Pagrindinis puslapis|vikišaltinius]] ir panašiai.
=== Išimtis ===
Vienintelė išimtis, kuri galėtų (dalinai) sutapti su vikipedija būtų kursas, kaip redaguoti vikipediją ir josios seserinius projektus, ypač vikiteką.
== Reikšmingumas ==
Vikiversitetas neturėtų būti naudojamas kaip blogas, diskusijų klubas ar kieno nors asmeninis bloknotas ar dar kam nors panašiam, netarnaujančiam žinių tobulinimui. Tai nereiškia, kad čia negalėtų būti kokios nors pastabos, bet jos turėtų bųti prasmingai susietos su kokiu nors tyrimų, mokymu ar meistravimu, bei turėtų atnešti tam projektui kokią tai svarbią naudą. Žinoma, visų tokių pastabų ar užrašų lygis turėtų atitikti projekto lygį. Puslapiai, neatitinkantys kriterijus ir/arba kenkiantys normaliam vikiversiteto veikimui (pvz. spamas, vandalizmas) [[Wikiversity:Straipsnių ar kitų puslapių šalinimai|bus šalinami]].
[[Kategorija:LT]]
[[Kategorija:Vikiversitetas]]
[[cs:Wikiverzita:Co patří a co nepatří na Wikiverzitu]]
lte3iu0igdft85nxbollyneh2g1d1bb
User:Kusurija/Administratoriai ir biurokratai
2
26594
384791
154923
2026-06-23T21:23:33Z
AtUkr
17909
AtUkr moved page [[Wikiversity:Administratoriai ir biurokratai]] to [[User:Kusurija/Administratoriai ir biurokratai]] without leaving a redirect
154923
wikitext
text/x-wiki
== Administratoriai ==
'''Vikiversiteto administratoriai''' yra naudotojai/editoriai, turintys priėjimą prie ribotų MediaWiki softvero (software) funkcijų, reikalingų projekto veikimui. Tos funkcijos yra šios:
* puslapių užrakinimas (pavyzdžiui kilus ginčiams dėl turinio ar slopinant vandalizmą)
* [[Vikiversitetas:Puslapių trynimas|puslapių trynimas]] (pavyzdžiui nebereikalingų, su klaidingu pavadinimu ar kitokių) arba puslapių versijų trynimas
* naudotojų/[[Vikiversitetas:Editorių blokavimas|editorių blokavimas]] (pavyzdžiui vandalų, spamerių ar dėl kitų rimtų priežasčių)
* greitas keitimų anuliavimas (gražinimas į ankstesnę versiją (revertas) - naudojama vandalizmų atvejais)
* MediaWiki softvero (software) vaizdo bei pranešimų keitimai
Administratoriui, kuris per vienierius metus (12 mėn.) nepadarys jokio užfiksuoto keitimo, kuriam reikalingos administratoriaus teisės, ''gali'' būti administratoriaus teisės atimtos automatiškai. Administratoriaus teisės nesuteikia administratoriui jokias papildomas teises ar viršenybę atliekant eilinio editoriaus darbą (pavyzdžiui ginčiuose dėl puslapio turinio, balsuojant, siekiant konsensuso ir t.t.).
Pageidautina, kad projekte veiktų ne mažiau 2 administratorių. Nesant tokioms galimybėms, '''išimties tvarka''' gali bet koks vikiversiteto editorius paprašyti kuruojančio stjuardo ([[Meta:Stewards]]), kad atliktų reikalingus būtiniausius keitimus už nesantį (neveikiantį) administratoriu.
* [[Special:ListUsers/sysop|Aktualus administratorių sąrašas]]
* [[Vikiversitetas:Taisyklės administratoriams bei biurokratams]]
== Biurokratai ==
'''Vikiversiteto biurokratai''' yra naudotojai/editoriai, gavusieji specialias technines teises:
* (remiantis atitinkamais sprendimais) pakelti pareigose kitus naudotojus į administratoriaus ar biurokrato lygį
* keisti naudotojų puslapių vardus
* įtraukti naudotoją, kuris tapo [[Vikiversitetas:Arbitražas|arbitražo]] nariu į atitinkamą naudotojų sąrašą ar jį iš sąrašo išbraukti, jei šis narystės neteko
* kitas teises, jei jos tapo aktualios (reikalingos), nurodytos [[Wikipedia:en:Bureaucrats|atitinkame angliškame puslapyje apie biurokratus]]
Išrinktasis biurokratas gauna taip pat administratoriaus teises - bet tik tuo atveju, jei apie tai pranešė kandiduojant, o ir balsuojant (už biurokrato išrinkimą) dėl to nepareiškė prieštaravimus daugiau, kaip pusė teisėtai balsavusių.
Vikiversiteto projekte dėl įvairių priežasčių gali biurokrato ir nebūti. Tokiais atvejais '''išimties tvarka''' gali bet koks vikiversiteto editorius paprašyti kuruojančio stjuardo ([[Meta:Stewards]]), kad atliktų reikalingus būtiniausius keitimus už nesantį (neveikiantį) biurokratą.
== Editorių su praplęstomis teisemis savybės ==
* yra mandagūs
* laikosi vikietiketo
* turi savo funkcijai reikalingas technines žinias ir gebėjimus ir žino, kaip dėl naujai iškilusių poreikių savo gebėjimus užtektinai greitai patobulinti (kartu nebūtinai yra "supermenas", savo trūkumus geba kompensuoti veiksmingu bendradarbiavimu su kitais, (labiau patyrusiais,) editoriais, kad ir iš kitų vikimedia projektų)
* žino ir laikosi vikiversiteto taisyklių papročių, kitų gairių, pastebi jųjų pasikeitimų bei vystymąsi
* veikia pagal [[Vikiversitetas:Apie Vikiversitetą/Vikiversiteto vizija|vikiversiteto viziją]]
* suteiktas praplęstas teises nenaudoja savo tikslams/asmeniniams interesams pasiekti ar kitų editorių teisėtiems interesams pakenkti.
* yra paslaugūs: panaudoja savo praplėtas teises atlikti veiksmams, kuriuos kiti atlikti negali - jų naudai, pagal galimybes pataria kitiems
* yra principingas, nekeičia be reikalo savo "taktikos". Kartu yra ir lankstus; geba pripažinti savo klaidas, jei tokių padaręs, bei nevengia savo klaidas taisyti ar savo gebėjimus tobulinti
* yra skaidrus: savo veiksmus skaidriai, trumpai ir motyvuotai apibūdina (įskaitant editacijų istorijos slėpimus, apsisaugojant nuo neviešintinų detalių)
== Editorių su praplęstomis teisemis kiekis projekte ==
Nedideliam, bet jau gerai veikiančiam projektui optimalus kiekis yra du administratoriai ir vienas biurokratas. Jei tarp administratorių pastebimas nuomonių skirtumas, geriau būtų trys administratoriai. Kai aktyvių editorių daugėja, su jų patrigubėjimu gali prireikti papildomo dar vieno administratoriaus.
== Editorių su praplęstomis teisemis kadencija ==
Administratorių kadencija nedideliame projekte yra 3 metai, didesniame 2 metai; biurokratų atitinkamai 5 ir 3 metai. Pasibaigus kadencijai, editorius su praplęstomis teisemis turi arba siekti savo perrinkimo, arba savo praplęstų teisių atsisakyti apie tai informavus bendruomenę.
* [[Special:ListUsers/bureaucrat|Aktualus biurokratų sąrašas]]
* [[Vikiversitetas:Taisyklės administratoriams bei biurokratams]]
[[Kategorija:LT]]
24aoqhu0a158yj98leemtsb3exo38g8
User:Kusurija/Taisyklės administratoriams bei biurokratams
2
26596
384792
279400
2026-06-23T21:24:12Z
AtUkr
17909
AtUkr moved page [[Wikiversity:Taisyklės administratoriams bei biurokratams]] to [[User:Kusurija/Taisyklės administratoriams bei biurokratams]] without leaving a redirect
279400
wikitext
text/x-wiki
Šis puslapis yra dar tik kuriamas. Neveikiančios (dar negaliojančios) dalys yra kol kas paslėptos.
== Privaloma dalis ==
<!-- Šiame puslapyje galite iškelti savo kandidatūrą į [[Vikiversitetas:Administratoriai ir biurokratai|administratorius ar biurokratus]] -->
=== Reikalavimai administratorims ===
Administratoriai yra lygūs su visais kitais naudotojais teisių ir atsakomybės atžvilgiu su vieninteliu skirtumu - priėjimu prie įvairių techninių dalykų, kaip yra išvardinta puslapyje [[Vikiversitetas:Administratoriai ir biurokratai|Administratoriai ir biurokratai]]. Kadangi tos veikos yra potencialiai destruktyvios, administratoriai privalo būti patyrę naudotojai, labai gerai išmąnantys ir besilaikantys Vikiversiteto bei kitų [https://meta.wikimedia.org/wiki/Wikimedia_projects vikimedia projektų] taisyklių bei papročių (tarp kitų draudimas praplėstas administratoriaus galias naudoti paties ginčiose). Administratoriai yra mandagūs ir bendraujant su kitais editoriais stengiasi padėti jiems su problemomis, kurios gali pasitaikyti kuriant vikiversitetą.
=== Prašymas gauti administratoriaus teises ===
Gauti administratoriaus teises prašo editorius tiesogiai ir asmeniškai.
Prašymo pateikimas:
* Šio puslapio apačioje prisegamas subpuslapis: [[/Prašymas gauti administratoriaus teises - prašančio vardas]]
* Tame sukurtame subpuslapyje sukuria prašymą šiuo formatu:
<pre>
=== Prašančio editoriaus naudotojo vardas ===
* ''prašymas pateiktas:'' (data)
* '''balsavimas stabdomas:''' (data) + 30 parų
==== Motyvai ====
==== Balsavimas ====
===== Už =====
===== Prieš =====
===== Susilaiko =====
==== Komentarai ====
==== Sprendimas ====
</pre>
==== Minimalūs reikalavimai ====
Būtinas mimimumas pateikiant prašymą yra bent 120 editavimų pagrininėje vardų srityje (mainspace) ir bent trijų mėnesių veikla projekte. Toliau reikia turėti įjungtą galimybę siųsti e-mailus iš naudotojo puslapio vikiversitete arba tame puslapyje nurodytą veikiantį kontaktą į savo asmenį (ICQ, IRC, Skype). Šiuos kontaktus būtina palaikyti veikiančius visą administravimo laikotarpį.
Prašymai, neatitinkantys šiuos reikalavimus bus ištrinti be diskusijų. Anonyminiai editoriai (IP adresai) prašymus pateikti negali.
===== Privalumai =====
Pageidautinas, bet ne besąlygiškai privalomas privalumas būtų (kelių) kitų wikimedia projektų editavimo išmanymas ar tenykščių taisyklių bei papročių žinojimas.
==== Sprendimo priėmimo eiga ====
Prašymas paliekamas mažiausiai 30 parų nuo pateikimo datos. Šį terminą gali biurokratas argumentuotai prailginti (pavyzdžiui jei atsiranda papildoma informacija, lemianti daugelio balsų keitimus, arba, jei dėl balsų trūkumo balsavimas neturi pakankamo kvorumo), bet daugiausia iki 60 parų nuo pateikimo datos.
Balsavimo pratęsimą paskelbia pridedant tekstą:
<nowiki>''</nowiki>balsavimas pratęsiamas iki<nowiki>''</nowiki> data laikas
Biurokratas sustabdo balsavimą tik pasibaigus terminui nedelsiant. Kai balsavimas sustabdytas, vėlesni balsai nebegalioja.
Balsavimo tikslas yra sužinoti bendruomenės [[Vikiversitetas:Konsensusas|konsensusą]]. Apie tai, ar buvo pasiektas, sprendžia balsavimą sustabdęs biurokratas. Jis taip pat, jei reikia, be nereikalingo delsimo atitinkamai praplečia naudotojo teises bei visą sekciją perkelia į [[/Archyvas|archyvą]]. Balsavimo rezultatai yra galiojantys tik tada, jei jame dalyvavo daugiau, nei [X - konkretus skaičius (ne mažesnis nei 5) nustatomas, kai lietuviškas Vikiversiteto projektas tampa savarankiškas] (t.y. [[Vikiversitetas:Kvorumas|kvorumas]] - apskaičiuojamas sudedant visus balsus "Už", "Prieš" ir "Susilaiko". Į kvorumą neįskaitomi: pats kandidatas ir visi kiti, tuo momentu neturintys teisę balsuoti).
Balsuojantys turi atitikti sąlygas: mažiausiai 15 nepanaikintų ir ne robotiškų editavimų per paskutinias 90 paras iki balsavimo pagrindinėje vardų srityje (t.y. ne diskusijose ar pan.). Pats kandidatas dėl savęs nebalsuoja, jei vis dėl to balsuotų, jo balsas užskaitomas kaip "Prieš". Balsavime balsavusių išaiškintų [[Vikiversitetas:Lėlės|"lėlių"]] ir jų lėliavedžių balsai anuliojami. Kaip automatiškai sėkmingas laikomas prašymas, už kurį besibaigiant aukščiau nurodytam terminui teigiamai balsavo mažiausiai 3/4 (75 %) editorių (skaičiuojat iš santykio "Už" ir "Prieš"). Kai prašymas sulaukė mažiau, negu 2/3 (66,67 %) balsų, jis paprastai laikomas nesėkmingu. Kitais atvejais sprendžia biurokratas, trumpai apibendrindamas savo sprendimo motyvus. Biurokratas, kuris yra nusistatęs prieš kandidatą, perledžia sprendimą kitam biurokratui.
Už teisingą balsavimo eigą bei teisingas išvadas atsako [[Vikiversitetas:Administratoriai ir biurokratai|biurokratai]].
=== Prašymas gauti biurokrato teises ===
Prašymo pateikimo taisykės bei eiga yra ta pati, kaip ir prašymo gauti administratoriaus teises. Skirtumas yra tik tas, kad kandidatas privalo turėti mažiausiai 6 mėnesių administratoriaus stažą, per kurį nepasitaikė pagrįstas reikalavimas administratoriaus teises atimti. Visos kitos gairės, susijusijos su administratoriais atitinkamai galioja ir biurokratams.
=== Prašymų kartojimas ===
Nesėkmingas prašymas gali būti pakartotinai pateiktas ne anksčiau, kaip po 90 parų.
=== Specialiųjų teisių atėmimas ===
Yra keli būdai, kuriais galima atimti administratoriaus teises. Tarp jų yra:
* [[Wikipedia:lt:Vikimedijos fondas|Vikimedijos fondo]] tarybos sprendimu. (praktikoje nenaudojamas);
* Pagal [[m:Requests for permissions#Removal of access|bendruomenės konsensusą]], kurį pripažįsta teisėtu stjuardas (steward);
* Ūmaus piktnaudžiavimo administratoriaus teisėmis atveju gali pagal argumentotą prašymą stjuardas (steward) jo teises atimti tuojau pat. Toks teisių atėmimas tik laikinas ir turi būti motyvuotas. Už atimtų teisių gražinimą (tariantis su stjuardu) atsakingas atėmimo iniciatorius.
==== Patvirtinimas ====
Administratorius gali bendrumenę prašyti pakartotinai patvirtinti pasitikėjimą juo pateikdamas prašymą patvirtinti administratoriaus teises. Balsavimą gali bepatvirtinamasis administratorius atšaukti tik, kai jau faktiškai savo teisių neteko (atėmė stiuardai). Jei balsavimas pasibaigė nesėkmingai bei administratorius pats per 24 val. neprašė stiuardus atimti teises, atimti teises paprašys biurokratas. Nebepatvirtintam administratoriui pasibaigus balsavimui draudžiama naudotis savo dar neatimtomis teisėmis.
==== Privalomas patvirtinimas ====
Jei bendruomenė stipriai nepatenkinta administratoriaus veikla bei yra naudotojo/editoriaus, pagal šias taisykles turinčio teise balsuoti, raginamas pasitvirtinti administratoriaus teises, toks administratorius privalo jubiliejiniame mėnesyje nuo savo paskutinio [[Vikiversitetas:Taisyklės administratoriams bei biurokratams/Archyvas|išrinkimo]] suorganizuoti savo perrinkimą. Taip nepadarius, bet kuris kitas editorius, turintis teisę balsuoti, gali pats suorganizuoti balsavimą to administratoriaus perrinkimui. Tas pats galioja pasibaigus [[Vikiversitetas:Administratoriai ir biurokratai#Editorių su praplęstomis teisemis kadencija|kadencijai]], jei editorius savanoriškai savo teisių neatsisakė.
Tačiau kiekvienas editorius gali paraginti perrinkimui ne daugiau, kaip vieną administratoriu per metus.
==== Administratoriaus (ar biurokrato) teisių atėmimas dėl ilgalaikio neveiklumo ====
Administratorius, kuris ilgą laiką nedalyvauja vikiversiteto veikloje, negali būti pakankamai susipažinęs su aktualiomis taisykėmis, rekomendacijomis, procedūromis bei įpročiais. Informacijų trūkumas ir nepakankamas jų supratimas trukdo kokybiškiems bei atsakingiems sprendimams, kokie iš administratoriaus laukiami.
Jei administratorius ilgiau negu 1 metus nepadarė jokio užfiksuoto editavimo, kuriam reikalingos administratoriaus teisės, bet kas ''gali'' paprašyti stjuardus (steward), kad tam administratoriui dėl jo neveiklumo būtų atimtos jo teisės.
Tas pats taikoma biurokratams, išskyrus ilgesnį terminą - 3 metai.
[[Kategorija:LT]]
[[Kategorija:Vikiversitetas:Valdymas]]
oewqigunzxif0ep03xal78tg0axciol
User:Kusurija/Apie Vikiversitetą/Vikiversiteto vizija
2
26617
384793
155677
2026-06-23T21:24:52Z
AtUkr
17909
AtUkr moved page [[Wikiversity:Apie Vikiversitetą/Vikiversiteto vizija]] to [[User:Kusurija/Apie Vikiversitetą/Vikiversiteto vizija]] without leaving a redirect
155677
wikitext
text/x-wiki
{{nebaigtas}}
'''Vikiversitetas''' - sudurinis žodis iš [[Wikipedia:lt:Havajiečių kalba|havajiečių kalbos]] žodžio wiki - greitas bei žodžio [[Wikipedia:lt:Universitetas|universitetas]]. Nors projekto vardas išvestas iš reikšmės universitetas, jo vizija yra platesnė ir laisvesnė. Vikiversitetas nėra klasikinis universitetas. Vikiversitetas turėtų sutalpinti visas tobulinimosi sritis bei būdus, ne tik tas, būdingus universitetui. Jame turėtų tilpti ir dar „aukštesnis“ lygis - moksliniai tyrimai, bet ir paprastesni/kitoniški lygiai - pradinės mokyklos dalykai, bet ir kursai, kvizai, didaktiniai žaidimai (pvz. peksesas, šachmatistų kampelis ir panašiai), muzikos, dailės, kitokio meno kūrimas ar tyrimas, augalų žydėjimo stebėjimas (ar paukščių migracijos, kitų gamtos reiškinių sisteminis stebėjimas), sudėtingų technikos dalykų konstravimas (pvz. vargonų, kariliono, kitų muzikos instrumentų), remontas (pvz. senų motociklų), kitoks meistravimas, kompjūterinė technika, programavimas, internetinių puslapių kūrimo tyrimai, mokslinių šaltinių tyrimas (researches), [[Wikipedia:lt:Esė|esės]], paskaitos, pamokslai, pranešimai, panelinės prezentacijos, vikimedia projektų editavimo kursai (pvz. [[Commons:Pagrindinis puslapis|vikitekos]]), laboratorijos bei vorkšopai...
Visos šitos galimybės yra labai plačios, dažnai įvairiai ir sudėtingai susijusijos/surištos, todėl jų suskirstymas yra gan sudėtingas. Bet tikrai neužteks viską „sukišti“ vien tik į universitetus bei fakultetus.
[[Kategorija:LT]]
[[Kategorija:Vikiversitetas]]
75a1qd7tq5atyjlqtchd8stcunxphgo
User:Kusurija/Šešioliktainė skaičiavimo sistema
2
26621
384794
154617
2026-06-23T21:25:09Z
AtUkr
17909
AtUkr moved page [[Šešioliktainė skaičiavimo sistema]] to [[User:Kusurija/Šešioliktainė skaičiavimo sistema]] without leaving a redirect
154617
wikitext
text/x-wiki
Čia yra 100 % mokslinis naujumas. Tai nereiškia, jog čia paskelbtos informacijos nebūtų žinomos (visos yra žinomos gan seniai); mokslinis naujumas slypi šių informacijų išdėstymo būde ir nurodytose sąsajose. Šešioliktainė skaičiavimo sistema yra keltinė (išvesta iš [[Dvejetainė skaičiavimo sistema|dvejetainės skaičiavimo sistemos]] kelimu ketvirtu laipsniu), dėl to daugumos infotmacijos galima rasti dvejetainėje skaičiavimo sistemoje arba [[Ketvertainė skaičiavimo sistema|ketvertainėje skaičiavimo sistemoje]] (pakelimas kvadratu). Analogiška [[aštuntainė skaičiavimo sistema]] su šešioliktaine turi bendra tik tiek, kiek ir su dvejetaine (nes eksponentai - be bendro daliklio). Taip pat žiūrėkite [[Wikipedia:en:Hexadecimal]] ar [[Wikipedia:lv:Heksadecimālā skaitīšanas sistēma]].<br />
'''Skaičiams 10<sub>(10)</sub> naudojamas pakaitinis simbolis A<sub>(16)</sub>, 11<sub>(10)</sub> - B<sub>(16)</sub>, 12<sub>(10)</sub> - C<sub>(16)</sub>, 13<sub>(10)</sub> - D, 14<sub>(10)</sub> - E, 15<sub>(10)</sub> - F.'''
== Skaičių eilė ==
'''Skaičių eilė''' (* paženklinti pirminiai, ** n-laipsniu pakelti pirminiai skaičiai)<br />
0, 1, 2*, 3*, 4**, 5*, 6, 7*, 8**, 9**, A, B*, C, D*, E, F, 10**,
11*, 12, 13*, 14, 15, 16, 17*, 18, 19**, 1A, 1B**, 1C, 1D*, 1E, 1F*, 20**,
21, 22, 23, 24, 25*, 26, 27, 28, 29*, 2A, 2B*, 2C, 2D, 2E, 2F*, 30,
31**, 32, 33, 34, 35*, 36, 37, 38, 39, 3A, 3B*, 3C, 3D*, 3E, 3F, 40**,
41, 42, 43*, 44, 45, 46, 47*, 48, 49*, 4A, 4B, 4C, 4D, 4E, 4F*, 50,
51**, 52, 53*, 54, 55, 56, 57, 58, 59*, 5A, 5B, 5C, 5D, 5E, 5F, 60,
61*, 62, 63, 64, 65*, 66, 67*, 68, 69, 6A, 6B*, 6C, 6D*, 6E, 6F, 70,
71*, 72, 73, 74, 75, 76, 77, 78, 79**, 7A, 7B, 7C, 7D**, 7E, 7F*, 80**,
81, 82, 83*, 84, 85, 86, 87, 88, 89*, 8A, 8B*, 8C, 8D, 8E, 8F, 90,
91, 92, 93, 94, 95*, 96, 97*, 98, 99, 9A, 9B, 9C, 9D*, 9E, 9F, A0,
A1, A2, A3*, A4, A5, A6, A7*, A8, A9**, AA, AB, AC, AD*, AE, AF, B0,
B1, B2, B3*, B4, B5*, B6, B7, B8, B9, BA, BB, BC, BD, BE, BF*, C0,
C1*, C2, C3, C4, C5*, C6, C7*, C8, C9, CA, CB, CC, CD, CE, CF, D0,
D1, D2, D3*, D4, D5, D6, D7, D8, D9, DA, DB, DC, DD, DE, DF*, E0,
E1, E2, E3*, E4, E5*, E6, E7, E8, E9*, EA, EB, EC, ED, EE, EF*, F0,
F1*, F2, F3**, F4, F5, F6, F7, F8, F9*, FA, FB*, FC, FD, FE, FF, 100**,
101*, ...
...
== Daugybos lentelė ==
{| class="wikitable"
|+ Šešioliktainės sistemos daugybos lentelė
|-
! × || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F || 10 || 11 || 12 || 13 || 14
|-
! 1
| 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F || 10 || 11 || 12 || 13 || 14
|-
! 2
| 2 || 4 || 6 || 8 || A || C || E || 10 || 12 || 14 || 16 || 18 || 1A || 1C || 1E || 20 || 22 || 24 || 26 || 28
|-
! 3
| 3 || 6 || 9 || C || F || 12 || 15 || 18 || 1B || 1E || 21 || 24 || 27 || 2A || 2D || 30 || 33 || 36 || 39 || 3C
|-
! 4
| 4 || 8 || C || 10 || 14 || 18 || 1C || 20 || 24 || 28 || 2C || 30 || 34 || 38 || 3C || 40 || 44 || 48 || 4C || 50
|-
! 5
| 5 || A || F || 14 || 19 || 1E || 23 || 28 || 2D || 32 || 37 || 3C || 41 || 46 || 4B || 50 || 55 || 5A || 5F || 64
|-
! 6
| 6 || C || 12 || 18 || 1E || 24 || 2A || 30 || 36 || 3C || 42 || 48 || 4E || 54 || 5A || 60 || 66 || 6C || 72 || 78
|-
! 7
| 7 || E || 15 || 1C || 23 || 2A || 31 || 38 || 3F || 46 || 4D || 54 || 5B || 62 || 69 || 70 || 77 || 7E || 85 || 8C
|-
! 8
| 8 || 10 || 18 || 20 || 28 || 30 || 38 || 40 || 48 || 50 || 58 || 60 || 68 || 70 || 78 || 80 || 88 || 90 || 98 || A0
|-
! 9
| 9 || 12 || 1B || 24 || 2D || 36 || 3F || 48 || 51 || 5A || 63 || 6C || 75 || 7E || 87 || 90 || 99 || A2 || AB || B4
|-
! A
| A || 14 || 1E || 28 || 32 || 3C || 46 || 50 || 5A || 64 || 6E || 78 || 82 || 8C || 96 || A0 || AA || B4 || BE || C8
|-
! B
| B || 16 || 21 || 2C || 37 || 42 || 4D || 58 || 63 || 6E || 79 || 84 || 8F || 9A || A5 || B0 || BB || C6 || D1 || DC
|-
! C
| C || 18 || 24 || 30 || 3C || 48 || 54 || 60 || 6C || 78 || 84 || 90 || 9C || A8 || B4 || C0 || CC || D8 || E4 || F0
|-
! D
| D || 1A || 27 || 34 || 41 || 4E || 5B || 68 || 75 || 82 || 8F || 9C || A9 || B6 || C3 || D0 || DD || EA || F7 || 104
|-
! E
| E || 1C || 2A || 38 || 46 || 54 || 62 || 70 || 7E || 8C || 9A || A8 || B6 || C4 || D2 || E0 || EE || FC || 10A || 118
|-
! F
| F || 1E || 2D || 3C || 4B || 5A || 69 || 78 || 87 || 96 || A5 || B4 || C3 || D2 || E1 || F0 || FF || 10E || 11D || 12C
|-
! 10
| 10 || 20 || 30 || 40 || 50 || 60 || 70 || 80 || 90 || A0 || B0 || C0 || D0 || E0 || F0 || 100 || 110 || 120 || 130 || 140
|}
== Pirminių skaičių atvirkštinės reikšmės ==
* '''Pirminių skaičių atvirkštinės reikšmės (1/p); bei visų iki 17 skaičių atvirkštinės reikšmės (1/n) (ir kai kurių pasirinktų)...
l.p. - periodo ilgis; pp=priešperiodė
2: 0,800000000000... l.p. = 0+1pp
3: 0,555555555555... l.p. = 1
4: 0,400000000000... l.p. = 0+1pp
5: 0,333333333333... l.p. = 1
6: 0,2AAAAAAAAAAA... l.p. = 1+1pp
7: 0,249249249249... l.p. = 3
8: 0,200000000000... l.p. = 0+1pp
9: 0,1C71C71C71C7... l.p. = 3
10: 0,199999999999... l.p. = 1+1pp
11: 0,1745D1745D... l.p. = 5
12: 0,155555555555... l.p. = 1+1pp
13: 0,13B13B13B13B... l.p. = 3
14: 0,1249249249249... l.p. = 3+1pp
15: 0,111111111111... l.p. = 1
16: 0,100000000000... l.p. = 0+1pp
17: 0,0F0F0F0F0F0F... l.p. = 2
19: 0,0D79435E5... l.p. = 9
23: 0,0B21642C859... l.p. = 11
25: 0,0A3D70A3D7... l.p. = 5
27: 0,097B425ED... l.p. = 9
29: 0,08D3DCB08D3DCB... l.p. = 7
31: 0,0842108421... l.p. = 5
32: 0,080000000000... l.p. = 0+2pp
37: 0,06EB3E453... l.p. = 9
41: 0,063E7063E7... l.p. = 5
43: 0,05F417D05F417D... l.p. = 7
47: 0,0572620AE4C4... l.p. = 23
49: 0,05397829CBC1... l.p. = 21
53: 0,04D4873ECADE3... l.p. = 13
59: 0,0456C797DD49... l.p. = 29
61: 0,04325C53EF368EB... l.p. = 15
64: 0,040000000000... l.p. = 0+2pp
67: 0,03D226357E16... l.p. = 33
71: 0,039B0AD12073... l.p. = 35
73: 0,0381C0E07... l.p. = 9
79: 0,033D91D2A206... l.p. = 39
81: 0,0329161F9ADD... l.p. = 27
83: 0,03159721ED7E... l.p. = 41
89: 0,02E05C0B817... l.p. = 11
97: 0,02A3A0FD5C5F... l.p. = 12
101: 0,0288DF0CAC5B... l.p. = 25
103: 0,027C45979C95... l.p. = 51
107: 0,02647C694562... l.p. = 53
109: 0,02593F69B... l.p. = 9
113: 0,0243F6F0243F6F... l.p. = 7
121: 0,021D9EAD7CD3... l.p. = 55
125: 0,020C49BA5E35... l.p. = 25
127: 0,02040810204081... l.p. = 7
128: 0,020000000000... l.p. = 0+2pp
131: 0,01F44659E4A4... l.p. = 65
...
Kitką galima lengvai išsivesti iš ketvertainės skaičiavimo sistemos duomenų: preriodų ilgiai yra perpus trumpesni negu lyginiai periodų ilgiai ketvertainėje sistemoje o nelyginiai ilgiai yra vienodi, kaip ir [[Ketvertainė skaičiavimo sistema|ketvertainėje skaičiavimo sistemoje]]...
== Taip pat žiūrėkite ==
* Žemesnę: [[Penkioliktainė skaičiavimo sistema]]
* Aukštesnę: [[Septynioliktainė skaičiavimo sistema]]
* irgi: [[32 bazės skaičiavimo sistema]], [[64 bazės skaičiavimo sistema]]
[[Category:LT]]
[[Category:Skaičiavimo sistemos|16]]
[[Category:Kusurija|16]]
[[cs:Číselné soustavy/Šestnáctková soustava]]
8da2wvd53oosrz5rh2dv0kyutzegkfc
Wikiversity:Language select/pa
4
30308
384816
380254
2026-06-23T22:18:02Z
FuzzyBot
31756
Updating to match new version of source page
384816
wikitext
text/x-wiki
<languages/>
''ਇਸ ਫੀਚਰ ਬਾਬਤ ਇੱਕ ਹੋਰ ਜਿਆਦਾ ਵਿਵਰਣ ਵਾਲੇ ਵਰਜ਼ਨ ਲਈ, ਦੇਖੋ [[m:Meta:Language select|Meta:Language select]].''
'''[[m:Meta:Language select|Language select]]''' ਵਰਤੋਕਾਰਾਂ ਨੂੰ ਬਹੁਭਾਸ਼ੀ ਪੰਨਿਆਂ ਉੱਤੇ ਵਿਦੇਸ਼ੀ ਭਾਸ਼ਾਵਾਂ ਨੂੰ ਲਕੋਣ ਦੀ ਆਗਿਆ ਦਿੰਦਾ ਹੈ। ਇਹ, ਉਦਾਹਰਨ ਦੇ ਤੌਰ ਤੇ, ਕਿਸੇ ਪੰਜਾਬੀ ਪਾਠਕ ਨੂੰ ਬਹੁਭਾਸ਼ੀ ਪੰਨਿਆਂ ਉੱਤੇ ਸਿਰਫ ਪੰਜਾਬੀ ਹੀ ਦੇਖਣ ਦੀ ਆਗਿਆ ਦੇਵੇਗਾ (ਭਾਵੇਂ ਉਹ ਅਜੇ ਵੀ ਕਿਸੇ ਸਪੈਨਿਸ਼-ਔਨਲੀ ਪੰਨੇ ਉੱਤੇ ਸਪੈਨਿਸ਼ ਦੇਖ ਸਕੇਗਾ)।
<span id="How_to_select_a_language"></span>
== ਕੋਈ ਭਾਸ਼ਾ ਕਿਵੇਂ ਚੁਣੀਏ ==
* ਕੋਈ ਭਾਸ਼ਾ ਚੁਣਣ ਲਈ, ਇਸਦੇ [[w:List of ISO 639 language codes|ISO 639-1 ਕੋਡ]] ਨੂੰ ਇਨਪੁੱਟ ਬੌਕਸ (<code>pa</code> ਪੰਜਾਬੀ ਲਈ) ਵਿੱਚ ਦਾਖਲ ਕਰੋ, ਅਤੇ <big>➤</big> ਉੱਤੇ ਕਲਿੱਕ ਕਰੋ।
* ਜੇਕਰ ਤੁਸੀਂ ਸਾਰੀਆਂ ਭਾਸ਼ਾਵਾਂ ਡਿਸਪਲੇਅ ਕਰਨੀਆਂ ਚਾਹੁੰਦੀਆਂ ਹੋ ਤਾਂ <code>mul</code> ਟਾਈਪ ਕਰੋ ਜਾਂ <big>⋙</big> ਉੱਤੇ ਕਲਿੱਕ ਕਰੋ।
<span id="Usage"></span>
== ਵਰਤੋਂ ==
<span id="Identifying_multilingual_pages"></span>
=== ਬਹੁ-ਭਾਸ਼ਾਈ ਵਰਕਿਆਂ ਦੀ ਪਛਾਣ ਕਰਨਾ ===
ਭਾਸ਼ਾ ਚੋਣ ਨੂੰ ਲਾਗੂ ਕਰਨ ਵਾਲੇ ਵਰਕਿਆਂ ਵਿੱਚ {{tl|ਬਹੁਭਾਸ਼ੀ}} ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਇੱਕ ਨੋਟਿਸ ਸ਼ਾਮਲ ਹੁੰਦਾ ਐ।
<span id="JavaScript"></span>
=== ਜਾਵਾ-ਸਕ੍ਰਿਪਟ ===
ਜਾਵਾਸਕ੍ਰਿਪਟ ਵਿਧੀ ਵਿਕੀਵਰਸਟੀ ਬੀਟਾ ਉੱਤੇ ਮੂਲ ਡਿਫਾਲਟ ਸੈਟਿੰਗ ਰਾਹੀਂ ਕ੍ਰਿਆਸ਼ੀਲ ਕੀਤੀ ਹੁੰਦੀ ਹੈ। ਤੁਸੀਂ ਇਸਨੂੰ ਹੇਠਾਂ ਲਿਖੀ ਲਾਈਨ ਵਿੱਚ [[Special:Mypage/monobook.js|your script file]] ਜੋੜ ਕੇ ਕ੍ਰਿਆਹੀਣ ਕਰ ਸਕਦੇ ਹੋ <pre>ls_enable = false;</pre>
ਜਾਵਾ-ਸਕ੍ਰਿਪਟ ਦੀ ਕਾਰਜ ਕਰਨ ਦੀ ਵਿਧੀ ਤੁਸੀਂ ਹੇਠਾਂ ਵਾਲੀ ਉਦਾਹਰਨ ਵਿੱਚ ਦੇਖ ਸਕਦੇ ਹੋ । ਜੇਕਰ ਭਾਸ਼ਾ ਚੋਣ ਡਿਸੇਬਲ (ਕ੍ਰਿਆਹੀਣ) ਕਰ ਦਿੱਤੀ ਜਾਂਦੀ ਹੈ, ਤਾਂ ਸਾਰੇ ਦਾ ਸਾਰਾ ਟੈਕਸਟ ਦਿਖਾਇਆ ਜਾਏਗਾ ।
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
ਜਾਵਾ-ਸਕ੍ਰਿਪਟ ਕੋਡਾਂ ਨੂੰ ਤੁਸੀਂ [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js] ਉੱਤੇ ਦੇਖ ਸਕਦੇ ਹੋ ।
<span id="Delimiting_languages"></span>
== ਭਾਸ਼ਾਵਾਂ ਦੀ ਹੱਦਬੰਦੀ ਕਰਨੀ ==
ਇਹ ਫਰਮਾ {{[[Template:ls|ls]]}} ਭਾਸ਼ਾ ਚੋਣ ਦੇ ਅਮਲ ਨੂੰ ਸਰਲ ਬਣਾਉਂਦਾ ਹੈ।
<pre>{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
an4bwflyb5k6c404p3bgjvgbp1lte0o
Wikiversity:Language select/en
4
34475
384809
380219
2026-06-23T22:17:59Z
FuzzyBot
31756
Updating to match new version of source page
384809
wikitext
text/x-wiki
<languages/>
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
== How to select a language ==
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
== Usage ==
=== Identifying multilingual pages ===
Pages that implement language selection include a notice using {{tl|multilingual}}.
=== JavaScript ===
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
== Delimiting languages ==
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
== See also ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
brdhhnz3oi7jace4xs8cu3h4tzritz0
Wikiversity:Language select/da
4
37847
384805
380215
2026-06-23T22:17:58Z
FuzzyBot
31756
Updating to match new version of source page
384805
wikitext
text/x-wiki
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
</div>
<span id="How_to_select_a_language"></span>
== Sådan vælger du et sprog ==
<div lang="en" dir="ltr" class="mw-content-ltr">
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Usage ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Identifying multilingual pages ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
=== JavaScript ===
<div lang="en" dir="ltr" class="mw-content-ltr">
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</div>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Delimiting languages ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
</div>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
4g1hgo6crptmney6dt6a4zajk15a8l6
Wikiversity:Language select/fa
4
39451
384812
380245
2026-06-23T22:18:00Z
FuzzyBot
31756
Updating to match new version of source page
384812
wikitext
text/x-wiki
<languages/>
''برای اطلاعات بیشتر درباره این ویژگی [[m:Meta:Language select/fa|متا: انتخاب زبان]] را ببینید.''
انتخاب زبان به کاربران امکان میدهد تا زبانهای خارجی را در صفحههای چند زبانه پنهان کنند. برای نمونه، این کار به خواننده فرانسوی این امکان را میدهد كه فقط متن فرانسوی را در صفحات چند زبانه ببیند (با وجود این متن اسپانیایی را فقط در صفحه اسپانیایی میبینند).
<span id="How_to_select_a_language"></span>
== چگونه یک زبان را انتخاب کنید ==
* برای انتخاب زبان، [[w:List of ISO 639 language codes|کد ایزوی ۶۳۹-۱]] آن را در کادر ورودی وارد کنید (<code>en</code> برای انگلیسی) و روی <big>➤</big> کلیک کنید.
* اگر می خواهید همه زبانها نمایش دادهشوند، <code>mul</code> را تایپ کنید یا روی <big>⋙</big> کلیک کنید.
<span id="Usage"></span>
==کاربرد==
<span id="Identifying_multilingual_pages"></span>
=== شناسایی صفحههای چند زبانه ===
صفحههایی که انتخاب زبان را اجرا می کنند از هشدار {{tl|multilingual}} استفاده میکنند.
<span id="JavaScript"></span>
=== جاوا اسکریپت ===
روش جاوا اسکریپت به طور پیش فرض در ویکیدانشگاه بتا فعال شده است. شما می توانید آن را با افزودن خط زیر به [[Special:Mypage/monobook.js|فایل اسکریپت خود]] غیرفعال کنید.
<pre>ls_enable = false;</pre>
شما می توانید نمونه ای از جاوا اسکریپت را در زیر را ببینید. اگر انتخاب زبان غیر فعال باشد، تمام متن نمایش داده خواهد شد.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
شما می توانید کد جاوا اسکریپت را در [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js] مشاهده کنید.
<span id="Delimiting_languages"></span>
== محدود کردن زبان ==
الگو {{[[Template:ls|ls]]}} اجرای انتخاب زبان را ساده کرده است.
<pre>{{ls|fa|این متن فارسی است.}}
</pre>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
hjofzzhh3iti8qc85m72lw7qnghr6vd
Wikiversity:Language select/pl
4
45807
384818
380227
2026-06-23T22:18:02Z
FuzzyBot
31756
Updating to match new version of source page
384818
wikitext
text/x-wiki
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== How to select a language ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
</div>
<span id="Usage"></span>
== Użycie ==
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Identifying multilingual pages ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== JavaScript ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</div>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Delimiting languages ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
</div>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
o0idt5uwyi95w7iyygxjyicyffyoi5i
SuperTuxKart/Tímová stratégia
0
45928
384779
384770
2026-06-23T20:04:12Z
Dušan Kreheľ
45022
+ obsah
384779
wikitext
text/x-wiki
== Typy hráčov ==
* '''Pro solo hráč''':
** Vie majstrovský narábať s pukom a to využiť v hre.
** Čím viac hráčov, tým jeho herná efektivita môže klesať.
* '''Pro tímový hráč''':
** Jeho stratégia by sa dala opísať: rýchly pohyb, veľa prihrávok.
** Čím viac hráčov, tým jeho herná efektivita najskôr rastie.
** Má rád herný „chaos“.
* '''Sniper''':
** Čaká v pozadí a keď príde vhodná situácia, tak strieľa na bránku alebo realizuje rýchly protiútok.
* '''Vrcholový hráč''':
** Tento hráč sa motá okolo súperovej bránky s cieľom dať gól alebo niekomu asistovať.
== Skóre hráča ==
Vhodné je rešpektovať (teda dať im vedenie) hráčov, ktorý majú vyššie skóre ako ty. Obyčajne by mali byť skúsenejší.
== Práca s pukom ==
=== Dobrý hráč ===
Charakteristika dobrého hráča sa skladá z 80 % s dobrou prácou s pukom a 20 % s využívaním bonusov. Ak si dobrý bez bonusov, s použitím bonusov budeš výborný.
=== Prítomnosť a blízka budúcnosť ===
Nehraj s pukom len tam, kde práve je, ale kde sa aj o chvíľu môže nachádzať (trebars o 0,3 s).
=== Ovládania puku ===
Zlepšovanie práce s pukom sa najskôr začína pri tréningu s pomalým pukom a potom, keď je hráč už dosť zručný, tak nasleduje trénovanie s vyššou rýchlosťou puku.
=== Stratégia s pukom ===
Treba vedieť kedy v hre (získaš praxou):
* nerobiť nič,
* čakať,
* kedy útočiť,
* kedy súpera blokovať.
=== Puk a team ===
V jednom okamihu je dobré mať maximálne dvoch hráčov v blízkosti puku. Ak je ich viac, potom to môže byť iba na škodu tímu. Ostatní hráči môžu čakať na iných pozíciach, kde sa buď vyskytne puk alebo budú čakať na prípadne situácie, ktoré môžu nastať (napr. jeden „brániaci“ hráč je pripravený pripadne realizovať rýchly protiútok).
=== „Ďalší hráč“ ===
Využívanie „mantinelu“, rozumej odrážanie puku od neho v štýle „biliard“ (štýl „odrážanie“), alebo aj súpera (teda „vynútená“ spolupráca) môžu zlepšiť hru a pridávať akoby ďalšieho „tímového spoluhráča“.
=== Rýchlo verzus pomaly ===
Niekedy je zaujímave urobiť presný opak, ako je aktuálny herný štýl (pomaly verzus rýchlo), to môže iných prekvapiť a nemusia adekvátne reagovať.
== Jazda ==
=== Výber „car“ ===
Experti hrajú hru s autom „Wilber“, nakoľko ma najlepší pomer akcelerácie (zrýchlenie) vozidla k jeho ovládaniu.
=== Driftovanie ===
Počas [[:sk:wiki:Drift_(motorizmus)|driftovania]] je dobré miesto neustáleho pridávanie plynu klávesou „Hore“ miesto toho na danú klávesu len klikať.
==== Rýchlejšie otáčanie ====
Rýchlejšie otočíš svoju auto, ak použiješ pri otáčaní aj driftovanie.
=== Minimálne jedno turbo ===
Je dobre mať vždy jedno turbo. Napr. ak treba náhle urobiť rýchly protiútok.
=== Branie bonusov a turba ===
V hre (najvýraznejšie to môže byť vtedy, čím je menej hráčov v aréne) je vhodné skombinovať branie bonusov a túrb s svojím herným štýlom.
Jedným z riešením je oblúkové striedanie, kedy hráč postupne cyklicky strieda svoje umiestnenie:
# obrana,
# branie bonusu alebo turba,
# útok.
== Priebeh hry ==
=== Začiatok hry ===
Je potrebné sa snažiť byť pri puku prvý pokiaľ je súperov „alfa hráč“ lepší ako Tvoj (čo sa týka techniky otvárania hry).
== Pozície ==
=== Pozície v hre ===
Tak ako v reálnych športoch, tak aj v hre rozoznávame niekoľko herných pozícií:
* brankár,
* obrana,
* stred,
* útok,
* rýchly protiútok,
* strelec,
* kapitán.
Pre hráča je potrebné vedieť, v ktorých pozíciach je lepší a tím lepšie prispieť ku tímovej hre.
Kapitán ma vedieť zanalyzovať hru súpera a podľa toho reagovať (napr. usmerniť tímových hráčov).
=== Vlastné zlepšenie ===
Pre vlastne postupne zlepšenie je dobré si postupne prejsť cez tieto pozície:
obrana ⇒ brankár ⇒ útok ⇒ protiútok ⇒ rýchly protiútok.
=== Brankár ===
Hra so striktným brankárom môže zlepšovať vašu obranu (najmä ak má super silnejší tím).
Keď si ale môžete dovoliť mať až dvoch brankárov, potom obrana môže byť veľmi silná s trápením pre súpera.
=== O jedného hráča menej ===
Platí pravidlo, že pokiaľ máme o jedného hráča menej ako súper, nemôžme mať jedného hráča, ktorý je striktne brankár. V takom tíme treba myslieť na obranu a teda nie je veľmi vhodné hrať herný štýl ''agresívny útok''.
=== Typy bránenia ===
* normálne verzus bočné,
* striktné – stále je v bránke jeden brankár,
* cyklické – posledný hráč v aréne má na starosti bránku.
=== Normálne ===
Profesionáli preferujú normálne bránenie (hlava vpredu, zadok vzadu) nakoľko voči „bráneniu bokom“ je možné vykonať aj rýchly protiútok.
Pri niektorých útokov je potrebné opustiť bránku a ísť proti útočiacemu hráčovi. To napríklad preto, aby (profesionálny) protihráč nepoužil nejaký trik a potom sa dostal do gólovej koncovky (ostatný spoluhráči môžu zatiaľ dobehnúť).
== Chat ==
V hre je možné komunikovať s ostatnými hráčmi. Textovou formou sa to robí nasledovne:
* chat pre všetkých – klávesnica {{Key|ESC}}, píšem text, klávesnica {{Key|ENTER}};
* tímový chat – klávesnica {{Key|ESC}}, píšem text, klávesnica {{Key|ŠÍPKA V PRAVO}}, klávesnica {{Key|ENTER}}.
== Záver ==
Toto je tímová hra, takže ak sa ti nedarí, tak nebuď nadarmo sebec, a skús zmeniť svoju hernú pozíciu. Stať sa môže, že si možno unavený alebo to proste v hre inak nejde a súper je lepší. Takže hru daromne neber veľmi vážne – raz vyhráš, raz prehráš. Ber to proste ako tréning a hlavné je vedieť zvládnuť svoj reálny život.
[[Category:SK]]
ne5e1ipr97yl585opklu94b10ctva14
384781
384779
2026-06-23T20:16:32Z
Dušan Kreheľ
45022
+ obsah
384781
wikitext
text/x-wiki
== Skóre hráča ==
Vhodné je rešpektovať (teda dať im vedenie) hráčov, ktorý majú vyššie skóre ako ty. Obyčajne by mali byť skúsenejší.
== Práca s pukom ==
=== Dobrý hráč ===
Charakteristika dobrého hráča sa skladá z 80 % s dobrou prácou s pukom a 20 % s využívaním bonusov. Ak si dobrý bez bonusov, s použitím bonusov budeš výborný.
=== Prítomnosť a blízka budúcnosť ===
Nehraj s pukom len tam, kde práve je, ale kde sa aj o chvíľu môže nachádzať (trebars o 0,3 s).
=== Ovládania puku ===
Zlepšovanie práce s pukom sa najskôr začína pri tréningu s pomalým pukom a potom, keď je hráč už dosť zručný, tak nasleduje trénovanie s vyššou rýchlosťou puku.
=== Stratégia s pukom ===
Treba vedieť kedy v hre (získaš praxou):
* nerobiť nič,
* čakať,
* kedy útočiť,
* kedy súpera blokovať.
=== Puk a team ===
V jednom okamihu je dobré mať maximálne dvoch hráčov v blízkosti puku. Ak je ich viac, potom to môže byť iba na škodu tímu. Ostatní hráči môžu čakať na iných pozíciach, kde sa buď vyskytne puk alebo budú čakať na prípadne situácie, ktoré môžu nastať (napr. jeden „brániaci“ hráč je pripravený pripadne realizovať rýchly protiútok).
=== „Ďalší hráč“ ===
Využívanie „mantinelu“, rozumej odrážanie puku od neho v štýle „biliard“ (štýl „odrážanie“), alebo aj súpera (teda „vynútená“ spolupráca) môžu zlepšiť hru a pridávať akoby ďalšieho „tímového spoluhráča“.
=== Rýchlo verzus pomaly ===
Niekedy je zaujímave urobiť presný opak, ako je aktuálny herný štýl (pomaly verzus rýchlo), to môže iných prekvapiť a nemusia adekvátne reagovať.
== Jazda ==
=== Výber „car“ ===
Experti hrajú hru s autom „Wilber“, nakoľko ma najlepší pomer akcelerácie (zrýchlenie) vozidla k jeho ovládaniu.
=== Driftovanie ===
Počas [[:sk:wiki:Drift_(motorizmus)|driftovania]] je dobré miesto neustáleho pridávanie plynu klávesou „Hore“ miesto toho na danú klávesu len klikať.
==== Rýchlejšie otáčanie ====
Rýchlejšie otočíš svoju auto, ak použiješ pri otáčaní aj driftovanie.
=== Minimálne jedno turbo ===
Je dobre mať vždy jedno turbo. Napr. ak je potrebné zrazu urobiť rýchly protiútok.
=== Branie bonusov a turba ===
V hre (najvýraznejšie to môže byť vtedy, čím je menej hráčov v aréne) je vhodné skombinovať branie bonusov a túrb s svojím herným štýlom.
Jedným z riešením je oblúkové striedanie, kedy hráč postupne cyklicky strieda svoje umiestnenie:
# obrana,
# branie bonusu alebo turba,
# útok.
== Priebeh hry ==
=== Začiatok hry ===
Je potrebné sa snažiť byť pri puku prvý pokiaľ je súperov „alfa hráč“ lepší ako Tvoj (čo sa týka techniky otvárania hry).
== Pozície ==
=== Typy hráčov ===
* '''Pro solo hráč''':
** Vie majstrovský narábať s pukom a to využiť v hre.
** Čím viac hráčov, tým jeho herná efektivita môže klesať.
* '''Pro tímový hráč''':
** Jeho stratégia by sa dala opísať: rýchly pohyb, veľa prihrávok.
** Čím viac hráčov, tým jeho herná efektivita najskôr rastie.
** Má rád herný „chaos“.
* '''Sniper''':
** Čaká v pozadí a keď príde vhodná situácia, tak strieľa na bránku alebo realizuje rýchly protiútok.
* '''Vrcholový hráč''':
** Tento hráč sa motá okolo súperovej bránky s cieľom dať gól alebo niekomu asistovať.
=== Pozície v hre ===
Tak ako v reálnych športoch, tak aj v hre rozoznávame niekoľko herných pozícií:
* brankár,
* obrana,
* stred,
* útok,
* rýchly protiútok,
* strelec,
* kapitán,
* pro hráč – robí si, čo chce, kde chce (teda všade sa zídu jeho skúsenosti).
Pre hráča je potrebné vedieť, v ktorých pozíciach je lepší a tím lepšie prispieť ku tímovej hre.
Kapitán ma vedieť zanalyzovať hru súpera a podľa toho reagovať (napr. usmerniť tímových hráčov).
=== Vlastné zlepšenie ===
Pre vlastne postupne zlepšenie je dobré si postupne prejsť cez tieto pozície:
obrana ⇒ brankár ⇒ útok ⇒ protiútok ⇒ rýchly protiútok.
=== Brankár ===
Hra so striktným brankárom môže zlepšovať vašu obranu (najmä ak má super silnejší tím).
Keď si ale môžete dovoliť mať až dvoch brankárov, potom obrana môže byť veľmi silná s trápením pre súpera.
=== O jedného hráča menej ===
Platí pravidlo, že pokiaľ máme o jedného hráča menej ako súper, nemôžme mať jedného hráča, ktorý je striktne brankár. V takom tíme treba myslieť na obranu a teda nie je veľmi vhodné hrať herný štýl ''agresívny útok''.
=== Typy bránenia ===
* normálne verzus bočné,
* striktné – stále je v bránke jeden brankár,
* cyklické – posledný hráč v aréne má na starosti bránku.
=== Normálne ===
Profesionáli preferujú normálne bránenie (hlava vpredu, zadok vzadu) nakoľko voči „bráneniu bokom“ je možné vykonať aj rýchly protiútok.
Pri niektorých útokov je potrebné opustiť bránku a ísť proti útočiacemu hráčovi. To napríklad preto, aby (profesionálny) protihráč nepoužil nejaký trik a potom sa dostal do gólovej koncovky (ostatný spoluhráči môžu zatiaľ dobehnúť).
== Chat ==
V hre je možné komunikovať s ostatnými hráčmi. Textovou formou sa to robí nasledovne:
* chat pre všetkých – klávesnica {{Key|ESC}}, píšem text, klávesnica {{Key|ENTER}};
* tímový chat – klávesnica {{Key|ESC}}, píšem text, klávesnica {{Key|ŠÍPKA V PRAVO}}, klávesnica {{Key|ENTER}}.
== Záver ==
Toto je tímová hra, takže ak sa ti nedarí, tak nebuď nadarmo sebec, a skús zmeniť svoju hernú pozíciu. Stať sa môže, že si možno unavený alebo to proste v hre inak nejde a súper je lepší. Takže hru daromne neber veľmi vážne – raz vyhráš, raz prehráš. Ber to proste ako tréning a hlavné je vedieť zvládnuť svoj reálny život.
[[Category:SK]]
0evyb1c23b5rnrxdt7u4jtlad4sdfum
SuperTuxKart
0
45930
384778
384766
2026-06-23T19:56:03Z
Dušan Kreheľ
45022
english
384778
wikitext
text/x-wiki
{{lsb|
{{ls|en|This source is about online playing of the game SuperTuxKart.}}
{{ls|sk|Tento kurz sa týka online hrania hry SuperTuxKart.}}
}}
Vítajte v kurze týkajúcej sa počítačovej hry '''SuperTuxKart''', v ktorom sa venujeme tímovému online hraniu (napr. hokej s autami). Najviac online hráčov môžete stretnúť (pre Slovensko) v čase od večere až do prvej polovici noci.
== Časti ==
* [[SuperTuxKart/Tímová stratégia|Tímová stratégia]]
* [[SuperTuxKart/Úvodné otvorenia|Úvodné otvorenia]]
* [[SuperTuxKart/Mapy|Mapy]]
[[Category:SK]]
j8jlwml38a4gushpaevxhwg3dpqsk19
Wikiversity:Language select/anp
4
47498
384802
380214
2026-06-23T22:17:57Z
FuzzyBot
31756
Updating to match new version of source page
384802
wikitext
text/x-wiki
<languages/>
''ई सुविधा के बारे मँ जादे जानकारी वाला संस्करण लेली, [[एम: मेटा: भाषा चयन | मेटा: भाषा चयन]] देखौ ।''
'''[[एम: मेटा: भाषा चयन|भाषा चयन]]''' उपयोगकर्ता सिनी क बहुभाषी पन्ना प विदेशी भाषा क छिपाबै के अनुमति दै छै। उदाहरण लेली, ई एगो फ्रांसीसी पाठक क बहुभाषी पन्ना प खाली फ्रेंच पाठ देखै के अनुमति देतै (हालांकि वू अखनी भी खाली स्पैनिश पन्ना प स्पेनिश देखबै)।
<span id="How_to_select_a_language"></span>
== भाषा के चयन केना करौं ==
<div class="mw-translate-fuzzy">
* कोय भाषा चुनै लेली, इनपुट बॉक्स मँ [[ISO 639-1 कोड के सूची|ISO 639-1 कोड]] दर्ज करौ (अंग्रेजी लेली <code>en</code>), आरू <big>➤< प क्लिक करौ / बड़ौ>।
* जों आपनै सब्भे भाषा सब क प्रदर्शित करै ल चाहै छियै, त <code>mul</code> टाइप करियै या <big>⋙</big> प क्लिक करियै।
</div>
<span id="Usage"></span>
== उपयोग ==
<span id="Identifying_multilingual_pages"></span>
=== बहुभाषी पन्ना के पहचान करना ===
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== JavaScript ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</div>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Delimiting languages ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
</div>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
4plo1lo08fi21i127bf145160id442n
Wikiversity:Language select/blk
4
49665
384803
380213
2026-06-23T22:17:57Z
FuzzyBot
31756
Updating to match new version of source page
384803
wikitext
text/x-wiki
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
</div>
<span id="How_to_select_a_language"></span>
== ဘာႏသာႏငဝ်းငွါတဗာႏ လွိုက်ထူႏဗာႏနုဲင်းမုဲင်ꩻ ==
<div lang="en" dir="ltr" class="mw-content-ltr">
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
</div>
<span id="Usage"></span>
== ထာꩻသုင်ꩻ ==
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Identifying multilingual pages ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== JavaScript ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</div>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
</div>
<span id="Delimiting_languages"></span>
== ဖွောင်ꩻခတ်ရဲး ဘာႏသာႏငဝ်းငွါဖုံႏ ==
<div lang="en" dir="ltr" class="mw-content-ltr">
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
</div>
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
ntpqlqxpcnklaxe1mephrjuzqnnfzn7
Wikiversity:Language select/ar
4
50994
384804
380212
2026-06-23T22:17:57Z
FuzzyBot
31756
Updating to match new version of source page
384804
wikitext
text/x-wiki
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== How to select a language ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Usage ==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== Identifying multilingual pages ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Pages that implement language selection include a notice using {{tl|multilingual}}.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== JavaScript ===
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
</div>
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
.
<span id="Delimiting_languages"></span>
.
.
== <span lang="en" dir="ltr" class="mw-content-ltr">See also</span> ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
0p74k9bxevi8wglvxj4atnmdhcttw2p
Wikiversity:Language select/simple
4
52358
384820
380230
2026-06-23T22:18:03Z
FuzzyBot
31756
Updating to match new version of source page
384820
wikitext
text/x-wiki
<languages/>
''For a more detailed version about this feature, see [[m:Meta:Language select|Meta:Language select]].''
'''[[m:Meta:Language select|Language select]]''' allows users to hide foreign languages on multilingual pages. This would, for example, allow a French reader to see only French text on multilingual pages (though they would still see Spanish on a Spanish-only page).
== How to select a language ==
* To select a language, enter its [[w:List of ISO 639 language codes|ISO 639-1 code]] in the input box (<code>en</code> for English), and click on <big>➤</big>.
* If you want to display all languages, type <code>mul</code> or click on <big>⋙</big>.
== Usage ==
=== Identifying multilingual pages ===
Pages that implement language selection include a notice using {{tl|multilingual}}.
=== JavaScript ===
The JavaScript method is activated by default on Wikiversity Beta. You can disable it by adding the following line to [[Special:Mypage/monobook.js|your script file]]. <pre>ls_enable = false;</pre>
You can see an example of the JavaScript in action below. If language selection is disabled, all of the text will be displayed.
<div class="multilingual">
{{ls|anp|ई पाठ अंगिका छेकै।}}
{{ls|ar|هذا النص بالعربيه.}}
{{ls|bg|Този текст е на български език.}}
{{ls|ca|Aquest text és en català.}}
{{ls|de|Dieser Text ist Deutsch.}}
{{ls|el|Αυτό το κείμενο είναι ελληνικά.}}
{{ls|en|This text is English.}}
{{ls|vi|Đây là tiếng Việt.}}
{{ls|fr|Ce texte est Français.}}
{{ls|it|Questo testo è italiano.}}
{{ls|ja|この文章は日本語です。}}
{{ls|ko|이 본문 한국어 이다.}}
{{ls|la|Haec nota Latine scriptus est.}}
{{ls|mk|Овој текст е на македонски.}}
{{ls|nl|Deze tekst is Nederlands.}}
{{ls|pa|ਇਹ ਟੈਕਸਟ ਪੰਜਾਬੀ ਵਿੱਚ ਹੈ।}}
{{ls|pt|Este texto está em Português.}}
{{ls|sc|Custu testu est in Sardu.}}
{{ls|ru|Этот текст — на русском языке.}}
{{ls|tr|Bu metin Türkçe'dir.}}
{{ls|zh|这些文字是中文。}}
</div>
You can view the JavaScript code at [{{fullurl:MediaWiki:Monobook.js|action=render}} MediaWiki:Monobook.js].
== Delimiting languages ==
The template {{[[Template:ls|ls]]}} simplifies the implementation of language select.
<pre>{{ls|en|This text is English.}}
</pre>
== See also ==
* [[Template:Lsb]]
[[Category:Wikiversity:Language select{{#translation:}}]]
brdhhnz3oi7jace4xs8cu3h4tzritz0
Translations:States of Wikiversities/5/en
1198
54659
384797
376561
2026-06-23T22:15:38Z
FuzzyBot
31756
Importing a new version from external source
384797
wikitext
text/x-wiki
<div style="overflow-x:scroll; overflow-y:hidden">
{|class="wikitable sortable" style=font-size:92%
|+Status of incubation of potential new language versions of Wikiversity wikis<br>''(listed in order by language code sub-domain)''
!scope=col rowspan=2|language
!scope=col rowspan=2|lang<br>code
!scope=col rowspan=2|beta<br>since
!scope=col rowspan=2|editing<br>status
!scope=col rowspan=2|localization
!scope=col rowspan=2|page<br>count
!scope=col colspan=12|2022
!scope=col colspan=12|2023
!scope=col colspan=12|2024
!scope=col colspan=5|2025
!scope=col rowspan=2|status
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
|-
|[[w:Bulgarian language|Bulgarian]]
|{{Catanalysis|BG}}||2007-05
{{/Project|eligible|Bulgarian}}
{{/Localization|bg|99}}
|style=text-align:center|[[:Category:BG|{{PAGESINCATEGORY:BG|pages}}]]
{{Contrib| 0 | - | - | - | 0 | - | 0 | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | 0 | - | - | 0 | - | - | - | - }}<!-- 2023 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Bengali language|Bengali]]
|{{Catanalysis|BN}}||2018-02
{{/Project|waiting|Bengali}}
{{/Localization|bn|100}}
|style=text-align:center|[[:Category:BN|{{PAGESINCATEGORY:BN|pages}}]]
{{Contrib| 1 | 2 | - | 0 | 0 | 1 | - | - | 0 | - | 0 | - }}<!-- 2022 -->
{{Contrib| 1 | 1 | - | - | 0 | - | 1 | 1 | 1 | 0 | 0 | - }}<!-- 2023 -->
{{Contrib| 1 | 1 | 2 | 1 | 0 | 0 | 1 | 0 | - | - | 0 | 1 }}<!-- 2024 -->
{{Contrib| 1 | 1 | 0 | - | 2 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Catalan language|Catalan]]
|{{Catanalysis|CA}}||2008-01
{{/Project|eligible|Catalan}}
{{/Localization|ca|99}}
|style=text-align:center|[[:Category:CA|{{PAGESINCATEGORY:CA|pages}}]]
{{Contrib| 0 | 1 | 0 | 0 | 0 | - | 1 | 1 | 1 | 1 | 0 | 1 }}<!-- 2022 -->
{{Contrib| 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 }}<!-- 2023 -->
{{Contrib| 0 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 }}<!-- 2024 -->
{{Contrib| 0 | 1 | 1 | 1 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Esperanto|Esperanto]]
|{{Catanalysis|EO}}||2006-08
{{/Project|no|Esperanto}}
{{/Localization|eo|98}}
|style=text-align:center|[[:Category:EO|{{PAGESINCATEGORY:EO|pages}}]]
{{Contrib| 0 | 0 | - | 0 | - | 0 | - | 0 | 0 | - | - | - }}<!-- 2022 -->
{{Contrib| - | 0 | - | - | 0 | 0 | - | 0 | 0 | 0 | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | 0 | 0 | 0 | - | 0 | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Estonian language|Estonian]]
|{{Catanalysis|ET}}||2008-05
{{/Project|eligible|Estonian}}
{{/Localization|et|100}}
|style=text-align:center|[[:Category:ET|{{PAGESINCATEGORY:ET|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | 0 | - | - | - | 0 | - | - | - | - | 0 }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | 0 | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Hebrew language|Hebrew]]
|{{Catanalysis|HE}}||2007-03
{{/Project|eligible|Hebrew}}
{{/Localization|he|100}}
|style=text-align:center|[[:Category:HE|{{PAGESINCATEGORY:HE|pages}}]]
{{Contrib| 2 | 1 | 2 | 1 | 4 | 2 | 2 | 2 | 2 | 3 | 2 | 2 }}<!-- 2022 -->
{{Contrib| 2 | 2 | 1 | 2 | 2 | 1 | 0 | 0 | 0 | - | - | - }}<!-- 2023 -->
{{Contrib| 0 | - | - | - | 0 | - | - | 0 | - | 0 | - | - }}<!-- 2024 -->
{{Contrib| - | - | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Georgian language|Georgian]]
|{{Catanalysis|KA}}||2007-01
{{/Project|eligible|Georgian}}
{{/Localization|ka|99}}
|style=text-align:center|[[:Category:KA|{{PAGESINCATEGORY:KA|pages}}]]
{{Contrib| - | 0 | 0 | - | 0 | - | 0 | 0 | - | - | - | 0 }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| 0 | - | 0 | - | 0 }}<!-- 2024 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Dutch language|Dutch]]
|{{Catanalysis|NL}}||2006-10
{{/Project|eligible|Dutch}}
{{/Localization|nl|100}}
|style=text-align:center|[[:Category:NL|{{PAGESINCATEGORY:NL|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | 0 | - | - | - | - | 0 | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Romanian language|Romanian]]
|{{Catanalysis|RO}}||2007-03
{{/Project|eligible|Romanian 2}}
{{/Localization|ro|100}}
|style=text-align:center|[[:Category:RO|{{PAGESINCATEGORY:RO|pages}}]]
{{Contrib| - | - | - | 0 | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | 0 | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Scots language|Scots]]
|{{Catanalysis|SCO}}||2017-06
{{/Project|no|Scots}}
{{/Localization|sco|88}}
|style=text-align:center|[[:Category:SCO|{{PAGESINCATEGORY:SCO|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | 0 }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Serbo-Croatian language|Serbo-Croatian]]
|{{Catanalysis|SH}}||2009-01
{{/Project|no|Serbo-Croatian}}
|<span style=text-align:center>see below<ref><span class=plainlinks>sh-cyrl: [https://translatewiki.net/w/i.php?title=Special%3ALanguageStats&x=D&language=sh-cyrl&suppresscomplete=1&group=core-0-mostused 0%] • sh-latn: [https://translatewiki.net/w/i.php?title=Special%3ALanguageStats&x=D&language=sh-latn&suppresscomplete=1&group=core-0-mostused 97%]</span></ref></span>
|style=text-align:center|[[:Category:SH|{{PAGESINCATEGORY:SH|pages}}]]
{{Contrib| - | 0 | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Slovak language|Slovak]]
|{{Catanalysis|SK}}||2009-01
{{/Project|eligible|Slovak}}
{{/Localization|sk|96}}
|style=text-align:center|[[:Category:SK|{{PAGESINCATEGORY:SK|pages}}]]
{{Contrib| - | 0 | - | - | - | - | - | - | 1 | 0 | 0 | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | 0 | - | 1 | 0 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 1 | 1 | 1 | 1 | 1 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Sylheti language|Sylheti]]
|{{Catanalysis|SYL}}||2023-06
{{/Project|eligible|Sylheti}}
{{/Localization|syl|99}}
|style=text-align:center|[[:Category:SYL|{{PAGESINCATEGORY:SYL|pages}}]]
{{/NE|17}}
{{Contrib | 1 | 1 | 1 | 1 | 1 | 1 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 2 | - | - | - | - | - | 2 | 1 | 1 | 1 | 1 }}<!-- 2024 -->
{{Contrib| 2 | 1 | 1 | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Turkish language|Turkish]]
|{{Catanalysis|TR}}||2007-04
{{/Project|eligible|Turkish 2}}
{{/Localization|tr|100}}
|style=text-align:center|[[:Category:TR|{{PAGESINCATEGORY:TR|pages}}]]
{{Contrib| 0 | - | - | - | 1 | - | 1 | 1 | 0 | 0 | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | 1 | 0 | 0 | - | 0 | 1 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 1 | 1 | - | - | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 1 | 0 | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Ukrainian language|Ukrainian]]
|{{Catanalysis|UK}}||2007-10
{{/Project|eligible|Ukrainian 2}}
{{/Localization|uk|100}}
|style=text-align:center|[[:Category:UK|{{PAGESINCATEGORY:UK|pages}}]]
{{Contrib| 0 | - | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | - | - }}<!-- 2022 -->
{{Contrib| - | 0 | 0 | - | 0 | - | 0 | 1 | 0 | 0 | 1 | 0 }}<!-- 2023 -->
{{Contrib| 1 | 0 | 1 | 0 | 0 | 1 | - | 0 | - | 0 | - | 0 }}<!-- 2024 -->
{{Contrib| 0 | 0 | 1 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Vietnamese language|Vietnamese]]
|{{Catanalysis|VI}}||2008-07
{{/Project|eligible|Vietnamese}}
{{/Localization|vi|100}}
|style=text-align:center|[[:Category:VI|{{PAGESINCATEGORY:VI|pages}}]]
{{Contrib| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2022 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 | - | 0 | - | 0 | 0 | 0 | 0 }}<!-- 2023 -->
{{Contrib| 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 2 | 1 | 0 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|- class="sortbottom"
!scope=col rowspan=2|language
!scope=col rowspan=2|lang<br>code
!scope=col rowspan=2|beta<br>since
!scope=col rowspan=2|editing<br>status
!scope=col rowspan=2|localization
!scope=col rowspan=2|page<br>count
!scope=col colspan=12|2022
!scope=col colspan=12|2023
!scope=col colspan=12|2024
!scope=col colspan=5|2025
!scope=col rowspan=2|status
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
|}</div>
7beil5j89q20l884db0hbcifzt6vpd4
States of Wikiversities/syl
0
54664
384799
376566
2026-06-23T22:15:38Z
FuzzyBot
31756
Updating to match new version of source page
384799
wikitext
text/x-wiki
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
* '''Notice''': This is not being updated, but regular activity checking on the projects are being made. Please refer to the discussion page on this page for the results.
This page contains a list of all languages for which '''Wikiversity''' wiki sites have been created, and / or their progression since incubation. The Wikimedia Foundation (WMF) [[m:Language proposal policy#Requisites for final approval|language proposal policy]] states that there must be an active test project and 'MediaWiki (most important messages)' must be localized in order for a project to gain approval from the WMF [[m:Language committee|language committee]] (LangCom).
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
The statistics are updated periodically (minimally, every three months). Beginning January 2019, historical data was moved to a sub-page ([[/Historical record]]). Only the current calendar year, and the preceding three complete calendar years will remain on this specific page.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
:''Note:'' projects which have been rejected by LangCom, or projects that have evidenced no activity for three consecutive years, are listed only on the [[/Historical record|historical record]] sub-page.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Wikiversities in beta phase==
;Number of active contributors (registered users with 10+ edits in a month)
:<span style="background:#fcfcfc; color:#000; border:1px solid #ccc">Did not exist (N.E.) at the time</span>
:<span style="background:#f83; color:#000">No activity</span>
:<span style="background:#ffdd33; color:#000">0 users</span>
:<span style="background:#ddff33; color:#000">1–2 users</span>
:<span style="background:#aaff33; color:#000">3+ users</span>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
<div style="overflow-x:scroll; overflow-y:hidden">
{|class="wikitable sortable" style=font-size:92%
|+Status of incubation of potential new language versions of Wikiversity wikis<br>''(listed in order by language code sub-domain)''
!scope=col rowspan=2|language
!scope=col rowspan=2|lang<br>code
!scope=col rowspan=2|beta<br>since
!scope=col rowspan=2|editing<br>status
!scope=col rowspan=2|localization
!scope=col rowspan=2|page<br>count
!scope=col colspan=12|2022
!scope=col colspan=12|2023
!scope=col colspan=12|2024
!scope=col colspan=5|2025
!scope=col rowspan=2|status
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
|-
|[[w:Bulgarian language|Bulgarian]]
|{{Catanalysis|BG}}||2007-05
{{/Project|eligible|Bulgarian}}
{{/Localization|bg|99}}
|style=text-align:center|[[:Category:BG|{{PAGESINCATEGORY:BG|pages}}]]
{{Contrib| 0 | - | - | - | 0 | - | 0 | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | 0 | - | - | 0 | - | - | - | - }}<!-- 2023 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Bengali language|Bengali]]
|{{Catanalysis|BN}}||2018-02
{{/Project|waiting|Bengali}}
{{/Localization|bn|100}}
|style=text-align:center|[[:Category:BN|{{PAGESINCATEGORY:BN|pages}}]]
{{Contrib| 1 | 2 | - | 0 | 0 | 1 | - | - | 0 | - | 0 | - }}<!-- 2022 -->
{{Contrib| 1 | 1 | - | - | 0 | - | 1 | 1 | 1 | 0 | 0 | - }}<!-- 2023 -->
{{Contrib| 1 | 1 | 2 | 1 | 0 | 0 | 1 | 0 | - | - | 0 | 1 }}<!-- 2024 -->
{{Contrib| 1 | 1 | 0 | - | 2 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Catalan language|Catalan]]
|{{Catanalysis|CA}}||2008-01
{{/Project|eligible|Catalan}}
{{/Localization|ca|99}}
|style=text-align:center|[[:Category:CA|{{PAGESINCATEGORY:CA|pages}}]]
{{Contrib| 0 | 1 | 0 | 0 | 0 | - | 1 | 1 | 1 | 1 | 0 | 1 }}<!-- 2022 -->
{{Contrib| 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 }}<!-- 2023 -->
{{Contrib| 0 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 }}<!-- 2024 -->
{{Contrib| 0 | 1 | 1 | 1 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Esperanto|Esperanto]]
|{{Catanalysis|EO}}||2006-08
{{/Project|no|Esperanto}}
{{/Localization|eo|98}}
|style=text-align:center|[[:Category:EO|{{PAGESINCATEGORY:EO|pages}}]]
{{Contrib| 0 | 0 | - | 0 | - | 0 | - | 0 | 0 | - | - | - }}<!-- 2022 -->
{{Contrib| - | 0 | - | - | 0 | 0 | - | 0 | 0 | 0 | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | 0 | 0 | 0 | - | 0 | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Estonian language|Estonian]]
|{{Catanalysis|ET}}||2008-05
{{/Project|eligible|Estonian}}
{{/Localization|et|100}}
|style=text-align:center|[[:Category:ET|{{PAGESINCATEGORY:ET|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | 0 | - | - | - | 0 | - | - | - | - | 0 }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | 0 | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Hebrew language|Hebrew]]
|{{Catanalysis|HE}}||2007-03
{{/Project|eligible|Hebrew}}
{{/Localization|he|100}}
|style=text-align:center|[[:Category:HE|{{PAGESINCATEGORY:HE|pages}}]]
{{Contrib| 2 | 1 | 2 | 1 | 4 | 2 | 2 | 2 | 2 | 3 | 2 | 2 }}<!-- 2022 -->
{{Contrib| 2 | 2 | 1 | 2 | 2 | 1 | 0 | 0 | 0 | - | - | - }}<!-- 2023 -->
{{Contrib| 0 | - | - | - | 0 | - | - | 0 | - | 0 | - | - }}<!-- 2024 -->
{{Contrib| - | - | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Georgian language|Georgian]]
|{{Catanalysis|KA}}||2007-01
{{/Project|eligible|Georgian}}
{{/Localization|ka|99}}
|style=text-align:center|[[:Category:KA|{{PAGESINCATEGORY:KA|pages}}]]
{{Contrib| - | 0 | 0 | - | 0 | - | 0 | 0 | - | - | - | 0 }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| 0 | - | 0 | - | 0 }}<!-- 2024 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Dutch language|Dutch]]
|{{Catanalysis|NL}}||2006-10
{{/Project|eligible|Dutch}}
{{/Localization|nl|100}}
|style=text-align:center|[[:Category:NL|{{PAGESINCATEGORY:NL|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | 0 | - | - | - | - | 0 | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Romanian language|Romanian]]
|{{Catanalysis|RO}}||2007-03
{{/Project|eligible|Romanian 2}}
{{/Localization|ro|100}}
|style=text-align:center|[[:Category:RO|{{PAGESINCATEGORY:RO|pages}}]]
{{Contrib| - | - | - | 0 | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | 0 | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Scots language|Scots]]
|{{Catanalysis|SCO}}||2017-06
{{/Project|no|Scots}}
{{/Localization|sco|88}}
|style=text-align:center|[[:Category:SCO|{{PAGESINCATEGORY:SCO|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | 0 }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Serbo-Croatian language|Serbo-Croatian]]
|{{Catanalysis|SH}}||2009-01
{{/Project|no|Serbo-Croatian}}
|<span style=text-align:center>see below<ref><span class=plainlinks>sh-cyrl: [https://translatewiki.net/w/i.php?title=Special%3ALanguageStats&x=D&language=sh-cyrl&suppresscomplete=1&group=core-0-mostused 0%] • sh-latn: [https://translatewiki.net/w/i.php?title=Special%3ALanguageStats&x=D&language=sh-latn&suppresscomplete=1&group=core-0-mostused 97%]</span></ref></span>
|style=text-align:center|[[:Category:SH|{{PAGESINCATEGORY:SH|pages}}]]
{{Contrib| - | 0 | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Slovak language|Slovak]]
|{{Catanalysis|SK}}||2009-01
{{/Project|eligible|Slovak}}
{{/Localization|sk|96}}
|style=text-align:center|[[:Category:SK|{{PAGESINCATEGORY:SK|pages}}]]
{{Contrib| - | 0 | - | - | - | - | - | - | 1 | 0 | 0 | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | 0 | - | 1 | 0 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 1 | 1 | 1 | 1 | 1 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Sylheti language|Sylheti]]
|{{Catanalysis|SYL}}||2023-06
{{/Project|eligible|Sylheti}}
{{/Localization|syl|99}}
|style=text-align:center|[[:Category:SYL|{{PAGESINCATEGORY:SYL|pages}}]]
{{/NE|17}}
{{Contrib | 1 | 1 | 1 | 1 | 1 | 1 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 2 | - | - | - | - | - | 2 | 1 | 1 | 1 | 1 }}<!-- 2024 -->
{{Contrib| 2 | 1 | 1 | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Turkish language|Turkish]]
|{{Catanalysis|TR}}||2007-04
{{/Project|eligible|Turkish 2}}
{{/Localization|tr|100}}
|style=text-align:center|[[:Category:TR|{{PAGESINCATEGORY:TR|pages}}]]
{{Contrib| 0 | - | - | - | 1 | - | 1 | 1 | 0 | 0 | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | 1 | 0 | 0 | - | 0 | 1 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 1 | 1 | - | - | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 1 | 0 | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Ukrainian language|Ukrainian]]
|{{Catanalysis|UK}}||2007-10
{{/Project|eligible|Ukrainian 2}}
{{/Localization|uk|100}}
|style=text-align:center|[[:Category:UK|{{PAGESINCATEGORY:UK|pages}}]]
{{Contrib| 0 | - | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | - | - }}<!-- 2022 -->
{{Contrib| - | 0 | 0 | - | 0 | - | 0 | 1 | 0 | 0 | 1 | 0 }}<!-- 2023 -->
{{Contrib| 1 | 0 | 1 | 0 | 0 | 1 | - | 0 | - | 0 | - | 0 }}<!-- 2024 -->
{{Contrib| 0 | 0 | 1 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Vietnamese language|Vietnamese]]
|{{Catanalysis|VI}}||2008-07
{{/Project|eligible|Vietnamese}}
{{/Localization|vi|100}}
|style=text-align:center|[[:Category:VI|{{PAGESINCATEGORY:VI|pages}}]]
{{Contrib| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2022 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 | - | 0 | - | 0 | 0 | 0 | 0 }}<!-- 2023 -->
{{Contrib| 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 2 | 1 | 0 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|- class="sortbottom"
!scope=col rowspan=2|language
!scope=col rowspan=2|lang<br>code
!scope=col rowspan=2|beta<br>since
!scope=col rowspan=2|editing<br>status
!scope=col rowspan=2|localization
!scope=col rowspan=2|page<br>count
!scope=col colspan=12|2022
!scope=col colspan=12|2023
!scope=col colspan=12|2024
!scope=col colspan=5|2025
!scope=col rowspan=2|status
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
|}</div>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
===References===
<References/>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Wikiversities language versions now launched==
<div style="margin-left:auto; margin-right:auto; overflow:auto; width:100%">
{|class="wikitable sortable" style="font-size:92%"
|+Status of different language versions of launched Wikiversity wikis<br>''(listed in order individual launch date, then beta date)''
!scope=col rowspan=3|language
!scope=col rowspan=3|beta<br>date
!scope=col rowspan=3|launch<br>date
!scope=col rowspan=3|meta<br>post
!scope=col colspan=49|contributing editors
|-
!scope=col colspan=12|2016
!scope=col colspan=12|2017
!scope=col colspan=12|2018
!scope=col colspan=12|2019
!scope=col rowspan=2|done
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
|-
|[[:en:|English]]|| 2006-07||2006-07
{{:States of Wikiversities/Project|created|English}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:de:|German]]|| 2006-07||2006-08
{{:States of Wikiversities/Project|created|German}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:es:|Spanish]]|| 2006-11||2006-11
{{:States of Wikiversities/Project|created|Spanish}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:fr:|French]]|| 2006-09||2006-12
{{:States of Wikiversities/Project|created|French}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:it:|Italian]]|| 2006-07||2007-05
{{:States of Wikiversities/Project|created|Italian 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:el:|Greek]]|| 2007-09||2008-01
{{:States of Wikiversities/Project|created|Greek}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:pt:|Portuguese]]|| 2006-08||2008-05
{{:States of Wikiversities/Project|created|Portuguese}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:cs:|Czech]]|| 2006-12||2008-05
{{:States of Wikiversities/Project|created|Czech}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ja:|Japanese]]|| 2007-03||2008-05
{{:States of Wikiversities/Project|created|Japanese 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:fi:|Finnish]]|| 2008-01||2009-04
{{:States of Wikiversities/Project|created|Finnish 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ru:|Russian]]|| 2006-09||2009-11
{{/Project|created|Russian 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:sv:|Swedish]]|| 2007-09||2010-11
{{/Project|created|Swedish 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ar:|Arabic]]|| 2008-01||2011-07
{{/Project|created|Arabic}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:sl:|Slovene]]|| 2007-12||2012-03
{{/Project|created|Slovene}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ko:|Korean]]|| 2008-02||2013-02
{{/Project|created|Korean}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:hi:|Hindi]]|| 2012-02||2017-08
{{/Project|created|Hindi}}
{{Contrib| 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 3 | 1 }}<!-- 2016 -->
{{Contrib| 2 | 6 | 6 | 6 | 7 | 3 | 3 }}<!-- 2017 -->
|colspan=29 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:zh:|Chinese]]|| 2006-09||2018-08
{{/Project|created|Chinese}}
{{Contrib| 1 | 2 | 7 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 1 | 1 }}<!-- 2016 -->
{{Contrib| 1 | 1 | 0 | 0 | 0 | 3 | 0 | 1 | 3 | 1 | 2 | 2 }}<!-- 2017 -->
{{Contrib| 2 | 6 | 2 | 6 | 3 | 4 | 5 | 4 }}<!-- 2018 -->
|colspan=16 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px|link=phabricator:T199577]]
|}</div>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
'''Tools'''
* Activity: [https://meta.toolforge.org/catanalysis/ Catanalysis]
* Localization: [https://translatewiki.net/w/i.php?title=Special%3AMessageGroupStats&x=D&group=core-0-mostused TranslateWiki]
</div>
[[Category:States of Wikiversities| ]]
lnz09w8kr6lzduwlcuzfsitie5xv5d7
Translations:Wikiversity:Portal/6/en
1198
54671
384824
376575
2026-06-23T22:18:37Z
FuzzyBot
31756
Importing a new version from external source
384824
wikitext
text/x-wiki
* [[:Category:Pages allowing language selection|Multilingual pages]]
* [[:Category:Multilingual Discussions|Multilingual Discussions]]
czx0yb43o5jbgwxn1opb1zex90on5fn
Wikiversity:Portal/en
4
54677
384825
376582
2026-06-23T22:18:38Z
FuzzyBot
31756
Updating to match new version of source page
384825
wikitext
text/x-wiki
<languages/>
{{Languages|Wikiversity:Portal}}__NOTOC__
The '''Community Portal''' is a starting point for users who want to help out and need some ideas of where to begin. Here you will find lists of tasks and projects where you can help.
If you select one of the languages above, you'll find this information in that language, as well as, ''language-specific'' tasks and projects.
== Help out ==
So, you want to help out here at Wikiversity Beta? Well here is a list of things you can do:
=== 1. Develop a language ===
There are a lot of languages that need help to develop their own Wikiversity.
* [[Template:Main_page|List of languages on Main Page]]
* [[:Category:Pages_by_language|Category of Pages ]]
=== 2. Translate ===
Wikiversity Beta is [[Wikiversity:Multilingual|Multilingual]] and there are always pages that need to be translated, and translations that need to be updated.
* [[:Category:Pages allowing language selection|Multilingual pages]]
* [[:Category:Multilingual Discussions|Multilingual Discussions]]
=== 3. Policies ===
One of the main objectives for Wikiversity Beta is to help develop policies for the whole Wikiversity-Community.
* [[Wikiversity:Policies]]
=== 4. Patrol ===
Wikiversity Beta has [[Wikiversity:Custodians|custodians]] who try to help you feel comfortable at Wikiversity, but actually anyone can help out.
* Use [[template:delete]] to report pages for [[:Category:Candidates for speedy deletion|deletion]] (Please remember that custodians may not be [[wiktionary:omnilingual|omnilingual]], write reasons for your deletion request)
* Use [[Wikiversity:Request custodian action]] for other help wishes.
[[Category:Wikiversity]]
<!-- Wikidata item Q4654925 -->
[[el:Βικιεπιστήμιο:Πύλη κοινότητας]]
[[en:Wikiversity:Community Portal]]
[[fr:Wikiversité:Communauté]]
[[it:Wikiversità:Portale Comunità]]
[[ja:Wikiversity:コミュニティ・ポータル]]
[[pt:Wikiversidade:Portal comunitário]]
[[sl:Wikiverza:Portal občestva]]
[[sv:Wikiversity:Deltagarportalen]]
[[zh:Wikiversity:社群主題]]
hvbp49n407mz299i14n51tkhnixvekq
Wikiversity:Portal/fr
4
54701
384827
376635
2026-06-23T22:18:38Z
FuzzyBot
31756
Updating to match new version of source page
384827
wikitext
text/x-wiki
<languages/>
{{Languages|Wikiversity:Portal}}__NOTOC__
Le « Portail communautaire » est un point de départ pour les utilisateurs qui souhaitent contribuer et qui ont besoin d'idées pour commencer. Vous y trouverez des listes de tâches et de projets auxquels vous pouvez participer.
Si vous sélectionnez l'une des langues ci-dessus, vous trouverez ces informations dans cette langue, ainsi que des tâches et des projets « spécifiques à la langue ».
== Aidez-nous ==
Vous souhaitez contribuer à Wikiversity Beta ? Voici une liste des choses que vous pouvez faire :
=== 1. Développer un langage ===
De nombreuses langues ont besoin d'aide pour développer leur propre Wikiversité.
* [[Template:Main_page|Liste des langues sur la page principale]]
* [[:Category:Pages_by_language|Catégorie de pages ]]
=== 2. Traduire ===
Wikiversity Beta est [[Wikiversity:Multilingual|Multilingual]] et il y a toujours des pages qui doivent être traduites et des traductions qui doivent être mises à jour.
<div class="mw-translate-fuzzy">
* [[:Category:Page allowing language selection|Pages multilingues]]
* [[:Category:Multilingual Discussions|Discussions multilingues]]
</div>
=== 3. Politiques ===
L'un des principaux objectifs de Wikiversity Beta est de contribuer à l'élaboration de politiques pour l'ensemble de la communauté Wikiversity.
* [[Wikiversity:Policies]]
=== 4. Patrouille ===
Wikiversity Beta a des [[Wikiversity:Custodians|custodians]] qui essaient de vous aider à vous sentir à l'aise sur Wikiversity, mais en fait n'importe qui peut aider.
Utilisez [[template:delete]] pour signaler les pages à supprimer rapidement (veuillez noter que les responsables de la suppression ne sont pas forcément [[wiktionary:omnilingual|multilingues]] ; veuillez indiquer les raisons de votre demande).
* Utilisez [[Wikiversity:Request custodian action]] pour toute autre demande d'aide.
[[Category:Wikiversity]]
<!-- Wikidata item Q4654925 -->
[[el:Βικιεπιστήμιο:Πύλη κοινότητας]]
[[en:Wikiversity:Community Portal]]
[[fr:Wikiversité:Communauté]]
[[it:Wikiversità:Portale Comunità]]
[[ja:Wikiversity:コミュニティ・ポータル]]
[[pt:Wikiversidade:Portal comunitário]]
[[sl:Wikiverza:Portal občestva]]
[[sv:Wikiversity:Deltagarportalen]]
[[zh:Wikiversity:社群主題]]
4wdpzjh9pulfd6vunlyzkmb7n4n8xqn
Category:Root/en
14
55284
384835
380982
2026-06-23T22:19:15Z
FuzzyBot
31756
Updating to match new version of source page
384835
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
This is the top level category.
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
cgqr76zjdmxudxqusn8mobzwa5hzp4h
384870
384835
2026-06-23T22:22:25Z
FuzzyBot
31756
Updating to match new version of source page
384870
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
This is the top level category.
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
juieb06d1r9cmk8lping7gu2yb6ld3m
Category:Root/sv
14
55286
384854
381012
2026-06-23T22:19:20Z
FuzzyBot
31756
Updating to match new version of source page
384854
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384889
384854
2026-06-23T22:22:31Z
FuzzyBot
31756
Updating to match new version of source page
384889
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/ar
14
55287
384829
380971
2026-06-23T22:19:13Z
FuzzyBot
31756
Updating to match new version of source page
384829
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384864
384829
2026-06-23T22:22:21Z
FuzzyBot
31756
Updating to match new version of source page
384864
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/pt
14
55289
384852
381010
2026-06-23T22:19:20Z
FuzzyBot
31756
Updating to match new version of source page
384852
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384887
384852
2026-06-23T22:22:31Z
FuzzyBot
31756
Updating to match new version of source page
384887
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/el
14
55290
384834
380981
2026-06-23T22:19:14Z
FuzzyBot
31756
Updating to match new version of source page
384834
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384869
384834
2026-06-23T22:22:25Z
FuzzyBot
31756
Updating to match new version of source page
384869
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/pl
14
55291
384851
381008
2026-06-23T22:19:20Z
FuzzyBot
31756
Updating to match new version of source page
384851
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384886
384851
2026-06-23T22:22:30Z
FuzzyBot
31756
Updating to match new version of source page
384886
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/fr
14
55292
384838
380986
2026-06-23T22:19:16Z
FuzzyBot
31756
Updating to match new version of source page
384838
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384873
384838
2026-06-23T22:22:27Z
FuzzyBot
31756
Updating to match new version of source page
384873
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/da
14
55293
384832
380978
2026-06-23T22:19:14Z
FuzzyBot
31756
Updating to match new version of source page
384832
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384867
384832
2026-06-23T22:22:24Z
FuzzyBot
31756
Updating to match new version of source page
384867
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/hi
14
55294
384841
380990
2026-06-23T22:19:16Z
FuzzyBot
31756
Updating to match new version of source page
384841
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384876
384841
2026-06-23T22:22:28Z
FuzzyBot
31756
Updating to match new version of source page
384876
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/id
14
55295
384843
380994
2026-06-23T22:19:17Z
FuzzyBot
31756
Updating to match new version of source page
384843
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384878
384843
2026-06-23T22:22:28Z
FuzzyBot
31756
Updating to match new version of source page
384878
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/bg
14
55296
384830
380973
2026-06-23T22:19:13Z
FuzzyBot
31756
Updating to match new version of source page
384830
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384865
384830
2026-06-23T22:22:22Z
FuzzyBot
31756
Updating to match new version of source page
384865
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/gu
14
55297
384839
380988
2026-06-23T22:19:16Z
FuzzyBot
31756
Updating to match new version of source page
384839
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384874
384839
2026-06-23T22:22:27Z
FuzzyBot
31756
Updating to match new version of source page
384874
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/zh
14
55298
384861
381020
2026-06-23T22:19:23Z
FuzzyBot
31756
Updating to match new version of source page
384861
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384896
384861
2026-06-23T22:22:34Z
FuzzyBot
31756
Updating to match new version of source page
384896
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/fa
14
55300
384837
380985
2026-06-23T22:19:15Z
FuzzyBot
31756
Updating to match new version of source page
384837
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384872
384837
2026-06-23T22:22:26Z
FuzzyBot
31756
Updating to match new version of source page
384872
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/hu
14
55301
384842
380993
2026-06-23T22:19:17Z
FuzzyBot
31756
Updating to match new version of source page
384842
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384877
384842
2026-06-23T22:22:28Z
FuzzyBot
31756
Updating to match new version of source page
384877
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/es
14
55302
384836
380983
2026-06-23T22:19:15Z
FuzzyBot
31756
Updating to match new version of source page
384836
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384871
384836
2026-06-23T22:22:26Z
FuzzyBot
31756
Updating to match new version of source page
384871
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/vi
14
55303
384860
381018
2026-06-23T22:19:22Z
FuzzyBot
31756
Updating to match new version of source page
384860
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384894
384860
2026-06-23T22:22:33Z
FuzzyBot
31756
Updating to match new version of source page
384894
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/de
14
55305
384833
380979
2026-06-23T22:19:14Z
FuzzyBot
31756
Updating to match new version of source page
384833
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384868
384833
2026-06-23T22:22:24Z
FuzzyBot
31756
Updating to match new version of source page
384868
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/syl
14
55306
384855
381014
2026-06-23T22:19:21Z
FuzzyBot
31756
Updating to match new version of source page
384855
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384890
384855
2026-06-23T22:22:32Z
FuzzyBot
31756
Updating to match new version of source page
384890
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/ko
14
55307
384846
380997
2026-06-23T22:19:18Z
FuzzyBot
31756
Updating to match new version of source page
384846
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384881
384846
2026-06-23T22:22:29Z
FuzzyBot
31756
Updating to match new version of source page
384881
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/mo
14
55308
384847
381003
2026-06-23T22:19:18Z
FuzzyBot
31756
Updating to match new version of source page
384847
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384882
384847
2026-06-23T22:22:29Z
FuzzyBot
31756
Updating to match new version of source page
384882
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/blk
14
55309
384831
380974
2026-06-23T22:19:13Z
FuzzyBot
31756
Updating to match new version of source page
384831
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384866
384831
2026-06-23T22:22:23Z
FuzzyBot
31756
Updating to match new version of source page
384866
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/pa
14
55310
384850
381007
2026-06-23T22:19:19Z
FuzzyBot
31756
Updating to match new version of source page
384850
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384885
384850
2026-06-23T22:22:30Z
FuzzyBot
31756
Updating to match new version of source page
384885
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/tr
14
55311
384858
381017
2026-06-23T22:19:22Z
FuzzyBot
31756
Updating to match new version of source page
384858
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384893
384858
2026-06-23T22:22:33Z
FuzzyBot
31756
Updating to match new version of source page
384893
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/he
14
55316
384840
380989
2026-06-23T22:19:16Z
FuzzyBot
31756
Updating to match new version of source page
384840
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384875
384840
2026-06-23T22:22:27Z
FuzzyBot
31756
Updating to match new version of source page
384875
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/szl
14
55325
384857
381015
2026-06-23T22:19:21Z
FuzzyBot
31756
Updating to match new version of source page
384857
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384892
384857
2026-06-23T22:22:32Z
FuzzyBot
31756
Updating to match new version of source page
384892
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/ja
14
55328
384845
380996
2026-06-23T22:19:17Z
FuzzyBot
31756
Updating to match new version of source page
384845
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384880
384845
2026-06-23T22:22:29Z
FuzzyBot
31756
Updating to match new version of source page
384880
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/nl
14
55330
384848
383401
2026-06-23T22:19:19Z
FuzzyBot
31756
Updating to match new version of source page
384848
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
Dit is de hoogste categorie.
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
qw1pkka7dem2lub86c036u1j7fbt5tt
384883
384848
2026-06-23T22:22:30Z
FuzzyBot
31756
Updating to match new version of source page
384883
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
Dit is de hoogste categorie.
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
oa1ii1ngh6d5lx7djjbiu54z543noyq
Category:Root/no
14
55331
384849
381009
2026-06-23T22:19:19Z
FuzzyBot
31756
Updating to match new version of source page
384849
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384884
384849
2026-06-23T22:22:30Z
FuzzyBot
31756
Updating to match new version of source page
384884
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/yo
14
55332
384859
381019
2026-06-23T22:19:22Z
FuzzyBot
31756
Updating to match new version of source page
384859
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384895
384859
2026-06-23T22:22:33Z
FuzzyBot
31756
Updating to match new version of source page
384895
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/it
14
55333
384844
380995
2026-06-23T22:19:17Z
FuzzyBot
31756
Updating to match new version of source page
384844
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384879
384844
2026-06-23T22:22:28Z
FuzzyBot
31756
Updating to match new version of source page
384879
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/sw
14
55334
384856
381013
2026-06-23T22:19:21Z
FuzzyBot
31756
Updating to match new version of source page
384856
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384891
384856
2026-06-23T22:22:32Z
FuzzyBot
31756
Updating to match new version of source page
384891
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
Category:Root/ru
14
55509
384853
383727
2026-06-23T22:19:20Z
FuzzyBot
31756
Updating to match new version of source page
384853
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[id:Kategori:Kategori]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
9d1mu2po4xusf0zyfi0rcxyijdvi9ic
384888
384853
2026-06-23T22:22:31Z
FuzzyBot
31756
Updating to match new version of source page
384888
wikitext
text/x-wiki
<languages/>
{{Shortcut|[[CAT:CAT]]}}
{{multilingual category}}
<span lang="en" dir="ltr" class="mw-content-ltr">This is the top level category.</span>
{{catindex}}
[[cs:Kategorie:Kategorie]]
[[de:Kategorie:!Hauptkategorie]]
[[el:Κατηγορία:Κατηγορίες]]
[[en:Category:Categories]]
[[es:Categoría:Índice de categorías]]
[[fr:Catégorie:Principale]]
[[it:Categoria:Categorie]]
[[ja:カテゴリ:主要カテゴリ]]
[[ko:분류:분류]]
[[pt:Categoria:Wikiversidade]]
[[ru:Категория:Всё]]
[[sl:Kategorija:Vsebina]]
[[sv:Kategori:Topp]]
[[zh:Category:分类]]
80ff19us0z0xo3lcjj6ow4vf20xlk25
User:OwlyKnight
2
55636
384897
384454
2026-06-24T00:50:55Z
OwlyKnight
53456
384897
wikitext
text/x-wiki
A Wikimedia user and contributors. Currently trying to revive and to develop Wikiversity bahasa Indonesia ([[:Category:ID|See the current Indonesian pages]]).
{{Collapse top|Sandbox pages}}
* [[/Halaman Utama/]] (moved to [[Halaman Utama]]--2026/06/05), templates:
** [[/Halaman Utama/atas/]] (moved to [[Template:Halaman Utama/atas]]--2026/06/05)
** [[/Halaman Utama/kotak/]] (moved to [[Template:Halaman Utama/kotak]]--2026/06/05)
** [[/Halaman Utama/Awal/]] (moved to [[Template:Halaman Utama/Awal]]--2026/06/05)
** [[/Halaman Utama/Buat materi baru/]] (moved to [[Template:Halaman Utama/Buat materi baru]]--2026/06/05)
** [[/Halaman Utama/Daftar sekolah/]] (moved to [[Template:Halaman Utama/Menjelajah]]--2026/06/05)
** [[/Halaman Utama/Proyek saudari/]] (moved to [[Template:Halaman Utama/Proyek saudari]]--2026/06/05)
* [[/Sekolah/atas/]]
* Policies, standards, and guidelines:
** [[/Wikiversity:Selamat datang/]] -- Welcome page (check: [[:en:Wikiversity:Welcome]]
** [[/Wikiversity:Apa itu Wikiversity?/]] -- Explanation on what is Wikiversity
** [[/Wikiversity:Wikiversity bukanlah/]] -- Explanation on Wikiversity is not something
** [[/Wikiversity:Ruang nama/]] -- Explanation on namespaces
** [[/Wikiversity:Kebijakan/]] -- List of policies
** [[/Wikiversity:Panduan/]] -- List of guidelines
*** [[/Wikiversity:Panduan pembuatan konten/]] -- Guideline to create contents
*** [[/Wikiversity:Panduan pembuatan sekolah/]] -- Guideline to create a new school
*** [[/Wikiversity:Panduan penamaan/]] -- Guideline on naming the contents
{{Collapse bottom}}
== See also ==
* [[meta:User:OwlyKnight|My Meta-Wiki page]]
t81mrznc2xdbkzhea9w6mjjfmoq1z10
Template:Halaman Utama/Awal
10
55640
384771
384530
2026-06-23T13:26:25Z
OwlyKnight
53456
384771
wikitext
text/x-wiki
[[File:Wikiversity logo 2017.svg|left|link=|alt=|120px]]
'''Wikiversitas''' adalah proyek [[foundation:|Yayasan Wikimedia]] yang secara terbuka membuat dan membagikan [[Portal:Sumber pembelajaran|sumber pembelajaran]], [[Portal:Proyek pembelajaran|proyek pembelajaran]] kolaboratif, dan [[Portal:Riset|riset]]. Proyek ini mendukung semua [[:Category:Sumber daya berdasarkan tingkatan|tingkatan]] dan [[:Category:Sumber daya berdasarkan jenis|jenis]] pembelajaran — dari usia muda dan pendidikan sekolah dasar hingga pendidikan tinggi, pengembangan profesional, dan pendidikan sepanjang hayat informal. Wikiversitas dibuat oleh [[Wikiversity:Pendidik Wikiversitas|pendidik]], [[Wikiversity:Tujuan pembelajaran|pelajar]], dan [[Portal:Riset|periset]]. Jelajahi Wikiversitas dengan mengambil [[Wikiversity:Tur terpadu|tur terpandu]] atau pelajari cara [[Wikiversity:Menambahkan konten|menambahkan konten]] dan [[Wikiversity:Memulai|mulai menyunting]]. Jika Anda mempunyai pertanyaan, ikut berdiskusi di [[Wikiversity:Kolokium|kolokium]].<noinclude>[[Category:ID|*]][[Category:Templat Halaman Utama|Awal]]</noinclude>
bi9wo7jmotaps4kfsr0hd1fwfh2jckd
SuperTuxKart/Úvodné otvorenia
0
55749
384780
384761
2026-06-23T20:12:55Z
Dušan Kreheľ
45022
+ obsah
384780
wikitext
text/x-wiki
Predtým než začne útok, tak niekedy je v tíme vhodne si vopred napísať, kto bude akú pozíciu v hre zastávať (t. j. kto ide po puku, kto bude strážiť v defenzíve, …). To je vhodné najmä vtedy, ak chcem výrazne zmeniť svoju pozíciu (napr. z útoku na obranu), zmeniť svoj štýl hry (napr. z agresívneho útoku prejsť na pozíciu „stredné pásmo“) alebo dochádza ku kolíziám s iným tímovým hráčom.
Úvodné rozdelenia môžeme rozdeliť do dvoch typov. A to, či útok je postavenými na stratégie jedného hráča alebo je zložený so spolupráce s viacerými hráčmi.
V ďalších sekciách sú príklady útokov, kedy sa hraje aj s použitým mantinelu (akoby „ďalšieho“ hráča).
== Poznámka k farbám na obrázkoch ==
Vysvetlivky farieb v obrázkoch:
* oranžová farba – farba pre hráča tvojho týmu,
* červená farba – farba pre hráča súperovho týmu,
* svetlomodrá farba – farba pre puk/loptu,
* fialová farba – hranica arény.
== Špeciálne otvorenia ==
=== Pohyb puku a keks ===
Ak sa dvaja hráči hrnú k puku a pri tom sa vlastne pohybujú proti sebe a teda sa blížia k puku, vtedy ak použiješ bonusový keks, tak sa „rozbije“ na puku a ty bez úžitku využiješ tento bonus. Ak ho chceš použiť na súpera v úžitku, tak aby to na neho zapôsobilo, musí sa najprv, hoci len trochu, pohnúť pukom zo štartovnej jeho pozícia a vtedy, ak použiješ keks, tak ten už zasiahne súpera.
=== Prelet puku k súperovi ===
Pre súpera vie byť nepríjemné, ak sa naučíš, hneď pri otvorení hry (alebo ako) použiť keks, ktorý doletí ponad puk v strede ihriska a zasiahne súpera na jeho strane.
=== Obranné postavenie ===
V prípadne, že máme troch hráčov, vhodné je ich umiestniť nasledovne:
* jedného hráča do bránky,
* druhý hráč pôjde na puk,
* tretí hráč bude čakať v strede obrannej polovice (t. j. medzi brankárom a pukom v strede) a podľa toho, ako sa situácia vyvinie po otvorení hry, zapojí sa do diania v útoku, v strednom pásme alebo posilní obranu.
=== Otvorenia ===
Nasledujúce stratégie vedia byť veľmi účinné, ak sa na začiatku hry puk nevyrazí priamo hráč, ale sa vyrazí hráčovou bonusovou loptou.
Strana, na ktorú sa vyrážať puk, je vhodné počas hry striedať (čo môže mýliť súpera) alebo vyberať takú stranu (zistíme hraním), ktorá robí súperom väčší problém pri spracovaní (napr. sú tam slabší hráči).
==== Útoky jedným hráčom ====
<gallery>
File:Útok o mantinel po priamke.jpg|Útok o mantinel po priamke
</gallery>
Prvý prípad je ukazuje základný princíp toho, že ak používateľ by reagoval premiestňovaním za pukom, tak tebe stačí ísť rovno za bránkou a puk sa sám k tebe vráti. Nestačí len reagovať na to kde je puk, ale predvídať aj kde bude a prípadne (ako v tomto prípade), to aj využiť (uhol dopadu sa rovná uhlu odrazu).
<gallery>
File:Útok o mantinel cez súperov kút.jpg|Útok o mantinel cez súperov kút
</gallery>
Druhý prípad je, kedy v súperovom kúte stačí si spracovať brankára, trebárs nejakým trikom, a následné dať gól.
==== Tímové útoky ====
<gallery>
File:Tímové otvorenie cez vlastnú defenzívu.jpg|Tímové otvorenie cez vlastnú defenzívu
</gallery>
Jedná zo stratégií (prvý obrázok) je nechať súpera „vyhrať“ súboj o začiatočný puk a súper s ním prejde do nášho útoku. Zároveň tým spôsobí, že jeho obrana preriedi a pre ich náš útočiaci tím je možne ľahšie podniknúť rýchly protiútok a dať gól.
<gallery>
File:Tímové otvorenie po stredovej čiare.jpg|Tímové otvorenie po stredovej čiare
</gallery>
Druhý prípad je taký, že v prípade, obaja súperi pribehnú k puku naraz, puk sa nasledné odrazí na jednú stranu. Tam si ten puk prevezme spoluhráč a pokračuje prechodom do útoku.
[[Category:SK]]
7kcnkr4031bsbkxe2ejae3chl62r3df
States of Wikiversities/en
0
55752
384798
2026-06-23T22:15:39Z
FuzzyBot
31756
Updating to match new version of source page
384798
wikitext
text/x-wiki
<languages/>
* '''Notice''': This is not being updated, but regular activity checking on the projects are being made. Please refer to the discussion page on this page for the results.
This page contains a list of all languages for which '''Wikiversity''' wiki sites have been created, and / or their progression since incubation. The Wikimedia Foundation (WMF) [[m:Language proposal policy#Requisites for final approval|language proposal policy]] states that there must be an active test project and 'MediaWiki (most important messages)' must be localized in order for a project to gain approval from the WMF [[m:Language committee|language committee]] (LangCom).
The statistics are updated periodically (minimally, every three months). Beginning January 2019, historical data was moved to a sub-page ([[/Historical record]]). Only the current calendar year, and the preceding three complete calendar years will remain on this specific page.
:''Note:'' projects which have been rejected by LangCom, or projects that have evidenced no activity for three consecutive years, are listed only on the [[/Historical record|historical record]] sub-page.
==Wikiversities in beta phase==
;Number of active contributors (registered users with 10+ edits in a month)
:<span style="background:#fcfcfc; color:#000; border:1px solid #ccc">Did not exist (N.E.) at the time</span>
:<span style="background:#f83; color:#000">No activity</span>
:<span style="background:#ffdd33; color:#000">0 users</span>
:<span style="background:#ddff33; color:#000">1–2 users</span>
:<span style="background:#aaff33; color:#000">3+ users</span>
<div style="overflow-x:scroll; overflow-y:hidden">
{|class="wikitable sortable" style=font-size:92%
|+Status of incubation of potential new language versions of Wikiversity wikis<br>''(listed in order by language code sub-domain)''
!scope=col rowspan=2|language
!scope=col rowspan=2|lang<br>code
!scope=col rowspan=2|beta<br>since
!scope=col rowspan=2|editing<br>status
!scope=col rowspan=2|localization
!scope=col rowspan=2|page<br>count
!scope=col colspan=12|2022
!scope=col colspan=12|2023
!scope=col colspan=12|2024
!scope=col colspan=5|2025
!scope=col rowspan=2|status
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
|-
|[[w:Bulgarian language|Bulgarian]]
|{{Catanalysis|BG}}||2007-05
{{/Project|eligible|Bulgarian}}
{{/Localization|bg|99}}
|style=text-align:center|[[:Category:BG|{{PAGESINCATEGORY:BG|pages}}]]
{{Contrib| 0 | - | - | - | 0 | - | 0 | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | 0 | - | - | 0 | - | - | - | - }}<!-- 2023 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Bengali language|Bengali]]
|{{Catanalysis|BN}}||2018-02
{{/Project|waiting|Bengali}}
{{/Localization|bn|100}}
|style=text-align:center|[[:Category:BN|{{PAGESINCATEGORY:BN|pages}}]]
{{Contrib| 1 | 2 | - | 0 | 0 | 1 | - | - | 0 | - | 0 | - }}<!-- 2022 -->
{{Contrib| 1 | 1 | - | - | 0 | - | 1 | 1 | 1 | 0 | 0 | - }}<!-- 2023 -->
{{Contrib| 1 | 1 | 2 | 1 | 0 | 0 | 1 | 0 | - | - | 0 | 1 }}<!-- 2024 -->
{{Contrib| 1 | 1 | 0 | - | 2 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Catalan language|Catalan]]
|{{Catanalysis|CA}}||2008-01
{{/Project|eligible|Catalan}}
{{/Localization|ca|99}}
|style=text-align:center|[[:Category:CA|{{PAGESINCATEGORY:CA|pages}}]]
{{Contrib| 0 | 1 | 0 | 0 | 0 | - | 1 | 1 | 1 | 1 | 0 | 1 }}<!-- 2022 -->
{{Contrib| 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 }}<!-- 2023 -->
{{Contrib| 0 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 }}<!-- 2024 -->
{{Contrib| 0 | 1 | 1 | 1 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Esperanto|Esperanto]]
|{{Catanalysis|EO}}||2006-08
{{/Project|no|Esperanto}}
{{/Localization|eo|98}}
|style=text-align:center|[[:Category:EO|{{PAGESINCATEGORY:EO|pages}}]]
{{Contrib| 0 | 0 | - | 0 | - | 0 | - | 0 | 0 | - | - | - }}<!-- 2022 -->
{{Contrib| - | 0 | - | - | 0 | 0 | - | 0 | 0 | 0 | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | 0 | 0 | 0 | - | 0 | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Estonian language|Estonian]]
|{{Catanalysis|ET}}||2008-05
{{/Project|eligible|Estonian}}
{{/Localization|et|100}}
|style=text-align:center|[[:Category:ET|{{PAGESINCATEGORY:ET|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | 0 | - | - | - | 0 | - | - | - | - | 0 }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | 0 | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Hebrew language|Hebrew]]
|{{Catanalysis|HE}}||2007-03
{{/Project|eligible|Hebrew}}
{{/Localization|he|100}}
|style=text-align:center|[[:Category:HE|{{PAGESINCATEGORY:HE|pages}}]]
{{Contrib| 2 | 1 | 2 | 1 | 4 | 2 | 2 | 2 | 2 | 3 | 2 | 2 }}<!-- 2022 -->
{{Contrib| 2 | 2 | 1 | 2 | 2 | 1 | 0 | 0 | 0 | - | - | - }}<!-- 2023 -->
{{Contrib| 0 | - | - | - | 0 | - | - | 0 | - | 0 | - | - }}<!-- 2024 -->
{{Contrib| - | - | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Georgian language|Georgian]]
|{{Catanalysis|KA}}||2007-01
{{/Project|eligible|Georgian}}
{{/Localization|ka|99}}
|style=text-align:center|[[:Category:KA|{{PAGESINCATEGORY:KA|pages}}]]
{{Contrib| - | 0 | 0 | - | 0 | - | 0 | 0 | - | - | - | 0 }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| 0 | - | 0 | - | 0 }}<!-- 2024 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Dutch language|Dutch]]
|{{Catanalysis|NL}}||2006-10
{{/Project|eligible|Dutch}}
{{/Localization|nl|100}}
|style=text-align:center|[[:Category:NL|{{PAGESINCATEGORY:NL|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | 0 | - | - | - | - | 0 | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Romanian language|Romanian]]
|{{Catanalysis|RO}}||2007-03
{{/Project|eligible|Romanian 2}}
{{/Localization|ro|100}}
|style=text-align:center|[[:Category:RO|{{PAGESINCATEGORY:RO|pages}}]]
{{Contrib| - | - | - | 0 | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | 0 | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Scots language|Scots]]
|{{Catanalysis|SCO}}||2017-06
{{/Project|no|Scots}}
{{/Localization|sco|88}}
|style=text-align:center|[[:Category:SCO|{{PAGESINCATEGORY:SCO|pages}}]]
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | 0 }}<!-- 2024 -->
{{Contrib| - | - | - | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Serbo-Croatian language|Serbo-Croatian]]
|{{Catanalysis|SH}}||2009-01
{{/Project|no|Serbo-Croatian}}
|<span style=text-align:center>see below<ref><span class=plainlinks>sh-cyrl: [https://translatewiki.net/w/i.php?title=Special%3ALanguageStats&x=D&language=sh-cyrl&suppresscomplete=1&group=core-0-mostused 0%] • sh-latn: [https://translatewiki.net/w/i.php?title=Special%3ALanguageStats&x=D&language=sh-latn&suppresscomplete=1&group=core-0-mostused 97%]</span></ref></span>
|style=text-align:center|[[:Category:SH|{{PAGESINCATEGORY:SH|pages}}]]
{{Contrib| - | 0 | - | - | - | - | - | - | - | - | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2023 -->
{{Contrib| - | - | - | - | - | - | - | - | - | - | - | - }}<!-- 2024 -->
{{Contrib| - | - | - | - | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Slovak language|Slovak]]
|{{Catanalysis|SK}}||2009-01
{{/Project|eligible|Slovak}}
{{/Localization|sk|96}}
|style=text-align:center|[[:Category:SK|{{PAGESINCATEGORY:SK|pages}}]]
{{Contrib| - | 0 | - | - | - | - | - | - | 1 | 0 | 0 | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | - | - | 0 | - | 1 | 0 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 1 | 1 | 1 | 1 | 1 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Sylheti language|Sylheti]]
|{{Catanalysis|SYL}}||2023-06
{{/Project|eligible|Sylheti}}
{{/Localization|syl|99}}
|style=text-align:center|[[:Category:SYL|{{PAGESINCATEGORY:SYL|pages}}]]
{{/NE|17}}
{{Contrib | 1 | 1 | 1 | 1 | 1 | 1 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 2 | - | - | - | - | - | 2 | 1 | 1 | 1 | 1 }}<!-- 2024 -->
{{Contrib| 2 | 1 | 1 | - | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Turkish language|Turkish]]
|{{Catanalysis|TR}}||2007-04
{{/Project|eligible|Turkish 2}}
{{/Localization|tr|100}}
|style=text-align:center|[[:Category:TR|{{PAGESINCATEGORY:TR|pages}}]]
{{Contrib| 0 | - | - | - | 1 | - | 1 | 1 | 0 | 0 | - | - }}<!-- 2022 -->
{{Contrib| - | - | - | - | - | 1 | 0 | 0 | - | 0 | 1 | 1 }}<!-- 2023 -->
{{Contrib| 1 | 1 | 1 | - | - | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 1 | 0 | 0 | 0 | - }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Ukrainian language|Ukrainian]]
|{{Catanalysis|UK}}||2007-10
{{/Project|eligible|Ukrainian 2}}
{{/Localization|uk|100}}
|style=text-align:center|[[:Category:UK|{{PAGESINCATEGORY:UK|pages}}]]
{{Contrib| 0 | - | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | - | - }}<!-- 2022 -->
{{Contrib| - | 0 | 0 | - | 0 | - | 0 | 1 | 0 | 0 | 1 | 0 }}<!-- 2023 -->
{{Contrib| 1 | 0 | 1 | 0 | 0 | 1 | - | 0 | - | 0 | - | 0 }}<!-- 2024 -->
{{Contrib| 0 | 0 | 1 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|-
|[[w:Vietnamese language|Vietnamese]]
|{{Catanalysis|VI}}||2008-07
{{/Project|eligible|Vietnamese}}
{{/Localization|vi|100}}
|style=text-align:center|[[:Category:VI|{{PAGESINCATEGORY:VI|pages}}]]
{{Contrib| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2022 -->
{{Contrib| 0 | 0 | 0 | 0 | 0 | - | 0 | - | 0 | 0 | 0 | 0 }}<!-- 2023 -->
{{Contrib| 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 }}<!-- 2024 -->
{{Contrib| 2 | 1 | 0 | 0 | 0 }}<!-- 2025 -->
|style=text-align:center|[[File:Pictogram voting oppose.svg|15px]]
|- class="sortbottom"
!scope=col rowspan=2|language
!scope=col rowspan=2|lang<br>code
!scope=col rowspan=2|beta<br>since
!scope=col rowspan=2|editing<br>status
!scope=col rowspan=2|localization
!scope=col rowspan=2|page<br>count
!scope=col colspan=12|2022
!scope=col colspan=12|2023
!scope=col colspan=12|2024
!scope=col colspan=5|2025
!scope=col rowspan=2|status
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
|}</div>
===References===
<References/>
==Wikiversities language versions now launched==
<div style="margin-left:auto; margin-right:auto; overflow:auto; width:100%">
{|class="wikitable sortable" style="font-size:92%"
|+Status of different language versions of launched Wikiversity wikis<br>''(listed in order individual launch date, then beta date)''
!scope=col rowspan=3|language
!scope=col rowspan=3|beta<br>date
!scope=col rowspan=3|launch<br>date
!scope=col rowspan=3|meta<br>post
!scope=col colspan=49|contributing editors
|-
!scope=col colspan=12|2016
!scope=col colspan=12|2017
!scope=col colspan=12|2018
!scope=col colspan=12|2019
!scope=col rowspan=2|done
|-
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
!scope=col|1
!scope=col|2
!scope=col|3
!scope=col|4
!scope=col|5
!scope=col|6
!scope=col|7
!scope=col|8
!scope=col|9
!scope=col|10
!scope=col|11
!scope=col|12
|-
|[[:en:|English]]|| 2006-07||2006-07
{{:States of Wikiversities/Project|created|English}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:de:|German]]|| 2006-07||2006-08
{{:States of Wikiversities/Project|created|German}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:es:|Spanish]]|| 2006-11||2006-11
{{:States of Wikiversities/Project|created|Spanish}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:fr:|French]]|| 2006-09||2006-12
{{:States of Wikiversities/Project|created|French}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:it:|Italian]]|| 2006-07||2007-05
{{:States of Wikiversities/Project|created|Italian 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:el:|Greek]]|| 2007-09||2008-01
{{:States of Wikiversities/Project|created|Greek}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:pt:|Portuguese]]|| 2006-08||2008-05
{{:States of Wikiversities/Project|created|Portuguese}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:cs:|Czech]]|| 2006-12||2008-05
{{:States of Wikiversities/Project|created|Czech}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ja:|Japanese]]|| 2007-03||2008-05
{{:States of Wikiversities/Project|created|Japanese 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:fi:|Finnish]]|| 2008-01||2009-04
{{:States of Wikiversities/Project|created|Finnish 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ru:|Russian]]|| 2006-09||2009-11
{{/Project|created|Russian 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:sv:|Swedish]]|| 2007-09||2010-11
{{/Project|created|Swedish 2}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ar:|Arabic]]|| 2008-01||2011-07
{{/Project|created|Arabic}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:sl:|Slovene]]|| 2007-12||2012-03
{{/Project|created|Slovene}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:ko:|Korean]]|| 2008-02||2013-02
{{/Project|created|Korean}}
|colspan=48 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:hi:|Hindi]]|| 2012-02||2017-08
{{/Project|created|Hindi}}
{{Contrib| 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 3 | 1 }}<!-- 2016 -->
{{Contrib| 2 | 6 | 6 | 6 | 7 | 3 | 3 }}<!-- 2017 -->
|colspan=29 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px]]
|-
|[[:zh:|Chinese]]|| 2006-09||2018-08
{{/Project|created|Chinese}}
{{Contrib| 1 | 2 | 7 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 1 | 1 }}<!-- 2016 -->
{{Contrib| 1 | 1 | 0 | 0 | 0 | 3 | 0 | 1 | 3 | 1 | 2 | 2 }}<!-- 2017 -->
{{Contrib| 2 | 6 | 2 | 6 | 3 | 4 | 5 | 4 }}<!-- 2018 -->
|colspan=16 bgcolor=#44ff33|open and active
|style=text-align:center|[[File:Pictogram voting keep.svg|15px|link=phabricator:T199577]]
|}</div>
'''Tools'''
* Activity: [https://meta.toolforge.org/catanalysis/ Catanalysis]
* Localization: [https://translatewiki.net/w/i.php?title=Special%3AMessageGroupStats&x=D&group=core-0-mostused TranslateWiki]
[[Category:States of Wikiversities| ]]
n51sleqzmqm3jdistpkc80xt89hu3gq
Translations:Wikiversity:Language select/14/en
1198
55753
384801
2026-06-23T22:17:56Z
FuzzyBot
31756
Importing a new version from external source
384801
wikitext
text/x-wiki
See also
5bdgj1e4x0wxg2e9e7d46pq1iuxdpl8
User:配合比全额更好(说说而已)
2
55754
384898
2026-06-24T05:10:06Z
配合比全额更好(说说而已)
55584
Created page with "Bonllo!I'是 配合比全额更好(说说而已)."
384898
wikitext
text/x-wiki
Bonllo!I'是 配合比全额更好(说说而已).
f2r7crwd53cimmxji78p8k1ru2sdehn