General :: How OS Feed Machine Code To CPU

Jul 1, 2011

When we run an executable,the machine code is called one by one in the CPU,but how does the OS feed each instruction to CPU?

What's the internals?

View 4 Replies


ADVERTISEMENT

Programming :: Fortran Code On 32/64bit Machine

Jun 10, 2009

I'm not a Fortran coder but I need to call the sub-routine ADAPT.f from a c code.This subroutine calculates a multiple integral of a given function.My problem is that the c code works with no problem in a 32 bit machine but it does not in a 64 bit machine, and the problem seems to be related to adapt, which calculations gives a NA rather than the result of integration.Since fortran is quite obscure for me, I don't know why is this happening. Maybe I should change some data type (from real to double), but I'm not sure. Does anyone have a clue?

View 3 Replies View Related

General :: Subscribe To Feed In Thunderbird From The Command Line?

Apr 22, 2010

From reading around the web, it looks like Firefox's "quick view" of an RSS feed sometimes lets you "Subscribe to this feed using" Thunderbird. For whatever reason, that's not an automatically-added option with my setup (FF 3.5.something + Thunderbird 3.0.something on Linux), so I figured I could just "Choose Application...", point at the Thunderbird binary, and be on my way. Not so -- nothing appears to happen. If I run thunderbird from the command line as

thunderbird "http://path/to/feed" the app launches as normal. If it's already running, absolutely nothing happens. Is this impossible? Is there some mojo I can pass Firefox to tell it that Thunderbird exists? Should I just suck it up and copy/paste the URLs manually?

View 1 Replies View Related

General :: Command Line - RSS Feed Reader From The Terminal?

Jun 12, 2010

Is there a way by which I can read RSS feeds from the terminal itself ? Something that would display the titles and a link to follow. Or maybe a software which works from within the terminal.

View 2 Replies View Related

General :: Free Software To Alert On Desktop Upon New Entry In RSS Feed?

Jun 30, 2010

Is there any software I can use in the Gnome desktop environment on Ubuntu Linux 10.04 that alerts me of a new entry in one of my subscribed feeds, via something visual like a popup, glowing, etc.

View 1 Replies View Related

General :: Feed Text To File Editor From Named Pipe

Apr 24, 2011

Does any one know how can i input text by reading from a named pipe to any popular GUI based text editor?

View 5 Replies View Related

Ubuntu Networking :: Setup A Mercurial Code Sharing Server On A Machine

Feb 2, 2011

I'm trying to setup a mercurial code sharing server on an Ubuntu machine but I can't figure out how to get it running. I'm setting up this server on a LAN so I don't want any security. Another thing I should mention is that I'm using Netbeans to code in Java. how use mercurial and tortoise (I've got them installed).

View 2 Replies View Related

General :: Scripting - Feed An Input File Into An If Statement Line-by-line

Dec 23, 2009

I am trying to write a script that takes an input file ($FileName) and an intermediate file ($FileName.info) and removes lines from $FileName if the value in $2 of $FileName.info is <75.

I can't figure out how to feed only one line of the .info file to the if statement at a time so that it will perceive it as an integer instead of a list.

The error I am getting now is ./script.sh: line 6: [: : integer expression expected

Sample input $FileName

Code:

Code:

Code:

Script so far:

Code:

View 10 Replies View Related

General :: Socket Programming - Feed Some Words One By One To The Socket

Jul 6, 2010

i'm writing a simple program of client socket program. Here below is the code sample which i'm writing...

Code:
//tcp_client.c
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include<string.h>
#include<stdlib.h>
[Code].....

the above code works fine.if we copmile and run ./a.exe 192.xx.xx.xxx 1111 and press enter it works fine..everytime it asks "Please enter the message: " and if give that will be displayed in server. but my problem is i dont want to print everytime "Please enter the message: " i just want to feed some words one by one to the socket.

View 4 Replies View Related

General :: Transfer Files On A Machine With Ftp / Sftp And Scp Disabled Onto A Remote Machine?

Nov 30, 2010

How do you transfer files on a Linux machine with ftp,sftp and scp disabled onto a remote machine

View 2 Replies View Related

General :: How To Configure Serial Port Of Virtual Machine With Host Machine?

Jul 29, 2009

I successfully installed the virtual box on my fedora 8 system, and also created a virtual machine with windows xp OS, it works nicely, I try to configure the serial port of my virtual machine and try to configure the path for the port "screen shot are attached" it gives me the error message also the "screen shot are attached" for your review.Is kind of mistake is going on during the path setting, and how to set the path for configuring the serial port of my virtual machine so that I can use the hyper terminal tool of windows.

View 4 Replies View Related

General :: Transform A File On 1st Machine With A Tool On 2nd Machine In One Line Over Ssh?

Jul 14, 2011

I have some file tools on a mint machine that I would rather not install on my mac laptop. Mainly because of the vastness of apt-get and the low risk of installation failure. Anyway, every so often I have a file that I want to process in place using some remote tool. Both machines can ssh right in to each other so I was figuring there must be some script or tool out there that would allow me to type out something like remote [file] [tool & args] to send my file to the other machine, get it processed, then get it back.

View 4 Replies View Related

General :: Setup A Machine Running Drupal CMS On A Debian Machine?

Aug 13, 2010

I'm know very little about Linux but decided to set up a machine running Drupal CMS on a Debian machine and it won't go. The folks at Drupal have tried to help but it seems the Debian OS won't do it's PHP thing for Drupal.

That means i'll have to start at the START I guess.

how to become a master of Linux if one is starting from ABC (I can add and subtract, that's what it feels like)

View 2 Replies View Related

General :: Access Windows Machine Through System Machine?

Aug 3, 2010

I'm the Administrating the computers in my office. I want to monitor the user's activity. How can i remote login without distrubing the user's activity on his computer? Any software need to be installed? (I don't want to use Terminal server client).

View 5 Replies View Related

Ubuntu :: RSS Feed For New Packages?

Jan 14, 2011

1. I'm looking for some sort of live feed when it comes to updates being available to Ubuntu 10.10 .. Maybe some sort of RSS feed.

2. How am I able to tell what version of the package I'm currently on and what is the version of the new package that is available.

3. A clear cut reason why the new package is available, ie, new features, bugs, security, etc.

View 4 Replies View Related

General :: Copy Files From Machine A To Machine B?

Mar 8, 2010

How can i copy a files from Machine A to Machine B.Which is LAN connected

View 4 Replies View Related

Software :: Programatically Feed Top With Key Strokes?

Aug 30, 2010

I'm writing a simple bash script and I would like it to be able to to execute top (that's the easy part) and then to supply the parameters to top
programatically.

Here is the explanation:
Top is an interactive program that requires user input to do stuff, sort etc. I would like to programatically do so, for example:

top;
supply input;
get info;
quit;

Is it possible with simple bash?

View 4 Replies View Related

Software :: Canto RSS 0.7.8 - How To Delete Feed Items

May 23, 2010

how to get rid off/discard FEED items in Canto rss list. I'm not talking about filtering them out of view.../canto dir is getting bigger and Canto Rss doesn't seem to discard anything.How to purge them from disk??This is my conf.py

Code:
from canto.extra import *
import os

[code]....

View 1 Replies View Related

Programming :: Minimalistic But Legal Atom Feed?

Feb 20, 2010

I want to create my own Atom feed file covering some informational posts on a web page. I will maintain it by hand, so I would prefer it to be as minimalistic a file as possible, yet still a valid Atom file.I found Atom specification documents online, but there was so much information I felt like a rowboat on the Pacific ocean. I did not find a specific section declaring exactly what /had/ to be in a Atom feed file.

View 2 Replies View Related

Ubuntu :: Set Up An Official Torrent Rss Feed With The Lastest Torrents

Mar 25, 2010

I would like Canonical to set up an official torrent rss feed with the lastest ubuntu torrents. Users could use set up the feed in their torrent program. On release day they could start the torrent download as soon as possible.

View 1 Replies View Related

Ubuntu Multimedia :: Rhythmbox Does Not Update Podcast Feed?

Apr 15, 2010

When subscribing to new feed, rhythmbox downloads new episodes as it should. when restarting rhythmbox, the program does not download new episodes any more. only thing that works is deleting feed and re-installing.In Launchpad this is known as Bug #377189 There is also written that:"This bug was fixed in the package rhythmbox - 0.12.7-0ubuntu8"nksHow to Get and Install this Package?

View 1 Replies View Related

Ubuntu :: Setup Transmission/Deluge To Do RSS Feed Downloading?

Jan 21, 2011

I'm trying to set up Transmission/Deluge to do RSS feed downloading. I've got the clients working when I drop a torrent into the folder just fine, but FlexGet is giving me some trouble. I'm using feeds from EZTV & EZRSS to get the torrents for a show. I've used the feeds for months for uTorrent in Windows, so I know they're good. Below is my ~/.flexget/config.yml file.

Code:
feeds:
The Daily Show:
rss: 'https://www.ezrss.it/search/index.php?show_name=The+Daily+Show&date=&quality=&release_group=&mode=rss'
series:
- The Daily Show

[Code]...

Error) download download Failed The Daily Show 2011-01-17 [HDTV - FQM] (URL Error) This happens for every torrent in the feed. I think it has something to do with it substituting %28 for [, %29 for ], and so on, but I'm not sure how to fix it (or if it's actually the problem).

View 2 Replies View Related

Ubuntu Multimedia :: Webcam Feed Laggy And Choppy

Feb 25, 2011

I have three different webcams. All Logitech. Two are "cheapo" ones, and one is a more expensive, HD one. I'm running the stock Maverick desktop install, with no specifical extras for the video or the like. I plug in the webcam (doesn't matter which one I use) and it is picked up and can be used. Not a problem, but when I view the feed, the its laggy and choppy. If I plug in the cam onto my Windows XP or Window 7 installs (on the same laptop), the feed is smooth and has no issues. So I figure it has to be something to do with my settings or configurations. Problem is, I can't seem to find out what I need to tweak to smoothen or improve the feed. I've tried reducing the resolution of the feed to the minimum, but that hasn't helped.

Just to give you an idea of what I'm talking about. If I film myself typing at my laptop keyboard, I can see my hands move around the keyboard when I view the footage in Windows, but when I film it in Ubuntu, it's very jumpy, and my hands seem to jump about all over the keyboard -- almost as if something can't keep up.

View 9 Replies View Related

Ubuntu Multimedia :: Lunable To View The Live Feed?

Jul 31, 2011

I'm unable to view the live feed on this page:

[URL]

I have tried the normal settings editing (from my previous thread) but it just tries to connect but never does.

View 1 Replies View Related

Networking :: Stream German Live Video Feed To The UK?

Jun 3, 2011

Trying to stream a live video feed from Rock am Ring which is available via the German SWR3 TV website. Trouble is, I am in the UK and it seems to only be avaialable to German IP addresses. Have tried various German web proxies, but to no avail. I suspect the service provider knows about them all and is stopping them also. Getting the error from the server, Server Error The connection to the streaming server has been disconnected. Any networking gurus out there who may know a way around this.

View 2 Replies View Related

Programming :: Adding Form Feed After Newline For Windows?

Apr 27, 2010

I can't get x to work with a mouse so I have to use a windows computer to do that from for now. The problem is I remember there being something about windows using a newline AND carriage return and linux just using a newline. I was about to cut and paste code but the lines go on and on instead of breaking off where they did in linux. I was going to write a perl script but don't know how to add a carriage return to the end of each line.

View 3 Replies View Related

Ubuntu Multimedia :: SKYPE : Can't Receive Webcam Feed / Enable This?

Feb 15, 2010

My webcam works. It works in Cheese and apparently the person I connect with on skype can see my feed. They claim their webcam works fine, but I can't get their feed: instead, I just get a white box. When I try to test my own webcam, I get a similar white box. I think there's something wrong with the way skype is configured on my laptop, but I can't figure it out.

I'm running ubuntu 9.04 on an acer laptop with an acer crystal eye webcam. I installed skype by downloading the binary directly from the website.

View 5 Replies View Related

Ubuntu Multimedia :: Video Not Playing At Online Feed Webpage

Jun 9, 2010

I'm using Ubuntu 64bit 10.04 with FireFox and every video I've tried online has worked except the bp.com's oil gusher video streams. Does any one know what plugins to install to make this work?

View 2 Replies View Related

Ubuntu Multimedia :: Play Video's In Liferea RSS Feed Readers?

Aug 30, 2010

I just installed RSS feed reader application Liferea as it said the best in GNOME linux. But the problem is that i can't see any ..... or flash videos in that, though it presents in website. It just left space instead of video. At-least it is not directing me to ...... If i see any large space i am going to website to watch the video. Its quit a bit difficult.

Did i need to do any more installs?

View 2 Replies View Related

Ubuntu :: Desktop Feed Reeder Compatible With GReader - Synchronizes

Oct 8, 2010

I was wondering if any of you knows any feed reader for gnome that is compatible enough with Google Reader that it synchronizes with it ? I am currently trying Liferea. Does it sync with Greader ?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved