3,842 Topics

Member Avatar for
Member Avatar for Ashley_12

I am using the Ionic framwork for the mobile app and Bootstrap for the web app, this has been set by my University as what we have to use, so we can't change them, but is there a way to link the data base to both services? Thanks in advance …

Member Avatar for rproffitt
0
421
Member Avatar for Fola_1

We have a client who needs to make the cash withdrawal option of their ATM's Inactive once the ATM runs out of cash or if there is a cash jam. Can anyone help with this?

Member Avatar for JamesCherrill
0
210
Member Avatar for nadiam

Visual Basic 2010 and Microsoft Access 2013 I have a product table in MS with fields : fld_id,fld_name,fld_img,fld_price,fld_type fld_img i set it as attachment and of course attached the corresponding image to it - is this wrong? this is my code to get the data into the datagridview. my form …

0
207
Member Avatar for Lucas_10

It would be good for some people to help me out on putting sounds in my application without Pygame, because it doesn't work on my PC. If you can then it would be highly appreciated for your help. If you could not reply then you could do a download for …

Member Avatar for rproffitt
0
258
Member Avatar for bhavna_816

I have created an aplication in C# windows application version 1.1 to display some records in a datagrid. The datasource of the datagrid is datatable and not any database.I want tht when we edit any cell of a particular column and press "Enter" it should show a Message Box let's …

Member Avatar for Reverend Jim
0
4K
Member Avatar for Papa_Don

Hello Group! I've developed an app that takes the data in a text file and moves it to specific columns in an Excel file. My computer has the Excel 2010 installed. So the application works fine with no issues. However we've begun to upgrade computers and software in the office …

Member Avatar for rproffitt
0
337
Member Avatar for Papa_Don

Hi group, I'm discovering that my Excel spreadsheets that are being created by a VB.net app I've written isn't completely closing them as they should be. I'm struggling to understand why and how to fix this. Here is the code for the portion of the app that creates the workbook, …

Member Avatar for Papa_Don
0
5K
Member Avatar for 華星

import requests import pandas as pd import csv from bs4 import BeautifulSoup from pandas import Series,DataFrame import unicodecsv def name1(): url="https://www.agoda.com/zh-tw/pages/agoda/default/DestinationSearchResult.aspx? asq=%2bZePx52sg5H8gZw3pGCybdmU7lFjoXS%2baxz%2bUoF4%2bbAw3oLIKgWQqUpZ91GacaGdIGlJ%2bfxiotUg7cHef4W8WIrREFyK%2bHWl%2ftRKlV7J5kUcPb7NK6DnLacMaVs1qlGagsx8liTdosF5by%2fmvF3ZvJvZqOWnEqFCm0staf3OvDRiEYy%2bVBJyLXucnzzqZp%2fcBP3%2bKCFNOTA%2br9ARInL665pxj%2fA%2bylTfAGs1qJCjm9nxgYafyEWBFMPjt2sg351B&city=18343&cid=1732641&tag=41460a09-3e65-d173-1233-629e2428d88e&gclid=Cj0KEQjwvve_BRDmg9Kt9ufO15EBEiQAKoc6qlyYthgdt9CgZ7a6g6yijP42n6DsCUSZXvtfEJdYqiAaAvdW8P8HAQ&tick=636119092231&isdym=true&searchterm=%E5%A2%BE%E4%B8%81&pagetypeid=1&origin=TW&cid=1732641&htmlLanguage=zh-tw&checkIn=2016-10-20&checkOut=2016-10-21&los=1&rooms=1&adults=2&children=0&isFromSearchBox=true&ckuid=1b070b17-86c2-4376-a4f5-d3b98fc9cf45" source_code=requests.get(url) plain_text=source_code.text soup=BeautifulSoup(plain_text,"lxml") for a in soup.find_all("h3",{"class":"hotel-name"}): b=a.string.strip() print(b) csvfile=open('hotel.csv','w') wr=unicodecsv.writer(csvfile,encoding='utf-8') for item in b: wr.writerow(b) csvfile.close name1() I use python3 and win10 to write this code. I …

Member Avatar for 華星
1
331
Member Avatar for Adnan_9

It is a software Development and it's need me a access ,c++ java, programming,database i need me and you

Member Avatar for JamesCherrill
0
116
Member Avatar for Baran_1

I wrote and run this code in Windows, in DEV C++ but I am keep getting a Segmentation fault on Ubuntu's terminal when I try to run this program. Here is my whole code. #include<iostream> #include<string> #include<fstream> #include<cmath> using namespace std; int Str2NumByAscii(const string& str); // convert string to number …

Member Avatar for rubberman
0
5K
Member Avatar for Usman_10
Member Avatar for tinstaafl
0
96
Member Avatar for windcaid

Been having problems when taking HDD's from dead win 10 systems and transferring data via USB adaptor to new Win 10 system. Folders (with files) copy across to their relevant locations, but when trying to look at the files, only the folders show with no files present in them. Pretty …

Member Avatar for rubberman
0
306
Member Avatar for Artur_5

Hello, I'm totally new to programming and wanted to make a text-based game based on what I know, but I've met a problem I don't know how to fix. Also this code is not finished, I'm just trying to get it to work first. Basically, I want the loop to …

Member Avatar for Gribouillis
0
475
Member Avatar for JoelNiemela

I have a database that I use in VB. As records update there is a lot of useless info in there because access doesn't reuse the same spots. So that information has to be removed. Before I would use compact & repair and access 2000 and it would correct this. …

Member Avatar for Nevin_1
-1
1K
Member Avatar for Devon_3

This is my xml parsor class: public class DataHandler { static XmlSerializer serializer; public static void Initialize() { serializer = new XmlSerializer( typeof( dataset ) ); serializer.UnknownNode += new XmlNodeEventHandler( serializer_UnknownNode ); serializer.UnknownAttribute += new XmlAttributeEventHandler( serializer_UnknownAttribute ); } public static void ReadXML( string filename ) { FileStream fs = …

Member Avatar for tinstaafl
0
937
Member Avatar for altjen

I was playing Dying Light and just paused the game for a bit and was eating. when come back the game had freeze, mouse too, nothing moved. Tried to collapse the screen of they laptop with the hope that it probably would resume the laptop in normal state of work. …

Member Avatar for rproffitt
0
289
Member Avatar for ShortYute

Good afternoon, Currently, I’m trying to consolidate all my financial information into one place so that I can see (the solution I’m currently using is Excel – see attached): 1. Valuation at a particular date 2 .Breakdown by investment product 3. Various other analytics (Allocation by class etc.) I’ve tried …

Member Avatar for ShortYute
0
302
Member Avatar for tracyleigh.vlok

.... **dilemma**! my 6 month old dell inspiron series 3000 laptop windows 8.1 won't boot up? it gets to the black screen with the windows logo on and at the bottom of the screen it says "Preparing Automatic Repair" but it sticks there...? It hasnt got a built in cd/dvd …

Member Avatar for rproffitt
0
436
Member Avatar for altjen

I dont know why but my young brother laptop (Dell) keeps turning the FN button back to default, I mean, the buttons fn+F1 fn+F2 fn+F3 (mute, volume down and volume up). turn volume just by pressing them, not the FN button. It used to work the vice versa. I changed …

Member Avatar for Reverend Jim
0
287
Member Avatar for Project_1

Hi. When I startup my windows 10 and log into my account, my desktop doesn't seem to be visible. It's just a black screen. There are no icons and no taskbar. When I try to open task manager, I can see it cursor loading for a split second meaning something …

Member Avatar for rproffitt
0
503
Member Avatar for Mahmood AlBunni

Hi everybody, A friend has given me, almost 2 years back, a splitted parts for a couple of PCs. Almost 2~3 monitors, 3 PC cases, and some other PC-related components which I'm not aware of. 2 days back, I decided to check them, assemble, to bring them back to life …

Member Avatar for rproffitt
0
292
Member Avatar for Jessica_16

Hi again, i'm really confused between Product Id and Product Key. It is good when you're Product Id changed when you reinstall the OS?but still the same Product Key? Is Product ID really important when it comes in Legal Issue.

Member Avatar for rproffitt
0
2K
Member Avatar for Jessica_16

Hi, i would like to ask if i reinstall my Windows 7, does the product Id & License key change also??I'm not really familiar with software. ^_^

Member Avatar for Jessica_16
0
236
Member Avatar for anisha.silva

hi, I have an excel sheet and the is a row filled with data the row starts from B5 everytime, what i want to do it to read the values of the cell until the row comes to an empty cell how do i do it, thanks appreciate a reply, …

Member Avatar for tinstaafl
0
14K
Member Avatar for waves

Hi all I have an old windows server 2003 (32bit) with a shared folder containing an executable. The exe is old and I think possibly 16bit. I am trying to run the exe on a networked pc through a mapped folder / network location. The pc is running win 7 …

Member Avatar for waves
0
483
Member Avatar for Mr.M

Hi Guys. I'm trying to suspend a process by it name, but I found the sample that demontrate this using ProcessId. The problem is that I don't know the process ID of the process I want to suspend/resume. [Here is a sample I used.](https://social.msdn.microsoft.com/Forums/en-US/cdde6cef-3971-40a6-b4dd-02db963868ce/suspend-an-application?forum=vbgeneral)

Member Avatar for Mr.M
0
568
Member Avatar for Mr.M

Hi Dw. If there is anyone who knows how and which languagies are used to develop software's like word processing, Excel, Access, basically things like Office suite. I know Linux has their own different tools for office, as well as Microsoft as well and other OS have different Suites for …

Member Avatar for rubberman
0
194
Member Avatar for Anurag_8

I have bought a new Netgear WNR614 N300 Wi-Fi Router. I plug in the power cable and all the LEDs light up and then after few seconds only the Power LED and the Wireless stay on. I plug in the DSL cable provided by the ISP and the Internet Connection …

Member Avatar for rproffitt
0
298
Member Avatar for bobzorz

Hello, I was hoping for assistance in figuring out an issue I have been having ever since upgrading my machine to Win10. Most of my BSoD are in the form of PFN_LIST_CORRUPT (0x0000004e) and another new one recetnly whcih was IRQL_NOT_LESS_OR_EQUAL (0x0000000a). They seem to be caused by driver ntoskrnl.exe …

Member Avatar for rproffitt
0
215
Member Avatar for rproffitt

While I can't pretend to know what happened to block me from Daniweb, imagine less imaginitive souls. Maybe an article is required about what to do with post or login troubles?

Member Avatar for Reverend Jim
0
382

The End.