-
Replied To a Post in Simple Operating System
altjen, your later replies sound more like an application than an operating system. I wonder if you need to start over and share you wanted to write an application (app) … -
Began Watching Simple Operating System
Im trying to create something like a simple OS. but Im trying to make the drag and drop system, I dont know even how to start with this, any help? -
Replied To a Post in Simple Operating System
I remember something on this. There was something called Cosmos so I dug it up for you. http://www.codeproject.com/Articles/99928/Develop-Your-Own-Operating-System-in-C-or-VB-NET I still like the windshield wiper comment. -
Began Watching Create a search engine
HI guys ..... i m trying to create a search engine through java..... is it possible?? if yes then would you please tell me how....?? -
Replied To a Post in Create a search engine
There is an assignment like that in CompSci 2nd year courses. They give you about 1/2 the semester to complete such which tells you the amount of work you would … -
Began Watching how convert these code from VB6 to C++?
i'm converting the VB6 DIB code to C\C++ from: http://www.tannerhelland.com/42/vb-graphics-programming-3/ **V – Using DIB Sections** but doing by steps... how can i convert: ReDim ImageData(0 To 2, 0 To bm.bmWidth … -
Replied To a Post in how convert these code from VB6 to C++?
The clue is in the prior line. Dim ImageData() as Byte Forget ReDim and declare the array of sufficent size. -
Began Watching SMS Sending Through Mobile
I have a code regarding SMS sending ,but the issue is its not working i have tried to change the buad rate and com port but still not working.Please suggest … -
Replied To a Post in SMS Sending Through Mobile
Before you code, use a terminal app and issue commands to make sure your strings and responses match your code. You may have to put a serial port sniffer (I … -
Stopped Watching How to restore xls?
We had a need to factory restore our PC. It is Windows 7 Home Preimum with SP1. We copied all data off ran the factory restore drive, reinstalled Office 2007, … -
Began Watching cutting opimization code..
hi i'm developing my app which be done by vb.net for calculating aluminum measures and profile cutting list now i connect results with database and get list of different sizes … -
Replied To a Post in cutting opimization code..
Maybe you need to know what you are doing could be called. Here's a google using what I think you are looking for. https://www.google.com/search?hl=en&as_q=1d+nesting+algorithm As you can see this leads … -
Replied To a Post in adding a handwriting tablet in project
Thanks jwenting. I get the feeling it's a form of spam for that tablet maker. SEO of some sort. That said, I do have apps out there that take pen … -
Replied To a Post in adding a handwriting tablet in project
Still want to hear more about the project. Web, PC, tablet app? Or did you want to use some tablet as a signature pad that communicates to your app? That … -
Began Watching Tool to convert from ext3/ext4 to virtual HDD
I'm searching for a user-friendly tool (preferable with a GUI) which could help me convert my system partition (ext3/ext4) on my Linux Mint installation to a VirtualBox or VMWare HDD … -
Replied To a Post in Tool to convert from ext3/ext4 to virtual HDD
Never found this. But there is a TWO STEP procedure that many used. 1. VMWare's converter. 2. A VMWare to VirtualBox converter. Both noted at https://forums.virtualbox.org/viewtopic.php?t=61 -
Replied To a Post in adding a handwriting tablet in project
I'd share more about your project. I dropped hints it could be a web app, some standalone PC or tablet app but your reply didn't reveal enough detail for me … -
Replied To a Post in 60FPS, 1080p, "instant"-response, remote-like session?
I also didn't cover why Netflix and buffering is so important. Streaming video is also leveraging any quiet time in the video action. So when the screen isn't changing much … -
Replied To a Post in 60FPS, 1080p, "instant"-response, remote-like session?
Let's tackle this one. " I have enough bandwidth for couple HD 60FPS videos streamed to me from YouTube, but can't get enough speed for just singular stream." That works … -
Began Watching adding a handwriting tablet in project
hi, i want to attach a handwritting pad(ivista tablet) to my java project. Any suggestion or any method how to make it possible. I tried the google but doesn't find … -
Replied To a Post in adding a handwriting tablet in project
I gave this post time to age. Think over your question as if you knew nothing of your project. I can't tell if this is on the tablet, or if … -
Replied To a Post in SMS Sender Thru Modem
You didn't reply that you made it work with a terminal so how do you know your commands and strings are right? Also your code is sending blindly. That is, … -
Began Watching SMS Sender Thru Modem
I'm currently developing an SMS sender using C# (2010). The program does send the message but the message received was not the message sent, (i.e " yt+ 35") and while … -
Replied To a Post in SMS Sender Thru Modem
Code looks too light to me. It seems to be that old first try type effort. Anyhow, be sure to try this with a terminal program first. That said, we … -
Began Watching Internet speed faster on one computer slower on other
[B]Both computers connected to internet on same FIOS modem. Verizon can't help. Why is one computer connection much slower than the other one. Both are running Windows 7 (build 6.1 … -
Began Watching 60FPS, 1080p, "instant"-response, remote-like session?
Hi. Has anyone maybe found this miraculous software. That I could install on Windows/Linux machine (server) and client on my own computer let it be Windows/Linux. And have really great … -
Replied To a Post in 60FPS, 1080p, "instant"-response, remote-like session?
How long do you have? Or how long have you been around? The X system did that, what about 2 decades ago. Linux in many forms uses it and as … -
Began Watching Formatting
I cannot post the following in forum, but I can here. It's happened many times and it's a bit annoying to be honest, it says the code I posted is … -
Replied To a Post in Formatting
I would be guessing what you are trying to do with the 127.0.0.1 but something I read recently had me point these to 0.0.0.0 instead. The article at http://www.howtogeek.com/225487/what-is-the-difference-between-127.0.0.1-and-0.0.0.0/ had … -
Began Watching Ladar Levison - article/mini-bio
I ran across this article, which I found interesting, about Ladar Levison, founder of Lavabit email. http://www.dmagazine.com/publication...vison?single=1 -
Replied To a Post in Ladar Levison - article/mini-bio
Hey, I like that story. Let's hope you fix that link. -
Replied To a Post in Write a C program that determine the FAT version running on your system
I'd check out this prior DaniWeb posting to see how to use the system function in Turbo C++. https://www.daniweb.com/software-development/c/threads/379976/how-to-use-system-in-c Your reply reads to me that you want me to write … -
Began Watching Write a C program that determine the FAT version running on your system
**I want a C++ program that when build up in TURBO C++ then it will produce an output, which shows file system on my computer being used. I am beginner … -
Replied To a Post in Write a C program that determine the FAT version running on your system
Cheat. Shell out and try wmic logicaldisk where Caption="C:" get caption, VolumeName, VolumeSerialNumber, Size, FileSystem, FreeSpace That's the command line and you could call wmic from your app and redirect … -
Began Watching robot
a robot is programmed to move forward 'F' meters and backwards again say 'B' meters in a straight line .the robt covers 1 meter in T units of time on … -
Replied To a Post in robot
Did you post this to many places? https://www.google.com/search?q=your+task+is+to+calculate+amount+of+time+taken+before+the+robot+falls+either+ditch+if+at+all+it+falls+in+a+ditch&ie=utf-8&oe=utf-8 Please share where you got your best answer. -
Began Watching help
hi my desktop was working fine last night and this morning it wont power up a blue light is flashing on the power button so l open it up the … -
Replied To a Post in help
While one may not know what you own (no make, model, etc.) Try this generic reset I find to help at times (laptop, desktop and my Roomba.) 1. Power down. … -
Replied To a Post in Bare-metal hypervisor - which one to choose ?
Sorry but I bet https://www.google.com/#q=vmware+vhd answers the use or rather conversion from VHD for use on VMWare. I think you're getting close to making it happen. But I'll share I … -
Began Watching Bare-metal hypervisor - which one to choose ?
I'm planning to set up my own private virtualization server at home with the following hardware setup: Motherboard: MSI X99S SLI PLUS, Socket-2011-3 CPU: Intel Core i7-5820K, Socket-LGA2011-3 Memory: Max … -
Replied To a Post in Bare-metal hypervisor - which one to choose ?
I think this alone dashes your hope of using Microsoft's free HyperV. "Hyper-V 2012 can only be managed by Windows 8, Windows Server 2012 or their successors." I was going … -
Replied To a Post in Total defragmentation?
I meant what I wrote is not an answer to your first sentance. There are other defraggers in the Linux repositories so I can't guess which one is for you. … -
Replied To a Post in Total defragmentation?
So yes, there are projects in the linux repositories. You can look at those and I don't use them for the reasons given. To get you started how about SHAKE? … -
Replied To a Post in Total defragmentation?
Yes I did. If you slice it too finely, you could check the various Linux distros for defraggers in the repository. But now that I know which OS, there's always … -
Began Watching Total defragmentation?
Is there something I could put onto Linux LiveCD and run that will defragment entire harddrive? I know there's a lot of softwares that do that, but it results in … -
Replied To a Post in Total defragmentation?
I rarely defrag, and in fact have not in 2014 or 2015. Why? Read: http://www.complete-concrete-concise.com/blog/why-you-dont-need-to-defragment-your-hard-drive Since no Windows OS was noted I can't guess if you can use any of … -
Replied To a Post in Which version of Visual Studio is faster for old pc?
Are you sure? I did not benchmark this. One person had one and the other on very similar PCs so nothing obvious stood out. But your SQL question looks to … -
Began Watching Which version of Visual Studio is faster for old pc?
Hello I have an old laptop which run most new games at around 40~60 fps at lowest settings.. I already have a key for Visual Studio 2012 Professional and thinking … -
Replied To a Post in Which version of Visual Studio is faster for old pc?
Ask this. https://msdn.microsoft.com/en-us/library/mt204009.aspx and other links seems to allude that the community version (aka free?) is SOL on SQL. Ask that! Lucky me, the office gets Pro for our work. … -
Began Watching android mobile app development in linux
is there a way to develop an android app from a linux pc. because i couldnt pay the license fees of microsoft i decided to use linux. i am not …
The End.