Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: 58A6CK
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 303 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codeowners
Security
Roadmap
Authors
Notice
Copyright
Cla
README
To actually get this beast to run on your computer, you'll probably have to
edit some of the matlab files in the config/ subdirectory.
(1) config/datapath.m should return the path where you have your videos stored.
The path should point to a directory which includes a subdirectory for each video.
E.g. $(datapath)/tiger2/.
Each subdirectory should contain files with ground truth labelings and images similar
to what MIL-Track uses.
As an example, see my track-data.zip file.
(2) cluster_ctl is called like so cluster_ctl('on',...) or cluster_ctl('off',...)
to enable or disable the matlab pool. I have three pools, with different characteristics,
available to me so this function, heuristically, selects the best one. Depending on what
type of MATLAB pools you have, you'll need to rewrite this function. The simplest option
would be to call "matlabpool open" when called with "on" and "matlabpool close" when
called with "off".
(3) You should be able to compile by simplying calling "compile.m". I've tested this on Linux
and it should work on other OSs... I welcome patches.
(4) config/cfg.m : lets you stitch many of the parameters of the tracker. Of particular
interest will be the option 'tmp_dir'. You'll want to point this to an empty directory
which is writable. It is used for caching results.
Then, you "should" be able to run it with a command similar to the following:
addpath(genpath('.')); matlab_init('coke11'); track = track_online('coke11');
Alternatively, you might just use track_tbd('coke11'); which doesn't do any learning (after
the first frame) or use a motion model. It is much faster and still performs quite well.
Owner
- Login: 58A6CK
- Kind: user
- Repositories: 1
- Profile: https://github.com/58A6CK
GitHub Events
Total
- Push event: 1,434
- Create event: 1
Last Year
- Push event: 1,434
- Create event: 1
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.devcontainer/Dockerfile
docker
- cardano_cli latest build
- cargo latest build
- deno latest build
- haskell latest build
- kuber latest build
- nodejs latest build
- plutus latest build
- system_deps latest build
- ubuntu ${UBUNTU_VERSION} build
.readthedocs-requirements.txt
pypi
- distributed *
- lz4 *
- matplotlib *
- numpy *
- numpydoc *
- pandas *
- psutil *
- sphinx *
- sphinx-gallery *
1.x/spring-boot-actuator/pom.xml
maven
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-starter-test test
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
bower.json
bower
- d3 ~3.5.6
- d3-geo-projection ~0.2.15
- dat-gui ~0.5.1
- font-awesome ~4.5.0
- jquery ~2.1.4
- lodash ~3.10.1
- reveal.js ~3.2.0
- stats.js *
- topojson ~1.6.19
Cargo.lock
cargo
- 216 dependencies
compile-build-date/Cargo.toml
cargo
Podfile.lock
cocoapods
- JitsiMeetSDK 2.11.0
DESCRIPTION
cran
- base64enc * imports
- glue * imports
- googleAuthR * imports
- jsonlite * imports
- tibble * imports
ApiGateway/Dockerfile
docker
- node latest build
Dockerfile
docker
- openjdk 8-jdk-alpine build
NSMusicS-Electron/Dockerfile
docker
- nginx 1.23.3-alpine build
authentication/Dockerfile
docker
- payara/server-full 5.2022.5 build
cart-cna-microservice/Dockerfile
docker
- openjdk 17-alpine build
docker-compose-kafka.yml
docker
- mongo 4.2.6-bionic
- mysql 8.0.20
- openzipkin/zipkin latest
- wurstmeister/kafka latest
- wurstmeister/zookeeper latest
docker-compose.yml
docker
- docker.elastic.co/apm/apm-server 7.8.0
- docker.elastic.co/app-search/app-search 7.6.2
- docker.elastic.co/beats/auditbeat 7.8.0
- docker.elastic.co/beats/filebeat 7.8.0
- docker.elastic.co/beats/heartbeat 7.8.0
- docker.elastic.co/beats/metricbeat 7.8.0
- docker.elastic.co/beats/packetbeat 7.8.0
- docker.elastic.co/elasticsearch/elasticsearch 7.8.0
- docker.elastic.co/kibana/kibana 7.8.0
- nginx latest
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.mod
go
- contrib.go.opencensus.io/exporter/prometheus v0.4.1
- cosmossdk.io/errors v1.0.0-beta.7
- cosmossdk.io/math v1.0.1
- github.com/BurntSushi/toml v1.3.2
- github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
- github.com/beorn7/perks v1.0.1
- github.com/btcsuite/btcd/btcec/v2 v2.3.2
- github.com/cespare/xxhash v1.1.0
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/cometbft/cometbft v0.37.1
- github.com/cometbft/cometbft-db v0.7.0
- github.com/confio/ics23/go v0.9.0
- github.com/cosmos/btcutil v1.0.5
- github.com/cosmos/cosmos-proto v1.0.0-beta.2
- github.com/cosmos/cosmos-sdk v0.47.3
- github.com/cosmos/gogoproto v1.4.10
- github.com/cpuguy83/go-md2man/v2 v2.0.2
- github.com/davecgh/go-spew v1.1.1
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0
- github.com/dgraph-io/badger/v2 v2.2007.4
- github.com/dgraph-io/ristretto v0.1.1
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
- github.com/docker/go-units v0.5.0
- github.com/dustin/go-humanize v1.0.1
- github.com/emicklei/go-restful/v3 v3.9.0
- github.com/fatih/color v1.15.0
- github.com/filecoin-project/go-jsonrpc v0.3.1
- github.com/fsnotify/fsnotify v1.6.0
- github.com/gbrlsnchs/jwt/v3 v3.0.1
- github.com/go-kit/kit v0.12.0
- github.com/go-kit/log v0.2.1
- github.com/go-logfmt/logfmt v0.5.1
- github.com/go-logr/logr v1.2.3
- github.com/go-openapi/jsonpointer v0.19.6
- github.com/go-openapi/jsonreference v0.20.1
- github.com/go-openapi/swag v0.22.3
- github.com/go-sql-driver/mysql v1.6.0
- github.com/gogo/protobuf v1.3.2
- github.com/golang/glog v1.1.0
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.3
- github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
- github.com/google/btree v1.1.2
- github.com/google/gnostic v0.5.7-v3refs
- github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.2.0
- github.com/google/uuid v1.3.0
- github.com/gorilla/mux v1.8.0
- github.com/gorilla/websocket v1.5.0
- github.com/gtank/merlin v0.1.1
- github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
- github.com/hashicorp/hcl v1.0.0
- github.com/icza/backscanner v0.0.0-20230330133933-bf6beb754c70
- github.com/imdario/mergo v0.3.13
- github.com/inconshreveable/mousetrap v1.0.1
- github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-datastore v0.6.0
- github.com/ipfs/go-ds-leveldb v0.5.0
- github.com/ipfs/go-ds-measure v0.2.0
- github.com/ipfs/go-fs-lock v0.0.7
- github.com/ipfs/go-ipfs-util v0.0.2
- github.com/ipfs/go-log/v2 v2.5.1
- github.com/ipfs/go-metrics-interface v0.0.1
- github.com/jbenet/goprocess v0.1.4
- github.com/jmhodges/levigo v1.0.0
- github.com/jmoiron/sqlx v1.3.5
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/kelseyhightower/envconfig v1.4.0
- github.com/klauspost/compress v1.16.3
- github.com/klauspost/cpuid/v2 v2.2.4
- github.com/libp2p/go-buffer-pool v0.1.0
- github.com/magefile/mage v1.9.0
- github.com/magiconair/properties v1.8.6
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.18
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0
- github.com/minio/sha256-simd v1.0.1-0.20230130105256-d9c3aea9e949
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/mr-tron/base58 v1.2.0
- github.com/multiformats/go-base32 v0.1.0
- github.com/multiformats/go-base36 v0.2.0
- github.com/multiformats/go-multiaddr v0.10.0
- github.com/multiformats/go-multibase v0.2.0
- github.com/multiformats/go-multihash v0.2.1
- github.com/multiformats/go-varint v0.0.7
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
- github.com/pelletier/go-toml v1.9.5
- github.com/pelletier/go-toml/v2 v2.0.7
- github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.14.0
- github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.42.0
- github.com/prometheus/procfs v0.9.0
- github.com/prometheus/statsd_exporter v0.21.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/sasha-s/go-deadlock v0.3.1
- github.com/spaolacci/murmur3 v1.1.0
- github.com/spf13/afero v1.9.2
- github.com/spf13/cast v1.5.0
- github.com/spf13/cobra v1.6.1
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.14.0
- github.com/stretchr/testify v1.8.2
- github.com/subosito/gotenv v1.4.1
- github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
- github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
- github.com/tendermint/go-amino v0.16.0
- github.com/urfave/cli/v2 v2.25.7
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
- go.etcd.io/bbolt v1.3.7
- go.opencensus.io v0.24.0
- go.uber.org/atomic v1.10.0
- go.uber.org/dig v1.17.0
- go.uber.org/fx v1.20.0
- go.uber.org/goleak v1.1.12
- go.uber.org/multierr v1.11.0
- go.uber.org/zap v1.24.0
- go4.org v0.0.0-20200411211856-f5505b9728dd
- golang.org/x/crypto v0.9.0
- golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
- golang.org/x/net v0.10.0
- golang.org/x/oauth2 v0.6.0
- golang.org/x/sys v0.8.0
- golang.org/x/term v0.8.0
- golang.org/x/text v0.9.0
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
- google.golang.org/appengine v1.6.7
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
- google.golang.org/grpc v1.55.0
- google.golang.org/protobuf v1.30.0
- gopkg.in/inf.v0 v0.9.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/api v0.27.3
- k8s.io/apimachinery v0.27.3
- k8s.io/client-go v0.27.3
- k8s.io/klog/v2 v2.90.1
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
- k8s.io/metrics v0.27.3
- k8s.io/utils v0.0.0-20230209194617-a36077c30491
- lukechampine.com/blake3 v1.1.7
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3
- sigs.k8s.io/yaml v1.3.0
kubeutil/go.mod
go
- github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
- gopkg.in/yaml.v2 v2.4.0
mix.exs
hex
- cachex ~> 2.1
- earmark ~> 1.2.0
- ex_doc ~> 0.15
- goth ~> 0.3.1
- httpoison ~> 0.11
Project/BloomingSouls/build.gradle
maven
build.gradle
maven
build.gradle.kts
maven
code/Flink/flink-basis-java/pom.xml
maven
- org.apache.flink:flink-java 1.9.0 provided
- org.apache.flink:flink-streaming-java_2.11 1.9.0 provided
- org.projectlombok:lombok 1.18.10 provided
- log4j:log4j 1.2.17
- org.slf4j:slf4j-log4j12 1.7.7
pom.xml
maven
- cn.hutool:hutool-all 5.8.9
- javax.xml.bind:jaxb-api 2.3.1
- org.projectlombok:lombok
- org.springframework.boot:spring-boot-configuration-processor
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-aop
- org.springframework.boot:spring-boot-starter-test test
Week 10/Prisma/package-lock.json
npm
- @cspotcode/source-map-support 0.8.1 development
- @jridgewell/resolve-uri 3.1.2 development
- @jridgewell/sourcemap-codec 1.5.0 development
- @jridgewell/trace-mapping 0.3.9 development
- @prisma/debug 5.21.1 development
- @prisma/engines 5.21.1 development
- @prisma/engines-version 5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36 development
- @prisma/fetch-engine 5.21.1 development
- @prisma/get-platform 5.21.1 development
- @tsconfig/node10 1.0.11 development
- @tsconfig/node12 1.0.11 development
- @tsconfig/node14 1.0.3 development
- @tsconfig/node16 1.0.4 development
- @types/node 22.8.6 development
- acorn 8.14.0 development
- acorn-walk 8.3.4 development
- arg 4.1.3 development
- create-require 1.1.1 development
- diff 4.0.2 development
- fsevents 2.3.3 development
- make-error 1.3.6 development
- prisma 5.21.1 development
- ts-node 10.9.2 development
- typescript 5.6.3 development
- undici-types 6.19.8 development
- v8-compile-cache-lib 3.0.1 development
- yn 3.1.1 development
- @prisma/client 5.21.1
aliyun-nodejs/package.json
npm
- serverless-aliyun-function-compute ^1.0.0 development
backend/package-lock.json
npm
- 166 dependencies
client/package-lock.json
npm
- 1773 dependencies
client/package.json
npm
- @artsy/fresnel ^1.3.1
- @emotion/react ^11.1.5
- @emotion/styled ^11.1.5
- @progress/kendo-licensing ^1.1.4
- @progress/kendo-react-dropdowns ^4.5.0
- @progress/kendo-react-intl ^4.5.0
- @reduxjs/toolkit ^1.5.0
- @testing-library/jest-dom ^5.11.4
- @testing-library/react ^11.1.0
- @testing-library/user-event ^12.1.10
- @wmik/use-media-recorder ^1.1.0-beta.1
- axios ^0.21.1
- devextreme ^20.2.6
- devextreme-react ^20.2.6
- dotenv ^8.2.0
- file-type ^16.3.0
- formik ^2.2.6
- framer-motion ^4.0.0
- hologram-image-upload ^2.7.6
- js-cookie ^2.2.1
- jsonwebtoken ^8.5.1
- moment ^2.29.1
- qier-player ^1.3.1
- react ^17.0.1
- react-awesome-lightbox ^1.8.0
- react-dom ^17.0.1
- react-dropzone ^11.3.2
- react-dropzone-uploader ^2.11.0
- react-facebook-login ^4.1.1
- react-file-previewer ^0.6.3
- react-file-viewer ^1.2.1
- react-google-login ^5.2.2
- react-input-emoji ^3.1.0
- react-input-tags ^3.0.3
- react-media-recorder ^1.4.0
- react-mentions ^4.1.1
- react-multi-select-component ^4.0.1
- react-player ^2.9.0
- react-redux ^7.2.2
- react-router-dom ^5.2.0
- react-scripts 4.0.3
- react-select ^4.3.0
- react-semantic-ui-datepickers ^2.13.0
- react-tag-input ^6.5.2
- react-tagsinput ^3.19.0
- react-textarea-autosize ^8.3.2
- react-time-ago ^6.2.2
- react-toastify ^7.0.3
- semantic-ui-css ^2.4.1
- semantic-ui-react ^2.0.3
- simple-peer ^9.7.2
- socket.io-client ^2.3.0
- styled-components ^5.1.1
- video-react ^0.14.1
- web-vitals ^1.0.1
- yarn ^1.22.10
- yup ^0.32.9
package-lock.json
npm
- 974 dependencies
package.json
npm
- katex ^0.16.11 development
- vuepress 2.0.0-rc.0 development
- vuepress-plugin-comment2 2.0.0-rc.4 development
- vuepress-plugin-md-enhance 2.0.0-rc.4 development
- vuepress-plugin-reading-time2 2.0.0-rc.4 development
- vue-github-button 3.1.0
yarn.lock
npm
- 970 dependencies
pubspec.lock
pub
- async 2.5.0-nullsafety.1
- boolean_selector 2.1.0-nullsafety.1
- characters 1.1.0-nullsafety.3
- charcode 1.2.0-nullsafety.1
- clock 1.1.0-nullsafety.1
- cloud_firestore 0.14.3
- cloud_firestore_platform_interface 2.2.0
- cloud_firestore_web 0.2.1
- collection 1.15.0-nullsafety.3
- cupertino_icons 1.0.0
- fake_async 1.2.0-nullsafety.1
- firebase 7.3.3
- firebase_auth 0.18.2
- firebase_auth_platform_interface 2.1.2
- firebase_auth_web 0.3.1+2
- firebase_core 0.5.2
- firebase_core_platform_interface 2.0.0
- firebase_core_web 0.2.1
- flutter 0.0.0
- flutter_login_facebook 0.4.0+1
- flutter_test 0.0.0
- flutter_web_plugins 0.0.0
- google_sign_in 4.5.6
- google_sign_in_platform_interface 1.1.2
- google_sign_in_web 0.9.2
- http 0.12.2
- http_parser 3.1.4
- intl 0.16.1
- js 0.6.2
- list_ext 0.1.15
- matcher 0.12.10-nullsafety.1
- meta 1.3.0-nullsafety.3
- nested 0.0.4
- path 1.8.0-nullsafety.1
- pedantic 1.9.2
- plugin_platform_interface 1.0.3
- provider 4.3.3
- quiver 2.1.5
- rxdart 0.24.1
- sky_engine 0.0.99
- source_span 1.8.0-nullsafety.2
- stack_trace 1.10.0-nullsafety.1
- stream_channel 2.1.0-nullsafety.1
- string_scanner 1.1.0-nullsafety.1
- term_glyph 1.2.0-nullsafety.1
- test_api 0.2.19-nullsafety.2
- typed_data 1.3.0-nullsafety.3
- vector_math 2.1.0-nullsafety.3
pubspec.yaml
pub
- connectivity development
- flutter_test {"sdk" => "flutter"} development
- font_awesome_flutter ^8.2.0 development
- google_maps_flutter ^0.5.33 development
- hawk_fab_menu development
- http development
- mailer ^3.2.1 development
- provider ^4.1.3 development
- shared_preferences ^0.5.10 development
- uuid ^2.1.0 development
- cupertino_icons ^0.1.3
- date_time_picker ^1.0.1
- dio
- flutter {"sdk" => "flutter"}
- flutter_launcher_icons ^0.8.0
- flutter_launcher_name ^0.0.1
- flutter_plugin_android_lifecycle ^1.0.9
- flutter_plugin_pdf_viewer ^1.0.7
- flutter_polyline_points ^0.1.0
- flutter_spinkit ^4.1.2
- flutter_svg
- geolocator ^5.3.1
- gx_file_picker ^1.9.0+2
- image_picker ^0.6.7+8
- location
- path
- path_provider ^1.6.14
- permission_handler ^4.4.0+hotfix.1
- simple_animations ^2.2.2
- sqflite ^1.3.1+1
- toast ^0.1.5
AWS_EC2/requirements.txt
pypi
- awscli *
- boto3 ==1.10.50
- pandas *
- plotly *
Pipfile
pypi
- mlflow *
- numpy *
- sklearn *
requirement.txt
pypi
- Pillow ==8.4.0
- boto3 ==1.20.26
- botocore ==1.23.54
- jmespath ==0.10.0
- numpy ==1.21.6
- pycryptodome ==3.4.3
- python-dateutil ==2.8.2
- s3transfer ==0.5.2
- setuptools ==47.1.0
- six ==1.16.0
- urllib3 ==1.26.12
requirements.txt
pypi
- certifi ==2024.7.4
- chardet ==5.2.0
- charset-normalizer ==3.3.2
- idna ==3.7
- numpy ==2.0.1
- pandas *
- python-dateutil ==2.9.0.post0
- pytz ==2024.1
- requests ==2.32.3
- six ==1.16.0
- tzdata ==2024.1
- urllib3 ==2.2.2
Gemfile
rubygems
- bson_ext >= 0
- coffee-script >= 0
- eco >= 0
- erubis >= 0
- mongo_mapper >= 0
- sinatra >= 0
- sinatra-contrib >= 0
- sprockets >= 0
- sprockets-commonjs >= 0
- stylus >= 0
- thin >= 0
- uglifier >= 0
- useragent >= 0
Gemfile.lock
rubygems
- activesupport 6.0.3.2
- addressable 2.7.0
- bundler 2.1.4
- coffee-script 2.4.1
- coffee-script-source 1.11.1
- colorator 1.1.0
- commonmarker 0.17.13
- concurrent-ruby 1.1.6
- dnsruby 1.61.3
- em-websocket 0.5.1
- ethon 0.12.0
- eventmachine 1.2.7
- execjs 2.7.0
- faraday 1.0.1
- ffi 1.13.1
- forwardable-extended 2.6.0
- gemoji 3.0.1
- github-pages 206
- github-pages-health-check 1.16.1
- html-pipeline 2.13.0
- http_parser.rb 0.6.0
- i18n 0.9.5
- jekyll 3.8.7
- jekyll-avatar 0.7.0
- jekyll-coffeescript 1.1.1
- jekyll-commonmark 1.3.1
- jekyll-commonmark-ghpages 0.1.6
- jekyll-default-layout 0.1.4
- jekyll-feed 0.13.0
- jekyll-gist 1.5.0
- jekyll-github-metadata 2.13.0
- jekyll-mentions 1.5.1
- jekyll-optional-front-matter 0.3.2
- jekyll-paginate 1.1.0
- jekyll-readme-index 0.3.0
- jekyll-redirect-from 0.15.0
- jekyll-relative-links 0.6.1
- jekyll-remote-theme 0.4.1
- jekyll-sass-converter 1.5.2
- jekyll-seo-tag 2.6.1
- jekyll-sitemap 1.4.0
- jekyll-swiss 1.0.0
- jekyll-theme-architect 0.1.1
- jekyll-theme-cayman 0.1.1
- jekyll-theme-dinky 0.1.1
- jekyll-theme-hacker 0.1.1
- jekyll-theme-leap-day 0.1.1
- jekyll-theme-merlot 0.1.1
- jekyll-theme-midnight 0.1.1
- jekyll-theme-minimal 0.1.1
- jekyll-theme-modernist 0.1.1
- jekyll-theme-primer 0.5.4
- jekyll-theme-slate 0.1.1
- jekyll-theme-tactile 0.1.1
- jekyll-theme-time-machine 0.1.1
- jekyll-titles-from-headings 0.5.3
- jekyll-watch 2.2.1
- jemoji 0.11.1
- kramdown 1.17.0
- liquid 4.0.3
- listen 3.2.1
- mercenary 0.3.6
- mini_portile2 2.4.0
- minima 2.5.1
- minitest 5.14.1
- multipart-post 2.1.1
- nokogiri 1.10.10
- octokit 4.18.0
- pathutil 0.16.2
- public_suffix 3.1.1
- rb-fsevent 0.10.4
- rb-inotify 0.10.1
- rouge 3.19.0
- ruby-enum 0.8.0
- rubyzip 2.3.0
- safe_yaml 1.0.5
- sass 3.7.4
- sass-listen 4.0.0
- sawyer 0.8.2
- terminal-table 1.8.0
- thread_safe 0.3.6
- typhoeus 1.4.0
- tzinfo 1.2.7
- unicode-display_width 1.7.0
- zeitwerk 2.3.1
.github/workflows/continuousIntegration.yml
actions
- actions/checkout v3 composite
.github/workflows/main.yml
actions
- actions/checkout v2 composite
- docker/build-push-action v5 composite
- docker/login-action v3 composite
hunter2-lessons/http-header-injection/code/Dockerfile
docker
- python 3.7 build
AuthService/AuthService.csproj
nuget
- Google.Apis.Auth 1.57.0
- Microsoft.AspNet.WebApi.Cors 5.2.8
- Microsoft.AspNetCore.Authentication.JwtBearer 6.0.5
- Microsoft.EntityFrameworkCore 6.0.5
- Microsoft.IdentityModel.Tokens 6.17.0
- Newtonsoft.Json 13.0.1
- Serilog.AspNetCore 5.0.0
- Swashbuckle.AspNetCore 6.2.3
- System.IdentityModel.Tokens.Jwt 6.17.0
setup.py
pypi
- jinja2 *
- markdown *
- watchdog *
.github/workflows/jekyll-gh-pages.yml
actions
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-pages-artifact v3 composite
Examples/LikedOrNope/Podfile.lock
cocoapods
- MDCSwipeToChoose 0.2.0
environment.yml
conda
- imageio
- jupytext
- matplotlib
- myst-nb
- numpy
- pandas
- pooch
- scipy
- sphinx
- sphinx-book-theme
- sphinx-copybutton
cloud-run/application/Dockerfile
docker
- eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build