Showing 102 open source projects for "i-conized"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1

    octave-raspberrypi

    GNU Octave toolkit for controlling a Raspberry Pi

    Basic Octave implementation of the matlab raspi extension, allowing communication to a Raspberry Pi board to control its hardware.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    OmicsSuite

    OmicsSuite

    OmicsSuite: a suite for multi-omics analysis and visualization.

    ... function and beautiful operation interface of HiPlot (https://hiplot.cn), which I developed based VUE.js and Node.js, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    PolygonMaker 360 dot polygon

    Tools and Programs to make Polygons

    I was disappointed that 360 sided polygons looked like circles. Had tried and struggled with pythonturtle, svg, and freecad. This is my attempt to make one.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    qmcalc2

    qmcalc2

    Programmable graphical scientific calculator

    Full featured graphical scientific calculator modeled after actual commercial hand held scientific calculators. Fully tested and error free (as far as I know). Comes with HTML documentation, test files and sample calculator scripts. Win Xp / Linux. Works also for Windows 7 Professional and Ultimate edition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    The MetCal/SPA package provides diagnostic resources for users and developers of meteorological apps. The Shared Procedure Archive is a dynamic set of file I/O, analysis routines and APIs for third party packages accessible through the MetCal GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    polynomial-roots-calculation

    Application for calculating the real roots of a polynomial

    ... poor. But I have been able to make it work with a 40-degree polynomial, with two very proximal zeroes arround x=1000. It needs a precision of arround 60 digits. The problem comes with very-high degree polynomials. The higher is the degree, the faster the execution time increases. But for common examples, the application does the job well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CSI-Math-Notation-PostfixInfix

    CSI-Math-Notation-PostfixInfix

    Perl Lib Math Notation

    ... a ticket and I will get back to you as soon as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Book-Reviews-In-Mathematica

    Partial Differential Equations, Complex Analysis, Mathematica, Farlow

    Cliff* Notes, Mathematica Evaluatable "Partial Differential Equations for Scientists and Engineers", Farlow "Physics for Scientists and Engineers", Serway "A First Course in Complex Analysis", Beck "PDE", Asmar "PDE, An Introduction", Colton "Elementary Differential Equations", 7th, Rainville "Ordinary Differential Equations", Tenenbaum "Linear Algebra And It's Applications", Lay "Swokowski Calculus", 5th, Swokowski "Chemistry Concepts & Problems, A Self-Teaching Guide",...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SPSS i/o in Delphi

    Delphi class for reading and writing SPSS SAV files

    The TSPSSio class can be used to read a SAV file produced by IBM’s SPSS application, in uncompressed or byte-compressed format. It will allow you to write a SAV file in byte-compressed format. (Byte-compressed format is the defacto standard.) The class and its supporting software is written in Delphi XE and can be compiled without the need for external units.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 10
    StatisticsTables

    StatisticsTables

    This is a Java APP for Probability and Statistics Tables

    If you have Windows or a MAC , you can setup and run Statistics Tables with very little effort. You can use jdistabs in place of paper Probability Tables to get electronic probabilities. You can also download the Java code used to create this APP. There are 2 zips. One is for a working windows APP, and the other with complete code and file structure. I used Eclipse to develop the APP. Click the link you want to download to get the Statistics Tables Windows.exe or OS X zipped files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Wcalc

    Wcalc

    A powerful arbitrary-precision calculator.

    Wcalc is a powerful arbitrary-precision calculator. It has standard functions (sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 12
    3d Linear Transformation Visualization

    3d Linear Transformation Visualization

    Visualize 3d linear transformations.

    A linear transformation is a function from one vector space to another that respects the linear structure of each vector space. For visualizing this we can transform a vector, but it has an obvious problem, because the linear transformation transform the whole space, not just the vector, in other words it transforms the basis vectors thus every vector in the space gets transformed too. That's why i created this app so everyone can see how a transformation matrix change the whole space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FiboSearch

    FiboSearch

    Efficiently locate minumum of function of non-negative integer

    Fibonacci search for functions! Given a real-valued function of a non-negative integer with one minimum at i in {0, 1, 2, ..., n} and no local minima, efficiently locate that minimum in log (n) time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    gsasnp2

    gsasnp2

    PubMed ID: 29562348 / DOI: 10.1093/nar/gky175

    * GSA-SNP2 is a successor of GSA-SNP (Nam et al. 2010, NAR web server issue). GSA-SNP2 accepts human GWAS summary data (rs numbers, p-values) or gene-wise p-values and outputs pathway genesets ‘enriched’ with genes associated with the given phenotype. It also provides both local and global protein interaction networks in the associated pathways. * Article: SYoon, HCTNguyen, YJYoo, JKim, BBaik, SKim, JKim, SKim, DNam, "Efficient pathway enrichment and network analysis of GWAS summary data...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 15

    64-bit prime test

    Test 64-bit integers for pribality. Miller-Rabin, Lucas. BPSW

    The code here tests 64-bit integers for primality. For 32-bit values it uses hashing and then a single Miller-Rabin test. As values get larger it uses up to two more Miller Rabin rounds, and at the end it uses BPSW (which is one rould of Miller Rabin and then one of Lucas). Compared to other codes that achieve the same I believe that the hash tables used here are compact, and both the programs and the intermediate data used to create them are provided. This may be of interest just to people...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SigPack

    SigPack

    SigPack - A signal processing library using Armadillo

    SigPack is a C++ signal processing library using the Armadillo library as a base. The API will be familiar for those who has used IT++ and Octave/Matlab.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    mep4j

    Math Expression Parser 4 Java

    ..." The library supports variables (case insensitive), custom and pre-loaded ("e" and "pi"). Example: int num_variations = 100; int init_value = 10; MathParser mathParser = new MathParser(); mathParser.putVariable("x", init_value); mathParser.parse("2 + (7 - 5) * 3.14159 * pow(x, (12-10)) + sin(-3.141)"); for(int i = init_value; i < num_variations; ++i) { Double result = mathParser.execute(); mathParser.putVariable("x", i); }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    STEMCalc IV - Mathematics Swiss Knife

    STEMCalc IV - Mathematics Swiss Knife

    The Fourth Edition of STEMCalc and the biggest one yet!

    ... student project STEMCalcR. The project has never seen the light of day due to various bugs and lack of usability, even after attempts at reviving the project in the forms of STEMCalcR2 and R3Boot editions. Determined, not giving up, me, one of the original co-authors of STEMCalcR, has brought to you STEMCalc IV, the swiss knife of mathematics. I am determined to drive this project further, turning it into a powerful program , more than just your average calculator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mixture100

    Mixture100

    Simply percent calculator

    For making various mixtures, like homemade alcohol, brine or e-liquids. Add a components, set a percentage in total, set how much I want a given mixture and save, share or print recipe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Command line FFT

    A simple command line utility to produce an FFT/IFFT of ASCII data

    Ever had a bunch of ASCII data that you would like to have a quick look at in frequency domain, but don't want to fire up some bulky analysis software package just for that? Well, I have... So I wrote this tiny tool. It is based on fftw (www.fftw.org) and boost's program options (boost.org). cli-fft is really simple: All it does is to receive ASCII data from a file or standard in, FFT it and write out the result into a file or to standard out.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    montyhall2

    montyhall2

    Monty Hall Problem (command line)

    Monty Hall Problem (command line), written in pure C++, using Visual C++6. It uses another project of mine for random number generation (glhlib - Graphics Library Helper). I also added a JAVA version. The Java version is written with NetBeans. I assume you can get yourself any IDE and compile the .JAVA file. It runs on Windows, Linux, Mac OSX, whatever.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Satsuma .NET Graph Library

    Satsuma .NET Graph Library

    a delicious .NET graph library

    Satsuma is a graph library for .NET, written in C#. Satsuma is an easy-to-use and flexible library, which implements all the necessary graph structures, and the fastest possible graph algorithms. DOCUMENTATION: http://satsumagraph.sourceforge.net/ Satsuma is not a charting library. 'Graph' is used in the mathematical sense here (e.g. nodes connected with arcs). Satsuma is released under the zlib license. This license is very permissive and allows you to use Satsuma for both personal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    n-chinese-remainders

    n-chinese-remainders

    chinese remainder theorem - progressive solving, n-soln, extras

    ... shows sawtooth CR waves and visible soln align1: solves i m2 == j m2 + b -> {i,j,dist} (like PowerMod->i but b is any and gcd(m1,m2) not req.) other funs: Euclidians, showFactors, changeBaseArr, caesar, rsa, inverseMod, IntToModTups (large number math for PC's) crfindnSolnAfterxInEqm (solve saw wave LL,RL,LR,... intersects) congruence, plots, y-shifted triangular wave solve, testing (for historic reasons files are also in https://sourceforge.net/projects/periodictablemm/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is one of my simple aplications. It is a quadratic equations calculator made in C++. I hope it will be usefull for you. It would be helpful if you could donate a small amount of money. PayPal: https://www.paypal.me/Banderblade
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Calculator

    My Project is a calculator i created for a school project.

    My project is a calculator i created for a school project. Enjoy! Download Calculator.cpp if you want to make your own calculator. Please Consider writing a ticket if you find a bug, or writing a review. If you download Calculator.cpp, you need to have an IDE that supports the language. Here are a few suggestions: Visual Studio: https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx (Only on Windows) Netbeans: https://netbeans.org/index.html (on Microsoft Windows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next