This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma METAINFO("Zuiki Densha-de-GO! for PS4", 1, 0, "Wes Alvaro") | |
| // Converts NS Zuiki Densha-de-GO! controller mascon values for PS4. | |
| // Mascon values need conversion or else mascon positions are skipped. | |
| // No changes are needed for other controls (including EB). | |
| // Controls should be set to 「スタンダード」"Standard" + 「ダイレクト」"Direct". | |
| #include <switch.gph> | |
| // The mascon is controlled with the left analog stick's y-axis. | |
| // Values are negative for braking, positive for powering, 0 when neutral. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset='utf-8' /> | |
| <title>Shopping</title> | |
| <style> | |
| * { margin: 0; padding: 0; } | |
| body {font-family: sans-serif; } | |
| body > div { | |
| display: flex; | |
| width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Sound from 'react-native-sound' | |
| export default Sound |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ps aux | grep _sim | grep -v grep | awk '{print $2}' | xargs kill -9 2>/dev/null |