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: wNfc74
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 258 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
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: wNfc74
- Kind: user
- Repositories: 1
- Profile: https://github.com/wNfc74
Dependencies
.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
.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
Cargo.lock
cargo
- 436 dependencies
Cargo.toml
cargo
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
Podfile
cocoapods
- JitsiMeetSDK >= 0
Dockerfile
docker
- alpine 3.20 build
- golang 1.23 build
api/Dockerfile
docker
- tiangolo/uwsgi-nginx-flask python3.6 build
go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/ghodss/yaml v1.0.0
- github.com/gin-gonic/gin v1.6.3
- github.com/go-redis/redis v6.15.8+incompatible
- github.com/go-sql-driver/mysql v1.5.0
- github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
- github.com/gorilla/mux v1.7.3
- github.com/liubog2008/tester v0.0.0-20190707090223-f33559a91e14
- github.com/pkg/errors v0.8.1
- github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
- github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
- github.com/sirupsen/logrus v1.4.2
- github.com/spf13/cobra v0.0.5
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.3.2
- github.com/stretchr/testify v1.4.0
- k8s.io/api v0.18.2
- k8s.io/apimachinery v0.18.2
- k8s.io/client-go v0.18.2
- k8s.io/component-base v0.18.2
- k8s.io/klog v1.0.0
- sigs.k8s.io/controller-tools v0.3.0
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
- org.mapstruct:mapstruct-processor 1.4.2.Final provided
- com.alibaba:druid-spring-boot-starter 1.2.8
- com.alibaba:fastjson 1.2.83
- com.github.whvcse:easy-captcha 1.6.2
- com.github.xiaoymin:knife4j-spring-boot-starter 3.0.3
- javax.inject:javax.inject 1
- mysql:mysql-connector-java
- net.dreamlu:mica-ip2region 2.7.12
- org.apache.commons:commons-lang3
- org.apache.commons:commons-pool2 2.11.1
- org.apache.commons:commons-text 1.10.0
- org.apache.poi:poi 5.2.0
- org.apache.poi:poi-ooxml 5.2.0
- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1 1.16
- org.mapstruct:mapstruct 1.4.2.Final
- org.projectlombok:lombok
- org.springframework.boot:spring-boot-starter-cache
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-data-redis
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-web
- xerces:xercesImpl 2.12.2
- org.springframework.boot:spring-boot-starter-test test
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
- 1714 dependencies
pubspec.lock
pub
- _fe_analyzer_shared 12.0.0
- analyzer 0.40.6
- archive 2.0.13
- args 1.6.0
- async 2.5.0-nullsafety.3
- boolean_selector 2.1.0-nullsafety.3
- characters 1.1.0-nullsafety.5
- charcode 1.2.0-nullsafety.3
- cli_util 0.2.0
- clock 1.1.0-nullsafety.3
- collection 1.15.0-nullsafety.5
- convert 2.1.1
- coverage 0.14.2
- crypto 2.1.5
- cupertino_icons 1.0.2
- fake_async 1.2.0-nullsafety.3
- file 6.0.0-nullsafety.4
- flutter 0.0.0
- flutter_driver 0.0.0
- flutter_staggered_grid_view 0.3.3
- flutter_svg 0.18.1
- flutter_test 0.0.0
- fuchsia_remote_debug_protocol 0.0.0
- glob 1.2.0
- http 0.12.2
- http_parser 3.1.4
- integration_test 0.9.2+2
- io 0.3.4
- js 0.6.3-nullsafety.3
- json_rpc_2 2.2.2
- logging 0.11.4
- matcher 0.12.10-nullsafety.3
- meta 1.3.0-nullsafety.6
- node_interop 1.2.1
- node_io 1.1.1
- package_config 1.9.3
- path 1.8.0-nullsafety.3
- path_drawing 0.4.1+1
- path_parsing 0.1.4
- pedantic 1.10.0-nullsafety.3
- petitparser 3.1.0
- platform 3.0.0-nullsafety.4
- pool 1.5.0-nullsafety.3
- process 4.0.0-nullsafety.4
- pub_semver 1.4.4
- sky_engine 0.0.99
- source_map_stack_trace 2.1.0-nullsafety.4
- source_maps 0.10.10-nullsafety.3
- source_span 1.8.0-nullsafety.4
- stack_trace 1.10.0-nullsafety.6
- stream_channel 2.1.0-nullsafety.3
- string_scanner 1.1.0-nullsafety.3
- sync_http 0.2.0
- term_glyph 1.2.0-nullsafety.3
- test_api 0.2.19-nullsafety.6
- test_core 0.3.12-nullsafety.9
- typed_data 1.3.0-nullsafety.5
- vector_math 2.1.0-nullsafety.5
- vm_service 5.5.0
- watcher 0.9.7+15
- web_socket_channel 1.1.0
- webdriver 2.1.2
- websafe_svg 1.1.4+1
- xml 4.5.1
- yaml 2.2.1
setup.py
pypi
- matplotlib *
- multipledispatch *
- numpy *
- pandas *