Showing 33 open source projects for "constructor"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Nonprofit Budgeting Software Icon
    Nonprofit Budgeting Software

    Martus Solutions provides seamless budgeting, reporting, and forecasting tools that integrate with accounting systems for real-time financial insights

    Martus' collaborative and easy-to-use budgeting and reporting platform will save you hundreds of hours each year. It's designed to make the entire budgeting process easier and create unlimited financial transparency.
    Learn More
  • 1
    Pen Editor

    Pen Editor

    Enjoy live editing (+markdown)

    Click to edit, select to apply effect, click items of toolbar to toggle effects. If you want to customize the toolbar to fit your own project, you can instantiate Pen constructor with an options object like #1.3. You can set options.titles to an object with properties that match the toolbar actions. The value of each property will be used as the title attribute on the icon. Most browsers will display the title attribute as a tooltip when the mouse hovers over the icon. By default, Pen will prevent unsafe page redirect when editing, to shut down it, specific options.stay to false. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    jsFramework

    jsFramework

    A JavaScript framework to create complex applications.

    A JavaScript framework to create complex applications. Gives you: Pleasant OOP Inheritance with intellisense support (tested with VS2012)! Namespaces LinQ to Objects Events/EventDispatcher EventProperty Queuing function-calls (wait for event, delay,...) Template integration Localization integration ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    VCL.JS

    VCL.JS

    TypeScript component based framework for enterprise web application

    ...for more information http://vcljs.com Friendly APIs help you get your job done faster. //Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage { constructor() { super(); //create a backend query var qur = new V.TQuery(this); qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers"; qur.open(); //create a grid on the screen var grd = new V.TDBGrid(this, "grid"); grd.Dataset = qur; //bind the grid to the dataset grd.PageSize = 15; var col = grd.createColumn(“FirstName”); var col = grd.createColumn(“Lastname”,”Last Name”); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 5
    EarTeach desktop Ear Trainer

    EarTeach desktop Ear Trainer

    Complete Musical Ear Training HTML5 application.

    This EarTeach client is the desktop distribution, of the homonymous HTML5 open source online application www.earteach.com, packed with node-webkit. EarTeach features the following groups of trainers. - Chords - Intervals - Scales Each category has a set of prebuild exercises, and user can create and save, its own customized exercise presets. All user results are stored, allowing to evaluate the current musical skills status, in each preset, or even display a graph of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BaZi, also known as Ba Zi or Eight Words,is a traditional Chinese destiny analysis. This is an Apple WebObjects application for constructing BaZi destiny / fate diagram. 蘋果 WebObjects 平台上的子平八字命盤。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The project is an Eclipse plugin that provides an editor for JavaScript files with syntax highlighting and outlining including some common OO approaches. Supported OO outline features are: Constructor, Class methods, Instance methods, Class variables etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Classing{js}

    Brings the world of classical OOP to javascript

    Classing{js} creates a classical-like OOP interface directly into JavaScript.Without compilation or any pre-process, it behaves almost exactly like any regular classical object oriented environment. It provides function overloading, concrete (Final or Extensible) and abstract classes, defining components in the three access levels {public,private and protected}, static components, classical inheritance and method overriding, defining and implementing multiple interfaces, and much more
    Downloads: 0 This Week
    Last Update:
    See Project