5/30/2008

По поводу САПР. Тут рулит QCAD и вся его обвеска которой таки дохрена и более. В сущности полный аналог автокада + плагины на все случаи жизни. Регулярно обновляется.
And ::
QCaD cannot be installed on your computer type (i386). Either the application requires special hardware features or the vendor decided to not support your computer type.

THis is awful !!

Poplar is cleaning the environment from the Trichloroethylene and smone achieveв positive results in selection of poplars - look here
today it is necessary to view and test kword - because there is a big problem to open *.doc file more than 2Mb and about 60-70 pages (and more) with Open Office (fucking OO 2.3!!) Day is desperately ruined ((((.

5/29/2008

just for note: Rosetta@home

and for Information and attention LHC@home
I've recieved feedback from LinkedIn))::

Recently you requested personal assistance from our on-line support center. Below is a summary of your request and our response.

If this issue is not resolved to your satisfaction, you may reopen it within the next 7 days.

Thank you for allowing us to be of service to you.


Subject
I have a customer service issue

Discussion Thread
Response (Katy M.) 05/28/2008 02:20 PM
Dear Julia,

Receiving member feedback is essential to our business and greatly appreciated. Your comments have been shared with our research and development team for review and will allow us to build a better product in the future.
Thank you,
Katy M.
Customer Support Agent
CERN trainings

5/28/2008

Hello
for help and to attention of young and talanted scientists and researchers in physics CERN

and for computing science in CERN c'est
for Marie Curie fans
and appropriate organizations such as MCnet
JINR to your attention

to learn français
and fr

to be a student and live in france help
and other opportunity -appartm
About France in russian and other faqs

And for me as for diver in bash

5/27/2008

it is not the new for now but is interesting for monitoring
and the next thing for research calculations

To Linkedin website

Hello!

I have some propositions to make your site better, I found some bugs in "Manage recommendadions" and if you please pay attention to this part - It would be easier and more pleasant for people to use your Services)))

1) complete flow to find hidden recommendation;
2) incorrect representation of the hidden recommendation on "Recommendations: Received / Manage" page;
3) not ideal behavior when trying to manage the hidden recommendations;

1) Complete flow to find hidden recommendation - It is not unambiguous.

1.1) Main flow:

Click on "Accounts & Settings" link -> click on "Manage recommendation" link in "Profile Settings" section -> Received Recommendations -> Unassigned recommendations -> click on "show recommendations" link

1.2) Alternative flow:

Edit my Profile -> Click on the "Edit" button near the name -> click "Cansel" link (why it is not button?) -> it forwards you to "Account" page (why not to "Edit My Profile"???) -> click on "Manage reccomendation" link in "Profile Settings" section -> Received Recommendations -> Unassigned recommendations -> "show recommendations" link

Proposition:

It would be better to show ALL recommendations when click on "Profile -> Edit My Profile" (and Hidden/ Unassigned recommendations) against forwarding to recommendations list that You've created for smone else [only] .

2) Fisrt message (recommendation) overlays some warning notification (and it is impossible to read it).

3) The necessity to confirm each recommendation and absence of "Save changes" button for all recommendations is annoying - It takes time: to select position, to select "show" radio button and then click "Save changes" than once more click on "Show recommendations" link .. and so on ..
and when I have to manage 6 or more recommendations - It takes a lot of time - so
Proposition2:
It is necessary to make one common button for whole page.

Thank you for attention, Julia

5/26/2008

Lguest = rustyvisor
Emergency Linux reboot:
Hit the [ Alt + SysRq ] keys together, and, holding them down, type REISUB, and you're on your way.
1. R - keyboard goes out of RAW mode.
2. E - TErminate all processes.
3. I - KIll all processes.
4. S - Sync disks.
5. U - Unmount disks and remount them read-only.
6. B - ReBoot the machine.

and

Raising Skinny Elephants Is So Utterly Boring

It happens too often with my laptop last time - smone says that trouble is serious with memory.

5/14/2008

SIP here

Yesterday I've reinstalled my OS with help of my friends and now - it is Ubuntu 8.04..
Now I wish to install some packages, like
1) Kile or LyX;
2) Octave;
3) some kodeks for music
some help in work
some link for me to learn deutch(yes) - and the fairytales; and the song
how I will sync my shuffle now
smth about SIP
the next link (mixed cipherS)
new application to test sometime
SIP questions
and the next easy way to find info


else german
and germ

5/12/2008

where is this (..censored) "... " ???

This is easy peace of code, that doesn't executes
ANd I don't know why:

>>> the_world_is_flat=1
>>> #if the land is flat, prevent the falling
... if the_world_is_flat:
... print "Warning! Possibile falling"
File "", line 3
print "Warning! Possibile falling"
^
IndentationError: expected an indented block
>>>



http://www.python.org/doc/lib/module-BaseHTTPServer.html

5/07/2008

O !!
I've found another nice link http://www.python.org/doc/current/lib/
and http://www.citforum.ru/security/cryptography/yaschenko/1.html - for future)))
and http://forum.vingrad.ru/forum/topic-193545/kw-python-gcc-mingw-winapi-debian.html

5/06/2008

the next interesting thing about types in Python::

>>> type(string)

>>> type(string.punctuation)

>>> type(string.join)

>>> callable(string.punctuation)
False
>>> callable(str)
True
>>> type(str)

>>> type(dir)

>>> type(type)
-- note! - type for "type" - is type))
>>> type(string.punctuation.isdigit)

>>> type(builtin_function_or_method)

Traceback (most recent call last):
File "", line 1, in
type(builtin_function_or_method)
NameError: name 'builtin_function_or_method' is not defined
-
- and type for "builtin function" is not defined))

>>>
Today I've start reading the "How to Think Like a Computer Scientist" and I've noted this conversation:

"1.2 What is a program?
A program is a sequence of instructions that specifies how to perform a computation.
The computation might be something mathematical, such as solving
a system of equations or finding the roots of a polynomial, but it can also be a
symbolic computation, such as searching and replacing text in a document or
(strangely enough) compiling a program."


Chapter 3:

As you can see earlier, I've tried to start typing in shell and there were some errors. Today I've start the perl program and !! OH !! I've found : chmod +x for file !!


(jj)examplesPY% chmod +x test1.py
(jj)examplesPY% ./test1.py
./test1.py: line 1: syntax error near unexpected token `('
./test1.py: line 1: `def fib(n):'
(jj)examplesPY% ./test1.py
./test1.py: line 1: syntax error near unexpected token `('
./test1.py: line 1: `def fib(n):'
(jj)examplesPY%

-- not successful!!


5/05/2008

Python in Linux (Red Hat)
Chapter 1
Looking through the book "Diveintopython.pdf" I've found example and as I work in Linux Centos - I've decided to try some examples in shell:
after this warning "Whoops! Just typing python gives you the older version of Python −− the one that was installed by default." I've found the python2.4 that was installed on my PC by default and:

~: python2.4

Python 2.4.3 (#1, Mar 14 2007, 18:51:08)
[GCC 4.1.1 20070105 (Red Hat 4.1.1-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+1
2
>>> x=2
>>> r=4
>>> x+r
6

-- first tries were successfull)))

Chapter 2

Next my try was to run from examples my favorite odbchelper.py :

python odbchelper.py
/opt/openoffice.org2.0/program/python.bin: can't open file 'odbchelper.py'
(jj)bin% python2.4
Python 2.4.3 (#1, Mar 14 2007, 18:51:08)
[GCC 4.1.1 20070105 (Red Hat 4.1.1-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/PIL', '/usr/lib/python2.4/site-packages/gtk-2.0']
>>> sys.path.append ('/users/jj/home/diveintopython-5.4/diveintopython-5.4/py')
>>> sys.path
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/PIL', '/usr/lib/python2.4/site-packages/gtk-2.0', '/users/yr0476/home/diveintopython-5.4/diveintopython-5.4/py']
>>> import odbchelper
>>> type (odbchelper)

>>> run odbchelper.py
File "", line 1
run odbchelper.py
^
SyntaxError: invalid syntax
>>> python obdchelper.py
File "", line 1
python obdchelper.py
^
SyntaxError: invalid syntax
>>>
(jj)bin% python odbchelper.py
/opt/openoffice.org2.0/program/python.bin: can't open file 'odbchelper.py'

(jj)bin% cd /users/yr0476/home/diveintopython-5.4/diveintopython-5.4/py
(jj)py% python odbchelper.py
pwd=secret;database=master;uid=sa;server=mpilgrim
(jj)py% print odbchelper.buildConnectionString(params)

CORRECT>printf odbchelper.buildConnectionString(params) (y|n|e|a)? no
Badly placed ()'s.
(jj)py% print odbchelper.buildConnectionString ( params )

CORRECT>printf odbchelper.buildConnectionString ( params ) (y|n|e|a)? yes
Badly placed ()'s.
(jj)py% import odbchelper

(jj)
py% python2.4
Python 2.4.3 (#1, Mar 14 2007, 18:51:08)
[GCC 4.1.1 20070105 (Red Hat 4.1.1-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import odbchelper
>>> import odbchelper
>>> params = {"server":"mpilgrim", "database":"master", "uid":"sa", "pwd":"secret"}
>>> print odbchelper.buildConnectionString(params)
pwd=secret;database=master;uid=sa;server=mpilgrim
>>> print odbchelper.buildConnectionString.__doc__
Build a connection string from a dictionary

Returns string.

-- so this was successful too _)))