All public logs
From OnixOS
Combined display of all available logs of OnixOS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:56, 11 August 2024 Tedaryum talk contribs created page Talk:Make Router (Created blank page)
- 09:56, 11 August 2024 Tedaryum talk contribs created page Make Router (Created page with "The router socket structure was created with the intention of creating an API over the HTTP/S protocol and exchanging data through the socket. In web based projects it is possible to write web server quickly and easily. In addition, the API can be created in micro-services. hello.olm (as hello module): <code>def hello = fn(name){ return ("Hello, "+name+"! Welcome to Olang") }</code> router.ol (as router): <code>load "hello.olm" def config = { <nowiki> </nowiki>...") Tag: Visual edit
- 09:55, 11 August 2024 Tedaryum talk contribs created page Talk:Advanced (Created blank page)
- 09:55, 11 August 2024 Tedaryum talk contribs created page Advanced (Created page with "Advanced Section") Tag: Visual edit
- 09:54, 11 August 2024 Tedaryum talk contribs created page Talk:Definitions (Created blank page)
- 09:54, 11 August 2024 Tedaryum talk contribs created page Definitions (Created page with "How to make definitions and details = Definition = Simple casting definition; <code>def something = something;</code> = Hash = Simple casting hashes; <code>def pyramid = {"x":10, "y":10, "z":10} pyramid["x"] 10</code> = Array = Simple casting arrays; <code>def triangle = [10,20,30] triangle[1] 10</code> = Integer = Simple casting integer; <code>def zero = 0 0</code> = String = Simple casting string; <code>def name = "Oytun" "Oytun"</code> = Functions = S...") Tag: Visual edit
- 09:54, 11 August 2024 Tedaryum talk contribs created page Talk:Functions (Created blank page)
- 09:54, 11 August 2024 Tedaryum talk contribs created page Functions (Created page with "= itostr = Convert integer to string. But strings and integers not connect with plus iteration (Ex: “Hello”+0 => imposible need to convert 0 or “Hello” to string or integer in IRL[In real life]). For example; <code>def i = 0; # => 0 def str = itostr(i) # => "0"</code> = len = Gives something to length. Sometimes usefull for length calculation. Easy to use. Example; <code>def arr = [1,2,3,4,5] def lenArr = len(arr) # => 5</code> = first = All objects gi...") Tag: Visual edit
- 09:53, 11 August 2024 Tedaryum talk contribs created page Talk:Tokens (Created blank page)
- 09:53, 11 August 2024 Tedaryum talk contribs created page Tokens (Created page with "= fn = <code>Function: def object = fn(...){....}</code> = def = <code>def object = something</code> = true = <code>Boolean: true</code> = false = <code>Boolean: false</code> = if = <code>if(...boolean){ .... }</code> = else = <code>else{ .... }</code> = return = <code>def pi = fn(x){** return "3.14" **}</code> = input = <code>input(object)</code> = output = <code>output(object)</code> = loop = <code>loop(condition){...result} def result = (loop(condi...") Tag: Visual edit
- 09:52, 11 August 2024 Tedaryum talk contribs created page Talk:Types (Created blank page)
- 09:52, 11 August 2024 Tedaryum talk contribs created page Types (Created page with "= Process = Simple casting system processes; <code>proc procname "command" "work path" ["arg1","arg2"]</code> = Socket = Simple casting system sockets; <code>sock socketname "type" "port" "ip"</code> = Literals = The literal definition is used to describe the system invariants. The literal definition is used to describe the system invariants. These definitions maintain their validity throughout the system. Similar to definitions. There is no need to use a parameter...") Tag: Visual edit
- 09:50, 11 August 2024 Tedaryum talk contribs created page Talk:Module Loading (Created blank page)
- 09:50, 11 August 2024 Tedaryum talk contribs created page Module Loading (Created page with "O Language files is to simple. File extension “.olm”. Let’s start by examining the programming language example. hello.olm (as hello module): <code>def hello = fn(name){ output("Hello, "+name+"! Welcome to Olang") }</code> load.ola (main file): <code>load "hello.olm" def name = "Oytun"; hello(name);</code> Run: <code>$ olang load.ola</code> Output: <code>Hello, Oytun! Welcome to Olang</code>") Tag: Visual edit
- 09:50, 11 August 2024 Tedaryum talk contribs created page Talk:Files (Created blank page)
- 09:49, 11 August 2024 Tedaryum talk contribs created page Files (Created page with " Olang files is to simple. Default file extension “.ola”. Let’s start by examining the programming language example. sample test.ola file: <code>def hello = fn(name){ return ("Hello, "+name+"! Welcome to O-lang!") } def result = hello("Oytun") output(result)</code> Run: <code>$ olang test.ola</code> Output: <code>Hello, Oytun! Welcome to Olang</code>") Tag: Visual edit
- 09:49, 11 August 2024 Tedaryum talk contribs created page Talk:Getting Started (Created blank page)
- 09:49, 11 August 2024 Tedaryum talk contribs created page Getting Started (Created page with "First get <code>olang(.exe)</code> file or <code>go get -v gitlab.com/olanguage/olang</code> and run <code>olang(.exe) (-r) <filename> (-d=true [debug mode])</code> Thats it. Create file with example.ola; <code>output("Hello Galaxy!")</code> Run file with olang; <code>olang example.ola</code> Result; <code>"Hello Galaxy!"</code> Thats all.") Tag: Visual edit
- 20:06, 10 August 2024 Tedaryum talk contribs created page User talk:MediaWiki default (Created blank page)
- 20:06, 10 August 2024 Tedaryum talk contribs created page User:MediaWiki default (Created blank page)
- 20:05, 10 August 2024 Tedaryum talk contribs created page Talk:License (Created blank page)
- 20:05, 10 August 2024 Tedaryum talk contribs created page License (Created page with "= GNU General Public License (GPL) v3 for OnixOS = == Overview == OnixOS is licensed under the GNU General Public License version 3 (GPL-3.0). This means that OnixOS is free software: you can redistribute it and/or modify it under the terms of the GPL-3.0. == License Terms == === 0. Introduction === This License reflects the principles of freedom to share and change free software— to make sure the software is free for all its users. == 1. General Terms == You ca...") Tag: Visual edit: Switched
- 20:02, 10 August 2024 Tedaryum talk contribs created page Talk:Contribute (Created blank page)
- 20:00, 10 August 2024 Tedaryum talk contribs created page Contribute (Created page with "OnixOS is an open-source project that welcomes contributions from the community. Whether you're a developer, designer, or just interested in helping out, there are many ways you can contribute to the OnixOS project. == Ways to Contribute == === Code Contributions === If you're interested in contributing code, you can start by visiting our [http://gitlab.com/onix-os GitLab repository]. Here, you'll find the source code for OnixOS, along with issues, feature requests, an...") Tag: Visual edit
- 19:58, 10 August 2024 Tedaryum talk contribs created page Talk:Community (Created blank page)
- 19:58, 10 August 2024 Tedaryum talk contribs created page Community (Created page with "Welcome To The Community") Tag: Visual edit
- 19:50, 10 August 2024 Tedaryum talk contribs created page OnixOS talk:General disclaimer (Created blank page)
- 19:49, 10 August 2024 Tedaryum talk contribs created page OnixOS:General disclaimer (Created blank page)
- 19:49, 10 August 2024 Tedaryum talk contribs created page OnixOS talk:Privacy policy (Created blank page)
- 19:49, 10 August 2024 Tedaryum talk contribs created page OnixOS:Privacy policy (Created blank page)
- 19:49, 10 August 2024 Tedaryum talk contribs created page OnixOS talk:About (Created blank page)
- 19:49, 10 August 2024 Tedaryum talk contribs created page OnixOS:About (Created blank page)
- 19:37, 10 August 2024 Tedaryum talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: #site-tools { display: none; }")
- 19:35, 10 August 2024 Tedaryum talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: mw.loader.using('mediawiki.user', function () { if (mw.config.get('wgUserGroups').indexOf('sysop') !== -1) { document.getElementById('p-tb').style.display = 'block'; } });")
- 19:14, 10 August 2024 Tedaryum talk contribs created page Talk:O Language (Created blank page)
- 19:14, 10 August 2024 Tedaryum talk contribs created page Talk:Documentation (Created blank page)
- 19:14, 10 August 2024 Tedaryum talk contribs created page Talk:Download (Created blank page)
- 19:13, 10 August 2024 Tedaryum talk contribs created page O Language (Created page with "O Language Page Not Ready :(") Tag: Visual edit
- 19:13, 10 August 2024 Tedaryum talk contribs created page Documentation (Created page with "Documentation Page Not Ready :(") Tag: Visual edit
- 19:00, 10 August 2024 Tedaryum talk contribs created page Download (Created page with "<a href="https://sourceforge.net/projects/onixos/files/latest/download"><img alt="Download OnixOS" src="https://a.fsdn.com/con/app/sf-download-button" width="276" height="48" srcset="https://a.fsdn.com/con/app/sf-download-button?button_size=2x 2x" /></a>") Tag: Visual edit: Switched
- 18:54, 10 August 2024 Tedaryum talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** download|download * SEARCH * TOOLBOX * LANGUAGES")
- 18:45, 10 August 2024 Tedaryum talk contribs created page File:Download.webp
- 18:45, 10 August 2024 Tedaryum talk contribs uploaded File:Download.webp
- 18:11, 10 August 2024 Tedaryum talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:10, 10 August 2024 Tedaryum talk contribs created page User talk:Tedaryum (Created blank page)
- 18:10, 10 August 2024 Tedaryum talk contribs created page User:Tedaryum (Created blank page)
- 18:10, 10 August 2024 Tedaryum talk contribs created page Talk:Main Page (Created blank page)
- 18:08, 10 August 2024 Tedaryum talk contribs created page File:OnixOS.png
- 18:08, 10 August 2024 Tedaryum talk contribs uploaded File:OnixOS.png
- 17:49, 10 August 2024 MediaWiki default talk contribs created page Main Page