Search Results

Search: Posts Made By: LinQ
6,355
Posted By LinQ
Thank you again, RudiC! That'll hunt ;)
Thank you again, RudiC! That'll hunt ;)
6,355
Posted By LinQ
Thank you for that, RudiC. Much closer... ...
Thank you for that, RudiC. Much closer...


Any chance of converting those timestamps in to human-readable dates/times???


Thanks again!
6,355
Posted By LinQ
File Listing, with a Twist?
Greetings!

I have a quick question which must be deferred to those with greater skill than myself :)

In this situation, I wish to create a list of all the files on an entire partition in...
1,240
Posted By LinQ
Just a quick check-back to pass along the syntax...
Just a quick check-back to pass along the syntax I finally settled on:

if ($var % 2 == 0)
{

do something;

}
...This was a tidy, basic implementation of the mod (%) function in my...
1,240
Posted By LinQ
Thanks, jgt; I'll dig in and see what comes about...
Thanks, jgt; I'll dig in and see what comes about ;)
1,240
Posted By LinQ
Perl Script Integer Test
Working out a small problem, I have a need of a Perl snippet which might look something like this:

use integer;

...

if ($changingNumber / 2)
{
do something;
}

else
{
do...
2,391
Posted By LinQ
Thank you, bakunin, for that tidbit. Wasn't sure...
Thank you, bakunin, for that tidbit. Wasn't sure how to refer to the dot-prefixed file and dir naming convention/scheme apart from how it is dubbed by others out here in the wild; hence the chosen...
2,391
Posted By LinQ
Thank you both so much for the input! The Perl...
Thank you both so much for the input! The Perl code seems to work well now; and I picked up yet another kernel of savvy ;)

One last question, if folks have a moment.

Not furnished with network...
2,391
Posted By LinQ
Thank you, Aia, for posting! Sorry for the...
Thank you, Aia, for posting! Sorry for the confusion...

Here's the program flow which I am seeking to achieve with my crude little snippet:


Begin by printing the word "starting" to the...
2,391
Posted By LinQ
Finding Files with Perl on a Hidden Dir?
Greetings!

Been a while since I futzed around with Perl, and came upon a minor headscratcher for the community ;)

Here's the basic code which I'm trying to make tick over:#!/usr/bin/perl

use...
1,164
Posted By LinQ
Python Thread Execution Issue . . .
Greetings!

I set up a basic threading specimen which does the job:#!/usr/bin/python

import threading


class a(threading.Thread):
def __init__(self):
...
1,075
Posted By LinQ
Python/GTK Text Wrap Question . . .
Greetings!

After some cut-and-try, I've cobbled together the following bit of basic code:#!/usr/bin/python

import gtk

class PyApp(gtk.Window):
def __init__(self):
super(PyApp,...
778
Posted By LinQ
PHP Labeling/Punctuation Syntax Question
Greetings!

My first PHP question; and, no doubt, a "no-brainer" for the initiated :)

The question centers around the proper syntax for input field labeling. The snippet which puzzles me (and...
1,007
Posted By LinQ
Debian Package Management "Inside" Question
Greetings.

After rifling through the policy manual to some significant extent, I've come to a question which doesn't seem to have any forthcoming answer out "in the wild", so here it is :)
...
1,272
Posted By LinQ
Thanks for the input. In the end, I settled...
Thanks for the input.

In the end, I settled on a combination of the foregoing examples; and wound up with a pretty good line:sed -n 's/^.*string="\([^"]*\).*$/\1/p' ./testfileCheers! ;)
1,272
Posted By LinQ
Substring Problem with sed . . .
Greetings.

I'm looking to isolate the first occurrence of an arbitrary substring which may be present at any particular line in a given file. The enclosing end markers for the target in our...
Forum: Programming 12-14-2014
1,265
Posted By LinQ
Thanks again for the insights . . . Geany...
Thanks again for the insights . . .

Geany was ever colorful, but less than helpful ;)
Forum: Programming 12-13-2014
1,265
Posted By LinQ
Curious About Offbeat "#" Usage in C . . .
Greetings!

Being incredibly rusty in the little C which I ever knew, and, not knowing where else to turn but the best programming community on the web ( :) ), I submit the following snippet for a...
1,139
Posted By LinQ
@Corona688: Thanks for the "heads up" on...
@Corona688:

Thanks for the "heads up" on this. apt-got it . . .

This might be a bit (or a byte) more complex than I thought; as the connection in question is running over HTTPS. I tried the...
1,139
Posted By LinQ
List Contacted Web Addresses?
Greetings.

I'm in the process of tracking down an issue with Firefox, and need some way of gathering the actual web addresses which are connected to from localhost.

The specific problem centers...
3,451
Posted By LinQ
@fpmurphy: Done: Might've missed something,...
@fpmurphy:

Done: Might've missed something, but didn't see anything related to the issue...
3,451
Posted By LinQ
@achenle: No dice: Tried 'em all... :( ...
@achenle:

No dice: Tried 'em all...

:(

Any other thoughts before I roll over and put my arms and legs in the air on this one?
3,451
Posted By LinQ
@RudiC: Thanks for the insight. Is...
@RudiC:

Thanks for the insight.

Is there anything possible here (apart from installing something like expect)???
3,451
Posted By LinQ
@achenle: As we've seen, I can't even get...
@achenle:

As we've seen, I can't even get the required "y" to this...
3,451
Posted By LinQ
@all: Thanks for dropping by ;) I've...
@all:

Thanks for dropping by ;)

I've now tried:yes dpkg-reconfigure --frontend=readline --terse -plow unattended-upgradesyes | dpkg-reconfigure --frontend=readline --terse -plow...
Showing results 1 to 25 of 109

 
All times are GMT -4. The time now is 08:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy