Saturday 21 April 2007, 13:02
Start the emulator in shell mode
- Edit C:\Symbian\9.1\S60_3rd_MR\Epoc32\Data\epoc.ini
- Add textshell at the first line
[no comment] :: [no trackback]
Saturday 21 April 2007, 13:02
[no comment] :: [no trackback]
Monday 16 April 2007, 11:24
Here is a source for multiple asynchronous non-blocking socket connections
[view]
[89 comments] :: [no trackback]
Friday 23 March 2007, 13:58
I'm currently looking for a S60 SW development, summer trainee. Please don't hesitate to contact me.
-Damien
[no comment] :: [no trackback]
Thursday 15 March 2007, 17:26
Today I managed to install and share my HP PSC 1350 printer on my Debian
Libs to intall:
apt-get install hpijs hp-ppds hplip hplip-data
Run
hp-setup
Then follow the instructions. You should now be able to use the scanner and everything that wasn't recognized with the generic driver that only allowed me to print.
Now if you want to share the printer with a windows XP machine, then follow these instructions (no need to play around with Samba!):
https://help.ubuntu.com/community/NetworkPrintingFromWinXP
When adding the new printer on your Windows machine, you won't find the driver for your PSC 1350, so just choose the Generic MS Publisher Color Printer driver and it will do the trick :)
And the best of all at the end: you just saved from 500 Mb to 1Gb of installation you would have need to install the printer on a Windows machine :D
[no comment] :: [no trackback]
Wednesday 14 February 2007, 09:34
Regular expression reminder
[view]
[no comment] :: [no trackback]
Tuesday 23 January 2007, 10:51
To make a list of acronyms use the following package in the preamble:
\usepackage{acronym}
Then you add the list where on want in your document, usually at the end. For example:
\section{Acronyms}
\begin{acronym}[TDMA]
\acro{CDMA}{Code Division Multiple Access}
\acro{GSM}{Global System for Mobile communication}
\acro{NA}[\ensuremath{N_{\mathrm A}}]
{Number of Avogadro\acroextra{ (see \S\ref{Chem})}}
\acro{NAD+}[NAD\textsuperscript{+}]{Nicotinamide Adenine Dinucleotide}
\acro{NUA}{Not Used Acronym}
\acro{TDMA}{Time Division Multiple Access}
\acro{UA}{Used Acronym}
\acro{API}{Application Programming Interface}
\acro{lox}[\ensuremath{LOX}]{Liquid Oxygen}%
\acro{lh2}[\ensuremath{LH_2}]{Liquid Hydrogen}%
\end{acronym}
Now the tags \ac, \acf, \acs, \acl
The Application Programming Interface (API) provides all methods for the client.
The Application Programming Interface (API) provides all methods for the client.
The API provides all methods for the client.
The Application Programming Interface provides all methods for the client.
If you get, let's take only the first example, API!:
The API! (API!) provides all methods for the client.
the reason is that you have not give the description for this abbreviation. The second reason could also be that you need to compile twice your report since the first time will updates the files and the second will actually print the proper result.
[no comment] :: [no trackback]
Monday 15 January 2007, 21:18
Comand to run:
pygmentize -f latex -l python -O full -o viewFinder.tex viewFinder.py
pygmentize -f latex -l python -o viewFinder.tex viewFinder.py
[no comment] :: [no trackback]