[root]/branches/budaev/var/tools
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
sbu062 | 48 (100.0%) | 8420 (100.0%) | 175.4 |
add `fields` bash tool
12 lines of code changed in 1 file:
helper script for rclone
61 lines of code changed in 1 file:
added code for Poisson direct method
> The hint’s in the title. I wrote a simple function in Fortran for simulating
> (or sampling) Poisson random variables. (More precisely, I should say
> that the function generates Poisson variates.) I used the simple direct
> method. This method is based on the exponential inter-arrival times of the
> Poisson (stochastic) process.
>
> My code should not be used for large Poisson parameter values (larger than,
> say, 20 or 30), as the code may be too slow. Other methods exist for larger
> parameter values, which I’ve discussed previously.
>
> I just use the standard Fortran function random_number for generating
> (pseudo-)random numbers. I am not an expert in Fortran, but my Poisson
> function seems to work fine. I wrote and ran a simple test that estimates
> the first and second moments, which should match for Poisson variables.
90 lines of code changed in 1 file:
simple test code for decay
39 lines of code changed in 1 file:
did a more practical command
1 lines of code changed in 1 file:
this is an example VBS script to run X program from the remote host using putty and Xming
- works on Windows10
- example JScript from Xming site http://www.straightrunning.com/XmingNotes/ does not run as JS files are blocked by UiB IT policy
5 lines of code changed in 1 file:
added more examples from the book "Modern Fortran in Practice" by Arjen Markus
**source URL:** http://flibs.sourceforge.net/examples_modern_fortran.html
1038 lines of code changed in 5 files:
added interfacing to C sqlite example from the book "Modern Fortran in Practice" by Arjen Markus
**source URL:** http://flibs.sourceforge.net/examples_modern_fortran.html
237 lines of code changed in 4 files:
added examples from the book "Modern Fortran in Practice" by Arjen Markus
**source URL:** http://flibs.sourceforge.net/examples_modern_fortran.html
1589 lines of code changed in 13 files:
tool: show all procs
2 lines of code changed in 1 file:
added sensible message based on error code from microsoft docs
12 lines of code changed in 1 file:
exclude pattern temporary files
1 lines of code changed in 1 file:
use environ vars for paths
Note that Windows doesn't normally allow joining vars
e.g. `%FPATH%%LOGFIL%`, use full path in both vars
5 lines of code changed in 1 file:
save log operation into log file
4 lines of code changed in 1 file:
system: bat utility to one-way synchronise V drive with TEG webdav, for SELF/CRANES project
7 lines of code changed in 1 file:
interface to standard C qsort
47 lines of code changed in 1 file:
cleanup tmp
0 lines of code changed in 1 file:
beautified quick & dirty code param keys and loop
22 lines of code changed in 1 file:
small change, renames
6 lines of code changed in 1 file:
added rudimentary behaviour string recode utility for acss
52 lines of code changed in 1 file:
added modification of n block test program for testing standard builtin random_number procedure, with simple non-parallel seed routine from HEDTOOLS
165 lines of code changed in 1 file:
added random number codes from netlib
4206 lines of code changed in 6 files:
a simple batch script to produce date label for files ala date+ format in Linux
22 lines of code changed in 1 file:
small reorganize
797 lines of code changed in 1 file: