knp12wy

nothing to do

https://github.com/gh7midol/knp12wy

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: gH7mIDOL
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 237 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 Agents Dco

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: gH7mIDOL
  • Kind: user

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.docker-compose-okteto.yml docker
  • mongo latest
Backend/spring_boot_online_compiler/Dockerfile docker
  • openjdk 8-jre-alpine build
01_Introduction/Code/end/package.json npm
  • babel-core ^6.8.0 development
  • babel-loader ^6.2.4 development
  • babel-preset-es2015 ^6.6.0 development
  • babel-preset-react ^6.5.0 development
  • css-loader ^0.26.1 development
  • file-loader ^0.10.0 development
  • react-hot-loader ^1.3.0 development
  • style-loader ^0.13.1 development
  • url-loader ^0.5.7 development
  • webpack ^1.13.0 development
  • botbuilder ^0.9.2
  • express ^4.13.4
  • jquery ^2.2.3
  • react ^15.0.2
  • react-addons-pure-render-mixin ^15.0.2
  • react-dom ^15.0.2
  • react-router ^2.4.0
  • restify ^4.0.4
.github/workflows/codesee-arch-diagram.yml actions
  • Codesee-io/codesee-detect-languages-action latest composite
  • Codesee-io/codesee-map-action latest composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v2 composite
  • actions/setup-java v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v2 composite
  • ruby/setup-ruby v1 composite
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • ansible/ansible-lint-action master composite
Cargo.lock cargo
  • 729 dependencies
Cargo.toml cargo
DESCRIPTION cran
  • MASS * imports
  • broom * imports
  • lavaan * imports
  • magrittr * imports
  • psych * imports
  • rlang * imports
  • robust * imports
  • robustlmm * imports
  • tibble * imports
  • tidyselect * imports
Dockerfile docker
  • alpine latest build
  • golang alpine build
  • node 16 build
NSMusicS-Electron/Dockerfile docker
  • nginx 1.23.3-alpine build
FSH.StarterKit.nuspec nuget
Pipfile pypi
Pipfile.lock pypi
  • certifi ==2022.6.15
  • charset-normalizer ==2.0.12
  • idna ==3.3
  • lxml ==4.9.1
  • requests ==2.26.0
  • urllib3 ==1.26.6
Gemfile rubygems
  • highline >= 1.5.1 development
Podfile cocoapods
  • JitsiMeetSDK >= 0
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
compile-build-date/Cargo.lock cargo
  • autocfg 1.0.1
  • chrono 0.4.19
  • itoa 0.4.7
  • libc 0.2.98
  • num-integer 0.1.44
  • num-traits 0.2.14
  • ryu 1.0.5
  • serde 1.0.127
  • serde_json 1.0.66
  • time 0.1.44
  • wasi 0.10.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
ambassador_src/Dockerfile docker
  • scratch latest build
cloud-run/application/Dockerfile docker
  • eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build
docker-compose.yml docker
go.mod go
  • cel.dev/expr v0.19.0
  • cloud.google.com/go v0.118.1
  • cloud.google.com/go/auth v0.14.0
  • cloud.google.com/go/auth/oauth2adapt v0.2.7
  • cloud.google.com/go/compute/metadata v0.6.0
  • cloud.google.com/go/iam v1.3.1
  • cloud.google.com/go/monitoring v1.23.0
  • cloud.google.com/go/pubsub v1.47.0
  • cloud.google.com/go/storage v1.50.0
  • filippo.io/edwards25519 v1.1.0
  • github.com/Azure/azure-pipeline-go v0.2.3
  • github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
  • github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
  • github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
  • github.com/Azure/azure-sdk-for-go/sdk/storage/azfile v1.2.2
  • github.com/Azure/azure-storage-blob-go v0.15.0
  • github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
  • github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2
  • github.com/Files-com/files-sdk-go/v3 v3.2.34
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0
  • github.com/Jille/raft-grpc-transport v1.6.1
  • github.com/Max-Sum/base32768 v0.0.0-20230304063302-18e6ce5945fd
  • github.com/Microsoft/go-winio v0.6.1
  • github.com/ProtonMail/bcrypt v0.0.0-20211005172633-e235017c1baf
  • github.com/ProtonMail/gluon v0.17.1-0.20230724134000-308be39be96e
  • github.com/ProtonMail/go-crypto v1.0.0
  • github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
  • github.com/ProtonMail/go-srp v0.0.7
  • github.com/ProtonMail/gopenpgp/v2 v2.7.4
  • github.com/PuerkitoBio/goquery v1.8.1
  • github.com/Shopify/sarama v1.38.1
  • github.com/abbot/go-http-auth v0.4.0
  • github.com/andybalholm/brotli v1.1.0
  • github.com/andybalholm/cascadia v1.3.2
  • github.com/appscode/go-querystring v0.0.0-20170504095604-0126cfb3f1dc
  • github.com/arangodb/go-driver v1.6.5
  • github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e
  • github.com/armon/go-metrics v0.4.1
  • github.com/aws/aws-sdk-go v1.55.6
  • github.com/aws/aws-sdk-go-v2 v1.36.1
  • github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8
  • github.com/aws/aws-sdk-go-v2/config v1.29.1
  • github.com/aws/aws-sdk-go-v2/credentials v1.17.54
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.10
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
  • github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2
  • github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13
  • github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
  • github.com/aws/aws-sdk-go-v2/service/sns v1.31.3
  • github.com/aws/aws-sdk-go-v2/service/sqs v1.34.3
  • github.com/aws/aws-sdk-go-v2/service/sso v1.24.11
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10
  • github.com/aws/aws-sdk-go-v2/service/sts v1.33.9
  • github.com/aws/smithy-go v1.22.2
  • github.com/beorn7/perks v1.0.1
  • github.com/bradenaw/juniper v0.15.2
  • github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
  • github.com/buengese/sgzip v0.1.1
  • github.com/bwmarrin/snowflake v0.3.0
  • github.com/calebcase/tmpfile v1.0.3
  • github.com/cenkalti/backoff/v4 v4.3.0
  • github.com/census-instrumentation/opencensus-proto v0.4.1
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
  • github.com/cloudflare/circl v1.3.7
  • github.com/cloudsoda/go-smb2 v0.0.0-20231124195312-f3ec8ae2c891
  • github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
  • github.com/cognusion/imaging v1.0.1
  • github.com/colinmarc/hdfs/v2 v2.4.0
  • github.com/coreos/go-semver v0.3.1
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/cronokirby/saferith v0.33.0
  • github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
  • github.com/d4l3k/messagediff v1.2.1
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
  • github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/dropbox/dropbox-sdk-go-unofficial/v6 v6.0.5
  • github.com/dustin/go-humanize v1.0.1
  • github.com/eapache/go-resiliency v1.3.0
  • github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6
  • github.com/eapache/queue v1.1.0
  • github.com/elastic/gosigar v0.14.2
  • github.com/emersion/go-message v0.18.0
  • github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594
  • github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
  • github.com/envoyproxy/go-control-plane v0.13.1
  • github.com/envoyproxy/protoc-gen-validate v1.1.0
  • github.com/etcd-io/bbolt v1.3.10
  • github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
  • github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c
  • github.com/facebookgo/stack v0.0.0-20160209184415-751773369052
  • github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4
  • github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4
  • github.com/fatih/color v1.16.0
  • github.com/fclairamb/ftpserverlib v0.25.0
  • github.com/fclairamb/go-log v0.5.0
  • github.com/felixge/httpsnoop v1.0.4
  • github.com/fluent/fluent-logger-golang v1.9.0
  • github.com/flynn/noise v1.0.1
  • github.com/fsnotify/fsnotify v1.7.0
  • github.com/gabriel-vasile/mimetype v1.4.4
  • github.com/geoffgarside/ber v1.1.0
  • github.com/getsentry/sentry-go v0.31.1
  • github.com/go-chi/chi/v5 v5.1.0
  • github.com/go-darwin/apfs v0.0.0-20211011131704-f84b94dbf348
  • github.com/go-logr/logr v1.4.2
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-ole/go-ole v1.3.0
  • github.com/go-redsync/redsync/v4 v4.13.0
  • github.com/go-resty/resty/v2 v2.11.0
  • github.com/go-sql-driver/mysql v1.8.1
  • github.com/go-zookeeper/zk v1.0.3
  • github.com/gocql/gocql v1.7.0
  • github.com/gofrs/flock v0.8.1
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang-jwt/jwt/v4 v4.5.1
  • github.com/golang-jwt/jwt/v5 v5.2.1
  • github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
  • github.com/golang/protobuf v1.5.4
  • github.com/golang/snappy v0.0.4
  • github.com/google/btree v1.1.3
  • github.com/google/flatbuffers/go v0.0.0-20230108230133-3b8644d32c50
  • github.com/google/s2a-go v0.1.9
  • github.com/google/uuid v1.6.0
  • github.com/google/wire v0.6.0
  • github.com/googleapis/enterprise-certificate-proxy v0.3.4
  • github.com/googleapis/gax-go/v2 v2.14.1
  • github.com/gorilla/mux v1.8.1
  • github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
  • github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
  • github.com/hanwen/go-fuse/v2 v2.7.2
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-hclog v1.6.3
  • github.com/hashicorp/go-immutable-radix v1.3.1
  • github.com/hashicorp/go-metrics v0.5.4
  • github.com/hashicorp/go-msgpack/v2 v2.1.2
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/hashicorp/go-retryablehttp v0.7.7
  • github.com/hashicorp/go-uuid v1.0.3
  • github.com/hashicorp/golang-lru v0.6.0
  • github.com/hashicorp/hcl v1.0.0
  • github.com/hashicorp/raft v1.7.2
  • github.com/hashicorp/raft-boltdb/v2 v2.3.1
  • github.com/henrybear327/Proton-API-Bridge v1.0.0
  • github.com/henrybear327/go-proton-api v1.0.0
  • github.com/jcmturner/aescts/v2 v2.0.0
  • github.com/jcmturner/dnsutils/v2 v2.0.0
  • github.com/jcmturner/gofork v1.7.6
  • github.com/jcmturner/goidentity/v6 v6.0.1
  • github.com/jcmturner/gokrb5/v8 v8.4.4
  • github.com/jcmturner/rpc/v2 v2.0.3
  • github.com/jinzhu/copier v0.4.0
  • github.com/jlaffaye/ftp v0.2.0
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/jonboulle/clockwork v0.3.0
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/jtolio/noiseconn v0.0.0-20231127013910-f6d9ecbf1de7
  • github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004
  • github.com/karlseguin/ccache/v2 v2.0.8
  • github.com/klauspost/compress v1.17.9
  • github.com/klauspost/cpuid/v2 v2.2.8
  • github.com/klauspost/reedsolomon v1.12.4
  • github.com/koofr/go-httpclient v0.0.0-20240520111329-e20f8f203988
  • github.com/koofr/go-koofrclient v0.0.0-20221207135200-cbd7fc9ad6a6
  • github.com/kr/fs v0.1.0
  • github.com/kurin/blazer v0.5.3
  • github.com/kylelemons/godebug v1.1.0
  • github.com/lib/pq v1.10.9
  • github.com/linxGnu/grocksdb v1.9.8
  • github.com/lpar/date v1.0.0
  • github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed
  • github.com/magiconair/properties v1.8.7
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-ieproxy v0.0.11
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-runewidth v0.0.16
  • github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
  • 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/montanaflynn/stats v0.7.1
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/nats-io/nats.go v1.37.0
  • github.com/nats-io/nkeys v0.4.7
  • github.com/nats-io/nuid v1.0.1
  • github.com/ncruces/go-strftime v0.1.9
  • github.com/ncw/swift/v2 v2.0.3
  • github.com/nxadm/tail v1.4.11
  • github.com/olekukonko/tablewriter v0.0.5
  • github.com/olivere/elastic/v7 v7.0.32
  • github.com/opentracing/opentracing-go v1.2.0
  • github.com/oracle/oci-go-sdk/v65 v65.69.2
  • github.com/orcaman/concurrent-map/v2 v2.0.1
  • github.com/panjf2000/ants/v2 v2.9.1
  • github.com/parquet-go/parquet-go v0.24.0
  • github.com/patrickmn/go-cache v2.1.0+incompatible
  • github.com/pelletier/go-toml/v2 v2.2.2
  • github.com/pengsrc/go-shared v0.2.1-0.20190131101655-1999055a4a14
  • github.com/peterh/liner v1.2.2
  • github.com/philhofer/fwd v1.1.2
  • github.com/pierrec/lz4/v4 v4.1.21
  • github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c
  • github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
  • github.com/pingcap/kvproto v0.0.0-20230403051650-e166ae588106
  • github.com/pingcap/log v1.1.1-0.20221110025148-ca232912c9f3
  • github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
  • github.com/pkg/errors v0.9.1
  • github.com/pkg/sftp v1.13.6
  • github.com/pkg/xattr v0.4.9
  • github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
  • github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
  • github.com/posener/complete v1.2.3
  • github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b
  • github.com/pquerna/cachecontrol v0.2.0
  • github.com/prometheus/client_golang v1.20.5
  • github.com/prometheus/client_model v0.6.1
  • github.com/prometheus/common v0.55.0
  • github.com/prometheus/procfs v0.15.1
  • github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8
  • github.com/rabbitmq/amqp091-go v1.10.0
  • github.com/rclone/rclone v1.68.2
  • github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
  • github.com/rdleal/intervalst v1.4.1
  • github.com/redis/go-redis/v9 v9.7.0
  • github.com/relvacode/iso8601 v1.3.0
  • github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
  • github.com/rfjakob/eme v1.1.2
  • github.com/rivo/uniseg v0.4.7
  • github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
  • github.com/sagikazarmark/locafero v0.4.0
  • github.com/sagikazarmark/slog-shim v0.1.0
  • github.com/samber/lo v1.47.0
  • github.com/schollz/progressbar/v3 v3.18.0
  • github.com/seaweedfs/goexif v1.0.3
  • github.com/seaweedfs/raft v1.1.3
  • github.com/shirou/gopsutil/v3 v3.24.5
  • github.com/shoenig/go-m1cpu v0.1.6
  • github.com/sirupsen/logrus v1.9.3
  • github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
  • github.com/smartystreets/goconvey v1.8.1
  • github.com/sony/gobreaker v0.5.0
  • github.com/sourcegraph/conc v0.3.0
  • github.com/spacemonkeygo/monkit/v3 v3.0.22
  • github.com/spf13/afero v1.11.0
  • github.com/spf13/cast v1.6.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.19.0
  • github.com/stretchr/testify v1.10.0
  • github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
  • github.com/subosito/gotenv v1.6.0
  • github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
  • github.com/t3rm1n4l/go-mega v0.0.0-20240219080617-d494b6a8ace7
  • github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a
  • github.com/tidwall/gjson v1.18.0
  • github.com/tidwall/match v1.1.1
  • github.com/tidwall/pretty v1.2.0
  • github.com/tikv/client-go/v2 v2.0.7
  • github.com/tikv/pd/client v0.0.0-20230329114254-1948c247c2b1
  • github.com/tinylib/msgp v1.1.8
  • github.com/tklauser/go-sysconf v0.3.13
  • github.com/tklauser/numcpus v0.7.0
  • github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365
  • github.com/twmb/murmur3 v1.1.3
  • github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
  • github.com/unknwon/goconfig v1.0.0
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/viant/ptrie v1.0.1
  • github.com/xanzy/ssh-agent v0.3.3
  • github.com/xdg-go/pbkdf2 v1.0.0
  • github.com/xdg-go/scram v1.1.2
  • github.com/xdg-go/stringprep v1.0.4
  • github.com/yandex-cloud/go-genproto v0.0.0-20211115083454-9ca41db5ed9e
  • github.com/ydb-platform/ydb-go-genproto v0.0.0-20241112172322-ea1f63298f77
  • github.com/ydb-platform/ydb-go-sdk-auth-environ v0.5.0
  • github.com/ydb-platform/ydb-go-sdk/v3 v3.98.0
  • github.com/ydb-platform/ydb-go-yc v0.12.1
  • github.com/ydb-platform/ydb-go-yc-metadata v0.6.1
  • github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
  • github.com/yunify/qingstor-sdk-go/v3 v3.2.0
  • github.com/yusufpapurcu/wmi v1.2.4
  • github.com/zeebo/blake3 v0.2.3
  • github.com/zeebo/errs v1.3.0
  • go.etcd.io/bbolt v1.3.10
  • go.etcd.io/etcd/api/v3 v3.5.18
  • go.etcd.io/etcd/client/pkg/v3 v3.5.18
  • go.etcd.io/etcd/client/v3 v3.5.18
  • go.mongodb.org/mongo-driver v1.17.2
  • go.opencensus.io v0.24.0
  • go.opentelemetry.io/auto/sdk v1.1.0
  • go.opentelemetry.io/contrib/detectors/gcp v1.33.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
  • go.opentelemetry.io/otel v1.34.0
  • go.opentelemetry.io/otel/metric v1.34.0
  • go.opentelemetry.io/otel/sdk v1.34.0
  • go.opentelemetry.io/otel/sdk/metric v1.32.0
  • go.opentelemetry.io/otel/trace v1.34.0
  • go.uber.org/atomic v1.11.0
  • go.uber.org/multierr v1.11.0
  • go.uber.org/zap v1.27.0
  • gocloud.dev v0.40.0
  • gocloud.dev/pubsub/natspubsub v0.40.0
  • gocloud.dev/pubsub/rabbitpubsub v0.40.0
  • golang.org/x/crypto v0.32.0
  • golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
  • golang.org/x/image v0.23.0
  • golang.org/x/mod v0.22.0
  • golang.org/x/net v0.34.0
  • golang.org/x/oauth2 v0.25.0
  • golang.org/x/sync v0.11.0
  • golang.org/x/sys v0.29.0
  • golang.org/x/term v0.28.0
  • golang.org/x/text v0.21.0
  • golang.org/x/time v0.9.0
  • golang.org/x/tools v0.29.0
  • golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
  • google.golang.org/api v0.218.0
  • google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4
  • google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47
  • google.golang.org/grpc v1.70.0
  • google.golang.org/grpc/security/advancedtls v1.0.0
  • google.golang.org/protobuf v1.36.5
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/natefinch/lumberjack.v2 v2.2.1
  • gopkg.in/validator.v2 v2.0.1
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • modernc.org/b v1.0.0
  • modernc.org/libc v1.55.3
  • modernc.org/mathutil v1.7.1
  • modernc.org/memory v1.8.0
  • modernc.org/sqlite v1.34.5
  • modernc.org/strutil v1.2.1
  • moul.io/http2curl/v2 v2.3.0
  • storj.io/common v0.0.0-20240812101423-26b53789c348
  • storj.io/drpc v0.0.35-0.20240709171858-0075ac871661
  • storj.io/eventkit v0.0.0-20240415002644-1d9596fee086
  • storj.io/infectious v0.0.2
  • storj.io/picobuf v0.0.3
  • storj.io/uplink v1.13.1
go.sum go
  • github.com/fatih/color v1.10.0
  • github.com/guineveresaenger/golang-rainbow v0.0.0-20171201190047-7b6c54e09b61
  • github.com/inancgumus/prettyslice v0.0.0-20190305220808-d802ba58098f
  • github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
  • github.com/mattn/go-colorable v0.1.8
  • github.com/mattn/go-isatty v0.0.12
  • github.com/mattn/go-runewidth v0.0.9
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
  • golang.org/x/sys v0.0.0-20200116001909-b77594299b42
  • golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
  • golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
  • golang.org/x/text v0.3.0
mix.exs hex
  • cachex ~> 2.1
  • earmark ~> 1.2.0
  • ex_doc ~> 0.15
  • goth ~> 0.3.1
  • httpoison ~> 0.11
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
  • mysql:mysql-connector-java
  • org.apache.poi:poi-ooxml 3.9
  • org.mybatis.spring.boot:mybatis-spring-boot-starter 1.1.1
  • org.springframework.boot:spring-boot-starter-thymeleaf
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test
client/package-lock.json npm
  • 1314 dependencies
client/package.json npm
  • @testing-library/jest-dom ^5.11.4
  • @testing-library/react ^11.1.0
  • @testing-library/user-event ^12.1.10
  • react ^17.0.2
  • react-dom ^17.0.2
  • react-scripts 4.0.3
  • socket.io-client ^4.1.2
  • web-vitals ^1.0.1
episode-0-express-setup/package.json npm
  • eslint ^7.0.0 development
  • nodemon ^2.0.3 development
  • bcrypt ^5.0.0
  • cors ^2.8.5
  • dotenv ^8.2.0
  • express ^4.17.1
  • mongoose ^5.9.13
package-lock.json npm
  • 1550 dependencies
package.json npm
  • babel-plugin-transform-decorators ^6.24.1 development
  • node-sass ^4.11.0 development
  • react-redux ^6.0.0 development
  • sass-loader ^7.1.0 development
  • ws ^6.1.2 development
  • @material-ui/core ^1.5.1
  • @material-ui/icons ^1.1.1
  • ajv ^6.5.3
  • axios ^0.18.0
  • classnames ^2.2.6
  • install ^0.12.2
  • jshint ^2.9.7
  • konva ^2.6.0
  • loadash ^1.0.0
  • lodash ^4.17.11
  • npm ^6.4.1
  • prop-types ^15.6.2
  • rc-color-picker ^1.2.6
  • react ^16.8.1
  • react-color ^2.17.0
  • react-cookie ^3.0.4
  • react-dnd 5.0.0
  • react-dnd-html5-backend 5.0.1
  • react-dom ^16.8.2
  • react-dropzone ^8.0.3
  • react-jss ^8.6.1
  • react-konva ^16.8.0
  • react-rnd ^9.1.1
  • react-router-dom ^4.3.1
  • react-scripts 3.0.0
  • redux ^4.0.1
  • simple-peer ^9.1.2
  • typeface-roboto 0.0.54
  • use-image ^1.0.3
  • uuid ^3.3.2
  • webrtc-adapter ^6.4.8
yarn.lock npm
  • 906 dependencies
composer.json packagist
  • php >=5.4
  • symfony/http-foundation ~2.7
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
  • flutter_test {"sdk" => "flutter"} development
  • cloud_firestore 0.14.3
  • cupertino_icons ^1.0.0
  • firebase_auth 0.18.2
  • firebase_core 0.5.2
  • flutter {"sdk" => "flutter"}
  • flutter_login_facebook ^0.4.0+1
  • google_sign_in 4.5.6
  • intl 0.16.1
  • provider ^4.3.2+2
  • rxdart 0.24.1
backend/Pipfile pypi
  • django ==3.2.16
  • django-betterforms ==2.0.0
  • django-ckeditor ==6.3.2
  • django-cors-headers ==3.13.0
  • django-crispy-forms ==1.14.0
  • django-mapbox-location-field ==2.0.0
  • djangorestframework ==3.14.0
  • pillow ==9.3.0
pyproject.toml pypi
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
setup.py pypi
  • jinja2 *
  • markdown *
  • watchdog *
environment.yml pypi
  • adabound ==0.0.5
  • chardet ==3.0.4
  • cycler ==0.10.0
  • cython ==0.29.6
  • dominate ==2.4.0
  • easydict ==1.9
  • idna ==2.8
  • kiwisolver ==1.0.1
  • matplotlib ==3.0.3
  • msgpack ==0.6.1
  • opencv-python ==4.0.0.21
  • pandas ==0.24.2
  • protobuf ==3.7.1
  • pyparsing ==2.3.1
  • pytz ==2019.1
  • pyyaml ==5.1
  • requests ==2.22.0
  • scipy ==1.2.1
  • tensorboardx ==1.6
  • torchfile ==0.1.0
  • tqdm ==4.31.1
  • urllib3 ==1.25.3
  • visdom ==0.1.8.8
  • websocket-client ==0.56.0