All Projects โ†’ surfcodes โ†’ Surf

surfcodes / Surf

Licence: other
๐Ÿ„โ€โ™‚๏ธ Surf GitHub code with VS Code. (with CLI, chrome extensions, also works for Gitlab)

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Surf

AndroidVSCode
Visual Studio Code on Android with code-server on Termux.
Stars: โœญ 21 (-98.83%)
Mutual labels:  code-server
peek
1-click from git repo to local editor
Stars: โœญ 22 (-98.78%)
Mutual labels:  github1s
GitHub-Web-IDE
โšก Open GitHub repositories in online web IDE
Stars: โœญ 242 (-86.53%)
Mutual labels:  github1s
imgalign
Webapplication for image stitching and aligning
Stars: โœญ 162 (-90.98%)
Mutual labels:  surf
Motion-Estimation-using-Speeded-Up-Robust-Features-SURF-and-Oriented-Fast-Rotated-Brief-ORB-
No description or website provided.
Stars: โœญ 25 (-98.61%)
Mutual labels:  surf
NodeKit
surfstudio.github.io/nodekit
Stars: โœญ 27 (-98.5%)
Mutual labels:  surf
mlspace
MLSpace: Hassle-free machine learning & deep learning development
Stars: โœญ 286 (-84.08%)
Mutual labels:  code-server
Feature-Detection-and-Matching
Feature Detection and Matching with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK through the Brute Force and FLANN algorithms using Python and OpenCV
Stars: โœญ 95 (-94.71%)
Mutual labels:  surf
surfer
The Blog built on pure Rust stack. Backend for graphql services, and frontend for web application.
Stars: โœญ 35 (-98.05%)
Mutual labels:  surf
vscode-binder
VS Code on Binder
Stars: โœญ 88 (-95.1%)
Mutual labels:  code-server
SURF
SURF - Speeded Up Robust Features - source code
Stars: โœญ 117 (-93.49%)
Mutual labels:  surf
docker-images
All my docker images in one mono-repository with multi-arch support
Stars: โœญ 18 (-99%)
Mutual labels:  code-server
Feature-Detection-and-Description
Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV
Stars: โœญ 31 (-98.27%)
Mutual labels:  surf
pojde
Develop from any device with a browser.
Stars: โœญ 60 (-96.66%)
Mutual labels:  code-server
code-server
Non-root Docker image running Debian and code-server.
Stars: โœญ 76 (-95.77%)
Mutual labels:  code-server
opencv android nonfree
No description or website provided.
Stars: โœญ 32 (-98.22%)
Mutual labels:  surf
amet
๐Ÿณ Containerized Development Environment
Stars: โœญ 13 (-99.28%)
Mutual labels:  code-server
Fragsurf-2
Fragsurf is an actively developed standalone game based on HL2 surf and bhop movement mechanics.
Stars: โœญ 68 (-96.22%)
Mutual labels:  surf
vs-code-container-with-ssl
Launch your own Code Server container with preloaded SDKs for React, Python, C#, Cloud CLIs, secured by SSL Reverse Proxy.
Stars: โœญ 54 (-96.99%)
Mutual labels:  code-server

๐Ÿ„โ€โ™‚๏ธ surf.

๐Ÿ„โ€โ™‚๏ธ Surf your repository like a pro

โ—๏ธ This repo is forked from Github1s. If you are looking for github1s.com, please visit here. Please note that most of the code / work is done by conwnet and github1s contributors (more details below), and we are happy to use the original implementations to modify with more customizations.

surf cli on npm Deploy github.surf with Vercel GitHub Surf - Open repositories in a VSCode environment in your browser | Product Hunt Twitter GitHub license

Features

github.surf

TL;DR Jump to demo

  • โœ… Github support - Surf GitHub repository on browser with vscode environment
  • โœ… Gist support - Surf Gist repository on browser with vscode environment (DEMO)
  • โœ… Official Chrome extension - Launch surf with extension button
  • โœ… Official CLI - surf . command for opening surf on terminal
  • โœ… Gitlab support (gitlab.surf)
  • Bitbucket support (under development) (bitbucket.surf)
  • surf.codes for private, custom scm (enhance)
  • Remote compile & terminal support in browser (comming soon)

Chrome extension

Download our official chrome here (It's currently under review)

surf chrome extension

Building and installing chrome extension on your own

This also works for the GIST too

gist surf

๐Ÿ„โ€โ™‚๏ธ surf CLI

Like vscode's code ., we support our command surf

# === install the cli ===
npm -g install @bridged.xyz/surf
		# or with yarn
		yarn global add @bridged.xyz/surf

# and surf ๐Ÿ„ !
surf .

You can use this as your sub editor, which can be useful when you're exploring your master/main repository when you are at your own branch on your local machine

# different branch
surf -b <branch-name>

Learn more at surf-cli

Notes

For unlimited usage, you must provide github token in key icon tab

You can generate new token for github.surf on here

provide oauth token for unlimited usage on github.surf

Limitations

Max requests per hour

  • github - 60 requests per hour if no token provided (5000 when provided)
  • gitlab - 5 requests per minute
  • bitbucket - 60 requests per hour

Learn more about providing a token for unlimited usage

Github Enterprise usage

You have to modify api.ts and deploy as-your-own via Deploy on vercel button on the top of this document. api.github.com shall point to your-server.example.com

Supported languages / frameworks extensions (themes)

As listed here and surf-code-extensions here, we support below extensions in-the-box

  • Vue
  • JS/TS/JSX/TSX (React, Svelte, and other js based frameworks)
  • Dart & Flutter
  • Elm
  • Kotlin
  • Scala
  • Ocaml
  • Vetur
  • Jupyter Notebook - deepmind/deepmind-research demo
  • Material theme

What's Next?

  • PWA Support
  • Enterprise account support (github enterprise)
  • Custom extensions support
  • Mobile screen support
  • Remote cli & build support
  • More powerful Private repository experience

Remote compile / App preview (for ui applications) & CLI Capabilities.

For repositories containing project such like flutter, react and other main ui frameworks we are planning to suport live-compile-preview feature of the application. The main issue with this will be the pricing and performance limitation, since we are going to keep this project free / fast for everyone.

The technology behind this is under development in appbox and console. You can see the remote-compile demo on assistant

Contribution

Join the community

Learn more about contribution at CONTRIBUTING.md

Disclaimer

This project is inspired from cdr/code-server and conwnet/github1s. The base code was forked from github1s (MIT License at the point of fork), which we are replacing it with our own implementations and approaches.

See Also

References & Blogs / Translations

References

Blogs / Translations

medium github surf

get-chrome-ext get-firefox-addon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].