cwx0ayby

nothing to do

https://github.com/onti7t/cwx0ayby

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: Onti7T
  • License: mit
  • Language: C++
  • Default Branch: main
  • Size: 296 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 Support Roadmap Authors Notice 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: Onti7T
  • 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
.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/github-actions-demo.yml actions
  • appleboy/ssh-action v0.1.10 composite
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
Backend/requirements.txt pypi
  • Django *
  • Pillow *
  • django-cors-headers *
  • folium ==0.2.1
  • ipython *
  • matplotlib *
  • numpy *
  • opencv-python *
  • pandas *
  • pdflatex *
  • pylatex *
  • scikit-image *
  • tensorflow *
.github/workflows/docker-publish.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v3.0.0 composite
  • docker/login-action v2.0.0 composite
  • docker/metadata-action v4.0.1 composite
.github/workflows/frontend-docker.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
  • docker/setup-qemu-action v1 composite
.github/workflows/jekyll-gh-pages.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/jekyll-build-pages v1 composite
  • actions/upload-pages-artifact v3 composite
bower.json bower
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
DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • googleAuthR * imports
  • jsonlite * imports
  • tibble * imports
Dockerfile docker
  • alpine 3.6 build
  • golang 1.17 build
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
angular/Dockerfile docker
  • node 6 build
api/Dockerfile docker
  • python latest build
cloud-run/application/Dockerfile docker
  • eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build
docker-compose.yml docker
  • compiler-backend latest
  • compiler-frontend latest
  • mysql latest
go.mod go
  • code.cloudfoundry.org/cfhttp/v2 v2.13.0
  • code.cloudfoundry.org/routing-api v0.0.0-20240906112649-2aa4a71d284e
  • github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f
  • github.com/go-logr/logr v1.4.2
  • github.com/go-task/slim-sprig/v3 v3.0.0
  • github.com/google/go-cmp v0.6.0
  • github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134
  • github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
  • github.com/onsi/ginkgo/v2 v2.20.2
  • github.com/onsi/gomega v1.34.2
  • github.com/tedsuo/rata v1.0.0
  • github.com/vito/go-sse v1.1.2
  • golang.org/x/mod v0.21.0
  • golang.org/x/net v0.29.0
  • golang.org/x/sys v0.25.0
  • golang.org/x/text v0.18.0
  • golang.org/x/tools v0.25.0
  • gopkg.in/yaml.v3 v3.0.1
Project/BloomingSouls/build.gradle maven
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
onlineedu-acl/pom.xml maven
  • com.xatu.onlieedu:onlineedu-service-util 1.0-SNAPSHOT
  • com.xatu.onlineedu:onlineedu-api 1.0-SNAPSHOT
  • com.xatu.onlineedu:onlineedu-web-util 1.0-SNAPSHOT
  • com.xatu.onlineedu:spring-security 0.0.1-SNAPSHOT
pom.xml maven
  • cn.hutool:hutool-all 5.5.8
  • com.alibaba:druid-spring-boot-starter 1.1.20
  • com.alibaba:fastjson 1.2.72
  • com.aliyun.oss:aliyun-sdk-oss 3.10.2
  • com.aliyun:aliyun-java-sdk-core 4.4.6
  • com.aliyun:aliyun-java-sdk-ecs 4.17.6
  • com.baomidou:mybatis-plus-boot-starter 3.4.0
  • com.baomidou:mybatis-plus-generator 3.4.0
  • com.github.pagehelper:pagehelper-spring-boot-starter 1.2.5
  • com.yungouos.pay:yungouos-pay-sdk 2.0.9
  • mysql:mysql-connector-java
  • org.apache.velocity:velocity-engine-core 2.2
  • org.mybatis.spring.boot:mybatis-spring-boot-starter 2.1.3
  • org.projectlombok:lombok
  • org.springframework.boot:spring-boot-configuration-processor 2.2.10.RELEASE
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter
  • org.springframework.boot:spring-boot-starter-data-redis
  • org.springframework.boot:spring-boot-starter-validation
  • org.springframework.boot:spring-boot-starter-web
  • 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
  • 793 dependencies
package.json npm
  • gh-pages ^2.0.1 development
  • mdx-code ^1.1.3 development
  • mdx-deck ^1.6.7 development
  • mdx-deck-code-surfer ^0.5.5 development
  • mdx-deck-live-code ^1.0.0 development
  • patch-package ^6.1.2 development
  • qrcode.react ^0.9.2 development
  • raw-loader ^1.0.0 development
  • codemirror ^5.43.0
  • react-codemirror2 ^5.1.0
  • rebass ^3.1.0
pnpm-lock.yaml npm
  • 372 dependencies
FSH.StarterKit.nuspec nuget
composer.json packagist
  • guzzlehttp/guzzle ^7.0 development
  • mockery/mockery ^1.6 development
  • pestphp/pest 2.x-dev development
  • phpstan/phpstan 1.11.x-dev development
  • ext-json *
  • php >=8.1
  • workerman/coroutine ^1.1 || dev-main
Pipfile pypi
  • mlflow *
  • numpy *
  • sklearn *
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
  • addressable 2.5.2
  • bundler 1.16.1
  • colorator 1.1.0
  • concurrent-ruby 1.0.5
  • em-websocket 0.5.1
  • eventmachine 1.2.7
  • ffi 1.9.25
  • forwardable-extended 2.6.0
  • http_parser.rb 0.6.0
  • i18n 0.9.5
  • jekyll 3.8.3
  • jekyll-last-modified-at 1.0.1
  • jekyll-sass-converter 1.5.2
  • jekyll-watch 2.0.0
  • kramdown 1.17.0
  • liquid 4.0.0
  • listen 3.1.5
  • mercenary 0.3.6
  • pathutil 0.16.1
  • posix-spawn 0.3.13
  • public_suffix 3.0.2
  • rake 12.3.1
  • rb-fsevent 0.10.3
  • rb-inotify 0.9.10
  • rouge 3.1.1
  • ruby_dep 1.5.0
  • safe_yaml 1.0.4
  • sass 3.5.6
  • sass-listen 4.0.0
  • uswds-jekyll 4.1.0
.github/workflows/changelog.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
Cargo.lock cargo
  • 273 dependencies
Cargo.toml cargo
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
.github/workflows/msbuild.yml actions
  • actions/checkout v2 composite
  • microsoft/setup-msbuild v1.0.2 composite
environment.yml conda
  • joblib
  • matplotlib
  • numpy
  • pandas
  • scikit-learn
  • seaborn
  • tpot
  • tqdm
  • watermark