Note about floating-point values: instantiating from a float might be unsafe, as floating-point values are imprecise by design, and could result in a loss of information. Always prefer instantiating from a string, which supports an unlimited number of digits.
Project 1 for [CS-1202] Advanced Programming. This is a MERN stack e-commerce (clothing store) website. This project was built by Ruthu Rooparaghunath, Soham De, and Tanvi Roy.
Quick Start
Open up a CLI, and execute the following commands:
World’s First Blockchain and the Boost Engine for Regulation and Security.
Welcome to the jmzkChain source code repository!
jmzkChain is developed and maintained by Hangzhou Yuliankeji Team.
This code is under rapid development. If you have any questions or advices, feel free to open an issue.
SDKs
If your need is to develop applications based on jmzkChain, JavaScript SDK is provided and maintained officially. It’s suitable for the usage on web, backend and mobile platforms like Android and iOS.
jmzkChain currently supports the following operating systems:
Amazon 2017.09 and higher
Centos 7
Fedora 25 and higher (Fedora 27 recommended)
Mint 18
Ubuntu 16.04 and higher (Ubuntu 18.04 recommended)
MacOS Darwin 10.12 and higher (MacOS 10.13.x recommended)
For Production
The blockchain RPC interface is not designed for the Internet but for local network. And since RPC interface don’t provide features like rate limitation’s, security checks and so on. It highly suggests anyone who wants to run a node to use a reverse proxy server like nginx to serve all the requests.
MIT License
Copyright (c) 2018 @ Longan Labs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Many high school students run into a dilemma upon graduation. They don’t know where to even begin when trying to select a college major.
And it is not just graduating high school students; according to the National Center for Education Studies, 30% of college students in
undergraduate programs had changed their major at least once and 10% of undergraduate students changed their major two or more times.
In order to help these student make better, well informed decisions, our group has set out to create a tool to aid in this decision making
process.
Programming language
R
Authors
Kai-Duan Chang
Li-Ci Chuang
Sri Manogna Gurijala
Ryan Egbert
Meghan Harris
About the Shinyapp
The app contains both descriptive and predictive analysis.
On the first two pages (Explore and Compare), the user can see many different charts and graphs that explain what is going on with the data. A user can compare the rates between salary and employment rate, for example.
Another thing the user will be able to do is receive a recommendation for which college major category they should select. This is followed up by a list of majors in that category for the user to select from.
With our Shiny app, students have a guide that helps them choose a college major based on their actual
interests. While we can’t say for a fact that our Shiny app rivals the combined 1.8 billion google results from
“What should my major be?”, we firmly believe our project is a great starting place in tackling this challenging
question.
References
We based our Shiny app on Zimin Luo’s and Lasha Gochiashvili’s project “Graduate Employment in
Singapore” to build our UI from. We really thought their GUI design was perfect for how we wanted our
interface to be for our project.
$ bundle exec rake rubocopExecuting rubocop for allure-cucumber...no offenses detectedExecuting rubocop for allure-rspec...no offenses detectedExecuting rubocop for allure-ruby-commons...no offenses detected
Run tests:
$ bundle exec rake testExecuting test for allure-cucumber...0 failuresExecuting test for allure-rspec...0 failuresExecuting test for allure-ruby-commons...0 failures
Submit a PR
Generating HTML report
Ruby binding hosted in this repository only generate source json files for the allure2 reporter.
allure-report-publisher provides a docker image which can be run from github-actions
workflow or gitlab-ci pipeline and host reports using cloud providers like AWS or GCP.
Translations in languages other than English are machine translated and are not yet accurate. No errors have been fixed yet as of March 21st 2021. Please report translation errors here. Make sure to backup your correction with sources and guide me, as I don’t know languages other than English well (I plan on getting a translator eventually) please cite wiktionary and other sources in your report. Failing to do so will result in a rejection of the correction being published.
Note: due to limitations with GitHub’s interpretation of markdown (and pretty much every other web-based interpretation of markdown) clicking these links will redirect you to a separate file on a separate page that isn’t the intended page. You will be redirected to the .github folder of this project, where the README translations are hosted.
Translations are currently done with Bing translate and DeepL. Support for Google Translate translations is coming to a close due to privacy concerns.
Try it out! The sponsor button is right up next to the watch/unwatch button.
Version history
Version history currently unavailable
No other versions listed
Software status
All of my works are free some restrictions. DRM (Digital Restrictions Management) is not present in any of my works.
This sticker is supported by the Free Software Foundation. I never intend to include DRM in my works.
I am using the abbreviation “Digital Restrictions Management” instead of the more known “Digital Rights Management” as the common way of addressing it is false, there are no rights with DRM. The spelling “Digital Restrictions Management” is more accurate, and is supported by Richard M. Stallman (RMS) and the Free Software Foundation (FSF)
This section is used to raise awareness for the problems with DRM, and also to protest it. DRM is defective by design and is a major threat to all computer users and software freedom.
This issue will track the progress of the new ZombieNet SDK.
We want to create a new SDK for ZombieNet that allow users to build more complex use cases and interact with the network in a more flexible and programatic way.
The SDK will provide a set of building blocks that users can combine in order to spawn and interact (test/query/etc) with the network providing a fluent api to craft different topologies and assertions to the running network. The new SDK will support the same range of providers and configurations that can be created in the current version (v1).
We also want to continue supporting the CLI interface but should be updated to use the SDK under the hood.
The Plan
We plan to divide the work phases to. ensure we cover all the requirement and inside each phase in small tasks, covering one of the building blocks and the interaction between them.
Prototype building blocks
Prototype each building block with a clear interface and how to interact with it
Add support to run test agains a running network (wip)
Add more CLI subcommands
Add js/subxt snippets ready to use in assertions (e.g transfers)
Add XCM support in built-in assertions
Add ink! smart contract support
Add support to start from a live network (fork-off) [check subalfred]
Create “default configuration” – (if zombieconfig.json exists in same dir with zombienet then the config applied in it will override the default configuration of zombienet. E.G if user wants to have as default native instead of k8s he can add to