2007-02-02 Branching in SVN with existing work
This week I had the situation where I was asked to come to another office (in Groningen) and do some . . . file tdb/mysql-telis.sql patching file client/python/plotffo.py ... lines removed ... $ svn commit . . .
2K - last updated 2007-02-02 13:59 UTC by bvankuik
2010-09-23 From Perl to Python
At work, we are currently using Perl and IDL, alongside our (in C++ written) EGSE server software. For . . . we are looking to replace both parts with Python equivalents. This involves both a port of the . . . what way we want to let these co-exist with the Python plotting facilities. We will create a design . . . Perl control/readout libraries will be ported to Python * Which plots are present in the EGSE, and what . . . we will do with them * Where the Python scripts will run * Where the Python plots will . . .
2K - last updated 2010-09-24 13:59 UTC by 6115
2010-10-12 Supporting Python
At my dayjob, we have created an application for sensor readout and control. We are creating a software . . . design to support Python for scripting, analysis and plotting, besides . . . we really want is that all of this happens in Python: # User defines a plot # Python script retrieves . . . data # Python script sends data to plot, which is maintained . . . by a running Python process The problem here is that the old situation . . .
2K - last updated 2010-10-13 12:28 UTC by 6115
2011-04-08 Using the decorator pattern in Python
For my current project, we are trying to look into the future, where our Python scripts might be used . . . electronics. In order for this to work, our Python library for communication with our [[2011-03-03_SAFARI_software_and_hardware_setup|Generic . . . multiple addresses to be set. Thus, we need the Python scripts to work with a different set of addresses . . . I'm looking into the best way to do this in Python. Since I'm not (yet :-) a guru in the matter . . . of Python, this'll be an interesting experiment. (Photo . . .
2K - last updated 2011-04-08 15:05 UTC by 6115
2011-12-12 Protocol stuff
We have an interesting situation here at work, concerning our internally developed binary protocol. There . . . will fit in 64 bits. The developer of our Python library said that the samples64 field implies, . . .
5K - last updated 2011-12-15 15:40 UTC by 6115
2013-08-12 Measure the AC gain part 2
I've worked some more on a Python script that measures the gain (transfer) of the AC bias of the SQUIDs. . . .
1K - last updated 2013-08-12 15:09 UTC by 6115
2014-04-16 Python vi keybindings on OS X
If you're used to vi keybindings, and you use Python interactively, you're going to do a lot of cursing . . . following content: bind -v Add a file called .pythonrc with the following lines: import rlcompleter . . . readline Add a line to your .bashrc which makes Python run .pythonrc when it starts interactively: . . . export PYTHONSTARTUP="$HOME/.pythonrc" Start python from the . . .
1K - last updated 2014-04-16 12:40 UTC by 6115
Comments on 2007-03-12 Better measurement
Ha Bart! Ik zat wat te koekeloeren op je weblog. Die plot, is die van Python? Je hebt trouwens een hoop . . .
1K - last updated 2007-09-13 13:01 UTC by bvankuik
Configuration
= Generating a config file = In a non-trivial project, several programming languages will often be used. . . . are located in " . $prefs{"BINDIR"}; == Usage in Python == The syntax of the configuration file is actually . . . valid Python syntax. == Usage in PHP == Put the following . . .
8K - last updated 2006-10-20 14:09 UTC by bvankuik
dv1 installation
* Installation, see [[Booting_over_the_network]]. Customized package selection, everything deselected . . . noarch 11.1-1.1.el5.centos base 46 k notify-python x86_64 0.1.0-3.fc6 base 13 k pirut noarch 1.2.10-1.el5.centos.1 . . .
3K - last updated 2007-06-24 09:37 UTC by 6115
IDL
= Installing GDL = http://gnudatalanguage.sourceforge.net/ GDL is an IDL clone. To install on Fedora . . . --with-netcdf=no \ --with-python=no * Then compile and install as normal: make . . .
1K - last updated 2006-02-08 15:12 UTC by 6115
Python
= Debugging trick = To make the debugger prompt pop up at a specific place, paste the following line . . .
2K - last updated 2013-02-28 08:44 UTC by 6115
Python presentation
What is Python? * Scripting language, invented in 1991 at CWI (Amsterdam) as a scientific programming . . . and Ubuntu Differences with Perl philosophy * Python usually has one obvious way to do something . . . * Python has shorter development cycles (think Perl 6) . . . developed * Looks good on the desktop What could Python mean for us? * Easy to use * Easy to explain . . .
2K - last updated 2008-12-12 09:35 UTC by 6115
Scratch CentOS 5
* Installation. Customized package selection, everything deselected except base utilities. * Log in for . . . noarch 11.1-1.1.el5.centos base 46 k notify-python x86_64 0.1.0-3.fc6 base 13 k pirut noarch 1.2.10-1.el5.centos.1 . . .
7K - last updated 2007-08-10 12:43 UTC by 6115
SVN
I've written about the differences between SVN and CVS and the usage of the plugins in Eclipse, see also . . . == Store the executable bit of shell scripts or Python scripts or what have you: $ svn propset svn:executable . . . in one file" Sending gui/src/file1.cpp Sending python/mylib/file2.py Sending python/test_scripts/file3.py . . . Sending python/test_scripts/file4.py Transmitting file data . . . command for each file: $ svn merge -r HEAD:PREV python/mylib/file2.py $ svn merge -r HEAD:PREV python/test_scripts/file3.py . . .
17K - last updated 2014-04-11 10:18 UTC by 6115
vankuik.nl
= Latest weblog entries = <journal 5> = Weblog Archive = [[Weblog_entries_2024]] [[Weblog_entries_2023]] . . . * [[Objective-C]] * [[Perl]] * [[PHP]] * [[Python]] * [[MySQL]] but mostly the administrative . . .
4K - last updated 2024-04-16 10:29 UTC by bartvk
Vim
[http://www.moolenaar.net/habits.html Tips from Bram], be sure to read them. = Interaction with X = Vim . . . --with-x \ --with-features=normal --enable-pythoninterp \ --with-python-config-dir=/usr/lib/python2.6/config . . . \ --enable-gui && make = Cooperation with Python = You definitely want code completion in Python. . . . this, first make sure vim is compiled with Python support (type <tt>vim --version</tt> and check . . . to see if there's a plus in front of the python option). Then add the following line to your . . .
9K - last updated 2014-12-12 08:11 UTC by 6115
Xen on Debian installation notes
= Packages = Install the following packages: sudo make gcc less libc6 libc6-dev bzip2 patch zlib And . . . for Xen: iproute python2.3-dev bridge-utils Unpack Xen source, edit . . .
1K - last updated 2007-06-08 10:59 UTC by 6115
18 pages found.