-
Replied To a Post in Introduction About My Slef
Hi Muhaimin, welcome to be a part of member here ! -
Began Watching Introduction About My Slef
Hello DaniWebian's, This is Muhaimin Sheik, I'm a passionate web developer as back and front end. I was very friendly and helpful person. I want more know about the techie … -
Replied To a Post in Open URL with Push Notification in Android
Hi Stefan, welcome back ! What is your status now? Have you received push notification ? -
Began Watching Open URL with Push Notification in Android
Hey all long time no see!! As i started Internet Marketing i quited to code but somehow everything is about coding... :D So i am trying to come up with … -
Replied To a Post in Help!! how to do this question for VehicleApp in java
Possible show us Lab Task 2 ? -
Began Watching Help!! how to do this question for VehicleApp in java
I new in learning Object Oriented Programming... I face a problem that how to do this question for loop and if.... hopefully can get some help in this website...` this … -
Replied To a Post in What is your Favorite Anime/Manga?
Sailormoon XD -
Began Watching What is your Favorite Anime/Manga?
My favourite anime is overlord and My favourite manga is brawling go. This is one of the best anime and manga. **AND** What is your Favorite Anime/Manga? -
Replied To a Post in how to login using userid
Hi, Are you trying to connect with MySQL? Have you successfully connected your java app with MySQL? -
Began Watching how to login using userid
Hi all, i have userid ,username,password now i want login using this query how; select username,password from tablename where userid=userid; -
Replied To a Post in Ayomide Onabajo
Hi ayo, welcome aboard ! -
Began Watching Ayomide Onabajo
i am Ayomide Onabajo, i am a php web developer, with knack for building web and application software.. my languages are : laravel, codeigniter, bootstap , javascript and the basic … -
Replied To a Post in New Member Introduction
Hi Hasan, welcome aboard ! -
Began Watching New Member Introduction
Hi All, My names Hasan, I love to answer and even question about things I know and don’t know. I am basically a tech enthusiast with know-how not only in … -
Replied To a Post in I am Alfred and a new member
welcome aboard alfredz -
Began Watching I am Alfred and a new member
I am Alfred and passionated about technology, web, servers and hosting. I would like to share my experience and learn from others. -
Replied To a Post in outtextxy problem in c++
Can you post completed code here? -
Began Watching outtextxy problem in c++
Hey I'm trying to make a sudoku solver. Im stuck at printing the sudoku elements using outtextxy. My command line is : for(i=0;i<w;i++) { for(j=0;j<w;j++) { if(A[i][j]==0) outtextxy(25+40*j,55+10*i," "); else … -
Marked Solved Status for Receive notification when someone is posting a post
Hi,if I have interested on one of the forum, example post which has Java tag, can I receive notification if someone is posting on that forum? -
Liked / Shared How to Write a Sudoku GUI in Python/wxPython
Python-wxPython Tutorial This tutorial will take you through the basics of wxPython. ##Introduction: Let's face it. I am a dinosaur. I got my computer science degree in the mid 70s. … -
Replied To a Post in Receive notification when someone is posting a post
There is one button called Watch Setting in [CodeRanch](https://coderanch.com/f/93/Android) which has 3 options for user to choose  Let say If I have interested on Android forum, I can click … -
Gave Reputation to Dani in Receive notification when someone is posting a post
At this time, we only email you about updates to specific articles you've specified you want to watch. However, there are some other tools at your disposal: You can fetch … -
Edited Receive notification when someone is posting a post
Hi,if I have interested on one of the forum, example post which has Java tag, can I receive notification if someone is posting on that forum? -
Created Receive notification when someone is posting a post
Hi,if I have interested on one of the forum, example post which has Java tag, can I receive notification if someone is posting on that forum? -
Began Watching Receive notification when someone is posting a post
Hi,if I have interested on one of the forum, example post which has Java tag, can I receive notification if someone is posting on that forum? -
Gave Reputation to raviseo1 in Can't post question with code
share the code exactly, then you get answer -
Gave Reputation to raviseo1 in Can't post question with code
share the code exactly, then you get answer -
Replied To a Post in Solve this event problem
Can you show us the code you have tried? -
Began Watching Solve this event problem
I need an answer for this question ( write 2 program that takes grade as input and display the range of marks use the select case and if() A. 90 … -
Replied To a Post in Remove Illegal error and class cannot return a value
I not really familar with C++, but the error seems like you trying to return a value in void function, which is illegal. Try replace the void with the return … -
Began Watching Remove Illegal error and class cannot return a value
#include<iostream.h> #include<conio.h> class Saltax { float x,t; public: Saltax() { t=x=0; } void get(); void perform(); }; void Saltax::get() { cout<<"Enter the salary:"; cin>>x; return x; } void Saltax::perform() { … -
Marked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Marked Solved Status for Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Revoked Solved Status for Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Revoked Solved Status for Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Marked Solved Status for Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Marked Solved Status for Which layer should we start with when building an application?
When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top? -
Replied To a Post in Reading barcodes from .PNG in java
Maybe you need to install [Java Advanced Imaging (JAI)](https://www.oracle.com/technetwork/java/index.html) as well. -
Began Watching Reading barcodes from .PNG in java
H! I am writing a java proram in which I need to generate and read barcodes to and from .PNG images. I used barcode4j-2.jar library to generate barcodes and write … -
Edited Which layer should we start with when building an application?
When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top? -
Edited Which layer should we start with when building an application?
When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top? -
Created Which layer should we start with when building an application?
When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top? -
Began Watching Which layer should we start with when building an application?
When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top? -
Replied To a Post in Should I not using third party for development?
@James, is there a way we can know whether the license allow us continue to use? -
Gave Reputation to JamesCherrill in Should I not using third party for development?
yes, affected Presumably you will have downloaded that library and incorporated it into your deliverable, so nothing that happens on GitHub will affect it. It it were removed I'd be … -
Replied To a Post in Should I not using third party for development?
**affected**? -
Edited Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Edited Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Edited Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Edited Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm …
The End.