git clone https://github.com/wxWidgets/wxWidgets.git
cd wxWidgets
git checkout v3.2.4
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
| Operating System: Linux | |
| CPU Information: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz | |
| Number of Available Cores: 8 | |
| Available memory: 15.43 GB | |
| Elixir 1.14.2 | |
| Erlang 24.3.4.6 | |
| Benchmark suite executing with the following configuration: | |
| warmup: 2 s | |
| time: 5 s |
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 path = require('path'); | |
| const jsonServer = require('json-server'); | |
| const multer = require('multer'); | |
| const server = jsonServer.create(); | |
| server.use(formData.array()); | |
| server.listen(3004, () => { | |
| console.log('JSON Server is running'); |
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
| yarn add eslint -D | |
| yarn add prettier eslint-config-prettier eslint-plugin-prettier eslint-plugin-react -D |
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
| โ roberto@mint ๎ฐ ~/p/s/frontend ๎ฐ ๎ master โ ? ๎ฐ | |
| โฏ npm run dev [23:57:03] | |
| > [email protected] dev /home/roberto/projetos/simple-todo-list/frontend | |
| > webpack-dev-server --progress --colors --inline --hot | |
| 70% 1/1 build modules http://localhost:8080/ | |
| webpack result is served from / | |
| content is served from ./public | |
| Hash: 7e2763a20ed643c6be42 |
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
| atom-sync-nuclide |
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
| app-admin/keepassx | |
| app-admin/sudo | |
| app-admin/systemrescuecd-x86 | |
| app-arch/deb2targz | |
| app-arch/engrampa | |
| app-arch/p7zip | |
| app-arch/rar | |
| app-backup/bup | |
| app-crypt/zuluCrypt | |
| app-doc/zeal |
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
| # Distributed under the terms of the GNU General Public License v2 | |
| EAPI=6 | |
| PYTHON_COMPAT=( python2_7 ) | |
| inherit flag-o-matic python-any-r1 eutils unpacker pax-utils | |
| DESCRIPTION="A hackable text editor for the 21st Century - built from official binary package." | |
| HOMEPAGE="https://atom.io" |
NewerOlder