The pc tag has no wiki summary.
-6
votes
0answers
21 views
how can i have full and deep background about computers , microprocessors and mirocontrollers? [closed]
I'm sorry for my bad English
i want to learn every thing about x86 and IBM PC hardware architecture(i.e how ...
-1
votes
2answers
15 views
Accessing Computer screen from android over WLAN [closed]
I have an extra router, is there an app or any way I can view my computer screen (windows 7) over my android over a network, NOT WiFi. All Apps out there require a internet, but I need to access it ...
-2
votes
0answers
13 views
Reconnecting pc to domain? [migrated]
Computer (part of domain) has been out of use for 5 weeks.
Will PC be able to connect to domain if I turn it on now.
If not why?
0
votes
1answer
44 views
Bash - Hardware Info (Spanish text in the script)
#!/bin/bash
function Procesador()
{
# Determinando la Velocidad del Procesador
CPUMHz=`cat /var/log/dmesg | grep "MHz processor" | cut -d " " -f07 | sed 's/[.].*//'`
if [ "$CPUMHz" -ge "133" ];
...
2
votes
1answer
63 views
Determining (programmatically) who controls the mouse on a PC using C# or C++
Is there a way to determine who is controlling the mouse (and which mouse) on a PC programmatically? I recently installed LogMeIn (logmein.com) and wanted to know if it's possible to (1) tell within ...
0
votes
0answers
18 views
HTML5 video in Chrome on PC not loading on some machines, will on others?
Two machines running Chrome will not display HTML5 videos. I've been testing with these two links:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video_all
and
...
0
votes
1answer
24 views
Get the name of the sound devices in C#
I need to get the names of a computer sound drivers. Put it in a list or string.
All that I found was a "int" return methods of the "winmm.dll", like "waveInGetDevCapsA" and "waveInGetDevCapsW".
...
0
votes
0answers
6 views
my pc get restart after debug session complete in vs2010
why my PC get restart after running the compiled program from vs2010 IDE? normally it runs fine. but when ever I add the function of using camera from opencv library {although it can't display image ...
-1
votes
0answers
12 views
PC shares memory with external microcontroller [closed]
I'm looking for a PC hardware interface that matches these needs-
The PC will constantly be busy performing calculations.
Each time there is a calculation result (every ~1ms) I want it to share it ...
0
votes
1answer
33 views
Why I can't see new modifications of files in SD card on PCs - Android
I have an application who works fine; it creates a file on the SD card, but after the creation, I
can only see the file on the Device Manager of the device, but I can see nothing on my PC.
It's ...
-1
votes
1answer
46 views
What language, library, tool to use for a crossplatform [closed]
I have in mind a multiplayer game in thich I need to draw stuff but I don't really need physics. I'd like to make it playable from browser, Android and iOS (probably another version for mobile ...
0
votes
1answer
25 views
Fn + F1 doesnt work after install win 7 [closed]
i just installed Win 7 (the old version was Vista) - 32 bit
There is an error in my function combination button.
I need to press FN + F1, to activate my WI FI adapter. And it doesn't work.
My model ...
1
vote
2answers
16 views
Why won't the command prompt identify ssh-keygen when I run it on my windows pc?
The following message appears" 'ssh-keygen is not recognized as an internal or external command, operable program, or batch file' from appearing?
What do I do about it?
-2
votes
0answers
25 views
How can I send a string from my PCto my Android App via USB? [closed]
I'm new to Android development and have a question.
I have to send a string from my computer to my android smart phone and develop an app, which receives the string and shows it on the display. All ...
0
votes
0answers
9 views
how to get receives TUIO running
I find the TUIOdroid awesome .but don't know how to receive data from Android device on PC.Anyone could help me .my PC is win7 X64 pro.thank you very much!
0
votes
1answer
44 views
Is there a way to make an android device simulate a USB keyboard to a PC?
I don't know if this already exists or is possible, but I want to make it so I can make my android devices control a game on the PC via keystrokes.
For example, let's say I have an app with 2 ...
0
votes
0answers
21 views
Asp.net Website issue for PC and MAC User
I have a site called
http://www.orgchartpro.com/download-orgchart-software-US-new.aspx
this site is successfully work for PC user when i submit the form email is sent to the user and record is save ...
0
votes
2answers
140 views
Developing for iOS on a Windows 8 machine
My gut is that this question will be marked for deletion. However, I'm not sure where else to ask it. The question is developer focused, that's why I believe this is the correct forum.
I write phone ...
-3
votes
0answers
28 views
How to setup a oracle server or any open source server on your PC? [closed]
How to setup a oracle server or any open source server on your PC? (IF ITS POSSIBLE, Coz I am using only a PC, not a server machine with only Windows 7, not a server OS)
Is it possible? I really need ...
0
votes
1answer
33 views
Transfer Files From Mac External Hard Drive To PC
Our wedding videographer gave us our wedding video (all 200GB of it) on an external hard drive formatted for Mac.
My wife and I each have PCs and we have 2 external hard drives formatted for PCs. We ...
0
votes
1answer
82 views
code/ascii function in VBA Excel on MAC vs on PC
On a PC I have these chars with their ASCii code 178,188,189 respectively. But when I use the CODE function on MAC VBA Excel I always get 95 for all three different chars.
char PC MAC
² 178 ...
0
votes
0answers
101 views
CoreBluetooth: iPhone as HID peripheral
I just started to program an app for iPhone (BT 4.0 LE). The iPhone is going to be the peripheral device. The central could be a MAC or PC.
Do I have to write an "App" for MAC and/or PC? Or will it ...
0
votes
3answers
86 views
How to programmatically check if PC has internet connectivity using Python and/or Ruby?
I have scripts in both Python and Ruby that run for days at a time and rely on the internet to go to certain domains and collect data. Is there a way to implement a network connectivity check into my ...
0
votes
1answer
39 views
How to distinguish pc from mac in a Chrome Extension?
I think everything is in the title: How to distinguish pc from mac in a Chrome Extension?
I would like to do this without Jquery. If they are multiple solutions, which one is the best practice?
0
votes
0answers
24 views
Looking for a decent 2d SDK
Wazzap? I've just gotten a decent pc laptop for game development and am now looking for decent SDK s I can use. For 3d based games I have gotten Unreal, and now I'm looking for something specifically ...
0
votes
0answers
57 views
Detect available HDMI source(s) programatically (PC)?
Here on Stack Overflow, we have a question like this:
Detect HDMI connection
Unfortunately, it deals with Android only. Now, is there any chance of detecting HDMI source on PC, like in C/C++? Are ...
0
votes
2answers
116 views
pc to pc communication using rs232 connected through optical link showing FRAMING ERROR
I have set up a PC to PC optical communication link using RS232 Port.
I have used
PC1 RS232 -> MAX232A -> Optical Tx/Rx Module -> MAX232A -> RS232 - PC2
sending and receiving data using RealTerm ...
0
votes
0answers
10 views
How can I debug the web pages for iPanel browser on my PC?
Do someone have any ideas?
It is a waste of time to push my web page on the server and debug then.
2
votes
1answer
79 views
C# : Generate a PC ID (No need to be Unique + Doesn't require Admin)
I am making a WCF application, and I just want to have some extra info on the user connected to server. It doesn't have to be a Unique ID.
I really want something simple. Would this work ?
static ...
0
votes
0answers
23 views
google maps api clusterer works on mac but not pc
There is a map in the right sidebar of following website using the clusterer extension for Google maps apiv3. On mac this works a charm. However, on pc with Chrome, Safari, ie, Firefox and Opera the ...
-3
votes
1answer
81 views
How can I use MongoDB in Windows Phone project? [closed]
I'm using MongoDB in my project on PC and now I want to create a phone application, but I have no idea how to use it in a Windows Phone app.
0
votes
1answer
44 views
.exe file doesn't work when moved to another computer
I have made image processing software on Microsoft Visual C# 2010 and it works very well. The software uses EMGU CV image processing libraries, so I have put the .dll files along with a video and a ...
0
votes
1answer
23 views
Emulate clock with second channel of system timer
Is it possible to emulate clock(with seconds, mins, hours) using second channel of system timer? On x86 architecture.
0
votes
1answer
106 views
Get voice stream during android call
I have wifi connection between java desktop app and android app. I need to transfer opponent's voice during call to desktop side and also transer my voice from desktop's microphone to opponent. How ...
1
vote
0answers
99 views
A2DP HFP drivers for Microsoft bluetooth stack
I have bluetooth dongle, which support voice transfer, but drivers for dongle are for iAnywhere bluetooth stack, which I cant use with bluecove library. If i'm not install iAnywhere bluetooth stack, ...
5
votes
1answer
503 views
Answer to android phone calls from PC by bluetooth
I have a PC (where java program is running), Bluetooth dongle and Android device (2.3.6) and want to use PC microphone/headset/speakers to answer a call by bluetooth. I give another question here, but ...
0
votes
0answers
22 views
How to track all url outgoing use by an application?
I installed some apps in my pc, then when run it, I want a software to tracks all url this app send to internet, example http://domain.com/website.html, that it not only track domain (example ...
2
votes
1answer
775 views
Is it possible to send/receive voice from PC to Android device over Bluetooth
I have a PC (where java program is running), Bluetooth dongle (which supports A2DP) and Android device (2.3.6, which also supports A2DP).
I want to:
Send real time voice data from PC's microphone ...
0
votes
1answer
124 views
How do I map my phone's screen coordinates to my pc screen?
I finally developed my app where I can control PC mouse with my Android phone. I am using touchscreen to control the mouse.
The issue is that the mouse cursor moves only within a certain region ...
0
votes
0answers
98 views
jQuery/jQuery mobile: mouse events not working on regular PC with touch screen
This is a strange problem. I do WordPress themes for clients and I found that some themes do not work properly on my development PC. For example the slate theme:
http://themes.okaythemes.com/slate/
...
0
votes
1answer
32 views
RDbms name and version
I m doing a software in c++ that permit to access to some rdbms with qt library.
The software is only for pc.
The software need to know the name of rdbms and version beacuse the program needs to ...
-2
votes
1answer
56 views
What's the current PC architecture (is it newer than PS/2)? [closed]
After some thought I have been thinking about what is exactly the current PC architecture, or if it is still the same basic one from the 90s.
Manuals and low-level programming seems to suggest that ...
1
vote
0answers
103 views
iPhone music player pc audio bridge [closed]
At home I have an iPhone dock that plays the music i start on my iPhone, sounds familiar, right? I am thinking of a way to do the same with my pc, i want to develop an COMPUTER application that ...
-1
votes
1answer
22 views
What third-party software can be used in removing programs? [closed]
What third-party software can be of best help in removing programs, unnecessary start-up items and icons that can slow down a PC?
0
votes
0answers
105 views
sending pictures from Android to Matlab on PC
I want Matlab to perform as a server and Android Java app to perform as a client. Android should transfer a byte array of size 460K to Matlab.
I cannot manage to get the entire array correctly on ...
0
votes
0answers
48 views
is it possible to have code that targets pc users and mac users differently? [duplicate]
So I am trying to match something Identical to what is already on a site so I can place something next to what they have, and have it look the same. The issue is that somehow on a pc, the elements I ...
1
vote
1answer
101 views
PHP email content different on PC and iPhone
I send an email (in HTML format) in PHP using the phpmailer library.
My email is displayed correctly on PC and iPhone, no accents or other problems.
But I noticed a concern in content:
Indeed, the ...
0
votes
0answers
70 views
I was type “attrib” in command prompt and after that my secondary hard disk and my external hard disk icon change to unknown
Can anyone solve this problem, please?
Even I try "D:\autorun.inf" by even hidden file as well but can't find that file
1
vote
0answers
456 views
PC-Android server-client, BluetoothSocket::connect() throw an exception
I can not initiate the bluetooth connection between Java server(using bluecove 2.1.1 on Windows 7 x64, external bluetooth dongle) and Android client(OS version 2.3.6).
Device discovery works ...
-4
votes
2answers
144 views
I wan't to upgrade my windows 8 desktop CPU [closed]
I have a Windows 8 PC desktop that has 8GB of installed RAM, and a 1.40 GHz Processor. Now you can see why I would want to upgrade the Processor ehh?
I have another computer that is Windows 7 which ...



