Search results

From Lazarus wiki
Jump to navigationJump to search
  • '''Runtime''' or '''run time''' is the amount of time an [[Executable program|executable program]] takes from start to end, from ...approximated by the tool [https://en.wikipedia.org/wiki/Time_(Unix) <code>time(1)</code>].
    995 bytes (136 words) - 17:26, 6 August 2022
  • Ajoaika, suoritusaika, Runtime tai run time on se aika, jonka [[Executable program|suoritettava ohjelma]] vie alusta lo ...ä]] sitä voidaan arvioida [https://en.wikipedia.org/wiki/Time_(Unix) <code>time(1)</code>] komennolla.
    1 KB (139 words) - 17:23, 6 August 2022
  • ...ror is an irreparable error condition that arises during the [[runtime|run-time]], i.e. the execution of a [[Executable program|program]]. If such a situation is encountered, the standard [[RTL|run-time library]] will initiate the termination of the program.
    3 KB (394 words) - 17:14, 6 August 2022
  • .../syntaxhighlight>''' shipped with the [[FPC|FPC’s]] default [[RTL|run-time library]] provides many system utilities. ...ine>sysUtils</syntaxhighlight> unit is included}}, all [[runtime error|run-time errors]] become [[Exceptions|exceptions]], which virtually forces you to us
    3 KB (395 words) - 19:48, 6 February 2021
  • ...mbined with any necessary Pascal [[Unit|units]], the Pascal [[RTL|run time library]] and any other object modules which may have been written by others, to pr * run directly by the operating system as an [[Application|application]],
    864 bytes (133 words) - 16:20, 23 January 2022
  • ...uctures, tables, and other constructs which are used by the [[RTL|run-time library]] ("RTL"), or the [[operating system]]. ...gram or connect to [[shared library|shared libraries]]. It would, at that time, startup and transfer control to the user program, which would, itself, per
    3 KB (408 words) - 05:30, 15 February 2020
  • ...MyFile'')によって、実際のテキストファイルに対する読み込みおよび書き込みを実行できます。テキストファイル変数は、[[RTL|run-time library]]の[[AssignFile]]を用いて実際のファイルと関連付ける必要
    2 KB (83 words) - 10:14, 29 February 2020
  • Free Pascal '''Runtime Library''' ('''RTL''') A ''Run-Time Library'' is the set of [[Source code|source code]] files that are used to create t
    3 KB (423 words) - 08:42, 23 August 2023
  • ...which is published by the framework through its header files. Because the library is dynamically shared, multiple applications can access the framework code ...macOS (eg SDL) while providing an option to be loaded as a regular dynamic library.
    5 KB (779 words) - 16:08, 6 December 2021
  • ...small kernel and all needed libraries in a virtual machine. That means to run OSv applications you need to install a hypervisor such as QEMU/KVM or Virtu Please read http://osv.io/run-locally/. Especially about the "Data collection".
    4 KB (671 words) - 06:02, 16 February 2020
  • This [[Borland Pascal]] extension is part of the default [[RTL|run-time library]] delivered with the [[FPC|FreePascal compiler]], but otherwise not standar ...ntaxhighlight> is so useful, since it does not trigger [[runtime error|run-time errors]] or [[Exceptions|exceptions]].
    3 KB (450 words) - 15:52, 7 February 2023
  • ...n your preferences you might either want to generate a [[runtime error|run-time error]] (e. g. by [[$rangeChecks|<syntaxhighlight lang="pascal" inline>{$ // optimization: then part gets executed most of the time
    4 KB (528 words) - 23:05, 23 October 2019
  • ...General Public License. The source code for both the compiler and runtime library are available; the complete compiler is written in Pascal. * [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Run Time Library reference manual]
    3 KB (453 words) - 17:03, 13 October 2021
  • ...to the actual file. It must be tied to the actual file by a [[RTL|run-time library]] routine [[AssignFile]]. Then the file must be opened by the [[Reset]], [[ ...gle byte characters and you can only read or write a single character at a time. That is, you can only call '''Read(F, C)''' or '''Write(F, C)''' where C i
    2 KB (286 words) - 10:14, 29 February 2020
  • ...ime Library (RTL) , la Free Component Library (FCL) y la Lazarus Component Library (LCL) en Lazarus.
    2 KB (358 words) - 08:15, 20 January 2020
  • ...ntegration of the necessary tools to create ActiveX components from a type library or directly from the object (exe or dll). ActiveX is a Microsoft Windows te # import the ActiveX type library, drop the TActiveXContainer on a form, instantiate the ActiveX object and a
    11 KB (1,648 words) - 14:27, 9 April 2023
  • ...Hopefully fixes will be released at some stage in the near future. At the time of writing, Nov 22, the ones I tested had - Download Qt6 library and install, build your own Qt6Pas framework.
    4 KB (724 words) - 20:52, 20 September 2023
  • ...gned for iPad can be run on Mac computers. Exclusive iPhone apps cannot be run on macOS. /System/iOSSupport/System/Library/Frameworks
    3 KB (413 words) - 04:47, 15 June 2020
  • == [[RTL|Run time library (RTL)]] == * [[Generics|FGL (Free Generics Library)]]
    7 KB (935 words) - 15:34, 12 March 2022
  • It is a combined Client Side Run Time Library and RAD IDE intended to allow Pascal(Pas2JS) and/or Python(Pyodide) develop ...or the development of general-purpose public facing web sites. It may also run on other HTML5 browsers (e.g. Microsoft Edge), but this is not tested.
    3 KB (428 words) - 14:44, 5 September 2023
  • ...unlikely that the error is caused by a bug in the compiler or its runtime library. Syntax errors are almost always due to incorrect code. Refer to the FPC [h ...t generate an executable program. See further [[compile-time error|compile time errors]].
    4 KB (585 words) - 23:24, 19 April 2023
  • ...Pascal Run Time Library)、FCL(Free Component Library)、LCL(Lazarus Component Library)へのリンクを表示します。 ...Pascal Run Time Library)、FCL(Free Component Library)、LCL(Lazarus Component Library) のキーワードやコンポーネントの上に置き、 <<F1>> キー
    39 KB (922 words) - 09:25, 21 March 2024
  • ...he situation, either the compiler will catch this and if it doesn't, a run time error will occur. An example declaration follows. == Objects - Run Time Library ==
    9 KB (1,388 words) - 10:31, 23 February 2020
  • * Web Component Library (WCL): [https://github.com/pascaldragon/Pas2JS_Widget] - fork of Pas2JS Wid It is a combined Client Side Run Time Library and RAD IDE intended to allow Pascal(Pas2JS) and/or Python(Pyodide) develop
    5 KB (720 words) - 16:27, 3 October 2023
  • {{macOS library overview}} == Example FPC dynamic library ==
    17 KB (2,356 words) - 06:39, 8 September 2021
  • This first tutorial shows you how to use [[BGRABitmap]] library. You can download the library on [https://github.com/bgrabitmap GitHub].
    5 KB (800 words) - 08:15, 11 February 2020
  • '''Library''': Same as the ''unit'' path, but for the ''library'' path (linker files, compiler option '''-Fl'''). ** '''Revision''' - increase this every time you distribute your package.
    6 KB (1,014 words) - 02:20, 8 February 2021
  • ...ndroid is not completely Linux compatible, e.g. a few syscalls and default library functions e.g. in pthreads, ... are missing, and it generally behaves diffe ...JNI_OnLoad</code>''' function. Therefore, if you are creating a JNI shared library, always export <code>JNI_OnLoad</code>, even if it is empty.
    10 KB (1,653 words) - 20:19, 22 November 2021
  • Save your project next to BGRABitmap library with menu '''File > Save all''' (not necessarily in the same folder). The first time you use BGRABitmap, open bgrabitmappack.lpk with Lazarus and click on "Use
    6 KB (792 words) - 10:20, 9 February 2020
  • Una Librería de Tiempo de Ejecución (''Run-Time Library'') es un conjunto de ficheros [[Source code| de código fuente]] utilizados *Aportando alguna librería de funciones ([[library function]]s) que no están definidas ([[inline]]) por el compilador, como e
    3 KB (461 words) - 09:16, 22 June 2020
  • ...till relying on the fast Mersenne-Twister PRNG the standard [[RTL|run-time library]] comes with. // turn off run-time error generation
    6 KB (837 words) - 13:49, 28 September 2022
  • ...ndroid is not completely Linux compatible, e.g. a few syscalls and default library functions e.g. in pthreads, ... are missing, and it generally behaves diffe ...JNI_OnLoad</code>''' function. Therefore, if you are creating a JNI shared library, always export <code>JNI_OnLoad</code>, even if it is empty.
    11 KB (1,719 words) - 02:11, 3 November 2021
  • ...used. Using '''library''' requires exporting a certain functions from the library. Those functions will be the "export" part of Wasm module as well. ...ovided at this time, thus the entire Pascal code should be put in a single library file.
    15 KB (2,217 words) - 17:12, 5 April 2022
  • ...to a bug that will, in all probability be fixed at some stage. In the mean time, the very simple solution is to "use SysUtils". ...="pascal" inline>finally</syntaxhighlight> block, but not both at the same time. You'll need to nest <syntaxhighlight lang="pascal" inline>try</syntaxhighl
    10 KB (1,373 words) - 05:59, 22 December 2023
  • ...ill then automatically add a Search menu option to your Help menu when you run your application. ...ng a Help Book and do not see your changes. The way to overcome this is to run the following shell script from a Terminal after a change:
    12 KB (1,534 words) - 06:20, 28 December 2021
  • [[FPC|FPC’s]] standard [[RTL|run-time library]] provides the functions {{Doc|package=RTL|unit=system|identifier=binstr|te
    3 KB (448 words) - 18:48, 5 March 2023
  • UNIX-based operating systems have '''daemons''' or programs that run as background processes in the system context (eg named - the Internet Doma '''Agents''' are very similar to daemons in that they are both programs that run as background processes, but in the case of agents they are not running in
    22 KB (3,313 words) - 09:36, 4 May 2021
  • ...tributed under [http://www.opensource.org/licenses/wxwindows.php wxWindows Library Licence]. # Run Lazarus.
    8 KB (1,289 words) - 18:24, 29 April 2021
  • Most "legacy" Amiga systems run with the stock Motorola 68000 CPU, while Free Pascal defaults to generating Free Pascal's run time library on Amiga tries to allocate 256KiB stack for safety reasons, and tries to al
    4 KB (629 words) - 16:44, 26 December 2021
  • * [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Run Time Library Referenzhandbuch] * [http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/index.html Free Component Library Referenzhandbuch]
    4 KB (553 words) - 20:48, 14 December 2019
  • * Install compiled Interface Binary Bindings and Qt Framework Library * Build yourself Interface Binary Bindings and Qt Framework Library (hard and may take many hours)
    16 KB (2,611 words) - 02:09, 27 January 2020
  • *# Run / Build === Time to run ===
    10 KB (1,454 words) - 02:45, 26 November 2020
  • ...hat the compiler considers all compilation units that make up a program or library and optimizes them using the comprehensive knowledge of how they are used t ...ferent information providers for the same kind of information. At the same time, the interaction with the rest of the compiler is kept to a bare minimum to
    17 KB (2,508 words) - 17:17, 6 August 2022
  • == Example FPC static library == // Note this is a unit and not a library
    10 KB (1,298 words) - 10:46, 4 February 2022
  • ...assignment of values to typed [[Constant|constants]] during [[runtime|run-time]]. ...taxhighlight lang="pascal" inline>{$linkLib}</syntaxhighlight>]] inserts a library during linking.
    14 KB (1,568 words) - 16:14, 4 September 2021
  • The fun starts when you run it: Useful, but not very, since we had to run the program to make it crash.
    14 KB (2,080 words) - 12:06, 29 September 2021
  • It is assumed that the project is an NDK library that is loaded in Java code. Also, this method is not tied to any IDE exten * JRE (Java-Run Time) - needed for the JDK, as well as to run the "java" machine (for executing the utilities included in the Android SDK
    8 KB (1,306 words) - 14:52, 6 August 2020
  • ...e. This is because cross-platform development requires that you spend more time planning your software before you start writing code. It also forces you to ...ndows developers and probably all Linux developers could benefit from some time spent simply using a Mac as a way of developing an appreciation for softwar
    11 KB (1,783 words) - 16:15, 8 April 2020
  • ...the 32 bit Carbon framework from macOS 10.15 Catalina in 2019 at the same time as removing support for running any 32 bit software. '''For macOS 10.15 onw .../uid/TP40012224 Carbon Core Deprecations] and [https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/Carbon64BitGuide/Introduction/Intro
    6 KB (850 words) - 06:07, 4 August 2021
  • * [[bfd]] - Header to GNU Binary File Descriptor library (part of binutils) * [[cairo]] - Headers for cairo, a vector graphics library with display and print output. (GTK related, win32 prepared)
    9 KB (1,320 words) - 20:25, 29 August 2023
  • ...st fine. The popping up console window will show compile progress for some time until it closes again. Then you will find a new file 'build-stamp.i386-winc If your system is a core WindowsCE and not a Windows Mobile device, you might run into an error message:<br>
    5 KB (825 words) - 03:26, 9 August 2020
  • ...ndalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings. Docker containers run on Windows, Linux, macOS and cloud service providers like Amazon Web Servic
    13 KB (1,885 words) - 13:32, 22 July 2023
  • * at design time or dynamically at run time. ...too much - or simply wants to save time - can use the component at *design time* only, and export the HTML code to integrate it in a static page. By lettin
    13 KB (1,940 words) - 08:28, 12 February 2020
  • FPC's [[RTL|run-time library]] comes with a System unit where most, if not all of its functionalities wo For quite some time already FPC automatically applies the -Us switch to the unit named System,
    8 KB (1,130 words) - 21:25, 7 January 2022
  • *# Run / Build === Time to run ===
    10 KB (1,508 words) - 13:43, 26 February 2020
  • Ultibo core is an [[Embedded|embedded]] run-time platform and development environment written specifically for creating appl * Real time clock (RTC) support (with driver for DS1307 and similar chips)
    5 KB (745 words) - 01:47, 24 January 2023
  • It is part of the [[FPC]]’s standard [[RTL|run-time library]].
    4 KB (463 words) - 08:42, 20 October 2021
  • ...any binary, or into a unit called "cwstring" if they depend on an external library on which programs should not depend by default. If added to the system unit == Dynamic library initialization/finalization ==
    7 KB (998 words) - 18:00, 5 November 2023
  • ...n a later macOS version completely. Thus, if method is not verified in run-time, the application could stop working (ie the App could fail to load). In this case a straight use of the function would cause a load-time failure on earlier versions of macOS.
    8 KB (1,092 words) - 08:03, 19 September 2020
  • ...id not test it myself but I trust it would be very useful) - [[lNet]] This library is packed with ready made functions you can use. ...or some time IPv4 will be more than applicable to what I need (will mostly run this in intranet)
    3 KB (607 words) - 22:06, 23 February 2023
  • ...specially compiled libraries used by applications, the IDE or both. Delphi/Library packages require in-compiler support, which FPC is not capable of at the mo ...not dynamic packages. Therefore you must compile and restart the IDE, each time a package is installed or uninstalled.
    36 KB (5,855 words) - 07:50, 13 December 2023
  • ...s 8 with a little bit of library fiddling, it's unlikely that Lazarus will run on it due to missing prerequisite libraries. ...hat the binaries are no more than one release behind the svn trunk. At the time of writing (July '11) trunk is 2.4.5, so while the x86 binaries at 2.4.4 ar
    11 KB (1,681 words) - 08:30, 9 August 2020
  • ...r each string denotes a "kind" (aka encoding-brand) to a String, and add a library that provides means to translate strings of different kinds into each other ...ance, and compatibility issues require allowing for statically (at compile time) defining the encoding brand (and element size) of a string variable, and p
    17 KB (2,621 words) - 08:09, 13 September 2020
  • ...рования, используемый в исходниках компилятора FPC и базовой RTL (run-time library) - немного странный, но он использовался м
    5 KB (127 words) - 06:46, 11 February 2020
  • '''uoslib''' is the Universal Library version of '''uos''' unit and is accessible from Pascal and all other langu All is included, you only have to compile the demos and run it...
    8 KB (1,074 words) - 02:29, 8 August 2021
  • The build is based on MinGW, thus you want to use the MinGW Qt library (i.e. qt-opensource-windows-x86-mingw492-5.6.2.exe). For MinGW based package the following set of DLLs would be required to run a single FORM project.
    12 KB (1,955 words) - 16:34, 1 May 2023
  • ...iLog is a log system that aims at flexibility and low overhead at the same time. As the name suggests, it can be used to log to several targets such as a t Starting from version 0.5, the base library can be compiled with Delphi.
    10 KB (1,299 words) - 07:59, 25 October 2021
  • Any object registered in with an autorelease pool, would be released at the time autorelease pool is drained and the object's reference count is equal to 1. Note that any time a pool is created it's placed on the "stack" of the pools and become a curr
    15 KB (2,208 words) - 03:48, 19 September 2020
  • ...''$DEFINE STATIC'' compiler directive. You also need to compile the ZenGL library. Open "''src\Lazarus\ZenGL.lpi''" then go to "''Run > Compile (Ctrl + F9)''".
    6 KB (858 words) - 09:27, 3 March 2020
  • ...nsists of the macOS SDK and command-line tools which are installed in the /Library/Developer/CommandLineTools directory. ...one inside Xcode. xcrun is one of such shims, which allows you to find or run any tool inside Xcode from the command line. Use it to invoke any tool with
    5 KB (868 words) - 20:17, 28 May 2022
  • ...uch further and today it is a complete reimplementation of the GNU gettext library with many enhancements". Graphics32 is a graphics library for Delphi and Kylix/CLX. Optimized for 32-bit pixel formats, it provides f
    12 KB (1,844 words) - 09:09, 6 December 2020
  • ...RunError''' is a low-level error emitted by the Free Pascal [[RTL|Run Time Library]]. * [[compile-time error|Compile time errors]]
    9 KB (1,403 words) - 19:58, 11 November 2023
  • * Run ⇒ Build * Run ⇒ Build
    18 KB (2,679 words) - 00:36, 21 September 2023
  • ...PO. Published section provide RTTI, so the compiler cannot know at compile time if a published identifier is needed, so it keeps it. * add an option to let WPO omit all published members not used at compile time
    5 KB (760 words) - 12:10, 9 March 2021
  • ...e Internet, or it could be some other device depending on how the run-time library ties the file. In some cases, actual memory can be defined as a file; this
    4 KB (692 words) - 00:14, 15 February 2020
  • If you wish to also create a run time library that can be used for Android development, use the following command (replac This step is optional and is only required for the raw ''{$r xxx}'' support. Run the following command in the top-level directory of the checked-out sources
    18 KB (2,840 words) - 20:59, 31 August 2023
  • [[5dpo]] Component Library is a set of components developed by the [http://www.fe.up.pt/~robosoc 5dpo ...Software. [http://www.projetoacbr.com.br/forum/index.php Fórum ACBr]. GNU Library or Lesser General Public License version 2.0 (LGPLv2).
    14 KB (2,086 words) - 21:59, 10 June 2023
  • ...oblems with the new components, but I am sure all this will disappear with time and one day I can fully compile the project in Lazarus. I do have a need fo ...uch further and today it is a complete reimplementation of the GNU gettext library with many enhancements".
    12 KB (1,894 words) - 17:00, 29 April 2020
  • The standard [[RTL|run-time library]] provides many handy functions:
    7 KB (900 words) - 14:14, 3 September 2021
  • .../synaser.html Synaser] from [http://www.ararat.cz/synapse/doku.php Synapse library] in this example. Create Lazarus application with one form and two buttons. input += (char) Serial.read(); // Read in one char at a time
    12 KB (1,752 words) - 09:43, 22 August 2023
  • Change into the fpc (e.g. ~/fpc/main) directory and run ==== Compile and run test program ====
    11 KB (1,757 words) - 20:22, 13 January 2024
  • ...ntifier=statisticalroutines|text=<code>math</code>}} of the [[RTL|run-time library]] provides a plethora of routines for descriptive statistics.
    5 KB (785 words) - 22:07, 4 November 2020
  • * [http://openlibrary.org/subjects/free_pascal Open Library's Free Pascal catalog] ...anual, Free Component Library (FCL) units reference manual, Free Component Library (FCL) Resource units reference manual, fpdoc documentation tool reference m
    10 KB (1,354 words) - 22:32, 8 May 2024
  • It was designed from zero, to be able to run on a headless webserver, with minimal dependencies. * To an AggPas canvas. AggPas is a powerful graphics library, and this renderer is similar in scope to the FPImage renderer
    15 KB (2,544 words) - 21:08, 6 January 2020
  • You ''do not need to pay the fee'' to run applications on your own physical iPhone device. A free developer account w Without a developer certificate, you can only run programs on the simulator. (Possibly you can also workaround this if you ha
    14 KB (2,162 words) - 01:47, 2 August 2020
  • * The MySQL maintainers break binary compatibility between client library versions. This means that an FPC/Lazarus translation needs to be made for e * MySQL 4.0 client library
    25 KB (3,835 words) - 00:55, 27 January 2023
  • ...initially created as a tool to test various RNG algorithms, but after some time it turned into a complete and rich video game and a knowledge base for thos * it's light and very fast — should run smoothly even on a heavily loaded PC,
    13 KB (2,047 words) - 15:56, 20 April 2024
  • ===LCL - Lazarus component library=== *[http://lazarus-ccr.sourceforge.net/fpcdoc/rtl/index.html Run-Time Library reference manual]
    10 KB (1,443 words) - 03:30, 29 March 2020
  • ...Lazarus/FPC, using Firebird with SQLDB (the FPC/Lazarus built-in database library). Other access methods are described in [[Other Firebird libraries]]. Firebird can run in client/server and embedded mode.
    20 KB (3,056 words) - 02:24, 16 February 2020
  • The IDE saves various settings for each file, like editor settings, run file settings, resource names. Normally the IDE will save this information ...ion about open files in the source editor, the bookmarks, jump history and run file information. You can setup, where to store this information for the cu
    13 KB (2,169 words) - 12:32, 27 June 2023
  • ...hink that the coding style used in the FPC compiler and base RTL (run-time library) source code is a little bit strange. But it has been in use for a lot of y
    5 KB (743 words) - 11:37, 7 January 2022
  • ** /Library/Receipts/lazarus.pkg ...usr/local/lib/fpc/3.0.4/ppcx64 OS_TARGET=darwin CPU_TARGET=x86_64 OPT="-XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/"
    19 KB (2,796 words) - 11:03, 2 June 2022
  • ...m access to hardware devices is not implemented by the Free Pascal Runtime Library (RTL) or by the LCL - the underlying operating systems are often different ...with a single command. With a serial protocol however, only one bit at a time can be accessed and the pieces need to be "glued" together to understand th
    19 KB (2,809 words) - 16:31, 19 September 2022
  • ...control-click or right-click to successfully bypass Gatekeeper - the first time you launch the application Gatekeeper cannot be bypassed whether you contro ...eing run under Big Sur on an Apple M1 processor via Rosetta 2 can still be run even though they are unsigned using the control-click or right-click method
    16 KB (2,379 words) - 07:19, 13 February 2022
  • ...with which the IDE and applications developed with Lazarus are built. This library supports using several different widgetset interfaces. For examples, there ...un purely on Qt, and any LCL written application can also be recompiled to run over Qt.
    15 KB (2,445 words) - 22:25, 24 April 2023
  • ...as "host" (Linux in the example above) and the platform where you want to run your created binaries is your "target". ...ar operating system, that's why a different implementation of our Run-Time Library is necessary for different operating systems. Therefore these binaries are
    38 KB (5,918 words) - 08:31, 7 October 2023
  • * LCL —— Lazarus Component Library(Lazarus 组件库)
    25 KB (3,307 words) - 12:35, 16 February 2020
  • * '''Reason''': The ''ppc386.cfg'' name stems from the time that the compiler only supported the i386 platform, which is no longer the ...le is directly stored into the ansistring/shortstring, without any compile-time conversion)
    27 KB (3,947 words) - 13:21, 3 March 2020
  • | [[Library|library]] || used in a shared library unit instead of the reserved word [[Unit|unit]] * [[RTL]]: Run-Time Library, available for all FPC and Lazarus programs
    11 KB (1,633 words) - 18:52, 12 January 2022
  • * [[LazActiveX|LazActiveX]] - Type Library importer and visual ActiveX container ..._support|lazidefpreport]] - FPreport component IDE registration and design-time support
    7 KB (932 words) - 10:24, 10 April 2023

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)