0.151
15 αποτελεσμα(τα)
thk thk Παρ. 5 Φεβ. 2021 3:01 tags προγραμματισμός 5 views
στην τελευταια δουλεια πληροφορικης ο τοτε προϊσταμενος παιδι της Microsoft ενω εμενα με ειπε παιδι του Apache μου μαθε την εννοια CRUD, CReate Update Delete.
thk thk Παρ. 5 Μαρ. 2010 21:57 tags προγραμματισμός 4 σχόλια
EDIT APR2021 : updated code for python 3 NOW THE CODE BY DEFAULT CHANGES ARTIST TITLE ALBUM LYRICS IF NO -t <encoding> is given uses the cp1352 codepage greek you can look at the code here : http://www.kaotonik.net/home/thk/eyed3conv/download Καλο!Αλλου το βρηκα αν και ξεκινησα να γρ...
thk thk Πεμ. 3 Δεκ. 2009 20:17 tags προγραμματισμός 1 views
If you are a software developer and thinking about choosing a version/source control system, stay away from SVN.the reason : You will find easier writing software than controlling SVN.. I mean it is one of these things that you cannot learn enough to do simple things and not have problems. If you a...
thk thk Τετ. 21 Οκτ. 2009 22:11 tags λίνουξ , προγραμματισμός , κομπιούτερ 0 views
Ok , this is a bug I ve been struggling long time to solve. My red5 server was getting about 5(!) minutes to start on my live virtual server.On home it takes about 15-20 seconds.So as java is a very advanced language and when you make a change in your code you have to restart the whole universe, th...
thk thk Δευ. 14 Σεπ. 2009 14:02 tags javascript , madpy , προγραμματισμός , 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 Τετ. 24 Ιούν. 2009 20:38 tags λίνουξ , προγραμματισμός 0 views
Problem:Copied an eclipse workspace folder into a new linux system.All projects are svn working copies.Eclipse does not realize this , and you are not presented with the projects in the synchronize tab.Solution, cause: When I originally checked out the projects I checked them out from a url that I p...
thk thk Σαβ. 27 Σεπ. 2008 3:32 tags λίνουξ , madpy , προγραμματισμός 1 views
Πριν κατι ώρες έστειλα το παρακάτω email στο mod_python mailing list (= διαφοροι τρελοι που κάνουμε mod_python) .Hello to all.I am very pleased to announce the first release of MADPY, a cms built on mod_python , under an open source license (bsd) .It was just released today so there is not so much i...
thk thk Κυρ. 14 Σεπ. 2008 17:05 tags γραφικά 0 views 3 σχόλια
Internet explorer 6 and it's previous versions is probably the most hated program amongst developers out there. It surely has doubled our work . As for users it is curious to watch this strange addiction that everyday users feel for IE. Microsoft's politics for this program is a very good reason for...
thk thk Τετ. 21 Μαϊος. 2008 4:19 tags javascript , madpy , προγραμματισμός 0 views
If you have visited a blog in kaotonik before, you may have noticed , that few days ago, a read more link was added at the bottom of every blog item , and the the item showed clipped.This is the 'read more' functionality I had been planning to add.But as I am lazy programmer Ι ended up with very gyp...
thk thk Κυρ. 18 Μαϊος. 2008 18:02 tags προγραμματισμός , 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 Τρι. 13 Μαϊος. 2008 15:20 tags προγραμματισμός , 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...
thk thk Παρ. 11 Απρ. 2008 20:14 tags λίνουξ , προγραμματισμός 0 views
at svn land everything is nice except when you start to conflict and see lines like <<<<<<<<<<<<​​​​​mineinyourfiles.thenit's time to read this nice manual over svn If you get a conflict, you need to do one of three things: Merge the conflic...
thk thk Πεμ. 10 Απρ. 2008 20:38 tags λίνουξ , προγραμματισμός 0 views
perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:       ​LANGUAGE = (unset),        LC_ALL = (unset),        LANG = "en_US.UTF-8" &n...
thk thk Κυρ. 6 Απρ. 2008 17:56 tags λίνουξ , προγραμματισμός 1 views
It's hard to remember all those linux commands1.to exclude a directory from svn control svn propset svn:ignore '*' dir_name/ Quick Start: Here we’l present quick start examples explained. Create linux tar gz (Gzip) archive tar -czvf myarchive.tgz mydirectory/ We use the -t option to ...
thk thk Παρ. 4 Απρ. 2008 16:51 tags λίνουξ , προγραμματισμός 1 views
Το grep δεν πεθαίνει !Το χρησιμοποιούμε ακόμα στο linux , και στο desktop , και αναγκαστικά όταν το μονο που έχουμε είναι command line interface.Βέβαια μέχρι στιγμής εγώ έκανα&nbsp; grep -R something *και έψαχνε και στα απο κάτω directories.Ti γίνεται όμως όταν θες να ψάξεις recursively (αναδρομ...