User:Ixo/Project: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (started list.)
 
m (→‎Activity starting point: added more linksages.)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{draft}}
==== XO Activity Projects ====

* [[User:ixo/Project/ixo-Backup]] (GUI backup utility: server, Flash Drive, SD card, or other USB device)
Activity projects via Myna IT Consulting software development
* [[User:ixo/Project/ixo-Tweak]] (GUI to sugar-control-panel, WiFi channels, and other tweaks)
: ( http://ixo.myna.ws )
* [[User:ixo/Project/ixo-Skin]] (GUI to sugar-control-panel, and other customizations)

* [[User:ixo/Project/ixo-FileManager]] (GUI to files/directories/folders, view, move, modify, etc... aka. mc )
==== XO Laptop : Activity Projects ====
* [[User:ixo/Project/ixo-SlideShow]] (Show all sugar pictures, videos, etc...)
(in various states of idea, outline, features, code, and implementation.. some have notes elsewhere which need to be here into the wiki and the placeholders below. Or moved to Git/devel server :)
* [[User:ixo/Project/ixo-Wallball]] (Game: v1. bounce ball on the wall, v2 - play other players (2 to 6)

* [[User:ixo/Project/Action|Action]] - Test all input devices (keys, switches, buttons) - (similar/better idea [[OLPC_Europe/Newsletter/1#A_few_Software_Projects_from_Europe|KeyBash]].)
* [[User:ixo/Project/BackupXO|BackupXO]] (GUI backup utility: server (or IP), Flash Drive, SD card, or other USB device)
* [[User:ixo/Project/Settings|Settings]] (GUI to sugar-control-panel, WiFi channels, and other tweaks)
* [[User:ixo/Project/Theme|Theme]] (GUI to sugar-control-panel, and other customizations)
* [[User:ixo/Project/FileManager|FileManager]] (GUI to files/directories/folders, view, move, modify, etc... aka. mc )
* [[User:ixo/Project/SlideShow|SlideShow]] (Show all laptop pictures, videos, etc...) (aka Picasa but less overhead)
* [[User:ixo/Project/Wallball|Wallball]] (Game: v1. bounce ball on the wall, v2 - play other players (2 to 6)
* [[User:ixo/Project/Webcam|Webcam]] - use the builtin camera for stop action and webcam.


Python Code for Pippy activity
* [[User:ixo/Project/primes.py]]
* [[User:ixo/Project/factors.py]]

== Activity starting point ==
Good starting points for:
* [[Software_ideas]] - more ideas for projects.
* [[Projects]] - List of projects under development.
* [[Creating_an_activity]] - create templates.
* [[Activity_tutorial]] - Tutorial step by step on creating an activity.
* [[Developers_manual]] - Some good tutorials for developers:
* [[Activity_handbook]] - starting points
* [[Creating_a_personal_git_tree]] - personal space for script development

== See also ==

* [[../Script| Terminal, Linux command line scripts]]

Latest revision as of 01:45, 5 May 2008


Pencil.png NOTE: The contents of this page are not set in stone, and are subject to change!

This page is a draft in active flux ...
Please leave suggestions on the talk page.

Pencil.png

Activity projects via Myna IT Consulting software development

( http://ixo.myna.ws )

XO Laptop : Activity Projects

(in various states of idea, outline, features, code, and implementation.. some have notes elsewhere which need to be here into the wiki and the placeholders below. Or moved to Git/devel server :)

  • Action - Test all input devices (keys, switches, buttons) - (similar/better idea KeyBash.)
  • BackupXO (GUI backup utility: server (or IP), Flash Drive, SD card, or other USB device)
  • Settings (GUI to sugar-control-panel, WiFi channels, and other tweaks)
  • Theme (GUI to sugar-control-panel, and other customizations)
  • FileManager (GUI to files/directories/folders, view, move, modify, etc... aka. mc )
  • SlideShow (Show all laptop pictures, videos, etc...) (aka Picasa but less overhead)
  • Wallball (Game: v1. bounce ball on the wall, v2 - play other players (2 to 6)
  • Webcam - use the builtin camera for stop action and webcam.


Python Code for Pippy activity

Activity starting point

Good starting points for:

See also