Atom script
Author: t | 2025-04-24
Change keyboard shortcut to Run Script in Atom IDE. 0. How to run python script using atom? 1. How to run python scripts in Atom with atom-python-run package? 0. how to How to run python scripts in Atom with atom-python-run package? 0. how to run python code in atom in a terminal? 1. running python in atom. 0. How to configure Atom script
GitHub - atom-community/atom-script: :runner: Run ( scripts
The function callback_func. This mustbe a callable which expects to take a single integer parameter: the atomnumber of the picked atom. This atom number is appropriate for the CThandle returned from get_main_ct(). When picks are no longer needed, thescript should call stop_picking().Note: It is possible for a script to have the ability to receive picks if apanel in Maestro is activated for picking (picks can only go to one placeat any given time). Scripts which use picking_atom_start() may also want toconsider the use of maestro.picking_loss_notify() so they can be aware whenthe user has moved to another pick mode and their panel is no longerreceiving picks from the workspace.schrodinger.maestro.maestro.picking_bond_start(help_string, callback_func, allow_locked_entries=False)¶Parameters:help_string (string) – Displayed in the picking banner:type callback_func : callable:type callback_func : Function called when an atom is pickedParameters:allow_locked_entries (bool) – When True picking is permitted for lockedentriesRequests that bond picks are sent to the function callback_func.This must be a callable which expects to take a two integer parameters:the atom numbers around the picked bond. The first atom correspondsto the atom nearest the half-bond picked. These atom numbers areappropriate for the CT handle returned from get_main_ct(). Whenpicks are no longer needed, the script should call picking_stop().Note: it is possible for a script to have the ability to receive picksif a panel in Maestro is activated for picking (picks can only go toone place at any given time).Scripts which use picking_bond_start() may also want to consider theuse of maestro.picking_loss_notify() so they can be aware when theuser has moved to another pick mode and their panel is no longerreceiving picks from the workspace.schrodinger.maestro.maestro.picking_stop()¶Requests that picks no longer be sent to the callback functionspecified earlier with picking_atom_start(), picking_bond_start(),or picking_lasso_start(). This should be called whenevera script no longer needs to receive picks and must be called beforea Tkinter-based interactive script terminates.schrodinger.maestro.maestro.picking_loss_notify(callback_func)¶Requests that if atom Entries from the project to a file. The parameters to thismethod are:Parameters:filename (str) – the name of the file which to write these entries to. Thesuffix determines the format of the file using the samerules as Structure.write()which_entries (str) – entries to write ‘All’, ‘Included’ or ‘Selected’Htreatment (str) – If not None then hydrogens will be added to thestructures before they are written to the file using thespecified H-treatment. Allowed treatment names are:All-atom with Osp3/Nsp3-Lp, All-atom with No-Lp,Csp3 United-atom with S-Lp, Csp3 United-atom with No-Lp,All-atom with S-Lp, C sp2/sp3 United-atom with No-Lp,C sp2/sp3, N,O,S United-atom with No-Lp. The one youalmost certainly want is ‘All-Atom with No-Lp’synchronize (bool) – If True, first synchronize the Workspace with theproject. It is recommended this be done.append (bool) – If True, append to the specified file. If False, overwrite.props (bool) – If True, CT-level properties should be written.If synchronization was done and the Maestro user had ‘Prompt’ mode activethen they may choose to cancel the operation. If they cancel then nothingwill be written and this method will return False, otherwise it returnsTrue.schrodinger.maestro.maestro.tk_toplevel_add(toplevel_widget)¶Notifies Maestro that a new Tk toplevel has been created andshould be displayed and share event processing with Maestro itself.Note: this is the preferred way to run a Tkinter script from withinMaestro and should be called instead of using theTkinter.MainLoop() function.schrodinger.maestro.maestro.tk_toplevel_remove(toplevel_widget)¶Notifies Maestro that a Tk toplevel previously registered viatk_toplevel_add() no longer needs to be displayed or have eventspassed to it. Note: this function does not actually hide thetoplevel widget. The script should call destroy() on the widgetafter remove_tk_toplevel() in order to hide the widget.schrodinger.maestro.maestro.atom_selection_dialog(description, current_asl='')¶Post the atom selection dialog. The user can make selections inthat dialog and the resulting ASL string will be returned as aresult of this function. If the user cancels then the empty stringwill be returned by this function. The description fieldAtom-Script/README.md at main Pantuga/Atom-Script - GitHub
New features and improvements:Capture MIDI:- Capture results are no longer influenced by the song tempo set by the target track's previous Capture attempts- When Live’s transport is running, Capture MIDI will keep longer phrases in captured clipsControl Surfaces:- In the Launchkey MK3 Control Surface script, the Quantise button can now quantize clips in Session or Arrangement View- The Launchkey MK3 Control Surface script now also works with the Launchkey 88- On the PreSonus ATOM SQ, it is now possible to scroll between device parameter banks by holding the bank navigation buttons down- In the ATOM SQ Control Surface script, it is now possible to control the Master Track volume and pan in Song mode when the Master Track is selected- The encoder sensitivity for the ATOM SQ Control Surface script has been refined to better match the parameters they control. Additionally, the encoders can be used to fine tune parameter values when the Shift button is pressed.Core Library:- Added audio and MIDI clips to Session View in Live’s Demo Song- In the DS Drum Rack preset, devices contained in the selected chain are now always shown by defaultInterface:- The icons in Live’s Preferences and dialogs have been improved- Updated the appearance of the "Record/Warp/Launch" tab in Live's Preferences- The error dialog window that appears when loading a Live Set with disabled plug-ins now displays the track name before the timestamp- Live now shows different icons for Live Clip (.alc) files that distinguish between Audio and MIDI content in the browser-. Change keyboard shortcut to Run Script in Atom IDE. 0. How to run python script using atom? 1. How to run python scripts in Atom with atom-python-run package? 0. how to How to run python scripts in Atom with atom-python-run package? 0. how to run python code in atom in a terminal? 1. running python in atom. 0. How to configure Atom scriptproblem with script Issue 817 atom-community/atom-script
Cloud in Note will appear in Live’s browser in real-time, assuming both devices are connected to a reliable network and logged into the same Ableton User Account.Various Cloud-related software texts have been added in English, French, German, Italian, Japanese, Simplified Chinese, and Spanish.For more information about Cloud and Note, please refer to the following:Note Manual - FAQ - SurfacesAdded Control Surface support for the Arturia MiniLab 3. 11.2 Release Notes New features and improvementsCapture MIDICapture results are no longer influenced by the song tempo set by the target track's previous Capture attempts.When Live’s transport is running, Capture MIDI will keep longer phrases in captured clips.Control SurfacesIn the Launchkey MK3 Control Surface script, the Quantise button can now quantize clips in Session or Arrangement View.The Launchkey MK3 Control Surface script now also works with the Launchkey 88.On the PreSonus ATOM SQ, it is now possible to scroll between device parameter banks by holding the bank navigation buttons down.In the ATOM SQ Control Surface script, it is now possible to control the Master Track volume and pan in Song mode when the Master Track is selected.The encoder sensitivity for the ATOM SQ Control Surface script has been refined to better match the parameters they control. Additionally, the encoders can be used to fine tune parameter values when the Shift button is pressed.Core LibraryAdded audio and MIDI clips to Session View in Live’s Demo Song.In the DS Drum Rack preset, devices contained in the selected chain are now always shown by default.InterfaceThe icons Related searches » atom editor download for windows » atom editor windows » atom text editor for windows » atom text editor windows » editor atom » atom editor sap script » atom text editor » atom code editor download » atom editor download » download atom editor atom editor for windows at UpdateStar More Microsoft Windows Desktop Runtime 9.0.3.34613 Microsoft Corporation - 57699448MB - Open Source - Microsoft Windows Desktop Runtime is a platform designed by Microsoft Corporation to enable developers to create applications for Windows desktops. more info... A More Atom Editor 1.63.1 Atom Team - Freeware - more info... U More Update for x64-based Windows Systems (KB5001716) 8.94.0.0 Microsoft Corporation - Shareware - more info... More Windows Live Essentials 16.4.3528.0331 Microsoft - Freeware - Windows Live Essentials: A Comprehensive Suite of Essential Applications for Windows UsersWhen it comes to essential software applications for Windows users, Microsoft's Windows Live Essentials stands out as a comprehensive suite that … more info... More TAP-Windows 9.24.7 TAP-Windows - Shareware - TAP-Windows is a network driver software program that facilitates communication between virtual private network (VPN) clients and servers. more info... More Windows-PC-Integritätsprüfung 4.0.2410.23001 Microsoft Corporation - 13.6MB - Commercial - Windows-PC-Integritätsprüfung is a system tool developed by Microsoft Corporation that is designed to help users check the integrity of their Windows operating system. more info... More PDF-XChange Editor 10.5.2.395 Tracker Software Products Ltd - 32.6MB - Shareware - PDF-XChange Editor: A Comprehensive PDF Editing SoftwarePDF-XChange Editor by Tracker Software is a powerful tool designed for easy and efficient PDF editing. more info... More Windows PC Health Check 4.0.2410.23001 Microsoft Corporation - 13.7MB - Shareware - The Windows PC Health Check is a free diagnostic tool developed by Microsoft Corporation that assesses the health status of a user's Windows-based personal computer. more info... More VideoPad Video Editor 17.3 NCH Software - 5.9MB - Shareware - VideoPad Video Editor: A Comprehensive ReviewVideoPad Video Editor by NCH Software is a versatile video editing tool designed for both beginners and experienced users. more info... More Windows 11-Installationsassistent 1.4.19041.5003 Microsoft Corporation - 4MB - Shareware -atom-script/README.md at master atom-community/atom
Update: This work is superseded by my 'isorespin.sh' script which can respin an official ISO suitable for use on Intel Atom devices.Example ISOs using my ‘isorespin.sh‘ script suitable for Intel Atom and Intel Apollo Lake devices are available from Intel released its Ubuntu Compute Stick it was heavily criticized as being under-spec'd. Also criticized was the choice of Ubuntu with Unity as it was deemed to be too demanding. With this in mind I've combined the latest patches and source together with Canonical's kernel source to create a range of ISOs that can work on Intel's Atom Compute Sticks from the very basic model to the latest. All include audio over HDMI, wifi and bluetooth together with patches that try to reduce the random freezes that have been known to occur.First up is Lubuntu. I've configured it to use ZRAM both as an ISO and once installed. As a light-weight Ubuntu it is highly suitable for the minimalist STCK1A8LFC device.Next is Ubuntu. Previously it was necessary to use the 64-bit bootloader to use my 16.04 ISO. Now I've configured it to both run and install using either the 32-bit or 64-bit bootloaders. The key benefit is the ability to easily dual-boot without needing to modify the BIOS.Finally I've also incorporated all these features and produced Xubuntu, Ubuntu-Mate and Kubuntu ISOs. This provides a choice now of Ubuntu flavours for the Intel Compute Stick.One potential draw-back is that each ISO includes a patched kernel to provide the missing functionality meaning it will not get any automatic kernel updates from Canonical. So I've also developed a manual patching process that allows you to download a script which will then update the kernel.ISOsTo try an ISO download it from one of the links below (i.e. the caption below each image) and write it to a USB using either 'Rufus' in Windows or 'dd' in Linux.Update: If you are using Rufus version 2.3 or above then select 'Write in DD Image mode' when prompted otherwise for version 2.2 and below you should first let Rufus complete and then additionally download 'bootia32.efi' and copy the file to the newly created USB's 'EFI\BOOT' directory. Then boot from the USB by pressing the 'F10' option immediately after powering-on your device. For installation to your device simply run the installer and follow the on-screen instructions.Remember also to be patient as depending on the speed of your USB it can be anything from 15 to 45 seconds before anything appears on the screen.LubuntuUbuntuXubuntuKubuntuUbuntu MateKernel Upgrade ScriptIf you want to upgrade the kernel to the latest Ubuntu 16.04 (but patched) version first download the upgrade script (click the caption under the image below) , make sure it is executable (use 'chmod 755 ') and then run as 'root' ('./'). Once the script has finished executing you'll need to reboot to use the latest kernel.linuxium-install-xenial-kernel-4.4.0-22-linuxium-ics.shAs before this is only for Atom based Intel Compute sticks which includes the STCK1A8LFC, STCK1A32WFC, STK1AW32SC and STK1A32SC models.Acknowledgements: Pierre-Louis Bossart (HDMI audio), Bastien Nocera (wifi)History of the Atom script
Picks are no longer being sent to the functionregistered by maestro.picking_atom_start(), maestro.picking_bond_start(),or maestro.picking_lasso_start(), the specifed function will be called.This must be a callable which takes no parameters. This function mustre-registed each time you turn on picking via maestro.picking_atom_start(),maestro.picking_bond_start(), or maestro.picking_lasso_start().schrodinger.maestro.maestro.picking_lasso_start(help_string, callback_func, allow_locked_entries=False)¶Requests that atom picks are sent to the function callback_func.Parameters:help_string – the text to be displayed in Maestro main windowstatus bar, e.g., “Pick atom to delete”.callback_func – the callable which expects to take an ASLexpression, e.g., pick_atom_cb(self, asl). If asingle atom is picked, the parameter ‘asl’ issomething like “atom.num 15”. If a lasso selectionis done, the parameter ‘asl’ is something like“at.n 5-8,15-18,1”. Atom numbers are appropriate forthe CT handle returned from get_main_ct(), and theycan be extracted by mmasl_parse_input() based on theCT handle and the ASL string. When picks are nolonger needed, the script should call picking_stop().allow_locked_entries (bool) – When True picking is permitted for lockedentriesNote: it is possible for a script to have the ability to receive picks if apanel in Maestro is activated for picking (picks can only go to one placeat any given time).Scripts which use picking_lasso_start() may also want to consider the useof maestro.picking_loss_notify() so they can be aware when the user hasmoved to another pick mode and their panel is no longer receiving picksfrom the workspace.schrodinger.maestro.maestro.command_callback_add(callback_func)¶Register a function that will be called each time a command is processedin Maestro.This must be a callable which takes a single parameter - the textof the command processed.schrodinger.maestro.maestro.command_callback_remove(callback_func)¶Remove the named function so it is no longer called whena command is issued in MaestroRemoving a non-existent function will cause an error.schrodinger.maestro.maestro.right_click_callback_add(callback_func)¶Register a function to be called when the user makes a right-click in theWorkspace. Note this will override any normal Maestro right-mouse featuressuch as the built-in right-mouse menu.This must be a callable which takes three parameters, the x and y. Change keyboard shortcut to Run Script in Atom IDE. 0. How to run python script using atom? 1. How to run python scripts in Atom with atom-python-run package? 0. how to How to run python scripts in Atom with atom-python-run package? 0. how to run python code in atom in a terminal? 1. running python in atom. 0. How to configure Atom scriptAtom-Script: A Robust, User-friendly Script Package for Atom Editor
Arma language support in AtomThis packages adds syntax highlighting and auto-completions for SQF files in Atom, including functions and macros from the CBA and ACE3 projects. This package is maintained and developed by the ACE3 development team and the Arma community effort.Support for the following file types used by the Real Virtuality engine has been added:sqfsqesqmcpphppextcfgFeaturesSyntax HighlightingSyntax highlighting for all functions and script commands by Bohemia Interactive is supported. Next to that, functions and macros from CBA and ACE3 projects are also supported.AutocompleteWith a goal of faster development in SQF, auto-completion for all BIS functions and script commands, as well as CBA and ACE3 functions and macros, is supported. All autocomplete assets also have a type, description and URL to their documentation.CBA and ACE3 commands are optional, but enabled by default.SnippetsQuick development also requires writing a lot of different blocks or combinations of code. A handful of useful snippets ranging from BIS conditional structures and loops through CBA macros and ACE3 function headers were added to help you with this.CBA and ACE3 snippets are optional, but enabled by default.Open Latest RPT FileAllows you to quickly open the latest Arma RPT log file with quick and easy access. Simply open the Command Palette and search for it or navigate to Packages -> Language Arma Atom -> Open Latest RPT File.Build Project ToolsOnly available if the project being worked on is based on a project framework like CBA's and ACE3's. The project must contain build.py and make.py tools.To ease development when working on projects with a framework like CBA's or ACE3's, quick options for building the project directly from Atom is supported. You have the ability to build a development version or a full release, simply open the Command Palette and search for it or navigate to Packages -> Language Arma Atom -> Build Dev/Release.ContributingContributions are greatly appreciated. You can help out with the ongoing development by looking for potential bugs in our code base, or by contributing new features. To contribute something to the Arma Language Package, simply fork this repository and submit your pull requests for review by other collaborators (see Contributing Guide).Please, use our Issue Tracker to report a bug, propose a feature, or suggest changes to the existing ones.Comments
The function callback_func. This mustbe a callable which expects to take a single integer parameter: the atomnumber of the picked atom. This atom number is appropriate for the CThandle returned from get_main_ct(). When picks are no longer needed, thescript should call stop_picking().Note: It is possible for a script to have the ability to receive picks if apanel in Maestro is activated for picking (picks can only go to one placeat any given time). Scripts which use picking_atom_start() may also want toconsider the use of maestro.picking_loss_notify() so they can be aware whenthe user has moved to another pick mode and their panel is no longerreceiving picks from the workspace.schrodinger.maestro.maestro.picking_bond_start(help_string, callback_func, allow_locked_entries=False)¶Parameters:help_string (string) – Displayed in the picking banner:type callback_func : callable:type callback_func : Function called when an atom is pickedParameters:allow_locked_entries (bool) – When True picking is permitted for lockedentriesRequests that bond picks are sent to the function callback_func.This must be a callable which expects to take a two integer parameters:the atom numbers around the picked bond. The first atom correspondsto the atom nearest the half-bond picked. These atom numbers areappropriate for the CT handle returned from get_main_ct(). Whenpicks are no longer needed, the script should call picking_stop().Note: it is possible for a script to have the ability to receive picksif a panel in Maestro is activated for picking (picks can only go toone place at any given time).Scripts which use picking_bond_start() may also want to consider theuse of maestro.picking_loss_notify() so they can be aware when theuser has moved to another pick mode and their panel is no longerreceiving picks from the workspace.schrodinger.maestro.maestro.picking_stop()¶Requests that picks no longer be sent to the callback functionspecified earlier with picking_atom_start(), picking_bond_start(),or picking_lasso_start(). This should be called whenevera script no longer needs to receive picks and must be called beforea Tkinter-based interactive script terminates.schrodinger.maestro.maestro.picking_loss_notify(callback_func)¶Requests that if atom
2025-04-08Entries from the project to a file. The parameters to thismethod are:Parameters:filename (str) – the name of the file which to write these entries to. Thesuffix determines the format of the file using the samerules as Structure.write()which_entries (str) – entries to write ‘All’, ‘Included’ or ‘Selected’Htreatment (str) – If not None then hydrogens will be added to thestructures before they are written to the file using thespecified H-treatment. Allowed treatment names are:All-atom with Osp3/Nsp3-Lp, All-atom with No-Lp,Csp3 United-atom with S-Lp, Csp3 United-atom with No-Lp,All-atom with S-Lp, C sp2/sp3 United-atom with No-Lp,C sp2/sp3, N,O,S United-atom with No-Lp. The one youalmost certainly want is ‘All-Atom with No-Lp’synchronize (bool) – If True, first synchronize the Workspace with theproject. It is recommended this be done.append (bool) – If True, append to the specified file. If False, overwrite.props (bool) – If True, CT-level properties should be written.If synchronization was done and the Maestro user had ‘Prompt’ mode activethen they may choose to cancel the operation. If they cancel then nothingwill be written and this method will return False, otherwise it returnsTrue.schrodinger.maestro.maestro.tk_toplevel_add(toplevel_widget)¶Notifies Maestro that a new Tk toplevel has been created andshould be displayed and share event processing with Maestro itself.Note: this is the preferred way to run a Tkinter script from withinMaestro and should be called instead of using theTkinter.MainLoop() function.schrodinger.maestro.maestro.tk_toplevel_remove(toplevel_widget)¶Notifies Maestro that a Tk toplevel previously registered viatk_toplevel_add() no longer needs to be displayed or have eventspassed to it. Note: this function does not actually hide thetoplevel widget. The script should call destroy() on the widgetafter remove_tk_toplevel() in order to hide the widget.schrodinger.maestro.maestro.atom_selection_dialog(description, current_asl='')¶Post the atom selection dialog. The user can make selections inthat dialog and the resulting ASL string will be returned as aresult of this function. If the user cancels then the empty stringwill be returned by this function. The description field
2025-04-18New features and improvements:Capture MIDI:- Capture results are no longer influenced by the song tempo set by the target track's previous Capture attempts- When Live’s transport is running, Capture MIDI will keep longer phrases in captured clipsControl Surfaces:- In the Launchkey MK3 Control Surface script, the Quantise button can now quantize clips in Session or Arrangement View- The Launchkey MK3 Control Surface script now also works with the Launchkey 88- On the PreSonus ATOM SQ, it is now possible to scroll between device parameter banks by holding the bank navigation buttons down- In the ATOM SQ Control Surface script, it is now possible to control the Master Track volume and pan in Song mode when the Master Track is selected- The encoder sensitivity for the ATOM SQ Control Surface script has been refined to better match the parameters they control. Additionally, the encoders can be used to fine tune parameter values when the Shift button is pressed.Core Library:- Added audio and MIDI clips to Session View in Live’s Demo Song- In the DS Drum Rack preset, devices contained in the selected chain are now always shown by defaultInterface:- The icons in Live’s Preferences and dialogs have been improved- Updated the appearance of the "Record/Warp/Launch" tab in Live's Preferences- The error dialog window that appears when loading a Live Set with disabled plug-ins now displays the track name before the timestamp- Live now shows different icons for Live Clip (.alc) files that distinguish between Audio and MIDI content in the browser-
2025-04-06Cloud in Note will appear in Live’s browser in real-time, assuming both devices are connected to a reliable network and logged into the same Ableton User Account.Various Cloud-related software texts have been added in English, French, German, Italian, Japanese, Simplified Chinese, and Spanish.For more information about Cloud and Note, please refer to the following:Note Manual - FAQ - SurfacesAdded Control Surface support for the Arturia MiniLab 3. 11.2 Release Notes New features and improvementsCapture MIDICapture results are no longer influenced by the song tempo set by the target track's previous Capture attempts.When Live’s transport is running, Capture MIDI will keep longer phrases in captured clips.Control SurfacesIn the Launchkey MK3 Control Surface script, the Quantise button can now quantize clips in Session or Arrangement View.The Launchkey MK3 Control Surface script now also works with the Launchkey 88.On the PreSonus ATOM SQ, it is now possible to scroll between device parameter banks by holding the bank navigation buttons down.In the ATOM SQ Control Surface script, it is now possible to control the Master Track volume and pan in Song mode when the Master Track is selected.The encoder sensitivity for the ATOM SQ Control Surface script has been refined to better match the parameters they control. Additionally, the encoders can be used to fine tune parameter values when the Shift button is pressed.Core LibraryAdded audio and MIDI clips to Session View in Live’s Demo Song.In the DS Drum Rack preset, devices contained in the selected chain are now always shown by default.InterfaceThe icons
2025-04-13Related searches » atom editor download for windows » atom editor windows » atom text editor for windows » atom text editor windows » editor atom » atom editor sap script » atom text editor » atom code editor download » atom editor download » download atom editor atom editor for windows at UpdateStar More Microsoft Windows Desktop Runtime 9.0.3.34613 Microsoft Corporation - 57699448MB - Open Source - Microsoft Windows Desktop Runtime is a platform designed by Microsoft Corporation to enable developers to create applications for Windows desktops. more info... A More Atom Editor 1.63.1 Atom Team - Freeware - more info... U More Update for x64-based Windows Systems (KB5001716) 8.94.0.0 Microsoft Corporation - Shareware - more info... More Windows Live Essentials 16.4.3528.0331 Microsoft - Freeware - Windows Live Essentials: A Comprehensive Suite of Essential Applications for Windows UsersWhen it comes to essential software applications for Windows users, Microsoft's Windows Live Essentials stands out as a comprehensive suite that … more info... More TAP-Windows 9.24.7 TAP-Windows - Shareware - TAP-Windows is a network driver software program that facilitates communication between virtual private network (VPN) clients and servers. more info... More Windows-PC-Integritätsprüfung 4.0.2410.23001 Microsoft Corporation - 13.6MB - Commercial - Windows-PC-Integritätsprüfung is a system tool developed by Microsoft Corporation that is designed to help users check the integrity of their Windows operating system. more info... More PDF-XChange Editor 10.5.2.395 Tracker Software Products Ltd - 32.6MB - Shareware - PDF-XChange Editor: A Comprehensive PDF Editing SoftwarePDF-XChange Editor by Tracker Software is a powerful tool designed for easy and efficient PDF editing. more info... More Windows PC Health Check 4.0.2410.23001 Microsoft Corporation - 13.7MB - Shareware - The Windows PC Health Check is a free diagnostic tool developed by Microsoft Corporation that assesses the health status of a user's Windows-based personal computer. more info... More VideoPad Video Editor 17.3 NCH Software - 5.9MB - Shareware - VideoPad Video Editor: A Comprehensive ReviewVideoPad Video Editor by NCH Software is a versatile video editing tool designed for both beginners and experienced users. more info... More Windows 11-Installationsassistent 1.4.19041.5003 Microsoft Corporation - 4MB - Shareware -
2025-04-21Update: This work is superseded by my 'isorespin.sh' script which can respin an official ISO suitable for use on Intel Atom devices.Example ISOs using my ‘isorespin.sh‘ script suitable for Intel Atom and Intel Apollo Lake devices are available from Intel released its Ubuntu Compute Stick it was heavily criticized as being under-spec'd. Also criticized was the choice of Ubuntu with Unity as it was deemed to be too demanding. With this in mind I've combined the latest patches and source together with Canonical's kernel source to create a range of ISOs that can work on Intel's Atom Compute Sticks from the very basic model to the latest. All include audio over HDMI, wifi and bluetooth together with patches that try to reduce the random freezes that have been known to occur.First up is Lubuntu. I've configured it to use ZRAM both as an ISO and once installed. As a light-weight Ubuntu it is highly suitable for the minimalist STCK1A8LFC device.Next is Ubuntu. Previously it was necessary to use the 64-bit bootloader to use my 16.04 ISO. Now I've configured it to both run and install using either the 32-bit or 64-bit bootloaders. The key benefit is the ability to easily dual-boot without needing to modify the BIOS.Finally I've also incorporated all these features and produced Xubuntu, Ubuntu-Mate and Kubuntu ISOs. This provides a choice now of Ubuntu flavours for the Intel Compute Stick.One potential draw-back is that each ISO includes a patched kernel to provide the missing functionality meaning it will not get any automatic kernel updates from Canonical. So I've also developed a manual patching process that allows you to download a script which will then update the kernel.ISOsTo try an ISO download it from one of the links below (i.e. the caption below each image) and write it to a USB using either 'Rufus' in Windows or 'dd' in Linux.Update: If you are using Rufus version 2.3 or above then select 'Write in DD Image mode' when prompted otherwise for version 2.2 and below you should first let Rufus complete and then additionally download 'bootia32.efi' and copy the file to the newly created USB's 'EFI\BOOT' directory. Then boot from the USB by pressing the 'F10' option immediately after powering-on your device. For installation to your device simply run the installer and follow the on-screen instructions.Remember also to be patient as depending on the speed of your USB it can be anything from 15 to 45 seconds before anything appears on the screen.LubuntuUbuntuXubuntuKubuntuUbuntu MateKernel Upgrade ScriptIf you want to upgrade the kernel to the latest Ubuntu 16.04 (but patched) version first download the upgrade script (click the caption under the image below) , make sure it is executable (use 'chmod 755 ') and then run as 'root' ('./'). Once the script has finished executing you'll need to reboot to use the latest kernel.linuxium-install-xenial-kernel-4.4.0-22-linuxium-ics.shAs before this is only for Atom based Intel Compute sticks which includes the STCK1A8LFC, STCK1A32WFC, STK1AW32SC and STK1A32SC models.Acknowledgements: Pierre-Louis Bossart (HDMI audio), Bastien Nocera (wifi)
2025-03-28