Model |
---|
Abit (USI) MID-100 |
Abit (USI) MID-150, MID-200 |
Acer Aspire One AO751h |
Advantech MICA-101 |
Aigo MID P8860, P8880, P8888 |
Copied here because uri is unstable [https://www.chicagotribune.com/news/ct-xpm-2000-05-24-0005240381-story.html]
WIRELESS `I-MAIL' CONNECTS IN JAPAN By Uli Schmetzer, Tribune Foreign Correspondent 6-7 minutes
TOKYO — If Japan's technology trends are any gauge of what the future might look like in the U.S., Americans may soon see teenagers wearing cordless phones as necklaces and using them to send e-mail without knowing how to type.
While Japan's young people are far less likely than American teens to use personal computers to surf the Web, millions of them are engaging in Web-like activities using a new generation of extremely portable clam-size cordless phones.
// ---- | |
// Sass (vundefined) | |
// Compass (vundefined) | |
// dart-sass (v1.18.0) | |
// ---- | |
$selector: "*"; | |
$selector_rule: "*"; | |
$selector_join: " + "; |
- PostPet thread on HPCFactor https://www.hpcfactor.com/forums/forums/thread-view.asp?tid=10893&start=1
- PoPoPe - Japanese Pocket PostPet Games and Apps List http://popope.nobody.jp/
- Takimoto's Pocket PostPet Games and Apps List http://hp.vector.co.jp/authors/VA014969/ppp/index.html
- Misc Windows CE Links https://gist.github.com/discatte/4f31053add8d28f2d5c6708eac6ff425
# -*- coding: utf-8 -*- | |
# KORG monotribe firmware decoder by: | |
# Ludovic Lacoste (aka Ludo6431) -- http://ludolacoste.com | |
# | |
# thanks to : | |
# Th0mas @ http://gravitronic.blogspot.com/2011/12/decoding-korg-monotribe-firmware.html | |
# nitro2k01 @ http://blog.gg8.se/wordpress/2011/12/04/korg-monotribe-firmware-20-analysis/ | |
# decoder.py <input ascii bits file> <output file prefix> |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
<script LANGUAGE="JavaScript"> | |
<!-- | |
current = 0; | |
layName='test'; | |
// Hour * 60 * 60 + Minute * 60 + Sec |
(From SEC filing https://www.sec.gov/Archives/edgar/data/907410/0000891618-97-001254.txt) | |
(Found by https://twitter.com/rakslice) | |
ESS leverages a leadership position in PC audio, its video and fax/modem | |
technology, a diverse customer base, recognized quality, and dependable on-time | |
delivery to provide high quality, cost effective, and highly integrated | |
multimedia solutions for the personal computer and consumer markets. The Company | |
has three major families of products: the AudioDRIVE(TM) family addressing the | |
PC digital audio device market; the VideoDRIVE(TM) family targeting MPEG-1 and | |
MPEG-2 decompression-based consumer products, such as Video Compact Disk ("VCD") |
-= ISA SOUNDCARD OVERVIEW =- | |
Source: gerwin @ https://www.vogons.org/viewtopic.php?t=9990&start=113 | |
An incomplete overview of PC Soundcards for the ISA bus, as offered from around 1988 to 2000. | |
By GB 23-11-2010, v1.09, reachable at http://vogons.zetafleet.com | |
Data obtained from many datasheets, drivers, catalogues, internet articles and pictures, as well as some actual soundcards. | |
In each category the items are normally listed from earliest releases at the top, on to the latest items at the bottom. | |
Suggestions and Corrections are welcome. |
Backup of the table from http://www.watchsleuth.com/seikodatefinder/?show=all To help determine date ranges of watch calibre movements from seiko.
Mvmt | Caliber | Start | End | Type |
---|---|---|---|---|
0114A | 0114 | . | . | Quartz |
0124A | 0124 | . | . | Quartz |
0138A | 0138 | . | . | Quartz |
0139A | 0139 | . | . | Quartz |
0159A | 0159 | . | . | Quartz |
# Gif optimization based on | |
# https://cassidy.codes/blog/2017/04/25/ffmpeg-frames-to-gif-optimization/ | |
# http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html | |
# https://github.com/intgr/keep-on-giffing | |
ffmpeg -i "my_frames_%03d.png" \ | |
-vf "palettegen=stats_mode=diff:max_colors=256" \ | |
"my_palette.png" | |
ffmpeg -i "my_frames_%03d.png" \ |