Posts by Henrique Nascimento • 155 points
12 posts
-
1
votes1
answer198
viewsQ: Problem with Python zipfile logic
I’m trying to make a python script to zip xls files. I managed to get it inside directory and is adding everything inside a file .zip. However I wanted it to go through all subdirectories and be…
-
0
votes0
answers212
viewsQ: ssh - error when connecting with 4linux
I have a little problem with ssh, I’m a beginner in linux and I’m doing a course on 4linux about the basics of Linux and so on... I’m at the cloud connect part via ssh. When I did it for the first…
-
2
votes2
answers13140
viewsA: React Native - Pass data to another component
Speak guys, with the help of 2 people from the group React Native Brazil I managed to solve this problem. I’ll leave the code here for you to base on or solve if you have the same problem.…
-
0
votes2
answers13140
viewsQ: React Native - Pass data to another component
I’m having a question, I’m starting with React On and I’m building an app that contains some components and uses React-navigation. The doubt is as follows: From this component that renders several…
-
0
votes1
answer1051
viewsQ: Mysql error - phpmyadmin: Access denied!
I have this problem with phpmyadmin, it was working normal, but when I typed: "mysql" in the linux shell it did not open mysql, only when typing: mysql -h 127.0.0.1 -P 3306 -u root. Then I saw some…
-
2
votes1
answer761
viewsQ: Help with React Activate
Guys I have an annoying error when installing React: ~/MyApp $ react-native run-android Scanning 555 folders for symlinks in /home/henrique/MyApp/node_modules (4ms) Starting JS server... Building…
-
2
votes1
answer35
viewsA: Help with the Gulpjs
You guys, I got this mess fixed! I’ll post the code and explain why I can help other people. var gulp = require('gulp'); var sass = require('gulp-sass'); var pug = require('gulp-pug'); var…
-
1
votes1
answer35
viewsQ: Help with the Gulpjs
I’m having a bit of a problem with Gulp’s tasks. I am trying to listen to the changes of the files with watch and update the browser with Sync browser. Follows the code: var gulp = require('gulp');…
-
-1
votes3
answers377
viewsQ: Problem with array in Java
I am trying to create a calendar of contacts in java, I am using some classes that were requested in the exercise. the main class: import java.util.Scanner; public class Lista15Q03 { public static…
-
3
votes2
answers276
viewsQ: Help with Java Exercise
I’m having a little problem in a JAVA exercise, I can’t fix it, although I’m pretty sure it’s pretty simple. It’s a simple crud: Below is the main code import java.util.Scanner; public class Crud{…
-
3
votes1
answer795
viewsQ: Error while emulating AVD in android studio
error while trying to emulate a device in android studio He lets create the device, but at the time of emulating this error, I already searched, but not getting anything related.…
-
1
votes1
answer957
viewsQ: Error while running Android Studio emulator
I’m having a problem when emulating a device in android studio. When I try the following error happens: 15:28:24 FileNotFoundException: /home/Henrique/. android/Avd/3_2_HVGA_slider_ADP1_API_17.ini…