- Saved searches
- Use saved searches to filter your results more quickly
- License
- UBUNTUTOKEN-DEX/ubuntu-sdk
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Saved searches
- Use saved searches to filter your results more quickly
- Vzense/Vzense_SDK_Linux
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
🛠 An SDK for building applications on top of Ubuntu.
License
UBUNTUTOKEN-DEX/ubuntu-sdk
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
In-depth documentation on this SDK is available at uniswap.org.
This modifies uniswap-sdk’s UniswapV2Factory address. The new address for ubuntu is 0xC0AEe478e3658e2610c5F7A4A2E1777cE9e4f2Ac .
To run the tests, follow these steps. You must have at least node v10 and yarn installed.
First clone the repository:
git clone https://github.com/UBUNTUTOKEN-DEX/ubuntu-sdk.git
Move into the ubuntu-sdk working directory
You should see output like the following:
yarn run v1.22.4 $ tsdx test PASS test/constants.test.ts PASS test/pair.test.ts PASS test/fraction.test.ts PASS test/miscellaneous.test.ts PASS test/entities.test.ts PASS test/trade.test.ts Test Suites: 1 skipped, 6 passed, 6 of 7 total Tests: 3 skipped, 82 passed, 85 total Snapshots: 0 total Time: 5.091s Ran all test suites. ✨ Done in 6.61s.
About
🛠 An SDK for building applications on top of Ubuntu.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Linux SDK, in Ubuntu16/18/20, ARM-Linux. For DCAM710, 305, 550U/P, 560C
Vzense/Vzense_SDK_Linux
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Vzense TOF Camera Software Develop Kit For Linux System
- DCAM710 Support FirmwareVersion: Firmware_DCAM710_20190904_nand_b63.img and later
- DCAM305 Support FirmwareVersion: Firmware_DCAM305_20200313_nand_b42.img and later
- DCAM550U
- DCAM550P
- DCAM560C
- Ubuntu16.04, 18.04, 20.04 (x86_64 platform), e.g. intel i5,i7
- arm64 embedded platform, e.g. Nvidia Jetson, NXP IMX8, RK3399
- arm32 embedded platform, e.g. RK3288
- Arm-linux-gnueabihf arm32 SDK package that is developed for arm32 platform, use standard compiler arm-linux-gnueabihf(v5.4.0)
- AArch64 arm64 SDK package that is developed for aarch64 platform, use standard compiler aarch64-linux-gnu(v5.4.0)
- Ubuntu16.04 Ubuntu16.04 PC SDK package that is developed for personla computer platform(x86_64), use standard compiler x86_64-linux-gnu(v5.4.0)
- Ubuntu18.04 Ubuntu18.04 PC SDK package that is developed for personal computer platform(x86_64), use standard compiler x86_64-linux-gnu(v7.5.0) Ubuntu18.04 SDK package compatible with Ubuntu20.04
Summary Of The Guidelines
About
Linux SDK, in Ubuntu16/18/20, ARM-Linux. For DCAM710, 305, 550U/P, 560C