Petit Jardin
A blog for life and programming
Friday, January 30, 2015
Test sharing code with Gist
›
I am using gist for sharing code here. Credits to the original blogger's post .
How Do I Enable remote access to PostgreSQL database server?
›
This is a much discussed topic. I will just quote links here and here . Note that if allowing the whole world to connect is desired. A...
Wednesday, March 5, 2014
Site matching query does not exist -- Django
›
Background: When migrating from sqlite3 to postgresql, after running python manage.py syncdb got error message “ Site matching query...
Sunday, November 11, 2012
Gnuplot: how to draw histograms, the easy way
›
Suppose the test data is like Num_clients S1 S2 S3 S4 1 6.853 6.812 6.811 6.813 2 10.726 10.701 10.699 10.7 3 15.122 15....
Wednesday, June 20, 2012
Latex: have two tables side by side?
›
\begin { table } \parbox { .45 \linewidth }{ \centering \begin { tabular }{ ccc } \hline a & b & c \\ \hline \end { tabular ...
Tuesday, April 10, 2012
Installing PostGIS 1.4.0 on Postgresql 8.4 on Ubuntu 10.04
›
http://www.paolocorti.net/2008/01/30/installing-postgis-on-ubuntu/ Install postgres 8.4 sudo apt-get install postgresql postgresql-cli...
1 comment:
Monday, April 9, 2012
Fixing "font not embedded" issue to pass the IEEE PDF eXpress check
›
I spent two hours making my pdf file to pass the IEEE PDF eXpress check. After I latex and submit the pdf file, I got the following error...
55 comments:
›
Home
View web version