Giter Club home page Giter Club logo

journaldev's People

Contributors

anupamchugh avatar jbeguna04 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

journaldev's Issues

Security concern

Hey there!

I belong to an open source security research community, and a member (@ready-research) has found an issue, but doesn’t know the best way to disclose it.

If not a hassle, might you kindly add a SECURITY.md file with an email, or another contact method? GitHub recommends this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future.

Thank you for your consideration, and I look forward to hearing from you!

(cc @huntr-helper)

Logo/Icon Proposal

Greetings, Im a graphics designer here on Github and I would like to ask for your permission to design for your logo/icon that you maybe used for your future plans in your project. I want to help open source projects by designing logos or banners for there project. Thank you for your time reading this

Best regards
-jbeguna04

PHP Connection issues related to the LoginPHPMySQL

I had a lot of database connection issues while trying out this project. After I started XAMMP (with Apache and MySQL only) and trying to run the application. The android part of the tutorial works but when I tried to connect my phone (as a test device) to the webserver hosted on my machine, it returns an error pertaining to "Unable to retrieve any data from server".

I tried browsing on http://localhost/test_android/index.php when it returned an error like:
Fatal error: Uncaught ArgumentCountError: mysqli_connect_errno() expects exactly 0 arguments, 1 given in D:\XAMPP\htdocs\test_android\db-connect.php:13 Stack trace: #0 D:\XAMPP\htdocs\test_android\db-connect.php(13): mysqli_connect_errno(Object(mysqli)) #1 D:\XAMPP\htdocs\test_android\user.php(12): DbConnect->__construct() #2 D:\XAMPP\htdocs\test_android\index.php(31): User->__construct() #3 {main} thrown in D:\XAMPP\htdocs\test_android\db-connect.php on line 13

I also checked the logcat logs of the app and it returned a similar error like the one on the top:
E/API123: 200
D/API123:

Fatal error: Uncaught ArgumentCountError: mysqli_connect_errno() expects exactly 0 arguments, 1 given in D:\XAMPP\htdocs\test_android\db-connect.php:13
Stack trace:
#0 D:\XAMPP\htdocs\test_android\db-connect.php(13): mysqli_connect_errno(Object(mysqli))
#1 D:\XAMPP\htdocs\test_android\user.php(12): DbConnect->__construct()
#2 D:\XAMPP\htdocs\test_android\index.php(31): User->__construct()
#3 {main}
thrown in D:\XAMPP\htdocs\test_android\db-connect.php on line 13

E/JSON Parser: Error parsing data org.json.JSONException: Value <br of type java.lang.String cannot be converted to JSONObject

I checked the questionable line and it looks like this:
Line 13: if (mysqli_connect_errno($this->connect)){
Line 14: echo "Unable to connect to MySQL Database: " . mysqli_connect_error();
Line 15: }

I used the default credentials on XAMMP with the DB_HOST set as localhost.

How to get the callback when we drop the row?

@journaldev I need the callback when I will drop the raw on a specific position, yes we are getting the callback for row moved using public void onRowMoved(int fromPosition, int toPosition).
But I need to call the API when I have completed my dragging from one position to another to notify the server, if I will call the API every time when moving then this will creates too many counts for the API calls.

Please let me know if there is a possible solution for this.

Rest-Assured-Tutorial error on mvn test

[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Rest-Assured-Tutorial ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ Rest-Assured-Tutorial ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 2 source files to /Users/a3x52zz/DEVELOPMENT/RESTASSURED/journaldev/Rest-Assured-Tutorial/target/test-classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.384 s
[INFO] Finished at: 2019-07-03T19:09:55-04:00
[INFO] Final Memory: 11M/148M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project Rest-Assured-Tutorial: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

After updating CameraX Build.gradle got so many issue

Curretnly project have old gradle url, when i try to update it with latest version then it show so many conflict, When I solve it and run it, it not work. So please can you update your code with latest build.gradle url of CameraX libs.

How to zoom?

How can I zoom programmatically after applying OpenCV on CameraX?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.