Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,028 members, 7,818,033 topics. Date: Sunday, 05 May 2024 at 05:39 AM

Kudaisi's Posts

Nairaland Forum / Kudaisi's Profile / Kudaisi's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (of 9 pages)

Programming / Re: Downloading The Contents Of Any Website For Offline Use. by kudaisi(m): 1:16pm On Nov 21, 2016
If you are a linux user wget will get the work done for you. Personally, that is what I use If i need to.

PS: There is nothing wrong in wanting a web page offline (Pro or Newbie ) I often having to make software documentations (mostly Java Docs) available for offline use....

See below for options and their meanings as gotten from www.linuxjournal.com/content/downloading-entire-web-site-wget
$ wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
--no-parent \
www.website.org/tutorials/html/


The options are:

--recursive: download the entire Web site.

--domains website.org: don't follow links outside website.org.

--no-parent: don't follow links outside the directory tutorials/html/.

--page-requisites: get all the elements that compose the page (images, CSS and so on).

--html-extension: save files with the .html extension.

--convert-links: convert links so that they work locally, off-line.

--restrict-file-names=windows: modify filenames so that they will work in Windows as well.

--no-clobber: don't overwrite any existing files (used in case the download is interrupted and
resumed).
Programming / PHP/ Angular Needed Urgently (must Reside In Lagos) by kudaisi(m): 6:34pm On Jun 22, 2016
Need to a team to develop a specially customized Project Management web application.

Requirements:

- You must be an experienced developer (with a portfolio of past works)
+ PHP.
+ Javascript/ Angular.
- (Of course) you must be sound with source control (preferably git).
- Good listening and communication skills (English please).
- Experience working as a team (this is flexible)
- The app must be responsive (Need to port the same app to mobile platforms in the future [likely with phonegap]).
- Other requirements will be discussed during an interview to be fixed by me.

The pay is good and the job will last only 3 months tops.
Additionally, you are allowed to even bring your own team of programmers (average 3 -4) as long as we can confirm that they are fit for the work. We are trying to avoid giving the contract out to companies in a bid to empower young freelance developers out there.

Additionally after the Job one or two of the developers might be employed for support on contract basis (if he/she so chooses to

Tick!! Tock!!. interested ? please mail me at yemikudaisi@galesolutions.com.ng
Programming / . by kudaisi(m): 4:26pm On Mar 02, 2016
.
Programming / Re: An Application That Monitors Network Traffic. by kudaisi(m): 8:52am On Jan 07, 2016
Fulaman198:


Whether it's for UNIX, GNU, or Windows, it doesn't matter. Yes it's a command line programme/tool for a UNIX and GNU/Linux, however the important thing was how the programme was written, not what O.S. has it naturally... A programming language used to develop these applications is practically the same on GNU and Windows.

I'm lost bro. You want the man to go through the TCPDUMP source code to learn "how the programme was written"....which according to you is the important thing for someone who said he does not have prior programming experience....okay.
Programming / Re: An Application That Monitors Network Traffic. by kudaisi(m): 10:44am On Jan 06, 2016
Fulaman198:


I guess the question should be how would one design a GUI-based version of TCPDUMP.
TCPDUMP is for Unix, I assume the originator most likely requires a windows app considering he has zero knowledge of programming.
Programming / Re: An Application That Monitors Network Traffic. by kudaisi(m): 10:40am On Jan 06, 2016
Your best bet is to go with proxy20's advise and use the code as is....considering you don't want to code at all.
Programming / Re: Hospital Management System Program. by kudaisi(m): 10:31am On Jan 06, 2016
Oh! and maybe you can add this features as time goes on and SOAP is an acronym for subjective, objective, assessment, and plan (there's something on it down the list):


PATIENT DEMOGRAPHICS
Track patient demographics
Primary information (name, date of birth, sex, identification)
Marital status
Contact information of patient and patient's employer
Primary provider
HIPAA information
Language and ethnicity
Insurance coverage
Deceased Tracking
Fully Customizable

PATIENT SCHEDULING
Supports multiple facilities
Patient appointment notification via email and sms
Compact and flexible appointment calendar
Calendar features include:
Find open appointment slots
Categories for appointment types
Colors associated with appointment types and facility
Repeating appointments
Restricting appointments based on type

ELECTRICAL MEDICAL RECORDS
Encounters
Medical Issues
Medications
Immunizations
Forms and clinical notes:
Vitals (growth charts included)
SOAP note
Review of systems
Template Driven Forms
CAMOS (Computer Aided Medical Ordering System)
Nation Notes (WYSIWYG editor)
Ability to create and customize forms
Graphical Charting
Labs
Procedures
Patient Reports
Referrals
Patient Notes
Disclosures
Electronic digital document management
Voice recognition ready (MS Windows Operating Systems)
Paper chart tracking
Electronic Syndrome Surveillance reporting
Clinic Messaging
Dated Reminders

PRESCRIPTIONS
Online drug search
Track patient prescriptions and medications
Create and send prescriptions
E-Prescribe
Print
Fax
Email
Customizable layout including options for DEA, NPI and state license numbers.
In-house pharmacy dispensary support

MEDICAL BILLING
Flexible system of coding including CPT, HCPCS, ICD9, ICD10 and SNOMED codes, and the ability to add others
Support for 5010 standards
Support for electronic billing to clearing houses such as Office Ally and ZirMED using ANSI X12
Support for paper claims
Medical claim management interface
Insurance Eligibility Queries
Insurance Tracking Interface
Accounts Receivable Interface
EOB Entry Interface
Customizable to work with a clearing house for automated 835 or ERA entry


CLINICAL DECISION RULES
Physician Reminders
Patient Reminders
Clinical Quality Measure Calculations
Automated Meaningful Use Measurement Calculations
Fully Customizable and Flexible


PATIENT PORTAL
Reports
Labs
Medical Problems
Medications
Allergies
Appointments
Secure API that Supports Third Party Patient Portals

REPORTS
Appointments
Patient Lists
Prescriptions and Drug Dispensing
Referrals
Immunizations
Clinical Measure Calculations
Clinical Quality Measures (CQM) Calculations
Automated Measure Calculations (AMC) and Tracking
Syndromic Surveillance
Pending Procedure Orders
Ordered Procedure Statistics
Paper Chart Tracking
Sales
Collections
Insurance Distributions
Insurance Eligibility

1 Like

Programming / Re: Hospital Management System Program. by kudaisi(m): 10:23am On Jan 06, 2016
Dear Remi4ever,

Applications of this nature are called Electronic Health Record (EHR) System in the international realm, as a guide when developing a software I intend to commercialize I take to the internet to see if there are international standards for such systems out there. Specific to EHR systems I know of HL7 EHR System Functional Model (EHR-S FM) which outlines important features and functions that should be contained in an EHR system. It doesn't come for free however you will have to buy it. However, alternative open source standards exist which are closely compatible with HL7.

That said, from what I see (in my humble opinion) you design is flawed and the entire software should not be commercialized (not yet at least) , too many functionalities packed into one place to say the least: Oh! and frankly speaking your application does not deal with core issues in a hospital.

- The accounting department will be different from the nurse dishing out all the drugs. Why does the accounting man have to see the the patients life history. Such information is supposed to be confidential.
- From what I see each time a patience reports a sickness the new information entered will overwrite the old information.
- How does you design plan to cater for a patients health history.
- For every visit I believe a patience vitals is supposed to be taken, how do you cater for that
....an so the list goes

So instead of criticizing you endlessly let me give you a few tips as I have developed a software of this nature before.
- The patient and his/her record should be placed in its own domain.
- Each visit is called an "Encounter" so for each visit I expect the nurse should be able to ADD an ENCOUNTER.
- Each encounter can be billed. Hence the accounting man does not have to see confidential information about the patience, he will only be concerned with charging for the services with regards to the encounter.
-Each encounter should be able to track prescriptions and vitals(e.g Heart rate).
-Since the records of the patient already the contains allergies the doctor prescribing doesn't have to ask the patient all over and the system can even warn the doctor.
- The encounter should be able to trigger reminders (eg email to patience 1 hour before time for next drug, or a day before next appointment).

There so much to consider that I can't even go on. I employ you to go around and look at other commercial EHR software (google EHR) that have been developed and run their DEMO. Selling this app you developed will be a very very very bad idea.

Goodluck and don't stop coding.

2 Likes

Programming / Re: Hospital Management System Program. by kudaisi(m): 9:47am On Jan 06, 2016
whisp3r:


I designed dobox

We were two that designed dobox

Development was handled by a third party

Good one bro, job well done.
Programming / Re: Hospital Management System Program. by kudaisi(m): 10:35am On Jan 04, 2016
whisp3r:



Bro,

Good job.

Your interface needs a major redesign if you are to be taken serious in the market. If you were a buyer you wouldn't want to pay for something with a bad interface.

Interface is everything.

Check my portfolio for some desktop apps i designed. I work with c# and VB.net

http://monsterstudios.com.ng/portfolio

O_O You developed dobox...or just the design ?
Programming / Re: Trivia Coding Questions (euler Project) by kudaisi(m): 2:54pm On Jun 25, 2015
See attachment for question:

1 Like

Software/Programmer Market / Re: We Need An Experienced Programmer by kudaisi(m): 2:41pm On Jun 25, 2015
1. This portal will comprise a news/discussion forum and a social networking sections.
2. The forum section will be modelled after nairaland.com (can be built from joomla chronoforum) while the social networking section will comprise basic features from facebook e.g. timeline, messaging, photo/video uploads, etc.
3. Likes, dislikes and shares will be included in all sections. The likes will be programmed to count towards money points that are paid out to the user.
Why do you want to tie yourself down with Joomla in the first place ? Your specification states a system that requires a lot of structure much of which will be easier implemented from ground to top. Furthermore, you project sounds like a system that if successful will be adding a lot of feature set in the future, why not starting at fresh ?

PS: I'm not interested in the project, I'm just curious as to why you would want to put yourself in such a tight corner (from my own point of view), please enlighten me. **Maybe there something about joomla that I'm missing**

and/or use programming to tweak the joomla framework
How do you plan to cope with joomla updates after tweaking the framework from it's core ?

2 Likes

Programming / Re: Please I Need Help Writing This Code by kudaisi(m): 4:37pm On May 29, 2015
Not necessarily the best method to go about it, but this should work.
<!DOCTYPE html>
<html>
<head>
<script>

var urls = [
"http://www.yahoo.com/",
"http://www.outlook.com/",
"http://www.gmail.com/"
];
console.log("test"wink;
var length = urls.length;
var i = 0
function getUrl(){
if(i==length - 1 ){i=0;}
return urls[i];
}

function openUrl(url){
console.log("Opening url: "+url);
//window.open(url, "_self"wink//curent page
//window.open(url, "_parent"wink;// parent fame
window.open(url, "_blank"wink//new window (default)
//window.open(getUrl(), "_top"wink;// replaces frameset
i++;
}

function sleep() {
setTimeout(function () {
openUrl(getUrl());
sleep();
}, 10000);
}

sleep();
</script>
</head>
<body>
</body>
</html>
Programming / Re: Json & Xml by kudaisi(m): 12:14pm On May 28, 2015
Why learn both though ? And why do you want to learn them in a Day (who dey pursue you) ? undecided I mean, JSON was born out of the need to eliminate some of the disadvantages that are encountered in XML for serilization of data.
for example using Javascript and depending on the parser:
A typical json would look like this:
someJSON = {
"title" : "Return of the mark",
"length" : 243
}
while the XML equivalent will be this
<song>
<title>Return of the mark</age>
<length>243</length>
</song>
The JSON will be parsed like this:
song = JSON.parse(someJSON);
console.log(song.age);
console.log(song.name);
while the XML will be parsed like this:
someObject = parseXML();
songs = myObject.getChildren("song"wink;
song = song[0];
console.log(song.getChildren("title"wink[0].value());
console.log(song.getChildren("length"wink[0].value())
It's obvious which is fatter right ? That's why JSON is often referred to as fat-free XML.

That said, both XML and HTML are derivatives of the Standard Generalized Markup Language (SGML). However, compared to SGML XML is simpler while HTML is the simplest of them. If the reason you need XML and JSON is for data-interchange then learn JSON first has it is starting to become the de facto standard for serialization of data and that's why every major website this days including social networks have a RESTful API.

JSON replacing XML for data-interchange doesn't mean XML will become useless with time. XML in itself has many other derivatives and it is adopted in many programming languages and frameworks for example Java uses an XML derivative called FXML for JavaFX, .Net uses XAML for Windows Presentation Foundation (WPF) and Spring Framework uses XML for may of it's plumbings. When you can you should learn XML in case might have a use for it in the future.

2 Likes

Programming / Re: Trivia Coding Questions (euler Project) by kudaisi(m): 11:56am On May 20, 2015
You are given the following information, but you may prefer to do some research for yourself.

1 Jan 1900 was a Monday.
Thirty days has September,
April, June and November.
All the rest have thirty-one,
Saving February alone,
Which has twenty-eight, rain or shine.
And on leap years, twenty-nine.
A leap year occurs on any year evenly divisible by 4, but not on a century unless it is divisible by 400.
How many Sundays fell on the first of the month during the twentieth century (1 Jan 1901 to 31 Dec 2000)?
Programming / Re: Trivia Coding Questions (euler Project) by kudaisi(m): 11:54am On May 20, 2015
See Image for question.

Programming / Re: Why You Should Start Programming With C. by kudaisi(m): 10:16am On May 20, 2015
rayval:
I believe that nobody can learn C++ or Java directly.
This statement may not be completely true.

Naturally while learn C++ you'll learn some C syntax, semantics and differences. Most books on C++ dedicate the first 5 chapters or there about to basic C because C++ was built on C and C programs can be compiled and run by a C++ compiler. Both languages are languages are interrelates in syntax and semantics but not dependent on each other. That said, there is no need to learn C before you learn C++ but if you learn C before learning C++ it is an added advantage.

It is a common misconception that C++ is some way dependent on C which is one of the reasons why some programmers tend to write a mix C/C++ rather than pure C++. C++ is fully specified language on it's own.

But JAVA ? You might never have to learn C/C++ to program in JAVA. Even when you want to consume machine codes (written C/C++) from a managed code (written in JAVA). All you need to know is how Java Native Interface (JNI) works and the API doc for the C/C++ code.

However, It doesn't hurt to learn C in your early stages of programming you never know when you might need it.

2 Likes

Programming / Re: Why You Should Start Programming With C. by kudaisi(m): 9:52am On May 20, 2015
cbtgeek:
almost all popular gui framework are all writting in c
If you had said C++ I'll agree with this statement. Off the top of my head, the only POPULAR GUI frameworks that are completely written in C Tcl/Tk and GTK+. Are there more popular ones out there that I don't know off ?
Programming / Re: Join The Revolution by kudaisi(m): 3:18pm On May 19, 2015
Haven't you ever heard of packaging or branding ? Get an email with your domain, shouldn't cost more than NGN3500 per year. Maybe be then people will take your "conglomerate" more seriously. Just saying.
Programming / Re: Should It Be Java Or Python For Game Development? by kudaisi(m): 7:08pm On May 18, 2015
megasamuel:
Also considering c what do you guys think
I hope you are only learning to C to understand how programming works and not to develop 3D games.
Programming / Re: Should It Be Java Or Python For Game Development? by kudaisi(m): 7:01pm On May 18, 2015
When it comes to gaming it really doesn't depend on the programming language If I would say, It usually lies mainly on the platform you decide to use in order to achieve the task at hand. One of the reasons you'll like to compare technology would be because of reasons such as:
- "How many Platforms/OS do they support...does it have support for Android, IOS and Win 8 ?",
- "Does the platform support both 2D and 3D ?",
- "How is the platform's support for multiple touch devices ?" ,
- "Does it have support for some specific hardware ?" etc.

Questioning the programming language that the engine supports usually comes somewhere along the line of questions. An example scenario will be like "I like the features gaming engine A as to offer, I think I'll stick with it. Dang!! It only supports Python and I only know JAVA. Well, I guess I'll have to learn Python" or "I guess I'll have to stick with what B has to offer because I want to restrict myself to a certain programming language for some other reasons". Get it ? If you are trying to create you own gaming engine though, the questions would be different.

4 Likes

Programming / Re: I Want To Try Out Linux Ubuntu Buh I Need Help Pls by kudaisi(m): 4:12pm On May 18, 2015
If i may ask, what is your understanding of the position "System Analyst"? Just to be sure that we're on the same page as far as the title is concerned.
Programming / Re: What Kind Of App Can I Creat With Javafx? by kudaisi(m): 8:30am On May 18, 2015
Porting for android is possible (and ongoing) but not necessary. I advice to restrict yourself to only using JavaFX where you would use Swing app (i.e Desktops...jar, exe or web applets..)
Programming / Re: I Want To Try Out Linux Ubuntu Buh I Need Help Pls by kudaisi(m): 11:48am On May 17, 2015
In response to your number 2 question, which i feel is the most important (maybe because I'm a Linux advocate). All Linux distributions are called Linux distros because they all use a Linux kernel. The difference in them, is mostly some additional feature created by the proprietary companies and the User interface. That said if you are conversant with one distro, chances are you can use or easily migrate to other distro and you don't know it. It's the same folder structure and the same terminal commands except for a few tools. From what I know, Ubuntu is the most preferred Linux distro for beginners so I advice you start playing with it because it will prepare for your solutions to your questions 1 and 2. Hope this helps.
Programming / Re: What Kind Of App Can I Creat With Javafx? by kudaisi(m): 11:28am On May 17, 2015
You can use JavaFX for all the kind of apps you can create with Java Swings but with the advantages that JavaFX brings to bear:
1. JavaFX provides a cleaner architectural structure compared to Swings.
2. Instead of Layout managers in swings JavaFX uses nodes giving you a upper hand in laying out your UI components.
3. JavaFX has improved events handling.
4. JavaFX has support for Properties, hence much easier to trigger UI events when a property changes.
5. it much more easier to build custom controls with JavaFX.
6. JavaFX is skinnable with it's support for css.
7. It has special effects.
8. It has support for animations.
9. It enables a app-like installation on the client side, without any prerequisites.
10. It provides the possibility of developing up-to-date user interfaces with animations, multitouch, and the like.
11. It's simpler to create sleek professional looking apps like this compared to swings.
12. JavaFX is a successor to Swing, there every possibility that swing might be faced off eventually (but, who knows when ?)
13. JavaFX is the equivalent of Microsoft Windows Presentation Foundation (WPF)

The source code for the above app is made available at http://www.captaincasa.com/ for educational purpose.
Programming / Re: . by kudaisi(m): 11:09am On May 17, 2015
.
Programming / Re: Trivia Coding Questions (euler Project) by kudaisi(m): 1:10pm On May 16, 2015
If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total.

If all the numbers from 1 to 1000 (one thousand) inclusive were written out in words, how many letters would be used?


NOTE: Do not count spaces or hyphens. For example, 342 (three hundred and forty-two) contains 23 letters and 115 (one hundred and fifteen) contains 20 letters. The use of "and" when writing out numbers is in compliance with British usage.
Programming / Re: Trivia Coding Questions (euler Project) by kudaisi(m): 1:08pm On May 16, 2015
See image for question.

Programming / Re: Optimizations: Some Sketchy Rants by kudaisi(m): 12:58am On May 15, 2015
WhiZTiM:

Well said, all doubts cleared. More grease to your elbow.

1 Like

Programming / Re: Can I Call Myself A Good Programmer If I Only Know Visual Basic by kudaisi(m): 12:47pm On May 14, 2015
This here is a trivia question. You sound like you have concluded that you are a good programmer even before you wrote this post. But allow me clear some things out. To start with you definition of good programmer is unclear to me, so it depends on what good programmer means in your context. Quick question, where does "good programmer" fall...Does it mean you an advanced programmer intermediate or learner ?

I'm going to go ahead and assume that you meant Advanced programmer, but by restricting your self to vb.net I'm obliged to call you an Advanced Windows programmer as mentioned by above.

More so I'm going to go ahead and call you an Advanced Windows Programmer. So I'm your client, we use windows operating system on our computers. Now the job we have for you is that we want you to develop a patch that we can install on all the computers such that:
1. Our Login Screen will look different based on our specifications.
2. We want all the windows to be different, they should look more sleek like OSX and we want the minimize, maximize and close buttons to be visible only when the mouse scrolls over them.
3. We want you to create a terminal for us that work more like the unix terminal.

Now, bearing in mind that all this are possible and are out there, how do you achieve it with your dearly loved Vb.NET ? If you don't have a firm understanding of win32 programming, MFC or COM your are not there yet. Vb.Net abstracts all that plumbing away from you and exposes only a few of em features to you.

After all said, you can't be an "Advanced Windows Programmer" with Vb.NET, you MUST add C/C++ to skill set because it takes a lot closer to the hardware and gives you a better understanding of how programs you write in other languages work. The entire windows operating system was written in C++ on top of C. Lets Not even go that far, the shell(UI) of the Visual Studio you made mention from 2010 was rewritten in C# using Windows Presentation Foundation (WPF). Why didn't the guru's at Microsoft use Vb.Net ? ever though why ?

In my opinion this is what it takes to stand tall among the rest as a programmer:
1. You need to have a knowledge of C/C++, at least enough to create a library in C++ and consume its services from your Vb.Net code.
2. You need a scripting language, Python/ruby/Lua.....
2. Then you regular programming languages such as VB, C# Java, rust and the lots.

Now, one question for you. who will you give the job ?
A. Proficient in Only VB.
B. Proficient in VB, Java, C#, Python, C/C++ and even assembly.

And for those of you going on talking "JACK OF ALL TRADE MASTER OF NONE":
If one man can speak English, French, Arabic, Yoruba, Hausa and Ibo. Does that mean he is a jack of all trade and master of nothing? NO, the dude mastered 5 languages while and you only mastered two (English and your local dialect) and you speak them for specific tasks. For example, say you'll probably more likely to speak local dialect when you want buy something cheap from a market woman who speaks your language and English when you want to impress you boss at work. Computer programming language are applied in the same way. Different language for different tasks, try doing some Digital Signal processing (DSP) or Digital Image Analysis from the bear minimum with VB (Without any Library most likely written in C++).

I commend you on all the projects you have worked on, but its not always about getting the job done for release products. So don't be surprises if someone out there takes half the time you took to write the codes for each projects, half the codes you wrote for each project with about 50% optimization on performance/memory(with little or no assistance or google) "That kind of person my friends is an Advanced programmer". And NO I don't claim to be some sort of authority (Good Programmer) in this kind of stuffs it's purely opinionated.

Forgive me if I've been judgmental or condescending in any form, it's the only way I could pass the message. I hope this post helps clear some things out of the way.

2 Likes

Programming / Re: School Portal by kudaisi(m): 8:43am On May 14, 2015
You need to enable php extension for mysql in the php.ini . To do this with wamp, start wamp and from the tray icon menu select php settings -> php extensions (located at the very bottom of the list) and enalbe php_pdo_mysql

(1) (2) (3) (4) (5) (6) (7) (8) (9) (of 9 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 98
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.