├── Applications ├── Bookmarks │ ├── Bookmarks.php │ ├── Bookmarks.png │ ├── ICON CREDITS.txt │ ├── index.html │ └── sorttable.js ├── Calculator │ ├── Calculator.php │ ├── Calculator.png │ └── index.html ├── Calendar │ ├── Calendar.php │ ├── Calendar.png │ ├── GUI │ │ ├── index.html │ │ ├── month.php │ │ ├── week.php │ │ └── year.php │ ├── Resources │ │ ├── css │ │ │ ├── calendar.css │ │ │ └── index.html │ │ ├── index.html │ │ └── snippets │ │ │ ├── footer.php │ │ │ ├── header.php │ │ │ └── index.html │ ├── calendarLibrary.php │ ├── index.html │ └── readme.mdown ├── Contacts │ ├── Contacts.php │ ├── Contacts.png │ ├── index.html │ └── sorttable.js ├── Executor │ ├── Executor.php │ ├── Executor.png │ ├── ICON CREDITS.txt │ └── index.html ├── Grabber │ ├── Grabber.php │ ├── Grabber.png │ ├── ICON_CREDITS.txt │ └── index.html ├── HRAI │ ├── Applications │ │ ├── index.html │ │ ├── jquery-3.1.0.min.js │ │ └── meSpeak │ │ │ ├── index.html │ │ │ ├── mespeak.js │ │ │ ├── mespeak_config.json │ │ │ ├── test.html │ │ │ └── voices │ │ │ ├── .DS_Store │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en │ │ │ ├── en-n.json │ │ │ ├── en-rp.json │ │ │ ├── en-sc.json │ │ │ ├── en-us.json │ │ │ ├── en-wm.json │ │ │ ├── en.json │ │ │ └── index.html │ │ │ ├── eo.json │ │ │ ├── es-la.json │ │ │ ├── es.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── hu.json │ │ │ ├── index.html │ │ │ ├── it.json │ │ │ ├── kn.json │ │ │ ├── la.json │ │ │ ├── lv.json │ │ │ ├── nl.json │ │ │ ├── pl.json │ │ │ ├── pt-pt.json │ │ │ ├── pt.json │ │ │ ├── ro.json │ │ │ ├── sk.json │ │ │ ├── sv.json │ │ │ ├── tr.json │ │ │ ├── zh-yue.json │ │ │ └── zh.json │ ├── CoreCommands │ │ ├── CMD0greetings.php │ │ ├── CMD1greetings.php │ │ ├── CMD2greetings.php │ │ ├── CMDage.php │ │ ├── CMDbusy.php │ │ ├── CMDcalculator.php │ │ ├── CMDconvert.php │ │ ├── CMDcpuinfo.php │ │ ├── CMDhelp.php │ │ ├── CMDjoke.php │ │ ├── CMDmeminfo.php │ │ ├── CMDscan.php │ │ ├── CMDsync.php │ │ ├── CMDtakenote.php │ │ ├── CMDtime.php │ │ ├── CMDuptime.php │ │ └── index.html │ ├── HRAI.css │ ├── HRAIMiniGui.php │ ├── NOTES.txt │ ├── Resources │ │ ├── common.js │ │ ├── index.html │ │ ├── logo.gif │ │ ├── logoslow.gif │ │ ├── logoslowbreath.gif │ │ └── logoslowsmall.gif │ ├── adminINFO.php │ ├── adminINFO0.php │ ├── adminINFOLATEST.php │ ├── core.php │ ├── coreFunc.php │ ├── coreVar.php │ └── index.html ├── HRAIMiniGui.php ├── HRScan2 │ ├── document.png │ ├── index.html │ ├── pacman.gif │ └── uploadbuttonhtmlNOGUI.php ├── HRStreamer │ ├── HRStreamer.php │ ├── HRStreamerLib.js │ ├── Resources │ │ ├── RandomImageFile.png │ │ ├── ThxEugen.txt │ │ ├── ThxEugene.txt │ │ ├── deletesmall.png │ │ ├── image.png │ │ ├── index.html │ │ ├── stream.png │ │ ├── streamflipped.png │ │ ├── visualizer.js │ │ └── visualizer.png │ └── index.html ├── JSPaint │ ├── .gitignore │ ├── CNAME │ ├── CONTRIBUTING.md │ ├── ICON_CREDITS.txt │ ├── JSPaint.php │ ├── JSPaint.png │ ├── README.md │ ├── TODO.md │ ├── browserconfig.xml │ ├── chrome-app.js │ ├── cypress.json │ ├── favicon.ico │ ├── help │ │ ├── cloud-mask.png │ │ ├── clouds.jpg │ │ ├── coUA.css │ │ ├── default.html │ │ ├── flag&clouds.gif │ │ ├── index.html │ │ ├── memcopy.html │ │ ├── mspaint.hhc │ │ ├── mspaint.hhk │ │ ├── nobgcolor.css │ │ ├── onestep.gif │ │ ├── online_support.htm │ │ ├── p_airb.gif │ │ ├── p_blank.png │ │ ├── p_brush.gif │ │ ├── p_curve.gif │ │ ├── p_cut.png │ │ ├── p_database.png │ │ ├── p_delete.png │ │ ├── p_erase.gif │ │ ├── p_eye.gif │ │ ├── p_fliph.png │ │ ├── p_flipv.png │ │ ├── p_free.gif │ │ ├── p_invert.png │ │ ├── p_line.gif │ │ ├── p_make_opaque.png │ │ ├── p_monochrome.png │ │ ├── p_monochrome_undo.png │ │ ├── p_opaq.gif │ │ ├── p_oval.gif │ │ ├── p_paint.gif │ │ ├── p_paste.png │ │ ├── p_pencil.gif │ │ ├── p_poly.gif │ │ ├── p_rect.gif │ │ ├── p_rotate_ccw.png │ │ ├── p_rotate_ccw_thin.png │ │ ├── p_rotate_cw.png │ │ ├── p_rotate_cw_thin.png │ │ ├── p_rrect.gif │ │ ├── p_sel.gif │ │ ├── p_skew_h.png │ │ ├── p_skew_v.png │ │ ├── p_stretch_both.png │ │ ├── p_stretch_h.png │ │ ├── p_stretch_v.png │ │ ├── p_trans.gif │ │ ├── p_txt.gif │ │ ├── p_zoom.gif │ │ ├── paint_airbrush.html │ │ ├── paint_blackwhite.html │ │ ├── paint_brush.html │ │ ├── paint_change_color.html │ │ ├── paint_change_size.html │ │ ├── paint_clear_image.html │ │ ├── paint_color_box.html │ │ ├── paint_curves.html │ │ ├── paint_custom_colors.html │ │ ├── paint_cutout_copy_move.html │ │ ├── paint_cutout_save.html │ │ ├── paint_cutout_select.html │ │ ├── paint_enlarge_area.html │ │ ├── paint_erase_large.html │ │ ├── paint_erase_small.html │ │ ├── paint_fill.html │ │ ├── paint_flip_picture.html │ │ ├── paint_freeform_lines.html │ │ ├── paint_grid.html │ │ ├── paint_insert_file.html │ │ ├── paint_invert.html │ │ ├── paint_lines.html │ │ ├── paint_not_in_color_box.html │ │ ├── paint_ovals.html │ │ ├── paint_polygons.html │ │ ├── paint_print.html │ │ ├── paint_rectangles.html │ │ ├── paint_set_default_colors.html │ │ ├── paint_skew_picture.html │ │ ├── paint_text.html │ │ ├── paint_toolbox.html │ │ ├── paint_trans_opaque.html │ │ ├── paint_undo.html │ │ ├── paint_wallpaper.html │ │ ├── paint_zoom.html │ │ ├── prettify-html.ahk │ │ └── vaporwave.js │ ├── images │ │ ├── 98.js.org.svg │ │ ├── arrows.png │ │ ├── chm-16x16.png │ │ ├── classic │ │ │ ├── eye-gaze-pause.svg │ │ │ ├── eye-gaze-unpause.svg │ │ │ ├── index.html │ │ │ ├── options-transparency.png │ │ │ ├── tools-and-stuff.png │ │ │ ├── tools.png │ │ │ ├── tools.svg │ │ │ ├── undo.png │ │ │ └── undo.svg │ │ ├── cursors │ │ │ ├── airbrush.png │ │ │ ├── default.png │ │ │ ├── ew-resize.png │ │ │ ├── eye-dropper.png │ │ │ ├── fill-bucket.png │ │ │ ├── index.html │ │ │ ├── magnifier.png │ │ │ ├── move.png │ │ │ ├── nesw-resize.png │ │ │ ├── ns-resize.png │ │ │ ├── nwse-resize.png │ │ │ ├── pencil.png │ │ │ ├── precise-dotted.png │ │ │ ├── precise.png │ │ │ └── precise2.png │ │ ├── dark │ │ │ ├── eye-gaze-pause.svg │ │ │ ├── eye-gaze-unpause.svg │ │ │ ├── index.html │ │ │ ├── options-transparency.png │ │ │ ├── tools.png │ │ │ ├── tools.svg │ │ │ ├── undo.png │ │ │ └── undo.svg │ │ ├── help-icons.png │ │ ├── help-viewer-toolbar-icons-grayscale.png │ │ ├── help-viewer-toolbar-icons.png │ │ ├── icons │ │ │ ├── 128.png │ │ │ ├── 128x128.png │ │ │ ├── 144x144.png │ │ │ ├── 16.png │ │ │ ├── 16x16.png │ │ │ ├── 192x192.png │ │ │ ├── 32.png │ │ │ ├── 32x32.png │ │ │ ├── 36x36.png │ │ │ ├── 48.png │ │ │ ├── 48x48.png │ │ │ ├── 512x512.png │ │ │ ├── 72x72.png │ │ │ ├── 96x96.png │ │ │ ├── apple-icon-180x180.png │ │ │ ├── gay-es-paint-16x16-alt.png │ │ │ ├── gay-es-paint-16x16-light-outline.png │ │ │ ├── gay-es-paint-16x16.png │ │ │ ├── gay-es-paint-32x32-light-outline.png │ │ │ ├── gay-es-paint-32x32.png │ │ │ ├── index.html │ │ │ ├── jspaint.svg │ │ │ ├── mac.icns │ │ │ ├── ms-icon-144x144.png │ │ │ ├── ms-icon-150x150.png │ │ │ ├── ms-icon-310x310.png │ │ │ ├── ms-icon-70x70.png │ │ │ ├── og-image-279x279.jpg │ │ │ ├── safari-pinned-tab-source.svg │ │ │ ├── safari-pinned-tab.svg │ │ │ ├── silhouette-48x48.svg │ │ │ └── windows.ico │ │ ├── index.html │ │ ├── meta │ │ │ ├── facebook-card.png │ │ │ ├── index.html │ │ │ ├── main-screenshot.png │ │ │ ├── mobipaint.png │ │ │ ├── twitter-card-plz-no-crop.png │ │ │ └── twitter-card.png │ │ ├── modern │ │ │ ├── cursors │ │ │ │ ├── airbrush-alt.cur │ │ │ │ ├── airbrush.cur │ │ │ │ ├── crosshair-large.cur │ │ │ │ ├── crosshair.cur │ │ │ │ ├── ew-resize-large.cur │ │ │ │ ├── ew-resize.cur │ │ │ │ ├── eye-dropper-large.cur │ │ │ │ ├── eye-dropper.cur │ │ │ │ ├── index.html │ │ │ │ ├── magnifier-large.cur │ │ │ │ ├── magnifier.cur │ │ │ │ ├── move-large-alt.cur │ │ │ │ ├── move-large.cur │ │ │ │ ├── move.cur │ │ │ │ ├── nesw-resize-large.cur │ │ │ │ ├── nesw-resize.cur │ │ │ │ ├── ns-resize-large.cur │ │ │ │ ├── ns-resize.cur │ │ │ │ ├── nwse-resize-large.cur │ │ │ │ ├── nwse-resize.cur │ │ │ │ ├── paint-bucket-large.cur │ │ │ │ ├── paint-bucket.cur │ │ │ │ ├── pencil-large.cur │ │ │ │ ├── pencil.cur │ │ │ │ ├── precise-large.cur │ │ │ │ ├── precise.cur │ │ │ │ ├── select-alt.cur │ │ │ │ ├── select-large-alt.cur │ │ │ │ ├── select-large.cur │ │ │ │ ├── select.cur │ │ │ │ ├── text-large.cur │ │ │ │ ├── text.cur │ │ │ │ ├── zoom-in-large.cur │ │ │ │ ├── zoom-in.cur │ │ │ │ ├── zoom-out-large.cur │ │ │ │ └── zoom-out.cur │ │ │ ├── index.html │ │ │ ├── options-transparency.png │ │ │ ├── tools-and-stuff.png │ │ │ └── tools.png │ │ ├── occult │ │ │ ├── eye-gaze-pause.svg │ │ │ ├── eye-gaze-unpause.svg │ │ │ ├── index.html │ │ │ ├── options-transparency.png │ │ │ ├── tools.png │ │ │ ├── tools.svg │ │ │ ├── undo.png │ │ │ └── undo.svg │ │ ├── options-airbrush-size.png │ │ ├── options-magnification.png │ │ ├── options-transparency.png │ │ ├── text-tools.png │ │ ├── toolbar-icons.png │ │ ├── tools-and-stuff.png │ │ ├── transforms │ │ │ ├── index.html │ │ │ ├── skew-x.png │ │ │ ├── skew-y.png │ │ │ ├── stretch-x.png │ │ │ └── stretch-y.png │ │ └── winter │ │ │ └── index.html │ ├── index.html │ ├── jsconfig.json │ ├── lib │ │ ├── FileSaver.js │ │ ├── FontList.swf │ │ ├── canvas.toBlob.js │ │ ├── firebase.js │ │ ├── font-detective.js │ │ ├── gif.js │ │ │ ├── gif.js │ │ │ ├── gif.js.map │ │ │ ├── gif.worker.js │ │ │ ├── gif.worker.js.map │ │ │ └── index.html │ │ ├── imagetracer_v1.2.5.js │ │ ├── index.html │ │ ├── jquery-3.4.1.min.js │ │ ├── jquery.min.js │ │ ├── konami.js │ │ ├── libtess.min.js │ │ ├── os-gui │ │ │ ├── $MenuBar.js │ │ │ ├── $Window.js │ │ │ ├── blue.css │ │ │ ├── blue.css.map │ │ │ ├── index.html │ │ │ ├── layout.css │ │ │ ├── layout.css.map │ │ │ ├── parse-theme.js │ │ │ ├── peggys-pastels.css │ │ │ ├── peggys-pastels.css.map │ │ │ ├── windows-98.css │ │ │ ├── windows-98.css.map │ │ │ ├── windows-default.css │ │ │ └── windows-default.css.map │ │ ├── palette.js │ │ └── pep.js │ ├── manifest.json │ ├── manifest.webapp │ ├── manifest.webmanifest │ ├── package.json │ ├── screenshots │ │ ├── app screen initial_0.diff.png │ │ ├── app screen initial_0.png │ │ ├── attributes window_4.diff.png │ │ ├── attributes window_4.png │ │ ├── color box initial_3.diff.png │ │ ├── color box initial_3.png │ │ ├── flip and rotate window_5.diff.png │ │ ├── flip and rotate window_5.png │ │ ├── help window_7.diff.png │ │ ├── help window_7.png │ │ ├── index.html │ │ ├── menu bar initial_1.diff.png │ │ ├── menu bar initial_1.png │ │ ├── stretch and skew window_6.diff.png │ │ ├── stretch and skew window_6.png │ │ ├── toolbox initial_2.diff.png │ │ └── toolbox initial_2.png │ ├── src │ │ ├── $ColorBox.js │ │ ├── $Component.js │ │ ├── $FontBox.js │ │ ├── $Handles.js │ │ ├── $MenuBar.js │ │ ├── $ToolBox.js │ │ ├── $ToolWindow.js │ │ ├── $Window.js │ │ ├── OnCanvasHelperLayer.js │ │ ├── OnCanvasObject.js │ │ ├── OnCanvasSelection.js │ │ ├── OnCanvasTextBox.js │ │ ├── Selection.js │ │ ├── TextBox.js │ │ ├── app.js │ │ ├── canvas-change.js │ │ ├── electron-injected.js │ │ ├── electron-main.js │ │ ├── extra-tools.js │ │ ├── functions.js │ │ ├── help.js │ │ ├── helpers.js │ │ ├── image-manipulation.js │ │ ├── imgur.js │ │ ├── index.html │ │ ├── manage-storage.js │ │ ├── menus.js │ │ ├── sessions.js │ │ ├── simulate-random-gestures.js │ │ ├── speech-recognition.js │ │ ├── storage.js │ │ ├── theme.js │ │ ├── tool-options.js │ │ ├── tools.js │ │ └── vaporwave-fun.js │ └── styles │ │ ├── index.html │ │ ├── layout.css │ │ ├── normalize.css │ │ ├── print.css │ │ └── themes │ │ ├── classic.css │ │ ├── dark.css │ │ ├── index.html │ │ ├── modern.css │ │ ├── occult.css │ │ ├── red-wine.css │ │ ├── vista-esque-midnight-green.css │ │ └── winter.css ├── Notes │ ├── Notes.php │ ├── Notes.png │ ├── index.html │ └── sorttable.js ├── OpenJSCAD │ ├── .babelrc │ ├── .npmrc │ ├── CHANGELOG.md │ ├── OpenJSCAD.php │ ├── OpenJSCAD.png │ ├── README.md │ ├── big.css │ ├── dist │ │ ├── index.html │ │ ├── index.js │ │ ├── min.js │ │ └── opt.js │ ├── docs │ │ ├── drawing-01.png │ │ ├── drawing-02.png │ │ ├── index.html │ │ ├── sshot-01.png │ │ ├── sshot-03-illu.png │ │ ├── sshot-03-illu.svg │ │ ├── sshot-03.png │ │ ├── sshot-04.png │ │ ├── sshot-05-illu.png │ │ ├── sshot-05-illu.svg │ │ ├── sshot-05.png │ │ ├── sshot-06-illu.png │ │ ├── sshot-06-illu.svg │ │ └── sshot-06.png │ ├── imgs │ │ ├── busy.gif │ │ ├── closeButton.png │ │ ├── editHandle.png │ │ ├── editHandleIn.png │ │ ├── editHandleOut.png │ │ ├── externalLink.png │ │ ├── favicon.png │ │ ├── index.html │ │ ├── menuHandle.png │ │ ├── menuHandleHD.png │ │ ├── menuHandleHU.png │ │ ├── menuHandleVL.png │ │ ├── menuHandleVLIn.png │ │ ├── menuHandleVLOut.png │ │ ├── menuHandleVR.png │ │ ├── misc.svg │ │ └── title.png │ ├── index.html │ ├── min.css │ ├── openjscad.css │ ├── package.json │ ├── postInstall.js │ ├── remote.php │ ├── remote.pl │ ├── src │ │ ├── index.html │ │ ├── io │ │ │ ├── conversionWorker.js │ │ │ ├── createConversionWorker.js │ │ │ ├── fileSystemApiErrorHandler.js │ │ │ ├── generateOutputFile.js │ │ │ ├── generateOutputFileBlobUrl.js │ │ │ ├── generateOutputFileFileSystem.js │ │ │ ├── index.html │ │ │ └── utils.js │ │ ├── jscad │ │ │ ├── index.html │ │ │ ├── log.js │ │ │ └── processor.js │ │ └── ui │ │ │ ├── cookies.js │ │ │ ├── detectBrowser.js │ │ │ ├── dragDrop │ │ │ ├── helpers.js │ │ │ ├── index.html │ │ │ ├── ui-drag-drop.js │ │ │ └── walkFileTree.js │ │ │ ├── editor.js │ │ │ ├── errorDispatcher.js │ │ │ ├── examples.js │ │ │ ├── index.html │ │ │ ├── index.js │ │ │ ├── min.js │ │ │ ├── opt.js │ │ │ ├── options.js │ │ │ ├── urlHelpers.js │ │ │ └── viewer │ │ │ ├── index.html │ │ │ ├── jscad-viewer-helpers.js │ │ │ ├── jscad-viewer-lightgl.js │ │ │ ├── jscad-viewer.js │ │ │ └── lightgl.js │ ├── style.css │ ├── viewer-minimal.html │ └── viewer-options.html ├── PHP-AV │ ├── PHP-AV-Lib.php │ ├── PHP-AV.php │ ├── PHP-AV.png │ ├── README │ ├── Resources │ │ ├── common.js │ │ ├── index.html │ │ └── logosmall.gif │ ├── config.php │ ├── index.html │ ├── style.css │ └── virus.def ├── Pell │ ├── ICON_CREDITS.txt │ ├── LICENSE.md │ ├── Pell.php │ ├── Pell.png │ ├── README.md │ ├── TEMP │ │ └── index.html │ ├── dist │ │ ├── PellHRC2Lib.php │ │ ├── index.html │ │ ├── pell.css │ │ ├── pell.js │ │ ├── pell.min.css │ │ ├── pell.min.js │ │ ├── rtf-html-php-LICENSE │ │ ├── rtf-html-php-README.md │ │ └── rtf-html-php.php │ ├── gulpfile.js │ ├── index.html │ ├── index.php │ ├── logo.png │ └── resources │ │ ├── deletesmall.png │ │ ├── index.html │ │ ├── load.png │ │ ├── loading.gif │ │ ├── new.png │ │ └── save.png ├── RSS │ ├── ICON_CREDITS.txt │ ├── RSS.php │ ├── RSS.png │ ├── RSSGui.php │ ├── RSSLib.php │ └── index.html ├── ServMonitor │ ├── ICON_CREDITS.txt │ ├── Resources │ │ ├── ICON_CREDITS.txt │ │ ├── gauge.png │ │ ├── gaugelarge.png │ │ ├── gear.png │ │ ├── index.html │ │ └── x.png │ ├── ServMonitor.php │ ├── ServMonitor.png │ ├── agauges.php │ ├── bspec.php │ ├── btemp.php │ ├── butil.php │ ├── cpuGuage.php │ ├── cpuUpdater.php │ ├── diskUpdater.php │ ├── index.html │ ├── jqwidgets │ │ ├── index.html │ │ ├── jqxcore.js │ │ ├── jqxdraw.js │ │ ├── jqxgauge.js │ │ ├── jqxlineargauge.js │ │ └── styles │ │ │ ├── index.html │ │ │ ├── jqx.base.css │ │ │ └── jqx.gaugeValue.css │ ├── networkUpdater.php │ ├── ramUpdater.php │ ├── scripts │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── API.md │ │ ├── CONTRIBUTING.md │ │ ├── FAQ.md │ │ ├── LICENSE.txt │ │ ├── Makefile │ │ ├── NEWS.md │ │ ├── PLUGINS.md │ │ ├── README.md │ │ ├── component.json │ │ ├── excanvas.js │ │ ├── excanvas.min.js │ │ ├── flot.jquery.json │ │ ├── index.html │ │ ├── jquery-1.11.1.min.js │ │ ├── jquery-1.4.2.min.js │ │ ├── jquery.colorhelpers.js │ │ ├── jquery.flot.canvas.js │ │ ├── jquery.flot.categories.js │ │ ├── jquery.flot.crosshair.js │ │ ├── jquery.flot.errorbars.js │ │ ├── jquery.flot.fillbetween.js │ │ ├── jquery.flot.image.js │ │ ├── jquery.flot.js │ │ ├── jquery.flot.navigate.js │ │ ├── jquery.flot.pie.js │ │ ├── jquery.flot.resize.js │ │ ├── jquery.flot.selection.js │ │ ├── jquery.flot.stack.js │ │ ├── jquery.flot.symbol.js │ │ ├── jquery.flot.threshold.js │ │ ├── jquery.flot.time.js │ │ ├── jquery.js │ │ ├── package.json │ │ └── toggle.visibility.js │ ├── specUpdater.php │ └── tempvoltUpdater.php ├── ServStat │ ├── .gitignore │ ├── ICON CREDITS.txt │ ├── LICENSE │ ├── README.md │ ├── ServStat.php │ ├── ServStat.png │ ├── api.php │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.css.map │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ └── index.html │ ├── img │ │ ├── index.html │ │ └── main.png │ ├── index.html │ ├── js │ │ ├── app.js │ │ ├── bootstrap.min.js │ │ ├── index.html │ │ └── jquery.js │ └── servers.xml ├── Smart-Lightbulb │ ├── Smart-Lightbulb.php │ ├── Smart-Lightbulb.png │ ├── Styles │ │ ├── google_font.css │ │ ├── google_font.woff2 │ │ ├── index.html │ │ └── material-indigo-pink.css │ ├── annyang.js │ ├── bulb.js │ ├── icon.png │ ├── index.html │ ├── iro.min.js │ ├── manifest.json │ ├── material.min.js │ ├── serviceworker.js │ └── styles.css ├── Teams │ ├── ICON_CREDITS.txt │ ├── Teams.php │ ├── _RESOURCES │ │ ├── deletesmall.png │ │ ├── index.html │ │ ├── online.png │ │ └── x.png │ ├── _SCRIPTS │ │ ├── clearField1.js │ │ ├── common.js │ │ ├── filesSidebar.php │ │ ├── filess.html │ │ ├── friendsSidebar.php │ │ ├── header.php │ │ ├── index.html │ │ ├── markdownCore.php │ │ ├── sorttable.js │ │ ├── style.php │ │ └── teamsSidebar.php │ ├── devREADME.php │ ├── index.html │ ├── teamsCore.php │ └── todo.txt ├── UberGallery │ ├── .gitignore │ ├── .gitmodules │ ├── COPYING │ ├── README.md │ ├── UberGallery.php │ ├── UberGallery.png │ ├── gallery-images │ │ └── index.html │ ├── index.html │ ├── index.php │ ├── resources │ │ ├── UberGallery.css │ │ ├── UberGallery.php │ │ ├── cache │ │ │ └── index.html │ │ ├── colorbox │ │ │ ├── 1 │ │ │ │ ├── colorbox.css │ │ │ │ ├── images │ │ │ │ │ ├── border.png │ │ │ │ │ ├── controls.png │ │ │ │ │ ├── index.html │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── loading_background.png │ │ │ │ │ └── overlay.png │ │ │ │ └── index.html │ │ │ ├── 2 │ │ │ │ ├── colorbox.css │ │ │ │ ├── images │ │ │ │ │ ├── controls.png │ │ │ │ │ ├── index.html │ │ │ │ │ └── loading.gif │ │ │ │ └── index.html │ │ │ ├── 3 │ │ │ │ ├── colorbox.css │ │ │ │ ├── images │ │ │ │ │ ├── controls.png │ │ │ │ │ ├── index.html │ │ │ │ │ └── loading.gif │ │ │ │ └── index.html │ │ │ ├── 4 │ │ │ │ ├── colorbox.css │ │ │ │ ├── images │ │ │ │ │ ├── border1.png │ │ │ │ │ ├── border2.png │ │ │ │ │ ├── index.html │ │ │ │ │ └── loading.gif │ │ │ │ └── index.html │ │ │ ├── 5 │ │ │ │ ├── colorbox.css │ │ │ │ ├── images │ │ │ │ │ └── index.html │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ └── jquery.colorbox.js │ │ ├── galleryConfig.ini │ │ ├── index.html │ │ ├── jquery-2.1.4.js │ │ ├── page_white_stack.png │ │ ├── templates │ │ │ ├── colorboxScripts.php │ │ │ ├── defaultGallery.php │ │ │ └── index.html │ │ └── themes │ │ │ ├── index.html │ │ │ ├── uber-blue │ │ │ ├── images │ │ │ │ ├── favicon.png │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ ├── index.php │ │ │ ├── rebase-min.css │ │ │ └── style.css │ │ │ ├── uber-naked │ │ │ ├── images │ │ │ │ ├── favicon.png │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ ├── index.php │ │ │ └── style.css │ │ │ ├── uber-orange │ │ │ ├── images │ │ │ │ ├── favicon.png │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ ├── index.php │ │ │ ├── rebase-min.css │ │ │ └── style.css │ │ │ └── uber-responsive │ │ │ ├── css │ │ │ ├── bootstrap-responsive.min.css │ │ │ ├── bootstrap.min.css │ │ │ ├── index.html │ │ │ └── style.css │ │ │ ├── index.html │ │ │ ├── index.php │ │ │ └── js │ │ │ ├── bootstrap.min.js │ │ │ └── index.html │ └── scripts │ │ └── index.html ├── Weather │ ├── IconCredits.txt │ ├── README.md │ ├── Weather.php │ ├── Weather.png │ ├── assets │ │ ├── css │ │ │ ├── bootstrap.min.css │ │ │ ├── index.html │ │ │ ├── styles.css │ │ │ └── weather-icons.min.css │ │ ├── font │ │ │ ├── index.html │ │ │ ├── weathericons-regular-webfont.eot │ │ │ ├── weathericons-regular-webfont.svg │ │ │ ├── weathericons-regular-webfont.ttf │ │ │ ├── weathericons-regular-webfont.woff │ │ │ └── weathericons-regular-webfont.woff2 │ │ ├── img │ │ │ ├── bg.jpg │ │ │ └── index.html │ │ ├── index.html │ │ └── js │ │ │ ├── bootstrap.min.js │ │ │ ├── index.html │ │ │ ├── jquery-3.1.1.slim.min.js │ │ │ └── tether.min.js │ ├── components │ │ ├── content.php │ │ ├── footer.php │ │ ├── header.php │ │ └── index.html │ ├── config.php │ └── index.html ├── displaydirectorycontents_72716 │ ├── index.html │ └── index.php ├── displaydirectorycontents_logs │ ├── .config.php │ ├── .favorites.php │ ├── .index.php │ └── index.html ├── displaydirectorycontents_logs1 │ ├── .index.php │ └── index.html ├── displaydirectorycontents_shared │ ├── .index.php │ └── index.html ├── getid3 │ ├── .editorconfig │ ├── .gitattributes │ ├── .gitignore │ ├── .travis.yml │ ├── README.md │ ├── changelog.txt │ ├── composer.json │ ├── demos │ │ ├── demo.audioinfo.class.php │ │ ├── demo.basic.php │ │ ├── demo.browse.php │ │ ├── demo.cache.dbm.php │ │ ├── demo.cache.mysql.php │ │ ├── demo.dirscan.php │ │ ├── demo.joinmp3.php │ │ ├── demo.mimeonly.php │ │ ├── demo.mp3header.php │ │ ├── demo.mysql.php │ │ ├── demo.simple.php │ │ ├── demo.simple.write.php │ │ ├── demo.write.php │ │ ├── demo.zip.php │ │ ├── getid3.css │ │ ├── index.html │ │ └── index.php │ ├── dependencies.txt │ ├── getid3 │ │ ├── extension.cache.dbm.php │ │ ├── extension.cache.mysql.php │ │ ├── extension.cache.mysqli.php │ │ ├── extension.cache.sqlite3.php │ │ ├── getid3.lib.php │ │ ├── getid3.php │ │ ├── index.html │ │ ├── module.archive.gzip.php │ │ ├── module.archive.rar.php │ │ ├── module.archive.szip.php │ │ ├── module.archive.tar.php │ │ ├── module.archive.zip.php │ │ ├── module.audio-video.asf.php │ │ ├── module.audio-video.bink.php │ │ ├── module.audio-video.flv.php │ │ ├── module.audio-video.matroska.php │ │ ├── module.audio-video.mpeg.php │ │ ├── module.audio-video.nsv.php │ │ ├── module.audio-video.quicktime.php │ │ ├── module.audio-video.real.php │ │ ├── module.audio-video.riff.php │ │ ├── module.audio-video.swf.php │ │ ├── module.audio-video.ts.php │ │ ├── module.audio.aa.php │ │ ├── module.audio.aac.php │ │ ├── module.audio.ac3.php │ │ ├── module.audio.amr.php │ │ ├── module.audio.au.php │ │ ├── module.audio.avr.php │ │ ├── module.audio.bonk.php │ │ ├── module.audio.dsf.php │ │ ├── module.audio.dss.php │ │ ├── module.audio.dts.php │ │ ├── module.audio.flac.php │ │ ├── module.audio.la.php │ │ ├── module.audio.lpac.php │ │ ├── module.audio.midi.php │ │ ├── module.audio.mod.php │ │ ├── module.audio.monkey.php │ │ ├── module.audio.mp3.php │ │ ├── module.audio.mpc.php │ │ ├── module.audio.ogg.php │ │ ├── module.audio.optimfrog.php │ │ ├── module.audio.rkau.php │ │ ├── module.audio.shorten.php │ │ ├── module.audio.tta.php │ │ ├── module.audio.voc.php │ │ ├── module.audio.vqf.php │ │ ├── module.audio.wavpack.php │ │ ├── module.graphic.bmp.php │ │ ├── module.graphic.efax.php │ │ ├── module.graphic.gif.php │ │ ├── module.graphic.jpg.php │ │ ├── module.graphic.pcd.php │ │ ├── module.graphic.png.php │ │ ├── module.graphic.svg.php │ │ ├── module.graphic.tiff.php │ │ ├── module.misc.cue.php │ │ ├── module.misc.exe.php │ │ ├── module.misc.iso.php │ │ ├── module.misc.msoffice.php │ │ ├── module.misc.par2.php │ │ ├── module.misc.pdf.php │ │ ├── module.tag.apetag.php │ │ ├── module.tag.id3v1.php │ │ ├── module.tag.id3v2.php │ │ ├── module.tag.lyrics3.php │ │ ├── module.tag.xmp.php │ │ ├── write.apetag.php │ │ ├── write.id3v1.php │ │ ├── write.id3v2.php │ │ ├── write.lyrics3.php │ │ ├── write.metaflac.php │ │ ├── write.php │ │ ├── write.real.php │ │ └── write.vorbiscomment.php │ ├── helperapps │ │ ├── cygwin1.dll │ │ ├── head.exe │ │ ├── index.html │ │ ├── md5sum.exe │ │ ├── metaflac.exe │ │ ├── readme.helperapps.txt │ │ ├── sha1sum.exe │ │ ├── shorten.exe │ │ ├── tail.exe │ │ └── vorbiscomment.exe │ ├── index.html │ ├── license.txt │ ├── licenses │ │ ├── index.html │ │ ├── license.commercial.txt │ │ ├── license.gpl-10.txt │ │ ├── license.gpl-20.txt │ │ ├── license.gpl-30.txt │ │ ├── license.lgpl-30.txt │ │ └── license.mpl-20.txt │ ├── phpstan.neon │ ├── readme.txt │ └── structure.txt ├── index.html ├── jquery-3.1.0.min.js └── wordpress.zip ├── CHANGELOG.txt ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── HRAIMiniGui.php ├── HRCloud2_Backup_Cron.sh ├── HRCloud2_v2496_Legacy_Shared_Files_Fixer.php ├── How_To_Install_HRCloud2.txt ├── ISSUE_TEMPLATE.md ├── LICENSE ├── README.md ├── Resources ├── ClientInstallers │ ├── index.html │ ├── linux │ │ └── index.html │ ├── osx │ │ └── index.html │ └── windows │ │ ├── index.html │ │ └── setup.bat ├── Drag-Drop-Swap.js ├── HRC2-Lib.js ├── ICON_CREDITS.txt ├── Logo1.png ├── Logo1large.png ├── Logowork │ ├── 70percent.gif │ ├── 80percent.gif │ ├── 90percent.gif │ └── index.html ├── RandomImageFile.png ├── TEMP │ ├── index.html │ └── temp.txt ├── appicon.png ├── archive.png ├── archiveFile.png ├── banner.png ├── bannerThin.png ├── clipboard.png ├── convert.png ├── copy.png ├── css.png ├── dearchive.png ├── delete.png ├── deletesmall.png ├── docscan.png ├── document.png ├── edit.png ├── favorites.png ├── file.png ├── folder.png ├── format.png ├── image.png ├── index.html ├── info.png ├── logo.gif ├── logoSmall.gif ├── logoslow.gif ├── logoslowbreath.gif ├── logosmall.gif ├── makepdf.png ├── newwindow.png ├── office.png ├── pacman.gif ├── pacmansmall.gif ├── photoedit.png ├── php.png ├── rename.png ├── script.png ├── search.png ├── searchsmall.png ├── share.png ├── sorttable.js ├── sound.png ├── stream.png ├── streamflipped.png ├── tips.php ├── triangle.png ├── video.png ├── word.png ├── x.png ├── xml.png └── zip.png ├── Screenshots ├── 0_AppLauncher.png ├── 0_Drive.png ├── 0_Help.png ├── 0_Home.png ├── 0_Logs.png ├── 0_Settings-1.png ├── 0_Settings-2.png ├── 0_Update_Results.png ├── Alpha │ ├── HRCloud2_0.png │ ├── Screenshot_HRCloud2_8-16-16.png │ ├── Screenshot_HRCloud2_8-22-16 _2.png │ ├── Screenshot_HRCloud2_8-22-16.png │ ├── Screenshot_HRCloud2_8-22-16_3.png │ ├── Screenshot_HRCloud2_9-12-16_Logs.png │ ├── Screenshot_HRCloud2_9-8-16_10.png │ ├── Screenshot_HRCloud2_9-8-16_11.png │ ├── Screenshot_HRCloud2_9-8-16_12.png │ ├── Screenshot_HRCloud2_9-8-16_2.png │ ├── Screenshot_HRCloud2_9-8-16_3.png │ ├── Screenshot_HRCloud2_9-8-16_4.png │ ├── Screenshot_HRCloud2_9-8-16_5.png │ ├── Screenshot_HRCloud2_9-8-16_6.png │ ├── Screenshot_HRCloud2_9-8-16_7.png │ ├── Screenshot_HRCloud2_9-8-16_8.png │ ├── Screenshot_HRCloud2_9-8-16_9.png │ └── index.html ├── Beta │ ├── HRCloud2_0.png │ ├── Screenshot_HRCloud2+11-5-16.png │ ├── Screenshot_HRCloud2_10-24-16_0.png │ ├── Screenshot_HRCloud2_10_11_16_14.png │ ├── Screenshot_HRCloud2_10_11_16_15.png │ ├── Screenshot_HRCloud2_10_11_16_16.png │ ├── Screenshot_HRCloud2_10_11_16_17.png │ └── index.html ├── HRCloud2_11-17-16_0.png ├── HRCloud2_11-17-16_1.png ├── HRCloud2_11-17-16_10.png ├── HRCloud2_11-17-16_11.png ├── HRCloud2_11-17-16_12.png ├── HRCloud2_11-17-16_13.png ├── HRCloud2_11-17-16_14.png ├── HRCloud2_11-17-16_15.png ├── HRCloud2_11-17-16_16.png ├── HRCloud2_11-17-16_17.png ├── HRCloud2_11-17-16_18.png ├── HRCloud2_11-17-16_19.png ├── HRCloud2_11-17-16_2.png ├── HRCloud2_11-17-16_20.png ├── HRCloud2_11-17-16_21.png ├── HRCloud2_11-17-16_22.png ├── HRCloud2_11-17-16_23.png ├── HRCloud2_11-17-16_3.png ├── HRCloud2_11-17-16_4.png ├── HRCloud2_11-17-16_5.png ├── HRCloud2_11-17-16_6.png ├── HRCloud2_11-17-16_7.png ├── HRCloud2_11-17-16_8.png ├── HRCloud2_11-17-16_9.png ├── HRCloud2_11-27-16_1.png ├── HRCloud2_11-27-16_2.png ├── HRCloud2_11-27-16_3.png ├── HRCloud2_11-28-16_0.png ├── HRCloud2_12-10-16_1.png ├── HRCloud2_12-10-16_2.png ├── HRCloud2_3 -23 -18_0.png ├── HRCloud2_5-7-17_1.png ├── HRCloud2_7-21-18_0.png ├── HRCloud2_7-21-18_1.png ├── HRCloud2_7-21-18_2.png ├── HRCloud2_8_10_17.png ├── More_Screenshots.md └── index.html ├── Styles ├── iframeStyleBLACK.css ├── iframeStyleBLUE.css ├── iframeStyleGREEN.css ├── iframeStyleGREEN2.css ├── iframeStyleGREY.css ├── iframeStyleORANGE.css ├── iframeStylePURPLE.css ├── iframeStyleRED.css ├── iframeStyleYELLOW.css ├── index.html ├── style.css ├── styleBLACK.css ├── styleBLUE.css ├── styleGREEN.css ├── styleGREEN2.css ├── styleGREY.css ├── styleORANGE.css ├── stylePURPLE.css ├── styleRED.css └── styleYELLOW.css ├── appCore.php ├── appIndex.php ├── appLauncher.php ├── backupCore.php ├── cloudCore.php ├── commonCore.php ├── compatibilityCore.php ├── config.php ├── favicon.ico ├── guiCore.php ├── header.php ├── help.php ├── helper.php ├── index.html ├── index0.php ├── index1.php ├── index2.php ├── janitor.php ├── jquery-3.1.0.min.js ├── logs.php ├── rc-local.service ├── rc.local ├── sanitizeCore.php ├── securityCore.php ├── settings.php ├── settingsCore.php ├── versionInfo.php └── wordpress.zip /Applications/Bookmarks/Bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Bookmarks/Bookmarks.png -------------------------------------------------------------------------------- /Applications/Bookmarks/ICON CREDITS.txt: -------------------------------------------------------------------------------- 1 | ICON CREDITS 2 | 3 | Icon credits go to..... 4 | 5 | IconArchive 6 | https://iconarchive.com 7 | 8 | ...and... 9 | 10 | paomedia 11 | http://paomedia.com 12 | https://github.com/paomedia 13 | http://www.iconarchive.com/artist/paomedia.html -------------------------------------------------------------------------------- /Applications/Calculator/Calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Calculator/Calculator.png -------------------------------------------------------------------------------- /Applications/Calendar/Calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Calendar/Calendar.png -------------------------------------------------------------------------------- /Applications/Calendar/Resources/snippets/footer.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Applications/Calendar/Resources/snippets/header.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Calendar 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 22 |
-------------------------------------------------------------------------------- /Applications/Contacts/Contacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Contacts/Contacts.png -------------------------------------------------------------------------------- /Applications/Executor/Executor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Executor/Executor.png -------------------------------------------------------------------------------- /Applications/Executor/ICON CREDITS.txt: -------------------------------------------------------------------------------- 1 | ICON CREDITS 2 | 3 | Icon credits go to..... 4 | 5 | IconArchive 6 | https://iconarchive.com 7 | 8 | ...and... 9 | 10 | Oxygen Team 11 | http://www.oxygen-icons.org/ 12 | http://www.iconarchive.com/artist/oxygen-icons.org.html -------------------------------------------------------------------------------- /Applications/Grabber/Grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Grabber/Grabber.png -------------------------------------------------------------------------------- /Applications/Grabber/ICON_CREDITS.txt: -------------------------------------------------------------------------------- 1 | ICON CREDITS 2 | 3 | Icon credits go to..... 4 | 5 | IconArchive 6 | https://iconarchive.com 7 | 8 | ...and... 9 | 10 | Icons8 11 | http://icons8.com 12 | http://www.visualpharm.com 13 | http://www.iconarchive.com/artist/icons8.html -------------------------------------------------------------------------------- /Applications/HRAI/Applications/meSpeak/voices/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/HRAI/Applications/meSpeak/voices/.DS_Store -------------------------------------------------------------------------------- /Applications/HRAI/CoreCommands/CMD0greetings.php: -------------------------------------------------------------------------------- 1 | '); } } } 18 | 19 | $input = str_replace(' ',' ',$input); 20 | $input = str_replace(' ',' ',$input); 21 | $input = rtrim($input); 22 | $input = ltrim($input); -------------------------------------------------------------------------------- /Applications/HRAI/CoreCommands/CMDage.php: -------------------------------------------------------------------------------- 1 | 27 | 28 | 30 |

HRConvert2 was not detected on this server! To convert files with HRAI you must install HRConvert2.

31 | github.com/zelon88/HRCloud2'); } 12 | 13 | if ($input == 'guidance' or strpos($input, 'guidance') == 'true' or $input == 'how to' or strpos($input, 'how to') == 'true' or 14 | $input == 'howto' or strpos($input, 'guidance') == 'true') { 15 | $output = 'For guidance with HRCloud2 or HRAI, please visit the official '."\n".'zelon88/HRCloud2 Github repo and open an issue.'."\n"; 16 | echo nl2br ($output); 17 | echo nl2br ('github.com/zelon88/HRCloud2'); } -------------------------------------------------------------------------------- /Applications/HRAI/CoreCommands/CMDtime.php: -------------------------------------------------------------------------------- 1 | 16 | David Vignoni 17 | 18 | Naming Coordinator 19 | Jakob Petsovits 20 | 21 | Designers: 22 | David J. Miller 23 | David Vignoni 24 | Johann Ollivier Lapeyre 25 | Kenneth Wimer 26 | Nuno F. Pinheiro 27 | Riccardo Iaconelli 28 | David J. Miller 29 | 30 | Thanks to: 31 | Lee Olson: Contributed drawing used in application-x-bittorent icon. 32 | Marco Aurélio "Coré": Improved audio-input-microphone icon. 33 | Matthias Kretz: Contributed "audio-input-line" device icon. 34 | Mauricio Piacentini : game icons mashup 35 | Erlend Hamberg: "text-x-haskell" mimetype icon. 36 | -------------------------------------------------------------------------------- /Applications/JSPaint/JSPaint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/JSPaint.png -------------------------------------------------------------------------------- /Applications/JSPaint/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | #008080 -------------------------------------------------------------------------------- /Applications/JSPaint/cypress.json: -------------------------------------------------------------------------------- 1 | { 2 | "projectId": "6im7v7", 3 | "baseUrl": "http://localhost:11822", 4 | "video": false 5 | } 6 | -------------------------------------------------------------------------------- /Applications/JSPaint/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/favicon.ico -------------------------------------------------------------------------------- /Applications/JSPaint/help/cloud-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/cloud-mask.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/clouds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/clouds.jpg -------------------------------------------------------------------------------- /Applications/JSPaint/help/flag&clouds.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/flag&clouds.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/onestep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/onestep.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_airb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_airb.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_blank.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_brush.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_brush.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_curve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_curve.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_cut.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_database.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_delete.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_erase.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_erase.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_eye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_eye.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_fliph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_fliph.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_flipv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_flipv.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_free.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_free.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_invert.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_line.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_make_opaque.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_make_opaque.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_monochrome.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_monochrome_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_monochrome_undo.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_opaq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_opaq.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_oval.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_oval.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_paint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_paint.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_paste.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_pencil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_pencil.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_poly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_poly.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_rect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_rect.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_rotate_ccw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_rotate_ccw.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_rotate_ccw_thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_rotate_ccw_thin.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_rotate_cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_rotate_cw.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_rotate_cw_thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_rotate_cw_thin.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_rrect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_rrect.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_sel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_sel.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_skew_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_skew_h.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_skew_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_skew_v.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_stretch_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_stretch_both.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_stretch_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_stretch_h.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_stretch_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_stretch_v.png -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_trans.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_txt.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/p_zoom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/help/p_zoom.gif -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_airbrush.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To create an airbrush effect 6 | 7 | 8 | 9 |

To create an airbrush effect

10 |
    11 |
  1. In the toolbox, click the spray paint can.
  2. 12 |
  3. At the bottom of the toolbox, click a spray size.
  4. 13 |
  5. To spray, drag the pointer.
  6. 14 |
15 |

Notes

16 |
    17 |
  • The default background and foreground colors appear at the left in the color box. You can draw with the foreground color by clicking, or you can draw with the background color by right-clicking.
  • 18 |
  • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
  • 19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_blackwhite.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To use black and white instead of color 6 | 7 | 8 | 9 |

To use black and white instead of color

10 |
    11 |
  1. On the Image menu, click Attributes.
  2. 12 |
  3. Click Black and white.
  4. 13 |
14 | 19 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_brush.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To paint with a brush 6 | 7 | 8 | 9 |

To paint with a brush

10 |
    11 |
  1. In the toolbox, click the brush.
  2. 12 |
  3. At the bottom of the toolbox, click a brush shape.
  4. 13 |
  5. To paint, drag the pointer.
  6. 14 |
15 |

Notes

16 |
    17 |
  • The default background and foreground colors appear at the left in the color box. You can paint with the foreground color by clicking, or you can paint with the background color by right-clicking.
  • 18 |
  • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
  • 19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_change_size.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To change the size of your picture 6 | 7 | 8 | 9 |

To change the size of your picture

10 |
    11 |
  1. On the Image menu, click Attributes.
  2. 12 |
  3. Click the unit of measurement you want to use for the width and height.
  4. 13 |
  5. Type the measurements in Width and Height.
  6. 14 |
15 |

Notes

16 |
    17 |
  • You can also resize your picture by dragging the three image resize handles, located at the bottom right corner and along the bottom and right sides of your picture.
  • 18 |
  • If your current picture is bigger than the new size, the picture is cut from the right side and bottom to fit within the smaller area. If your current picture is smaller than the new size, the extra area is filled with the selected background color.
  • 19 |
  • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
  • 20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_color_box.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To show or hide the color box 6 | 7 | 8 | 9 |

To show or hide the color box

10 |

To show the color box, on the View menu, make sure a check mark appears next to Color Box. To hide the color box, click to clear the check mark.

11 |

Note

12 |
    13 |
  • You can drag the color box to any location in the window.
  • 14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_curves.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To draw a curve 6 | 7 | 8 | 9 |

To draw a curve

10 |
    11 |
  1. In the toolbox, click the 's' line.
  2. 12 |
  3. At the bottom of the toolbox, click a line width.
  4. 13 |
  5. Draw a straight line by dragging the pointer.
  6. 14 |
  7. Click where you want one arc of the curve to be, and then drag the pointer to adjust the curve. Repeat this step for a second arc.
  8. 15 |
16 |

Notes

17 |
    18 |
  • The default background and foreground colors appear at the left in the color box. You can paint with the foreground color by clicking, or you can paint with the background color by right-clicking.
  • 19 |
  • Each curve must have at least one arc but no more than two.
  • 20 |
  • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
  • 21 |
22 | 23 | 24 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_cutout_save.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To save part of a picture into another bitmap file 6 | 7 | 8 | 9 |

To save part of a picture into another bitmap file

10 |
    11 |
  1. In the toolbox, click the rectangular selection tool to select a rectangular area or click the free form selection tool to select a free-form area.
  2. 12 |
  3. Drag the pointer to define the area you want to save.
  4. 13 |
  5. On the Edit menu, click Copy To.
  6. 14 |
  7. Specify a folder and a file name, and then click Save.
  8. 15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_cutout_select.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To select part of a picture 6 | 7 | 8 | 9 | 10 |

To select part of a picture

11 |

In the toolbox, click the rectangular selection tool to select a rectangular area, and then drag the pointer diagonally across the area.

12 |

Or, click the free form selection tool to select a free-form area, and then drag the pointer around the area.

13 |

Note

14 |
    15 |
  • You can remove the selection box by clicking outside the box.
  • 16 |
17 | 18 | 19 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_freeform_lines.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To draw a free-form line 6 | 7 | 8 | 9 |

To draw a free-form line

10 |
    11 |
  1. In the toolbox, click the pencil.
  2. 12 |
  3. To draw the line, drag the pointer.
  4. 13 |
14 |

Notes

15 |
    16 |
  • The default background and foreground colors appear at the left in the color box. You can draw with the foreground color by clicking, or you can draw with the background color by right-clicking.
  • 17 |
  • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
  • 18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_grid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To display gridlines 6 | 7 | 8 | 9 |

To display gridlines

10 |
    11 |
  1. On the View menu, point to Zoom, and then click Custom.
  2. 12 |
  3. Under Zoom to, click 400%, 600%, or 800%, and then click OK.
  4. 13 |
  5. On the View menu, point to Zoom, and then click Show Grid.
  6. 14 |
15 |

Note

16 |
    17 |
  • You can remove the gridlines by repeating step 3 and clearing the Show Grid check mark, or by clicking View, pointing to Zoom, and then clicking Normal Size.
  • 18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_insert_file.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To insert a bitmap into the current picture 6 | 7 | 8 | 9 |

To insert a bitmap into the current picture

10 |
    11 |
  1. In the toolbox, click the rectangular selection tool and then drag the pointer to define an area to put the bitmap in.
  2. 12 |
  3. On the Edit menu, click Paste From.
  4. 13 |
  5. Locate and double-click the bitmap file you want to insert.
  6. 14 |
  7. Drag the bitmap where you want it, and then click outside the selection.
  8. 15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_invert.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To invert all the colors in a picture 6 | 7 | 8 | 9 |

To invert all the colors in a picture

10 |

On the Image menu, click Invert Colors.

11 |

Note

12 |
    13 |
  • Each color is replaced by its color complement. For example, red becomes cyan, and blue becomes yellow.
  • 14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_lines.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To draw a straight line 6 | 7 | 8 | 9 |

To draw a straight line

10 |
    11 |
  1. In the toolbox, click the diagonal line tool.
  2. 12 |
  3. At the bottom of the toolbox, click a line width.
  4. 13 |
  5. To draw the line, drag the pointer.
  6. 14 |
15 |

Notes

16 |
    17 |
  • The default background and foreground colors appear at the left in the color box. You can draw with the foreground color by clicking, or you can draw with the background color by right-clicking.
  • 18 |
  • You can draw a perfectly horizontal, vertical, or 45-degree diagonal line by holding down SHIFT while dragging.
  • 19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_polygons.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To draw a polygon 6 | 7 | 8 | 9 |

To draw a polygon

10 |
    11 |
  1. In the toolbox, click the polygon tool.
  2. 12 |
  3. To draw the polygon, drag the pointer and click at each corner, and then double-click when done. 13 |

    To use only 45- and 90-degree angles, hold down SHIFT while dragging.

    14 |
  4. 15 |
16 |

Notes

17 |
    18 |
  • The default background and foreground colors appear at the left in the color box. You can draw with the foreground color by clicking, or you can draw with the background color by right-clicking.
  • 19 |
  • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
  • 20 |
  • You can create a colored fill by clicking a fill style at the bottom of the toolbox.
  • 21 |
22 | 23 | 24 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_print.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To print a picture 6 | 7 | 8 | 9 |

To print a picture

10 |

On the File menu, click Print.

11 |

Notes

12 |
    13 |
  • You can see how the printed picture will look before you print by clicking the File menu and then clicking Print Preview.
  • 14 |
  • You can set margins or change orientation by clicking the File menu and then clicking Page Setup.
  • 15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_set_default_colors.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To set the default foreground and background colors 6 | 7 | 8 | 9 |

To set the default foreground and background colors

10 | 14 |

Note

15 |
    16 |
  • The default background and foreground colors appear at the left in the color box. The top color chip represents the foreground color. The bottom color chip represents the background color.
  • 17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_toolbox.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To show or hide the toolbox 6 | 7 | 8 | 9 |

To show or hide the toolbox

10 |

To show the toolbox, click the View menu and make sure a check mark appears next to Tool Box. To hide the toolbox, click to clear the check mark.

11 |

Note

12 |
    13 |
  • You can drag the toolbox to any location in the window.
  • 14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_trans_opaque.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To specify transparent or opaque drawing 6 | 7 | 8 | 9 |

To specify transparent or opaque drawing

10 |

To specify transparent drawing, on the Image menu, click to clear the check mark next to Draw Opaque. To specify opaque drawing, make sure a check mark appears next to Draw Opaque.

11 | 12 | 13 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_undo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To undo changes 6 | 7 | 8 | 9 | 10 |

To undo changes

11 |

On the Edit menu, click Undo.

12 |

Note

13 |
    14 |
  • You can undo any number of changes by clicking the Edit menu and then clicking Undo for each change.
  • 15 |
16 |

17 | 18 | 19 | 20 | 21 | 22 |

23 | 24 | 25 | -------------------------------------------------------------------------------- /Applications/JSPaint/help/paint_zoom.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | To zoom in or out of a picture 6 | 7 | 8 | 9 | 10 |

To zoom in or out of a picture

11 |

On the View menu, point to Zoom, and then click Normal Size, Large Size, or Custom.

12 |

Note

13 |
    14 |
  • You can enter text into a picture only in Normal view.
  • 15 |
16 |

17 | 18 | 19 | 20 | 21 | 22 |

23 | 24 | 25 | -------------------------------------------------------------------------------- /Applications/JSPaint/images/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/arrows.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/chm-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/chm-16x16.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/classic/options-transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/classic/options-transparency.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/classic/tools-and-stuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/classic/tools-and-stuff.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/classic/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/classic/tools.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/classic/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/classic/undo.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/airbrush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/airbrush.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/default.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/ew-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/ew-resize.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/eye-dropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/eye-dropper.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/fill-bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/fill-bucket.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/magnifier.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/move.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/nesw-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/nesw-resize.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/ns-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/ns-resize.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/nwse-resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/nwse-resize.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/pencil.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/precise-dotted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/precise-dotted.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/precise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/precise.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/cursors/precise2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/cursors/precise2.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/dark/options-transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/dark/options-transparency.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/dark/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/dark/tools.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/dark/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/dark/undo.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/help-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/help-icons.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/help-viewer-toolbar-icons-grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/help-viewer-toolbar-icons-grayscale.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/help-viewer-toolbar-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/help-viewer-toolbar-icons.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/128.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/128x128.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/144x144.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/16.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/16x16.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/192x192.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/32.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/32x32.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/36x36.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/48.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/48x48.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/512x512.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/72x72.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/96x96.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/apple-icon-180x180.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/gay-es-paint-16x16-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/gay-es-paint-16x16-alt.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/gay-es-paint-16x16-light-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/gay-es-paint-16x16-light-outline.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/gay-es-paint-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/gay-es-paint-16x16.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/gay-es-paint-32x32-light-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/gay-es-paint-32x32-light-outline.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/gay-es-paint-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/gay-es-paint-32x32.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/mac.icns -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/ms-icon-144x144.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/ms-icon-150x150.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/ms-icon-310x310.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/ms-icon-70x70.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/og-image-279x279.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/og-image-279x279.jpg -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/safari-pinned-tab.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/silhouette-48x48.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Applications/JSPaint/images/icons/windows.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/icons/windows.ico -------------------------------------------------------------------------------- /Applications/JSPaint/images/meta/facebook-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/meta/facebook-card.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/meta/main-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/meta/main-screenshot.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/meta/mobipaint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/meta/mobipaint.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/meta/twitter-card-plz-no-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/meta/twitter-card-plz-no-crop.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/meta/twitter-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/meta/twitter-card.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/airbrush-alt.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/airbrush-alt.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/airbrush.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/airbrush.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/crosshair-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/crosshair-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/crosshair.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/crosshair.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/ew-resize-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/ew-resize-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/ew-resize.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/ew-resize.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/eye-dropper-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/eye-dropper-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/eye-dropper.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/eye-dropper.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/magnifier-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/magnifier-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/magnifier.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/magnifier.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/move-large-alt.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/move-large-alt.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/move-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/move-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/move.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/move.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/nesw-resize-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/nesw-resize-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/nesw-resize.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/nesw-resize.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/ns-resize-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/ns-resize-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/ns-resize.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/ns-resize.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/nwse-resize-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/nwse-resize-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/nwse-resize.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/nwse-resize.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/paint-bucket-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/paint-bucket-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/paint-bucket.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/paint-bucket.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/pencil-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/pencil-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/pencil.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/pencil.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/precise-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/precise-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/precise.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/precise.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/select-alt.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/select-alt.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/select-large-alt.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/select-large-alt.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/select-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/select-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/select.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/select.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/text-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/text-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/text.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/text.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/zoom-in-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/zoom-in-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/zoom-in.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/zoom-in.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/zoom-out-large.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/zoom-out-large.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/cursors/zoom-out.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/cursors/zoom-out.cur -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/options-transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/options-transparency.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/tools-and-stuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/tools-and-stuff.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/modern/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/modern/tools.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/occult/options-transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/occult/options-transparency.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/occult/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/occult/tools.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/occult/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/occult/undo.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/options-airbrush-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/options-airbrush-size.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/options-magnification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/options-magnification.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/options-transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/options-transparency.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/text-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/text-tools.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/toolbar-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/toolbar-icons.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/tools-and-stuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/tools-and-stuff.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/transforms/skew-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/transforms/skew-x.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/transforms/skew-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/transforms/skew-y.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/transforms/stretch-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/transforms/stretch-x.png -------------------------------------------------------------------------------- /Applications/JSPaint/images/transforms/stretch-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/images/transforms/stretch-y.png -------------------------------------------------------------------------------- /Applications/JSPaint/jsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "target": "es6" 4 | }, 5 | "include": ["src/**/*"] 6 | } 7 | -------------------------------------------------------------------------------- /Applications/JSPaint/lib/FontList.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/lib/FontList.swf -------------------------------------------------------------------------------- /Applications/JSPaint/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Paint", 3 | "version": "1.0.0", 4 | "description": "An MS Paint remake.", 5 | "icons": { 6 | "16": "images/icons/16.png", 7 | "48": "images/icons/48.png", 8 | "128": "images/icons/128.png" 9 | }, 10 | "file_handlers": { 11 | "image": { 12 | "types": ["image/*"] 13 | } 14 | }, 15 | "permissions": [ 16 | "http://*/*", 17 | "https://*/*", 18 | "wallpaper", 19 | "storage", 20 | "fullscreen", 21 | "clipboardRead", 22 | "clipboardWrite", 23 | {"fileSystem": ["write"]} 24 | ], 25 | "optional_permissions": [ 26 | "unlimited_storage" 27 | ], 28 | "app": { 29 | "background": { 30 | "scripts": ["chrome-app.js"] 31 | } 32 | }, 33 | "offline_enabled": true, 34 | "manifest_version": 2 35 | } -------------------------------------------------------------------------------- /Applications/JSPaint/manifest.webapp: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Paint", 3 | "version": "1.0.0", 4 | "description": "An MS Paint remake.", 5 | "icons": { 6 | "16": "/jspaint/images/icons/16.png", 7 | "48": "/jspaint/images/icons/48.png", 8 | "128": "/jspaint/images/icons/128.png" 9 | }, 10 | "activities": { 11 | "edit": { 12 | "filters": { 13 | "type": [ "image/*", "image/png" ] 14 | }, 15 | "href": "/jspaint/", 16 | "disposition": "window", 17 | "returnValue": true 18 | } 19 | }, 20 | "permissions": {}, 21 | "developer": { 22 | "name": "Isaiah Odhner", 23 | "url": "https://isaiahodhner.ml/" 24 | }, 25 | "launch_path": "/jspaint/", 26 | "default_locale": "en" 27 | } -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/app screen initial_0.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/app screen initial_0.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/app screen initial_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/app screen initial_0.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/attributes window_4.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/attributes window_4.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/attributes window_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/attributes window_4.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/color box initial_3.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/color box initial_3.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/color box initial_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/color box initial_3.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/flip and rotate window_5.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/flip and rotate window_5.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/flip and rotate window_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/flip and rotate window_5.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/help window_7.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/help window_7.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/help window_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/help window_7.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/menu bar initial_1.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/menu bar initial_1.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/menu bar initial_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/menu bar initial_1.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/stretch and skew window_6.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/stretch and skew window_6.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/stretch and skew window_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/stretch and skew window_6.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/toolbox initial_2.diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/toolbox initial_2.diff.png -------------------------------------------------------------------------------- /Applications/JSPaint/screenshots/toolbox initial_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/JSPaint/screenshots/toolbox initial_2.png -------------------------------------------------------------------------------- /Applications/JSPaint/src/OnCanvasHelperLayer.js: -------------------------------------------------------------------------------- 1 | class OnCanvasHelperLayer extends OnCanvasObject { 2 | constructor(x, y, width, height, hideMainCanvasHandles, pixelRatio = 1) { 3 | super(x, y, width, height, hideMainCanvasHandles); 4 | 5 | this.$el.addClass("helper-layer"); 6 | this.$el.css({ 7 | pointerEvents: "none", 8 | }); 9 | this.position(); 10 | this.canvas = make_canvas(this.width * pixelRatio, this.height * pixelRatio); 11 | this.$el.append(this.canvas); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Applications/JSPaint/styles/normalize.css: -------------------------------------------------------------------------------- 1 | 2 | /* Remove the inner border and padding in Firefox. */ 3 | button::-moz-focus-inner, 4 | [type="button"]::-moz-focus-inner, 5 | [type="reset"]::-moz-focus-inner, 6 | [type="submit"]::-moz-focus-inner { 7 | border-style: none; 8 | padding: 0; 9 | } 10 | 11 | /* Restore the focus styles unset by the previous rule.*/ 12 | button:-moz-focusring, 13 | [type="button"]:-moz-focusring, 14 | [type="reset"]:-moz-focusring, 15 | [type="submit"]:-moz-focusring { 16 | outline: 1px dotted ButtonText; 17 | } 18 | -------------------------------------------------------------------------------- /Applications/JSPaint/styles/print.css: -------------------------------------------------------------------------------- 1 | 2 | html, body, .jspaint { 3 | width: 100%; 4 | height: 100%; 5 | margin: 0; 6 | padding: 0; 7 | border: 0; 8 | overflow: hidden; 9 | } 10 | 11 | .canvas-area, 12 | .main-canvas { 13 | position: fixed; 14 | left: 0; 15 | top: 0; 16 | max-width: 100%; 17 | width: auto !important; 18 | height: auto !important; 19 | } 20 | 21 | .window, 22 | .handle, 23 | .status-area, 24 | .menus, 25 | .component-area, 26 | .selection, 27 | .textbox, 28 | button, 29 | .hover-halo, 30 | .dwell-indicator { 31 | display: none !important; 32 | } 33 | 34 | * { 35 | background: transparent !important; 36 | } 37 | -------------------------------------------------------------------------------- /Applications/JSPaint/styles/themes/dark.css: -------------------------------------------------------------------------------- 1 | @import "./classic.css"; 2 | @import "./vista-esque-midnight-green.css"; 3 | 4 | :root { 5 | --theme-loaded: "dark.css"; 6 | } 7 | -------------------------------------------------------------------------------- /Applications/JSPaint/styles/themes/occult.css: -------------------------------------------------------------------------------- 1 | @import "./classic.css"; 2 | @import "./red-wine.css"; 3 | 4 | :root { 5 | --theme-loaded: "occult.css"; 6 | } 7 | -------------------------------------------------------------------------------- /Applications/JSPaint/styles/themes/winter.css: -------------------------------------------------------------------------------- 1 | @import "./classic.css"; 2 | @import "../../lib/os-gui/blue.css"; 3 | @import url('https://fonts.googleapis.com/css?family=Charm|Princess+Sofia&display=swap'); 4 | 5 | :root { 6 | --theme-loaded: "winter.css"; 7 | } 8 | 9 | .menus * { 10 | font-family: 'Princess Sofia', cursive; 11 | font-size: 20px; 12 | } 13 | .menu-button { 14 | padding: 5px 10px; 15 | height: 30px; 16 | } 17 | .menu-popup * { 18 | font-family: 'Charm', cursive; 19 | font-size: 18px; 20 | } 21 | 22 | .menu-hotkey { 23 | /* @TODO: when actually supporting menu navigation hotkeys, enable if accessing the menus with the keyboard */ 24 | text-decoration: none; 25 | } 26 | -------------------------------------------------------------------------------- /Applications/Notes/Notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Notes/Notes.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | "es2015" 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/.npmrc: -------------------------------------------------------------------------------- 1 | package-lock=false 2 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/OpenJSCAD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/OpenJSCAD.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/drawing-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/drawing-01.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/drawing-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/drawing-02.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-01.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-03-illu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-03-illu.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-03.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-04.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-05-illu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-05-illu.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-05.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-06-illu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-06-illu.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/docs/sshot-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/docs/sshot-06.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/busy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/busy.gif -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/closeButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/closeButton.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/editHandle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/editHandle.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/editHandleIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/editHandleIn.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/editHandleOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/editHandleOut.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/externalLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/externalLink.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/favicon.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/menuHandle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/menuHandle.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/menuHandleHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/menuHandleHD.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/menuHandleHU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/menuHandleHU.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/menuHandleVL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/menuHandleVL.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/menuHandleVLIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/menuHandleVLIn.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/menuHandleVLOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/menuHandleVLOut.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/menuHandleVR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/menuHandleVR.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/imgs/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/OpenJSCAD/imgs/title.png -------------------------------------------------------------------------------- /Applications/OpenJSCAD/postInstall.js: -------------------------------------------------------------------------------- 1 | // this copies the examples folder from the @jscad/examples repository locally 2 | const path = require('path') 3 | const examplesPath = path.resolve('./node_modules/@jscad/examples') 4 | const copydir = require('copy-dir') 5 | copydir.sync(examplesPath, 'examples') 6 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/remote.php: -------------------------------------------------------------------------------- 1 | basename($url), 20 | 'file' => CACHE_PATH."/".basename($f), 21 | 'url' => $url 22 | ); 23 | 24 | echo json_encode ( $data ); 25 | } 26 | 27 | function cleanUpExpired() { 28 | // Remove cached files that expired 29 | $files = glob("".CACHE_PATH."/*"); 30 | foreach($files as $file) 31 | { 32 | if(time() - filemtime($file) > $cacheExpireSeconds) 33 | @unlink($file); 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/src/io/createConversionWorker.js: -------------------------------------------------------------------------------- 1 | // ui-worker.js 2 | // 3 | // == OpenJSCAD.org, Copyright (c) 2013-2016, Licensed under MIT License 4 | // 5 | // History: 6 | // 2016/02/02: 0.4.0: GUI refactored, functionality split up into more files, mostly done by Z3 Dev 7 | 8 | // Create an worker (thread) for converting various formats to JSCAD 9 | // 10 | // See conversion-worker.js for the conversion process 11 | // 12 | const WebWorkify = require('webworkify') 13 | 14 | function createConversionWorker (onDone) { 15 | //this spawns web workers that can do 'require()' calls 16 | const worker = WebWorkify(require('./conversionWorker.js')) 17 | // when the worker finishes 18 | // - put the converted source into the editor 19 | // - save the converted source into the cache (gMemFs) 20 | // - set the converted source into the processor (viewer) 21 | worker.onmessage = function (e) { 22 | //console.log('got response from conversionWorker', e) 23 | if (e.data instanceof Object) { 24 | var data = e.data 25 | onDone(data) 26 | } 27 | } 28 | return worker 29 | } 30 | 31 | module.exports = {createConversionWorker} 32 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/src/io/fileSystemApiErrorHandler.js: -------------------------------------------------------------------------------- 1 | function FileSystemApiErrorHandler (fileError, operation) { 2 | const errormap = { 3 | 1: 'NOT_FOUND_ERR', 4 | 2: 'SECURITY_ERR', 5 | 3: 'ABORT_ERR', 6 | 4: 'NOT_READABLE_ERR', 7 | 5: 'ENCODING_ERR', 8 | 6: 'NO_MODIFICATION_ALLOWED_ERR', 9 | 7: 'INVALID_STATE_ERR', 10 | 8: 'SYNTAX_ERR', 11 | 9: 'INVALID_MODIFICATION_ERR', 12 | 10: 'QUOTA_EXCEEDED_ERR', 13 | 11: 'TYPE_MISMATCH_ERR', 14 | 12: 'PATH_EXISTS_ERR', 15 | } 16 | var errname 17 | if (fileError.code in errormap) { 18 | errname = errormap[fileError.code] 19 | } else { 20 | errname = 'Error #' + fileError.code 21 | } 22 | const errtxt = 'FileSystem API error: ' + operation + ' returned error ' + errname 23 | throw new Error(errtxt) 24 | } 25 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/src/io/generateOutputFile.js: -------------------------------------------------------------------------------- 1 | const generateOutputFileBlobUrl = require('../io/generateOutputFileBlobUrl') 2 | const generateOutputFileFileSystem = require('../io/generateOutputFileFileSystem') 3 | 4 | function generateOutputFile (extension, blob, onDone, context) { 5 | try { 6 | generateOutputFileFileSystem(extension, blob, onDone.bind(context)) 7 | } catch (e) { 8 | generateOutputFileBlobUrl(extension, blob, onDone.bind(context)) 9 | } 10 | } 11 | 12 | module.exports = { 13 | generateOutputFile 14 | } 15 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/src/io/generateOutputFileBlobUrl.js: -------------------------------------------------------------------------------- 1 | const { isSafari, getWindowURL } = require('./utils') 2 | 3 | module.exports = function generateOutputFileBlobUrl (extension, blob, callback) { 4 | if (isSafari()) { 5 | // console.log("Trying download via DATA URI") 6 | // convert BLOB to DATA URI 7 | const reader = new FileReader() 8 | reader.onloadend = function () { 9 | if (reader.result) { 10 | callback(reader.result, 'openjscad.' + extension, true, true) 11 | } 12 | } 13 | reader.readAsDataURL(blob) 14 | } else { 15 | // console.log("Trying download via BLOB URL") 16 | // convert BLOB to BLOB URL (HTML5 Standard) 17 | const windowURL = getWindowURL() 18 | const outputFileBlobUrl = windowURL.createObjectURL(blob) 19 | if (!outputFileBlobUrl) throw new Error('createObjectURL() failed') 20 | callback(outputFileBlobUrl, 'openjscad.' + extension, true, false) 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/src/jscad/log.js: -------------------------------------------------------------------------------- 1 | function log (txt) { 2 | var timeInMs = Date.now() 3 | var prevtime = undefined//OpenJsCad.log.prevLogTime 4 | if (!prevtime) prevtime = timeInMs 5 | var deltatime = timeInMs - prevtime 6 | log.prevLogTime = timeInMs 7 | var timefmt = (deltatime * 0.001).toFixed(3) 8 | txt = '[' + timefmt + '] ' + txt 9 | if ((typeof (console) == 'object') && (typeof (console.log) == 'function')) { 10 | console.log(txt) 11 | } else if ((typeof (self) == 'object') && (typeof (self.postMessage) == 'function')) { 12 | self.postMessage({cmd: 'log', txt: txt}) 13 | } 14 | else throw new Error('Cannot log') 15 | } 16 | 17 | // See Processor.setStatus() 18 | // Note: leave for compatibility 19 | function status (s) { 20 | log(s) 21 | } 22 | 23 | module.exports = { 24 | log, 25 | status 26 | } 27 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/src/ui/detectBrowser.js: -------------------------------------------------------------------------------- 1 | function isChrome () { 2 | return (window.navigator.userAgent.search('Chrome') >= 0) 3 | } 4 | 5 | function detectBrowser () { 6 | if (navigator.userAgent.match(/(opera|chrome|safari|firefox|msie)/i)) { 7 | return RegExp.$1.toLowerCase() 8 | } else { 9 | return 'unknown' 10 | } 11 | } 12 | 13 | module.exports = { 14 | isChrome, 15 | detectBrowser 16 | } 17 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/viewer-minimal.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | OpenJSCAD.org Logo 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 33 |
34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Applications/OpenJSCAD/viewer-options.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | OpenJSCAD.org Logo 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 33 |
34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Applications/PHP-AV/PHP-AV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/PHP-AV/PHP-AV.png -------------------------------------------------------------------------------- /Applications/PHP-AV/Resources/common.js: -------------------------------------------------------------------------------- 1 | function Clear() { 2 | document.getElementById("AVScanTarget").value= ""; } 3 | 4 | function toggle_visibility(id) { 5 | var e = document.getElementById(id); 6 | if(e.style.display == 'block') 7 | e.style.display = 'none'; 8 | else 9 | e.style.display = 'block'; } 10 | 11 | function goBack() { 12 | window.history.back(); } 13 | 14 | function refreshIframe() { 15 | var frame = document.getElementById("consoleFrame"); 16 | frame.src = frame.src; } -------------------------------------------------------------------------------- /Applications/PHP-AV/Resources/logosmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/PHP-AV/Resources/logosmall.gif -------------------------------------------------------------------------------- /Applications/PHP-AV/style.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | font-family: arial; } 3 | p { 4 | font-family: arial; 5 | padding: 0; 6 | margin: 0; 7 | font-size: 14px; } 8 | .g { 9 | color: #009900; } 10 | .r { 11 | color: #990000; 12 | font-weight: bold; } 13 | .d { 14 | color: #ccc; } 15 | #summary { 16 | border: #333 solid 1px; 17 | background: #f0efca; 18 | padding: 10px; 19 | margin: 10px; } 20 | #summary p { 21 | font-size: 12px; } -------------------------------------------------------------------------------- /Applications/Pell/ICON_CREDITS.txt: -------------------------------------------------------------------------------- 1 | Special thanks to..... 2 | 3 | 4 | 5 | 6 | IconArchive.com 7 | 8 | and..... 9 | 10 | Oxygen Team 11 | http://www.oxygen-icons.org/ 12 | 13 | and..... 14 | 15 | Double J Design 16 | http://www.doublejdesign.co.uk/ 17 | 18 | -------------------------------------------------------------------------------- /Applications/Pell/LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) Jared Reich 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Applications/Pell/Pell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Pell/Pell.png -------------------------------------------------------------------------------- /Applications/Pell/dist/pell.css: -------------------------------------------------------------------------------- 1 | .pell { 2 | border-radius: 5px; 3 | box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); 4 | box-sizing: border-box; 5 | width: 100%; 6 | height: 50%; } 7 | 8 | .pell-content { 9 | box-sizing: border-box; 10 | height: 300px; 11 | outline: 0; 12 | overflow-y: auto; 13 | padding: 10px; 14 | width: 100%; } 15 | 16 | .pell-actionbar { 17 | background-color: #FFF; 18 | border-bottom: 1px solid rgba(10, 10, 10, 0.1); 19 | border-top-left-radius: 5px; 20 | border-top-right-radius: 5px; 21 | width: 100%; } 22 | 23 | .pell-button { 24 | background-color: transparent; 25 | border: none; 26 | cursor: pointer; 27 | height: 30px; 28 | outline: 0; 29 | width: 30px; } 30 | -------------------------------------------------------------------------------- /Applications/Pell/dist/pell.min.css: -------------------------------------------------------------------------------- 1 | .pell{border-radius:5px;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1)}.pell,.pell-content{box-sizing:border-box;width:100%}.pell-content{height:300px;outline:0;overflow-y:auto;padding:10px}.pell-actionbar{background-color:#fff;border-bottom:1px solid hsla(0,0%,4%,.1);border-top-left-radius:5px;border-top-right-radius:5px;width:100%}.pell-button{background-color:transparent;border:none;cursor:pointer;height:30px;outline:0;width:30px} -------------------------------------------------------------------------------- /Applications/Pell/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Pell/logo.png -------------------------------------------------------------------------------- /Applications/Pell/resources/deletesmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Pell/resources/deletesmall.png -------------------------------------------------------------------------------- /Applications/Pell/resources/load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Pell/resources/load.png -------------------------------------------------------------------------------- /Applications/Pell/resources/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Pell/resources/loading.gif -------------------------------------------------------------------------------- /Applications/Pell/resources/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Pell/resources/new.png -------------------------------------------------------------------------------- /Applications/Pell/resources/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Pell/resources/save.png -------------------------------------------------------------------------------- /Applications/RSS/ICON_CREDITS.txt: -------------------------------------------------------------------------------- 1 | ICON_CREDITS 2 | 3 | Special Thanks to..... 4 | 5 | Icon Archive 6 | http://www.iconarchive.com 7 | 8 | GraphicsVibe (Jordan) -------------------------------------------------------------------------------- /Applications/RSS/RSS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/RSS/RSS.png -------------------------------------------------------------------------------- /Applications/RSS/RSSGui.php: -------------------------------------------------------------------------------- 1 | 2 | xpath("//item")); } 10 | 11 | //Sort feed entries by pubDate 12 | usort($entries, function ($feed1, $feed2) { 13 | return strtotime($feed2->pubDate) - strtotime($feed1->pubDate); }); 14 | ?> 15 | 16 |
    19 |
  • title ?> (link)['host'] ?>) 20 |

    pubDate)) ?>

    21 |

    description ?>

  • 22 | 23 |
24 | '); 20 | ?> 21 | 22 | 23 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/.gitignore: -------------------------------------------------------------------------------- 1 | *.min.js 2 | !excanvas.min.js 3 | node_modules/ 4 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2007-2014 IOLA and Ole Laursen 2 | 3 | Permission is hereby granted, free of charge, to any person 4 | obtaining a copy of this software and associated documentation 5 | files (the "Software"), to deal in the Software without 6 | restriction, including without limitation the rights to use, 7 | copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following 10 | conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 19 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 20 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/Makefile: -------------------------------------------------------------------------------- 1 | # Makefile for generating minified files 2 | 3 | .PHONY: all 4 | 5 | # we cheat and process all .js files instead of an exhaustive list 6 | all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) 7 | 8 | %.min.js: %.js 9 | yui-compressor $< -o $@ 10 | 11 | test: 12 | ./node_modules/.bin/jshint *jquery.flot.js 13 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "dependencies": { 6 | "jquery": ">= 1.2.6" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/flot.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "flot", 3 | "version": "0.8.3", 4 | "title": "Flot", 5 | "author": { 6 | "name": "Ole Laursen", 7 | "url": "https://github.com/OleLaursen" 8 | }, 9 | "licenses": [{ 10 | "type": "MIT", 11 | "url": "http://github.com/flot/flot/blob/master/LICENSE.txt" 12 | }], 13 | "dependencies": { 14 | "jquery": ">=1.2.6" 15 | }, 16 | "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.", 17 | "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"], 18 | "homepage": "http://www.flotcharts.org", 19 | "docs": "http://github.com/flot/flot/blob/master/API.md", 20 | "demo": "http://www.flotcharts.org/flot/examples/", 21 | "bugs": "http://github.com/flot/flot/issues", 22 | "maintainers": [{ 23 | "name": "David Schnur", 24 | "email": "dnschnur@gmail.com", 25 | "url": "http://github.com/dnschnur" 26 | }] 27 | } 28 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "scripts": { 6 | "test": "make test" 7 | }, 8 | "devDependencies": { 9 | "jshint": "0.9.1" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Applications/ServMonitor/scripts/toggle.visibility.js: -------------------------------------------------------------------------------- 1 | function toggle_visibility(id) { 2 | var e = document.getElementById(id); 3 | if(e.style.display == 'none') 4 | e.style.display = 'block'; 5 | else 6 | e.style.display = 'none'; } 7 | function toggle_visibility1(id) { 8 | var e = document.getElementById(id); 9 | if(e.style.display == 'none') 10 | e.style.display = 'block'; 11 | else 12 | e.style.display = 'none'; } 13 | function toggle_visibilitySHOW(id) { 14 | var e = document.getElementById(id); 15 | if(e.style.display == 'none') 16 | e.style.display = 'block'; 17 | else 18 | e.style.display = 'block'; } 19 | function toggle_visibilityHIDE(id) { 20 | var e = document.getElementById(id); 21 | if(e.style.display == 'block') 22 | e.style.display = 'none'; 23 | else 24 | e.style.display = 'none'; } -------------------------------------------------------------------------------- /Applications/ServStat/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Applications/ServStat/ICON CREDITS.txt: -------------------------------------------------------------------------------- 1 | ICON CREDITS 2 | 3 | Icon credits go to..... 4 | 5 | IconArchive 6 | https://iconarchive.com 7 | 8 | ...and... 9 | 10 | Blue Bits Icons by Icojam 11 | http://www.icojam.com/blog/?p=253 12 | http://www.iconarchive.com/show/blue-bits-icons-by-icojam.html -------------------------------------------------------------------------------- /Applications/ServStat/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014 p1rox 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /Applications/ServStat/README.md: -------------------------------------------------------------------------------- 1 | This App was ported to HRCloud2 by zelon88 on 12/21/2016. 2 | https://github.com/zelon88 3 | https://github.com/zelon88/HRCloud2 4 | 5 | The original author is Github user "avignat" 6 | https://github.com/avignat 7 | The original Github repo was "Check-Server-Status" 8 | https://github.com/avignat/Check-Server-Status 9 | ========================================================= 10 | 11 | # Check Server Status 12 | 13 | PHP Script that check if a server is online or not. 14 | 15 | ## Installation 16 | - Clone this repo in your web folder. 17 | - Add your servers in the servers.xml file. 18 | 19 | Example : 20 | 21 | ``` 22 | 23 | 24 | Home Server 25 | myserver.com 26 | 80 27 | 28 | 29 | ``` 30 | - Access the ServStat.php page. 31 | ## Screenshot 32 | ![Main](https://github.com/p1rox/Check-Server-Status/raw/master/img/main.png) -------------------------------------------------------------------------------- /Applications/ServStat/ServStat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/ServStat/ServStat.png -------------------------------------------------------------------------------- /Applications/ServStat/api.php: -------------------------------------------------------------------------------- 1 | ip, (string)$server->port)) { 11 | $server->online = "true"; } 12 | else { 13 | $server->online = "false"; } } 14 | return $servers; } 15 | echo json_encode(parser(), JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); 16 | ?> 17 | -------------------------------------------------------------------------------- /Applications/ServStat/img/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/ServStat/img/main.png -------------------------------------------------------------------------------- /Applications/ServStat/js/app.js: -------------------------------------------------------------------------------- 1 | window.onload = function(){ 2 | $('.deleteMode').hide(); 3 | document.getElementById("add-button").disabled = true; 4 | } 5 | 6 | $(document).ready(function() { 7 | $('#editMode').click(function() { 8 | $('.deleteMode').toggle(); 9 | }); 10 | 11 | $('#port').tooltip({'trigger':'focus', 'title': 'You can leave empty if port is 80'}); 12 | }); 13 | 14 | function checkForm(elem) { 15 | var b = document.getElementById("add-button"); 16 | if(elem.value == "" || elem.value.length == 0) { 17 | b.disabled = true; 18 | } 19 | else { 20 | b.disabled = false; 21 | } 22 | } -------------------------------------------------------------------------------- /Applications/ServStat/servers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | p1rox 5 | p1rox.fr 6 | 80 7 | 8 | 9 | Test MBP 10 | localhost 11 | 42 12 | 13 | 14 | XML Add Test 15 | 127.0.0.1 16 | 1337 17 | 18 | 19 | -------------------------------------------------------------------------------- /Applications/Smart-Lightbulb/Smart-Lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Smart-Lightbulb/Smart-Lightbulb.png -------------------------------------------------------------------------------- /Applications/Smart-Lightbulb/Styles/google_font.css: -------------------------------------------------------------------------------- 1 | /* fallback */ 2 | @font-face { 3 | font-family: 'Material Icons'; 4 | font-style: normal; 5 | font-weight: 400; 6 | src: url(google_font.woff2) format('woff2'); 7 | } 8 | 9 | .material-icons { 10 | font-family: 'Material Icons'; 11 | font-weight: normal; 12 | font-style: normal; 13 | font-size: 24px; 14 | line-height: 1; 15 | letter-spacing: normal; 16 | text-transform: none; 17 | display: inline-block; 18 | white-space: nowrap; 19 | word-wrap: normal; 20 | direction: ltr; 21 | -moz-font-feature-settings: 'liga'; 22 | -moz-osx-font-smoothing: grayscale; 23 | } 24 | -------------------------------------------------------------------------------- /Applications/Smart-Lightbulb/Styles/google_font.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Smart-Lightbulb/Styles/google_font.woff2 -------------------------------------------------------------------------------- /Applications/Smart-Lightbulb/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Smart-Lightbulb/icon.png -------------------------------------------------------------------------------- /Applications/Smart-Lightbulb/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "lang": "en", 3 | "background_color": "#2c1a31", 4 | "theme_color": "#2c1a31", 5 | "name": "Web Light Bulb", 6 | "short_name": "Web Light", 7 | "display": "standalone", 8 | "start_url": "index.html", 9 | "orientation": "portrait", 10 | "icons": [ 11 | { 12 | "src": "icon.png", 13 | "sizes": "144x144", 14 | "type": "image/png" 15 | } 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /Applications/Smart-Lightbulb/styles.css: -------------------------------------------------------------------------------- 1 | body { 2 | background: #fff; 3 | } 4 | 5 | .app-layout { 6 | display: flex; 7 | align-items: center; 8 | margin: 0 auto; 9 | justify-content: center; 10 | background: #fff; 11 | max-width: 450px; 12 | } 13 | 14 | .app-layout main { 15 | display: flex; 16 | flex-direction: column; 17 | } 18 | 19 | i.material-icons { 20 | max-width: 24px; 21 | } 22 | 23 | .color-buttons { 24 | display: flex; 25 | justify-content: space-between; 26 | } 27 | 28 | .mic-button, 29 | .power-button { 30 | text-align: center; 31 | } 32 | 33 | .mic-button { 34 | margin-top: 2pc; 35 | } 36 | 37 | .power-button { 38 | margin-bottom: 2pc; 39 | } 40 | 41 | .hidden { 42 | display: none; 43 | } 44 | 45 | .title-and-connect { 46 | display: inherit; 47 | } 48 | 49 | .connect-another-icon { 50 | top: 17px !important; 51 | left: 4px !important; 52 | margin-left: -10px !important; 53 | position: relative !important; 54 | float: right !important; 55 | } 56 | 57 | .connect-another { 58 | margin-left: 10px; 59 | } 60 | 61 | #on-off { 62 | background-color: #fff; 63 | } -------------------------------------------------------------------------------- /Applications/Teams/ICON_CREDITS.txt: -------------------------------------------------------------------------------- 1 | ICON CREDITS 2 | 3 | Icon credits go to..... 4 | 5 | IconArchive 6 | https://iconarchive.com 7 | 8 | ...and... 9 | 10 | Oxygen Icons 11 | http://www.oxygen-icons.org/ 12 | -------------------------------------------------------------------------------- /Applications/Teams/_RESOURCES/deletesmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Teams/_RESOURCES/deletesmall.png -------------------------------------------------------------------------------- /Applications/Teams/_RESOURCES/online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Teams/_RESOURCES/online.png -------------------------------------------------------------------------------- /Applications/Teams/_RESOURCES/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/Teams/_RESOURCES/x.png -------------------------------------------------------------------------------- /Applications/Teams/_SCRIPTS/clearField1.js: -------------------------------------------------------------------------------- 1 | // / Javascript to clear the messenger text input field onclick. 2 | function Clear0() { 3 | document.getElementById("messangerInput").value= ""; } 4 | 5 | // / Javascript to clear the new Team name text input field onclick. 6 | function Clear1() { 7 | document.getElementById("newTeam").value= ""; } 8 | 9 | // / Javascript to clear the new Team description text input field onclick. 10 | function Clear2() { 11 | document.getElementById("teamDescription").value= ""; } -------------------------------------------------------------------------------- /Applications/Teams/_SCRIPTS/filesSidebar.php: -------------------------------------------------------------------------------- 1 | '); 4 | $myFiles = scandir($UserFilesDir); 5 | $myFileCounter = count($myFiles); 6 | $myFileCounter1 = 0; 7 | echo ('My Files'); 8 | foreach ($myFiles as $myFile) { 9 | if ($myFileCounter1 >= $myFileCounter or $myFileCounter == 0 or $myFile == '' or in_array($myFile, $dangerArr)) continue; 10 | echo (''.$myFile.''); 11 | $myFileCounter1++; } 12 | if ($myFileCounter == 0 or $myFileCounter1 == 0) { 13 | echo ('Nothing to show!'); } 14 | echo(''); -------------------------------------------------------------------------------- /Applications/Teams/_SCRIPTS/markdownCore.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Applications/Teams/devREADME.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Applications/Teams/todo.txt: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------- 2 | 5-14-2017 3 | Make a bunch of functions work with subteams, so we don't need duplicate functions for subteams. 4 | Pretty much any of them that involve teams. 5 | Come up with a format for ommitting the subTeam if it isn't neccesary to a function. 6 | 7 | Make the sidebars overlay the main divs (easier, better looking). 8 | 9 | Continue making sidebars, testing logic. 10 | 11 | Make settings page. 12 | 13 | Make logic to delete cache files before 8.0.0. 14 | 15 | Finalize directory structure for Teams (decide where PHP file should go. Distinguish from cache file, data file, and conversation file) 16 | 17 | Update PHP-AV. 18 | 19 | Update WP package. 20 | 21 | Test a bunch of features to make sure you didn't break anything lately. 22 | ------------------------------------------------------- 23 | -------------------------------------------------------------------------------- /Applications/UberGallery/.gitignore: -------------------------------------------------------------------------------- 1 | resources/galleryConfig.ini -------------------------------------------------------------------------------- /Applications/UberGallery/.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "resources/themes/uber-blue"] 2 | path = resources/themes/uber-blue 3 | url = git://github.com/UberGallery/uber-blue.git 4 | [submodule "resources/themes/uber-orange"] 5 | path = resources/themes/uber-orange 6 | url = git://github.com/UberGallery/uber-orange.git 7 | [submodule "resources/themes/uber-naked"] 8 | path = resources/themes/uber-naked 9 | url = git://github.com/UberGallery/uber-naked.git 10 | [submodule "resources/themes/uber-responsive"] 11 | path = resources/themes/uber-responsive 12 | url = git://github.com/UberGallery/uber-responsive.git 13 | [submodule "scripts"] 14 | path = scripts 15 | url = git://github.com/UberGallery/scripts.git 16 | -------------------------------------------------------------------------------- /Applications/UberGallery/COPYING: -------------------------------------------------------------------------------- 1 | Copyright (c) 2013 Chris Kankiewicz 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. -------------------------------------------------------------------------------- /Applications/UberGallery/UberGallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/UberGallery.png -------------------------------------------------------------------------------- /Applications/UberGallery/index.php: -------------------------------------------------------------------------------- 1 | readImageDirectory($InstLoc.'/DATA/'.$UserID.'/.AppData/UberGallery/gallery-images'); 11 | 12 | // Define theme path 13 | if (!defined('THEMEPATH')) { 14 | define('THEMEPATH', $gallery->getThemePath()); 15 | } 16 | 17 | // Set path to theme index 18 | $themeIndex = $gallery->getThemePath(true) . '/index.php'; 19 | 20 | // Initialize the theme 21 | if (file_exists($themeIndex)) { 22 | include($themeIndex); 23 | } else { 24 | die('ERROR!!! HRC2UGI24, Failed to initialize theme, '.$themeIndex.' on '.$Time.'.'); 25 | } 26 | -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/1/images/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/1/images/border.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/1/images/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/1/images/controls.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/1/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/1/images/loading.gif -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/1/images/loading_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/1/images/loading_background.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/1/images/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/1/images/overlay.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/2/images/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/2/images/controls.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/2/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/2/images/loading.gif -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/3/images/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/3/images/controls.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/3/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/3/images/loading.gif -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/4/images/border1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/4/images/border1.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/4/images/border2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/4/images/border2.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/colorbox/4/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/colorbox/4/images/loading.gif -------------------------------------------------------------------------------- /Applications/UberGallery/resources/page_white_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/page_white_stack.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/templates/colorboxScripts.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Applications/UberGallery/resources/themes/uber-blue/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/themes/uber-blue/images/favicon.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/themes/uber-naked/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/themes/uber-naked/images/favicon.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/themes/uber-naked/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UberGallery 6 | 7 | 8 | 9 | getColorboxStyles(1); ?> 10 | 11 | 12 | getColorboxScripts(); ?> 13 | 14 | 15 | 16 | 17 | 18 |

UberGallery

19 | 20 | readTemplate('templates/defaultGallery.php', $galleryArray); 23 | ?> 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Applications/UberGallery/resources/themes/uber-orange/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/UberGallery/resources/themes/uber-orange/images/favicon.png -------------------------------------------------------------------------------- /Applications/UberGallery/resources/themes/uber-responsive/css/style.css: -------------------------------------------------------------------------------- 1 | .navbar { 2 | margin-top: 20px; 3 | } 4 | 5 | .navbar-inverse .brand { 6 | color: #FFF; 7 | } 8 | 9 | .gallery-wrapper { 10 | text-align: center; 11 | } 12 | 13 | .gallery-wrapper li { 14 | display: inline-block; 15 | float: none; 16 | } 17 | 18 | .pagination { 19 | margin: 0; 20 | } 21 | 22 | .credit { 23 | margin: 9px 0; 24 | text-align: center; 25 | } 26 | -------------------------------------------------------------------------------- /Applications/Weather/IconCredits.txt: -------------------------------------------------------------------------------- 1 | Special thanks to....... 2 | 3 | PapirusDevelopmentTeam 4 | https://github.com/PapirusDevelopmentTeam 5 | https://iconarchive.com/artist/papirus-team.html -------------------------------------------------------------------------------- /Applications/Weather/README.md: -------------------------------------------------------------------------------- 1 | # PHP__Weather__App 2 | 3 | A simple weather app using php and Bootstrap for the front end. 4 | 5 | This project was created as part of an exercise while I was learning the basics of PHP. 6 | I used PHP and Bootstrap to retrieve a weather forecast for a given location from weather-forecast.com. 7 | 8 | User gets a 1-3 day forecast, followed by a 4-7 day forecast and a 7-10 day forecast 9 | which are displayed in three consecutive sections; local time for the requested city is also displayed. 10 | 11 | ### API - Work In Progress 12 | 13 | ``` 14 | Code at the moment is being refactored to use an API instead of scraping web content. The live version still 15 | uses the old code. 16 | ``` 17 | 18 | -------------------------------------------------------------------------------- /Applications/Weather/Weather.php: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Applications/Weather/components/header.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Weather App 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Applications/displaydirectorycontents_logs/.config.php: -------------------------------------------------------------------------------- 1 | 2 | getID3 demos 3 | 4 | In this directory are a number of examples of how to use getID3().
5 | If you don't know what to run, take a look at demo.browse.php 6 |
7 | Other demos: 18 | 19 | 20 | -------------------------------------------------------------------------------- /Applications/getid3/helperapps/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/cygwin1.dll -------------------------------------------------------------------------------- /Applications/getid3/helperapps/head.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/head.exe -------------------------------------------------------------------------------- /Applications/getid3/helperapps/md5sum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/md5sum.exe -------------------------------------------------------------------------------- /Applications/getid3/helperapps/metaflac.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/metaflac.exe -------------------------------------------------------------------------------- /Applications/getid3/helperapps/sha1sum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/sha1sum.exe -------------------------------------------------------------------------------- /Applications/getid3/helperapps/shorten.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/shorten.exe -------------------------------------------------------------------------------- /Applications/getid3/helperapps/tail.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/tail.exe -------------------------------------------------------------------------------- /Applications/getid3/helperapps/vorbiscomment.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/getid3/helperapps/vorbiscomment.exe -------------------------------------------------------------------------------- /Applications/getid3/phpstan.neon: -------------------------------------------------------------------------------- 1 | parameters: 2 | excludes_analyse: 3 | polluteScopeWithLoopInitialAssignments: true 4 | ignoreErrors: 5 | - '#Instantiated class COM not found#' 6 | - '#Call to method GetFile\(\) on an unknown class COM#' 7 | - '#Function rar_(open|list|close) not found#' 8 | - '#Function mysql_(\w+) not found#' 9 | - '#Constant GETID3_HELPERAPPSDIR not found#' 10 | - '#Constant GETID3_ASF_(\w+) not found#' 11 | -------------------------------------------------------------------------------- /Applications/wordpress.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Applications/wordpress.zip -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | The original Code of Conduct template for this page was 45 lines ling. 2 | 3 | As HonestRepair, I think we can do better than that. 4 | 5 | 6 | # Don't be a dick. 7 | 8 | 9 | That was refreshingly painless. 10 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | This document provides guidelines for contributing to the HRCloud2 project. 2 | 3 | --MOST NEEDED-- 4 | Currently, HRCloud2 needs front-end elements improved and GUI's added to support specialty 5 | and mobile devices. In addition to GUI elements, HRCloud2 also needs "Automatic Indexer" 6 | contributions to redirect certain devices to specific index pages. 7 | 8 | --WE WELCOME-- 9 | Anything you have to offer! Advice, complaints, feature requests, code improvements, 10 | whatever you've got, we want to hear it. 11 | 12 | --WE WILL CONSIDER-- 13 | Any contribution which adds value and/or convinience to the platform. 14 | 15 | --WE WILL NOT CONSIDER-- 16 | Any contribution that requires a connection to external or 3rd party servers or services. 17 | This includes Google Cloud, AWS, or any other PaaS or SaaS service that cannot be 18 | included as a local dependency. 19 | 20 | --NICE TO HAVE-- 21 | Any App that can be ported to HRCloud2 would grealy boost it's usefullness and userbase. 22 | Bug fixes, performance and security improvements, feature additions. 23 | -------------------------------------------------------------------------------- /HRCloud2_Backup_Cron.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/php /var/www/html/HRProprietary/HRCloud2/backupCore.php execute -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | **This document is a template for submitting technical issues for HRCloud2.** 2 | 3 | Submit issues on Github: https://github.com/zelon88/HRCloud2/issues. 4 | 5 | Email issues to: zelon88@gmail.com. 6 | 7 | -------------------------------------------------- 8 | 9 | Hello, 10 | 11 | My name is %YOUR_NAME%. I am running %OPERATING_SYSTEM_DISTRO% on %PHP_VERSION% with %HRCLOUD2_VERSION% and %WORDPRESS_VERSION%. 12 | 13 | When I try to use %PROBLEM_FEATURE% HRCloud2 [%fail miserably, stop responding, crash my computer, other%]. 14 | 15 | I sometimes get a %ERROR_MESSAGE% error/warning. Here are my log files..... 16 | 17 | %LOGFILE_COPYPASTA% 18 | 19 | I can recreate the problem using the steps below..... 20 | 21 | %STEPS_TO_RECREATE_PROBLEM% 22 | 23 | Thank you! 24 | 25 | %YOUR_NAME% 26 | -------------------------------------------------------------------------------- /Resources/HRC2-Lib.js: -------------------------------------------------------------------------------- 1 | function toggle_visibility(id) { 2 | var e = document.getElementById(id); 3 | if(e.style.display == 'block') 4 | e.style.display = 'none'; 5 | else 6 | e.style.display = 'block'; } 7 | function goBack() { 8 | window.history.back(); } 9 | function Clear() { 10 | document.getElementById("input").value= ""; } 11 | function ClearSearch() { 12 | document.getElementById("search").value= ""; } 13 | document.getElementById("HRAIMini").submit; 14 | function allowDrop(ev) { 15 | ev.preventDefault(); } 16 | function drag(ev) { 17 | ev.dataTransfer.setData("text", ev.target.id); } 18 | function drop(ev) { 19 | ev.preventDefault(); 20 | var data = ev.dataTransfer.getData("text"); 21 | ev.target.appendChild(document.getElementById(data)); } -------------------------------------------------------------------------------- /Resources/ICON_CREDITS.txt: -------------------------------------------------------------------------------- 1 | Special thanks to..... 2 | 3 | 4 | 5 | 6 | IconArchive.com 7 | 8 | and..... 9 | 10 | pcunleashed.com 11 | 12 | and..... 13 | 14 | Oxygen Icons 15 | http://www.oxygen-icons.org/ 16 | 17 | and..... 18 | 19 | paomedia 20 | http://paomedia.com 21 | https://github.com/paomedia 22 | http://www.iconarchive.com/artist/paomedia.html 23 | 24 | and..... 25 | 26 | Blue Bits Icons by Icojam 27 | http://www.icojam.com/blog/?p=253 28 | http://www.iconarchive.com/show/blue-bits-icons-by-icojam.html 29 | 30 | and..... 31 | 32 | Hand-Drawn Goods 33 | http://handdrawngoods.com 34 | http://www.iconarchive.com/artist/handdrawngoods.html 35 | 36 | and..... 37 | 38 | Icons8 39 | http://icons8.com 40 | http://www.visualpharm.com 41 | http://www.iconarchive.com/artist/icons8.html 42 | 43 | and..... 44 | 45 | Janik Baumgartner 46 | http://janikbaumgartner.com/ 47 | http://www.iconarchive.com/show/woocons-icons-by-janik-baumgartner/System-Equalizer-icon.html 48 | 49 | and..... 50 | 51 | Double-J Design 52 | http://www.doublejdesign.co.uk/ 53 | http://www.iconarchive.com/artist/double-j-design.html 54 | http://www.iconarchive.com/show/ravenna-3d-icons-by-double-j-design/Image-icon.html -------------------------------------------------------------------------------- /Resources/Logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/Logo1.png -------------------------------------------------------------------------------- /Resources/Logo1large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/Logo1large.png -------------------------------------------------------------------------------- /Resources/Logowork/70percent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/Logowork/70percent.gif -------------------------------------------------------------------------------- /Resources/Logowork/80percent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/Logowork/80percent.gif -------------------------------------------------------------------------------- /Resources/Logowork/90percent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/Logowork/90percent.gif -------------------------------------------------------------------------------- /Resources/RandomImageFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/RandomImageFile.png -------------------------------------------------------------------------------- /Resources/TEMP/temp.txt: -------------------------------------------------------------------------------- 1 | This is a placeholder file for the /Resources/TEMP folder. 2 | 3 | This is a required folder!!! The files inside of it are disposable. 4 | -------------------------------------------------------------------------------- /Resources/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/appicon.png -------------------------------------------------------------------------------- /Resources/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/archive.png -------------------------------------------------------------------------------- /Resources/archiveFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/archiveFile.png -------------------------------------------------------------------------------- /Resources/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/banner.png -------------------------------------------------------------------------------- /Resources/bannerThin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/bannerThin.png -------------------------------------------------------------------------------- /Resources/clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/clipboard.png -------------------------------------------------------------------------------- /Resources/convert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/convert.png -------------------------------------------------------------------------------- /Resources/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/copy.png -------------------------------------------------------------------------------- /Resources/css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/css.png -------------------------------------------------------------------------------- /Resources/dearchive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/dearchive.png -------------------------------------------------------------------------------- /Resources/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/delete.png -------------------------------------------------------------------------------- /Resources/deletesmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/deletesmall.png -------------------------------------------------------------------------------- /Resources/docscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/docscan.png -------------------------------------------------------------------------------- /Resources/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/document.png -------------------------------------------------------------------------------- /Resources/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/edit.png -------------------------------------------------------------------------------- /Resources/favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/favorites.png -------------------------------------------------------------------------------- /Resources/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/file.png -------------------------------------------------------------------------------- /Resources/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/folder.png -------------------------------------------------------------------------------- /Resources/format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/format.png -------------------------------------------------------------------------------- /Resources/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/image.png -------------------------------------------------------------------------------- /Resources/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/info.png -------------------------------------------------------------------------------- /Resources/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/logo.gif -------------------------------------------------------------------------------- /Resources/logoSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/logoSmall.gif -------------------------------------------------------------------------------- /Resources/logoslow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/logoslow.gif -------------------------------------------------------------------------------- /Resources/logoslowbreath.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/logoslowbreath.gif -------------------------------------------------------------------------------- /Resources/logosmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/logosmall.gif -------------------------------------------------------------------------------- /Resources/makepdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/makepdf.png -------------------------------------------------------------------------------- /Resources/newwindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/newwindow.png -------------------------------------------------------------------------------- /Resources/office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/office.png -------------------------------------------------------------------------------- /Resources/pacman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/pacman.gif -------------------------------------------------------------------------------- /Resources/pacmansmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/pacmansmall.gif -------------------------------------------------------------------------------- /Resources/photoedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/photoedit.png -------------------------------------------------------------------------------- /Resources/php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/php.png -------------------------------------------------------------------------------- /Resources/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/rename.png -------------------------------------------------------------------------------- /Resources/script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/script.png -------------------------------------------------------------------------------- /Resources/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/search.png -------------------------------------------------------------------------------- /Resources/searchsmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/searchsmall.png -------------------------------------------------------------------------------- /Resources/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/share.png -------------------------------------------------------------------------------- /Resources/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/sound.png -------------------------------------------------------------------------------- /Resources/stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/stream.png -------------------------------------------------------------------------------- /Resources/streamflipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/streamflipped.png -------------------------------------------------------------------------------- /Resources/triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/triangle.png -------------------------------------------------------------------------------- /Resources/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/video.png -------------------------------------------------------------------------------- /Resources/word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/word.png -------------------------------------------------------------------------------- /Resources/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/x.png -------------------------------------------------------------------------------- /Resources/xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/xml.png -------------------------------------------------------------------------------- /Resources/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Resources/zip.png -------------------------------------------------------------------------------- /Screenshots/0_AppLauncher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_AppLauncher.png -------------------------------------------------------------------------------- /Screenshots/0_Drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_Drive.png -------------------------------------------------------------------------------- /Screenshots/0_Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_Help.png -------------------------------------------------------------------------------- /Screenshots/0_Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_Home.png -------------------------------------------------------------------------------- /Screenshots/0_Logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_Logs.png -------------------------------------------------------------------------------- /Screenshots/0_Settings-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_Settings-1.png -------------------------------------------------------------------------------- /Screenshots/0_Settings-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_Settings-2.png -------------------------------------------------------------------------------- /Screenshots/0_Update_Results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/0_Update_Results.png -------------------------------------------------------------------------------- /Screenshots/Alpha/HRCloud2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/HRCloud2_0.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_8-16-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_8-16-16.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_8-22-16 _2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_8-22-16 _2.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_8-22-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_8-22-16.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_8-22-16_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_8-22-16_3.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-12-16_Logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-12-16_Logs.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_10.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_11.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_12.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_2.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_3.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_4.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_5.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_6.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_7.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_8.png -------------------------------------------------------------------------------- /Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Alpha/Screenshot_HRCloud2_9-8-16_9.png -------------------------------------------------------------------------------- /Screenshots/Beta/HRCloud2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Beta/HRCloud2_0.png -------------------------------------------------------------------------------- /Screenshots/Beta/Screenshot_HRCloud2+11-5-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Beta/Screenshot_HRCloud2+11-5-16.png -------------------------------------------------------------------------------- /Screenshots/Beta/Screenshot_HRCloud2_10-24-16_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Beta/Screenshot_HRCloud2_10-24-16_0.png -------------------------------------------------------------------------------- /Screenshots/Beta/Screenshot_HRCloud2_10_11_16_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Beta/Screenshot_HRCloud2_10_11_16_14.png -------------------------------------------------------------------------------- /Screenshots/Beta/Screenshot_HRCloud2_10_11_16_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Beta/Screenshot_HRCloud2_10_11_16_15.png -------------------------------------------------------------------------------- /Screenshots/Beta/Screenshot_HRCloud2_10_11_16_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Beta/Screenshot_HRCloud2_10_11_16_16.png -------------------------------------------------------------------------------- /Screenshots/Beta/Screenshot_HRCloud2_10_11_16_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/Beta/Screenshot_HRCloud2_10_11_16_17.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_0.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_1.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_10.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_11.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_12.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_13.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_14.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_15.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_16.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_17.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_18.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_19.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_2.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_20.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_21.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_22.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_23.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_3.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_4.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_5.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_6.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_7.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_8.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-17-16_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-17-16_9.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-27-16_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-27-16_1.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-27-16_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-27-16_2.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-27-16_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-27-16_3.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_11-28-16_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_11-28-16_0.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_12-10-16_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_12-10-16_1.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_12-10-16_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_12-10-16_2.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_3 -23 -18_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_3 -23 -18_0.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_5-7-17_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_5-7-17_1.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_7-21-18_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_7-21-18_0.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_7-21-18_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_7-21-18_1.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_7-21-18_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_7-21-18_2.png -------------------------------------------------------------------------------- /Screenshots/HRCloud2_8_10_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/Screenshots/HRCloud2_8_10_17.png -------------------------------------------------------------------------------- /Screenshots/More_Screenshots.md: -------------------------------------------------------------------------------- 1 | # More Screenshots 2 | ### [Even More Screenshots](https://github.com/zelon88/HRCloud2/tree/master/Screenshots) 3 | ![Home](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_Home.png?raw=true) 4 | ![Drive](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_Drive.png?raw=true) 5 | ![App Launcher](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_AppLauncher.png?raw=true) 6 | ![Settings1](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_Settings-1.png?raw=true) 7 | ![Settings2](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_Settings-2.png?raw=true) 8 | ![Logs](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_Logs.png?raw=true) 9 | ![Help](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_Help.png?raw=true) 10 | ![Settings - Update Results](https://github.com/zelon88/HRCloud2/blob/master/Screenshots/0_Update_Results.png?raw=true) 11 | 12 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zelon88/HRCloud2/624434f6a51c95360b49438009334a2d7419792f/favicon.ico -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /rc-local.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=/etc/rc.local Compatibility 3 | ConditionPathExists=/etc/rc.local 4 | 5 | [Service] 6 | Type=forking 7 | ExecStart=/etc/rc.local start 8 | TimeoutSec=0 9 | StandardOutput=tty 10 | RemainAfterExit=yes 11 | SysVStartPriority=99 12 | 13 | [Install] 14 | WantedBy=multi-user.target 15 | -------------------------------------------------------------------------------- /rc.local: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | # 3 | # 4 | # This script is executed at the end of each multiuser runlevel. 5 | # Make sure that the script will "exit 0" on success or any other 6 | # value on error. 7 | # 8 | # In order to enable or disable this script just change the execution 9 | # bits. 10 | # 11 | # By default this script does nothing. 12 | 13 | # HRCloud2 Conversion Engine Startup Entry 14 | # You may need to manually locate the soffice binary and adjust the path accordingly. 15 | /usr/bin/soffice --headless --accept="socket,host=127.0.0.1,port=$soffice_port;urp;" --nofirststartwizard & 16 | 17 | exit 0 18 | -------------------------------------------------------------------------------- /versionInfo.php: -------------------------------------------------------------------------------- 1 |