0.100
@ kaotonik.nethomesthksearch
6 result(s)
thk thk Fri. 4 Dec. 2020 3:02 tags madpy , Programming , python , pc , linux 4 views
στο λαπτοπ οπως ειπαμε αναγκαστηκα να βαλω τελευταιο kubuntu 20.10 , τον οκτωβριο βγηκε , γιατι ειναι καινουργιο το λαπτοπ και θελει τελευταιο πυρηνα σειρα 5.8.. Δυστυχως η modpython με Python 2.7 δεν μπορει να στηθει ... εχω πεσει σε μεταβαση γιατι τα χα παρατησει και τελικα θα πρεπει να γινει η με...
thk thk Fri. 5 Mar. 2010 18:58 tags linux , python
#rename_to greeklish.py #renames filenames with greek characters to greeklish (latin equivalent) #!/usr/bin/env python # -*- coding: utf-8 -*- import shutil,os map=[ ([α,Α,ά,Ά] ,a) , ([β,Β] ,b) , ([γ,Γ] ,g) , ([δ,Δ] ,d) , ([ε,έ,Ε,Έ] ,e) , ([ζ,Ζ] ,z) , ...
thk thk Mon. 14 Sep. 2009 14:02 tags javascript , madpy , programming , python 1 views
Forget all the rest.I did not know then or I have not figured .use CDATA declarations if you want to include html in xml.Its so simple..On of the most common things xml is used today is in ajax. Ajax is a method to make a request to an http server through javascript and stands for Asychronous Javasc...
thk thk Wed. 28 Jan. 2009 19:16 tags python 0 views
It's nice when the server and the client talk, but it is more nice when the servers talk to each other.Since I did not come upon any python code of implementing that , here is a python snippet to get icecast2 stats. This function gets stats of an icecast2 mount source you want to track. In my case ...
thk thk Sun. 18 May. 2008 18:02 tags programming , python 1 views
Since image files are served from the python handlers in madpy (notice that img src is in the form /somepath/path/image or /somepath/path/thumbnail and so on..) , I needed a way to view their http headers. I tried (and maybe still trying) to debug , caching , last-modified http header e.t.c. I ...
thk thk Tue. 13 May. 2008 15:20 tags programming , python 1 views
Of course there are numerous programs that adjust time on subtitle files, but here is a simple python script I have written one night I wasnt smart enough to search well. It adjusts time on srt files. Oh, and if you are on Windows try JetAudio media player which is very good in this task ( to sync u...