Skip to content

zhangqm666/samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here I'll put some samples and testing with.

The samples:

  • WX/wx_gevent.py - A sample about how to use wxPython with gevent. It's GUI with a tail -f functionality. Here I have to create a new class inheriting wx.App and override the Mainloop method.

  • Go/test_mmap.go - It's a sample about the use of mmap to map an array into a file. The array use here is of type float64 with dimension 100x3.

  • Python/generate_kml_by_file.py - Given a file with one place for line, it searches each place on google maps using pygeocoder and creates and a marker. The set of generated markers are then saved on a kml file using simplekml.

  • Python/plotting.py - So far, there are two functions to ease the plotting of a set of vectors (2D and 3D).

About

Where I put some samples and testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published