479 Topics

Member Avatar for
Member Avatar for ShiftLeft

I'm in the process of designing a console personal/business finance package for Linux. It's easy to identify the advantages of data abstraction through classes, but I'm not inclined to become proficient with STL or containers. Exception handling may become a consideration, but definitely memory allocation via "new". My own implementation …

Member Avatar for ShiftLeft
0
1K
Member Avatar for Avani Nimavat

I have used one dropdown and three panels. Three panels are inside the updatepanel and the dropdown list is outside the updatepanel. I have initially hide the panels. I want to make one of the panels visible as per the selected item in the dropdownlist. The problem is when I …

Member Avatar for tarunap
0
3K
Member Avatar for vegaseat

Again, calculate the minimum number of bills or coins required for a given amount of money (change). This time we will use a Go map instead of a csv string converted to a structure.

0
430
Member Avatar for vegaseat

This Go snippet calculates the minimum number of bills or coins needed for a given amount of money (change) requested. The program also gives the denomination and number. US curency is used in this example, but can be changed to another currency.

1
476
Member Avatar for SpottyBlue

Hey, I wanted to generate a report (GenReport.aspx) containing the list of GridView items filtered from the entered data from report.aspx. When I was debugging, I selected the data I wanted to filter, but it shows me all the data on the table instead of the data filtered on the …

Member Avatar for tdrosiadis
0
421
Member Avatar for darrylnuyda

Hi everyone, Can you help me ?? how to install a laravel-master PHP Framework, Using the XAMPP? I tried to install but I failed. Also, watching youtube video tutorials but their example is WAMPP server. In my part Im capable in XAMPP cause this is my practice in my web …

Member Avatar for Le_1
0
1K
Member Avatar for steven.rose.94

Good Day:) I'm trying to figure out how to remove the % sign that is returned from scraping Yahoo Finance **without** removing the decimal point (or a possible negative sign in front of number returned as netProfit). My goal is to convert the string without the % sign a float …

Member Avatar for Slavi
0
2K
Member Avatar for zzmrzz

Hi fellow coders, I'm Martin, and i need a good PHP/HTML coder to my Website. I have a Danish hosting provider company, and i could seriously need some nice stuff to it, to make it more atractive. - If you would like to help, you are not getting paid each …

Member Avatar for imti321
0
451
Member Avatar for 2384443

Hi everyone, i need your help, i've used a panel and i've a label(which acts as a background image).. There's a long text which is placed in a label. now i want to view this text and the background image but in this attempt i cant see any scrollbars even …

Member Avatar for juanpa_2510
0
235
Member Avatar for joshl_1995

Hello Community, I was starting up a paid service and I was going to add a payment method using internet transfers but I just wanted to make sure if giving out bank details (BSB & Account Number) was safe? Could someone steal from me if they had those numbers?

Member Avatar for pritaeas
0
255
Member Avatar for guyinpv

I am needing to build a custom portal for very specific needs in my client. They work with dozens of outside contractors and so the basic idea is that the portal will have separate login accounts for each person, including the CEO, accountant, IT, etc. Within each person's "home", they …

Member Avatar for iamthwee
0
318
Member Avatar for Lee_8

Can anyone help me to write java program? I'm using BlueJ for this assignment. This assignment is to write a program to calculate loan repayments. Banks and/or finance companies loan customers money (usually called a mortgage) so they can make large purchases (such as a house or a car). Each …

Member Avatar for JamesCherrill
0
816
Member Avatar for Hegneous

Why is this code note updating the database???? <?php include '../connection.php'; $today = new DateTime('2014-7-14 20:10:10'); $appt = new DateTime('2014-8-15 20:10:10'); $days_until_appt = $appt->diff($today)->days; if ($days_until_appt>=30) { $sql = "SELECT username FROM users WHERE position = 'Tenant'"; $result = mysql_query($sql) or die(mysql_error()); echo '<table align="center" border="1" cellpadding="0">'; echo '<tr align="center"><th> …

Member Avatar for DJBirdi
0
182
Member Avatar for sundeep.gurroby

hello,i have no idea where i will put the passwod_verify function and what i must code the verify exactly in order to get the plain txt password be compared with the hashed version ? my code is below and part of my database also. <?php require_once('Connections/bankusers.php'); ?> <?php session_start(); ?> …

Member Avatar for sundeep.gurroby
0
645
Member Avatar for kaleem_ullah

Hi, I am plaining to build blog but little confuse and can't able to decide in which topic i need to build a long so ican earn some money. I am plaining to build blog on olympics which will be held in UK (June). But after after Olympics ends will …

Member Avatar for BryceWillis
0
876
Member Avatar for mexabet

I'm trying to prevent the user from purchasing any share, if the cash in his/her account is less than the desired stock cost (price * shares). However, I'm getting the following error: Warning: mysql_query() expects parameter 1 to be string, array given in /home/jharvard/vhosts/pset7/public/buy.php on line 39 Here is the …

Member Avatar for Adrian_5
0
321
Member Avatar for Elvi

I want to connect my paypal with Adfly. I want to know what is "Withdrawal Account" ? Can anyone give me an example please? thanks!

Member Avatar for Elvi
0
305
Member Avatar for mcoliver88

Hi Quick question, this is theoertical by the way. If i had 3 departments for a businesss: * Human Resources * Finance * Marketing If i had a total of 300GB of space on the netrwork, how could i allocate 100GB to each department, and ensure that one department cant …

Member Avatar for mcoliver88
0
156
Member Avatar for murthykk

/*I have a situation where in I have to convert the TSQL code to PLSQL procedure. For the purpose of better understanding, I have created temp tables in place of source tables. Can I get hep on this please. The code is as follows: */ ---create temp tables CREATE TABLE …

0
94
Member Avatar for alice kimunya

Hi,I want to come up with an online booking system for vehicles in a certain institution.right now am stuck coz am not sure how to go about the many approvals needed before the booking.e.g approval from the dvc/aa,finance,the head of department.there is also diffent kinds of booking e.g staff,students,academic trips …

Member Avatar for Schol-R-LEA
0
140
Member Avatar for happygeek

It was once the biggest Bitcoin exchange in the world, accounting for as much as 80% of the global trading market in the virtual currency, but Mt. Gox suddenly stopped trading yesterday and reports suggest that some $375m worth of Bitcoins, or 6% of all Bitcoins in circulation, have gone …

0
473
Member Avatar for davy_yg

This is my codes in my localhost: contactus.php <html> <head> <link href= "css/contact.css" rel="stylesheet" type="text/css" media="screen"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script> $("#inputID").ready(function(){ $("#inputID input").focus(function(){ $(this).css("background-color","#fbecc5"); }); $("#inputID input").blur(function(){ $(this).css("background-color","#f5f5f5"); }); $("#inputID textarea").focus(function(){ $(this).css("background-color","#fbecc5"); }); $("#inputID textarea").blur(function(){ $(this).css("background-color","#f5f5f5"); }); }); </script> </head> <?php include('includes/navigation.php'); ?> <body> <div id="titlebar"><div id="title"><h2 class="title">Contact Us</h2></title></div> <div id="stitle"> …

Member Avatar for davy_yg
0
174
Member Avatar for king9999

Click rates depends on different category keywords........ but just to know whats the highest click rate anyone has got from adsense I have got $10/click once .....no idea of the word .. but my site was about finance and stocks what the highest you guys got from adsense

Member Avatar for jobtardis
0
177
Member Avatar for rowen_1

I remembered using this link to prase for google finance stock quotes data e.g https://www.google.com/ig/api?stock=GOOG Now I don't think the link works anymore as I clicked it, It will just redirect me to google home page. I want to try and develop a stock application in android platform, so I …

Member Avatar for Ewald Horn
0
97
Member Avatar for JoyBh

I am an Finance and Accounting professional and am interested in Application design and development. I have been trained in-house by my organisation in Core Java, PHP and MySQL. My experience includes the design and development of a PHP web application whch takes care of main activity of my organisation. …

Member Avatar for JorgeM
0
141
Member Avatar for guyinpv

I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget tool. You can imagine already there will be a type of dated "register" that will list all my bills/debts and …

Member Avatar for pritaeas
0
228
Member Avatar for venkates.99

1)On receipt of the signed MSA back from the customer, the original should be sent to the legal representative and a controlled copy should be sent to the TM/Account Manager by ___________. B D M DM 2)Runtime Profiling is used by which category of users? Developers and System Administrators Configuration …

Member Avatar for deceptikon
-1
487
Member Avatar for griselndria

Hello everybody. I need some help because i am new on php, I have this code below and i want smth to know: When a user create new account member on the code below,i want that this row of accont member will be added on database. give me sm help. …

Member Avatar for griselndria
0
166
Member Avatar for droid2014

Hi - I am having an issue and can't seem to get my head around it. I am trying to calculate GBP from EUR - which should be easy but for some reason my returned value is always a few GBP more than it should be, yet I do the …

Member Avatar for droid2014
0
230
Member Avatar for sh4bbz

hi, i created this code a long time ago and during that time i had all the info i needed to do a save as PDF but now its all gone and the client wants that option so no one can change it. code below: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD …

Member Avatar for diafol
0
1K
Member Avatar for davy_yg

Hello, I am trying make this contact form works. I wonder why <carticle2> & <carticle3> does not works. Right after I insert the php code: <?php require_once('recaptchalib.php'); .... ?> I wonder why? And how to make the code belows works? Please help. contactus.php <html> <head> <link href= "css/contact.css" rel="stylesheet" type="text/css" …

Member Avatar for davy_yg
0
409
Member Avatar for SpottyBlue

I have a problem when creating the Personal Finance Software in my group. It's part of my group's assignment. The EnterExpense() function only creates one line instead of many (if the user wants to continue entering more info). The ViewInfo() function can read the file, but cannot load the text …

Member Avatar for richieking
0
279
Member Avatar for Jaz62

Having to create an ERD diagram from the following scenarion any help will be much appreciated Appendix 1 Case Study: Scenario - Global Trading PLC Global Trading PLC is a mail order company that operates a number of different catalogues. Each catalogue addresses a specific market segment and the company …

Member Avatar for ahmadabduallh
0
301
Member Avatar for sirlordbanas

I'm a final year student and I am now creating my project with the topic transaction management system of non banking institution, case study of noble dream micro finance. my proposal has be accepted but I don't know how to start the whole project from. so please I need your …

Member Avatar for tinstaafl
0
213
Member Avatar for Payal Gupta

# Hello to all # *I am Payal Gupta from India. I am post graduate with MBA finance degree. Currently doing .Net diploma from NIIT. Both finance and IT are my interested fields. My hobbies are to watch english movies, playing games like chess, car racing, fighter games, to write …

Member Avatar for <M/>
0
214
Member Avatar for vivosmith

Hey, I am interested in both finance and in programming. Both require I take statistics and college algebra. Right now, I am in college algebra, and sucking royally at it. My question is, considering I suck at algebra (but I am alright with basic arithmetic), which degree would be better …

Member Avatar for mmcdonald
0
286
Member Avatar for MasterHacker110

I am mainly into system dev, writing kernels and kinda just building everything from the ground up... But I also like game dev and is interisted in the whole concept. So I am going to make this easy, seing as a lot of things can change the output. A programmer …

Member Avatar for mike_2000_17
0
337
Member Avatar for saravananosiz

i need to convert this following data to graph how can i convert this data in php uri:/instrument/1.0/GOOG/chartdata;type=quote;range=5d/csv/ ticker:goog unit:MIN timezone:EDT currency:USD gmtoffset:-14400 previous_close:848.5500 range:20130823,1377264600,1377288000 range:20130826,1377523800,1377547200 range:20130827,1377610200,1377633600 range:20130828,1377696600,1377720000 range:20130829,1377783000,1377806400 Timestamp:1377264600,1377806400 labels:1377264600,1377523800,1377610200,1377696600,1377783000 values:Timestamp,close,high,low,open,volume close:848.1600,876.3100 high:848.5500,877.3462 low:847.7700,875.4200 open:848.1700,876.4000 volume:0,219200 1377264898,876.3100,877.3462,875.0100,875.0100,72300 1377265162,875.5900,876.4500,875.4200,876.4000,23000 1377265495,873.5620,876.0300,873.5601,875.7300,20200 1377265786,873.5400,874.4200,873.0201,873.5100,32100 1377266090,873.3450,873.5100,872.3800,873.4900,22800 1377266399,872.0500,873.2600,871.6400,873.2600,20100 1377266678,871.9100,872.0100,870.5501,871.7100,26600 1377266986,871.7200,871.7200,870.5460,870.9700,9700 1377267296,872.5100,872.8700,870.4700,871.6150,19900 1377267599,871.9920,872.6900,871.7100,872.6700,17600 1377267882,871.7500,872.5000,871.2400,872.2700,6700 1377268197,872.6290,872.9929,871.6200,871.9400,18600 1377268497,872.3000,873.0490,872.2900,872.4450,14200 …

Member Avatar for saravananosiz
0
348
Member Avatar for psb1967

Hi My objective: Want to build a light-weight real time intraday charting application, instead of using heavy and advanced application such as Ninjatrader 7 (NT7). My question: **What language would you advise me to start learning, with which I would be able to start building my light-weight, real time intraday …

Member Avatar for psb1967
0
258
Member Avatar for Monetizedclicks

Howdy! I'm into Social Media, and mostly I just keep posted to the groups. My query is, does anyone know how to measures our effort in Social Media Posting? How do we know if we are generating money through it? Best regards

Member Avatar for Carlos001
0
404
Member Avatar for markrootcarman

Hello friends, I have just joined this online community. I also started a new website about choosing the best car loan service provider. If you have some suggestion to promot my website then give me your suggestion.

Member Avatar for mrvijayakumar
0
161
Member Avatar for joshl_1995

Hello Community, I have setup a [donation](http://randoma.co/randonate.php) system on my website and i was wondering what would be a good gift in return for donating i was thinking of doing like a sponsor thing so if someone donates a certain ammount i will sponsor them by putting an ad on …

Member Avatar for joshl_1995
0
283
Member Avatar for SpottyBlue

I was in the library's multimedia room to do my assignment, but all PCs don't have Visual Studio and other smiliar programs. So I wrtie the code on Notepad for the question: > Design a solution that will determine and display the fewest number of ringgit and coins in change …

Member Avatar for tinstaafl
0
1K
Member Avatar for rd.nard

how possible is it, that. a site like about.com, apears so many things in search results, but their main page those not contain all the pages you are being directed to. that is, you maybe searching information on finance, and you find it in about.com, but when you look in …

Member Avatar for LaxLoafer
0
133
Member Avatar for nisbusiness

Creating a website is a great way to take your business to a higher level and get tremendous success in the online business world. But all your desires prove futile when you make a grave mistake in choosing a right host to create your websites as per your requirements. There …

Member Avatar for <M/>
0
249
Member Avatar for jellybean21

Hi Guys, I urgently need help with this python project I'm really stuck with it, finding it very confusing at this stage. If anyone could offer me any help I'd really appreciate it!! Heres the question- Data mining is the process of sorting through large amounts of data and picking …

Member Avatar for TrustyTony
0
234
Member Avatar for EricMack

As goes Google, so goes the rest of the universe -- or at least that's the fear this week after the start up-turned-giant-turned-common verb reported disappointing earnings that sent the Silicon Valley stock over a digital cliff after-hours Thursday. [ATTACH=right]15859[/ATTACH]The company pulled in 1.84 billion dollars for the quarter or …

Member Avatar for LastMitch
1
396
Member Avatar for wader

Please i need a professional to help me redesign www.fashionhouse.com.ng the last guy that worked on it is incompetent and just kept wasting my money. please i need this urgently, recommendations would be highly appreciated

Member Avatar for Heuhaufen
0
218
Member Avatar for daniel36

i have created a contact form in which captcha is inplemented.the captcha value is stored in session.i am storing value of session in a hidden input field due to ajax.but when i reload the page the session value in hidden field comes ,old value.here is my form- <?php session_start(); ?> …

Member Avatar for Webville312
0
174
Member Avatar for alice.cooper.18659

I am currently trying to pull high,low, and closing stock data from Yahoo finance, and graph it using Turtle. I was able to pull the data from the url into a list but I can't figure out how to graph it. I know the dates have to be the x-axis, …

Member Avatar for alice.cooper.18659
0
200

The End.