Programming :: Drm-intel Git Tags Too Old?
May 29, 2010
I want to git-bisect drm-intel between linux versions 2.6.32.3 and 2.6.33.1. I have git-cloned this:
Code:
git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
as given here and when i say
[code]....
View 1 Replies
ADVERTISEMENT
Dec 19, 2010
I have a lot of avis with annoying metadata that show in vlc. Since I cannot figure out how to configure vlc in a way that it won't show the tags, ffmpeg should strip the tags. This is supposed to do the trick:
[Code]...
View 7 Replies
View Related
Apr 22, 2011
I am trying to match the rss files with regex:
If I have a file here:
Code:
I want to match watever that is within the <item></item> tags and save it in the $content variable. however, the <item> tags can spread over multiple lines:
Code:
View 1 Replies
View Related
Jan 18, 2010
I have a fallowing simple CGI script:
Code:
Which after execution gives fallowing output:
Code:
The problem is that when I check [url] I get the fallowing error: malformed header from script. Bad header=<html><head><title>Test Page</: test2.sh.
However, the fallowing script works fine in browser:
Code:
The problem seems to be with HTML tags.
View 1 Replies
View Related
Jul 8, 2010
I had a set of link titles and wanted to get HTML tags for them. Actually I wanted to get from
[code]...
It's PHP based (running on linux of course . I'm sure same thing is possible by some awk/sed magic, but i wanted somehting more visual.
View 1 Replies
View Related
Jan 7, 2011
I need to search through HTML files to count the number of <li> tags nested within the first <ul> tag:
Code:
<ul>
<li>text 1</li>
<li>text 2</li>
</ul>
...
<ul>
[Code]...
Unfortunately, the second grep is greedy swallowing everything up to the last </ul> close tag. (The desired result is 2.) Speed is an issue as I will be searching through 350,000 files.
View 14 Replies
View Related
Jun 24, 2011
I am writing a script that is used to submit a package to testflight from my build system. In order to make the presentation as clear as possible I would like to include some basic HTML in the note section, however, using a < or > causes an error in curl. I have tried different variations of quoting and escaping but have not yet been able to find the solution.
Code:
VERSION_HEADER='<strong>Version: </strong>'
VERSION=`cat $VERSION_NUMBER_FILE`
NOTES+=( "$VERSION_HEADER$VERSION
[Code]...
If I use VERSION_HEADER="'<strong>Version: </strong>'" then the single quotes are submitted.
If I use < or > then those are submitted but the receiving api does not decode them correctly.
Can anyone suggest a way to submit exactly: <strong>Version: </strong>
View 3 Replies
View Related
May 15, 2011
I need some plugin for Gedit (or maybe other HTML-editor) which will make tags of words, like: I type "div", hit some hotkeys or anything else with keyboard and get "<div></div>". The same with all the words I type in. Do you guys know which piece of software can do such things?
View 2 Replies
View Related
Mar 9, 2010
Trying to write a small php program to send emails using a form. I have collected all the information in php variables and I can send the mails just fine. But I need some neat and clean formatting for the mail that is received and hence thought html tables would be nice. But all the html tags are received as plain text and not html though I have mentioned in headers content-type to be html. Any links? If anyone can put some light on it? I thought that html tags would just work fine without much issue. I have tried same with asp and it worked.
PS: I am no programmer. Just trying my hands out on some php.
Edit: I am using a php mailer class from php classes to send mails. I need some way to use an external smtp server for sending mails. I have seen pear but I do not want to use pear. It is not available on the server I am testing and it is not possible for me to install it. I do not have access to install pear and can not ask to install it.
View 7 Replies
View Related
Feb 10, 2011
I'm working on a project at work to automate sending e-mails to customers.Everything is in place except my ability to extract the useful data from HTML tags to use in the formation of the POST.
Code:
<td width="25%" bgcolor="bisque"><b><font color="blue">From</font></b></td>
<td width="25%" bgcolor="bisque"><input type="text" name="TechName" value='MY NAME'></td>
[code]....
View 2 Replies
View Related
Jun 21, 2010
Using a list of names (over 4000 of them) painstakingly gleaned from the source file years ago for a database file, I want to match the names against the source file so that they can be updated with the tags <forename></forename> in the original source file.
I placed the list of names in @forenames (only posted a few of them here).
Perl script is:
I am able to get the name bracketed by the tags to appear on the console screen but don't know how to apply the output to the source file. Perhaps I need to do a match on the words then some kind of edit to surround the matching words with the xml tags? I'm a rank novice doing this as a labour of love for a friend.
View 3 Replies
View Related
Jul 28, 2010
I want to make a program that maintains a list of tags that can be attached to a set of files. Store the tags in the files. The main problem is that there is no way to get a list of all the tags without reading each and every file. And also what if you have an unused tag? Have a file that contains tag "keys" and file list "values". This seems like it would be fast and effective, but what if one of the files gets renamed?
View 12 Replies
View Related
Feb 12, 2011
Embedded ystem specs: see below.
Also:
Problem: no /dev/i2c-0 present
Question: how to use user space i2c/SMBus when I cannot open + utilize devices on the smbus?
For example: smbus_fd = oepn("/dev/i2c-o", O_RDWR) cannot be done since '/dev/i2c-o' does not exists nor is it attached to the i2c-bus (see tree below).
View 1 Replies
View Related
Jan 24, 2010
Does anyone know what the Inet/AMD instruction 'nopl' is or does anyone know where I can find a list of hex values for the Intel/AMD instructions. nothing important is waiting on this reply.
[Code]...
View 3 Replies
View Related
Jul 9, 2011
Kernel 2.6.21.5, slackware 12.0 as 2.17 [I am speaking here about 80x86 processors, with their segment registers SS, DS, CS, ES.] In a source file for as, I wrote
Code:
.section _STACK
.rept 4096
.word 0
.endr
Now, in the .text section, I want to initialize SS, the stack segment, to point to the _STACK section. In other assemblers, there was a special section for the stack, and the linker cared about initializing SS. Here I use a common section for the stack. For a segment such as DS, I could write
mov ax,_DATA
mov ds,ax
But I don't think mov ax,_STACK would do with as/ls.how do I initialize SS?
View 4 Replies
View Related
Mar 24, 2010
I've read there is a way to communicate without tradtional TCP/IP programming on Redhat Linux and Nehalem CPU with ethernet. I've tried to collect some related information with sample program codes, but failed to collect useful information.
View 1 Replies
View Related
Oct 11, 2010
I am running some muti-threaded code that uses a lot of memory (~6GB). I have it compiled on a cluster that uses Xeon 5160 quad core CPUs with 4MB cache/core, 8GB of RAM and kernel 2.6.18 (x86_64) and I have also the same code compiled on another cluster that uses Opteron 2214 quad core CPUs with 1MB cache/core, 8GB of RAM and kernel 2.6.28 (x86_64). On the Intel cluster the code generates barely any system load when I look on top but on the AMD cluster it can generate over 50% of system load. On the intel machines my process can generate a constant load of 3, while the load generated by the process on the AMD machines is about 1.6.
Does anybody know what could cause this? Could it be the version of the kernel or the difference between the CPUs (for example, the much smaller cache of the AMD CPUS)? My software and all its dependencies are the same on both clusters. I am also using the exact same version of GCC to compile everything.
View 1 Replies
View Related
Jul 9, 2010
I changed the complier PGI to Intel. But i had some error message p4_error: interrupt SIGSEGV: 11 This error message was occured using intel compiler I don't know what is the ploblem.
View 2 Replies
View Related
Aug 18, 2010
! I'm thinking of buying a corei5-660 on a motherboard with an Intel H55 Express Chipset. Does anyone know if it's fully compatible with OpenSUSE 11.3? I mean video (that comes from the processor, not an off-board PCI), audio (HD Audio), networking (Intel� 82578DC Gigabit), SATA Controller, USB, etc. I've tried to google but didn't find much info so I wonder if anyone is using or knows where I can find more info about it...
I have found this thread on the forums about the H55 chipset: Core i3 Intel Clarkdale graphic controller problem But the problems were facing on 11.2, I don't know about 11.3...
View 8 Replies
View Related
Jan 2, 2011
I've installed Suse linux 11.3 (kernel 2.6.34.7-0.5) on my brand new computer HP all in one 5130. Everything worked incredibly well : Wifi, wireless keyboard and mouse, sound, webcam.. There is only one remaining issue : I get a very poor resolution (1280x1024) instead of the 1920x1080 allowed by the screen. The graphic card is an intel chipset (HD graphics) integrated to an intel core i3 CPU. Here is (part of) the X11.org log :
Code:
X.org X Server 1.8.0
Release Date: 2010-04-02
[ 15.124] X Protocol Version 11, Revision 0
[ 15.124] Build Operating System: openSUSE SUSE LINUX
[ 15.124] Current Operating System: Linux linux-7xhd 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64
[Code]....
View 9 Replies
View Related
Feb 22, 2010
Are Intel wireless cards compatible with non-intel-based laptops? In my case I wish to upgrade the current Atheros-based mini pci express wifi card with the Intel 4965agn. It is an Asus 4520 with an AMD Athlon X2 processor and nvidia nForce chipset.
View 1 Replies
View Related
Oct 1, 2010
I have recently installed Ubuntu 10.04.1 lts server on my Intel "fakeraid" (software raid) (2x250 sata).To test my RAID 1 I turned off one HD and start the system.The first screen (Intel software screen) show Status = Degraded, but the system starts normally with just one HD.Then I turned off the system and turned on the HD again, so the first screen (Intel software screen) shows Status = Rebuild. If I enter in the software raid panel the folowing message is showed: "Volumes with "Rebuild" status will be rebuilt within the operating system"The system starts normally... but this message status stays permanently even I restart the system again
View 9 Replies
View Related
May 12, 2009
I am wondering, what is the status of Intel GMA X4500 driver on Fedora 10.
View 2 Replies
View Related
Jun 25, 2010
How i can edit the tags in About Me(System->Preference->About Me)? I need to change some tags it uses and want to change that. I don't know which package(s) are used in that. know the name of the package so that i can modify and install the source code?
View 1 Replies
View Related
Jan 21, 2011
I have a lot of mp3 files without any ID3 tag information. This is very annoying, because my iPod does not show them correctly. My Banshee shows them as "unknown artist" and the title. I would like to find them all in a bunch to batch update them.
View 2 Replies
View Related
Apr 23, 2010
In RC 10.4 abcde still writes no tags. Sadly, I should say, since I've always used abcde for ripping CDs.
View 2 Replies
View Related
May 14, 2010
i'm writing on a little script for which i need to read tag from mp3 files. mp3info comes in handy, because you can specify which tag to display, e.g. `mp3info file.mp3 -p %a` gives me the artist th problem is, mp3info can only read v1.x tags but a number of my files contains v2.x tags only. converting the v2.x tags to v1.x tags is not an option, because the files need to remain as they are.
View 1 Replies
View Related
Nov 24, 2010
reliable (i.e.: safe, official, open source), software with GUI to edit ID3 tags of MP3 files in Ubuntu? Batch editing is a must.
View 2 Replies
View Related
Feb 24, 2011
i would change the tag it applies then it reverts i have even edited them with easy tag it appears to keep but rhythmbox does not register the change and it revers if i change it there aside from re-encoding them is there a way to change the tag on them
View 4 Replies
View Related
May 27, 2015
I'm using debian wheezy 7.8 with gnome 3.4.2.
In a random folder, if i right click on a random file for example a pdf file, i can see in the shortcut menu that appears the choice "tags". It is clear how i can create a new tag or associate an existing tag to a specific file.
My question is, how can i search for files that have a specific tag? For example if i have two files that i already gave them the tag "test", can i use some program and find that two files by using the tag "test"?
View 3 Replies
View Related