126 reputation
8
bio website none
location Nairobi
age 25
visits member for 10 months
seen 5 hours ago
stats profile views 16

Im a freelancer working on python programs, both web apps and desktop apps. And a server admin with experience with centos and other redhat based *nixs. Iv also been known to play with freebsd and i adore slackware linux. You can find me hanging on freenode in #python #slackware #moin #maxima #sagemath #slackware #django, i'l stop there and let you figure out my nick. Other than that im actually me.


2d
asked how do i allow header “Accept-Ranges” in nginx?
May
17
accepted converting plain ascii math or ascii art to mathml / latex
May
17
comment converting plain ascii math or ascii art to mathml / latex
thanks, i had decided to do that as a stop gap measure, iv no idea how robust and future proof that is, but it works.
May
16
comment Python: Using a list to check items in a seperate list and if present then replace
now thats magic. +1
May
16
comment converting plain ascii math or ascii art to mathml / latex
@katrielalex yes, i know about maxima's ability to do that, works well with its own simple ascii inputs, but not with 2-d ascii art. moreover since im accessing it programatically (im using python) it becomes a little clumsy (not to mention impracticall to tell when to do that) to run tex(%) after every evaluation, and this would not be a solution the moment i try to use some other CAS like axiom/singular/reduce.
May
16
asked converting plain ascii math or ascii art to mathml / latex
May
15
answered how to add an auto expand to ace editor
May
15
comment ACE editor: create a new editor dynamically
please share your solution
May
15
revised how to add an auto expand to ace editor
added 353 characters in body
May
15
asked how to add an auto expand to ace editor
May
14
comment how would i separate a string based on some pattern without loosing the match parameter in python?
it works for a string a like the one o gave, but i dont think it would work for a*2 properly, as i pointed out, i need it to work for more than one occurence.
May
14
comment how would i separate a string based on some pattern without loosing the match parameter in python?
well it works fine, thanks it even works for b = a*2 ( a concatenated with itself). One more thing how would i get rid of empty strings after the match? it seems the match end up with some empty fields.
May
14
accepted how would i separate a string based on some pattern without loosing the match parameter in python?
May
14
comment how would i separate a string based on some pattern without loosing the match parameter in python?
ok, let me test that.
May
13
asked how would i separate a string based on some pattern without loosing the match parameter in python?
May
9
comment How do I use getvalue using Ace Editor?
@Mrchief, oh, i did not see that, +1 then :)
May
8
comment How do I use getvalue using Ace Editor?
@Mrchief nice comment. you should have answered too.
Apr
13
comment pyzmq create a process with its own socket
good, and nice catch. i could not see that.
Apr
13
accepted pyzmq create a process with its own socket
Apr
13
comment pyzmq create a process with its own socket
right, let me give this a try and get back to you. nice idea this one.