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
Last synced: 10 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: imraNPatrIcK926
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 276 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
Governance
Roadmap
Authors
Notice
Maintainers
Copyright
Dco
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: imraNPatrIcK926
- Kind: user
- Repositories: 1
- Profile: https://github.com/imraNPatrIcK926
GitHub Events
Total
- Push event: 1,289
- Create event: 2
Last Year
- Push event: 1,289
- Create event: 2
Dependencies
.github/workflows/api-dev-workflow.yaml
actions
- actions/checkout v3 composite
- docker/build-push-action v4 composite
- docker/login-action 28218f9b04b4f3f62068d7b6ce6ca5b26e35336c composite
- docker/metadata-action v5 composite
- docker/setup-buildx-action v2 composite
- mikefarah/yq v4.12.2 composite
- peter-evans/create-pull-request v3 composite
Dockerfile
docker
- denoland/deno latest build
- node 16 build
docker-compose.yml
docker
- postgres 13-alpine
- redis alpine
hunter2-lessons/http-header-injection/code/Dockerfile
docker
- python 3.7 build
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
build.gradle
maven
FSH.StarterKit.nuspec
nuget
AmazonBedrock/requirements.txt
pypi
- anthropic ==0.21.3
- awscli ==1.32.74
- boto3 ==1.34.74
- botocore ==1.34.74
- pickleshare ==0.7.5
setup.py
pypi
- Pillow *
- faiss_gpu ==1.6.3
- h5py *
- metric-learn *
- numpy *
- scikit-learn *
- scipy *
- six *
- torch *
- torchvision *
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
requirements.txt
pypi
- certifi ==2024.7.4
- chardet ==5.2.0
- charset-normalizer ==3.3.2
- idna ==3.7
- numpy ==2.0.1
- pandas ==2.2.2
- python-dateutil ==2.9.0.post0
- pytz ==2024.1
- requests ==2.32.3
- six ==1.16.0
- tzdata ==2024.1
- urllib3 ==2.2.2