<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Application on Infinite Script</title><link>https://www.infinitescript.com/categories/application/</link><description>Recent content in Application on Infinite Script</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 02 Feb 2024 11:41:27 +0000</lastBuildDate><atom:link href="https://www.infinitescript.com/categories/application/index.xml" rel="self" type="application/rss+xml"/><item><title>Infinite Servers</title><link>https://www.infinitescript.com/project/infinite-servers/</link><pubDate>Fri, 02 Feb 2024 11:41:27 +0000</pubDate><guid>https://www.infinitescript.com/project/infinite-servers/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;&lt;strong&gt;Infinite Servers&lt;/strong&gt; is a self-hosted server fleet monitor built around a single design constraint: the agent must run completely unprivileged. Each monitored host installs a PHP script that runs as &lt;code&gt;nobody&lt;/code&gt;, reads &lt;code&gt;/proc&lt;/code&gt;, and pushes status every 15 seconds to a central dashboard. No root access, no persistent daemon with elevated privileges, no external database server.&lt;/p&gt;&#10;&lt;p&gt;This design was motivated by the security risks that plague popular alternatives. Tools like &lt;a href="https://github.com/naiba/nezha"&gt;Nezha&lt;/a&gt; require agents to run as root, which creates a severe blast-radius problem: if the dashboard is compromised, an attacker can push arbitrary commands to every connected host with full system privileges. Two recent CVEs illustrate just how real this risk is:&lt;/p&gt;</description></item><item><title>DataNinja</title><link>https://www.infinitescript.com/project/dataninja/</link><pubDate>Tue, 18 Feb 2020 23:23:00 +0000</pubDate><guid>https://www.infinitescript.com/project/dataninja/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;&lt;strong&gt;DataNinja&lt;/strong&gt; is a full-stack machine learning workbench designed for object detection tasks. It provides a browser-based interface to manage datasets, configure and train detection models, evaluate results, and, most distinctively, push trained models to embedded hardware in a single workflow.&lt;/p&gt;&#10;&lt;p&gt;The motivation behind the project was to bridge the gap between the server side (where GPUs live and models are trained) and the edge side (where inference actually runs, often on low-power embedded SoCs or FPGAs). Most open-source ML tools at the time handled one or the other; DataNinja treats them as a single, connected pipeline.&lt;/p&gt;</description></item><item><title>Similar Patient Finder</title><link>https://www.infinitescript.com/project/similar-patient-finder/</link><pubDate>Sun, 18 Jun 2017 09:23:00 +0000</pubDate><guid>https://www.infinitescript.com/project/similar-patient-finder/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;&lt;strong&gt;Similar Patient Finder (SPF)&lt;/strong&gt; is a web-based clinical decision support tool that helps physicians explore patient similarities at the molecular level. Given a dataset of high-throughput gene expression profiles, optionally paired with clinical metadata, SPF runs a configurable analysis pipeline and renders the results as an interactive 2D patient map, making it easier to identify disease subtypes, staging, and appropriate therapy options.&lt;/p&gt;&#10;&lt;p&gt;The motivation was that raw genomic data is too high-dimensional for direct inspection. SPF bridges the gap between bioinformatics methods and clinical workflows by wrapping a full preprocessing-to-visualization pipeline in a browser-based interface that requires no command-line work from the physician.&lt;/p&gt;</description></item><item><title>Verwandlung Online Judge</title><link>https://www.infinitescript.com/project/verwandlung-online-judge/</link><pubDate>Thu, 30 Apr 2015 18:45:00 +0000</pubDate><guid>https://www.infinitescript.com/project/verwandlung-online-judge/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;An &lt;strong&gt;Online Judge (OJ)&lt;/strong&gt; is a web-based system used in competitive programming. It presents algorithmic problems, accepts code submissions in various languages, automatically compiles and runs the code against hidden test cases, and immediately tells the user whether their solution is correct, all without any human involvement in the grading process. Platforms like LeetCode and Codeforces are well-known examples.&lt;/p&gt;&#10;&lt;p&gt;Verwandlung Online Judge is a self-hostable, open-source OJ built for running your own contests or practice environment. Its main distinguishing feature at the time of release was cross-platform support: most open-source OJs were Linux-only due to their reliance on Linux-specific sandboxing APIs, whereas Verwandlung runs natively on both Windows and Linux.&lt;/p&gt;</description></item><item><title>TestZilla</title><link>https://www.infinitescript.com/project/testzilla/</link><pubDate>Thu, 01 Jan 2015 11:40:00 +0000</pubDate><guid>https://www.infinitescript.com/project/testzilla/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;&lt;strong&gt;Crowd testing&lt;/strong&gt; is a software testing approach where a distributed group of real users, rather than an in-house QA team, tests a product across a wide variety of devices, operating systems, and usage scenarios. The goal is to surface bugs that structured internal testing tends to miss, at a fraction of the cost of a dedicated test lab.&lt;/p&gt;&#10;&lt;p&gt;TestZilla is an open-source crowd testing platform designed to connect two parties: &lt;strong&gt;hunters&lt;/strong&gt; (volunteer testers who find and report bugs) and &lt;strong&gt;developers&lt;/strong&gt; (product owners who register their software and receive the reports). Hunters earn points for accepted reports, creating a lightweight incentive loop that encourages quality submissions. The project started as a Spring MVC application and was later fully rebuilt using the Phalcon framework to support a faster continuous delivery workflow.&lt;/p&gt;</description></item><item><title>Medical Image Tagger</title><link>https://www.infinitescript.com/project/medical-image-tagger/</link><pubDate>Wed, 14 May 2014 11:21:55 +0000</pubDate><guid>https://www.infinitescript.com/project/medical-image-tagger/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;&lt;strong&gt;Medical Image Tagger (MITagger)&lt;/strong&gt; is a collaborative web-based annotation platform developed with Harvard Medical School to accelerate semi-automatic tagging of biomedical figures. By combining NLP-extracted figure legends with the BioPortal Annotator REST API, the system recommends structured tags from major medical ontologies, reducing the manual effort of medical annotators by 20%.&lt;/p&gt;&#10;&lt;p&gt;The platform later evolved into a broader medical big data initiative, &lt;strong&gt;ShuYi Technology (数翼科技)&lt;/strong&gt;, which won the &lt;strong&gt;Silver Award&lt;/strong&gt; at the &lt;a href="https://rjxy.hfut.edu.cn/info/1024/2893.htm"&gt;&amp;ldquo;科蓝杯&amp;rdquo; 9th HFUT Student Entrepreneurship Competition&lt;/a&gt; in 2014.&lt;/p&gt;</description></item><item><title>Student Management System</title><link>https://www.infinitescript.com/project/student-management-system/</link><pubDate>Mon, 01 Apr 2013 11:21:00 +0000</pubDate><guid>https://www.infinitescript.com/project/student-management-system/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;The Student Management System is a PHP/CodeIgniter web application built for the &lt;a href="http://rjxy.hfut.edu.cn"&gt;School of Software at Hefei University of Technology&lt;/a&gt; to replace a fully paper-based &lt;strong&gt;Comprehensive Evaluation&lt;/strong&gt; (综合测评): an annual multi-dimensional student assessment covering academic performance, peer review, extracurricular involvement, and community service, used to determine scholarship rankings.&#10;&lt;a href="https://rjxy.hfut.edu.cn/info/1016/1968.htm"&gt;According to school news coverage&lt;/a&gt;, what previously took over 5 days of manual tallying per cohort was reduced to microsecond-level computation.&#10;The project was selected as a &lt;strong&gt;&lt;a href="https://rjxy.hfut.edu.cn/info/1016/2274.htm"&gt;National Undergraduate Innovation Training Program&lt;/a&gt;&lt;/strong&gt; (国家级大学生创新训练计划项目) project in 2013.&lt;/p&gt;</description></item><item><title>Software QA System</title><link>https://www.infinitescript.com/project/software-qa-system/</link><pubDate>Fri, 11 Nov 2011 11:30:00 +0000</pubDate><guid>https://www.infinitescript.com/project/software-qa-system/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;The Software QA System is a network-based online examination suite developed for the Software Basis Knowledge Contest (软件基础知识竞赛), part of the 3rd &amp;ldquo;Software Festival&amp;rdquo; (软件文化节) hosted by the &lt;a href="http://rjxy.hfut.edu.cn"&gt;School of Software at Hefei University of Technology&lt;/a&gt;.&#10;Initially developed in 2011 and later refactored in 2013, the system is built using VB.NET with a Microsoft Access (.mdb) backend, and uses UDP sockets for real-time client–server communication.&lt;/p&gt;&#10;&lt;p&gt;The system was officially deployed at the contest held on March 25, 2012, replacing traditional paper-based exams for over 70 participants from multiple departments.&#10;The use of this custom-built software was &lt;a href="https://news.hfut.edu.cn/info/1017/23644.htm"&gt;highlighted in the university news&lt;/a&gt; as a demonstration of the school&amp;rsquo;s professional expertise.&lt;/p&gt;</description></item><item><title>Carbon Footprint Calculator</title><link>https://www.infinitescript.com/project/carbon-footprint-calculator/</link><pubDate>Tue, 16 Mar 2010 21:29:00 +0000</pubDate><guid>https://www.infinitescript.com/project/carbon-footprint-calculator/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;&lt;strong&gt;Carbon Footprint Calculator&lt;/strong&gt; (碳足迹计算器) is a desktop application I built in March 2010 using Visual Basic 6.0, an early project I built in middle school. The goal was to help people understand the environmental cost of everyday activities and encourage concrete steps to reduce CO₂ emissions.&lt;/p&gt;&#10;&lt;p&gt;In 2010, the application won the &lt;strong&gt;second prize&lt;/strong&gt; in the Visual Basic Programming Contest in Hangzhou (杭州市VB程序设计大赛).&lt;/p&gt;&#10;&lt;p&gt;You can download the application from &lt;a href="https://cloud.haozhexie.com/s/KwCW/qnysry50"&gt;this link&lt;/a&gt;, but please note that the application is in &lt;strong&gt;Simplified Chinese&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>