Search Results for "codeigniter-admin-template/"

78 projects for "codeigniter-admin-template/" with 1 filter applied:

  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 1
    RazDC

    RazDC

    Active Directory Domain Controller built on Rocky and Samba4.

    ...RazDC Community includes a custom web interface for managing Active Directory, DNS, DHCP, Logging, Backups, system service manager. RazDC Appliance Includes additional features such as Wake-On-Lan, NoVNC Remote Access and Support, Video conferencing, Web Desktop for domain users admin delegation for RazDC. The hardware appliance is still in development. Checkout out Facebook and Instagram for updates regarding the future hardware device.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    CandidATS

    CandidATS

    Recruitment Management Software

    CandidATS is a leading open source applicant tracking system. Contact customercare@candidats.net for Free installation. Demo: https://demo.candidats.net Forum: https://candidats.net/forums Installation: https://youtu.be/67RmpW3RWds PHP >= 5.6 <= 7.4 MySQL>=5.6.30 Installation Patch: Upload the files to the root Release: Upload the files. Run Installer and follow the instruction Migration: 1.3.2 stable has to be migrated to 2.0.0 stable 2.0.0 stable has to be migrated to...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    Urknall

    Conway's Game of Life for Raspberry Pi Pico

    A small C/C++ projects that renders a cellular automaton (Conway's game of life) on an 128x64 Pixel Oled display (SSD1306 controller). The project can be used as tutorial or template for the Pico C/C++ SDK and for benchmarking that controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jack IBM MQ Explorer

    Jack IBM MQ Explorer

    Administer IBM MQ objects.

    This is a free and no license required.This is a 100% pure java, cross platform support, user interface, allow to administer IBM MQ components. This application allow you to connect to QManager and allow to do any admin task. This allow to create/remove/alter Queue, Topic, Channel. And copy, clear, add messages, status check, start, stop etc.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 5

    RPGTemplates

    RPG Templates and 'standard' base functions

    A set of RPG templates to build functions on the IBM i (aka iSeries, AS/400), along with a set of base 'standard' functions which handle base system-wide functions such as messaging, error logging and error handling. Requires V7R1M0 or higher, although ought to work on lower versions.
    Downloads: 102 This Week
    Last Update:
    See Project
  • 6
    A debugger for xsl/xslt stylesheets which has functionality similar to a Unix/Linux "gdb". This is achieved using libxml2 and libxslt (gnome-xml). A summary of commands types are Help, running, template, breakpoint and node viewing A GUI front-end to xsldbg is available for * Qt5 called qxsldbg * kate editor plugin called kxsldbg A package for XEmacs is also available called xsldbg-mode
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    cds

    Concurrent Data Structure library

    CDS (Concurrent Data Structures) is a C++ template library of lock-free and fine-grained lock-based algorithms. It contains a collection of concurrent data structures: queues, stacks, sets, maps, etc, and safe memory reclamation schema for concurrent containers - Hazard Pointer and user-space RCU. See doxygen doc http://libcds.sourceforge.net/doc/cds-api/index.html. The source code repo for libcds 2.x has been moved to https://github.com/khizmax/libcds
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OneMoreShot

    Allows for replaying of the RPG game Oneshot.

    This utility allows for replaying and experimentation of the RPG game Oneshot. THIS MUST BE RUN WITH ADMIN PRIVELEGES!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    buildaix

    buildaix

    scripts to package OpenSource Software into AIX LPP installp packages

    ...(in other words - buildaix does not create RPM packages) This package (helps) automates the building of standard OpenSource projects as an AIX LLP image/fileset that can be installed/uninstalled using the AIX command 'installp'. The LPP package is placed in the Project tree in ${BASE}/installp/ppc. The template created, as well as log files are stored in ${BASE}/build/aix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 10
    shared_from_this() in Constructor

    shared_from_this() in Constructor

    Drop-in replacement for std::shared_ptr + std::enable_shared_from_this

    Apparently, many people dislike that the standard std::enable_shared_from_this class does not allow to invoke shared_from_this() in the constructor. Guess What: This library is supposed to fill the gap. The boost library does that too, but it does not allow shared_ptrs to be made inside the destructor and it doesn't provide a release() method to gain ownership of the contained pointer. Big downside is however, that it's not (yet) made thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mailafar is a mail server designed for use in difficult communication environments providing a full set of Internet email protocols, web mail, web admin, dial-in and wireless LAN access control. It will run on Linux, FreeBSD and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Robocup MSL is the mid sized league of robocup www.robocup.org. This site has been assembled to assist in sharing Robocup MSL resources for whichever teams wish to do so. Team Leaders please contact an admin to post your code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Crosos Operating System

    Crosos Operating System

    Crosos is a SubLinux Distribution

    Crosos is a open-source OS. It is based on the Linux Kernel and mostly uses the same code in Ubuntu (but it has been derived from Debian)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DoxyComment is a small set of tools designed to help you document your C/C++ projects. Currently the project contains an add-in for Visual Studio 2005 and an xslt formatting template.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Intrapages

    Intrapages

    Social Intranet

    ...Login support Facebook, Twitter, Linkedin, Domino, Site Registration and Active Directory. which allows you to have users from both your intranet and internet in the same application live community is available here http://www.intrapages.com Also have a look at the project page at openNTF http://intrapages.openntf.org Easy install 1. Download the zip file and place intrapages.ntf in your IBM Notes data directory 2. Create a new application based on the template and add it to your Domino server 3. Sign the application 4. Create the first user using the IBM Notes client 5. Open intrapages in the webbrowser, add the apps you want and invite users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Kixed Logon Script

    Logon script for windows server environnement in Kixtart

    I like gpo but i need to personnalize the environnement of my users in Terminal Server. So i've created a logon script to suite my needs. It has been written in kix just because I like it :P and it's very quick to write. So, it's fully possible to adapt it in vbs or wsh. I share it today because i think it could help someone ;o) It's open source, so you can use it as you like. But be kind and let my name/SF links in the head. ************ There is 4 scripts : 1. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    kh_vmoci

    kh_vmoci

    Open Catalog Interface (OCI) for VirtueMart

    OCI for Virtuemart. The Open Catalog Interface (OCI) is the interface between catalogs (Virtuemart) and SAP Business-to-Business Procurement. SAP’s Open Catalog Interface uses standard Internet protocols. It has already been implemented between several catalog applications and SAP Business-to-Business Procurement. Kh_vmoci do this job.for Virtuemart. Tested against SAP R3 and SAP ByD (Business by Design) Available in some versions 2.5.1 for Joomla 2.5 and VM 2.0.x (default...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The project supplies a template or skeleton for mainly batch processsing applications which make use of the korn Shell (ksh / pdksh), Perl and other executables (see docs). Functionality @ shell/Perl level: logging, sending email to the support, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is for Expa Administration group only
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Open Blog HTML5 template

    A small HTML5 blog template that is currently in the works

    A small HTML5 blog template that is currently in the works
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TBIS

    TBIS

    Total Business Information System (TBIS)

    Scope : Combination of CRM+ERP+Score Card/KPI Database : MySQL + Oracle Language : PHP Platform : Linux/Unix/Windows mail me at shukrijasin[at]gmail.com if you want to access the demo account for TBIS NEW new purchasing system :- PURCHA demo link :- http://sga-systems.com/purcha login :- oop/123 hamsani/123 (admin)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    (Hyper)Markup can: 1) Edit HTML or text files, 2) tidy up your HTML source code and produce formatted text, 3) Flexisibly generate XML codes or XHTML files from given HTML files with XML template and XSL stylesheet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DB Dictionary is an application that generates a website with a MS SQL database documentation written directly in the database by using extended properties. SQL 2000, 2005 and 2008 are supported. Output can be customized by editing template files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    lfCMS
    Editing internet pages is very simple - after logging in to the admin panel click on the desired item for example, add content and save. The effect occurs immediately, without unnecessary reloads, simplicity and functionality. True real-time system !
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB