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
| const regx1 = /abc/uig; | |
| console.log(regx1.source); // abc | |
| console.log(regx1.flags); // gi | |
| console.log(regx1.unicode); // false - why? | |
| console.log(regx1.toString()); // /abc/gi | |
| const regx2 = new RegExp("abc", "uig"); | |
| console.log(regx2.source); // abc | |
| console.log(regx2.flags); // gui | |
| console.log(regx2.unicode); // true |
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
| render() { | |
| return( | |
| <ReactBootstrap.Grid> | |
| <ReactBootstrap.Row className="show-grid"> | |
| <ReactBootstrap.Col sm={6} md={3}> | |
| PLNc current hashrate: { this.state.hashrate } | |
| </ReactBootstrap.Col> | |
| </ReactBootstrap.Row> | |
| </ReactBootstrap.Grid> | |
| ); |
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
| M104 S0 ; turn off extruder | |
| M140 S0 ; turn off heatbed | |
| M107 ; turn off fan | |
| G1 X0 Y210; home X axis and push Y forward | |
| M84 ; disable motors |
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
| G21 ; set units to millimeters | |
| G90 ; use absolute positioning | |
| M82 ; absolute extrusion mode | |
| M104 S{material_print_temperature_layer_0} ; set extruder temp | |
| M140 S{material_bed_temperature_layer_0} ; set bed temp | |
| M190 S{material_bed_temperature_layer_0} ; wait for bed temp | |
| M109 S{material_print_temperature_layer_0} ; wait for extruder temp | |
| G28 W ; home all without mesh bed level | |
| G80 ; mesh bed leveling | |
| G92 E0.0 ; reset extruder distance position |
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
| $M>ig | |
| Entering CLI Mode, type 'exit' to return, or 'help' | |
| # dump | |
| # version | |
| # BetaFlight/SPRACINGF3 3.0.1 Oct 18 2016 / 10:35:52 (48b7b4f) | |
| # name | |
| name - |
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
| Sketch uses 124048 bytes (97%) of program storage space. Maximum is 126976 bytes. | |
| Global variables use 4117 bytes of dynamic memory. | |
| /Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -patmega1284p -cusbasp -Pusb -Uflash:w:/var/folders/ms/xbym8wys30x9573d3grnzt680000gn/T/arduino_build_265724/Repetier.ino.hex:i | |
| avrdude: Version 6.3, compiled on Jan 17 2017 at 12:01:35 | |
| Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
| Copyright (c) 2007-2014 Joerg Wunsch | |
| System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf" | |
| User configuration file is "/Users/oki/.avrduderc" |
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
| /Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -patmega1284p -cusbasp -Pusb -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xD6:m | |
| avrdude: Version 6.3, compiled on Jan 17 2017 at 12:01:35 | |
| Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
| Copyright (c) 2007-2014 Joerg Wunsch | |
| System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf" | |
| User configuration file is "/Users/oki/.avrduderc" | |
| User configuration file does not exist or is not a regular file, skipping |
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
| Archiving built core (caching) in: /var/folders/ms/xbym8wys30x9573d3grnzt680000gn/T/arduino_cache_67205/core/core_anet_avr_anet_51f02b7210b938436b779d1c032618e1.a | |
| Sketch uses 124048 bytes (97%) of program storage space. Maximum is 126976 bytes. | |
| Global variables use 4117 bytes of dynamic memory. | |
| /Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -V -patmega1284p -carduino -P/dev/cu.wchusbserial1410 -b57600 -D -Uflash:w:/var/folders/ms/xbym8wys30x9573d3grnzt680000gn/T/arduino_build_867936/Repetier.ino.hex:i | |
| avrdude: Version 6.3, compiled on Jan 17 2017 at 12:01:35 | |
| Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
| Copyright (c) 2007-2014 Joerg Wunsch | |
| System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf" |
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
| Sketch uses 124048 bytes (97%) of program storage space. Maximum is 126976 bytes. | |
| Global variables use 4117 bytes of dynamic memory. | |
| /Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -V -patmega1284p -cusbasp -Pusb -Uflash:w:/var/folders/ms/xbym8wys30x9573d3grnzt680000gn/T/arduino_build_476770/Repetier.ino.hex:i | |
| avrdude: Version 6.3, compiled on Jan 17 2017 at 12:01:35 | |
| Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
| Copyright (c) 2007-2014 Joerg Wunsch | |
| System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf" | |
| User configuration file is "/Users/oki/.avrduderc" |
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
| Arduino: 1.8.5 (Mac OS X), Board: "Anet V1.0" | |
| Sketch uses 124048 bytes (97%) of program storage space. Maximum is 126976 bytes. | |
| Global variables use 4117 bytes of dynamic memory. | |
| /Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -patmega1284p -cusbasp -Pusb -Uflash:w:/var/folders/ms/xbym8wys30x9573d3grnzt680000gn/T/arduino_build_876989/Repetier.ino.hex:i | |
| avrdude: Version 6.3, compiled on Jan 17 2017 at 12:01:35 | |
| Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
| Copyright (c) 2007-2014 Joerg Wunsch |