file_name
stringlengths
6
86
file_path
stringlengths
45
249
content
stringlengths
47
6.26M
file_size
int64
47
6.26M
language
stringclasses
1 value
extension
stringclasses
1 value
repo_name
stringclasses
767 values
repo_stars
int64
8
14.4k
repo_forks
int64
0
1.17k
repo_open_issues
int64
0
788
repo_created_at
stringclasses
767 values
repo_pushed_at
stringclasses
767 values
TestDateTime.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/test/org/hermit/test/astro/TestDateTime.java
/** * astro: astronomical functions, utilities and data * * This package was created by Ian Cameron Smith in February 2009, based * on the formulae in "Practical Astronomy with your Calculator" by * Peter Duffett-Smith, ISBN-10: 0521356997. * * Note that the formulae have been converted to work in radians, to...
4,176
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TestIllum.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/test/org/hermit/test/astro/TestIllum.java
/** * astro: astronomical functions, utilities and data * * This package was created by Ian Cameron Smith in February 2009, based * on the formulae in "Practical Astronomy with your Calculator" by * Peter Duffett-Smith, ISBN-10: 0521356997. * * Note that the formulae have been converted to work in radians, to...
4,961
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TestObliquity.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/test/org/hermit/test/astro/TestObliquity.java
/** * astro: astronomical functions, utilities and data * * This package was created by Ian Cameron Smith in February 2009, based * on the formulae in "Practical Astronomy with your Calculator" by * Peter Duffett-Smith, ISBN-10: 0521356997. * * Note that the formulae have been converted to work in radians, to...
1,916
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TestPosition.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/test/org/hermit/test/astro/TestPosition.java
/** * astro: astronomical functions, utilities and data * * This package was created by Ian Cameron Smith in February 2009, based * on the formulae in "Practical Astronomy with your Calculator" by * Peter Duffett-Smith, ISBN-10: 0521356997. * * Note that the formulae have been converted to work in radians, to...
8,226
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TestDeltaT.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/test/org/hermit/test/astro/TestDeltaT.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
9,104
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
ComplexDoubleFFT.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/ComplexDoubleFFT.java
package ca.uol.aig.fftpack; /** * FFT transform of a complex periodic sequence. * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ public class ComplexDoubleFFT extends ComplexDoubleFFT_Mixed { /** * <em>norm_factor</em> can be used to normalize this FFT transform. Th...
4,141
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
RealDoubleFFT_Mixed.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/RealDoubleFFT_Mixed.java
package ca.uol.aig.fftpack; /** * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ class RealDoubleFFT_Mixed { // ******************************************************************** // // Real-Valued FFT Initialization. // *****************************...
44,066
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
ComplexDoubleFFT_Mixed.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/ComplexDoubleFFT_Mixed.java
package ca.uol.aig.fftpack; /** * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ class ComplexDoubleFFT_Mixed { /*---------------------------------------------------------------------- passf2: Complex FFT's forward/backward processing of factor 2; isign is +1 for...
19,242
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
RealDoubleFFT_Odd.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/RealDoubleFFT_Odd.java
package ca.uol.aig.fftpack; /** * sine FFT transform of a real odd sequence. * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ public class RealDoubleFFT_Odd extends RealDoubleFFT_Mixed { /** * <em>norm_factor</em> can be used to normalize this FFT transform. This is...
4,700
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Complex1D.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/Complex1D.java
package ca.uol.aig.fftpack; /** * Construct a 1-D complex data sequence. */ public class Complex1D { /** * <em>x</em>[<em>i</em>] is the real part of <em>i</em>-th complex data. */ public double x[]; /** * <em>y</em>[<em>i</em>] is the imaginary part of <em>i</em>-th complex data. */ public double y[]; }
320
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
RealDoubleFFT_Even_Odd.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/RealDoubleFFT_Even_Odd.java
package ca.uol.aig.fftpack; /** * cosine FFT transform with odd wave numbers. * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ public class RealDoubleFFT_Even_Odd extends RealDoubleFFT_Mixed { /** * <em>norm_factor</em> can be used to normalize this FFT transfo...
5,649
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
RealDoubleFFT.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/RealDoubleFFT.java
package ca.uol.aig.fftpack; /** * FFT transform of a real periodic sequence. * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ public class RealDoubleFFT extends RealDoubleFFT_Mixed { /** * Construct a wavenumber table with size <em>n</em>. * The se...
5,911
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
RealDoubleFFT_Odd_Odd.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/RealDoubleFFT_Odd_Odd.java
package ca.uol.aig.fftpack; /** * sine FFT transform with odd wave numbers. * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ public class RealDoubleFFT_Odd_Odd extends RealDoubleFFT_Even_Odd { /** * <em>norm_factor</em> can be used to normalize this FFT transfo...
3,038
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
RealDoubleFFT_Even.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/ca/uol/aig/fftpack/RealDoubleFFT_Even.java
package ca.uol.aig.fftpack; /** * cosine FFT transform of a real even sequence. * @author Baoshe Zhang * @author Astronomical Instrument Group of University of Lethbridge. */ public class RealDoubleFFT_Even extends RealDoubleFFT_Mixed { /** * <em>norm_factor</em> can be used to normalize this FFT transf...
4,055
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Region.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/Region.java
/** * geometry: basic geometric classes. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, * but ...
4,773
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Vector.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/Vector.java
/** * geometry: basic geometric classes. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, * but ...
8,268
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Edge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/Edge.java
/** * geometry: basic geometric classes. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, * but ...
12,632
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
MathTools.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/MathTools.java
/** * geometry: basic geometric classes. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, * but ...
3,385
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Graph.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/Graph.java
/** * geometry: basic geometric classes. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, * but ...
5,824
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Point.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/Point.java
/** * geometry: basic geometric classes. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, * but ...
11,977
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Generator.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/generator/Generator.java
/** * cluster: routines for cluster analysis. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, *...
1,587
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
NuclearGenerator.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/generator/NuclearGenerator.java
/** * cluster: routines for cluster analysis. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, *...
4,217
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
RandomGenerator.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/generator/RandomGenerator.java
/** * cluster: routines for cluster analysis. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, *...
2,016
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
FuzzyClusterer.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/cluster/FuzzyClusterer.java
/** * cluster: routines for cluster analysis. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, *...
9,596
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Clusterer.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/cluster/Clusterer.java
/** * cluster: routines for cluster analysis. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, *...
2,457
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
KMeansClusterer.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/cluster/KMeansClusterer.java
/** * cluster: routines for cluster analysis. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful, *...
9,328
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
CubicSpline.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/spline/CubicSpline.java
/** * spline: routines for spline interpolation. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful,...
4,882
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Cubic.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/spline/Cubic.java
/** * spline: routines for spline interpolation. * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in the hope that it will be useful,...
2,132
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Event.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/Event.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepage...
2,059
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
VoronoiEdge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/VoronoiEdge.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepag...
2,578
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Node.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/Node.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepage...
6,466
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Fortune.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/Fortune.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepag...
7,670
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
CircleEvent.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/CircleEvent.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepag...
4,534
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
DataEvent.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/DataEvent.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepag...
4,810
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
EdgeNode.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/EdgeNode.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepage...
3,952
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
DataNode.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geometry/voronoi/DataNode.java
/** * bentools: Voronoi diagram generator. This is Benjamin Dittes' * C# implementation of Fortune's algorithm, translated to Java * by Ian Cameron Smith. * * <p>The only license info I can see: "If you ever need a voronoi * clustering in C#, feel free to use my solution here." See * http://bdittes.googlepag...
2,396
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
CharFormatter.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/utils/CharFormatter.java
/** * utils: general utility functions. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed...
24,357
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Bitwise.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/utils/Bitwise.java
/** * utils: general utility functions. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed...
2,409
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TimeUtils.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/utils/TimeUtils.java
/** * utils: general utility functions. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed...
4,115
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Angle.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/utils/Angle.java
/** * utils: general utility functions. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed...
12,592
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
VincentyCalculator.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/VincentyCalculator.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
22,299
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Vector.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/Vector.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
4,614
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Position.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/Position.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>AA</dt> * <dd>"Astronomical Algorithms", by Jean Meeus, ISBN-10: 0-943396-61-1.</dd> * </dl> * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the...
15,833
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
AndoyerCalculator.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/AndoyerCalculator.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
6,916
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Distance.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/Distance.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
6,844
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
PointOfInterest.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/PointOfInterest.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
16,993
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
GeoConstants.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/GeoConstants.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
2,588
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
HaversineCalculator.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/HaversineCalculator.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
6,278
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Azimuth.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/Azimuth.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
2,613
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
GeoCalculator.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/geo/GeoCalculator.java
/** * geo: geographical utilities. * <br>Copyright 2004-2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation (see COPYING). * * <p>This program is distributed in t...
7,711
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Window.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/dsp/Window.java
/** * dsp: various digital signal processing algorithms * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * <p>This ...
7,211
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
FFTTransformer.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/dsp/FFTTransformer.java
/** * dsp: various digital signal processing algorithms * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * <p>This ...
14,642
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
SignalPower.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/dsp/SignalPower.java
/** * dsp: various digital signal processing algorithms * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * <p>This ...
6,459
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
AstroConstants.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/AstroConstants.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
3,558
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Body.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Body.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
32,870
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
AstroError.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/AstroError.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
1,603
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Sun.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Sun.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
4,986
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Planet.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Planet.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alm...
7,881
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Util.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Util.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
3,465
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Instant.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Instant.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
20,154
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Observation.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Observation.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
35,761
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Vsop87.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Vsop87.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
97,773
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Moon.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/Moon.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
13,621
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
CalcError.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/org/hermit/astro/CalcError.java
/** * astro: astronomical functions, utilities and data * <br>Copyright 2009 Ian Cameron Smith * * <p>References: * <dl> * <dt>PAC</dt> * <dd>"Practical Astronomy with your Calculator", by Peter Duffett-Smith, * ISBN-10: 0521356997.</dd> * <dt>ESAA</dt> * <dd>"Explanatory Supplement to the Astronomical Alma...
1,638
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
MTRandom.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitLibrary/src/net/goui/util/MTRandom.java
/* * MTRandom : A Java implementation of the MT19937 (Mersenne Twister) * pseudo random number generator algorithm based upon the * original C code by Makoto Matsumoto and Takuji Nishimura. * Author : David Beaumont * Email : mersenne-at-www.goui.net * * For the original C code, see: ...
15,093
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
CachedFile.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/net/CachedFile.java
/** * org.hermit.android.net: Android utilities for accessing network data. * * These classes provide some basic utilities for accessing and cacheing * various forms of data from network servers. * * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modi...
12,192
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TableFetcher.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/net/TableFetcher.java
/** * org.hermit.android.net: Android utilities for accessing network data. * * These classes provide some basic utilities for accessing and cacheing * various forms of data from network servers. * * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modi...
12,638
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
WebFetcher.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/net/WebFetcher.java
/** * org.hermit.android.net: Android utilities for accessing network data. * * These classes provide some basic utilities for accessing and cacheing * various forms of data from network servers. * * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modi...
14,789
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
WebBasedData.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/net/WebBasedData.java
/** * org.hermit.android.net: Android utilities for accessing network data. * * These classes provide some basic utilities for accessing and cacheing * various forms of data from network servers. * * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modi...
14,157
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
FileFetcher.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/net/FileFetcher.java
/** * org.hermit.android.net: Android utilities for accessing network data. * * These classes provide some basic utilities for accessing and cacheing * various forms of data from network servers. * * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modi...
6,072
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
AudioReader.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/io/AudioReader.java
/** * org.hermit.android.io: Android utilities for accessing peripherals. * * These classes provide some basic utilities for accessing the audio * interface, at present. * * <br>Copyright 2009 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms o...
10,123
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
NumberPickerButton.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/widgets/NumberPickerButton.java
/** * widgets: useful add-on widgets for Android. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * This program is distributed in the hope that it w...
2,451
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TimeoutPicker.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/widgets/TimeoutPicker.java
/** * widgets: useful add-on widgets for Android. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * This program is distributed in the hope that it w...
11,060
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
LinedEditText.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/widgets/LinedEditText.java
/** * widgets: useful add-on widgets for Android. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * This program is distributed in the hope that it w...
3,072
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TimeoutPickerDialog.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/widgets/TimeoutPickerDialog.java
/** * widgets: useful add-on widgets for Android. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * This program is distributed in the hope that it w...
4,111
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TimeZoneActivity.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/widgets/TimeZoneActivity.java
/** * widgets: useful add-on widgets for Android. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * This program is distributed in the hope that it w...
11,427
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
MultistateImageButton.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/widgets/MultistateImageButton.java
/** * widgets: useful add-on widgets for Android. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * This program is distributed in the hope that it w...
4,047
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
NumberPicker.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/widgets/NumberPicker.java
/** * widgets: useful add-on widgets for Android. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation (see COPYING). * * This program is distributed in the hope that it w...
13,755
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
SonagramGauge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/SonagramGauge.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
12,387
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
InstrumentSurface.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/InstrumentSurface.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
12,157
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
SpectrumGauge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/SpectrumGauge.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
14,083
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Instrument.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/Instrument.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
4,173
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
AudioAnalyser.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/AudioAnalyser.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
17,342
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TextGauge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/TextGauge.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
12,109
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
PowerGauge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/PowerGauge.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
16,786
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Gauge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/Gauge.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
23,454
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
WaveformGauge.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/instruments/WaveformGauge.java
/** * org.hermit.android.instrument: graphical instruments for Android. * <br>Copyright 2009 Ian Cameron Smith * * <p>These classes provide input and display functions for creating on-screen * instruments of various kinds in Android apps. * * <p>This program is free software; you can redistribute it and/or mod...
6,706
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Ticker.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/utils/Ticker.java
/** * org.hermit.android.utils: useful Android utilities. * * These classes provide various Android-specific utilities. * * <br>Copyright 2011 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as pu...
12,242
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
InfoBox.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/notice/InfoBox.java
/** * org.hermit.android.notice: various notice dialogs for Android. * * These classes are designed to help display notices of various kinds. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
9,889
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
TextInputDialog.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/notice/TextInputDialog.java
/** * org.hermit.android.notice: various notice dialogs for Android. * * These classes are designed to help display notices of various kinds. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
6,981
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
YesNoDialog.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/notice/YesNoDialog.java
/** * org.hermit.android.notice: various notice dialogs for Android. * * These classes are designed to help display notices of various kinds. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
4,442
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
ErrorDialog.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/notice/ErrorDialog.java
/** * org.hermit.android.notice: various notice dialogs for Android. * * These classes are designed to help display notices of various kinds. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
2,946
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
AppUtils.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/core/AppUtils.java
/** * org.hermit.android.core: useful Android foundation classes. * * These classes are designed to help build various types of application. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
5,966
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
OneTimeDialog.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/core/OneTimeDialog.java
/** * org.hermit.android.core: useful Android foundation classes. * * These classes are designed to help build various types of application. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
6,193
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
HelpActivity.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/core/HelpActivity.java
/** * org.hermit.android.core: useful Android foundation classes. * * These classes are designed to help build various types of application. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
17,374
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
SplashActivity.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/core/SplashActivity.java
/** * org.hermit.android.core: useful Android foundation classes. * * These classes are designed to help build various types of application. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
4,453
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
MainActivity.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/core/MainActivity.java
/** * org.hermit.android.core: useful Android foundation classes. * * These classes are designed to help build various types of application. * * <br>Copyright 2009-2010 Ian Cameron Smith * * * © 2014 Michael Mueller <michael.mueller@silentservices.de> * * <p>This program is free software; you can redistribute...
14,078
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
SurfaceRunner.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/core/SurfaceRunner.java
/** * org.hermit.android.core: useful Android foundation classes. * * These classes are designed to help build various types of application. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
38,921
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Errors.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/core/Errors.java
/** * org.hermit.android.core: useful Android foundation classes. * * These classes are designed to help build various types of application. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
9,965
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z
Player.java
/FileExtraction/Java_unseen/SilentServices_Scrambled-Net/HermitAndroid/src/org/hermit/android/sound/Player.java
/** * org.hermit.android.sound: sound effects for Android. * * These classes provide functions to help apps manage their sound effects. * * <br>Copyright 2009-2010 Ian Cameron Smith * * <p>This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
12,630
Java
.java
SilentServices/Scrambled-Net
14
11
2
2014-11-13T11:47:05Z
2014-11-13T11:54:45Z