This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloud archive of files https://my.pcloud.com/publink/show?code=kZAq8MkZ9rTATB0gqkypDHEuIYCwKY4aRuK7 | |
Linux apps https://www.mimuw.edu.pl/~wolinski/pv/index.html | |
Net/Usb Apps https://sites.google.com/site/casiopv/ | |
SDK https://web.archive.org/web/20160703183640/http://arch.casio.com/pv/download/en/sdk/other.html | |
Apps and Games (Source Code Included!) https://web.archive.org/web/20030409081258/http://pocket-viewer.com/ | |
More Apps and Games and Links http://www.sd-a.com/duefectu/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://users.ics.aalto.fi/praiko/palm/ (select freeware) | |
https://tinyapps.org/palm.html (small useful apps) | |
https://mariomasta64.me/palm/ | |
https://archive.org/details/tucows?and[]=subject%3A%22palm+pilot%22 | |
https://palmarchive.com/files/ | |
https://www.oldhandhelds.com/?dir=Palm%20Os/Games | |
https://palmarchive.com/files/xandros9%20Archive/Palm%20OS%20Applications%20Archive/Games/ | |
http://web.archive.org/web/20081021095630/http://www.freewarepalm.com/listall.shtml | |
http://www.mobyware.org/palm-os-software-download-all-1-date.html | |
ftp://89.109.35.231/soft/PALM%20SOFT/Games/ (dubious warezy place, but has simcity!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://www.housedillon.com/?p=1272 | |
* Written by iskunk (Daniel Richard G.) | |
* THIS FILE IS IN THE PUBLIC DOMAIN | |
* | |
* Program to emulate the CM-5's "random and pleasing" LED panel mode | |
* (revision 5, "House Dillon video exclusive" edition) | |
*/ | |
#include <stdio.h> | |
#include <stdint.h> |
The guide at https://github.com/yepher/littlebits/blob/master/CloubitFileSystem.md is mostly correct but has a few mistakes. Luckily I found this page in Japanese http://qiita.com/chobie@github/items/d41cfa2d60df5d7d1a3f (and I can read Japanese) to point me in the right direction for the right way to do this.
Note: I used an Ubuntu linux machine to mount and edit the microsdcard.
You should also make a backup image of the SD card just in case.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/kermit + | |
# Fetches screen shot from HP54602B oscilloscope | |
# Presumes it's set up for plotter output... | |
# Converts HPGL to PNG image | |
set host 192.168.1.40 7001 /raw-socket | |
set modem none | |
# Make sure we have a param | |
if not defined \%1 ask \%1 {File name? } |
NewerOlder