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 (9.2%) to scientific vocabulary
Scientific Fields
Mathematics
Computer Science -
84% confidence
Artificial Intelligence and Machine Learning
Computer Science -
83% confidence
Last synced: 4 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: sAMjESIah11993
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 243 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed 4 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codeowners
Security
Roadmap
Authors
README
This is a free, open-source, sample application demonstrating use of the
Asana API. It takes the form of a Chrome Extension that, when installed,
integrates Asana into your web experience in the following ways:
* Creates a button in your button-bar which, when clicked, pops up a
QuickAdd window to create a new task associated with the current web page.
You can click a button to populate the task name with the page title and
the URL and current selected text in the notes.
* Installs the special Asana ALT+A keyboard shortcut. When this key combo
is pressed from any web page, it brings up the same popup.
This functionality will operate on any window opened after the extension
is loaded.
See: http://developer.asana.com/
Files of special interest:
api_bridge.js:
Handles generic communication with the API.
server_model.js:
Wraps specifics of individual API calls to return objects to calling code.
This is not a real ORM, just the bare bones necessary to get a few
simple things done.
popup.html
Source for the popup window, contains the top-level logic which drives
most of the user-facing functionality.
To install:
1. Download the code, e.g. `git clone git://github.com/Asana/Chrome-Extension-Example.git`
2. Navigate chrome to `chrome://extensions`
3. Check the `Developer mode` toggle
4. Click on `Load Unpacked Extension...`
5. Select the folder containing the extension
Owner
- Login: sAMjESIah11993
- Kind: user
- Repositories: 1
- Profile: https://github.com/sAMjESIah11993
Dependencies
Cargo.lock
cargo
- 519 dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
AWS_EC2/requirements.txt
pypi
- awscli *
- boto3 ==1.10.50
- pandas *
- plotly *
.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
bower.json
bower
Cargo.toml
cargo
- tempfile 3.0 development
- chrono 0.4
- clap 4.0
- env_logger 0.10
- log 0.4
- serde 1.0
- serde_json 1.0
Podfile
cocoapods
- StreamChat ~> 2.2
- VoxeetUXKit ~> 1.3
DESCRIPTION
cran
- MASS * imports
- broom * imports
- lavaan * imports
- magrittr * imports
- psych * imports
- rlang * imports
- robust * imports
- robustlmm * imports
- tibble * imports
- tidyselect * imports
Dockerfile
docker
- golang latest build
docker-compose.dev.yml
docker
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
- github.com/containerd/containerd v1.5.3
- github.com/docker/cli v20.10.7+incompatible
- github.com/docker/docker v20.10.7+incompatible
- github.com/docker/docker-credential-helpers v0.6.4
- github.com/fvbommel/sortorder v1.0.2
- github.com/google/uuid v1.2.0
- github.com/gorilla/mux v1.8.0
- github.com/moby/sys/mount v0.2.0
- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
- github.com/morikuni/aec v1.0.0
- github.com/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.8.1
- github.com/theupdateframework/notary v0.7.0
- golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
- google.golang.org/grpc v1.39.0
mix.exs
hex
- castore ~> 1.0
- ex_doc >= 0.19.0
- excoveralls ~> 0.18.0
- gen_stage ~> 1.0
- nimble_options ~> 0.3.7 or ~> 0.4 or ~> 1.0
- telemetry ~> 0.4.3 or ~> 1.0
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
build.gradle
maven
build.gradle.kts
maven
pom.xml
maven
- cn.hutool:hutool-all 5.8.16
- 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
backend/package-lock.json
npm
- 166 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
package-lock.json
npm
- 465 dependencies
package.json
npm
- @material-ui/core ^4.9.7
- @material-ui/icons ^4.9.1
- @testing-library/jest-dom ^4.2.4
- @testing-library/react ^9.3.2
- @testing-library/user-event ^7.1.2
- antd ^4.1.4
- bootstrap ^4.4.1
- concurrently ^5.1.0
- cors ^2.8.5
- express ^4.17.1
- faker ^4.1.0
- nodemon ^2.0.2
- react ^16.13.1
- react-bootstrap ^1.0.0
- react-css-grid ^2.0.0-0
- react-dom ^16.13.1
- react-flexbox-grid ^2.1.2
- react-grid-layout ^0.18.3
- react-grid-system ^6.3.0
- react-native ^0.62.1
- react-router ^5.1.2
- react-router-dom ^5.1.2
- react-scripts 3.4.1
- reactstrap ^8.4.1
- socket.io ^2.3.0
- socket.io-client ^2.3.0
- standard ^14.3.3
- xss ^1.0.8
FSH.StarterKit.nuspec
nuget
composer.json
packagist
- magento/framework 103.0.*
- magento/module-backend 102.0.*
- magepal/magento2-core >=1.1.11
- php ~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0
prokit_flutter/pubspec.yaml
pub
- build_runner ^2.0.6 development
- flutter_test {"sdk" => "flutter"} development
- mobx_codegen ^2.0.2 development
- animations ^2.0.1
- cached_network_image ^3.1.0
- card_swiper ^1.0.2
- carousel_slider ^4.0.0
- charts_flutter ^0.11.0
- clippy_flutter ^2.0.0-nullsafety.1
- cloud_firestore ^2.2.0
- collection ^1.15.0
- cupertino_icons ^1.0.3
- dots_indicator ^2.0.0
- expandable_bottom_sheet ^1.0.0+2
- file_picker ^3.0.1
- firebase_core ^1.4.0
- firebase_crashlytics ^2.1.1
- firebase_messaging ^10.0.4
- fl_chart ^0.36.1
- flutter {"sdk" => "flutter"}
- flutter_colorpicker ^0.4.0
- flutter_local_notifications ^5.0.0+4
- flutter_mobx ^2.0.1
- flutter_rating_bar ^4.0.0
- flutter_reaction_button ^1.0.8
- flutter_slidable ^0.6.0
- flutter_staggered_animations ^1.0.0
- flutter_staggered_grid_view ^0.4.0
- flutter_svg ^0.22.0
- flutter_vector_icons ^1.0.0
- geocoding ^2.0.0
- geolocator ^7.3.1
- google_fonts ^2.1.0
- google_maps_flutter ^2.0.6
- google_mobile_ads ^0.12.2
- google_sign_in ^5.0.4
- html ^0.15.0
- http ^0.13.3
- image_picker ^0.8.1+3
- intl ^0.17.0
- liquid_swipe ^2.1.0
- local_auth ^1.1.6
- lottie ^1.1.0
- mobx ^2.0.3
- multi_image_picker ^4.8.00
- nb_utils ^4.4.4
- onesignal_flutter 3.2.0
- otp_text_field ^1.1.1
- package_info ^2.0.2
- percent_indicator ^3.0.1
- photo_view ^0.12.0
- provider ^5.0.0
- razorpay_flutter ^1.2.7
- share ^2.0.4
- showcaseview ^1.0.0
- signature ^4.1.1
- simple_animations ^3.1.1
- sleek_circular_slider ^2.0.0
- sliding_up_panel ^2.0.0+1
- syncfusion_flutter_charts ^19.1.67
- url_launcher ^6.0.3
- video_player ^2.1.4
- webview_flutter ^2.0.8
pubspec.lock
pub
- async 2.3.0
- boolean_selector 1.0.5
- charcode 1.1.2
- collection 1.14.11
- cupertino_icons 0.1.2
- flutter 0.0.0
- flutter_test 0.0.0
- matcher 0.12.5
- meta 1.1.7
- path 1.6.4
- pedantic 1.8.0+1
- quiver 2.0.5
- sky_engine 0.0.99
- source_span 1.5.5
- stack_trace 1.9.3
- stream_channel 2.0.0
- string_scanner 1.0.5
- term_glyph 1.1.0
- test_api 0.2.5
- typed_data 1.1.6
- vector_math 2.0.8
pubspec.yaml
pub
- flutter_test {"sdk" => "flutter"} development
- cupertino_icons ^0.1.2
- flutter {"sdk" => "flutter"}
Pipfile
pypi
- mlflow *
- numpy *
- sklearn *
pyproject.toml
pypi
- GPUtil ~=1.4.0
- Markdown >=3.7
- PyPDF2 >=3.0.1
- aiohttp >=3.10.2
- astor >=0.8.1
- google-generativeai >=0.8.2
- groq >=0.11.0
- ipynbname *
- langchain >=0.2.11
- langchain-core >=0.2.11
- litellm ==1.51.1
- llama-index >=0.10.0,<0.11.0
- openai >=1.57.0
- opentelemetry-api ==1.25.0
- opentelemetry-exporter-otlp-proto-grpc ==1.25.0
- opentelemetry-instrumentation ==0.46b0
- opentelemetry-instrumentation-asgi ==0.46b0
- opentelemetry-instrumentation-fastapi ==0.46b0
- opentelemetry-instrumentation-langchain ~=0.24.0
- opentelemetry-instrumentation-openai ~=0.24.0
- opentelemetry-sdk ==1.25.0
- opentelemetry-semantic-conventions ==0.46b0
- opentelemetry-util-http ==0.46b0
- pandas *
- psutil ~=6.0.0
- py-cpuinfo ~=9.0.0
- pyopenssl >=24.2.1
- requests ~=2.32.3
- tenacity ==8.3.0
- tqdm >=4.66.5
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
- Pillow *
- faiss_gpu ==1.6.3
- h5py *
- metric-learn *
- numpy *
- scikit-learn *
- scipy *
- six *
- torch *
- torchvision *
Gemfile
rubygems
- github-pages >= 0
Gemfile.lock
rubygems
- activemodel 4.2.5.1
- activesupport 4.2.5.1
- backports 3.6.8
- bson 1.12.5
- bson_ext 1.12.5
- builder 3.2.2
- bundler 1.10.6
- coffee-script 2.4.1
- coffee-script-source 1.10.0
- daemons 1.2.3
- eco 1.0.0
- eco-source 1.1.0.rc.1
- erubis 2.7.0
- eventmachine 1.0.9.1
- execjs 2.6.0
- hike 1.2.3
- i18n 0.7.0
- json 1.8.3
- minitest 5.8.4
- mongo 1.12.5
- mongo_mapper 0.13.1
- multi_json 1.11.2
- plucky 0.6.6
- rack 1.6.4
- rack-protection 1.5.3
- rack-test 0.6.3
- sinatra 1.4.7
- sinatra-contrib 1.4.6
- sprockets 2.9.4
- sprockets-commonjs 0.0.6
- stylus 1.0.1
- stylus-source 0.49.3
- thin 1.6.4
- thread_safe 0.3.5
- tilt 1.4.1
- tzinfo 1.2.2
- uglifier 2.7.2
- useragent 0.16.3