Directory branches/budaev/var/tools/

Directory Created:
2018-11-17 14:02
Total Files:
39
Deleted Files:
1
Lines of Code:
8331

[root]/branches/budaev/var/tools

Lines of Code

branches/budaev/var/tools/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbu062 48 (100.0%) 8420 (100.0%) 175.4

Most Recent Commits

sbu062 2022-01-16 10:00 Rev.: 11959

add `fields` bash tool

12 lines of code changed in 1 file:

  • branches/budaev/var/tools: fields (new 12)
sbu062 2021-12-14 12:43 Rev.: 11869

helper script for rclone

61 lines of code changed in 1 file:

  • branches/budaev/var/tools: rclonefs (new 61)
sbu062 2021-02-22 16:55 Rev.: 10630

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:

  • branches/budaev/var/tools: PoissonDirectSingle.f95 (new 90)
sbu062 2021-02-22 11:37 Rev.: 10622

simple test code for decay

39 lines of code changed in 1 file:

  • branches/budaev/var/tools: decay.f (new 39)
sbu062 2020-12-27 13:27 Rev.: 10133

did a more practical command

1 lines of code changed in 1 file:

  • branches/budaev/var/tools: runxssh.vbs (+1 -1)
sbu062 2020-12-26 11:03 Rev.: 10131

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:

  • branches/budaev/var/tools: runxssh.vbs (new 5)
sbu062 2020-10-08 08:26 Rev.: 9872

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:

  • branches/budaev/var/tools: newton.f90 (new 178), robust_interp.f90 (new 221), robust_newton.f90 (new 366), robust_stat.f90 (new 172), somedata.csv (new 101)
sbu062 2020-10-08 08:21 Rev.: 9871

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:

  • branches/budaev/var/tools: csvtable.f90 (new 122), mkisoc.bat (new 33), sqlite3_iso_c.c (new 28), test_iso_c.f90 (new 54)
sbu062 2020-10-08 08:15 Rev.: 9870

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:

  • branches/budaev/var/tools: abstract_point.f90 (new 75), abstract_sort.f90 (new 206), basic_stat.f90 (new 92), classes_geom.f90 (new 128), fishes.f90 (new 236), histogram.data (new 10), histogram_f90.f90 (new 62), interp.f90 (new 61), particles.f90 (new 186), performance_arrays.f90 (new 88), points2d3d.f90 (new 182), qsort_reals.f90 (new 32), random_walk.f90 (new 231)
sbu062 2019-04-18 08:20 Rev.: 8138

tool: show all procs

2 lines of code changed in 1 file:

  • branches/budaev/var/tools: allprocs.bat (new 2)
sbu062 2019-04-03 10:45 Rev.: 8100

added sensible message based on error code from microsoft docs

12 lines of code changed in 1 file:

  • branches/budaev/var/tools: syncdirs.bat (+12 -1)
sbu062 2019-04-01 21:09 Rev.: 8089

exclude pattern temporary files

1 lines of code changed in 1 file:

  • branches/budaev/var/tools: syncdirs.bat (+1 -1)
sbu062 2019-04-01 20:38 Rev.: 8088

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:

  • branches/budaev/var/tools: syncdirs.bat (+5 -3)
sbu062 2019-04-01 13:31 Rev.: 8087

save log operation into log file

4 lines of code changed in 1 file:

  • branches/budaev/var/tools: syncdirs.bat (+4 -3)
sbu062 2019-03-25 23:41 Rev.: 8086

system: bat utility to one-way synchronise V drive with TEG webdav, for SELF/CRANES project

7 lines of code changed in 1 file:

  • branches/budaev/var/tools: syncdirs.bat (new 7)
sbu062 2019-02-28 16:22 Rev.: 7981

interface to standard C qsort

47 lines of code changed in 1 file:

  • branches/budaev/var/tools: qsort_c.f90 (new 47)
sbu062 2019-01-05 18:47 Rev.: 7610

cleanup tmp

0 lines of code changed in 1 file:

  • branches/budaev/var/tools: recode_behavs.py (del)
sbu062 2019-01-05 18:22 Rev.: 7607

beautified quick & dirty code param keys and loop

22 lines of code changed in 1 file:

  • branches/budaev/var/tools: recode_behavs.py (+22 -53)
sbu062 2019-01-05 11:13 Rev.: 7606

small change, renames

6 lines of code changed in 1 file:

  • branches/budaev/var/tools: recode_behavs.py (+6 -5)
sbu062 2019-01-04 17:42 Rev.: 7605

added rudimentary behaviour string recode utility for acss

52 lines of code changed in 1 file:

  • branches/budaev/var/tools: recode_behavs.py (new 52)
sbu062 2018-11-26 12:51 Rev.: 7562

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:

  • branches/budaev/var/tools: nbtest_rnd.f (new 165)
sbu062 2018-11-24 12:36 Rev.: 7561

added random number codes from netlib

4206 lines of code changed in 6 files:

  • branches/budaev/var/tools: nblocktest.f (new 162), randgen.f (new 748), randgen.txt (new 405), random.f90 (new 1595), ziggurat.f90 (new 333), zufall.f (new 963)
sbu062 2018-11-20 10:08 Rev.: 7553

a simple batch script to produce date label for files ala date+ format in Linux

22 lines of code changed in 1 file:

  • branches/budaev/var/tools: getdate.bat (new 22)
sbu062 2018-11-17 14:02 Rev.: 7544

small reorganize

797 lines of code changed in 1 file:

  • branches/budaev/var/tools: ParseText.F90 (new 797)
Generated by StatSVN 0.7.0