Slightly tired with VSD/VSS reverse
engineering,
I made a small
utility to dump bitmap preview from CorelDraw files.
It's easy, so I would like somebody implement similar
functionality in EOG or gthumb.
Slightly tired with VSD/VSS reverse
engineering,
I made a small
utility to dump bitmap preview from CorelDraw files.
It's easy, so I would like somebody implement similar
functionality in EOG or gthumb.
Dear Lazy Web
One commercial software file format stores some raster images (icons) in the format described below:
Offset Length Value
2. . . . . 2. . . . . Width (always 0x20?)
4. . . . . 2. . . . . Height (always 0x20?)
8. . . . . 4. . . . . Size of file
0xE . . . . . . . . . start of transparency 'list'
[right after end of transperency] start of points colors
The start is in the left bottom corner.
Transparency: 1 bit per point
Points: 4 bits for color encoding
It utilizes some kind of RLE algorithm, so if
most significant bit of L=1 -- repeat next byte L&127
times
most significant bit of L=0 -- read L&127 bytes
'literally'.
----
May be you can recognize it as some well-known format?
Example:
00 00
20 00 (Width)
20 00 (Height)
16 00 00 00 (Size)
00 00 ???
02 c0 03 (2 most signif bits in the 1st byte and 2 least
signif bits in the 2nd bytes are transparent)
FE 00 (next 7e*8 bits are opaque)
/because transparency was described for all points next
bytes are colors/
08 FF 99 FF 99 99 FF 99 FF (2 white /in real transparent/, 2
red /color 9/, 2 white, 2 red points; 2 red, 2 white, 2 red,
2white /transparent again/ points)
FF AA (7f*2 green /color A/ points)
FF AA (7f*2 green /color A/ points)
FF AA (7f*2 green /color A/ points)
FB AA (7b*2 green /color A/ points)
end of file
So I have 2 questions:
1. How system assigns devices to /dev/<something>?
2. How to determine (command/utils/place in the 'cat <something>') which dev-id was assigned to the device?
At least when I used to configure /dev/input/event0 there was no any 'no such device' messages.
"GnomeMeeting VTA"
I collected and analysed additional data about Cisco VTA and 'CAST' (as ethereal dissect it) protocol.
What is 'Advantage' (as the 'A' in a 'CVTA') means?
Technical side.
The idea is to add something (support of CAST?) to GnomeMeeting and replace CVTA with GM. I'm trying to read some unix network programming books at present ;-)
Why?
So there is some 'market' to share ;-) Additionaly such a plug-in (which extract info about calling party phone number/name) can be used as the base for CTI extensions (for example, bring up an evolution window with last e-mail received/sent to calling person).
Juniper
About a month after examination I received my JNCIS-M certificate.
CISSP (examination day)
Have no idea about results. I answered 250 questions in about 3 hours and spent about 40 minutes for transfering the answers to an answer sheet (this is the most annoying part of exam).
Proctors claimed that the results will be available at 2 weeks. It was funny to meet _two_ friends there.
One of them is in the proctor position ;-)
And another one is my ex-collegue from DataForce, also she is CCIE Security.
Parents
Changes of some region telephony codes in RU and modification of call routing temporary droped my ability to call to my mother. VoIP gateway insert city-code second time collect some digits from the phone number part and make call to somebody other.
My father said me by phone that the strong wind hurled a big trash container into the window of some old women at 2nd floor (1st if you count the ground floor).
"Woow-woo.. It's a strange word 'Kamchatka'!" ;-)
Together with my Juniper Networks Sales Specialist certificates (three)
I received one optical usb mini-mouse (about 2x6 cm).
Why not three minimouse per one certificate?!
MOUSE YOUR NET!!!
CISSP
I'm reading Ch.3 of Sybex Study Guide. Much better than Wiley's book.
New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!