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

Political Science Social Sciences - 90% confidence
Computer Science Computer Science - 88% confidence
Artificial Intelligence and Machine Learning Computer Science - 87% confidence
Last synced: 4 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: EzEKiEL86655
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 405 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 Zenodo

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

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
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/microservice-ui.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/api-gateway.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/manual.yml actions
  • actions/checkout master composite
  • atlassian/gajira-create master composite
  • atlassian/gajira-login master 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
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
Cargo.lock cargo
  • 391 dependencies
Dockerfile docker
  • alpine 3.12.3 build
  • busybox latest build
  • golang 1.20 build
AWS_EC2/requirements.txt pypi
  • awscli *
  • boto3 ==1.10.50
  • pandas *
  • plotly *
.github/workflows/customer_service.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • ansible/ansible-lint-action master composite
bower.json bower
Cargo.toml cargo
Podfile cocoapods
  • JitsiMeetSDK >= 0
api/Dockerfile docker
  • python latest build
backend/package-lock.json npm
  • 166 dependencies
FSH.StarterKit.nuspec nuget
Backend/requirements.txt pypi
  • Django *
  • Pillow *
  • django-cors-headers *
  • folium ==0.2.1
  • ipython *
  • matplotlib *
  • numpy *
  • opencv-python *
  • pandas *
  • pdflatex *
  • pylatex *
  • scikit-image *
  • tensorflow *
Pipfile pypi
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
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
  • 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
docker-compose.yml docker
  • buildkite/plugin-linter 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
build.gradle 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
client/package.json npm
  • @types/react-transition-group ^4.4.5 development
  • @types/react ^18.0.25
  • @types/react-dom ^18.0.9
  • axios ^1.2.0
  • gh-pages ^4.0.0
  • jwt-decode ^3.1.2
  • moment-timezone ^0.5.40
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-paginate ^8.1.4
  • react-popper ^2.3.0
  • react-router-dom ^6.4.3
  • react-scripts 5.0.1
  • react-toastify ^9.1.1
  • react-transition-group ^4.4.5
  • sass ^1.66.1
  • typescript ^4.8.4
package-lock.json npm
  • 974 dependencies
package.json npm
  • @eslint/js ^9.9.0 development
  • eslint ^9.9.0 development
  • eslint-plugin-react ^7.35.0 development
  • globals ^15.9.0 development
composer.json packagist
  • php >=7.2
  • symplify/easy-coding-standard ^9.3
pubspec.lock pub
  • archive 2.0.10
  • args 1.5.2
  • async 2.3.0
  • boolean_selector 1.0.5
  • charcode 1.1.2
  • collection 1.14.11
  • convert 2.1.1
  • crypto 2.1.3
  • cupertino_icons 0.1.2
  • dio 3.0.7
  • flutter 0.0.0
  • flutter_test 0.0.0
  • google_map_polyline 0.2.0+1
  • google_maps_flutter 0.5.21+12
  • http_parser 3.1.3
  • image 2.1.4
  • matcher 0.12.5
  • meta 1.1.7
  • path 1.6.4
  • pedantic 1.8.0+1
  • permission 0.1.5
  • petitparser 2.4.0
  • 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
  • xml 3.5.0
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
environment.yml pypi
pyproject.toml pypi
  • chardet *
  • cryptography *
  • distro sys_platform=='linux'
  • filelock *
  • google-api-python-client >=2.1
  • google-auth >=2.3.2
  • google-auth-httplib2 *
  • google-auth-oauthlib >=0.4.1
  • httplib2 >=0.17.0
  • lxml *
  • passlib >=1.7.2
  • pathvalidate *
  • python-dateutil *
requirements.in pypi
  • PyYAML *
  • Werkzeug <1.0
  • argcomplete *
  • boto3 *
  • durationpy *
  • future *
  • hjson *
  • jmespath *
  • kappa ==0.6.0
  • pip >=9.0.1
  • pip-tools *
  • python-dateutil *
  • python-slugify *
  • requests >=2.20.0
  • six *
  • toml *
  • tqdm *
  • troposphere *
  • wheel *
  • wsgi-request-logger *
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 *