Log In  
Follow
Hessery
PicoChat
by

Cart #docs-3 | 2024-09-04 | Embed ▽ | License: CC4-BY-NC-SA
13

Updating

Currently to get the new docs pages after an update, you must delete your /appdata/docs/pages folder. Run Docs and the pages will update from docs' internal library.

Installation

In the terminal run load #docs and then save it with save apps/docs.p64

Introduction

Docs has been built so that it can be a helpful companion while you code. It is built so that others can add their own files to docs if their app requires documentation.

Note

The Picotron documentation is currently being added, and so the current version has incomplete information. If you would like to help write the documentation feel free to reach out to me.

13
7 comments



Cart #cal-1 | 2024-08-22 | Embed ▽ | License: CC4-BY-NC-SA

Calculator

Why another calculator

I wanted to make a simple calculator, since none of the currently available on Picotron really worked for me.

What's different

This calculator has been lain out to match a standard number pad, so it should look and feel familiar to most people. Also, the colours that it displays are from the current theme that your system is using, so it shouldn't feel out of place on any system. You can also copy the output to the clipboard by clicking the output display. You can also do negative numbers with the minus key. For example, typing 1 0 * - 2 equals -20.

Versions

1.1 - Added equation history display above current running total display

[ Continue Reading.. ]

0 comments



Cart #can-0 | 2024-04-12 | Embed ▽ | License: CC4-BY-NC-SA
3

Can, Uncan

Can and Uncan are tools for archiving folders and files.

Use

For easy transfer of a single file, rather than multiple files for the same effect.

Install

Move can.lua and uncan.lua from /ram/cart to /appdata/system/utils.

3
3 comments



Cart #picomail-1 | 2024-04-04 | Embed ▽ | License: CC4-BY-NC-SA
4

WIP

PicoMail.

4
0 comments



Cart #picochat-8 | 2024-03-30 | Embed ▽ | License: CC4-BY-NC-SA
22


PicoChat requires not to be run in the browser to function
Huge thanks to PixelDud for rebuilding the server in Go to support linux

Introducting PicoChat!

PicoChat is Picotron's first chat room. Its fully capable of sending and receiving messages, changing server and username.

Use /nick <name> to change your Username.
Use /server <server address> to change your server.

Want to setup your own chatroom?

Here's how to setup your own chatroom server:

  1. Download the server from here.
  2. Port forward port 80.
  3. Run the server.

If you want to add your server to the public server list, please send me a message on discord hessery

[ Continue Reading.. ]

22
18 comments



Cart #string-0 | 2024-03-24 | Embed ▽ | License: CC4-BY-NC-SA

String

Picotron is currently missing many basic string handling functions. I've created this library to fill in some of the functions that I've come across. If you want to contribute please comment below your code and I'll add it.

Installing

Use load #string and then press ctrl+R to install.

Functions

string.upper(str)

Converts a-z characters to their A-Z counter parts.

string.lower(str)

Converts A-Z characters to their a-z counter parts.

string.explode(str, delimiter)

Converts a string into an array, splitting it at the delimiter.

0 comments



Cart #lib_winstay-1 | 2024-03-18 | Embed ▽ | License: CC4-BY-NC-SA
1

winStay is a library that is used to easily keep window location and size persistent after closing the program. winStay has one function winStay, which has three arguments:

  • name is the name of the folder in which you want to keep the save data in within /appdata/.
  • width is the default window width.
  • height is the default window height.

How to use winStay with yotta

After first installing Yotta, run the following commands:

  1. > cd /ram/cart
  2. > yotta init
  3. > yotta add #lib_winstay-0
  4. > yotta apply

Finally add the following code to the top of main.lua.


[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=143669#p)
1
0 comments



Cart #hessery_motherload-0 | 2022-02-22 | Code ▽ | Embed ▽ | No License
1

Just a small demake of Motherload that I threw together in two afternoons.

1
0 comments