I am looking for an easily implemented html generator for python. I found this one
http://www.decalage.info/python/html
but there is no way to add css elements (id, class) for table.
thx
Hello , i was just wondering, is there any way in MIPS to store a summation of numbers as a string and later read them byte by byte, for example:
the sum 657 - sw into a .ascii directive - later lb on the first index to get 6 (in ascii code) same with 5 and so on
Is this possible ?
//Thx in advance
I need explain about the four field (4 or 0 ) of ps -ef command , what the meaning of this number
THX yael
root 27116 27112 4 15:25 pts/0 00:00:00 grep -qsRw -m1 monitohhhhhhhr /var
root 29017 27113 0 15:25 pts/0 00:00:00 grep qsRw -m1
Hi,
I'm looking for a small PCM converter tool which I can access by Dos-Console.
I have any wave-files and need always this output: PCM 44,1k, 16bit, Mono
Is there any program for this?
Thx 4 answers
hi all,
I want to generate/write and then parse (write & read) the bpel process (xml). Is there any way api to this, something like wsdl4j... ?
thx
adnan
If I have a algorithm A that i have proven belongs to P can this algorithm also belong to the NPC class or is it strictly P? What about NP? P Belongs to NP right?
Thx for any help!
/Marthin
hi, in my application, i got a map that show the location of the user. But i also need to get the exact adress of where he is and put it in a string.
Any idea how it works?
thx
I am using galleria for my site [Minavet.ro][1]
[1]: http://minavet.ro and this error comes up is IE7
Line:219079877
Char:2
Error:Expected identifier, string number
code:0
url:http://minavet.ro
Thx for your time
I have given the images width and height and now the error is
Line:222704333
Char:2
Error:Expected identifier, string number
code:0
url:http://minavet.ro
Hi guys,
My customer is setting up a cron task via plesk.
In pycron there's an option called spider that prevents the cron to save a copy of the file on the server root.
Does anyone knows wich are the command line options accepted by a cron task setted trought plesk?
thx.
Hello , i was wondering if there was anyway of combining two characters to form one character.
For instance, i have the character 6 and 7 , i want to combine them and make the result 67 that is saved in a register, is there any solution to this problem ?
//Thx in advance
Hi,
I'm using EasyPHP (my OS = Windows XP) and I've wroten an little php-script that should update my database every hour while server is up.
I could include the script into the index.php but then it would only be executed when there is activity on the site.
How can I configure EasyPHP or Cygwin to execute my cron job ?
thx
GAE Datastore Table Display using JSON and Google Visualization Table?
Anyone has experience on this? How Google Visualization Table will render pagination with JSON? Really need an example on how to do this or another solution on achieving same result?
I just want to render my table just like this sample using above methode and source.
Thx
here's my code:
DECLARE @SQL varchar(600)
SET @SQL =
'SELECT CategoryID, SubCategoryID, ReportedNumber
FROM tblStatistics
WHERE UnitCode = ' + @unitCode +
' AND FiscYear = ' + @currYEAR
EXEC (@SQL)
When i run this sproc with unitCode = 'COB' and currYEAR = '10', i get the following error:
Invalid column name 'COB'.
Does anyone know why?
thx!
Hi All,
How does jvm know what class an object is an instance of at runtime. I know we can use the getClass method to get the class name but how does the getClass method work?
Thx,
Praveen.
how to remove specific element for example need to remove NET2... element from the XML by VB
I need to verify if NET2 element exist and then to remove it from the XML
root version="3.0"
NET1 ID="172.17.202.1"/
NET2 ID="172.17.202.2"/
NET3 ID="172.17.202.3"/
/root
THX
Yael
Hi,
I have a string "Word1 Word2" and I want to transform it to a query such as "Like '%Word1%Word2%'".
At the moment I have:
from t in Test
where t.Field.Contains("Word1 Word2")
How to do this in LINQ2SQL? Do I need to create two separate queries for this, can't I write it in the same statement?
Thx in advance
I'm trying to make a siren sound in python with beeps, but had no success..
I'm trying something like
winsound.Beep(700,500)
winsound.Beep(710,500)
winsound.Beep(720,500)
...
It's a better way to do it? And play it?
Without external files...
Thx
Hey all,
I'm having a little performance problem with the gwt (incubator) ScrollTable. It's rendering really slow. Not even when I'm loading a lot of data - it happens already with a few rows.
Or is it possible that the deserializing of the data takes so long?
I'm using GWT 2.0 and IE.
Maybe someone has the same problem or a solution for it.
Thx and Happy Easter!
I am making the website of a movie theater, and I want Google Movies to index the showtimes I publish on the website. Does anyone know if there's a way to do this?, maybe using microformats? or exposing this information using RSS or something similar?.
Thx
Hey,
I have a tableview which content is managed through core data. When I select a row, a details view is pushed in and shows more information. How can I jump to the next record (the one below the one I selected in the tableview before) through a "next" button in the view ? Same for a previous button, but that should be very similar ...
thx a lot !
Sebastian
I have a solution in Vb.NET 2008 windows Form with ToolStripMenuItems,
but I need to implement menu navigation without any mouse intervention.
I only found mouse events In ToolStripMenuItems, MenuStrip, etc.
Thx.
hi all,
is it possible to define a regex pattern which checks eg. for 3 terms independent to their position in the main string?
eg. my string is something like "click here to unsubscribe: http://www.url.com"
the pattern should also work with "http:// unsubscribe click"
thx
HI,
I would like to create a function that beautify my text. For this I use a regex who remplace some characters, but it not run. Can you give me the regular expression for this :
Replace the first letter by a caps
Replace any underscore _ by a space
So for example: the_pack_2 will be The pack 2.
Thx
Hi,
I have 3 classes A,B,C .
Class A creates B .. class B creates class C.
Class C raises events after some action/operation with some data, which is handled by event handler in Class B.
Now I want to be handle or pass the same raised event data to Class A.
I know i can raise another event from class B and handle it in A but is there a better
way of handling such events??
Thx