Home page
Freeware
  FStream
  TorChat
  Calc
  WordShaker
  Fexpaze
  REALbasic Plug-Ins
  Softwares
Source Code
  Objective-C
  C/C++
  REALbasic
  O-Caml
Things
Fractals
Links
Write me
About

Valid HTML 4.01 Transitional Valid CSS!


Vous trouverez ici quelques un de mes codes sources écrits en Objective-C (sous Xcode). Il y en a 7.

MobileMeFramework
Version 1.0.0 - Source OC - 104.82 Ko (698 downloads)
MobileMeFramework allow to retrieve the synchronized datas on a MobileMe account.
It work currently for Contacts, Calendars and Bookmarks.
Use DotMacSyncManager and DAVKit, two Apple private frameworks.
Read only for the moment.

Under GPL licence.

New :
- Release

ModSocks
Version 1.0.0 - Source OC - 925.58 Ko (1066 downloads)
Allow to launch a SOCKS server on your iPhone (work on iPod Touch, but there is no interest).
To use it :
- Create a WiFi network;
- Attribute an IP to your computer fo the WiFi;
- Connect your iPhone to this network (don't forget to give an IP to your iPhone too);
- Launch ModSocks, start the server
- Configure for SOCKS parameter (see the doc of your software, else in the advanced setting for the system) the address of the iPhone and the configured port (8888 by default).

Warning : this application transform your iPhone in "modem". A lot of phone operator don't allow this. Check before going against your contract.

Under GPL licence, use the server SOCKS of 3proxy.

New :
- Release

Convertisseur
Version 1.0.0 - Source OC - 13.55 Ko (1010 downloads)
Le traditionnel convertisseur Euro ;) Permet de voir comment utiliser les delegates.

New :
- Distribution

PGCD
Version 1.0.0 - Source OC - 15.65 Ko (781 downloads)
Permet de trouver le PGCD de 2 nombres.

New :
- Distribution

Chevaux
Version 1.0.0 - Source OC - 17.37 Ko (789 downloads)
C'est un mini jeux où 3 chevaux (représenté par des barres de progression) avance au hasard. On parie sur un des chevaux, et le logiciel vous annonce à la fin de la course si vous avez gagné. Génial ! Hum hum ;)

New :
- Distribution

AnagrammeFinder
Version 1.0.0 - Source OC - 233.10 Ko (1038 downloads)
Utilitaire qui permet de trouver tous les anagrammes d'un mot.

New :
- Ancienne version de WordShaker.

QuickHTMLShower
Version 1.0.0 - Source OC - 29.33 Ko (923 downloads)
Permet de voir rapidement le rendu d'un code HTML. La fenêtre est divisé en deux : en haut le code et en bas le rendus.

New :
- Distribution