|
On Sun, 08 Jun 2008 09:24:01 +0100, Roy Schestowitz <newsgroups@schestowitz.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The art of Linux
,----[ Quote ]
| So, where lies the difference? What is that one-great-thing which is tempting
| the...
Started by Roy Schestowitz on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
2008 20:18:16 +0100, Roy Schestowitz <newsgroups@schestowitz.com
-----BEGIN PGP SIGNED MESSAGE://iuron.com - semantic engine to gather information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6.
|
|
MODs.
Requested by ProAktiv in this topic on phpbb.com
Simply removes the header on the code box. Saves a bit of space
OPEN: styles/prosilver/template/bbcode.html
FIND: Code: Select all <!-- BEGIN code_open --><dl class="codebox"><dt>...
Started by bonelifer on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at phpbbmodders):
|
|
I'm learning Perl and building an application that gets a random line from a file using this code:
open(my $random_name, "<", "out.txt"); my @array = shuffle(<$random_name>); chomp @array; close($random_name) or die "Error when trying to close...
Started by Nathan Campos on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Or do you need to delete it from....
So does pop (one from the beginning, one from the end) - I would suggest using pop as it may be more efficient and being a random one, you don't care which on you use.
Shift already deletes a name from the array.
|
Ask your Facebook Friends
|
Template bbcode.html, cerca:
Codice: Seleziona tutto <!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><code>...
Started by cape on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at pronosky):
Enjoy your Freedom.
Dead-links
sposto nell'area giusta.
È una modifica a pagamento, http://phpbb3hacks.com/modifications.ph ...
|
|
I have a selection of text that looks like the following. I need to do a rudimentary edit on it, but can't fathom the regex that I need. Maybe it's just been a long day, and I'm not seeing what I need.
Sample data:
START ITEM = 1235 BEGIN WORD RATE = ...
Started by clintp on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The main problem with this is that it will jump = qr/(START \s+ ITEM \s+ = \s+ 9983 \s+ ....
Although I don't like how much it backtracks, making the catchall greedy between BEGIN and RATE \s+ = \s+ 9983 \s+ BEGIN .* RATE \s+ = \s+ )\d+ ...
|
|
On Wed, 21 Jan 2009 10:16:33 +0100, gabrix <noauth@autistici.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Banana mixmaster webinterface as source code ... open ? maybe ?
Thnaks !
Gab
- --
Key ID: BC4F9423
Fingerprint: 36C6 E257 2801 46E7...
Started by gabrix on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
-----BEGIN PGP SIGNATURE, gabrix <noauth@autistici.org
-----BEGIN....
On Wed, 21 Jan 2009 10:11:26 +0000 (UTC), Zax <admin@bananasplit.info
-----BEGIN PGP SIGNED
Not very pretty code I'm afraid, I've not spent much time on it.
|
|
Hello everybody.. I'm looking for a mod that does this:
do not see these links or the content of the tag code, unregistered users. a way to view the content should be to register at, or log in or you can view your content by sharing this post on google...
Started by Gelmo88 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at phpbbmodders):
|
|
On Tue, 27 Jan 2009 12:50:06 -0800, March <March@discussions.microsoft.com
Hello All,
I would like to write the VBA to find the cell (address) in Excel
application.
In my excel sheet has contains the date, for example, starting from 1/1/200...
Started by March on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Then, assuming the dates are sequential, you can
calculate the location... .
On Tue, 27 Jan 2009 20:57:59 -0700, Tom van Stiphout <tom7744.no.spam@cox.net
On Tue, 27 Jan 2009 12:50:06 -0800, March
<March@discussions.microsoft.com
Read the value in B2 .
|
|
I have an automation object with event support that leaks memory. The FConnectionPoints which comes with the generated source is never freed. When I manually add FConnectionPoints.Free in the destructor, the leak goes away.
Is this a bug in the Delphi...
Started by The_Fox on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Interfaces in Delphi are reference-counted (if the implementation inherits from TInterfacedObject , TContainedObject... .
I don't fully understand the question as I never worked with automation objects but as far as I can see IConnectionPoint is an interface .
|
|
Hi Everyone,
Is anyone able to help me with a problematic bit of HTML Code?
The following code opens up a thickbox data popup when the word "Click" is selected by the viewer.
Code:
<td style="WIDTH: 10px"><p align="justify"> </p><...
Started by Anneka @ Sytner on
, 13 posts
by 5 people.
Answer Snippets (Read the full thread at e90post):
Not entirely sure what you....
But it will if you click "here".
Nothing will happen if you click the word "click".
Of no one else answers in the next hour or 2 I'll post when I get home .
I can answer this but I can't copy paste the edited code on my phone .
|