All Projects → grzegorzmazur → Yacas

grzegorzmazur / Yacas

Licence: lgpl-2.1
Computer calculations made easy

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Yacas

Expreduce
An experimental computer algebra system written in Go
Stars: ✭ 318 (+318.42%)
Mutual labels:  cas
Sso
cas单点登录系统,其中包括cas认证服务,配置中心,监控平台,服务管理的高可用项目
Stars: ✭ 797 (+948.68%)
Mutual labels:  cas
Cas Configserver Overlay
Generic CAS Spring Cloud Configuration Server WAR overlay
Stars: ✭ 28 (-63.16%)
Mutual labels:  cas
Highdsa
2018年本科毕设项目,已更新所有开发和部署文档。基于Dubbo、SSM、Shiro、ELK、ActiveMQ、Redis等实现的一套高可用、高性能、高可扩展的分布式系统架构,实现可支持业务的基础公共服务,API使用Restful风格对外暴露。已经实现的包括:发送邮件服务、FastDFS文件存储服务、ELK实时日志查询服务、Redis缓存服务、Mybatis数据库、阿里短信推送、Goeasy消息推送、Druid监控、ActiveMQ消息队列、shiro权限认证、cas单点登录、权限配置web系统、移动端后台系统。持续更新中......
Stars: ✭ 385 (+406.58%)
Mutual labels:  cas
Snowjena
Distributed lock-free current limiting framework based on token bucket algorithm.基于令牌桶算法实现的分布式无锁限流框架。
Stars: ✭ 628 (+726.32%)
Mutual labels:  cas
Play Silhouette
Silhouette is an authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, CAS, 2FA, TOTP, Credentials, Basic Authentication or custom authentication schemes.
Stars: ✭ 826 (+986.84%)
Mutual labels:  cas
Maxkey
MaxKey is Single Sign On(SSO) System,Leading-Edge Enterprise-Class open source IAM(Identity and Access management) product.
Stars: ✭ 274 (+260.53%)
Mutual labels:  cas
Cas Sso Samples
CAS单点登录案例。整合了CAS OAuth2、Apache Shiro、Spring Security等
Stars: ✭ 60 (-21.05%)
Mutual labels:  cas
Phpcas
Apereo PHP CAS Client
Stars: ✭ 729 (+859.21%)
Mutual labels:  cas
Algebra Latex
Parse and calculate latex formatted math
Stars: ✭ 20 (-73.68%)
Mutual labels:  cas
Buji Pac4j
pac4j security library for Shiro: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 444 (+484.21%)
Mutual labels:  cas
Concurrency
Java 并发编程知识梳理以及常见处理模式 features and patterns
Stars: ✭ 495 (+551.32%)
Mutual labels:  cas
Silhouette
Silhouette is a framework agnostic authentication library for Scala that supports several authentication methods, including OAuth2, OpenID Connect, Credentials, Basic Authentication or custom authentication schemes.
Stars: ✭ 18 (-76.32%)
Mutual labels:  cas
Play Pac4j
Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 375 (+393.42%)
Mutual labels:  cas
Jbone
jbone基于Spring Cloud框架开发,旨在为中小企业提供稳定的微服务解决方案,为开发人员提供基础开发骨架,jbone包含微服务中所有常用组件,例如注册中心、服务管理、服务监控、JVM监控、内存分析、调用链跟踪、API网关等等。业务功能包括系统权限的统一管理、单点登录、CMS、电商平台、工作流平台、支付平台等等。
Stars: ✭ 961 (+1164.47%)
Mutual labels:  cas
Django Cas Ng
Django CAS 1.0/2.0/3.0 client authentication library, support Django 2.0, 2.1, 2.2, 3.0 and Python 3.5+
Stars: ✭ 297 (+290.79%)
Mutual labels:  cas
Algebrite
Computer Algebra System in Javascript (Coffeescript)
Stars: ✭ 800 (+952.63%)
Mutual labels:  cas
Cas Gradle Overlay Template
CAS Gradle Overlay: Generic CAS gradle war overlay to exercise the latest versions of CAS
Stars: ✭ 69 (-9.21%)
Mutual labels:  cas
Auth Center
一站式登录权限管理系统
Stars: ✭ 50 (-34.21%)
Mutual labels:  cas
Joomla External Login
The External Login project allows Joomla! to manage external Authentication Servers
Stars: ✭ 24 (-68.42%)
Mutual labels:  cas

===== yacas

.. image:: https://img.shields.io/badge/license-LGPL--2.1%2B-blue.svg :target: ./COPYING

.. image:: https://travis-ci.org/grzegorzmazur/yacas.svg?branch=master :target: https://travis-ci.org/grzegorzmazur/yacas

.. image:: https://ci.appveyor.com/api/projects/status/r8gm1gdk61qe4rgd?svg=true :target: https://ci.appveyor.com/project/grzegorzmazur/yacas

.. image:: http://readthedocs.org/projects/yacas/badge/?version=latest :target: http://yacas.readthedocs.org/en/latest/?badge=latest

.. image:: https://api.codacy.com/project/badge/Grade/a66fdf5a0140492f9c6eee6c5ba18bd4 :target: https://www.codacy.com/manual/teoretyk/yacas?utm_source=github.com&utm_medium=referral&utm_content=grzegorzmazur/yacas&utm_campaign=Badge_Grade

.. image:: https://codecov.io/gh/grzegorzmazur/yacas/branch/master/graph/badge.svg :target: https://codecov.io/gh/grzegorzmazur/yacas

Yacas (Yet Another Computer Algebra System) is a small and highly flexible general-purpose Computer Algebra System (CAS). The syntax uses an infix-operator grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in which you can easily write your own symbolic manipulation algorithms. The core engine supports arbitrary precision arithmetic and is able to execute symbolic manipulations on various mathematical objects by following user-defined rules. For detailed information on yacas features and usage, see <http://www.yacas.org>_.

Yacas is available for a variety of platforms. See <http://www.yacas.org/getting_started/downloads/>_ for binary packages and installation instructions. Read <https://yacas.readthedocs.io/en/latest/getting_started/index.html>_ for instructions on how to compile yacas from sources.

Yacas is distributed under the GNU LESSER GENERAL PUBLIC LICENSE v2.1 or, at your discretion, any later version.

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].