Home
last modified time | relevance | path

Searched defs:Exercise (Results 1 – 25 of 72) sorted by relevance

123

/dports/science/py-scipy/scipy-1.7.1/doc/source/dev/contributor/
H A Dcython.rst67 Exercise section in Adding Cython to SciPy
181 .. _Cython website: https://cython.org/
182 .. _Cython documentation: http://docs.cython.org/en/latest/
184 .. |cimport| replace:: ``cimport``
187 .. |cdef| replace:: ``cdef``
192 .. |linprog-rs| replace:: ``scipy.optimize._linprog_rs.py``
195 .. |bglu-dense| replace:: ``/scipy/optimize/_bglu_dense.pyx``
198 .. |distutils| replace:: ``numpy.distutils``
199 .. _distutils: https://docs.scipy.org/doc/numpy/reference/distutils.html
201 .. |optimize-setup| replace:: ``scipy/optimize/setup.py``
[all …]
/dports/misc/exercism/cli-3.0.13/workspace/
H A Dexercise.go10 type Exercise struct { struct
11 Root string
12 Track string
13 Slug string
28 func (e Exercise) Path() string {
33 func (e Exercise) Filepath() string {
38 func (e Exercise) MetadataFilepath() string {
43 func (e Exercise) LegacyMetadataFilepath() string {
49 func (e Exercise) MetadataDir() string {
56 func (e Exercise) HasMetadata() (bool, error) {
[all …]
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/info/
H A Dmetadata.rst10 Exercise section in Printing file metadata
37 .. _`Python JSON library`: https://docs.python.org/2/library/json.html
38 .. _`jsawk`: https://github.com/micha/jsawk
39 .. _`jq`: https://stedolan.github.io/jq/
40 .. _`Ruby JSON library`: http://ruby-doc.org/stdlib-2.0.0/libdoc/json/rdoc/JSON.html
43 Structured Metadata Output
H A Dsingle-point.rst10 Exercise section in Printing the first point
H A Dnear.rst10 Exercise section in Searching near a point
/dports/x11/workrave/workrave-1.10.44/frontend/plugin/exercises/common/src/
H A DExercise.hh27 struct Exercise struct
52 static std::list<Exercise> get_exercises(); argument
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/dtm/
H A Ddtm.rst16 Exercise section in Generating a DTM
27 .. _`Digital Terrain Model`: https://en.wikipedia.org/wiki/Digital_elevation_model
33 Command
42 Pipeline breakdown
69 Execution
78 Visualization
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/python/
H A Dhistogram.rst8 Exercise section in Plotting a histogram
33 PDAL Pipeline
49 Python script
68 Run ``pdal pipeline``
78 Output
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/rasterize/
H A Drasterize.rst14 Exercise section in Rasterizing Attributes
23 .. _`Digital Terrain Model`: https://en.wikipedia.org/wiki/Digital_elevation_model
27 Command
34 Pipeline breakdown
68 Execution
80 Visualization
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/ground/
H A Dground.rst19 Exercise section in Identifying ground
31 .. _`Digital Terrain Model`: https://en.wikipedia.org/wiki/Digital_elevation_model
33 Command
61 Filtering
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/meshing/
H A Dmeshing.rst18 Exercise section in Creating surface meshes
39 Command
59 Filtering
70 Command
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/georeferencing/
H A Dindex.rst28 Exercise section in Georeferencing
55 Command
67 Visualization
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/thinning/
H A Dthinning.rst14 Exercise section in Thinning
38 Command
53 Visualization
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/translation/
H A Dreprojection.rst10 Exercise section in Reprojection
15 .. _`LASzip`: http://laszip.org
16 …_`ASPRS LAS`: http://www.asprs.org/Committee-General/LASer-LAS-File-Format-Exchange-Activities.html
H A Dentwine.rst8 Exercise section in Entwine
47 .. _`Developer Console`: https://developers.google.com/web/tools/chrome-devtools/console/
H A Dcompression.rst8 Exercise section in Compression
13 .. _`LASzip`: http://laszip.org
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/denoising/
H A Ddenoising.rst13 Exercise section in Removing noise
30 Pipeline breakdown
115 Execution
125 Visualization
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/colorization/
H A Dcolorization.rst16 Exercise section in Colorizing points with imagery
37 Pipeline breakdown
106 Execution
117 Visualization
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/density/
H A Ddensity.rst14 Exercise section in Visualizing acquisition density
22 Command
37 Visualization
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/clipping/
H A Dclipping.rst16 Exercise section in Clipping data with polygons
26 Data preparation
75 Pipeline breakdown
114 Execution
128 Visualization
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/
H A DREADME.md1 # Exercise chapter
38 ## Exercise section in General Documentation
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dexercise.hpp35 class Exercise { class
41 explicit Exercise(Type type) : type_(type) {} in Exercise() function in QuantLib::Exercise
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/boundary/
H A Dboundary.rst17 Exercise section in Finding the boundary
/dports/science/py-obspy/obspy-1.2.2/misc/docs/source/tutorial/
H A Dindex.rst82 .. _code-snippets:
/dports/www/ilias/ILIAS-5.4.25/xml/
H A Dilias_exercise_3_8.dtd1 <!ELEMENT Exercise (Title, Description?, Instruction?, DueDate?, Files?, Members?)> element

123