2020-03-01
How To Use Chopsticks - In About A Minute
Publicado por
flikxxi
en
14:46
0
comentarios
2019-12-18
2019-08-13
Videotutorial para hacer una PaperWallet o Cartera de Papel para Bitcoin
Happy hacking!!!
Publicado por
flikxxi
en
22:05
0
comentarios
Etiquetas: bitcoin, paperwallet
2019-07-09
How to add parameters to the app when running or debugging a gradle project in Netbeans 11.0
In classic projects in Netbeans you can add some parameters to the execution of the java app, but how to do it with Gradle projects?
After googling it for a while, and tons of tries, I've found how to solve the problem. go to gradle.properties, you will found the following line
action.debug.args=run --debug-jvm
just add --args foo or --args=foo or even --args="foo" to that line, so you'll get
action.debug.args=run --debug-jvm --args foo
if you want to add more than one parameter, for example foo bar then you'll get
action.debug.args=run --debug-jvm --args "foo bar"
quotes are mandatory or you'll get only the first parameter.
Easy, doesn't it?
That's all folks!!! :-)
Happy hacking!!!
Publicado por
flikxxi
en
11:42
0
comentarios
2019-05-13
✅¿Cuál es el valor intrínseco de Bitcoin?-¿Por qué es valioso Bitcoin?
Muy buena explicación del valor intrínseco de Bitcoin.
Publicado por
flikxxi
en
15:18
0
comentarios